#home {
    background-color:transparent;
}
.section-content-home{
    min-height:800px;
}
#services {
    background-color:transparent;
}
.section-content-services{
    min-height: 520px;
}
#solutions {
    background-color:transparent;
}
.section-content-solutions{
    min-height:550px;
}
#about {
    background-color:transparent;
}
.section-content-about{
    min-height:1500px;
}
#blog {
    background-color:transparent;
}
.section-content-blog{
    min-height:460px;
}
#contact {
    background-color:transparent;
}
.section-content-contact{
    min-height:200px;
}