 
.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: 48%;
	-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: 45px !important;
	font-weight: 700;
	margin-bottom: 20px !important; 
	line-height:55px;
	text-align: center !important;
	text-transform:normal;
	opacity: 0.9;
}
.hero-slider-content .sld-border{
	width:50px;
	height:2px;
	background:#FFF;
	display:table;
	margin:5px auto !important;
}
.hero-slider-content .p-one {
	background: url(../../design_img/about-icon.png) no-repeat center center;
    width: 60px;
    height: 60px;
   	background-size:50px 50px;
	 margin: 0 auto 15px!important;
}

.hero-slider-content a {
	width:180px;
	display:block;
	margin:10px auto 15px !important;
	color:#FFF !important; 
	font-size:14px !important;
	line-height:24px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	padding:12px 10px !important;
	background: #ed1c24;
	border-radius:6px;
	-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 span {
	font-size: 18px !important;
    font-weight: 300;
    position: relative;
    left: 10px;
    border-left: 1px solid #FFF;
   
}
.hero-slider-content a span i{
	margin-left:10px !important;
}
.hero-slider-content a:hover {
	background: #337d57 !important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}

.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.9);
	color: #112d4a !important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 50%;
	width: 45px;
	
}
.nivo-directionNav a:hover {
	background-color: rgba(51, 125, 87, 1);
	color:rgba(255,255,255,.9) !important;
}
.nivo-directionNav .nivo-prevNav{
	left:0 !important;
	border-top-right-radius: 8px !important;
	border-bottom-right-radius:8px !important;
}
.nivo-directionNav .nivo-nextNav{
	right:10px !important;
	border-top-left-radius: 8px !important;
	border-bottom-left-radius:8px !important;
}
.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) {
	.nivo-controlNav {
		top: 50%;
		left: 10px;
	}
	.hero-slider-content h1 {
		  font-size: 20px !important;
		  line-height: 27px;
	 }
	 
	.nivo-caption, .hero-static-caption {
		   top: 50%;
	}
	.nivo-directionNav a {
		height: 30px;
		width: 30px;
	}
	.nivo-directionNav .nivo-prevNav {
			border-top-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
	}
	.nivo-directionNav .nivo-nextNav {
		border-top-left-radius: 4px !important;
		border-bottom-left-radius: 4px !important;
	}
	.hero-slider-content .p-one {
		width: 50px;
		height: 50px;
		background-size: 40px 40px;
		margin: 0 auto 10px !important;
	}
	.nivo-directionNav {
	   bottom: 30px;
		right: 40px;
	}
	.nivo-directionNav a i {
		display: block;
		font-size: 16px;
		line-height: 25px;
	}
	.nivo-prevNav {
		left: 15px;
	}
	.nivo-nextNav {
		right: 15px;
	}
	.hero-slider-content a {
		width:140px;
		margin:5px auto 5px !important;
		font-size:12px !important;
		line-height:20px;
		text-transform:uppercase;
		font-weight:600;
		border-radius:5px !important;
		text-align:center;
		padding:7px 15px !important;
	}
	.hero-slider-content a span i {
		margin-left: 8px !important;
		font-size:14px !important;
	}
	.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 h1 {
		font-size: 30px !important;
		line-height:40px !important;
	} 
	.nivo-directionNav a {
		height: 40px;
		width: 50px;
	}
	.nivo-directionNav a:hover {
		background-color: rgba(0, 0, 0, 0.1);
	}
	.nivo-directionNav a i {
		display: block;
		font-size: 30px;
		line-height: 40px;
	}
	.nivo-caption, .hero-static-caption {
		top:50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		
	}
	.hero-slider-content a {
		width: 150px;
		display: block;
		margin: 0px auto 8px !important;
		color: #FFF !important;
		font-size: 12px !important;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: 400;
		text-align: center;
		padding: 7px 10px !important;
		
	}
	.nivo-controlNav {
		position: absolute;
		z-index: 9;
		top: 42%;
		left:20px;
		margin-bottom: -50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		list-style: none;
	}
	.nivo-directionNav {
		bottom: 45px;
		right: 48px;
		bottom: 40px;
	}
	

}
 @media only screen and (min-width:992px) and (max-width:1199px) {
	 .nivo-caption, .hero-static-caption {
		top: 45%;
	 }
	.hero-slider-content h1 {
		font-size: 35px !important;
		line-height:45px !important;
	} 
/* .hero-slider-content .p-one { */
	
	/* margin:0px auto 8px!important; */
	/* padding: 6px 20px 6px !important; */
	/* font-size: 18px !important; */
	/* line-height:27px !important; */
	
/* } */
.nivo-directionNav a {
	height: 40px;
	width: 40px;
}
.nivo-directionNav a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.nivo-directionNav a i {
	display: block;
	font-size: 26px;
	line-height: 40px;
}
.nivo-caption, .hero-static-caption {
	top: 56%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.nivo-controlNav {
    position: absolute;
    z-index: 9;
    top: 42%;
    left:45px;
    margin-bottom: -50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
}
.nivo-directionNav {
    bottom: 45px;
    right: 48px;
    bottom: 40px;
}

}
