
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -20px;
	text-align: right;
	position: relative;
}
.block-intro{
	width:100%;
	float:left;
}
.block-intro .box-wrapper{
	padding: 15px;
	word-wrap: break-word;
	text-align: justify;
}
.block-intro h2{
	color: black;			
	font-size: 28px;font-weight: 400;
}
.div-content{
	color: #fff;
	font-size: 16px;		
	font-weight: 300;
	line-height: 24px;
}
.see-more{
	cursor:pointer;		
	display: block;
	padding:15px;
	color: #fdfab1;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
}
/*.bg-green{			
	background-color: #67a425;
}*/
/* hide title*/
.item-content-inner{
	display:none!important;
}
.bg-green{
	background-color: #005fab !important;
	border-bottom: #286da5;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
		
	}

@media(max-width:768px){
	/*.block-intro .box-wrapper {
		padding: 5px !important;
		overflow: hidden !important;
		height: 190px !important;
		position: relative;
		left: 14px;
	}*/
	/*.block-intro .box-wrapper {
		padding: 10px !important;
		overflow: hidden !important;
		height: 195px !important;
		position: relative;
		left: 50px;
	}*/
	.box-wrapper{
		padding: 0px;
	}
	.headerslider{
		margin-top: 15px;
	}
}

@media(max-width:360px){    /*galaxys5*/
	.page-button {
		position: relative;
		top: 8px;
		right: 20px;
	}
}

.desc {
	display:none;
	position: absolute;
	padding: 2%;
	z-index: 9;
	top: 50%;
	transform: translate(-50%,-50%);
	color: black;
	width: 30%;
	background: white;
	opacity: 0.9;
	right: 55%;
	height: 100%;

}

.hero-img{
  position: relative;
}


.hero-img:before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.btn-gradient-bg {
   color: #fff;
   display: inline-block;
   padding: 3px 10px;
   background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
   border-radius: 30px;
}
.delay-1 {
animation-delay: .2s;
}
.delay-2 {
animation-delay: .4s;
}    
.delay-3 {
animation-delay: .6s;
}    
.delay-4 {
animation-delay: .8s;
}



.slider-counter {
   z-index: 99;
   bottom: 1%;
   position: absolute;
   text-align: center;
   right: 4%;
   font-size: 120px;
   color:rgba(242, 242, 242, 0.7);
   font-weight: 700;
}

@media (max-width: 1024px){
	.block-intro h2 {
		color: black;
		font-size: 20px;
		font-weight: 400;
	}
}

@media (max-width: 768px){
	.block-intro h2 {
		color: black;
		font-size: 20px;
		font-weight: 400;
	}
   .carsl_cnt{
	   display:none
   }
   .desc {
		position: absolute;
		padding: 2%;
		z-index: 9;
		top: 50%;
		transform: translate(-50%,-50%);
		color: black;
		width: 30%;
		background: none; 
		right: 55%;
		height: 100%;
		background: white;
	}
}


@media (max-width: 500px) {
	 .block-intro h2 {
		color: black;
		font-size: 14px;
		font-weight: 400;
	}
	 .desc {
		position: absolute;
		padding: 2%;
		z-index: 9;
		top: 50%;
		transform: translate(-50%,-50%);
		color: black;
		width: 35%;
		background: none;
		right: 47.5%;
		height: 100%;
		background:white;
	}
	 .btn-gradient-bg {
		color: #fff;
		display: inline-block;
		border-radius: 100px;
		font-size: 7pt;
	}
}

.hero_carosel .owl-nav button.owl-prev,.hero_carosel .owl-nav button.owl-next{

  position: absolute;
  bottom: 50%;
  right: 50%;
  color: #000;
}

.hero_carosel .owl-nav button.owl-prev{
  left: 0
}

.hero_carosel .owl-nav button.owl-next{
  right: 0
}

.hero_carosel i.owl-direction {
   margin: 0 13px;
   font-size: 3em;
   padding: 0;
   color: #607D8B;
}

.hero_carosel .owl-nav button.owl-next,.hero_carosel .owl-nav button.owl-prev{
   outline: 0;
   background: #FFF
   }

.tag{
display: inline-block;
}
@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}
