.text-center {
	text-align: center;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.font-14 {
	font-size: 14px;
}
.color-green {
	color: #4CAF50;
}
.color-white {
	color: #fff;
}
.intro-text {
	text-align: center;
	margin-bottom: 30px;
}
.gallery-title {
	text-align: center;
	margin-top: 10px;
}
.gallery-desc {
	text-align: center;
	font-size: 14px;
}
.quality-section {
	margin-top: 40px;
}
.quality-title {
	text-align: center;
	margin-bottom: 20px;
}
.info-card {
	padding: 20px;
	background: #f5f5f5;
	border-radius: 5px;
	margin-bottom: 20px;
}
.product-list {
	list-style: none;
	padding: 0;
}
.product-list li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.perf-card {
	margin-bottom: 20px;
}
.newsletter-text {
	color: #fff;
	margin-bottom: 20px;
}
.newsletter-info {
	color: #fff;
	margin-bottom: 10px;
}
.services-row-extra {
	margin-top: 30px;
}
.progress-80 {
	width: 80%;
}
.progress-70 {
	width: 70%;
}
.progress-60 {
	width: 60%;
}
.progress-50 {
	width: 50%;
}
