/*
Theme Name: Enshore
Theme URI: https://layers.studio
Description: A WordPress Theme developed by Layers Studio for Enshore.
Author: Layers Studio
Author URI: https://layers.studio
Template: hello-elementor
Version: 1.1.2
Text Domain: dev-layers
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap');

/*
Font usage -
	font-family: halyard-display, sans-serif;
	font-family: 'Roboto', sans-serif;
*/

/* CSS for curve bit */
/* .curve-right-side {
	background-image: radial-gradient(at top left, #ff000000 62%, #449EAB 62.5%, #82CBD6 88%), linear-gradient(248deg, white 46%, #ffffff 100%);
    background-size: 100% 134%,cover;
    background-repeat: no-repeat;
}

.curve-left-side {
	background-image: radial-gradient(at top right, #ff000000 62%, #449EAB 62.5%, #82CBD6 88%), linear-gradient(248deg, white 46%, #ffffff 100%);
    background-size: 100% 134%,cover;
    background-repeat: no-repeat;
} */

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

@media (min-width: 1200px) {
	html body .site-header, body:not([class*=elementor-page-]) .site-main {
		max-width: unset;
	}
}

.main-nav nav a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 900px) {
	.elementor-widget-button.elementor-tablet-align-justify a span {
		width: max-content;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 600px) {
	html body section a {
		width: auto;
	}
	
	html body section .elementor-button-text {
		flex-grow: unset;
	}
}

html {
  scroll-behavior: smooth;
}

body {
	background-color: #fff;
}

.lock-scroll {
	overflow-y: hidden;
}

header.page-header {
	display: none;
}

html body .elementor-button-wrapper a:hover {
	text-decoration: none;
}

.no-margin-bottom,
.no-margin-bottom h1,
.no-margin-bottom h2,
.no-margin-bottom h3,
.no-margin-bottom h4,
.no-margin-bottom h5,
.no-margin-bottom h6,
.no-margin-bottom p,
.no-margin-bottom pre,
.no-margin-bottom a {
	margin-bottom: 0px !important;
}

/* Setting REM */
:root {
  font-size: 100%;
  body {
    margin: 0;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1025px) {
	:root {
	  font-size: 95%;
	  body {
		margin: 0;
		font-size: 1rem;
	  }
	}
}

@media only screen and (max-width: 900px) {
	:root {
	  font-size: 80%;
	  body {
		margin: 0;
		font-size: 1rem;
	  }
	}
}
	
@media only screen and (max-width: 600px) {
	:root {
	  font-size: 75%;
	  body {
		margin: 0;
		font-size: 1rem;
	  }
	}
}

@media only screen and (max-width: 600px) {
	.elementor-button-wrapper a {
		width: 100%;
	}
}

/* Fonts */
html body section.elementor-section .elementor-column h1,
html body section.elementor-section .elementor-column .h1,
html body section.elementor-section .elementor-column .h1 h1,
html body section.elementor-section .elementor-column .h1 h2,
html body section.elementor-section .elementor-column .h1 h3,
html body section.elementor-section .elementor-column .h1 h4,
html body section.elementor-section .elementor-column .h1 h5,
html body section.elementor-section .elementor-column .h1 h6,
html body section.elementor-section .elementor-column .h1 p {
	font-family: 'halyard-display', sans-serif;
	font-weight: 700;
	font-size: 3.375rem;
	line-height: 3.625rem;
}

html body section.elementor-section .elementor-column h2,
html body section.elementor-section .elementor-column .h2,
html body section.elementor-section .elementor-column .h2 h1,
html body section.elementor-section .elementor-column .h2 h2,
html body section.elementor-section .elementor-column .h2 h3,
html body section.elementor-section .elementor-column .h2 h4,
html body section.elementor-section .elementor-column .h2 h5,
html body section.elementor-section .elementor-column .h2 h6,
html body section.elementor-section .elementor-column .h2 p {
	font-family: 'halyard-display', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	line-height: 3rem;
}

html body section.elementor-section .elementor-column h3,
html body section.elementor-section .elementor-column .h3,
html body section.elementor-section .elementor-column .h3 h1,
html body section.elementor-section .elementor-column .h3 h2,
html body section.elementor-section .elementor-column .h3 h3,
html body section.elementor-section .elementor-column .h3 h4,
html body section.elementor-section .elementor-column .h3 h5,
html body section.elementor-section .elementor-column .h3 h6,
html body section.elementor-section .elementor-column .h3 p {
	font-family: 'halyard-display', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.125rem;
}

html body section.elementor-section .elementor-column h4,
html body section.elementor-section .elementor-column .h4,
html body section.elementor-section .elementor-column .h4 h1,
html body section.elementor-section .elementor-column .h4 h2,
html body section.elementor-section .elementor-column .h4 h3,
html body section.elementor-section .elementor-column .h4 h4,
html body section.elementor-section .elementor-column .h4 h5,
html body section.elementor-section .elementor-column .h4 h6,
html body section.elementor-section .elementor-column .h4 p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 2rem;
	line-height: 2.375rem;
}

html body section.elementor-section .elementor-column h5,
html body section.elementor-section .elementor-column .h5,
html body section.elementor-section .elementor-column .h5 h1,
html body section.elementor-section .elementor-column .h5 h2,
html body section.elementor-section .elementor-column .h5 h3,
html body section.elementor-section .elementor-column .h5 h4,
html body section.elementor-section .elementor-column .h5 h5,
html body section.elementor-section .elementor-column .h5 h6,
html body section.elementor-section .elementor-column .h5 p {
	font-family: 'halyard-display', sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2.125rem;
}

html body section.elementor-section .elementor-column h6,
html body section.elementor-section .elementor-column .h6,
html body section.elementor-section .elementor-column .h6 h1,
html body section.elementor-section .elementor-column .h6 h2,
html body section.elementor-section .elementor-column .h6 h3,
html body section.elementor-section .elementor-column .h6 h4,
html body section.elementor-section .elementor-column .h6 h5,
html body section.elementor-section .elementor-column .h6 h6,
html body section.elementor-section .elementor-column .h6 p {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.125rem;
}

html body section.elementor-section .elementor-column p
html body section.elementor-section .elementor-column .p,
html body section.elementor-section .elementor-column .p h1,
html body section.elementor-section .elementor-column .p h2,
html body section.elementor-section .elementor-column .p h3,
html body section.elementor-section .elementor-column .p h4,
html body section.elementor-section .elementor-column .p h5,
html body section.elementor-section .elementor-column .p h6,
html body section.elementor-section .elementor-column .elementor-widget-text-editor {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

html body section.elementor-section .elementor-column pre,
html body section.elementor-section .elementor-column .pre h1,
html body section.elementor-section .elementor-column .pre h2,
html body section.elementor-section .elementor-column .pre h3,
html body section.elementor-section .elementor-column .pre h4,
html body section.elementor-section .elementor-column .pre h5,
html body section.elementor-section .elementor-column .pre h6,
html body section.elementor-section .elementor-column .pre p {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1rem;
	text-transform: uppercase;
}

html body.elementor-kit-7 button,
html body.elementor-kit-7 input[type="button"],
html body.elementor-kit-7 input[type="submit"],
html body.elementor-kit-7 .elementor-button,
html body .elementor-widget-uael-gf-styler .uael-gf-style input[type=submit],
html body .elementor-widget-uael-gf-styler .uael-gf-style input[type="button"],
html body .elementor-734 .elementor-element.elementor-element-2d05e72 .elementor-button {
    font-family: "halyard-display", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1em;
    color: #000000;
	font-style: normal;
    background-color: var( --e-global-color-f3d5b16 );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-f3d5b16 );
    border-radius: 4px 4px 4px 4px;
    padding: 10px 16px 10px 16px;
}


/* Row Styles */
section.elementor-section.elementor-top-section > .elementor-container {
	padding: 0px 24px;
}

@media only screen and (max-width: 1025px) {
	section.elementor-section.elementor-top-section > .elementor-container {
		padding: 0px 24px;
	}
	
	.elementor-section .elementor-container,
	.elementor-section .elementor-container .elementor-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 600px) {
	section.elementor-section.elementor-top-section > .elementor-container {
		padding: 0px 15px;
	}
	
	br {
		display: none;
	}
}

/* ================================= */
/* END ELEMENTOR DEFAULT STYLE FIXES */
/* ================================= */

/*Form errors*/
html body .elementor-section-wrap section .elementor-container .elementor-row .elementor-widget-container .uael-gf-style .gform_wrapper form div.validation_error {
    border-color: #FF1A2800 !important;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-style: solid;
    padding: 10px 0px 0px 10px;
    color: #FF1A28;
	margin-bottom: 0px;
	display: none;
}

html body .gform_wrapper .gfield_error .gfield_label {
    color: #FF1A28;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}

html body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
html body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #FF1A28;
}

.uael-gf-style .gform_wrapper .gfield_description.validation_message {
    color: #FF1A28;
}

.uael-gf-style .gform_wrapper .gfield_description.validation_message {
    text-align: left;
    border: none;
    background-color: unset;
    padding: 0px;
    font-size: 0.75rem;
    margin-top: 9px;
}

.lock-scroll {
	overflow-y: hidden !important;
}

a {
	transition: all 0.3s !important;
}

body {
	background-color: #ffffff !important;
}

header.page-header {
	display: none;
}

.popup-form > .elementor-container > .elementor-row {
	height: 100%;
    align-self: flex-start;
}

.popup-form > .elementor-container > .elementor-row .gform_confirmation_message {
	text-align: center;
	color: #000 !important;
}

/* Nav */
.main-nav-container {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}

.main-nav ul {
	margin-right: unset;
    width: 100%;
}

.main-nav ul li.nav-contact-us {
	margin-left: auto;
    display: block;
}

.main-nav ul li.nav-contact-us a {
    font-family: "halyard-display", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1em;
    color: #000000;
    background-color: var( --e-global-color-f3d5b16 );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-f3d5b16 );
    border-radius: 4px 4px 4px 4px;
    padding: 10px 16px 10px 16px;
	margin-top: 5px;
}

.main-nav ul li.nav-contact-us a:hover {
    padding: 10px 16px 10px 16px;
	background-color: var( --e-global-color-df777a6 );
    border-color: var( --e-global-color-df777a6 );
}

.main-nav ul li.nav-contact-us a:hover:after,
.main-nav ul li.nav-company a:hover:after,
.main-nav ul li > ul.sub-menu li a:hover .main-nav ul li.nav-contact-us a:after {
	display: none;
}

@media only screen and (min-width: 1600px) and (max-width: 2500px) {
	.nav-links-column .elementor-column-wrap > .elementor-widget-wrap {
		padding-left: 7% !important;
	}
}

@media only screen and (min-width: 900px) {
	.main-nav ul li > ul.sub-menu {
		background: #ffffff;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
		border-radius: 4px;
		padding: 8px;
	}

	.main-nav ul li > ul.sub-menu li a {
		padding: 13px 25% 13px 12px !important;
		border: none;
		width: 100%;
	}

	.main-nav ul li > ul.sub-menu li a::before {
		content: "";
		position: absolute;
		right: 8px;
		left: initial;
		height: 11px;
		width: 16px;
		background-image: url(../../uploads/2022/08/arrow_right_alt.svg);
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 101;
		top: 50%;
		transform: translateY(-50%);
		opacity: 1;
		background-color: transparent;
		padding: 0px 5px;
	}
}

@media only screen and (max-width: 900px) {
	.main-nav-container .elementor-nav-menu--dropdown {
		height: 100vh;
	}
	
	.main-nav-container .elementor-nav-menu--dropdown ul {
		max-width: 300px;
		margin: 30px auto 0px;
	}
	
	.main-nav-container .elementor-nav-menu--dropdown ul li {
		margin-bottom: 20px;
	}
	
	.main-nav-container .elementor-nav-menu--dropdown ul li a {
		text-align: center; 
		display: block;
		font-size: 18px !important;
	}
	
	.lock-scroll .main-nav-container > .elementor-container {
		background-color: #fff;
	}
	
	.lock-scroll .main-nav-container > .elementor-container .main-nav-inner-wrapper {
		box-shadow: none;
	}
	
	.main-nav-container .register-interest {
		margin-left: 0px;
	}
	
	.main-nav-container > .elementor-container {
		padding: 0px !important;
	}
	
	.main-nav-inner-wrapper {
		width: 100% !important;
	}
	
	.main-nav ul li a span.sub-arrow {
		display: inline-block;
	}
	
	
	.main-nav ul li > ul.sub-menu {
		display: block;
		height: auto;
	}
}

/* Homepage */
.home-hero-machine-cta-wrapper {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}

.testimonial-author-box .elementor-author-box__name {
    line-height: 1rem !important;
    margin-top: 0px !important;
}

/* Footer */
.copyright-text .elementor-text-editor {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1rem;
	text-transform: uppercase;
}

/* Machinery Archive */
.machinery-filters .jet-radio-list__button {
	transition: all 0.3s ease-in-out;
}

.machinery-filters .jet-radio-list__button:hover {
	border-bottom: 3px solid var( --e-global-color-3f086f9 ) !important;
	font-weight: 700 !important;
	color: #000 !important;
}

/* Machinery Listing Items */
.machinery-item {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.machinery-column-background .elementor-column-wrap {
	background-size: 100% 100% !important;
}

.machinery-item .elementor-container {
	padding: 0px !important;
}

.equipment-contact-form .uael-gf-style {
	background: #FFFFFF;
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.24);
	padding: 45px 60px;
}

html body .equipment-contact-form .uael-gf-style form input:not([type=submit]) {
	width: 100% !important;
}

html body .equipment-contact-form .uael-gf-style form .gform_footer {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

html body .equipment-contact-form .uael-gf-style form .form-consent {
	margin-top: 40px;
}

html body .equipment-contact-form .uael-gf-style form input[type=submit] {
	margin-top: -30px;
}

html body .equipment-contact-form .uael-gf-style .gform_validation_error input[type=submit] {
    margin-top: -56px;
}

.benefit-list ul {
	list-style: none;
	padding-inline-start: 0px;
}

.benefit-list ul li::before {
	content: url("../../uploads/2022/08/tick-circle-icon.svg");
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 2px;
}

.benefit-list ul li ::marker {
	font-size: 0px;
}

.benefit-list ul li p {
	line-height: 1.5rem;
	font-weight: 600 !important;
	font-family: 'Roboto', sans-serif !important;
}

.benefit-list ul li {
    padding-left: 50px;
    font-weight: 600;
    position: relative;
}

@media only screen and (max-width: 900px) {
	.machinery-column-background .elementor-column-wrap {
		background-image: unset !important;
	}
	
	.machine-pdf-button .elementor-widget-container {
		margin: 0px 47px 30px !important;
	}
}



@media only screen and (max-width: 600px) {
	.equipment-contact-form .uael-gf-style {
		padding: 20px;
	}
	
/* 	.benefit-list ul li p {
		top: -8px;
	} */
}

/* CSS specific to iOS devices */ 
/* @supports (-webkit-touch-callout: none) { @media only screen and (max-width: 600px) {
	html body .benefit-list ul li p {
		top: -10px;
	}
}} */

/* Job Card */
.job-card-wrapper {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}

.job-card-wrapper .elementor-container {
	padding: 0px !important;
}

.job-card-wrapper .job-card-learn-more {
	display: block;
    margin-left: auto;
}

.job-card-wrapper .job-card-heading .elementor-heading-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.job-card-description .elementor-text-editor,
.job-card-description .elementor-text-editor p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.job-card-detail-list .elementor-icon-list-item:hover span {
	color: #000 !important;
}

/* Job Post Single */
html body.single-jobs {
	background-color: #F5F5F5 !important;
}

.job-post-wrapper .elementor-container .elementor-row {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.job-post-wrapper .linkedin-button {
	display: block;
    margin-left: auto;
}

.job-post-sticky .job-post-sticky-inner-wrapper .elementor-widget-wrap {
	background-color: #93E2EF;
	padding: 60px 70px;
	position: sticky;
    top: 85px;
}

.job-post-sticky .apply-on-linkedin a {
	display: block;
}

.job-post-sticky .apply-on-linkedin span.elementor-button-content-wrapper {
    width: max-content;
    text-align: center;
    margin: 0 auto;
}

.job-single-title h1 {
	font-weight: 700 !important;
}

@media only screen and (max-width: 900px) {
	.job-post-sticky .job-post-sticky-inner-wrapper .elementor-widget-wrap {
		padding: 32px 32px 32px 42px;
	}
}

@media only screen and (max-width: 900px) {
	.job-post-sticky .job-post-sticky-inner-wrapper .elementor-widget-wrap {
		padding: 42px 35px 42px 42px;
	}
	
	.job-post-sticky > .elementor-column-wrap {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.job-post-sticky .job-post-sticky-inner-wrapper .elementor-widget-wrap {
		padding: 10px;
	}
	
	.jobs-info-list ul {
		display: block !important;
	}
	
	.jobs-info-list ul li {
		margin-bottom: 15px !important;
	}
	
	.jobs-info-list ul li:last-of-type {
		margin-bottom: 0px !important;
	}
	
	.linkedin-button .elementor-widget-container {
		margin: 10px 0px 15px !important;
	}
}

/* News */
.blog-news-card.elementor-section .elementor-container {
	padding: 0px !important;	
}

.post-card-read-more {
    display: block;
    margin-left: auto;
}

.blog-news-card .elementor-container {
	box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.09);
}

/* Post Single Wrapper */
.post-content-wrapper > .elementor-column-wrap {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

/* Contact Us */
.contact-info-card .elementor-container {
	background: #FFFFFF;
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.contact-hero-inner-wrapper .elementor-container {
	background: #FFFFFF;
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.contact-hero-image.elementor-widget-image,
.contact-hero-image.elementor-widget-image .elementor-widget-container,
.contact-hero-image.elementor-widget-image .elementor-widget-container .elementor-image,
.contact-hero-image.elementor-widget-image .elementor-widget-container .elementor-image img {
	height: 100%;
}

.gform_required_legend {
	display: none;
}

.form-radio-button-group {
	margin-top: 20px !important;
}

.form-radio-button-group .ginput_container_radio .gchoice {
	margin-bottom: 15px !important;
}

.enshore-contact-map iframe {
	height: 371px !important;
}

@media only screen and (max-width: 1025px) {
	.enshore-contact-map iframe {
		height: 358px !important;
	}
}

@media only screen and (max-width: 900px) {
	.enshore-contact-map iframe {
		height: 331px !important;
	}
}

@media only screen and (max-width: 900px) {
	html body .contact-hero-outer-wrapper {
		background-image: unset !important;
	}
}

/* Form */
html body .contact-form-wrapper .uael-gf-style form input:not([type=submit]) {
	width: 100% !important;
}

html body .contact-form-wrapper .uael-gf-style form .gform_footer {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

html body .contact-form-wrapper .uael-gf-style form .form-consent {
	margin-top: 15px;
}

html body .contact-form-wrapper .uael-gf-style form input[type=submit] {
	margin-top: -30px;
}

html body .contact-form-wrapper .uael-gf-style .gform_validation_error input[type=submit] {
    margin-top: -56px;
}

.machinery-form  .gform_wrapper .gform_heading,
.gform_validation_errors {
	display: none !important;
}

.expertise-form-consent,
.machinery-form-consent {
	margin-bottom: 0px !important;
}

.machinery-form .gform_wrapper .gform_footer {
	padding: 0px !important;
	margin: 0px !important;
}

.expertise-form-name,
.expertise-form-company,
.machinery-form-name,
.machinery-form-company-name {
	margin-bottom: 23px !important;
}

.machinery-form  .gform_wrapper .gform_body .gform_fields {
	display: block;
}

.machinery-form .gform_wrapper .gform_footer input[type=submit]:hover {
	color: #000000;
/*     background-color: var( --e-global-color-ecbd018 ) !important; */
    border-color: #000000;
}

@media only screen and (min-width: 1320px) {
	.machinery-form .gform_wrapper .gform_footer input[type=submit] {
		margin-top: -30px !important;
	}
}

@media only screen and (max-width: 1320px) {
	.machinery-form .gform_wrapper .gform_footer input[type=submit] {
		margin-top: 20px !important;
	}
}

@media only screen and (max-width: 600px) {
	html body section .uael-gf-style form input[type=submit] {
		margin-top: 30px !important;
		display: block !important;
		width: 100% !important;
	}
	
	html body section .gform_wrapper .ginput_container span:not(.ginput_price) {
		display: inline !important;
	}
}

/* Expertise */
.expertise-child-inner-wrapper > .elementor-container > .elementor-row {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	margin-top: -180px;
}

.expertise-item-hero-column .elementor-column-wrap .elementor-widget-wrap {
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

@media only screen and (max-width: 900px) {
	html body .hero-outer-wrapper {
		background-image: unset !important;
	}
	
	html body .elementor-section-wrap section.expertise-middle-bg-row > .elementor-container {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: end !important;
	}
}

@media only screen and (max-width: 600px) {
	.expertise-child-inner-wrapper > .elementor-container > .elementor-row {
		margin-top: -95px;
	}
}

/* About Us */
.meet-the-team-card .elementor-widget-wrap {
	background: #FFFFFF;
	box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.swiper-slide {
    transform: none !important;
}

@media only screen and (max-width: 900px) {
	html body .contact-row-cta {
		background-image: unset !important;
		background-color: #93E2EF !important;
	}
}


/* Policy */
.privacy-policy main.site-main {
	max-width: 1368px !important;
	margin: 0 auto;
}

.policy-content-outer-wrapper > .elementor-container > .elementor-row {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.policy-sticky .elementor-widget-wrap {
	background-color: #FFC700;
	padding: 40px 48px;
	position: sticky;
	top: 115px;
	height: max-content;
}

.policy-sticky .elementor-widget-wrap .elementor-text-editor p a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	color: #000000;
}

/* Careers */
.filter-box-container > .elementor-container > .elementor-row {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}


/* Brand refresh */
:root {
	--brand-ink: #10243a;
	--brand-ink-muted: #5f7081;
	--brand-surface: #f3f7f8;
	--brand-surface-strong: #deeaed;
	--brand-sea: #0d7a80;
	--brand-sea-deep: #095a64;
	--brand-sand: #c7924a;
	--brand-border: rgba(16, 36, 58, 0.12);
	--brand-shadow: 0 18px 40px rgba(16, 36, 58, 0.12);

	--e-global-color-primary: var(--brand-ink);
	--e-global-color-secondary: var(--brand-sea);
	--e-global-color-text: var(--brand-ink-muted);
	--e-global-color-accent: var(--brand-sand);
	--e-global-color-f3d5b16: var(--brand-sea);
	--e-global-color-df777a6: var(--brand-sea-deep);
	--e-global-color-ecbd018: var(--brand-surface);
	--e-global-color-3b96d76: var(--brand-sea-deep);

	--e-global-typography-primary-font-family: "Sora";
	--e-global-typography-primary-font-weight: 700;
	--e-global-typography-secondary-font-family: "Manrope";
	--e-global-typography-secondary-font-weight: 600;
	--e-global-typography-text-font-family: "Manrope";
	--e-global-typography-text-font-size: 1.0625rem;
	--e-global-typography-text-font-weight: 500;
	--e-global-typography-text-line-height: 1.7;
	--e-global-typography-accent-font-family: "Sora";
	--e-global-typography-accent-font-weight: 700;
}

html {
	background-color: var(--brand-surface);
}

body {
	background:
		radial-gradient(circle at top left, rgba(13, 122, 128, 0.12), transparent 36%),
		radial-gradient(circle at top right, rgba(199, 146, 74, 0.12), transparent 28%),
		linear-gradient(180deg, #f8fbfb 0%, #eef4f6 100%);
	color: var(--brand-ink-muted);
	font-family: "Manrope", sans-serif;
}

html body section.elementor-section .elementor-column h1,
html body section.elementor-section .elementor-column h2,
html body section.elementor-section .elementor-column h3,
html body section.elementor-section .elementor-column h4,
html body section.elementor-section .elementor-column h5,
html body section.elementor-section .elementor-column h6,
html body section.elementor-section .elementor-column .h1,
html body section.elementor-section .elementor-column .h2,
html body section.elementor-section .elementor-column .h3,
html body section.elementor-section .elementor-column .h4,
html body section.elementor-section .elementor-column .h5,
html body section.elementor-section .elementor-column .h6,
html body .elementor-heading-title,
html body .uael-heading,
html body .uael-dual-heading-text,
html body .uael-fancy-heading,
html body .uael-gf-form-title {
	color: var(--brand-ink);
	font-family: "Sora", sans-serif;
	letter-spacing: -0.03em;
}

html body p,
html body li,
html body label,
html body input,
html body textarea,
html body select,
html body .elementor-widget-text-editor,
html body .elementor-widget-text-editor p,
html body .elementor-widget-text-editor li,
html body .elementor-icon-list-text,
html body .copyright-text .elementor-text-editor,
html body .policy-sticky .elementor-widget-wrap .elementor-text-editor p a {
	color: var(--brand-ink-muted);
	font-family: "Manrope", sans-serif;
}

html body a {
	color: var(--brand-sea);
	transition: color 0.2s ease;
}

html body a:hover,
html body a:focus {
	color: var(--brand-sea-deep);
}

html body.elementor-kit-7 button,
html body.elementor-kit-7 input[type="button"],
html body.elementor-kit-7 input[type="submit"],
html body.elementor-kit-7 .elementor-button,
html body .elementor-widget-uael-gf-styler .uael-gf-style input[type=submit],
html body .elementor-widget-uael-gf-styler .uael-gf-style input[type="button"],
html body .elementor-734 .elementor-element.elementor-element-2d05e72 .elementor-button {
	background-image: linear-gradient(135deg, var(--brand-sea) 0%, #116d88 100%);
	border-color: transparent;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(13, 122, 128, 0.22);
	color: #ffffff;
	font-family: "Sora", sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 12px 22px;
}

html body.elementor-kit-7 button:hover,
html body.elementor-kit-7 input[type="button"]:hover,
html body.elementor-kit-7 input[type="submit"]:hover,
html body.elementor-kit-7 .elementor-button:hover,
html body .elementor-widget-uael-gf-styler .uael-gf-style input[type=submit]:hover,
html body .elementor-widget-uael-gf-styler .uael-gf-style input[type="button"]:hover,
html body .elementor-734 .elementor-element.elementor-element-2d05e72 .elementor-button:hover,
html body.elementor-kit-7 button:focus,
html body.elementor-kit-7 input[type="button"]:focus,
html body.elementor-kit-7 input[type="submit"]:focus,
html body.elementor-kit-7 .elementor-button:focus,
html body .elementor-widget-uael-gf-styler .uael-gf-style input[type=submit]:focus,
html body .elementor-widget-uael-gf-styler .uael-gf-style input[type="button"]:focus,
html body .elementor-734 .elementor-element.elementor-element-2d05e72 .elementor-button:focus {
	background-image: linear-gradient(135deg, var(--brand-sea-deep) 0%, #0e516c 100%);
	box-shadow: 0 18px 36px rgba(9, 90, 100, 0.26);
	color: #ffffff;
}

html body .gform_wrapper input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
html body .gform_wrapper textarea,
html body .gform_wrapper select,
html body .elementor-field,
html body .elementor-field-textual {
	background-color: rgba(255, 255, 255, 0.96) !important;
	border: 1px solid var(--brand-border) !important;
	border-radius: 14px !important;
	box-shadow: none;
	color: var(--brand-ink) !important;
}

html body .gform_wrapper input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):focus,
html body .gform_wrapper textarea:focus,
html body .gform_wrapper select:focus,
html body .elementor-field:focus,
html body .elementor-field-textual:focus {
	border-color: rgba(13, 122, 128, 0.45) !important;
	box-shadow: 0 0 0 4px rgba(13, 122, 128, 0.12) !important;
}

body .elementor-179 .elementor-element.elementor-element-21844a9 {
	background: rgba(248, 251, 251, 0.92) !important;
	border-bottom: 1px solid var(--brand-border);
	box-shadow: 0 12px 30px rgba(16, 36, 58, 0.08);
	backdrop-filter: blur(18px);
}

body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--main .elementor-item,
body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--dropdown a,
body .elementor-270 .elementor-element .elementor-nav-menu .elementor-item {
	color: var(--brand-ink) !important;
	font-family: "Manrope", sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em;
}

body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--main .elementor-item:hover,
body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--main .elementor-item:focus,
body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--dropdown a:hover,
body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--dropdown a:focus,
body .elementor-270 .elementor-element .elementor-nav-menu .elementor-item:hover,
body .elementor-270 .elementor-element .elementor-nav-menu .elementor-item:focus {
	color: var(--brand-sea) !important;
}

body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--dropdown,
body .main-nav-container .elementor-nav-menu--dropdown {
	background-color: rgba(255, 255, 255, 0.98) !important;
	border: 1px solid var(--brand-border);
	border-radius: 18px;
	box-shadow: var(--brand-shadow);
}

body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--dropdown a.highlighted {
	background-color: var(--brand-surface-strong) !important;
}

body .lock-scroll .main-nav-container > .elementor-container {
	background-color: rgba(248, 251, 251, 0.98) !important;
}

@media only screen and (min-width: 901px) {
	body .elementor-179 .elementor-element.elementor-element-55ff21c > .elementor-element-populated > .elementor-widget-wrap {
		display: flex;
		align-items: center;
	}

	body .elementor-179 .elementor-element.elementor-element-f7dda0f > .elementor-element-populated > .elementor-widget-wrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
	}

	body .elementor-179 .elementor-element.elementor-element-bfdc8e0,
	body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-widget-container,
	body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--main {
		width: 100%;
	}

	body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--main .elementor-nav-menu {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: clamp(18px, 1.5vw, 30px) !important;
		flex-wrap: nowrap !important;
		width: 100% !important;
	}

	body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--main .elementor-nav-menu > li {
		display: flex !important;
		flex: 0 0 auto !important;
		margin: 0 !important;
	}

	body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--main .elementor-nav-menu > li > a {
		white-space: nowrap;
	}

	body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--main .elementor-nav-menu > li.nav-contact-us {
		margin-left: clamp(18px, 1.8vw, 32px) !important;
	}

	body .elementor-179 .elementor-element.elementor-element-bfdc8e0 .elementor-nav-menu--main .elementor-nav-menu > li.nav-contact-us > a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 10px 18px !important;
	}
}

.home-hero-machine-cta-wrapper,
.expertise-child-inner-wrapper > .elementor-container > .elementor-row,
.expertise-item-hero-column .elementor-column-wrap .elementor-widget-wrap,
.meet-the-team-card .elementor-widget-wrap,
.policy-content-outer-wrapper > .elementor-container > .elementor-row,
.filter-box-container > .elementor-container > .elementor-row {
	border: 1px solid var(--brand-border);
	border-radius: 18px;
	box-shadow: var(--brand-shadow);
}

.policy-sticky .elementor-widget-wrap {
	background: linear-gradient(160deg, #0f2438 0%, #153a57 100%);
	box-shadow: var(--brand-shadow);
}

.policy-sticky .elementor-widget-wrap,
.policy-sticky .elementor-widget-wrap p,
.policy-sticky .elementor-widget-wrap a,
.policy-sticky .elementor-widget-wrap .elementor-text-editor p a {
	color: #ffffff !important;
}

.job-post-wrapper .linkedin-button {
	background-color: var(--brand-surface-strong);
}

.machinery-form .gform_wrapper .gform_footer input[type=submit]:hover {
	border-color: transparent;
	color: #ffffff;
}

.elementor-1045 .elementor-element.elementor-element-9fc3bfb:not(.elementor-motion-effects-element-type-background),
.elementor-1045 .elementor-element.elementor-element-9fc3bfb > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.elementor-915 .elementor-element.elementor-element-a3fa819:not(.elementor-motion-effects-element-type-background),
.elementor-915 .elementor-element.elementor-element-a3fa819 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background: linear-gradient(145deg, #0f2438 0%, #184b63 100%) !important;
}

.elementor-1045 .uael-gf-form-title,
.elementor-915 .uael-gf-form-title,
.elementor-1045 .uael-gf-form-desc,
.elementor-915 .uael-gf-form-desc,
.elementor-1045 .uael-gf-style .gfield_label,
.elementor-915 .uael-gf-style .gfield_label {
	color: #ffffff !important;
}

@media only screen and (max-width: 900px) {
	html body .contact-row-cta {
		background-color: var(--brand-surface-strong) !important;
	}
}




