.ova-testimonial-2.template_2 .ova-testimonial {
  display: flex;
  align-items: center;
  background-color: #1B2C58;
  box-shadow: none;
  gap: 35px;
}
@media (max-width: 767px) {
  .ova-testimonial-2.template_2 .ova-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ova-testimonial-2.template_2 .ova-testimonial .background-img {
  width: 124px;
  height: 100%;
  right: unset;
  left: 0;
}
@media (max-width: 1023px) {
  .ova-testimonial-2.template_2 .ova-testimonial .background-img {
    width: 0;
  }
}
.ova-testimonial-2.template_2 .ova-testimonial .wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.ova-testimonial-2.template_2 .ova-testimonial .author {
  padding: 0;
  border: none;
}
.ova-testimonial-2.template_2 .ova-testimonial .author .name {
  font-size: 22px;
  color: #fff;
}
.ova-testimonial-2.template_2 .ova-testimonial .author .job {
  font-size: 15px;
  color: var(--primary);
}
@media (max-width: 767px) {
  .ova-testimonial-2.template_2 .ova-testimonial .img {
    display: none;
  }
}
.ova-testimonial-2.template_2 .ova-testimonial .img img {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: auto;
}
.ova-testimonial-2.template_2 .ova-testimonial .desc {
  margin: 0 0 30px 0;
  color: #fff;
}
.ova-testimonial-2 .quote {
  position: absolute;
  right: 25px;
  bottom: 25px;
  line-height: 1;
}
.ova-testimonial-2 .quote i {
  display: inline-flex;
  font-size: 55px;
  color: var(--primary);
}
.ova-testimonial-2 .slide-testimonial .owl-stage-outer {
  padding: 20px 0;
}

#nav-ova-testimonial-2 {
  direction: ltr;
}
#nav-ova-testimonial-2 button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #f3f4f7;
  border: none;
}
#nav-ova-testimonial-2 button i {
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
  color: var(--heading);
}
#nav-ova-testimonial-2 button:hover {
  background: var(--primary);
}
#nav-ova-testimonial-2 button:hover i {
  color: #fff;
}
#nav-ova-testimonial-2 .owl-next {
  margin-left: 10px;
}

.rtl #nav-ova-testimonial-2 {
  text-align: right;
}