
.hero-slider {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
color: black !important;
}

.whitefont {
color: #ffffff !important;
}

.swiper-button-prev {
    left: 15px !important;
    margin-left: 0 !important;
    /*background: blue !important;*/
}

.swiper-button-next {
    right: 15px !important;
    margin-right: 0 !important;
    /*background: blue !important;*/
}

@media (max-width: 991px) {
  .hero-slider {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 100vh;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100vh;
  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 .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity:0;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #fff;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #fff;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.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;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 100vh;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 100vh;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
      
    width: 100%;
    position: absolute;
    z-index: 99999;
    left: 0;
    bottom: 10px;
}

.hero-style .slide-title h2 {
      letter-spacing: 1px;
    font-size: 38px;
    font-weight: 500;
    line-height: 56px;
    color: #ffffff;
    margin: 0 0 30px;
    text-transform: uppercase;
    transition: all .4s ease;
    position: relative;
    z-index: 99999999;
    text-align: center;
	/*font-family: "Marcellus", serif;*/
}
.hero-style .slide-title h2 span{
    font-size: 35px;
    display: block;
    padding-top: 25px;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
        font-size: 34px;
        line-height: 44px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 30px;
        line-height: 40px;
  }
  
  .hero-slider .swiper-pagination-bullet{
      width: 8px;
    height: 8px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 25px;
        line-height: 35px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


.slide-inner.slide-bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000080;
    opacity: .75;
    content: "";
    z-index: 9;
}


@media (max-width: 767px) {
    .hero-slider .slide-inner, .hero-slider .swiper-container, .hero-style{
        height: 450px;
    }
}

@media (max-width: 575px) {
    .hero-slider .slide-inner, .hero-slider .swiper-container, .hero-style{
        height: 400px;
    }
    .hero-style .slide-title h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 399px) {
   .hero-slider .slide-inner, .hero-slider .swiper-container, .hero-style{
        height: 380px;
    }
    .hero-style .slide-title h2 {
        font-size: 18px;
        line-height: 28px;
    }
}