ul{
    list-style:none;
  }
  a{
    text-decoration: none;
  }
  .logo{
    border-right: 1px solid #E7E7E7;
    height: 70px;
    line-height: 50px;
    font-size: 25px;
    padding-right: 10px;
    font-weight: bold;
    font-family: RoadTest;
    letter-spacing: 5px;
    color: #3D3D3D;
  } 
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*header{
    background-color: #f1f1f1;
    box-sizing: border-box;
    width:100%;
    padding: 0px 30px;
    display: flex;
    align-items: center;
  }*/
  .menu ul{
    display: flex;
    margin: 0px;
    padding: 0px;
  }
  .menu, header .tel{
    display:flex;
    align-items:center;
    justify-content: space-around;
  }
  .menu > ul > li > a{
    /*border-right: 1px solid #E7E7E7;*/
    height: 50px;
    line-height: 50px;
    margin: 0px;
    padding: 0px 30px;
    display: flex;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: calibri;
    color: #5f5f5f;
  }
  .menu ul li a:hover{
    background-color: #E8E8E8;
    color: #3F3F3F;
  }
  .menu{
    margin-right: auto;
  }
  /*.search-icon{
    display: inline;
    font-size: 20px;
  }
  .search-icon:before{
    content:'\f002';
    font-family: fontAwesome;
    line-height: 30px;
    color: #474747;
  }
  .search-icon.active:before{
    content:'\f00d';     
  }*/
  .menu ul li ul{
    position: absolute;
    left: 0;
    flex-direction: column;
    /*background-color: #161616;*/
    display: none !important;
    /*width: 500px;*/
    width: 140px;
    height: 120px;
    /*background-color: #7e2737;*/
  }
  .menu ul li{
    position: relative;
  }
  .menu ul li ul li{
    display:block;
    width: 200px;
  }
  .menu ul li ul li a{
    color: #ACACAC !important;
    border-bottom: 1px solid #424242;
  }
  .menu ul li.active ul{
    display:block !important;
  }
  .menu ul li ul li  a:hover{
    background-color: #1D1D1D !important;
    color:#D1D1D1 !important;
  }
   
  /*.sub-menu:before{
    content: '\f0d7';
    font-family:fontAwesome;
    position: absolute;
    line-height: 50px;
    font-size: 12px;
    color: #727272;
    right: 10px;
  }*/
  .search-box{
    width:100%;
    height: 50px;
    box-sizing: border-box;
    background-color: #2a2829;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    display: none;
    padding: 0px 30px 0px 30px;
    transition: all ease 0.5s;
  }
  .navigation{
    position: relative;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.01);
  }
  .search-box input{
    width: 100%;
    height: 50px;
    outline: none;
    background: transparent;
    border:none;
    color: #E3E3E3;
    font-size: 16px;
  }
  .s-icon{
    color:#CDCDCD;
  }
  .search-box input::placeholder{
    color:#AFAFAF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
  }
  .search-box.active{
    display:flex;
  }
  
  @media screen and (min-width:900px){
    .navbar-expand-lg{
      display: none;
    }
  }
   
  @media screen and (max-width:900px){
   .toggle:before{
   content:'\f0c9';
   font-family: fontAwesome;
   line-height: 30px;
    display: none;}
   
   .logo{
    border: none;
    margin-left: 10%;
   }
   .menu{
    margin-right: 0px !important;
   }
    header nav ul{
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #353535;
    top: 50px;
    left: 0;
    transition: 0.5s;
    display: block !important;
    overflow: hidden;
    display: none !important;
   }
   
   header{
    /*display: flex;*/
    /*justify-content: space-between;*/
    display: none;
   }
   nav ul li a{
    border-bottom: 1px solid #474747 ;
    border-right: none !important;
    color:#bebebe !important;
   }
   
  .toggle.active:before{
   content:'\f00d' !important;
   
  }
   nav ul li a:hover{
    /*background-color: #2F2F2F !important;*/
    background-color: #f8b5bf !important; 
   }
   header.active-menu ul{
    display: block !important;
   }
   .toggle:before{
    display: block;
   }
   header.active-menu,
   header.active-search
   {
    background-color: #353535;
    height: 50px;
    color: #FFFFFF;
    
   }
   .search-icon.active:before
   {
    color: #FFFFFF;
   }
   
   
   .menu ul li ul{
    position: relative;
    top: 0px;
    height:auto;
   }
   .menu ul li ul li{
    width: 100%;
    
   }
   
  }
  

.menu ul li ul li a {
  color: #5f5f5f !important;
  border-bottom: 1px solid #bababa;
}
.menu ul li ul li a:hover {
  background-color: #bababa !important;
  color: #474646 !important;
}