

.roundedarea {
    background-image: url(../images/banner-telegram.png);
    background-color: #f7f4f4;
}

.arrow.banner {
    width: 20%;
    position: absolute;
    bottom: -3%;
    right: 44%;
    rotate: 12deg;
}

.pgheader {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

h2.headerTxtBig {
    /* font-size: 300%; */
    font-weight: 700;
    width: 60%;
    line-height: 1.1;
    text-align: left;
}

p.headerTxt {
    width: 56%;
    font-size: 150%;
    line-height: 1.2;
    text-align: left;
}



.sectionHead {
    font-size: 150%;
    line-height: 1;
    padding-block: 6vh;
    width: 100%;
}

.sectionHeadTop {
    font-size: 200%;
    font-weight: 700;
    color: #000;
}

.sectionEmail {
    /* position: absolute; */
}

.sectionEmail img {
    width: 100%;
}


.boxWhite {
    background-color: #fff;
    border-radius: 1vh;
    box-shadow: rgb(0 0 0 / 6%) -1px 3px 16px 5px;
    position: relative;
    padding: 1.5vh 1.5vh 1.5vh 3.5vw ;
    line-height: 1.2;
    margin-bottom: 2vh;
    font-size: 120%;
}

.boxWhite h3 {
    margin-bottom: 0;
    font-weight: 600;
}

.boxWhite.one h3 {
    color: #40539e;
}

.boxWhite.two h3 {
    color: #21ae53
    ;
}

.boxWhite.three h3 {
    color: #592fbd;
}


.boxWhite::before {
    content: "";
    position: absolute;
    display: block;
    height: 3vh;
    aspect-ratio: 1 / 1;
    border-radius: 50vh;
    left: 0.8vw;
    top: 20%;
}

.boxWhite.one::before {
    background-color: #e4f6ff;
}

.boxWhite.two::before {
    background-color: #e4ffeb;
}


.boxWhite.three::before {
    background-color: #ece4ff;
}


/* .txtPercentage {
    border-left: 1px solid #b3b3b3;
    position: relative;
}

.txtPercentage::before {
    width: 1px;
    background-color: #f71915;
    content: "";
    position: absolute;
    top: 0vh;
    left: -1px;
    display: block;
    height: 5vh;
} */

.txtPercentage span {
    font-size: 300%;
    font-weight: 400;
    color: #f71915;
}

.txtPercentage span sup {
    font-size: 60%;
    font-weight: 300;
}

.cardHead {
    font-size: 180%;
    font-weight: 700;
    padding-bottom: 2vh;
}

/* END SECTION ONE */



/* SECTION THREE */
section.three {
    background: #e7f1fe url(../images/bg-white-circles.png) no-repeat 94% 50%;
    margin-bottom: 10vh;
    height: max-content;
    min-height: 330px;
}

.w-40 {
    width: 30%;
}

.clientslogo {
    padding-left: 0;
    width: 100%;
    position: relative;
    mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
  height: 122px;
}

  /* LOGO SLIDER */

.logoMarqueeSection {
    /* padding-top: 50vh;
    padding-bottom: 150vh; */
    margin-block: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }
  
  #logoMarqueeSection {
    max-width: 1920px!important;
    margin: 0 auto;
  }
  
  .default-content-container {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 5rem;
      padding-right: 5rem;
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
      width: 100%;
      min-height: 100vh;
  }
  
  div.marquee>a>img {
    height: 90px;
    -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
   background-color: #fff;
   padding: 15px 40px;
   border-radius: 50vh;
   box-shadow: rgba(17, 17, 26, 0.1) 0 0 0px, rgba(17, 17, 26, 0.1) 0px 0 10px, rgba(17, 17, 26, 0.1) 0px 0 0px;
  }

  div.marquee>a>img:hover {
    -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
  }
  
  .logoMarqueeSection>div>div {
      padding-top: 0;
      padding-bottom: 0;
      min-height: 0;
  }
  
  .marquee-wrapper {
    display:  inline-block;
    white-space: nowrap;
  }
  
  .marquee {
      display:  inline-block;
      white-space: nowrap;
      position: relative;
      transform: translate3d(0%, 0, 0);
      animation-name: marquee;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      padding-block: 20px;
  }
  
  .marquee a {
      display:  inline-block;
      white-space: nowrap;
      padding-right: 1.5rem;
  }
  
  .marquee-wrapper:hover .marquee {
      animation-play-state: paused !important;
  }
  
  @keyframes marquee {
      0% {
          transform: translate3d(0%, 0, 0);
      }
  
      100% {
          transform: translate3d(-100%, 0, 0);
      }
  }

  /* END LOGO SLIDER */


/* .trustBox {
    border-radius: 1vh;
    border: 1px dashed #3e519a;
    padding: 2vh 1.5vw;
    line-height: 1.2;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background-color: #fff;
}


.trustBox::after {
    content: "";
    display: block;
    position: absolute;
    width: 22%;
    height: 17vh;
    background: #f2feff;
    border-radius: 4vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    clip-path: polygon(0 0, 100% 0, 67% 100%, 32% 100%);
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

.trustBox::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 50%;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-top-color: #32557f;
    border-bottom: 0;
    margin-left: -13px;
    margin-bottom: -13px;

}

.trustBox sup {
    font-size: 16px;
}

.trustBox>div {
    width: calc(100% / 3);
}

.trustBox>div:last-child {
    padding-left: 10%;
}

.trustBox div span:first-child {
    font-size: 200%;
    color: #f71915;
    font-weight: 600;
    padding-right: 0.8vw;
    margin-right: 0.5vw;
    border-right: 1px solid #ededed;
}

.trustBox div span:first-child.noBdr {
    border-right: none;
}

.trustBox div span:first-child i {
    font-weight: normal;
    font-size: 60%;
    font-style: normal;
} */

/* END SECTION THREE */

/* SECTION EIGHT */

section.eight {
    margin-top: vh;
    margin-bottom: 10vh;
}
.w-70 {
    width: 60%;
}

.latbtm {
    width: 40%;
    margin-top: 4vh;
}


.cardWhyHead {
    font-size: 150%;
    font-weight: 600;
    padding-bottom: 2vh;
}

.cardWhy.one,
.cardWhy.two,
.cardWhy.three {
    background-color: #fff;
    border-radius: 3vh;
    box-shadow: rgb(17 17 26 / 5%) 0px 4px 56px, rgba(17 17 26 / 5%) 0px 8px 56px, rgba(17 17 26 / 5%) 0px 16px 56px;
    padding: 6vh 2vh;
    line-height: 1.2;
    position: relative;
    min-height: 45vh;
}

.cardWhy.one::after,
.cardWhy.two::after,
.cardWhy.three::after {
    content: "";
    position: absolute;
    width: 4vh;
    aspect-ratio: 1 / 1;
    top: 3%;
    left: 5%;
    border-radius: 50vh;
    z-index: 1;
}

.cardWhy.one::after {
    background-color: #fff2e4;
}

.cardWhy.two::after {
    background-color: #e4f6ff;
}

.cardWhy.three::after {
    background-color: #e4ffeb;
}

.cardWhy.four::after {
    background-color: #fff9e4;
}

.cardWhy.five::after {
    background-color: #ffe4f5;
}

.cardWhy.six::after {
    background-color: #e4ecff;
}

/* END SECTION EIGHT */




/* SECTION SIX */

.textimonialsTxt i {
    min-height: 30vh;
    display: block;
    line-height: 1.4;
}

.testimonialClientImg {
    /* top: -92%; */
    bottom: 0;
    left: 10%;
}

.testimonialClientImg img {
    width: 100%;
    border-radius: 1.5vh;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    width: 90%;
}

.testimonalName {
    line-height: 1.1;
    position: relative;
}

.testimonalName::before {
    content: "";
    display: block;
    width: 180px;
    height: 1px;
    background-color: #f71915;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.testimonalName img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonalName span:nth-child(1) {
    color: #f71915;
    font-weight: 500;
    font-size: 1.2em;
}

.testimonalName span {
    font-weight: 400;
    font-size: 0.8em;
}

.colrRed {
    color: #f71915;
}

.clientNav {
    width: 125px;
    height: 25px;
    position: relative;
}

.noPages {
    position: absolute;
    width: 50px;
    bottom: -26px;
    left: 30px;
    margin-bottom: 0;
}

.carousel-inner.testimonials {
    overflow: visible !important;
}

/* END SECTION SIX */

/* SECTION SEVEN */
.seven {
    /* background: #fbf8f0 url(../images/floating-line2.svg) no-repeat 50% 1300%; */
    background: #fbf8f0;
    background-size: 100% 98%;
    margin-top: 10vh;
    padding-bottom: 10vh;
}

.topClientTab {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    gap: 5px;
}

.nav-pills.topClientTab .nav-link {
    /* background-color: #ece7da;
    color: #000; */
    position: relative;
    /* margin-inline: 0.5vw; */
    margin-inline: 5px;
    /* font-size: 60%; */
    font-size: 15px;
    font-weight: 700;
    background-color: linear-gradient(45deg, #217db3, #3e2c9c);
}

.nav-pills.topClientTab .nav-link.active,
.nav-pills.topClientTab .show>.nav-link {
    position: relative;
    background-color: transparent;
    color: #f71915;
}

.clientContent {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    height: max-content;
    padding: 4vh 1vw;
    line-height: 1.2;
    border-radius: 2vh;
}

.client_heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #FF4C4C;
    /* background-image: linear-gradient(45deg, #217db3, #3e2c9c); */
    transition: width 0.4s ease-out;
}

.client_heading:hover {
    font-weight: 700;
    color: #FF4C4C;
}

.client_heading:hover::after {
    width: 100%;
}

.cardSubHead {
    font-size: 120%;
    font-weight: 700;
    padding-bottom: 2vh;
}

.clientContent .heading,
.rightCWtext .heading {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 0.5vh;
}

.txtPercentage div {
    width: calc(94% / 3);
    border-bottom: 1vh solid #f71915;
    position: relative;
    margin-left: 2%;
}

.txtPercentage div::before {
    width: 4vw;
    background-color: #f71915;
    content: "";
    position: absolute;
    bottom: 0vh;
    left: 0;
    display: block;
    height: 0.6vh;
}

.txtPercentage span {
    font-size: 200%;
    font-weight: 600;
    color: #f71915;
}

.txtPercentage span sup {
    font-size: 60%;
    font-weight: 300;
}

.rightCWtext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* END SECTION SEVEN */

/* SECTION SEVEN TAB */
.sevenTab {
    /* background: #fbf8f0 url(../images/floating-line2.svg) no-repeat 50% 1300%; */
    background-size: 100% 98%;
    margin-top: 10vh;
    padding-bottom: 10vh;
}

.topClientTab {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.nav-pills.topClientTab .nav-link {
    /* background-color: #ece7da;
    color: #000; */
    position: relative;
    /* margin-inline: 0.5vw; */
    margin-inline: 5px;
    /* font-size: 60%; */
    font-size: 15px;
    font-weight: 700;
    background-color: linear-gradient(45deg, #217db3, #3e2c9c);
}

.nav-pills.topClientTab .nav-link.active,
.nav-pills.topClientTab .show>.nav-link {
    position: relative;
    background-color: transparent;
    color: #f71915;
}

.clientContent {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    height: max-content;
    padding: 4vh 1vw;
    line-height: 1.2;
    border-radius: 2vh;
}

.client_heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #FF4C4C;
    /* background-image: linear-gradient(45deg, #217db3, #3e2c9c); */
    transition: width 0.4s ease-out;
}

.client_heading:hover {
    font-weight: 700;
    color: #FF4C4C;
}

.client_heading:hover::after {
    width: 100%;
}

.cardSubHead {
    font-size: 120%;
    font-weight: 700;
    padding-bottom: 2vh;
}

.clientContent .heading,
.rightCWtext .heading {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 0.5vh;
}

.txtPercentage div {
    width: calc(94% / 3);
    border-bottom: 1vh solid #f71915;
    position: relative;
    margin-left: 2%;
}

.txtPercentage div::before {
    width: 4vw;
    background-color: #f71915;
    content: "";
    position: absolute;
    bottom: 0vh;
    left: 0;
    display: block;
    height: 0.6vh;
}

.txtPercentage span {
    font-size: 200%;
    font-weight: 600;
    color: #f71915;
}

.txtPercentage span sup {
    font-size: 60%;
    font-weight: 300;
}

.rightCWtext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

ul.listRedCircle li {
    list-style: circle;
    font-weight: 300;
    padding-block: 0.5vh;
}

ul.listRedCircle li::marker {
    color: #f71915;
}

.oddEvenCard img {
    width: 100%;
    border-radius: 2vh;
    box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px;
}

.star.two {
    width: 8%;
    position: absolute;
    top: -6%;
    left: -6%;
    box-shadow: none;
    border-radius: 0;
}

.star.two.right {
    right: -7%;
    left: auto;
    top: -8%;
}

img.icon {
    position: absolute;
    box-shadow: none;
    border-radius: 0;
    top: 10%;
}

img.icon.right {
    width: 10%;
    left: auto;
    right: -4%;
}

img.icon.left {
    width: 10%;
    top: 10%;
    left: -6%;
}

/* END SECTION SEVEN TAB */