#nav-menu-full .bg-wrap{
    background-color: #a5b4fc;
}
#header-halfbg-text.light .bg-wrap {
	background: #eef2ff;
}
#header-halfbg-text.dark .bg-wrap {
	background: #312e81;
}
#text-3col-2.light .bg-wrap {
	background: #e0e7ff;
}
#desc-halfbg-text-2.light .bg-wrap {
	background: #c7d2fe;
}
#desc-halfbg-text-2.dark .bg-wrap {
	background: #4338ca;
}
#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: #4f46e5;
}
#desc-img-text.light .bg-wrap {
	background: #e0e7ff;
}
#desc-img-text.dark .bg-wrap {
	background: #6366f1;
}
#text-1col.light .bg-wrap {
	background: #eef2ff;
}
#desc-text-halfbg-2.light .bg-wrap {
    background: #c7d2fe;
}
#desc-text-halfbg-2.dark .bg-wrap {
    background: #4338ca;
}
#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: #e0e7ff;
}
#cookie-text .bg-wrap {
    background-color: rgba(99, 102, 241, 0.9);
}
#footer-logo-text-btn.light .bg-wrap {
	background: #e0e7ff;
}
#footer-logo-text-btn.dark .bg-wrap {
	background: #3730a3;
}
section.light .bg-wrap {
    background-color: #eef2ff;
}
section.dark .bg-wrap {
    background-color: #312e81;
}