 .navbar>ul>li>a{
    font-weight: 1000 !important;
    font-size: 15px!important;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.5px;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
    background: #560b3c78 !important;
  }
  @media  only screen and (min-width: 992px) {
    #navmobile{
      justify-content: center!important;
    }
  }
  .navbar .dropdown ul{    background: #b02135;}
  .navbar .dropdown ul a {
    color: white;
  }
  .dropdown-item.active, .dropdown-item:active {
    background-color: #780011fc!important;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
    color: #fff;
    background-color: #790012;
  }
  .navlink:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #F08B54;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .navlink:hover:after { 
    width: 100%; 
    left: 0; 
  }

  .navlink2:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #F08B54;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .navlink2:hover:after { 
    width: 100%; 
    left: 0; 
  }
  .navbar a, .navbar a:focus {
    padding: 10px 20px 10px 20px!important;
  }
  #header{
    color: white;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    font-weight: 1000;
    height: 55px;
  }
  .dropdown-item {
    background-color: #b02135!important;
  }