.fixed-top {
  background-color: #fff !important;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.02);
          box-shadow: 0 7px 12px rgba(0, 0, 0, 0.02);
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 73px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

header .navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

header .navbar .nav-link {
  font-size: 14px;
  line-height: 16px;
  color: #1B1E22;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 8px 10px !important;
  white-space: nowrap;
}

header .navbar .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: #093770;
  height: 2px;
  width: 50px;
  margin: 0 auto;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .navbar .nav-link:hover {
  color: #093770;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .navbar .nav-link:hover:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .navbar .nav-link.active {
  color: #093770;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .navbar .nav-link.active:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header .navbar .header-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .navbar .header-signup .btn {
  margin-left: 5px;
  white-space: nowrap;
}

.navbar-toggler {
  height: 40px;
  width: 40px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menubar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 35px;
  width: 35px;
}

.closebtn {
  display: none;
  height: 35px;
  width: 35px;
}

.closebtn img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .fixed-top {
    height: 60px;
  }
  header .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 500 !important;
  }
  header .navbar-nav .nav-link::after {
    display: none;
  }
  header form, header .header-signup {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header form .btn, header .header-signup .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  header .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
  }
  header .navbar-brand img {
    max-width: 120px;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #cd-shadow-layer {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(9, 55, 112, 0.5);
    cursor: pointer;
    display: none;
    z-index: 99999;
  }
  .sidenav-new-menu {
    height: 100%;
    min-height: 100vh;
    width: 300px;
    position: fixed;
    right: -300px;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999999;
    background-color: #fff;
    padding: 40px 20px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .width-menu {
    width: 300px;
    right: 0;
    display: block !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .closebtn {
    display: block !important;
    color: #000;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    font-size: 24px;
  }
  .closebtn i {
    -webkit-text-stroke: 6px transparent;
    -webkit-text-fill-color: #000;
  }
  .closebtn img {
    width: 24px;
    height: 24px;
  }
  .closebtn:hover {
    display: block;
    color: #fff;
    text-decoration: none;
  }
}

.scrollTop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 999;
  background-color: #093770;
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  opacity: 0;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.footer-section {
  padding: 36px 0 0 0;
  background: #093770;
}

.footer-section .footer-content {
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-section .footer-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section .footer-content ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  padding: 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-section .footer-content ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 2px;
  width: 50px;
  margin: 0 auto;
  bottom: -3px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-section .footer-content ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-section .footer-content ul li a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-section .footer-content ul li a.active {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-section .footer-content ul li a.active:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-section .footer-content .footer-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-section .footer-content .footer-social-media a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 5px;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-section .footer-content .footer-social-media a:hover {
  background-color: #fff;
  color: #093770;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
}

.footer-section .copyright {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section .copyright p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
/* 20-02-2024 */
.footer-section .footer-content .footer-social-media a{
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0 5px;
}
.footer-section .footer-content .footer-social-media a:hover{
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0 5px;
}
.footer-section .footer-content .footer-social-media a:hover path{
  fill: #093770;
}
.footer-update-section .footer-content .footer-social-media a:hover path{
  fill: #fff;
}

@media (max-width: 767px) {
  .footer-section .footer-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-section .footer-content ul li {
    width: 100%;
  }
  .footer-section .footer-content ul li a {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
  }
  .footer-section .footer-content .footer-social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*# sourceMappingURL=header.css.map */