/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-family: "Gotham Bold", Sans-serif;
	font-weight: 400;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

::placeholder {
	opacity: 1;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 1rem;
}

p {
	margin: 0 0 1rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var( --e-global-color-accent );
}

a:visited {
	color: var( --e-global-color-accent );
}

a:hover,
a:focus,
a:active {
	color: var( --e-global-color-accent );
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/*.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. *//*
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}*/

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* General */
.site-title {
	display: none;
}
:root {
	--green: #2d5d2b;
	--green-alt: #6eb657;
	--green-logo: #54b848;
}
.green {
	color: var(--green-logo);
}
.admin-bar #page {
	position: relative;
	top: 32px;
}
.container {
	max-width: 1344px;
	margin: 0 auto;
	padding: 0 20px;
}
.fluid-right > .elementor-container > .elementor-column:first-child {
	padding-left: calc(((100% - 1324px) / 2) + 0px);
}
.fluid-left > .elementor-container > .elementor-column:last-child {
	padding-right: calc(((100% - 1324px) / 2) + 0px);
}
.text-center {
	text-align: center;
}
.d-flex {
	display: flex;
}
.center-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.justify-space-between {
	justify-content: space-between;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-space-between {
	justify-content: space-between;
}
.align-items-flex-start {
	align-items: flex-start;
}
.align-items-center {
	align-items: center;
}
.flex-direction-column {
	flex-direction: column;
}
body:not(.elementor-editor-active).home {
	overflow: hidden;
}
body:not(.elementor-editor-active).home.loaded {
	overflow: visible;
}
body:not(.elementor-editor-active) #home-loader-container {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
	transform: translate3d(0, 0, 0);
    transition: transform 0.5s ease-in, opacity 1s ease-in, z-index 1s;
}
body:not(.elementor-editor-active) #home-loader-container.hidden {
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
	z-index: -1;
}
#home-loader {
	text-align: center;
}
#home-loader svg {
	max-width: 75%;
}

@media (min-width: 568px) and (max-aspect-ratio: 13 / 9), (min-width: 668px) and (min-height: 416px), (min-width: 980px) {
	/*.splitting .word, .splitting .word-wrap {
	  margin: -50px -5px -20px;
	  padding: 50px 5px 20px;
	}*/
}

body:not(.elementor-editor-active) .split-lines {
	visibility: hidden;
}
body:not(.elementor-editor-active) .split-lines.eds-scroll-visible {
	visibility: visible;
}
.split-lines .char,
.split-lines .word,
.split-lines .word-wrap {
	vertical-align: top;
	display: inline-block;
	transform: translateY(50%);
	transition: 0.6s;
	opacity: 0;
}
.split-lines.text-gradient-animation .word,
.split-lines.text-gradient-animation .char {
	display: inline;
}
.split-lines.eds-scroll-visible .word,
.split-lines.eds-scroll-visible .char {
	transform: translateY(0);
	transition-delay: calc(0.1s * var(--line-index));
	opacity: 1;
}
.split-lines.eds-scroll-visible.split-lines-delay1 .word {
	transition-delay: calc((0.1s * var(--line-index) + 0.5s));
}
.hero .split-lines.eds-scroll-visible .word {
	transition-delay: calc((0.1s * var(--line-index) + 1s));
}
.home .hero .split-lines.eds-scroll-visible .word {
	transition-delay: calc((0.1s * var(--line-index) + 2.5s));
	transition-delay: calc((0.1s * var(--line-index) + 1s));
}
.split-lines.eds-scroll-visible .wpcf7-submit .word {
	transition: 0s;
}

span[style="text-decoration: underline;"] span {
}
span[style="text-decoration: underline;"] span {
	text-decoration: none !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	transform: translateY(50%);
	transition: 0.6s;
	opacity: 0;
	display: inline-block;
}
span[style="text-decoration: underline;"] span.word {
	padding-right: 5px;
}
span[style="text-decoration: underline;"] span.word:last-child {
	padding-right: 0;
}
.eds-scroll-visible span[style="text-decoration: underline;"] span {
	transform: translateY(0);
	transition-delay: calc(0.1s * var(--line-index));
	opacity: 1;
}

body:not(.elementor-editor-active) .tilted-text {
	position: absolute !important;
	left: calc(100% - 15px);
	top: 0;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
body:not(.elementor-editor-active) .e-con-inner .tilted-text {
/*	left: calc(100% - 70px);*/
}
body:not(.elementor-editor-active) .tilted-text.tilted-text-left {
	left: 10px;
	top: -20px;
}
body:not(.elementor-editor-active).page-id-7 .tilted-text.tilted-text-left {
	top: 130px;
}
body:not(.elementor-editor-active) .hero .tilted-text {
	top: 40vh;
	left: calc(100% - 5px);
}
.hero .tilted-text .elementor-button .elementor-align-icon-right {
	margin-left: 20px;
}
.hero .elementor-button-danger.tilted-text .elementor-button-icon + .elementor-button-text {
	margin-top: 0;
}
.hero .tilted-text .elementor-button .elementor-align-icon-right {
	opacity: 0;
	transition: 0.3s;
	transition-delay: 1.5s;
}
.hero .tilted-text.eds-scroll-visible .elementor-button .elementor-align-icon-right {
	opacity: 1;
}
.hero .animated.eds-on-scroll {
	animation-delay: 1s;
}

.text-gradient,
.text-gradient-elementor .elementor-heading-title,
.text-gradient-elementor .elementor-widget-container *,
.elementor-counter .elementor-counter-number-wrapper,
.dialog-widget .menu-item a:hover,
.dialog-widget .menu-item.current-menu-item a,
.accordion-new .e-n-accordion-item-title-text span {
	background: -webkit-linear-gradient(to right, #54b848 0%, #24773b 100%);
	background: -o-linear-gradient(to right, #54b848 0%, #24773b 100%);
	background: -moz-linear-gradient(to right, #54b848 0%, #24773b 100%);
	background: linear-gradient(to right, #54b848 0%, #24773b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text-gradient-elementor .elementor-heading-title,
.dialog-widget .menu-item a {
	display: inline-block;
}
.elementor-heading-title {
}
.split-lines .elementor-heading-title {
	position: relative;
	overflow: hidden;
}
.split-lines .elementor-heading-title .animated {
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: normal;
}
/*.split-lines .elementor-heading-title .animated {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.split-lines .elementor-heading-title .animated.eds-scroll-visible .word {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}*/

.elementor-heading-title {
	margin-bottom: 0;
}
.elementor-button,
.elementor-form .elementor-button {
	padding: 0 !important;
	border-radius: 25px !important;
	background-color: transparent !important;
	border: 2px solid #359545;
}
.elementor-button:hover,
.elementor-form .elementor-button:hover {
	box-shadow: 0 0 10px var(--green-alt);
}
.elementor-form .elementor-button {
	border: 2px solid #359545 !important;
	cursor: pointer;
}
.elementor-button-content-wrapper,
.elementor-form .elementor-button > span {
	padding: 0.75rem 1.5rem;
/*	background: rgb(255,255,255);*/
/*	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #6eb657 100%);*/
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}
.elementor-button-content-wrapper::before,
.elementor-button-content-wrapper::after,
.elementor-form .elementor-button > span::before,
.elementor-form .elementor-button > span::after {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	z-index: 1;
	transition: 0.3s;
	width: 100%;
	left: 0;
}
.elementor-form .elementor-button > span::before,
.elementor-form .elementor-button > span::after {
	z-index: 0;
}
.elementor-location-header .elementor-button-content-wrapper::before {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #2d5d2b 50%, #6eb657 100%);
}
.elementor-button-content-wrapper::after {
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #6eb657 100%);
	left: -100%;
}
.elementor-button:hover .elementor-button-content-wrapper::before,
.elementor-form .elementor-button:hover > span::before {
	left: 100%;
}
.elementor-button:hover .elementor-button-content-wrapper::after,
.elementor-form .elementor-button:hover > span::after {
	left: 0;
}
.elementor-button-info .elementor-button-content-wrapper::before {
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #6eb657 100%);
	left: 0;
}
.elementor-button-info .elementor-button-content-wrapper::after {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #6eb657 100%);
	left: -100%;
}
.elementor-form .elementor-button > span::before {
	background: linear-gradient(270deg, rgba(0,0,0,0.85) 0%, #2d5d2b 50%, #6eb657 100%);
}
.elementor-form .elementor-button > span::after {
	background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, #2d5d2b 50%, #6eb657 100%);
	left: -100%;
}
.elementor-button-text {
	position: relative;
	z-index: 2;
}
.elementor-button-danger .elementor-button {
	background-color: transparent !important;
	border: 0;
}
.elementor-button-danger .elementor-button:hover {
	box-shadow: none;
}
.elementor-button-danger .elementor-button-content-wrapper::before,
.elementor-button-danger .elementor-button-content-wrapper::after {
	display: none;
}
.elementor-button-danger .elementor-button-content-wrapper {
	padding: 0;
	align-items: center;
}
.elementor-button-danger .elementor-button-icon,
.single-post .elementor-post-navigation__link a,
.media-loop .elementor-swiper-button {
	height: 35px;
	width: 35px;
	margin: 0;
	z-index: 2;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 35px;
}
.single-post .elementor-post-navigation .elementor-post-navigation__prev a {
	justify-content: center;
}
.elementor-button-danger .elementor-button-icon i,
.elementor-button-danger .elementor-button-icon svg,
.elementor-widget-loop-grid.top-pagination a.page-numbers i,
.media-loop .elementor-swiper-button i,
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon i {
	position: relative;
	z-index: 2;
	font-size: 12px;
}
.elementor-widget-loop-grid.top-pagination .page-numbers {
	position: relative;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 0.8em;
}
.elementor-widget-loop-grid.pagination-with-numbers .page-numbers.current {
	position: relative;
	margin-right: 20px !important;
	margin-left: 20px !important;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
/*	padding-left: 10px;*/
/*	height: 35px;*/
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
	width: 35px;
	height: 35px;
	justify-content: center;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span {
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-header {
/*	margin-left: 10px;*/
/*	padding-bottom: 10px;*/
}
.elementor-widget-loop-grid.pagination-with-numbers .page-numbers.current::before,
.elementor-widget-loop-grid.top-pagination .page-numbers::before,
.elementor-button-danger .elementor-button-icon::before,
.single-post .elementor-post-navigation__link a::before,
.media-loop .elementor-swiper-button::before,
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	top: 0;
	left: 0;
	border: 2px solid #359545;
	border-radius: 50%;
	background: none;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span::before {
	/*top: -10px;
	left: -10px;*/
}
.elementor-widget-loop-grid.pagination-with-numbers .page-numbers.current::before {
	top: -10px;
	left: -14px;
}
.elementor-button-danger .elementor-button:hover .elementor-button-icon::before {
}
.elementor-widget-loop-grid.pagination-with-numbers .page-numbers.current::after,
.elementor-button-danger .elementor-button-icon::after,
.elementor-widget-loop-grid.top-pagination a.page-numbers::after,
.single-post .elementor-post-navigation__link a::after,
.media-loop .elementor-swiper-button::after,
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #359545;
	z-index: 1;
	left: 50%;
	top: 50%;
/*	transform: translateY(-50%);*/
	transition: 0.4s;
	margin: auto;
}
.elementor-button-danger .elementor-button.hovered .elementor-button-icon::after,
.elementor-button-danger .elementor-button:hover .elementor-button-icon::after,
.elementor-widget-loop-grid.top-pagination a.page-numbers:hover::after,
.single-post .elementor-post-navigation__link a:hover::after,
.media-loop .elementor-swiper-button:hover::after,
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon span::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.elementor-button-danger .elementor-button.hovered .elementor-button-icon,
.elementor-button-danger .elementor-button:hover .elementor-button-icon,
.elementor-widget-loop-grid.top-pagination a.page-numbers:hover i,
.media-loop .elementor-swiper-button:hover i {
	color: #fff;
}
.elementor-button-danger .elementor-button .elementor-align-icon-left {
	margin-right: 10px;
	width: 35px;
	height: 35px;
	min-width: 35px;
}
.elementor-button-danger .elementor-button-icon + .elementor-button-text {
	margin-top: 3px;
	padding-right: 5px;
	text-align: left;
	flex-basis: calc(100% - 35px);
}
.elementor-button-danger .elementor-button:hover .elementor-button-content-wrapper::before {
	left: 2px;
}
.custom-button a {
	display: inline-block;
	padding-left: 20px;
}
.elementor-widget-loop-grid.top-pagination .elementor-pagination {
	position: absolute;
	top: -65px;
	right: 0;
}
.jet-popup__container-overlay::before,
.border-left::before,
.border-left.border-left-after::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5rem;
	height: 100%;
	content: "";
	z-index: 1;
}
.jet-popup__container-overlay::before {
	background: -webkit-linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 0) 100%);
}
.border-left::before {
	background: -webkit-linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
}
.border-left.border-left-after::after,
.border-left-2::before {
	background: -webkit-linear-gradient(0deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(0deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(0deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(0deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
}
.border-right::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.5rem;
	height: 100%;
	content: "";
	z-index: 1;
}
.border-right::after {
	background: -webkit-linear-gradient(0deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(0deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(0deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(0deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
}
.border-half-top::after {
	height: 50%;
}
.border-right.border-right-80::after {
	top: 80px;
}
.border-left.border-left-after::after,
.border-half-bottom::before {
	height: 50%;
	top: 50%;
}
.border-right-2::after {
	background: -webkit-linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(180deg, var( --e-global-color-accent ) 0%, rgba(255, 255, 255, 1) 100%);
}

.form-white .elementor-field:-moz-placeholder {
   opacity: 1 !important;
}
.form-white .elementor-field::-moz-placeholder {
   opacity: 1 !important;
}

/* Header */
.elementor-widget-image a img[src$=".svg"] {
	width: 100% !important;
}
.elementor-location-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	transition: top .3s linear;
	z-index: 2;
	padding: 0;
}
body:not(.home) .elementor-location-header {
	z-index: 3;
}
.elementor-location-header > section {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.elementor-location-header::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: -webkit-linear-gradient(180deg, #000 0%, transparent 100%);
	background: -o-linear-gradient(180deg, #000 0%, transparent 100%);
	background: -moz-linear-gradient(180deg, #000 0%, transparent 100%);
	background: linear-gradient(180deg, #000 0%, transparent 100%);
	z-index: 1;
	transition: 0.3s;
}
.single-post .elementor-location-header {
	background: -webkit-linear-gradient(180deg, #333232 0%, #2a2a2a 100%);
	background: -o-linear-gradient(180deg, #333232 0%, #2a2a2a 100%);
	background: -moz-linear-gradient(180deg, #333232 0%, #2a2a2a 100%);
	background: linear-gradient(180deg, #333232 0%, #2a2a2a 100%);
}
.single-post .elementor-location-header::before {
	display: none;
}
.elementor-location-header > section,
.elementor-location-header > section > .elementor-container {
	height: 100%;
}
.elementor-location-header > section {
	z-index: 3;
}
.elementor-location-header .container {
	height: 100%;
	position: relative;
	z-index: 1;
}
.elementor-location-header.opened::before {
	display: none;
}
.admin-bar .elementor-location-header {
	top: 32px;
}
.elementor-location-header.nav-up {
    top: -145px;
}
.elementor-location-header.nav-down {
	z-index: 4;
}
.elementor-location-header .container {
	height: 100%;
	position: relative;
	z-index: 1;
}

.elementor-location-header ul.elementor-nav-menu > li:not(.menu-home) > a,
.elementor-location-footer ul.elementor-nav-menu > li:not(.menu-home) > a,
.elementor-location-footer .underline-hover a {
	display: inline-block;
	padding-bottom: 20px;
	background-image: linear-gradient(var(--green-alt), var(--green-alt));
	background-position: 0 100%;
	background-size: 0% 5px;
	background-repeat: no-repeat;
	transition: color 0.3s, background-size 0.3s, background-position 0s 0.3s;
}
.elementor-icon-list-item a .elementor-icon-list-text {
	background-image: linear-gradient(var(--green-alt), var(--green-alt));
	background-position: 0 100%;
	background-size: 0% 1px;
	background-repeat: no-repeat;
	transition: color 0.3s, background-size 0.3s, background-position 0s 0.3s !important;
	margin-left: 5px;
	padding-left: 0 !important;
}
.elementor-location-footer ul.elementor-nav-menu > li:not(.menu-home) > a {
	background-size: 0% 1px;
}
.elementor-location-footer .underline-hover a {
	display: inline;
	padding-bottom: 0;
	background-size: 0% 1px;
	background-position: 0 101%;
}
.single-post .elementor-location-header ul.elementor-nav-menu > li.menu-news > a,
.elementor-location-header ul.elementor-nav-menu > li.current-menu-item > a,
.elementor-location-header ul.elementor-nav-menu > li:not(.menu-home) > a:hover {
    background-position: 100% 100%;
    background-size: 100% 5px;
    color: var(--green-alt) !important;
}
.elementor-icon-list-item a:hover .elementor-icon-list-text,
.elementor-location-footer ul.elementor-nav-menu > li:not(.menu-home) > a:hover {
	background-position: 100% 100%;
    background-size: 100% 1px;
    color: var(--green-alt) !important;
}
.elementor-location-footer .underline-hover a:hover {
	background-position: 100% 101%;
    background-size: 100% 1px;
    color: var(--green-alt) !important;
}

.single-post .elementor-location-single::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: -1;
	background: -webkit-linear-gradient(180deg, #2a2a2a 0%, #000 100%);
	background: -o-linear-gradient(180deg, #2a2a2a 0%, #000 100%);
	background: -moz-linear-gradient(180deg, #2a2a2a 0%, #000 100%);
	background: linear-gradient(180deg, #2a2a2a 0%, #000 100%);
}
.single-post .elementor-widget-theme-post-content h2,
.single-post .elementor-widget-theme-post-content h3 {
	font-family: "Gotham Bold", Sans-serif;
}
.single-post .elementor-widget-theme-post-content ul,
.single-post .elementor-widget-theme-post-content ol {
	margin: 0;
	padding: 0 0 0 1rem;
}
.single-post .elementor-widget-theme-post-content blockquote {
	position: relative;
}
.single-post .elementor-widget-theme-post-content blockquote::before {
	position: absolute;
	content: "\201C";
	font-family: "Gotham Bold", Sans-serif;
	font-size: 2em;
	top: 5px;
	left: -1.5rem;
	color: var(--green-alt);
	line-height: 1;
}
.single-post .elementor-share-btn {
	border: 2px solid #359545 !important;
}
.single-post .elementor-post-navigation {
	justify-content: flex-end;
}
.single-post .elementor-post-navigation__link {
	width: auto !important;
	margin-left: 10px;
}
.single-post .elementor-post-navigation .post-navigation__arrow-wrapper {
	color: var( --e-global-color-primary );
	width: 100%;
	height: 100%;
	line-height: 36px;
	text-align: center;
	position: relative;
	z-index: 2;
	transition: 0.3s;
}
.single-post .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
	font-size: 0.9em;
	padding-right: 0;
}
.single-post .elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
	font-size: 0.9em;
	padding-left: 0;
}
.single-post .elementor-post-navigation .post-navigation__arrow-wrapper:hover {
	color: #fff;
}
.single-post #breadcrumbs,
.single-post #breadcrumbs a {
	color: #888a88;
}
.single-post #breadcrumbs .breadcrumb_last {
	color: #fff;
}

.zoom-in-hover {
	overflow: hidden;
}
.zoom-in-hover a img {
	transition: 0.3s;
}
.zoom-in-hover a:hover img {
	transform: scale(1.1);
}
.image-reveal {
	position: relative;
}
.image-reveal::after {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, #3b8145 0%, #1e241e 100%);
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 2;
	transition: 0.75s;
	transition-delay: 0.75s;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.image-reveal.eds-scroll-visible::after {
	width: 0;
}
.image-reveal .elementor-widget-container {
	position: relative;
	overflow: hidden;
}
.image-reveal .elementor-widget-container img {
	transform: scale(1.1);
	transition: 0.75s;
	transition-delay: 1s;
}
.image-reveal.eds-scroll-visible .elementor-widget-container img {
	transform: scale(1);
}

.list-arrow ul {
	list-style: none;
}
.list-arrow li {
	display: block;
	padding-left: 20px;
	background: url('../images/msq-arrow-alt-right.svg') no-repeat 0 7px;
	background-size: 8px;
	margin-bottom: 5px;
}

/* Footer */
.elementor-location-header + .elementor {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.loaded .elementor-location-header + .elementor {
	z-index: 1;
}
.elementor-location-footer {
	position: sticky;
	bottom: 0;
	z-index: 0;
}
.elementor-location-footer input[type="email"] {
	background-image: url(../images/icon-email-footer.svg);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: 15.5px 9px;
	padding-left: 40px;
}
.elementor-location-footer a {
    color: #fff;
    transition: 0.3s;
}
.elementor-location-footer i {
	transition: 0.3s;
}
.elementor-location-footer a:hover {
    color: #54b848 !important;
}

.reverse-counter .elementor-counter {
	display: flex;
	flex-direction: column-reverse;
}
.elementor-counter .elementor-counter-number-wrapper {
	justify-content: start;
	display: inline-block !important;
}
.elementor-counter .elementor-counter-number {
	margin-right: -0.25em;
}
.elementor-counter .elementor-counter-number-prefix {
	flex-grow: 0 !important;
}
.elementor-counter .elementor-counter-title {
	text-align: left !important;
}
.elementor-counter .elementor-counter-number-suffix span {
	font-size: 80%;
}
.elementor-counter .elementor-counter-number-prefix span {
	display: block;
	font-size: 33%;
	text-align: left;
}
.draw-line-height {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s;
	height: 100%;
	width: 4px;
	text-align: center;
}
.draw-line-height svg {
	max-height: 0;
	box-shadow: 0 0 4px var(--green-alt);
}

.elementor-accordion {
	display: flex;
	position: relative;
	overflow: hidden;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column {
	width: 12.5% !important;
	min-height: 300px;
	cursor: pointer;
	justify-content: flex-start;
	align-items: center;
	align-items: flex-start;
	padding-left: 15px;
	padding-left: 0;
	transition: width .7s;
	display: flex;
	position: relative;
	overflow: visible;
	border-left: 1px solid #ccc;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column.active {
	/*width: 80%;
	width: 50% !important;*/
	cursor: auto;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column > div {
/*	height: 100%;*/
	margin-left: 0%;
	transition: padding .7s;
	position: relative;
/*	padding-left: 30% !important;*/
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column.active > div {
/*	padding-left: 5% !important;*/
	padding-right: 15%;
	transition: padding .3s;
	flex-direction: column;
}
body:not(.elementor-editor-active) .accordion-number {
	margin-bottom: 0 !important;
	text-align: left;
	/*transition: padding 0s, font-variation-settings .7s;
	padding-left: 15%;
	font-variation-settings: "wght"300;*/
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column.active .accordion-number {
	/*font-variation-settings: 'wght' 500;
	transition: padding .3s, font-variation-settings .7s;
	padding-left: 0;*/
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column .accordion-number .elementor-heading-title {
	font-family: "Gotham Book", Sans-serif !important;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column.active .accordion-number .elementor-heading-title {
	font-family: "Gotham Bold", Sans-serif !important;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column.active .accordion-horizontal {
	width: 450px;
	width: 100% !important;
	height: 35px;
	transition: width 0.7s ease 0.3s, height 0.7s ease 0.3s;
}
body:not(.elementor-editor-active) .accordion-horizontal {
	transition: width 0.4s ease 0s, height 0.4s ease 0s;
	width: 0% !important;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px !important;
	margin-top: 10px;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column.active .accordion-vertical {
	height: 0px;
	transition: height 0.4s ease 0s;
}
body:not(.elementor-editor-active) .accordion-vertical {
	transition: height 0.7s ease 0.3s;
	width: 100%;
/*	height: 320px;*/
	margin-left: -6px;
	position: absolute;
	top: 75px;
	bottom: auto;
/*	left: 30%;*/
	right: auto;
	overflow: hidden;
/*	height: 100%;*/
	z-index: 1;
}
body:not(.elementor-editor-active) .accordion-vertical .elementor-heading-title {
	/*width: 300px;
	transform-origin: 0 0;
	line-height: 35px;
	transform: translate(18%)rotate(90deg);
	white-space: nowrap;*/
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column.active .elementor-widget-text-editor {
	opacity: 1;
	transition: opacity 0.7s ease 0.6s;
	margin-top: 10px;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-widget-text-editor {
	transition: opacity 0.4s ease 0s;
	width: 400px;
	width: 100%;
	opacity: 0;

	height: 0;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column.active .elementor-widget-text-editor {
	height: auto;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-widget-spacer {
	margin-top: auto;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-widget-button {
	opacity: 0;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-widget-button + .elementor-widget-button .elementor-button-wrapper {
	position: absolute;
	top: -35px;
	left: 45px;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column.active .elementor-widget-button {
	opacity: 1;
}

.custom-accordion > .elementor-container {
	flex-direction: column;
}
body:not(.elementor-editor-active) .custom-accordion .elementor-column {
	width: 100% !important;
	min-height: 0;
}

.accordion-new .e-n-accordion-item {
	border-bottom: 1px solid rgba(14, 15, 15, 0.15);
/*	padding: 25px 0;*/
	margin-top: 25px;
	margin-bottom: 25px !important;
}
.accordion-new .e-n-accordion-item-title {
	padding-top: 5px !important;
	padding-bottom: 25px !important;
}
.accordion-new .e-n-accordion-item-title-text span {
	font-size: 1.5em;
	position: relative;
	top: 5px;
	display: inline-block;
	width: 60px;
	margin-right: 10px;
	font-family: "Gotham Book", Sans-serif !important;
/*	transition: 0.3s;*/
}
.accordion-new .e-n-accordion-item.opened .e-n-accordion-item-title-text span {
	font-family: "Gotham Bold", Sans-serif !important;
}
.accordion-new .e-con-inner {
	padding-top: 0 !important;
}
.accordion-new .e-n-accordion-item .e-n-accordion-item-title + div {
}

.accordion-new .e-n-accordion-item .e-n-accordion-item-title + div {
}
.accordion-new .e-n-accordion-item.opened .e-n-accordion-item-title + div {
}
.accordion-new .e-n-accordion-item .e-n-accordion-item-title + div .e-con-inner {
}
.accordion-new .e-n-accordion-item .e-n-accordion-item-title + div .e-con-inner::before {
}
.accordion-new .e-n-accordion-item.opened .e-n-accordion-item-title + div .e-con-inner::before {
}

.accordion-new .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
	position: relative;
	padding-left: 80px;
	line-height: 55px;
}
.accordion-new .e-n-accordion-item-title-header .e-n-accordion-item-title-text span {
	position: absolute;
	left: 0;
	top: 0px;
	line-height: normal;
}
.accordion-new .opened .e-n-accordion-item-title-header .e-n-accordion-item-title-text span {
	top: 3px;
	margin-bottom: -3px;
}

.downloadable-list .e-n-accordion-item-title .e-n-accordion-item-title-icon {
	transition: 0.3s;
}
.downloadable-list .e-n-accordion-item-title.opened .e-n-accordion-item-title-icon {
	transform: rotate(180deg);
}
.elementor-testimonial__content {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.elementor-testimonial__content::before {
	position: absolute;
	content: "\201C";
	font-family: "Gotham Bold", Sans-serif;
	font-size: 6em;
	top: -20px;
	left: 0;
	color: var(--green-alt);
	line-height: 1;
}
.media-loop .elementor-container {
	height: 100%;
}
.media-loop.box-shadow .swiper {
	padding-bottom: 20px;
}
.media-loop.box-shadow .e-loop-item,
.media-loop.box-shadow .swiper-slide {
	position: relative;
	overflow: visible;
}
.media-loop.box-shadow .e-loop-item::after,
.media-loop.box-shadow .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  bottom: 0px;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 50%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}
.media-loop .e-loop-item .elementor-widget-theme-post-featured-image img {
    height: 275px;
    width: 100%;
    object-fit: cover;
}
.media-loop .elementor-widget-theme-post-featured-image a,
.media-loop .elementor-widget-theme-post-featured-image img,
.team-loop .elementor-widget-theme-post-featured-image a,
.team-loop .elementor-widget-theme-post-featured-image img {
	display: block;
	width: 100%;
}
.team-loop .e-loop-item {
	position: relative;
}
.team-loop .e-loop-item::after {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #888a88;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0.4;
}
.team-loop .e-loop-item::after {
	left: -50px;
	width: calc(100% + 100px);
}
.team-loop .e-loop-item:nth-last-child(-n+2)::after {
	display: none;
}
.team-loop .e-loop-item:nth-child(2n)::before {
	position: absolute;
	content: "";
	height: calc(100% - 30px);
	background-color: #888a88;
	width: 1px;
	top: 0;
	left: calc(100% + 50px);
	opacity: 0.4;
}
.team-loop .jet-listing-grid__item {
	position: relative;
	cursor: pointer;
}
.team-loop .jet-listing-grid__item::after {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #888a88;
	width: 100%;
	bottom: -30px;
	left: 0;
	opacity: 0.4;
}
.team-loop .jet-listing-grid__item:nth-last-child(-n+2)::after {
	display: none;
}
.team-loop .jet-listing-grid__item {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 60px;
}
.team-loop .jet-listing-grid__item:nth-child(odd) {
	border-right: 1px solid rgba(136, 138, 136, 0.4);
}
.elementor-widget-testimonial-carousel .elementor-swiper-button {
	width: 16px;
	height: 39px;
	background: url(../images/msq-arrow.svg) no-repeat 0 0;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button i {
	display: none;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	background-image: url(../images/msq-arrow-left.svg);
}

.burger {
	display: flex;
	flex-direction: column;
	width: 35px;
	cursor: pointer;
	float: right;
}
.burger span{
	height: 3px;
	margin: 3px 0;
	/*transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);*/
	transition: 0.3s;
	background-color: #a5a3a3;
}
.burger span:nth-of-type(1){
  width:50%;
}
.burger span:nth-of-type(2){
  width:100%;
}
.burger span:nth-of-type(3){
  width:50%;
  margin-left: auto;
 
}
.burger input[type="checkbox"]{
  display:none;
}
.burger.opened span:nth-of-type(1),
.burger input[type="checkbox"]:checked ~ span:nth-of-type(1){
  transform-origin: bottom;
  transform: rotateZ(45deg) translate(3px,-1px);
  width: 51%;
}
.burger.opened span:nth-of-type(2),
.burger input[type="checkbox"]:checked ~ span:nth-of-type(2){
  transform-origin: top;
  transform: rotateZ(-45deg)
}
.burger.opened span:nth-of-type(3),
.burger input[type="checkbox"]:checked ~ span:nth-of-type(3){
  transform-origin:bottom;
  width:50%;
  transform: translate(16px,-3px) rotateZ(45deg);
  margin-left: 0;
}

.dialog-widget .elementor-nav-menu li,
.dialog-widget .elementor-widget-button,
.dialog-widget .elementor-widget-button ~ div {
	transform: translateX(50px);
	opacity: 0;
    visibility: hidden;
    transition: 0s;
}
.dialog-widget.opened .elementor-nav-menu li,
.dialog-widget.opened .elementor-widget-button,
.dialog-widget.opened .elementor-widget-button ~ div {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition: 0.3s;
	transition-delay: 0s;
}
.dialog-widget.opened .elementor-nav-menu li:nth-child(1) {
	transition-delay: 0.1s;
}
.dialog-widget.opened .elementor-nav-menu li:nth-child(2) {
	transition-delay: 0.15s;
}
.dialog-widget.opened .elementor-nav-menu li:nth-child(3) {
	transition-delay: 0.2s;
}
.dialog-widget.opened .elementor-nav-menu li:nth-child(4) {
	transition-delay: 0.25s;
}
.dialog-widget.opened .elementor-nav-menu li:nth-child(5) {
	transition-delay: 0.3s;
}
.dialog-widget.opened .elementor-widget-button,
.dialog-widget.opened .elementor-nav-menu li:nth-child(6),
.dialog-widget.opened .elementor-widget-button ~ div {
	transition-delay: 0.35s;
}
body:not(.elementor-editor-active) .gradient-divider .elementor-divider-separator {
	border-top: 0 !important;
	height: 7px;
	background: -webkit-linear-gradient(to right, transparent 0%, #7bbc57 50%, transparent 100%);
	background: -o-linear-gradient(to right, transparent 0%, #7bbc57 50%, transparent 100%);
	background: -moz-linear-gradient(to right, transparent 0%, #7bbc57 50%, transparent 100%);
	background: linear-gradient(to right, transparent 0%, #7bbc57 50%, transparent 100%);
}

@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
	body > div > .elementor-section.elementor-section-boxed > .elementor-container {
		padding-right: 40px;
		padding-left: 40px;
	}
	.tilted-text {
	}
}
@media (max-width: 810px) {
	body:not(.elementor-editor-active) .accordion-vertical {
		left: 20%;
	}
	.team-loop .jet-listing-grid__item:nth-child(odd) {
		border-right: 0;
	}
}
@media (max-width: 767px) {
	.e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading {
		display: flex !important;
	}
	.e-n-tabs-content .e-n-tab-title {
		display: none !important;
	}
}
@media (max-width: 575px) {
	.elementor-location-footer {
		position: relative;
	}
	body > div > .elementor-section.elementor-section-boxed > .elementor-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	body:not(.elementor-editor-active) .split-lines {
	}
	body:not(.elementor-editor-active) .hero .tilted-text {
		/*left: 25px;
		bottom: auto;
		top: 100%;*/
		top: auto;
		bottom: 30px;
		width: 60px;
		height: 60px;
		left: 0;
	}
	.elementor-location-header .elementor-widget-theme-site-logo a {
		outline: none;
	}
	.tilted-text,
	.hero .tilted-text .elementor-button .elementor-button-text {
		display: none;
	}
	.hero .tilted-text {
		display: block;
	}
	body:not(.elementor-editor-active) #home-loader-container {
/*		display: none;*/
	}
	#home-loader svg {
		max-width: 50%;
	}
	.border-left::before,
	.border-right::after,
	.border-left.border-left-after::after {
		width: 12.5px;
	}
	body:not(.elementor-editor-active) .custom-accordion .elementor-column,
	body:not(.elementor-editor-active) .custom-accordion .elementor-column.active {
		width: 100% !important;
		border: 0;
	}
	body:not(.elementor-editor-active) .custom-accordion .elementor-column > div {
		padding-left: 5% !important;
	}
	body:not(.elementor-editor-active) .custom-accordion .elementor-column .accordion-number .elementor-heading-title {
		font-family: "Gotham Bold", Sans-serif !important;
	}
	body:not(.elementor-editor-active) .custom-accordion .elementor-widget-spacer {
		display: none;
	}
	body:not(.elementor-editor-active) .custom-accordion .elementor-column.active .elementor-widget-button,
	body:not(.elementor-editor-active) .accordion-vertical {
		display: none;
	}
	body:not(.elementor-editor-active) .accordion-horizontal {
		height: auto;
		width: 100% !important;
	}
	body:not(.elementor-editor-active) .custom-accordion .elementor-widget-text-editor {
		opacity: 1;
	}
	.elementor-testimonial--layout-image_left .elementor-testimonial {
		flex-direction: column-reverse !important;
	}
	.team-loop .jet-listing-grid__item::after {
		display: none;
	}
	.jet-popup.jet-popup--front-mode .jet-popup__container-content {
		overflow-y: scroll;
	}
}