

/* CSS Document */


@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
{
	opacity: 0 !important;
	padding-left: 0px !important;
}

.WaitFade_right
{
	opacity: 0 !important;
	padding-left: 200px !important;
}


.Business_box { width:100%; padding:20% 0; font-size:16px; }
.our_business{text-align:center; padding-top:10px; width:80%; line-height:25px; font-size:16px;}


.Services_box { width: 100%; padding: 10% 0; font-size: 16px; overflow-x: hidden; }

.Services_Title { transition:all 2s; display: inline-block; padding-left: 10%; padding-bottom: 50px; line-height: 40px; text-align: left; vertical-align: top; font-size: 32px; font-weight: bold; color: #000; }
.Services_Content { transition:all 2s; display: inline-block; padding-left: 10%; line-height: 25px; text-align: left; vertical-align: top; font-size: 16px; }
.Services_Content a:hover{ color:#fff;}



