@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@200;300;400;500;600&family=IBM+Plex+Sans:wght@200;300;400;500;600&family=IBM+Plex+Serif:wght@200;300;400;500;600&display=swap"); /* ----------------------------
// colors
// ----------------------------*/
@font-face {
  font-family: "IBM Plex Sans", sans-serif;
  font-family: "IBM Plex Mono", monospace;
  font-family: "IBM Plex Serif", serif;
}
/* ----------------------------
// font-family
// ----------------------------*/
/* ----------------------------
// mixin
// ----------------------------*/
/* ----------------------------
// btn
// ----------------------------*/
body {
  font-size: 18px;
  line-height: 120%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: #1f2013;
  position: relative;
}
body.page {
  margin: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .container-small {
    max-width: 1170px;
  }
}
@media (max-width: 767px) {
  .row {
    padding: 0 12px;
  }
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
a:hover {
  color: #d5f20e;
}
a:focus {
  color: #d5f20e;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 55px;
  line-height: 66px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

/* ----------------------------
// btn
// ----------------------------*/
.btn-primary {
  color: #15285b;
  background-color: #d5f20e;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  padding: 14px 34px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
    padding: 10px 32px;
  }
}
.btn-primary:hover, .btn-primary:focus {
  color: #d5f20e;
  background-color: #15285b;
  box-shadow: none;
}

.btn-secondary {
  color: #d5f20e;
  background-color: #15285b;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  padding: 14px 34px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .btn-secondary {
    font-size: 16px;
    padding: 10px 32px;
  }
}
.btn-secondary:hover {
  color: #15285b;
  background-color: #d5f20e;
  box-shadow: none;
}

.btn-simple {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  padding: 14px 34px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #15285b;
  padding: 0;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .btn-simple {
    font-size: 16px;
    padding: 10px 32px;
  }
}
.btn-simple::before {
  content: "\f061";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 18px;
  color: #15285b;
  transition: 0.3s all linear;
  height: auto;
  width: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 1;
}
.btn-simple::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #15285b;
}
@media (max-width: 767px) {
  .btn-simple::after {
    display: none;
  }
}
.btn-simple:hover {
  color: #d5f20e;
  background-color: transparent;
  box-shadow: none;
}
.btn-simple:hover::before {
  color: #d5f20e;
}
.btn-simple:hover::after {
  width: 0%;
}

.testimonial-video {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* ==============================================================================
// header
// ==============================================================================*/
.site-header {
  background-color: #1d2647;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .site-header {
    padding: 45px 0px;
  }
}
.site-header .row {
  align-items: center;
}
@media (max-width: 767px) {
  .site-header .custom-logo-link {
    width: 140px;
  }
}

.main-navigation .menu {
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .main-navigation .menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #1d2647;
    z-index: 1;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .main-navigation .menu {
    padding-top: 50px;
  }
}
.main-navigation .menu li {
  padding: 0 30px;
}
@media (max-width: 1366px) {
  .main-navigation .menu li {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .main-navigation .menu li {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .main-navigation .menu li {
    text-align: center;
    padding: 0 0px 40px;
  }
}
.main-navigation .menu li:first-child {
  padding-left: 0;
}
.main-navigation .menu li:last-child {
  padding-right: 0;
}
.main-navigation .menu li a {
  position: relative;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .main-navigation .menu li a {
    display: inline-block;
  }
}
.main-navigation .menu li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  width: 0%;
  transition: all 0.5s ease-in-out;
  border-bottom: 2px solid #d5f20e;
}
@media (max-width: 767px) {
  .main-navigation .menu li a::after {
    display: none;
  }
}
.main-navigation .menu li a:hover {
  color: #d5f20e;
  background-color: transparent;
}
.main-navigation .menu li a:hover::after {
  width: 100%;
}
.main-navigation .menu li.cta-btn a {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  padding: 14px 34px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #d5f20e;
  border: 2px solid #d5f20e;
}
@media (max-width: 767px) {
  .main-navigation .menu li.cta-btn a {
    font-size: 16px;
    padding: 10px 32px;
  }
}
.main-navigation .menu li.cta-btn a:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: none;
}
@media (max-width: 991px) {
  .main-navigation .menu li.cta-btn a {
    border: none;
    color: #ffffff;
    padding: 0;
    font-size: 20px;
  }
  .main-navigation .menu li.cta-btn a:hover {
    border: none;
    color: #d5f20e;
  }
}
.main-navigation .menu li.cta-btn a::after {
  width: 0;
}

.navToggle {
  position: absolute;
  width: 24px;
  height: 40px;
  top: 30px;
  right: 30px;
  transition-duration: 0.3s;
  display: none;
}
@media (max-width: 991px) {
  .navToggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .navToggle {
    top: 35px;
    right: 24px;
  }
}
.navToggle:hover {
  cursor: pointer;
}
.navToggle .icon-left {
  position: absolute;
  height: 3px;
  top: 25px;
  background-color: #d5f20e;
  transition-duration: 0.3s;
  width: 24px;
}
.navToggle .icon-left::before {
  content: "";
  top: -10px;
  position: absolute;
  width: 12px;
  height: 3px;
  background-color: #d5f20e;
  transition-duration: 0.3s;
}
.navToggle .icon-left::after {
  content: "";
  top: -10px;
  position: absolute;
  width: 12px;
  height: 3px;
  background-color: #d5f20e;
  transition-duration: 0.3s;
  top: 10px;
}
.navToggle .icon-right {
  position: absolute;
  height: 3px;
  top: 25px;
  background-color: #d5f20e;
  transition-duration: 0.3s;
  left: 12px;
}
.navToggle .icon-right::before {
  content: "";
  top: -10px;
  position: absolute;
  width: 12px;
  height: 3px;
  background-color: #d5f20e;
  transition-duration: 0.3s;
}
.navToggle .icon-right::after {
  content: "";
  top: -10px;
  position: absolute;
  width: 12px;
  height: 3px;
  background-color: #d5f20e;
  transition-duration: 0.3s;
  top: 10px;
}

.navToggle.open .icon-left {
  background: transparent;
}
.navToggle.open .icon-left::before {
  transform: rotateZ(45deg) scaleX(1.4) translate(3px, 4px);
}
.navToggle.open .icon-left::after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.navToggle.open .icon-right {
  background: transparent;
}
.navToggle.open .icon-right::before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-3px, 4px);
}
.navToggle.open .icon-right::after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

/* ==============================================================================
// Footer
// ==============================================================================*/
.site-footer {
  background: linear-gradient(180deg, #1d2647 0%, #15285b 50%, #18256d 100%);
  border-radius: 110px 110px 0px 0px;
  padding: 130px 0;
  margin-top: -100px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1199px) {
  .site-footer {
    border-radius: 80px 80px 0px 0px;
    padding: 100px 0 50px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    border-radius: 20px 20px 0px 0px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 50px 0 40px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-logo {
    display: block;
    text-align: center;
  }
}
.site-footer .footer-logo img {
  width: 288px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .site-footer .footer-logo img {
    width: 125px;
    margin-bottom: 10px;
  }
}
.site-footer .footer-logo-box h5 {
  font-size: 31px;
  line-height: 40px;
  font-weight: 400;
  font-family: "IBM Plex Serif", serif;
  color: #ffffff;
}
@media (max-width: 991px) {
  .site-footer .footer-logo-box h5 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 60px;
  }
}
.site-footer .socia-share-box {
  position: relative;
}
@media (max-width: 991px) {
  .site-footer .socia-share-box {
    text-align: center;
  }
}
.site-footer .socia-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 20px 25px;
  margin-bottom: 100px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .site-footer .socia-box {
    padding: 14px 25px;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .site-footer .socia-box img {
    width: 22px;
  }
}
.site-footer .socia-box h6 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 0.005em;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .site-footer .socia-box h6 {
    font-size: 12px;
    line-height: 16px;
  }
}
.site-footer .share-box {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px;
  display: none;
  position: absolute;
  bottom: 40px;
  z-index: 9;
}
.site-footer .share-box.open {
  display: block;
}
@media (max-width: 767px) {
  .site-footer .share-box.open {
    width: 220px;
    right: 70px;
  }
}
.site-footer .share-box .share-box-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.site-footer .share-box .share-box-inner h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
  color: #1f2013;
}
@media (max-width: 767px) {
  .site-footer .share-box .share-box-inner h6 {
    font-size: 16px;
  }
}
.site-footer .share-box .share-box-inner .share-close {
  cursor: pointer;
}
@media (max-width: 767px) {
  .site-footer .share-box .share-box-inner .share-close {
    width: 10px;
  }
}
.site-footer .share-box .heateor_sss_sharing_ul a {
  margin-right: 35px;
}
@media (max-width: 767px) {
  .site-footer .share-box .heateor_sss_sharing_ul a {
    margin-bottom: 30px;
  }
  .site-footer .share-box .heateor_sss_sharing_ul a:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.site-footer .share-box .heateor_sss_sharing_ul a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .site-footer .share-box .heateor_sss_sharing_ul a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .site-footer .share-box .heateor_sss_sharing_ul a .heateor_sss_svg {
    width: 40px !important;
    height: 40px !important;
  }
}
.site-footer .footer-menu {
  display: flex;
  list-style: none;
}
@media (max-width: 991px) {
  .site-footer .footer-menu {
    justify-content: center;
    flex-direction: column;
  }
}
.site-footer .footer-menu li {
  padding-right: 45px;
}
@media (max-width: 991px) {
  .site-footer .footer-menu li {
    padding: 0 0px 30px;
  }
}
.site-footer .footer-menu li:last-child {
  padding-right: 0;
}
.site-footer .footer-menu li a {
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
}
.site-footer .footer-menu li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #ffffff;
}
.site-footer .footer-menu li a:hover {
  color: #d5f20e;
  background-color: transparent;
}
.site-footer .footer-menu li a:hover::after {
  width: 0%;
  border-bottom: 1px solid #d5f20e;
}
.site-footer .hr {
  margin: 90px 0 35px;
  height: 1px;
  width: 100%;
  background-color: #d9dffd;
  display: block;
}
@media (max-width: 991px) {
  .site-footer .hr {
    margin: 50px 0 0;
    height: 0;
  }
}
.site-footer p {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  color: #d9dffd;
}
@media (max-width: 767px) {
  .site-footer p {
    margin-bottom: 0;
  }
}

/* ==============================================================================
// Home page
// ==============================================================================*/
/* ----------------------------
// Hero Section
// ----------------------------*/
.hero-sec {
  padding: 55px 0 80px;
  background-color: #1d2647;
}
@media (max-width: 1199px) {
  .hero-sec {
    padding: 55px 0 180px;
  }
}
@media (max-width: 767px) {
  .hero-sec {
    padding: 40px 12px 80px;
  }
}
.hero-sec h1 {
  font-size: 110px;
  line-height: 120%;
  font-weight: 200;
  color: #ffffff;
}
@media (max-width: 1366px) {
  .hero-sec h1 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-sec h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-sec h1 {
    font-size: 32px;
  }
}

/* ----------------------------
// Hero Image Section
// ----------------------------*/
.hero-img-sec {
  position: relative;
  padding-bottom: 150px;
  background-color: #1d2647;
}
@media (max-width: 767px) {
  .hero-img-sec {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .hero-img-sec .content {
    padding-top: 350px;
  }
}
@media (max-width: 767px) {
  .hero-img-sec .content {
    padding-top: 200px;
    text-align: center;
  }
}
.hero-img-sec .btn-primary {
  border: 1px solid transparent;
}
.hero-img-sec .btn-primary:hover {
  background-color: transparent;
  border: 1px solid #d5f20e;
}
.hero-img-sec .btn-primary:focus {
  color: #15285b;
  background-color: #d5f20e;
}
.hero-img-sec h4 {
  font-size: 23px;
  line-height: 160%;
  font-weight: 300;
  color: #c8d1eb;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hero-img-sec h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hero-img-sec .hero-right-img {
  position: absolute;
  bottom: -100px;
  right: 0;
}
@media (max-width: 991px) {
  .hero-img-sec .hero-right-img {
    bottom: 200px;
  }
}
@media (max-width: 767px) {
  .hero-img-sec .hero-right-img {
    bottom: 150px;
    overflow: hidden;
    width: 114%;
  }
}
@media (max-width: 767px) {
  .hero-img-sec .hero-right-img img {
    position: relative;
    right: -37px;
  }
}

/* ----------------------------
// Hero Video Section
// ----------------------------*/
.hero-video-sec {
  padding: 90px 0 120px;
  background: linear-gradient(180deg, #1d2647 0%, #15285b 50%, #18256d 100%);
}
@media (max-width: 991px) {
  .hero-video-sec {
    padding: 0px 0 120px;
  }
}
@media (max-width: 767px) {
  .hero-video-sec {
    padding: 0px 0 20px;
  }
}
.hero-video-sec .row {
  align-items: center;
}
.hero-video-sec h2 {
  font-size: 47px;
  line-height: 130%;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 40px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .hero-video-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.hero-video-sec p {
  font-size: 23px;
  line-height: 160%;
  font-weight: 300;
  color: #f4f6fb;
}
@media (max-width: 767px) {
  .hero-video-sec p {
    font-size: 16px;
  }
}
.hero-video-sec .video-box {
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-video-sec .video-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero-video-sec .video-box {
    margin-bottom: 40px;
  }
}
.hero-video-sec .video-box .video-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  width: calc(100% - 30px);
  aspect-ratio: 16/10;
}
@media (max-width: 991px) {
  .hero-video-sec .video-box .video-icon {
    width: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .hero-video-sec .video-box .video-icon {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .hero-video-sec .video-box .testimonial-play-btn {
    width: 56px;
  }
}
.hero-video-sec .video-box h6 {
  font-size: 22px;
  line-height: 140%;
  font-weight: 500;
  color: #ffffff;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .hero-video-sec .video-box h6 {
    font-size: 16px;
    margin: 5px 0 0;
  }
}
.hero-video-sec .popup-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  display: block;
  background-color: #262324;
}
@media (max-width: 767px) {
  .hero-video-sec .popup-open {
    padding: 0 11px;
  }
}
.hero-video-sec .testimonial-popup-close {
  position: absolute;
  top: -30px;
  right: -30px;
  transition: all 200ms;
  cursor: pointer;
  background-image: url(../images/cross-white.svg);
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .hero-video-sec .testimonial-popup-close {
    top: -50px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .hero-video-sec .testimonial-popup-close {
    top: -30px;
  }
}
.hero-video-sec .video-container {
  height: 100%;
}

.empty-sec {
  padding: 150px 0;
}

/* ----------------------------
// Home Group Image Section
// ----------------------------*/
.home-group-img-sec {
  overflow: hidden;
}
.home-group-img-sec .container-fluid {
  padding: 0;
}
.home-group-img-sec .row {
  flex-direction: row-reverse;
}
.home-group-img-sec .row .img-box {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-group-img-sec .row {
    padding: 0;
  }
}
.home-group-img-sec .row:nth-child(2) {
  flex-direction: row;
}
.home-group-img-sec .detail {
  max-width: 460px;
}
@media (max-width: 991px) {
  .home-group-img-sec .detail {
    padding: 70px 50px;
    max-width: 100%;
  }
}
.home-group-img-sec .detail h6 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #1234f7;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .home-group-img-sec .detail h6 {
    font-size: 16px;
  }
}
.home-group-img-sec .detail p {
  font-size: 32px;
  line-height: 140%;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home-group-img-sec .detail p {
    font-size: 20px;
  }
}
.home-group-img-sec img {
  width: 100%;
}

/* ----------------------------
// Work Section
// ----------------------------*/
.work-sec {
  background-color: #d5f20e;
  padding: 65px 0;
}
@media (max-width: 991px) {
  .work-sec {
    padding: 100px;
  }
}
@media (max-width: 767px) {
  .work-sec {
    padding: 40px;
  }
}
.work-sec .detail h2 {
  font-family: "IBM Plex Serif", serif;
  font-size: 61px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .work-sec .detail h2 {
    font-size: 50px;
  }
}
.work-sec .detail h6 {
  font-size: 25px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .work-sec .detail h6 {
    font-size: 16px;
  }
}
.work-sec .detail p {
  font-weight: 300;
}
@media (max-width: 767px) {
  .work-sec .detail p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .work-sec .detail p br {
    display: none;
  }
}
.work-sec .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-left: 25px;
}
.work-sec .slick-dots button {
  display: none;
}
.work-sec .slick-dots li {
  width: 8px;
  height: 8px;
  padding: 0 10px;
  color: #c5c5ba;
}
.work-sec .slick-dots li.slick-active {
  color: #535345;
}

/* ----------------------------
// Our Mission Section
// ----------------------------*/
.our-mission-sec {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
.our-mission-sec .our-mission-img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 62%;
}
@media (max-width: 1680px) {
  .our-mission-sec .our-mission-img {
    width: 64%;
  }
}
@media (max-width: 1440px) {
  .our-mission-sec .our-mission-img {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .our-mission-sec .our-mission-img {
    width: 62%;
  }
}
@media (max-width: 991px) {
  .our-mission-sec .our-mission-img {
    width: 100%;
    position: inherit;
  }
}
.our-mission-sec .content {
  padding: 200px 30px 300px 12px;
  z-index: 1;
}
@media (max-width: 1680px) {
  .our-mission-sec .content {
    padding: 200px 30px 250px 12px;
  }
}
@media (max-width: 1440px) {
  .our-mission-sec .content {
    padding: 200px 30px 190px 12px;
  }
}
@media (max-width: 1199px) {
  .our-mission-sec .content {
    padding: 50px 30px 100px 12px;
  }
}
@media (max-width: 991px) {
  .our-mission-sec .content {
    padding: 100px 30px 50px 12px;
  }
}
@media (max-width: 767px) {
  .our-mission-sec .content {
    padding: 60px 8px 40px 8px;
  }
}
.our-mission-sec .content h2 {
  font-size: 50px;
  line-height: 140%;
  font-weight: 400;
  color: #15285b;
}
@media (max-width: 767px) {
  .our-mission-sec .content h2 {
    font-size: 24px;
  }
  .our-mission-sec .content h2 br {
    display: none;
  }
}

/* ----------------------------
// PIPSC Content Section
// ----------------------------*/
.pipsc-content-sec {
  background-color: #f5f5f5;
  padding-bottom: 110px;
}
.pipsc-content-sec h5 {
  font-size: 23px;
  line-height: 160%;
  font-weight: 300;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .pipsc-content-sec h5 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pipsc-content-sec h5 {
    font-size: 16px;
  }
}
.pipsc-content-sec .pipsc-logo {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .pipsc-content-sec .pipsc-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pipsc-content-sec .btn-simple {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 991px) {
  .pipsc-content-sec .col-lg-6:first-child .btn-simple {
    margin-bottom: 65px;
  }
}

/* ----------------------------
// Frequently Asked Questions Section
// ----------------------------*/
.faq-sec {
  padding: 95px 0 210px;
  background-color: #d8dff1;
}
@media (max-width: 991px) {
  .faq-sec {
    padding: 50px 0 150px;
  }
}
.faq-sec h2 {
  font-size: 47px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .faq-sec h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.faq-sec .main-accordion {
  padding: 0 60px;
  background-color: #ffffff;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .faq-sec .main-accordion {
    padding: 0 24px;
    margin-bottom: 30px;
  }
}
.faq-sec .main-accordion .accordion-item {
  padding: 32px 28px;
  border: 0;
  border-bottom: 1.5px solid #a0affb;
}
@media (max-width: 991px) {
  .faq-sec .main-accordion .accordion-item {
    padding: 15px 20px 15px 0;
  }
}
.faq-sec .main-accordion .accordion-item:last-child {
  border-bottom: none;
}
.faq-sec .main-accordion .accordion-header {
  font-size: 25px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .faq-sec .main-accordion .accordion-header {
    font-size: 16px;
  }
}
.faq-sec .main-accordion .accordion-header::after {
  content: "\f107";
  position: absolute;
  top: 10px;
  right: 0px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  background: none;
  color: #262324;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .faq-sec .main-accordion .accordion-header::after {
    font-size: 12px;
    line-height: 12px;
    top: 6px;
    right: -20px;
  }
}
.faq-sec .main-accordion .accordion-header.active {
  color: #1234f7;
}
.faq-sec .main-accordion .accordion-header.active::after {
  transform: rotate(180deg);
}
.faq-sec .main-accordion .accordion-body {
  font-size: 23px;
  line-height: 160%;
  font-weight: 300;
  padding: 32px 0 0;
  display: none;
}
@media (max-width: 991px) {
  .faq-sec .main-accordion .accordion-body {
    font-size: 14px;
    padding: 15px 0 0;
  }
}
.faq-sec .subscribe-btn {
  text-align: right;
}
@media (max-width: 991px) {
  .faq-sec .subscribe-btn {
    text-align: center;
  }
}
.faq-sec .subscribe-btn .coming-soon {
  font-size: 28px;
  line-height: 120%;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  color: #5b688c;
  margin-right: 50px;
  display: inline-block;
}
@media (max-width: 991px) {
  .faq-sec .subscribe-btn .coming-soon {
    font-size: 16px;
    margin-right: 0;
    display: block;
    margin-bottom: 25px;
  }
}

.popup-open-body {
  overflow: hidden;
}

.subscribe-popup,
.contect-btn-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.5s;
  transform-origin: bottom;
}
.subscribe-popup:is(.open),
.contect-btn-form:is(.open) {
  transform: scale(1);
}

.contact-form {
  background-color: #f1f1ee;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  gap: 75px;
  position: relative;
  overflow: hidden;
  padding-right: 30px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact-form {
    padding: 0 30px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    max-width: 100%;
  }
}
.contact-form::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -150px;
  background-color: #d5f20e;
  filter: blur(70px);
  border-radius: 48px;
  z-index: 5;
  width: 40%;
  height: 40%;
}
.contact-form h2 {
  font-size: 32px;
  line-height: 140%;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contact-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.contact-form .img-box {
  position: relative;
  min-width: 284px;
  width: 100%;
}
@media (max-width: 991px) {
  .contact-form .img-box {
    display: none;
  }
}
.contact-form .img-box img {
  border-radius: 0px 0px 0px 15px;
  width: 100%;
}
.contact-form .popup-close {
  position: relative;
}
.contact-form .popup-close::before {
  content: "\f00d";
  position: absolute;
  top: -50px;
  right: 20px;
  font-size: 30px;
  line-height: 30px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 1;
  width: 20px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .contact-form .popup-close::before {
    top: -30px;
    right: -10px;
  }
}
.contact-form .form-box {
  padding: 100px 0;
  min-width: 314px;
  width: 100%;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .contact-form .form-box {
    min-width: auto;
    padding: 40px 0;
  }
}
.contact-form .form-box label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #535345;
}
@media (max-width: 991px) {
  .contact-form .form-box label {
    font-size: 12px;
  }
}
.contact-form .form-box .name {
  margin-bottom: 20px;
}
.contact-form .form-box .email {
  margin-bottom: 10px;
}
.contact-form .form-box .wpcf7-list-item {
  margin: 0;
}
.contact-form .form-box .checkbox {
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .contact-form .form-box .checkbox {
    margin-bottom: 40px;
  }
}
.contact-form .form-box .checkbox input {
  width: 21px;
  height: 21px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .contact-form .form-box .checkbox input {
    margin-right: 5px;
    margin-top: 0;
  }
}
.contact-form .form-box .checkbox label {
  display: flex;
  align-items: center;
}
.contact-form .form-box input {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  line-height: 131%;
  font-weight: 400;
  color: #7c7c71;
  padding: 10px 5px;
  margin-top: 5px;
}
.contact-form .form-box input.wpcf7-submit {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #d5f20e;
  padding: 10px 50px;
  background-color: #15285b;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact-form .form-box input.wpcf7-submit:hover {
  border: 1px solid #d5f20e;
  background-color: #d5f20e;
  color: #15285b;
}/*# sourceMappingURL=style.css.map */