.parallax { 
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  main{
    margin-bottom: 429px;
  }
  .page-wrapper#pageWrapper footer.main-footer{ 
    padding-top: 0px;
    top: auto !important;
    z-index: 0;
    position: fixed;
    bottom: 0px;
    width: 100%;
  }
  #mainContent > section.section.about-us-area.pt-60{
      background-color: whitesmoke;
  }