

.hero-section {
  width: 100%;
  height: 620px;
  background-color: #000;
}




.hero-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hero-slide._1 {
  background-image: url("../images/slide2.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url("../images/slide3.jpg");
  background-size: cover;
}


.hero-slide._3 {
  background-image: url("../images/slide4.jpg");
  background-size: cover;
}
.hero-slide._0 {
  background-image: url("../images/slide1.jpg");
  background-size: cover;
}



.hero-slide-overlay {
  width: 100%;
  height: 100%;
}

.hero-slide-container {
  position: absolute;
  left: 0px;
  top: 49%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-slide-text-block {
  width: 55%;
}

.slide-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 45px;
  text-transform: uppercase;
}

.slide-title.subtitle {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}


.button.slide-button {
  background-color: #0F6196;
}

.button.slide-button:hover {
  background-color: #000;
}


.button.slide-button2 {
  background-color: #E76118;
  margin-left:15px;
}

.button.slide-button2:hover {
  background-color: #000;
}



.hero-slide-arrow-button {
  width: 50px;
  height: 100px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 13px;
}

.hero-slide-arrow-button:hover {
  background-color: #000;
}





html.w-mod-js *[data-ix="slider-title"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="slider-title-2"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}

html.w-mod-js *[data-ix="slider-title-3"] {
  opacity: 0;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}





@media (max-width: 991px) {
  
  .hero-section {
    height: 590px;
  }
 
  .hero-slide-overlay {
    padding-right: 90px;
  }
  .hero-slide-container {
    padding-left: 20px;
  }
  .hero-slide-text-block {
    width: 55%;
  }
  .slide-title {
    font-size: 45px;
    line-height: 50px;
  }
  .slide-title.subtitle {
    font-size: 18px;
    line-height: 23px;
  }
  
}

@media (max-width: 767px) {



  .hero-section {
    height: 440px;
  }
 
  .hero-slide-overlay {
    padding-right: 25px;
    padding-left: 25px;
  }
  .hero-slide-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slide-text-block {
    width: 75%;
  }
  .slide-title {
    font-size: 30px;
    line-height: 35px;
  }
  .slide-title.subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .button.slide-button {
    margin-top: 0px;
  }
  .hero-slide-arrow-button {
    width: 40px;
  }
  .hero-slide._0 {
  background-position:center;
}
}


@media (max-width: 479px) {

  .hero-slide-overlay {
    padding-top: 105px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, .3);
  }
  .hero-slide-text-block {
    width: 75%;
  }
  .slide-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }
  .slide-title.subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .hero-slide._0 {
  background-position:center;
}

}

