body {
  color: #717171;
  font-weight: 300;
  font-family: Helvetica Neue, Regular;
  font-size: 16px;
}

header {
  height: 100vh;
  background: url(https://whitelabelhire.com.au/wp-content/uploads/2025/07/bannernew2.png) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.logo {
    width: 120px;
}

.inside-logo {
    width: 150px;
    margin: 0 auto;
}

.simple-effect {
  padding: 1em .4em;
  display: block;
  font-size: 1.8em;
}

.simple-effect span {
  color: #1e92ea;
}

.simple-text h3 {
  color: #fff;
  font-family: Sinhala MN, Regular;
  font-size: 34px;
  padding-top: 22px;
}

#about h2,
#our-products h2,
#download h2,
#what-we-do h2 {
  color: #000;
  font-family: Sinhala MN, Regular;
  font-size: 43px;
  text-align: center;
}

#download h3 {
  color: #454545;
  font-family: Avenir, Book;
  font-size: 27px;
  text-align: center;
  font-weight: normal;
}

#download{
  padding: 0px 0px 30px 0px;
}

#what-we-do {
  padding-top: 40px;
  padding-bottom: 30px;
}

#what-we-do p {
  padding: 10px 200px 0px 200px;
}

#download p {
  padding: 0 110px 10px 110px;
}

#download button {
  border: 1px solid #454545;
  background: transparent;
  font-family: Avenir, Light;
  font-weight: 300;
  font-size: 13px;
  padding: 6px 18px;
}

.about-box {
  padding: 30px 50px;
}

#our-products {
  padding: 0px 0px 30px 0px;
}

.container-fluid {
  /*padding-left: 0 !important;
  padding-right: 0 !important;*/
}

#wlh-intro p {
  font-family: Helvetica Neue, Regular;
  color: #717171;
  font-weight: 300;
  font-style: normal;
}

#wlh-intro {
  padding-top: 30px;
  padding-bottom: 30px;
}

.download-img {
  height: 350px;
}

.box2 {
  align-content: center;
  padding: 0 37px;
}

.overlay-sim-text-2 p.title {
    color: #fff;
    font-family: Sinhala MN, Regular;
    font-size: 24px;
    text-align: center;
}

#client-logo img {
  height: 150px;
}

/*-- global css --*/
  .overlay,
  .overlay-text,
  .simple-text,
  .overlay-sim-text-2,
  .overlay-text-effect-3,
  .zoom-effect-1 img,
  .zoom-effect-2 img,
  .opacity-effect img,
  .blur-effect img,
  .grayscale-effect img{
    transition: all .4s linear;
      -webkit-transition: all .4s linear;
      -moz-transition: all .4s linear;
      -o-transition: all .4s linear;
}

.image-wrapper{
  margin-bottom: 35px;
}

.effect-image-1{
  position: relative;
  display: block;
}

.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p {
  text-align: center;
  font-family: Helvetica Neue, Regular;
  color: #fff;
  padding: 20px 20px;
}

.overlay{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background: rgba(246,0,2,.7);
  opacity: 0;
  visibility: hidden;
}


  /*-- overlay text effect 2 --*/

  .overlay-sim-text-2{
    position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      opacity: 0;
  }

  .simple-text {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      color: #fff;
      text-align: center;
  }
  .simple-text p{
      margin-bottom: 0px;
      padding: 2px 8px;      
  }

  .effect-image-1 img {
    height: 475px;
    width: 100%;
  }

  .effect-image-1:hover .overlay-xs-1{
    opacity: 1;
    visibility: visible;
    display: block; 
  }

  .effect-image-1:hover .simple-text{
    visibility: visible;
    display: block;
    opacity: 1;
  }

  .overlay-sim-text-2 button {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 50%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    font-family: Sinhala MN, Regular;
    font-weight: normal;
  }