body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.locked {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
p {
	margin-top: 0;
}


/********************************************************************************/
header {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 9;
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
header.offscreen {
	transform: translateY(-100%);
	opacity: 0;
}
header.after-100vh {
	transform: translateY(-100%);
	opacity: 0;
	background-color: #fff;
}

header .button a {
	padding: 10px 15px !important;
    margin-left: 15px !important;
    margin-right: 0 !important;
    transition: 0.5s;
}
header .button a:hover,
header .button.solid a:hover {
	background-color: #991824 !important;
	border-color: #991824 !important;
}
header .button.border a {
	border: 1px solid #fff;
}
header .button.solid a {
	background-color: var( --e-global-color-accent ) !important;
}
header .button a:after {
	display: none;
}

.elementor-button-underline .elementor-button,
.elementor-nav-menu > li > a,
.button.fk .elementor-heading-title {
	position: relative;
}
.button.fk .elementor-heading-title {
	padding-bottom: 10px; 
}
.elementor-button-underline .elementor-button:before,
.button.fk .elementor-heading-title:before {
	content: '';
    background-color: currentcolor;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.elementor-button-underline .elementor-button:after,
.elementor-nav-menu > li > a:after,
.button.fk .elementor-heading-title:after {
	content: '';
    background-color: var(--e-global-color-accent);
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.5s;
}
.elementor-nav-menu > li > a:after, {
	background-color: #ffffff !important;
}
.elementor-button-underline .elementor-button:hover:after,
.elementor-nav-menu > li > a:hover:after,
.button.fk .elementor-heading-title:hover:after {
    width: 100%;
}


/**********************************************************************************/
.sticky-button.change a {
	background-color: var(--e-global-color-accent) !important;
	border-color: var(--e-global-color-accent) !important;
}


/******************************************************************************** Form */
form .elementor-field-group:not(.elementor-field-group-assessment) label {
	position: absolute;
    top: 12px;
    opacity: 0.5;
    transition: 0.5s;
}
form .elementor-field-group:not(.elementor-field-group-assessment) label.active {
	top: 0;
	font-size: 12px !important;
	opacity: 1;
}
form input {
	padding-left: 0 !important;
    outline: 0;
    box-shadow: none !important;
}
form textarea {
	padding-left: 0 !important;
    outline: 0;
    box-shadow: none !important;
}


.elementor-field-group-message {
	margin-bottom: -47px !important;
}

.lead-form .elementor-field-group-message {
	margin-bottom: 20px !important;
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end: 35px !important;
}
input[type="checkbox"],
input[type="radio"]{
	display: none !important;
}
input[type="checkbox"] + label,
input[type="radio"] + label{
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
input[type="checkbox"] + label::before {
	content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #c3c3c3;
    transition: background-color .3s, border .3s;
}
input[type="checkbox"]:checked + label::after {
	content: '';
    position: absolute;
    left: 2px;
    top: 6px;
    background-color: #fff;
    width: 11px;
    height: 11px;
}
input[type="radio"] + label::before {
	content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #c3c3c3;
	border-radius: 100%;
    transition: background-color .3s, border .3s;
}
input[type="radio"]:checked + label::after {
	content: '';
    position: absolute;
    left: 2px;
    top: 6px;
    background-color: #fff;
	border-radius: 100%;
    width: 11px;
    height: 11px;
}

.contact-form .elementor-field-group-message {
    margin-bottom: 25px !important;
}
.contact-form input,
.contact-form textarea {
	padding-left: 12px !important;
}


/******************************************************************************** Box Hover */
.box-hover:before {
	top: 15%;
	transition: 0.5s;
}
.box-hover .heading {
	transition: 0.5s;
	transition-delay: 0.1s;
	transition-duration: 1s;
}
.box-hover .text {
	opacity: 0;
	transition: 0.5s;
	transition-delay: 0.2s;
}
.box-hover .button {
	opacity: 0;
	transition: 0.5s;
	transition-delay: 0.2s;
}
.box-hover:hover:before {
	top: 0;
}
.box-hover:hover .heading {
	transform: translateY(0) !important;
}
.box-hover:hover .text {
	opacity: 1;
}
.box-hover:hover .button {
	opacity: 1;
}

/********************************************************************************/
.autoflow .swiper,
.autoflow .slick-list {
	overflow: visible;
}

/********************************************************************************/
.e-widget-swiper.pagination-bottom .swiper-pagination {
	bottom: 0;
    top: auto;
    left: 10px;
    width: calc(100% - 20px);
}

/******************************************************************************** Footer */
footer .elementor-widget-sitemap ul {
	padding: 0;
	columns: 2;
}
footer .elementor-widget-sitemap ul li {
	margin: 0 0 12px 0;
}
footer .elementor-widget-sitemap .elementor-sitemap-section:nth-child(3) {
	flex-basis: 90% !important;
    margin-top: 70px;
}
footer .elementor-widget-sitemap .elementor-sitemap-section:nth-child(3) ul {
	columns: 4;
}

/******************************************************************************* Process Timeline */
.process-timeline .ue_timeline_item_icon_holder {
	margin-left: 264px;
    position: relative;
    top: 23px;
}
.process-timeline .ue_timeline_item_content {
	margin-left: 87px;	
}
.process-timeline .ue_timeline_item_content_inside {
	display: flex;
    justify-content: space-between;
}
.process-timeline .ue_timeline_item_content_inside .ue_timeline_item_title {
	width: 30%;
}
.process-timeline .ue_timeline_item_content_inside .ue_timeline_item_text {
	width: 50%;
}
.process-timeline .ue_timeline_item_content_inside .ue_timeline_item_text ul {
	margin: 0;
    columns: 2;
}
.process-timeline .ue_timeline_item_content_inside .ue_timeline_item_text ul li {
	margin: 0 0 25px 0;
}


/* Careers */
.careers .jet-listing-grid__item .icon {
	transition: 0.5s;
	position: relative;
	right: 0;
}
.careers .jet-listing-grid__item:hover .icon {
	right: 10px;
}

.careers .jet-listing-grid__item .border .elementor-divider:after {
	content: '';
    background-color: var( --e-global-color-accent );
    width: 0;
    height: 1px;
    z-index: 2;
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: 0.5s;
}
.careers .jet-listing-grid__item:hover .border .elementor-divider:after {
    width: 100%;
}



/******************************************************************************* Repair Form */
.repairForm {

}

#error {
	display: none;
    margin: 10px auto;
    background-color: #c98a8a;
    font-size: 15px;
    padding: 10px 10px;
    color: #fff;
    font-weight: 500;
    font-family: var(--e-global-typography-3881b7f-font-family), Sans-serif;
}
#error p {
	margin: 0;
}

#repair-form {
	display: flex;
    flex-direction: column;
    gap: 10px;
    
    margin: auto;
    width: 500px;
}
#repair-form input {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    color: #000;
    height: auto;
    padding: 12px 15px !important;
    border: 0;
    width: 100%;
}
#repair-form button {
	border: 0;
    padding: 16px 14px;
    width: 100%;
}


#repair-result {
	color: #fff;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    text-align: center;
    padding: 13px 20px 0;
    display: flex ;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#repair-result p {
	font-family: var(--e-global-typography-3881b7f-font-family), Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 145%;
    color: #ffffff;
    margin: 10px 0 0;
}
#repair-result .rego {
	font-family: var(--e-global-typography-56d9b26-font-family), Sans-serif;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid #fff;
    line-height: 1;
    padding: 10px 13px;
    border-radius: 7px;
    display: inline-block;
    letter-spacing: 5px;
    margin: 0 0 40px 0;
}
#repair-result .h2 {
	font-family: var(--e-global-typography-56d9b26-font-family), Sans-serif;
	font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 8px 0;
}



.repair-progress-wrapper {
    position: relative;
    margin: 40px 0 0;
    padding: 0;
    width: 800px;
}
.repair-progress-bar-bg {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	height: 4px;
	background: #323232;
	border-radius: 2px;
	z-index: 1;
}

.repair-progress-bar-fill {
	position: absolute;
	top: 5px;
	left: 0;
	height: 4px;
	background: #3c9e53;
	border-radius: 2px;
	z-index: 2;
	transition: width 0.3s ease-in-out;
}

.repair-progress {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.progress-step {
	width: 12.5%;
}

.circle {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0 auto;
	border: 2px solid white;
	position: relative;
	z-index: 4;
}

.progress-step .circle.placeholder {
	visibility: hidden;
}

.progress-step.active .circle {
	background: #3c9e53;
	visibility: visible;
}
.progress-step.active .label {
	color: #fff;
}

.label {
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 1.3;
    color: #666;
    max-width: 86px;
}




.zone-two {
	display: none;
	cursor: pointer;
	padding: 100px 0 0 0;
}



@media screen and (max-width: 1024px) {
	
	body:not(.elementor-editor-active) header {
	    position: absolute;
	}

	/******************************************************************************* Menu */
	.elementor-nav-menu--dropdown {
		top: -100% !important;
        margin: 0 !important;
        height: 100svh;
        z-index: -1 !important;
        padding: 100px 0 100px 0;
        transform: none !important;
        left: 0 !important;
        position: fixed !important;
        overflow: hidden !important;
        max-height: unset !important;
        visibility: hidden;
        transition: 0.5s !important;
	}
	.elementor-nav-menu--dropdown[aria-hidden="false"] {
		top: 0 !important;
		visibility: visible;
	}
	.elementor-nav-menu--dropdown a {
		font-weight: 600 !important;
        justify-content: center;
        padding: 10px 20px !important;
        background-color: transparent !important;
	}
/* 	.elementor-nav-menu--dropdown[aria-hidden="false"] {
		left: 0 !important;
		visibility: visible;
	} */

	/********************************************************************************/
	header .button.solid {
	    position: fixed;
        bottom: 108px;
        width: 100%;
     	transition: 0.5s;
		transition-delay: 0.5s;
        opacity: 0;
	}
	header .button a {
	    margin-right: 15px !important;
	    justify-content: center;
	    font-size: 15px !important;
	}
	header .button.border {
	    position: fixed;
		bottom: 50px;
		width: 100%;
		transition: 0.5s;
		transition-delay: 0.8s;
        opacity: 0;
	}
	
	.elementor-nav-menu--dropdown[aria-hidden="false"] .button.solid,
	.elementor-nav-menu--dropdown[aria-hidden="false"] .button.border {
		opacity: 1;
	}
	
	/******************************************************************************** Box Hover */
	.box-hover:before {
		top: 0;
	}
	.box-hover .heading {
		transform: translateY(0) !important;
	}
	.box-hover .text {
		opacity: 1;
	}
	.box-hover .button {
		opacity: 1;
	}

	/********************************************************************************/
	.elementor-field-group-message {
		margin-bottom: 25px !important;
	}
	
	/******************************************************************************** Process */
	.process-timeline .ue_timeline_item_icon_holder {
		margin-left: 78px;
		top: 0;
	}
	.process-timeline .ue_timeline_item_content {
		margin-left: 0;	
	}
	.process-timeline .ue_timeline_item_content_inside {
		flex-direction: column;
	}
	.process-timeline .ue_timeline_item_content_inside .ue_timeline_item_title {
		width: 100%;
	}
	.process-timeline .ue_timeline_item_content_inside .ue_timeline_item_text {
		width: 100%;
	}
	.process-timeline .ue_timeline_item_content_inside .ue_timeline_item_text ul {
		padding-left: 15px;
	    columns: 1;
	}
	.process-timeline .ue_timeline_item_content_inside .ue_timeline_item_text ul li {
		margin: 0 0 12px 0;
	}
	
	/******************************************************************************** Footer */
	footer .elementor-widget-sitemap ul {
    	columns: 1;
	}
	footer .elementor-widget-sitemap .elementor-sitemap-section:nth-child(3) {
	    margin-top: 15px;
	}
	footer .elementor-widget-sitemap .elementor-sitemap-section:nth-child(3) ul {
    	columns: 2;
	}

}


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






}