body {
	overflow-x: hidden;
	word-break: break-word;
}

body e-page-transition svg {
	width: 80px;
	height: 80px;
}

.elementor .e-con:not(.e-con-w-full) > .e-con-inner {
	width: 90%;
}

.overflowX-hidden {
	overflow-x: hidden !important;
}

.overflowY-hidden {
	overflow-y: hidden !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.p-mb-0 p {
	margin-bottom: 0 !important;
}

.small-heading {
	display: block;
	font-weight: 400;
	font-size: 0.625em;
	line-height: 1.5;
	margin-top: 10px;
}

.heading-regular {
	font-weight: 400;
}

/* Header Start */

.header-wrap {
	z-index: 999;
}

.header-wrap .header-menu .sub-menu li .elementor-sub-item {
	position: relative;
	border: 0 !important;
}

.header-wrap .header-menu .sub-menu li:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - 36px);
	height: 1px;
	background-color: #000;
	opacity: 0.1;
	transform: translateX(-50%);
	z-index: 1;
}

.header-menu.mobile-menu>.elementor-nav-menu--dropdown {
	margin: 0;
	border: 0 !important;
}

.header-menu.mobile-menu>.elementor-nav-menu--dropdown .elementor-nav-menu>li>a {
	padding: 10px 0;
}

.header-menu.mobile-menu>.elementor-nav-menu--dropdown .sub-menu {
	margin: 10px auto;
}

.header-wrap .header-menu .elementor-nav-menu>li:last-child .elementor-item {
	background: #E3F87A;
	border-radius: 50px !important;
	padding: 13px 26px;
	font-weight: 700;
}

.header-wrap .header-menu .elementor-nav-menu>li:last-child .elementor-item:hover {
	background: #7461FA;
	color: #fff;
}

.header-wrap .header-menu.mobile-menu .elementor-nav-menu>li:last-child .elementor-item {
	margin-top: 10px;
	width: max-content;
}

/* Header End */

/* Footer Start */

.footer-image img {
	position: absolute;
	top: -166px;
	left: -194px;
	max-width: 558px;
	aspect-ratio: 558 / 408;
	object-fit: contain;
	z-index: 9;
}

@media screen and (max-width:1024px) {
	.footer-image img {
		top: -132px;
		left: -230px;
	}
}

@media screen and (max-width:880px) {
	.footer-image img {
		top: -160px;
		left: calc(50% - 26px);
		transform: translateX(-50%);
	}
}

@media screen and (max-width:767px) {

	.hidden-md{
		display: none !important;	
	}

	.footer-logo-menu-wrap {
		position: relative;
		overflow: hidden;
	}

	.footer-logo-menu-wrap:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background: #000;
		left: 0;
		top: 76px;
	}

	.footer-image img {
		left: calc(50% - 70px);
		aspect-ratio: 460/370;
		max-width: 460px;
	}
}

/* Footer End */

/* Home Page Start */

.hero-img {
	z-index: 9;
}

.hero-img img {
	position: absolute;
	top: -165px;
	right: -178px;
	aspect-ratio: 800/776;
	object-fit: contain;
	max-width: 776px;
	z-index: 9;
}

.statics-wrap .statics-item {
	position: relative;
	background: #fff;
	border-radius: 0 50px;
	padding: 70px 30px 60px;
}

.statics-wrap .statics-item:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	transform: translateY(-5px);
}

.statics-wrap .statics-item .statics-icon {
	background: #000;
	position: absolute;
	max-width: 70px !important;
	height: 70px;
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	top: -20px;
	left: 10px;
	border-radius: 0 18px;
	padding: 20px;
}

.statics-wrap .statics-item:hover .statics-icon {
	background: #6847ff;
}

.statics-wrap .statics-item:hover .statics-icon img {
	transform: rotateY(360deg) !important;
	transition: all .3s ease-in-out;
}

.statics-wrap .statics-item .statics-icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	aspect-ratio: 1;
}

@media screen and (max-width:1200px) {
	.hero-img img {
		position: absolute;
		top: -145px;
		right: -178px;
		aspect-ratio: 800 / 776;
		object-fit: contain;
		max-width: 690px;
	}

	.statics-wrap .statics-item {
		padding: 70px 20px 60px;
	}
}

@media screen and (max-width: 1024px) {
	.hero-wrap {
		overflow: hidden;
	}

	.hero-img img {
		left: 50%;
		top: 0;
		right: 0;
		transform: translate(-50%);
		aspect-ratio: 1024 / 472;
		object-fit: contain;
		max-width: 1024px;
	}
}

@media screen and (max-width: 767px) {
	.hero-img img {
		left: calc(50% - clamp(80px, calc(80px + 20 * ((100vw - 320px) / 447)), 100px));
		max-width: clamp(520px, calc(520px + 504 * ((100vw - 320px) / 447)), 1024px);
	}

	.hero-img-spacer .elementor-spacer-inner {
		--spacer-size: clamp(200px, calc(200px + 200 * ((100vw - 320px) / 447)), 400px);
	}

	.statics-wrap .statics-item .statics-icon {
		padding: 10px;
		max-width: 60px !important;
		height: 60px;
	}

	.statics-wrap .statics-item {
		max-width: 300px;
		margin: 0 auto;
		padding: 50px 20px 40px;
	}


	.purple-bg {
		overflow: hidden;
	}

	.purple-bg:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background: #e1daff;
		left: 0;
		top: 160px;
	}
}

@media screen and (max-width: 450px) {
	.purple-bg:before {
		top: 110px;
	}
}

/* Home Page End */