/* .testimonial-bg {
    background: linear-gradient(rgb(22 22 22 / 81%), rgb(44 37 37 / 73%)), url(../new-images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
   
}

.testimonial-bg .testimonial{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent !important;

} */


/*-----Testimonial-------*/

.testimonial_bg {
    min-height: 375px;
    position: relative;
    /* background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg); */
    /* background: url(../new-images/testimonial-bg.jpg); */
    background: linear-gradient(rgb(10 38 24 / 81%), rgb(4 22 5 / 83%)), url(../new-images/testimonial-bg.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

.testimonial {
    padding: 20px;
    background-color: #ffffff0d !important;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.testi-content p {
    text-align: center;
    font-style: normal;
    font-family: var(--fontfamily,'Poppins', sans-serif);
    font-size: var(--basefontsize, 16px);
    color: white !important;
}
.testi-meta {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: white !important;
}
.testi-meta span {
    display: block;
    font-weight: 400;
    color: #fff !important;
    font-size: 13px;
    text-transform: none;
    padding-left: 10px;
}
.testi-image img{
    border: solid 2px #b20000;
}