/* codeDESIGN - custom_code_hardcoded.css */
@charset "utf-8";

/* CUSTOM CODE HARDCODED */
.custom_code_services [class^="col-"],
.custom_code_services [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}


div.custom_code_services {
	margin-bottom: 0px;
}


div.custom_code_services div.row.featured {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	margin-bottom: 100px;
}
div.custom_code_services div.row.featured::before,
div.custom_code_services div.row.featured::after {
	content: none;
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.row.featured {
		display: inherit;
	}
}

div.custom_code_services div.row.featured div[class^="col-"] {
	/* width: calc(100% / 4); */
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.row.featured div[class^="col-"]:not(:last-child) {
		margin-bottom: 30px;
	}
}

/*
div.custom_code_services div.row.featured div[class^="col-"]:nth-child(1) {
	padding: 0px 20px 0px 0px;
}
div.custom_code_services div.row.featured div[class^="col-"]:nth-child(2) {
	padding: 0px 10px 0px 10px;
}
div.custom_code_services div.row.featured div[class^="col-"]:nth-child(3) {
	padding: 0px 00px 0px 20px;
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.row.featured div[class^="col-"]:nth-child(1),
	div.custom_code_services div.row.featured div[class^="col-"]:nth-child(2),
	div.custom_code_services div.row.featured div[class^="col-"]:nth-child(3) {
		padding: 0px 0px 0px 0px;
	}
	div.custom_code_services div.row.featured div[class^="col-"]:not(:last-child) {
		margin-bottom: 30px;
	}
}
*/

div.custom_code_services div.item_featured {
	display: block;
	position: relative;
	height: 100%;
	border: 1px solid rgba(232, 218, 207, 0.7);
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.item_featured {
		display: flex;
	}
}
@media only screen and (max-width: 540px) {
	div.custom_code_services div.item_featured {
		display: block;
	}
}

div.custom_code_services div.item_featured_square_wrapper {
	display: block;
	position: relative;
	margin: 0px;
	padding-top: 100%;
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.item_featured_square_wrapper {
		width: 500%;
		max-width: 250px;
		padding-top: 0px;
	}
}
@media only screen and (max-width: 540px) {
	div.custom_code_services div.item_featured_square_wrapper {
		width: auto;
		max-width: 100%;
		padding-top: 100%;
	}
}

div.custom_code_services div.item_featured_square {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

div.custom_code_services div.item_featured_image {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

div.custom_code_services span.services-img-overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.custom_code_services span.services-img-overlay:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div.custom_code_services span.services-img-overlay i {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.custom_code_services div.content_featured {
	display: block;
	position: relative;
	height: 100%;
	padding: 20px;
	margin-bottom: 20px;
}

div.custom_code_services div.title_featured h3 {
	font-size: 24px;
	min-height: 63px;
	text-align: center;
}
div.custom_code_services div.title_featured h3::after {
	left: 50%;
	transform: translateX(-50%);
}

div.custom_code_services div.text_featured {
	hyphens: auto;
	padding-bottom: 20px;
	text-align: center;
}

div.custom_code_services div.row.featured div.more {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 25px;
	width: calc(100% - 20px);
	padding: 0px 30px 0px 0px;
	text-align: right;
	z-index: 2;
}
div.custom_code_services div.row.featured div.more::after {
	content: "\f105";
	display: block;
	position: absolute;
	bottom: 0px;
	right: 10px;
	width: 20px;
	height: 24px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 2em;
	color: #e8dacf;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.custom_code_services div.row.featured div.more:hover::after {
	right: 5px;
}

div.custom_code_services div.row:not(.featured):not(:last-child) {
	margin-bottom: 30px;
}

div.custom_code_services div.row:not(.featured) {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	margin-bottom: 30px;
}
div.custom_code_services div.row:not(.featured)::before,
div.custom_code_services div.row:not(.featured)::after {
	content: none;
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.row:not(.featured) {
		display: block;
	}
}

div.custom_code_services div.row:not(.featured) div[class^="col-"] {
	/* width: calc(100% / 4); */
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.row:not(.featured) div[class^="col-"]:not(:last-child) {
		margin-bottom: 30px;
	}
}

div.custom_code_services div.row:not(.featured) div.item_wrapper {
	display: block;
	position: relative;
	height: 100%;
	padding: 20px;
	background: rgba(232, 218, 207, 0.1);
}
div.custom_code_services div.row:not(.featured) div.item_wrapper.special {
	padding: 0px;
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.row:not(.featured) div.item_wrapper {
		display: flex;
		padding: 0px 0px 0px 0px;
	}
	div.custom_code_services div.row:not(.featured) div.item_wrapper.special {
		display: none;
	}
}
@media only screen and (max-width: 540px) {
	div.custom_code_services div.row:not(.featured) div.item_wrapper {
		display: block;
		padding: 40px;
	}
}

div.custom_code_services div.row:not(.featured) div.title {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	z-index: 1;
}
div.custom_code_services div.row:not(.featured) div.title h3 {
	font-size: 24px;
	min-height: 48px;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	hyphens: manual;
}
div.custom_code_services div.row:not(.featured) div.title h3::after {
	content: none;
}

div.custom_code_services div.row:not(.featured) div.icon {
	display: block;
	position: relative;
	margin-top: 0px;
	padding: 0px 40px;
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.row:not(.featured) div.icon {
		position: relative;
		padding: 40px 250px;
	}
}
@media only screen and (max-width: 540px) {
	div.custom_code_services div.row:not(.featured) div.icon {
		padding: 0px 80px;
	}
}

div.custom_code_services div.row:not(.featured) div.item_wrapper div.text {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	/* font-weight: 600; */
	hyphens: auto;
	padding: 0px 0px 40px 0px;
}
@media only screen and (max-width: 991px) {
	div.custom_code_services div.row:not(.featured) div.item_wrapper div.text {
		padding: 40px;
	}
}

div.custom_code_services div.row:not(.featured) div.more {
	display: block;
	position: absolute;
	right: 40px;
	bottom: 20px;
	/* font-weight: 600; */
	text-align: right;
	z-index: 2;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.custom_code_services div.row:not(.featured) div.more::after {
	content: "\f105";
	display: block;
	position: absolute;
	bottom: 0px;
	right: -20px;
	width: 20px;
	height: 24px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 2em;
	color: #e8dacf;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.custom_code_services div.row:not(.featured) div.more:hover::after {
	right: -25px;
}

div.custom_code_services div.row:not(.featured) div.item_wrapper a.full {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

div.custom_code_services a,
div.custom_code_services a:link,
div.custom_code_services a:visited {
	color: var(--ci_color_font_dark);
	text-decoration: none;
}