.c-slider-caption-background {
	position          : absolute;
	height            : 9%;
	width             : 45%;
	bottom            : 12%;
	right             : 0;
	background-color  : #EA6635;
}

.c-slider-caption-background::before {
	content           : '';
	position          : absolute;
	width             : 70px;
	height            : 100%;
	top               : 0;
	left              : -70px;
	background-color  : #EA6635;
	-webkit-clip-path : polygon(100% 0, 100% 100%, 0 100%);
	clip-path         : polygon(100% 0, 100% 100%, 0 100%);
}

.c-shift-icon {
	margin-top        : 25px;
}

/* OVERRIDE */

.section-custom-construction .container::before {
	background-color  : #0D3654;
}

#footer {
	min-height        : 0;
	/* background-image  : url('../img/footer/footer-1024x294.png');
	background-size   : cover; */
}

#footer::after {
	width             : 300px;
	height            : 300px;
	bottom            : -170px;
	right             : -200px;
}

h1, h2, h3, h4 {
	color             : #0D3654;
}
