.text-slider-section {
  background-color: #514597;
}

.section-title-block .section-title {
  color: #514597;
  font-family: var(--bs-font-secondary);
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}
.banner-section .banner-text .banner-title {
  line-height: 73px;
  margin-left: 81px;
  margin-top: 50px;
  font-size: 88px;
}
.banner-section .banner-text .banner-title .line-3 {
  padding-left: 110px;
}

.banner-section .banner-text .banner-shape-line {
  bottom: 23px;
  left: 132px;
}
.banner-section .banner-text p {
  margin-top: 50px;
  margin-left: 90px !important;
  font-size: 19px;
  max-width: 606px;
}
.footer-social-icon a {
  margin-left: 16px;
}

.client-logos img {
  width: auto;
  height: 40px;
}
.brand-slider-section {
  padding: 33px 0 !important;
}
.brand-slider-section .slider-main .slider-item a {
  margin: 0 16px;
}
.brand-slider-section {
  -webkit-transform: unset;
  transform: unset;
}
.brand-slider-section {
  padding: 23px 0 !important;
}
section.feature-section.content {
  padding-top: 180px;
}
.text-slider-section .slider-main .slider-item .title {
  font-size: 35px;
}
.text-slider-section {
  padding: 16px 0;
}
.moving-titles img {
  width: 35px;
}
.services-section .services-container {
  padding-bottom: 116px;
}
.subscribe-now-section {
  background: #10171d;
  padding: 80px 0;
}
.client-logo-section {
  margin: 90px 0px;
}
.client-logo-item {
  width: 14%;
  border: 1px solid;
  border-color: rgb(234, 234, 234);
  /* border-left: none; */
  padding: 20px 30px;
  text-align: center;
  filter: grayscale(100%);
  transition: 1s;
  margin: 1px;
}

.client-logo-item img {
  height: 35px;
}
.client-logo-item:hover {
  filter: grayscale(0%);
  /* transition: 1s; */
  /* transform: scale(1.1); */
  box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
  /* border-color: transparent; */
  /* background: white; */
  /* border-radius: 8px; */
}

li.nav-item.active a {
  color: #514597 !important;
}
li.nav-item.active {
  border-bottom: 1px solid;
}

.banner-section {
  height: 760px;
}
.banner-section .banner-image {
  margin-top: 0px;
}

.testimonial-section .overlay .testimonial-slider .slider-item p {
  font-size: 18px;
  line-height: 27px;
}
.testimonial-section .overlay .testimonial-slider .slider-item p {
  font-weight: 300;
}

.footer-social-icon.float-end img {
  width: 19px;
}
.footer-social-icon a {
  margin-left: 12px;
}

.contact-info-section .contact-info ul li {
  font-weight: 300;
}
.common-social-icon a img {
  width: 20px;
}
.common-social-icon a {
  width: 65px;
  height: 65px;
  background: transparent;
  border: 1px solid #d3cfcf;
  border-radius: 60px;
  margin-right: 4px;
}

.services-section .services-main .services-item .title {
  font-size: 31px;
}

.contact-info img {
  border: 1px solid #00000042;
  height: 32px;
  width: 32px;
  padding: 7px;
  border-radius: 20px;
}
.page-header-shape {
  display: none;
}

@media (max-width: 480px) {
  .banner-section .banner-text .banner-title {
    margin-left: 0;
    margin-top: 0;
  }
  .banner-section .banner-image {
    margin-top: 0px;
    text-align: center;
  }
  .banner-section .banner-text .banner-title {
    font-size: 44px;
    line-height: 38px;
  }

  img.img-fluid.w-100.banner-img-shape {
    width: 80% !important;
    margin: 0 auto;
    text-align: center;
  }
  section.feature-section.content {
    padding-top: 220px;
  }

  img.banner-img.position-absolute.img-fluid.w-100 {
    position: fixed;
    width: 80% !important;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }

  .banner-section .banner-text p {
    margin-top: 42px;
    margin-bottom: 40px;
    margin-left: 0px !important;
    font-size: 15px;
  }
  .banner-section .banner-text .banner-title .line-3 {
    padding-left: 0px;
  }
  .section-title-block .section-title {
    font-size: 35px;
    line-height: 36px;
  }

  .footer-social-icon {
    text-align: center;
    float: unset !important;
    margin-top: 12px;
  }
  .footer-section .footer-copyright {
    padding-top: 10px;
  }
  .client-logos img {
    height: 30px;
  }
  .client-logo-item {
    width: 24%;
    padding: 10px 6px;
  }
  .client-logo-item img {
    height: 17px;
  }
  /* .client-logo-item.item-start {
    border-left: none;
  }
  .client-logo-item.mob-item-start {
    border-left: 1px solid;
    border-color: rgb(234, 234, 234);
  }
  .client-logo-item.mob-new-row {
    border-top: none;
  } */

  .testimonial-section .overlay .testimonial-slider .slider-item p {
    width: 92%;
    text-align: left; 
  }
  .testimonial-section
    .overlay
    .testimonial-slider
    .slider-item
    .user
    .designation {
    text-align: left;
  }
  .testimonial-section .overlay .testimonial-slider .slider-item .user .name {
    text-align: left;
    margin-top: 60px;
  }
}
