
html {
    scroll-behavior: smooth;
}

.text--green{
    color: #27C940 !important;
}

.text--blue{
    color:#3B9CF4 !important;
}

.bg--blue{
    background: #3B9CF4 !important;
}

.btn--custom{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #27C940;
    color:#fff;
}


.btn--custom--blue{
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: .25rem;
    background: #3B9CF4;
    color:#fff;
}

.logo img{
    width:140px;
    height:140px;
    max-width:inherit;
}

.footer-logo{
    width:100px;
    height:100px;
    max-width:inherit;
}

.banner--bg--video{
    position: relative;
}

.banner--video{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}

.container--video{
    position: absolute;
}

.video--btn--custom {
    position: absolute;
    top: 73%;
    left: 3%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 35.41px;
    height: 35.41px;
    background: var(--main-color);
    text-align: center;
    border-radius: 50%;
    border: 5px solid var(--main-color);
    -webkit-animation: pulse1 1s infinite;
    animation: pulse1 1s infinite;
    line-height: 19px;
    cursor: pointer;
}

.video--btn--custom a{
    font-size:9px;
}

.breadcrumb-style-5{
    background: #27C940;
}

.related-product .shop--item--custom{
    height:360px !important;
}

.breadcrumb-slider .slider-top .total--custom{
    background: #27C940;
    font-size: 45px;
    font-weight: 600;
    padding: 25px 27px;
    margin-right: 14px;
}

.event-tab .tab-content .event-left-content .img-item .content {
    border:0;
    padding-left:20px;
}

.home-about .home-about-slider .single-item h3{
    min-height:100px;
    bottom:100px;
}

.page-item.active .page-link {
    background-color: #27C940;
    border-color: #27C940;
}

.blog-pagination ul li a, .blog-pagination ul li span{
    line-height:24px !important;
}

.owl-controls{
    width:100%;
    height:40px;
    text-align: center;
    padding-top:15px;
}


.owl-controls .owl-dot{
    display: inline-block !important;
}

.alert--custom{
    border: 2px solid #27c940;
    border-radius:4px;
    height:40px;
    line-height:34px;
    display: inline-block;
    padding-left:15px;
    padding-right:15px;
    color: #27c940;
    font-size:18px;
}


.alert--custom--fill{
    background: #27c940;
    border: 2px solid #27c940;
    border-radius:4px;
    height:40px;
    line-height:34px;
    display: inline-block;
    padding-left:15px;
    padding-right:15px;
    color: #fff;
    font-size:18px;
    font-weight:bold;
}

/* PARTENRS */

.partners--custom{
    padding-top:40px;
    text-align: center;
}

.partners--custom a{
    margin-bottom:80px;
    display: inline-block;
}

.partners--custom a img{
    height:92px;
}

/* LAYOUT */


@media (max-width: 576px) {

    .btn-icon {
        opacity:0;
    }

    .product-details-tab .slider-tabfor img{
        padding: 40px 30px;
    }
}

@media only screen and ( min-width:577px ) and ( max-width: 768px) {
    
}

@media (max-width: 768px) {
    .banner--video{
        left:-100%;
    }
}

@media only screen and ( min-width:769px ) and ( max-width: 992px) {
    .banner--video{
        left:-40%;
    }
}

@media ( max-width: 992px) {
    
}

@media (min-width: 1200px) {
    .logo{
        margin-top:30px;
    }
}

@media (max-width: 1400px) {

}