#sp-page-builder .page-content .sppb-section:not(div.sppb-section):first-child {
  margin-top: -100px;
}

/*menu*/
#modal-menu-toggler{
    background: #93c01f;
    top: 60px;
}
.burger-icon>span {
  background-color:var(--sppb-text-varient-8, #000);
}
#modal-menu-toggler.active .burger-icon>span {
  background-color:var(--sppb-text-varient-8, #000)
}
#modal-menu{
    background: #fff;
}
#modal-menu::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 62px;
  bottom: 15px;
  right: 15px;
  background: var(--sppb-color-primary, #93c01f);
  clip-path: path("M0.667313 56.0304L62.4492 0.516294C63.7366 -0.640507 65.7859 0.273174 65.7859 2.00396V57.5181C65.7859 58.6226 64.8905 59.5181 63.7859 59.5181H2.00405C0.170296 59.5181 -0.696686 57.256 0.667313 56.0304Z");
}
/*rsform*/
#rsform_3_page_0 .form-control::placeholder {
  color: #ffffff6b;
  opacity: 1;
}
#rsform_3_page_0 .form-control {
  background-color: transparent;
  color: #fff;
}

/*footer*/
#sp-footer #sp-footer1 {
  max-width: 100%;
}
#sp-footer a, #sp-bottom a {
  color: #fff;
}