 .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: 0;
     bottom: 0;
     /*	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
     width: 100%;
     z-index: 8;
     overflow: visible !important
 }

 /*-- Slider Content --*/

 .hero-slider-content {
     position: inherit !important
 }

 .hero-slider-contenter {
     position: absolute;
     top: 48%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: 999
 }

 .hero-slider-content h1 {
     color: #FFF;
     font-size: 45px !important;
     font-weight: 700;
     margin-bottom: 10px !important;
     text-align: left !important;
     opacity: 0.9;
     font-family: 'PT Serif', serif;
     margin-bottom: 20px !important;
 }

 .hero-slider-content p {
     color: #fff;
     font-size: 16px !important;
     font-weight: 600;
     line-height: 24px;
     text-transform: capitalize;
     margin-bottom: 5px !important;
     padding: 0;
     text-align: left !important;
     opacity: 0.9;
     position: relative;
     font-family: 'Montserrat', sans-serif;
 }

 /* .hero-slider-content p:after {
 	position: absolute;
 	content: "";
 	left: 230px;
 	top: 11px;
 	background: #f47920;
 	width: 70px;
 	height: 2px;

 } */

 .hero-slider-content .s-block {
     width: 40%;
     height: 137%;
     display: block;
     /* background: #009fe3; */
     position: absolute;
     top: -40px;
     z-index: -1;
     border: 8px solid rgba(255, 255, 255, .3);
 }

 .hero-slider-content a {
     display: block;
     width: 150px;
     margin: 15px 0px !important;
     font-size: 14px;
     line-height: 24px;
     text-transform: uppercase;
     padding: 10px 15px !important;
     text-align: center !important;
     border-radius: 5px !important;
     background: #f58634;
     color: #FFF !important;
     font-family: 'PT Serif', serif;
     -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: #76c04e;
 }

 .hero-slider-content .social-nav a {
     background: transparent;
 }

 /*-- Nivo Direction Nav --*/

 .nivo-directionNav {}

 .nivo-directionNav a {
     background-color: rgba(255, 255, 255, 0.9);
     border: 1px solid rgba(255, 255, 255, 0.9);
     color: #000 !important;
     display: block;
     border-radius: 50%;
     height: 40px;
     width: 40px;
     text-align: center;
     top: inherit;
     bottom: 20px;
 }

 .nivo-directionNav .nivo-nextNav {
     bottom: 55px;
     right: 0px;
 }

 .nivo-directionNav .nivo-prevNav {
     bottom: 0px;
     position: relative;
 }

 .nivo-directionNav a:hover {
     background-color: rgba(0, 0, 0, 0.9);
     border-color: rgba(0, 0, 0, 0.9);
     color: #FFF !important;
 }

 .nivo-directionNav a i {
     display: block;
     font-size: 24px;
     line-height: 38px;
 }

 .nivo-directionNav {
     position: absolute;
     bottom: 45px;
     right: 98px;
     z-index: 11;
 }

 @media only screen and (min-width:320px) and (max-width:767px) {
     .nivoSlider {
         height: 230px;
     }
     .nivoSlider img {
         height: 230px !important;
     }
     .hero-slider-content h1 {
         font-size: 20px !important;
         line-height: 25px !important;
         margin-bottom: 0 !important;
     }
     .nivo-directionNav {
         right: 20px;
     }
     .hero-slider-content p {
         font-size: 12px !important;
         line-height: 20px;
         margin-bottom: 0px !important;
     }
     .hero-slider-content p::after {
         left: 173px;
         top: 10px;
         width: 50px;
         height: 2px;
     }
     .hero-slider-content a {
         width: 120px;
         margin: 20px 0px 10px !important;
         font-size: 12px;
         font-weight: 600;
         padding: 8px 5px !important;
     }
     .nivo-controlNav {
         bottom: 10px;
         left: 48%;
         transform: translate(0%, -48%);
     }
     .nivo-directionNav .nivo-nextNav {
         bottom: 0;
         right: 0px;
     }
     .nivo-directionNav .nivo-prevNav {
         bottom: 45px;
     }
     .nivo-directionNav a {
         height: 30px;
         width: 30px;
     }
     .nivo-directionNav a i {
         font-size: 16px;
         line-height: 30px;
     }
     .nivo-nextNav {
         right: 0;
     }
 }

 @media only screen and (min-width:768px) and (max-width:991px) {
     .hero-slider-contenter {
         top: 56%;
     }
     .hero-slider-content h1 {
         font-size: 22px !important;
         line-height: 35px !important;
         margin-bottom: 10px !important
     }
     .hero-slider-content p:after {
         left: 145px;
         top: 12px;
         width: 50px;
         height: 1px;
     }
     .hero-slider-content p {
         font-size: 13px !important;
         line-height: 22px;
         margin-bottom: 0px !important;
     }
     .hero-slider-content a {
         margin: 10px 0 8px 0px !important;
         padding: 8px 0px 8px !important;
         min-width: 120px;
         font-size: 12px;
     }
     section.slider .social-nav ul li a {
         font-size: 12px !important;
         line-height: 20px;
         width: 70px;
     }
     section.slider .social-nav ul li:first-child {
         right: 200px;
     }
     section.slider .social-nav ul li:nth-child(2) {
         right: 125px;
     }
     section.slider .social-nav ul li:nth-child(3) {
         right: 55px;
     }
     section.slider .social-nav ul li:last-child {
         right: -20px;
     }
     .nivo-directionNav {
         display: none;
     }
 }

 @media only screen and (min-width:992px) and (max-width:1199px) {
     .hero-slider-contenter {
         top: 56%;
     }
     .hero-slider-content h1 {
         font-size: 35px !important;
         line-height: 45px;
     }
     .hero-slider-content a {
         margin-top: 10px !important;
     }
     .nivo-directionNav {
         right: 8px;
         bottom: 5px;
     }
     .nivo-directionNav .nivo-nextNav {
         bottom: 52px;
         right: 15px;
     }
     .nivo-directionNav .nivo-prevNav {
         left: -15px;
     }
     section.slider .social-nav ul li:nth-child(1) {
         right: 210px;
     }
     section.slider .social-nav ul li:nth-child(2) {
         right: 140px;
     }
     section.slider .social-nav ul li:nth-child(3) {
         right: 60px;
     }
     section.slider .slider-contact .cont-nav {
         margin: 8px 0;
     }
 }

 @media only screen and (min-width:1280px) and (max-width:1366px) {
     .nivo-directionNav .nivo-nextNav {
         bottom: 40px;
         right: 0px;
     }
     .nivo-directionNav .nivo-prevNav {
         bottom: -15px;
         position: relative;
     }
 }