
#section-section1-about
{
    background-image: url(../images/about/bg.jpg);
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 20;
    background-size: cover;
    background-attachment: scroll;    
}


#section-section2-about
{
	
    background-image: url(../images/about/01.jpg);
	background-position: right -150px top 0px;
    background-repeat: no-repeat;
    
}


#section-section2-about  .imgAbout
{
	position: absolute;
    top: 0px;
    right: 0px;	
}


#section-section1-about .pageTitle1-about
{
	width: 200px; 
	position: absolute;
	-webkit-transform: rotate(-90deg); 
	color: white; 
	margin-top:20%;
	background-size: cover;
	margin-left: -50%;
}

#section-section2-about .pageTitle2-about
{
	width: 200px; 
	position: absolute;
	-webkit-transform: rotate(-90deg); 
	color: black; 
	margin-top: 15%;
}

#section-section3-about .pageTitle3-about
{
	width: 200px; 
	position: absolute;
	-webkit-transform: rotate(-90deg); 
	color:white; 
	margin-top: 20%;
}


#section-section3-about {
    background-image: url(../images/about/bg2.jpg);
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 20;
    background-size: cover;
    background-attachment: fixed;    
}

#section-section4-about {
    background-image: url(../images/about/bg3.jpg);
	margin-top: 30px;
	text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 20;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#section-section4-about .pageTitle4-about
{
	width: 200px; 
	position: absolute;
	-webkit-transform: rotate(-90deg); 
	color:black; 
	margin-top: 20%;
	margin-left: -50%;
}

.imgStyle
{
	text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 20;
}



.margin-top
{
	margin-top: 20%
}