  body
  {

  font-family: "Ubuntu Condensed", sans-serif;
 
  }
  
  .dropdown-toggle::after{
    display: none !important; 
  }

  ul, ol{
    padding: 0;
    list-style: none;
    text-decoration: none;
  }

  .templateColor{
    background: #47BAC1 !important;
    color: white !important;
  }

  .topColor{
    background: black;
    color: white;
  }

    a:link, a:visited, a:hover, a:active{
    text-decoration: none !important;
    color: inherit !important;
  }
