.text-white {
    color: #fff;
}

.text-dark-2 {
    color: #4a4c4e;
}

.c-testimonials__item .name {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.35;
    font-family: "TradeGothic LT Extended", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@-webkit-keyframes lazyfadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes lazyfadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.c-testimonials {
    position: relative;
    padding-bottom: 50px;
}

@media (min-width: 61.25em) {
    .c-testimonials {
        padding-bottom: 80px;
    }
}

.c-testimonials__wrap {
    position: relative;
}
.c-testimonials__wrap:before {
    content: '';
    background: #02112082;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
    z-index: 0;
    mix-blend-mode: difference;
}

.c-testimonials__wrap .o-container {
    position: relative;
}

.c-testimonials__inner {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 75px;
    color: #fff;
    background-color: #00adbf;
    padding-left: 25px;
    padding-right: 25px;
}

.c-testimonials__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-testimonials__item > svg {
    margin-bottom: 25px;
}

.c-testimonials .owl-carousel {
    overflow: hidden;
}

.c-testimonials .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-testimonials .owl-carousel .disabled {
    display: none;
}