@-webkit-keyframes appear {
	from {
		transform: scale(0);
		opacity: 0;
	}
	
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes appear {
	from {
		transform: scale(0);
		opacity: 0;
	}
	
	to {
		transform: scale(1);
		opacity: 1;
	}
}

[class*="bdt-"] *, [class*="bdt-"] *::before, [class*="bdt-"] *::after {
	box-sizing: border-box;
}

.bdt-advanced-divider>img {
	display: none;
}

.bdt-flex-align-right {
	order: 99;
}

.bdt-masonry-grid .bdt-gallery-item .bdt-gallery-thumbnail img {
	height: auto;
}

@keyframes dummy-loader-animation {
	0% {
		background: rgba(152, 152, 152, .05);
	}
	
	50% {
		background: rgba(152, 152, 152, .2);
	}
	
	100% {
		background: rgba(152, 152, 152, .05);
	}
}

@keyframes attentionAnimation {
	0% {
		left: 0;
	}
	
	1% {
		left: -3px;
	}
	
	2% {
		left: 5px;
	}
	
	3% {
		left: -8px;
	}
	
	4% {
		left: 8px;
	}
	
	5% {
		left: -5px;
	}
	
	6% {
		left: 3px;
	}
	
	7% {
		left: 0;
	}
}

.elementor-button svg {
	width: 1.2em;
}

.bdt-svg-image img {
	width: auto;
}

@keyframes fe-infinite-rotate {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes ep-grid-layer-animation-top-to-bottom {
	from {
		min-height: 0vh;
	}
	
	to {
		min-height: 100vh;
	}
}

.elementor-widget-image.bdt-realistic-image-shadow img {
	display: block;
}

.bdt-realistic-image-shadow img:nth-child(1) {
	position: relative;
}

.bdt-realistic-image-shadow img:nth-last-child(1) {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	filter: blur(20px);
	transform: scaleX(.9) translateY(0);
	transition: filter .3s ease-out, opacity .3s ease-out, transform .3s ease-out;
}

.bdt-realistic-image-shadow:not(.bdt-hover) img:nth-last-child(1) {
	filter: blur(20px);
	opacity: .8;
	transform: scaleX(.9) translateY(20px);
}

.bdt-realistic-image-shadow.bdt-hover img:nth-child(1) {
	transition: transform .3s ease-out;
}

.bdt-realistic-image-shadow.bdt-hover:hover img:nth-child(1) {
	transform: translateY(-15px);
}

.bdt-realistic-image-shadow.bdt-hover img:nth-last-child(1) {
	height: 100%;
	width: 100%;
	opacity: 0;
}

.bdt-realistic-image-shadow.bdt-hover:hover img:nth-last-child(1) {
	opacity: .8;
	transform: scaleX(.9) translateY(15px);
}