.container-fluid.pw-splash-screen-1 {
  margin: 0;
  padding: 0;
}

.pw-splash-screen-1 .jumbotron {
  position: relative;
  /*padding: 110px 24px;*/
  z-index: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .pw-splash-screen-1 .jumbotron {
    padding: 88px 128px;
  }
}

.pw-splash-screen-1 .jumbotron-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../../img/carousel/Paperwork-main-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
}

.pw-splash-screen-1 .jumbotron-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
  z-index: -1;
}

.pw-splash-screen-1 .jumbotron-heading {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 48px;
  z-index: 3;
}

@media (min-width: 768px) {
  .pw-splash-screen-1 .jumbotron-heading {
    font-size: 42px;
    line-height: 72px;
  }
}

.pw-splash-screen-1 .jumbotron-heading {
  max-width: 516px;
}

.pw-splash-screen-1 .jumbotron-button {
  background-color: rgba(0,0,0,0.85);
  color: white!important;
  padding: 16px 54px;
  font-size: 16px;
  font-weight: 700;
  z-index: 3;
  cursor: pointer;
}

