/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 09:04:21 */
.footer {
	padding: 40px 0;
	background-color: #d9d9d9;
	text-align: center;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
/* 	max-width: 1000px;
	margin: 0 auto 30px auto; */
}

.footer-left {
	text-align: left;
	max-width: 300px;
}

.footer-logo {
	max-width: 200px;
	height: auto;
	margin-bottom: 15px;
}

.footer-left p {
	line-height: 1.8;
	font-size: 16px;
}

.footer-center {
/* 	flex: 1; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
    position: absolute;
    margin: 40px auto;
    left: 0;
    right: 0;
}

.footer-center ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.footer-center li {
	font-size: 16px;
	margin-bottom: 15px;
}

.footer-center li a {
	color: #000000;
}

.footer-bottom {
	text-align: center;
	font-size: 14px;
}

.footer-bottom p {
	margin: 5px 0;
}

.footer-bottom a {
	text-decoration: none;
	color: #212121; 
}

@media (min-width: 376px) and (max-width: 425px) {
	.footer-center {
		position: relative;
    	margin: 40px auto 0;
	}
}
 
@media (min-width: 320px) and (max-width: 375px) {
	.footer-center {
		position: relative;
    	margin: 40px auto 0;
	}
}