.captiion-holder {
  width: 100%; 
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
    position: relative; z-index: 3;
}
.captiion-holder h2 {
  font-size: 3vw;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
  transition: all .4s ease; border-left: solid 5px red; padding-left: 30px
}

.captiion-holder .fx-wrap {
  width: 100%;
  padding: 0 9% 0 9%;
  max-width: 60%; margin-left: 0
}



.captiion-holder .fx-wrap p {
  letter-spacing: 1px; margin-bottom: 21px
}

.captiion-holder .fx-wrap span {
  font-size: 30px; margin: 11px 0px; display: block; line-height: 40px
}


/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 100vh;
  position: relative;
  transition: all .9s ease;
}
.hero-slider {
  width: 100%;
  height: 88vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
/*.hero-slider:before,.hero-slider:after{
	width:194px;
	height:305px;
	position:absolute;
	top:50px;
	right:100px;
	content:'';
	z-index:5;
	background-image: url(../images/icons/corner-right.svg);
	background-repeat: no-repeat;
	background-position: right top;
}*/

.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 .slide-inner:after{
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	content:'';
	z-index:2;
	
 	background-color: rgba(0,0,0,0.5)
}



.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  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;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #e32631; border-color: #e32631
}
.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: 15px;
  color: #d4d3d3;
  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;
}
.swiper-pagination {
  text-align: left;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 3%;
  max-width: 1200px;
  padding: 20px 20px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199.99px) {
  .hero-slider:before, .hero-slider:after {
    display: none;
  }
}
/*******************************/
@media screen and (max-width:936px) and (orientation: landscape) {
  .hero-slider {
    height: 100vh;
  }
  .hero-style {
    height: 100vh;
  }
  .captiion-holder {
    padding-top: 11%; 
  }
}
@media (max-width:840px) {
  .hero-slider {
    height: 600px;
  }
  .hero-style {
    height: 600px;
  }
    
  .captiion-holder .fx-wrap {
 
  padding: 0 9% 0 9%;
  max-width: 90%; 
}  
    
    .captiion-holder h2{font-size: 40px}   
    
    
}
/***********767*************/
@media (max-width: 767px) {
  .hero-slider {
    height: 200px;
  }
  .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    display: none;
  }
  .hero-style {
    height: 70vh;
  }
  .captiion-holder h2 {
    font-size: 34px;
    margin: 0 0 10px;
  }
  .captiion-holder p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    padding: 10px 20px;
  }
}
/**********end 767*************/

@media (max-width: 520px) {
    
    
   .captiion-holder .fx-wrap {
 
  padding: 0 2% 0 2%;
  max-width: 90%; 
}   
    
    .captiion-holder p{padding-left: 2.2em}
    
    
}



