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;
}


.page-content ul {
	padding-left: 12px;
}
.page-content ul li {
	margin: 12px 0;
}

/*
body:not(.elementor-editor-active) div[data-elementor-type="header"] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    z-index: 9;
    transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

div[data-elementor-type="header"].after-100vh {
	background-color: #fff;
}

div[data-elementor-type="header"].offscreen {
	transform: translateY(-100%);
	opacity: 0;
}

body.header-light div[data-elementor-type="header"]:not(.after-100vh) .elementor-widget-theme-site-logo,
body.post-type-archive-services div[data-elementor-type="header"]:not(.after-100vh) .elementor-widget-theme-site-logo {
	filter: invert(1);	
}
body.header-light div[data-elementor-type="header"]:not(.after-100vh):not(.menu-active) .elementor-menu-toggle svg,
body.post-type-archive-services div[data-elementor-type="header"]:not(.after-100vh):not(.menu-active) .elementor-menu-toggle svg {
	fill: #ffffff;
}
body.header-light div[data-elementor-type="header"]:not(.after-100vh) .elementor-nav-menu--main .elementor-item,
body.header-light div[data-elementor-type="header"]:not(.after-100vh) .elementor-button,
body.post-type-archive-services div[data-elementor-type="header"]:not(.after-100vh) .elementor-nav-menu--main .elementor-item,
body.post-type-archive-services div[data-elementor-type="header"]:not(.after-100vh) .elementor-button {
	color: #fff !important;
}
*/


.mobile {
	display: none !important;
}
.elementor-button a {
	transition: 0.5s;
}

/*
.elementor-button {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.elementor-button:before  {
	content: '';
    background-color: #fff;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition:0.5s;
}
.dark .elementor-button:before,
.elementor-field-type-submit .elementor-button:before {
    background-color: #000;
}
.elementor-button .elementor-button-content-wrapper {
	position: relative;
	z-index: 1;
}
.elementor-widget-button:not(.no-hover) .elementor-button:hover:before {
	width: 100% !important;
}
*/


/*
.no-hover .elementor-button:hover:before {background:unset;width:0;}
*/

.elementor-button-arrow .elementor-button-icon {
	visibility: hidden;
    width: 0;
    margin-right: -10px;
    transition: 0.3s;
}
.elementor-button-arrow .elementor-button-icon svg {
    width: auto;
}
.elementor-button-arrow:hover .elementor-button-icon {
	visibility: visible;
    width: auto;
    margin-right: 0;
}


form .elementor-field-group:not(.elementor-field-type-checkbox) label {
	position: absolute;
    top: 9px;
    left: 15px;
    z-index: 2;
}
form input {
	padding: 15px 15px 0 15px !important;
    outline: 0;
    box-shadow: none !important;
}
form input::placeholder {
	opacity: 1 !important;
}
form textarea {
	padding: 35px 15px 0 15px !important;
    outline: 0;
    box-shadow: none !important;
    min-height: 215px !important;
}
form textarea::placeholder {
	opacity: 1 !important;
}
form select {
	padding: 15px 15px 0 15px !important;
    outline: 0;
    box-shadow: none !important;
}


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


.elementor-widget-jet-listing-grid.reverse .jet-listing-grid__item:nth-child(even) .e-con-inner {
	flex-direction: row-reverse;
}
.elementor-widget-jet-listing-grid.reverse .jet-listing-grid__item:nth-child(even) .e-con-inner > div:last-child {
	padding-left: 10px !important;
	padding-right: 100px !important;
}


.elementor-post-navigation .elementor-post-navigation__link a {
	color: #000;
	align-items: unset;
}
.elementor-post-navigation .elementor-post-navigation__link a .left {
	width: 210px;
    display: flex;
    flex-direction: column;
}
.elementor-post-navigation .elementor-post-navigation__link a .left p {
	font-family: var(--e-global-typography-5922f33-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    text-align: left;
}
.elementor-post-navigation .elementor-post-navigation__link a .right {
	width: 190px;
    display: flex;
    flex-direction: column;
}
.elementor-post-navigation .elementor-post-navigation__link a svg {
	position: relative;
    left: -30px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.elementor-post-navigation .elementor-post-navigation__prev a {
	flex-direction: row-reverse;
    justify-content: start;
    height: 100%;
    align-items: center;
}
.elementor-post-navigation .elementor-post-navigation__prev .left {
	display: none !important;
}
.elementor-post-navigation .elementor-post-navigation__prev a svg {
	display: none;
	left: 0px;
	right: -30px;
}


@media screen and (max-width: 1024px) {
	
	/*
	body:not(.elementor-editor-active) div[data-elementor-type="header"] {
	    position: absolute;
	}
	*/
	
	div[data-elementor-type="header"].menu-active {
		background-color: var( --e-global-color-secondary );
	}
	div[data-elementor-type="header"].menu-active .elementor-widget-theme-site-logo {
		filter: unset !important;	
	}
	
	
	div[data-elementor-type="header"] .elementor-nav-menu--dropdown {
		transform: unset !important;
        height: calc(100svh - 119px);
        position: fixed !important;
        top: 119px !important;
        left: 0 !important;
        margin: 0 !important;
        padding-top: 100px;
        display: none;
	}
	div[data-elementor-type="header"] .elementor-nav-menu--dropdown ul {
		height: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 40px;
	}
	
	div[data-elementor-type="header"] .elementor-nav-menu--dropdown ul li:not(.mobile) a:before {
		content: '/';
        transform: none !important;
        display: inline-block;
        position: relative;
        opacity: 1 !important;
	}
	div[data-elementor-type="header"] .elementor-nav-menu--dropdown[aria-hidden="false"] {
		display: block;
	}
	
	div[data-elementor-type="header"] .mobile {
		display: flex !important;
	}
	div[data-elementor-type="header"] .mobile a {
		font-size: 20px !important;
	}
	div[data-elementor-type="header"] .questions {
		flex-grow: 1;
        align-items: end;
	}
	

	.elementor-widget-jet-listing-grid.reverse .jet-listing-grid__item:nth-child(even) .e-con-inner > div:last-child {
		padding-right: 100px !important;
	}

}


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

	.elementor-button-arrow .elementor-button-icon {
	    visibility: visible;
	    width: auto;
	    margin-right: 0;
	}

	.elementor-widget-jet-listing-grid.reverse .jet-listing-grid__item:nth-child(even) .e-con-inner > div:last-child {
		padding-right: 10px !important;
	}
	
	
	.elementor-post-navigation {
		flex-direction: column;
	}
	.elementor-post-navigation .elementor-post-navigation__link {
	    width: 100%;
	}

}