﻿:root {
    --wi-samu-color-green: #01cc66;
    --wi-samu-color-green-dark: #009344;
    --wi-samu-color-blue: #1870e5;
}

.green,
.green a {
    color: var(--wi-samu-color-green);
}

body {
    line-height: 1.3;
}

a:hover {
    color: var(--wi-samu-color-green);
    text-decoration: none;
}

.go-top {
    background: var(--wi-samu-color-green);
    border: 1px solid #ffffff;
}

.btn {
    text-transform: unset;
}

    .btn:hover {
        color: #fff;
    }

.primary-btn.primary-btn-2 {
    background-image: linear-gradient(90deg, var(--wi-samu-color-green-dark) 1%, var(--wi-samu-color-green) 100%);
}

    .primary-btn.primary-btn-2::after {
        background-image: linear-gradient(90deg, var(--wi-samu-color-green) 1%, var(--wi-samu-color-green-dark) 100%);
    }

    .primary-btn.primary-btn-2:hover {
        color: #ffffff;
    }

.secondary-btn {
    color: var(--wi-samu-color-green);
}

    .secondary-btn:hover {
        color: var(--wi-samu-color-green);
    }


.lazy-container {
    background-color: unset;
}

    .lazy-container.bg-color {
        background-color: #f4f6f8;
    }

    .lazy-container.bg-color-white {
        background-color: #ffffff;
    }

    .lazy-container img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
    }

.home-banner-area.banner-9 {
    margin-bottom: 50px;
}

    .home-banner-area.banner-9 .banner-content {
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .home-banner-area.banner-9 .info-list {
        max-width: 100%;
    }

        .home-banner-area.banner-9 .info-list li {
            flex: 100% 0 0;
            margin-bottom: 10px;
        }

.promo-area .item-single {
    display: flex;
    align-items: center;
}

    .promo-area .item-single .icon-small {
        flex: 40px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 64px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 20px;
        color: #2dca73;
        background-color: transparent;
        border: 1px solid #2dca73;
        transition: 0.3s;
    }

    .promo-area .item-single .content {
        padding-inline-start: 15px;
    }

.promo-area .image-small {
    box-shadow: none;
}

    .promo-area .image-small img {
        max-width: 450px;
        max-height: 150px;
    }

.video-area .image {
    box-shadow: none;
}

    .video-area .image img {
        max-height: 1056px;
    }

.video-area.owl-carousel .owl-dots {
    margin-top: 10px;
}

    .video-area.owl-carousel .owl-dots .owl-dot.active {
        background-image: linear-gradient(90deg, var(--wi-samu-color-green) 1%, var(--wi-samu-color-green-dark) 100%);
    }

.video-area .video-small-slider .video-item img {
    width: 881px;
}

.video-area .item-single {
    display: flex;
    align-items: center;
}

/*.video-area .video-small-slider .owl-item:not(.clo) {
    opacity: 0;
}*/

.testimonial-area .slider-item .image img {
    max-height: 100px;
}

.testimonial-area .slider-item .content .text {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 20px;
    text-align: justify;
}

.testimonial-area.testimonial-2 .owl-carousel .owl-dots .owl-dot.active {
    background-image: linear-gradient(90deg, var(--wi-samu-color-green) 1%, var(--wi-samu-color-green-dark) 100%);
}

.footer-area .footer-widget .footer-title {
    text-transform: unset;
    margin-bottom: 25px;
    font-size: 22px;
    color: #132150;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
