.ova-testimonial-3 .slide-testimonial {
  position: relative;
}
.ova-testimonial-3 .slide-testimonial .testimonial {
  padding: 110px 70px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .ova-testimonial-3 .slide-testimonial .testimonial {
    padding: 80px 30px 110px 30px;
  }
}
.ova-testimonial-3 .slide-testimonial .testimonial .wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .ova-testimonial-3 .slide-testimonial .testimonial .wrapper {
    flex-direction: column;
  }
}
.ova-testimonial-3 .slide-testimonial .testimonial .author {
  flex: 0 0 200px;
}
@media screen and (max-width: 1024px) {
  .ova-testimonial-3 .slide-testimonial .testimonial .author {
    margin-bottom: 20px;
  }
}
.ova-testimonial-3 .slide-testimonial .testimonial .author .img img {
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.ova-testimonial-3 .slide-testimonial .testimonial .author .img-sm {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.ova-testimonial-3 .slide-testimonial .testimonial .author .img-sm img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.ova-testimonial-3 .slide-testimonial .testimonial .info .desc {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .ova-testimonial-3 .slide-testimonial .testimonial .info .desc {
    font-size: 24px;
  }
}
.ova-testimonial-3 .slide-testimonial .testimonial .info .footer {
  margin-top: 45px;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
}
.ova-testimonial-3 .slide-testimonial .testimonial .info .name {
  font-size: 24px;
  font-weight: 800;
}
.ova-testimonial-3 .slide-testimonial .testimonial .info .job {
  margin-left: 10px;
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
}
.ova-testimonial-3 .slide-testimonial .swiper.swiper-loading .swiper-wrapper {
  opacity: 0;
  visibility: hidden;
}
.ova-testimonial-3 .slide-testimonial .button-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 30px;
  z-index: 2;
}
.ova-testimonial-3 .slide-testimonial .button-dots.swiper-pagination-bullets {
  width: 100% !important;
  left: 50% !important;
  transform: translate(0, -50%) !important;
}
.ova-testimonial-3 .slide-testimonial .button-dots .swiper-pagination-bullet {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--heading);
  opacity: 0;
  margin: 0;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-testimonial-3 .slide-testimonial .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  opacity: 0.6;
}
.ova-testimonial-3 .slide-testimonial .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .ova-testimonial-3 .slide-testimonial .button-dots .swiper-pagination-bullet:hover {
  opacity: 1;
  background-color: var(--primary);
}
.ova-testimonial-3 .slide-testimonial .swiper-nav {
  position: absolute;
  bottom: 120px;
  right: 70px;
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ova-testimonial-3 .slide-testimonial .swiper-nav {
    width: calc(100% + 20px);
    height: 0;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.ova-testimonial-3 .slide-testimonial .swiper-nav .button-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-testimonial-3 .slide-testimonial .swiper-nav .button-nav i {
  display: inline-flex;
  font-size: 16px;
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-testimonial-3 .slide-testimonial .swiper-nav .button-nav:hover {
  background-color: var(--primary);
}
.ova-testimonial-3 .slide-testimonial .swiper-nav .button-nav:hover i {
  color: #FFFFFF;
}

.rtl .ova-testimonial-3 .slide-testimonial .swiper-nav {
  right: unset;
  left: 70px;
}