.nm-widget-area .nm-newsletter-box {
	background-color: var(--mainColor);
	padding: 30px;
	margin-bottom: 30px;
}
.nm-widget-area .nm-newsletter-box .form-control {
	border: 1px solid #cccccc !important;
	background-color: transparent !important;
	color: var(--whiteColor);
	margin-bottom: 20px;
}
.nm-widget-area .nm-newsletter-box .form-control:focus {
	border-color: var(--whiteColor) !important;
}
.nm-widget-area .nm-newsletter-box .default-btn {
	background-color: var(--whiteColor);
	display: block;
	width: 100%;
	color: #111111;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.nm-widget-area .nm-newsletter-box h3 {
	font-size: 22px;
	color: var(--whiteColor);
}
.nm-widget-area .nm-newsletter-box p {
	color: var(--whiteColor);
}
.nm-widget-area .nm-newsletter-box .newsletter-form {
	position: relative;
}
.nm-widget-area #validator-newsletter {
	color: var(--whiteColor);
	margin-top: 10px;
	font-size: 14px;
}