/* =========== PARALLAX STYLE =============
----------------------------------------------------*/
/*parallax 01*/
.parallax {
  position: relative;
  width: 100%;
  color: #fff;
}
.parallax_a {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;

}
.parallax_b{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.parallax_c{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}


.parallax_d {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.parallax_e {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
