/* parallax effect */
#bgparallax-aboutus { 

background:url(../images/public/parallaxbg-aboutus.jpg) 50% 0 fixed;
height: auto;  
margin: 0 auto; 
width: 100%; 
position: relative; 
box-shadow: 0 0 10px rgba(0,0,0,0.3);
padding: 80px 0;
min-height:430px
}

.aboutusSection {}
#bgparallax-aboutus h1 {text-align:center; font-size:70px; color:white; padding-top:20px;
text-shadow: 2px 1px 1px #000;
}
#bgparallax-aboutus p {font-size:18px; color:white; text-align:center; text-shadow: 2px 1px 1px #000;
}
.aboutus-inner {padding:50px 5%!important}


@media only screen and (max-width : 767px) {
#bgparallax-aboutus h1 {text-align:center; font-size:26px!important; color:white; padding-top:60px}
#bgparallax-aboutus p {font-size:14px; color:white; text-align:center}
}

@media only screen and (max-width : 414px) {
	.about_desc{margin: 0 20px;}
}
.aboutus-inner p{
	text-align:justify;
}