:root {
    --dark-green: #9cc675;
    --dark-yellow: #e89a3d;
    --extra-light-brown: #fdf0d7;
    --light-brown: #ecd5ab;
    --dark-brown: #915b40;
    --light-yellow: #f8e3a8;
    --light-red: #f3ac99;
    --light-teal: #a6c8cc;
    --light-gray: #ddd5d6;
    --theme-color2: #31b77a;
}


.site-logo {
    width: 218.33px !important;
    margin-right: 50px;
}

.btn-testi {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}

.btn-testi-theme {
    background: var(--theme-color1);
    color: #212121;
}

.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.btn-testi-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn-testi {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}

.btn-testi-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark);
}

/* common css up */

.testimonial p {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 35px;
}

.testimonial .name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: left;
}

.testimonial .designation {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #212121;
    opacity: 0.65;
}

.unt {
    margin-bottom: 20px;
    margin-top: 60px;
}

.hero-text {
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #fff;
}

.gallery-thumbs {
    height: 100%;
}

.gallery-thumbs .swiper-wrapper {
    align-items: center;
}

.gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px !important;
    /* width: auto; */
    height: auto;
    position: relative;
}

.gallery-thumbs .swiper-slide img {
    filter: contrast(0.5) blur(1px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
    /* -webkit-box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
     box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18); */
    /* border: 0.1px solid rgb(216, 216, 216); */
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.testimonial-section .quote {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-container.testimonial {
    height: 570px;
}

.testimonial-section .user-saying {
    background: var(--theme-color2);
    width: 100%;
    color: #fff;
    height: 100%;
}

.testi-user-img {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-section {
    display: -webkit-box;
    display: -ms-blockbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.testimonial-section .quote p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
    color: #212121;
    opacity: 0.65;
}

.quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .testi-user-img {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px !important;
        /* width: auto; */
        height: auto;
        position: relative;
    }
}

@media (max-width: 768px) {
    .testi-user-img {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 230px !important;
        /* width: auto; */
        height: auto;
        position: relative;
    }
}

@media (max-width: 717px) {
    .swiper-container.testimonial {
        height: 700px;
    }
}

@media (max-width: 540px) {
    .swiper-container.testimonial {
        height: 650px;
    }

    .testi-user-img {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 165px !important;
        /* width: auto; */
        height: auto;
        position: relative;
    }
}

@media (max-width: 414px) {
    .swiper-container.testimonial {
        height: 900px;
    }

    .testi-user-img {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 130px !important;
        /* width: auto; */
        height: auto;
        position: relative;
    }
}

@media (max-width: 411px) {
    .swiper-container.testimonial {
        height: 1070px;
    }

    .testi-user-img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 120px !important;
        /* width: auto; */
        height: auto;
        position: relative;
    }
}

@media (max-width: 375px) {
    .testi-user-img {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 115px !important;
        /* width: auto; */
        height: auto;
        position: relative;
    }
}

@media (max-width: 360px) {
    .swiper-container.testimonial {
        height: 1070px;
    }

    .testi-user-img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100px !important;
        /* width: auto; */
        height: auto;
        position: relative;
    }
}

@media (max-width: 320px) {
    .swiper-container.testimonial {
        height: 1170px;
    }

    .testi-user-img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-thumbs .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100px !important;
        /* width: auto; */
        height: auto;
        position: relative;
    }
}

@media (max-width: 280px) {
    .swiper-container.testimonial {
        height: 1470px;
    }
}