/* section background
/* -------------------------------------------------- */

#subheader{
/*
*/
}

.header-history{
    background:url(../images/background/bg-subheader-history.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

.header-geology{
    background:url(../images/background/bg-subheader-geology.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

.header-greenoreproject{
    background:url(../images/background/bg-subheader-greenoreproject.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

.header-factfiles{
    background:url(../images/background/bg-subheader-factfiles.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}


.img-factfiles {
    border-radius:10px;
    box-shadow:0 7px 10px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.19)
}

.img-content img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
  	position:relative;
}
.img-content img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}

#fun-facts{
background:url(../images/background/bg-3.jpg) top left fixed;
background-size:cover;
}

#section-contact{ 
padding:0px !important;
}

#section-skill-bar{ 
background:url(../images/background/bg-8.jpg) top left fixed;
background-size:cover;
}

#info-address{background:url(../images/background/bg-3.jpg) top fixed;}
#logo-full{ background:#000; padding:60px 0 60px 0;}
#view-all-projects{background:#F06807; padding:60px 0 60px 0;}
#section-about-us-2{background:#f8f8f8; height:100%;}
#section-about-us-2 .image-container{background:url(../images/background/bg-side-1.jpg);}


.dark #section-about-us-2{background:#222; height:100%;}
#section-welcome{background:url(../images/background/bg-5.jpg);}
#section-welcome-2{background:url(../images/background/bg-6.jpg);}
#section-welcome-3{background:url(../images/background/bg-7.jpg) top left;}
.dark #section-portfolio{background:#222;}

#section-testimonial{ background:url(../images/background/bg-2.jpg) top fixed;}

