 .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: #b1cc70; */
 	color: #bdff1e;
 	font-size: 36px !important;
 	font-weight: 400;
 	margin-bottom: 10px !important;
 	line-height: 50px !important;
 	text-align: left !important;
 	font-weight: 700 !important;
 	opacity: 0.9;
 	font-family: 'Poppins', sans-serif;

 }

 .hero-slider-content .p-two {
 	display: table;
 	color: #fffb06;
 	/* color: #ff3434; */
 	font-weight: 400;
 	padding: 6px 0px 0px !important;
 	font-size: 22px !important;
 	line-height: 30px;
 	letter-spacing: 1.3px;
 	/* font-family: 'Great Vibes' !important; */
 	font-family: 'Courgette', cursive;
 	text-shadow: 1px 1px 1px #000,
 		1px 1px 1px #fff;
 }

 .hero-slider-content a {
 	font-size: 16px;
 	display: inline-block;
 	font-weight: 500;
 	background: #e12527;
 	color: #FFF !important;
 	border: none;
 	outline: none;
 	box-shadow: none;
 	height: 55px;
 	line-height: 55px;
 	text-align: center;
 	padding: 0px 30px;
 	cursor: pointer;
 	position: relative;
 	border-radius: 0px;
 	overflow: hidden;
 	margin-top: 20px !important;
 	text-transform: capitalize;
 }

 .hero-slider-content a:after {
 	background-color: #fff;
 	content: "";
 	height: 150px;
 	left: -75px;
 	position: absolute;
 	top: -35px;
 	transform: rotate(35deg);
 	transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
 	width: 40px;
 	opacity: 0;
 }

 .hero-slider-content a:hover {
 	background: #688323;
 	color: #ffffff !important;
 }

 .hero-slider-content a:hover:after {
 	left: 120%;
 	transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
 	opacity: 0.25;
 }

 /*-- 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) {

 	.nivo-caption,
 	.hero-static-caption {
 		top: 52%;
 		-webkit-transform: translateY(-50%);
 		-ms-transform: translateY(-50%);
 		transform: translateY(-50%);
 		width: 100%;
 		z-index: 8;
 	}

 	.nivo-controlNav {
 		right: 30px;
 		top: 50%;
 	}

 	.nivo-controlNav li {
 		margin-bottom: 15px !important;
 	}

 	.hero-slider-content h1 {
 		font-size: 20px !important;
 		margin-bottom: 0px !important;
 		line-height: 27px !important;
 	}

 	.nivoSlider {
 		top: 1px;
 		height: 220px !important;
 	}

 	.nivoSlider img {
 		height: 220px !important;
 	}

 	.hero-slider-content a {
 		font-size: 14px;
 		height: 35px;
 		line-height: 35px;
 		text-align: center;
 		padding: 0px 20px;
 		cursor: pointer;
 		position: relative;
 		border-radius: 0px;
 		overflow: hidden;
 		margin-top: 10px !important;
 		text-transform: capitalize;
 	}

 	.hero-slider-content .p-two {
 		margin: 0 0 5px !important;
 		padding: 5px 0px 5px !important;
 		font-size: 18px !important;
 		line-height: 27px;
 	}

 }

 @media only screen and (min-width:768px) and (max-width:991px) {
 	.nivo-controlNav {
 		top: 50%;
 	}

 	.nivo-caption,
 	.hero-static-caption {
 		top: 56%;
 	}

 	.hero-slider-content h1 {
 		font-size: 24px !important;
 		font-weight: 700;
 		margin-bottom: 10px !important;
 		line-height: 30px !important;
 	}

 	.hero-slider-content a {
 		font-size: 13px;
 		height: 40px;
 		line-height: 40px;
 		padding: 0px 18px;
 		margin-top: 5px !important;
 	}

 	.hero-slider-content .p-two {
 		padding: 6px 0px 0px !important;
 		font-size: 15px !important;
 		line-height: 24px;
 	}
 }

 @media only screen and (min-width:992px) and (max-width:1199px) {
 	.hero-slider-content {
 		margin-left: 0px;
 	}

 	.hero-slider-content h1 {
 		font-size: 27px !important;
 		font-weight: 700;
 		margin-bottom: 5px !important;
 		line-height: 35px !important;
 	}

 	.hero-slider-content a {
 		font-size: 14px;
 		height: 45px;
 		line-height: 45px;
 		padding: 0px 22px;
 		margin-top: 10px !important;
 	}

 }