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

* {
	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 2px 4px 0 rgba(0, 0, 0, .1);
}

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

a:hover {
	text-decoration: underline;
}

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

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child a {
	padding-right: 0 !important;
}

img {
	display: block;
}

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

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

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
}

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

.header .e-con-inner {
	position: relative;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image {
	position: absolute;
	top: 0;
	left: 0;
}

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

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

/* gmi */
#primary {
	min-height: calc(100vh - 130px);
}

.home-service .elementor-widget-image-box {
	width: calc(100% / 3 - 10px);
}

.home-service .elementor-widget-image-box .elementor-image-box-img {
	position: relative;
	padding-top: 55%;
}

.home-service img {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elementor-widget-text-editor ul {
	list-style: none;
	padding-left: 0;
}

.elementor-widget-text-editor ul li {
	list-style: none;
	padding-left: 0;
	line-height: 2.25;
}

.elementor-widget-text-editor ul li::before {
	content: "";
	background: url(../images/angle-right-solid.svg) no-repeat center;
	background-color: var(--e-global-color-primary);
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	background-size: 8px;
}

.gform_required_legend {
	display: none;
}

.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework .gform-field-label:where(:not([class*="gform-field-label--type-"])) {
	--gf-local-margin-y: 0 var(--gf-label-space-primary);
	color: #747474;
}

.gform-theme--foundation .gfield textarea,
.gform-theme--foundation .gfield .ginput_password,
.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield select {
	max-inline-size: 100%;
	border: 1px solid #ccc !important;
}

.gform-theme--foundation #field_submit,
.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
	justify-content: flex-end;
}

.photo-menu .elementor-nav-menu .elementor-item {
	padding-left: 0;
}

.header .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child a {
	padding-right: 0;
}

.header .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
	background-color: #f0f0f0;
	display: block;
}

.header .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	text-transform: capitalize;
}

.home-banner .elementor-element.elementor-element-969f203 .swiper-slide-contents {
	max-width: 1140px;
	width: 100%;
}

.home-banner .elementor-slides .swiper-slide-inner .elementor-slide-description {
	max-width: 500px;
}

.home-banner .elementor-slides .swiper-slide-inner .elementor-slide-button::before {
	content: '';
	background: url(../images/email.png) center no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {
	.home-service .elementor-widget-image-box {
		width: 100%
	}

}