.ova-team-slider {
  margin: 0;
  padding: 0;
}
.ova-team-slider.grid_default.no-image .owl-carousel .owl-stage-outer {
  padding-top: 0;
}
.ova-team-slider.grid_default .owl-carousel .owl-stage-outer {
  padding-top: 165px;
}
.ova-team-slider.archive_team.modern.no-image .owl-carousel .owl-stage-outer {
  padding-top: 115px;
}
.ova-team-slider.archive_team_2.template_2.no-image .ova-info-content {
  opacity: 1;
  visibility: visible;
}
.ova-team-slider.archive_team_2 .owl-carousel .owl-stage-outer .owl-item img {
  width: auto;
}
.ova-team-slider.archive_team_3.no-image .owl-carousel .owl-stage-outer {
  padding-top: 75px;
}
.ova-team-slider .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 45px;
}
.ova-team-slider .owl-carousel .owl-dots .owl-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 2px;
  width: 21px;
  padding: 0;
  background: transparent;
  border-color: transparent;
  height: 21px;
}
.ova-team-slider .owl-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: var(--heading);
  display: block;
  border-radius: inherit;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.ova-team-slider .owl-carousel .owl-dots .owl-dot.active {
  border: 1px solid var(--primary);
}
.ova-team-slider .owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
  background: var(--primary);
}