.ova-slide .owl-stage-outer {
  padding: 20px 0;
}
.ova-slide .image_slide {
  box-shadow: 0px 10px 10px 0px rgba(6, 22, 58, 0.1);
}
.ova-slide .title_slide {
  transition: 0.3s ease;
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
.ova-slide .title_slide a {
  color: var(--heading);
  transition: 0.3s ease;
}
.ova-slide .title_slide a:hover {
  transition: 0.3s ease;
  color: var(--primary);
}
.ova-slide .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.ova-slide .owl-dots .owl-dot {
  outline: none;
}
.ova-slide .owl-dots .owl-dot span {
  transition: opacity 0.2s ease;
  display: block;
  width: 6px;
  height: 6px;
  margin: 5px;
  background: var(--heading);
  border-radius: 50%;
  opacity: 0.6;
  -webkit-backface-visibility: visible;
}
.ova-slide .owl-dots .owl-dot.active span {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
  background: var(--primary);
}