.ova-doc-download-3 .document-slider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ova-doc-download-3 .document-slider .item {
  background: #f3f4f7;
  padding: 45px 35px;
  transition: all 0.3s linear;
}
.ova-doc-download-3 .document-slider .item:hover {
  background: var(--primary);
}
.ova-doc-download-3 .document-slider .item:hover .loader {
  border-color: #fff;
  border-bottom-color: var(--primary);
}
.ova-doc-download-3 .document-slider .item:hover .view i {
  color: #fff;
}
.ova-doc-download-3 .document-slider .item:hover .date, .ova-doc-download-3 .document-slider .item:hover .title {
  color: #fff;
}
.ova-doc-download-3 .document-slider .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ova-doc-download-3 .document-slider .view i {
  font-size: 24px;
  color: var(--primary);
  transition: all 0.3s linear;
}
.ova-doc-download-3 .document-slider .loader {
  border-color: var(--primary);
  border-bottom-color: transparent;
}
.ova-doc-download-3 .document-slider .date {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.ova-doc-download-3 .document-slider .title {
  margin: 0;
  position: relative;
  font-size: 20px;
  color: var(--primary);
  font-weight: 800;
}
.ova-doc-download-3 .document-slider .title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.3s linear;
}
.ova-doc-download-3 .document-slider .title:hover:after {
  width: 100%;
}
.ova-doc-download-3 .document-slider .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: var(--primary);
}
.ova-doc-download-3 .document-slider .swiper.swiper-loading .swiper-wrapper {
  opacity: 0;
  visibility: hidden;
}
.ova-doc-download-3 .document-slider .button-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 50px;
}
.ova-doc-download-3 .document-slider .button-dots.swiper-pagination-bullets {
  width: 100% !important;
  left: 50% !important;
  transform: translate(0, -50%) !important;
}
.ova-doc-download-3 .document-slider .button-dots .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 0;
  margin: 0;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-doc-download-3 .document-slider .button-dots .swiper-pagination-bullet:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--heading);
  display: block;
  border-radius: inherit;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-doc-download-3 .document-slider .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  opacity: 1;
}
.ova-doc-download-3 .document-slider .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid var(--primary);
}
.ova-doc-download-3 .document-slider .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: var(--primary);
}
.ova-doc-download-3 .document-slider .button-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-doc-download-3 .document-slider .button-nav.button-prev {
  left: -25px;
}
.ova-doc-download-3 .document-slider .button-nav.button-next {
  right: -25px;
}
.ova-doc-download-3 .document-slider .button-nav:focus {
  outline: none;
}
.ova-doc-download-3 .document-slider .button-nav i {
  display: flex;
  font-size: 16px;
  color: var(--heading);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-doc-download-3 .document-slider .button-nav:hover {
  background-color: var(--primary);
}
.ova-doc-download-3 .document-slider .button-nav:hover i {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .ova-doc-download-3 .document-slider .button-nav {
    opacity: 1;
    visibility: visible;
  }
}
.ova-doc-download-3 .document-slider:hover .button-nav {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}