/* WP Admin - Hide Admin bar in small devices
--------------------------------------------- */
@media screen and (max-width: 600px) {
	html[lang] {
		margin-top: 0 !important;
	}

	#wpadminbar {
		display: none;
	}

	.admin-bar .site-header {
		top: 0 !important;
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1364px;
		/*based on figma design*/
	}
}

/* Feel free to change duration  */
.animated {
	-webkit-animation-duration: 1000 ms;
	animation-duration: 1000 ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
	z-index: 1
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
	z-index: 0
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* .fadeIn is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*-----------------------------------
 * Custom Classes
 *-----------------------------------*/
.see-all-btn {
	background-color: transparent;
	border: none;
	font-weight: 700;
	text-decoration: underline;
}

.spsne-button,
.gform_wrapper.gravity-theme .gform_footer input {
	background-color: var(--primary-color);
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	line-height: 1.625rem;
	padding: 10px 20px;
	transition: all ease-in 200ms;
	text-align: center;
	text-decoration: none;
}

.spsne-button-white {
	background-color: #fff;
	color: #030303;
}

.spsne-button.spsne-button-white:hover {
	color: var(--primary-color);
}

.spsne-button-large {
	padding: 20px 30px;
}

.spsne-button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
	/* 	background-color: #dc4f5b; */
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	color: #fff;
	/* 	transform: translatey(-3px); */
}

.spnse-button-bordered-white {
	border: 4px solid #fff;
	color: #fff;
	padding: 12px 35px;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 600;
	display: inline-block;
	transition: all ease-in 200ms;
	text-align: center;
}

.spnse-button-bordered-white:hover {
	border-color: var(--primary-color);
	color: #fff;
	background-color: var(--primary-color);
	/* 	transform: translatey(-3px); */
}

.spsne-button-outline-white {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border: 4px solid #fff;
}

.spsne-button-outline-white:hover {
	background-color: #fff;
	color: var(--primary-color)
}

.spsne-button-outline-primary {
	color: var(--primary-color);
	background-color: transparent;
	background-image: none;
	border: 4px solid var(--primary-color);
}

.spsne-button-outline-primary:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.spsne-button-outline-primary.spsne-button-lg {
	border: 4px solid var(--primary-color);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
}

.spsne-button-full {
	width: 100%;
	display: block;
}

@media (min-width: 1400px) {
	.spsne-button.spsne-button-medium {
		padding: 16px 30px;
		font-size: 18px;
	}
}



.spsne-card-image img {
	height: 268px;
	object-fit: cover;
}

.spsne-card-title {
	padding: 20px;
}

.spsne-card-title h3 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}

.spsne-card-button a {
	display: block;
	padding: 20px;
	text-align: center;
	font-weight: 600;
	color: var(--text-color);
	transition: all ease-in 200ms;
}

.spsne-card-button a:hover {
	background: var(--primary-color);
	color: #fff;
}

/* project-card  */
.spsne-card-project {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.spsne-card-project-ribbon {
	position: absolute;
	width: 200px;
	height: 200px;
	overflow: hidden;
	top: -10px;
	right: -10px;
	opacity: 1;
	transition: opacity ease-in 300ms;
	z-index: 1;
}

.spsne-card-project-ribbon-wrapper {
	left: -25px;
	top: 46px;
	transform: rotate(45deg);
	position: absolute;
	display: block;
	width: 290px;
	padding: 5px;
	background-color: var(--primary-color);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: #fff;
	text-align: center;
	z-index: 2;
}

.spsne-card-project-ribbon img {
	width: 60px;
	margin: 0 auto;
	display: block;
	max-height: 36px;
}

.spsne-card-project-ribbon-text {
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.spsne-card-project-content-wrap {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	height: 160px;
	overflow: hidden;
}

.spsne-card-project-title {
	background-color: #fff;
	padding: 30px 20px;
	min-height: 140px;
	transform: translateY(20px);
	transition: all ease-in 300ms;
}

.spsne-card-project-title h3 {
	color: var(--text-color);
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0;
}

.spsne-card-project-image,
.spsne-card-project-image img {
	height: 480px;
	background-color: #f1f1f1;
}

.spsne-card-project-image img {
	width: 100%;
	object-fit: cover;
	transition: transform 300ms ease-in;
}

.spsne-card-project-info {
	background-color: #e91c2eb5;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 15px;
	min-height: 205px;
	padding: 30px 20px;
	transition: all ease-in 300ms;
}

.spsne-card-project-info>div {
	padding: 5px 0;
}

.spsne-card-project-info>div:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.spsne-card-project:hover .spsne-card-project-ribbon {
	opacity: 0;
}

.spsne-card-project:hover .spsne-card-project-image img {
	transform: scale(1.1);
}

.spsne-card-project:hover .spsne-card-project-title,
.spsne-card-project:hover .spsne-card-project-info {
	transform: translatey(-160px);
}


/* Card News */

.spsne-card-news-wrapper {
	display: flex;
}

.spsne-card-news {
	border: 1px solid #dedede;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.spsne-card-news:hover {
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.08);
}

.spsne-card-news .spsne-card-news-content-wrap {
	padding: 30px;
}

.spsne-card-news .spsne-card-news-title {
	font-size: 24px;
	line-height: 32px;
	color: #303030;
}

.spsne-card-news .spsne-card-news-title h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.spsne-card-news .spsne-card-news-image {
	overflow: hidden;
	background-color: #f1f1f1;
	position: relative;
}

.spsne-card-news-image:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #00000069;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.spsne-card-news .spsne-card-news-image img {
	height: 269px;
	object-fit: cover;
	width: 100%;
	transition: all ease-in 300ms;
}

.spsne-card-news:hover .spsne-card-news-image img {
	transform: scale(1.1);
}

.spsne-card-news .spsne-card-news-location {
	color: #303030
}

.spsne-card-news .spsne-card-news-location svg {
	fill: var(--primary-color);
}

.spsne-card-news .spsne-card-news-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: #646464;
}

.spsne-card-news-thumbnail {
	position: relative;
}

.spsne-card-news-details {
	padding: 20px 30px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
}

.spsne-card-news-details time {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}

.spsne-card-news-categories {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}

.spsne-card-news-cat {
	padding: 5px 8px;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	color: var(--text-color);
}

.spsne-card-news-cat.project-news {
	color: #0B0B45;
}

.spsne-card-news-cat.industry-news {
	color: #E91C2E;
}

.spsne-card-news-cat.awards {
	color: #E9A31C;
}

/*Text*/
@media (min-width: 1400px) {
	.font-size-lg-18px {
		font-size: 18px;
	}
}

/* Image */
.image--width-100 {
	width: 100px !important;
}


/* Banner Title and Breadcrumb */
.banner-full,
.banner-half {
	position: relative;
}

.banner-full {
	min-height: 560px;
}

.banner-half {
	background-image: var(--banner-background);
}

/* Page title */
.banner-top {
	position: absolute;
	top: 60px;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.banner-page-title h1 {
	position: relative;
	padding: 0;
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 24px;
}

.banner-page-title-text {
	position: relative;
	display: inline-block;
	background: var(--primary-color);
	padding: 20px 40px 20px 12px;
	;
	max-width: 80%
}

.banner-page-title h1:before {
	content: "";
	display: block;
	background-color: var(--primary-color);
	width: 1000px;
	;
	height: 100%;
	position: absolute;
	top: 0;
	transform: translateX(-90%);
}

.banner-page-title .banner-page-title-text:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: var(--custom-height) solid transparent;
	border-left: 30px solid #e91c2e;
	top: 0;
	right: -29px;
}


@media screen and (min-width: 1400px) {
	.banner-page-title h1 {
		font-size: 50px;
		line-height: 58px
	}

}


/** Magnific Popup **/
.mfp-bg {
	background: #000 !important;
	opacity: 0.9 !important;
}

.image-popup-vertical-fit {
	position: relative;
	display: block;
	width: 100%;
	height: 205px;
	background-color: #f1f1;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
}

.image-popup-vertical-fit::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition: opacity ease-in 300ms;
}

.image-popup-vertical-fit:hover::before {
	opacity: .5;
}

.image-popup-vertical-fit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform ease-in 300ms;
}

.image-popup-vertical-fit:hover img {
	transform: scale(1.1);
}

.magnific-img-view {
	position: absolute;
	left: 50%;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transform: translate(-50%, -50%);
	top: 50%;
	opacity: 0;
	transition: all ease-in 400ms;
}

.image-popup-vertical-fit:hover .magnific-img-view {
	z-index: 3;
	opacity: 1;
	width: 100px;
	height: 100px;
}

.mfp-arrow:after {
	border-top-width: 30px !important;
	border-bottom-width: 30px !important;
}

.mfp-arrow-right:after {
	border-left: 30px solid #FFF !important;
}

.mfp-arrow-left:after {
	border-right: 30px solid #FFF !important;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	padding: 40px 0;
}

img.mfp-img {
	max-width: 768px !important;
	max-height: 650px !important;
	padding: 0 !important;
	border: 2px solid #fff;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
	display: none !important;
}

@media screen and (min-width: 992px) {
	.image-popup-vertical-fit {
		height: 305px;
	}

	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		right: -35px !important;
		top: 24px !important;
	}
}

/* Page Title */
.page-title {
	font-size: 38px;
	line-height: 40px;
}

@media screen and (min-width: 992px) {
	.page-title {
		font-size: 60px;
		line-height: 68px;
	}

}

/*-----------------------------------
 * Breadcrumbs
 *-----------------------------------*/
.breadcrumb {
	color: var(--text-color);
	/* display:block; */
}

.breadcrumb a {
	color: #000;
}

.breadcrumb--ellipsis {
	text-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb.breadcrumb--white,
.breadcrumb.breadcrumb--white a {
	color: #fff;
}

.breadcrumb.breadcrumbs--white a:hover,
.breadcrumb a:hover {
	color: var(--primary-color);
}

.breadcrumb__separator {
	text-indent: -9999px;
	display: inline-block;
	height: 100%;
	width: 1px;
	background-color: #000;
	margin: 0 4px;
}

.breadcrumb--white .breadcrumb__separator {
	background-color: #fff;
}

.breadcrumb--white .breadcrumb__icon-home {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 576 512'%3E%3Cpath fill='%23ffffff' d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'%3E%3C/path%3E%3C/svg%3E");
}

.breadcrumb__icon-home {
	text-indent: -9999px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 576 512'%3E%3Cpath d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'%3E%3C/path%3E%3C/svg%3E");
	width: 18px;
	height: 22px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.breadcrumb__icon-home:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 576 512'%3E%3Cpath fill='%23e91c2e' d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'%3E%3C/path%3E%3C/svg%3E");
}

@media screen and (min-width: 992px) {
	.breadcrumb.breadcrumb--ellipsis {
		max-width: 50%;
	}
}

/*-----------------------------------
 * Gravity Form
 *-----------------------------------*/
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	font-size: 16px;
	border-radius: 0;
	line-height: 24px;
	padding: 14px 18px;
}

.gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*-----------------------------------
 * Header
 *-----------------------------------*/
.site-header {
	padding: 20px 0;
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
	background: #FFF;
	/* 	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15); */
}

#primary-menu {
	align-items: center;
	gap: 30px;
	justify-content: end;
}

#primary-menu a:not(.spsne-button) {
	color: var(--text-color);
	font-weight: 500;
}

.site-branding img {
	max-width: 85px;
}

.main-navigation a {
	text-align: center;
}

#site-header-button+.menu-top-menunew-container {
	right: -999px;
	transition: all ease-in-out 400ms;
	position: fixed;
	background: #fff;
	min-width: 300px;
	padding: 20px;
}

#site-header-button.open+.menu-top-menunew-container {
	right: 0;
	top: 96px;
}

#site-header-button.open+.menu-top-menunew-container.scrolled {
	top: 96px;
}

#site-header-button.open+.menu-top-menunew-container #primary-menu {
	align-items: start;
}

/* Loggedin */
.admin-bar .site-header {
	top: 32px;
}

.admin-bar #site-header-button.open+.menu-top-menunew-container {
	top: 129px;
}

._admin-bar #site-header-button.open+.menu-top-menunew-container.scrolled {
	top: 96px !important;
}

@media screen and (max-width: 600px) {
	.admin-bar .site-header.scrolled {
		top: 0;
	}

	.admin-bar .site-header.scrolled #site-header-button.open+.menu-top-menunew-container {
		top: 96px !important;
	}

	.admin-bar #site-header-button.open+.menu-top-menunew-container {
		top: 143px !important;
	}
}

@media screen and (min-width: 992px) {
	.main-navigation a {
		font-size: 14px;
	}

	#site-header-button+.menu-top-menunew-container {
		position: static;
		padding: 0;
	}

}

@media screen and (min-width: 1200px) {
	.front-page .site-header {
		position: fixed;
		width: 100%;
		top: -999px;
		transition: top ease-in-out 400ms;
	}

	.front-page .site-header.scrolled {
		top: 0;
	}

	.main-navigation a {
		font-size: 1rem;
	}

	#primary-menu {
		gap: 40px;
	}

}

#site-header-button {
	margin-left: auto;
	width: 60px;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	padding: 0;
	border: none;
	background: transparent;
	transform: scale(.5);
}

#site-header-button span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#site-header-button span:nth-child(1) {
	top: 0px;
}

#site-header-button span:nth-child(2) {
	top: 18px;
}

#site-header-button span:nth-child(3) {
	top: 36px;
}

#site-header-button.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#site-header-button.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#site-header-button.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#primary-menu {
	flex-direction: column;
}

@media screen and (min-width: 992px) {
	#site-header-button {
		display: none;
	}

	#primary-menu {
		flex-direction: row;
	}

}

/*-----------------------------------
 * Footer
 *-----------------------------------*/
.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer a:not(.spsne-button):hover {
	color: var(--primary-color);
}

.footer-branding img {
	max-width: 85px;
}

#footer-column {
	padding: 80px 0;
	background: linear-gradient(60deg, #0b0b4e 47%, var(--secondary-color) 47%)
}

#site-info {
	background-color: #000;
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.25rem;
	padding: 20px 0;
}

.footer-description p {
	font-size: 14px;
}

.social-icons {
	gap: 16px;
}

.social-icons>div {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
}

.social-icons svg {
	fill: #fff;
	transition: all ease-in 200ms;
}

.social-icons a:hover svg {
	fill: var(--primary-color);
}

.footer-column-title {
	font-size: 18px;
	font-weight: 600;
}

.footer-quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	column-count: 2;
	column-gap: 80px;
}

.footer-quicklinks ul li {
	margin-bottom: 10px;
}


/*-----------------------------------
 * Home Banner
 *-----------------------------------*/

.homeBanner {
	/* background-color: #0B0B4E;
	
	background-image: url('/wp-content/themes/spsne-child/assets/images/background-banner-min.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	/* padding: 0 0 4.25rem ; */
	text-align: center;
	color: #fff;
	width: 100%;
	height: 86vh;
	/* pointer-events: none; */
	overflow: hidden;
	position: relative;
	display: flex;
}

.homeBanner:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #00000073;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.homeBanner-video-container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
	position: absolute;
}

.homeBanner-video-container iframe {
	width: 100vw;
	height: 56.25vw;
	/* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh;
	/* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.homeBanner-container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}

.homeBanner-logo {
	text-align: center;
	margin-top: auto;
}

.homeBanner-logo img {
	max-width: 130px;
}

.homeBanner-heading h1 {
	font-size: 38px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
}

.homeBanner-services {
	margin-bottom: 2.5rem;
}

.homeBanner-services span {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px;
}

.homeBanner-services span a {
	color: #fff;
	transition: color ease-in 200ms;
}

.homeBanner-services span a:hover {
	color: var(--primary-color);
}

.homeBanner-services span:not(:last-child) {
	border-right: 1px solid #fff;
}

.homeBanner-button {
	margin-bottom: 40px;
}

.homeBanner-slider-navigation {
	margin-top: auto;
	gap: 5px;
}

.homeBanner-slider-navigation:hover .homeBanner-slider-navigation-item.active:before {
	display: none;
}

.homeBanner-slider-navigation-item {
	cursor: pointer;
	width: 192px;
	padding: 1rem 0;
	position: relative;
	font-size: 12px;
}

.homeBanner-slider-navigation-item:after {
	height: 5px;
	width: 100%;
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.homeBanner-slider-navigation-item.active:before,
.homeBanner-slider-navigation-item:hover:before {
	content: "";
	position: absolute;
	z-index: 2;
	background-color: var(--primary-color);
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
}

.homeBanner-slider-navigation-item:hover:before {
	display: block !important;
}

.homeBanner-slider-navigation-item.active a,
.homeBanner-slider-navigation-item:hover a {
	font-weight: 600;
}

.homeBanner-slider-navigation-item a {
	color: #fff;
	transition: all ease-in 300ms;
}

.homeBanner-nav {
	display: none;
}

.homeBanner-nav ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 60px;
	justify-content: center;
	align-items: center;
}

.main-navigation ul.menu li.menu-item-has-children,
.homeBanner-nav ul.menu li.menu-item-has-children {
	position: relative;
}

.main-navigation ul.menu li.menu-item-has-children>a,
.homeBanner-nav ul.menu li.menu-item-has-children>a {
	display: flex;
	align-items: center;
}

.main-navigation ul.menu li.menu-item-has-children>a:after,
.homeBanner-nav ul.menu li.menu-item-has-children>a:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-left: 5px;
}

.homeBanner-nav ul.menu li.menu-item-has-children>a:after {
	border-top: 6px solid #fff;
}

.main-navigation ul.menu li.menu-item-has-children>a:after {
	border-top: 6px solid #000;
}

.main-navigation ul.menu li.menu-item-has-children>a:hover:after,
.homeBanner-nav ul.menu li.menu-item-has-children>a:hover:after {
	border-top: 6px solid var(--primary-color);
}

.main-navigation ul.menu li.menu-item-has-children.expanded a {
	text-align: left;
	color: #000;

}

.main-navigation ul.menu li.menu-item-has-children.expanded>a {
	margin-bottom: 10px;
}

.main-navigation ul.menu li.menu-item-has-children.expanded {
	width: 100%;
}

.main-navigation ul.menu li.menu-item-has-children.expanded ul {
	position: static;
	display: block;
	background-color: #f1f1f1;
	width: 100%;
}

.main-navigation ul.menu li.menu-item-has-children.expanded ul li {
	padding: 8px 10px;
}

.main-navigation ul.menu li.menu-item-has-children.expanded ul li a {
	color: var(--text-color) !important;
}

.main-navigation ul.menu li.menu-item-has-children.expanded ul li a:hover {
	color: var(--primary-color);
}

.main-navigation ul.menu li.menu-item-has-children ul {
	box-shadow: none;
	display: none;
}

.main-navigation ul.menu li.menu-item-has-children ul,
.homeBanner-nav ul.menu li.menu-item-has-children ul {
	list-style: none;
	margin: 0;
	padding: 0;
	transition: all ease-in 300ms;
}

.main-navigation ul.menu li.menu-item-has-children ul li,
.homeBanner-nav ul.menu li.menu-item-has-children ul li {
	padding: 10px 20px;
}

.main-navigation ul.menu li.menu-item-has-children ul li a {
	color: #fff !important;
	text-align: left !important;
}

.main-navigation ul.menu li.menu-item-has-children ul li a:hover {
	color: var(--primary-color) !important;
}

.main-navigation ul.menu li.menu-item-has-children ul li:not(:last-child),
.homeBanner-nav ul.menu li.menu-item-has-children ul li:not(:last-child) {
	border-bottom: 1px solid #ffffff17;
}

.homeBanner-nav a {
	color: #fff;
}

.homeBanner-nav a:not(.spsne-button):hover {
	color: var(--primary-color);
}

.homeBanner-nav {
	padding: 20px 0;
}

.text-gray {
	color: #646464;
}

@media screen and (min-width: 992px) {

	.main-navigation ul.menu li.menu-item-has-children ul,
	.homeBanner-nav ul.menu li.menu-item-has-children ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left !important;
		position: absolute;
		height: 0;
		opacity: 0;
		transition: all ease-in 300ms;
		overflow: hidden;
		width: 240px;
		background: #000000c9;
	}

	.main-navigation ul.menu li.menu-item-has-children:hover ul,
	.homeBanner-nav ul.menu li.menu-item-has-children:hover ul {
		height: auto;
		opacity: 1;
		flex-direction: column;
	}

	.main-navigation ul.menu li.menu-item-has-children ul {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.homeBanner {
		height: 100%;

	}

	.homeBanner-logo {
		margin-top: 50px;
	}

	.homeBanner-logo img {
		max-width: 195px;
	}

	.homeBanner-heading h1 {
		font-size: 4.375rem;
		line-height: 4.875rem;
		max-width: 954px;
		margin: 0 auto;
	}

	.homeBanner-services span {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}

	.spnse-button-bordered-white {
		padding: 15px 35px;
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

	.homeBanner-slider-navigation-item {
		font-size: 18px;
	}

	.homeBanner-nav {
		display: block;
	}

	.homeBanner {
		padding: 0 0 30px;
	}

	.homeBanner {
		height: 100vh;
	}
}

/*------------------------------------------------------
 * Home Compny Highlights - Section 2 After Home banner
 *------------------------------------------------------*/
.homeCompanyHighlights {
	background: #fff url('/wp-content/themes/spsne-child/assets/images/highlights-min.jpg');
	background-size: cover;
	padding: 60px 0;
	background-attachment: fixed;
}

.homeCompanyHighlights-navigation-list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.homeCompanyHighlights-navigation-list-item {
	line-height: 24px;
	padding: 10px 30px 10px 0;
	cursor: pointer;
	position: relative;
	border-right: 7px solid var(--primary-color);
	text-align: right;
	font-style: italic;
	color: var(--text-color);
	transition: all ease-in 100ms;
}

.homeCompanyHighlights-navigation-list-item:before {
	content: "";
	width: 7px;
	height: 100%;
	position: absolute;
	right: -7px;
	top: 0;
	opacity: 0;
	background-color: var(--secondary-color);
	transition: opacity ease-in-out 400ms;
}

.homeCompanyHighlights-navigation-list-item:hover:before,
.homeCompanyHighlights-navigation-list-item[aria-expanded="true"]:before {
	opacity: 1;
}

.homeCompanyHighlights-navigation-list-item:hover,
.homeCompanyHighlights-navigation-list-item[aria-expanded="true"] {
	font-size: 16px;
	font-weight: 700;
	color: #0B0B45;
}

@media screen and (min-width: 992px) {
	.homeCompanyHighlights-navigation {
		padding-left: 85px;
	}

	.homeCompanyHighlights-navigation-list-item {
		line-height: 30px;
		padding: 20px 0 20px 30px;
		text-align: left;
	}

	.homeCompanyHighlights-navigation-list-item {
		font-size: 16px;
		border-left: 7px solid var(--primary-color);
		border-right: 0;
	}

	.homeCompanyHighlights-navigation-list-item:before {
		left: -7px;
	}
}

.homeCompanyHighlights-content:not(.show) {
	display: none;
}

@media screen and (min-width: 1200px) {
	.homeCompanyHighlights {
		padding: 100px 0;
	}
}

@media screen and (min-width: 1400px) {

	.homeCompanyHighlights-navigation-list-item:hover,
	.homeCompanyHighlights-navigation-list-item[aria-expanded="true"] {
		font-size: 20px;
	}
}

/*------------------------------------------------------
 * Our Services - Section 3 
 *------------------------------------------------------*/
.homeServices {
	padding: 60px 0;
	background: linear-gradient(to top, rgba(255, 255, 255, .7), var(--secondary-color)), url('/wp-content/themes/spsne-child/assets/images/highlights-min.jpg');
}

.section-border-heading {
	display: flex;
	align-items: center;
	font-size: 32px;
	margin-bottom: 40px;
}

.section-border-heading:before,
.section-border-heading:after {
	content: "";
	width: 100%;
	height: 7px;
	background-color: #ffffff;
}

.section-border-heading-text {
	padding: 0 6%;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	font-size: 32px;
	min-width: 300px;
}

.section-border-heading-secondary:before,
.section-border-heading-secondary:after {
	background-color: var(--secondary-color);
}

.section-border-heading-secondary .section-border-heading-text {
	color: var(--secondary-color);
}

.homeServices .grid-service-item {
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.30);
	color: var(--text-color);
	position: relative;
	overflow: hidden;
	height: 320px;
	display: block;
}

.homeServices .grid-service-item figure,
.homeServices .grid-service-item figure img {
	height: 100%;
	overflow: hidden;
}

.homeServices .grid-service-item:hover .grid-service-item-name {
	background-color: #e91c2ee6;
	color: #fff;
	transition: all ease-in 300ms;
}

.homeServices .grid-service-item:hover .grid-service-item-image img {
	background-color: #e91c2ee6;
	color: #fff;
	transition: all ease-in 300ms;
}

.homeServices .grid-service-item figure {
	margin: 0;
}

.homeServices .grid-service-item figure img {
	width: 100%;
	transition: transform ease-in 300ms;
	object-position: center;
	object-fit: cover;
}

.homeServices .grid-service-item:hover figure img {
	transform: scale(1.1);
}

.homeServices .grid-service-item .grid-service-item-name {
	background-color: #fff;
	bottom: 0;
	left: 0;
	padding: 15px 20px;
	position: absolute;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	text-align: center;
}


@media screen and (min-width: 768px) {

	.homeServices .container-grid-services {
		display: grid;
		gap: 30px;
		grid-auto-rows: .5fr;
		grid-template-areas:
			'one two'
			'three four'
			'five six'
			'seven eight';
	}

	.grid-service-item img {
		min-height: 170px;
	}

	.grid-service-item:nth-child(1) {
		grid-area: one;
	}

	.grid-service-item:nth-child(2) {
		grid-area: two;
	}

	.grid-service-item:nth-child(3) {
		grid-area: three;
	}

	.grid-service-item:nth-child(4) {
		grid-area: four;
	}

	.grid-service-item:nth-child(5) {
		grid-area: five;
	}

	.grid-service-item:nth-child(6) {
		grid-area: six;
	}

	.grid-service-item:nth-child(7) {
		grid-area: seven;
	}

	.grid-service-item:nth-child(8) {
		grid-area: eight;
	}

	.homeServices .grid-service-item {
		min-height: 240px;
		height: auto;
	}

	.section-border-heading-text {
		white-space: nowrap;
		min-width: auto;
	}

}

@media screen and (min-width: 1200px) {
	.homeServices {
		padding: 100px 0;
	}

	.homeServices .container-grid-services {
		grid-template-areas:
			'one one two three'
			'one one four five'
			'six seven eight eight';
	}

	.grid-service-item:nth-child(8) img {
		height: 170px;
		object-fit: cover;
	}

	.section-border-heading {
		margin-bottom: 60px;
	}

	.section-border-heading-text {
		font-size: 40px;
	}
}

/*------------------------------------------------------
 * SPS Faces - Section 4 
 *------------------------------------------------------*/

.homeFacesSpsne-heading {
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	background-color: var(--primary-color);
}

.homeFacesSpsne-heading>svg,
.homeFacesSpsne-heading>svg+svg {
	display: none;
}

.homeFacesSpsne-heading h2 {
	position: relative;
	font-size: 32px;
}

.homeFacesSpsne-cta {
	background: rgba(11, 11, 69, 0.90);
	box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.30);
	max-width: 100%;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}

.homeFacesSpsne-cta-wrapper {
	position: relative;
	display: flex;
	padding: 40px 20px 40px 20px;
	flex-direction: column-reverse;
}

.homeFacesSpsne-cta-content {
	text-align: center;
	max-width: 100%;
}

.homeFacesSpsne-cta-heading,
.homeFacesSpsne-cta-text {
	margin-bottom: 1rem;
	color: #fff;
}

.homeFacesSpsne-cta-text+p span {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.homeFacesSpsne-cta-heading {
	font-size: 20px;
	line-height: 24px;
}

.homeFacesSpsne-cta-text {
	font-size: 16px;
}

.homeFacesSpsne-cta-image {
	display: flex;
	justify-content: center;
	flex-grow: 1;
}

.homeFacesSpsne-cta-image img {
	align-self: center;
	width: 120px;
}

.homeFacesSpsne-cta-btnclose {
	position: absolute;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 23px;
	top: 10px;
	right: 10px;
}

.homeFacesSpsne-cta-btnclose svg {
	fill: #fff;
}

.homeFacesSpsne-cta-btnclose:hover svg {
	fill: var(--primary-color);
}

.homeFacesSpsne-large-image {
	max-width: 787px;
	transition: all ease-in 200ms;
}

.homeFacesSpsne-large-image.full {
	max-width: 100%;
}

@media screen and (min-width: 992px) {
	.homeFacesSpsne-cta-content {
		max-width: 355px;
	}

	.homeFacesSpsne-cta {
		max-width: 620px;
	}
}

@media screen and (min-width: 1200px) {

	.homeFacesSpsne-heading>svg,
	.homeFacesSpsne-heading>svg+svg {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}

	.homeFacesSpsne-heading>svg+svg {
		z-index: 1;
	}

	.homeFacesSpsne .container {
		display: flex;
		justify-content: end;
		position: relative;
	}

	.homeFacesSpsne-cta {
		position: absolute;
		top: 50%;
		left: 12px;
		transform: translatey(-50%);
	}

	.homeFacesSpsne-cta-text+p span {
		font-size: 30px;
		font-weight: 600;
		line-height: 38px;
		margin-bottom: 40px;
	}

	.homeFacesSpsne-cta-heading {
		font-size: 30px;
	}

	.homeFacesSpsne-cta-wrapper {
		flex-direction: row;
	}

	.homeFacesSpsne-cta-image {
		display: flex;
		justify-content: end;
		flex-grow: 1;
	}

	.homeFacesSpsne-cta-image img {
		align-self: center;
		width: auto;
	}

	.homeFacesSpsne-cta-text {
		font-size: 20px;
	}

	.homeFacesSpsne-cta {
		margin-bottom: 0;
	}

	.homeFacesSpsne-heading h2 {
		font-size: 40px;
	}
}

/*------------------------------------------------------
 * Recent Blog - Section 5 
 *------------------------------------------------------*/
.homeRecentBlog {
	padding: 60px 0;
	overflow: hidden;
}

/* Carousel Blog */
.carousel-blog.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.carousel-blog .owl-stage {
	display: flex;
}

.carousel-blog .owl-item {
	display: flex;
	flex-direction: column;
}

.carousel-blog .spsne-card {
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
}


.carousel-blog .spsne-card-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.carousel-blog .owl-item.active {
	opacity: 1;
	transition: opacity 500ms;
}

.carousel-blog .owl-item.active:hover .spsne-card-title h3 {
	color: var(--secondary-color);
}

.carousel-blog .owl-item:hover .spsne-card-title h3 {
	font-weight: 600;
}

.carousel-blog .owl-item {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	opacity: 0;
}


/* make card clickable */
.carousel-blog .owl-item:not(.active) .spsne-card-button a {
	pointer-events: none;
}

.carousel-blog .owl-item.active .spsne-card-button a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.container-grid-services.owl-theme .owl-nav,
.carousel-blog.owl-theme .owl-nav {
	margin-top: 0;
}

.container-grid-services.owl-theme .owl-nav .owl-prev,
.container-grid-services.owl-theme .owl-nav .owl-next,
.carousel-blog.owl-theme .owl-nav .owl-prev,
.carousel-blog.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	font-size: 70px;
}

.container-grid-services.owl-theme .owl-nav .owl-prev svg,
.container-grid-services.owl-theme .owl-nav .owl-next svg,
.carousel-blog.owl-theme .owl-nav .owl-prev svg,
.carousel-blog.owl-theme .owl-nav .owl-next svg {
	fill: var(--secondary-color);
	transition: all ease-in 200ms;
}

.container-grid-services.owl-theme .owl-nav .owl-prev:hover svg,
.container-grid-services.owl-theme .owl-nav .owl-next:hover svg,
.carousel-blog.owl-theme .owl-nav .owl-prev:hover svg,
.carousel-blog.owl-theme .owl-nav .owl-next:hover svg {
	fill: var(--tertiary-color);
}

.container-grid-services.owl-theme .owl-nav .owl-prev,
.carousel-blog.owl-theme .owl-nav .owl-prev {
	left: -50px;
}

.container-grid-services.owl-theme .owl-nav .owl-next,
.carousel-blog.owl-theme .owl-nav .owl-next {
	right: -50px;
}

.container-grid-services.owl-theme .owl-nav+.owl-dots,
.carousel-blog.owl-theme .owl-nav+.owl-dots {
	margin-top: 40px;
}

.container-grid-services.owl-theme .owl-dots .owl-dot span,
.carousel-blog.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 7px;
	border-radius: 0;
	transition: all ease-in 200ms;
}

.container-grid-services.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

.container-grid-services.owl-theme .owl-dots .owl-dot.active span,
.container-grid-services.owl-theme .owl-dots .owl-dot:hover span,
.carousel-blog.owl-theme .owl-dots .owl-dot.active span,
.carousel-blog.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--primary-color);
}

.container-grid-services.owl-theme .owl-nav [class*=owl-]:hover,
.carousel-blog.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

@media screen and (min-width: 1200px) {
	.homeRecentBlog {
		padding: 100px 0;
	}
}

/*------------------------------------------------------
 * Company Logo - Section 6 
 *------------------------------------------------------*/
.companyLogo {
	padding: 0 20px;
}

@media screen and (min-width: 1600px) {
	.companyLogo {
		padding: 0 117px;
	}
}

/* Carousel Logos */
.carousel-company-logo.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
	align-self: center;
}

.carousel-company-logo .owl-stage,
.carousel-company-logo .owl-item,
.carousel-company-logo .carousel-company-logo-item {
	display: flex;
}

.carousel-company-logo-item {
	justify-content: center;
	flex-wrap: wrap;
	flex: 1;
}

.carousel-company-logo-item-img {
	flex: 0 1 calc(100%/3);
	display: flex;
	padding: 5px;
}

@media screen and (min-width: 768px) {
	.carousel-company-logo-item-img {
		flex: 0 1 calc(100%/4);
		padding: 0;
	}
}

@media screen and (min-width: 992px) {
	.carousel-company-logo-item-img {
		flex: 0 1 calc(100%/5);
	}
}

@media screen and (min-width: 1400px) {
	.carousel-company-logo-item-img {
		flex: 0 1 calc(100%/7);
	}
}

.carousel-company-logo.owl-carousel .owl-item {
	text-align: center;
	justify-content: center;
}

/** Social Icons **/
.social-share {
	background-color: #fff;
	text-align: center;
	padding-bottom: 60px;
}

.social-share .social-share-title {
	max-width: 192px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: 5px solid #E91C2E;
	color: #0B0B45;
	font-size: 24px;
	font-weight: 600;
}

.social-share-icons {
	display: flex;
	justify-content: center;
	gap: 14px;
}

.social-share-icons a {
	width: 55px;
	height: 55px;
	border-radius: 50px;
	border: 1px solid var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in 300ms;
}

.social-share-icons a:hover {
	background-color: var(--primary-color);
}

.social-share-icons a svg {
	fill: var(--primary-color);
}

.social-share-icons a:hover svg {
	fill: #ffffff;
}

@media screen and (min-width: 992px) {
	.social-share {
		padding-bottom: 100px;
	}
}

/** New Search Filter **/
/*Form*/
.search-filter-toggle,
.search-filter-option-categories {
	padding: 20px 12px;
	display: flex;
	gap: 16px;
}

.search-filter-option-col {
	background-color: #F0F2F1;
	padding: 0 !important;
}

.search-filter-option-categories {
	border-bottom: 1px solid #303030;
}

.search-filter-option-field {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

.search-filter-categories-selector {
	position: absolute;
	list-style: none;
	margin: 0;
	border: 1px solid #303030;
	background-color: #fff;
	width: 100%;
	z-index: 5;
	padding: 0;
	display: none;
	top: 0;
}

.search-filter-categories-selector.open {
	display: block;
}

.search-filter-categories-selector ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.search-filter-categories-selector .done-filter-container {
	padding: 10px 12px;
	background: #f1f1f1;
	border-top: 1px solid #e6d3d3;
	text-align: right;
}

.search-filter-categories-selector li {
	cursor: pointer;
	padding: 8px 12px;
}

.search-filter-categories-selector li.selected {
	background-color: var(--primary-color);
	color: #fff;
}

.search-filter-label {
	text-wrap: nowrap;
	color: #030303;
	font-family: Prompt;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	padding-right: 20px;
	border-right: 1px solid #030303;
	min-width: var(--data-custom-width);
}

.search-filter-field-col {
	background-color: var(--primary-color);
	padding-top: 12px;
	padding-bottom: 12px;
}

.search-filter-field-col input[type=search] {
	width: 100%;
	border: none;
	padding: 15px 20px;
	border-radius: 0;
	padding-right: 40px;
}

.search-filter-field-col input[type=search]:focus {
	outline: none;
}

.search-filter-field-col input[type=submit] {
	text-indent: -9999999px;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	border: none;
	bottom: 0;
	border-left: 1px solid #303030;
	border-radius: 0;
	background-position: center;
	display: inline-block;
	height: 30px;
	width: 40px;
	background-size: 50%;
	padding: 0 20px;
	display: inline-block;
}

#search-filter-form.searching .search-filter-field-col input[type=submit] {
	background-image: url('/wp-content/themes/spsne-child/assets/images/loader.svg');
}

.category-selector-box {
	flex: 1;
}

.category-selector-box-outer {
	line-height: 1;
}

@media screen and (min-width: 992px) {
	.category-selector-box-outer {
		display: flex;
	}

	.category-selector-box {
		width: 360px;
		overflow: hidden;
	}
}

.category-selector-box span[data-selector-value] {
	text-wrap: nowrap;
	line-height: 1;
	display: inline-block;
}

.category-selector-box span[data-selector-value] .text {
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	line-height: 24px;
}

.category-selector-box span[data-selector-value] i {
	font-style: normal;
	font-size: 22px;
	line-height: 0;
	font-weight: 100;
	font-family: system-ui;
	transform: rotate(45deg) translate(-6px, 0);
	display: inline-block;
	color: var(--primary-color);
	cursor: pointer;
}

.button-selector {
	padding: 0;
	width: 32px;
	height: 28px;
	border: none;
	background: transparent;
	text-indent: -9999px;
	background-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'40px\' height=\'30px\' viewBox=\'0 0 10 10\' enable-background=\'new 0 0 10 10\' xml:space=\'preserve\'><polygon points=\'7,3.5 5,6.5 3,3.5 \'/></svg>');

}


.search-filter-field {
	display: flex;
	align-items: center;
	background: #fff;
	width: 100%;
}

.formFilter-buttons {
	position: relative;
	display: flex;
	gap: 20px;
}

.formFilter-buttons input {
	display: none;
}

.formFilter-buttons label {
	width: 122px;
	color: #000;
	font-weight: 600;
	line-height: 26px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	/* position: absolute; */
	/* top: 0; */
}

.formFilter-buttons .formFilter-oldest label {
	/* background-color: #0058AA; */
	/* border-right: 13px solid #CCCCCC; */
	background-color: #fff;
	border: 1px solid #d3d0d0;
	z-index: 3;
}

.formFilter-buttons .formFilter-newest label {
	background-color: #fff;
	border: 1px solid #d3d0d0;
	/* background-color: #000; */
	/* border-left: 13px solid var(--primary-color); */
	z-index: 2
}
.formFilter-buttons .formFilter-newest.active label{
	background-color: green;
	color: #fff;
}
.formFilter-buttons .formFilter-oldest.active label {
	background-color: var(--primary-color);
	color: #fff;
}
.formFilter-buttons .formFilter-newest.active label,
.formFilter-buttons .formFilter-oldest.active label {
	z-index: 4;
}

.search-filter {
	background-color: #fff;
	padding-top: 40px;
}

@media screen and (min-width: 992px) {
	.search-filter {
		background: linear-gradient(90deg, #ffffffeb 70%, var(--primary-color) 40%);
		padding-top: 0;
	}

	.search-filter-toggle,
	.search-filter-option-categories {
		padding: 25px 30px;
	}

	.search-filter-field-col {
		padding-left: 40px;
	}

	.search-filter .category-selector-box {
		width: 224px;
		overflow: hidden;
	}

}

/* Section BLock */
.section-block {
	padding: 80px 0;
	position: relative;
}

.section-block.section-block--large-padding {
	padding: 150px 0;
}

.section-block--with-bg-image {
	background: linear-gradient(to top, #0b0b45f0, #0b0b45f0), url(/wp-content/themes/spsne-child/assets/images/background-full-min.webp);
}

.section-block__holder-with-bg-gradient-secondary {
	background: linear-gradient(180deg, #0b0b4e 2%, #ffffff 55%);
}

.section-block__heading-holder {
	margin-bottom: 40px;
}

.section-block__body>*:last-child {
	margin-bottom: 0;
}

.section-block__heading {
	margin-bottom: 0;
	font-size: 40px;
}

.section-block__description {
	font-size: 18px;
	margin-bottom: 60px;
}

.section-block__description>*:last-child {
	margin-bottom: 0;
}

.section-block-image {
	padding: 0 0 60px;
}

.section-block__divider {
	margin-top: 60px;
	margin-bottom: 60px;
}

@media (min-width: 1200px) {
	.section-block {
		padding: 100px 0;
	}

	.section-block__divider {
		margin-top: 100px;
		margin-bottom: 100px;
	}
}

.background-gradient {
	background-color: #ffffffdb;
}

@media screen and (min-width: 992px) {
	.background-gradient {
		background: linear-gradient(90deg, #ffffffdb 70%, var(--primary-color) 40%);
	}
}

/** College Graduate **/
.include-benefit-section .nav-link {
	padding: 15px 40px;
	border-radius: 0;
	color: var(--text-color);
	background-color: #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}

.include-benefit-section .nav-link:not(.active) {
	transform: translatey(4px)
}

.include-benefit-section .nav-link.active {
	border-color: #d3d0d0;
	border-bottom: 1px solid transparent;
	border-top: 4px solid var(--primary-color);
}