 .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: 42%;
     -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: #000;
     font-size: 30px;
     font-weight: 600;
     margin-bottom: 10px !important;
     line-height: 37px;
     text-align: center !important;
     opacity: 0.9;
 }

 .hero-slider-content .p-one {
     background: rgba(157, 6, 54, 0.7);
     display: table;
     margin: 0 auto 10px !important;
     color: #fff;
     padding: 8px 20px 10px !important;
     font-size: 22px !important;
     text-transform: capitalize;
 }

 .hero-slider-content .p-two {
     color: #000;
     font-size: 20px !important;
     line-height: 28px;
     margin-bottom: 37px;
     text-align: center !important;
 }

 .hero-slider-content a {
     background-color: #000;
     color: #fff !important;
     display: block;
     width: 140px;
     margin: 15px auto 15px !important;
     font-size: 14px;
     font-weight: 500;
     padding: 12px 5px;
     text-transform: uppercase;
     text-align: center;
     -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:before {
     content: '\f0da ';
     font-family: 'FontAwesome';
     font-size: 16px;
     margin-right: 10px;
     margin-top: -2px;
     color: #fff
 }

 .hero-slider-content a:hover {
     background-color: #357d33;
 }

 /*-- 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) {
     .hero-slider-content,
     .nivo-directionNav {
         display: none
     }
     .nivo-controlNav {
         right: 30px;
         top: 50%;
     }
     .nivo-controlNav li {
         margin-bottom: 15px !important;
     }
 }

 @media only screen and (min-width:768px) and (max-width:991px) {
     .nivo-controlNav {
         top: 50%;
     }
     .nivo-caption,
     .hero-static-caption {
         top: 50%;
     }
 }

 @media only screen and (min-width:992px) and (max-width:1199px) {
     .hero-slider-content {
         margin-left: 50px;
     }
     .hero-slider-content h1 {
         font-size: 35px;
     }
 }