#nav-menu-full .bg-wrap{
    background-color: #9993a4;
}
#header-halfbg-text.light .bg-wrap {
	background: #e9e9eb;
}
#header-halfbg-text.dark .bg-wrap {
	background: #2a2a2e;
}
#desc-halfbg-text-2.light .bg-wrap {
	background: #8b7fa4;
}
#desc-halfbg-text-2.dark .bg-wrap {
	background: #5b21b6;
}
#testimonial-3col-2 .bg {
    background-image: url('../images/bg-66.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
}
#testimonial-3col-2.dark .bg-wrap {
    background: #6d28d9;
}
#desc-img-text.light .bg-wrap {
	background: #ece9fe;
}
#desc-img-text.dark .bg-wrap {
	background: #a08fd2;
}
#desc-text-halfbg-2.light .bg-wrap {
    background: #9c8fbb;
}
#desc-text-halfbg-2.dark .bg-wrap {
    background: #7b6e91;
}
#contact-form .bg {
	background-image: url('../images/bg-31.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.4;
}
#contact-form .bg-wrap {
    background: #ece9fe;
}
#cookie-text .bg-wrap {
    background-color: rgba(122, 77, 227, 0.9);
}
#footer-logo-text-btn.light .bg-wrap {
	background: #ece9fe;
}
#footer-logo-text-btn.dark .bg-wrap {
	background: #3a2e5e;
}
section.light .bg-wrap {
    background-color: #f8f9fa;
}
section.dark .bg-wrap {
    background-color: #343a40;
}