@charset "utf-8";
/* CSS Document */


.well3 {
  padding: 162px 0 167px;
}
.well4 {
  padding: 98px 0 33px;
}

@media (max-width: 479px) {
  .well3 {
    padding: 80px 0;
  }
}

@media (max-width: 479px) {
  .well4 {
    padding: 80px 0;
  }
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}