/* End custom CSS */

.elementor-kit-6 {
	--e-global-color-primary: #b30d1c;
	--e-global-color-secondary: #0166a9;
	--e-global-color-text: #f6f6f6;
	--e-global-color-accent: #b30d1c;
	--e-global-color-8fb6fe0: #141414;
	--e-global-color-ffe7a67: #1a1a1a;
	--e-global-typography-primary-font-family: "Manrope";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Manrope";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Manrope";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Manrope";
	--e-global-typography-accent-font-weight: 500;
	background-color: var(--e-global-color-8fb6fe0);
	background-image: url("https://cdn-ilcdenj.nitrocdn.com/XqjohuEhVMTeqnuuRVvHehBDvBBjXhhy/assets/images/optimized/rev-037677c/ilivfitnew.esclatech.com/wp-content/uploads/2023/10/mwentt.png");
	background-size: 100% auto;
	--e-page-transition-entrance-animation: e-page-transition-slide-out-up;
	--e-page-transition-exit-animation: e-page-transition-slide-in-up;
	--e-page-transition-animation-duration: 500ms;
	--e-preloader-animation-duration: 1500ms;
	--e-preloader-delay: 0ms;
	--e-preloader-color: var(--e-global-color-primary);
	--e-preloader-size: 50px;
}

.elementor-kit-6 e-page-transition {
	background-color: var(--e-global-color-ffe7a67);
}

.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;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

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

/* Start custom CSS */
body {
	overflow-x: hidden;
}

.elementor-heading-title {
	line-height: normal !important;
}

.animatedFillText {
	background: linear-gradient(to right, #0166a9 20%, #b30d1c 30%, #0166a9 70%, #b30d1c 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 500% auto;
	animation: textShine 3s ease-in-out infinite alternate;
}

.animatedFillTextWhite {
	background: linear-gradient(to right, #e6e6e6 20%, #f6f6f6 30%, rgba(231, 231, 231, .91) 70%, #fff 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-size: 500% auto;
	animation: textShine 3s ease-in-out infinite alternate;
}

@keyframes textShine {
	0% {
		background-position: 0% 50%;
	}
	
	100% {
		background-position: 100% 50%;
	}
}

.animatedTopBorder {
	border-top: 2px;
	animation: borderAnimation 4s linear infinite;
}

.rotateBtn {
	transition: .3s ease;
}

.rotateBtn:hover {
	transform: rotateX(190deg);
}

.rotateBtn:hover a span {
	display: inline-block;
	transform: scale(1, -1);
}

.elementor-kit-6.nitro-lazy {
	background-image: none !important;
}
