:hover {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.innerBanner {
  width: 100%;
  height: auto;
  position: relative;
}

.innerBanner img {
  width: 100%;
  height: auto;
}

.InnerBannerText {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.bannerBox {
  width: 100%;
  height: auto;
  position: relative;
  background: #E3EEFF;
  padding: 45px 40px;
  max-width: 900px;
}

.bnTop {
  position: absolute;
  left: 40px;
  top: -18px;
  background: #E1171F;
  padding: 7px 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.bannerBox h1 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  margin: 13px 0 20px 0;
}

.bannerBox h1 span {
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
  padding: 10px 15px;
}

.bannerBox h2 {
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  margin: 0 0 20px 0;
  text-decoration: underline;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 16px 50px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideIn 1s ease-out forwards;
  animation-delay: 2s;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bannerBox p {
  color: #525252;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin: 0;
  padding: 0 0 0 65px;
  position: relative;
}

.bannerBox p span img {
  max-width: 55px;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 6px;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.mobBanner {
  display: none;
}

.scroll-container {
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #FFFFFF 0%, #D2E4FF 100%);
  padding: 70px 0;
}

.section1 {
  width: 1430px;
  height: 466px;
  max-width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: sticky;
  top: 150px;
  margin-bottom: 30px;
  /* creates the overlapping scroll illusion */
  transition: transform 0.4s ease;
}

.section1.brd:after {
  content: "";
  width: 90%;
  height: 20px;
  background: #1E4683;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  z-index: 0;
}

.section1:nth-child(1) {
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
}

.section1:nth-child(2) {
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
}

.section1:nth-child(3) {
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
}

.content {
  flex: 1 1 50%;
  padding: 30px 40px 0;
  height: auto;
}

.content h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 28px;
  color: #fff;
}

.section1 ul {
  list-style: none;
  padding: 0;
  position: relative;
}

.section1 ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin: 0 0 14px 0;
  padding: 0 0 0 32px;
  position: relative;

}

.section1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/how-we/bullet.webp) no-repeat;
  width: 24px;
  height: 24px;
  top: 7px;
}

.image {
  flex: 1 1 50%;
  text-align: center;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.heading {
  text-align: center;
  margin-bottom: 60px;
}

.heading h2 {
  color: #1E4683;
  font-size: 48px;
  line-height: 120%;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.heading p {
  color: #525252;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  margin: 0 auto 20px;
  max-width: 1040px;
}

.customSection {
  position: relative;
  width: 100%;
  height: auto;
  background: #D2E4FF;
  padding: 70px 0 70px;
}

.valueContainer {
  margin: 0px auto;
  width: 100%;
  max-width: 92%;
}

.corevalueweb {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 16px;
}

.corevalueweb .slideshow {
  width: 45%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px;
}

.corevalueweb .slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* fill box, crop overflow */
  display: block;
}

.corevaluemob {
  display: none;
}

.progress-core-value {
  width: 100%;
  height: 4px;
  background: #bbcbe3;
  border-radius: 6px;
  overflow: hidden;
  margin: 0px 0 20px;
}

.progress-bar-core-value {
  height: 100%;
  width: 0;
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
  border-radius: 6px;
  animation: fillBar 5s linear forwards;
}

@keyframes fillBar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.customers {
  animation-delay: 0s;
}

.partner {
  animation-delay: 5.5s;
}

.employees {
  animation-delay: 11s;
}

.society {
  animation-delay: 16.5s;
}

.cn h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: capitalize;
  color: #141414;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  opacity: 0.5;
}

.cn.active h3 {
  opacity: 1;
}

.cn h3 span {
  opacity: 1;
}

.cn ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #525252;
  list-style: none;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
}

.cn ul li:before {
  content: "";
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
  width: 10px;
  height: 10px;
  rotate: -45deg;
  top: 9px;
  left: 2.93px;
  border-radius: 2px;
  position: absolute;
}

.cn ul {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 0s ease, transform 0s ease;
  height: 0;
  overflow: hidden;
  padding: 0 0 10px 44px;
  margin: 0;
}

.cn ul.active {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}



.chhoseSlider {
  margin-top: 3rem;
}

.choseCard {
  display: flex;
  align-items: flex-start;
}

.choosebody {
  padding: 0 80px 0 30px;
  width: 100%;
  height: auto;
}

.motionSection {
  width: 100%;
  height: auto;
  position: relative;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.motPic {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;

}

.motPic img {
  width: 100%;
  height: auto;
}

.motionInner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  background: #F4F8FF;
  max-width: 1430px;
  padding: 60px 80px;
  margin: 400px auto 0;
}

.motionInner h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: #1E4683;
  margin: 0px 0 10px;
}

.motionInner h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  margin: 0px 0 30px;
}

.motFull {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.mot {
  width: 100%;
  height: auto;
  background: linear-gradient(180.41deg, #F4F8FF 0.36%, #DDE6FF 49.99%, #F4F8FF 99.64%);
  padding: 30px 40px;
}

.mot h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1E4683;
  margin: 20px 0;
}

.mot p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
  margin: 0px 0;
}

@media only screen and (max-width: 1450px) {
  .bannerBox {
    padding: 45px 20px 20px;
    max-width: 650px;
  }

  .bnTop {
    left: 20px;
  }

  .bannerBox h1 {
    margin: 10px 0 20px 0;
  }

  .bannerBox p {
    font-size: 18px;
  }

  .section1 {
    max-width: 98%;
  }

  .scroll-container {
    padding: 50px 0 20px;
  }

  .InnerBannerText {
    bottom: 20px;
  }

  .motionInner {
    padding: 40px 20px;
    max-width: 95%;
    margin: 300px auto 0;
  }

  .cn ul li {
    font-size: 16px;
  }

  .innerBanner img.decBanner {
    width: 100%;
    margin: 0 0 0 0%;
    height: 592px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .section1 ul li {
    font-size: 16px;
  }

  .section1 {
    max-width: 98%;
    height: auto;
  }

  .content {
    padding: 6px 20px 0;
  }

  .cn h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .motionInner h3,
  .heading h2 {
    font-size: 36px;
  }

  .motionInner h6 {
    font-size: 20px;
  }

  .innerBanner img.decBanner {
    object-fit: cover;
  }
}

@media only screen and (max-width: 991px) {
  .section1 {
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
  }

  .content {
    padding: 20px;
    width: 100%;
  }

  .image {
    padding: 0;
    width: 100%;
  }

  .cn ul li {
    text-align: left;
  }

  .motionInner {
    margin: 200px auto 0;
  }

  .mot p {
    font-size: 16px;
  }

  .mot h4 {
    font-size: 20px;
  }

  .mot {
    padding: 20px 20px;
  }

  .section1 ul li {
    padding: 7px 0 0 40px;
  }

  .innerBanner img.decBanner {
    height: 592px;
    object-fit: cover;
    margin: 0 0 0 0%;
    width: 100%;
    max-width: 100%;
  }

  .mobBanner {
    display: block;
  }

  .innerBanner img.decBanner {
    display: none;
  }

  .InnerBannerText {
    bottom: 0;
  }

  .bannerBox {
    padding: 35px 20px 20px;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 881px) {
  .corevalueweb {
    display: none;
  }

  .corevaluemob {
    display: block;
  }

  .choseCard {
    display: block;
  }

  .chPic {
    background: #fff;
    padding: 10px;
  }

  .choosebody {
    padding: 30px 0px 0 0;
  }

  .choosebody h3 {
    display: flex;
    color: #141414;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    align-items: center;
  }

  .choosebody h3 img {
    max-width: 40px;
  }

  .choosebody ul {
    padding: 0 0 0 0;
  }

  .choosebody ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #525252;
    list-style: none;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }

  .choosebody ul li:before {
    content: "";
    background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
    width: 10px;
    height: 10px;
    rotate: -45deg;
    top: 9px;
    left: 2.93px;
    border-radius: 2px;
    position: absolute;
  }


}








@media only screen and (max-width: 767px) {
  .content {
    padding: 20px 15px;
    text-align: left;
  }

  .image {
    padding: 0;
    text-align: left;
    width: 100%;
  }

  .section1 {
    flex-direction: column-reverse;
    max-width: 95%;
  }

  .innerBanner img.decBanner {}


  .customSection {
    background: linear-gradient(180deg, #D2E4FF 0%, #FFFFFF 100%);
    padding: 0px 0 30px;
  }

  .motionInner {
    padding: 30px 20px;
  }

}

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

  .mobBanner {
    display: block;
  }

  .innerBanner img.decBanner {
    display: none;
  }

  .motionInner h3,
  .heading h2 {
    font-size: 24px;
  }

  .bnTop {
    font-size: 20px;
  }

  .bannerBox h1 {
    font-size: 18px;
    margin: 0px 0 20px 0;
  }

  .bannerBox h2 {
    font-size: 18px;
    margin: 0px 0 0px 0;
  }

  .bannerBox {
    max-width: 100%;
  }

  .bannerBox p {
    font-size: 14px;
  }

  .bannerBox h2 {
    padding: 0 0 16px 65px;
  }

  .heading p {
    font-size: 16px;
  }

  .motPic img {
    height: 300px;
    object-fit: cover;
  }

  .motionInner h6 {
    font-size: 16px;
  }

  .mot {
    display: flex;
    gap: 20px;
  }

  .motionIcon {
    width: 100%;
  }

  .motionIcon img {
    max-width: 100%;
  }

  .mot h4 {
    margin: 0px 0 15px;
    font-size: 18px;
  }

  .mot p {
    font-size: 14px;
  }

  .content h3 {
    font-size: 16px;
  }

  .section1 ul li {
    font-size: 14px;
  }

  .heading h2 {
    margin: 0 auto 20px;
    max-width: 70%;
  }

}

@media only screen and (max-width: 400px) {
  .heading h2 {
    margin: 0 auto 20px;
    max-width: 81%;
  }
}

.growthDetails {
  padding: 70px 0px;
}

.AligngrowthDetails {
  display: flex;
  justify-content: space-between;
}

.AligngrowthDetails h2 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 5%;
  text-decoration-skip-ink: auto;
  color: #E1171F;
}


.AligngrowthDetails p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #525252;
}


@media screen and (max-width:1750px) {
  .AligngrowthDetails p {
    font-size: 24px;
  }

  .AligngrowthDetails h2 {
    font-size: 46px;
  }

}

@media screen and (max-width:1450px) {
  .AligngrowthDetails p {
    font-size: 22px;
  }

  .AligngrowthDetails h2 {
    font-size: 38px;
  }
}


@media screen and (max-width:1250px) {
  .AligngrowthDetails p {
    font-size: 18px;
  }

  .AligngrowthDetails h2 {
    font-size: 32px;
  }
}

@media screen and (max-width:991px) {
  .growthDetails {
    position: relative;
    background: #fff;
    /* margin-top: 150px; */
  }

  .AligngrowthDetails {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .growthDetails .block {
    display: inline;
  }
}

@media screen and (max-width:500px) {
  .AligngrowthDetails h2 {
    font-size: 26px;
  }

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

}