 .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: 52%;
 	-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: 40px !important;
 	font-weight: 700;
 	margin-bottom:5px !important;
 	line-height: 50px;
 	text-align: left !important;
 	opacity: 0.9;
	font-family: 'Josefin Sans', sans-serif;
    text-transform:capitalize;
 	 
 }

 .hero-slider-content .sld-border {
 	width: 50px;
 	height: 2px;
 	background: #FFF;
 	display: table;
 	margin: 5px auto !important;
 }

 .hero-slider-content .p-one {
 	display: table;
 	margin: 0px !important;
 	color: #fff;
 	font-weight:400;
 	font-size: 16px !important;
 	line-height: 24px;
 	letter-spacing: 1px;
 	margin-bottom:20px !important;
 }

.hero-slider-content a.sdr-btn {
    width: 150px;
    font-size: 15px !important;
    font-weight: 500;
    padding: 19px 15px 17px !important;
    z-index: 1;
    position: relative;
    display: block;
    text-align: center;
    color: #fff !important;
    line-height: 1;
     background: #009900;
    text-transform: capitalize;
    border: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 40px !important;
}
 .hero-slider-content a.sdr-btn:before{
	content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 150px;
    border: 1px solid #5959e2;
    padding: 29px 15px 20px;
    transition: all 0.8s ease 0s;
 }
 .hero-slider-content a.sdr-btn:hover{
	background: #5959e2;
	color: #fff !important;
 }


 .hero-slider-content a.sdr-btn:hover:before{
	left: 0px;
    top: 0px;
}


 /*-- Nivo Direction Nav --*/
 .nivo-directionNav {}

 .nivo-directionNav a {
 	background-color: rgba(255, 255, 255, 0.3);
 	border-radius: 50%;
 	color: #FFF !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.1);
 }

 .nivo-directionNav a i {
 	display: block;
 	font-size: 40px;
 	line-height: 58px;
 }

 .nivo-prevNav {
 	left: 30px;
 }

 .nivo-nextNav {
 	right: 30px;
 }

 /*-- Nivo Direction Nav --*/
 .nivo-directionNav {}

.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0);
	color: #ccc !important;
	display: block;
	height: 50px;
	margin-top: -29px;
	text-align: center;
	top: 50%;
	width: 50px;
	border: 1px solid #ccc;
	border-radius:100%;
}

.nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.5);
	color: #333 !important;
}

.nivo-directionNav a i {
	display: block;
	font-size: 25px;
	line-height: 50px;
}

.nivo-prevNav {
	left: 30px;
}

.nivo-nextNav {
	right: 30px;
}


 @media only screen and (min-width:320px) and (max-width:767px) {

 	.hero-slider-content .p-one {
 		margin: 0 0 5px !important;
 		padding: 0px !important;
 		font-size: 12px !important;
 	}

 	.nivo-controlNav {
 		top: 51%;
 		left: 0px;
 	}

 	.hero-slider-content h1 {
 		font-size: 20px !important;
 		line-height: 24px;
 	}

 	.nivo-caption,
 	.hero-static-caption {
 		top: 50%;
 	}

 	.nivo-directionNav a {
 		height: 30px;
 		width: 50px;
 	}

 	.nivo-directionNav {
 		display: none;
 	}

 	.nivo-directionNav a i {
 		display: block;
 		font-size: 16px;
 		line-height: 25px;
 	}

 	.nivo-prevNav {
		left: 20px;
	}
	
	.nivo-nextNav {
		right: 20px;
	}
	.nivo-directionNav a {
		height: 30px;
		width: 30px;
	}
 	.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: 34%;
 		left: 20px;
 		margin-bottom: -34%;
 		-webkit-transform: translateY(-50%);
 		-moz-transform: translateY(-50%);
 		transform: translateY(-50%);
 		list-style: none;
 	}

 	.nivo-directionNav a i {
 		font-size: 20px;
 		line-height: 30px;
 	}
	 .hero-slider-content a.sdr-btn {
		width: 120px;
		font-size: 13px !important;
		padding: 14px 10px 14px !important;
		margin-bottom: 20px !important;
	}
	.hero-slider-content a.sdr-btn:before {
		left: 6px;
		top: 6px;
		width: 120px;
		padding: 22px 20px 22px;
		transition: all 0.8s ease 0s;
	}

 	.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: 26px !important;
 		line-height: 35px !important;
 	}

 	.hero-slider-content .p-one {
 		font-size: 14px !important;
 		line-height: 24px !important;
 	}

 	.hero-slider-content {
		padding-left:60px !important;
	}
	.nivo-prevNav {
		left: 20px;
	}
	
	.nivo-nextNav {
		right: 20px;
	}
	.nivo-directionNav a {
		height: 30px;
		width: 30px;
	}
 	.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: 34%;
 		left: 20px;
 		margin-bottom: -34%;
 		-webkit-transform: translateY(-50%);
 		-moz-transform: translateY(-50%);
 		transform: translateY(-50%);
 		list-style: none;
 	}

 	.nivo-directionNav a i {
 		font-size: 20px;
 		line-height: 30px;
 	}
	 .hero-slider-content a.sdr-btn {
		width: 120px;
		font-size: 13px !important;
		padding: 14px 10px 14px !important;
		margin-bottom: 20px !important;
	}
	.hero-slider-content a.sdr-btn:before {
		left: 6px;
		top: 6px;
		width: 120px;
		padding: 22px 20px 22px;
		transition: all 0.8s ease 0s;
	}


 }

 @media only screen and (min-width:992px) and (max-width:1199px) {

 	.hero-slider-content h1 {
 		font-size: 32px !important;
 		line-height: 40px;
 	}

 	.hero-slider-content .p-one {
 		margin: 0px 0 8px !important;
 		font-size: 14px !important;
 		line-height: 24px !important;
 	}

 	.nivo-directionNav a {
 		height: 45px;
 		width: 45px;
 	}

 	.nivo-directionNav a i {
 		display: block;
 		font-size: 26px;
 		line-height: 40px;
 	}

 	.nivo-caption,
 	.hero-static-caption {
 		top: 50%;
 		-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;
 	}
	
	
 }