.banner-hero-main.banner-height {
  height: 720px;
  overflow: hidden;
}
.banner-hero-main .h-100 {
  height: 100%;
}

.banner-hero-main .hero-filter .has-bg {
    position: relative;
    width: 100%;
    padding: 0;
}
.banner-hero-main .has-bg h1, .banner-hero-main .has-bg h2 {
  text-transform: capitalize;
}
.banner-hero-main .has-bg h1, .banner-hero-main .has-bg h2, .has-bg p {
    position: relative;
    z-index: 2;
    max-width: 100%;
}
.banner-hero-main .hero-filter .has-bg::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 50px;
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -9999px;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner-hero-main  h1 span.over.small-text, .banner-hero-main  h2 span.over.small-text {
    font-size: 20px;
    color: #aaa;
    font-weight: 700;
    display: table;
    position: relative;
    font-family: "Montserrat", sans-serif;
    padding-top: 15px;
    padding-bottom: 20px;
}
.banner-hero-main .hero-filter .has-bg h1 span::after, .banner-hero-main .hero-filter .has-bg h2 span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: #be1e2e;
    z-index: 1;
}
.banner-hero-main .has-bg p {
    max-width: 80%;
    font-weight: normal;
    font-style: normal;
    margin: 30px 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.banner-hero-main .hero-banner-caption {
  position: relative;
  z-index: 2;
}
.banner-hero-main .btn {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  width: auto!important;
}
.banner-hero-main .hero-filter.hero-change {
    background-color: transparent;
    padding: 0;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-hero-main .carousel-has-text {
  position: relative;
}
.banner-hero-main .has-caption .carousel-caption {
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: start;
  padding: 0;
  top: 0;
  overflow: hidden;
}
.banner-hero-main .carousel-indicators .active {
    background-color: #be1e2e;
}
.banner-hero-main .carousel-indicators li {
  border-color: #be1e2e;
  background-color: #333;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  margin-bottom: 5px;
}
.banner-hero-main .carousel-indicators {
  z-index: 1;
}
.banner-hero-main .carousel-control .glyphicon-chevron-right {
  background-color: #be1e2e;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.banner-hero-main .has-bg .mtb-none {
  margin-top: 0;
}

.banner-hero-main .carousel-control{
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  display: none;
  padding: 0;
}

.banner-hero-main .carousel-control i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .banner-hero-main .hero-filter .has-bg {
    padding: 45px 0;
  }
  .banner-hero-main .hero-filter .has-bg h1::after, .banner-hero-main .hero-filter .has-bg h2::after {
    top: -15px;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
    .banner-hero-main .has-bg h1, .banner-hero-main .has-bg h2 {
      font-size: 34px;
    }
    .banner-hero-main  .has-bg p {
        max-width: 95%;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-hero-main .hero-filter.hero-change {
      padding: 0;
      top: 56%;
    }

    .banner-hero-main .hero-filter .has-bg {
        padding: 30px 0;
    }

    .banner-hero-main h1 span.over.small-text, .banner-hero-main h2 span.over.small-text  {
        font-size: 16px;
    }
    .banner-hero-main .has-bg h1, .banner-hero-main .has-bg h2 {
        font-size: 28px;
        padding-bottom: 0;
        width: 90%;
    }
    .banner-hero-main  .has-bg p {
        max-width: 90%;
    }

}
.banner-hero-main .carousel-indicators-holder {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
    .banner-hero-main .carousel-indicators {
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      width: auto;
      right: auto;
      left: 65%;
      bottom: auto;
      margin-left: 0;
    }
    .banner-hero-main .carousel-control{
  display: block;
}
}
@media (max-width: 1199px) {
    .banner-hero-main .carousel-indicators li{
        margin-left: -5px;
    }
}
@media (max-width: 991px) {
  .banner-hero-main .carousel-indicators {
    bottom: 20px;
    left: 50%;
    margin-left: auto;
    width: auto;
    transform: translateX(-50%);
    height: auto;
    margin-bottom: 0;
  }
  .banner-hero-main .carousel-indicators li {
    display: inline-block;
    margin: 3px;
  }
}

.banner-hero-main .carousel-indicators-holder .container {
  height: 100%;
  position: relative;
}
.slide-down {
  opacity: 0;
  -webkit-animation: slide-down 1s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}
.slide-up {
  opacity: 0;
  -webkit-animation: slide-up 1s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}
.slide-in {
  opacity: 0;
  -webkit-animation: slide-in 1s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}
@-webkit-keyframes slide-down {
    0% { -webkit-transform: translateY(-200%); opacity: 1 }
    100% { -webkit-transform: translateY(0); opacity: 1  }
}
@-webkit-keyframes slide-up {
    0% { -webkit-transform: translateY(100%); opacity: 1 }
    100% { -webkit-transform: translateY(0); opacity: 1  }
}
@-webkit-keyframes slide-in {
    0% { -webkit-transform: translateX(200%); opacity: 1 }
    100% { -webkit-transform: translateX(0); opacity: 1  }
}


.hero-filter p {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-radius: 40px;
}



/* hero2 */

.swi-hero-right {
    background: #333333;
    justify-content: center;     
    padding: 75px;
}

.swi-hero-right h1, .swi-hero-right p, .swi-hero-right a.btn {
    color: #fff;
}

.swi-hero-right p {
    padding-top: 20px;
}


.hero2-row {
    display: flex;
    align-items:stretch;  
}

.hero2-left-img {
    min-height: 700px;
}

.hero2-left-img,
.swi-hero-right {
  flex: 1;             
  display: flex;        
  flex-direction: column;
}



/* Kill Bootstrap gutters inside the hero slider */
.swi-hero-slick-slider .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Make sure Slick can clip everything cleanly */
.swi-hero-slick-slider,
.swi-hero-slick-slider .slick-list {
  overflow: hidden;
}

/* No rogue margins on slides */
.swi-hero-slick-slider .slick-slide {
  margin: 0 !important;
}

/* Optional: equal-height slides & smoother rendering */
.swi-hero-slick-slider .slick-track {
  display: flex;
}
.swi-hero-slick-slider .slick-slide > div {
  width: 100%;
}


.swi-hero2 { 
  position: relative; 
}

.swi-hero-dots {
  position: absolute;
  right: 40px;         
  bottom: 20px;        
  z-index: 3;
  background: transparent;
  pointer-events: auto; 
}

/* Basic dot styling */
.swi-hero-dots ul { margin: 0; padding: 0; list-style: none; }
.swi-hero-dots li { display: inline-block; margin: 0 6px; }
.swi-hero-dots button {
  width: 12px; height: 12px; border-radius: 50%;
  background: #fff; border: none; opacity: .5;
  transition: opacity .25s, transform .25s;
  font-size: 0; line-height: 0;
  display: block;
}
.swi-hero-dots .slick-active button { opacity: 1; }

/* Optional: center on mobile */
@media (max-width: 767px){
  .swi-hero-dots { right: 0; left: 0; text-align: center; }
}


@media (max-width: 1200px){
  /* Stack columns: image on top, text below */
  .hero2-row{
    display: flex;
    flex-direction: column;   /* stack */
    align-items: stretch;
  }

  /* Kill BS3 floats so the flex stack actually stacks */
  .hero2-row > [class*="col-"]{
    float: none;
    width: 100%;
  }

  /* Mobile heights */
  .hero2-left-img{
    min-height: 350px !important; /* image area height */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
    margin-top: -20px;
  }
 .swi-hero-slick-slider .slick-slide { margin: 0 !important; padding: 0 !important; }
  .swi-hero-right{
    min-height: 450px !important; /* text area height */
    padding: 30px;                /* lighter padding on phones */
    justify-content: center;      /* keep content centered nicely */
  }

  /* Dots centered on phones (optional) */
  .swi-hero-dots{
    left: 0; right: 0; bottom: 12px; text-align: center;
  }

  /* If you previously forced equal-height via flex on the slick track,
     relax it on mobile to avoid weird vertical stretching */
  .swi-hero-slick-slider .slick-track{
    display: block;
  }
}


/* hero2 END*/