/* 
Theme Name: ARP Design & Build
Theme URI: https://arpdesignbuild.co.uk/
Author: Freelance-Creator
Author URI: https://www.freelance-creator.com/
Template: astra
Version: 1.0.0
*/

/* Astra Header Builder */
#ast-desktop-header, #ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	transition: all ease-out 0.5s;
	z-index: 999;
}

#ast-desktop-header.active, #ast-mobile-header.active {
	background-color: rgba(33, 45, 69, 0.9);
	box-shadow: 5px 3px 20px 0 rgba(0, 0, 0, 0.1);
	padding: 0;
}

#ast-desktop-header.active img.custom-logo,
#ast-mobile-header.active img.custom-logo {
	width: 140px!important;
	transition: all ease-out 0.5s;
}

/* Content */
.error404 #content {
	margin-top: 100px;
}

.project-con .elementor-widget-icon-box {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.project-con:hover .elementor-widget-icon-box {
	opacity: 1;
	transform: translateY(0);
}