/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 04 2026 | 19:14:22 */
#client_logo_swiper{
	display:flex;
	flex-direction:column;
	gap:50px;
}

#client_logo_swiper .swiper-pagination{
	position:relative;
	bottom:0px;
}

#client_logo_swiper .swiper-slide{
	display: flex;
    justify-content: center;
	align-items:center;
}

#client_logo_swiper .swiper-pagination-bullet{
	transition: ease all 0.3s;
	background-color:#CACEB5;
    height: 15px;
    width: 15px;
	margin: 0px 4px;
	opacity:1;
}

#client_logo_swiper .swiper-pagination-bullet:hover,
#client_logo_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	transition: ease all 0.3s;
	background-color:#9DA773;
	opacity:1;
}


#project_images_swiper img{
	object-fit:cover;
	object-position: center center;
	max-height:600px;
	width:100%;
	height:100%;
}

#project_images_swiper .swiper-button-next,
#project_images_swiper .swiper-button-prev{
	background:#282623;
	padding:5px;
	border-radius:100px;
	width:50px;
	height:50px;
}

#project_images_swiper .swiper-button-next:after,
#project_images_swiper .swiper-button-prev:after{
	color:#ffffff;
	font-size: 24px;
}
#project_images_swiper .swiper-button-next{
	right:40px;
}

#project_images_swiper .swiper-button-prev{
	left:40px;
}


#project_images_swiper .swiper-slide{
	height:auto;
	margin-bottom: -10px;
}

.recent-projects-carousel .swiper-slide{
	transition: ease all 0.3s;
	opacity:0.5;
}
.recent-projects-carousel .swiper-slide .e-con-inner{
	margin:0px;
}
.recent-projects-carousel .swiper-slide-active{
	opacity:1;
}