.no-padding{
	padding: 0px !important;
}
.about-bg{
	background: url('../../assets/images/company/about.png');
	background-repeat: no-repeat;
	height: 400px;
	max-width: 1200px !important;

}
.ab-about {
	/*justify-content: center;*/
	align-items: center;
	align-content: center;
	padding-top: 80px;
	width: 70%;
}
.img-width img {
	width: 50%;
}
.ab-about img {
	max-width: 80px;
    padding: 16px 32px 16px 0;
    
}
.img-left {
	border-right: 1.5px dashed #aaa;
    /*border-radius: 5px;*/
    
}
.img-right {
	border-left: 1px solid #aaa;
    border-radius: 5px;
    
}
.ab-about h3, .h3 {
	font-weight: 400 !important;
	text-align: left;
	padding: 8px 32px;

}
.ab-office {
	/*background: url('../../assets/images/company/logo-left.svg');
	background-repeat: no-repeat;
	min-height: 100%;*/
}
.alertbox-map {

}

.alertbox-map img {
	padding: 0px !important;
    border-radius: 24px;
    max-width: 80% !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
	
}