.ButtomToTop,
.RightToLeft,
.AnimateAboutTitle,
.AnimateService,
.Animate0,
.Animate1,
.Animate8,
.Animate9,
.Animate10,
.Animate11{
	position: relative;
}
body{
	overflow-x: hidden;
}

.FadeToTop{
	position: relative;
	opacity: 0;
	top: 150px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.FadeToTop.visible{
	opacity: 1;
	top: 0px;
}

.FadeToLeft{
	position: relative;
	opacity: 0;
	left: 150px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
.FadeToLeft.visible{
	opacity: 1;
	left: 0px;
}
.parallax-inner {
    background-size: cover;
    background-position: center center;
}