
/* // testmonial


// h3,
// p {
//     margin: 0 !important;
// }

// a:hover,
// a:focus {
//     text-decoration: none !important;
//     outline: none !important;
// } */
.test {
    background-color: #d6d3d3;
    box-shadow: 0px 0px 10px 0px rgb(5 5 5 / 77%);
}


.testimonial {
    text-align: center;
    color: #F2EFE8;
    margin: 80px 130px;
    padding: 40px 40px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.testimonial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #424242;
    border-radius: 30px;
    z-index: -1;
}

.testimonial:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F2EFE8;
    border-radius: 30px;
    transform: rotate(-5deg);
    z-index: -2;
}

.testimonial .pic {
    border: 5px solid #F2EFE8;
    display: inline-block;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-content {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
}

.testimonial-content p {
    color: #F2EFE8;

}

.testimonial .testimonial-title a {
    display: inline-block;
    color: #FB8C00;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .testimonial-title small {
    color: #F2EFE8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}


.owl-theme .owl-controls {
    margin-top: 0px;
    margin-left: 10px;
    text-align: center;
}

/* .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    opacity: 1;
    background: #c70925;
    color: #f2e8e8;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
} */

.owl-prev:before,
.owl-next:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 20px;
}

.owl-next:before {
    content: "\f061";
}


@media (max-width: 1200px) {
    .testimonial {
        margin: 50px 100px;
    }
}

@media (max-width: 992px) {
    .testimonial {
        margin: 40px 70px;
    }

    .testimonial .testimonial-content {
        font-size: 16px;
    }

    .testimonial .testimonial-title a {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .testimonial {
        margin: 30px 50px;
        padding: 20px;
    }

    .testimonial .testimonial-content {
        font-size: 14px;
        line-height: 25px;
    }

    .testimonial .testimonial-title a {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .testimonial {
        margin: 20px 20px;
        padding: 15px;
    }

    .testimonial .testimonial-content {
        font-size: 14px;
        line-height: 22px;
    }

    .testimonial .testimonial-title a {
        font-size: 14px;
    }

    .testimonial .pic {
        width: 80px;
        height: 80px;
    }
}

/* // testmonial end */