section#building-blocks {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
	height: 457px;
}

#building-blocks>div:nth-of-type(1){
    background: url(../images/company-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 457px;
    position:absolute;
    top:0;
	left:0;
    width:100%;   
}

/*Investors*/
section#investors-product {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
	height: 500px;
}

#investors-product>div:nth-of-type(1){
    background: url(../images/investors-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 500px;
    position:absolute;
    top:0;
	left:0;
    width:100%;   
}

/*Services*/
section#services-wrapper {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
	height: 535px;
}

#services-wrapper>div:nth-of-type(1){
    background: url(../images/service-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 535px;
    position:absolute;
    top:0;
	left:0;
    width:100%;   
}


/*New Home*/
section#home-content {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
	height: 500px;
}

#home-content>div:nth-of-type(1){
    background: url(../images/new-images/hero8.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 500px;
    position:absolute;
    top:0;
	left:0;
    width:100%;   
}