﻿

/* ---------------------------------------------------------------------- */
/*	Slider
/* ---------------------------------------------------------------------- */
.single_slider {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 550px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .single_slider {
        height: 386px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_slider {
        height: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
        height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .single_slider {
        background-position: 5%;
        height: 280px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_section.mb-40 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_section.mb-40 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_section.mb-70 {
        margin-bottom: 60px;
    }
}

.slider_area:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.slider_area .owl-nav div {
    position: absolute;
    top: 49%;
    transform: translatey(-50%);
    left: 50px;
    font-size: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

    .slider_area .owl-nav div:hover {
        color: #28C76F ;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_area .owl-nav div {
        left: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_area .owl-nav div {
        left: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_area .owl-nav div {
        left: 5px;
    }
}

.slider_area .owl-nav div.owl-next {
    right: 50px;
    left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_area .owl-nav div.owl-next {
        right: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_area .owl-nav div.owl-next {
        right: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_area .owl-nav div.owl-next {
        right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_area .owl-nav div {
        display: none;
    }
}

.slider_area .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translatex(-50%);
}

/*@media only screen and (max-width: 767px) {
    .slider_area .owl-dots {
        bottom: 4px;
    }
}*/

.slider_area .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: .3s;
}

    .slider_area .owl-dots .owl-dot.active {
        background: #28C76F ;
        border-color: #28C76F ;
        outline: none !important;
    }

    .slider_area .owl-dots .owl-dot:hover {
     /*   background: #28C76F ;
        border-color: #28C76F ;*/
        outline:none !important;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content {
        text-align: center;
    }
}

.slider_content h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content h1 {
        font-size: 38px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content h1 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content h1 {
        font-size: 25px;
        line-height: 26px;
        margin-bottom: 6px;
    }
}

.slider_content h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 300;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content h2 {
        font-size: 26px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content h2 {
        font-size: 22px;
        line-height: 23px;
    }
}

.slider_content p {
    font-size: 16px;
    line-height: 22px;
    width: 80%;
    padding: 18px 0 39px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_content p {
        width: 90%;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content p {
        font-size: 15px;
        line-height: 24px;
        width: 61%;
        padding: 15px 0 34px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content p {
        font-size: 14px;
        line-height: 23px;
        width: 100%;
        padding: 14px 0 20px;
    }
}

.slider_content a {
    font-size: 15px;
    font-weight: 400;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 10px;
    height: 44px;
    line-height: 44px;
    background: inherit;
    color: #fff;
    background: #28C76F ;
}

    .slider_content a:hover {
        background: #222222;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content a {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .slider_content a {
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
    }
}

.active .slider_content h1, .active .slider_content h2, .active .slider_content h3, .active .slider_content a, .active .slider_content p, .active .slider_content span {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .slider_content h2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.active .slider_content h3, .active .slider_content span {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.active .slider_content p {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.active .slider_content a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}





/*@media only screen and (max-width: 767px) {
    .slider_area .owl-dots {
        bottom: 4px;
    }
}*/

.product_column5 .owl-dots {
    position: absolute;
  /*  bottom: 10px;*/
    left: 50%;
    transform: translatex(-50%);
}



    .product_column5 .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        border: 2px solid #28C76F;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        transition: .3s;
    }

        .product_column5 .owl-dots .owl-dot.active {
            background: #28C76F;
            border-color: #28C76F;
            outline: none !important;
        }

        .product_column5 .owl-dots .owl-dot:hover {
     
            outline: none !important;
        }
