.tab-navigation.nav-pills .nav-link.active,
.tab-navigation.nav-pills .show>.nav-link {
    border-radius: 50px;
}

.p-sub-title {
    color: #7BA043;
}

.p-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.clients-list-section {
    background-color: #fff;
}

ul.client-list {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.client-list.n-style li {
    list-style: decimal-leading-zero;
}

ul.client-list li {
    width: 100%;
}
/* ul.client-list.c-2 li {
    width: 50% !important;
}
ul.client-list.c-3 li {
    width: 33.333% !important;
} */

ul.client-list li img {
    display: block;
    max-width: 100%;
    height: 120px;
    object-fit: contain;
    margin: auto;
}

/* .tab-pane {
    max-height: 450px;
    overflow-y: auto;
    padding: 30px;
} */

@media screen and (min-width: 1024px) {
    ul.client-list.c-2 {
        /* column-count: 2; */
        display: block;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 50px;
    }
    ul.client-list.c-3 {
        /* column-count: 3; */
        display: block;
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        column-gap: 50px;
    }
}

.highlighted-logo {
    text-align: center;
    margin-bottom: 10px;
}
.highlighted-logo img {
    height: 80px;
}

.testimonial-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
}

.testimonial-item span small {
    font-size: 14px;
    color: #757575;
}
.testimonial-item span strong {
    font-size: 18px;
}
.testimonial-item span {
    display: inline-block;
    width: 100%;
}
.testimonial-item p {
    font-weight: 400;
}
.testimonial-item .quote-icon {
    width: auto !important;
    height: 32px;
    margin-bottom: 20px;
}

.testimonial-author:before {
    content: '';
    position: absolute;
    right: 0;
    left: 15px;
    bottom: 0;
    top: 15px;
    background: #E5E85F;
    z-index: -1;
    border-radius: 10px;
}

.testimonial-author img {
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 7px 7px 10px rgb(0 0 0 / 12%);
}
.testimonial-author {
    width: 270px;
    display: block;
    margin: 0 auto;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}

.testimonial-wrap .owl-dots .owl-dot.active span,
.testimonial-wrap .owl-dots .owl-dot:hover span {
    background: #C9CB48 !important;
}

.portfolio-item {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.portfolio-item img {
    height: 120px;
    width: auto !important;
    margin: 0 auto;
}


.clients-logo {
    width: 100%;
    object-fit: contain;
    height: 120px !important;
}