/** Testimonial Section **/
#testimonial {
    background-color: #fdfdfc;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: scroll;
}

#testimonial h2 {
    color: #fff;
    letter-spacing: 0.5px;
    padding: 85px 0 0 0;
    margin: 285px 0 0 0;
    position: relative;
}
#testimonial.hp h2 {
    color: #fff;
}
.testi-cont {
    color: #000;
    text-align: center;
}
#testimonial.hp .testi-cont {
    color: #fff;
}

.testi-slide {
    margin: 0;
	padding: 0;
}
.testi-cont ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.testi-cont ul li img {
    margin: 0 auto;
}
.testi-cont ul li small {
    font-size: 100%;
    text-transform: uppercase;
    color: #00bcb9;
    letter-spacing: 0.5px;
}
.testi-cont ul li p {
    max-width: 500px;
    margin: 0 auto 25px;
}
.testi-cont ul li small span {
    display: block;
    color: #000;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.5px;
}
#testimonial.hp .testi-cont ul li small span {
    color: #fff;
}
#testimonial h2:after {
    content: "";
    background-image: url("/wp-content/uploads/2021/08/icon-quote.png");
    width: 76px;
    height: 62px;
    position: absolute;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    margin-left: 10px;
}
#testimonial::before {
    content: "";
    background-image: url("/wp-content/uploads/2019/11/Testi_Quote_img.png");
    width: 310px;
    height: 252px;
    position: absolute;
    background-repeat: no-repeat;
    left: 200px;
    top: 330px;
}

.testi-cont .slick-dots {
    bottom: -10px;
}
.testi-cont .slick-dots li button {
    background-color: #000;
    border: 2px solid #000;
    border-radius: 50px;
}
#testimonial.hp .testi-cont .slick-dots li button {
    border-color: #fff;
}
.testi-cont .slick-dots .slick-active button {
    background-color: #fff;
}

.testimonial-row {
    display: flex;
}

.testimonial-author {
    margin: 50px 0 8px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.testi-slide li {
    text-align: left;
}

.testimonial-job {
    font-size: 18px;
    font-style: italic;
    text-align: left;
	min-height: 135px;
}

#testimonial h2 {
    text-align: left;
}
.testimonial-col {
    width: 100%;
    padding: 40px 20px 160px 20px;
}

.featured-testimonial .my-container {
    max-width: 100%;
    width: 100%;
}

.testi-slide .slick-list {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #testimonial h2 {
        margin: 65px 0 0 0;
    }

    .testimonial-col {
        width: 287px;
    }

    #testimonial {
        background-position: -560px center;
    }

    .testimonial-row {
        padding-right: 80px;
        justify-content: flex-end;
    }

    #testimonial .my-container {
        padding: 140px 0 0px;
    }
}
@media screen and (min-width: 992px) {
    .testimonial-col {
        width: 370px;
    }

    #testimonial {
        background-position: -330px center;
    }
}

@media screen and (min-width: 1120px) {
    #testimonial {
        background-position: center bottom;
    }

    .test-bottom-image img {
        width: 85%;
    }
    .test-comment {
        width: 50%;
    }
}
