.page-projects #subheader {
	background-image: url(../images/background/subheader-1.webp);
}

.page-services #subheader {
	background-image: url(../images/background/subheader-1.webp);
}


#info-address {
	background: url(../images/background/bg-3.jpg) top fixed;
}

#view-all-projects,
#call-to-action {
	padding: 60px 0 60px 0;
}

#section-about-us-2 {
	background: #f8f8f8;
	height: 100%;
}

#section-about-us-3 {
	background: #f5f5f5;
	height: 100%;
}


#section-coming-soon {
	background: none;
	position: absolute;
	min-height: 100%;
	width: 100%;
	z-index: 1;
}

#section-describe {
	background: #202020;
}


#section-about-us-2 {
	background: #18191b;
	height: 100%;
}

.de_light #section-about-us-2 {
	background: none;
}

#section-portfolio {
	background: #222;
	width: 101%;
	overflow: hidden;
}

.de_light #section-portfolio {
	background: #fff;
}

#section-steps-2 {
	background: #f5f5f5;
}

#section-team {
	background: #111;
}

.de_light #section-team {
	background: #f5f5f5;
}

#hide-content {
	position: absolute;
	width: 100%;
	min-height: 100%;
	z-index: 100;
	display: none;
	background: rgba(0, 0, 0, .8);
}

#section-service-1.side-bg .background-image {
	background: url(../images/background/bg-service-1.jpg);
}

#section-service-2.side-bg .background-image {
	background: url(../images/background/bg-service-2.jpg);
}


#section-service-2,
#section-service-4 {
	background: #f2f2f2;
}

.bg-fit-height {
	-webkit-background-size: auto 100% !important;
	-moz-background-size: auto 100% !important;
	-o-background-size: auto 100% !important;
	background-size: auto 100% !important;
	background-attachment: scroll !important;
}

@media only screen and (max-width: 767px) {
	section {
		-webkit-background-size: auto 100% !important;
		-moz-background-size: auto 100% !important;
		-o-background-size: auto 100% !important;
		background-size: auto 100% !important;
		background-attachment: scroll !important;
		background-position: top !important;
	}

	section.fit-width {
		-webkit-background-size: 100% auto !important;
		-moz-background-size: 100% auto !important;
		-o-background-size: 100% auto !important;
		background-size: 100% auto !important;
		background-attachment: scroll !important;
		background-position: top !important;
	}
}