.testi-slide.dotta .owl-dots{text-align: center;bottom: -22px;}
.testimonial{background-size:50px;padding:50px 50px 114px !important;}
.kiatro{position:absolute;left:0;bottom:30px;width:100%;}
.circle-initials{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:var(--whiteColor);background:var(--main-color)}
.testi-name-border{border: 1px solid #33333311;border-radius: 58px;-webkit-border-radius: 58px;-moz-border-radius: 58px;-ms-border-radius: 58px;-o-border-radius: 58px;display: inline-flex;padding: 4px;padding-right: 16px;background: #fff;box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.02);}
.testimonial .test-quote{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

.testimonials .testimonial-shape {position: relative;-webkit-animation: zoom 5s linear infinite;-moz-animation: zoom 5s linear infinite;-o-animation: zoom 5s linear infinite;animation: zoom 5s linear infinite;animation-delay: 0s;}
.testimonial-shape.shape-one {position: absolute;top: 110px;inset-inline-start: 374px;-webkit-animation-delay: 0.2s;-moz-animation-delay: 0.2s;-o-animation-delay: 0.2s;animation-delay: 0.2s;}
.testimonial-shape.shape-two {position: absolute;top: 385px;inset-inline-start: 60px;-webkit-animation-delay: 0.4s;-moz-animation-delay: 0.4s;-o-animation-delay: 0.4s;animation-delay: 0.4s;}
.testimonial-shape.shape-three {position: absolute;bottom: 140px;inset-inline-start: 300px;-webkit-animation-delay: 0.6s;-moz-animation-delay: 0.6s;-o-animation-delay: 0.6s;animation-delay: 0.6s;}
.testimonial-shape.shape-four {position: absolute;top: 95px;inset-inline-end: 470px;-webkit-animation-delay: 0.1s;-moz-animation-delay: 0.1s;-o-animation-delay: 0.1s;animation-delay: 0.1s;}
.testimonial-shape.shape-six {position: absolute;bottom: 155px;inset-inline-end: 285px;-webkit-animation-delay: 0.5s;-moz-animation-delay: 0.5s;-o-animation-delay: 0.5s;animation-delay: 0.5s;}
.testimonial-shape figure img { border-radius: 8px; width: 58px; height: 58px; object-fit: cover; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; }
.testimonial-shape.shape-three figure img{ width: 68px; height: 76px; filter:blur(2px); -webkit-filter:blur(2px); object-fit: cover;}
.testimonial-shape.shape-six figure img{width: 68px;height: 76px;filter:blur(2px); -webkit-filter:blur(2px);object-fit: cover;}

@media(max-width:1700px){
.testimonial-shape.shape-one{inset-inline-start: 306px;}
.testimonial-shape.shape-four {inset-inline-end: 262px;}
.testimonial-shape.shape-six {inset-inline-end: 126px;}
.testimonial-shape.shape-three {inset-inline-start: 158px;}
}
@media(max-width:1500px){
.testimonial-shape.shape-one{inset-inline-start: 182px;}
.testimonial-shape.shape-three{bottom: 78px;}
.testimonial-shape.shape-four{inset-inline-end: 162px;}
.testimonial-shape.shape-six{bottom: 78px;inset-inline-end: 48px;}
.testimonial-shape.shape-three {inset-inline-start: 78px;}
}
@media(max-width:1100px){
.testimonial-shape.shape-one {inset-inline-start: 78px;}
.testimonial-shape.shape-four {inset-inline-end: 62px;}
}
@media(max-width:991px){
.testimonial-shape figure img{width: 38px;height: 38px;}
.testimonial-shape.shape-four {inset-inline-end: 28px;}
.testimonial-shape.shape-one {inset-inline-start: 22px;}
.testimonial-shape.shape-two {inset-inline-start: 16px;}
.testimonial-shape.shape-three {inset-inline-start: 102px;}
}
@media(max-width:768px){
.testimonial-shape.shape-three figure img{ width: 52px; height: 62px;}
.testimonial-shape.shape-six figure img{width: 52px;height: 62px;}
.testimonial-shape.shape-three {inset-inline-start: 38px;}
}
@media(max-width:565px){
.testimonial-shape figure img {width: 22px;height: 22px;}
.testimonial-shape.shape-one {inset-inline-start: 7px;top: 158px;}
.testimonial-shape.shape-two {inset-inline-start: -8px;}
.testimonial-shape.shape-three {inset-inline-start: 16px;bottom: 22px;}
.testimonial-shape.shape-four {inset-inline-end: 2px;top: 152px;}
.testimonial {padding-bottom: 78px !important;}
.testimonial-shape.shape-six {bottom: 24px;inset-inline-end: 24px;}
.testimonial{padding: 50px 5px 114px !important;}
}

@keyframes zoom {
  0% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
50% {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
100% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
  
}