body {
	margin: 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	line-height: 1.5;
}

.elementor-11 .elementor-element.elementor-element-dced144 .ekit_navsearch-button {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

input,
textarea {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;

}

.header {
	min-width: 100%;
}

* {
	outline: none !important;
}

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

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
}

.elementor-sticky--effects {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

p:empty,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.2;
}

a {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	outline: none !important;
}

p.gform_required_legend {
	display: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

img {
	display: block;
}

img.size-full {
	width: 100%;
}

.open-menu .elementor-icon-wrapper {
	display: flex;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 45px;
	height: 45px;
	background: var(--e-global-color-secondary);
	color: #fff;
	line-height: 45px !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	font-size: 20px !important;
	opacity: 0;
	transition: all 0.4s;
}

.back-to-top.show {
	opacity: 0.8;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 321px;
	transition: all 0.4s ease-out 0s;
}

.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 160px;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 321px;
	transition: all 0.4s ease-out 0s;
}

.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 160px;
}

.head-line:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #67a6a2;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	z-index: -1;
}

.head-line {
	display: flex;
	justify-content: center;
}

.head-line .elementor-heading-title {
	background: #fff;
	width: auto;
	padding: 0 18px;
}

.elementor-button {
	min-width: 200px;
}

.elementor-widget-image {
	width: 100%;
}


.btn-full a {
	width: 100%;
	text-align: left;
	justify-items: flex-start;
}

.head-menu .elementor-nav-menu .menu-item {
	border-left: 1px dotted #026B64;
}

.min-unset .elementor-button {
	min-width: unset;
}

.elementor-widget-search .e-search-label>i:is(svg),
.elementor-widget-search .e-search-label>svg:is(svg) {
	fill: var(--e-search-icon-label-color);
	height: 18px;
	width: auto;
}

.elementor-widget-search .e-search-input {
	padding: 10px 50px 10px 20px;
	border: 1px solid;
	min-height: unset;
	height: unset;
}

.elementor-widget-search .e-search-label {
	position: absolute;
	right: 40px;
	left: unset;
	inset-block-start: 50%;

}

.elementor-widget-search .e-search-label>svg {
	inset-inline-start: unset
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	margin-left: 15px;
}

body .gform-theme--foundation .gform_fields {
	row-gap: 15px;
	column-gap: 15px;
}

.gform-theme--foundation .gform_footer input.gform_button,
.gform-theme--foundation .gform_page_footer input.gform_button {
	background: #186760;
}