/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  background-position: 50% 50% !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media only screen and (max-width: 1199px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50% !important;
    background-size: cover !important;
  }
}
.first {
  background-image: url(../images/page1_img1.png);
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .first {
    background-image: url(../images/page1_img1_resize.png);
  }
}
.second {
  background-image: url(../images/page1_img22.png);
  padding: 136px 0 149px;
}
@media only screen and (max-width: 767px) {
  .second {
    background-image: url(../images/page1_img22_resize.png);
  }
}
.third {
  background-image: url(../images/page2_img1.png);
  padding: 55px 0 68px;
}
@media only screen and (max-width: 767px) {
  .third {
    background-image: url(../images/page2_img1_resize.png);
  }
}
.fourth {
  background-image: url(../images/page4_img5.png);
  padding: 54px 0 68px;
}
@media only screen and (max-width: 767px) {
  .fourth {
    background-image: url(../images/page4_img5_resize.png);
  }
}
