 
.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: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 8;
	overflow:visible!important
}
/*-- 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;
	font-weight: 600;
	margin-bottom: 5px !important; 
	line-height:50px;
	text-align: center !important;
	padding:20px 0  0px !important;
	text-transform:capitalize;
	opacity: 0.9;
	text-shadow: 1px 1px 1px #333, 3px 3px 5px #666; 
}
.hero-slider-content .sld-border{
	width:50px;
	height:2px;
	background:#FFF;
	display:table;
	margin:5px auto !important;
}
.hero-slider-content .p-one {
	color: #ffffff;
	font-size: 20px!important; 
	line-height: 30px;
	margin-bottom: 20px !important; 
	text-align:left!important; 
	padding-left:0px !important;
	position:relative;
	text-align:center;
	font-weight:600;
	letter-spacing:1.3px;
	text-align:center !important;
	text-shadow: 1px 1px 1px #333, 3px 3px 5px #666; 
}
.hero-slider-content .p-two{
	background: #01468b;
	display: table;
	margin:-25px auto 0px!important;
	color: #fff;
	font-weight:600;
	padding: 12px 30px 14px !important;
	font-size: 18px !important;
	font-weight:600;
	border-radius:20px;
	letter-spacing:1.5px;
	font-family: 'Poppins', sans-serif!important;
}

.hero-slider-content a {
	width:150px;
	display:block;
	margin:0px auto -20px !important;
	color:#FFF !important; 
	font-size:14px !important;
	line-height:22px;
	text-transform:capitalize;
	font-weight:400;
	text-align:center;
	padding:10px 15px !important;
	background: #fd5d17;
	border-radius:30px;
	-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:hover {
	background: #03468a !important;
	
}

.hero-slider-content .slider-msg-border{
	border:3px solid #fff;
}
#Div1,#Div2,#Div3,#Div4{position:absolute;background:#c39063;}
#Div1 {top:0;left:0;height:5px;max-width:100%;}
#Div2 {top:-5px;right:0;height:0px;max-height:100%;width:5px;}
#Div3 {bottom:0;right:0;height:5px;max-width:100%;}
#Div4 {bottom:0px;left:0;height:0px;max-height:100%;width:5px;}
.show{margin:auto;width:100%;text-align: center;}

/*-- 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(255, 255, 255, 0.5);
}
.nivo-directionNav a i {
	display: block;
	font-size: 40px;
	line-height: 58px;
}
.nivo-prevNav {
	left: 30px;
}
.nivo-nextNav {
	right: 30px;
}
.nivo-controlNav li {
    margin-left: 18px!important;
    float: left;
}
.nivo-controlNav li:first-child{
	margin-left:0 !important;
}
.nivo-controlNav li a {
    background: #03468a;
}

@media only screen and (min-width:320px) and (max-width:767px) {

	.nivo-controlNav { 
		bottom:-15px;
	}
	.hero-slider-content .slider-msg-border {
		border: 2px solid #FFF;
	}
.nivo-controlNav li {
	margin-bottom: 15px!important;
}
.hero-slider-content .p-one {
    margin: 0 auto 5px!important;
    padding: 0px 10px 1px !important;
    font-size: 11px !important;
	line-height:18px !important;
}

.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #FFF !important;
	display: block;
	height: 25px;
	margin-top: 0px;
	text-align: center;
	top: 50%;
	width:25px;
}
.hero-slider-content h1 {
      font-size: 16px !important;
      line-height: 22px;
	  padding:8px 0 0px !important;
 }
 .nivo-caption, .hero-static-caption {
       top:46%;
	   height:auto;
}
/* .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; */
	/* height:250px; */
/* } */

.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:120px;
	margin:10px auto -15px !important;
	font-size:12px !important;
	line-height:20px;
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
	padding:6px 10px !important;
}
.hero-slider-content .p-two {
     margin: -18px auto 0px!important;
     padding:6px 15px 6px !important;
    font-size: 12px !important;
     border-radius: 20px;
    
}
.nivo-controlNav li a {
        width: 6px;
		height: 6px;
}
.nivo-controlNav li {
    margin-left: 12px!important;
}
.nivoSlider {
   height: 200px !important;
}
.nivoSlider img{
   height: 200px !important;
}

}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-slider-content h1 {
    font-size: 26px !important;
    margin-bottom: 12px !important;
    line-height: 35px;
    padding: 20px 0 10px !important;
}
.hero-slider-content .p-one {
	
	margin:0px auto 8px!important;
	padding: 6px 20px 6px !important;
	font-size: 16px !important;
	line-height:24px !important;
	
}
.nivo-directionNav a {
	height: 35px;
	margin-top: -20px;
	width: 35px;
}
.nivo-directionNav a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.nivo-directionNav a i {
	display: block;
	font-size: 23px;
	line-height: 35px;
}
.nivo-caption, .hero-static-caption {
	top: 68%;
		
}
.hero-slider-content a {
    width: 120px;
    display: block;
    color: #FFF !important;
    font-size: 13px !important;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding: 5px 10px !important;
    
}
.nivo-controlNav {
    position: absolute;
     bottom: -20px !important; 
}
.nivo-caption, .hero-static-caption {
	top:48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.hero-slider-content .p-two {
     margin: -18px auto 0px!important;
     padding: 10px 20px 12px !important;
    font-size: 15px !important;
    font-weight: 600;
    border-radius: 30px;
    
}


}
 @media only screen and (min-width:992px) and (max-width:1199px) {

.hero-slider-content h1 {
    
    font-size: 32px !important;
    margin-bottom: 12px !important;
    line-height: 40px;
    padding: 30px 0 20px !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;
	margin-top: -20px;
	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: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.nivo-controlNav {
    bottom: 0%;
}


}
