.testimonial-section {
    /* padding: 60px 0; */
    background: #f5f5f5;
}
.auto-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.sec-title {
    /* margin-bottom: 40px; */
    text-align: center;
}
.title {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.sec-title h2 {
    font-size: 36px;
    /* color: #333; */
    margin-bottom: 15px;
}
.divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #007bff;
    margin: 0 auto;
}
.testimonial-block {
    padding: 30px;
}
.inner-box {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}
.clients-name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.client-thumb-outer {
    max-width: 600px;
    margin: 30px auto 0;
}
.thumb-item {
    text-align: center;
    padding: 10px;
}
.author-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .icon {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 10px;
} */
.author-name {
    font-size: 16px;
    color: #333;
}
.owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
    background: rgba(165, 84, 161, 0.9)!important;
    color: white!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-prev {
    left: -20px;
}
.owl-next {
    right: -20px;
}


@media screen and (max-width: 663px) {
    .stats-box {
        padding: 0;
        margin: 0 0 25px;
    }
}
@media screen and (max-width: 767px) {
    .stats-box {
        text-align: center;
    }
}
.stats-box {
    padding: 0;
    position: relative;
    /* max-width: 250px; */
}
@media screen and (max-width: 663px) {
    section.stats-section {
        padding: 30px 0;
    }
}
.container:before{
    display: table;
    content: " ";

}
.row:before{
    display: table;
    content: " ";
}
.stat-icon {
    padding: 30px 10px 10px 10px;
    min-height: 83px;
    text-align: left;
}



.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-6 {
    width: 50%;
}