.full-height {
  height: 100vh;
}

.hero-bg {
  /* background-image: url("img/hero-bg-2.jpg"); */
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('img/hero-bg-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg-one {
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('img/handshake.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg-two {
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('img/contact.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg-three {
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('img/associates.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fh {
    height: 80vh;
}

.cmt-one {
    margin-top: 12%;
}

.cmt-two {
    margin-top: 20%;
}

.txt-white {
    color: #fff !important;
}

.cw {
  width: 50%;
  margin: auto;
}

/* Responsive css */
@media (max-width: 576px) {
  .fh {
    height: 50vh;
  }

  .cw {
    width: 80%;
  }

  .ct-one {
    margin-top: 10%;
  }

  .cmt-two {
    margin-top: 50%;
  }
}