.groundwork-testimonials-block {
  position: relative;
  display: block;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
  overflow: hidden;
}

@media screen and (max-width:1440px) {
  .groundwork-testimonials-block {
	  padding: 60px 0;
  }
}

@media screen and (max-width:991px) {
  .groundwork-testimonials-block {
	  padding: 30px 0;
  }
}


.groundwork-testimonials-block .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
}
.groundwork-testimonials-block .bg img {
  width: 100%;
  height: 100%;
}
.groundwork-testimonials-block .sec-title.style-two {
  margin-bottom: 50px;
  border-bottom: 1px solid #f0f7f2;
}
.groundwork-testimonials-block .sec-title {
  position: relative;
  margin-bottom: 65px;
  z-index: 1;
}
.groundwork-testimonials-block .sec-title .title-column h2 {
  margin-top: 15px;
    font-size: clamp(24px, 2.35vw, 45px);
    color:#000000;
    line-height: 1.6;
    font-weight: 700;
    text-transform: capitalize;
}
@media (max-width: 767px) {
  .groundwork-testimonials-block .sec-title .title-column h2 {
    line-height: 1.2em;
  }
}
.groundwork-testimonials-block .sec-title .title-column h2 .text-bg {
  position: absolute;
  top: 0px;
  left: 11px;
  height: 64px;
  width: 64px;
  z-index: -1;
}
.groundwork-testimonials-block .sec-title .title-column h2 span {
  color: var(--color-primary);
}
@media only screen and (max-width: 1023px) {
  .groundwork-testimonials-block .sec-title .text-column .text {
    padding-left: 0;
  }
}
.groundwork-testimonials-block .sec-title .text {
  border-left: 1px solid #f0f7f2;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 18px;
}
.groundwork-testimonials-block .sec-title .text {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 15px;
}
.groundwork-testimonials-block .swiper-view .swiper {
  position: relative;
  padding-bottom: 50px;
  max-width: 830px;
  margin: 0 auto;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block {
  position: relative;
  text-align: center;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .inner-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: contain;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .inner-box .thumb {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 41px;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .inner-box .thumb .bg {
  position: absolute;
  left: -7px;
  top: 7px;
  height: 102px;
  width: 128px;
  z-index: -1;
  opacity: 1;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .inner-box .thumb img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .inner-box .thumb img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block h4 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 15px;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .text {
  position: relative;
  display: block;
  font-size: clamp(14px, 1.05vw, 20px);
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 35px;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .info-box {
  position: relative;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .info-box .text-bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
  height: 64px;
  width: 64px;
  z-index: -1;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-wrapper .swiper-slide .testimonial-block .info-box .designation {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-primary);
  font-weight: 400;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: -5px;
  text-align: center;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-pagination .my-bullet {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 2px solid #c7cec9;
  border-radius: 10px;
  margin: 0 7px;
  transition: all 300ms ease;
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-pagination .my-bullet:hover,
.groundwork-testimonials-block .swiper-view .swiper .swiper-pagination .my-bullet.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-pagination .my-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.groundwork-testimonials-block .swiper-view .swiper .swiper-pagination .my-bullet::before {
  position: absolute;
  left: 3px;
  top: 3px;
  height: 4px;
  width: 4px;
  text-align: center;
  background-color: #c7cec9;
  border-radius: 5px;
  content: "";
}
