#header.custom-header-style .header-body:before {
	background: #192a4f !important;
	opacity: 1 !important;
}
#header.custom-header-style .header-body:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
@media (min-width: 768px) {
	#header.custom-header-style .header-body:after {
		max-width: 750px;
	}
}
@media (min-width: 992px) {
	#header.custom-header-style .header-body:after {
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	#header.custom-header-style .header-body:after {
		max-width: 1170px;
	}
}
#header.custom-header-style .header-nav-main {
	margin-top: 0;
}
#header.custom-header-style .header-nav-main nav > ul > li > a {
	border-radius: 0;
	font-weight: 600;
	padding: 10px 21px;
	letter-spacing: 0.5px;
	-webkit-transition: nease opacity 300ms;
	transition: nease opacity 300ms;
}
@media (min-width: 992px) {
	#header.custom-header-style .header-nav-main nav > ul > li > a {
		background: transparent !important;
	}
}
#header.custom-header-style .header-nav-main nav > ul > li > a:not(.active) {
	background: transparent;
}
@media (min-width: 992px) {
	#header.custom-header-style .header-nav-main nav > ul > li:hover > a {
		opacity: 0.7;
	}
}
#header .header-btn-collapse-nav:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

@media (min-width: 992px) {
	html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a.active {
		color: #FFF !important;
		opacity: 0.7;
	}
}
@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a.active:hover, #header .header-nav-main nav > ul > li > a.active:focus {
		color: #FFF !important;
	}

	html.sticky-header-active #header.header-semi-transparent .header-nav-main:after {
		background: #242b32;
		opacity: 1;
	}
}
html.sticky-header-active #header .header-body:after {
	content: none;
}

.feature-box.custom-feature-box .feature-box-icon {
	top: 20px;
}

.tp-caption-custom-stripe {
	color: #FFFFFF !important;
}

.tparrows {
	background: transparent;
	margin-top: 40px;
}
.tparrows:hover {
	background: transparent;
}
.tparrows:before {
	position: relative;
	z-index: 1;
}
.tparrows:after {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #000 none repeat scroll 0 0;
	opacity: 0.2;
	height: 40px;
	margin: -40px 0 0;
	position: relative;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
	width: 40px;
	content: "";
	display: block;
	z-index: 0;
}
.tparrows:hover:after {
	opacity: 1;
}

@media (min-width: 1199px) {
	html[dir="rtl"] .home-concept-construction {
		background: none;
	}

	.home-concept-construction {
		background: transparent url(../../img/home-concept-small.png) no-repeat center 63%;
	}
}
.diamonds {
	font-size: 0;
	margin: 40px auto 85px;
	position: relative;
	text-align: center;
	padding: 50px 0 0 57px;
}
.diamonds > li {
	display: inline-block;
	font-size: 18px;
	margin-right: 135px;
}
.diamonds .diamond {
	background: #f4f4f4;
	display: block;
	height: 255px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 255px;
	overflow: hidden;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.diamonds .diamond:after {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transform: scale(0);
					transform: scale(0);
	z-index: 100;
}
.diamonds .diamond:hover:after {
	opacity: 0.3;
	-webkit-transform: scale(1);
					transform: scale(1);
}
.diamonds .diamond:hover .content:after {
	opacity: 0.8;
	-webkit-transform: scale(1);
					transform: scale(1);
}
.diamonds .content {
	display: table-cell;
	height: 255px;
	padding: 0 10px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	text-align: center;
	vertical-align: middle;
	width: 255px;
	position: relative;
}
.diamonds .content:after {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
	content: "\e091";
	font-family: "simple-line-icons";
	font-size: 28px;
	left: 27%;
	margin: -6px -12px;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 1000;
	-webkit-transform: scale(2);
					transform: scale(2);
}
.diamonds .content img {
	max-width: 375px;
	margin-left: -50%;
}
.diamonds .diamond-sm .content:after {
	left: 24%;
	top: 48%;
}

@media (min-width: 1199px) {
	.diamonds > li:nth-child(3) {
		margin-right: 0;
	}
	.diamonds > li:nth-child(4) {
		right: 132px;
		top: 9px;
		position: absolute;
	}
	.diamonds > li:nth-child(5) {
		margin-left: 527px;
		margin-top: -70px;
	}
	.diamonds > li:nth-child(6) {
		position: absolute;
		margin: -6px 0 0 -27px;
		right: -32px;
	}
	.diamonds > li:nth-child(7) {
		position: absolute;
		margin: 97px 0 0 -133px;
		right: 73px;
	}
	.diamonds .diamond-sm {
		height: 128px;
		width: 128px;
	}
	.diamonds .diamond-sm .content {
		height: 128px;
		width: 128px;
	}
	.diamonds .diamond-sm .content img {
		max-width: 195px;
	}

	.row-diamonds-description {
		margin-top: -150px;
	}
}
@media (max-width: 1198px) {
	.diamonds {
		text-align: center;
		width: 748px;
		margin: 0 auto;
		padding: 75px 0 75px 75px;
	}
	.diamonds::after {
		clear: both;
		content: "";
		display: block;
	}
	.diamonds > li {
		margin: 0;
		position: static;
		float: left;
	}
	.diamonds > li:nth-child(2n+2) {
		margin-bottom: -50px;
		margin-left: 55px;
		margin-top: 200px;
	}
	.diamonds > li:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 748px) {
	.diamonds {
		margin: 0 auto;
		padding: 25px 0 0 0;
		text-align: center;
		width: 445px;
	}
	.diamonds > li {
		float: none !important;
		clear: both !important;
		margin: 45px 0 115px 95px !important;
		display: block;
	}
}
@media (max-width: 575px) {
	.diamonds-wrapper {
		min-height: 2650px;
	}
	.diamonds-wrapper .diamonds {
		margin: 0 auto;
		padding: 25px 0 0;
		text-align: center;
		width: 445px;
		position: absolute;
		left: 50%;
		margin-left: -222px;
	}
	.diamonds-wrapper .diamonds > li {
		text-align: center;
	}
}
.section-custom-construction {
	overflow: hidden;
}
.section-custom-construction .container {
	position: relative;
}
.section-custom-construction .container:after {
	background: #192a4f none repeat scroll 0 0;
	bottom: -180px;
	content: "";
	height: 200px;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(50deg);
					transform: rotate(50deg);
	width: 200px;
	z-index: 1;
    -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.section-custom-construction .container:before {
	background: #192a4f none repeat scroll 0 0;
	bottom: -200px;
	content: "";
	height: 200px;
	position: absolute;
	right: 75px;
	-webkit-transform: rotate(50deg);
					transform: rotate(50deg);
	width: 200px;
	z-index: 2;
    -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

@media (min-width: 992px) {
	.section-custom-construction-2 {
		overflow: hidden;
		position: relative;
		padding-bottom: 80px;
	}
	.section-custom-construction-2:after {
		background: #192a4f none repeat scroll 0 0;
		bottom: -140px;
		content: "";
		height: 200px;
		left: 25px;
		position: absolute;
		-webkit-transform: rotate(50deg);
						transform: rotate(50deg);
		width: 200px;
		z-index: 1;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
	}
}
.testimonial.testimonial-with-quotes blockquote p {
	font-size: 20px;
}

@media (max-width: 991px) {
	section.section.section-background {
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
}
.project-detail-construction .list-project-details {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}
.project-detail-construction .list-project-details li {
	padding: 0 0 15px 0;
}
.project-detail-construction .list-project-details li label {
	padding: 0;
	margin: 0;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}
.project-detail-construction .list-project-details li p {
	padding: 0;
	margin: 0;
	color: #111;
}
.project-detail-construction .progress-bars-project-detail {
	margin: 30px 0;
}
.project-detail-construction .progress-bars-project-detail .progress.progress-sm {
	margin-bottom: 32px;
}
.project-detail-construction .progress-bars-project-detail .progress-label span {
	padding: 0;
	margin: 0;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}

#footer {
	background: #243149 url(../../img/demos/construction/footer-construction.jpg) no-repeat 50% 50%;
	border-top: 0;
	padding: 80px 0 20px;
	min-height: 400px;
	overflow: hidden;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a, #footer p {
	color: #FFF;
}

#footer .list-footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .list-footer-nav a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#footer .list-footer-nav a:hover {
	color: #888;
}
#footer .newsletter form {
	max-width: 100%;
	margin: 27px 0 12px;
}
#footer .newsletter form input.form-control {
	height: 45px;
	padding: 12px;
}
#footer .newsletter form .btn {
	height: 45px;
	width: 45px;
}
#footer .fa, #footer .fas, #footer .far, #footer .fal, #footer .fab {
	display: inline-block;
	padding-right: 2px;
	position: relative;
	top: 1px;
	color: #FFF;
}
#footer .footer-copyright {
	background: transparent;
	margin: -10px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #d3c096;
}
#footer .footer-copyright p {
	color: #fff;
    font-size: 12px;
}

@media (min-width: 992px) {
	#footer {
		margin-top: 0;
	}
	#footer .logo {
		margin-top: 0;
	}
}
