
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#preloader img {
  width: 80px; 
  height: auto;
}

header.header-inner-page {
  height: 85px !important;

}

header .navbar-nav li a,
.header-inner-page .navbar-nav li a{
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  text-decoration: none;  
}

header .navbar-nav li a {
  color: #fff !important;
}
.header-inner-page .navbar-nav li a {
  color: #003c78 !important;
}

.offcanvas {
  z-index: 1056 !important;
}

.offcanvas-backdrop {
  z-index: 1055 !important;
  
}
.social-icons {
  display: none !important;
}
.offcanvas-body {
  display: flex;
  align-items: center !important;
  justify-content: end !important;
}
.header-inner-page .navbar-toggler-icon{
  color: #003c78 !important;

}
.offcanvas-backdrop {
  pointer-events: none !important;
}



@media (min-width: 768px) and (max-width: 1024px) {
    header.header-inner-page .navbar-nav li a {
        font-size: 13px !important; 
        padding-left: 8px !important; 
        padding-right: 8px !important;
        white-space: nowrap;
    }
    header.header-inner-page .navbar-brand img {
        max-width: 180px; 
        height: auto;
    }

    header.header-inner-page .navbar-nav {
        gap: 5px !important;
    }
}

@media (max-width: 993px) {
  header .navbar-nav li a,
  .header-inner-page .navbar-nav li a{
    font-size: 13px;
    font-weight: bold;
    padding: 0 6px;
    text-decoration: none;
    color: #fff !important;  
    
  }

}

@media (max-width: 991px) {
   #menu-header-menu li{
    padding: 20px 0 !important;

   }
  header .navbar-nav li a,
  .header-inner-page .navbar-nav li a{
    font-size: 16px;
  }
  .header-inner-page .navbar-nav li a{
    color: #003c78 !important;
  }
}
@media (max-width: 767.98px) {
header.header-inner-page .navbar-brand img {
    height: 55px;
    width: 150px;
}
  .header-inner-page .navbar-nav li a{
    color: #fff !important;
  }
}
@media (max-width: 232px) {
  header.header-inner-page .navbar-brand img {
    height: 55px;
    width: 90px;
}
}
