#nav-menu-full .bg-wrap{
    background-color: #ffffff;
}
#header-halfbg-text.light .bg-wrap {
	background: #fce4ec;
}
#header-halfbg-text.dark .bg-wrap {
	background: #880e4f;
}
#desc-halfbg-text-2.light .bg-wrap {
	background: #f48fb1;
}
#desc-halfbg-text-2.dark .bg-wrap {
	background: #c2185b;
}
#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: #d81b60;
}
#desc-img-text.light .bg-wrap {
	background: #fff0f5;
}
#desc-img-text.dark .bg-wrap {
	background: #e91e63;
}
#desc-text-halfbg-2.light .bg-wrap {
    background: #f8bbd0;
}
#desc-text-halfbg-2.dark .bg-wrap {
    background: #ad1457;
}
#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: #fce4ec;
}
#cookie-text .bg-wrap {
    background-color: rgba(216, 27, 96, 0.9);
}
#footer-logo-text-btn.light .bg-wrap {
	background: #f8bbd0;
}
#footer-logo-text-btn.dark .bg-wrap {
	background: #880e4f;
}
section.light .bg-wrap {
    background-color: #fce4ec;
}
section.dark .bg-wrap {
    background-color: #4a1429;
}