.hero_slider-module {
	position: relative;
	z-index: 0;
}
.hero_slider-module .item {
/* 	padding: 100px 0; */
	background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 9;
	display: flex;
	align-items: center;
}
.hero_slider-module .item .hero-overlay {  
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgb(0 0 0 / 50%);
}

.hero_slider-module .item::before {		
  background-color: !important;
  opacity: %!important;
}
  

.hero_slider-module .d-flex {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	vertical-align: middle;
	align-items: center;
	flex-flow: row wrap !important;
	-moz-flex-flow: row wrap !important;
	-webkit-flex-flow: row wrap !important;
	-o-flex-flow: row wrap !important;
}
.hero_slider-module .d-flex .d-flexitem {
	padding: 30px;
}
..hero_slider-module .d-flex .d-flexitem.flexitem-100 {
	padding: 0!important;
}
.hero_slider-module .d-flex.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}
.hero_slider-module .d-flexitem.flexitem-50 {
	flex-basis: 50%;
	-moz-flex-basis: 50%;
	-webkit-flex-basis: 50%;
	-o-flex-basis: 50%;
}
.hero_slider-module .d-flexitem.flexitem-100 {
	flex-basis: 100%;
	-moz-flex-basis: 100%;
	-webkit-flex-basis: 100%;
	-o-flex-basis: 100%;
}
.hero_slider-module .hero_slider-container {
/* 	padding: 0 15px; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.hero_slider-module .hero_btn_area {
	padding-top: 40px;
  display: flex;
}
.hero_slider-module .hero_btn_area .btn2 {
  margin-left: 15px;
}
.hero_slider-module .owl-nav {	
	margin-top: 0!important;
}
.hero_slider-module button.owl-prev,
.hero_slider-module button.owl-next {
	position: absolute;
	top: 50%;	
	transform: translateY(-50%);
}
.hero_slider-module button.owl-prev {
	left: 20px;
}
.hero_slider-module button.owl-next {
	right: 20px;
}
.hero_slider-module .owl-nav button.owl-prev:hover,
.hero_slider-module .owl-nav button.owl-next:hover {
	background: none!important;
}
.hero_slider-module .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
/* 	Equal Height CSS */

.hero_slider-module .owl-carousel .owl-stage {
	display: flex!important;	
}
.hero_slider-module .owl-carousel .owl-stage:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* End of Equal Height Css */

.hero_slider-module .owl-carousel .owl-item .item {
	width: auto!important;
	height: 100%!important;
}
.hero_slider-module .content-left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.hero_slider-module .content-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hero_slider-module .content-right {
  text-align: right;  
  margin-right: 0;
  margin-left: auto;
}
.hero_slider-module .content-center .hero_btn_area {
  justify-content: center;
}
.hero_slider-module .content-right .hero_btn_area {
  justify-content: flex-end;
}

.hero_slider-module .img_video img {
  display: block;
	object-fit: cover;
	height: auto;
  max-width: 100%;
}
.hero_slider-module .img_video video {
	display: block;
	max-width: 100%;
}
.hero_slider-module .img_video.img_v_left img,
.hero_slider-module .img_video.img_v_left video {  
  margin-left: 0;
  margin-right: auto;
}
.hero_slider-module .img_video.img_v_center img,
.hero_slider-module .img_video.img_v_center video {  
  margin-right: auto;
  margin-left: auto;
}
.hero_slider-module .img_video.img_v_right img,
.hero_slider-module .img_video.img_v_right video {  
  margin-right: 0;
  margin-left: auto;
}
.hero_slider-module .desc > p {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.hero_slider-module .d-flexitem.flexitem-50 {
    flex-basis: 100%!important;
    -moz-flex-basis: 100%!important;
    -webkit-flex-basis: 100%!important;
    -o-flex-basis: 100%!important;
  }
  .hero_slider-module .hero_btn_area {
    padding-top: 20px;
    display: block;
  }
  .hero_slider-module .hero_btn_area .btn2 {
    margin-left: 0!important;
    margin-top: 15px;
  }

/* 	Image and Video Alignment in Responsive */
	.hero_slider-module .img_video.mobile-center img,
	.hero_slider-module .img_video.mobile-center video {
		margin-right: auto;
		margin-left: auto;
	}
	.hero_slider-module .img_video.mobile-left img,
	.hero_slider-module .img_video.mobile-left video {
		margin-left: 0;
		margin-right: auto;
	}
	.hero_slider-module .img_video.mobile-right img,
	.hero_slider-module .img_video.mobile-right video {		
		margin-right: 0;
		margin-left: auto;
	}
	
	.hero_slider-module .img_video img {    
		width: 300px;    
  }
	.hero_slider-module .item {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.hero_slider-module .owl-nav {
		display: none!important;
	}
	.hero_slider-module .d-flex .d-flexitem {
		padding: 0!important;
		margin-bottom: 30px;
	}
	.hero_slider-module .d-flex .d-flexitem:last-child {
		margin-bottom: 0!important;
	}
}

.hero_slider-module .owl-nav {
	opacity: 0;
	transition: all 0.9s ease;
}
.hero_slider-module:hover .owl-nav {
	opacity: 1!important;
}
.hero_slider-module .hero-text_image {
  margin-bottom: 20px;
}
.hero_slider-module .hero-text_image img {
  width: 180px;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}
.page_header {
  margin-bottom: 10px;
}

.hero_slider-module .d-flexitem.img_flexitem-100 {
	flex-basis: 100%!important;
	-moz-flex-basis: 100%!important;
	-webkit-flex-basis: 100%!important;
	-o-flex-basis: 100%!important;
}
.hero_slider-module .d-flexitem.img_flexitem-50 {
	flex-basis: 50%!important;
	-moz-flex-basis: 50%!important;
	-webkit-flex-basis: 50%!important;
	-o-flex-basis: 50%!important;
}


/* Feel free to change duration  */ 
.owl-carousel .animated {
/*   -webkit-animation-duration : 2s;
  animation-duration : 2s; */
  -webkit-animation-fill-mode : both;
  animation-fill-mode : both;
}
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}