/* Custom styling for Custom website */

html,body {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}
body {
	overflow-y:hidden;
}
.elementor-location-header {
	position:relative;
}
.box_effect:hover {
	background: #d6000a;
}
.box_effect:hover * {
	filter: brightness(0) invert(1);
}
.blog_posts .elementor-post:hover img {
	filter: grayscale(1);
}