.about-section{
    overflow:hidden;
    background:;
}
.about-section::before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgb(0 0 0 / 60%);
}
.about-section .content-column .inner-box .text p {
    color: #ffffff;
    text-shadow: 1px 1px 2px #333;
}
.about-section .sec-title .rotate-title,.sec-title .inner-title-box h2{
    color: #adabab;
}
.about-section .content-column .inner-box{
	float: left;
	max-width:520px;
}

.cars-select-section{
    overflow:hidden;
    background:rgba(255,255,255,0.99); 
}

.services-section-one{
    background:rgba(213,213,213,0.32);
}

.cars-section{
    overflow:hidden;
    background:; 
}

.testimonial-section{
    overflow:hidden;
    background:rgb(255,255,255); 
}
.testimonial-section:before{
    background-color:rgba(0,0,0,0.8); 
}

.news-section{
    overflow:hidden;
    background:;
}

.sponsors-style-one{
    overflow:hidden;
    background:rgba(213,213,213,0.28);
}
