
 
.captiion-holder{
 	/*align-self: end;
	width:300px;*/
	width: 100%;
	padding:0 0 50px 280px;

 
 
 }
.captiion-holder h2 {
  font-size: 80px;
  line-height: normal;
  font-weight:var(--font-heavy);
  color: #fff;
  width:100%;
}
.captiion-holder h2  span{
 -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  font-style:italic;
  font-family: var(--heading-font);
  color:transparent;
  }
  
  
.captiion-holder h3 {
  font-size: 28px;
  line-height:normal;
  font-weight:var(--font-bold);
 
}

  
 

 
 
 /*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/

.slider-outer{
	padding:0;
	min-width:120%;
	overflow:hidden;
	position:relative;
}
.slider-outer:before{
	width:180px;
	height:120px;
	position:absolute;
	left:-1px;
	top:0;
	content:'';
	z-index:2;
	background-image: url(../images/shape-left-top.svg);
    background-repeat: no-repeat;
 	background-position: left top;
	background-size: 100%;
}
.slider-outer:after{
	width:400px;
	height:100%;
	position:absolute;
	left:-2px;
	bottom:0;
	content:'';
	z-index:2;
	background-image: url(../images/shape.svg);
	background-repeat: no-repeat;
 	background-position: left bottom;
	background-size: 100%;
}
.hero-style {
   /*height: 100vh; */
   height:680px;
   position:relative;
   transition:all .9s ease;
   overflow:hidden;
  
}

.hero-slider {
  width: 100%;
  /*height: 100vh; */
   height:680px;
   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: flex-end;
  
} 
.nav-bt{
	position:absolute;
	right:32%;
	bottom:100px;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 70px;
  height: 70px;  
  line-height: 70px;
  margin-top: -30px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 50px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
  /*display:none;*/
}
.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 {
  left: 110px;
  transform:translateX(-50px); 
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 20px;
  color: #FFF;
  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 (max-width: 1400px) { 
  .captiion-holder {
    padding: 0 0 50px 400px;
  }
}

/***********1024*************/
@media (max-width: 1024px) {
  .hero-slider, .hero-style {
    height: 500px;
  }
 
 .slider-outer:before{
	width:50px;
	height:100px;
	 
}
.slider-outer:after{
	width:200px;
}
.slider-outer{
	min-width:100%;
 
}
}

/***********767*************/

@media (max-width: 768px) {

.main-outer .container{
	padding:0 !important;
}
 .slider-outer:before, .slider-outer:after{
	display:none; 
}
 

  .hero-slider,  .hero-style {
    height:70vh;
  }
 
  .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-pagination-bullet {
  	display:inline-block;
 
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    padding: 10px 20px;
 
}

 .captiion-holder{
	width: 100%;
	padding-left:25px;
 
 
 
 }
.captiion-holder h3 {
  font-size: 18px;
  line-height: 20px;
 }

 .captiion-holder h2  span{
 -webkit-text-stroke-width: 1px;
}
.captiion-holder h2 {
   font-size: 30px;
   line-height: 32px;
}
  
}
 

 
 


