.ova-project-slider-3 .slide-project-3.swiper-loading {
  visibility: hidden;
}
.ova-project-slider-3 .slide-project-3.show_dots {
  padding-bottom: 30px;
}
.ova-project-slider-3 .slide-project-3 .swiper-pagination {
  bottom: 0px;
}
.ova-project-slider-3 .slide-project-3 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
}
.ova-project-slider-3 .slide-project-3 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.ova-project-slider-3 .slide-project-3 .item {
  padding: 5px;
}
.ova-project-slider-3 .slide-project-3 .item:hover .ova-media .content .title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-project-slider-3 .slide-project-3 .item:hover .ova-media .content .sub_title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-project-slider-3 .slide-project-3 .item:hover .ova-media .project-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ova-project-slider-3 .slide-project-3 .item:hover .ova-media .learn-more-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background-color: var(--primary);
}
.ova-project-slider-3 .slide-project-3 .item .ova-media {
  position: relative;
  overflow: hidden;
  padding: 45px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .ova-project-slider-3 .slide-project-3 .item .ova-media {
    padding: 45px 28px;
  }
}
.ova-project-slider-3 .slide-project-3 .item .ova-media .content {
  position: relative;
}
.ova-project-slider-3 .slide-project-3 .item .ova-media .content .title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 5px;
  color: var(--heading);
}
@media (max-width: 767px) {
  .ova-project-slider-3 .slide-project-3 .item .ova-media .content .title {
    font-size: 24px;
  }
}
.ova-project-slider-3 .slide-project-3 .item .ova-media .content .sub_title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 30px;
  text-transform: uppercase;
  color: var(--secondary);
}
.ova-project-slider-3 .slide-project-3 .item .ova-media .project-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.ova-project-slider-3 .slide-project-3 .item .ova-media .project-img img {
  height: 350px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 460px) {
  .ova-project-slider-3 .slide-project-3 .item .ova-media .project-img img {
    height: 270px;
  }
}
.ova-project-slider-3 .slide-project-3 .item .ova-media .excerpt {
  margin: 0 0 24px 0;
}
.ova-project-slider-3 .slide-project-3 .item .ova-media .learn-more-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--heading);
  padding: 18px 36px;
  background-color: #efeafd;
  text-align: center;
  text-transform: uppercase;
}
.ova-project-slider-3 .slide-project-3 .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.ova-project-slider-3 .slide-project-3 .owl-dots .owl-dot {
  outline: none;
}
.ova-project-slider-3 .slide-project-3 .owl-dots .owl-dot span {
  width: 16px;
  height: 4px;
  margin: 5px;
  background: #b3b0ba;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.ova-project-slider-3 .slide-project-3 .owl-dots .owl-dot.active span {
  background: var(--primary);
}

.elementor-widget-container #ova-project-slider3-control button {
  transition: all 0.3s ease;
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #d5d4d7;
  margin: 0 6px;
  padding: 0;
  border-radius: 50%;
}
.elementor-widget-container #ova-project-slider3-control button i {
  display: inline-flex;
  font-size: 12px;
  color: var(--text);
}
.elementor-widget-container #ova-project-slider3-control button:hover {
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
}
.elementor-widget-container #ova-project-slider3-control button:hover i {
  transition: all 0.3s ease;
  color: var(--primary);
}