.nivo-caption,
.hero-static-caption {
	background-color: transparent;
	bottom: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 10px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
}

/*-- 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: 42px !important;
	line-height: 42px !important;
	font-weight: 900;
	margin-bottom: 12px !important;
	text-align: left !important; 
	/*-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);*/
}

.hero-slider-content p {
	color: #fff;
	font-size: 16px !important;
	line-height: 25px !important;
	/*-moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);*/
}
 
 
.hero-slider-content a {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	background-color: #154d93;
	color: #fff !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-radius: 0px;
	opacity: 1;
	font-weight: 600;
	padding: 14px 20px;
	margin-top: 20px !important;
	min-width: 140px;
}


.hero-slider-content a:hover {
	background-color: #f97704 !important;
}

/*-- Nivo Direction Nav --*/
.nivo-directionNav {}

.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #666 !important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 45%;
	width: 58px;
}

.nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.3) !important;
}

.nivo-directionNav a i {
	display: block;
	font-size: 24px;
	line-height: 58px;
    color: #ffff;
}

.nivo-prevNav {
	left: 30px;
}

.nivo-nextNav {
	right: 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {

	 .hero-static-caption { 
		top: 50px; 
	}

	.hero-slider-content h1 {
		font-size: 14px !important;
		line-height: 18px !important;
		margin-bottom: 0px !important;
	}

	.hero-slider-content h1 br {
		display: none;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
		height: 1px;
	}

	.nivo-directionNav a i {
		display: none;
	}

	.nivo-directionNav a {
		display: none;
	}

	.hero-slider-content a {
		min-width: 120px;
		font-size: 12px;
		line-height: 20px;
		padding: 10px 10px !important;
		margin-top: 10px !important;
	}

	

	.hero-slider-content p{
		font-size: 11px !important;line-height: 15px!important;
	}

	.nivo-controlNav {
		top: 45%;
		right: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-static-caption {
		left: 200px;
	}
	.hero-slider-content .p-one {
		font-size: 12px !important;
		line-height: 24px;
	}

	.hero-slider-content h1 {
		font-size: 27px !important;
		line-height: 35px !important;
		margin-bottom: 10px !important;
	}

	.hero-slider-content span.brdr {
		width: 50px;
		margin: 7px 0 10px;
	}

	.hero-slider-content a {
		width: 120px;
		font-size: 13px;
		line-height: 20px;
		padding: 7px 10px !important;
		margin-top: 20px !important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-static-caption {
		left: 50px;
	}	

	.hero-slider-content .p-one {
			font-size: 13px !important;
		line-height: 22px;
	}

	.hero-slider-content h1 {
		font-size: 35px !important;
		line-height: 45px !important;

	}

	.hero-slider-content a {
		margin-top: 10px !important;
	}

	.nivo-controlNav {
		top: 48%;
		right: 50px;
	}
 
}