@import '../../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import url("https://fonts.googleapis.com/css2?family=Adamina&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Krub:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-size: 14px !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  color: #001439;
  margin-bottom: 0;
}

h2 {
  font-size: 32px;
  line-height: 1.3;
  font-family: "Krub", sans-serif;
  font-weight: 400;
  color: #001439;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.3;
  font-family: "Krub", sans-serif;
  font-weight: 400;
  color: #001439;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #001439;
}

.header {
  background-color: #023AA0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header.sticky {
  background-color: #023AA0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  max-height: 74px;
  height: 100%;
  transition: max-height 0.3s;
}
@media (max-width: 575.98px) {
  .header.sticky {
    max-height: 90px;
  }
}
.header .navbar-brand {
  padding: 21px 0;
}
@media (max-width: 575.98px) {
  .header .navbar-brand {
    flex-direction: column;
    padding: 10px 0;
  }
}
.header .navbar-brand h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
  font-family: "Adamina", serif;
  margin-bottom: 0;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .header .navbar-brand h3 {
    font-size: 18px;
    margin-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar-brand h3 {
    margin: 5px 0 0;
  }
}
.header-nav {
  padding: 0 65px;
}
@media (max-width: 1199.98px) {
  .header-nav {
    padding: 0 45px;
  }
}
@media (max-width: 767.98px) {
  .header-nav {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .header .nav-anchor--wrapper {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    background: #023AA0;
  }
}
.header .nav-anchor--wrapper.close {
  display: none;
}
.header .nav-anchor-item:not(:last-of-type) {
  margin-right: 30px;
}
.header .nav-anchor-item .nav-anchor {
  padding: 30px 10px !important;
  font-size: 14px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #538EFB;
}
@media (max-width: 991.98px) {
  .header .nav-anchor-item .nav-anchor {
    padding: 20px 30px !important;
  }
}
.header .nav-anchor-item .nav-anchor.active {
  color: #fff;
  font-weight: 500;
  position: relative;
}
.header .nav-anchor-item .nav-anchor.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 125, 255);
  background: linear-gradient(180deg, rgba(0, 125, 255, 0.2021183473) 0%, rgba(255, 255, 255, 0) 50%, rgba(217, 217, 217, 0) 100%);
  border-top: 1px solid #83C0FF;
}
@media (max-width: 991.98px) {
  .header .nav-anchor-item .nav-anchor.active::after {
    background: linear-gradient(90deg, rgba(0, 125, 255, 0.2021183473) 0%, rgba(255, 255, 255, 0) 50%, rgba(217, 217, 217, 0) 100%);
    width: 50%;
    border-top: 0;
    border-left: 1px solid #83C0FF;
  }
}
.header .nav-anchor-item .nav-anchor:hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  .header .nav-icon {
    border-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 8px;
  }
  .header .nav-icon:focus, .header .nav-icon:focus-visible {
    outline: none;
    box-shadow: none;
  }
  .header .nav-icon span {
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
  }
}

.footer {
  background-color: #002A77;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .footer {
    padding: 60px 0 30px;
  }
}
@media (max-width: 575.98px) {
  .footer {
    padding: 30px 0 10px;
  }
}
.footer .logo-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 65px;
}
@media (max-width: 1199.98px) {
  .footer .logo-wrapper {
    padding-left: 45px;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer .logo-wrapper {
    gap: 15px;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .footer .logo-wrapper {
    flex-direction: column;
    gap: 5px;
    width: fit-content;
  }
}
.footer .logo-wrapper h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
  font-family: "Adamina", serif;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer .logo-wrapper h3 {
    font-size: 18px;
  }
}
.footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .footer .social-links {
    justify-content: flex-end;
    padding-right: 45px;
  }
}
@media (max-width: 767.98px) {
  .footer .social-links {
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .footer .social-links {
    height: 100%;
    gap: 10px;
  }
}
.footer p {
  font-size: 14px;
  line-height: 1.2;
  color: #C6CEDC;
  text-align: right;
  padding-right: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .footer p {
    padding-right: 45px;
  }
}
@media (max-width: 991.98px) {
  .footer p {
    text-align: center;
    padding-right: 0;
    margin-top: 50px;
    justify-content: center;
    height: unset;
  }
}
@media (max-width: 575.98px) {
  .footer p {
    font-size: 12px;
    margin-top: 30px;
  }
}

.main-banner {
  background-color: #00328D;
  padding: 242px 0;
  position: relative;
  margin-top: 72px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .main-banner {
    padding: 200px 0;
  }
}
@media (max-width: 767.98px) {
  .main-banner {
    padding: 100px 0 180px;
  }
}
@media (max-width: 575.98px) {
  .main-banner {
    padding: 70px 0 120px;
  }
}
.main-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../../../assets/images/banner-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
@media (max-width: 991.98px) {
  .main-banner::after {
    width: 100%;
    z-index: -1;
  }
}
@media (max-width: 991.98px) {
  .main-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 1199.98px) {
  .main-banner .slider-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .main-banner .slider-wrapper {
    padding-left: 0;
  }
}
.main-banner .swiper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 80px;
}
@media (max-width: 1199.98px) {
  .main-banner .swiper {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .main-banner .swiper {
    padding-left: 70px;
  }
}
@media (max-width: 575.98px) {
  .main-banner .swiper {
    padding-left: 15px;
  }
}
.main-banner .swiper .swiper-slide {
  padding-right: 86px;
}
@media (max-width: 1199.98px) {
  .main-banner .swiper .swiper-slide {
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .main-banner .swiper .swiper-slide {
    padding-right: 0;
  }
}
.main-banner .swiper .swiper-slide h2 {
  margin-bottom: 20px;
  color: #fff;
}
.main-banner .swiper .swiper-slide p {
  color: #fff;
}
.main-banner .swiper .pagination-wrapper {
  position: relative;
  width: fit-content;
  margin-top: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .main-banner .swiper .pagination-wrapper {
    margin-top: 30px;
  }
}
.main-banner .swiper .pagination-wrapper .swiper-button-prev {
  height: fit-content;
  position: unset;
  margin-top: 0;
}
.main-banner .swiper .pagination-wrapper .swiper-button-prev::after {
  content: none;
}
.main-banner .swiper .pagination-wrapper .swiper-button-next {
  height: fit-content;
  position: unset;
  margin-top: 0;
  transform: rotate(180deg);
}
.main-banner .swiper .pagination-wrapper .swiper-button-next::after {
  content: none;
}
.main-banner .swiper .pagination-wrapper .swiper-pagination {
  text-align: left;
  display: flex;
  align-items: center;
  position: unset;
  padding: 0 10px;
}
.main-banner .swiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 2px;
  font-size: 0;
  border-radius: 50%;
  opacity: 1;
  background: #D9D9D9;
  margin: 0 10px;
}
.main-banner .swiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0C5096;
  width: 10px;
  height: 10px;
  position: relative;
}
.main-banner .swiper .pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3995F3;
}
.main-banner .social-links {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-left: 1px solid #023AA0;
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  height: 100%;
}
@media (max-width: 1199.98px) {
  .main-banner .social-links {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .main-banner .social-links {
    padding: 0 15px;
    z-index: 2;
  }
}
@media (max-width: 575.98px) {
  .main-banner .social-links {
    top: unset;
    bottom: 0;
    writing-mode: lr;
    transform: none;
    height: fit-content;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #023AA0;
    padding: 15px 10px;
    gap: 10px;
    flex-direction: column-reverse;
  }
}
.main-banner .social-links .social-links__icons {
  display: flex;
  align-items: center;
  gap: 30px;
  display: none;
}
@media (max-width: 575.98px) {
  .main-banner .social-links .social-links__icons {
    gap: 10px;
  }
}
.main-banner .social-links h6 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #fff;
  letter-spacing: 0.4em;
}
@media (max-width: 1199.98px) {
  .main-banner .social-links h6 {
    margin: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .main-banner .social-links h6 {
    margin: 0;
    font-size: 11px;
  }
}
.main-banner .social-links a {
  transform: rotate(180deg) !important;
}
@media (max-width: 575.98px) {
  .main-banner .social-links a {
    transform: none !important;
    font-size: 11px;
  }
}
.main-banner .social-links a:hover {
  opacity: 0.8;
}

@media (max-width: 575.98px) {
  .service-readmore-modal {
    z-index: 99999 !important;
  }
}
.service-readmore-modal .modal-dialog {
  max-width: 844px;
}
@media (max-width: 991.98px) {
  .service-readmore-modal .modal-dialog {
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .service-readmore-modal .modal-dialog {
    padding: 0;
  }
}
.service-readmore-modal .modal-content {
  background: rgb(234, 241, 255);
  background: linear-gradient(180deg, rgb(234, 241, 255) 0%, rgb(255, 255, 255) 100%);
  border-radius: 4px;
}
.service-readmore-modal .modal-content .modal-header {
  padding: 80px 80px 40px;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .service-readmore-modal .modal-content .modal-header {
    padding: 50px 50px 40px;
  }
}
@media (max-width: 575.98px) {
  .service-readmore-modal .modal-content .modal-header {
    padding: 50px 15px 40px;
  }
}
.service-readmore-modal .modal-content .modal-header .modal-title {
  font-size: 24px !important;
  line-height: 1.2;
  font-family: "Krub", sans-serif;
  color: #001439;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .service-readmore-modal .modal-content .modal-header .modal-title {
    font-size: 20px !important;
  }
}
.service-readmore-modal .modal-content .modal-header button {
  border: none;
  background: none;
}
.service-readmore-modal .modal-content .modal-body {
  padding: 0 80px 80px;
}
@media (max-width: 767.98px) {
  .service-readmore-modal .modal-content .modal-body {
    padding: 0 50px 50px;
  }
}
@media (max-width: 575.98px) {
  .service-readmore-modal .modal-content .modal-body {
    padding: 0 15px 50px;
  }
}
.service-readmore-modal .modal-content .modal-body p:not(:last-of-type) {
  margin-bottom: 15px;
}

.modal-backdrop.show {
  opacity: 0.7;
  background: #00328D;
}

.about-us {
  padding: 250px 0;
  background: rgb(232, 243, 255);
  background: linear-gradient(180deg, #e8f3ff 0%, #f2f9ff 50%, #ffffff 100%);
  scroll-margin: 100px 0;
}
@media (max-width: 991.98px) {
  .about-us {
    padding: 100px 0;
  }
}
@media (max-width: 575.98px) {
  .about-us {
    padding: 50px 0;
  }
}
.about-us__wrapper {
  position: relative;
  z-index: 1;
  padding: 0 55px;
}
@media (max-width: 991.98px) {
  .about-us__wrapper {
    padding: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .about-us__wrapper {
    padding: 0;
  }
}
.about-us__wrapper .content-box {
  background-color: #fff;
  padding: 50px;
  width: 52%;
}
@media (max-width: 1199.98px) {
  .about-us__wrapper .content-box {
    padding: 30px;
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .about-us__wrapper .content-box {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .about-us__wrapper .content-box {
    padding: 30px 15px;
  }
}
.about-us__wrapper .content-box h2 {
  margin-bottom: 20px;
}
.about-us__wrapper .content-box p:not(:last-of-type) {
  margin-bottom: 14px;
}
.about-us__wrapper .right-img-box {
  position: absolute;
  top: -100px;
  right: 60px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .about-us__wrapper .right-img-box {
    position: unset;
    max-width: 100%;
    margin-top: 50px;
  }
}
.about-us__wrapper .bottom-img-box {
  position: absolute;
  top: 253px;
  right: 275px;
  z-index: -2;
}
@media (max-width: 991.98px) {
  .about-us__wrapper .bottom-img-box {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .about-us__wrapper .bottom-img-box {
    right: 190px;
  }
}

.services {
  padding: 150px 0;
  scroll-margin: 100px 0;
}
@media (max-width: 991.98px) {
  .services {
    padding: 0 0 100px;
  }
}
@media (max-width: 767.98px) {
  .services {
    padding: 25px 0 100px;
  }
}
@media (max-width: 575.98px) {
  .services {
    padding: 0 0 50px;
  }
}
.services__wrapper {
  padding: 0 55px;
}
@media (max-width: 1199.98px) {
  .services__wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 991.98px) {
  .services__wrapper {
    padding: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .services__wrapper {
    padding: 0;
  }
}
.services__box {
  border: 1px solid #DAE7FF;
  display: flex;
}
.services__image-box {
  width: 45%;
}
@media (max-width: 991.98px) {
  .services__image-box {
    display: none;
  }
}
.services__image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services__content {
  width: 55%;
}
@media (max-width: 991.98px) {
  .services__content {
    width: 100%;
  }
}
.services__content__header {
  padding: 25px 68px;
  border-bottom: 1px solid #DAE7FF;
}
@media (max-width: 1199.98px) {
  .services__content__header {
    padding: 25px 30px;
  }
}
.services__content__header h2 {
  margin-bottom: 0;
}
.services__list {
  display: flex;
  flex-wrap: wrap;
}
.services__list__item {
  padding: 52px;
  width: 50%;
  border-bottom: 1px solid #DAE7FF;
  min-height: 241px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .services__list__item {
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .services__list__item {
    min-height: 180px;
  }
}
.services__list__item:nth-child(odd) {
  border-right: 1px solid #DAE7FF;
}
.services__list__item:nth-child(even) {
  padding-left: 37px;
}
@media (max-width: 1199.98px) {
  .services__list__item:nth-child(even) {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .services__list__item:nth-child(even) {
    padding-left: 15px;
  }
}
.services__list__item:nth-child(5), .services__list__item:nth-child(6) {
  border-bottom: 0;
}
.services__list__item h4 {
  margin-bottom: 20px;
}
.services__list__item a {
  font-size: 12px;
  font-weight: 500;
  color: #45A1FF;
  text-decoration: none;
  width: fit-content;
}
.services__list__item a img {
  margin-left: 10px;
}

.quick-support {
  background: rgb(226, 236, 255);
  background: linear-gradient(180deg, rgb(226, 236, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  padding: 150px 0 130px;
  border-top: 1px solid #3995F3;
  scroll-margin: 100px 0;
}
@media (max-width: 991.98px) {
  .quick-support {
    padding: 100px 0 70px;
  }
}
@media (max-width: 767.98px) {
  .quick-support {
    padding: 50px 0 20px;
  }
}
.quick-support h2 {
  text-align: center;
  margin-bottom: 30px;
}
.quick-support__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.quick-support__content {
  text-align: center;
  margin-bottom: 20px;
}
.quick-support__content h5 {
  margin-bottom: 10px;
}
.quick-support__content a {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0;
  color: #001439;
  text-decoration: none;
}
.quick-support__content a:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */
