 .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;
 	text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
 }

 .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: #ffb120;
 	font-weight: 600;
 	font-size: 14px !important;
 	line-height: 24px;
 	letter-spacing: 1px;
 	text-transform: uppercase;
	 text-shadow: 0px 4px 3px rgb(0 0 0 / 20%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
 }

 .hero-slider-content a.sdr-btn {
	display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    font-weight: 600;
	margin-top:10px;
 }
 .hero-slider-content a.sdr-btn:before{
	content: 'Contact Us';
	position: absolute;
    top: 0;
    left: 0;
    padding: 11px 25px 10px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #062539;
    color: #ffffff;
 }


 .hero-slider-content a.sdr-btn:hover:before{
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.hero-slider-content a.sdr-btn span{
	border: 2px solid #ff7e00;
    background: #ff7e00;
    padding: 10px 25px;
    color: #ffffff;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    z-index: 2;
}

.hero-slider-content a.sdr-btn:hover span{
	-webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

 /*-- 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 {
 	position: absolute;
 	bottom: 12%;
 	right: 100px;
 }

 .nivo-directionNav a {
 	background: rgba(255, 126, 0, .8) !important;
 	border-radius: 0%;
 	color: #FFF !important;
 	display: block;
 	height: 60px;
 	margin-top: 0px;
 	text-align: center;
 	bottom: 0%;
 	width: 60px;
 	left: 0px;
 }

 .nivo-directionNav a i {
 	position: relative;
 	z-index: 1;
 }

 .nivo-directionNav a:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 0;
 	height: 100%;
 	background: #644e28;
 	transition: .2s all ease-in-out;
 	z-index: 0;
 }

 .nivo-directionNav a:hover:before {
 	width: 100%;
 }

 .nivo-directionNav a i {
 	display: block;
 	font-size: 30px;
 	line-height: 60px;
 	margin-top: 0px;
 	font-weight: 200 !important;
 }

 .nivo-directionNav a.nivo-prevNav {
 	bottom: 60px;
 }

 .nivo-prevNav {
 	display: inline-block;
 	zoom: 1;
 	*display: inline;
 	margin: 0px;
 	padding: 3px 10px;
 	font-size: 12px;
 	-webkit-border-radius: 0px;
 	-moz-border-radius: 0px;
 	border-radius: 0px;
 	background: #ed1b24 !important;
 	filter: Alpha(Opacity=50);
 	left: -60px !important;
 }

 .nivo-nextNav {
 	display: inline-block;
 	zoom: 1;
 	*display: inline;
 	margin-right: 2px !important;
 	padding: 3px 10px;
 	font-size: 12px;
 	-webkit-border-radius: 0px;
 	-moz-border-radius: 0px;
 	border-radius: 0px;
 	background: #ed1b24 !important;
 	filter: Alpha(Opacity=50);

 }

 @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: 15px;
 	}

 	.nivo-nextNav {
 		right: 15px;
 	}
	.hero-slider-content a.sdr-btn span {
		padding: 8px 20px;
	}
	.hero-slider-content a.sdr-btn:before {
		padding: 8px 20px 8px;
	}
 	.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;
 	}

 	.nivo-directionNav a {
 		height: 40px;
 		width: 40px;
		left:-20px;
 	}
 	.nivo-directionNav a:hover {
 		background-color: rgba(0, 0, 0, 0.1);
 	}
	.nivo-directionNav {
		bottom: 13%;
		right: 50px;
	}

 	.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: 40px;
 	}
	.hero-slider-content a.sdr-btn span {
		padding: 8px 20px;
	}
	.hero-slider-content a.sdr-btn:before {
		padding: 8px 20px 8px;
	}
	
 }

 @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;
 	}
	
	
 }