/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2026 | 06:05:01 */
.header-top-bar {
	background-color: #252638;
	height: 50px;
	display: flex; 
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.header-top-icon {
	width: 18px;
}

.header-top-link {
	color: white;
	transition: 0.4s;
}
.header-top-link:hover {
	transition: 0.4s;
	color: #e41e2f;
}

.header-bottom-bar {
	height: 100px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
}

.header-bottom-bar-section {
	display: flex; 
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.header-logo-link {
	height: 100%;
}

.header-logo {
	height: 100%;
}

.header-nav {
	display: flex; 
	align-items: center; 
	gap: 30px;
}

.header-nav-link {
	color: #252638;
	text-transform: uppercase; 
	font-size: 14px;
	font-weight: 700;
	transition: 0.4s;
}
.header-nav-link:hover {
	color: #e41e2f; 
	transition: 0.4s;
}
.header-nav-link.active {
	color: #e41e2f; 
}