#header-img-slogan-btn-img .bg-wrap {
    background-color: #F2F0ED;
}

#header-img-slogan-btn-img .bg {
    background-image: url('../images/bg-pattern-3-primary.png');
    background-size: 50px 50px;
    background-repeat: repeat;
    background-position: right top;
    opacity: 0.33;
}
#benefits-3col-3 .bg-wrap {
    background-color: #f4f5f6;
}
#desc-text-halfbg .bg-wrap {
    background: #333;
}#desc-text-halfbg-4 .bg-wrap {
    background-color: #a2aab1;
}
﻿#contact-inline-form .bg {
    background-image: url('../images/bg-43.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity:0.45;
}

#contact-inline-form .form-control {
	border: 3px solid #000;
	border-radius: 0px;
	padding: 14px 20px;
	background: #ffffff;
	transition: all 0.3s ease;
}

#contact-inline-form .form-control:focus {
	border-color: #0891b2;
	box-shadow: 0 0 0 5px rgba(6, 182, 212, 0.1);
	outline: none;
}

#contact-inline-form .btn { border: 2px solid #007bff; background: #007bff; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-inline-form .btn:hover {
	background: #007bff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(6, 182, 212, 0.3);
}
#cookie-text .bg-wrap {
    background-color: rgba (0,0,0,0.9);
}