/* Header */
.cs-wpml-header-global {
    align-items: center;
    display: flex;
}
.cs-wpml-header-global .wpml-ls-legacy-list-horizontal > ul .wpml-ls-item > a {
    color: #22253d;
    text-decoration: none;
    font-weight: 600;
}
/* body.home .cs-wpml-header-global .wpml-ls-legacy-list-horizontal > ul .wpml-ls-item > a {
    color: #fff;
}
body.home .cs-wpml-header-global .wpml-ls-legacy-list-horizontal > ul .wpml-ls-item > a:hover {
    color: #ced6ea;
} */
.cs-wpml-header-global .wpml-ls-legacy-list-horizontal > ul .wpml-ls-item > a:hover {
    color: #f73760;
    text-decoration-line: unset !important;
}
.cs-wpml-off-canvas {
    padding-top: 14px;
    border-top: 1px dotted #a6abcd;
}
.cs-wpml-off-canvas .wpml-ls-legacy-list-horizontal,
.cs-wpml-header-global .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: unset;
}
.cs-wpml-off-canvas .wpml-ls-legacy-list-horizontal > ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cs-wpml-off-canvas .wpml-ls-legacy-list-horizontal > ul .wpml-ls-item > a {
    padding: 0;
    font-size: 34px;
    line-height: 1.8;
    color: #fff;
}
/* EOF - Header */

/* Footer */
.otgs-development-site-front-end {
	display: none;
}
/* EOF - Footer */

/* Cards */
@media (max-width: 1024px) {
    .cs-slider-post-cards .swiper-wrapper .swiper-slide .fusion-carousel-item-wrapper .fusion-flex-content-wrap .fusion_builder_column_inner {
        margin-top: 0;
    }
}
/* EOF Cards */

/* Services Items */
.cs-services-boxes .content-box-wrapper {
	min-height: unset !important;
	flex-grow: 1;
	display: flex !important;
	flex-direction: column;
}

.cs-services-boxes .fusion-column.content-box-column {
	display: flex !important;
}

.cs-services-boxes .fusion-read-more {
	display: flex !important;
	flex-grow: 1;
	justify-content: center;
	flex-direction: row;
	align-items: flex-end;
}

.cs-services-boxes .fusion-read-more::after {
	top: -2px !important;
	right: unset !important;
	padding-left: 10px !important;
	position: relative !important;
	transform: unset !important;
}

@media (max-width: 1024px) {
	.cs-services-boxes .fusion-column.content-box-column {
		margin-bottom: 0 !important;
	}
}

/* Service Pages */
.page-child.parent-pageid-1319 .fusion-imageframe img {
	border-bottom-left-radius: 25px;
}

/* Easyjobs */
.easyjobs-shortcode-wrapper p,
.easyjobs-shortcode-wrapper a {
	font-family: 'Mulish' !important;
}

.ej-job-highlights {
	font-family: 'Mulish';
}

.ej-btn.ej-info-btn {
	background: #3d436d !important;
	box-shadow: unset !important;
}

.ej-btn.ej-info-btn-light {
	background: #22253d !important;
    color: #fff !important;
}

.ej-btn.ej-info-btn-light:hover,
.ej-btn.ej-info-btn-light:focus {
	background: #3d436d !important;
	box-shadow: unset !important;
}

.ej-btn.ej-info-btn:focus, 
.ej-btn.ej-info-btn:hover {
	background: #22253d !important;
}

.easyjobs-shortcode-wrapper .ej-no-cover-photo {
	background-color: #ced6ea !important;
}

.easyjobs-details .ej-remote-label,
.easyjobs-details .ej-label.ej-info-label {
	background: #ced6ea !important;
    color: #3d436d !important;
}

@media (max-width: 767px) {
	.easyjobs-shortcode-wrapper .ej-no-cover-photo {
		min-height: 0 !important;
	}
	
	.easyjobs-shortcode-wrapper .ej-header {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.easyjobs-shortcode-wrapper .ej-job-list-item-col {
		padding: 0 !important;
	}
}

/* Homepage */
.cs-column-gap > .fusion-column-wrapper {
	gap: 20px;
}

@media (max-width: 767px) {
	h1.fusion-title-heading {
		font-size: 46px !important;
	}
	
	h2.fusion-title-heading {
		font-size: 36px !important;
	}
	
	h3.fusion-title-heading {
		font-size: 30px !important;
	}
	
	h4.fusion-title-heading {
		font-size: 26px !important
	}
	
	.cs-small-text-mobile p {
		font-size: 18px !important;
	}
	
	.cs-services-transform > .fusion-column-wrapper  {
		transform: unset !important;
	}
	
	.cs-highlighted-text .fusion-highlighted-text-wrapper svg {
		display: none !important;
	}
	
	.cs-wpml-header-global .wpml-ls-legacy-list-horizontal {
		display: none;
	}
	
}