@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

* {
  font-family: "Poppins", serif;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

ul,
p {
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.sectionpad {
  padding: 70px 0;
}

.sectionpadtop {
  padding-top: 70px;
}

.sectionpadbottom {
  padding-bottom: 70px;
}

.imgfluid {
  width: 100%;
  height: auto;
}

.serviceImgBorder {
  width: 100%;
  height: auto;
}

.greencoltext {
  color: #85cfd5;
}

.text-balance {
  text-wrap: balance;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 !important;
  margin: 0 !important;
}

.pinkText {
  color: #e01584;
}

.blueText {
  color: #0f375d;
}

.imgfluid {
  width: 100% !important;
  height: auto !important;
}

.clientWorkImg {
  border-radius: 40px;
  padding: 10px;
}

/* navbar */

.navbarSection {
  border: 1px solid #242f4a;
  background: #0f375d;
  padding: 13px 0;
}

.logoImg {
  width: 200px;
  height: auto;
}

.bookAuditBtn {
  border-radius: 1.75rem;
  background: #e01584;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.25rem; /* 125% */
  letter-spacing: 0.00875rem;
  padding: 10px 20px;
  display: inline-block;
  border: 2px solid #e01584;
  transition: all 0.2s ease-in-out;
}

.mobCallBtn {
  display: none;
}

.bookAuditBtn:hover {
  background: #fff;
  color: #12375d;
}

.navMobCallText {
  color: #fff;
}

.bookAuditBtn:hover .navMobCallImg {
  filter: unset;
}

.bookAuditBtn:hover .navMobCallText {
  color: #e01584;
}

.bannerContentWrap .bookAuditBtn {
  padding: 11px 33px;
  font-size: 16px;
  background: #12375d;
  border: 2px solid #12375d;
}

.bannerContentWrap .bookAuditBtn:hover {
  background: transparent;
  /* border: 2px solid #12375d; */
}

/* hero section */

.heroSection {
  padding: 40px 0 95px 0;
}

.bannerContentWrap {
  padding-left: 15.5%;
}

.banText1 {
  color: #e01584;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 4rem; /* 160% */
  /* text-transform: uppercase; */
}

.bannerTitle {
  color: #0f375d;
  font-size: 55px;
  font-weight: 500;
  line-height: 68px; /* 100% */
  /* text-transform: uppercase; */
  text-transform: capitalize;
}

.bannerContentText {
  text-transform: capitalize;
  color: #0f375d;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px !important;
}

.banText2 {
  color: #0f375d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem; /* 125% */
  letter-spacing: -0.0125rem;
  text-transform: capitalize;
}

.scaleTextData {
  color: #0f375d;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  text-transform: capitalize;
  margin-top: 7px !important;
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

.clientCarouselWrap .owl-nav {
  position: absolute;
  left: 20px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #fff;
  text-decoration: none;
}

.owl-dots {
  position: absolute;
  left: 16%;
  bottom: -40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 100px !important;
  height: 10px;
  margin: 5px 7px;
  background: #e0158466 !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #e01584 !important;
}

/* service section */

.serviceSection {
  background: url("../images/banner/serviceBG.jpg") center no-repeat;
  background-size: cover;
}

.serviceTitle {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 150% */
  letter-spacing: -0.02rem;
  text-transform: capitalize;
  /* margin-right: 6px !important; */
}

.clientCollectionImgWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.clientImgWrap {
  /* padding: 0 7px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.serviceCardWrap {
  margin: 25px 0;
}

.serviceCardText {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.75rem; /* 116.667% */
  letter-spacing: -0.01rem;
  margin-top: 5px !important;
}

.sectionTitle {
  color: #0f375d;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.625rem; /* 123.529% */
  letter-spacing: -0.02125rem;
}

.nav-link {
  display: block;

  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;

  display: flex;
  padding: 0.75rem 1.125rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;

  color: #e01584 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 2rem !important; /* 160% */
  text-transform: capitalize !important;
  border-radius: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent !important;
  border-bottom: 4px solid #0f375d;
}

.clientLogoDataWrap img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* client logo section */

.realEstateClientData .clientLogoDataWrap img,
.automobileClientData .clientLogoDataWrap img {
  /* padding: 10px; */
}

.healthClientData .clientLogoDataWrap img,
.ecommerceClientData .clientLogoDataWrap img,
.educationClientData .clientLogoDataWrap img,
.otherClientData .clientLogoDataWrap img {
  /* padding: 15px; */
}

.clientTabSection {
  padding-top: 70px;
  background-color: #f5f5f5;
}

/* cta section */

.blueRoiContent {
  background: #f5f5f5;
}

.pinkCtaSection {
  background: url("../images/banner/ctaBG.jpg") center no-repeat;
  background-size: cover;
  height: 245px;
}

.pinkCtaSection2 {
  background: #e01584;
  padding: 10px;
  border-radius: 10px;
}

p.pinkCtaTextData {
  font-size: 33px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
}

.pinkCtaText1 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem; /* 133.333% */
  letter-spacing: -0.01875rem;
}

.pinkCtaSection {
  display: flex;
  justify-content: end;
  align-items: center;
}

.rightContentWrap {
  padding-right: 17%;
}

.getTouchBtn {
  border-radius: 1.75rem;
  border: 2px solid #fff;
  background: #fff;
  color: #e01584;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem; /* 100% */
  padding: 10px 20px;
  margin-top: 15px !important ;
  display: inline-block;
}

.getTouchBtn:hover {
  background: #df5085;
  color: #000;
}

/* blue content section */

.bluehHeadWrap {
  padding-bottom: 40px;
}

.blueContentHead {
  color: #0f375d;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blueContentText {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.01125rem;
  padding-top: 9px !important;
}

.blueClientBoxWrap {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 30px;
  height: 100%;
  transition: all 0.2s ease-in-out;
  background-color: #df5085;
}

.blueClientBoxWrap:hover {
  background: #0f375d;
}

.blueClientBoxWrap h4 {
  font-weight: 600;
  color: #fff;
  font-size: 27px;
}

.blueClientBoxWrap p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 155.556% */
  letter-spacing: -0.01125rem;
  padding-top: 20px !important;
}

/* featured in news section */

.featureContentSection {
  background-color: #f5f5f5;
}

.featuredInnerWrap {
  border: 10px dashed #e01584;
  background: #fff;
  padding: 40px;
}

.featureInHeadWrap h2 {
  color: #0f375d;
  text-align: center;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px !important;
}

.featuredNewsBoxWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 100%;
}

.ftbox6 {
  padding: 30px;
}

/* eva section */

.evaSection {
  background: url("../images/evaBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.goldText {
  color: #c7a04b;
}

.evaHeadText {
  font-size: 38px;
  font-weight: 600;
}

.impactHead {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.impactBoxWrap {
  width: 50%;
}

/* client feedback section */

.clientFeedbackSection .nav-link {
  width: 100%;
  padding: 0 !important;
}

.clientBtnImgWrap img {
  border-radius: 10px;
  box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.clientFeedbackSection .nav-link.active {
  border-radius: 0px !important;
  padding: 0 !important;
}

.clientFeedbackSection .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent !important;
  /* border-bottom: 4px solid #0f375d; */
  border: none;
}

.clientBtnContentWrap p {
  color: #e01584;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 166.667% */
  text-transform: uppercase;
  padding: 6px 0 !important;
}

.activeUnderlineBar {
  border-bottom: 4px solid #0f375d;
  border-radius: 10px;
  margin: 0 8%;
}

.clientFeedbackSection .nav-pills .nav-link.active .activeUnderlineBar {
  display: block;
}

.clientFeedbackSection .nav-pills .nav-link .activeUnderlineBar {
  display: none;
}

.clientFeedbackSection .nav-pills .nav-link.active {
  display: block;
}

.clientFeedbackSection .nav-pills .nav-link.active {
  display: block;
}

.clientFeedbackSection .nav-link.active {
  transform: translateY(-15px);
  transition: all 0.2s ease-in-out;
}

.clientReviewFrameWrap {
  border-radius: 15px;
}

.clientReviewBtn {
  position: relative;
  z-index: 50;
}

.clientFrame1 {
  background: url("../images/feedback/fr1.jpg") center no-repeat;
  background-size: cover;
}

.clientFrame2 {
  background: url("../images/feedback/fr2.jpg") center no-repeat;
  background-size: cover;
}

.clientFrame3 {
  background: url("../images/feedback/fr3.jpg") center no-repeat;
  background-size: cover;
}

.clientFrame4 {
  background: url("../images/feedback/fr4.jpg") center no-repeat;
  background-size: cover;
}

.clientFrame5 {
  background: url("../images/feedback/fr5.jpg") center no-repeat;
  background-size: cover;
}

.clientReviewFrameWrap {
  height: 500px;
}

.clientButtonWrap {
  margin-top: -40px;
}

.frameContentWrap {
  padding: 50px 40px 0 40px;
}

.reviewText {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px; /* 140% */
}

.videoWrap,
.profileImgWrap,
.customerDataText {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
}

.profileImgWrap img {
  width: 90px;
  height: 90px;
}

.founderData {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 166.667% */
  padding-left: 25px;
}

.clientReiewCarouselWrap {
  display: none;
}

/* footer section */
.footersection {
  background: #0f375d;
}

.addLocation {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem; /* 142.857% */
  letter-spacing: 0.01625rem;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}

.addPath {
  font-size: 15px !important;
}

.footLocationWrap {
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 125% */
  letter-spacing: 0.01625rem;
  text-transform: uppercase;
}

/* mobile clietnt revew frame */
.mobClientReviewImgFrame img {
  border-radius: 15px;
}

.clientReviewcarousel .owl-nav {
  display: none;
}

.clientReviewText {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  margin: 18px 0 !important;
}

.clientReiewCarouselWrap .founderData {
  color: #0f375d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875rem;
  padding-left: 0px !important;
}

.footCopyData {
  border-top: 1px solid #766a99;
}

/* modal section */

.modal-content {
  background: transparent !important;
  border: none !important;
  padding: 15px !important;
  border-radius: 15px;
}

.modal-body {
  padding: 5px !important;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  color: #fff !important;
}

.btn-close {
  opacity: 1 !important;
  background: #e01584 !important;
  position: absolute;
}

.frameClickBtn {
  background: transparent !important  ;
  border: none !important;
}

.btn-close::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 7px;
  width: 10px;
  height: 10px;
  background: url("../images/icon/close-icon.png") center no-repeat;
  background-size: cover;
  z-index: 95;
}

/* extra */

.mobileSection {
  display: none;
}

.desktopSection {
  display: block;
}

.blueBoxCarouselWrap {
  display: none;
}

.clientImgWrap img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.serviceSection .clientImgWrap img {
  -webkit-filter: unset !important;
  filter: unset !important;
}

.clientLogoDataWrap {
  width: 140px;
  height: 180px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
}

/* extra */

.mobileFixedCta {
  display: none;
  background: #df5085;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}

.navMobCallImg {
  filter: invert(99%) sepia(1%) saturate(710%) hue-rotate(119deg)
    brightness(444%) contrast(100%);
}

/* form css */

.labelText {
  color: #5d5d5d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
}

.inputField {
  border-radius: 7px;
  border: 1px solid #262626;
  background: #fff;
  width: 55%;
  padding: 6px 10px;
  font-size: 16px;
}

p.errortext {
  color: red;
  padding-left: 8px !important;
  font-size: 14px;
  margin-top: 5px !important;
  letter-spacing: 0.5px;
  display: none;
}

.bannerCallFormWrap {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
}

.formBtn {
  text-align: center;
  border-radius: 7px;
  background: #12375d;
  border: none;
  padding: 4px 8px;
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  border: 2px solid #12375d;
  transition: all 0.2s ease-in-out;
}

.formBtn:hover {
  background: #fff;
  color: #12375d;
}

/* media query */

@media only screen and (max-width: 1400px) {
  .clientCollectionImgWrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1200px) {
  .banText1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }

  .bannerTitle {
    font-size: 45px;
    line-height: 58px;
  }
  .banText2 {
    font-size: 23px;
    line-height: 2.5rem;
  }
  .owl-dots {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .bannerContentWrap {
    padding: 15px;
  }

  .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .clientTextBox {
    width: 100%;
  }
  .clientImgWrap img {
    padding-top: 15px;
  }

  .serviceTitle {
    font-size: 30px;
    line-height: 48px;
  }

  .clientReviewContentWrap {
    display: none;
  }

  .clientReiewCarouselWrap {
    display: block;
  }
  .founderimgWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobClientReviewFrame .founderimgWrap img {
    width: 100px !important;
    height: 100px !important;
  }

  .bluehHeadWrap {
    padding: 30px 0;
  }

  .blueBoxWrap .col-lg-4 {
    margin: 10px 0;
    /* display: block; */
  }
  .footAddresBox {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  .mobileSection {
    display: block;
  }

  .footersection {
    margin-bottom: 30px;
  }

  .mobileFixedCta {
    display: block;
  }

  .clientTabContentWrap {
    display: none;
  }

  .clientImgWrap img {
    padding-top: 0px;
  }

  .logoImg {
    width: 155px;
    height: auto;
  }

  .pinkCtaContent {
    padding: 20px 8px;
  }

  p.pinkCtaTextData {
    font-size: 20px;
    line-height: 31px;
  }

  .clientTabSection .customNavPill {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    gap: 3rem;
    overflow-x: auto;
    overflow-y: hidden;
  }

  /* .clientImg3,
  .clientImg4,
  .clientImg5 {
    width: 31%;
  } */

  .sectionpad {
    padding: 35px 0;
  }

  .clientTabSection {
    padding: 40px 0;
  }

  /* .clientImgWrap {
    padding: 10px 15px 0 15px;
  } */

  /* .clientImgWrap img {
    width: 120px !important;
    height: auto !important;
    padding-top: 10px;
  } */

  .featuredNewsBoxWrap {
    padding: 15px 0px;
  }

  .footLocationWrap {
    text-align: left;
    font-size: 13px;
  }

  .footCopyData {
    font-size: 14px;
  }

  .pinkCtaSection {
    background: url("../images/mob-cta.jpg") top no-repeat;
    background-size: cover;
    height: 520px;
    position: relative;
  }

  .rightContentWrap {
    padding: 15px;
  }

  .pinkCtaText1 {
    font-size: 38px;
    line-height: 50px;
  }

  .rightContentWrap {
    position: absolute;
    bottom: 18px;
  }

  .blueClientBoxWrap {
    padding: 20px;
  }

  .clientLogoDataWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .clientLogoDataWrap img {
    width: 140px !important;
    height: auto !important;
  }

  .navCallCta {
    display: none;
  }
  .bookAuditBtn {
    font-size: 15px;
    line-height: 22px;
    padding: 10px;
  }

  .blueBoxCarouselWrap {
    display: block;
  }

  .blueBoxWrap {
    display: none;
  }

  img.toolImgPic.toolImg {
    width: 40px !important;
  }

  .blueClientBoxWrap {
    height: 435px;
  }

  .clientImg1 img,
  .clientImg3 img {
    width: 100px !important;
    height: auto !important;
  }

  .clientImg2 img {
    width: 125px !important;
    height: auto !important;
  }

  .clientImg4 img {
    width: 125px !important;
    height: auto !important;
    margin-top: 10px;
    margin-left: 40px;
  }

  .clientImg5 img {
    width: 125px !important;
    height: auto !important;
    margin-top: 10px;
  }

  .navAuditCta {
    display: none;
  }

  .mobCallBtn {
    display: block;
  }

  .inputField {
    width: 95%;
  }

  .bannerSubmitButton {
    display: flex;
    justify-content: center;
  }

  .evaHeadText {
    font-size: 30px;
    font-weight: 600;
    text-wrap: balance;
  }

  .impactBoxWrap {
    width: 100%;
  }

  .impactHead {
    font-size: 22px;
    margin-bottom: 10px !important;
  }

  .evaSection {
    background: url(../images/evaMobileBg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 925px;
  }

  .clientTabSection .clientImgWrap {
    padding: 20px;
    display: flex;
    align-items: center;
    height: 165px;
    /* margin: 20px; */
  }

  .blueBoxCarouselWrap .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .banText1 {
    font-size: 25px;
    line-height: 3rem;
  }
  .bannerTitle {
    font-size: 32px;
    line-height: 43px;
  }
  .banText2 {
    font-size: 17px;
    line-height: 25px;
  }

  .serviceTitle {
    font-size: 25px;
    line-height: 35px;
  }

  .bannerContentWrap {
    padding: 0 0 15px 15px;
  }

  .serviceCardText {
    font-size: 15px;
    line-height: 19px;
  }
  .addPath {
    font-size: 13px !important;
  }

  .pinkCtaText1 {
    font-size: 30px;
    line-height: 41px;
  }

  .pinkCtaSection {
    height: 448px;
  }

  .blueContentHead {
    font-size: 29px;
  }

  .blueContentText {
    font-size: 18px;
    line-height: 24px;
  }

  .addLocation {
    font-size: 17px;
  }

  .sectionTitle {
    font-size: 25px;
    line-height: 40px;
  }

  .featuredInnerWrap {
    border: 10px dashed #e01584;
    background: #fff;
    margin-top: 30px;
    padding: 20px;
  }

  .blueClientBoxWrap p {
    font-size: 15px;
  }

  /* extra */
  .bannerTitle,
  .banText1,
  .serviceTitle,
  .sectionTitle,
  .blueContentHead,
  .serviceCardText {
    text-align: center;
  }

  .heroCtaWrap,
  .serviceIconWrap {
    display: flex;
    justify-content: center;
  }

  .serviceImgBorder {
    margin-left: 20px;
  }

  .serviceTitle {
    margin-bottom: 13px !important;
  }

  .evaHeadText {
    font-size: 27px;
  }

  .clientTabSection .clientImgWrap .imgfluid {
    width: 70% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 400px) {
}
