
/* header */
.header-area.style-2 .header-logo img{
    width: 85px;
}

.banner3-section .banner3-slider {
    cursor: default;
}

@media only screen and (max-width: 768px) {
    .banner3-section .banner3-slider {
        cursor: url(../img/cursor-img.png), default;
    }
}

.banner3-section #home3-banner-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/biofuel-stock-002.webp);
}

.header-area.style-2 .header-logo {
    background-color: rgba(255, 255, 255, 1);
}



/* contact sectipn */
.contact-section {
    position: relative;
    background-image: url(../img/biofuel-stock-009.webp);
    min-height: 400px;
}
.contact-section:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0,0.7);
    z-index: 5;
}

.contact-section .one{
    position: relative;
    z-index: 10;
}
.contact-section .contact-content {
    min-height: 400px;
}
.contact-section .contact-content .section-title2{
    margin-bottom: 25px;
}
.contact-section .section-title2 h2,
.contact-section p{
    color: #fff;
}
.contact-section p.content{
    font-size: 15px;
}


/* footer */

footer .footer-menu-wrap .footer-logo {
    min-width: 135px;
    max-width: 135px;
    background-color: rgba(255, 255, 255, 1);
}
