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

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color:#fff;

}
.bgimg-1 {
  background-image: url(http://www.surpasssolution.com/ss/assets/img/bottom01.jpg);
  min-height: 400px;
}

.bgimg-2 {
  background-image: url(http://www.surpasssolution.com/ss/assets/img/causrbackground.jpg);
  min-height: 400px;
}

.bgimg-3 {
  background-image: url(".jpg");
  min-height: 400px;
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}
 
