.ova-exhibitions-slide {
  position: relative;
}
.ova-exhibitions-slide h2, .ova-exhibitions-slide p {
  margin: 0;
}
.ova-exhibitions-slide .list-exhibitions {
  position: relative;
  top: 50%;
  transform: translateY(calc(-50% - 55px));
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content {
  flex: 0 0 40%;
  padding-right: 10px;
  margin-top: -129px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content h3.sub-title {
  margin: 0px;
  font-family: archivo;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content h2.title a {
  font-size: 50px;
  line-height: 60px;
  color: #25282e;
  transition: 0.5s;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content h2.title a:hover {
  color: #c1b696;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content .date {
  margin-top: 26px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content .date p {
  font-size: 20px;
  line-height: 22px;
  color: #555555;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content .excerpt {
  margin-top: 40px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .content .excerpt p {
  font-family: Lora;
  font-size: 18px;
  line-height: 28px;
  color: #777777;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .media {
  flex: 0 0 60%;
  width: 100%;
  min-height: 680px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
  position: absolute;
  left: 105px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 585px;
  height: 515px;
}
.ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box img {
  display: none;
}
.ova-exhibitions-slide .list-exhibitions .ova-button-prev {
  position: absolute;
  cursor: pointer;
  bottom: 151px;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #cccccc !important;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.ova-exhibitions-slide .list-exhibitions .ova-button-prev i {
  font-size: 25px;
  color: #cecece;
}
.ova-exhibitions-slide .list-exhibitions .ova-button-next {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  bottom: 151px;
  left: 108px;
  width: 50px;
  height: 50px;
  border: 2px solid #cccccc !important;
  outline: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-exhibitions-slide .list-exhibitions .ova-button-next i {
  font-size: 25px;
  color: #cecece;
}
.ova-exhibitions-slide .list-exhibitions .swiper-pagination {
  counter-reset: slides-num;
  position: absolute;
  bottom: 156px;
  left: 65px;
  margin-top: 15px;
}
.ova-exhibitions-slide .list-exhibitions .swiper-pagination:after {
  content: counter(slides-num);
  font-size: 18px;
  vertical-align: middle;
  line-height: 22px;
  color: #555555;
  display: inline-block;
  padding-bottom: 8px;
  position: absolute;
  left: 16px;
}
.ova-exhibitions-slide .list-exhibitions .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 4.2px;
  background: transparent;
}
.ova-exhibitions-slide .list-exhibitions .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
}
.ova-exhibitions-slide .list-exhibitions .swiper-pagination .swiper-pagination-bullet-active:before {
  content: counter(slides-num) "/";
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  position: absolute;
  left: 0;
  top: 0;
}
.ova-exhibitions-slide .wp-button-scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.ova-exhibitions-slide .wp-button-scroll .button-scroll {
  display: inline-block;
  width: 40px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ova-exhibitions-slide .elementor-slide-subtitle,
.ova-exhibitions-slide .elementor-slide-title,
.ova-exhibitions-slide .elementor-slide-description,
.ova-exhibitions-slide .elementor-slide-button {
  opacity: 0;
}
.ova-exhibitions-slide .animated {
  -webkit-animation-duration: 2000 ms;
  animation-duration: 2000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (max-width: 1150px) {
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
    left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .ova-exhibitions-slide .list-exhibitions {
    padding-bottom: 70px;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: start;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .content {
    flex: 0 0 100%;
    padding-right: 0px;
    padding-top: 30px;
    margin-top: 0px;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .content h2.title a {
    font-size: 40px;
    line-height: 50px;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media {
    flex: 0 0 100%;
    min-height: unset !important;
    background-image: none !important;
    position: static;
    max-height: 500px;
    overflow: hidden;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media .image-box {
    left: 0px;
    width: 100%;
    padding-left: 0px;
    background-image: none !important;
    position: unset !important;
    height: auto !important;
  }
  .ova-exhibitions-slide .list-exhibitions .item-exhibition .media img {
    width: 100%;
    display: block !important;
  }
  .ova-exhibitions-slide .list-exhibitions .ova-button-prev {
    bottom: 0px;
  }
  .ova-exhibitions-slide .list-exhibitions .ova-button-next {
    bottom: 0px;
  }
  .ova-exhibitions-slide .list-exhibitions .swiper-pagination {
    margin-top: 0px !important;
    bottom: 8px !important;
  }
  .ova-exhibitions-slide .wp-button-scroll {
    bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .ova-exhibitions-slide .wp-button-scroll {
    display: none;
  }
}
body.rtl .ova-exhibitions-slide .list-exhibitions .ova-button-next {
  left: unset;
  right: 0;
}
body.rtl .ova-exhibitions-slide .list-exhibitions .ova-button-prev {
  right: 108px;
  left: unset;
}
body.rtl .ova-exhibitions-slide .list-exhibitions .swiper-pagination {
  right: 65px;
  left: unset;
}
body.rtl .ova-exhibitions-slide .list-exhibitions .swiper-pagination:after {
  left: unset;
  right: 16px;
}
body.rtl .ova-exhibitions-slide .list-exhibitions .swiper-pagination .swiper-pagination-bullet-active:before {
  left: unset;
  right: 0;
}