 
.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: 50%;
	-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: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-left: 35px!important;
    margin-bottom: 0px!important;
	text-align:left!important;
	opacity:0.9;-moz-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
	text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
}
.hero-slider-content p { 
	color: #fff;
	font-size: 20px!important;
	font-weight:600;
	line-height: 30px;
	text-transform:uppercase;
	margin-bottom: 5px!important;
	margin-left:35px !important;
	padding: 0;
	letter-spacing:1.8px;
	text-align:left!important;opacity:0.9;-moz-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
	text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
}
/*.hero-slider-content .s-block {
	width: 100px;
	height: 250px;
    display:block;
	background: #0566c7; 
	position: absolute;
	top: -30px;
	z-index: -1;
	border-left: 7px solid #FFF;
}*/
.hero-slider-content span.brdr {
	height: 25px;
	background: url(../../design_img/right-arrow.html) no-repeat;
	width: 25px;
	margin: 0;
	display: inline-block;
	background-size: contain;
	vertical-align: -9px;
	margin-left: 10px;
}
.hero-slider-content a {
	  
	color: #0563c3!important;
	display: inline-block;
	 margin:15px 0!important;
	font-size: 13px;
	font-weight: 500;
	padding: 11px 0px 11px !important;
	min-width:150px;
	background:#f2f7fa;
	text-align:center;
	margin-left: 35px!important;
	text-transform:uppercase;
  	-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 {
	 color: #000!important;
	 background:#f4cb00 !important;
}
/*-- 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) {
	
	.nivoSlider {
		height:230px;
	}
	.hero-slider-content {
		height: 232px !important;
		top: 30px;
	}
	.nivoSlider img {
		height: 232px !important;
	}
	.hero-slider-content h1 {
		font-size:20px!important;
		line-height:25px !important;
		margin-bottom:0!important;
		margin-left:20px !important;
	}
	.hero-slider-content a {
		margin: 8px 0!important;
		padding: 8px 0px 8px !important;
		min-width: 120px;
		margin-left: 20px!important;
	}
	.hero-slider-content .s-block {
		width: 80px;
		height:170px;
		top: -20px;
		border-left: 3px solid #FFF;
	}
	.hero-slider-content p {
				font-size: 12px!important;
					line-height:20px;
					margin-bottom:0px!important;
				margin-left:20px !important;
	}
	.nivo-controlNav {
		bottom: 10px;
		left: 48%;
		transform: translate(0%, -48%);
	}
	
	/* .hero-slider-content .s-block { */
		/* height: 140px; */
	/* } */
	/* .nivo-controlNav { */
		/* right: 20px; */
		/* bottom: 10px; display:none */
	/* } */
	/* .nivo-directionNav a { */
		 /* height: 30px; */
		 /* margin-top: -18px; */
		 /* width: 30px; */
	/* } */
	/* .nivo-directionNav a i { */
		 /* font-size: 17px; */
		 /* line-height: 32px; */
	/* } */
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slider-content h1 {
		font-size:22px!important;
		text-align:center;
		line-height:30px !important;
		margin-bottom:0!important
	}
	.hero-slider-content p {
		font-size: 13px!important;
		line-height:22px;
		margin-bottom:0px!important;
	}
	.hero-slider-content a {
		margin: 8px 0 8px 35px !important;
		padding: 8px 0px 8px !important;
		min-width: 120px;
		
	}	
	.hero-slider-content .s-block {
    width: 80px;
    height: 155px;
    display: block;
       top: -15px;
      border-left: 5px solid #FFF;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slider-content h1 {
	 font-size: 30px;
	}
	.hero-slider-content p {
		 color: #fff;
		 font-size: 16px!important;
		 letter-spacing:1.2px;
		 margin-bottom:0 !important;
		 line-height:24px;
	}
	.hero-slider-content a {
	 margin-top:10px !important;
	}
	.hero-slider-content .s-block {
		height: 180px;
		top:-20px;
	}
	.nivo-controlNav {
		bottom: 70px;
		right:50px;
	}
}
