/********************************************************************************************************************************************************************
 /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$   /$$ /$$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$  /$$$$$$$   /$$$$$$     /$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$ 
| $$_____/| $$_____/ /$$__  $$|__  $$__/| $$  | $$| $$__  $$| $$_____/| $$__  $$      | $$__  $$| $$__  $$ /$$__  $$   |__  $$| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$  \ $$   | $$   | $$  | $$| $$  \ $$| $$      | $$  \ $$      | $$  \ $$| $$  \ $$| $$  \ $$      | $$| $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$$$$   | $$   | $$  | $$| $$$$$$$/| $$$$$   | $$  | $$      | $$$$$$$/| $$$$$$$/| $$  | $$      | $$| $$$$$   | $$         | $$  |  $$$$$$ 
| $$__/   | $$__/   | $$__  $$   | $$   | $$  | $$| $$__  $$| $$__/   | $$  | $$      | $$____/ | $$__  $$| $$  | $$ /$$  | $$| $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$  | $$   | $$   | $$  | $$| $$  \ $$| $$      | $$  | $$      | $$      | $$  \ $$| $$  | $$| $$  | $$| $$      | $$    $$   | $$   /$$  \ $$
| $$      | $$$$$$$$| $$  | $$   | $$   |  $$$$$$/| $$  | $$| $$$$$$$$| $$$$$$$/      | $$      | $$  | $$|  $$$$$$/|  $$$$$$/| $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|__/      |________/|__/  |__/   |__/    \______/ |__/  |__/|________/|_______/       |__/      |__/  |__/ \______/  \______/ |________/ \______/    |__/   \______/ 
********************************************************************************************************************************************************************/
.featured-projects-container
{
	height: 575px;
	max-width: 1200px;
	margin: 0 auto;
    overflow: hidden;
	position: relative;
}

@media screen and (max-width: 767px)
{
	.featured-projects-container
	{
		height: 300px;
	}
}

.featured-projects-container .swiper-slide .widget_single_project:link,
.featured-projects-container .swiper-slide .widget_single_project:visited
{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 575px;
	background-color: #4c4d4f;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.3;
	transition: opacity 200ms ease-out;
}

@media screen and (max-width: 767px)
{
	.featured-projects-container .swiper-slide .widget_single_project:link,
	.featured-projects-container .swiper-slide .widget_single_project:visited
	{
		width: 350px;
		height: 350px;
		margin: 0 auto;
	}
}

.featured-projects-container .swiper-slide-active .widget_single_project:link
{
	opacity: 1;
	transition: opacity 200ms ease-out;
}

.featured-projects-container .widget_single_project::after
{
	display: none;
}

.hover-option-project
{
	display: none;
}

.featured-projects-container .widget_single_project:hover::after
{
	opacity: 0.75;
}

.featured-projects-container .widget_single_project:active::after
{
	opacity: 0.5;
}

.featured-projects-container .widget_single_project img
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 800ms ease-out;
}

@media screen and (min-width:992px)
{
	.featured-projects-container .widget_single_project:hover img
	{
		transform: 	scale(1.01);
	}
}

.featured-projects-container .widget_single_project .caption-container
{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	transition: opacity 400ms;
}

@media screen and (max-width: 768px)
{
	.featured-projects-container .widget_single_project .caption-container
	{
		opacity: 1;
	}
}

.featured-projects-container .widget_single_project:hover .caption-container
{
	opacity: 1;
}

.featured-projects-container .widget_single_project .caption-container div.title
{
	font-family: dinot_medium;
	font-size: 26pt;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 20px;
	transition: transform 200ms ease-out;
}

.featured-projects-container .widget_single_project .caption-container div.button
{
	font-family: work_sans;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 15px;
	background-color: #db001b;
	transition: transform 200ms ease-out;
}

.featured-projects-container .widget_single_project .caption-container div
{
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-family: work_sans;
	font-weight: normal;
	font-size: 12pt;
	color: #ffffff;
}

.featured-projects-container a.widget_single_project
{
	text-decoration: none !important;
}

.slider-button-container
{
	position: relative;
}

.featured-projects-container .slider-button.next,
.featured-projects-container .slider-button.previous
{
	position: absolute;
	z-index: 2;
	top: 50%;
    transform: translateY(-50%);
}

.featured-projects-container .slider-button.next.swiper-button-disabled,
.featured-projects-container .slider-button.previous.swiper-button-disabled
{
	display: none;
}

.featured-projects-container .slider-button.next::before,
.featured-projects-container .slider-button.previous::before
{
	position: relative;
    top: -1px;
	font-family: font_awesome;
	font-size: 16pt;
	color: #1d1d1d;
}

.featured-projects-container .slider-button.previous
{
	left: 10px;
}

.featured-projects-container .slider-button.previous::before
{
	content: "\f053";
	right: 1px;
}

.featured-projects-container .slider-button.next
{
	right: 10px;
}

.featured-projects-container .slider-button.next::before
{
	content: "\f054";
	left: 1px;
}