.site-content {
  padding-top: 0px;
}

header.site-header.header-light.header-01 .canvas-menu .icon-menu {
  background-color: #758E8C;
  display: none;
}

@media screen and (max-width: 1024px) {
  
  header.site-header.header-light.header-01 .canvas-menu .icon-menu {
  background-color: #758E8C;
  display: flex;
}
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 782px) {
  .site-content {
    margin-top: 0px !important;
padding-top: 0px;
  }
}
