#nav-logo-menu-btn .bg-wrap {
	background: #5c6bc0;
}
#header-text-4 .bg {
    background-image: url('../images/bg-12.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.3;
}
#text-2col-4.light .bg-wrap {
	background: #c5cae9;
}
#text-2col-4.dark .bg-wrap {
	background: #3949ab;
}
#desc-text .bg {
    background-image: url('../images/bg-68.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
}
#desc-text .bg-wrap {
    background: #303f9f;
}
#text-4col-3.light .bg-wrap {
	background: #e8eaf6;
}
#text-4col-3.dark .bg-wrap {
	background: #283593;
}
#desc-halfbg-text-img-text .bg-wrap {
    background-color: #9fa8da;
}
#contact-form-halfbg .bg-wrap {
    background: #d1c4e9;
}
#cookie-text .bg-wrap {
    background: rgba(26, 35, 126, 0.9);
}
#footer-logo-text-img .bg-wrap {
    background: #1a237e;
}
section.light .bg-wrap {
    background-color: #e8eaf6;
}
section.dark .bg-wrap {
    background-color: #3949ab;
}