/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 01 2026 | 21:45:50 */
h1 span{
	font-weight:300!important;	
/*     text-transform: capitalize!important; */
}
header .elementor-sticky > .e-con-inner{
	transition: ease all 0.3s;
}
header .elementor-sticky--effects > .e-con-inner{
	padding-top:30px!important;
	padding-bottom:30px!important;
}
#enodia-header > .e-con-inner{
	transition: ease all 0.3s;	
}
.enodia-sticky{
	background-color:#9da773!important;
}
.enodia-sticky > .e-con-inner{
	padding-top:30px!important;
	padding-bottom:30px!important;
}
.elementor-widget-off-canvas {
	--e-off-canvas-animation-duration: 500ms!important;
}
.enodia-carousel .swiper-pagination-bullet{
	transition: ease all 0.3s;
	background-color:#CACEB5;
	opacity:1;
}
.enodia-carousel .swiper-pagination-bullet:hover,
.enodia-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{	
	transition: ease all 0.3s;
	background-color:#9DA773;
}
.enodia-carousel strong{
	font-weight:600;
	color:#9DA773;
}
.single-project .elementor-post-navigation__prev{
	display:none;
}
.single-project .elementor-post-navigation .elementor-post-navigation__link{
	width:100%;
}


.project-card-title-wrapper{
	transition: ease all 0.3s;
	opacity:0;
}
.project-card-wrapper:hover .project-card-title-wrapper{
	transition: ease all 0.3s;
	opacity:1;
}
footer{
	position:relative;
	z-index:1;
}