HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/kollect/wp-content/themes/kollect/css/home.css
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..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 ***/
.banner {
  width: 100%;
  height: 100vh;
  max-height: 958px;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner {
    height: auto;
    max-height: unset;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
.banner .content-left {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: #00506B;
}
@media (max-width: 1679px) {
  .banner .content-left {
    max-width: 633px;
  }
}
@media (max-width: 767px) {
  .banner .content-left {
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: flex-start;
  }
}
.banner .content-left .title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .banner .content-left .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1441px) {
  .banner .content-left .title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .banner .content-left .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .banner .content-left .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .banner .content-left .title {
    font-size: 24px;
  }
}
@media (max-width: 579px) {
  .banner .content-left .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.banner .content-left .title span.bold {
  font-weight: 600;
}
@media (max-width: 579px) {
  .banner .content-left .desc br {
    display: none;
  }
}
.banner .content-left .sub-txt {
  font-size: 19px;
  font-weight: 600;
  margin: 33px 0 47px;
}
@media (max-width: 1679px) {
  .banner .content-left .sub-txt {
    margin: 25px 0 30px;
    font-size: 18px;
  }
}
@media (max-width: 1441px) {
  .banner .content-left .sub-txt {
    margin: 20px 0 25px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .banner .content-left .sub-txt {
    margin: 15px 0 20px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .banner .content-left .sub-txt {
    margin: 15px 0 15px;
    font-size: 14px;
  }
}
.banner .content-left .btn-common {
  width: 212px;
  height: 50px;
  font-size: 17px;
  padding: 15px 27px;
}
@media (max-width: 1679px) {
  .banner .content-left .btn-common {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .banner .content-left .btn-common {
    height: 42px;
    font-size: 15px;
    width: 190px;
  }
}
@media (max-width: 1199px) {
  .banner .content-left .btn-common {
    height: 40px;
    font-size: 14px;
    width: 170px;
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .banner .content-left .btn-common {
    height: 38px;
    font-size: 13px;
    width: 170px;
  }
}
.banner .content-left .btn-common .icon {
  width: 22px;
  margin-left: auto;
}
@media (max-width: 1679px) {
  .banner .content-left .btn-common .icon {
    width: 20px;
  }
}
@media (max-width: 1199px) {
  .banner .content-left .btn-common .icon {
    width: 16px;
  }
}
.banner .content-left .btn-common:hover .icon img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(58%) saturate(819%) hue-rotate(152deg) brightness(91%) contrast(84%);
}
.banner .content-left .quote-wrp {
  max-width: 478px;
  font-style: italic;
  font-size: 19px;
  font-weight: 500;
  margin-top: 50px;
}
@media (max-width: 1679px) {
  .banner .content-left .quote-wrp {
    margin-top: 40px;
    font-size: 17px;
  }
}
@media (max-width: 1441px) {
  .banner .content-left .quote-wrp {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .banner .content-left .quote-wrp {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .banner .content-left .quote-wrp {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner .content-left .quote-wrp {
    margin-top: 20px;
    font-size: 13px;
  }
}
.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.featured-wrp {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1679px) {
  .featured-wrp {
    padding: 90px 0;
  }
}
@media (max-width: 1441px) {
  .featured-wrp {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .featured-wrp {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .featured-wrp {
    padding: 40px 0;
  }
}
.featured-wrp::before {
  content: "";
  width: 55px;
  height: 50px;
  background: url(../images/featured-left-bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
}
.featured-wrp .sub-title {
  font-weight: 400;
}
.featured-wrp .title-wrp {
  display: flex;
  margin-bottom: 44px;
  align-items: center;
}
@media (max-width: 1679px) {
  .featured-wrp .title-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 1441px) {
  .featured-wrp .title-wrp {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .title-wrp {
    margin-bottom: 20px;
  }
}
.featured-wrp .slick-list {
  margin-left: -13px;
  margin-right: -13px;
}
.featured-wrp .slider-wrp {
  position: relative;
}
.featured-wrp .slider-wrp::after {
  content: "";
  width: 244px;
  height: 244px;
  position: absolute;
  bottom: -49px;
  right: -80px;
  background: url(../images/featured-sec-circle.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 1679px) {
  .featured-wrp .slider-wrp::after {
    width: 180px;
    height: 180px;
    right: -65px;
  }
}
@media (max-width: 1441px) {
  .featured-wrp .slider-wrp::after {
    width: 120px;
    height: 120px;
    right: -45px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .slider-wrp::after {
    width: 80px;
    height: 80px;
    right: -30px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .featured-wrp .slider-wrp::after {
    display: none;
  }
}
.featured-wrp .slider-wrp .featured-slider .slick-track {
  display: flex;
}
.featured-wrp .slider-wrp .featured-slider .slick-track .slick-slide {
  height: inherit;
}
.featured-wrp .slide-control {
  width: 93px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  margin-left: auto;
}
@media (max-width: 1679px) {
  .featured-wrp .slide-control {
    width: 75px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .slide-control {
    width: 70px;
  }
}
.featured-wrp .slide-control .slick-arrow {
  cursor: pointer;
  width: 43px;
  height: 43px;
  border-radius: 43px;
  border: 1px solid #D4E5EA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.featured-wrp .slide-control .slick-arrow::after {
  content: "";
  background: url(../images/slider-arrow-blue.svg) no-repeat center;
  background-size: contain;
  width: 6px;
  height: 12px;
  display: inline-block;
}
.featured-wrp .slide-control .slick-arrow:hover {
  background-color: #187FA1;
}
.featured-wrp .slide-control .slick-arrow:hover::after {
  filter: invert(1) brightness(20.5);
}
@media (max-width: 1679px) {
  .featured-wrp .slide-control .slick-arrow {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .slide-control .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.featured-wrp .slide-control .slick-arrow.slick-disabled {
  cursor: not-allowed;
}
.featured-wrp .slide-control .slick-arrow.slick-disabled img {
  opacity: 0.2;
}
.featured-wrp .slide-control .slick-arrow.next-arrow::after {
  transform: rotate(180deg);
}
.featured-wrp .feature-slides {
  border: 1px solid rgba(0, 80, 107, 0.1019607843);
  padding: 20px;
  border-radius: 18px;
  margin: 0 13px;
  background-color: #fff;
  height: 100%;
}
@media (max-width: 1679px) {
  .featured-wrp .feature-slides {
    margin: 0 10px;
  }
}
@media (max-width: 1441px) {
  .featured-wrp .feature-slides {
    margin: 0 8px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .feature-slides {
    margin: 0 6px;
  }
}
.featured-wrp .feature-slides .img-wrp {
  height: 229px;
}
@media (max-width: 1679px) {
  .featured-wrp .feature-slides .img-wrp {
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .feature-slides .img-wrp {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .featured-wrp .feature-slides .img-wrp {
    height: 130px;
  }
}
.featured-wrp .feature-slides .img-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.featured-wrp .feature-slides .content-area {
  padding: 23px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1679px) {
  .featured-wrp .feature-slides .content-area {
    padding: 20px 0 0;
  }
}
.featured-wrp .feature-slides .content-area .blk-title {
  font-size: 23px;
  font-weight: 700;
  color: #00506B;
  margin-bottom: 13px;
  line-height: 27px;
}
@media (max-width: 1679px) {
  .featured-wrp .feature-slides .content-area .blk-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1441px) {
  .featured-wrp .feature-slides .content-area .blk-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .feature-slides .content-area .blk-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .featured-wrp .feature-slides .content-area .blk-title {
    font-size: 15px;
    line-height: 19px;
  }
}
.featured-wrp .feature-slides .content-area .blk-label {
  font-weight: 500px;
  font-size: 16px;
  color: #00506B;
  line-height: 1;
}
.featured-wrp .feature-slides .content-area .progress-wrp {
  margin-top: 60px;
  margin-bottom: 16px;
  position: relative;
}
.featured-wrp .feature-slides .content-area .progress-wrp .progress-info {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #00506B;
  padding: 0px;
  position: absolute;
  top: -40px;
}
.featured-wrp .feature-slides .content-area .progress-wrp .progress-info.perc-60 {
  left: 60%;
  transform: translateX(-80%);
}
.featured-wrp .feature-slides .content-area .progress-wrp .progress-info.perc-40 {
  left: 40%;
  transform: translateX(-80%);
}
.featured-wrp .feature-slides .content-area .progress-wrp .progress-info.perc-90 {
  left: 90%;
  transform: translateX(-90%);
}
@media (max-width: 1679px) {
  .featured-wrp .feature-slides .content-area .progress-wrp .progress-info {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .feature-slides .content-area .progress-wrp .progress-info {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .featured-wrp .feature-slides .content-area .progress-wrp .progress-info {
    font-size: 13px;
  }
}
.featured-wrp .feature-slides .content-area .progress-wrp .progress {
  height: 10px;
}
.featured-wrp .feature-slides .content-area .progress-wrp .progress .progress-bar {
  background-color: #20CC8D;
  position: relative;
}
.featured-wrp .feature-slides .content-area .goal-wrp {
  display: flex;
  justify-content: space-between;
}
.featured-wrp .feature-slides .content-area .goal-wrp .left-sec,
.featured-wrp .feature-slides .content-area .goal-wrp .right-sec {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #00506B;
}
@media (max-width: 1679px) {
  .featured-wrp .feature-slides .content-area .goal-wrp .left-sec,
  .featured-wrp .feature-slides .content-area .goal-wrp .right-sec {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .feature-slides .content-area .goal-wrp .left-sec,
  .featured-wrp .feature-slides .content-area .goal-wrp .right-sec {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .featured-wrp .feature-slides .content-area .goal-wrp .left-sec,
  .featured-wrp .feature-slides .content-area .goal-wrp .right-sec {
    font-size: 13px;
  }
}
.featured-wrp .feature-slides .content-area .goal-wrp .left-sec span,
.featured-wrp .feature-slides .content-area .goal-wrp .right-sec span {
  font-weight: 700;
}
.featured-wrp .feature-slides .content-area .goal-wrp .left-sec p,
.featured-wrp .feature-slides .content-area .goal-wrp .right-sec p {
  margin-bottom: 10px;
}
@media (max-width: 579px) {
  .featured-wrp .feature-slides .content-area .goal-wrp {
    flex-direction: column;
  }
}
.featured-wrp .feature-slides .content-area .status {
  display: flex;
  align-items: center;
}
.featured-wrp .feature-slides .content-area .status .current-status {
  font-weight: 700;
  font-size: 16px;
  color: #00506B;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 1679px) {
  .featured-wrp .feature-slides .content-area .status .current-status {
    font-size: 15px;
  }
}
@media (max-width: 1441px) {
  .featured-wrp .feature-slides .content-area .status .current-status {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .featured-wrp .feature-slides .content-area .status .current-status {
    font-size: 13px;
  }
}
.featured-wrp .feature-slides .content-area .status .current-status::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #00506B;
  display: inline-block;
  background: url(../images/green-dot.gif) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
}

.direct-fund-wrp {
  background-color: #f3f6f8;
  padding: 119px 0;
  position: relative;
}
@media (max-width: 1679px) {
  .direct-fund-wrp {
    padding: 90px 0;
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .direct-fund-wrp {
    padding: 40px 0;
  }
}
.direct-fund-wrp::before {
  content: "";
  width: 55px;
  height: 259px;
  background: url(../images/bubble-left-bg.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: 160px;
}
.direct-fund-wrp::after {
  content: "";
  width: 263px;
  height: 238px;
  background: url(../images/hand-vertical-bg.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 81px;
  bottom: 0px;
}
@media (max-width: 1679px) {
  .direct-fund-wrp::after {
    width: 120px;
    height: 104px;
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp::after {
    width: 120px;
    height: 104px;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp::after {
    width: 150px;
    height: 130px;
  }
}
@media (max-width: 991px) {
  .direct-fund-wrp::after {
    width: 100px;
    height: 95px;
  }
}
@media (max-width: 767px) {
  .direct-fund-wrp::after {
    width: 100px;
    height: 80px;
  }
}
@media (max-width: 579px) {
  .direct-fund-wrp::after {
    display: none;
  }
}
.direct-fund-wrp .intro-txt {
  color: #00506B;
  margin-bottom: 35px;
}
@media (max-width: 1679px) {
  .direct-fund-wrp .intro-txt {
    margin-bottom: 30px;
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp .intro-txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp .intro-txt {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .direct-fund-wrp .intro-txt {
    margin-bottom: 10px;
  }
}
.direct-fund-wrp .sub-title {
  font-weight: 400;
}
@media (max-width: 991px) {
  .direct-fund-wrp .sub-title br {
    display: none;
  }
}
.direct-fund-wrp .support {
  color: #00506B;
  margin-top: 17px;
}
.direct-fund-wrp .three-blks-wrp {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 65px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1679px) {
  .direct-fund-wrp .three-blks-wrp {
    margin-top: 50px;
    gap: 40px;
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp .three-blks-wrp {
    margin-top: 45px;
    gap: 35px;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp .three-blks-wrp {
    margin-top: 40px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .direct-fund-wrp .three-blks-wrp {
    margin-top: 30px;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .direct-fund-wrp .three-blks-wrp {
    margin-top: 20px;
    gap: 10px;
  }
}
.direct-fund-wrp .three-blks-wrp .blks {
  border-radius: 13px;
  padding: 47px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(33.3333333333% - 48px);
  flex: 1 1 calc(33.3333333333% - 48px);
}
@media (max-width: 1679px) {
  .direct-fund-wrp .three-blks-wrp .blks {
    padding: 35px;
    width: calc(33.3333333333% - 40px);
    flex: 1 1 calc(33.3333333333% - 40px);
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp .three-blks-wrp .blks {
    padding: 30px;
    width: calc(33.3333333333% - 35px);
    flex: 1 1 calc(33.3333333333% - 35px);
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp .three-blks-wrp .blks {
    padding: 25px;
    width: calc(33.3333333333% - 30px);
    flex: 1 1 calc(33.3333333333% - 30px);
  }
}
@media (max-width: 991px) {
  .direct-fund-wrp .three-blks-wrp .blks {
    padding: 20px;
    width: calc(33.3333333333% - 25px);
    flex: 1 1 calc(33.3333333333% - 20px);
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .direct-fund-wrp .three-blks-wrp .blks {
    padding: 15px;
    width: calc(33.3333333333% - 10px);
    flex: 1 1 calc(33.3333333333% - 10px);
  }
}
@media (max-width: 579px) {
  .direct-fund-wrp .three-blks-wrp .blks {
    width: 100%;
    flex: 0 0 100%;
  }
}
.direct-fund-wrp .three-blks-wrp .blks .icon-blk {
  width: 94px;
  height: 94px;
  margin-right: 33px;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .direct-fund-wrp .three-blks-wrp .blks .icon-blk {
    width: 64px;
    height: 64px;
    margin-right: 20px;
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp .three-blks-wrp .blks .icon-blk {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp .three-blks-wrp .blks .icon-blk {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .direct-fund-wrp .three-blks-wrp .blks .icon-blk {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.direct-fund-wrp .three-blks-wrp .blks .icon-blk img {
  max-width: 100%;
}
.direct-fund-wrp .three-blks-wrp .blks .content-blk {
  font-size: 15px;
  color: #00506B;
  flex: 1;
}
@media (max-width: 1679px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk {
    font-size: 13px;
  }
}
.direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 1679px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
    font-size: 22px;
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .cont-title {
    font-size: 16px;
  }
}
.direct-fund-wrp .three-blks-wrp .blks .content-blk .desc {
  font-size: 15px;
  line-height: 20px;
  max-width: 91%;
}
@media (max-width: 1679px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .desc {
    max-width: 67%;
  }
}
@media (max-width: 1500px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .desc {
    max-width: 74%;
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .desc {
    max-width: 70%;
  }
}
@media (max-width: 1399px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .desc {
    max-width: 86%;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .desc {
    max-width: 95%;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .direct-fund-wrp .three-blks-wrp .blks .content-blk .desc {
    max-width: 100%;
  }
}
.direct-fund-wrp .btn-blk {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 66px;
}
@media (max-width: 1679px) {
  .direct-fund-wrp .btn-blk {
    margin-top: 50px;
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp .btn-blk {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp .btn-blk {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .direct-fund-wrp .btn-blk {
    margin-top: 20px;
  }
}
.direct-fund-wrp .btn-blk .btn-common {
  width: 212px;
  height: 50px;
  padding: 15px 34px;
}
@media (max-width: 1679px) {
  .direct-fund-wrp .btn-blk .btn-common {
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 1441px) {
  .direct-fund-wrp .btn-blk .btn-common {
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .direct-fund-wrp .btn-blk .btn-common {
    height: 38px;
    font-size: 13px;
  }
}
.direct-fund-wrp .btn-blk .btn-common .icon {
  margin-left: auto;
}
.direct-fund-wrp .btn-blk .btn-common:hover .icon img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(58%) saturate(819%) hue-rotate(152deg) brightness(91%) contrast(84%);
}

.change-driven-wrp {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 1679px) {
  .change-driven-wrp {
    padding: 90px 0;
  }
}
@media (max-width: 1441px) {
  .change-driven-wrp {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .change-driven-wrp {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .change-driven-wrp {
    padding: 40px 0;
  }
}
.change-driven-wrp .inner-wrp {
  background-color: #f2faff;
  border-radius: 18px;
  padding: 165px 120px 120px 140px;
}
@media (max-width: 1679px) {
  .change-driven-wrp .inner-wrp {
    padding: 90px 90px 90px 90px;
  }
}
@media (max-width: 1441px) {
  .change-driven-wrp .inner-wrp {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .change-driven-wrp .inner-wrp {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .change-driven-wrp .inner-wrp {
    padding: 30px;
  }
}
.change-driven-wrp .inner-wrp .sub-title {
  text-align: center;
  margin-bottom: 53px;
  font-weight: 400;
}
@media (max-width: 1679px) {
  .change-driven-wrp .inner-wrp .sub-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1441px) {
  .change-driven-wrp .inner-wrp .sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .change-driven-wrp .inner-wrp .sub-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .change-driven-wrp .inner-wrp .sub-title {
    margin-bottom: 10px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .change-driven-wrp .inner-wrp .sub-title br {
    display: none;
  }
}
.change-driven-wrp .inner-wrp .wave-steps-wrp {
  display: flex;
  justify-content: center;
  max-width: 944px;
  position: relative;
  height: 180px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp {
    height: auto;
  }
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
  background: url(../images/wave-dot-line.svg) no-repeat left;
  background-size: contain;
  width: 944px;
  height: 106px;
  position: absolute;
}
@media (max-width: 1442px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
    width: 790px;
  }
}
@media (max-width: 1200px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
    width: 590px;
  }
}
@media (max-width: 992px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
    width: 450px;
  }
}
@media (max-width: 768px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg {
    width: 100%;
    background: none;
    position: static;
    height: auto;
  }
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk {
  width: 72px;
  height: 72px;
  border-radius: 72px;
  position: absolute;
  top: 7%;
}
@media (max-width: 1679px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1442px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk {
    position: relative;
    top: 0px;
    z-index: 1;
    margin-bottom: 0px;
    flex-shrink: 0;
    margin-right: 20px;
    width: 34px;
    height: 34px;
  }
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .wave-bg .icon-blk img {
  max-width: 100%;
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33.3333333333%;
  padding-top: 100px;
  text-align: center;
  position: absolute;
}
@media (max-width: 768px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks {
    position: relative;
    padding-top: 20px;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding-top: 10px;
    top: 0px;
    right: unset;
    left: unset;
    bottom: unset;
  }
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(1) {
  left: -137px;
}
@media (max-width: 1200px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(1) {
    top: 13%;
    left: -100px;
  }
}
@media (max-width: 992px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(1) {
    left: -59px;
  }
}
@media (max-width: 768px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(1) {
    left: unset;
    top: 0px;
  }
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(2) {
  left: 290px;
  top: 5%;
}
@media (max-width: 1200px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(2) {
    top: 23%;
    left: 250px;
  }
}
@media (max-width: 992px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(2) {
    left: 170px;
    top: 15%;
  }
}
@media (max-width: 768px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(2) {
    left: unset;
    top: 0;
  }
}
@media (max-width: 1441px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(2) .icon-blk {
    top: 20%;
  }
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(3) {
  right: -115px;
  top: 4%;
}
@media (max-width: 1679px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(3) {
    right: -135px;
  }
}
@media (max-width: 1200px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(3) {
    right: -105px;
  }
}
@media (max-width: 992px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(3) {
    right: -80px;
    top: 11%;
  }
}
@media (max-width: 768px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(3) {
    right: unset;
    top: 0;
  }
}
@media (max-width: 768px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks:nth-child(3)::after {
    display: none;
  }
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
  color: #00506B;
  font-weight: 500;
  font-size: 23px;
  padding-top: 40px;
  max-width: 244px;
}
@media (max-width: 1679px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
    font-size: 20px;
    padding-top: 35px;
  }
}
@media (max-width: 1442px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
    font-size: 16px;
    max-width: 230px;
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
    font-size: 15px;
    max-width: 230px;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
    font-size: 14px;
    max-width: 230px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks .blk-desc {
    font-size: 13px;
  }
}
.change-driven-wrp .inner-wrp .wave-steps-wrp .blks::after {
  content: "";
  width: 1px;
  height: 100%;
  border: dashed 1px #c7c8c8;
  position: absolute;
  left: 14px;
  top: 30px;
  display: none;
}
@media (max-width: 767px) {
  .change-driven-wrp .inner-wrp .wave-steps-wrp .blks::after {
    display: block;
  }
}

.collect-lists {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .collect-lists {
    padding-bottom: 90px;
  }
}
@media (max-width: 1441px) {
  .collect-lists {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .collect-lists {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .collect-lists {
    padding-bottom: 40px;
  }
}
.collect-lists:after {
  content: "";
  width: 193px;
  height: 290px;
  position: absolute;
  right: 0px;
  top: 45%;
  background: url(../images/bg-dollar-rt.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 1679px) {
  .collect-lists:after {
    width: 70px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .collect-lists:after {
    width: 75px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .collect-lists:after {
    display: none;
  }
}
.collect-lists .title-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.collect-lists .list-blks {
  margin-top: 65px;
  background-color: #E7F9FF;
  border: 1px solid #e1f0f6;
  border-radius: 17px;
  display: flex;
  align-items: center;
  padding: 36px 44px;
  position: relative;
  z-index: 1;
}
.collect-lists .list-blks:nth-child(3) {
  background-color: #E4FFF5;
}
.collect-lists .list-blks:nth-child(4) {
  background-color: #CCF2FF;
}
.collect-lists .list-blks:nth-child(5) {
  background-color: #E4FFF5;
}
@media (max-width: 1679px) {
  .collect-lists .list-blks {
    margin-top: 50px;
    padding: 36px 40px;
  }
}
@media (max-width: 1441px) {
  .collect-lists .list-blks {
    margin-top: 40px;
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .collect-lists .list-blks {
    margin-top: 30px;
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .collect-lists .list-blks {
    margin-top: 20px;
    padding: 25px;
  }
}
@media (max-width: 579px) {
  .collect-lists .list-blks {
    flex-direction: column;
    padding: 20px;
  }
}
.collect-lists .list-blks:nth-child(odd) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 579px) {
  .collect-lists .list-blks:nth-child(odd) {
    flex-direction: column;
  }
}
.collect-lists .list-blks:nth-child(odd) .img-sec {
  margin-right: 0;
  margin-left: 70px;
  padding: 58px 50px 58px 0;
}
@media (max-width: 1679px) {
  .collect-lists .list-blks:nth-child(odd) .img-sec {
    padding: 40px 40px 40px 0;
    margin-left: 50px;
  }
}
@media (max-width: 1441px) {
  .collect-lists .list-blks:nth-child(odd) .img-sec {
    padding: 35px 35px 35px 0;
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .collect-lists .list-blks:nth-child(odd) .img-sec {
    padding: 30px 30px 30px 0;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .collect-lists .list-blks:nth-child(odd) .img-sec {
    padding: 25px 25px 25px 0;
    margin-left: 20px;
  }
}
@media (max-width: 579px) {
  .collect-lists .list-blks:nth-child(odd) .img-sec {
    margin-left: 0;
    max-width: 100%;
    padding: 10px;
  }
}
.collect-lists .list-blks .img-sec {
  background-color: #fff;
  padding: 58px 0 58px 50px;
  border-radius: 22px;
  margin-right: 70px;
  max-width: 515px;
}
@media (max-width: 1679px) {
  .collect-lists .list-blks .img-sec {
    max-width: 440px;
    padding: 40px 0 40px 40px;
    margin-right: 50px;
  }
}
@media (max-width: 1441px) {
  .collect-lists .list-blks .img-sec {
    max-width: 400px;
    padding: 35px 0 35px 35px;
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .collect-lists .list-blks .img-sec {
    max-width: 350px;
    padding: 30px 0 30px 30px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .collect-lists .list-blks .img-sec {
    max-width: 270px;
    padding: 25px 0 25px 25px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .collect-lists .list-blks .img-sec {
    max-width: 180px;
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 579px) {
  .collect-lists .list-blks .img-sec {
    margin-right: 0px;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 10px;
  }
}
.collect-lists .list-blks .img-sec img {
  max-width: 100%;
  display: block;
}
.collect-lists .list-blks .content-left {
  font-weight: 600;
  margin-bottom: 20px;
  padding-right: 0px;
  flex: 1;
}
@media (max-width: 1679px) {
  .collect-lists .list-blks .content-left {
    max-width: 566px;
  }
}
@media (max-width: 1199px) {
  .collect-lists .list-blks .content-left {
    padding-right: 0;
  }
}
@media (max-width: 579px) {
  .collect-lists .list-blks .content-left {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.collect-lists .list-blks .content-left .sub-title {
  margin-bottom: 10px;
}
@media (max-width: 579px) {
  .collect-lists .list-blks .content-left .sub-title {
    margin-bottom: 10px;
  }
}

.adv-outer-wrap {
  position: relative;
}
.adv-outer-wrap:after {
  background: url(../images/investment-doller.svg) no-repeat;
  background-size: cover;
  width: 150px;
  height: 300px;
  position: absolute;
  top: -130px;
  left: 0;
  content: "";
}
@media (max-width: 1799px) {
  .adv-outer-wrap:after {
    width: 80px;
    height: 200px;
    top: -80px;
  }
}
@media (max-width: 1481px) {
  .adv-outer-wrap:after {
    width: 40px;
    height: 130px;
    top: -60px;
  }
}
@media (max-width: 1199px) {
  .adv-outer-wrap:after {
    display: none;
  }
}
.adv-outer-wrap .adv-investment-wrap {
  background: #1abe94;
  border-radius: 15px;
  position: relative;
  min-height: 480px;
  padding: 75px 0 20px 70px;
  margin-bottom: 120px;
}
@media (max-width: 1679px) {
  .adv-outer-wrap .adv-investment-wrap {
    padding: 50px 0 20px 50px;
    min-height: 380px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1481px) {
  .adv-outer-wrap .adv-investment-wrap {
    margin-bottom: 50px;
    min-height: 370px;
  }
}
@media (max-width: 1199px) {
  .adv-outer-wrap .adv-investment-wrap {
    padding: 40px 0 20px 40px;
  }
}
@media (max-width: 991px) {
  .adv-outer-wrap .adv-investment-wrap {
    min-height: auto;
    padding: 40px;
  }
}
@media (max-width: 579px) {
  .adv-outer-wrap .adv-investment-wrap {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  .adv-outer-wrap .adv-investment-wrap {
    padding: 25px;
  }
}
.adv-outer-wrap .adv-investment-wrap .content-wrap {
  max-width: 590px;
}
@media (max-width: 1679px) {
  .adv-outer-wrap .adv-investment-wrap .content-wrap {
    max-width: 530px;
  }
}
@media (max-width: 1481px) {
  .adv-outer-wrap .adv-investment-wrap .content-wrap {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .adv-outer-wrap .adv-investment-wrap .content-wrap {
    max-width: 100%;
  }
}
.adv-outer-wrap .adv-investment-wrap .content-wrap .sub-title {
  color: #fff;
  padding-bottom: 15px;
}
.adv-outer-wrap .adv-investment-wrap .content-wrap .para {
  color: #a4e4ce;
}
.adv-outer-wrap .adv-investment-wrap .content-wrap .para + p {
  padding-top: 15px;
}
@media (max-width: 1481px) {
  .adv-outer-wrap .adv-investment-wrap .content-wrap .para + p {
    padding-top: 10px;
  }
}
.adv-outer-wrap .adv-investment-wrap .content-wrap .btn-wrap {
  padding: 30px 0 0 0;
}
@media (max-width: 1679px) {
  .adv-outer-wrap .adv-investment-wrap .content-wrap .btn-wrap {
    padding: 20px 0 0 0;
  }
}
.adv-outer-wrap .adv-investment-wrap .pattern-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1679px) {
  .adv-outer-wrap .adv-investment-wrap .pattern-1 {
    max-width: 490px;
  }
}
@media (max-width: 1481px) {
  .adv-outer-wrap .adv-investment-wrap .pattern-1 {
    max-width: 460px;
  }
}
@media (max-width: 1199px) {
  .adv-outer-wrap .adv-investment-wrap .pattern-1 {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .adv-outer-wrap .adv-investment-wrap .pattern-1 {
    display: none;
  }
}

.testimonial-wrap {
  padding-bottom: 120px;
}
@media (max-width: 1679px) {
  .testimonial-wrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 1441px) {
  .testimonial-wrap {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap {
    padding-bottom: 80px;
  }
}
.testimonial-wrap .title-wrap {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 1679px) {
  .testimonial-wrap .title-wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 1481px) {
  .testimonial-wrap .title-wrap {
    max-width: 740px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap .title-wrap {
    max-width: 100%;
  }
}
.testimonial-wrap .title-wrap .tag {
  font-size: 20px;
  color: #79abbd;
  text-transform: uppercase;
  padding-bottom: 25px;
}
@media (max-width: 1679px) {
  .testimonial-wrap .title-wrap .tag {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1481px) {
  .testimonial-wrap .title-wrap .tag {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .title-wrap .tag {
    font-size: 15px;
  }
}
.testimonial-wrap .title-wrap .sub-title {
  color: #00506b;
  padding-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 479px) {
  .testimonial-wrap .title-wrap .sub-title br {
    display: none;
  }
}
.testimonial-wrap .title-wrap .para {
  color: #0c2933;
}
.testimonial-wrap .content-wrap {
  border-radius: 15px;
  border: 1px solid #d4e5ea;
  padding: 70px 50px 40px 50px;
  position: relative;
  height: auto;
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap {
    padding: 50px 40px 30px 40px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .content-wrap {
    padding: 30px 20px 20px 20px;
  }
}
.testimonial-wrap .content-wrap:after {
  position: absolute;
  right: 60px;
  top: 40px;
  width: 94px;
  height: 70px;
  background: url(../images/quote.svg) no-repeat;
  background-size: cover;
  content: "";
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap:after {
    width: 60px;
    height: 45px;
    right: 30px;
    top: 20px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrap .content-wrap:after {
    width: 50px;
    height: 38px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .content-wrap:after {
    width: 35px;
    height: 27px;
  }
}
.testimonial-wrap .content-wrap .star {
  padding-bottom: 60px;
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap .star {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrap .content-wrap .star {
    padding-bottom: 20px;
  }
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap .star img {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrap .content-wrap .star img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .content-wrap .star img {
    max-width: 120px;
  }
}
.testimonial-wrap .content-wrap .test-title {
  font-size: 31px;
  color: #00506b;
  font-weight: 600;
  margin: 0;
  padding: 0 0 30px 0;
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap .test-title {
    font-size: 26px;
    padding: 0 0 20px 0;
  }
}
@media (max-width: 1481px) {
  .testimonial-wrap .content-wrap .test-title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrap .content-wrap .test-title {
    font-size: 22px;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .content-wrap .test-title {
    font-size: 20px;
    padding: 0 0 10px 0;
  }
}
.testimonial-wrap .content-wrap .test-para {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap .test-para {
    font-size: 16px;
    max-width: 86%;
  }
}
@media (max-width: 1441px) {
  .testimonial-wrap .content-wrap .test-para {
    font-size: 15px;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrap .content-wrap .test-para {
    font-size: 14px;
  }
}
.testimonial-wrap .content-wrap .test-footer {
  display: flex;
  gap: 20px;
  border-top: 1px solid #d6f2fb;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  align-items: center;
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap .test-footer {
    gap: 15px;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .content-wrap .test-footer {
    gap: 10px;
  }
}
.testimonial-wrap .content-wrap .test-footer .img {
  margin: 0;
  padding: 0;
  width: 64px;
  height: 64px;
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap .test-footer .img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrap .content-wrap .test-footer .img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .content-wrap .test-footer .img {
    width: 30px;
    height: 30px;
  }
}
.testimonial-wrap .content-wrap .test-footer .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  max-width: 100%;
}
.testimonial-wrap .content-wrap .test-footer .name-dest-wrap {
  flex: 1;
}
.testimonial-wrap .content-wrap .test-footer .name-dest-wrap .name {
  font-size: 21px;
  color: #00506b;
  font-weight: 600;
  padding: 0 0 5px 0;
  line-height: 1.4;
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap .test-footer .name-dest-wrap .name {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrap .content-wrap .test-footer .name-dest-wrap .name {
    font-size: 16px;
    padding: 0 0 3px 0;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .content-wrap .test-footer .name-dest-wrap .name {
    font-size: 14px;
  }
}
.testimonial-wrap .content-wrap .test-footer .name-dest-wrap .des {
  font-size: 14px;
  color: #00506b;
  line-height: 1.4;
}
@media (max-width: 1679px) {
  .testimonial-wrap .content-wrap .test-footer .name-dest-wrap .des {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .content-wrap .test-footer .name-dest-wrap .des {
    font-size: 10px;
  }
}
.testimonial-wrap .testi-alider .slick-arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #d4e5ea;
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: inherit;
  transform: none;
  bottom: -100px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-wrap .testi-alider .slick-arrow::after {
  content: "";
  width: 9px;
  height: 18px;
  background: url(../images/arrow.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 1199px) {
  .testimonial-wrap .testi-alider .slick-arrow::after {
    width: 6px;
    height: 12px;
  }
}
.testimonial-wrap .testi-alider .slick-arrow:hover {
  background-color: #187FA1;
}
.testimonial-wrap .testi-alider .slick-arrow:hover::after {
  filter: invert(1) brightness(20.5);
}
@media (max-width: 1679px) {
  .testimonial-wrap .testi-alider .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 10px;
    bottom: -70px;
  }
}
@media (max-width: 1441px) {
  .testimonial-wrap .testi-alider .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 10px;
    bottom: -70px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrap .testi-alider .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 7px;
    bottom: -50px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .testi-alider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.testimonial-wrap .testi-alider .slick-arrow:before {
  display: none;
}
.testimonial-wrap .testi-alider .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.testimonial-wrap .testi-alider .slick-arrow.slick-prev {
  right: 75px;
}
@media (max-width: 1679px) {
  .testimonial-wrap .testi-alider .slick-arrow.slick-prev {
    right: 60px;
  }
}
@media (max-width: 1441px) {
  .testimonial-wrap .testi-alider .slick-arrow.slick-prev {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrap .testi-alider .slick-arrow.slick-prev {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrap .testi-alider .slick-arrow.slick-prev {
    right: 40px;
  }
}
.testimonial-wrap .testi-alider .slick-track {
  display: flex;
  padding: 0 -20px;
}
@media (max-width: 1679px) {
  .testimonial-wrap .testi-alider .slick-track {
    padding: 0 -10px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap .testi-alider .slick-track {
    padding: 0;
  }
}
.testimonial-wrap .testi-alider .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1679px) {
  .testimonial-wrap .testi-alider .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrap .testi-alider .slick-slide {
    padding: 0;
  }
}

.founder-wrap {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 1679px) {
  .founder-wrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .founder-wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .founder-wrap {
    padding-bottom: 60px;
  }
}
.founder-wrap:after {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/founder-doller.svg) no-repeat;
  background-size: cover;
  content: "";
  width: 269px;
  height: 557px;
}
@media (max-width: 1799px) {
  .founder-wrap:after {
    width: 170px;
    height: 400px;
    top: 60px;
  }
}
@media (max-width: 1679px) {
  .founder-wrap:after {
    width: 130px;
    height: 360px;
  }
}
@media (max-width: 1481px) {
  .founder-wrap:after {
    display: none;
  }
}
.founder-wrap .sub-title {
  color: #00506b;
  font-weight: 400;
  padding-bottom: 35px;
}
@media (max-width: 1679px) {
  .founder-wrap .sub-title {
    padding-bottom: 20px;
  }
}
.founder-wrap .sub-title span {
  font-weight: 700;
}
.founder-wrap .outer-wrap {
  background: url(../images/founder-bg.png) no-repeat top center/cover;
  border-radius: 20px;
  min-height: 370px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1679px) {
  .founder-wrap .outer-wrap {
    min-height: 340px;
  }
}
@media (max-width: 1481px) {
  .founder-wrap .outer-wrap {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .founder-wrap .outer-wrap {
    min-height: inherit;
    padding: 40px 10px;
  }
}
@media (max-width: 767px) {
  .founder-wrap .outer-wrap {
    padding: 30px 15px;
  }
}
.founder-wrap .outer-wrap:after {
  width: 183px;
  height: 102px;
  background: url(../images/founder-pattern-2.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 300px;
  top: 0;
  content: "";
  z-index: -1;
}
@media (max-width: 1679px) {
  .founder-wrap .outer-wrap:after {
    width: 160px;
    height: 85px;
  }
}
@media (max-width: 1199px) {
  .founder-wrap .outer-wrap:after {
    width: 120px;
    height: 65px;
  }
}
@media (max-width: 991px) {
  .founder-wrap .outer-wrap:after {
    right: 100px;
    width: 80px;
    height: 40px;
  }
}
.founder-wrap .outer-wrap:before {
  width: 113px;
  height: 22px;
  background: url(../images/founder-pattern-1.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 35px;
  bottom: 35px;
  content: "";
  z-index: -1;
}
@media (max-width: 1679px) {
  .founder-wrap .outer-wrap:before {
    width: 100px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .founder-wrap .outer-wrap:before {
    width: 60px;
    height: 15px;
  }
}
@media (max-width: 991px) {
  .founder-wrap .outer-wrap:before {
    width: 40px;
  }
}
.founder-wrap .outer-wrap .img {
  margin: 0 auto;
  padding: 0;
  width: 294px;
  height: 294px;
}
@media (max-width: 1679px) {
  .founder-wrap .outer-wrap .img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1481px) {
  .founder-wrap .outer-wrap .img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .founder-wrap .outer-wrap .img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .founder-wrap .outer-wrap .img {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .founder-wrap .outer-wrap .img {
    width: 120px;
    height: 120px;
  }
}
.founder-wrap .outer-wrap .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.founder-wrap .outer-wrap .row-align {
  align-items: center;
}
.founder-wrap .outer-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 50px 0 20px;
}
@media (max-width: 1679px) {
  .founder-wrap .outer-wrap .content-wrap {
    gap: 20px;
    padding: 0 149px 0 20px;
  }
}
@media (max-width: 1441px) {
  .founder-wrap .outer-wrap .content-wrap {
    gap: 20px;
    padding: 0 85px 0 20px;
  }
}
@media (max-width: 1199px) {
  .founder-wrap .outer-wrap .content-wrap {
    gap: 20px;
    padding: 0 0px 0 20px;
  }
}
@media (max-width: 991px) {
  .founder-wrap .outer-wrap .content-wrap {
    gap: 10px;
    padding: 0 0 0 0px;
  }
}
.founder-wrap .outer-wrap .content-wrap .fo-title {
  font-size: 23px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1679px) {
  .founder-wrap .outer-wrap .content-wrap .fo-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .founder-wrap .outer-wrap .content-wrap .fo-title {
    font-size: 18px;
  }
}
.founder-wrap .outer-wrap .content-wrap .fo-para {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1679px) {
  .founder-wrap .outer-wrap .content-wrap .fo-para {
    font-size: 14px;
  }
}
.founder-wrap .outer-wrap .content-wrap .fo-name {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
}
@media (max-width: 1679px) {
  .founder-wrap .outer-wrap .content-wrap .fo-name {
    font-size: 14px;
  }
}

.over-spend-wrap {
  background: #e0f7ff;
  padding: 130px 0;
}
@media (max-width: 1679px) {
  .over-spend-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .over-spend-wrap {
    padding: 40px 0;
  }
}
.over-spend-wrap .row-align {
  align-items: center;
}
.over-spend-wrap .sub-title {
  color: #00506b;
  font-weight: 400;
  padding-bottom: 15px;
}
.over-spend-wrap .sub-title span {
  font-weight: 700;
}
.over-spend-wrap .para {
  color: #0c2933;
}
.over-spend-wrap .para + p {
  padding-top: 15px;
}
@media (max-width: 1679px) {
  .over-spend-wrap .para + p {
    padding-top: 10px;
  }
}
.over-spend-wrap .btn-wrap {
  display: flex;
  gap: 35px;
  align-items: center;
  padding-top: 50px;
}
@media (max-width: 1679px) {
  .over-spend-wrap .btn-wrap {
    padding-top: 30px;
    gap: 20px;
  }
}
@media (max-width: 1481px) {
  .over-spend-wrap .btn-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 479px) {
  .over-spend-wrap .btn-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.over-spend-wrap .btn-wrap .txt {
  font-size: 25px;
  color: #00506b;
}
@media (max-width: 1679px) {
  .over-spend-wrap .btn-wrap .txt {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .over-spend-wrap .btn-wrap .txt {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .over-spend-wrap .btn-wrap .txt {
    font-size: 18px;
  }
}
@media (max-width: 579px) {
  .over-spend-wrap .btn-wrap .txt {
    font-size: 16px;
  }
}
.over-spend-wrap .btn-wrap .txt span {
  font-weight: 700;
}
.over-spend-wrap .btn-wrap .btn-common {
  width: 212px;
  height: 50px;
  font-size: 17px;
  padding: 15px 27px;
}
@media (max-width: 1679px) {
  .over-spend-wrap .btn-wrap .btn-common {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .over-spend-wrap .btn-wrap .btn-common {
    height: 42px;
    font-size: 15px;
    width: 190px;
  }
}
@media (max-width: 1199px) {
  .over-spend-wrap .btn-wrap .btn-common {
    height: 40px;
    font-size: 14px;
    width: 170px;
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .over-spend-wrap .btn-wrap .btn-common {
    height: 38px;
    font-size: 13px;
    width: 170px;
  }
}
.over-spend-wrap .btn-wrap .btn-common .txt {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 1679px) {
  .over-spend-wrap .btn-wrap .btn-common .txt {
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .over-spend-wrap .btn-wrap .btn-common .txt {
    font-size: 15px;
  }
}
.over-spend-wrap .btn-wrap .btn-common .icon {
  width: 22px;
  margin-left: auto;
}
@media (max-width: 1679px) {
  .over-spend-wrap .btn-wrap .btn-common .icon {
    width: 20px;
  }
}
@media (max-width: 1199px) {
  .over-spend-wrap .btn-wrap .btn-common .icon {
    width: 16px;
  }
}
@media (max-width: 1199px) {
  .over-spend-wrap .btn-wrap .btn-common .icon {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .over-spend-wrap .btn-wrap .btn-common .icon {
    font-size: 13px;
  }
}
.over-spend-wrap .btn-wrap .btn-common:hover .txt {
  color: #00506B;
}
.over-spend-wrap .btn-wrap .btn-common:hover .icon img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(58%) saturate(819%) hue-rotate(152deg) brightness(91%) contrast(84%);
}
.over-spend-wrap .img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1679px) {
  .over-spend-wrap .img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .over-spend-wrap .img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .over-spend-wrap .img {
    padding-top: 20px;
    max-width: 250px;
  }
}