@import url('../../css-1');
.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;
}
/*-- Hero Video Content --*/
.hero-video-caption {
	background-color: rgba(240, 240, 240, 0.8);
}
/*-- Slider Content --*/
.hero-slider-content {
}
.hero-slider-content h1 {
	color: #e2ff3d;
	font-size: 45px;
	line-height:55px;
	font-weight: 700;
	margin-bottom: 15px !important; 
	text-align: left !important;
	opacity: 0.9;
}
 
.hero-slider-content .p-one {
	color: #fff;
	font-size: 16px !important;
	line-height:25px;
	font-weight:600;
	margin-bottom:10px !important;
	border-radius:6px;
}
.hero-slider-content .p-two  {
	color: #333;
	font-size: 20px!important; 
	line-height: 28px;
	margin-bottom: 37px; 
	text-align:left!important; 
} 
.hero-slider-content a {
	background-color: #223561;
	color: #fff!important;
	display: block;
	width:140px;
	margin:15px 10px 15px 0px!important;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 5px;
	border-radius:5px !important;
	text-transform: uppercase;
	text-align:center;
 	-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:before {
	content: '\f0da ';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-right:10px;
	margin-top:-2px;
	color:#fff
}
.hero-slider-content a:hover {
	background-color: #02743c;
	border-color:#02743c;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #333!important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 50%;
	width: 58px;
}
.nivo-directionNav a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.nivo-directionNav a i {
	display: block;
	font-size: 40px;
	line-height: 58px;
}
.nivo-prevNav {
	left: 30px;
}
.nivo-nextNav {
	right: 30px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
	/*.hero-slider-content, .nivo-directionNav {
		display:none
	} */
	.hero-slider-content h1 {
		font-size:18px!important;
		line-height:25px;
		text-align:left;
		margin-bottom:0!important
	}
	.hero-slider-content .p-two {
		font-size:13px !important;
		line-height:20px;
		margin-bottom:10px;
		text-align: left !important;
	}
	.hero-slider-content a {
		padding:3px 10px;
		font-size:10px;
		height:auto!important;
		width:100px;
		text-align:center;
	}
	.hero-slider-content .p-one {
		font-size:12px !important;
		line-height:20px;
		font-weight: 600;
		margin-bottom: 5px !important;
	}
	.nivo-controlNav {
		left: 20px;
		bottom: 10px;
	}
	.nivo-directionNav a {
		 height: 30px;
		 margin-top: -18px;
		 width: 30px;
		 display:none;
	}
	.nivo-directionNav a i {
		 font-size: 17px;
		 line-height: 32px;
	}
	.nivoSlider {
		top: 1px;
		height:220px !important;
	}
	.nivoSlider img {
		height: 220px !important;
	}
	
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slider-content {
		margin-left:40px;
	}
	.hero-slider-content .p-one {
        font-size: 13px !important;
		line-height: 22px;
			margin-bottom: 5px !important;
	}
	.hero-slider-content h1 {
		font-size: 22px;
		line-height: 35px;
        margin-bottom: 10px !important;
	}
	.hero-slider-content a {
        width: 135px;
		margin: 10px 8px 10px 0px !important;
		font-size: 13px;
	    padding: 10px 5px !important;
	}
	.nivo-controlNav {
		position: absolute;
		left: 75px;
		list-style: none;
		bottom: 35px;
		z-index: 9;
	}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
.hero-slider-content {
margin-left:50px;
}
.hero-slider-content h1 {
 font-size: 35px;
} 
}
