.testi-item {
    padding: 50px 30px;
}

.testi-item .inner {
    background-color: #fff;
    position: relative;
    padding: 30px;
    box-shadow: 0px 14px 20px -10px rgba(0, 0, 0, .1);
    z-index: 1;
    padding-left: 160px;
}

.testi-item .testi-thumb {
    width: 100px!important;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    left: 30px;
    top: 30px;
}

.testi-item.style-2 .inner {
    padding: 30px;
}

.testi-item.style-2 .inner .testi-thumb {
    position: inherit;
    left: inherit;
    top: inherit;
    margin-bottom: 20px;
}

.testi-item .testi-content h3 {
    display: block;
    font-size: 17px;
    line-height: 1.4;
    color: #333;
    letter-spacing: -0.04em;
}

.testi-item .testi-content h3 span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.testi-item .quote-icon {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: #FE5A0E;
    opacity: 0.5;
    z-index: -1;
}

/* 8.1 Owl Carousel Dots */

.testimonial-carousel .owl-dots {
    display: block;
    text-align: center;
    padding-top: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    background-color: #FE5A0E;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

/* 8.2 Testimonial Nav */

.testimonial-carousel .owl-nav {}

.testimonial-carousel .owl-nav div {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #1b1b1f;
    position: absolute;
    left: -30px;
    top: calc(50% - 20px);
    opacity: 0;
    transition: all 0.3s linear;
}

.testimonial-carousel .owl-nav div:hover {
    color: #025fcc;
}

.testimonial-carousel .owl-nav div.owl-next {
    left: auto;
    right: -30px;
}

.testimonial-carousel:hover .owl-nav div {
    opacity: 0.7;
    left: -20px;
}

.testimonial-carousel:hover .owl-nav div.owl-next {
    left: auto;
    right: -20px;
}

/* 8.3 Ratings */

.ratings {
    display: block;
    margin: -5px 3px 0!important;
    padding: 0;
}

.ratings li {
    display: inline-block;
    color: #999;
    font-size: 12px;
}

.ratings.star-5 li {
    color: #FED701;
}

.ratings.star-4 li:nth-child(-n+4) {
    color: #FED701;
}

.ratings.star-3 li:nth-child(-n+3) {
    color: #FED701;
}

.ratings.star-2 li:nth-child(-n+2) {
    color: #FED701;
}

.ratings.star-1 li:nth-child(-n+1) {
    color: #FED701;
}

@media (max-width: 992px) {
    .testimonial-carousel .testimonial-item p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .testi-item.style-1 .inner {
        padding: 30px!important;
    }
    .testi-item.style-1 .inner .testi-thumb {
        position: inherit;
        left: inherit;
        top: inherit;
        margin-bottom: 20px;
    }
    .testi-item .testi-content p br {
        display: none;
    }
}