.body {
  position: relative;
  margin: 0 auto;
}
.body_inner {
  position: relative;
  z-index: 1;
}
.menuProd2Rows {
  height: 80px;
}
.parallaxbanner .head {
  text-align: center;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%!important;
  background-repeat: no-repeat !important;
  background-size: 100% 100%!important;
  background-size: cover!important;
  margin-bottom: 0px;
}
.head h1 {
  padding: 100px 25px 15px;
  position: relative;
}
.head h2 {
  padding: 0 25px;
  position: relative;
}
.h_media .head {
  background: 50% 50% no-repeat transparent;
}
.head .business_circle_img {
  /*position: absolute;
        bottom: 0;*/
  /*left: 0;*/
  /*width: 100%;
        min-width: 200px;*/
  height: auto;
  z-index: 1;
}
.head .customer_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 200px;
  height: auto;
  z-index: 2;
  margin-bottom: 150px;
  /*-webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/

}
.head .front_img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  /*-webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/

}
@media only screen and (max-width: 480px) {
  .head .front_img {
    width: 180%;
  }
  .head .sliderBanner .customer_img {
    transform: scale(1) translateX(-20%) !important;
  }
}
@media only screen and (min-width: 1375px) {
  
}
@media only screen and (min-width: 1500px) {
  
}
@media only screen and (min-width: 1700px) {
  
}
@media only screen and (min-width: 600px) {
  .parallaxbanner .head {
    position: fixed;
    z-index: -1;
  }
}
@media only screen and (min-width: 540px) {
  
}
.head_height {
  position: relative;
  z-index: -3;
  display: none;
}
@media only screen and (min-width: 599px) {
  .head_height {
    display: block;
  }
}
