.client-logo-slider{position: relative;}
.logo-wrapper::before,.logo-wrapper::after{content: "";background: linear-gradient(90deg,#F9F9F9 50%,rgba(255,255,255,0) 100%);width: 100px;height: 100%;position: absolute;z-index: 9;display: block;    transform: scale(1.2);}
.logo-wrapper::before{left: 0%;top: 0;}
.logo-wrapper::after{background: linear-gradient(270deg,#F9F9F9 50%,rgba(255,255,255,0) 100%);top: 0;right: 0%;}
.trust_sec{ margin-bottom: 40px; background: rgba(235, 235, 235, 0.3);margin-top: 40px}
.trust_sec h2{ letter-spacing: normal;margin-bottom: 0;font-size: 46px;position: relative;z-index: 10;}
.trust_sec .aboutcompanies img{ height: 65px; object-fit: contain; width: auto;min-height: 100%;}
@media (max-width: 1919px){
	.trust_sec h2{font-size: 40px;}
    .trust_sec{margin-bottom: 35px;margin-top: 35px;}
    .trust_sec .aboutcompanies img{height: 65px;}

}
@media (max-width: 1439px) {
	.trust_sec {
        margin-bottom: 30px;margin-top: 30px;
    }
    .trust_sec .aboutcompanies img{height: 60px;}
    .trust_sec h2 {
        font-size: 36px;
    }
    .logo-wrapper::before{left: 0;top: 0;}
    .logo-wrapper::after{right: 0;}
}
@media (max-width: 1199px){
	.trust_sec h2{font-size: 32px;}
    .trust_sec {
        margin-bottom: 25px;margin-top: 25px;
    }
    .trust_sec .aboutcompanies img{height: 50px;width: 100%;}

}
@media (max-width: 991px){
	.trust_sec {margin: 15px 0 15px 0;}
    .trust_sec h2{font-size: 30px;}
}
@media (max-width: 767px){
	.trust_sec {margin-bottom: 15px;}
    .trust_sec h2{font-size: 26px;}
    .logo-wrapper::before, .logo-wrapper::after{
        width: 60px;display: none;
    }
}