.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  /* width: 25px;
  height: 3px;
  border-radius: unset; */
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
  /* width: 50px;
  height: 5px; */
  background: #b70238;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
  color: #b70238;
}
/* .video-hero {
  position: relative;
} 
.video-hero .sec-float {
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: end;
  color: #fcfcfc;
} */
/* .video-hero .sec-float .hero-property-link {
  color: #fcfcfc;
}

h1.site-title, h3.section-title {
  font-weight: 700;
}
@media  (max-width: 768px) { 
  .left-side__objects {
    display: none;
  }
}
@media (min-width: 992px) {
    .left-side__heading {
        padding-bottom: 20px;
    }
    .left-side__objects {
        padding-top: 20px;
    }
}
@media (max-width: 991px){
  .left-side__heading {
      padding-bottom: 20px;
  }
} */
.grecaptcha-badge {
  right: -240px;
  bottom: 20%;
}
footer {
    padding: 50px 0 20px 0;
    background-color: var(--footer);
}
.footer-row__bottom a::after, .breadcrumbs a::after,
.footer-row__bottom a::before, .breadcrumbs a::before {
  background-color: unset;
}