.text-main-color, 
.text-main-color p{
	color: #18375B !important;
}
.st-service-item i{
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.st-service-item i:before{
	font-size:80%;
}
.cs-wrapper-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    align-items: center;
	gap:20px;
	justify-content:center;
}
.cs-header-logo img{
	max-width:230px;
}
.cs-wrapper-menu #navbar{
	flex-grow:0;
}

@media (max-width:500px){
	.cs-header-logo img{
		max-width:160px;
	}
}
.wpo-service-section-s2 .wpo-service-item .wpo-service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}