
/************* Header **********/
header {
  color: #333;
}

#header-top ul {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

#header-top span {
  font-size: 12px;
  color: white;
  position: relative;
  top: 2px;
}

#header-middle {
  background: white;
  padding: 15px 0;
  /* min-height: 85px; */
}
#header-middle li {
  display: inline-block;
}

#header-middle ul.ul-info li {
  margin-left: 55px;
}

#header-middle ul li h3 {
  font-size: 13px;
  margin: 0;
  color: #444;
  line-height: 2em;
}

#header-middle h3.lbl-address.bold {
  max-width: 192px;
    font-size: 14px;
    line-height: 1.8em;
}

#header-middle .lbl-tel {
  margin-top: 2px;
}

#header-middle ul li div {
  display: inline-block;
  vertical-align: middle;
}

#header-middle ul li i.flaticon-pin {
  position: relative;
  top: 1px;
}

#header-middle ul li i {
  vertical-align: middle;
    color: #3384dd;
    margin-left: 14px;
    font-size: 38px;
}

#header-middle .flaticon-phone {
  margin-left: 12px;
}

#header-middle ul li i::before {
  vertical-align: middle;
}
#header-middle .lbl-tel {
  margin-top: 2px;
  font-size: 13px;
  letter-spacing: .1em;
}

.ul-buttons a {
  background: #3683dc;
  color: white;
  font-size: 13px;
  padding: 5px 15px 6px;
  vertical-align: middle;
  text-decoration: none !important;
}

.col-lg-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#menu li a {
  font-size: 13px;
  font-weight: bold;
  display: block;
}
.navbar-nav {
  border-left: 1px solid #eee;
}
.navbar-nav > li > a {
  border-right: 1px solid #eee;
}

#menu-main-menu {
  padding: 0;
}






header
{
    min-height:97px;
    position:relative;
    z-index:2;
}
#search-top .flaticon-magnifying-glass16:before {
    color: #3f7bdb;
}
#top-menu #language-bar
{
    margin-top:5px;
}
#language-bar {
  font-size: 12px;
  color: white;
}
#language-bar ul li {
  margin-left: 2px;
  padding-left: 0px;
  border-left: none !important;
}
.lang-item-fa span {
  font-size: 11px;
}
#language-bar ul li img {
  margin: 0 5px;
}
#language-bar li a {
  font-size: 12px;
}
#language-bar a:hover
{
    text-decoration:underline;
}
a, a:hover, a:focus, a:active 
{
    text-decoration: none;
    outline: medium none;
}
.inline,.inlineChild > * 
{
    display:inline-block;
    *display:inline;
}
#header-top li a 
{
    color:whitesmoke;
    font-size: 11px;
    position: relative;
    top: -2px;
}
header li a 
{
    color:white;
}
#header-top {padding:0px 0px 0px;}
#header-top li
{
    display:inline-block;
    position:relative;
    font-size:12px;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #1e75da;
}
#header-top ul li:last-child 
{
    border-left:none;
}
#header-top .col-md-3{text-align: left;}




#header-top {
    padding: 4px 0 3px;
    padding: 2px 0 1px;
    background: #3683dc;
    position: relative;
    border-bottom-color: rgba(17, 63, 116, .6);
}
#menu {
    background: white;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
header li a {
    color: #333;
}
/************* Header **********/





header {
  z-index: 2;
}
body.menu-side {
    overflow-x: hidden; 
    padding-left: 44px;
}
.nav-link.dropdown-toggle::after {
  margin: 0 10px 0 6px;
  vertical-align: middle;
}
.dropdown-menu {
  font-size: .95rem;
}
.nav-link, .dropdown-item{
  position: relative;
}
.nav-link:hover::before, .dropdown-item:hover::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.1);
}


#search-holder {
    margin: 0 !important;
    max-width: 125px;
    display: inline-flex;
}

#header-top .fa-search-mobile {
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-left: 12px;
    position: relative;
    top: -1px;
}
#header-top .fa-search-mobile:before {
    vertical-align: middle;
}

@media (max-width: 767.98px)
{
    .navbar-brand.brand.icon {
      background: transparent !important;
      width: auto !important;
      margin: 0 !important;
      border: none !important;
    }
    .navbar-brand.brand.icon::before {
      display: none !important;
    }
    .ul-buttons a {
        padding: 4px 12px 6px;
        font-size: 13px;
    }
    #header-middle ul li {
        margin-right: 0 !important;
    }
    .hide-mobile {
        display: none !important;
    }
    #header-middle ul.ul-buttons {
        margin-left: 70px;
    }
}

@media (max-width: 767px) 
{
  header div.nav-side-menu nav.navbar li a {
    color: #eee !important;
  }
  .navbar .navbar-brand{
    padding: .7rem 0 !important;
  }
}



@media (min-width: 768px) {

    .navbar-expand-md .navbar-nav .dropdown-menu {
      padding: 0;
      margin-top: -1px;
    }
    body .dropdown-menu a:hover,
    body .dropdown-menu a:focus {
      background-color: inherit;
      color: inherit;
    }
}









  nav .navbar-toggler {
    padding: .2rem .45rem;
    border-color: rgba(255,255,255,.25);
  }
    

  #overlay-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 98;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
    display: none;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    background-color: white;
    z-index: 99;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.3s;
    display: none;
  }
  .admin-bar .sidenav {
    top: 46px;
    height: calc(100% - 46px);
  }

  html body header .sidenav .brand {
    position: relative;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row;
    padding: 15px 2px !important;
    background-color: #3683dc;
  }
  .sidenav .brand .site-title {
    display: block;
    margin: 0px auto;
    font-family: arial;
    font-size: 1.5rem;
    color: white;
  }
  .sidenav .brand a {
    display: block;
    position: relative;
    max-width: 92%;
    line-height: initial;
    margin: 0 auto !important;
    -ms-flex-item-align: center!important;
    align-self: center!important;
    padding: 0 !important;
  }
  
  .sidenav>ul, .sidenav ul.sub-menu {
    padding-left: 0;
    margin: 0;
  }
  .sidenav li {
    display: block;
    font: inherit;
    list-style: none;
    line-height: 40px !important;
    border-top: solid 1px #dfdfdf;
    border-width: 1px 0 0 0 !important;
  }
  .sidenav li ul li, .sidenav li li.menu-item-has-children::after {
    line-height: 36px !important;
  }
  .sidenav li>a {
    padding: .3rem 25px .3rem !important;
    font-weight: bold;
    font-weight: 500;
  }
  .sidenav>ul {
    border-bottom: solid 1px #dfdfdf;
    border-width: 0 0 1px 0 !important;
  }

  .sidenav a {
    padding: .2rem .5rem .2rem 1rem !important;
    font-size: .95rem;
  }
  .brd {
    border-bottom: solid 1px #333;
    border-width: 0 0 1px 0;
  }
  
  .sidenav li.menu-item-has-children ul {
    display: none;
    background-color: whitesmoke;
  }
  .sidenav li.menu-item-has-children ul ul {
      background-color: #eee;
  }
  .sidenav ul.sub-menu>li>a {
    padding-right: 35px !important;
  }
  .sidenav ul.sub-menu a {
    display: inline-block;
    white-space: normal;
    padding-right: 45px !important;
  }
  .sidenav ul.sub-menu li::before {
    margin-left: 1.5rem;
    content: none;
  }
  .sidenav ul.sub-menu li ul a {
    padding-right: 55px !important;
  }
  .sidenav ul.sub-menu li ul li ul a {
    padding-right: 65px !important;
  }

  ul.sub-menu a, .sidenav li {
    position: relative;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }

@media screen and (max-width: 767.98px) {
    #menu {
        background-image: none;
        display: inline-block;
        position: absolute !important;
        left: 0;
        top: 50%;
        border: none !important;
        background: transparent !important;
    }
    #header-middle .text-right {
        padding-left: 80px;
    }
    header {
      position: relative;
      border-bottom: 1px solid #ddd;
    }
    .sidenav {
      display: block;
    }
    body.nav-open .sidenav {
      display: block;
      width: 280px;
    }
    body.nav-open #overlay-menu {
      display: block;
      transition: background-color .5s;
    }

    
    .mask-menu header.header-menu:before,
    .mask-brand .brand:before {
      display: block !important;
      background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.1) 25%,rgba(0,0,0,.4) 100%) !important;
    }


  }

@media screen and (max-width: 440px) {
    #header-middle .col-sm-7.col-xs-12.txt-right {
        padding-left: 80px;
    }
}
@media screen and (max-width: 392px) {
    #header-top .col-7 {
        padding-right: 0;
        top: 1px;
        font-size: 11px;
    }
    header #language-bar a {
        margin-left: 0px;
        background-size: 20px 20px;
        padding: 0;
    }
    header #header-top span {
        font-size: 11px;
        top: 1px;
    }
    .navbar-toggler {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 359.98px) {
    .navbar-toggler {
        font-size: 1.1rem
    }
    #header-middle .text-right {
        padding-left: 70px;
        z-index: 2;
    }
}



  .brand .site-title, .brand img {
      z-index: 2;
  }

  .footer-top {
      position: relative;
  }

  #menu {
      position: relative;
  }

  .navbar-light .navbar-nav .nav-link {
      color: #444;
  }

  li.dropdown {
      position: relative;
  }

  ul.dropdown-menu > li.dropdown {
      padding: 0 !important;
      background-color: transparent !important;
  }

  .navbar-nav > li > a.dropdown-toggle {
      padding-left: 4px !important;
  }

  li.dropdown ul a {
      display: block;
      padding: .5rem 1rem .5rem .4rem !important;
      border-bottom: 1px solid #ddd;
  }

  ul.dropdown-menu {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      border-color: #eee;
      right: 0;
  }

      ul.dropdown-menu > li.dropdown > .dropdown-menu {
          top: 0;
          right: 100%;
          margin-right: -1px;
      }

      ul.dropdown-menu > li.dropdown > a:after {
          display: block;
          content: '';
          float: left;
          width: 0;
          height: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 5px 5px 5px 0;
          border-right-color: #333;
          margin-left: .5rem;
          margin: .3rem 0 .3rem .5rem;
      }

      ul.dropdown-menu > li.dropdown > a:hover:after {
          border-right-color: #fff;
      }

  .nav li a:hover, .nav li a:focus, .col-search span:hover {
      background-color: #3683dc;
      color: white !important;
  }
  .navbar-nav {
      float: right;
  }

  #menu li ul {
      direction: rtl;
      text-align: right;
      padding: 0;
      margin: -1px 0 0 -1px;
      border-bottom: none !important;
  }
  html[lang=en] #menu li ul {
      direction: ltr;
      text-align: left;
  }

  .dropdown:hover > .dropdown-menu {
      display: block;
  }

  .col-search {
      text-align: left;
  }

  .col-search span {
      padding: 0px 18px;
      line-height: 49px;
      font-size: 18px;
      border: 1px solid #eee;
      display: inline-block;
      color: #555;
      border-bottom: 0;
      border-top: 0;
      cursor: pointer;
  }

.navbar-nav > li > a {
    padding: .55rem 1rem !important;
}