/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 14 2025 | 07:18:04 */
.footer_email h3{
	 color: #fdfdfd !important
	
}
 
.portfolio_wrapper{ 
}
.portfolio_img{ 
}

.portfolio_img img {
  transition: filter 0.3s ease-in-out;
}  

.portfolio_wrapper:hover .image-box img {
  filter: grayscale(100%);
}

.portfolio_img:hover img {
  filter: grayscale(0%);
}

.process_carousel img{
	width: auto;
	height: 64px;
}