.ova-testimonial-2 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 479px) {
  .ova-testimonial-2 {
    display: block;
  }
}
.ova-testimonial-2 .slide-for {
  width: 100px;
  height: 330px;
  margin-right: 15px;
}
.ova-testimonial-2 .slide-for.swiper-loading {
  visibility: hidden;
}
@media screen and (max-width: 479px) {
  .ova-testimonial-2 .slide-for {
    display: none;
  }
}
.ova-testimonial-2 .slide-for .swiper-slide {
  cursor: pointer;
}
.ova-testimonial-2 .slide-for .swiper-slide-active .small-img img {
  border-color: var(--secondary);
}
.ova-testimonial-2 .slide-for .small-img img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid transparent;
}
.ova-testimonial-2 .slide-testimonials-2 {
  width: calc(100% - 115px);
}
.ova-testimonial-2 .slide-testimonials-2 .client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 830px) {
  .ova-testimonial-2 .slide-testimonials-2 .client-info {
    flex-direction: column;
  }
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .client {
  position: relative;
  border-radius: 50%;
}
@media (max-width: 830px) {
  .ova-testimonial-2 .slide-testimonials-2 .client-info .client {
    margin-bottom: 40px;
  }
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .client img {
  display: block;
  width: 408px;
  height: 408px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 1100px) {
  .ova-testimonial-2 .slide-testimonials-2 .client-info .client img {
    width: 300px;
    height: 300px;
  }
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .client .icon {
  position: absolute;
  right: -39px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 78px;
  height: 78px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
}
@media (max-width: 520px) {
  .ova-testimonial-2 .slide-testimonials-2 .client-info .client .icon {
    display: none;
  }
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .client .icon i {
  font-size: 25px;
  color: #fff;
  display: inline-flex;
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .info {
  flex: 0 0 50%;
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .info .sub-title {
  margin: 0 0 15px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #b0a9c0;
  position: relative;
  padding-left: 30px;
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .info .sub-title .underlined {
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .info .title {
  margin: 0;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 35px;
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .info p.ova-evaluate {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #b0a9c0;
  padding-bottom: 38px;
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .info .name-job {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .info .name-job .name {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.2px;
}
.ova-testimonial-2 .slide-testimonials-2 .client-info .info .name-job .job {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--secondary);
}
.ova-testimonial-2 .ova-button-prev {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
  height: 40px;
}
.ova-testimonial-2 .ova-button-prev i {
  color: var(--secondary);
  display: inline-flex;
  font-size: 40px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media screen and (max-width: 479px) {
  .ova-testimonial-2 .ova-button-prev {
    display: none;
  }
}
.ova-testimonial-2 .ova-button-next {
  display: inline-flex;
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
  height: 40px;
}
.ova-testimonial-2 .ova-button-next i {
  color: var(--secondary);
  display: inline-flex;
  font-size: 40px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media screen and (max-width: 479px) {
  .ova-testimonial-2 .ova-button-next {
    display: none;
  }
}

body.rtl .ova-testimonial-2 .slide-for {
  margin-left: 15px;
  margin-right: 0px;
}
body.rtl .ova-testimonial-2 .ova-button-prev {
  right: unset;
  left: 50px;
  transform: rotate(180deg);
}
body.rtl .ova-testimonial-2 .ova-button-next {
  left: 0px;
  right: unset;
  transform: rotate(180deg);
}
body.rtl .ova-testimonial-2 .slide-testimonials-2 .client-info .client .icon {
  right: unset;
  left: -40px;
}
body.rtl .ova-testimonial-3.ova-testimonial-3-template3 .slide-testimonials-3 .swiper-pagination {
  text-align: right;
}