.default-homepage-container{
    width: 100%;
}
.default-homepage-container .section{
  background: #fff;
    overflow-x: hidden;
}
/*.default-homepage-container #section1{*/
/*    background: #fff;*/
/*    overflow-x: hidden;*/
/*}*/
/*.default-homepage-container #section2{*/
/*    background: #fff;*/
/*}*/
.default-homepage-container #section3{
    /*background: #f8f2f2;*/
}
.default-homepage-container #section4{
    /*background: #f8f2f2;*/
}
/*.default-homepage-container #section5{*/
/*    background: #fff;*/
/*}*/
/*.default-homepage-container #section6{*/
/*    background: #fff;*/
/*}*/
#header-main{
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    /*.default-homepage-container .section{*/
    /*    overflow: hidden;*/
    /*}*/
}
.main {
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto;
}
.home-section {
    position: relative;
}


