/* navbar */
.navbar {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    z-index: 100;
    max-width: 1635px;
    width: 100%; 
}
@media screen and (min-width: 1301px) {
    .navbar {
        padding-left: 50px;
        padding-right: 50px; 
    } 
}
 
.navbar.sticky .navbar-brand img {
    width: 4.6875rem;
    height: 4.6875rem; 
}
@media (max-width: 1399.98px) {
    .navbar.sticky .navbar-brand img {
        width: 4.375rem;
        height: 4.375rem; 
    } 
}
@media (max-width: 991.98px) {
    .navbar.sticky .navbar-brand img {
        width: 3.4375rem;
        height: 3.4375rem; 
    } 
}
.navbar.sticky::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #06314e !important;
    height: 100px !important; 
}
@media (max-width: 1399.98px) {
    .navbar.sticky::after {
        height: 76px !important; 
    } 
}
@media (max-width: 991.98px) {
    .navbar.sticky::after {
        height: 64px !important; 
    } 
}
.navbar > img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 110px;
    object-fit: cover;
    z-index: -1;
    height: auto; 
}
@media (max-width: 991.98px) {
    .navbar > img {
        min-height: 77px; 
    } 
}
.navbar .navbar-brand {
    margin: 0;
    z-index: 99; 
}
.navbar .navbar-brand img {
    object-fit: contain;
    transition: all 0.3s ease-in-out; 
}
@media (max-width: 1399.98px) {
    .navbar .navbar-brand {
        object-fit: contain; 
    }
    .navbar .navbar-brand img {
        width: 4.375rem;
        height: 4.375rem; 
    } 
}
@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        width: 3.4375rem;
        height: 3.4375rem; 
    } 
}
.navbar .navbar-brand, .navbar .navbar-collapse, .navbar .navbar__search {
    position: relative;
    z-index: 99; 
}
@media (max-width: 1199.98px) {
    .navbar .navbar-collapse {
        position: fixed;
        right: -2000px;
        top: 0;
        height: 100vh;
        background-color: #06314e;
        width: 100%;
        padding: 0.625rem;
        max-width: 21.875rem;
        overflow-y: auto;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 90; 
    }
    .navbar .navbar-collapse .close-menu svg {
        position: relative;
        left: -1px;
        top: 9px;
        width: 26px;
        height: 20px;
    }
    .navbar .navbar-collapse.show {
        right: 0; 
    }
    .navbar .navbar-collapse.show .overlay-menu {
        left: 0; 
    } 
}
@media (max-width: 767.98px) {
    .navbar .navbar-collapse {
        max-width: 100%; 
    } 
}
.navbar .navbar-collapse .navbar-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 0.625rem 0;
    background: #06314e; 
}
.navbar .navbar-collapse .navbar-footer ul {
    column-gap: 0.9375rem;
    margin-bottom: 0 !important; 
}
.navbar .navbar-collapse .navbar-footer ul img {
    width: 23px;
    height: 22px;
    object-fit: contain; 
}
.navbar .navbar-collapse .navbar-footer p {
    color: #fff;
    font-size: 0.75rem; 
}
@media (max-width: 1199.98px) {
    .navbar .navbar-toggler {
        position: absolute;
        z-index: 2;
        right: 0; 
    }
    .navbar .navbar-toggler img {
        width: 1.5625rem;
        height: auto; 
    } 
}
.navbar-nav {
    column-gap: 56px;
    margin-bottom: 1.5rem; 
}
@media (max-width: 1199.98px) {
    .navbar-nav {
        margin-bottom: 0.4375rem;
        row-gap: 12px; 
    } 
}
.navbar-nav .nav-item {
    border-radius: 1rem;
    padding-inline: 0.75rem; 
}
.navbar-nav .nav-item:hover {
    background: rgba(255, 255, 255, 0.16); 
}
.navbar-subnav {
    column-gap: 12px; 
}
@media (max-width: 1600px) {
    .navbar-subnav {
        column-gap: 9px; 
    } 
}
@media (max-width: 1399.98px) {
    .navbar-subnav {
        column-gap: 3px;
        row-gap: 12px; 
    } 
}
@media (max-width: 1199.98px) {
    .navbar-subnav {
        flex-direction: column;
        margin-top: 100px; 
    } 
}
@media screen and (max-width: 767px) {
    .navbar-subnav li {
        text-align: center; 
    } 
}
.navbar .nav-link, .navbar .dropdown-toggle {
    color: #fff;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize; 
}
@media screen and (max-width: 1750px) {
    .navbar .nav-link, .navbar .dropdown-toggle {
        font-size: 1.0625rem; 
    } 
}
@media screen and (max-width: 1300px) {
    .navbar .nav-link, .navbar .dropdown-toggle {
        font-size: 1rem; 
    } 
}
@media screen and (max-width: 1200px) {
    .navbar .nav-link, .navbar .dropdown-toggle {
        font-size: 1.125rem; 
    }
    .navbar .nav-link img, .navbar .dropdown-toggle img {
        transform: scale(1.3); 
    } 
}
.navbar .dropdown {
    border-radius: 1rem;
    padding-bottom: 0.125rem; 
}
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: flex; 
    } 
}
.navbar .dropdown-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 1.5rem;
    margin-top: 0;
    border-radius: 16px;
    background-color: #06314e; 
}
@media (max-width: 1199.98px) {
    .navbar .dropdown-menu {
        border: unset; 
    } 
}
.navbar .dropdown-menu * {
    color: #fff; 
}
@media (max-width: 1199.98px) {
    .navbar .dropdown-menu {
        position: relative;
        width: 100%; 
    } 
}
.navbar .dropdown-menu .dropdown-item {
    padding: 0;
    padding-block: 1rem;
    font-size: 0.875rem; 
}
.navbar .dropdown-menu .dropdown-item:is(.active, :focus, :hover) {
    background-color: transparent;
    color: #a6c53b; 
}
.navbar .dropdown-menu .dropdown-item:not(:last-of-type) {
    border-bottom: 1px solid #fff; 
}
@media screen and (max-width: 767px) {
    .navbar .dropdown-menu .dropdown-item {
        text-align: center; 
    } 
}
.navbar .dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 4px;
    padding: 7px 15px;
    border-radius: 50px;
    border: 1px solid transparent;
    text-align: center;
    display: inline-flex; 
}
.navbar .dropdown-toggle img {
    margin-left: 5px; 
}
@media (max-width: 1600px) {
    .navbar .dropdown-toggle {
        padding: 7px 10px; 
    } 
}
@media (max-width: 991.98px) {
    .navbar .dropdown-toggle {
        border: 0; 
    } 
}
.navbar .dropdown-toggle:hover {
    color: #a6c53b; 
}
.navbar .dropdown-toggle::after {
    border: 0;
}
.navbar .navbar__search {
    cursor: pointer;
    transition: all 0.3s ease-in-out; 
}
.navbar .navbar__search:hover {
    opacity: 0.5; 
}
.navbar > div:last-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1.25rem;
    z-index: 99; 
}
@media (max-width: 1600px) {
    .navbar > div:last-of-type {
        column-gap: 0.5625rem; 
    } 
}
@media (max-width: 1199.98px) {
    .navbar > div:last-of-type {
        margin-inline-end: 2.1875rem; 
    } 
}
@media (max-width: 991.98px) {
    .navbar > div:last-of-type {
        margin-inline-end: 4.1875rem; 
    } 
}
.navbar > div:last-of-type .global-btn {
    margin-top: 0;
    color: #a6c53b;
    border-color: #a6c53b;
    font-size: 0.875rem;
    font-weight: 500;
    min-width: 140px;
    height: 35px; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 6.25rem;
    font-size: 12px;
    font-weight: 600;
    line-height: 3.5rem;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    padding: 5px;
}
@media (max-width: 1399.98px) {
    .navbar > div:last-of-type .global-btn {
        font-size: 0.9375rem; 
    } 
}
.navbar > div:last-of-type a {
    color: #fff; 
}

/* search */
.search__box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background-color: #06314e;
  padding: 2.3125rem 1.25rem;
  max-height: 120px;
  transform: translateY(-1000px);
  transition: all .5s ease-in-out; }
  @media (max-width: 1199.98px) {
    .search__box {
      padding: 0.375rem 1.25rem; } }
  .search__box.active {
    transform: translateY(0); }
    .search__box.active .overlay__search {
      opacity: 1;
      visibility: visible;
      width: 100%; }
  .search__box > div:first-child {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%; }
    .search__box > div:first-child::after {
      content: '';
      position: absolute;
      bottom: -24px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #a6c53b; }
      @media (max-width: 1199.98px) {
        .search__box > div:first-child::after {
          bottom: -6px; } }
  .search__box > div > svg,
  .search__box > div > img {
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    @media screen and (min-width: 1025px) {
      .search__box > div > svg:hover,
      .search__box > div > img:hover {
        transform: translateY(-5px); } }
  .search__box .overlay__search {
    position: fixed;
    inset: 120px 0 0 0;
    width: 100%;
    height: 100vh;
    background-color: #000000b5;
    z-index: 990;
    opacity: 0;
    visibility: hidden;
    width: 0; }
    @media (max-width: 1199.98px) {
      .search__box .overlay__search {
        inset: 83px 0 0 0; } }
  .search__box form {
    display: block;
    margin: auto;
    width: 100%;
    text-align: start;
    background-repeat: no-repeat;
    background-size: 33px;
    padding-inline-start: 59px;
    background-position: 0;
    background-image: url("data:image/svg+xml,%3Csvg class='close__search' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M21 21L19 19M10.5 20C11.7476 20 12.9829 19.7543 14.1355 19.2769C15.2881 18.7994 16.3354 18.0997 17.2175 17.2175C18.0997 16.3354 18.7994 15.2881 19.2769 14.1355C19.7543 12.9829 20 11.7476 20 10.5C20 9.25244 19.7543 8.0171 19.2769 6.86451C18.7994 5.71191 18.0997 4.66464 17.2175 3.78249C16.3354 2.90033 15.2881 2.20056 14.1355 1.72314C12.9829 1.24572 11.7476 1 10.5 1C7.98044 1 5.56408 2.00089 3.78249 3.78249C2.00089 5.56408 1 7.98044 1 10.5C1 13.0196 2.00089 15.4359 3.78249 17.2175C5.56408 18.9991 7.98044 20 10.5 20Z' stroke='%23a6c53b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E"); }
    .search__box form input {
      width: 100%;
      height: 4.375rem;
      color: #fff;
      font-size: 1.5625rem; }
      @media (max-width: 1199.98px) {
        .search__box form input {
          font-size: 1rem; } }
      .search__box form input::placeholder {
        color: #fff;
        opacity: 0.7; }

/* kn button */
.kn-profile {
  position: fixed;
  left: 18px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #a6c53b;
  background-color: #06314e;
  text-align: center;
  font-size: 0.8125rem;
  color: #a6c53b;
  font-weight: 600;
  z-index: 999;
  transition: all 0.3s ease-in-out; }
  .kn-profile.bottom {
    bottom: 16px; }
  .kn-profile:hover {
    color: #a6c53b; }

/* footer */
.footer {
  position: relative;
  background: #06314E;
  overflow: hidden; }
  .footer > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto; }
    @media (max-width: 1600px) {
      .footer > img {
        height: 50px; } }
  .footer__content {
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 0;
    padding-top: 3.125rem; }
    @media (max-width: 991.98px) {
      .footer__content {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 25px; } }
    @media (max-width: 575.98px) {
      .footer__content {
        padding-bottom: 1.875rem; } }
    .footer__content .footer__logo {
      margin-inline-start: 1.875rem; }
      @media (max-width: 1600px) {
        .footer__content .footer__logo {
          margin-inline-start: 1.25rem; } }
      @media (max-width: 991.98px) {
        .footer__content .footer__logo {
          margin-inline-start: 1.375rem; } }
      @media (max-width: 575.98px) {
        .footer__content .footer__logo {
          width: 100%;
          margin-inline-start: 0rem; } }
      .footer__content .footer__logo ul {
        margin-top: 1.5rem;
        column-gap: 12px; }
        @media (max-width: 991.98px) {
          .footer__content .footer__logo ul {
            align-items: baseline !important; } }
        @media (max-width: 575.98px) {
          .footer__content .footer__logo ul {
            justify-content: center; } }
        .footer__content .footer__logo ul a {
          display: inline-block;
          transition: all 0.3s ease-in-out;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: all 0.3s ease-in-out; }
          .footer__content .footer__logo ul a:hover {
            transform: translateY(-5px);
            opacity: 0.6; }
    .footer__content > div {
      width: calc(100% / 6); }
      @media (max-width: 1600px) {
        .footer__content > div {
          width: 15.7%; } }
      @media (max-width: 1199.98px) {
        .footer__content > div {
          width: calc(100% / 4); } }
      @media (max-width: 991.98px) {
        .footer__content > div {
          width: calc((100% / 3)); } }
      @media (max-width: 575.98px) {
        .footer__content > div {
          width: calc((100% / 3)); } }
      @media (max-width: 575.98px) {
        .footer__content > div {
          width: calc((100% / 2)); } }
      @media (max-width: 575.98px) {
        .footer__content > div:nth-child(2) {
          order: 2; } }
      @media (max-width: 575.98px) {
        .footer__content > div:nth-child(3) {
          order: 3; } }
      @media (max-width: 575.98px) {
        .footer__content > div:nth-child(4) {
          order: 4; } }
      @media (max-width: 575.98px) {
        .footer__content > div:nth-child(5) {
          order: 5;
          width: 100%; } }
      @media (max-width: 575.98px) {
        .footer__content > div:nth-child(6) {
          order: 6;
          width: 100%; }
          .footer__content > div:nth-child(6) > ul {
            display: flex;
            flex-wrap: wrap; }
            .footer__content > div:nth-child(6) > ul li:not(:last-child) {
              width: 50%; }
            .footer__content > div:nth-child(6) > ul li:last-child {
              width: 90%; } }
      .footer__content > div h3 {
        margin-bottom: 40px;
        color: #69a3bd;
        text-transform: uppercase;
        font-size: 1.125rem;
        font-family: "Comfortaa-Bold"; }
      .footer__content > div a {
        color: #fff;
        font-size: 1rem;
        font-weight: 500; }
        @media (max-width: 1399.98px) {
          .footer__content > div a {
            font-size: 0.875rem; } }
      .footer__content > div:not(.footer__logo) h3 {
        position: relative; }
        .footer__content > div:not(.footer__logo) h3::before {
          content: "";
          position: absolute;
          bottom: -16px;
          left: 0;
          width: 23px;
          height: 3px;
          border-radius: 15px;
          background-color: #99d1eb; }
          @media screen and (max-width: 767px) {
            .footer__content > div:not(.footer__logo) h3::before {
              bottom: -10px; } }
      .footer__content > div:not(.footer__logo) > ul li a {
        text-transform: capitalize;
        display: flex;
        align-items: center; }
        .footer__content > div:not(.footer__logo) > ul li a img {
          max-width: 20px; }
        .footer__content > div:not(.footer__logo) > ul li a:hover {
          text-decoration: underline; }
      .footer__content > div:not(.footer__logo) > ul li:not(:last-child) {
        margin-bottom: 1.5rem; }
      .footer__content > div:last-child h3 {
        color: #a6c53b; }
        .footer__content > div:last-child h3::before {
          content: "";
          background-color: #a6c53b; }
      .footer__content > div:last-child li {
        display: flex; }
        .footer__content > div:last-child li a:hover {
          text-decoration: unset !important; }
          .footer__content > div:last-child li a:hover span {
            text-decoration: underline; }
      .footer__content > div:last-child svg {
        min-width: 25px; }
      .footer__content > div:last-child span {
        padding-inline-start: 1rem;
        color: #fff; }
        @media (max-width: 1600px) {
          .footer__content > div:last-child span {
            padding-inline-start: 0.3125rem; } }
      @media (max-width: 991.98px) {
        .footer__content > div:last-child ul li:last-of-type {
          margin-top: -0.5rem; } }
      .footer__content > div:last-child ul li:last-of-type a {
        align-items: start; }
  .footer > p {
    padding: 13px;
    background-color: #06314e;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    border-top: 1px solid #fff; }
    @media (max-width: 575.98px) {
      .footer > p {
        padding: 3px; }
        .footer > p span {
          display: none; } }
          
              
          @media (max-width: 768px) {
            .careers-top h3 {
                font-size: 25px;
                margin-bottom: 20px;
                margin-top: 20px;
            }

            .navbar .navbar-brand img { 
                height: auto;
                margin: 0;
            }
        }