/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2025 | 12:25:15 */
.hidden {
	display: none !important;
}

.d-flex {
	display: flex; 	
}

.flex-column {
	flex-direction : column;
}

.justify-center {
	justify-content: center; 
}

.align-center {
	align-items: center;
}

.pos-absolute {
	position: absolute; 
}

.t-0 {
	top: 0; 
}

.l-0 {
	left: 0;
}

.r-0 {
	right: 0;
}

.g-03 {
	gap: 0.3rem;
}

.g-05 {
	gap: 0.5rem;
}

.g-1 {
	gap: 1rem;
}

.g-2 {
	gap: 2rem;
}

.g-3 {
	gap: 3rem
}

.p-xs {
	padding: 10px;
}

.p-1 {
	padding: 16px; 
}

.p-2 {
	padding: 32px; 
}

.my-lg {
	margin-top: 64px; 
	margin-bottom: 64px;
}

.mx-lg {
	margin-left: 64px; 
	margin-right: 64px; 
}

.bg-black {
	background-color: #231F20;
}

.bg-orange {
	background-color: #ED1C24; 
}

.br-50 {
	border-radius: 50%;
}

.h-24 {
	height: 24px; 
}

.w-24 {
	width: 24px;
}

.ast-above-header-bar a:hover,
.ast-above-header-bar li:hover a {
	color: #fff !important;  
	text-decoration: none !important;
}

.site-header-above-section-right .ast-builder-button-size- {
	position: absolute;
	right: 0;
	top: 0;
}

.site-header-above-section-right .ast-builder-button-size- .ast-custom-button {
	height: 100%; 
	line-height: 1.6;
	font-weight: bold;
}

header .custom-logo-link img,
.footer-widget-area #block-8 img {
	object-fit: contain;
}

header .custom-logo-link img {
	height: 120px;
	max-height: 120px;
}

.site-branding.ast-site-identity {
	padding: 0 !important;
}

.wpforms-submit {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
}

.footer-widget-area h2 {
	color: #231F20 !important;
}

.footer-widget-area #block-8 img {
	max-height: 150px; 
	width: 150px; 
	margin-top: -5px;
    margin-left: -10px;
}

.footer-widget-area #block-8 {
	margin-bottom: 0;
}


.footer-widget-area #block-12 {
	margin-bottom: 16px;
}

.footer-widget-area #custom_html-2 ul li {
	display: flex; 
	align-items: center;
	gap: 0.5rem;
}

.footer-widget-area #custom_html-2 ul li i {
	padding: 10px;
    background-color: #ED1C24;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vp-portfolio__item {
	box-shadow: 0 0 12px #fff !important;
    border-radius: 5px !important;
    background: #f8f8f8 !important;
    padding: 10px !important;
    transition: 0.5s !important;
}

.vp-portfolio__item .vp-portfolio__item-img-wrap,
.vp-portfolio__item .vp-portfolio__item-img-wrap img
{
	min-height: 200px; 
	max-height: 200px; 
}

.vp-portfolio__item .vp-portfolio__item-img-wrap img {
	border-radius: 5px !important; 
}

.vp-portfolio__item .vp-portfolio__item-meta-categories {
	display: none;
}

.vp-portfolio__item .vp-portfolio__item-meta {
	padding: 10px 20px; 
}

.vp-portfolio__item-meta-title a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 17px;
}

.vp-portfolio__item-meta-title a:hover {
	color: #ed1c24 !important;
}

#ast-hf-menu-1 {
	justify-content: center;
}

.wpr-description ul {
	margin: 0 !important;
	margin-top: 16px !important;
}

.archive .vp-portfolio__layout-elements-top {
	display: none;
}

.eael-call-to-action.cta-preset-2 {
	border-radius: none !important;	
}


@media only screen and (min-width: 1300px) {
	.elementor-widget-eael-cta-box .eael-call-to-action.cta-preset-2 {
		max-width: 1140px !important;
		box-shadow: none !important;
		padding-left: 0 !important;  
		padding-right: 0 !important;
	}
	.elementor-widget-eael-cta-box {
		background: #ed1c24 !important;
	}
}

@media only screen and (min-width: 992px) {
	#custom-slider img {
		max-height: 500px;
		min-height: 500px;
		object-fit: cover;
		object-position: center center;
	}
}

@media only screen and (max-width: 991px) {
	#custom-slider img {
		max-height: 300px;
		min-height: 300px;
		object-fit: cover;
		object-position: center center;
	}
}
