.ova-team-slider-2 .team-slider-2-wrapper.swiper-loading {
  visibility: hidden;
}
.ova-team-slider-2 .team-slider-2-wrapper .ova-button-prev, .ova-team-slider-2 .team-slider-2-wrapper .ova-button-next {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.ova-team-slider-2 .team-slider-2-wrapper .ova-button-prev i, .ova-team-slider-2 .team-slider-2-wrapper .ova-button-next i {
  color: var(--heading);
  transition: all 0.3s linear;
  font-size: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ova-team-slider-2 .team-slider-2-wrapper .ova-button-prev {
  left: -50px;
}
.ova-team-slider-2 .team-slider-2-wrapper .ova-button-next {
  right: -50px;
}
.ova-team-slider-2 .team-slider-2-wrapper .swiper-pagination {
  bottom: 0px;
}
.ova-team-slider-2 .team-slider-2-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.ova-team-slider-2 .team-slider-2-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.ova-team-slider-2 .team-slider-2-wrapper.show_dots {
  padding-bottom: 50px;
}
.ova-team-slider-2 .team-slider-2-wrapper.show_dots .ova-button-prev, .ova-team-slider-2 .team-slider-2-wrapper.show_dots .ova-button-next {
  top: calc(50% - 25px);
}
.ova-team-slider-2 .team-slider-2-wrapper:hover .ova-button-prev {
  left: 10px;
}
.ova-team-slider-2 .team-slider-2-wrapper:hover .ova-button-next {
  right: 10px;
}

.ova-team-slider-2-v1 .team-slider-2-wrapper .items {
  margin: 20px;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper .items .avatar {
  position: relative;
  margin-bottom: 44px;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper .items .avatar.low {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .ova-team-slider-2-v1 .team-slider-2-wrapper .items .avatar.low {
    margin-top: 0;
  }
}
.ova-team-slider-2-v1 .team-slider-2-wrapper .items .avatar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1.5px solid #00ff00;
  top: 20px;
  left: -20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper .items .avatar img {
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper .items .name {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper .items .job {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #00ff00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v1 .team-slider-2-wrapper .items:hover .avatar:before {
  top: -20px;
  left: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ova-team-slider-2-v2 .team-slider-2-wrapper .items {
  text-align: center;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper .items .avatar {
  position: relative;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper .items .avatar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 0, 222, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper .items .avatar img {
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper .items .info {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova-team-slider-2-v2 .team-slider-2-wrapper .items .info .name {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper .items .info .job {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-team-slider-2-v2 .team-slider-2-wrapper .items:hover .avatar:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}