#footer {
  align-items: center;
  background: #3f137d;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  margin-top: 0 !important;
 /* min-height: 620px;*/
  position: relative
}
#footer .footer-logo {
  margin-bottom: 0;
  max-width: 200px
}
#footer .footer-shape {
  display: none
}
@media (min-width:992px) {
  .sticky-footer #content, .sticky-footer #page-submenu, .sticky-footer #page-title, .sticky-footer #slider:not(.slider-parallax-invisible) {
    z-index: 2
  }
  .sticky-footer #content {
    transform: translateZ(0)
  }
  .sticky-footer #footer {
    bottom: 0;
    left: 0;
    position: sticky;
    top: auto
  }
}
#footer .footer-widgets-wrap {
  padding: 0;
  position: relative
}
#footer .footer-social ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0
}
#footer .footer-social {
  margin-top: 50px;
  max-width: 220px
}
@media (max-width:992px) {
  #footer .footer-widgets-wrap {
    padding: 60px 0 30px;
    position: relative
  }
  #footer .footer-logo-container {
    text-align: center
  }
  #footer .footer-logo {
    margin-bottom: 30px;
    max-width: 100px
  }
  #footer {
    background: #3f137d;
    margin-top: 0 !important;
    min-height: 500px;
    position: relative
  }
  #footer .widget_links {
    margin-bottom: 50px
  }
  #footer .footer-menu-disclaimer {
    margin-top: 50px !important
  }
  #footer .footer-social {
    margin-top: 0;
    max-width: 220px
  }
}
@media (min-width:1200px) {
  #footer .footer-shape {
    display: inline-flex;
    height: 630px
  }
}