
.captiion-holder{ 
  width: 100%;
  display: flex;
  flex-wrap: wrap; 
  flex-direction:column;
  justify-content: flex-end;
  text-align:left;
}
 
.captiion-holder h2 {
  font-size: 80px;
  font-family:var(--heading-font);
  line-height: 1.1;
  color: #ffffff;
  margin-left:80px;
  transition:all .4s ease;
 
}


.captiion-holder .slide-text p {
  opacity: 0.8;
  font-size: 24px;
  font-family:var(--heading-font-medium);
  letter-spacing: normal;
  color: #fff;
  margin: 0;
  transition:all .4s ease;
}

 
 /*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/

.slider-outer{
	padding:0;
}
.hero-style {
  /*height: 100vh;*/
   height: 780px;
   position:relative;
   transition:all .9s ease; 
   overflow:hidden;
}
.hero-style:after {
	width:100%;
	height:200px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	background-image: url(../images/slider-before-bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;	 
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.hero-slider {
  width: 100%;
  /*height: 100vh;*/
  height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
  
.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;
  
} 

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 50px;
  height: 50px;  
  line-height: 45px;
  margin-top: -30px;
  text-align: center;
  border: 1px 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;
}



.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: 20px;
  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: 20px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
  display:none;
 
}

.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;
}


.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:25px;
    max-width: 1200px;
    padding: 20px 20px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 1400.99px) {
  .hero-style {
    height: 500px;
  }
} 




@media only screen and (max-width: 1199.99px) {
.hero-slider:before,.hero-slider:after{
	display:none;

}
}
 
/*******************************/


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

.hero-style {
    height: 600px;
  }
  
 
}

/***********767*************/

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

.hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
}

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

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    padding: 10px 20px;
}

.captiion-holder h2 {
    font-size: 24px;
	margin-left:0;
  }

.captiion-holder p {
    font-size: 16px;    
    margin: 0 0 20px;
  }
 
}
 

 
 


