/* Custom styling for Custom website */

html,body {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}
body {
	overflow-y:hidden;
}
.elementor-location-header {
	position:relative;
}

.service_img img {
	z-index: 99;
	position: relative;
}
.service_img:after {
	content: '';
	width: 80%;
	height: 100%;
	border-radius: 10px;
	background: #F4ECDE;
	position: absolute;
	right: -30px;
	top: -30px;
	z-index: 1;
}
.elementor-button {
	text-decoration:none!important;
}
.elementor-kit-8 a:hover {
	text-decoration:none!important;
}