

.banner-area {
  width: 100%;
  height: 600px;
  top: 150px;
  background-image: linear-gradient(rgba(4, 9, 30, 0.4), rgba(4, 9, 30, 0.4)),
    url("images/quality.jpg");
  background-size: cover;
  background-position: center;
}

.banner-area h2 {
  padding-top: 25%;
  font-size: 70px;
  font-family: "Righteous", sans-serif;
  text-transform: uppercase;
  color: rgb(252, 167, 11);
  text-align: left;
}
.banner-area p {
  font-size: 20px;
  font-family: "Righteous", sans-serif;
  text-transform: uppercase;
  color: white;
  text-align: left;
}

.banner-area::before,
.banner-area::after {
  content: "";
  position: absolute;
  height: 100px;
  bottom: 10px;
  right: 0;
  left: 0;
}

.body{
  padding-top: 5%;
}

.text-body h2{
  padding-top: 0;
  margin-left: 19%;
  color: blue;
  height: px;
  font-size: 30px;
  line-height: 2rem;
  text-align: left;
}

.text-body p{
  padding-top: 1.5%;
  margin-left: 19%;
  color: grey;
  height: px;
  font-size: 20px;
  line-height: 2rem;
  text-align: left;
}

.text-body li{
  margin-left: 19%;
  color: grey;
  font-size: 15px;
  height: 25px;
  text-align: left;
  height: 30px;
}

/* Project */
.project {
  background-image: url("images/orange.jpg");
  background-size: cover;
  height: 200px;
}

.project::before,
.project::after {
  content: "";
  position: absolute;
  height: 100px;
  bottom: -25px;
  right: 0;
  left: 0;
  transform: skewY(-1deg);
}

.project h5 {
  padding-top: 2%;
}

.project .btn-outline {
  align-items: center;
  background: blue;
  color: white;
}

.project .btn-outline:hover {
  transform: translateY(5px);
}

.project::before,
.project::after {
  content: "";
  position: absolute;
  height: 100px;
  top: -25px;
  right: 0;
  left: 0;
  transform: skewY(1deg);
}
