@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.two-col-blue {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #013364;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1679px) {
  .two-col-blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1441px) {
  .two-col-blue {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .two-col-blue {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.two-col-blue .title-col {
  margin-bottom: 70px;
}
@media (max-width: 1679px) {
  .two-col-blue .title-col {
    margin-bottom: 40px;
  }
}
@media (max-width: 1441px) {
  .two-col-blue .title-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .two-col-blue .title-col {
    margin-bottom: 20px;
  }
}
.two-col-blue .title-col .sec-title {
  font-weight: 500;
  margin-bottom: 8px;
}
.two-col-blue .title-col .subtitle {
  font-weight: 400;
}
.two-col-blue .title-col .subtitle:after {
  display: none;
}
.two-col-blue .col-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-col-blue .col-img .main-img {
  border-radius: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .two-col-blue .col-img .main-img {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .two-col-blue .col-img .main-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .two-col-blue .col-img {
    padding-right: 56px;
  }
}
.two-col-blue .sec-title {
  font-size: 33px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .two-col-blue .sec-title {
    font-size: 28px;
    margin-bottom: 36px;
  }
}
@media (max-width: 1481px) {
  .two-col-blue .sec-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .two-col-blue .sec-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .two-col-blue .sec-title {
    font-size: 18px;
  }
}
.two-col-blue .sec-subtitle {
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 1679px) {
  .two-col-blue .sec-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1481px) {
  .two-col-blue .sec-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .two-col-blue .sec-subtitle {
    font-size: 18px;
  }
}
.two-col-blue .txt {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 28px;
}
@media (max-width: 1679px) {
  .two-col-blue .txt {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .two-col-blue .txt {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.two-col-blue .subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1679px) {
  .two-col-blue .subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1481px) {
  .two-col-blue .subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
.two-col-blue .subtitle:after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(100% + 8px);
  border-radius: 5px;
  height: 5px;
  width: 88px;
  background: rgba(0, 0, 0, 0) linear-gradient(98deg, #20BACB 0%, #1F66AC 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1481px) {
  .two-col-blue .subtitle:after {
    height: 3px;
  }
}
.two-col-blue.meet-sageteq {
  background: url(../img/meet-bg.jpg) no-repeat center/cover;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 1679px) {
  .two-col-blue.meet-sageteq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1441px) {
  .two-col-blue.meet-sageteq {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .two-col-blue.meet-sageteq {
    padding-top: 50px;
  }
}
@media (max-width: 579px) {
  .two-col-blue.meet-sageteq {
    padding-top: 30px;
  }
}
.two-col-blue.our-mission {
  background: url(../img/our-mission-bg.svg) no-repeat center/cover;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 1679px) {
  .two-col-blue.our-mission {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1441px) {
  .two-col-blue.our-mission {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .two-col-blue.our-mission {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}