.header-logo img{
    max-width: 250px !important;
}
.review ul li i{
    color: #b9ab5c !important;
}
.testimonial-area1{
    background-image: url(/wp-content/custom-img/gray-banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}
.testimonial-area1::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 84%);
    z-index: -1;
}
.testimonial-video-area .testi-video-wrap{
    z-index: 9
}