.hero-slider {
  width: 100%;
  height: 777px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .slide-inner .container{max-width: 1150px; margin: auto;}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .slide-inner:after {background-image: url(../images/banner-overlay.svg); background-repeat: no-repeat;position: absolute;content: ""; top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}


.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-top: -44px;
  text-align: center;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider .swiper-button-prev {
  left: 50%;
  transform:translateX(50px);
  background-image: url(../images/prev.svg);
  margin-left: -671px;
 
}

.hero-slider .swiper-button-next {
  right: 50%;
  transform:translateX(-50px);
      background-image: url(../images/next.svg);
      margin-right: -671px;
}


.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (min-width:1300px) and (max-width:1399px){ 
  .hero-slider .swiper-button-prev{margin-left: -625px;}
  .hero-slider .swiper-button-next{margin-right: -625px;}

}

@media (min-width:1200px) and (max-width:1299px){ 
  .hero-slider .swiper-button-prev{margin-left: -570px;}
  .hero-slider .swiper-button-next{margin-right: -570px;}
  .hero-slider .slide-inner .container {
    max-width: 1024px;
    margin: auto;
}

}


@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}




.hero-slider .swiper-pagination-bullet {
  width: 65px;
  height: 9px;
  border-radius: 20px;
  background:#9E9E9E;
  opacity: 1;
  transition:all .2s ease;
}
/* .hero-slider .swiper-pagination-bullet:hover{background-color: #fff;} */
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
  background-color: #fff;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 0px;
    transform: inherit;
    text-align: center;
    right: 0px;
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 774px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 470px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}




.hero-style .slide-title h1 {
    font-size: 50px;
    line-height: 65px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
  transition:all .4s ease;
}
.hero-style .slide-text p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 32px;
  margin:10px 0px 30px;
transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
  .hero-style .slide-title h1 {
    font-size: 60px;
    line-height: 65px;
}
.hero-slider .slide-inner .container{max-width: 800px;}
.hero-slider .swiper-button-prev{margin-left: -460px;}
.hero-slider .swiper-button-next{margin-right: -460px;}

}

@media (max-width: 991px) {


  .hero-style .slide-title h1 {
    font-size: 40px;
    line-height: 45px;
}
.hero-slider .slide-inner .container{max-width: 100%; text-align: center;}
.hero-slider .swiper-button-prev{display: none;}
.hero-slider .swiper-button-next{display: none;}
.get-in-touch-btn a.btn-primary{margin: auto;}
.hero-style .slide-text p{margin-bottom: 15px;}

}

@media (max-width: 767px) {
  .hero-style .slide-title h1 {
    font-size: 32px;
    line-height: 35px;
}
.hero-style .slide-text p { font-size: 16px; line-height: 24px;}
.hero-style {
  height: 100vh;
}
}




 



