
/*INNER PARALLAX SECTIONS (Except Intro Parallax)*/

.no-parallax{
	background-attachment: scroll !important;
}

.promotional{
	background: url('/assets/bg.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}

.testimonial{
	background: url('/assets/bg.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}
.about-head{
	background: url('/assets/02.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}
.works1-head{
	background: url('/assets/royhead.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}
.works2-head{
	background: url('/assets/royhead.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}
.news-head{
	background: url('/assets/royhead.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}
.credits-head{
	background: url('/assets/01.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}
.clients-head{
	background: url('/assets/03.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}
.awards-head{
	background: url('/assets/04.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}
.contact-head{
	background: url('/assets/05.jpg') 0 0 no-repeat fixed;
	background-size: cover;
}

