

.hero-slider {
  width: 100%;
  /* height: 700px; */
  height: calc(80vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 999;
  margin-bottom: 100px;
}
.hero-slider.hero-slider-projects{height: 700px; margin-top: 30px; display: inline-block;}
/* .slide-bg-image:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
   opacity: 0.3;
} */
@media (max-width: 991px) {
  .hero-slider {
    /* height: 600px; */
    height: calc(80vh);
  }
}

@media (max-width: 767px) {
  .hero-slider {
    /* height: 500px; */
    height: calc(80vh);
  }
}

.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 center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  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: 8px;
  height: 8px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
  margin: 0 8px !important;
}

.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:30px;
    max-width: 100%;
    padding: 0 50px;
    margin: 0 auto;
    left: 0%;
    transform: translateX(0%);
    display: flex;
    justify-content: right;
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  /* height: 850px; */
  height: calc(80vh);
  transition:all .4s ease;
}
.hero-style123{
  height: 80vh;
}
@media (max-width: 991px) {
  .hero-style {
    /* height: 600px; */
    height: calc(80vh);
  }
}

@media (max-width: 767px) {
  .hero-style{
    /* height: 500px; */
    height: calc(80vh);
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-bottom: 50px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px;
  text-align: center; */
}

.hero-style .slide-title h2 {
  font-size: 36px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.hero-style .slide-title h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 150px;
  content: "";
  background-color: #fff;
}
/* .hero-style .slide-title h2 em{
    font-style: normal;
    position: relative;
}
.hero-style .slide-title h2 em:before{
    position:absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 25px;
    background-color: #f8a819;
    content: "";
    z-index: -1;
} */
@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    /* font-size: 75px; */
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    
  }
}



.hero-style .slide-text p {
  opacity: 0.8;
  
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 90px;
  transition:all .4s ease;
  text-transform: uppercase;
  letter-spacing: 6px;
}

@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-btns{
    /* clear: both;
    display: table;
    width: 100%;
    text-align: center; */
}
 .slide-para p{
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10%;
 }

 .slide-title h2{
  
  font-size: 72px;
 }
 .slide-text .flex{
  display: flex;
  align-items: center;
  gap: 20px;
 }
 .slide-text .flex .inner-flex{
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  margin: 20px 0 30px;
 }
 .slide-text .flex .inner-flex h3{
  font-size: 42px;
  
  border-right: 2px solid #ffffff3e;
  padding-right: 30px;
  font-style: italic;
  margin: 0px;
  color: #fff;
 }
 .slide-text .flex .inner-flex:last-child h3{
  border: 0;
 }
 .slide-text .flex .inner-flex span{
  text-transform: uppercase;
 }
a.btn1, button.btn1{
  text-decoration: none;
  color: #000;
  /* border: 1px solid #fff; */
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  font-size: 21px;
  font-weight: 600;
  background-color: #F5CB18;
  border-radius: 50px;
  text-transform: uppercase;
 }
 button.btn1{
  padding: 0 30px;
  border: 0;
  transition: all 0.3s;
 }
a.btn1 span{
  padding: 0 30px;

 }
a.btn1::before, button.btn1::before{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #E57000;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.3s;
  }
a.btn1:hover, button.btn1:hover{
    background-color: #000;
    color: #F5CB18;
   }
a.btn1:hover::before, button.btn1:hover::before{
      background-color: #555;
     }

     /*------bannerbox---------*/
.hero-slider .gallery-thumbs {
  height: 125px;
  width: 36%;
  top: auto;
  left: auto;
  right: 15%;
  bottom: -70px;
  /* margin-top: 20px; */
  z-index: 999;
}
.gallery-thumbs .swiper-slide {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  overflow: hidden;
  width: 125px !important;
  -webkit-box-shadow: 0 0 10px rgba(71, 83, 102, 0.2);
  box-shadow: 0 0 10px rgba(71, 83, 102, 0.2);
  padding: 5px;
}
.gallery-thumbs .swiper-slide::before {
  /* position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff; */
  /* opacity: 0.43; */
}
.gallery-thumbs .swiper-slide span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  
  font-size: 21px;
  font-weight: 600;
}
.gallery-thumbs .swiper-slide-active {
  /* opacity: 1;
  border: 1px solid #c3161c; */
}
.gallery-thumbs .swiper-slide-thumb-active span {
  color: #f5cb18;
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs .swiper-slide-thumb-active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  content: "";
  border: 3px solid #f02025;
  border-radius: 100%;
}
.slide-bg-content {
  width: 100%;
  /* border: 1px solid rgba(255, 255, 255, 0.22);
  background-color: rgba(255, 255, 255, 0.15); */
  padding: 40px;
  text-align: left;
  /* margin-top: 50px; */
  padding-left: 50%;
}

/*------bannerbox---------*/
@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 24px;
  }
  .hero-slider .swiper-slide p{font-size: 13px;}
  .slide-bg-content{padding: 20px;}
  .hero-slider .gallery-thumbs{width: 100%; right: 0; height: 75px; bottom: -40px;}
  .gallery-thumbs .swiper-slide{width: 75px !important; height: 75px !important;}
  .gallery-thumbs .swiper-wrapper{justify-content: center;}
}