.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 {
    margin: 50px 0
}

@media(min-width: 61.25em) {
    .c-testimonials {
        margin: 100px 0px
    }
}

.c-testimonials__wrap {
    position: relative
}

.c-testimonials__wrap--wrapped-true:before {
    content: "";
    background-color: #4e504d;
    height: calc(50% + 50px);
    width: 100%;
    position: absolute;
    left: 0;
    top: -50px;
   background-image: url("https://hypalink2.co.uk/wp-content/uploads/2026/02/Texture-Tasty-Grey-Seamless-Pattern-For-Website-Background.jpeg");
    background-attachment: fixed;
    background-color: #000
}

@media(min-width: 61.25em) {
    .c-testimonials__wrap--wrapped-true:before {
        height: calc(50% + 100px);
        top: -100px
    }
}

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

.c-testimonials__inner {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 75px;
    color: #4e504d;
    background-color: #bfcd59;
    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
}