/* slider theme */
.slideshow{
    padding-top: 10px;
}
.slideshow .nivoSlider {
    position: relative;
    background: #fff url('../image/loading.gif') no-repeat 50% 50%; 
    margin-bottom: 20px;
}
.slideshow .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.slideshow .nivoSlider a {
    border: 0;
    display: block;
}
.slideshow .nivo-controlNav {
    position: absolute;
    right: 10px;
    bottom: 5px;
    text-align: center;
    height: 22px;
    z-index: 99;
}
.slideshow .nivo-controlNav a {
    vertical-align: top;
    display: block;
    width: 22px;
    height: 22px;
    background: url('../image/bullets.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.slideshow .nivo-controlNav a.active {
    background-position:0 -22px;
}
.slideshow .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url('../image/arrows.png') no-repeat;
    text-indent:-9999px;
    border:0;
}
.slideshow a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.slideshow a.nivo-prevNav {
    left:15px;
}
.slideshow .nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 13%;
    width: auto;
    text-align: center;
    color: inherit;
    z-index: 10;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
    opacity: 1;
}
.slideshow .nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}
.slideshow .banner-des{
  position: absolute;
  top: 50%;
  left: 13%;
  text-align: center;
  z-index: 1;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
}
.slideshow .banner-des-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.slideshow .nivo-caption .promo-desc {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.slideshow .nivo-caption .promo-title {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.slideshow .nivo-caption p {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin: 0 0 34px 0;
    text-transform: capitalize;
}
.slideshow .nivo-caption .promo-btn{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;

}
.btn-primary{
    color: #fff;
    background-color: #6bb42f;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background: #1b668c;
    color: #fff;
}
.slideshow .btn {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    outline: none;
    border: none;
   
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
}
/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background: none;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:8;
}
.nivo-caption h2{
    color: #2ecc71;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position:relative;
    z-index:9;
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

/* owl Carosel */
.hero_carosel .owl-nav button.owl-prev,.hero_carosel .owl-nav button.owl-next{
     position: absolute;
     bottom: 50%;
     right: 50%;
     color: #000;
}
 .hero_carosel .owl-nav button.owl-prev{
     left: 0 
}
 .hero_carosel .owl-nav button.owl-next{
     right: 0 
}
 .hero_carosel.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
     color: #444;
     font-size: 16px;
     margin: 5px;
     padding: 4px 0px;
/*     background: #fff;*/
     display: inline-block;
     cursor: pointer;
     border-radius: 3px;
}
 .hero_carosel.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
     color: #1b668c;
     font-size: 16px;
     font-weight: 600;
     background: #c3d8e3;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 .hero_carosel.owl-carousel.owl-theme.owl-loaded a {
     text-decoration: none;
}
 .hero_carosel i.owl-direction {
     margin: 0 13px;
     font-size: 3em;
     padding: 0;
     color: #607D8B;
}
 .hero_carosel i.owl-direction:hover{
     background: #c3d8e3 ;
}
.hero_carosel .owl-nav button.owl-prev, 
.hero_carosel .owl-nav button.owl-next{
    border: none;
}
 .hero_carosel .owl-nav button.owl-next{
     outline: 0;
     background: #FFF;
     width: 36px;
}
.hero_carosel .owl-nav button.owl-prev {
     outline: 0;
     background: #FFF;
     width: 36px;
}

 .tag{
     display: inline-block;
}
}
 @keyframes fadeInUp{
    0%{
        opacity:0;
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        transform:translateZ(0)
    }
}
.fadeInUp{
    animation-name:fadeInUp
}
 .desc {
     position: absolute;
     padding: 8%;
     z-index: 9;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     color:#fff;
}
 .hero-img{
     position: relative;
}
 .hero-img:before {
     background: rgba(0, 0, 0, 0.38);
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
}
 .btn-gradient-bg {
     color: #fff;
     display: inline-block;
     padding: 11px 33px;
     background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
     border-radius: 30px;
}
 .delay-1 {
     animation-delay: .2s;
}
 .delay-2 {
     animation-delay: .4s;
}
 .delay-3 {
     animation-delay: .6s;
}
 .delay-4 {
     animation-delay: .8s;
}
 .slider-counter {
     z-index: 99;
     bottom: 1%;
     position: absolute;
     text-align: center;
     right: 4%;
     font-size: 120px;
     color:rgba(242, 242, 242, 0.7);
     font-weight: 700;
}
 @media (max-width: 767px){
    .slider-counter {
        font-size: 80px;
        font-weight: 600;
        bottom: 0 
    }
    .slideshow .promo-title,
    .owl-item.active .banner-des .promo-title{
        font-size: 15px;
        line-height: 18px;
    }
    .banner-des span.tag{
        font-size: 12px;
    }
}
 @media (max-width: 576px){
     .slider-counter {
         font-size: 30px;
         font-weight: 500;
         bottom: 0 
    }
}
/*Credit*/
 .credit-footer a {
     text-decoration: none;
     color: #E91E63;
}
 .credit-footer {
     margin-top: 100px;
     color: #646464;
     font: 500 12px/22px "Roboto",Arial,sans-serif;
     letter-spacing: -0.25px;
     text-align: center;
}
 .credit-footer-nav{
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     margin: 20px 0 0;
     text-align: center;
}
 .credit-footer-nav li{
     display: -ms-inline-flexbox;
     display: inline-flex;
     margin: 0;
     color: #aaa;
}
 .credit-footer-nav li a {
     display: block;
     color: #424242;
     font-weight: 400;
     transition: all .3s ease;
     text-decoration: none;
}
 .credit-footer-nav li:not(:last-child):after {
     content: "/";
     margin-right: 6px;
     margin-left: 6px;
}
 .credit-footer-wrap {
     padding-bottom: 4%;
}
/*Banner description*/
.slideshow .banner-des {
    position: absolute;
    top: 50%;
    left: 13%;
    text-align: center;
    z-index: 1;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
}

.banner-des-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center; 
}

.banner-des .container {
    height: 100%; 
}

.slideshow .promo-title {
    font-size: 25px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 34px 0;
    text-transform: capitalize; 
    color: #fff;
}

.slideshow .promo-title span {
    display: block; 
}

.slideshow .promo-desc {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 14px; 
}
.owl-item.active .banner-des .promo-desc {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.owl-item.active .banner-des .promo-title {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
/*.slideshow .owl-carousel.owl-theme .owl-nav button.owl-prev, 
.slideshow .owl-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #6bb42f;
    color: #fff;
    border: none;
}*/
.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    width: 100%;
    margin: 0 auto;
}
.owl-dots span {
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.owl-carousel .owl-dots button.owl-dot.active span, 
.owl-carousel .owl-dots button.owl-dot.active:hover span, 
.owl-carousel .owl-dots button.owl-dot:hover span {
    background: #6bb42f;
}
.owl-dots span {
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.owl-carousel .owl-dots button.owl-dot.active span, 
.owl-carousel .owl-dots button.owl-dot.active:hover span, 
.owl-carousel .owl-dots button.owl-dot:hover span {
    background: #6bb42f;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dots button.owl-dot {
    margin: 0 5px;
    opacity: 1;
}
