@charset "utf-8";
/* CSS Document */


		#contact {
			background-image: url(../imgs/parax/6.jpg);
		}

		#parallax_one .parallaxbg {
			background-image: url(../imgs/parax/1.jpg);
		}

		#parallax_two .parallaxbg {
			background-image: url(../imgs/parax/2.jpg);
		}

		#parallax_three .parallaxbg {
			background-image: url(../imgs/parax/3.jpg);
		}

		#parallax_four .parallaxbg {
			background-image: url(../imgs/parax/4.jpg);
		}

		#parallax_five .parallaxbg {
			background-image: url(../imgs/parax/1.jpg);
		}

		#parallax_six .parallaxbg {
			background-image: url(../imgs/parax/2.jpg);
		}

		#parallax_seven .parallaxbg {
			background-image: url(../imgs/parax/3.jpg);
		}

		#parallax_eight .parallaxbg {
			background-image: url(../imgs/parax/4.jpg);
		}

		#parallax_nine .parallaxbg {
			background-image: url(../imgs/parax/1.jpg);
		}

		#parallax_ten .parallaxbg {
			background-image: url(../imgs/parax/2.jpg);
		}

		#parallax_twitter .parallaxbg {
			background-image: url(../imgs/parax/4.jpg);
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			background-attachment: fixed;
		}

		#parallax_facts .parallaxbg {
			background-image: url(../imgs/parax/1.jpg);
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			background-attachment: fixed;
		}

		#parallax_testimonials .parallaxbg {
			background-image: url(../imgs/parax/2.jpg);
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			background-attachment: fixed;
		}
		
		

		#parallax_clients .parallaxbg {
			background-image: url(../imgs/parax/3.jpg);
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			background-attachment: fixed;
		}
		
		@media (max-width: 475px) {
			.header_title, .large-network{
				font-size:37px !important;
			}
			#header{
				position:relative !important;
			}
		}
		@media (min-width: 476px) and (max-width: 554px) {
			.header_title, .large-network{
				font-size:67px !important;
			}
			#header{
				position:relative !important;
			}
		}
		@media (min-width: 554px) {
			.header_title, .large-network{
				font-size:82px !important;
			}
			#header{
				position:fixed !important;
			}
		}
		@media (max-width: 711px) {
			#scrollicon{
				display:none;
			}
		}
	