/* =====Document Styles===== */
:root {
  --swiper-theme-color: #BFD730 !important;
  position: relative;
}
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  /* outline: 1px solid red; */
}
html {
  scroll-behavior: smooth;
}
body {
  font-family:'DM Sans',sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  color: #686974;
  /* min-height: 200vh; */
}
.main{
  margin-top: 78px;
}
@media (min-width: 1024px) {
  .main{
    margin-top: 115px;
  }
}
/* Content Style */
h1 {
  font-size: 34px;
  font-weight:700;
  line-height:1.25;
  color:white;
}
h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: #142F53;
}
@media (min-width: 1024px) {
  h1{
    font-size: 50px;
  }
  h2{
    font-size: 45px;
    line-height: 50px;
  }
  h3{
    font-size: 36px;
  }
}

/* =====Container===== */
/* Adjusting container for small device */
.container-small_device{
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 744px) {
  .container-small_device{
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1024px) {
  .container-small_device{
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (min-width: 1200px) {
  .container-small_device{
    margin-left: 0;
    margin-right: 0;
  }
}
/* Device size 1200px */
@media (min-width: 1200px) {
  .container_1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------- eyebrow ---------- */
.eyebrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.eyebrow.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.eyebrow-txt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 20px;
}
.eyebrow-line {
  width: 40px;
  height: 3px;
  background: #BFD730;
  margin-bottom: 25px;
  border-radius: 3px;
}
.eyebrow.darkbg{
  color: #fff;
}
.eyebrow.left {
  color: #686974;
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  line-height: 13px;
  opacity: 100%;
}
@media (min-width: 1024px) {
  .eyebrow-txt {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
    .eyebrow-line {
        margin-bottom: 15px;
    }
}

/* ---------- BUTTONS ---------- */
.btn{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:10px;
  padding:12px 18px;
  border-radius:30px;
  font-weight:700;
  line-height: 1.25;
}
.primary{
  background:#bfd83a;
  color:#0b2333;
}
.ghost{
  background:white;
  color:#0b2333;
}
.arrow svg{
  width:14px;
  height:14px;
}
.btn .arrow{
  height: 12px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover .arrow{
  left: 3px;
}
.btn.primary.line{
  border: 2px solid #BFD730;
  background-color: transparent;
}
.line-btn {
  font-size: 16px;
  font-weight: 700;
  color: #54555E;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-text-decoration-color: #007F94;
          text-decoration-color: #007F94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.line-btn-arrow {
  width: 8px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.line-btn:hover .line-btn-arrow{
  left: 3px;
}
@media (min-width: 1024px) {
  .btn{
    font-size: 18px;
    padding: 12px 20px;
  }
}


/* ================= HEADER BASE ================= */
/* HEADER */
.header-inner {
  width: 100%;
  height: 78px;
  background: #142F53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 16px;
  position: fixed;
  top: 0;
  z-index: 50;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.logo {
  height:38px;
  width:150px;
}
/* HAMBURGER */
.hamburger {
  width: 40px;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  height: 2px;
  background: #BFD730;
  margin: 9px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.close-icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: none;
  cursor: pointer;
}
.close-icon:before,
.close-icon:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background: #BFD730;
  top: 15px;
  left: 0;
}
.close-icon:before { 
  -webkit-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
          transform: rotate(45deg); 
}
.close-icon:after { 
  -webkit-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
          transform: rotate(-45deg); 
}
.head-overlay {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: rgba(191, 215, 48, 0.5); /* #BFD730 with transparency */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 20;
}
.mobile-menu {
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  background: #F4FAFF;
  padding: 30px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
  z-index: 30;
}
.menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #142F53;
  margin-top: 30px;
  gap: 10px;
}
.menu-title a{
  color: #142F53;
}
.dropdown ul li a{
  color: #142F53;
}
.dropdown-arrow {
  width: 26px;
  margin-left: auto;
}
.dropdown {
  display: none;
  margin-left: 20px;
  margin-top: 10px;
}
.dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown li {
  font-size: 20px;
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #142F53;
  font-weight: 600;
}
.square {
  width: 5px;
  height: 5px;
  background: #B7E220;
  margin-right: 10px;
  list-style-type: square;
}
.phone-btn {
  margin-top: 40px;
  background: #C6DF2B;
  color: #062246;
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  border-radius: 30px;
  text-align: center;
  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;
  line-height: 1.25;
}
.phone-icon {
  width: 15px;
  margin-right: 4px;
}
.contact-btn {
  margin-top: 15px;
  padding: 12px;
  border-radius: 30px;
  font-size: 18px;
  border: 2px solid rgba(20, 47, 83, 0.5);
  text-align: center;
  font-weight: bold;
  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;
  color: #142F53;
  line-height: 1.25;
}
.contact-arrow {
  width: 8px;
  margin-left: 10px;
}
@media (min-width: 1024px){
  .header-inner,
  .head-overlay,
  .mobile-menu{
    display: none;
  }
}

/* Header: Desktop */
.header-desk{
  display: none;
}
@media (min-width: 1024px) {
  /* Desktop Header */
  .nav-logo{
    height: 50px;
  }
  .header-desk{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* background-color: #142F53; */
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .header-desk-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    background-color: #142F53;
  }
  .header-desk .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-btn{
    margin-left: 20px;
    display: none;
  }
  .nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-desk_a{
    padding: 35px 15px 45px;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }
  .header-desk_a::before{
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0px;
    background-color: #bfd83a;
    z-index: -6;
  }
  .nav ul li:hover a::before{
    height: 2px;
  }
  .header-desk_a::after{
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0px;
    background-color: rgba(191, 215, 48, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -5;
  }
  .nav ul li:hover a::after{
    height: 100%;
  }
  .header-desk_a .dpdn-arrow{
    height: 8px;
    position: absolute;

    left: 0;
    right: 0;
    margin: 0 auto;
    top: 71px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  /* .nav ul li:last-of-type .header-desk_a {
    padding-right: 0;
  } */
  .header-desk_a.current_page::before{
    height: 2px;
  }
  .header-desk-phone-icon{
    height: 15px;
  }
  .header-desk-overlay{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
    background: rgba(191, 215, 48, 0.7); /* #BFD730 with transparency */
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
  .header-desk:has(.menu-item:hover) + .header-desk-overlay {
    display: block;
  }
  .mega-panel {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 115px;
    padding-top: 40px;
    padding-bottom: 60px;

    overflow: hidden;
    
    /* transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in; */
    opacity: 0;
    visibility: hidden;
    
    -webkit-transform: translate(0, 10px);
    
        -ms-transform: translate(0, 10px);
    
            transform: translate(0, 10px);
    -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    -o-transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
  }
  .menu-item:hover .mega-panel{
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    -o-transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
    visibility: visible;
  }
  .mega-panel-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;  
    gap: 40px;
  }
  .mega-panel-box h4{
    font-size: 26px;
    color: #142F53;
    margin-bottom: 15px;
  }
  .mega-panel-left{
    padding-right: 20px;
    border-right: 1px solid #DEE0E8;
  }
  .mega-panel-left p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .mega-panel-mid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding-top: 10px;
  }
  .mega-panel-box-poly{
    background-color: #fff;
  }
  .mega-panel-minibox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .mega-panel-minibox-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .mega-panel-minibox-h{
    font-size: 20px;
    line-height: 1.25;
    color: #142F53;
    font-weight: 700;
  }
  .mega-panel-minibox-img{
    width: 8px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mega-panel-minibox-wrap:hover .mega-panel-minibox-img{
    left: 3px;
  }
  .mega-panel-minibox-p{
    font-size: 14px;
    line-height: 20px;
  }
  .mega-panel-right{
    padding-left: 40px;
    border-left: 1px solid #DEE0E8;
    display: none;
  }
  .mega-panel-right-img{
    width: 100%;
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border: 1px solid rgba(20, 47, 83, 0.15);
  }
  .mega-panel-right a{
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .nav-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-btn:hover{
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(20, 47, 83, 0.4);
            text-decoration-color: rgba(20, 47, 83, 0.4);
    text-underline-offset: 2px;
  }
  .mega-panel-right{
    display: block;
  }
}
@media (min-width: 1500px) {
  .header-desk .container{
    max-width: 1350px;
  }
  .mega-panel-right-img{
    width: 100%;
    height: 200px;
  }
}
@media (min-width: 1700px) {
  .header-desk .container{
    max-width: 1520px;
  }
}

/* ====================== STATS SECTION ====================== */
.stats-section {
  background: #0C2A52;
  padding: 80px 20px 30px;
  color: white;
  text-align: center;
}
/*-----------------------MOBILE FIRST--------------- */
.stats-container {
  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;
}
.stats-container .stat-div:last-of-type{
  display: none;
}
.stat-box {
  width: 100%;
  max-width: 400px;
  padding: 40px 20px;
  text-align: center;
}
.stat-box:last-child {
  border-bottom: none;
}
.stat-number {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.2;
}
.stat-desc {
  max-width: 285px;
  margin: 14px auto 0;
  font-size: 14px;
  line-height: 1.55;
  color: #D7DCE8;
  text-align: center;
  font-weight: 600;
}
.stat-div{
  height: 1px;
  width: 100%;
  background-color: rgba(255,255,255,0.1);
}
.stats-container .stat-box:nth-of-type(2) .suffix {
  display: none;
}

@media (min-width: 744px) {
  .stat-desc {
    max-width: 350px;      
    font-size: 16px;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
  }
  .stat-div{
    max-width: 400px;
  }
}
@media (min-width: 1024px){
  .stat-box {
      padding: 60px 20px;
  }
}
@media (min-width: 1200px) {
  .stats-section{
    padding: unset;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .stats-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;                 
    -webkit-box-pack: justify;                 
        -ms-flex-pack: justify;                 
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .stat-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: none;
    padding: 0;
    max-width: 300px;
  }
  .stat-number {
    font-size: 85px;
  }
  .stat-desc {
    max-width: 400px;
    font-size: 15px;
    text-align: center;
    font-weight: 500; 
  }
  .stat-div{
    max-width: unset;
    width: 1px;
    /* height: 100%; */
    height: auto;           /* reset */
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;    /* THIS MAKES IT FULL HEIGHT */
  }
  .stats-section .eyebrow-line {
    margin-bottom: 65px;
  }
}


/* ======Testimonial==== */
.testimonial {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.test-diag-top {
  width: 100%;
  position:absolute;
  top: 0;
  left: 0;
  height: 40px;
}
.test-diag-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 40px;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.testimonial-bg{
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -2;
}
.testimonial-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #142F53;
  opacity: 85%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: -1;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
  
}
.testimonial-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.testimonial-content {
  padding-top: 90px;
  padding-bottom: 118px;
}
.testimonial-text {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 30px;
  font-weight: 500;
}
.testimonial-author {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}
.testimonial .swiper-pagination {
  margin-bottom: 80px;
}
.testimonial .swiper-pagination-bullet {
  border: 1px solid #bfd670;
  opacity: 1 !important;
  background-color: transparent !important;
}
.testimonial .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #bfd670 !important;
}
@media (min-width: 744px) {
  .testimonial-content {
    padding-bottom: 120px;
  }
  .testimonial .swiper-pagination {
    margin-bottom: 110px;
  }
}
@media (min-width: 1024px) {
  .testimonial .testimonial-content{
    padding-top: 150px;
    padding-bottom: 130px;
  }
  .testimonial-content {
    max-width: 960px;
    margin: 0px auto;
  }
  .testimonial-author {
    font-size: 15px;
  }
  .testimonial-text {
    font-size: 25px;
  }
  .test-diag-top,
  .test-diag-bottom {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .testimonial .testimonial-content{
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .testimonial-content {
    max-width: 1050px;
  }
  .test-diag-top,
  .test-diag-bottom {
    height: 80px;
  }
}
/* =======Complogo========= */
.complogo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
/* Company Logos Section */
/* Base - mobile: 3 per row, col 15px, row 25px */
.complogo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 25px;      /* vertical gap */
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;   /* horizontal gap */
}
.complogo-img_wrap {
  /* 3 items per row: 100% width minus 2 gaps of 15px, divided by 3 */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 3);
          flex: 0 0 calc((100% - 30px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.complogo-logo {
  width: 100%;
  display: block;
  /* optional: keep logos from getting huge */
  max-width: 160px;
}
.complogo-p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 15px;
  padding-bottom: 30px;
}
/* >= 744px - 6 per row, same gaps */
@media (min-width: 744px) {
  .complogo {
    margin-top: 80px;
}
 .complogo-h {
   font-size: 31px;
}
  .complogo-p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
  .complogo-img_wrap {
    /* 6 items per row, 5 gaps of 15px */
    -ms-flex-preferred-size: calc((100% - 75px) / 6);
        flex-basis: calc((100% - 75px) / 6);
  }
}

/* >= 1024px - 5 per row, row 35px, col 40px */
@media (min-width: 1024px) {
   .complogo {
    margin-top: 100px;
    margin-bottom: 140px;
}
  .complogo-h {
   font-size: 36px;
}
  .complogo-p {
    font-size: 17px;
    line-height: 30px;
    max-width: 850px;
    padding-top: 14px;
    padding-bottom: 50px;
  }
  .complogo-grid {
    row-gap: 35px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .complogo-img_wrap {
    /* 5 items, 4 gaps of 40px */
    -ms-flex-preferred-size: calc((100% - 160px) / 5);
        flex-basis: calc((100% - 160px) / 5);
  }
}

/* >= 1200px - 6 per row, row 35px, col 30px */
@media (min-width: 1200px) {
  .complogo-grid {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;   /* row-gap stays 35px from previous media query */
  }

  .complogo-img_wrap {
    /* 6 items, 5 gaps of 30px */
    -ms-flex-preferred-size: calc((100% - 150px) / 6);
        flex-basis: calc((100% - 150px) / 6);
  }
}




/* =====Pre-footer===== */
.pre-footer {
  margin-top: 60px;
  position: relative;
}
.pre-foot-darkbg{
  display: none;
}
.pre-foot-wrapper {
  background: -webkit-gradient(linear, left top, right bottom, from(#142F53), to(#2D69B9));
  background: -o-linear-gradient(top left, #142F53, #2D69B9);
  background: linear-gradient(to bottom right, #142F53, #2D69B9);
}
.pre-foot-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pre-foot-div {
  padding-left: 16px ;
  padding-right: 16px; 
}
.pre-foot-h {
  color: #FFFFFF;
  font-size: 31px;
  font-weight: 700;
  margin-top: 40px; 
}
.pre-foot-p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  padding-top: 20px;
  line-height: 26px;
}
.btn-pre-foot {
  padding-top: 20px;
  padding-bottom: 45px;
}
@media (min-width: 744px) {
  .pre-footer {
    padding: 0 25px;
  }
  .pre-foot-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    padding: 80px 20px 80px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pre-foot-img {
    position: absolute;
    width: 45%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .pre-foot-div {
    max-width: 50%;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .pre-foot-darkbg{
    display: block;
    background-color: #142F53;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 250px;
    z-index: -1;
  }
  .pre-foot-h{
    margin-top: 0;
  }
  .btn-pre-foot {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
   .pre-footer {
    padding: 0 32px;
  }
  .pre-foot-wrapper {
    height: 650px;
    padding: 180px 60px 180px 0;
  }
  .pre-foot-h {
    font-size: 40px;
    line-height: 1.25;
  }
  .pre-foot-p {
    font-size: 17px;
    padding-top: 25px;
    line-height: 30px;
  }
  .pre-foot-div {
    max-width: 46%;
  }
  .btn-pre-foot {
    padding-top: 30px;
    font-size: 18px;
  }
  .pre-foot-darkbg{
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .pre-footer {
    padding: 0 48px;
  }
  .pre-foot-wrapper {
      padding: 180px 75px 180px 0;
  }
}
@media (min-width: 1500px) {
  .pre-footer {
    padding: 0 100px;
  }
  .pre-foot-h {
    max-width: 500px;
  }
}
@media (min-width: 1700px) {
  .pre-footer {
    padding: 0 164px;
  }
}

/* ========Footer========== */
.footer {
  background: #142F53;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}
.ft-logo {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
}
.ft-top-div
{
  height: 1px;
  width: 100%;
  background-color: rgba(255,255,255,0.1);
  margin-top: 40px;
}
.ft-top-btns { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-pack: center; 
      -ms-flex-pack: center; 
          justify-content: center;
  gap: 25px; 
  padding-top: 30px;
}
.ft-btn, .ft-call {
  border: 1px solid #5FC6D0;
  padding: 5px 18px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;  
  font-weight: 800;
}
.ft-call-img {
  width: 14px;
}
.ft-col {
  margin-top: 54px;
}
.ft-col h4 {
  font-weight: 500;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  color: #FFFFFF;
}
.ft-col ul {
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ft-col ul li {
  list-style: disc;
}
.ft-col ul li::marker {
  font-size: 11px;
} 
.ft-col ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 80%;
  line-height: 23px;
  padding-top: 18px;
}
.ft-col-mt {
  margin-top: 50px;
}
.ft-col p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 80%;
  margin-bottom: 12px;
}
.ft-bottom-div
{
  height: 1px;
  width: 100%;
  background-color: rgba(255,255,255,0.1);
  margin-top: 50px;
  margin-bottom: 15px;
}
.ft-bottom p {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 75%;
  text-align: center;
}
.ft-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.ft-links a {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 75%;
  text-decoration: underline;
  text-underline-offset: 5px;
  
}
.ft-links p {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 75%;
}
.ft-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 45px;
}
.ft-links-div {
  width: 1px;          
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;  
  background-color: #FFFFFF;  
  opacity: 50%;        
}
@media (min-width: 744px) {
  .ft-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    -ms-grid-rows: auto 40px auto;
        grid-template-areas:
      "courses cities"
      "about   address";
  }

  .ft-courses { grid-area: courses; }
  .ft-about   { grid-area: about; }
  .ft-cities  { grid-area: cities; }
  .ft-address { grid-area: address; }
  .ft-about,
  .ft-address {
    margin: 0;
  }
}
@media (min-width: 744px) {
  .ft-courses {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ft-about {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ft-cities {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .ft-address {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1024px) {
  .ft-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .ft-logo {
    height: 55px;
    margin-top: 30px;
  }
  .ft-top-div {
    margin-left: 20px;
    margin-right: 30px;
  }
  .ft-top-btns {
    gap: 20px;
  }
  .ft-btn, .ft-call {
    font-size: 18px;
    padding: 12px 20px;
  }
  .ft-call-img {
    width: 15px;
  }
  .ft-call {
    height: 47px;
  }
  .ft-btn {
    width: 139px;
    height: 47px;
  }
  .ft-col h4 {
    font-size: 24px;
  }
  .ft-arrow {
    width: 10px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .ft-col h4:hover .ft-arrow{
    left: 4px;
  }
  .ft-col ul {
    gap: 18px;
  }
  .ft-col ul li a {
    font-size: 18px;
  }
  .ft-col ul li::marker {
    font-size: 12px;
  } 
  .ft-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;   
  }
   .ft-links  {
    margin: 0; 
    padding: 0;
    font-size: 13px;
  }
    .ft-social  {
    margin: 0;
    padding: 0;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .ft-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 54px 1fr 54px 1fr 54px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 54px;
  }
  .ft-courses { grid-area: auto; }
  .ft-about   { grid-area: auto; }
  .ft-cities  { grid-area: auto; }
  .ft-address { grid-area: auto; }

  .ft-about,
  .ft-address {
    margin-top: 54px;
  }
  .ft-col h4 {
  white-space: nowrap;
  }
  .ft-bottom-div {
    margin-top: 0;
  }
}

/* =====Breadcrumb===== */
.breadcrumb{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.breadcrumb-arrow{
  height: 8px;
}
.breadcrumb-item{
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
}
a.breadcrumb-item{
  color: #fff;
}
a.breadcrumb-item:hover{
  text-decoration: underline;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .breadcrumb{
    gap: 12px;
  }
  .breadcrumb-item{
    font-size: 13px;
  }
  .breadcrumb-arrow {
    height: 10px;
  }
}


/* =====Banner===== */
.banner{
  padding-top: 40px;
  padding-bottom: 330px;
  background: -webkit-gradient(linear, left top, right bottom, from(#142F53), to(#2D69B9));
  background: -o-linear-gradient(top left, #142F53, #2D69B9);
  background: linear-gradient(to bottom right, #142F53, #2D69B9);
  position: relative;
}
.banner-h{
  font-size: 30px;
}
.banner-p{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 15px;
}
.banner-img{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;

  -webkit-clip-path: polygon(
    100% 0,        /* top-right corner */
    0 12.5%,        /* slightly lower on the top-left, creates the 7.5° angle */
    0 100%,        /* bottom-left */
    100% 100%      /* bottom-right */
  );

          clip-path: polygon(
    100% 0,        /* top-right corner */
    0 12.5%,        /* slightly lower on the top-left, creates the 7.5° angle */
    0 100%,        /* bottom-left */
    100% 100%      /* bottom-right */
  );
}
.banner .btn{
  margin-top: 40px;
}
@media (min-width: 744px) {
  .banner-p{
    max-width: 550px;
  }
  .banner-h{
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .banner {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .banner-h{
    font-size: 50px;
    max-width: 57%;
  }
  .banner-p{
    font-size: 22px;
    margin-top: 20px;
    max-width: 52%;
  }
  .banner-img{
    height: 100%;
    top: 0;
    left: unset;
    width: 50%;

    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);

            clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 1200px) {
  .banner-h{
    max-width: 650px;
  }
  .banner-p{
    max-width: 600px;
  }
}
@media (min-width: 1500px) {
  .banner .container{
    max-width: 1350px;
  }
  .banner-h {
    max-width: 700px;
  }
  .banner-p {
      max-width: 650px;
  }
}
@media (min-width: 1700px) {
  .banner .container{
    max-width: 1500px;
  }
}


/* ======FAQ===== */
.faq-sec{
  margin-top: 90px;
  margin-bottom: 80px;
}
.faq-h {
  margin-bottom: 45px;
  text-align: center;
}
.faq-accordion {
  max-width: 1080px;
  margin: 0 auto;
}
.faq-item {
  background: #FAFAFC;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid rgba(20, 47, 83, 0.15);
}
.faq-question {
  width: 100%;
  padding: 25px 15px;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: #142F53;
}
.faq-question span {
  max-width: calc(100% - 40px);
  text-align: start;
  line-height: 1.25;
}
.faq-arrow {
  height: 10px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.faq-question[aria-expanded="true"] .faq-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}
.faq-answer.open {
  max-height: 500px;
}
.faq-answer p {
  margin: 0 15px 25px;
  color: #686974;
  line-height: 1.5;
  padding-top: 20px;
  border-top: 1px solid rgba(20, 47, 83, 0.15);
}
@media (min-width: 1024px) {
  .faq-sec {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .faq-h{
    font-size: 45px;
    margin-bottom: 80px;
  }
  .faq-item {
    margin-bottom: 30px;
  }
  .faq-question{
    font-size: 24px;
    padding: 30px 25px;
  }
  .faq-answer p{
    font-size: 17px;
    padding-top: 35px;
    margin: 0 30px 30px;
  }
}


/* =====Mini Reviews====== */
.mini-reviews{
  margin-top: 100px;
  margin-bottom: 100px;
}
.mini-reviews-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.mini-reviews-icon{
  width: 45px;
}
.mini-reviews-icon.rev{
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.mini-review{
  text-align: center;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #142F53;

  width: 100%;
}
.mini-reviews .swiper-slide {
  /* width: unset !important;
  flex-shrink: unset !important; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.mini-reviews .swiper{
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .mini-reviews-icon{
    width: 90px;
  }
  .mini-review{
    font-size: 20px;
  }
  .mini-reviews .swiper-slide {
    gap: 40px;
  }
  .mini-reviews .swiper {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .mini-reviews .container{
    max-width: 800px;
  }
}


/* ======General Section====== */
.gensec{
  margin-top: 50px;
  margin-bottom: 60px;
}
.gensec .container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.gensec-img{
  width: 100%;
  height: 230px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gensec-h{
  font-size: 25px;
  line-height: 1.5;
  color: #142F53;
  margin-bottom: 15px;
}
.gensec-p-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}
.gensec-p-wrap p:first-of-type{
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}
@media (min-width: 744px) {
  .gensec-img {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .gensec {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .gensec .container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .gensec-img {
    height: 350px;
    border-radius: 10px;
  }
  .gensec-txt-wrap{
    max-width: 48%;
  }
  .gensec-h{
    font-size: 36px;
    line-height: 1.25;
  }
  .gensec-p-wrap p{
    font-size: 17px;
    line-height: 30px;
  }
  .gensec-p-wrap p:first-of-type {
    font-size: 22px;
    line-height: 34px;
  }
  .gensec .iblog-more-back{
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .gensec .container{
    gap: 70px;
  }
  .gensec-img {
    height: 500px;
  }
  .gensec-txt-wrap {
    max-width: 462px;
  }
}
@media (min-width: 1500px) {
  .gensec .container{
    max-width: 1350px;
  }
  .gensec-img {
    height: 550px;
  }
}
@media (min-width: 1700px) {
  .gensec .container {
    gap: 100px;
    max-width: 1380px;
  }
}

/* =====Process===== */
.process{
  margin-top: 60px;
  margin-bottom: 120px;
}
.process .container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.process-h{
  margin-bottom: 12px;
}
.process-txt{
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
}
.process-rblock{
  position: relative;
}
.process-steps{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.process-bgline{
  position: absolute;
  width: 1px;
  background-color: #E6E6E6;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 4px;
}
.process-step{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  position: relative;
}
.process-steps .process-step:first-of-type::before{
  content: "";
  position: absolute;
  z-index: -1;
  width: 3px;
  height: 10px;
  left: 3px;
  top: 0;
  background-color: #fff;
}
.process-steps .process-step:last-of-type::before{
  content: "";
  position: absolute;
  z-index: -1;
  width: 3px;
  left: 3px;
  top: 10px;
  bottom: 0;
  background-color: #fff;
}
.process-step-bullet{
  height: 10px;
  margin-top: 8px;
}
.process-step-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.process-step-h{
  font-size: 20px;
  color: #142F53;
  line-height: 1.25;
  font-weight: 600;
}
.process-step-p{
  font-size: 15px;
  line-height: 28px;
  color: #686974;
}
.process-step-img{
  width: 100%;
  height: 200px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 744px){
  .process .container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .process-lblock{
    position: sticky;
    top: 110px;
  }
  .process-rblock{
    margin-top: 10px;
  }
}
@media (min-width: 1024px){
  .process {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  .process .container{
    gap: 40px;
  }
  .process-lblock{
    max-width: 46%;
    top: 50px;
  }
  .process-step-wrap{
    gap: 12px;
  }
  .process-bgline{
    left: 7px;
  }
  .process-steps .process-step:first-of-type::before,
  .process-steps .process-step:last-of-type::before{
    left: 6px;
  }
  .process-h {
    margin-bottom: 15px;
  }
  .process-txt {
    font-size: 22px;
    line-height: 34px;
  }
  .process-step{
    gap: 25px;
  }
  .process-step-h {
    font-size: 24px;
  }
  .process-step-p{
    font-size: 17px;
  }
  .process-step-img{
    height: 250px;
  }
  .process-step-bullet {
    height: 15px;
  }
}
@media (min-width: 1200px){
  .process .container {
    gap: 60px;
  }
  .process-lblock {
    max-width: 535px;
  }
}
@media (min-width: 1500px){
  .process .container {
    max-width: 1350px;
    gap: 100px;
  }
  .process-lblock {
    max-width: 650px;
    max-width: 1350px;
  }
}

/* =====Mini Popup===== */
.minipopup{
  position: fixed;
  background-color: #fff;
  border-radius: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 60px rgba(2, 4, 4, 0.15);
          box-shadow: 0 0 60px rgba(2, 4, 4, 0.15);
  z-index: 15;

  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;

  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;

  -o-transition: opacity 0.3s ease, transform 0.3s ease;

  transition: opacity 0.3s ease, transform 0.3s ease;

  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.minipopup-img-wrap{
  width: 140px;
  height: 100%;

  position: absolute;
  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;
}
.minipopup-img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;

  position: relative;
  z-index: 5;
}
.minipopup-arrow{
  opacity: 0.8;

  position: absolute;
  z-index: 10;
}
.minipopup-cross{
  position: absolute;
  z-index: 10px;
  top: 12px;
  right: 12px;
  height: 15px;
}
.minipopup-wrap{
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 25px 12px 22px 155px;
}
.minipopup-txt{
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #142F53;
}
.minipopup .btn{
  padding: 8px 15px;
  font-size: 14px;
  gap: 8px;
}
.minipopup .btn .arrow {
  height: 10px;
}
.minipopup.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
}
.minipopup.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.minipopup-cross {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 400px){
  .minipopup{
    left: unset;
    max-width: 380px;
  }
}

/* =====page.php===== */
.ipage-banner{
  background: -webkit-gradient(linear, left top, right bottom, from(#142F53), to(#2D69B9));
  background: -o-linear-gradient(top left, #142F53, #2D69B9);
  background: linear-gradient(to bottom right, #142F53, #2D69B9);
}
.ipage-banner-h{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px){
  .ipage-banner-h{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* =====Footer: Landing Pages====== */
.lp-footer{
  background-color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.lp-footer .container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.lp-footer-logo,
.lp-footer-logo-a{
  height: 40px;
}
.lp-footer-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.lp-footer-p{
  font-size: 14px;
}
.lp-footer-privacy-a{
  color: #142F53;
  font-size: 14px;
  font-weight: 700;
}
.lp-footer-privacy-a:hover{
  text-decoration: underline;
}
@media (min-width: 1024px){
  .lp-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lp-footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .lp-footer-wrap{
    gap: 12px;
    margin-top: 3px;
  }
  .lp-footer-p{
    line-height: 1;
  }
  .lp-footer-logo, .lp-footer-logo-a {
    height: 50px;
  }
}



