 
.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);
	padding: 250px 0;
}
/*-- Slider Content --*/
.hero-slider-content {
}
.hero-slider-content h1 {
	color: #222;
	font-size: 40px !important;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 10px !important; 
	line-height:55px;
	text-align: left !important;
	opacity: 0.9;
	position:relative;
	z-index:1111;
	letter-spacing:1px;
	margin-top:10px !important;
    font-family: "Roboto Slab", serif; 
}
.hero-slider-content h1  span{
	 color:#4995ba;
}
/*
.hero-slider-content h1:before{
	position:absolute;
	content:"";
	background:rgba(85,127,235,0.9);
	left:0px;
	width:80px;
	height:3px;
	top:-5px;
	margin-bottom:20px;
	z-index:1111;
}
 */
.hero-slider-content p  {
	color: #001736;
	font-size: 18px!important; 
	line-height: 28px;
	margin-bottom: 10px; 
 
} 
.hero-slider-content a {
	width: 135px;
    padding: 14px 15px !important;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    display: block;
    position: relative;
    text-align: center;
    color: #fff !important;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    /* background: linear-gradient(to right, #046da2 0%, #04afae 100%); */
    background: #FF7350;
    text-transform: capitalize;
    border-radius: 7px !important;
    margin-top: 20px !important;
	-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{
	position: absolute;
    content: '';
    background-color: #141B22;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: -1;
}

.hero-slider-content a:hover:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*-- 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) {
	.nivoSlider img, .slider-overlay img{ height:250px!important; width:500px!important;  
left: -110px;}
    .hero-slider-content h1 {
 
	font-size: 25px!important;
	 margin-bottom: 0px !important;
line-height: 30px;
	 
}
.hero-slider-content p  { 
	font-size: 13px!important; line-height: 20px;
 
} 
.hero-slider-content a { 
	width: 110px;
	margin: 9px 0 !important;
	font-size: 13px;
	font-weight: 600;
	padding: 3px 5px;
	 
}
}
@media only screen and (min-width:768px) and (max-width:991px) {

.hero-slider-content h1 {
 	font-size: 35px!important;
	line-height:40px !important;
}
.hero-slider-content p  { 
	font-size: 15px!important;  
 } 

}
 @media only screen and (min-width:992px) and (max-width:1199px) {
 .hero-slider-content h1 {
	font-size: 40px;
	line-height:45px;
	}
	.hero-slider-content p  { 
		font-size: 16px!important;  
	 
	}   
}
