
:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container-pointer-events {
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - ( var(--swiper-navigation-size) / 2 ));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	text-transform: none;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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;
	display: inline-block;
	text-align: left;
}

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

.eael-contact-form-align-right, .elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto;
	display: inline-block;
	text-align: left;
}

.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~.count {
	display: none;
}

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

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item, .elementor-widget-eael-adv-accordion .eael-accordion-content, .elementor-widget-eael-data-table .td-content, .elementor-widget-eael-info-box .eael-infobox-template-wrapper, .elementor-widget-eael-countdown .eael-countdown-expiry-template, .elementor-widget-eael-countdown .eael-countdown-container, .elementor-widget-eael-cta-box .eael-cta-template-wrapper, .elementor-widget-eael-toggle .eael-toggle-primary-wrap, .elementor-widget-eael-toggle .eael-toggle-secondary-wrap, .elementor-widget-eael-protected-content .eael-protected-content-message, .elementor-widget-eael-protected-content .protected-content, .eael-offcanvas-content-visible .eael-offcanvas-body, .elementor-widget-eael-stacked-cards .eael-stacked-cards__item {
	position: relative;
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper, .eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper {
	display: block;
}

.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay, .eael-widget-otea-active .elementor-empty-view, .eael-widget-otea-active .elementor-add-section-inline, .eael-widget-otea-active .elementor-add-section {
	display: initial !important;
}

.eael-onpage-edit-template-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	border: 2px solid #5eead4;
}

.eael-onpage-edit-template-wrapper::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #5eead4;
	opacity: .3;
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate {
	display: block;
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after {
	display: none;
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template {
	background: #5eead4;
	color: #000;
	width: 150px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	z-index: 3;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before {
	content: "";
	border-top: 30px solid #5eead4;
	border-right: 0;
	border-bottom: 0;
	border-left: 14px solid rgba(0, 0, 0, 0);
	right: 100%;
	position: absolute;
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after {
	content: "";
	border-top: 0;
	border-right: 0;
	border-bottom: 30px solid rgba(0, 0, 0, 0);
	border-left: 14px solid #5eead4;
	left: 100%;
	position: absolute;
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i {
	margin-right: 8px;
}

.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1, .elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2, .elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3, .elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4 {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.left-right-prev.swiper-button-prev {
	top: 20px;
	left: 35%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.left-right-prev.swiper-button-next {
	top: auto;
	bottom: 0;
	right: 37%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.left-right-prev::after {
	font-size: 18px !important;
}

.eael-pi button.mfp-arrow {
	width: 85px;
}

.eael-pi .mfp-arrow-right:before {
	margin-left: -28px;
}

.eael-pi .mfp-arrow-right:after {
	margin-left: -25px;
}

.eael-pi-thumb-left .product_image_slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}

.eael-pi-thumb-left .product_image_slider .product_image_slider__thumbs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 42vh;
}

.eael-pi-thumb-left .product_image_slider .product_image_slider__thumbs .single-thumb-img .swiper-slide {
	height: 90px !important;
}

.eael-pi-thumb-left .product_image_slider .product_image_slider__thumbs .product_image_slider__prev {
	position: relative;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-pi-thumb-left .product_image_slider .product_image_slider__thumbs .product_image_slider__next {
	position: relative;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-pi-thumb-right .product_image_slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}

.eael-pi-thumb-right .product_image_slider .product_image_slider__thumbs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 42vh;
}

.eael-pi-thumb-right .product_image_slider .product_image_slider__thumbs .single-thumb-img .swiper-slide {
	height: 90px !important;
}

.eael-pi-thumb-right .product_image_slider .product_image_slider__thumbs .product_image_slider__prev {
	position: relative;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-pi-thumb-right .product_image_slider .product_image_slider__thumbs .product_image_slider__next {
	position: relative;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-single-product-images .product_image_slider {
	width: 100%;
}

.eael-single-product-images .product_image_slider__thumbs {
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-single-product-images .product_image_slider__thumbs .swiper-button-prev::after, .eael-single-product-images .product_image_slider__thumbs .swiper-button-next::after {
	font-size: 12px !important;
}

.eael-single-product-images .product_image_slider__thumbs .swiper-button-prev, .eael-single-product-images .product_image_slider__thumbs .swiper-button-next {
	background-color: #fff;
	border: 1px solid #edecf6;
	height: 26px;
	width: 25px;
	border-radius: 3px;
}

.eael-single-product-images .product_image_slider__thumbs__image {
	width: 100%;
	height: auto;
}

.eael-single-product-images .product_image_slider__thumbs .swiper-slide {
	width: 100px;
	height: 100%;
	overflow: hidden;
	opacity: .5;
}

.eael-single-product-images .product_image_slider__thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.eael-single-product-images .product_image_slider__thumbs .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .eael-single-product-images .product_image_slider__thumbs .swiper:not(.swiper-initialized)>.swiper-wrapper {
	overflow: visible;
}

.eael-single-product-images .product_image_slider__container {
	height: auto;
	margin: 0 0 10px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.eael-single-product-images .product_image_slider__container .swiper-button-prev::after, .eael-single-product-images .product_image_slider__container .swiper-button-next::after {
	font-size: 16px !important;
}

.eael-single-product-images .product_image_slider__container .swiper-button-prev, .eael-single-product-images .product_image_slider__container .swiper-button-next {
	background-color: #fff;
	border: 1px solid #edecf6;
	height: 30px;
	width: 30px;
	border-radius: 3px;
}

.eael-single-product-images .product_image_slider__container .product_image_slider__trigger {
	position: absolute;
	right: 0;
	background-color: #ddd;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 5px 8px;
	z-index: 9;
}

.eael-single-product-images .product_image_slider__container .product_image_slider__trigger svg {
	width: 15px;
}

.eael-single-product-images .product_image_slider__container .swiper-slide .image_slider__image {
	width: 100%;
	height: 100%;
}

.eael-single-product-images .product_image_slider__container .swiper-slide img {
	display: block !important;
	opacity: 1 !important;
	margin: 0 auto;
}

.eael-single-product-images .product_image_slider__container .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .eael-single-product-images .product_image_slider__container .swiper:not(.swiper-initialized)>.swiper-wrapper {
	overflow: visible;
}

.eael-single-product-images .product_image_slider__container .swiper-button-next::after, .eael-single-product-images .product_image_slider__container .swiper-button-prev::after {
	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;
	font-weight: 800;
	opacity: .75;
	border-radius: 50%;
	font-size: 20px;
}

.eael-single-product-images .product_image_slider span.onsale {
	z-index: 999;
	min-height: 3.236em;
	min-width: 3.236em;
	padding: .202em;
	font-size: 1em;
	font-size: .857em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: -.5em;
	left: -.5em;
	margin: 0;
	border-radius: 100%;
	background-color: #777335;
	color: #fff;
}

.container_width_full {
	width: 100%;
}

.container_width {
	width: 0%;
}

@media all and (max-width: 767px) {
	.eael-single-product-images .product_image_slider__thumbs {
		margin: 0 auto;
	}
	
	.eael-single-product-images .product_image_slider__thumbs .swiper-button-prev, .eael-single-product-images .product_image_slider__thumbs .swiper-button-next {
		height: 20px;
		width: 20px;
	}
	
	.eael-single-product-images .product_image_slider__thumbs .swiper-slide {
		width: 60px;
	}
	
	.eael-single-product-images .product_image_slider__container .swiper-button-prev, .eael-single-product-images .product_image_slider__container .swiper-button-next {
		height: 20px;
		width: 20px;
	}
	
	.eael-single-product-images .product_image_slider__container .swiper-button-prev::after, .eael-single-product-images .product_image_slider__container .swiper-button-next::after {
		font-size: 12px !important;
	}
}

.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;
	-ms-flex-flow: row wrap;
	flex-flow: 1 1 auto;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	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.control:focus-visible {
	outline: 1px solid #a9d204 !important;
}

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

body.rtl .gallery-item-caption-over {
	text-align: right;
}

.eael-gallery-load-more, .eael-gallery-load-more:hover {
	text-decoration: none;
	border: 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;
}

body.rtl .eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over, body.rtl .eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
	text-align: left;
}

.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;
	display: inline-block;
	-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;
	text-align: center;
}

.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.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;
}

.mfp-bottom-bar {
	margin-top: 0;
}

figcaption .mfp-bottom-bar {
	margin-top: -36px;
}

.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;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	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;
	border-radius: 10px 0px 0 10px;
	padding: 17px 13px;
	font-size: 14px;
	color: #2d425a;
	background: #f7f8ff;
	height: 55px;
	border-right: 1px solid #abb5ff;
	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;
}

body.rtl .eael-fg-card-content-align-left .fg-layout-3-item-content {
	text-align: right;
}

body.rtl .eael-fg-card-content-align-right .fg-layout-3-item-content {
	text-align: left;
}

.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.eael-gf-vertical-video-popup .mfp-content {
	max-width: 400px;
}

.mfp-iframe-holder.eael-gf-vertical-video-popup .mfp-iframe-scaler {
	padding-top: 177%;
}

.mfp-iframe-holder .mfp-close {
	width: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
	text-align: right !important;
}

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

.eael-privacy-message:empty {
	display: none;
}

.eael-privacy-message {
	position: absolute;
	top: -7%;
	background-color: #f8d7da;
	padding: 15px;
	border: 1px solid #f1aeb5;
	border-radius: 5px;
	color: #58151c;
	width: calc(100% - 30px);
}

body.rtl .mfp-counter {
	direction: ltr;
}

body.theme-salient.material button.mfp-arrow, body.material button.mfp-arrow, body.theme-salient.material button.mfp-close, body.material button.mfp-close {
	border: 0;
}

body.theme-salient.material .mfp-arrow, body.material .mfp-arrow, body.theme-salient.material .mfp-arrow:hover, body.material .mfp-arrow:hover {
	background: rgba(0, 0, 0, 0);
}

body.theme-salient.material .mfp-arrow-left, body.material .mfp-arrow-left {
	left: 0;
	border: none;
}

body.theme-salient.material .mfp-arrow-right, body.material .mfp-arrow-right {
	-webkit-transition: none;
	transition: none;
}

body.theme-salient.material .mfp-arrow, body.material .mfp-arrow {
	margin: -55px 0 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.theme-salient.material .mfp-arrow-left:after, body.material .mfp-arrow-left:after, body.theme-salient.material .mfp-arrow-right:after, body.material .mfp-arrow-right:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
	background-color: rgba(0, 0, 0, 0);
}

body.theme-salient.material .mfp-arrow-left:before, body.material .mfp-arrow-left:before, body.theme-salient.material .mfp-arrow-right:before, body.material .mfp-arrow-right:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.woocommerce div.product .eael-single-product-rating .woocommerce-product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	gap: 8px;
	line-height: 0;
}

.woocommerce div.product .eael-single-product-rating .woocommerce-product-rating .star-rating {
	margin: 0;
}

.eael-product-rating--align-left .woocommerce-product-rating {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.eael-product-rating--align-center .woocommerce-product-rating {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eael-product-rating--align-right .woocommerce-product-rating {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.eael-single-product-rating .woocommerce-product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	gap: 8px;
	line-height: 0;
}

.eael-single-product-rating .woocommerce-product-rating .eael-product-rating-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.eael-single-product-rating .woocommerce-product-rating .eael-product-rating-wrap .eael-product-rating {
	line-height: 0;
}

.eael-single-product-rating .woocommerce-product-rating .eael-product-rating-wrap .eael-product-rating.filled svg {
	fill: #434347;
}

.eael-single-product-rating .woocommerce-product-rating .eael-product-rating-wrap .eael-product-rating svg {
	height: 20px;
	width: 20px;
	fill: #bdbdbd;
}

.eael-single-product-rating .woocommerce-review-link {
	color: #434347;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
