
#nav-menu-social .bg-wrap {
	background: linear-gradient(to right, rgba(34, 139, 34, 0.52), rgba(0, 0, 0, 0));
}
#header-img-modal .bg-wrap {
    background: rgba(34, 139, 34, 0.52);
}

#header-img-modal .bg {
    background-image: url('../images/bg-69.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
}

#text-2col-2 .bg-wrap {
    background: #e8f5e8;
}
#benefits-2col-8 .bg-wrap {
    background: #d4edda;
}
#desc-halfbg-text-7 .bg-wrap {
    background: #f8f9fa;
}
#desc-halfbg-text-6 .bg-wrap {
    background-color: #1e3a5f;
}
#desc-text-halfbg-4 .bg-wrap {
    background: linear-gradient(to right, #2e4d3a, rgba(34, 139, 34, 0.52));
}
#contact-form-2 .bg {
    background-position: center bottom;
    background-size: cover;
    opacity: 1;
}
#contact-form-2 .bg-wrap {
    background: #f8f9fa;
}
#cookie-text .bg-wrap {
    background: linear-gradient(to right, rgba(34, 139, 34, 0.9), rgba(0, 0, 0, 0));
}
#footer-text-logo .bg-wrap {
    background: #228b22;
}