.lf-testimonials {
    position: relative;
    overflow: hidden;
}

.lf-testimonials::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/lf-testi-img.jpg);    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
    z-index: -1;
}

.lf-testimonials .lft-wrapper {
    padding: 0 20px;
    margin-bottom: 40px;
}

.lf-testimonials .lft-wrapper p {
    font-size: 18px;
}

.lf-testimonials .lft-wrapper p::after {
    display: block;
    content: "";
    background: #0f407e;
    width: 40px;
    height: 2px;
    margin: 30px auto 34px;
}

.lf-testimonials .lft-wrapper .author-box {
    text-align: center;
    color: #fff;
}

.lf-testimonials .lft-wrapper .icon-testimonial {
    text-align: center;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 102px;
    margin: 0 auto;
    padding: 0 8px;
}

.lf-testimonials .lft-wrapper .icon-testimonial i {
    font-size: 38px;
}

.lf-testimonials .ornament {
    position: relative;
    width: 1px;
    height: 20px;
    margin: 0 auto 42px;
    background: #E2E6E7;
}

.lf-testimonials .ornament::after {
    position: absolute;
    content: "";
    border: 1px solid #E2E6E7;
    width: 11px;
    height: 11px;
    left: -5px;
    bottom: -13px;
    border-radius: 50%;
}

.lf-testimonials .lft-wrapper .slick-arrow {
    position: absolute;
    left: 0px;
    height: 38px;
    width: 39px;
    top: 50%;
    font-size: 0;
    border: 0;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 50%;
    background-color: #0f407e;
}

.lf-testimonials .lft-wrapper .slick-arrow:hover {
    opacity: 0.8;
    background-color: #C82027;
}

.lf-testimonials .slick-arrow.slick-prev::after,
.lf-testimonials .slick-arrow.slick-next::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.7s ease-out;
    line-height: 20px;
}

.lf-testimonials .slick-arrow.slick-prev::after { content: "\f060"; }
.lf-testimonials .slick-arrow.slick-next::after { content: "\f061"; }

.lf-testimonials .lft-wrapper .slick-arrow.slick-prev {
    left: -2%;
}

.lf-testimonials .lft-wrapper .slick-arrow.slick-next {
    left: auto;
    right: -2%;
}

@media only screen and (min-width: 576px) {
    .lf-testimonials .lft-wrapper {
        padding: 0 36px;
    }

    .lf-testimonials .lft-wrapper .slick-arrow.slick-prev {
        left: 0%;
    }

    .lf-testimonials .lft-wrapper .slick-arrow.slick-next {
        left: auto;
        right: -16px;
    }
}

@media only screen and (min-width: 768px) {
    .lf-testimonials .lft-wrapper .slick-arrow.slick-prev {
        left: -16px;
    }
}

@media only screen and (min-width: 1024px) {
    .lf-testimonials .lft-wrapper {
        padding: 0 52px;
    }

    .lf-testimonials .lft-wrapper .slick-arrow {
        top: 44%;
    }

    .lf-testimonials .lft-wrapper .slick-arrow.slick-next {
        left: auto;
        right: -24px;
    }

    .lf-testimonials .lft-wrapper .slick-arrow.slick-next::after,
    .lf-testimonials .lft-wrapper .slick-arrow.slick-prev::after {
        font-size: 20px;
    }
}

.author-box p.author-name {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}