@media screen and (min-width:1px)
{
.Services_Title {
	width: 200px;
}
.Services_Content {
	width: 85%;
}
}
@media screen and (min-width:800px)
{
.Services_Title {
	width: 200px;
}
.Services_Content {
	width: 50%;
}
}
@media screen and (min-width:1024px)
{
.Services_Title {
	width: 200px;
}
.Services_Content {
	width: 50%;
}
}
.WaitFade {
	padding-left: 0px !important; opacity: 0 !important;
}
.WaitFade_right {
	padding-left: 200px !important; opacity: 0 !important;
}
.Business_box {
	padding: 20% 0px; width: 100%; font-size: 16px;
}
.our_business {
	width: 80%; text-align: center; line-height: 25px; padding-top: 10px; font-size: 16px;
}
.Services_box {
	padding: 10% 0px; width: 100%; font-size: 16px; -ms-overflow-x: hidden;
}
.Services_Title {
	transition:2s; text-align: left; color: rgb(0, 0, 0); line-height: 40px; padding-bottom: 50px; padding-left: 10%; font-size: 32px; font-weight: bold; vertical-align: top; display: inline-block;
}
.Services_Content {
	transition:2s; text-align: left; line-height: 25px; padding-left: 10%; font-size: 16px; vertical-align: top; display: inline-block;
}
.Services_Content a:hover {
	color: rgb(255, 255, 255);
}
