/* --- about-us-eael.css --- */

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

@-webkit-keyframes animateStripe {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(35px, 0);
		transform: translate(35px, 0)
	}
}

@keyframes animateStripe {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(35px, 0);
		transform: translate(35px, 0)
	}
}

@-webkit-keyframes animateStripeRTL {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(-35px, 0);
		transform: translate(-35px, 0)
	}
}

@keyframes animateStripeRTL {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(-35px, 0);
		transform: translate(-35px, 0)
	}
}

.eael-progressbar {
	position: relative
}

.eael-progressbar-title {
	font-size: 20px;
	font-weight: 400
}

.eael-progressbar-line {
	position: relative;
	display: block;
	width: 100%;
	height: 12px;
	background-color: #eee
}

.eael-progressbar-line .eael-progressbar-count-wrap {
	position: absolute;
	right: 0;
	bottom: calc(100% + 5px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.eael-progressbar-line-fill {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 12px;
	background-color: #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: width 1500ms linear;
	transition: width 1500ms linear;
	overflow: hidden
}

.eael-progressbar-circle {
	position: relative;
	width: 200px;
	height: 200px
}

.eael-progressbar-circle .eael-progressbar-title {
	font-size: 16px;
	font-weight: 400
}

.eael-progressbar-circle .eael-progressbar-count-wrap {
	font-size: 28px;
	font-weight: 700
}

.eael-progressbar-circle-shadow {
	width: 220px;
	height: 220px;
	padding: 10px;
	border-radius: 50%
}

.eael-progressbar-circle-pie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: inset(0 0 0 50%);
	clip-path: inset(0 0 0 50%)
}

.eael-progressbar-circle-inner {
	height: 100%;
	width: 100%;
	border-width: 12px;
	border-style: solid;
	border-color: #eee;
	border-radius: 50%
}

.eael-progressbar-circle-half {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-width: 12px;
	border-style: solid;
	border-color: #000;
	border-radius: 50%;
	-webkit-clip-path: inset(0 50% 0 0);
	clip-path: inset(0 50% 0 0)
}

.eael-progressbar-circle-half-left {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.eael-progressbar-circle-half-right {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	visibility: hidden
}

.eael-progressbar-circle-inner-content {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center
}

.eael-progressbar-half-circle {
	position: relative;
	width: 200px;
	height: 100px;
	overflow: hidden
}

.eael-progressbar-half-circle .eael-progressbar-circle-pie {
	-webkit-clip-path: inset(0 0 50% 0);
	clip-path: inset(0 0 50% 0)
}

.eael-progressbar-half-circle .eael-progressbar-circle-half {
	-webkit-clip-path: inset(50% 0 0 0);
	clip-path: inset(50% 0 0 0);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 1500ms linear;
	transition: -webkit-transform 1500ms linear;
	transition: transform 1500ms linear;
	transition: transform 1500ms linear, -webkit-transform 1500ms linear
}

.eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
	top: initial;
	bottom: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.eael-progressbar-half-circle .eael-progressbar-title {
	font-size: 16px;
	font-weight: 400
}

.eael-progressbar-half-circle .eael-progressbar-count-wrap {
	font-size: 28px;
	font-weight: 700
}

.eael-progressbar-half-circle-after {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	clear: both
}

.eael-progressbar-postfix-label {
	float: right
}

.eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
	content: "";
	position: absolute;
	top: 0;
	left: -35px;
	width: calc(100% + 70px);
	height: 100%;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 35px 35px
}

.eael-progressbar-line-animate .eael-progressbar-line-fill:after {
	-webkit-animation: animateStripe 2s linear infinite;
	animation: animateStripe 2s linear infinite
}

.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
	-webkit-animation: animateStripeRTL 2s linear infinite;
	animation: animateStripeRTL 2s linear infinite
}

.eael-progressbar-circle-wrap>div {
	margin: 0 auto
}

.eael-progressbar-line-container.left,
.eael-progressbar-circle-container.left>div,
.eael-progressbar-box-container.left>div {
	margin: 0 auto 0 0
}

.eael-progressbar-line-container.center,
.eael-progressbar-circle-container.center>div,
.eael-progressbar-box-container.center>div {
	margin: 0 auto
}

.eael-progressbar-line-container.right,
.eael-progressbar-circle-container.right>div,
.eael-progressbar-box-container.right>div {
	margin: 0 0 0 auto
}

.rtl .eael-progressbar-line-container {
	text-align: right
}

.rtl .eael-progressbar-line-container .eael-progressbar-count-wrap {
	left: 0;
	right: auto
}

.rtl .eael-progressbar-line-container .eael-progressbar-line-fill {
	left: auto;
	right: 0
}

.rtl .eael-progressbar.eael-progressbar-circle .eael-progressbar-circle-pie {
	-webkit-clip-path: inset(0 50% 0 0);
	clip-path: inset(0 50% 0 0)
}

.rtl .eael-progressbar.eael-progressbar-circle .eael-progressbar-circle-half {
	-webkit-clip-path: inset(0 0 0 50%);
	clip-path: inset(0 0 0 50%)
}

.rtl .eael-progressbar-circle-container .eael-progressbar-half-circle-after .eael-progressbar-prefix-label {
	float: left
}


/* --- about-us-style.css --- */

.elementor-128 .elementor-element.elementor-element-1f83cf4>.elementor-container {
	min-height: 300px;
}

.elementor-128 .elementor-element.elementor-element-1f83cf4:not(.elementor-motion-effects-element-type-background),
.elementor-128 .elementor-element.elementor-element-1f83cf4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-47.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-128 .elementor-element.elementor-element-1f83cf4>.elementor-background-overlay {
	background-color: #00000073;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-128 .elementor-element.elementor-element-1f83cf4 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-128 .elementor-element.elementor-element-7ce781c {
	text-align: center;
}

.elementor-128 .elementor-element.elementor-element-7ce781c .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Roboto", Sans-serif;
	font-size: 55px;
	font-weight: 600;
}

.elementor-128 .elementor-element.elementor-element-0d5088c {
	padding: 50px 0px 0px 0px;
}

.elementor-128 .elementor-element.elementor-element-026da98 .elementor-heading-title {
	font-family: "Dancing Script", Sans-serif;
	font-size: 32px;
	font-weight: 600;
}

.elementor-128 .elementor-element.elementor-element-8e16b55 .elementor-heading-title {
	font-family: "Helvetica", Sans-serif;
	font-weight: 600;
}

.elementor-128 .elementor-element.elementor-element-949d14b .elementor-button {
	background-color: #005C0D;
}

.elementor-128 .elementor-element.elementor-element-949d14b>.elementor-widget-container {
	margin: -25px 0px 0px 0px;
}

.elementor-bc-flex-widget .elementor-128 .elementor-element.elementor-element-9eac3cc.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-128 .elementor-element.elementor-element-9eac3cc.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-128 .elementor-element.elementor-element-1ff15c2>.elementor-widget-container {
	padding: 20px 20px 20px 20px;
}

.elementor-128 .elementor-element.elementor-element-8de8a7f:not(.elementor-motion-effects-element-type-background),
.elementor-128 .elementor-element.elementor-element-8de8a7f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-46.webp");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.elementor-128 .elementor-element.elementor-element-8de8a7f {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 70px 0px 70px 0px;
}

.elementor-128 .elementor-element.elementor-element-8de8a7f>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-128 .elementor-element.elementor-element-f25acbd>.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-128 .elementor-element.elementor-element-f25acbd>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-128 .elementor-element.elementor-element-18fbe9b>.elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CECECE;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 10px 10px 10px 10px;
	--e-column-margin-right: 10px;
	--e-column-margin-left: 10px;
	padding: 10px 10px 10px 10px;
}

.elementor-128 .elementor-element.elementor-element-18fbe9b>.elementor-element-populated,
.elementor-128 .elementor-element.elementor-element-18fbe9b>.elementor-element-populated>.elementor-background-overlay,
.elementor-128 .elementor-element.elementor-element-18fbe9b>.elementor-background-slideshow {
	border-radius: 10px 10px 10px 10px;
}

.elementor-128 .elementor-element.elementor-element-18fbe9b:hover>.elementor-element-populated {
	box-shadow: 0px 0px 10px 0px rgba(224.4, 30.733043478260868, 30.733043478260868, 0.5);
}

.elementor-128 .elementor-element.elementor-element-18fbe9b>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-128 .elementor-element.elementor-element-96ee546 {
	--icon-box-icon-margin: 5px;
}

.elementor-128 .elementor-element.elementor-element-96ee546 .elementor-icon {
	font-size: 36px;
}

.elementor-128 .elementor-element.elementor-element-96ee546 .elementor-icon-box-title {
	margin-bottom: 2px;
	color: #242424;
}

.elementor-128 .elementor-element.elementor-element-96ee546 .elementor-icon-box-title,
.elementor-128 .elementor-element.elementor-element-96ee546 .elementor-icon-box-title a {
	font-family: "Lato", Sans-serif;
	font-size: 25px;
	font-weight: 600;
}

.elementor-128 .elementor-element.elementor-element-96ee546>.elementor-widget-container {
	padding: 20px 20px 20px 20px;
}

.elementor-128 .elementor-element.elementor-element-cff0231>.elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CECECE;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 10px 10px 10px 10px;
	--e-column-margin-right: 10px;
	--e-column-margin-left: 10px;
	padding: 10px 10px 10px 10px;
}

.elementor-128 .elementor-element.elementor-element-cff0231>.elementor-element-populated,
.elementor-128 .elementor-element.elementor-element-cff0231>.elementor-element-populated>.elementor-background-overlay,
.elementor-128 .elementor-element.elementor-element-cff0231>.elementor-background-slideshow {
	border-radius: 10px 10px 10px 10px;
}

.elementor-128 .elementor-element.elementor-element-cff0231:hover>.elementor-element-populated {
	box-shadow: 0px 0px 10px 0px rgba(224.4, 30.733043478260868, 30.733043478260868, 0.5);
}

.elementor-128 .elementor-element.elementor-element-cff0231>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-128 .elementor-element.elementor-element-1081cbc {
	--icon-box-icon-margin: 5px;
}

.elementor-128 .elementor-element.elementor-element-1081cbc .elementor-icon {
	font-size: 36px;
}

.elementor-128 .elementor-element.elementor-element-1081cbc .elementor-icon-box-title {
	margin-bottom: 2px;
	color: #242424;
}

.elementor-128 .elementor-element.elementor-element-1081cbc .elementor-icon-box-title,
.elementor-128 .elementor-element.elementor-element-1081cbc .elementor-icon-box-title a {
	font-family: "Lato", Sans-serif;
	font-size: 25px;
	font-weight: 600;
}

.elementor-128 .elementor-element.elementor-element-1081cbc>.elementor-widget-container {
	padding: 20px 20px 20px 20px;
}

.elementor-128 .elementor-element.elementor-element-5edbb3a>.elementor-element-populated {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CECECE;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 10px 10px 10px 10px;
	--e-column-margin-right: 10px;
	--e-column-margin-left: 10px;
	padding: 10px 10px 10px 10px;
}

.elementor-128 .elementor-element.elementor-element-5edbb3a>.elementor-element-populated,
.elementor-128 .elementor-element.elementor-element-5edbb3a>.elementor-element-populated>.elementor-background-overlay,
.elementor-128 .elementor-element.elementor-element-5edbb3a>.elementor-background-slideshow {
	border-radius: 10px 10px 10px 10px;
}

.elementor-128 .elementor-element.elementor-element-5edbb3a:hover>.elementor-element-populated {
	box-shadow: 0px 0px 10px 0px rgba(224.4, 30.733043478260868, 30.733043478260868, 0.5);
}

.elementor-128 .elementor-element.elementor-element-5edbb3a>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-128 .elementor-element.elementor-element-8713b11 {
	--icon-box-icon-margin: 5px;
}

.elementor-128 .elementor-element.elementor-element-8713b11 .elementor-icon {
	font-size: 36px;
}

.elementor-128 .elementor-element.elementor-element-8713b11 .elementor-icon-box-title {
	margin-bottom: 2px;
	color: #242424;
}

.elementor-128 .elementor-element.elementor-element-8713b11 .elementor-icon-box-title,
.elementor-128 .elementor-element.elementor-element-8713b11 .elementor-icon-box-title a {
	font-family: "Lato", Sans-serif;
	font-size: 25px;
	font-weight: 600;
}

.elementor-128 .elementor-element.elementor-element-8713b11>.elementor-widget-container {
	padding: 20px 20px 20px 20px;
}

.elementor-128 .elementor-element.elementor-element-e6b4be4:not(.elementor-motion-effects-element-type-background),
.elementor-128 .elementor-element.elementor-element-e6b4be4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-13.jpg");
	background-size: cover;
}

.elementor-128 .elementor-element.elementor-element-e6b4be4 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 60px 0px 60px 0px;
}

.elementor-128 .elementor-element.elementor-element-e6b4be4>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-128 .elementor-element.elementor-element-c354a18 {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-128 .elementor-element.elementor-element-a236e05 .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-128 .elementor-element.elementor-element-a236e05 .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-128 .elementor-element.elementor-element-a236e05 .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-128 .elementor-element.elementor-element-a236e05 .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-128 .elementor-element.elementor-element-a236e05 .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-128 .elementor-element.elementor-element-a236e05 .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #056904;
}

.elementor-128 .elementor-element.elementor-element-a236e05 .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-128 .elementor-element.elementor-element-91d1d8a {
	text-align: center;
}

.elementor-128 .elementor-element.elementor-element-91d1d8a .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-128 .elementor-element.elementor-element-42992d9 .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-128 .elementor-element.elementor-element-42992d9 .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-128 .elementor-element.elementor-element-42992d9 .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-128 .elementor-element.elementor-element-42992d9 .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-128 .elementor-element.elementor-element-42992d9 .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-128 .elementor-element.elementor-element-42992d9 .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #056904;
}

.elementor-128 .elementor-element.elementor-element-42992d9 .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-128 .elementor-element.elementor-element-1795afc {
	text-align: center;
}

.elementor-128 .elementor-element.elementor-element-1795afc .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-128 .elementor-element.elementor-element-1dd18de .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-128 .elementor-element.elementor-element-1dd18de .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-128 .elementor-element.elementor-element-1dd18de .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-128 .elementor-element.elementor-element-1dd18de .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-128 .elementor-element.elementor-element-1dd18de .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-128 .elementor-element.elementor-element-1dd18de .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #056904;
}

.elementor-128 .elementor-element.elementor-element-1dd18de .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-128 .elementor-element.elementor-element-98338c2 {
	text-align: center;
}

.elementor-128 .elementor-element.elementor-element-98338c2 .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-128 .elementor-element.elementor-element-0949ca0 .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-128 .elementor-element.elementor-element-0949ca0 .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-128 .elementor-element.elementor-element-0949ca0 .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-128 .elementor-element.elementor-element-0949ca0 .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-128 .elementor-element.elementor-element-0949ca0 .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-128 .elementor-element.elementor-element-0949ca0 .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #056904;
}

.elementor-128 .elementor-element.elementor-element-0949ca0 .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-128 .elementor-element.elementor-element-88fe8fe {
	text-align: center;
}

.elementor-128 .elementor-element.elementor-element-88fe8fe .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-128 .elementor-element.elementor-element-e8ad758 {
	text-align: center;
}

.elementor-128 .elementor-element.elementor-element-e8ad758>.elementor-widget-container {
	margin: 50px 0px 0px 0px;
}

.elementor-128 .elementor-element.elementor-element-3f1293f {
	padding: 50px 0px 0px 0px;
}

.elementor-128 .elementor-element.elementor-element-e7f59c6:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
.elementor-128 .elementor-element.elementor-element-e7f59c6>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-50.jpg");
	background-repeat: no-repeat;
}

.elementor-128 .elementor-element.elementor-element-e7f59c6>.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-128 .elementor-element.elementor-element-e7f59c6>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-128 .elementor-element.elementor-element-012033b>.elementor-widget-container {
	margin: 120px -125px 0px 0px;
}

.elementor-bc-flex-widget .elementor-128 .elementor-element.elementor-element-64c9b50.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-128 .elementor-element.elementor-element-64c9b50.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

@media(min-width:768px) {
	.elementor-128 .elementor-element.elementor-element-fd9bd47 {
		width: 19.616%;
	}

	.elementor-128 .elementor-element.elementor-element-c6c9d95 {
		width: 21.626%;
	}

	.elementor-128 .elementor-element.elementor-element-03f5c15 {
		width: 18.469%;
	}

	.elementor-128 .elementor-element.elementor-element-0b54035 {
		width: 20.288%;
	}

	.elementor-128 .elementor-element.elementor-element-e7f59c6 {
		width: 45.926%;
	}

	.elementor-128 .elementor-element.elementor-element-64c9b50 {
		width: 54.074%;
	}
}

@media(min-width:1025px) {

	.elementor-128 .elementor-element.elementor-element-8de8a7f:not(.elementor-motion-effects-element-type-background),
	.elementor-128 .elementor-element.elementor-element-8de8a7f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-attachment: scroll;
	}
}

@media(max-width:767px) {
	.elementor-128 .elementor-element.elementor-element-9f67a82 {
		width: 100%;
	}

	.elementor-128 .elementor-element.elementor-element-012033b>.elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
}

/* --- bronze-sculpture-eael.css --- */

body div.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap,
body div.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

button.mfp-close,
button.mfp-close:hover {
	display: inline-block !important;
	background: transparent;
	width: auto
}

.mfp-arrow,
.mfp-arrow:hover {
	background: transparent
}

@media screen and (max-height:300px),
screen and (max-width:800px)and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

.eael-elements-flip-box-container {
	position: relative;
	height: 300px;
	width: 100%
}

.eael-elements-flip-box-container .eaa-svg {
	font-size: 40px
}

.eael-elements-flip-box-container .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container .flipbox-button {
	display: inline-block;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	padding: 14px 18px;
	border-radius: 3px;
	margin-top: 15px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg {
	font-size: inherit;
	background: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container a {
	display: block
}

.eael-elements-flip-box-vertical-align {
	width: 100%
}

.eael-elements-flip-box-padding {
	padding: 0px 30px 5px 30px
}

.eael-elements-flip-box-icon-image {
	display: inline-block;
	margin: 0 auto 0px auto;
	line-height: 1
}

.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
	background: #ccc
}

.eael_eleements_flip_front_icon_style_bordered {
	border: 2px solid #fff
}

.eael_flip_box_icon_border_round {
	border-radius: 100px
}

.eael_eleements_flip_front_icon_style_background,
.eael_eleements_flip_front_icon_style_bordered {
	padding: 15px
}

.eael-elements-flip-box-icon-image i {
	font-size: 40px
}

.eael-elements-slider-display-table {
	width: 100%
}

.eael-elements-flip-box-front-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #8a35ff;
	color: #fff;
	border-color: #000;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px
}

.eael-elements-flip-box-content,
.eael-elements-flip-box-heading {
	color: #fff
}

.eael-elements-flip-box-content a {
	display: initial
}

.eael-elements-flip-box-heading.flipbox-linked-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700
}

.eael-elements-flip-box-rear-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #502fc6;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #000;
	border-radius: 5px
}

.eael-elements-button-floating-container {
	position: fixed;
	z-index: 100
}

.eael-elements-button-floating-container .eael-elements-button {
	margin-top: 0px;
	font-size: 14px;
	position: relative;
	padding: 14px 20px
}

.eael-elements-button {
	cursor: pointer;
	display: inline-block;
	background: #077bbe;
	color: #fff;
	line-height: 1;
	padding: 16px 25px;
	margin-top: 15px
}

.eael-elements-button:hover {
	background: #077bbe;
	color: #fff
}

.eael-elements-flip-box-container {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.eael-elements-flip-box-front-container,
.eael-elements-flip-box-rear-container {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.eael-elements-flip-box-flip-card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.eael-elements-flip-box-rear-container,
.eael-elements-flip-box-front-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.eael-flip-box--3d .eael-elements-flip-box-vertical-align {
	-webkit-transform: translateZ(90px) scale(0.91);
	transform: translateZ(90px) scale(0.91)
}

.eael-flip-box--3d .eael-elements-slider-display-table {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0.1px);
	transform: translateZ(0.1px)
}

.eael-animate-flip.eael-animate-left,
.eael-animate-flip.eael-animate-right,
.eael-animate-flip.eael-animate-up,
.eael-animate-flip.eael-animate-down {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.eael-animate-flip.eael-animate-left .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.eael-animate-push.eael-elements-flip-box-container,
.eael-animate-slide.eael-elements-flip-box-container {
	overflow: hidden
}

.eael-animate-push .eael-elements-flip-box-rear-container,
.eael-animate-slide .eael-elements-flip-box-rear-container {
	z-index: 3
}

.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
	top: 100%
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: 0
}

.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 0
}

.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
	left: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: 0
}

.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
	left: auto;
	right: 100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: auto;
	right: 0
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: -100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: -100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: 100%
}

.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	z-index: 3
}

.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}

.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0
}

.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
	text-align: right
}

.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
	text-align: left
}

.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
	text-align: center
}

.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
.eael-flipbox-img-circle .flipbox-back-image-icon img {
	border-radius: 50%;
	overflow: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-front-container,
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	-webkit-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	opacity: 0
}

.eael-template .eael-elements-flip-box-front-container>.elementor,
.eael-template .eael-elements-flip-box-rear-container>.elementor {
	width: 100%
}

@-webkit-keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.eael-button-wrap,
.eael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.eael-button-wrap.eael-force-hide,
.eael-load-more-button-wrap.eael-force-hide {
	display: none !important
}

.eael-button,
.eael-load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0px solid;
	font-size: 16px;
	overflow: hidden
}

.eael-button.hide,
.eael-load-more-button.hide {
	display: none !important
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	display: block
}

.eael-button .eael-btn-loader,
.eael-load-more-button .eael-btn-loader {
	display: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	top: auto;
	left: -200%;
	border-top: 4px solid rgba(255, 255, 255, .2);
	border-right: 4px solid rgba(255, 255, 255, .2);
	border-bottom: 4px solid rgba(255, 255, 255, .2);
	border-left: 4px solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderSpin 1.1s infinite linear;
	animation: loaderSpin 1.1s infinite linear;
	margin-right: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.eael-button .eael-btn-loader:after,
.eael-load-more-button .eael-btn-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px
}

.eael-button:focus,
.eael-load-more-button:focus {
	outline: none
}

.eael-button.button--loading>span,
.eael-load-more-button.button--loading>span {
	margin-left: 0
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	left: 0
}

.rtl .eael-load-more-button-wrap {
	direction: ltr
}

.eael-filter-gallery-control {
	width: 100%
}

.eael-filter-gallery-control ul,
.eael-filter-gallery-control ul li {
	text-align: center
}

.eael-filter-gallery-control ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center
}

.eael-filter-gallery-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 auto;
	flex-flow: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px
}

.eael-filter-gallery-control ul li {
	list-style: none;
	font-size: 24px;
	display: inline-block;
	text-align: center
}

.eael-filter-gallery-control ul li a.control {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px;
	margin: 10px 6px
}

.eael-filter-gallery-container {
	text-align: justify;
	font-size: .1px;
	overflow: hidden
}

.eael-filter-gallery-container #eael-fg-no-items-found {
	font-size: 14px
}

.elementor-editor-active .eael-filter-gallery-container {
	overflow: initial
}

.eael-filter-gallery-container:after {
	content: "";
	display: inline-block;
	width: 100%
}

.eael-filter-gallery-container:not(.eael-cards) .item:before {
	content: "";
	display: inline-block;
	padding-top: 56.25%
}

.eael-filter-gallery-container .item .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.eael-filter-gallery-container.eael-cards .item .caption {
	display: none
}

.eael-filter-gallery-container.eael-cards .item .item-img .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.gallery-item-caption-over {
	width: 100%;
	height: auto
}

a.eael-gallery-load-more,
a.eael-gallery-load-more:hover {
	text-decoration: none
}

.eael-filter-gallery-container .item .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-filter-gallery-container .item .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container .item .caption a:nth-child(1),
.eael-container .item .caption a:nth-child(2) {
	-webkit-transition: .6s;
	transition: .6s;
	opacity: 0
}

.eael-filter-gallery-container .item .caption a:nth-child(1) {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item .caption a:nth-child(2) {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.eael-filter-gallery-container .item .caption .eael-popup-link {
	outline: 0
}

.eael-filter-gallery-container.eael-cards .item:before {
	padding-top: 0px
}

.eael-filter-gallery-container.eael-cards .item-img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
	z-index: 0;
	overflow: hidden
}

.eael-filter-gallery-container.eael-cards .item-content {
	padding: 15px
}

.eael-filter-gallery-container.eael-cards .item-content .title,
.eael-filter-gallery-container.eael-cards .item-content .title a {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0px;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container.eael-cards .item-content p {
	font-size: 14px;
	line-height: 26px
}

.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-content-align-left .eael-cards .item .item-content {
	text-align: left
}

.eael-fg-content-align-center .eael-cards .item .item-content {
	text-align: center
}

.eael-fg-content-align-right .eael-cards .item .item-content {
	text-align: right
}

.mfp-wrap~div.dialog-widget {
	display: none !important
}

.eael-filterable-gallery-item-wrap {
	float: left;
	width: 33.33%
}

.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
	width: 100%
}

.eael-filter-gallery-control>ul li {
	font-size: 13px;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 15px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: normal
}

.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
	width: 50%
}

.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
	width: 25%
}

.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
	width: 20%
}

.eael-gallery-grid-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}

.gallery-item-caption-wrap,
.media-content-wrap {
	font-size: 14px;
	text-align: left
}

.gallery-item-thumbnail-wrap.caption-style-card img {
	max-height: 100%;
	width: 100%
}

.gallery-item-caption-wrap.caption-style-hoverer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 15px;
	z-index: 10
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.fg-item-title,
.fg-item-content {
	color: #fff;
	font-family: inherit
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	font-size: 18px;
	margin: 15px 0 15px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-card {
	background: #f7f7f7
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	margin: 10px 0 15px;
	color: #000
}

.gallery-item-caption-wrap.caption-style-card .fg-item-content {
	color: #212529;
	line-height: 1.5;
	font-weight: normal
}

.gallery-item-buttons>a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-right: 15px
}

.gallery-item-buttons>a:visited {
	color: #000
}

.gallery-item-caption-wrap.caption-style-card {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit
}

.gallery-item-caption-wrap .gallery-item-hoverer-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #000;
	z-index: -1;
	opacity: .7
}

.gallery-item-caption-wrap.caption-style-hoverer {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .6s all ease;
	transition: .6s all ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
	opacity: 1;
	visibility: visible
}

.gallery-item-caption-wrap.caption-style-hoverer h5 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer p {
	margin-bottom: 5px
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap .gallery-item-buttons>a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	outline: none;
	text-decoration: none;
	display: inline-block;
	text-align: center
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
	-webkit-transition: none;
	transition: none
}

.gallery-item-thumbnail-wrap {
	position: relative
}

.gallery-item-thumbnail-wrap.video_gallery_switch_on .gallery-item-thumbnail {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.video-popup,
.video-popup-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.video-popup>img {
	width: 62px;
	position: relative;
	z-index: 1;
	-webkit-transition: 300ms;
	transition: 300ms
}

.video-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-popup:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.video-popup-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 350ms;
	transition: 350ms
}

.eael-gallery-grid-item:hover .video-popup-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery-item-caption-wrap.card-hover-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 800ms;
	transition: 800ms
}

.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap .gallery-item-buttons>a>i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

@media only screen and (min-width: 1025px) {
	.elementor-element.elementor-grid-1 {
		position: relative
	}

	.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-2 {
		position: relative
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-3 {
		position: relative
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-4 {
		position: relative
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-5 {
		position: relative
	}

	.elementor-element.elementor-grid-5 .pp-logo-grid {
		margin-right: -5px
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-6 {
		position: relative
	}

	.elementor-element.elementor-grid-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
		width: 16.65%;
		float: left
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 1024px)and (min-width: 766px) {
	.elementor-element.elementor-grid-tablet-1 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-3 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-4 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-5 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-6 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-grid-mobile-1 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-3 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-4 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-5 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-6 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

.fg-layout-3-filter-controls {
	margin: 0;
	padding: 0;
	list-style: none
}

.fg-layout-3-item-content {
	text-align: center
}

.fg-layout-3-item-content .fg-item-title {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item-content .fg-item-content p {
	font-size: 13px;
	font-weight: 400
}

.fg-filter-wrap {
	position: relative;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

.fg-layout-3-filter-controls {
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 150px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	width: 100%;
	border-radius: 5px;
	padding-top: 7px
}

.fg-layout-3-filter-controls.open-filters {
	visibility: visible;
	opacity: 1
}

.fg-layout-3-filter-controls li.control {
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	-webkit-transition: 300ms;
	transition: 300ms;
	font-size: 14px;
	color: #7f8995;
	font-weight: normal
}

.fg-layout-3-filter-controls li.control:hover {
	color: #2d425a
}

.fg-layout-3-filter-controls li.control:first-child {
	border-top: 0px solid
}

.fg-layout-3-filter-controls li.control:last-child {
	border-bottom: 0px solid
}

.fg-layout-3-filters-wrap {
	max-width: 600px;
	margin: 15px auto 50px
}

.fg-filter-wrap button {
	width: 100%;
	border: 0px solid;
	border-radius: 0px;
	padding: 17px 13px;
	font-size: 14px;
	color: #2d425a;
	background: #f7f8ff;
	height: 55px;
	border-right: 1px solid #abb5ff;
	border-radius: 10px 0px 0 10px;
	outline: none;
	text-align: center;
	position: relative
}

.fg-filter-wrap button>i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px
}

.fg-layout-3-search-box {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	height: 100%
}

.fg-layout-3-search-box input[type=text] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px;
	border: 0px solid;
	outline: none;
	background: none
}

.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]::-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-ms-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-filters-wrap {
	height: 55px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fg-layout-3-filters-wrap .fg-layout-3-search-box {
	background: #f7f8ff;
	border-radius: 0 10px 10px 0
}

.fg-layout-3-item-thumb {
	position: relative;
	overflow: hidden
}

.fg-layout-3-item-thumb .gallery-item-buttons {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4
}

.fg-layout-3-item-content {
	padding: 27px 27px 30px;
	text-align: center
}

.eael-fg-card-content-align-left .fg-layout-3-item-content {
	text-align: left
}

.eael-fg-card-content-align-center .fg-layout-3-item-content {
	text-align: center
}

.eael-fg-card-content-align-right .fg-layout-3-item-content {
	text-align: right
}

.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	border-radius: 5px
}

.fg-caption-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 35px;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.fg-item-category>span {
	font-size: 12px;
	color: #fff;
	background: #fa9196;
	padding: 10px 12px;
	display: inline-block
}

.fg-layout-3-item-content {
	position: relative
}

.fg-item-category {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	margin-top: -15px;
	z-index: 11
}

.fg-item-category span {
	border-radius: 5px;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
	visibility: visible;
	opacity: 1
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	width: auto
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	text-decoration: none
}

button.mfp-close:not(.toggle),
button.mfp-arrow:not(.toggle) {
	background: rgba(0, 0, 0, 0)
}


/* --- bronze-sculpture-style.css --- */

.elementor-322 .elementor-element.elementor-element-3630b50>.elementor-container {
	min-height: 300px;
}

.elementor-322 .elementor-element.elementor-element-3630b50:not(.elementor-motion-effects-element-type-background),
.elementor-322 .elementor-element.elementor-element-3630b50>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-48.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-322 .elementor-element.elementor-element-3630b50>.elementor-background-overlay {
	background-color: #121010;
	opacity: 0.66;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-322 .elementor-element.elementor-element-3630b50 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-322 .elementor-element.elementor-element-21848ea {
	text-align: center;
}

.elementor-322 .elementor-element.elementor-element-21848ea .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
	font-size: 45px;
	font-weight: 600;
}

.elementor-322 .elementor-element.elementor-element-95fafa2 {
	padding: 50px 0px 0px 0px;
}

.elementor-322 .elementor-element.elementor-element-5127c53>.elementor-widget-container {
	padding: 20px 40px 40px 0px;
}

.elementor-322 .elementor-element.elementor-element-0006874>.elementor-element-populated {
	margin: 84px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-308.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-1d611ab>.elementor-widget-container {
	margin: 0px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
}

.elementor-322 .elementor-element.elementor-element-da77d08>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-262.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-c78ac6a {
	text-align: center;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap {
	height: 400px;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .gallery-item-caption-wrap {
	transition: 500ms;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .eael-filter-gallery-wrapper {
	background-color: #fff;
	border-radius: 0px;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .eael-filter-gallery-control ul li.control {
	color: #444;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .eael-filter-gallery-control ul>li.control {
	border-radius: 0px;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .eael-filter-gallery-control ul li.active {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .eael-filter-gallery-control ul li.control.active {
	background: #333;
	border-radius: 0px;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .eael-filterable-gallery-item-wrap .eael-gallery-grid-item {
	border-radius: 0px;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .gallery-item-caption-wrap .gallery-item-hoverer-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.elementor-322 .elementor-element.elementor-element-2300bfb .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title {
	color: #ffffff;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content {
	color: #ffffff;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .video-popup-bg {
	background-color: rgba(0, 0, 0, .7);
}

.elementor-322 .elementor-element.elementor-element-2300bfb .video-popup:hover>img {
	transform: scale(1.1);
}

.elementor-322 .elementor-element.elementor-element-2300bfb .gallery-item-caption-wrap .gallery-item-buttons>a span {
	background: #ff622a;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	border-radius: 100px;
	transition: 300ms;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .gallery-item-caption-wrap .gallery-item-buttons>a span img {
	height: 18px;
	width: 18px;
}

.elementor-322 .elementor-element.elementor-element-2300bfb .gallery-item-caption-wrap .gallery-item-buttons>a span:hover {
	background: #ff622a;
	color: #fff;
	border-radius: 100px;
}

.elementor-322 .elementor-element.elementor-element-2300bfb #eael-fg-no-items-found {
	text-align: center;
	color: #858e9a;
	border-radius: 0px;
}

.elementor-322 .elementor-element.elementor-element-66e80f4 {
	padding: 50px 0px 0px 0px;
}

.elementor-322 .elementor-element.elementor-element-76797af>.elementor-element-populated {
	padding: 95px 0px 0px 0px;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-324.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-c5d15ad>.elementor-widget-container {
	margin: 0px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
}

.elementor-322 .elementor-element.elementor-element-2e867d9>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-377.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-0ef4059 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 0px 0px 0px;
}

.elementor-322 .elementor-element.elementor-element-0ef4059>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-322 .elementor-element.elementor-element-0e107d3 {
	text-align: center;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap {
	height: 400px;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap {
	transition: 500ms;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-wrapper {
	background-color: #fff;
	border-radius: 0px;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul li.control {
	color: #444;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul>li.control {
	border-radius: 0px;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul li.active {
	color: #fff;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul li.control.active {
	background: #333;
	border-radius: 0px;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .eael-filterable-gallery-item-wrap .eael-gallery-grid-item {
	border-radius: 0px;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-hoverer-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.elementor-322 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title {
	color: #ffffff;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content {
	color: #ffffff;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .video-popup-bg {
	background-color: rgba(0, 0, 0, .7);
}

.elementor-322 .elementor-element.elementor-element-6c6879f .video-popup:hover>img {
	transform: scale(1.1);
}

.elementor-322 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-buttons>a span {
	background: #ff622a;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	border-radius: 100px;
	transition: 300ms;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-buttons>a span img {
	height: 18px;
	width: 18px;
}

.elementor-322 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-buttons>a span:hover {
	background: #ff622a;
	color: #fff;
	border-radius: 100px;
}

.elementor-322 .elementor-element.elementor-element-6c6879f #eael-fg-no-items-found {
	text-align: center;
	color: #858e9a;
	border-radius: 0px;
}

@media(max-width:1024px) {
	.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}
}

@media(max-width:767px) {
	.elementor-322 .elementor-element.elementor-element-1d611ab .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-322 .elementor-element.elementor-element-1d611ab>.elementor-widget-container {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.elementor-322 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-322 .elementor-element.elementor-element-c5d15ad .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-322 .elementor-element.elementor-element-c5d15ad>.elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-322 .elementor-element.elementor-element-2e867d9>.elementor-element-populated {
		margin: 10px 10px 10px 10px;
		--e-column-margin-right: 10px;
		--e-column-margin-left: 10px;
	}

	.elementor-322 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}
}

/* --- contact-eael.css --- */

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

.eael-wpforms .wpforms-container .wpforms-form input[type=submit],
.eael-wpforms .wpforms-container .wpforms-form button[type=submit],
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button {
	border: 0
}

.eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover,
.eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover {
	border: 0
}

.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],
.eael-wpforms .wpforms-container .wpforms-form input[type=radio] {
	padding: 3px
}

.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label {
	display: none
}

.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row {
	max-width: 100%
}

.eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.eael-wpforms .wpforms-container .wpforms-field textarea,
.eael-wpforms .wpforms-container .wpforms-field select {
	max-width: 100% !important
}

.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label {
	display: block
}

.eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit {
	width: 100%
}


/* --- contact-style.css --- */

.elementor-371 .elementor-element.elementor-element-856f0d1>.elementor-container {
	min-height: 300px;
}

.elementor-371 .elementor-element.elementor-element-856f0d1:not(.elementor-motion-effects-element-type-background),
.elementor-371 .elementor-element.elementor-element-856f0d1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-15.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-371 .elementor-element.elementor-element-856f0d1>.elementor-background-overlay {
	background-color: #040404;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-371 .elementor-element.elementor-element-856f0d1 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-371 .elementor-element.elementor-element-1f2ba1f {
	text-align: center;
}

.elementor-371 .elementor-element.elementor-element-1f2ba1f .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
	font-size: 45px;
	font-weight: 600;
}

.elementor-371 .elementor-element.elementor-element-461a4ac {
	padding: 40px 0px 30px 0px;
}

.elementor-371 .elementor-element.elementor-element-4df5eb3>.elementor-element-populated {
	padding: 20px 20px 20px 20px;
}

.elementor-371 .elementor-element.elementor-element-9ec4fdb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(29px/2);
}

.elementor-371 .elementor-element.elementor-element-9ec4fdb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(29px/2);
}

.elementor-371 .elementor-element.elementor-element-9ec4fdb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(29px/2);
	margin-left: calc(29px/2);
}

.elementor-371 .elementor-element.elementor-element-9ec4fdb .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-29px/2);
	margin-left: calc(-29px/2);
}

body.rtl .elementor-371 .elementor-element.elementor-element-9ec4fdb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-29px/2);
}

body:not(.rtl) .elementor-371 .elementor-element.elementor-element-9ec4fdb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-29px/2);
}

.elementor-371 .elementor-element.elementor-element-9ec4fdb .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-371 .elementor-element.elementor-element-9ec4fdb .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-371 .elementor-element.elementor-element-9ec4fdb {
	--e-icon-list-icon-size: 23px;
	--icon-vertical-offset: 0px;
}

.elementor-371 .elementor-element.elementor-element-9ec4fdb .elementor-icon-list-text {
	transition: color 0.3s;
}

.elementor-371 .elementor-element.elementor-element-d2c7766>.elementor-element-populated {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	padding: 30px 30px 30px 30px;
}

.elementor-371 .elementor-element.elementor-element-294dc02 .eael-wpforms label.wpforms-error {
	display: block !important;
}

.elementor-371 .elementor-element.elementor-element-294dc02 .eael-wpforms input.wpforms-error,
.elementor-371 .elementor-element.elementor-element-294dc02 .eael-wpforms textarea.wpforms-error {
	border-width: 1px;
}

/* --- custom-inline.css --- */

img:is([sizes=auto i], [sizes^="auto," i]) {
	contain-intrinsic-size: 3000px 1500px
}

/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

:root {
	--ast-container-default-xlg-padding: 3em;
	--ast-container-default-lg-padding: 3em;
	--ast-container-default-slg-padding: 2em;
	--ast-container-default-md-padding: 3em;
	--ast-container-default-sm-padding: 3em;
	--ast-container-default-xs-padding: 2.4em;
	--ast-container-default-xxs-padding: 1.8em;
	--ast-code-block-background: #ECEFF3;
	--ast-comment-inputs-background: #F9FAFB;
}

html {
	font-size: 100%;
}

a {
	color: var(--ast-global-color-0);
}

a:hover,
a:focus {
	color: var(--ast-global-color-1);
}

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6em;
}

blockquote {
	color: var(--ast-global-color-3);
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6,
.site-title,
.site-title a {
	font-weight: 600;
}

.site-title {
	font-size: 26px;
	font-size: 1.625rem;
	display: block;
}

.site-header .site-description {
	font-size: 15px;
	font-size: 0.9375rem;
	display: none;
}

.entry-title {
	font-size: 26px;
	font-size: 1.625rem;
}

h1,
.entry-content h1 {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.4em;
}

h2,
.entry-content h2 {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25em;
}

h3,
.entry-content h3 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.2em;
}

h4,
.entry-content h4 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2em;
	font-weight: 600;
}

h5,
.entry-content h5 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2em;
	font-weight: 600;
}

h6,
.entry-content h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25em;
	font-weight: 600;
}

::selection {
	background-color: var(--ast-global-color-0);
	color: #ffffff;
}

body,
h1,
.entry-title a,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
	color: var(--ast-global-color-3);
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.current-item {
	color: #ffffff;
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: var(--ast-global-color-0);
}

input[type="radio"]:checked,
input[type=reset],
input[type="checkbox"]:checked,
input[type="checkbox"]:hover:checked,
input[type="checkbox"]:focus:checked,
input[type=range]::-webkit-slider-thumb {
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	box-shadow: none;
}

.site-footer a:hover+.post-count,
.site-footer a:focus+.post-count {
	background: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
}

.single .nav-links .nav-previous,
.single .nav-links .nav-next {
	color: var(--ast-global-color-0);
}

.entry-meta,
.entry-meta * {
	line-height: 1.45;
	color: var(--ast-global-color-0);
}

.entry-meta a:hover,
.entry-meta a:hover *,
.entry-meta a:focus,
.entry-meta a:focus *,
.page-links>.page-link,
.page-links .page-link:hover,
.post-navigation a:hover {
	color: var(--ast-global-color-1);
}

#cat option,
.secondary .calendar_wrap thead a,
.secondary .calendar_wrap thead a:visited {
	color: var(--ast-global-color-0);
}

.secondary .calendar_wrap #today,
.ast-progress-val span {
	background: var(--ast-global-color-0);
}

.secondary a:hover+.post-count,
.secondary a:focus+.post-count {
	background: var(--ast-global-color-0);
	border-color: var(--ast-global-color-0);
}

.calendar_wrap #today>a {
	color: #ffffff;
}

.page-links .page-link,
.single .post-navigation a {
	color: var(--ast-global-color-0);
}

.ast-archive-title {
	color: var(--ast-global-color-2);
}

.widget-title,
.widget .wp-block-heading {
	font-size: 22px;
	font-size: 1.375rem;
	color: var(--ast-global-color-2);
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
	text-decoration: underline;
}

.ast-single-post .wp-block-button .wp-block-button__link,
.ast-single-post .elementor-button-wrapper .elementor-button,
.ast-single-post .entry-content .uagb-tab a,
.ast-single-post .entry-content .uagb-ifb-cta a,
.ast-single-post .entry-content .wp-block-uagb-buttons a,
.ast-single-post .entry-content .uabb-module-content a,
.ast-single-post .entry-content .uagb-post-grid a,
.ast-single-post .entry-content .uagb-timeline a,
.ast-single-post .entry-content .uagb-toc__wrap a,
.ast-single-post .entry-content .uagb-taxomony-box a,
.ast-single-post .entry-content .woocommerce a,
.entry-content .wp-block-latest-posts>li>a,
.ast-single-post .entry-content .wp-block-file__button {
	text-decoration: none;
}

a:focus-visible,
.ast-menu-toggle:focus-visible,
.site .skip-link:focus-visible,
.wp-block-loginout input:focus-visible,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.ast-header-navigation-arrow:focus-visible,
.woocommerce .wc-proceed-to-checkout>.checkout-button:focus-visible,
.woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,
.ast-orders-table__row .ast-orders-table__cell:focus-visible,
.woocommerce .woocommerce-order-details .order-again>.button:focus-visible,
.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,
.woocommerce #minus_qty:focus-visible,
.woocommerce #plus_qty:focus-visible,
a#ast-apply-coupon:focus-visible,
.woocommerce .woocommerce-info a:focus-visible,
.woocommerce .astra-shop-summary-wrap a:focus-visible,
.woocommerce a.wc-forward:focus-visible,
#ast-apply-coupon:focus-visible,
.woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible {
	outline-style: dotted;
	outline-color: inherit;
	outline-width: thin;
	border-color: transparent;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
.woocommerce-ordering select.orderby:focus,
#ast-scroll-top:focus,
#coupon_code:focus,
.woocommerce-page #comment:focus,
.woocommerce #reviews #respond input#submit:focus,
.woocommerce a.add_to_cart_button:focus,
.woocommerce .button.single_add_to_cart_button:focus,
.woocommerce .woocommerce-cart-form button:focus,
.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,
.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper>.input-text:focus,
.woocommerce #order_comments:focus,
.woocommerce #place_order:focus,
.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper>.input-text:focus,
.woocommerce .woocommerce-MyAccount-content form button:focus,
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,
.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,
body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,
#ast-coupon-code:focus,
.woocommerce.woocommerce-js .quantity input[type=number]:focus,
.woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,
.woocommerce p#ast-coupon-trigger:focus {
	border-style: dotted;
	border-color: inherit;
	border-width: thin;
	outline-color: transparent;
}

.ast-logo-title-inline .site-logo-img {
	padding-right: 1em;
}

.ast-page-builder-template .hentry {
	margin: 0;
}

.ast-page-builder-template .site-content>.ast-container {
	max-width: 100%;
	padding: 0;
}

.ast-page-builder-template .site-content #primary {
	padding: 0;
	margin: 0;
}

.ast-page-builder-template .no-results {
	text-align: center;
	margin: 4em auto;
}

.ast-page-builder-template .ast-pagination {
	padding: 2em;
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
	margin-top: 0;
}

.ast-page-builder-template .entry-header.ast-header-without-markup {
	margin-top: 0;
	margin-bottom: 0;
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
	margin-bottom: 0;
}

.ast-page-builder-template.single .post-navigation {
	padding-bottom: 2em;
}

.ast-page-builder-template.single-post .site-content>.ast-container {
	max-width: 100%;
}

.ast-page-builder-template .entry-header {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}

.ast-page-builder-template .ast-archive-description {
	margin: 2em auto 0;
	padding-left: 20px;
	padding-right: 20px;
}

.ast-page-builder-template .ast-row {
	margin-left: 0;
	margin-right: 0;
}

.single.ast-page-builder-template .entry-header+.entry-content {
	margin-bottom: 2em;
}

@media(min-width: 921px) {

	.ast-page-builder-template.archive.ast-right-sidebar .ast-row article,
	.ast-page-builder-template.archive.ast-left-sidebar .ast-row article {
		padding-left: 0;
		padding-right: 0;
	}
}

.ast-header-break-point #ast-desktop-header {
	display: none;
}

@media (min-width:921px) {
	#ast-mobile-header {
		display: none;
	}
}

.wp-block-buttons.aligncenter {
	justify-content: center;
}

@media (max-width:921px) {

	.ast-theme-transparent-header #primary,
	.ast-theme-transparent-header #secondary {
		padding: 0;
	}
}

@media (max-width:921px) {
	.ast-plain-container.ast-no-sidebar #primary {
		padding: 0;
	}
}

.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border-color: var(--ast-global-color-0);
}

div.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
div.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: var(--ast-global-color-0);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
div.wp-block-button.is-style-outline .wp-block-button__link:focus,
div.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
div.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
	color: #ffffff;
	background-color: var(--ast-global-color-1);
	border-color: var(--ast-global-color-1);
}

.post-page-numbers.current .page-link,
.ast-pagination .page-numbers.current {
	color: #ffffff;
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	border-radius: 2px;
}

h1.widget-title {
	font-weight: 600;
}

h2.widget-title {
	font-weight: 600;
}

h3.widget-title {
	font-weight: 600;
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.ast-404-layout-1 h1.page-title {
	color: var(--ast-global-color-2);
}

.single .post-navigation a {
	line-height: 1em;
	height: inherit;
}

.error-404 .page-sub-title {
	font-size: 1.5rem;
	font-weight: inherit;
}

.search .site-content .content-area .search-form {
	margin-bottom: 0;
}

#page .site-content {
	flex-grow: 1;
}

.widget {
	margin-bottom: 1.25em;
}

#secondary li {
	line-height: 1.5em;
}

#secondary .wp-block-group h2 {
	margin-bottom: 0.7em;
}

#secondary h2 {
	font-size: 1.7rem;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-comment-list li.depth-1,
.ast-separate-container .comment-respond {
	padding: 3em;
}

.ast-separate-container .ast-article-single .ast-article-single {
	padding: 0;
}

.ast-article-single .wp-block-post-template-is-layout-grid {
	padding-left: 0;
}

.ast-separate-container .ast-comment-list li.depth-1,
.hentry {
	margin-bottom: 2em;
}

.ast-separate-container .ast-archive-description,
.ast-separate-container .ast-author-box {
	border-bottom: 1px solid var(--ast-border-color);
}

.ast-separate-container .comments-title {
	padding: 2em 2em 0 2em;
}

.ast-page-builder-template .comment-form-textarea,
.ast-comment-formwrap .ast-grid-common-col {
	padding: 0;
}

.ast-comment-formwrap {
	padding: 0 20px;
	display: inline-flex;
	column-gap: 20px;
}

.archive.ast-page-builder-template .entry-header {
	margin-top: 2em;
}

.ast-page-builder-template .ast-comment-formwrap {
	width: 100%;
}

.entry-title {
	margin-bottom: 0.5em;
}

.ast-archive-description p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

@media (min-width:921px) {

	.ast-left-sidebar.ast-page-builder-template #secondary,
	.archive.ast-right-sidebar.ast-page-builder-template .site-main {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:544px) {
	.ast-comment-formwrap.ast-row {
		column-gap: 10px;
		display: inline-block;
	}

	#ast-commentform .ast-grid-common-col {
		position: relative;
		width: 100%;
	}
}

@media (min-width:1201px) {

	.ast-separate-container .ast-article-post,
	.ast-separate-container .ast-article-single,
	.ast-separate-container .ast-author-box,
	.ast-separate-container .ast-404-layout-1,
	.ast-separate-container .no-results {
		padding: 3em;
	}
}

@media (max-width:921px) {

	.ast-separate-container #primary,
	.ast-separate-container #secondary {
		padding: 1.5em 0;
	}

	#primary,
	#secondary {
		padding: 1.5em 0;
		margin: 0;
	}

	.ast-left-sidebar #content>.ast-container {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
	}
}

@media (min-width:922px) {

	.ast-separate-container.ast-right-sidebar #primary,
	.ast-separate-container.ast-left-sidebar #primary {
		border: 0;
	}

	.search-no-results.ast-separate-container #primary {
		margin-bottom: 4em;
	}
}

.wp-block-button .wp-block-button__link {
	color: #ffffff;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	color: #ffffff;
	background-color: var(--ast-global-color-1);
	border-color: var(--ast-global-color-1);
}

.elementor-widget-heading h1.elementor-heading-title {
	line-height: 1.4em;
}

.elementor-widget-heading h2.elementor-heading-title {
	line-height: 1.25em;
}

.elementor-widget-heading h3.elementor-heading-title {
	line-height: 1.2em;
}

.elementor-widget-heading h4.elementor-heading-title {
	line-height: 1.2em;
}

.elementor-widget-heading h5.elementor-heading-title {
	line-height: 1.2em;
}

.elementor-widget-heading h6.elementor-heading-title {
	line-height: 1.25em;
}

.wp-block-button .wp-block-button__link,
.wp-block-search .wp-block-search__button,
body .wp-block-file .wp-block-file__button {
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	color: #ffffff;
	font-family: inherit;
	font-weight: 500;
	line-height: 1em;
	font-size: 16px;
	font-size: 1rem;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

@media (max-width:921px) {

	.wp-block-button .wp-block-button__link,
	.wp-block-search .wp-block-search__button,
	body .wp-block-file .wp-block-file__button {
		padding-top: 14px;
		padding-right: 28px;
		padding-bottom: 14px;
		padding-left: 28px;
	}
}

@media (max-width:544px) {

	.wp-block-button .wp-block-button__link,
	.wp-block-search .wp-block-search__button,
	body .wp-block-file .wp-block-file__button {
		padding-top: 12px;
		padding-right: 24px;
		padding-bottom: 12px;
		padding-left: 24px;
	}
}

.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"],
#comments .submit,
.search .search-submit,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body .wp-block-file .wp-block-file__button,
.search .search-submit,
.woocommerce-js a.button,
.woocommerce button.button,
.woocommerce .woocommerce-message a.button,
.woocommerce #respond input#submit.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit,
.woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__product-onsale,
[CLASS*="wc-block"] button,
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed {
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	color: #ffffff;
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-family: inherit;
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
}

button:focus,
.menu-toggle:hover,
button:hover,
.ast-button:hover,
.ast-custom-button:hover .button:hover,
.ast-custom-button:hover,
input[type=reset]:hover,
input[type=reset]:focus,
input#submit:hover,
input#submit:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
body .wp-block-file .wp-block-file__button:hover,
body .wp-block-file .wp-block-file__button:focus,
.woocommerce-js a.button:hover,
.woocommerce button.button:hover,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt.disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
[CLASS*="wc-block"] button:hover,
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping):hover,
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout:hover,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover {
	color: #ffffff;
	background-color: var(--ast-global-color-1);
	border-color: var(--ast-global-color-1);
}

form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
	padding-top: calc(15px - 3px);
	padding-right: calc(30px - 3px);
	padding-bottom: calc(15px - 3px);
	padding-left: calc(30px - 3px);
}

@media (max-width:921px) {

	.menu-toggle,
	button,
	.ast-button,
	.ast-custom-button,
	.button,
	input#submit,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	#comments .submit,
	.search .search-submit,
	form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
	body .wp-block-file .wp-block-file__button,
	.search .search-submit,
	.woocommerce-js a.button,
	.woocommerce button.button,
	.woocommerce .woocommerce-message a.button,
	.woocommerce #respond input#submit.alt,
	.woocommerce input.button.alt,
	.woocommerce input.button,
	.woocommerce input.button:disabled,
	.woocommerce input.button:disabled[disabled],
	.woocommerce input.button:disabled:hover,
	.woocommerce input.button:disabled[disabled]:hover,
	.woocommerce #respond input#submit,
	.woocommerce button.button.alt.disabled,
	.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
	.wc-block-grid__product-onsale,
	[CLASS*="wc-block"] button,
	.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
	.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
	.woocommerce button.button.alt.disabled.wc-variation-selection-needed {
		padding-top: 14px;
		padding-right: 28px;
		padding-bottom: 14px;
		padding-left: 28px;
	}
}

@media (max-width:544px) {

	.menu-toggle,
	button,
	.ast-button,
	.ast-custom-button,
	.button,
	input#submit,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	#comments .submit,
	.search .search-submit,
	form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
	body .wp-block-file .wp-block-file__button,
	.search .search-submit,
	.woocommerce-js a.button,
	.woocommerce button.button,
	.woocommerce .woocommerce-message a.button,
	.woocommerce #respond input#submit.alt,
	.woocommerce input.button.alt,
	.woocommerce input.button,
	.woocommerce input.button:disabled,
	.woocommerce input.button:disabled[disabled],
	.woocommerce input.button:disabled:hover,
	.woocommerce input.button:disabled[disabled]:hover,
	.woocommerce #respond input#submit,
	.woocommerce button.button.alt.disabled,
	.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
	.wc-block-grid__product-onsale,
	[CLASS*="wc-block"] button,
	.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping),
	.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout,
	.woocommerce button.button.alt.disabled.wc-variation-selection-needed {
		padding-top: 12px;
		padding-right: 24px;
		padding-bottom: 12px;
		padding-left: 24px;
	}
}

@media (max-width:921px) {
	.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
		display: inline-block;
	}

	.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
		margin: 0;
	}

	.ast-comment-avatar-wrap img {
		max-width: 2.5em;
	}

	.ast-separate-container .ast-comment-list li.depth-1 {
		padding: 1.5em 2.14em;
	}

	.ast-separate-container .comment-respond {
		padding: 2em 2.14em;
	}

	.ast-comment-meta {
		padding: 0 1.8888em 1.3333em;
	}
}

@media (min-width:544px) {
	.ast-container {
		max-width: 100%;
	}
}

@media (max-width:544px) {

	.ast-separate-container .ast-article-post,
	.ast-separate-container .ast-article-single,
	.ast-separate-container .comments-title,
	.ast-separate-container .ast-archive-description {
		padding: 1.5em 1em;
	}

	.ast-separate-container #content .ast-container {
		padding-left: 0.54em;
		padding-right: 0.54em;
	}

	.ast-separate-container .ast-comment-list li.depth-1 {
		padding: 1.5em 1em;
		margin-bottom: 1.5em;
	}

	.ast-separate-container .ast-comment-list .bypostauthor {
		padding: .5em;
	}

	.ast-search-menu-icon.ast-dropdown-active .search-field {
		width: 170px;
	}
}

.ast-separate-container {
	background-color: var(--ast-global-color-4);
	;
}

@media (max-width:921px) {
	.site-title {
		display: block;
	}

	.site-header .site-description {
		display: none;
	}

	.entry-title {
		font-size: 30px;
	}

	h1,
	.entry-content h1 {
		font-size: 30px;
	}

	h2,
	.entry-content h2 {
		font-size: 25px;
	}

	h3,
	.entry-content h3 {
		font-size: 20px;
	}
}

@media (max-width:544px) {
	.site-title {
		display: block;
	}

	.site-header .site-description {
		display: none;
	}

	.entry-title {
		font-size: 30px;
	}

	h1,
	.entry-content h1 {
		font-size: 30px;
	}

	h2,
	.entry-content h2 {
		font-size: 25px;
	}

	h3,
	.entry-content h3 {
		font-size: 20px;
	}
}

@media (max-width:921px) {
	html {
		font-size: 91.2%;
	}
}

@media (max-width:544px) {
	html {
		font-size: 91.2%;
	}
}

@media (min-width:922px) {
	.ast-container {
		max-width: 1240px;
	}
}

@media (min-width:922px) {
	.site-content .ast-container {
		display: flex;
	}
}

@media (max-width:921px) {
	.site-content .ast-container {
		flex-direction: column;
	}
}

@media (min-width:922px) {

	.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover>.sub-menu,
	.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus>.sub-menu {
		margin-left: -0px;
	}
}

.entry-content li>p {
	margin-bottom: 0;
}

blockquote,
cite {
	font-style: initial;
}

.wp-block-file {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-pullquote {
	border: none;
}

.wp-block-pullquote blockquote::before {
	content: "\201D";
	font-family: "Helvetica", sans-serif;
	display: flex;
	transform: rotate(180deg);
	font-size: 6rem;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

.has-text-align-right>blockquote::before {
	justify-content: flex-start;
}

.has-text-align-left>blockquote::before {
	justify-content: flex-end;
}

figure.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

html body {
	--wp--custom--ast-default-block-top-padding: 3em;
	--wp--custom--ast-default-block-right-padding: 3em;
	--wp--custom--ast-default-block-bottom-padding: 3em;
	--wp--custom--ast-default-block-left-padding: 3em;
	--wp--custom--ast-container-width: 1200px;
	--wp--custom--ast-content-width-size: 1200px;
	--wp--custom--ast-wide-width-size: calc(1200px + var(--wp--custom--ast-default-block-left-padding) + var(--wp--custom--ast-default-block-right-padding));
}

.ast-narrow-container {
	--wp--custom--ast-content-width-size: 750px;
	--wp--custom--ast-wide-width-size: 750px;
}

@media(max-width: 921px) {
	html body {
		--wp--custom--ast-default-block-top-padding: 3em;
		--wp--custom--ast-default-block-right-padding: 2em;
		--wp--custom--ast-default-block-bottom-padding: 3em;
		--wp--custom--ast-default-block-left-padding: 2em;
	}
}

@media(max-width: 544px) {
	html body {
		--wp--custom--ast-default-block-top-padding: 3em;
		--wp--custom--ast-default-block-right-padding: 1.5em;
		--wp--custom--ast-default-block-bottom-padding: 3em;
		--wp--custom--ast-default-block-left-padding: 1.5em;
	}
}

.entry-content>.wp-block-group,
.entry-content>.wp-block-cover,
.entry-content>.wp-block-columns {
	padding-top: var(--wp--custom--ast-default-block-top-padding);
	padding-right: var(--wp--custom--ast-default-block-right-padding);
	padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);
	padding-left: var(--wp--custom--ast-default-block-left-padding);
}

.ast-plain-container.ast-no-sidebar .entry-content>.alignfull,
.ast-page-builder-template .ast-no-sidebar .entry-content>.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}

.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignwide,
.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignwide,
.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignfull,
.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignfull,
.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignwide,
.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignwide {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

[ast-blocks-layout] .wp-block-separator:not(.is-style-dots) {
	height: 0;
}

[ast-blocks-layout] .wp-block-separator {
	margin: 20px auto;
}

[ast-blocks-layout] .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

[ast-blocks-layout] .wp-block-separator.has-background {
	padding: 0;
}

.entry-content[ast-blocks-layout]>* {
	max-width: var(--wp--custom--ast-content-width-size);
	margin-left: auto;
	margin-right: auto;
}

.entry-content[ast-blocks-layout]>.alignwide {
	max-width: var(--wp--custom--ast-wide-width-size);
}

.entry-content[ast-blocks-layout] .alignfull {
	max-width: none;
}

.entry-content .wp-block-columns {
	margin-bottom: 0;
}

blockquote {
	margin: 1.5em;
	border: none;
}

.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
}

.has-text-align-right>blockquote,
blockquote.has-text-align-right {
	border-right: 5px solid rgba(0, 0, 0, 0.05);
}

.has-text-align-left>blockquote,
blockquote.has-text-align-left {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
}

.wp-block-site-tagline,
.wp-block-latest-posts .read-more {
	margin-top: 15px;
}

.wp-block-loginout p label {
	display: block;
}

.wp-block-loginout p:not(.login-remember):not(.login-submit) input {
	width: 100%;
}

.wp-block-loginout input:focus {
	border-color: transparent;
}

.wp-block-loginout input:focus {
	outline: thin dotted;
}

.entry-content .wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 8%;
}

.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 8% 0 0;
}

.entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
	padding: 8%;
}

.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,
.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
	color: var(--ast-global-color-5);
}

.wp-block-loginout .login-remember input {
	width: 1.1rem;
	height: 1.1rem;
	margin: 0 5px 4px 0;
	vertical-align: middle;
}

.wp-block-latest-posts>li>*:first-child,
.wp-block-latest-posts:not(.is-grid)>li:first-child {
	margin-top: 0;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 0 10px;
	color: var(--ast-global-color-3);
	background: var(--ast-global-color-5);
	border-color: var(--ast-border-color);
}

.wp-block-latest-posts .read-more {
	margin-bottom: 1.5em;
}

.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
	padding-top: 5px;
	padding-bottom: 5px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-author {
	font-size: 1rem;
}

.wp-block-latest-posts>li>*,
.wp-block-latest-posts:not(.is-grid)>li {
	margin-top: 12px;
	margin-bottom: 12px;
}

.ast-page-builder-template .entry-content[ast-blocks-layout]>*,
.ast-page-builder-template .entry-content[ast-blocks-layout]>.alignfull>* {
	max-width: none;
}

.ast-page-builder-template .entry-content[ast-blocks-layout]>.alignwide>* {
	max-width: var(--wp--custom--ast-wide-width-size);
}

.ast-page-builder-template .entry-content[ast-blocks-layout]>.inherit-container-width>*,
.ast-page-builder-template .entry-content[ast-blocks-layout]>*>*,
.entry-content[ast-blocks-layout]>.wp-block-cover .wp-block-cover__inner-container {
	max-width: var(--wp--custom--ast-content-width-size);
	margin-left: auto;
	margin-right: auto;
}

.entry-content[ast-blocks-layout] .wp-block-cover:not(.alignleft):not(.alignright) {
	width: auto;
}

@media(max-width: 1200px) {

	.ast-separate-container .entry-content>.alignfull,
	.ast-separate-container .entry-content[ast-blocks-layout]>.alignwide,
	.ast-plain-container .entry-content[ast-blocks-layout]>.alignwide,
	.ast-plain-container .entry-content .alignfull {
		margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
		margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
	}
}

@media(min-width: 1201px) {
	.ast-separate-container .entry-content>.alignfull {
		margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
		margin-right: calc(-1 * var(--ast-container-default-xlg-padding));
	}

	.ast-separate-container .entry-content[ast-blocks-layout]>.alignwide,
	.ast-plain-container .entry-content[ast-blocks-layout]>.alignwide {
		margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding));
		margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding));
	}
}

@media(min-width: 921px) {

	.ast-separate-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width)> :where(:not(.alignleft):not(.alignright)),
	.ast-plain-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width)> :where(:not(.alignleft):not(.alignright)) {
		max-width: calc(var(--wp--custom--ast-content-width-size) + 80px);
	}

	.ast-plain-container.ast-right-sidebar .entry-content[ast-blocks-layout] .alignfull,
	.ast-plain-container.ast-left-sidebar .entry-content[ast-blocks-layout] .alignfull {
		margin-left: -60px;
		margin-right: -60px;
	}
}

@media(min-width: 544px) {
	.entry-content>.alignleft {
		margin-right: 20px;
	}

	.entry-content>.alignright {
		margin-left: 20px;
	}
}

@media (max-width:544px) {
	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 20px;
	}

	.wp-block-latest-posts {
		margin: 0;
	}
}

@media(max-width: 600px) {

	.entry-content .wp-block-media-text .wp-block-media-text__content,
	.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 8% 0 0;
	}

	.entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
		padding: 8%;
	}
}

.ast-page-builder-template .entry-header {
	padding-left: 0;
}

.ast-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.entry-content ul,
.entry-content ol {
	padding: revert;
	margin: revert;
}

:root .has-ast-global-color-0-color {
	color: var(--ast-global-color-0);
}

:root .has-ast-global-color-0-background-color {
	background-color: var(--ast-global-color-0);
}

:root .wp-block-button .has-ast-global-color-0-color {
	color: var(--ast-global-color-0);
}

:root .wp-block-button .has-ast-global-color-0-background-color {
	background-color: var(--ast-global-color-0);
}

:root .has-ast-global-color-1-color {
	color: var(--ast-global-color-1);
}

:root .has-ast-global-color-1-background-color {
	background-color: var(--ast-global-color-1);
}

:root .wp-block-button .has-ast-global-color-1-color {
	color: var(--ast-global-color-1);
}

:root .wp-block-button .has-ast-global-color-1-background-color {
	background-color: var(--ast-global-color-1);
}

:root .has-ast-global-color-2-color {
	color: var(--ast-global-color-2);
}

:root .has-ast-global-color-2-background-color {
	background-color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-color {
	color: var(--ast-global-color-2);
}

:root .wp-block-button .has-ast-global-color-2-background-color {
	background-color: var(--ast-global-color-2);
}

:root .has-ast-global-color-3-color {
	color: var(--ast-global-color-3);
}

:root .has-ast-global-color-3-background-color {
	background-color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-color {
	color: var(--ast-global-color-3);
}

:root .wp-block-button .has-ast-global-color-3-background-color {
	background-color: var(--ast-global-color-3);
}

:root .has-ast-global-color-4-color {
	color: var(--ast-global-color-4);
}

:root .has-ast-global-color-4-background-color {
	background-color: var(--ast-global-color-4);
}

:root .wp-block-button .has-ast-global-color-4-color {
	color: var(--ast-global-color-4);
}

:root .wp-block-button .has-ast-global-color-4-background-color {
	background-color: var(--ast-global-color-4);
}

:root .has-ast-global-color-5-color {
	color: var(--ast-global-color-5);
}

:root .has-ast-global-color-5-background-color {
	background-color: var(--ast-global-color-5);
}

:root .wp-block-button .has-ast-global-color-5-color {
	color: var(--ast-global-color-5);
}

:root .wp-block-button .has-ast-global-color-5-background-color {
	background-color: var(--ast-global-color-5);
}

:root .has-ast-global-color-6-color {
	color: var(--ast-global-color-6);
}

:root .has-ast-global-color-6-background-color {
	background-color: var(--ast-global-color-6);
}

:root .wp-block-button .has-ast-global-color-6-color {
	color: var(--ast-global-color-6);
}

:root .wp-block-button .has-ast-global-color-6-background-color {
	background-color: var(--ast-global-color-6);
}

:root .has-ast-global-color-7-color {
	color: var(--ast-global-color-7);
}

:root .has-ast-global-color-7-background-color {
	background-color: var(--ast-global-color-7);
}

:root .wp-block-button .has-ast-global-color-7-color {
	color: var(--ast-global-color-7);
}

:root .wp-block-button .has-ast-global-color-7-background-color {
	background-color: var(--ast-global-color-7);
}

:root .has-ast-global-color-8-color {
	color: var(--ast-global-color-8);
}

:root .has-ast-global-color-8-background-color {
	background-color: var(--ast-global-color-8);
}

:root .wp-block-button .has-ast-global-color-8-color {
	color: var(--ast-global-color-8);
}

:root .wp-block-button .has-ast-global-color-8-background-color {
	background-color: var(--ast-global-color-8);
}

:root {
	--ast-global-color-0: #046bd2;
	--ast-global-color-1: #045cb4;
	--ast-global-color-2: #1e293b;
	--ast-global-color-3: #334155;
	--ast-global-color-4: #f9fafb;
	--ast-global-color-5: #FFFFFF;
	--ast-global-color-6: #e2e8f0;
	--ast-global-color-7: #cbd5e1;
	--ast-global-color-8: #94a3b8;
}

:root {
	--ast-border-color: var(--ast-global-color-6);
}

.ast-single-entry-banner {
	-js-display: flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: relative;
	background: #eeeeee;
}

.ast-single-entry-banner[data-banner-layout="layout-1"] {
	max-width: 1200px;
	background: inherit;
	padding: 20px 0;
}

.ast-single-entry-banner[data-banner-width-type="custom"] {
	margin: 0 auto;
	width: 100%;
}

.ast-single-entry-banner+.site-content .entry-header {
	margin-bottom: 0;
}

header.entry-header .entry-title {
	font-weight: 600;
	font-size: 32px;
	font-size: 2rem;
}

header.entry-header>*:not(:last-child) {
	margin-bottom: 10px;
}

.ast-archive-entry-banner {
	-js-display: flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: relative;
	background: #eeeeee;
}

.ast-archive-entry-banner[data-banner-width-type="custom"] {
	margin: 0 auto;
	width: 100%;
}

.ast-archive-entry-banner[data-banner-layout="layout-1"] {
	background: inherit;
	padding: 20px 0;
	text-align: left;
}

body.archive .ast-archive-description {
	max-width: 1200px;
	width: 100%;
	text-align: left;
	padding-top: 3em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
}

body.archive .ast-archive-description .ast-archive-title,
body.archive .ast-archive-description .ast-archive-title * {
	font-weight: 600;
	font-size: 32px;
	font-size: 2rem;
}

body.archive .ast-archive-description>*:not(:last-child) {
	margin-bottom: 10px;
}

@media (max-width:921px) {
	body.archive .ast-archive-description {
		text-align: left;
	}
}

@media (max-width:544px) {
	body.archive .ast-archive-description {
		text-align: left;
	}
}

.ast-breadcrumbs .trail-browse,
.ast-breadcrumbs .trail-items,
.ast-breadcrumbs .trail-items li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	background: inherit;
	text-indent: 0;
	text-decoration: none;
}

.ast-breadcrumbs .trail-browse {
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
}

.ast-breadcrumbs .trail-items {
	list-style: none;
}

.trail-items li::after {
	padding: 0 0.3em;
	content: "\00bb";
}

.trail-items li:last-of-type::after {
	display: none;
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
	color: var(--ast-global-color-2);
}

.entry-title a {
	color: var(--ast-global-color-2);
}

@media (max-width:921px) {

	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row>*:first-child,
	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row>*:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width:544px) {

	.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row>*:first-child,
	.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row>*:last-child {
		grid-column: 1 / -1;
	}
}

.ast-builder-layout-element[data-section="title_tagline"] {
	display: flex;
}

@media (max-width:921px) {
	.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
		display: flex;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
		display: flex;
	}
}

.ast-builder-menu-1 {
	font-family: inherit;
	font-weight: inherit;
}

.ast-builder-menu-1 .menu-item>.menu-link {
	color: var(--ast-global-color-3);
}

.ast-builder-menu-1 .menu-item>.ast-menu-toggle {
	color: var(--ast-global-color-3);
}

.ast-builder-menu-1 .menu-item:hover>.menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
	color: var(--ast-global-color-1);
}

.ast-builder-menu-1 .menu-item:hover>.ast-menu-toggle {
	color: var(--ast-global-color-1);
}

.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor>.menu-link {
	color: var(--ast-global-color-1);
}

.ast-builder-menu-1 .menu-item.current-menu-item>.ast-menu-toggle {
	color: var(--ast-global-color-1);
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: var(--ast-global-color-0);
	border-style: solid;
}

.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
.ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
	margin-top: 0px;
}

.ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu:before,
.ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper:before {
	height: calc(0px + 5px);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
	border-style: none;
}

@media (max-width:921px) {
	.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
		top: 0;
	}

	.ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children>.ast-menu-toggle {
		right: -15px;
	}

	.ast-builder-menu-1 .menu-item-has-children>.menu-link:after {
		content: unset;
	}

	.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
	.ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
		margin-top: 0;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children>.ast-menu-toggle {
		top: 0;
	}

	.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu,
	.ast-builder-menu-1 .main-header-menu>.menu-item>.astra-full-megamenu-wrapper {
		margin-top: 0;
	}
}

.ast-builder-menu-1 {
	display: flex;
}

@media (max-width:921px) {
	.ast-header-break-point .ast-builder-menu-1 {
		display: flex;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-builder-menu-1 {
		display: flex;
	}
}

.site-below-footer-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background-color: var(--ast-global-color-5);
	;
	min-height: 80px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-top-color: var(--ast-global-color-6);
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section {
	align-items: flex-start;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section {
	display: flex;
	margin-bottom: 0;
}

.ast-builder-grid-row-full .ast-builder-grid-row {
	grid-template-columns: 1fr;
}

@media (max-width:921px) {
	.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
		display: flex;
		margin-bottom: 0;
	}

	.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
		display: block;
		margin-bottom: 10px;
	}

	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width:544px) {
	.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
		display: flex;
		margin-bottom: 0;
	}

	.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
		display: block;
		margin-bottom: 10px;
	}

	.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
		grid-template-columns: 1fr;
	}
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	display: grid;
}

@media (max-width:921px) {
	.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
		display: grid;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
		display: grid;
	}
}

.ast-footer-copyright {
	text-align: center;
}

.ast-footer-copyright {
	color: var(--ast-global-color-3);
}

@media (max-width:921px) {
	.ast-footer-copyright {
		text-align: center;
	}
}

@media (max-width:544px) {
	.ast-footer-copyright {
		text-align: center;
	}
}

.ast-footer-copyright {
	font-size: 16px;
	font-size: 1rem;
}

.ast-footer-copyright.ast-builder-layout-element {
	display: flex;
}

@media (max-width:921px) {
	.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
		display: flex;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
		display: flex;
	}
}

.footer-widget-area.widget-area.site-footer-focus-item {
	width: auto;
}

.elementor-widget-heading .elementor-heading-title {
	margin: 0;
}

.elementor-page .ast-menu-toggle {
	color: unset !important;
	background: unset !important;
}

.elementor-post.elementor-grid-item.hentry {
	margin-bottom: 0;
}

.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
.elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product {
	width: auto;
	margin: 0;
	float: none;
}

.elementor-toc__list-wrapper {
	margin: 0;
}

body .elementor hr {
	background-color: #ccc;
	margin: 0;
}

.ast-left-sidebar .elementor-section.elementor-section-stretched,
.ast-right-sidebar .elementor-section.elementor-section-stretched {
	max-width: 100%;
	left: 0 !important;
}

.elementor-template-full-width .ast-container {
	display: block;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	top: 0 !important;
}

@media (max-width:544px) {
	.elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product {
		width: auto;
		margin: 0;
	}

	.elementor-element .woocommerce .woocommerce-result-count {
		float: none;
	}
}

.ast-header-break-point .main-header-bar {
	border-bottom-width: 1px;
}

@media (min-width:922px) {
	.main-header-bar {
		border-bottom-width: 1px;
	}
}

.main-header-menu .menu-item,
#astra-footer-menu .menu-item,
.main-header-bar .ast-masthead-custom-menu-items {
	-js-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-header-menu>.menu-item>.menu-link,
#astra-footer-menu>.menu-item>.menu-link {
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-js-display: flex;
	display: flex;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg {
	top: .2em;
	margin-top: 0px;
	margin-left: 0px;
	width: .65em;
	transform: translate(0, -2px) rotateZ(270deg);
}

.ast-mobile-popup-content .ast-submenu-expanded>.ast-menu-toggle {
	transform: rotateX(180deg);
	overflow-y: auto;
}

.ast-separate-container .blog-layout-1,
.ast-separate-container .blog-layout-2,
.ast-separate-container .blog-layout-3 {
	background-color: transparent;
	background-image: none;
}

.ast-separate-container .ast-article-post {
	background-color: var(--ast-global-color-5);
	;
}

@media (max-width:921px) {
	.ast-separate-container .ast-article-post {
		background-color: var(--ast-global-color-5);
		;
	}
}

@media (max-width:544px) {
	.ast-separate-container .ast-article-post {
		background-color: var(--ast-global-color-5);
		;
	}
}

.ast-separate-container .ast-article-single:not(.ast-related-post),
.ast-separate-container .comments-area .comment-respond,
.ast-separate-container .comments-area .ast-comment-list li,
.woocommerce.ast-separate-container .ast-woocommerce-container,
.ast-separate-container .error-404,
.ast-separate-container .no-results,
.single.ast-separate-container .site-main .ast-author-meta,
.ast-separate-container .related-posts-title-wrapper,
.ast-separate-container .comments-count-wrapper,
.ast-box-layout.ast-plain-container .site-content,
.ast-padded-layout.ast-plain-container .site-content,
.ast-separate-container .comments-area .comments-title,
.ast-separate-container .ast-archive-description {
	background-color: var(--ast-global-color-5);
	;
}

@media (max-width:921px) {

	.ast-separate-container .ast-article-single:not(.ast-related-post),
	.ast-separate-container .comments-area .comment-respond,
	.ast-separate-container .comments-area .ast-comment-list li,
	.woocommerce.ast-separate-container .ast-woocommerce-container,
	.ast-separate-container .error-404,
	.ast-separate-container .no-results,
	.single.ast-separate-container .site-main .ast-author-meta,
	.ast-separate-container .related-posts-title-wrapper,
	.ast-separate-container .comments-count-wrapper,
	.ast-box-layout.ast-plain-container .site-content,
	.ast-padded-layout.ast-plain-container .site-content,
	.ast-separate-container .comments-area .comments-title,
	.ast-separate-container .ast-archive-description {
		background-color: var(--ast-global-color-5);
		;
	}
}

@media (max-width:544px) {

	.ast-separate-container .ast-article-single:not(.ast-related-post),
	.ast-separate-container .comments-area .comment-respond,
	.ast-separate-container .comments-area .ast-comment-list li,
	.woocommerce.ast-separate-container .ast-woocommerce-container,
	.ast-separate-container .error-404,
	.ast-separate-container .no-results,
	.single.ast-separate-container .site-main .ast-author-meta,
	.ast-separate-container .related-posts-title-wrapper,
	.ast-separate-container .comments-count-wrapper,
	.ast-box-layout.ast-plain-container .site-content,
	.ast-padded-layout.ast-plain-container .site-content,
	.ast-separate-container .comments-area .comments-title,
	.ast-separate-container .ast-archive-description {
		background-color: var(--ast-global-color-5);
		;
	}
}

.ast-separate-container.ast-two-container #secondary .widget {
	background-color: var(--ast-global-color-5);
	;
}

@media (max-width:921px) {
	.ast-separate-container.ast-two-container #secondary .widget {
		background-color: var(--ast-global-color-5);
		;
	}
}

@media (max-width:544px) {
	.ast-separate-container.ast-two-container #secondary .widget {
		background-color: var(--ast-global-color-5);
		;
	}
}

.ast-plain-container,
.ast-page-builder-template {
	background-color: var(--ast-global-color-5);
	;
}

@media (max-width:921px) {

	.ast-plain-container,
	.ast-page-builder-template {
		background-color: var(--ast-global-color-5);
		;
	}
}

@media (max-width:544px) {

	.ast-plain-container,
	.ast-page-builder-template {
		background-color: var(--ast-global-color-5);
		;
	}
}

#ast-scroll-top {
	display: none;
	position: fixed;
	text-align: center;
	cursor: pointer;
	z-index: 99;
	width: 2.1em;
	height: 2.1em;
	line-height: 2.1;
	color: #ffffff;
	border-radius: 2px;
	content: "";
	outline: inherit;
}

@media (min-width: 769px) {
	#ast-scroll-top {
		content: "769";
	}
}

#ast-scroll-top .ast-icon.icon-arrow svg {
	margin-left: 0px;
	vertical-align: middle;
	transform: translate(0, -20%) rotate(180deg);
	width: 1.6em;
}

.ast-scroll-to-top-right {
	right: 30px;
	bottom: 30px;
}

.ast-scroll-to-top-left {
	left: 30px;
	bottom: 30px;
}

#ast-scroll-top {
	background-color: var(--ast-global-color-0);
	font-size: 15px;
	font-size: 0.9375rem;
}

@media (max-width:921px) {
	#ast-scroll-top .ast-icon.icon-arrow svg {
		width: 1em;
	}
}

.ast-mobile-header-content>*,
.ast-desktop-header-content>* {
	padding: 10px 0;
	height: auto;
}

.ast-mobile-header-content>*:first-child,
.ast-desktop-header-content>*:first-child {
	padding-top: 10px;
}

.ast-mobile-header-content>.ast-builder-menu,
.ast-desktop-header-content>.ast-builder-menu {
	padding-top: 0;
}

.ast-mobile-header-content>*:last-child,
.ast-desktop-header-content>*:last-child {
	padding-bottom: 0;
}

.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {
	width: 100%;
}

.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
	transform: rotateX(180deg);
}

#ast-desktop-header .ast-desktop-header-content,
.ast-mobile-header-content .ast-search-icon,
.ast-desktop-header-content .ast-search-icon,
.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {
	display: none;
}

.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
	display: block;
}

.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up>.menu-item .menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down>.menu-item .menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item>.sub-menu,
.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade>.menu-item .menu-item>.sub-menu {
	opacity: 1;
	visibility: visible;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {
	width: unset;
	margin: unset;
}

.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle,
.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
	left: calc(20px - 0.907em);
	right: auto;
}

.ast-mobile-header-content .ast-search-menu-icon,
.ast-mobile-header-content .ast-search-menu-icon.slide-search,
.ast-desktop-header-content .ast-search-menu-icon,
.ast-desktop-header-content .ast-search-menu-icon.slide-search {
	width: 100%;
	position: relative;
	display: block;
	right: auto;
	transform: none;
}

.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-mobile-header-content .ast-search-menu-icon .search-form,
.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,
.ast-desktop-header-content .ast-search-menu-icon .search-form {
	right: 0;
	visibility: visible;
	opacity: 1;
	position: relative;
	top: auto;
	transform: none;
	padding: 0;
	display: block;
	overflow: hidden;
}

.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,
.ast-mobile-header-content .ast-search-menu-icon .search-field,
.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,
.ast-desktop-header-content .ast-search-menu-icon .search-field {
	width: 100%;
	padding-right: 5.5em;
}

.ast-mobile-header-content .ast-search-menu-icon .search-submit,
.ast-desktop-header-content .ast-search-menu-icon .search-submit {
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding: 0 1em;
	border-radius: 0;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {
	padding-left: 30px;
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {
	padding-left: 40px;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
	background-color: #ffffff;
	;
}

.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-desktop-header-content {
	background-color: #ffffff;
	;
}

.ast-mobile-popup-content>*,
.ast-mobile-header-content>*,
.ast-desktop-popup-content>*,
.ast-desktop-header-content>* {
	padding-top: 0px;
	padding-bottom: 0px;
}

.content-align-flex-start .ast-builder-layout-element {
	justify-content: flex-start;
}

.content-align-flex-start .main-header-menu {
	text-align: left;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
	color: #3a3a3a;
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
	min-height: 80px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
	line-height: 80px;
}

.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
	padding-left: 20px;
	padding-right: 20px;
}

.ast-header-break-point .ast-primary-header-bar {
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	border-bottom-style: solid;
}

@media (min-width:922px) {
	.ast-primary-header-bar {
		border-bottom-width: 1px;
		border-bottom-color: #eaeaea;
		border-bottom-style: solid;
	}
}

.ast-primary-header-bar {
	background-color: #ffffff;
	;
}

.ast-primary-header-bar {
	display: block;
}

@media (max-width:921px) {
	.ast-header-break-point .ast-primary-header-bar {
		display: grid;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-primary-header-bar {
		display: grid;
	}
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
	color: var(--ast-global-color-0);
	border: none;
	background: transparent;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	width: 20px;
	height: 20px;
	fill: var(--ast-global-color-0);
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
	color: var(--ast-global-color-0);
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
	color: var(--ast-global-color-3);
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle {
	color: var(--ast-global-color-3);
}

.ast-builder-menu-mobile .main-navigation .menu-item:hover>.menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
	color: var(--ast-global-color-1);
}

.ast-builder-menu-mobile .main-navigation .menu-item:hover>.ast-menu-toggle {
	color: var(--ast-global-color-1);
}

.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link,
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.ast-menu-toggle {
	color: var(--ast-global-color-1);
}

.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.ast-menu-toggle {
	color: var(--ast-global-color-1);
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
	top: 0;
}

.ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after {
	content: unset;
}

.ast-hfb-header .ast-builder-menu-mobile .main-header-menu,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
	border-style: none;
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
	top: 0;
}

@media (max-width:921px) {
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
		color: var(--ast-global-color-3);
	}

	.ast-builder-menu-mobile .main-navigation .menu-item>.ast-menu-toggle {
		color: var(--ast-global-color-3);
	}

	.ast-builder-menu-mobile .main-navigation .menu-item:hover>.menu-link,
	.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
		color: var(--ast-global-color-1);
		background: var(--ast-global-color-4);
	}

	.ast-builder-menu-mobile .main-navigation .menu-item:hover>.ast-menu-toggle {
		color: var(--ast-global-color-1);
	}

	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link,
	.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.menu-link,
	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor>.ast-menu-toggle {
		color: var(--ast-global-color-1);
		background: var(--ast-global-color-4);
	}

	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.ast-menu-toggle {
		color: var(--ast-global-color-1);
	}

	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
		top: 0;
	}

	.ast-builder-menu-mobile .main-navigation .menu-item-has-children>.menu-link:after {
		content: unset;
	}

	.ast-builder-menu-mobile .main-navigation .main-header-menu,
	.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
		background-color: var(--ast-global-color-5);
		;
	}
}

@media (max-width:544px) {
	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
		top: 0;
	}
}

.ast-builder-menu-mobile .main-navigation {
	display: block;
}

@media (max-width:921px) {
	.ast-header-break-point .ast-builder-menu-mobile .main-navigation {
		display: block;
	}
}

@media (max-width:544px) {
	.ast-header-break-point .ast-builder-menu-mobile .main-navigation {
		display: block;
	}
}

:root {
	--e-global-color-astglobalcolor0: #046bd2;
	--e-global-color-astglobalcolor1: #045cb4;
	--e-global-color-astglobalcolor2: #1e293b;
	--e-global-color-astglobalcolor3: #334155;
	--e-global-color-astglobalcolor4: #f9fafb;
	--e-global-color-astglobalcolor5: #FFFFFF;
	--e-global-color-astglobalcolor6: #e2e8f0;
	--e-global-color-astglobalcolor7: #cbd5e1;
	--e-global-color-astglobalcolor8: #94a3b8;
}

/*# sourceURL=astra-theme-css-inline-css */

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

/*# sourceURL=wp-emoji-styles-inline-css */

:root {
	--wp-block-synced-color: #7a00df;
	--wp-block-synced-color--rgb: 122, 0, 223;
	--wp-bound-block-color: var(--wp-block-synced-color);
	--wp-editor-canvas-background: #ddd;
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
	:root {
		--wp-admin-border-width-focus: 1.5px
	}
}

.wp-element-button {
	cursor: pointer
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

.has-regular-font-size {
	font-size: 1em
}

.has-larger-font-size {
	font-size: 2.625em
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge)
}

:root .has-text-align-center {
	text-align: center
}

:root .has-text-align-left {
	text-align: left
}

:root .has-text-align-right {
	text-align: right
}

.has-fit-text {
	white-space: nowrap !important
}

#end-resizable-editor-section {
	display: none
}

.aligncenter {
	clear: both
}

.items-justified-left {
	justify-content: flex-start
}

.items-justified-center {
	justify-content: center
}

.items-justified-right {
	justify-content: flex-end
}

.items-justified-space-between {
	justify-content: space-between
}

.screen-reader-text {
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-break: normal !important
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style^=border-color], [style*=";border-color"], [style*="; border-color"]) {
	border-style: solid
}

html :where([style^=border-top-color], [style*=";border-top-color"], [style*="; border-top-color"]) {
	border-top-style: solid
}

html :where([style^=border-right-color], [style*=";border-right-color"], [style*="; border-right-color"]) {
	border-right-style: solid
}

html :where([style^=border-bottom-color], [style*=";border-bottom-color"], [style*="; border-bottom-color"]) {
	border-bottom-style: solid
}

html :where([style^=border-left-color], [style*=";border-left-color"], [style*="; border-left-color"]) {
	border-left-style: solid
}

html :where([style^=border-width], [style*=";border-width"], [style*="; border-width"]) {
	border-style: solid
}

html :where([style^=border-top-width], [style*=";border-top-width"], [style*="; border-top-width"]) {
	border-top-style: solid
}

html :where([style^=border-right-width], [style*=";border-right-width"], [style*="; border-right-width"]) {
	border-right-style: solid
}

html :where([style^=border-bottom-width], [style*=";border-bottom-width"], [style*="; border-bottom-width"]) {
	border-bottom-style: solid
}

html :where([style^=border-left-width], [style*=";border-left-width"], [style*="; border-left-width"]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

:where(figure) {
	margin: 0 0 1em
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);
	--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);
	--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);
	--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);
	--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);
	--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);
	--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);
	--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);
	--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
	--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

.wp-block-button {
	--wp--preset--dimension--25: 25%;
	--wp--preset--dimension--50: 50%;
	--wp--preset--dimension--75: 75%;
	--wp--preset--dimension--100: 100%;
}

:root {
	--wp--style--global--content-size: var(--wp--custom--ast-content-width-size);
	--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size);
}

:where(body) {
	margin: 0;
}

.wp-site-blocks>.alignleft {
	float: left;
	margin-right: 2em;
}

.wp-site-blocks>.alignright {
	float: right;
	margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

:where(.wp-site-blocks)>* {
	margin-block-start: 24px;
	margin-block-end: 0;
}

:where(.wp-site-blocks)> :first-child {
	margin-block-start: 0;
}

:where(.wp-site-blocks)> :last-child {
	margin-block-end: 0;
}

:root {
	--wp--style--block-gap: 24px;
}

:root :where(.is-layout-flow)> :first-child {
	margin-block-start: 0;
}

:root :where(.is-layout-flow)> :last-child {
	margin-block-end: 0;
}

:root :where(.is-layout-flow)>* {
	margin-block-start: 24px;
	margin-block-end: 0;
}

:root :where(.is-layout-constrained)> :first-child {
	margin-block-start: 0;
}

:root :where(.is-layout-constrained)> :last-child {
	margin-block-end: 0;
}

:root :where(.is-layout-constrained)>* {
	margin-block-start: 24px;
	margin-block-end: 0;
}

:root :where(.is-layout-flex) {
	gap: 24px;
}

:root :where(.is-layout-grid) {
	gap: 24px;
}

.is-layout-flow>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
	display: flex;
}

.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

.is-layout-flex> :is(*, div) {
	margin: 0;
}

body .is-layout-grid {
	display: grid;
}

.is-layout-grid> :is(*, div) {
	margin: 0;
}

body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
	text-decoration: none;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	background-color: #32373c;
	border-width: 0;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding-top: calc(0.667em + 2px);
	padding-right: calc(1.333em + 2px);
	padding-bottom: calc(0.667em + 2px);
	padding-left: calc(1.333em + 2px);
	text-decoration: none;
	text-transform: inherit;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-ast-global-color-0-color {
	color: var(--wp--preset--color--ast-global-color-0) !important;
}

.has-ast-global-color-1-color {
	color: var(--wp--preset--color--ast-global-color-1) !important;
}

.has-ast-global-color-2-color {
	color: var(--wp--preset--color--ast-global-color-2) !important;
}

.has-ast-global-color-3-color {
	color: var(--wp--preset--color--ast-global-color-3) !important;
}

.has-ast-global-color-4-color {
	color: var(--wp--preset--color--ast-global-color-4) !important;
}

.has-ast-global-color-5-color {
	color: var(--wp--preset--color--ast-global-color-5) !important;
}

.has-ast-global-color-6-color {
	color: var(--wp--preset--color--ast-global-color-6) !important;
}

.has-ast-global-color-7-color {
	color: var(--wp--preset--color--ast-global-color-7) !important;
}

.has-ast-global-color-8-color {
	color: var(--wp--preset--color--ast-global-color-8) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-ast-global-color-0-background-color {
	background-color: var(--wp--preset--color--ast-global-color-0) !important;
}

.has-ast-global-color-1-background-color {
	background-color: var(--wp--preset--color--ast-global-color-1) !important;
}

.has-ast-global-color-2-background-color {
	background-color: var(--wp--preset--color--ast-global-color-2) !important;
}

.has-ast-global-color-3-background-color {
	background-color: var(--wp--preset--color--ast-global-color-3) !important;
}

.has-ast-global-color-4-background-color {
	background-color: var(--wp--preset--color--ast-global-color-4) !important;
}

.has-ast-global-color-5-background-color {
	background-color: var(--wp--preset--color--ast-global-color-5) !important;
}

.has-ast-global-color-6-background-color {
	background-color: var(--wp--preset--color--ast-global-color-6) !important;
}

.has-ast-global-color-7-background-color {
	background-color: var(--wp--preset--color--ast-global-color-7) !important;
}

.has-ast-global-color-8-background-color {
	background-color: var(--wp--preset--color--ast-global-color-8) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-ast-global-color-0-border-color {
	border-color: var(--wp--preset--color--ast-global-color-0) !important;
}

.has-ast-global-color-1-border-color {
	border-color: var(--wp--preset--color--ast-global-color-1) !important;
}

.has-ast-global-color-2-border-color {
	border-color: var(--wp--preset--color--ast-global-color-2) !important;
}

.has-ast-global-color-3-border-color {
	border-color: var(--wp--preset--color--ast-global-color-3) !important;
}

.has-ast-global-color-4-border-color {
	border-color: var(--wp--preset--color--ast-global-color-4) !important;
}

.has-ast-global-color-5-border-color {
	border-color: var(--wp--preset--color--ast-global-color-5) !important;
}

.has-ast-global-color-6-border-color {
	border-color: var(--wp--preset--color--ast-global-color-6) !important;
}

.has-ast-global-color-7-border-color {
	border-color: var(--wp--preset--color--ast-global-color-7) !important;
}

.has-ast-global-color-8-border-color {
	border-color: var(--wp--preset--color--ast-global-color-8) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

/*# sourceURL=global-styles-inline-css */

.elementor-add-new-section .elementor-add-templately-promo-button {
	background-color: #5d4fff;
	background-image: url('images/gallery-45.svg');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.elementor-add-new-section .elementor-add-templately-promo-button>i {
	height: 12px;
}

body .elementor-add-new-section .elementor-add-section-area-button {
	margin-left: 0;
}

.elementor-add-new-section .elementor-add-templately-promo-button {
	background-color: #5d4fff;
	background-image: url('images/gallery-45.svg');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.elementor-add-new-section .elementor-add-templately-promo-button>i {
	height: 12px;
}

body .elementor-add-new-section .elementor-add-section-area-button {
	margin-left: 0;
}

/*# sourceURL=elementor-icons-inline-css */

:root {
	--wpforms-field-border-radius: 3px;
	--wpforms-field-background-color: #ffffff;
	--wpforms-field-border-color: rgba(0, 0, 0, 0.25);
	--wpforms-field-text-color: rgba(0, 0, 0, 0.7);
	--wpforms-label-color: rgba(0, 0, 0, 0.85);
	--wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);
	--wpforms-label-error-color: #d63637;
	--wpforms-button-border-radius: 3px;
	--wpforms-button-background-color: #066aab;
	--wpforms-button-text-color: #ffffff;
	--wpforms-field-size-input-height: 43px;
	--wpforms-field-size-input-spacing: 15px;
	--wpforms-field-size-font-size: 16px;
	--wpforms-field-size-line-height: 19px;
	--wpforms-field-size-padding-h: 14px;
	--wpforms-field-size-checkbox-size: 16px;
	--wpforms-field-size-sublabel-spacing: 5px;
	--wpforms-field-size-icon-size: 1;
	--wpforms-label-size-font-size: 16px;
	--wpforms-label-size-line-height: 19px;
	--wpforms-label-size-sublabel-font-size: 14px;
	--wpforms-label-size-sublabel-line-height: 17px;
	--wpforms-button-size-font-size: 17px;
	--wpforms-button-size-height: 41px;
	--wpforms-button-size-padding-h: 15px;
	--wpforms-button-size-margin-top: 10px;

}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px
}

.blinking {
	position: fixed;
	bottom: 40px;
	left: 0px;
	padding: 10px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	opacity: 100%;
	z-index: 12;
}

.blick {
	width: 50px;
	height: 50px;
}

.blinking .blick img {
	width: 100%;
	animation: blink 3s linear infinite;
	border-radius: 50%;
	opacity: 100%;
}

.top-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;

}

.num {
	font-weight: bold;
	color: #ffffff;
}

.top-box i {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-weight: bold;
	color: var(--text);
	height: 55px;
	width: 55px;


}


.trin-trin {
	animation-name: trin;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes trin {

	from {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	20%,
	32%,
	44%,
	56%,
	68% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	23%,
	35%,
	47%,
	59%,
	71% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	26%,
	38%,
	50%,
	62%,
	74% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	29%,
	41%,
	53%,
	65%,
	77% {
		transform: rotate3d(0, 0, 1, -15deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #69727d;
	color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	color: #69727d;
	border: 3px solid;
	background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1em;
	height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
	display: inline-block
}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-widget-image {
	text-align: center
}

.elementor-widget-image a {
	display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px
}

.elementor-widget-image img {
	vertical-align: middle;
	display: inline-block
}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-accordion {
	text-align: left
}

.elementor-accordion .elementor-accordion-item {
	border: 1px solid #d5d8dc
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: none
}

.elementor-accordion .elementor-tab-title {
	margin: 0;
	padding: 15px 20px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	display: inline-block;
	width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
	width: 1em;
	height: 1em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	float: right;
	text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float: left;
	text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
	display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
	display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
	display: block
}

.elementor-accordion .elementor-tab-content {
	display: none;
	padding: 15px 20px;
	border-top: 1px solid #d5d8dc
}

@media (max-width:767px) {
	.elementor-accordion .elementor-tab-title {
		padding: 12px 15px
	}

	.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		width: 1.2em
	}

	.elementor-accordion .elementor-tab-content {
		padding: 7px 15px
	}
}

.e-con-inner>.elementor-widget-accordion,
.e-con>.elementor-widget-accordion {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow)
}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-widget-image-carousel .swiper,
.elementor-widget-image-carousel .swiper-container {
	position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure {
	line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
	text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
	max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-widget-divider {
	--divider-border-style: none;
	--divider-border-width: 1px;
	--divider-color: #0c0d0e;
	--divider-icon-size: 20px;
	--divider-element-spacing: 10px;
	--divider-pattern-height: 24px;
	--divider-pattern-size: 20px;
	--divider-pattern-url: none;
	--divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
	display: flex
}

.elementor-widget-divider .elementor-divider__text {
	font-size: 15px;
	line-height: 1;
	max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
	margin: 0 var(--divider-element-spacing);
	flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
	font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
	display: flex;
	margin: 0;
	direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
	align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
	display: block;
	content: "";
	border-bottom: 0;
	flex-grow: 1;
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
	content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
	margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
	content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
	margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
	--divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
	width: 100%;
	min-height: var(--divider-pattern-height);
	-webkit-mask-size: var(--divider-pattern-size) 100%;
	mask-size: var(--divider-pattern-size) 100%;
	-webkit-mask-repeat: var(--divider-pattern-repeat);
	mask-repeat: var(--divider-pattern-repeat);
	background-color: var(--divider-color);
	-webkit-mask-image: var(--divider-pattern-url);
	mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
	--divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
	--divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
	direction: rtl
}

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
	width: var(--container-widget-width, 100%);
	--flex-grow: var(--container-widget-flex-grow)
}

@media only screen and (max-width: 2399px) {
	.elementor-element.elementor-element-2300bfb .eael-filterable-gallery-item-wrap {
		width: 33.333333333333%;
	}
}

@media only screen and (max-width: 1024px) {
	.elementor-element.elementor-element-2300bfb .eael-filterable-gallery-item-wrap {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-element-2300bfb .eael-filterable-gallery-item-wrap {
		width: 100%;
	}
}

@media only screen and (max-width: 2399px) {
	.elementor-element.elementor-element-6c6879f .eael-filterable-gallery-item-wrap {
		width: 33.333333333333%;
	}
}

@media only screen and (max-width: 1024px) {
	.elementor-element.elementor-element-6c6879f .eael-filterable-gallery-item-wrap {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-element-6c6879f .eael-filterable-gallery-item-wrap {
		width: 100%;
	}
}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-widget-google_maps .elementor-widget-container {
	overflow: hidden
}

.elementor-widget-google_maps .elementor-custom-embed {
	line-height: 0
}

.elementor-widget-google_maps iframe {
	height: 300px
}

@media only screen and (max-width: 2399px) {
	.elementor-element.elementor-element-71b7337 .eael-filterable-gallery-item-wrap {
		width: 25%;
	}
}

@media only screen and (max-width: 1024px) {
	.elementor-element.elementor-element-71b7337 .eael-filterable-gallery-item-wrap {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-element-71b7337 .eael-filterable-gallery-item-wrap {
		width: 100%;
	}
}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-widget-video .elementor-widget-container {
	overflow: hidden;
	transform: translateZ(0)
}

.elementor-widget-video .elementor-wrapper {
	aspect-ratio: var(--video-aspect-ratio)
}

.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
	height: 100%;
	width: 100%;
	display: flex;
	border: none;
	background-color: #000
}

@supports not (aspect-ratio:1/1) {
	.elementor-widget-video .elementor-wrapper {
		position: relative;
		overflow: hidden;
		height: 0;
		padding-bottom: calc(100% / var(--video-aspect-ratio))
	}

	.elementor-widget-video .elementor-wrapper iframe,
	.elementor-widget-video .elementor-wrapper video {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
	cursor: pointer;
	text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
	opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
	display: block;
	width: 100%;
	aspect-ratio: var(--video-aspect-ratio);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center
}

@supports not (aspect-ratio:1/1) {
	.elementor-widget-video .elementor-custom-embed-image-overlay {
		position: relative;
		overflow: hidden;
		height: 0;
		padding-bottom: calc(100% / var(--video-aspect-ratio))
	}

	.elementor-widget-video .elementor-custom-embed-image-overlay img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}
}

.elementor-widget-video .e-hosted-video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover
}

.e-con-inner>.elementor-widget-video,
.e-con>.elementor-widget-video {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow)
}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-testimonial-wrapper {
	overflow: hidden;
	text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
	font-size: 1.3em;
	margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
	line-height: 1.5;
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
	font-size: .85em;
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
	width: 100%;
	line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
	display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
	display: table-cell;
	vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
	padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
	text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	margin-bottom: 20px
}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-widget-image-box .elementor-image-box-content {
	width: 100%
}

@media (min-width:768px) {

	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		display: flex
	}

	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		text-align: right;
		flex-direction: row-reverse
	}

	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		text-align: left;
		flex-direction: row
	}

	.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
		margin: auto
	}

	.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
		align-items: flex-start
	}

	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		align-items: center
	}

	.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-image-box .elementor-image-box-img {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 15px
	}
}

.elementor-widget-image-box .elementor-image-box-img {
	display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
	color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
	text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
	margin: 0
}

@media only screen and (max-width: 2399px) {
	.elementor-element.elementor-element-cb3c6ac .eael-filterable-gallery-item-wrap {
		width: 33.333333333333%;
	}
}

@media only screen and (max-width: 1024px) {
	.elementor-element.elementor-element-cb3c6ac .eael-filterable-gallery-item-wrap {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-element-cb3c6ac .eael-filterable-gallery-item-wrap {
		width: 100%;
	}
}

/*! elementor - v3.16.0 - 20-09-2023 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #69727d;
	color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	color: #69727d;
	border: 3px solid;
	background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1em;
	height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
	display: inline-block
}

@media only screen and (max-width: 2399px) {
	.elementor-element.elementor-element-ca5c5fa .eael-filterable-gallery-item-wrap {
		width: 25%;
	}
}

@media only screen and (max-width: 1024px) {
	.elementor-element.elementor-element-ca5c5fa .eael-filterable-gallery-item-wrap {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-element-ca5c5fa .eael-filterable-gallery-item-wrap {
		width: 100%;
	}
}

/* --- custom-styles-1.css --- */

@font-face {
	font-family: 'Corben';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/corben/v23/LYjDdGzzklQtCMpNpwNA.ttf) format('truetype');
}

@font-face {
	font-family: 'Corben';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/corben/v23/LYjAdGzzklQtCMpFHCZQqnov.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyo3Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y03Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPx-oPCc.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI3wi_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Neonderthaw';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/neonderthaw/v8/Iure6Yx5-oWVZI0r-17AeaZOrLE.ttf) format('truetype');
}


/* --- custom-styles-2.css --- */

@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHx_KVxUbq.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXH9fKVxUbq.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHGfWVxUbq.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWVxUbq.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7alwg.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EH7alwg.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODH7alwg.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDH7alwg.ttf) format('truetype');
}

@font-face {
	font-family: 'Corben';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/corben/v23/LYjDdGzzklQtCMpNpwNA.ttf) format('truetype');
}

@font-face {
	font-family: 'Corben';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/corben/v23/LYjAdGzzklQtCMpFHCZQqnov.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyo3Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y03Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPx-oPCc.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI3wi_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Neonderthaw';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/neonderthaw/v8/Iure6Yx5-oWVZI0r-17AeaZOrLE.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRuAj-lg.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHQuAj-lg.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QuAj-lg.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQuAj-lg.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQuAj-lg.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLl_XuAj-lg.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXuAj-lg.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHXuAj-lg.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXuAj-lg.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbVmUiA8.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmUiA8.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEalmUiA8.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtalmUiA8.ttf) format('truetype');
}


/* --- custom-styles-3.css --- */

@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHx_KVxUbq.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXH9fKVxUbq.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHGfWVxUbq.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWVxUbq.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7alwg.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EH7alwg.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODH7alwg.ttf) format('truetype');
}

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/cabin/v35/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDH7alwg.ttf) format('truetype');
}

@font-face {
	font-family: 'Corben';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/corben/v23/LYjDdGzzklQtCMpNpwNA.ttf) format('truetype');
}

@font-face {
	font-family: 'Corben';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/corben/v23/LYjAdGzzklQtCMpFHCZQqnov.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyo3Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y03Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPx-oPCc.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI3wi_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Neonderthaw';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/neonderthaw/v8/Iure6Yx5-oWVZI0r-17AeaZOrLE.ttf) format('truetype');
}


/* --- custom-styles-4.css --- */

@font-face {
	font-family: 'Corben';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/corben/v23/LYjDdGzzklQtCMpNpwNA.ttf) format('truetype');
}

@font-face {
	font-family: 'Corben';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/corben/v23/LYjAdGzzklQtCMpFHCZQqnov.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyo3Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y03Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/dancingscript/v29/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup5.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPx-oPCc.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI3wi_Gwfo.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}

@font-face {
	font-family: 'Neonderthaw';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/neonderthaw/v8/Iure6Yx5-oWVZI0r-17AeaZOrLE.ttf) format('truetype');
}


/* --- gallery-eael.css --- */

body div.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap,
body div.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

button.mfp-close,
button.mfp-close:hover {
	display: inline-block !important;
	background: transparent;
	width: auto
}

.mfp-arrow,
.mfp-arrow:hover {
	background: transparent
}

@media screen and (max-height:300px),
screen and (max-width:800px)and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

@-webkit-keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.eael-button-wrap,
.eael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.eael-button-wrap.eael-force-hide,
.eael-load-more-button-wrap.eael-force-hide {
	display: none !important
}

.eael-button,
.eael-load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0px solid;
	font-size: 16px;
	overflow: hidden
}

.eael-button.hide,
.eael-load-more-button.hide {
	display: none !important
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	display: block
}

.eael-button .eael-btn-loader,
.eael-load-more-button .eael-btn-loader {
	display: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	top: auto;
	left: -200%;
	border-top: 4px solid rgba(255, 255, 255, .2);
	border-right: 4px solid rgba(255, 255, 255, .2);
	border-bottom: 4px solid rgba(255, 255, 255, .2);
	border-left: 4px solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderSpin 1.1s infinite linear;
	animation: loaderSpin 1.1s infinite linear;
	margin-right: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.eael-button .eael-btn-loader:after,
.eael-load-more-button .eael-btn-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px
}

.eael-button:focus,
.eael-load-more-button:focus {
	outline: none
}

.eael-button.button--loading>span,
.eael-load-more-button.button--loading>span {
	margin-left: 0
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	left: 0
}

.rtl .eael-load-more-button-wrap {
	direction: ltr
}

.eael-filter-gallery-control {
	width: 100%
}

.eael-filter-gallery-control ul,
.eael-filter-gallery-control ul li {
	text-align: center
}

.eael-filter-gallery-control ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center
}

.eael-filter-gallery-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 auto;
	flex-flow: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px
}

.eael-filter-gallery-control ul li {
	list-style: none;
	font-size: 24px;
	display: inline-block;
	text-align: center
}

.eael-filter-gallery-control ul li a.control {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px;
	margin: 10px 6px
}

.eael-filter-gallery-container {
	text-align: justify;
	font-size: .1px;
	overflow: hidden
}

.eael-filter-gallery-container #eael-fg-no-items-found {
	font-size: 14px
}

.elementor-editor-active .eael-filter-gallery-container {
	overflow: initial
}

.eael-filter-gallery-container:after {
	content: "";
	display: inline-block;
	width: 100%
}

.eael-filter-gallery-container:not(.eael-cards) .item:before {
	content: "";
	display: inline-block;
	padding-top: 56.25%
}

.eael-filter-gallery-container .item .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.eael-filter-gallery-container.eael-cards .item .caption {
	display: none
}

.eael-filter-gallery-container.eael-cards .item .item-img .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.gallery-item-caption-over {
	width: 100%;
	height: auto
}

a.eael-gallery-load-more,
a.eael-gallery-load-more:hover {
	text-decoration: none
}

.eael-filter-gallery-container .item .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-filter-gallery-container .item .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container .item .caption a:nth-child(1),
.eael-container .item .caption a:nth-child(2) {
	-webkit-transition: .6s;
	transition: .6s;
	opacity: 0
}

.eael-filter-gallery-container .item .caption a:nth-child(1) {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item .caption a:nth-child(2) {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.eael-filter-gallery-container .item .caption .eael-popup-link {
	outline: 0
}

.eael-filter-gallery-container.eael-cards .item:before {
	padding-top: 0px
}

.eael-filter-gallery-container.eael-cards .item-img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
	z-index: 0;
	overflow: hidden
}

.eael-filter-gallery-container.eael-cards .item-content {
	padding: 15px
}

.eael-filter-gallery-container.eael-cards .item-content .title,
.eael-filter-gallery-container.eael-cards .item-content .title a {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0px;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container.eael-cards .item-content p {
	font-size: 14px;
	line-height: 26px
}

.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-content-align-left .eael-cards .item .item-content {
	text-align: left
}

.eael-fg-content-align-center .eael-cards .item .item-content {
	text-align: center
}

.eael-fg-content-align-right .eael-cards .item .item-content {
	text-align: right
}

.mfp-wrap~div.dialog-widget {
	display: none !important
}

.eael-filterable-gallery-item-wrap {
	float: left;
	width: 33.33%
}

.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
	width: 100%
}

.eael-filter-gallery-control>ul li {
	font-size: 13px;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 15px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: normal
}

.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
	width: 50%
}

.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
	width: 25%
}

.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
	width: 20%
}

.eael-gallery-grid-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}

.gallery-item-caption-wrap,
.media-content-wrap {
	font-size: 14px;
	text-align: left
}

.gallery-item-thumbnail-wrap.caption-style-card img {
	max-height: 100%;
	width: 100%
}

.gallery-item-caption-wrap.caption-style-hoverer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 15px;
	z-index: 10
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.fg-item-title,
.fg-item-content {
	color: #fff;
	font-family: inherit
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	font-size: 18px;
	margin: 15px 0 15px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-card {
	background: #f7f7f7
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	margin: 10px 0 15px;
	color: #000
}

.gallery-item-caption-wrap.caption-style-card .fg-item-content {
	color: #212529;
	line-height: 1.5;
	font-weight: normal
}

.gallery-item-buttons>a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-right: 15px
}

.gallery-item-buttons>a:visited {
	color: #000
}

.gallery-item-caption-wrap.caption-style-card {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit
}

.gallery-item-caption-wrap .gallery-item-hoverer-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #000;
	z-index: -1;
	opacity: .7
}

.gallery-item-caption-wrap.caption-style-hoverer {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .6s all ease;
	transition: .6s all ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
	opacity: 1;
	visibility: visible
}

.gallery-item-caption-wrap.caption-style-hoverer h5 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer p {
	margin-bottom: 5px
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap .gallery-item-buttons>a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	outline: none;
	text-decoration: none;
	display: inline-block;
	text-align: center
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
	-webkit-transition: none;
	transition: none
}

.gallery-item-thumbnail-wrap {
	position: relative
}

.gallery-item-thumbnail-wrap.video_gallery_switch_on .gallery-item-thumbnail {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.video-popup,
.video-popup-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.video-popup>img {
	width: 62px;
	position: relative;
	z-index: 1;
	-webkit-transition: 300ms;
	transition: 300ms
}

.video-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-popup:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.video-popup-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 350ms;
	transition: 350ms
}

.eael-gallery-grid-item:hover .video-popup-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery-item-caption-wrap.card-hover-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 800ms;
	transition: 800ms
}

.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap .gallery-item-buttons>a>i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

@media only screen and (min-width: 1025px) {
	.elementor-element.elementor-grid-1 {
		position: relative
	}

	.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-2 {
		position: relative
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-3 {
		position: relative
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-4 {
		position: relative
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-5 {
		position: relative
	}

	.elementor-element.elementor-grid-5 .pp-logo-grid {
		margin-right: -5px
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-6 {
		position: relative
	}

	.elementor-element.elementor-grid-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
		width: 16.65%;
		float: left
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 1024px)and (min-width: 766px) {
	.elementor-element.elementor-grid-tablet-1 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-3 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-4 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-5 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-6 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-grid-mobile-1 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-3 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-4 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-5 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-6 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

.fg-layout-3-filter-controls {
	margin: 0;
	padding: 0;
	list-style: none
}

.fg-layout-3-item-content {
	text-align: center
}

.fg-layout-3-item-content .fg-item-title {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item-content .fg-item-content p {
	font-size: 13px;
	font-weight: 400
}

.fg-filter-wrap {
	position: relative;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

.fg-layout-3-filter-controls {
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 150px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	width: 100%;
	border-radius: 5px;
	padding-top: 7px
}

.fg-layout-3-filter-controls.open-filters {
	visibility: visible;
	opacity: 1
}

.fg-layout-3-filter-controls li.control {
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	-webkit-transition: 300ms;
	transition: 300ms;
	font-size: 14px;
	color: #7f8995;
	font-weight: normal
}

.fg-layout-3-filter-controls li.control:hover {
	color: #2d425a
}

.fg-layout-3-filter-controls li.control:first-child {
	border-top: 0px solid
}

.fg-layout-3-filter-controls li.control:last-child {
	border-bottom: 0px solid
}

.fg-layout-3-filters-wrap {
	max-width: 600px;
	margin: 15px auto 50px
}

.fg-filter-wrap button {
	width: 100%;
	border: 0px solid;
	border-radius: 0px;
	padding: 17px 13px;
	font-size: 14px;
	color: #2d425a;
	background: #f7f8ff;
	height: 55px;
	border-right: 1px solid #abb5ff;
	border-radius: 10px 0px 0 10px;
	outline: none;
	text-align: center;
	position: relative
}

.fg-filter-wrap button>i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px
}

.fg-layout-3-search-box {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	height: 100%
}

.fg-layout-3-search-box input[type=text] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px;
	border: 0px solid;
	outline: none;
	background: none
}

.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]::-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-ms-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-filters-wrap {
	height: 55px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fg-layout-3-filters-wrap .fg-layout-3-search-box {
	background: #f7f8ff;
	border-radius: 0 10px 10px 0
}

.fg-layout-3-item-thumb {
	position: relative;
	overflow: hidden
}

.fg-layout-3-item-thumb .gallery-item-buttons {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4
}

.fg-layout-3-item-content {
	padding: 27px 27px 30px;
	text-align: center
}

.eael-fg-card-content-align-left .fg-layout-3-item-content {
	text-align: left
}

.eael-fg-card-content-align-center .fg-layout-3-item-content {
	text-align: center
}

.eael-fg-card-content-align-right .fg-layout-3-item-content {
	text-align: right
}

.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	border-radius: 5px
}

.fg-caption-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 35px;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.fg-item-category>span {
	font-size: 12px;
	color: #fff;
	background: #fa9196;
	padding: 10px 12px;
	display: inline-block
}

.fg-layout-3-item-content {
	position: relative
}

.fg-item-category {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	margin-top: -15px;
	z-index: 11
}

.fg-item-category span {
	border-radius: 5px;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
	visibility: visible;
	opacity: 1
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	width: auto
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	text-decoration: none
}

button.mfp-close:not(.toggle),
button.mfp-arrow:not(.toggle) {
	background: rgba(0, 0, 0, 0)
}


/* --- gallery-style.css --- */

.elementor-362 .elementor-element.elementor-element-1e0c506>.elementor-container {
	min-height: 400px;
}

.elementor-362 .elementor-element.elementor-element-1e0c506:not(.elementor-motion-effects-element-type-background),
.elementor-362 .elementor-element.elementor-element-1e0c506>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-153.jpeg");
	background-position: 0px -207px;
	background-size: cover;
}

.elementor-362 .elementor-element.elementor-element-1e0c506>.elementor-background-overlay {
	background-color: #000000;
	opacity: 0.41;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-362 .elementor-element.elementor-element-1e0c506 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-362 .elementor-element.elementor-element-a2b7e06 {
	text-align: center;
}

.elementor-362 .elementor-element.elementor-element-a2b7e06 .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
	font-size: 45px;
	font-weight: 600;
}

.elementor-362 .elementor-element.elementor-element-5d9bca5 {
	text-align: center;
}

.elementor-362 .elementor-element.elementor-element-5d9bca5>.elementor-widget-container {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap {
	height: 350px;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .gallery-item-caption-wrap {
	transition: 500ms;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .eael-filter-gallery-wrapper {
	background-color: #fff;
	border-radius: 0px;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .eael-filter-gallery-control ul li.control {
	color: #444;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .eael-filter-gallery-control ul>li.control {
	border-radius: 0px;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .eael-filter-gallery-control ul li.active {
	color: #fff;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .eael-filter-gallery-control ul li.control.active {
	background: #333;
	border-radius: 0px;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .eael-filterable-gallery-item-wrap .eael-gallery-grid-item {
	border-radius: 0px;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .gallery-item-caption-wrap .gallery-item-hoverer-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.elementor-362 .elementor-element.elementor-element-71b7337 .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title {
	color: #ffffff;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content {
	color: #ffffff;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .video-popup-bg {
	background-color: rgba(0, 0, 0, .7);
}

.elementor-362 .elementor-element.elementor-element-71b7337 .video-popup:hover>img {
	transform: scale(1.1);
}

.elementor-362 .elementor-element.elementor-element-71b7337 .gallery-item-caption-wrap .gallery-item-buttons>a span {
	background: #ff622a;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	border-radius: 100px;
	transition: 300ms;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .gallery-item-caption-wrap .gallery-item-buttons>a span img {
	height: 18px;
	width: 18px;
}

.elementor-362 .elementor-element.elementor-element-71b7337 .gallery-item-caption-wrap .gallery-item-buttons>a span:hover {
	background: #ff622a;
	color: #fff;
	border-radius: 100px;
}

.elementor-362 .elementor-element.elementor-element-71b7337 #eael-fg-no-items-found {
	text-align: center;
	color: #858e9a;
	border-radius: 0px;
}

@media(max-width:1024px) {

	.elementor-362 .elementor-element.elementor-element-1e0c506:not(.elementor-motion-effects-element-type-background),
	.elementor-362 .elementor-element.elementor-element-1e0c506>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: 0px 0px;
	}
}

@media(max-width:767px) {

	.elementor-362 .elementor-element.elementor-element-1e0c506:not(.elementor-motion-effects-element-type-background),
	.elementor-362 .elementor-element.elementor-element-1e0c506>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: 0px 0px;
	}
}

/* --- global-style-1.css --- */

.elementor-kit-7 {
	--e-global-color-primary: #C71A1C;
	--e-global-color-secondary: #0E4122;
	--e-global-color-text: #121111;
	--e-global-color-accent: #61CE70;
	--e-global-typography-primary-font-family: "Lato";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Lato";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Helvetica";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Corben";
	--e-global-typography-accent-font-weight: 500;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
}

h1.entry-title {
	display: var(--page-title-display);
}

@media(max-width:1024px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1024px;
	}

	.e-con {
		--container-max-width: 1024px;
	}
}

@media(max-width:767px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 767px;
	}

	.e-con {
		--container-max-width: 767px;
	}
}

/* --- global-style-2.css --- */

.elementor-144 .elementor-element.elementor-element-1348e5e:not(.elementor-motion-effects-element-type-background),
.elementor-144 .elementor-element.elementor-element-1348e5e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #C71A1C;
}

.elementor-144 .elementor-element.elementor-element-1348e5e {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-144 .elementor-element.elementor-element-1348e5e>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-144 .elementor-element.elementor-element-ba2a9bb .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Neonderthaw", Sans-serif;
	font-size: 25px;
	font-weight: 600;
}

.elementor-144 .elementor-element.elementor-element-8b43c89.elementor-column>.elementor-widget-wrap {
	justify-content: center;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .hfe-nav-menu__toggle {
	margin: 0 auto;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .menu-item a.hfe-menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .menu-item a.hfe-sub-menu-item {
	padding-left: calc(15px + 20px);
	padding-right: 15px;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .hfe-nav-menu__layout-vertical .menu-item ul ul a.hfe-sub-menu-item {
	padding-left: calc(15px + 40px);
	padding-right: 15px;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .hfe-nav-menu__layout-vertical .menu-item ul ul ul a.hfe-sub-menu-item {
	padding-left: calc(15px + 60px);
	padding-right: 15px;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .hfe-nav-menu__layout-vertical .menu-item ul ul ul ul a.hfe-sub-menu-item {
	padding-left: calc(15px + 80px);
	padding-right: 15px;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .menu-item a.hfe-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c .menu-item a.hfe-sub-menu-item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .menu-item a.hfe-menu-item:hover,
.elementor-144 .elementor-element.elementor-element-4e82e1c .sub-menu a.hfe-sub-menu-item:hover,
.elementor-144 .elementor-element.elementor-element-4e82e1c .menu-item.current-menu-item a.hfe-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c .menu-item a.hfe-menu-item.highlighted,
.elementor-144 .elementor-element.elementor-element-4e82e1c .menu-item a.hfe-menu-item:focus {
	color: #FFFFFF;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .sub-menu a.hfe-sub-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c .elementor-menu-toggle,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown li a.hfe-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown li a.hfe-sub-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown-expandible li a.hfe-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown-expandible li a.hfe-sub-menu-item {
	color: #FFFFFF;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .sub-menu,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown-expandible,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown .menu-item a.hfe-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown .menu-item a.hfe-sub-menu-item {
	background-color: #C71A1C;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c ul.sub-menu {
	width: 220px;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .sub-menu a.hfe-sub-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown li a.hfe-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown li a.hfe-sub-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown-expandible li a.hfe-menu-item,
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown-expandible li a.hfe-sub-menu-item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c .sub-menu li.menu-item:not(:last-child),
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown li.menu-item:not(:last-child),
.elementor-144 .elementor-element.elementor-element-4e82e1c nav.hfe-dropdown-expandible li.menu-item:not(:last-child) {
	border-bottom-style: solid;
	border-bottom-color: #c4c4c4;
	border-bottom-width: 1px;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c div.hfe-nav-menu-icon {
	color: #FFFFFF;
}

.elementor-144 .elementor-element.elementor-element-4e82e1c div.hfe-nav-menu-icon svg {
	fill: #FFFFFF;
}

.elementor-144 .elementor-element.elementor-element-3fd458f.elementor-column>.elementor-widget-wrap {
	justify-content: flex-end;
}

@media(min-width:768px) {
	.elementor-144 .elementor-element.elementor-element-8b43c89 {
		width: 51.039%;
	}

	.elementor-144 .elementor-element.elementor-element-3fd458f {
		width: 8.162%;
	}

	.elementor-144 .elementor-element.elementor-element-b16e78c {
		width: 15.72%;
	}
}

@media(max-width:767px) {
	.elementor-144 .elementor-element.elementor-element-8bcc521 {
		width: 75%;
	}

	.elementor-144 .elementor-element.elementor-element-8b43c89 {
		width: 20%;
	}
}

/* --- global-style-3.css --- */

.elementor-148 .elementor-element.elementor-element-c70e5cf {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 30px 0px;
	overflow: hidden;
}

.elementor-148 .elementor-element.elementor-element-c70e5cf>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-148 .elementor-element.elementor-element-1828d7d {
	text-align: center;
}

.elementor-148 .elementor-element.elementor-element-1828d7d .elementor-heading-title {
	color: #0E4122;
	font-family: "Dancing Script", Sans-serif;
	font-size: 29px;
	font-weight: 900;
}

.elementor-148 .elementor-element.elementor-element-c10d574 {
	--e-image-carousel-slides-to-show: 6;
}

/* Fallback for when Swiper JS fails to load */
.swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.swiper-slide img {
	max-width: 100%;
	height: auto;
}

.elementor-148 .elementor-element.elementor-element-cf6a48f:not(.elementor-motion-effects-element-type-background),
.elementor-148 .elementor-element.elementor-element-cf6a48f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/footer-image.png");
	/* background-position: -463px -548px; */
	background-size: cover;
}

.elementor-148 .elementor-element.elementor-element-cf6a48f>.elementor-background-overlay {
	opacity: 0.72;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-148 .elementor-element.elementor-element-cf6a48f {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 50px 50px 0px;
}

.elementor-148 .elementor-element.elementor-element-50483a7 .elementor-heading-title {
	color: #000000;
	font-family: "Neonderthaw", Sans-serif;
	font-weight: 900;
}

.elementor-148 .elementor-element.elementor-element-c2955c6 {
	color: #000000;
}

.elementor-148 .elementor-element.elementor-element-2c55d10 {
	text-align: center;
}

.elementor-148 .elementor-element.elementor-element-2c55d10 .elementor-heading-title {
	color: #000000;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-weight: 800;
}

.elementor-148 .elementor-element.elementor-element-590c610 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(9px/2);
}

.elementor-148 .elementor-element.elementor-element-590c610 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(9px/2);
}

.elementor-148 .elementor-element.elementor-element-590c610 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(9px/2);
	margin-left: calc(9px/2);
}

.elementor-148 .elementor-element.elementor-element-590c610 .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-9px/2);
	margin-left: calc(-9px/2);
}

body.rtl .elementor-148 .elementor-element.elementor-element-590c610 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-9px/2);
}

body:not(.rtl) .elementor-148 .elementor-element.elementor-element-590c610 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-9px/2);
}

.elementor-148 .elementor-element.elementor-element-590c610 .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-148 .elementor-element.elementor-element-590c610 .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-148 .elementor-element.elementor-element-590c610 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-148 .elementor-element.elementor-element-590c610 .elementor-icon-list-text {
	color: #000000;
	transition: color 0.3s;
}

.elementor-148 .elementor-element.elementor-element-590c610>.elementor-widget-container {
	padding: 0px 0px 0px 69px;
}

.elementor-148 .elementor-element.elementor-element-0afb693 {
	text-align: left;
}

.elementor-148 .elementor-element.elementor-element-0afb693 .elementor-heading-title {
	color: #000000;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-weight: 800;
}

.elementor-148 .elementor-element.elementor-element-0afb693>.elementor-widget-container {
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
}

.elementor-148 .elementor-element.elementor-element-13faf5c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(11px/2);
}

.elementor-148 .elementor-element.elementor-element-13faf5c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(11px/2);
}

.elementor-148 .elementor-element.elementor-element-13faf5c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(11px/2);
	margin-left: calc(11px/2);
}

.elementor-148 .elementor-element.elementor-element-13faf5c .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-11px/2);
	margin-left: calc(-11px/2);
}

body.rtl .elementor-148 .elementor-element.elementor-element-13faf5c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-11px/2);
}

body:not(.rtl) .elementor-148 .elementor-element.elementor-element-13faf5c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-11px/2);
}

.elementor-148 .elementor-element.elementor-element-13faf5c .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-148 .elementor-element.elementor-element-13faf5c .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-148 .elementor-element.elementor-element-13faf5c {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-148 .elementor-element.elementor-element-13faf5c .elementor-icon-list-text {
	color: #000000;
	transition: color 0.3s;
}

.elementor-148 .elementor-element.elementor-element-13faf5c>.elementor-widget-container {
	padding: 0px 0px 0px 20px;
}

.elementor-148 .elementor-element.elementor-element-1cb20ff {
	text-align: center;
}

.elementor-148 .elementor-element.elementor-element-1cb20ff .elementor-heading-title {
	color: #000000;
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-weight: 800;
}

.elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(13px/2);
}

.elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-top: calc(13px/2);
}

.elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: calc(13px/2);
	margin-left: calc(13px/2);
}

.elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-items.elementor-inline-items {
	margin-right: calc(-13px/2);
	margin-left: calc(-13px/2);
}

body.rtl .elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	left: calc(-13px/2);
}

body:not(.rtl) .elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	right: calc(-13px/2);
}

.elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-icon i {
	color: #C71A1C;
	transition: color 0.3s;
}

.elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-icon svg {
	fill: #C71A1C;
	transition: fill 0.3s;
}

.elementor-148 .elementor-element.elementor-element-61a0798 {
	--e-icon-list-icon-size: 18px;
	--icon-vertical-offset: 0px;
}

.elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-icon {
	padding-right: 2px;
}

.elementor-148 .elementor-element.elementor-element-61a0798 .elementor-icon-list-text {
	color: #000000;
	transition: color 0.3s;
}

.elementor-148 .elementor-element.elementor-element-a9cd27c {
	--divider-border-style: solid;
	--divider-color: #000;
	--divider-border-width: 1px;
}

.elementor-148 .elementor-element.elementor-element-a9cd27c .elementor-divider-separator {
	width: 100%;
}

.elementor-148 .elementor-element.elementor-element-a9cd27c .elementor-divider {
	padding-top: 15px;
	padding-bottom: 15px;
}

.elementor-148 .elementor-element.elementor-element-a99d967 {
	text-align: center;
}

@media(min-width:768px) {
	.elementor-148 .elementor-element.elementor-element-a0a2f91 {
		width: 24.909%;
	}

	.elementor-148 .elementor-element.elementor-element-f5de74d {
		width: 21.44%;
	}

	.elementor-148 .elementor-element.elementor-element-fb7c899 {
		width: 23.539%;
	}

	.elementor-148 .elementor-element.elementor-element-bf2f7fe {
		width: 30.112%;
	}
}

@media(max-width:1024px) {

	.elementor-148 .elementor-element.elementor-element-cf6a48f:not(.elementor-motion-effects-element-type-background),
	.elementor-148 .elementor-element.elementor-element-cf6a48f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: -463px -548px;
	}
}

@media(max-width:767px) {

	.elementor-148 .elementor-element.elementor-element-cf6a48f:not(.elementor-motion-effects-element-type-background),
	.elementor-148 .elementor-element.elementor-element-cf6a48f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-position: -463px -548px;
	}

	.elementor-148 .elementor-element.elementor-element-a0a2f91 {
		width: 100%;
	}

	.elementor-148 .elementor-element.elementor-element-f5de74d {
		width: 100%;
	}

	.elementor-148 .elementor-element.elementor-element-2c55d10 {
		text-align: left;
	}

	.elementor-148 .elementor-element.elementor-element-590c610>.elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}

	.elementor-148 .elementor-element.elementor-element-fb7c899 {
		width: 100%;
	}

	.elementor-148 .elementor-element.elementor-element-0afb693 {
		text-align: left;
	}

	.elementor-148 .elementor-element.elementor-element-0afb693>.elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-148 .elementor-element.elementor-element-13faf5c>.elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}

	.elementor-148 .elementor-element.elementor-element-bf2f7fe {
		width: 100%;
	}

	.elementor-148 .elementor-element.elementor-element-1cb20ff {
		text-align: left;
	}
}

/* --- global.css --- */

.elementor-widget-heading .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-widget-button .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-divider {
	--divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-secondary);
}

.elementor-widget-image-box .elementor-image-box-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-image-box .elementor-image-box-description {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
	fill: var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title {
	color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-icon-box .elementor-icon-box-description {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-star-rating .elementor-star-rating__title {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
	color: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item>a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: var(--e-global-color-secondary);
}

.elementor-widget-counter .elementor-counter-number-wrapper {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-counter .elementor-counter-title {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-progress .elementor-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-name {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-job {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title a {
	color: var(--e-global-color-primary);
}

.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
	color: var(--e-global-color-accent);
}

.elementor-widget-tabs .elementor-tab-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-tabs .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-accordion .elementor-accordion-icon,
.elementor-widget-accordion .elementor-accordion-title {
	color: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-accordion-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon,
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
	color: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
	fill: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-accordion-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-accordion .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle-icon {
	color: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-toggle-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a,
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
	color: var(--e-global-color-accent);
}

.elementor-widget-toggle .elementor-toggle-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-toggle .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-alert .elementor-alert-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-alert .elementor-alert-description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-caldera-form .eael-contact-form-description {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-title {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-description {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-text,
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz,
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz,
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-textarea,
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-select {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form label,
.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form .wpcf7-quiz-label {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control::-webkit-input-placeholder {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form input[type="submit"] {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-not-valid-tip {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-countdown .eael-countdown-digits::after {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-countdown .eael-countdown-digits {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-countdown .eael-countdown-label {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-countdown .eael-countdown-finish-message .expiry-title {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.eael-countdown-finish-text {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-creative-button .eael-creative-button .cretive-button-text,
.elementor-widget-eael-creative-button .eael-creative-button--winona::after,
.elementor-widget-eael-creative-button .eael-creative-button--rayen::before,
.elementor-widget-eael-creative-button .eael-creative-button--tamaya::after,
.elementor-widget-eael-creative-button .eael-creative-button--tamaya::before {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-dual-color-header .eael-dch-separator-wrap i {
	color: var(--e-global-color-primary);
}

.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-username {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-post-time {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content .eael-facebook-feed-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-host {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-description {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-facebook-feed .eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay,
.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-eael-fancy-text .eael-fancy-text-prefix {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-fancy-text .eael-fancy-text-strings,
.elementor-widget-eael-fancy-text .typed-cursor {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-fancy-text .eael-fancy-text-suffix {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-feature-list .connector-type-classic .connector {
	border-color: var(--e-global-color-primary);
}

.elementor-widget-eael-feature-list .connector-type-modern .eael-feature-list-item:before,
.elementor-widget-eael-feature-list .connector-type-modern .eael-feature-list-item:after {
	border-color: var(--e-global-color-primary);
}

.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title,
.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title>a,
.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title:visited {
	color: var(--e-global-color-primary);
}

.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title,
.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-filterable-gallery .fg-caption-head .fg-item-price {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-filterable-gallery .fg-caption-head .fg-item-ratings {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-filterable-gallery .fg-item-category span {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-filterable-gallery .fg-filter-trigger>span {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-filterable-gallery .fg-layout-3-filter-controls li.control {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-filterable-gallery .eael-gallery-load-more .eael-filterable-gallery-load-more-text {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-fluentform .eael-fluentform-description {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_title,
.elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-title {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-gravity-form .eael-gravity-form .gform_wrapper .gform_description,
.elementor-widget-eael-gravity-form .eael-gravity-form .eael-gravity-form-description {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-gravity-form .eael-gravity-form .gfield.gsection .gsection_title {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::file-selector-button,
.elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button,
.elementor-widget-eael-gravity-form .eael-gravity-form .ginput_container_fileupload .button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-gravity-form .eael-gravity-form .gform_footer input[type="submit"],
.elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="submit"],
.elementor-widget-eael-gravity-form .eael-gravity-form .gform_body input[type="submit"].gform-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-gravity-form .eael-gravity-form .gform_body .gform_page_footer input[type="button"] {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-gravity-form .eael-gravity-form .gform_confirmation_wrapper .gform_confirmation_message {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-nft-gallery .eael-nft-gallery-load-more .eael-nft-gallery-load-more-text {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-ninja .eael-ninja-form .eael-contact-form-description {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-ninja .eael-ninja-form .submit-container input[type="button"],
.elementor-widget-eael-ninja .eael-ninja-form .submit-container input[type="submit"] {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-ninja .eael-ninja-form .nf-form-fields-required {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-post-grid .eael-meta-posted-on {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-post-grid .eael-entry-meta>span {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-post-grid .eael-entry-title,
.elementor-widget-eael-post-grid .eael-entry-title a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-post-grid .eael-grid-post-excerpt p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-post-grid .post-meta-categories li,
.elementor-widget-eael-post-grid .post-meta-categories li a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-post-timeline .eael-timeline-post-title .eael-timeline-post-title-text {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-post-timeline .eael-timeline-post-excerpt p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-progress-bar .eael-progressbar-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-progress-bar .eael-progressbar-line-fill.eael-has-inner-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-progress-bar .eael-progressbar-count-wrap {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-progress-bar .eael-progressbar-half-circle-after span {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-simple-menu .eael-simple-menu>li>a,
.eael-simple-menu-container .eael-simple-menu-toggle-text {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-simple-menu .eael-simple-menu li ul li>a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-twitter-feed .eael-twitter-feed-item .eael-twitter-feed-item-icon {
	color: var(--e-global-color-primary);
}

.elementor-widget-eael-twitter-feed .eael-twitter-feed-load-more .eael-twitter-feed-load-more-text {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-eael-weform .eael-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-eael-wpforms .eael-contact-form-description,
.elementor-widget-eael-wpforms .wpforms-description {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field label,
.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field legend {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field textarea,
.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field select {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-eael-wpforms .eael-wpforms .wpforms-submit-container .wpforms-submit {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-retina .hfe-retina-image-container .hfe-retina-img {
	border-color: var(--e-global-color-primary);
}

.elementor-widget-retina .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-copyright .hfe-copyright-wrapper a,
.elementor-widget-copyright .hfe-copyright-wrapper {
	color: var(--e-global-color-text);
}

.elementor-widget-copyright .hfe-copyright-wrapper,
.elementor-widget-copyright .hfe-copyright-wrapper a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-navigation-menu a.hfe-menu-item,
.elementor-widget-navigation-menu a.hfe-sub-menu-item {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item,
.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item {
	color: var(--e-global-color-text);
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover,
.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover,
.elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus {
	color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent .sub-menu .hfe-has-submenu-container a:after {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
	border-color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu .sub-menu li a.hfe-sub-menu-item,
.elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-sub-menu-item,
.elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-menu-item,
.elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-menu-item,
.elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-sub-menu-item {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button:hover {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-page-title .elementor-heading-title,
.elementor-widget-page-title .hfe-page-title a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-widget-page-title .hfe-page-title-icon i {
	color: var(--e-global-color-primary);
}

.elementor-widget-page-title .hfe-page-title-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-hfe-site-title .elementor-heading-title,
.elementor-widget-hfe-site-title .hfe-heading a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-hfe-site-title .hfe-heading-text {
	color: var(--e-global-color-primary);
}

.elementor-widget-hfe-site-title .hfe-icon i {
	color: var(--e-global-color-primary);
}

.elementor-widget-hfe-site-title .hfe-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-hfe-site-tagline .hfe-site-tagline {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
	color: var(--e-global-color-secondary);
}

.elementor-widget-hfe-site-tagline .hfe-icon i {
	color: var(--e-global-color-primary);
}

.elementor-widget-hfe-site-tagline .hfe-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-site-logo .hfe-site-logo-container .hfe-site-logo-img {
	border-color: var(--e-global-color-primary);
}

.elementor-widget-site-logo .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-hfe-search-button input[type="search"].hfe-search-form__input,
.elementor-widget-hfe-search-button .hfe-search-icon-toggle {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-hfe-search-button .hfe-search-form__input {
	color: var(--e-global-color-text);
}

.elementor-widget-hfe-search-button .hfe-search-form__input::placeholder {
	color: var(--e-global-color-text);
}

.elementor-widget-hfe-search-button .hfe-search-form__container,
.elementor-widget-hfe-search-button .hfe-search-icon-toggle .hfe-search-form__input,
.elementor-widget-hfe-search-button .hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input {
	border-color: var(--e-global-color-primary);
}

.elementor-widget-hfe-search-button .hfe-search-form__input:focus::placeholder {
	color: var(--e-global-color-text);
}

.elementor-widget-hfe-search-button .hfe-search-form__container button#clear-with-button,
.elementor-widget-hfe-search-button .hfe-search-form__container button#clear,
.elementor-widget-hfe-search-button .hfe-search-icon-toggle button#clear {
	color: var(--e-global-color-text);
}

.elementor-widget-text-path {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

/* --- index-eael.css --- */

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

.eael-elements-flip-box-container {
	position: relative;
	height: 300px;
	width: 100%
}

.eael-elements-flip-box-container .eaa-svg {
	font-size: 40px
}

.eael-elements-flip-box-container .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container .flipbox-button {
	display: inline-block;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	padding: 14px 18px;
	border-radius: 3px;
	margin-top: 15px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg {
	font-size: inherit;
	background: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container a {
	display: block
}

.eael-elements-flip-box-vertical-align {
	width: 100%
}

.eael-elements-flip-box-padding {
	padding: 0px 30px 5px 30px
}

.eael-elements-flip-box-icon-image {
	display: inline-block;
	margin: 0 auto 0px auto;
	line-height: 1
}

.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
	background: #ccc
}

.eael_eleements_flip_front_icon_style_bordered {
	border: 2px solid #fff
}

.eael_flip_box_icon_border_round {
	border-radius: 100px
}

.eael_eleements_flip_front_icon_style_background,
.eael_eleements_flip_front_icon_style_bordered {
	padding: 15px
}

.eael-elements-flip-box-icon-image i {
	font-size: 40px
}

.eael-elements-slider-display-table {
	width: 100%
}

.eael-elements-flip-box-front-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #8a35ff;
	color: #fff;
	border-color: #000;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px
}

.eael-elements-flip-box-content,
.eael-elements-flip-box-heading {
	color: #fff
}

.eael-elements-flip-box-content a {
	display: initial
}

.eael-elements-flip-box-heading.flipbox-linked-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700
}

.eael-elements-flip-box-rear-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #502fc6;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #000;
	border-radius: 5px
}

.eael-elements-button-floating-container {
	position: fixed;
	z-index: 100
}

.eael-elements-button-floating-container .eael-elements-button {
	margin-top: 0px;
	font-size: 14px;
	position: relative;
	padding: 14px 20px
}

.eael-elements-button {
	cursor: pointer;
	display: inline-block;
	background: #077bbe;
	color: #fff;
	line-height: 1;
	padding: 16px 25px;
	margin-top: 15px
}

.eael-elements-button:hover {
	background: #077bbe;
	color: #fff
}

.eael-elements-flip-box-container {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.eael-elements-flip-box-front-container,
.eael-elements-flip-box-rear-container {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.eael-elements-flip-box-flip-card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.eael-elements-flip-box-rear-container,
.eael-elements-flip-box-front-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.eael-flip-box--3d .eael-elements-flip-box-vertical-align {
	-webkit-transform: translateZ(90px) scale(0.91);
	transform: translateZ(90px) scale(0.91)
}

.eael-flip-box--3d .eael-elements-slider-display-table {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0.1px);
	transform: translateZ(0.1px)
}

.eael-animate-flip.eael-animate-left,
.eael-animate-flip.eael-animate-right,
.eael-animate-flip.eael-animate-up,
.eael-animate-flip.eael-animate-down {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.eael-animate-flip.eael-animate-left .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.eael-animate-push.eael-elements-flip-box-container,
.eael-animate-slide.eael-elements-flip-box-container {
	overflow: hidden
}

.eael-animate-push .eael-elements-flip-box-rear-container,
.eael-animate-slide .eael-elements-flip-box-rear-container {
	z-index: 3
}

.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
	top: 100%
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: 0
}

.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 0
}

.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
	left: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: 0
}

.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
	left: auto;
	right: 100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: auto;
	right: 0
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: -100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: -100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: 100%
}

.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	z-index: 3
}

.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}

.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0
}

.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
	text-align: right
}

.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
	text-align: left
}

.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
	text-align: center
}

.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
.eael-flipbox-img-circle .flipbox-back-image-icon img {
	border-radius: 50%;
	overflow: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-front-container,
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	-webkit-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	opacity: 0
}

.eael-template .eael-elements-flip-box-front-container>.elementor,
.eael-template .eael-elements-flip-box-rear-container>.elementor {
	width: 100%
}

@-webkit-keyframes animateStripe {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(35px, 0);
		transform: translate(35px, 0)
	}
}

@keyframes animateStripe {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(35px, 0);
		transform: translate(35px, 0)
	}
}

@-webkit-keyframes animateStripeRTL {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(-35px, 0);
		transform: translate(-35px, 0)
	}
}

@keyframes animateStripeRTL {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(-35px, 0);
		transform: translate(-35px, 0)
	}
}

.eael-progressbar {
	position: relative
}

.eael-progressbar-title {
	font-size: 20px;
	font-weight: 400
}

.eael-progressbar-line {
	position: relative;
	display: block;
	width: 100%;
	height: 12px;
	background-color: #eee
}

.eael-progressbar-line .eael-progressbar-count-wrap {
	position: absolute;
	right: 0;
	bottom: calc(100% + 5px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.eael-progressbar-line-fill {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 12px;
	background-color: #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: width 1500ms linear;
	transition: width 1500ms linear;
	overflow: hidden
}

.eael-progressbar-circle {
	position: relative;
	width: 200px;
	height: 200px
}

.eael-progressbar-circle .eael-progressbar-title {
	font-size: 16px;
	font-weight: 400
}

.eael-progressbar-circle .eael-progressbar-count-wrap {
	font-size: 28px;
	font-weight: 700
}

.eael-progressbar-circle-shadow {
	width: 220px;
	height: 220px;
	padding: 10px;
	border-radius: 50%
}

.eael-progressbar-circle-pie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: inset(0 0 0 50%);
	clip-path: inset(0 0 0 50%)
}

.eael-progressbar-circle-inner {
	height: 100%;
	width: 100%;
	border-width: 12px;
	border-style: solid;
	border-color: #eee;
	border-radius: 50%
}

.eael-progressbar-circle-half {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-width: 12px;
	border-style: solid;
	border-color: #000;
	border-radius: 50%;
	-webkit-clip-path: inset(0 50% 0 0);
	clip-path: inset(0 50% 0 0)
}

.eael-progressbar-circle-half-left {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.eael-progressbar-circle-half-right {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	visibility: hidden
}

.eael-progressbar-circle-inner-content {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center
}

.eael-progressbar-half-circle {
	position: relative;
	width: 200px;
	height: 100px;
	overflow: hidden
}

.eael-progressbar-half-circle .eael-progressbar-circle-pie {
	-webkit-clip-path: inset(0 0 50% 0);
	clip-path: inset(0 0 50% 0)
}

.eael-progressbar-half-circle .eael-progressbar-circle-half {
	-webkit-clip-path: inset(50% 0 0 0);
	clip-path: inset(50% 0 0 0);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 1500ms linear;
	transition: -webkit-transform 1500ms linear;
	transition: transform 1500ms linear;
	transition: transform 1500ms linear, -webkit-transform 1500ms linear
}

.eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
	top: initial;
	bottom: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.eael-progressbar-half-circle .eael-progressbar-title {
	font-size: 16px;
	font-weight: 400
}

.eael-progressbar-half-circle .eael-progressbar-count-wrap {
	font-size: 28px;
	font-weight: 700
}

.eael-progressbar-half-circle-after {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	clear: both
}

.eael-progressbar-postfix-label {
	float: right
}

.eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
	content: "";
	position: absolute;
	top: 0;
	left: -35px;
	width: calc(100% + 70px);
	height: 100%;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 35px 35px
}

.eael-progressbar-line-animate .eael-progressbar-line-fill:after {
	-webkit-animation: animateStripe 2s linear infinite;
	animation: animateStripe 2s linear infinite
}

.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
	-webkit-animation: animateStripeRTL 2s linear infinite;
	animation: animateStripeRTL 2s linear infinite
}

.eael-progressbar-circle-wrap>div {
	margin: 0 auto
}

.eael-progressbar-line-container.left,
.eael-progressbar-circle-container.left>div,
.eael-progressbar-box-container.left>div {
	margin: 0 auto 0 0
}

.eael-progressbar-line-container.center,
.eael-progressbar-circle-container.center>div,
.eael-progressbar-box-container.center>div {
	margin: 0 auto
}

.eael-progressbar-line-container.right,
.eael-progressbar-circle-container.right>div,
.eael-progressbar-box-container.right>div {
	margin: 0 0 0 auto
}

.rtl .eael-progressbar-line-container {
	text-align: right
}

.rtl .eael-progressbar-line-container .eael-progressbar-count-wrap {
	left: 0;
	right: auto
}

.rtl .eael-progressbar-line-container .eael-progressbar-line-fill {
	left: auto;
	right: 0
}

.rtl .eael-progressbar.eael-progressbar-circle .eael-progressbar-circle-pie {
	-webkit-clip-path: inset(0 50% 0 0);
	clip-path: inset(0 50% 0 0)
}

.rtl .eael-progressbar.eael-progressbar-circle .eael-progressbar-circle-half {
	-webkit-clip-path: inset(0 0 0 50%);
	clip-path: inset(0 0 0 50%)
}

.rtl .eael-progressbar-circle-container .eael-progressbar-half-circle-after .eael-progressbar-prefix-label {
	float: left
}


/* --- index-style.css --- */

.elementor-21 .elementor-element.elementor-element-1f83cf4>.elementor-container {
	min-height: 666px;
}

.elementor-21 .elementor-element.elementor-element-1f83cf4 .elementor-background-slideshow__slide__image {
	background-size: cover;
	background-position: center center;
}

.elementor-21 .elementor-element.elementor-element-1f83cf4>.elementor-background-overlay {
	background-color: #00000073;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-21 .elementor-element.elementor-element-1f83cf4 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-21 .elementor-element.elementor-element-7ce781c {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-7ce781c .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
	font-size: 50px;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-e7231fc>.elementor-container {
	min-height: 666px;
}

.elementor-21 .elementor-element.elementor-element-e7231fc>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-21 .elementor-element.elementor-element-e7231fc .elementor-background-slideshow__slide__image {
	background-size: cover;
	background-position: center center;
}

.elementor-21 .elementor-element.elementor-element-e7231fc>.elementor-background-overlay {
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-21 .elementor-element.elementor-element-e7231fc {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-21 .elementor-element.elementor-element-c5dcf88 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-c5dcf88 .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
	font-size: 60px;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-0d5088c {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 30px 0px;
}

.elementor-21 .elementor-element.elementor-element-0d5088c>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-21 .elementor-element.elementor-element-026da98 .elementor-heading-title {
	color: #C71A1C;
	font-family: "Helvetica", Sans-serif;
	font-size: 30px;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-2bc81d3 .elementor-button {
	background-color: #0E4122;
}

.elementor-21 .elementor-element.elementor-element-9eac3cc>.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 77px 0px 0px 50px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 50px;
}

.elementor-21 .elementor-element.elementor-element-9eac3cc>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-21 .elementor-element.elementor-element-834ca26 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-834ca26 .elementor-heading-title {
	color: #0E4122;
	font-family: "Dancing Script", Sans-serif;
	font-size: 20px;
	font-weight: 900;
}

.elementor-21 .elementor-element.elementor-element-3f7b0ba {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-3f7b0ba .elementor-heading-title {
	font-family: "Helvetica", Sans-serif;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-bff2ae5 {
	padding: 50px 0px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-448aa96 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-448aa96 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-2.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-3eaaec3 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-c25ba54 .elementor-icon-wrapper {
	text-align: right;
}

.elementor-21 .elementor-element.elementor-element-c25ba54 .elementor-icon {
	font-size: 24px;
}

.elementor-21 .elementor-element.elementor-element-c25ba54 .elementor-icon svg {
	height: 24px;
}

.elementor-21 .elementor-element.elementor-element-c25ba54>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-4746946 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-4746946 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-5.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-3988396 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-e6608c2 .elementor-icon-wrapper {
	text-align: right;
}

.elementor-21 .elementor-element.elementor-element-e6608c2 .elementor-icon {
	font-size: 24px;
}

.elementor-21 .elementor-element.elementor-element-e6608c2 .elementor-icon svg {
	height: 24px;
}

.elementor-21 .elementor-element.elementor-element-e6608c2>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-39b7765 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-39b7765 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-9.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-3e4f4f2 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-f5974bc .elementor-icon-wrapper {
	text-align: right;
}

.elementor-21 .elementor-element.elementor-element-f5974bc .elementor-icon {
	font-size: 24px;
}

.elementor-21 .elementor-element.elementor-element-f5974bc .elementor-icon svg {
	height: 24px;
}

.elementor-21 .elementor-element.elementor-element-f5974bc>.elementor-widget-container {
	margin: -16px 28px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-a2eee16 {
	padding: 50px 0px 26px 0px;
}

.elementor-21 .elementor-element.elementor-element-4cd0284 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-4cd0284 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-87.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-52ff8da .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-7694e62 .elementor-icon-wrapper {
	text-align: right;
}

.elementor-21 .elementor-element.elementor-element-7694e62 .elementor-icon {
	font-size: 24px;
}

.elementor-21 .elementor-element.elementor-element-7694e62 .elementor-icon svg {
	height: 24px;
}

.elementor-21 .elementor-element.elementor-element-7694e62>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-9eed848 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-9eed848 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-157.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-2d44ee9 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-04de869 .elementor-icon-wrapper {
	text-align: right;
}

.elementor-21 .elementor-element.elementor-element-04de869 .elementor-icon {
	font-size: 24px;
}

.elementor-21 .elementor-element.elementor-element-04de869 .elementor-icon svg {
	height: 24px;
}

.elementor-21 .elementor-element.elementor-element-04de869>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-98c489d {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-98c489d .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-191.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-f531339 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-8af844c .elementor-icon-wrapper {
	text-align: right;
}

.elementor-21 .elementor-element.elementor-element-8af844c .elementor-icon {
	font-size: 24px;
}

.elementor-21 .elementor-element.elementor-element-8af844c .elementor-icon svg {
	height: 24px;
}

.elementor-21 .elementor-element.elementor-element-8af844c>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-43731fb {
	padding: 0px 0px 50px 0px;
}

.elementor-21 .elementor-element.elementor-element-033c8f5 .elementor-wrapper {
	--video-aspect-ratio: 1.77777;
}

.elementor-21 .elementor-element.elementor-element-3a1df2c {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-3a1df2c .elementor-heading-title {
	font-family: "Lato", Sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-a3b6dbc .elementor-icon-wrapper {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-a3b6dbc .elementor-icon {
	font-size: 20px;
}

.elementor-21 .elementor-element.elementor-element-a3b6dbc .elementor-icon svg {
	height: 20px;
}

.elementor-21 .elementor-element.elementor-element-cead750:not(.elementor-motion-effects-element-type-background),
.elementor-21 .elementor-element.elementor-element-cead750>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-475.webp");
	background-position: center center;
	background-size: cover;
}

.elementor-21 .elementor-element.elementor-element-cead750>.elementor-background-overlay {
	background-color: #000000;
	opacity: 0.76;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-21 .elementor-element.elementor-element-cead750 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-21 .elementor-element.elementor-element-06d268e {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-06d268e .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Dancing Script", Sans-serif;
	font-weight: 800;
}

.elementor-21 .elementor-element.elementor-element-c3e3963 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-c3e3963 .elementor-heading-title {
	font-family: "Helvetica", Sans-serif;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-20ae2d2 {
	color: #FFFFFF;
}

.elementor-21 .elementor-element.elementor-element-a7ae3a1>.elementor-element-populated {
	padding: 90px 0px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-a236e05 .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-21 .elementor-element.elementor-element-a236e05 .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-21 .elementor-element.elementor-element-a236e05 .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-21 .elementor-element.elementor-element-a236e05 .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-21 .elementor-element.elementor-element-a236e05 .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-21 .elementor-element.elementor-element-a236e05 .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #000;
}

.elementor-21 .elementor-element.elementor-element-a236e05 .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-91d1d8a {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-91d1d8a .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-21 .elementor-element.elementor-element-42992d9 .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-21 .elementor-element.elementor-element-42992d9 .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-21 .elementor-element.elementor-element-42992d9 .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-21 .elementor-element.elementor-element-42992d9 .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-21 .elementor-element.elementor-element-42992d9 .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-21 .elementor-element.elementor-element-42992d9 .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #000;
}

.elementor-21 .elementor-element.elementor-element-42992d9 .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-1795afc {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-1795afc .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-21 .elementor-element.elementor-element-1dd18de .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-21 .elementor-element.elementor-element-1dd18de .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-21 .elementor-element.elementor-element-1dd18de .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-21 .elementor-element.elementor-element-1dd18de .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-21 .elementor-element.elementor-element-1dd18de .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-21 .elementor-element.elementor-element-1dd18de .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #000;
}

.elementor-21 .elementor-element.elementor-element-1dd18de .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-98338c2 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-98338c2 .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-21 .elementor-element.elementor-element-2389abc .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-21 .elementor-element.elementor-element-2389abc .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-21 .elementor-element.elementor-element-2389abc .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-21 .elementor-element.elementor-element-2389abc .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-21 .elementor-element.elementor-element-2389abc .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-21 .elementor-element.elementor-element-2389abc .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #000;
}

.elementor-21 .elementor-element.elementor-element-2389abc .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-88fe8fe {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-88fe8fe .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-21 .elementor-element.elementor-element-28c5b70 .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-21 .elementor-element.elementor-element-28c5b70 .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-21 .elementor-element.elementor-element-28c5b70 .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-21 .elementor-element.elementor-element-28c5b70 .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-21 .elementor-element.elementor-element-28c5b70 .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-21 .elementor-element.elementor-element-28c5b70 .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #000;
}

.elementor-21 .elementor-element.elementor-element-28c5b70 .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-70494ae {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-70494ae .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-21 .elementor-element.elementor-element-22f1e7c .eael-progressbar-circle {
	width: 113px;
	height: 113px;
}

.elementor-21 .elementor-element.elementor-element-22f1e7c .eael-progressbar-half-circle {
	width: 113px;
	height: calc(113 / 2 * 1px);
}

.elementor-21 .elementor-element.elementor-element-22f1e7c .eael-progressbar-half-circle-after {
	width: 113px;
}

.elementor-21 .elementor-element.elementor-element-22f1e7c .eael-progressbar-circle-shadow {
	width: calc(113px + 20px);
	height: calc(113px + 20px);
}

.elementor-21 .elementor-element.elementor-element-22f1e7c .eael-progressbar-circle-inner {
	background-color: #fff;
	border-width: 5px;
	border-color: #eee;
}

.elementor-21 .elementor-element.elementor-element-22f1e7c .eael-progressbar-circle-half {
	border-width: 5px;
	border-color: #000;
}

.elementor-21 .elementor-element.elementor-element-22f1e7c .eael-progressbar-line-fill.eael-has-inner-title {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-7050e3c {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-7050e3c .elementor-heading-title {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	-webkit-text-stroke-color: #000;
	stroke: #000;
}

.elementor-21 .elementor-element.elementor-element-7a7c578 {
	padding: 50px 0px 50px 0px;
}

.elementor-21 .elementor-element.elementor-element-f183789 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-f183789 .elementor-heading-title {
	color: #0E4122;
	font-family: "Dancing Script", Sans-serif;
	font-size: 20px;
	font-weight: 900;
}

.elementor-21 .elementor-element.elementor-element-d82a6de {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-aef880f>.elementor-element-populated {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 010px 010px 010px 010px;
	--e-column-margin-right: 010px;
	--e-column-margin-left: 010px;
	padding: 20px 20px 20px 20px;
}

.elementor-21 .elementor-element.elementor-element-9570f51 .elementor-icon-wrapper {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-9570f51 .elementor-icon {
	font-size: 41px;
}

.elementor-21 .elementor-element.elementor-element-9570f51 .elementor-icon svg {
	height: 41px;
}

.elementor-21 .elementor-element.elementor-element-70efa5d .elementor-testimonial-wrapper {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-70efa5d .elementor-testimonial-content {
	font-family: "Helvetica", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 37px;
}

.elementor-21 .elementor-element.elementor-element-dfeeedd>.elementor-element-populated {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 010px 010px 010px 010px;
	--e-column-margin-right: 010px;
	--e-column-margin-left: 010px;
	padding: 20px 20px 20px 20px;
}

.elementor-21 .elementor-element.elementor-element-ad07e42 .elementor-icon-wrapper {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-ad07e42 .elementor-icon {
	font-size: 41px;
}

.elementor-21 .elementor-element.elementor-element-ad07e42 .elementor-icon svg {
	height: 41px;
}

.elementor-21 .elementor-element.elementor-element-5928025 .elementor-testimonial-wrapper {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-5928025 .elementor-testimonial-content {
	font-family: "Helvetica", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 37px;
}

.elementor-21 .elementor-element.elementor-element-63b871d>.elementor-element-populated {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 010px 010px 010px 010px;
	--e-column-margin-right: 010px;
	--e-column-margin-left: 010px;
	padding: 20px 20px 20px 20px;
}

.elementor-21 .elementor-element.elementor-element-2d0516d .elementor-icon-wrapper {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-2d0516d .elementor-icon {
	font-size: 41px;
}

.elementor-21 .elementor-element.elementor-element-2d0516d .elementor-icon svg {
	height: 41px;
}

.elementor-21 .elementor-element.elementor-element-258efad .elementor-testimonial-wrapper {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-258efad .elementor-testimonial-content {
	font-family: "Helvetica", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 37px;
}

.elementor-21 .elementor-element.elementor-element-2b131bd {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 50px 0px;
}

.elementor-21 .elementor-element.elementor-element-2b131bd>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-21 .elementor-element.elementor-element-2b131bd>.elementor-shape-top .elementor-shape-fill {
	fill: #75131336;
}

.elementor-21 .elementor-element.elementor-element-2b131bd>.elementor-shape-top svg {
	width: calc(300% + 1.3px);
	height: 500px;
}

.elementor-21 .elementor-element.elementor-element-2b131bd>.elementor-shape-bottom .elementor-shape-fill {
	fill: #75131336;
}

.elementor-21 .elementor-element.elementor-element-2b131bd>.elementor-shape-bottom svg {
	width: calc(162% + 1.3px);
	height: 141px;
}

.elementor-21 .elementor-element.elementor-element-ae5115f {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-ae5115f .elementor-heading-title {
	color: #0E4122;
	font-family: "Dancing Script", Sans-serif;
	font-size: 20px;
	font-weight: 900;
}

.elementor-21 .elementor-element.elementor-element-84910c6 {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-container:not(.eael-template) {
	height: 360px;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-container.eael-template {
	min-height: 360px;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-front-container {
	align-items: flex-end;
	background-image: url("../images/gallery-4.jpg");
	background-size: cover;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
	font-size: 25px;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
	font-size: 25px;
}

.elementor-21 .elementor-element.elementor-element-9104f4b .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-21 .elementor-element.elementor-element-9104f4b>.elementor-widget-container {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.elementor-21 .elementor-element.elementor-element-c09cb6c .elementor-image-box-wrapper {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-c09cb6c.elementor-position-right .elementor-image-box-img {
	margin-left: 15px;
}

.elementor-21 .elementor-element.elementor-element-c09cb6c.elementor-position-left .elementor-image-box-img {
	margin-right: 15px;
}

.elementor-21 .elementor-element.elementor-element-c09cb6c.elementor-position-top .elementor-image-box-img {
	margin-bottom: 15px;
}

.elementor-21 .elementor-element.elementor-element-c09cb6c .elementor-image-box-wrapper .elementor-image-box-img {
	width: 34%;
}

.elementor-21 .elementor-element.elementor-element-c09cb6c .elementor-image-box-img img {
	border-style: groove;
	border-width: 3px 3px 3px 3px;
	border-radius: 73px;
	transition-duration: 0.3s;
}

.elementor-21 .elementor-element.elementor-element-c09cb6c .elementor-image-box-title {
	color: #0E4122;
	font-family: "Cabin", Sans-serif;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-398a735.elementor-position-right .elementor-image-box-img {
	margin-left: 15px;
}

.elementor-21 .elementor-element.elementor-element-398a735.elementor-position-left .elementor-image-box-img {
	margin-right: 15px;
}

.elementor-21 .elementor-element.elementor-element-398a735.elementor-position-top .elementor-image-box-img {
	margin-bottom: 15px;
}

.elementor-21 .elementor-element.elementor-element-398a735 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 34%;
}

.elementor-21 .elementor-element.elementor-element-398a735 .elementor-image-box-img img {
	border-style: groove;
	border-width: 3px 3px 3px 3px;
	border-radius: 78px;
	transition-duration: 0.3s;
}

.elementor-21 .elementor-element.elementor-element-398a735 .elementor-image-box-title {
	color: #0E4122;
	font-family: "Cabin", Sans-serif;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-5936142.elementor-position-right .elementor-image-box-img {
	margin-left: 15px;
}

.elementor-21 .elementor-element.elementor-element-5936142.elementor-position-left .elementor-image-box-img {
	margin-right: 15px;
}

.elementor-21 .elementor-element.elementor-element-5936142.elementor-position-top .elementor-image-box-img {
	margin-bottom: 15px;
}

.elementor-21 .elementor-element.elementor-element-5936142 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 34%;
}

.elementor-21 .elementor-element.elementor-element-5936142 .elementor-image-box-img img {
	border-style: groove;
	border-width: 3px 3px 3px 3px;
	border-radius: 78px;
	transition-duration: 0.3s;
}

.elementor-21 .elementor-element.elementor-element-5936142 .elementor-image-box-title {
	color: #0E4122;
	font-family: "Cabin", Sans-serif;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-45573b1.elementor-position-right .elementor-image-box-img {
	margin-left: 15px;
}

.elementor-21 .elementor-element.elementor-element-45573b1.elementor-position-left .elementor-image-box-img {
	margin-right: 15px;
}

.elementor-21 .elementor-element.elementor-element-45573b1.elementor-position-top .elementor-image-box-img {
	margin-bottom: 15px;
}

.elementor-21 .elementor-element.elementor-element-45573b1 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 34%;
}

.elementor-21 .elementor-element.elementor-element-45573b1 .elementor-image-box-img img {
	border-style: groove;
	border-width: 3px 3px 3px 3px;
	border-radius: 78px;
	transition-duration: 0.3s;
}

.elementor-21 .elementor-element.elementor-element-45573b1 .elementor-image-box-title {
	color: #0E4122;
	font-family: "Cabin", Sans-serif;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-4bbe4c8.elementor-position-right .elementor-image-box-img {
	margin-left: 15px;
}

.elementor-21 .elementor-element.elementor-element-4bbe4c8.elementor-position-left .elementor-image-box-img {
	margin-right: 15px;
}

.elementor-21 .elementor-element.elementor-element-4bbe4c8.elementor-position-top .elementor-image-box-img {
	margin-bottom: 15px;
}

.elementor-21 .elementor-element.elementor-element-4bbe4c8 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 34%;
}

.elementor-21 .elementor-element.elementor-element-4bbe4c8 .elementor-image-box-img img {
	border-style: groove;
	border-width: 3px 3px 3px 3px;
	border-radius: 78px;
	transition-duration: 0.3s;
}

.elementor-21 .elementor-element.elementor-element-4bbe4c8 .elementor-image-box-title {
	color: #0E4122;
	font-family: "Cabin", Sans-serif;
	font-weight: 600;
}

.elementor-21 .elementor-element.elementor-element-09def8d {
	text-align: center;
}

.elementor-21 .elementor-element.elementor-element-09def8d>.elementor-widget-container {
	margin: 50px 0px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-ed7b51e:not(.elementor-motion-effects-element-type-background),
.elementor-21 .elementor-element.elementor-element-ed7b51e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-1.jpg");
}

.elementor-21 .elementor-element.elementor-element-ed7b51e {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 0px 0px;
}

.elementor-21 .elementor-element.elementor-element-ed7b51e>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-21 .elementor-element.elementor-element-79d60d0>.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-21 .elementor-element.elementor-element-79d60d0>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-bc-flex-widget .elementor-21 .elementor-element.elementor-element-7ba08da.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-21 .elementor-element.elementor-element-7ba08da.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-21 .elementor-element.elementor-element-9e48773 .elementor-active .elementor-accordion-icon,
.elementor-21 .elementor-element.elementor-element-9e48773 .elementor-active .elementor-accordion-title {
	color: #0E4122;
}

.elementor-21 .elementor-element.elementor-element-9e48773 .elementor-active .elementor-accordion-icon svg {
	fill: #0E4122;
}

@media(max-width:767px) {
	.elementor-21 .elementor-element.elementor-element-7ce781c .elementor-heading-title {
		font-size: 40px;
	}

	.elementor-21 .elementor-element.elementor-element-e7231fc>.elementor-container {
		min-height: 507px;
	}

	.elementor-21 .elementor-element.elementor-element-e7231fc {
		padding: 0px 0px 0px 0px;
	}

	.elementor-21 .elementor-element.elementor-element-655dfb2>.elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 0px 0px 0px 0px;
	}

	.elementor-21 .elementor-element.elementor-element-c5dcf88 .elementor-heading-title {
		font-size: 33px;
	}

	.elementor-21 .elementor-element.elementor-element-c5dcf88>.elementor-widget-container {
		margin: 25px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.elementor-21 .elementor-element.elementor-element-9eac3cc>.elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}

	.elementor-21 .elementor-element.elementor-element-c09cb6c .elementor-image-box-img {
		margin-bottom: 15px;
	}

	.elementor-21 .elementor-element.elementor-element-398a735 .elementor-image-box-img {
		margin-bottom: 15px;
	}

	.elementor-21 .elementor-element.elementor-element-5936142 .elementor-image-box-img {
		margin-bottom: 15px;
	}

	.elementor-21 .elementor-element.elementor-element-45573b1 .elementor-image-box-img {
		margin-bottom: 15px;
	}

	.elementor-21 .elementor-element.elementor-element-4bbe4c8 .elementor-image-box-img {
		margin-bottom: 15px;
	}
}

@media(min-width:768px) {
	.elementor-21 .elementor-element.elementor-element-0351514 {
		width: 63.79%;
	}

	.elementor-21 .elementor-element.elementor-element-406f00c {
		width: 36.071%;
	}

	.elementor-21 .elementor-element.elementor-element-5ed42a0 {
		width: 70.569%;
	}

	.elementor-21 .elementor-element.elementor-element-2278f42 {
		width: 29.022%;
	}

	.elementor-21 .elementor-element.elementor-element-79d60d0 {
		width: 45.926%;
	}

	.elementor-21 .elementor-element.elementor-element-7ba08da {
		width: 54.074%;
	}
}

@media(min-width:1025px) {

	.elementor-21 .elementor-element.elementor-element-cead750:not(.elementor-motion-effects-element-type-background),
	.elementor-21 .elementor-element.elementor-element-cead750>.elementor-motion-effects-container>.elementor-motion-effects-layer {
		background-attachment: fixed;
	}
}

/* --- kodimaram-tiruvachi-eael.css --- */

body div.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap,
body div.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

button.mfp-close,
button.mfp-close:hover {
	display: inline-block !important;
	background: transparent;
	width: auto
}

.mfp-arrow,
.mfp-arrow:hover {
	background: transparent
}

@media screen and (max-height:300px),
screen and (max-width:800px)and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

.eael-elements-flip-box-container {
	position: relative;
	height: 300px;
	width: 100%
}

.eael-elements-flip-box-container .eaa-svg {
	font-size: 40px
}

.eael-elements-flip-box-container .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container .flipbox-button {
	display: inline-block;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	padding: 14px 18px;
	border-radius: 3px;
	margin-top: 15px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg {
	font-size: inherit;
	background: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container a {
	display: block
}

.eael-elements-flip-box-vertical-align {
	width: 100%
}

.eael-elements-flip-box-padding {
	padding: 0px 30px 5px 30px
}

.eael-elements-flip-box-icon-image {
	display: inline-block;
	margin: 0 auto 0px auto;
	line-height: 1
}

.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
	background: #ccc
}

.eael_eleements_flip_front_icon_style_bordered {
	border: 2px solid #fff
}

.eael_flip_box_icon_border_round {
	border-radius: 100px
}

.eael_eleements_flip_front_icon_style_background,
.eael_eleements_flip_front_icon_style_bordered {
	padding: 15px
}

.eael-elements-flip-box-icon-image i {
	font-size: 40px
}

.eael-elements-slider-display-table {
	width: 100%
}

.eael-elements-flip-box-front-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #8a35ff;
	color: #fff;
	border-color: #000;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px
}

.eael-elements-flip-box-content,
.eael-elements-flip-box-heading {
	color: #fff
}

.eael-elements-flip-box-content a {
	display: initial
}

.eael-elements-flip-box-heading.flipbox-linked-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700
}

.eael-elements-flip-box-rear-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #502fc6;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #000;
	border-radius: 5px
}

.eael-elements-button-floating-container {
	position: fixed;
	z-index: 100
}

.eael-elements-button-floating-container .eael-elements-button {
	margin-top: 0px;
	font-size: 14px;
	position: relative;
	padding: 14px 20px
}

.eael-elements-button {
	cursor: pointer;
	display: inline-block;
	background: #077bbe;
	color: #fff;
	line-height: 1;
	padding: 16px 25px;
	margin-top: 15px
}

.eael-elements-button:hover {
	background: #077bbe;
	color: #fff
}

.eael-elements-flip-box-container {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.eael-elements-flip-box-front-container,
.eael-elements-flip-box-rear-container {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.eael-elements-flip-box-flip-card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.eael-elements-flip-box-rear-container,
.eael-elements-flip-box-front-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.eael-flip-box--3d .eael-elements-flip-box-vertical-align {
	-webkit-transform: translateZ(90px) scale(0.91);
	transform: translateZ(90px) scale(0.91)
}

.eael-flip-box--3d .eael-elements-slider-display-table {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0.1px);
	transform: translateZ(0.1px)
}

.eael-animate-flip.eael-animate-left,
.eael-animate-flip.eael-animate-right,
.eael-animate-flip.eael-animate-up,
.eael-animate-flip.eael-animate-down {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.eael-animate-flip.eael-animate-left .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.eael-animate-push.eael-elements-flip-box-container,
.eael-animate-slide.eael-elements-flip-box-container {
	overflow: hidden
}

.eael-animate-push .eael-elements-flip-box-rear-container,
.eael-animate-slide .eael-elements-flip-box-rear-container {
	z-index: 3
}

.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
	top: 100%
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: 0
}

.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 0
}

.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
	left: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: 0
}

.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
	left: auto;
	right: 100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: auto;
	right: 0
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: -100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: -100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: 100%
}

.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	z-index: 3
}

.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}

.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0
}

.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
	text-align: right
}

.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
	text-align: left
}

.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
	text-align: center
}

.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
.eael-flipbox-img-circle .flipbox-back-image-icon img {
	border-radius: 50%;
	overflow: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-front-container,
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	-webkit-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	opacity: 0
}

.eael-template .eael-elements-flip-box-front-container>.elementor,
.eael-template .eael-elements-flip-box-rear-container>.elementor {
	width: 100%
}

@-webkit-keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.eael-button-wrap,
.eael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.eael-button-wrap.eael-force-hide,
.eael-load-more-button-wrap.eael-force-hide {
	display: none !important
}

.eael-button,
.eael-load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0px solid;
	font-size: 16px;
	overflow: hidden
}

.eael-button.hide,
.eael-load-more-button.hide {
	display: none !important
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	display: block
}

.eael-button .eael-btn-loader,
.eael-load-more-button .eael-btn-loader {
	display: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	top: auto;
	left: -200%;
	border-top: 4px solid rgba(255, 255, 255, .2);
	border-right: 4px solid rgba(255, 255, 255, .2);
	border-bottom: 4px solid rgba(255, 255, 255, .2);
	border-left: 4px solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderSpin 1.1s infinite linear;
	animation: loaderSpin 1.1s infinite linear;
	margin-right: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.eael-button .eael-btn-loader:after,
.eael-load-more-button .eael-btn-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px
}

.eael-button:focus,
.eael-load-more-button:focus {
	outline: none
}

.eael-button.button--loading>span,
.eael-load-more-button.button--loading>span {
	margin-left: 0
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	left: 0
}

.rtl .eael-load-more-button-wrap {
	direction: ltr
}

.eael-filter-gallery-control {
	width: 100%
}

.eael-filter-gallery-control ul,
.eael-filter-gallery-control ul li {
	text-align: center
}

.eael-filter-gallery-control ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center
}

.eael-filter-gallery-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 auto;
	flex-flow: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px
}

.eael-filter-gallery-control ul li {
	list-style: none;
	font-size: 24px;
	display: inline-block;
	text-align: center
}

.eael-filter-gallery-control ul li a.control {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px;
	margin: 10px 6px
}

.eael-filter-gallery-container {
	text-align: justify;
	font-size: .1px;
	overflow: hidden
}

.eael-filter-gallery-container #eael-fg-no-items-found {
	font-size: 14px
}

.elementor-editor-active .eael-filter-gallery-container {
	overflow: initial
}

.eael-filter-gallery-container:after {
	content: "";
	display: inline-block;
	width: 100%
}

.eael-filter-gallery-container:not(.eael-cards) .item:before {
	content: "";
	display: inline-block;
	padding-top: 56.25%
}

.eael-filter-gallery-container .item .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.eael-filter-gallery-container.eael-cards .item .caption {
	display: none
}

.eael-filter-gallery-container.eael-cards .item .item-img .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.gallery-item-caption-over {
	width: 100%;
	height: auto
}

a.eael-gallery-load-more,
a.eael-gallery-load-more:hover {
	text-decoration: none
}

.eael-filter-gallery-container .item .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-filter-gallery-container .item .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container .item .caption a:nth-child(1),
.eael-container .item .caption a:nth-child(2) {
	-webkit-transition: .6s;
	transition: .6s;
	opacity: 0
}

.eael-filter-gallery-container .item .caption a:nth-child(1) {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item .caption a:nth-child(2) {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.eael-filter-gallery-container .item .caption .eael-popup-link {
	outline: 0
}

.eael-filter-gallery-container.eael-cards .item:before {
	padding-top: 0px
}

.eael-filter-gallery-container.eael-cards .item-img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
	z-index: 0;
	overflow: hidden
}

.eael-filter-gallery-container.eael-cards .item-content {
	padding: 15px
}

.eael-filter-gallery-container.eael-cards .item-content .title,
.eael-filter-gallery-container.eael-cards .item-content .title a {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0px;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container.eael-cards .item-content p {
	font-size: 14px;
	line-height: 26px
}

.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-content-align-left .eael-cards .item .item-content {
	text-align: left
}

.eael-fg-content-align-center .eael-cards .item .item-content {
	text-align: center
}

.eael-fg-content-align-right .eael-cards .item .item-content {
	text-align: right
}

.mfp-wrap~div.dialog-widget {
	display: none !important
}

.eael-filterable-gallery-item-wrap {
	float: left;
	width: 33.33%
}

.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
	width: 100%
}

.eael-filter-gallery-control>ul li {
	font-size: 13px;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 15px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: normal
}

.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
	width: 50%
}

.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
	width: 25%
}

.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
	width: 20%
}

.eael-gallery-grid-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}

.gallery-item-caption-wrap,
.media-content-wrap {
	font-size: 14px;
	text-align: left
}

.gallery-item-thumbnail-wrap.caption-style-card img {
	max-height: 100%;
	width: 100%
}

.gallery-item-caption-wrap.caption-style-hoverer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 15px;
	z-index: 10
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.fg-item-title,
.fg-item-content {
	color: #fff;
	font-family: inherit
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	font-size: 18px;
	margin: 15px 0 15px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-card {
	background: #f7f7f7
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	margin: 10px 0 15px;
	color: #000
}

.gallery-item-caption-wrap.caption-style-card .fg-item-content {
	color: #212529;
	line-height: 1.5;
	font-weight: normal
}

.gallery-item-buttons>a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-right: 15px
}

.gallery-item-buttons>a:visited {
	color: #000
}

.gallery-item-caption-wrap.caption-style-card {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit
}

.gallery-item-caption-wrap .gallery-item-hoverer-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #000;
	z-index: -1;
	opacity: .7
}

.gallery-item-caption-wrap.caption-style-hoverer {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .6s all ease;
	transition: .6s all ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
	opacity: 1;
	visibility: visible
}

.gallery-item-caption-wrap.caption-style-hoverer h5 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer p {
	margin-bottom: 5px
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap .gallery-item-buttons>a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	outline: none;
	text-decoration: none;
	display: inline-block;
	text-align: center
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
	-webkit-transition: none;
	transition: none
}

.gallery-item-thumbnail-wrap {
	position: relative
}

.gallery-item-thumbnail-wrap.video_gallery_switch_on .gallery-item-thumbnail {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.video-popup,
.video-popup-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.video-popup>img {
	width: 62px;
	position: relative;
	z-index: 1;
	-webkit-transition: 300ms;
	transition: 300ms
}

.video-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-popup:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.video-popup-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 350ms;
	transition: 350ms
}

.eael-gallery-grid-item:hover .video-popup-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery-item-caption-wrap.card-hover-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 800ms;
	transition: 800ms
}

.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap .gallery-item-buttons>a>i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

@media only screen and (min-width: 1025px) {
	.elementor-element.elementor-grid-1 {
		position: relative
	}

	.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-2 {
		position: relative
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-3 {
		position: relative
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-4 {
		position: relative
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-5 {
		position: relative
	}

	.elementor-element.elementor-grid-5 .pp-logo-grid {
		margin-right: -5px
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-6 {
		position: relative
	}

	.elementor-element.elementor-grid-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
		width: 16.65%;
		float: left
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 1024px)and (min-width: 766px) {
	.elementor-element.elementor-grid-tablet-1 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-3 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-4 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-5 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-6 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-grid-mobile-1 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-3 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-4 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-5 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-6 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

.fg-layout-3-filter-controls {
	margin: 0;
	padding: 0;
	list-style: none
}

.fg-layout-3-item-content {
	text-align: center
}

.fg-layout-3-item-content .fg-item-title {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item-content .fg-item-content p {
	font-size: 13px;
	font-weight: 400
}

.fg-filter-wrap {
	position: relative;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

.fg-layout-3-filter-controls {
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 150px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	width: 100%;
	border-radius: 5px;
	padding-top: 7px
}

.fg-layout-3-filter-controls.open-filters {
	visibility: visible;
	opacity: 1
}

.fg-layout-3-filter-controls li.control {
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	-webkit-transition: 300ms;
	transition: 300ms;
	font-size: 14px;
	color: #7f8995;
	font-weight: normal
}

.fg-layout-3-filter-controls li.control:hover {
	color: #2d425a
}

.fg-layout-3-filter-controls li.control:first-child {
	border-top: 0px solid
}

.fg-layout-3-filter-controls li.control:last-child {
	border-bottom: 0px solid
}

.fg-layout-3-filters-wrap {
	max-width: 600px;
	margin: 15px auto 50px
}

.fg-filter-wrap button {
	width: 100%;
	border: 0px solid;
	border-radius: 0px;
	padding: 17px 13px;
	font-size: 14px;
	color: #2d425a;
	background: #f7f8ff;
	height: 55px;
	border-right: 1px solid #abb5ff;
	border-radius: 10px 0px 0 10px;
	outline: none;
	text-align: center;
	position: relative
}

.fg-filter-wrap button>i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px
}

.fg-layout-3-search-box {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	height: 100%
}

.fg-layout-3-search-box input[type=text] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px;
	border: 0px solid;
	outline: none;
	background: none
}

.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]::-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-ms-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-filters-wrap {
	height: 55px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fg-layout-3-filters-wrap .fg-layout-3-search-box {
	background: #f7f8ff;
	border-radius: 0 10px 10px 0
}

.fg-layout-3-item-thumb {
	position: relative;
	overflow: hidden
}

.fg-layout-3-item-thumb .gallery-item-buttons {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4
}

.fg-layout-3-item-content {
	padding: 27px 27px 30px;
	text-align: center
}

.eael-fg-card-content-align-left .fg-layout-3-item-content {
	text-align: left
}

.eael-fg-card-content-align-center .fg-layout-3-item-content {
	text-align: center
}

.eael-fg-card-content-align-right .fg-layout-3-item-content {
	text-align: right
}

.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	border-radius: 5px
}

.fg-caption-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 35px;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.fg-item-category>span {
	font-size: 12px;
	color: #fff;
	background: #fa9196;
	padding: 10px 12px;
	display: inline-block
}

.fg-layout-3-item-content {
	position: relative
}

.fg-item-category {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	margin-top: -15px;
	z-index: 11
}

.fg-item-category span {
	border-radius: 5px;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
	visibility: visible;
	opacity: 1
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	width: auto
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	text-decoration: none
}

button.mfp-close:not(.toggle),
button.mfp-arrow:not(.toggle) {
	background: rgba(0, 0, 0, 0)
}


/* --- kodimaram-tiruvachi-style.css --- */

.elementor-352 .elementor-element.elementor-element-3630b50>.elementor-container {
	min-height: 300px;
}

.elementor-352 .elementor-element.elementor-element-3630b50:not(.elementor-motion-effects-element-type-background),
.elementor-352 .elementor-element.elementor-element-3630b50>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-223.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-352 .elementor-element.elementor-element-3630b50>.elementor-background-overlay {
	background-color: #121010;
	opacity: 0.66;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-352 .elementor-element.elementor-element-3630b50 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-352 .elementor-element.elementor-element-21848ea {
	text-align: center;
}

.elementor-352 .elementor-element.elementor-element-21848ea .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
	font-size: 45px;
	font-weight: 600;
}

.elementor-352 .elementor-element.elementor-element-95fafa2 {
	padding: 50px 0px 0px 0px;
}

.elementor-352 .elementor-element.elementor-element-da77d08>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-44.jpg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-d3641e7>.elementor-element-populated {
	margin: -140px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-155.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-d5367cf>.elementor-widget-container {
	margin: 0px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
}

.elementor-352 .elementor-element.elementor-element-332020d>.elementor-element-populated {
	margin: -16px 0px 0px -117px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: -117px;
}

.elementor-352 .elementor-element.elementor-element-e2693f3 {
	text-align: center;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap {
	height: 450px;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap {
	transition: 500ms;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-wrapper {
	background-color: #fff;
	border-radius: 0px;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul li.control {
	color: #444;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul>li.control {
	border-radius: 0px;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul li.active {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul li.control.active {
	background: #333;
	border-radius: 0px;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .eael-filterable-gallery-item-wrap .eael-gallery-grid-item {
	border-radius: 0px;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-hoverer-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title {
	color: #ffffff;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content {
	color: #ffffff;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .video-popup-bg {
	background-color: rgba(0, 0, 0, .7);
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .video-popup:hover>img {
	transform: scale(1.1);
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-buttons>a span {
	background: #ff622a;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	border-radius: 100px;
	transition: 300ms;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-buttons>a span img {
	height: 18px;
	width: 18px;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-buttons>a span:hover {
	background: #ff622a;
	color: #fff;
	border-radius: 100px;
}

.elementor-352 .elementor-element.elementor-element-cb3c6ac #eael-fg-no-items-found {
	text-align: center;
	color: #858e9a;
	border-radius: 0px;
}

.elementor-352 .elementor-element.elementor-element-66e80f4 {
	padding: 50px 0px 0px 0px;
}

.elementor-352 .elementor-element.elementor-element-76797af>.elementor-element-populated {
	margin: 77px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-356.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-14b8455 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-14b8455>.elementor-widget-container {
	margin: 0px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
}

.elementor-352 .elementor-element.elementor-element-2e867d9>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-221.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-0ef4059 {
	padding: 40px 0px 0px 0px;
}

.elementor-352 .elementor-element.elementor-element-0e107d3 {
	text-align: center;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap {
	height: 300px;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap {
	transition: 500ms;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-wrapper {
	background-color: #fff;
	border-radius: 0px;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul li.control {
	color: #444;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul>li.control {
	border-radius: 0px;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul li.active {
	color: #fff;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul li.control.active {
	background: #333;
	border-radius: 0px;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .eael-filterable-gallery-item-wrap .eael-gallery-grid-item {
	border-radius: 0px;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-hoverer-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.elementor-352 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title {
	color: #ffffff;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content {
	color: #ffffff;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .video-popup-bg {
	background-color: rgba(0, 0, 0, .7);
}

.elementor-352 .elementor-element.elementor-element-6c6879f .video-popup:hover>img {
	transform: scale(1.1);
}

.elementor-352 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-buttons>a span {
	background: #ff622a;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	border-radius: 100px;
	transition: 300ms;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-buttons>a span img {
	height: 18px;
	width: 18px;
}

.elementor-352 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-buttons>a span:hover {
	background: #ff622a;
	color: #fff;
	border-radius: 100px;
}

.elementor-352 .elementor-element.elementor-element-6c6879f #eael-fg-no-items-found {
	text-align: center;
	color: #858e9a;
	border-radius: 0px;
}

@media(min-width:768px) {
	.elementor-352 .elementor-element.elementor-element-d3641e7 {
		width: 50%;
	}

	.elementor-352 .elementor-element.elementor-element-332020d {
		width: 50%;
	}
}

@media(max-width:1024px) {
	.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}
}

@media(max-width:767px) {
	.elementor-352 .elementor-element.elementor-element-da77d08>.elementor-element-populated {
		margin: 010px 010px 010px 010px;
		--e-column-margin-right: 010px;
		--e-column-margin-left: 010px;
	}

	.elementor-352 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-352 .elementor-element.elementor-element-d3641e7>.elementor-element-populated {
		margin: 010px 010px 010px 010px;
		--e-column-margin-right: 010px;
		--e-column-margin-left: 010px;
	}

	.elementor-352 .elementor-element.elementor-element-d5367cf .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-352 .elementor-element.elementor-element-2e867d9>.elementor-element-populated {
		margin: 10px 10px 10px 10px;
		--e-column-margin-right: 10px;
		--e-column-margin-left: 10px;
	}

	.elementor-352 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}
}

/* --- services-eael.css --- */

body div.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap,
body div.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

button.mfp-close,
button.mfp-close:hover {
	display: inline-block !important;
	background: transparent;
	width: auto
}

.mfp-arrow,
.mfp-arrow:hover {
	background: transparent
}

@media screen and (max-height:300px),
screen and (max-width:800px)and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

.eael-elements-flip-box-container {
	position: relative;
	height: 300px;
	width: 100%
}

.eael-elements-flip-box-container .eaa-svg {
	font-size: 40px
}

.eael-elements-flip-box-container .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container .flipbox-button {
	display: inline-block;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	padding: 14px 18px;
	border-radius: 3px;
	margin-top: 15px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg {
	font-size: inherit;
	background: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container a {
	display: block
}

.eael-elements-flip-box-vertical-align {
	width: 100%
}

.eael-elements-flip-box-padding {
	padding: 0px 30px 5px 30px
}

.eael-elements-flip-box-icon-image {
	display: inline-block;
	margin: 0 auto 0px auto;
	line-height: 1
}

.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
	background: #ccc
}

.eael_eleements_flip_front_icon_style_bordered {
	border: 2px solid #fff
}

.eael_flip_box_icon_border_round {
	border-radius: 100px
}

.eael_eleements_flip_front_icon_style_background,
.eael_eleements_flip_front_icon_style_bordered {
	padding: 15px
}

.eael-elements-flip-box-icon-image i {
	font-size: 40px
}

.eael-elements-slider-display-table {
	width: 100%
}

.eael-elements-flip-box-front-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #8a35ff;
	color: #fff;
	border-color: #000;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px
}

.eael-elements-flip-box-content,
.eael-elements-flip-box-heading {
	color: #fff
}

.eael-elements-flip-box-content a {
	display: initial
}

.eael-elements-flip-box-heading.flipbox-linked-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700
}

.eael-elements-flip-box-rear-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #502fc6;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #000;
	border-radius: 5px
}

.eael-elements-button-floating-container {
	position: fixed;
	z-index: 100
}

.eael-elements-button-floating-container .eael-elements-button {
	margin-top: 0px;
	font-size: 14px;
	position: relative;
	padding: 14px 20px
}

.eael-elements-button {
	cursor: pointer;
	display: inline-block;
	background: #077bbe;
	color: #fff;
	line-height: 1;
	padding: 16px 25px;
	margin-top: 15px
}

.eael-elements-button:hover {
	background: #077bbe;
	color: #fff
}

.eael-elements-flip-box-container {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.eael-elements-flip-box-front-container,
.eael-elements-flip-box-rear-container {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.eael-elements-flip-box-flip-card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.eael-elements-flip-box-rear-container,
.eael-elements-flip-box-front-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.eael-flip-box--3d .eael-elements-flip-box-vertical-align {
	-webkit-transform: translateZ(90px) scale(0.91);
	transform: translateZ(90px) scale(0.91)
}

.eael-flip-box--3d .eael-elements-slider-display-table {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0.1px);
	transform: translateZ(0.1px)
}

.eael-animate-flip.eael-animate-left,
.eael-animate-flip.eael-animate-right,
.eael-animate-flip.eael-animate-up,
.eael-animate-flip.eael-animate-down {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.eael-animate-flip.eael-animate-left .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.eael-animate-push.eael-elements-flip-box-container,
.eael-animate-slide.eael-elements-flip-box-container {
	overflow: hidden
}

.eael-animate-push .eael-elements-flip-box-rear-container,
.eael-animate-slide .eael-elements-flip-box-rear-container {
	z-index: 3
}

.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
	top: 100%
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: 0
}

.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 0
}

.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
	left: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: 0
}

.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
	left: auto;
	right: 100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: auto;
	right: 0
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: -100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: -100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: 100%
}

.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	z-index: 3
}

.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}

.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0
}

.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
	text-align: right
}

.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
	text-align: left
}

.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
	text-align: center
}

.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
.eael-flipbox-img-circle .flipbox-back-image-icon img {
	border-radius: 50%;
	overflow: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-front-container,
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	-webkit-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	opacity: 0
}

.eael-template .eael-elements-flip-box-front-container>.elementor,
.eael-template .eael-elements-flip-box-rear-container>.elementor {
	width: 100%
}

@-webkit-keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.eael-button-wrap,
.eael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.eael-button-wrap.eael-force-hide,
.eael-load-more-button-wrap.eael-force-hide {
	display: none !important
}

.eael-button,
.eael-load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0px solid;
	font-size: 16px;
	overflow: hidden
}

.eael-button.hide,
.eael-load-more-button.hide {
	display: none !important
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	display: block
}

.eael-button .eael-btn-loader,
.eael-load-more-button .eael-btn-loader {
	display: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	top: auto;
	left: -200%;
	border-top: 4px solid rgba(255, 255, 255, .2);
	border-right: 4px solid rgba(255, 255, 255, .2);
	border-bottom: 4px solid rgba(255, 255, 255, .2);
	border-left: 4px solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderSpin 1.1s infinite linear;
	animation: loaderSpin 1.1s infinite linear;
	margin-right: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.eael-button .eael-btn-loader:after,
.eael-load-more-button .eael-btn-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px
}

.eael-button:focus,
.eael-load-more-button:focus {
	outline: none
}

.eael-button.button--loading>span,
.eael-load-more-button.button--loading>span {
	margin-left: 0
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	left: 0
}

.rtl .eael-load-more-button-wrap {
	direction: ltr
}

.eael-filter-gallery-control {
	width: 100%
}

.eael-filter-gallery-control ul,
.eael-filter-gallery-control ul li {
	text-align: center
}

.eael-filter-gallery-control ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center
}

.eael-filter-gallery-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 auto;
	flex-flow: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px
}

.eael-filter-gallery-control ul li {
	list-style: none;
	font-size: 24px;
	display: inline-block;
	text-align: center
}

.eael-filter-gallery-control ul li a.control {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px;
	margin: 10px 6px
}

.eael-filter-gallery-container {
	text-align: justify;
	font-size: .1px;
	overflow: hidden
}

.eael-filter-gallery-container #eael-fg-no-items-found {
	font-size: 14px
}

.elementor-editor-active .eael-filter-gallery-container {
	overflow: initial
}

.eael-filter-gallery-container:after {
	content: "";
	display: inline-block;
	width: 100%
}

.eael-filter-gallery-container:not(.eael-cards) .item:before {
	content: "";
	display: inline-block;
	padding-top: 56.25%
}

.eael-filter-gallery-container .item .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.eael-filter-gallery-container.eael-cards .item .caption {
	display: none
}

.eael-filter-gallery-container.eael-cards .item .item-img .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.gallery-item-caption-over {
	width: 100%;
	height: auto
}

a.eael-gallery-load-more,
a.eael-gallery-load-more:hover {
	text-decoration: none
}

.eael-filter-gallery-container .item .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-filter-gallery-container .item .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container .item .caption a:nth-child(1),
.eael-container .item .caption a:nth-child(2) {
	-webkit-transition: .6s;
	transition: .6s;
	opacity: 0
}

.eael-filter-gallery-container .item .caption a:nth-child(1) {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item .caption a:nth-child(2) {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.eael-filter-gallery-container .item .caption .eael-popup-link {
	outline: 0
}

.eael-filter-gallery-container.eael-cards .item:before {
	padding-top: 0px
}

.eael-filter-gallery-container.eael-cards .item-img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
	z-index: 0;
	overflow: hidden
}

.eael-filter-gallery-container.eael-cards .item-content {
	padding: 15px
}

.eael-filter-gallery-container.eael-cards .item-content .title,
.eael-filter-gallery-container.eael-cards .item-content .title a {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0px;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container.eael-cards .item-content p {
	font-size: 14px;
	line-height: 26px
}

.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-content-align-left .eael-cards .item .item-content {
	text-align: left
}

.eael-fg-content-align-center .eael-cards .item .item-content {
	text-align: center
}

.eael-fg-content-align-right .eael-cards .item .item-content {
	text-align: right
}

.mfp-wrap~div.dialog-widget {
	display: none !important
}

.eael-filterable-gallery-item-wrap {
	float: left;
	width: 33.33%
}

.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
	width: 100%
}

.eael-filter-gallery-control>ul li {
	font-size: 13px;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 15px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: normal
}

.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
	width: 50%
}

.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
	width: 25%
}

.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
	width: 20%
}

.eael-gallery-grid-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}

.gallery-item-caption-wrap,
.media-content-wrap {
	font-size: 14px;
	text-align: left
}

.gallery-item-thumbnail-wrap.caption-style-card img {
	max-height: 100%;
	width: 100%
}

.gallery-item-caption-wrap.caption-style-hoverer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 15px;
	z-index: 10
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.fg-item-title,
.fg-item-content {
	color: #fff;
	font-family: inherit
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	font-size: 18px;
	margin: 15px 0 15px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-card {
	background: #f7f7f7
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	margin: 10px 0 15px;
	color: #000
}

.gallery-item-caption-wrap.caption-style-card .fg-item-content {
	color: #212529;
	line-height: 1.5;
	font-weight: normal
}

.gallery-item-buttons>a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-right: 15px
}

.gallery-item-buttons>a:visited {
	color: #000
}

.gallery-item-caption-wrap.caption-style-card {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit
}

.gallery-item-caption-wrap .gallery-item-hoverer-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #000;
	z-index: -1;
	opacity: .7
}

.gallery-item-caption-wrap.caption-style-hoverer {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .6s all ease;
	transition: .6s all ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
	opacity: 1;
	visibility: visible
}

.gallery-item-caption-wrap.caption-style-hoverer h5 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer p {
	margin-bottom: 5px
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap .gallery-item-buttons>a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	outline: none;
	text-decoration: none;
	display: inline-block;
	text-align: center
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
	-webkit-transition: none;
	transition: none
}

.gallery-item-thumbnail-wrap {
	position: relative
}

.gallery-item-thumbnail-wrap.video_gallery_switch_on .gallery-item-thumbnail {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.video-popup,
.video-popup-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.video-popup>img {
	width: 62px;
	position: relative;
	z-index: 1;
	-webkit-transition: 300ms;
	transition: 300ms
}

.video-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-popup:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.video-popup-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 350ms;
	transition: 350ms
}

.eael-gallery-grid-item:hover .video-popup-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery-item-caption-wrap.card-hover-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 800ms;
	transition: 800ms
}

.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap .gallery-item-buttons>a>i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

@media only screen and (min-width: 1025px) {
	.elementor-element.elementor-grid-1 {
		position: relative
	}

	.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-2 {
		position: relative
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-3 {
		position: relative
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-4 {
		position: relative
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-5 {
		position: relative
	}

	.elementor-element.elementor-grid-5 .pp-logo-grid {
		margin-right: -5px
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-6 {
		position: relative
	}

	.elementor-element.elementor-grid-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
		width: 16.65%;
		float: left
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 1024px)and (min-width: 766px) {
	.elementor-element.elementor-grid-tablet-1 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-3 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-4 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-5 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-6 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-grid-mobile-1 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-3 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-4 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-5 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-6 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

.fg-layout-3-filter-controls {
	margin: 0;
	padding: 0;
	list-style: none
}

.fg-layout-3-item-content {
	text-align: center
}

.fg-layout-3-item-content .fg-item-title {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item-content .fg-item-content p {
	font-size: 13px;
	font-weight: 400
}

.fg-filter-wrap {
	position: relative;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

.fg-layout-3-filter-controls {
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 150px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	width: 100%;
	border-radius: 5px;
	padding-top: 7px
}

.fg-layout-3-filter-controls.open-filters {
	visibility: visible;
	opacity: 1
}

.fg-layout-3-filter-controls li.control {
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	-webkit-transition: 300ms;
	transition: 300ms;
	font-size: 14px;
	color: #7f8995;
	font-weight: normal
}

.fg-layout-3-filter-controls li.control:hover {
	color: #2d425a
}

.fg-layout-3-filter-controls li.control:first-child {
	border-top: 0px solid
}

.fg-layout-3-filter-controls li.control:last-child {
	border-bottom: 0px solid
}

.fg-layout-3-filters-wrap {
	max-width: 600px;
	margin: 15px auto 50px
}

.fg-filter-wrap button {
	width: 100%;
	border: 0px solid;
	border-radius: 0px;
	padding: 17px 13px;
	font-size: 14px;
	color: #2d425a;
	background: #f7f8ff;
	height: 55px;
	border-right: 1px solid #abb5ff;
	border-radius: 10px 0px 0 10px;
	outline: none;
	text-align: center;
	position: relative
}

.fg-filter-wrap button>i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px
}

.fg-layout-3-search-box {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	height: 100%
}

.fg-layout-3-search-box input[type=text] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px;
	border: 0px solid;
	outline: none;
	background: none
}

.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]::-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-ms-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-filters-wrap {
	height: 55px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fg-layout-3-filters-wrap .fg-layout-3-search-box {
	background: #f7f8ff;
	border-radius: 0 10px 10px 0
}

.fg-layout-3-item-thumb {
	position: relative;
	overflow: hidden
}

.fg-layout-3-item-thumb .gallery-item-buttons {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4
}

.fg-layout-3-item-content {
	padding: 27px 27px 30px;
	text-align: center
}

.eael-fg-card-content-align-left .fg-layout-3-item-content {
	text-align: left
}

.eael-fg-card-content-align-center .fg-layout-3-item-content {
	text-align: center
}

.eael-fg-card-content-align-right .fg-layout-3-item-content {
	text-align: right
}

.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	border-radius: 5px
}

.fg-caption-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 35px;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.fg-item-category>span {
	font-size: 12px;
	color: #fff;
	background: #fa9196;
	padding: 10px 12px;
	display: inline-block
}

.fg-layout-3-item-content {
	position: relative
}

.fg-item-category {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	margin-top: -15px;
	z-index: 11
}

.fg-item-category span {
	border-radius: 5px;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
	visibility: visible;
	opacity: 1
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	width: auto
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	text-decoration: none
}

button.mfp-close:not(.toggle),
button.mfp-arrow:not(.toggle) {
	background: rgba(0, 0, 0, 0)
}


/* --- services-style.css --- */

.elementor-295 .elementor-element.elementor-element-856f0d1>.elementor-container {
	min-height: 300px;
}

.elementor-295 .elementor-element.elementor-element-856f0d1:not(.elementor-motion-effects-element-type-background),
.elementor-295 .elementor-element.elementor-element-856f0d1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-15.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-295 .elementor-element.elementor-element-856f0d1>.elementor-background-overlay {
	background-color: #040404;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-295 .elementor-element.elementor-element-856f0d1 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-295 .elementor-element.elementor-element-1f2ba1f {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-1f2ba1f .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
	font-size: 45px;
	font-weight: 600;
}

.elementor-295 .elementor-element.elementor-element-4e4098d {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-4e4098d .elementor-heading-title {
	color: #0E4122;
	font-family: "Dancing Script", Sans-serif;
	font-size: 20px;
	font-weight: 900;
}

.elementor-295 .elementor-element.elementor-element-4793260 {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-4793260 .elementor-heading-title {
	font-family: "Helvetica", Sans-serif;
	font-weight: 600;
}

.elementor-295 .elementor-element.elementor-element-709ef4f {
	padding: 50px 0px 0px 0px;
}

.elementor-295 .elementor-element.elementor-element-b6f1c5f {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-b6f1c5f .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-2.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-e08950d .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-173c8b5 .elementor-icon-wrapper {
	text-align: right;
}

.elementor-295 .elementor-element.elementor-element-173c8b5 .elementor-icon {
	font-size: 24px;
}

.elementor-295 .elementor-element.elementor-element-173c8b5 .elementor-icon svg {
	height: 24px;
}

.elementor-295 .elementor-element.elementor-element-173c8b5>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-295 .elementor-element.elementor-element-415d4c7 {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-415d4c7 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-5.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-eaf9598 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-3fffbef .elementor-icon-wrapper {
	text-align: right;
}

.elementor-295 .elementor-element.elementor-element-3fffbef .elementor-icon {
	font-size: 24px;
}

.elementor-295 .elementor-element.elementor-element-3fffbef .elementor-icon svg {
	height: 24px;
}

.elementor-295 .elementor-element.elementor-element-3fffbef>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-295 .elementor-element.elementor-element-f5b23b3 {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-f5b23b3 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-9.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-8a70065 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-c7cc258 .elementor-icon-wrapper {
	text-align: right;
}

.elementor-295 .elementor-element.elementor-element-c7cc258 .elementor-icon {
	font-size: 24px;
}

.elementor-295 .elementor-element.elementor-element-c7cc258 .elementor-icon svg {
	height: 24px;
}

.elementor-295 .elementor-element.elementor-element-c7cc258>.elementor-widget-container {
	margin: -16px 28px 0px 0px;
}

.elementor-295 .elementor-element.elementor-element-845a259 {
	padding: 50px 0px 80px 0px;
}

.elementor-295 .elementor-element.elementor-element-2c14320 {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-2c14320 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-87.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-96a5262 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-d653e3e .elementor-icon-wrapper {
	text-align: right;
}

.elementor-295 .elementor-element.elementor-element-d653e3e .elementor-icon {
	font-size: 24px;
}

.elementor-295 .elementor-element.elementor-element-d653e3e .elementor-icon svg {
	height: 24px;
}

.elementor-295 .elementor-element.elementor-element-d653e3e>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-295 .elementor-element.elementor-element-2334f87 {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-2334f87 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-157.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-d14e8c7 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-1441722 .elementor-icon-wrapper {
	text-align: right;
}

.elementor-295 .elementor-element.elementor-element-1441722 .elementor-icon {
	font-size: 24px;
}

.elementor-295 .elementor-element.elementor-element-1441722 .elementor-icon svg {
	height: 24px;
}

.elementor-295 .elementor-element.elementor-element-1441722>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-295 .elementor-element.elementor-element-6c9d6d0 {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-6c9d6d0 .elementor-heading-title {
	color: #0E4122;
	font-family: "Helvetica", Sans-serif;
	font-size: 25px;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-container:not(.eael-template) {
	height: 295px;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-container.eael-template {
	min-height: 295px;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-191.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010157;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-492ab46 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-76a5025 .elementor-icon-wrapper {
	text-align: right;
}

.elementor-295 .elementor-element.elementor-element-76a5025 .elementor-icon {
	font-size: 24px;
}

.elementor-295 .elementor-element.elementor-element-76a5025 .elementor-icon svg {
	height: 24px;
}

.elementor-295 .elementor-element.elementor-element-76a5025>.elementor-widget-container {
	margin: -40px 28px 0px 0px;
}

.elementor-295 .elementor-element.elementor-element-e1f2f9d {
	text-align: center;
}

.elementor-295 .elementor-element.elementor-element-e1f2f9d>.elementor-widget-container {
	margin: 30px 0px 0px 0px;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap {
	height: 350px;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .gallery-item-caption-wrap {
	transition: 500ms;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .eael-filter-gallery-wrapper {
	background-color: #fff;
	border-radius: 0px;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .eael-filter-gallery-control ul li.control {
	color: #444;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .eael-filter-gallery-control ul>li.control {
	border-radius: 0px;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .eael-filter-gallery-control ul li.active {
	color: #fff;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .eael-filter-gallery-control ul li.control.active {
	background: #333;
	border-radius: 0px;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .eael-filterable-gallery-item-wrap .eael-gallery-grid-item {
	border-radius: 0px;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .gallery-item-caption-wrap .gallery-item-hoverer-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title {
	color: #ffffff;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content {
	color: #ffffff;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .video-popup-bg {
	background-color: rgba(0, 0, 0, .7);
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .video-popup:hover>img {
	transform: scale(1.1);
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .gallery-item-caption-wrap .gallery-item-buttons>a span {
	background: #ff622a;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	border-radius: 100px;
	transition: 300ms;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .gallery-item-caption-wrap .gallery-item-buttons>a span img {
	height: 18px;
	width: 18px;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa .gallery-item-caption-wrap .gallery-item-buttons>a span:hover {
	background: #ff622a;
	color: #fff;
	border-radius: 100px;
}

.elementor-295 .elementor-element.elementor-element-ca5c5fa #eael-fg-no-items-found {
	text-align: center;
	color: #858e9a;
	border-radius: 0px;
}

/* --- temple-work-eael.css --- */

body div.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap,
body div.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

button.mfp-close,
button.mfp-close:hover {
	display: inline-block !important;
	background: transparent;
	width: auto
}

.mfp-arrow,
.mfp-arrow:hover {
	background: transparent
}

@media screen and (max-height:300px),
screen and (max-width:800px)and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

.eael-elements-flip-box-container {
	position: relative;
	height: 300px;
	width: 100%
}

.eael-elements-flip-box-container .eaa-svg {
	font-size: 40px
}

.eael-elements-flip-box-container .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container .flipbox-button {
	display: inline-block;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	padding: 14px 18px;
	border-radius: 3px;
	margin-top: 15px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg {
	font-size: inherit;
	background: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container a {
	display: block
}

.eael-elements-flip-box-vertical-align {
	width: 100%
}

.eael-elements-flip-box-padding {
	padding: 0px 30px 5px 30px
}

.eael-elements-flip-box-icon-image {
	display: inline-block;
	margin: 0 auto 0px auto;
	line-height: 1
}

.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
	background: #ccc
}

.eael_eleements_flip_front_icon_style_bordered {
	border: 2px solid #fff
}

.eael_flip_box_icon_border_round {
	border-radius: 100px
}

.eael_eleements_flip_front_icon_style_background,
.eael_eleements_flip_front_icon_style_bordered {
	padding: 15px
}

.eael-elements-flip-box-icon-image i {
	font-size: 40px
}

.eael-elements-slider-display-table {
	width: 100%
}

.eael-elements-flip-box-front-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #8a35ff;
	color: #fff;
	border-color: #000;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px
}

.eael-elements-flip-box-content,
.eael-elements-flip-box-heading {
	color: #fff
}

.eael-elements-flip-box-content a {
	display: initial
}

.eael-elements-flip-box-heading.flipbox-linked-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700
}

.eael-elements-flip-box-rear-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #502fc6;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #000;
	border-radius: 5px
}

.eael-elements-button-floating-container {
	position: fixed;
	z-index: 100
}

.eael-elements-button-floating-container .eael-elements-button {
	margin-top: 0px;
	font-size: 14px;
	position: relative;
	padding: 14px 20px
}

.eael-elements-button {
	cursor: pointer;
	display: inline-block;
	background: #077bbe;
	color: #fff;
	line-height: 1;
	padding: 16px 25px;
	margin-top: 15px
}

.eael-elements-button:hover {
	background: #077bbe;
	color: #fff
}

.eael-elements-flip-box-container {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.eael-elements-flip-box-front-container,
.eael-elements-flip-box-rear-container {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.eael-elements-flip-box-flip-card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.eael-elements-flip-box-rear-container,
.eael-elements-flip-box-front-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.eael-flip-box--3d .eael-elements-flip-box-vertical-align {
	-webkit-transform: translateZ(90px) scale(0.91);
	transform: translateZ(90px) scale(0.91)
}

.eael-flip-box--3d .eael-elements-slider-display-table {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0.1px);
	transform: translateZ(0.1px)
}

.eael-animate-flip.eael-animate-left,
.eael-animate-flip.eael-animate-right,
.eael-animate-flip.eael-animate-up,
.eael-animate-flip.eael-animate-down {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.eael-animate-flip.eael-animate-left .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.eael-animate-push.eael-elements-flip-box-container,
.eael-animate-slide.eael-elements-flip-box-container {
	overflow: hidden
}

.eael-animate-push .eael-elements-flip-box-rear-container,
.eael-animate-slide .eael-elements-flip-box-rear-container {
	z-index: 3
}

.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
	top: 100%
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: 0
}

.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 0
}

.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
	left: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: 0
}

.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
	left: auto;
	right: 100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: auto;
	right: 0
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: -100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: -100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: 100%
}

.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	z-index: 3
}

.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}

.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0
}

.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
	text-align: right
}

.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
	text-align: left
}

.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
	text-align: center
}

.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
.eael-flipbox-img-circle .flipbox-back-image-icon img {
	border-radius: 50%;
	overflow: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-front-container,
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	-webkit-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	opacity: 0
}

.eael-template .eael-elements-flip-box-front-container>.elementor,
.eael-template .eael-elements-flip-box-rear-container>.elementor {
	width: 100%
}

@-webkit-keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.eael-button-wrap,
.eael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.eael-button-wrap.eael-force-hide,
.eael-load-more-button-wrap.eael-force-hide {
	display: none !important
}

.eael-button,
.eael-load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0px solid;
	font-size: 16px;
	overflow: hidden
}

.eael-button.hide,
.eael-load-more-button.hide {
	display: none !important
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	display: block
}

.eael-button .eael-btn-loader,
.eael-load-more-button .eael-btn-loader {
	display: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	top: auto;
	left: -200%;
	border-top: 4px solid rgba(255, 255, 255, .2);
	border-right: 4px solid rgba(255, 255, 255, .2);
	border-bottom: 4px solid rgba(255, 255, 255, .2);
	border-left: 4px solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderSpin 1.1s infinite linear;
	animation: loaderSpin 1.1s infinite linear;
	margin-right: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.eael-button .eael-btn-loader:after,
.eael-load-more-button .eael-btn-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px
}

.eael-button:focus,
.eael-load-more-button:focus {
	outline: none
}

.eael-button.button--loading>span,
.eael-load-more-button.button--loading>span {
	margin-left: 0
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	left: 0
}

.rtl .eael-load-more-button-wrap {
	direction: ltr
}

.eael-filter-gallery-control {
	width: 100%
}

.eael-filter-gallery-control ul,
.eael-filter-gallery-control ul li {
	text-align: center
}

.eael-filter-gallery-control ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center
}

.eael-filter-gallery-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 auto;
	flex-flow: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px
}

.eael-filter-gallery-control ul li {
	list-style: none;
	font-size: 24px;
	display: inline-block;
	text-align: center
}

.eael-filter-gallery-control ul li a.control {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px;
	margin: 10px 6px
}

.eael-filter-gallery-container {
	text-align: justify;
	font-size: .1px;
	overflow: hidden
}

.eael-filter-gallery-container #eael-fg-no-items-found {
	font-size: 14px
}

.elementor-editor-active .eael-filter-gallery-container {
	overflow: initial
}

.eael-filter-gallery-container:after {
	content: "";
	display: inline-block;
	width: 100%
}

.eael-filter-gallery-container:not(.eael-cards) .item:before {
	content: "";
	display: inline-block;
	padding-top: 56.25%
}

.eael-filter-gallery-container .item .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.eael-filter-gallery-container.eael-cards .item .caption {
	display: none
}

.eael-filter-gallery-container.eael-cards .item .item-img .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.gallery-item-caption-over {
	width: 100%;
	height: auto
}

a.eael-gallery-load-more,
a.eael-gallery-load-more:hover {
	text-decoration: none
}

.eael-filter-gallery-container .item .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-filter-gallery-container .item .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container .item .caption a:nth-child(1),
.eael-container .item .caption a:nth-child(2) {
	-webkit-transition: .6s;
	transition: .6s;
	opacity: 0
}

.eael-filter-gallery-container .item .caption a:nth-child(1) {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item .caption a:nth-child(2) {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.eael-filter-gallery-container .item .caption .eael-popup-link {
	outline: 0
}

.eael-filter-gallery-container.eael-cards .item:before {
	padding-top: 0px
}

.eael-filter-gallery-container.eael-cards .item-img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
	z-index: 0;
	overflow: hidden
}

.eael-filter-gallery-container.eael-cards .item-content {
	padding: 15px
}

.eael-filter-gallery-container.eael-cards .item-content .title,
.eael-filter-gallery-container.eael-cards .item-content .title a {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0px;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container.eael-cards .item-content p {
	font-size: 14px;
	line-height: 26px
}

.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-content-align-left .eael-cards .item .item-content {
	text-align: left
}

.eael-fg-content-align-center .eael-cards .item .item-content {
	text-align: center
}

.eael-fg-content-align-right .eael-cards .item .item-content {
	text-align: right
}

.mfp-wrap~div.dialog-widget {
	display: none !important
}

.eael-filterable-gallery-item-wrap {
	float: left;
	width: 33.33%
}

.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
	width: 100%
}

.eael-filter-gallery-control>ul li {
	font-size: 13px;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 15px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: normal
}

.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
	width: 50%
}

.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
	width: 25%
}

.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
	width: 20%
}

.eael-gallery-grid-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}

.gallery-item-caption-wrap,
.media-content-wrap {
	font-size: 14px;
	text-align: left
}

.gallery-item-thumbnail-wrap.caption-style-card img {
	max-height: 100%;
	width: 100%
}

.gallery-item-caption-wrap.caption-style-hoverer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 15px;
	z-index: 10
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.fg-item-title,
.fg-item-content {
	color: #fff;
	font-family: inherit
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	font-size: 18px;
	margin: 15px 0 15px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-card {
	background: #f7f7f7
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	margin: 10px 0 15px;
	color: #000
}

.gallery-item-caption-wrap.caption-style-card .fg-item-content {
	color: #212529;
	line-height: 1.5;
	font-weight: normal
}

.gallery-item-buttons>a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-right: 15px
}

.gallery-item-buttons>a:visited {
	color: #000
}

.gallery-item-caption-wrap.caption-style-card {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit
}

.gallery-item-caption-wrap .gallery-item-hoverer-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #000;
	z-index: -1;
	opacity: .7
}

.gallery-item-caption-wrap.caption-style-hoverer {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .6s all ease;
	transition: .6s all ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
	opacity: 1;
	visibility: visible
}

.gallery-item-caption-wrap.caption-style-hoverer h5 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer p {
	margin-bottom: 5px
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap .gallery-item-buttons>a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	outline: none;
	text-decoration: none;
	display: inline-block;
	text-align: center
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
	-webkit-transition: none;
	transition: none
}

.gallery-item-thumbnail-wrap {
	position: relative
}

.gallery-item-thumbnail-wrap.video_gallery_switch_on .gallery-item-thumbnail {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.video-popup,
.video-popup-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.video-popup>img {
	width: 62px;
	position: relative;
	z-index: 1;
	-webkit-transition: 300ms;
	transition: 300ms
}

.video-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-popup:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.video-popup-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 350ms;
	transition: 350ms
}

.eael-gallery-grid-item:hover .video-popup-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery-item-caption-wrap.card-hover-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 800ms;
	transition: 800ms
}

.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap .gallery-item-buttons>a>i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

@media only screen and (min-width: 1025px) {
	.elementor-element.elementor-grid-1 {
		position: relative
	}

	.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-2 {
		position: relative
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-3 {
		position: relative
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-4 {
		position: relative
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-5 {
		position: relative
	}

	.elementor-element.elementor-grid-5 .pp-logo-grid {
		margin-right: -5px
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-6 {
		position: relative
	}

	.elementor-element.elementor-grid-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
		width: 16.65%;
		float: left
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 1024px)and (min-width: 766px) {
	.elementor-element.elementor-grid-tablet-1 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-3 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-4 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-5 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-6 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-grid-mobile-1 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-3 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-4 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-5 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-6 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

.fg-layout-3-filter-controls {
	margin: 0;
	padding: 0;
	list-style: none
}

.fg-layout-3-item-content {
	text-align: center
}

.fg-layout-3-item-content .fg-item-title {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item-content .fg-item-content p {
	font-size: 13px;
	font-weight: 400
}

.fg-filter-wrap {
	position: relative;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

.fg-layout-3-filter-controls {
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 150px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	width: 100%;
	border-radius: 5px;
	padding-top: 7px
}

.fg-layout-3-filter-controls.open-filters {
	visibility: visible;
	opacity: 1
}

.fg-layout-3-filter-controls li.control {
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	-webkit-transition: 300ms;
	transition: 300ms;
	font-size: 14px;
	color: #7f8995;
	font-weight: normal
}

.fg-layout-3-filter-controls li.control:hover {
	color: #2d425a
}

.fg-layout-3-filter-controls li.control:first-child {
	border-top: 0px solid
}

.fg-layout-3-filter-controls li.control:last-child {
	border-bottom: 0px solid
}

.fg-layout-3-filters-wrap {
	max-width: 600px;
	margin: 15px auto 50px
}

.fg-filter-wrap button {
	width: 100%;
	border: 0px solid;
	border-radius: 0px;
	padding: 17px 13px;
	font-size: 14px;
	color: #2d425a;
	background: #f7f8ff;
	height: 55px;
	border-right: 1px solid #abb5ff;
	border-radius: 10px 0px 0 10px;
	outline: none;
	text-align: center;
	position: relative
}

.fg-filter-wrap button>i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px
}

.fg-layout-3-search-box {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	height: 100%
}

.fg-layout-3-search-box input[type=text] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px;
	border: 0px solid;
	outline: none;
	background: none
}

.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]::-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-ms-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-filters-wrap {
	height: 55px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fg-layout-3-filters-wrap .fg-layout-3-search-box {
	background: #f7f8ff;
	border-radius: 0 10px 10px 0
}

.fg-layout-3-item-thumb {
	position: relative;
	overflow: hidden
}

.fg-layout-3-item-thumb .gallery-item-buttons {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4
}

.fg-layout-3-item-content {
	padding: 27px 27px 30px;
	text-align: center
}

.eael-fg-card-content-align-left .fg-layout-3-item-content {
	text-align: left
}

.eael-fg-card-content-align-center .fg-layout-3-item-content {
	text-align: center
}

.eael-fg-card-content-align-right .fg-layout-3-item-content {
	text-align: right
}

.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	border-radius: 5px
}

.fg-caption-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 35px;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.fg-item-category>span {
	font-size: 12px;
	color: #fff;
	background: #fa9196;
	padding: 10px 12px;
	display: inline-block
}

.fg-layout-3-item-content {
	position: relative
}

.fg-item-category {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	margin-top: -15px;
	z-index: 11
}

.fg-item-category span {
	border-radius: 5px;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
	visibility: visible;
	opacity: 1
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	width: auto
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	text-decoration: none
}

button.mfp-close:not(.toggle),
button.mfp-arrow:not(.toggle) {
	background: rgba(0, 0, 0, 0)
}


/* --- temple-work-style.css --- */

.elementor-357 .elementor-element.elementor-element-3630b50>.elementor-container {
	min-height: 300px;
}

.elementor-357 .elementor-element.elementor-element-3630b50:not(.elementor-motion-effects-element-type-background),
.elementor-357 .elementor-element.elementor-element-3630b50>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-15.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-357 .elementor-element.elementor-element-3630b50>.elementor-background-overlay {
	background-color: #121010;
	opacity: 0.66;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-357 .elementor-element.elementor-element-3630b50 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-357 .elementor-element.elementor-element-21848ea {
	text-align: center;
}

.elementor-357 .elementor-element.elementor-element-21848ea .elementor-heading-title {
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
	font-size: 45px;
	font-weight: 600;
}

.elementor-357 .elementor-element.elementor-element-95fafa2 {
	padding: 50px 0px 0px 0px;
}

.elementor-357 .elementor-element.elementor-element-0006874>.elementor-element-populated {
	margin: 70px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-153.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-357 .elementor-element.elementor-element-476175e>.elementor-widget-container {
	margin: 0px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
}

.elementor-357 .elementor-element.elementor-element-da77d08>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-402.jpeg");
	background-position: center left;
	background-size: cover;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-357 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-357 .elementor-element.elementor-element-a12416c {
	padding: 30px 0px 0px 0px;
}

.elementor-357 .elementor-element.elementor-element-e2693f3 {
	text-align: center;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap {
	height: 350px;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap {
	transition: 500ms;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-wrapper {
	background-color: #FFFFFF;
	border-radius: 0px;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul li.control {
	color: #444;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul>li.control {
	border-radius: 0px;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul li.active {
	color: #fff;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul li.control.active {
	background: #333;
	border-radius: 0px;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .eael-filterable-gallery-item-wrap .eael-gallery-grid-item {
	border-radius: 0px;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-hoverer-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title {
	color: #ffffff;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content {
	color: #ffffff;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .video-popup-bg {
	background-color: rgba(0, 0, 0, .7);
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .video-popup:hover>img {
	transform: scale(1.1);
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-buttons>a span {
	background: #ff622a;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	border-radius: 100px;
	transition: 300ms;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-buttons>a span img {
	height: 18px;
	width: 18px;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-buttons>a span:hover {
	background: #ff622a;
	color: #fff;
	border-radius: 100px;
}

.elementor-357 .elementor-element.elementor-element-cb3c6ac #eael-fg-no-items-found {
	text-align: center;
	color: #858e9a;
	border-radius: 0px;
}

@media(max-width:1024px) {
	.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}
}

@media(max-width:767px) {
	.elementor-357 .elementor-element.elementor-element-476175e .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-357 .elementor-element.elementor-element-da77d08>.elementor-element-populated {
		margin: 10px 10px 10px 10px;
		--e-column-margin-right: 10px;
		--e-column-margin-left: 10px;
	}
}

/* --- vellikavasam-thangakavasam-eael.css --- */

body div.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap,
body div.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

button.mfp-close,
button.mfp-close:hover {
	display: inline-block !important;
	background: transparent;
	width: auto
}

.mfp-arrow,
.mfp-arrow:hover {
	background: transparent
}

@media screen and (max-height:300px),
screen and (max-width:800px)and (orientation:landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

.eael-elements-flip-box-container {
	position: relative;
	height: 300px;
	width: 100%
}

.eael-elements-flip-box-container .eaa-svg {
	font-size: 40px
}

.eael-elements-flip-box-container .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container .flipbox-button {
	display: inline-block;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	padding: 14px 18px;
	border-radius: 3px;
	margin-top: 15px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg {
	font-size: inherit;
	background: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px
}

.eael-elements-flip-box-container .flipbox-button .eaa-svg svg {
	width: 1em;
	height: 1em
}

.eael-elements-flip-box-container a {
	display: block
}

.eael-elements-flip-box-vertical-align {
	width: 100%
}

.eael-elements-flip-box-padding {
	padding: 0px 30px 5px 30px
}

.eael-elements-flip-box-icon-image {
	display: inline-block;
	margin: 0 auto 0px auto;
	line-height: 1
}

.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
	background: #ccc
}

.eael_eleements_flip_front_icon_style_bordered {
	border: 2px solid #fff
}

.eael_flip_box_icon_border_round {
	border-radius: 100px
}

.eael_eleements_flip_front_icon_style_background,
.eael_eleements_flip_front_icon_style_bordered {
	padding: 15px
}

.eael-elements-flip-box-icon-image i {
	font-size: 40px
}

.eael-elements-slider-display-table {
	width: 100%
}

.eael-elements-flip-box-front-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #8a35ff;
	color: #fff;
	border-color: #000;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px
}

.eael-elements-flip-box-content,
.eael-elements-flip-box-heading {
	color: #fff
}

.eael-elements-flip-box-content a {
	display: initial
}

.eael-elements-flip-box-heading.flipbox-linked-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700
}

.eael-elements-flip-box-rear-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #502fc6;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #000;
	border-radius: 5px
}

.eael-elements-button-floating-container {
	position: fixed;
	z-index: 100
}

.eael-elements-button-floating-container .eael-elements-button {
	margin-top: 0px;
	font-size: 14px;
	position: relative;
	padding: 14px 20px
}

.eael-elements-button {
	cursor: pointer;
	display: inline-block;
	background: #077bbe;
	color: #fff;
	line-height: 1;
	padding: 16px 25px;
	margin-top: 15px
}

.eael-elements-button:hover {
	background: #077bbe;
	color: #fff
}

.eael-elements-flip-box-container {
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.eael-elements-flip-box-front-container,
.eael-elements-flip-box-rear-container {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.eael-elements-flip-box-flip-card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.eael-elements-flip-box-rear-container,
.eael-elements-flip-box-front-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.eael-flip-box--3d .eael-elements-flip-box-vertical-align {
	-webkit-transform: translateZ(90px) scale(0.91);
	transform: translateZ(90px) scale(0.91)
}

.eael-flip-box--3d .eael-elements-slider-display-table {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0.1px);
	transform: translateZ(0.1px)
}

.eael-animate-flip.eael-animate-left,
.eael-animate-flip.eael-animate-right,
.eael-animate-flip.eael-animate-up,
.eael-animate-flip.eael-animate-down {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.eael-animate-flip.eael-animate-left .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.eael-animate-push.eael-elements-flip-box-container,
.eael-animate-slide.eael-elements-flip-box-container {
	overflow: hidden
}

.eael-animate-push .eael-elements-flip-box-rear-container,
.eael-animate-slide .eael-elements-flip-box-rear-container {
	z-index: 3
}

.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
	top: 100%
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: 0
}

.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 0
}

.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
	left: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: 0
}

.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
	left: auto;
	right: 100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: auto;
	right: 0
}

.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: -100%
}

.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: 100%
}

.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: -100%
}

.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: 100%
}

.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	z-index: 3
}

.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}

.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0
}

.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
	text-align: right
}

.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
	text-align: left
}

.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
	text-align: center
}

.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
.eael-flipbox-img-circle .flipbox-back-image-icon img {
	border-radius: 50%;
	overflow: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	visibility: hidden
}

.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-front-container,
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	-webkit-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important
}

.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	opacity: 0
}

.eael-template .eael-elements-flip-box-front-container>.elementor,
.eael-template .eael-elements-flip-box-rear-container>.elementor {
	width: 100%
}

@-webkit-keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.eael-button-wrap,
.eael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.eael-button-wrap.eael-force-hide,
.eael-load-more-button-wrap.eael-force-hide {
	display: none !important
}

.eael-button,
.eael-load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0px solid;
	font-size: 16px;
	overflow: hidden
}

.eael-button.hide,
.eael-load-more-button.hide {
	display: none !important
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	display: block
}

.eael-button .eael-btn-loader,
.eael-load-more-button .eael-btn-loader {
	display: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	top: auto;
	left: -200%;
	border-top: 4px solid rgba(255, 255, 255, .2);
	border-right: 4px solid rgba(255, 255, 255, .2);
	border-bottom: 4px solid rgba(255, 255, 255, .2);
	border-left: 4px solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderSpin 1.1s infinite linear;
	animation: loaderSpin 1.1s infinite linear;
	margin-right: 5px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.eael-button .eael-btn-loader:after,
.eael-load-more-button .eael-btn-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px
}

.eael-button:focus,
.eael-load-more-button:focus {
	outline: none
}

.eael-button.button--loading>span,
.eael-load-more-button.button--loading>span {
	margin-left: 0
}

.eael-button.button--loading .eael-btn-loader,
.eael-load-more-button.button--loading .eael-btn-loader {
	left: 0
}

.rtl .eael-load-more-button-wrap {
	direction: ltr
}

.eael-filter-gallery-control {
	width: 100%
}

.eael-filter-gallery-control ul,
.eael-filter-gallery-control ul li {
	text-align: center
}

.eael-filter-gallery-control ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center
}

.eael-filter-gallery-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 auto;
	flex-flow: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px
}

.eael-filter-gallery-control ul li {
	list-style: none;
	font-size: 24px;
	display: inline-block;
	text-align: center
}

.eael-filter-gallery-control ul li a.control {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px;
	margin: 10px 6px
}

.eael-filter-gallery-container {
	text-align: justify;
	font-size: .1px;
	overflow: hidden
}

.eael-filter-gallery-container #eael-fg-no-items-found {
	font-size: 14px
}

.elementor-editor-active .eael-filter-gallery-container {
	overflow: initial
}

.eael-filter-gallery-container:after {
	content: "";
	display: inline-block;
	width: 100%
}

.eael-filter-gallery-container:not(.eael-cards) .item:before {
	content: "";
	display: inline-block;
	padding-top: 56.25%
}

.eael-filter-gallery-container .item .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.eael-filter-gallery-container.eael-cards .item .caption {
	display: none
}

.eael-filter-gallery-container.eael-cards .item .item-img .caption {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1 1 100%;
	flex-flow: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.gallery-item-caption-over {
	width: 100%;
	height: auto
}

a.eael-gallery-load-more,
a.eael-gallery-load-more:hover {
	text-decoration: none
}

.eael-filter-gallery-container .item .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.eael-filter-gallery-container .item .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}

.eael-filter-gallery-container .item .caption a {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container .item .caption a:nth-child(1),
.eael-container .item .caption a:nth-child(2) {
	-webkit-transition: .6s;
	transition: .6s;
	opacity: 0
}

.eael-filter-gallery-container .item .caption a:nth-child(1) {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.eael-filter-gallery-container .item .caption a:nth-child(2) {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1
}

.eael-filter-gallery-container .item .caption .eael-popup-link {
	outline: 0
}

.eael-filter-gallery-container.eael-cards .item:before {
	padding-top: 0px
}

.eael-filter-gallery-container.eael-cards .item-img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
	z-index: 0;
	overflow: hidden
}

.eael-filter-gallery-container.eael-cards .item-content {
	padding: 15px
}

.eael-filter-gallery-container.eael-cards .item-content .title,
.eael-filter-gallery-container.eael-cards .item-content .title a {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0px;
	-webkit-transition: .3s;
	transition: .3s
}

.eael-filter-gallery-container.eael-cards .item-content p {
	font-size: 14px;
	line-height: 26px
}

.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: center
}

.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: right
}

.eael-fg-content-align-left .eael-cards .item .item-content {
	text-align: left
}

.eael-fg-content-align-center .eael-cards .item .item-content {
	text-align: center
}

.eael-fg-content-align-right .eael-cards .item .item-content {
	text-align: right
}

.mfp-wrap~div.dialog-widget {
	display: none !important
}

.eael-filterable-gallery-item-wrap {
	float: left;
	width: 33.33%
}

.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
	width: 100%
}

.eael-filter-gallery-control>ul li {
	font-size: 13px;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 15px;
	cursor: pointer;
	margin: 0 5px;
	font-weight: normal
}

.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
	width: 50%
}

.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
	width: 25%
}

.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
	width: 20%
}

.eael-gallery-grid-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}

.gallery-item-caption-wrap,
.media-content-wrap {
	font-size: 14px;
	text-align: left
}

.gallery-item-thumbnail-wrap.caption-style-card img {
	max-height: 100%;
	width: 100%
}

.gallery-item-caption-wrap.caption-style-hoverer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 15px;
	z-index: 10
}

.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.fg-item-title,
.fg-item-content {
	color: #fff;
	font-family: inherit
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	font-size: 18px;
	margin: 15px 0 15px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-card {
	background: #f7f7f7
}

.gallery-item-caption-wrap.caption-style-card .fg-item-title {
	margin: 10px 0 15px;
	color: #000
}

.gallery-item-caption-wrap.caption-style-card .fg-item-content {
	color: #212529;
	line-height: 1.5;
	font-weight: normal
}

.gallery-item-buttons>a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-right: 15px
}

.gallery-item-buttons>a:visited {
	color: #000
}

.gallery-item-caption-wrap.caption-style-card {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit
}

.gallery-item-caption-wrap .gallery-item-hoverer-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #000;
	z-index: -1;
	opacity: .7
}

.gallery-item-caption-wrap.caption-style-hoverer {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .6s all ease;
	transition: .6s all ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
	opacity: 1;
	visibility: visible
}

.gallery-item-caption-wrap.caption-style-hoverer h5 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer p {
	margin-bottom: 5px
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.gallery-item-caption-wrap .gallery-item-buttons>a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	outline: none;
	text-decoration: none;
	display: inline-block;
	text-align: center
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .6s all ease;
	transition: .6s all ease
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
	-webkit-transition: none;
	transition: none
}

.gallery-item-thumbnail-wrap {
	position: relative
}

.gallery-item-thumbnail-wrap.video_gallery_switch_on .gallery-item-thumbnail {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.video-popup,
.video-popup-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.video-popup>img {
	width: 62px;
	position: relative;
	z-index: 1;
	-webkit-transition: 300ms;
	transition: 300ms
}

.video-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-popup:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.video-popup-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 350ms;
	transition: 350ms
}

.eael-gallery-grid-item:hover .video-popup-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.gallery-item-caption-wrap.card-hover-bg {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 800ms;
	transition: 800ms
}

.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
	visibility: visible;
	opacity: 1
}

.gallery-item-caption-wrap .gallery-item-buttons>a>i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

@media only screen and (min-width: 1025px) {
	.elementor-element.elementor-grid-1 {
		position: relative
	}

	.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-2 {
		position: relative
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-3 {
		position: relative
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-4 {
		position: relative
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-5 {
		position: relative
	}

	.elementor-element.elementor-grid-5 .pp-logo-grid {
		margin-right: -5px
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-6 {
		position: relative
	}

	.elementor-element.elementor-grid-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
		width: 16.65%;
		float: left
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 1024px)and (min-width: 766px) {
	.elementor-element.elementor-grid-tablet-1 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-3 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-4 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-5 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-tablet-6 {
		position: relative
	}

	.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

@media only screen and (max-width: 767px) {
	.elementor-element.elementor-grid-mobile-1 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
		width: 100%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
		width: 50%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-3 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
		width: 33.3333%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-4 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
		width: 25%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-5 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
		width: 20%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
		clear: left
	}

	.elementor-element.elementor-grid-mobile-6 {
		position: relative
	}

	.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
		margin-right: -6px
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
		width: 16%;
		float: left
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
		margin-right: 0 !important
	}

	.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
		clear: left
	}
}

.fg-layout-3-filter-controls {
	margin: 0;
	padding: 0;
	list-style: none
}

.fg-layout-3-item-content {
	text-align: center
}

.fg-layout-3-item-content .fg-item-title {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item-content .fg-item-content p {
	font-size: 13px;
	font-weight: 400
}

.fg-filter-wrap {
	position: relative;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

.fg-layout-3-filter-controls {
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 999;
	width: 150px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	width: 100%;
	border-radius: 5px;
	padding-top: 7px
}

.fg-layout-3-filter-controls.open-filters {
	visibility: visible;
	opacity: 1
}

.fg-layout-3-filter-controls li.control {
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	-webkit-transition: 300ms;
	transition: 300ms;
	font-size: 14px;
	color: #7f8995;
	font-weight: normal
}

.fg-layout-3-filter-controls li.control:hover {
	color: #2d425a
}

.fg-layout-3-filter-controls li.control:first-child {
	border-top: 0px solid
}

.fg-layout-3-filter-controls li.control:last-child {
	border-bottom: 0px solid
}

.fg-layout-3-filters-wrap {
	max-width: 600px;
	margin: 15px auto 50px
}

.fg-filter-wrap button {
	width: 100%;
	border: 0px solid;
	border-radius: 0px;
	padding: 17px 13px;
	font-size: 14px;
	color: #2d425a;
	background: #f7f8ff;
	height: 55px;
	border-right: 1px solid #abb5ff;
	border-radius: 10px 0px 0 10px;
	outline: none;
	text-align: center;
	position: relative
}

.fg-filter-wrap button>i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px
}

.fg-layout-3-search-box {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	height: 100%
}

.fg-layout-3-search-box input[type=text] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px;
	border: 0px solid;
	outline: none;
	background: none
}

.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]::-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-ms-input-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-search-box input[type=text]:-moz-placeholder {
	color: #7f8995;
	font-size: 13px
}

.fg-layout-3-filters-wrap {
	height: 55px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fg-layout-3-filters-wrap .fg-layout-3-search-box {
	background: #f7f8ff;
	border-radius: 0 10px 10px 0
}

.fg-layout-3-item-thumb {
	position: relative;
	overflow: hidden
}

.fg-layout-3-item-thumb .gallery-item-buttons {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4
}

.fg-layout-3-item-content {
	padding: 27px 27px 30px;
	text-align: center
}

.eael-fg-card-content-align-left .fg-layout-3-item-content {
	text-align: left
}

.eael-fg-card-content-align-center .fg-layout-3-item-content {
	text-align: center
}

.eael-fg-card-content-align-right .fg-layout-3-item-content {
	text-align: right
}

.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, .05);
	border-radius: 5px
}

.fg-caption-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 35px;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

.fg-item-category>span {
	font-size: 12px;
	color: #fff;
	background: #fa9196;
	padding: 10px 12px;
	display: inline-block
}

.fg-layout-3-item-content {
	position: relative
}

.fg-item-category {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	margin-top: -15px;
	z-index: 11
}

.fg-item-category span {
	border-radius: 5px;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms
}

.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
	visibility: visible;
	opacity: 1
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	width: auto
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	text-decoration: none
}

button.mfp-close:not(.toggle),
button.mfp-arrow:not(.toggle) {
	background: rgba(0, 0, 0, 0)
}


/* --- vellikavasam-thangakavasam-style.css --- */

.elementor-347 .elementor-element.elementor-element-3630b50>.elementor-container {
	min-height: 300px;
}

.elementor-347 .elementor-element.elementor-element-3630b50:not(.elementor-motion-effects-element-type-background),
.elementor-347 .elementor-element.elementor-element-3630b50>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("../images/gallery-8.webp");
	background-position: center center;
	background-size: cover;
}

.elementor-347 .elementor-element.elementor-element-3630b50>.elementor-background-overlay {
	background-color: #121010;
	opacity: 0.43;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-347 .elementor-element.elementor-element-3630b50 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-347 .elementor-element.elementor-element-21848ea {
	text-align: center;
}

.elementor-347 .elementor-element.elementor-element-21848ea .elementor-heading-title {
	color: #FFFFFF;
}

.elementor-347 .elementor-element.elementor-element-95fafa2 {
	padding: 50px 0px 0px 0px;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-container:not(.eael-template) {
	height: 275px;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-container.eael-template {
	min-height: 275px;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-144.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-354a163>.elementor-widget-container {
	margin: 102px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
}

.elementor-347 .elementor-element.elementor-element-da77d08>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-52.jpeg");
	background-position: center center;
	background-size: cover;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-c9a2640 .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-e2693f3 {
	text-align: center;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap {
	height: 400px;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap {
	transition: 500ms;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-wrapper {
	background-color: #fff;
	border-radius: 0px;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul li.control {
	color: #444;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul>li.control {
	border-radius: 0px;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul li.active {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .eael-filter-gallery-control ul li.control.active {
	background: #333;
	border-radius: 0px;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .eael-filterable-gallery-item-wrap .eael-gallery-grid-item {
	border-radius: 0px;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-hoverer-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title {
	color: #ffffff;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content {
	color: #ffffff;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .video-popup-bg {
	background-color: rgba(0, 0, 0, .7);
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .video-popup:hover>img {
	transform: scale(1.1);
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-buttons>a span {
	background: #ff622a;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	border-radius: 100px;
	transition: 300ms;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-buttons>a span img {
	height: 18px;
	width: 18px;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac .gallery-item-caption-wrap .gallery-item-buttons>a span:hover {
	background: #ff622a;
	color: #fff;
	border-radius: 100px;
}

.elementor-347 .elementor-element.elementor-element-cb3c6ac #eael-fg-no-items-found {
	text-align: center;
	color: #858e9a;
	border-radius: 0px;
}

.elementor-347 .elementor-element.elementor-element-66e80f4 {
	padding: 50px 0px 0px 0px;
}

.elementor-347 .elementor-element.elementor-element-76797af>.elementor-element-populated {
	padding: 97px 0px 0px 0px;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-174.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-2d7976a>.elementor-widget-container {
	margin: 0px 0px 0px 29px;
	padding: 0px 0px 0px 0px;
}

.elementor-347 .elementor-element.elementor-element-2e867d9>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-container:not(.eael-template) {
	height: 300px;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-container.eael-template {
	min-height: 300px;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container {
	align-items: center;
	background-image: url("../images/gallery-190.jpeg");
	background-position: 0px -20px;
	background-size: cover;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container {
	align-items: center;
	background-color: #02010154;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	text-align: center;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg {
	color: #fff;
	fill: #fff;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon {
	color: #fff;
	fill: #fff;
	font-size: 40px;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image .ea-flipbox-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-icon-image svg.ea-flipbox-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-heading {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-0e107d3 {
	text-align: center;
}

.elementor-347 .elementor-element.elementor-element-0e107d3 .elementor-heading-title {
	color: #C71A1C;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap {
	height: 400px;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap {
	transition: 500ms;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-wrapper {
	background-color: #fff;
	border-radius: 0px;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul li.control {
	color: #444;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul>li.control {
	border-radius: 0px;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul li.active {
	color: #fff;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .eael-filter-gallery-control ul li.control.active {
	background: #333;
	border-radius: 0px;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .eael-filterable-gallery-item-wrap .eael-gallery-grid-item {
	border-radius: 0px;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-hoverer-bg {
	background-color: rgba(0, 0, 0, 0.7);
}

.elementor-347 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap.caption-style-hoverer .fg-item-title {
	color: #ffffff;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap.caption-style-hoverer .fg-item-content {
	color: #ffffff;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .video-popup-bg {
	background-color: rgba(0, 0, 0, .7);
}

.elementor-347 .elementor-element.elementor-element-6c6879f .video-popup:hover>img {
	transform: scale(1.1);
}

.elementor-347 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-buttons>a span {
	background: #ff622a;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	border-radius: 100px;
	transition: 300ms;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-buttons>a span img {
	height: 18px;
	width: 18px;
}

.elementor-347 .elementor-element.elementor-element-6c6879f .gallery-item-caption-wrap .gallery-item-buttons>a span:hover {
	background: #ff622a;
	color: #fff;
	border-radius: 100px;
}

.elementor-347 .elementor-element.elementor-element-6c6879f #eael-fg-no-items-found {
	text-align: center;
	color: #858e9a;
	border-radius: 0px;
}

@media(max-width:1024px) {
	.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}
}

@media(max-width:767px) {
	.elementor-347 .elementor-element.elementor-element-354a163 .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-347 .elementor-element.elementor-element-354a163>.elementor-widget-container {
		margin: 010px 010px 010px 010px;
	}

	.elementor-347 .elementor-element.elementor-element-da77d08>.elementor-element-populated {
		margin: 10px 10px 10px 10px;
		--e-column-margin-right: 10px;
		--e-column-margin-left: 10px;
	}

	.elementor-347 .elementor-element.elementor-element-2d7976a .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}

	.elementor-347 .elementor-element.elementor-element-2d7976a>.elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}

	.elementor-347 .elementor-element.elementor-element-2e867d9>.elementor-element-populated {
		margin: 10px 10px 10px 10px;
		--e-column-margin-right: 10px;
		--e-column-margin-left: 10px;
	}

	.elementor-347 .elementor-element.elementor-element-aeef3fe .eael-elements-flip-box-front-container {
		background-position: 0px 0px;
	}
}

.hfe-nav-menu .parent-has-child .sub-arrow i:before {
	content: '\f107' !important;
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900 !important;
}