.nivo-caption {
 background-color: transparent;
 top: 0;
}
.nivo-caption .s-block {
 width: calc(50% - 100px);
 display:block;
 background: #125329;
 position: absolute;
 top: 0;
 bottom: 0;
 left:0;
 z-index: -1;
}
.hero-slider-content {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.hero-slider-content h1 {
 color: #fff;
 font-size: 42px;
 font-weight: 700;
 margin-bottom: 0px!important;
 text-align:left!important;
 opacity:0.9;
 -moz-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
 -webkit-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
 text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
}
.hero-slider-content h1 span {
 color:#ffbc00;
}
.hero-slider-content p {
 color: #fff;
 font-size: 28px!important;
 font-weight:600;
 line-height: 28px;
 margin-bottom: 25px!important;
 padding: 0;
 text-align:left!important;
 opacity:0.9;
 -moz-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
 -webkit-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
 text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
}
.hero-slider-content span.brdr {
 height: 25px;
 background: url(../../design_img/right-arrow.png) no-repeat;
 width: 25px;
 margin: 0;
 display: inline-block;
 background-size: contain;
 vertical-align: -9px;
 margin-left: 10px;
}
.hero-slider-content a {
 color: #ffbc00!important;
 display: inline-block;
 margin:15px 0!important;
 font-size: 13px;
 font-weight: 600;
 padding: 6px 0px 8px;
 text-transform:capitalize;
 border-bottom:2px solid #ffbc00;
 -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 {
 color: #fff!important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
 background-color: rgba(255, 255, 255, 0.2);
 border:1px solid rgba(255, 255, 255, 0.5);
 border-radius: 50%;
 color: #fff!important;
 display: block;
 height: 58px;
 margin-top: -29px;
 text-align: center;
 top: 60%;
 width: 58px;
}
.nivo-directionNav a:hover {
 background-color: rgba(255, 255, 255, 0.4);
}
.nivo-directionNav a i {
 display: block;
 font-size: 24px;
 line-height: 56px;
}
.nivo-prevNav {
 left: 30px;
}
.nivo-nextNav {
 right: 30px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
 .nivo-caption .s-block {
 width: 60%;
}
 .nivoSlider img, .slider-overlay img {
height:150px!important;
width:500px!important;
left: -110px;
}
 .hero-slider-content h1 {
font-size:15px!important;
}
.hero-slider-content p {
font-size:10px!important;
line-height:14px;
text-align:center;
max-width:250px;
margin-left:auto!important;
margin-right:auto!important;
margin-bottom:0!important
}
 .hero-slider-content span.brdr {
 height: 15px;
 width: 15px;
 vertical-align: -5px;
}
 .hero-slider-content a {
 font-size: 10px;
}
.nivo-controlNav {
 right: 20px;
bottom: 10px;
display:none
}
.nivo-directionNav a {
 height: 30px;
 margin-top: -18px;
 width: 30px;
}
.nivo-directionNav a i {
 font-size: 17px;
 line-height: 32px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.hero-slider-content h1 {
 font-size: 30px;
}
.hero-slider-content p {
 color: #fff;
 font-size: 22px!important;
}
 .hero-slider-content a {
 margin-top:10px !important;
}
.hero-slider-content .s-block {
 height: 150px;
}
.nivo-controlNav {
bottom: 70px;
right:50px;
}
}
