/* Add here all your css styles (customizations) */
.u-heading-v2__title.h6.text-uppercase.mb-0 {
    color: #e87816;
}
#contacts-section {
    border-top: 3px solid #e87816;
}
.navbar-collapse {
	flex-basis: none !important;
}
p{
	text-align: justify;
}
.lead{
	text-align: center;
}
.top_bar{	
  border-bottom: 3px solid #e87816;
}
footer{
	border-top:  3px solid #e87816;
}
.footer_link{
	color: #72c02c;
}
.footer_link:hover{
	color: #72c02c !important;
}
.footer_link:visited{
	color: #72c02c !important;
}
@media (min-width:320px) {
	
	.ms-partner{
		font-size: 12px !important;
		width: auto !important;
	}.ms-knowledge{
		font-size: 12px !important;
		width: auto !important;
	}.ms-logo{
		width: 100px !important;
		height: 50px !important;
	}
}

@media (min-width:360px) {
	
	.ms-partner{
		font-size: 15px !important;
		width: auto !important;
	}.ms-knowledge{
		font-size: 15px !important;
		width: auto !important;
	}.ms-logo{
		width: 150px !important;
		height: 50px !important;
	}
}

@media (min-width:480px) {
	
	.ms-partner{
		font-size: 20px !important;
		width: auto !important;
	}.ms-knowledge{
		font-size: 20px !important;
		width: auto !important;
	}.ms-logo{
		width: 200px !important;
		height: 50px !important;
	}
}
@media (min-width:760px) {
	
	.ms-partner{
		font-size: 25px !important;
		width: auto !important;
	}.ms-knowledge{
		font-size: 25px !important;
		width: auto !important;
	}.ms-logo{
		width: 250px !important;
		height: 100px !important;
	}
}

@media (min-width: 992px) {
	.ms-partner{
		font-size: 27px !important;
		width: auto !important;
	}.ms-knowledge{
		font-size: 27px !important;
		width: auto !important;
	}.ms-logo{
		width: 250px !important;
		height: 100px !important;
	}
}
@media (min-width: 1200px) {
	.ms-partner{
		font-size: 30px !important;
		width: auto !important;
	}.ms-knowledge{
		font-size: 30px !important;
		width: auto !important;
	}.ms-logo{
		width: 300px !important;
		height: 120px !important;
	}
}