 
.nivo-caption, .hero-static-caption {
	background-color: transparent;
	bottom: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8; overflow:visible!important
}
/*-- Hero Video Content --*/
.hero-video-caption {
	background-color: rgba(240, 240, 240, 0.8);
	padding: 250px 0;
}
/*-- Slider Content --*/
.hero-slider-content {
	 
}
.hero-slider-content h1 { 
	color: #0d3352;
	font-size: 35px;
	font-weight: 700;
	margin-left: 35px!important;
    margin-bottom: 0px!important;
	text-align:left!important; 
}
.hero-slider-content p {
	color: #83b860;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 5px !important;
	margin-left: 35px !important;
	padding: 0;
	text-align: left !important; 
	display: inline-block;
}
.hero-slider-content span.brdr {
	height: 2px;
	background: #83b860;
	width: 35px;
	margin: 0;
	display: inline-block;
	background-size: contain;
	vertical-align: 5px;
	margin-left: 10px;
}
.hero-slider-content .s-block {
	width: 100px;
	height: 230px;
	display: block;
	/* background: #009fe3; */
	position: absolute;
	top: -30px;
	z-index: -1;
	border: 5px solid #83b860;
	border-right: 0;
}
.hero-slider-content .s-block::after, .hero-slider-content .s-block::before {
	content: '';
	width: 5px;
	height: 25px;
	background: #83b860;
	position: absolute;
	right: 0;
}
.hero-slider-content .s-block::before {
	bottom:0
}


.hero-slider-content a {background: #0d3352;
	color: #fff !important;
	display: inline-block;
	margin: 10px 0 !important;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 25px 8px;
	margin-left: 35px !important;
	text-transform: capitalize; 
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	
}
.hero-slider-content a:hover {background: #83b860;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.2);
	border:1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	color: #fff!important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 60%;
	width: 58px;
}
.nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.4);
}
.nivo-directionNav a i {
	display: block;
	font-size: 24px;
	line-height: 56px;
}
.nivo-prevNav {
	left: 30px;
}
.nivo-nextNav {
	right: 30px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
 
.nivo-caption, .hero-static-caption {
 
	top: 50%; 
}
.nivoSlider img, .slider-overlay img{ height:200px!important; width:500px!important;  
left: -110px;}
.hero-slider-content h1 {
	font-size: 15px!important;
	margin-left: 20px !important;
 }
.hero-slider-content p {
	font-size: 13px !important;
	margin-left: 20px !important;
	margin-bottom: 0px !important;line-height: 20px;
}
.hero-slider-content a {
 display:none
}
.hero-slider-content .s-block {
	width: 50px;height: 85px; top: -14px;
    }
    .hero-slider-content .s-block::after, .hero-slider-content .s-block::before {
height: 10px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {

.hero-slider-content .s-block {
	height: 205px; 
    }

}
@media only screen and (min-width:992px) and (max-width:1199px) {
 

}
