.sec1 {
  max-width: 1800px;
  margin: auto;
  height: 500px;
  background: linear-gradient(rgba(7, 45, 116, 0), rgba(0, 0, 0, 0.457)), url(../image/Industries\ 8.jpg);
  background-position: center;
  background-size: 100% 160%;
  text-align: center;
  padding-top: 350px;
  color: white;
  font-size: 40px;
  margin-top: -80px;
}



.sec1 h1 {
  color: white;
  font-weight: 700;
}

/* sec5 start  */

.sec5 {
  max-width: 1500px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  /* margin-top: 100px; */
}

.sec5 .sec5-headimgText {
  /* height: 100px; */
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sec5 .sec5-headimgText h2 {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  color: rgb(0, 0, 0);
}

.sec5 .sec5-headimgText h2 span {
  font-weight: 800;
}


.sec5 .sec5-boxes {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;

}

.sec5 .sec5-boxes .box-text1 {
  height: 300px;
  padding: 15px 5px;
  margin-top: 220px;
  background-color: #023728c1;
}

.sec5 .sec5-boxes .box-text2 {
  height: 300px;
  padding: 15px 8px;
  margin-top: 200px;
  background-color: #023728c1;
}

.sec5 .sec5-boxes h2 {
  color: #fff;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;

}

.sec5 .sec5-boxes p {
  font-size: 18px;
  height: 300px;
  margin-top: 50px;
  text-align: center;
  color: white;
}


.sec5 .sec5-boxes .button {
  margin-top: 30px;
  text-align: center;
  align-content: center;
}

.sec5 .sec5-boxes .button button {
  font-size: 20px;
  margin-top: 30px;
  border-radius: 30px;
  color: white;
  border: none;
  background-color: #060e2a;
  padding: 10px 50px;
}

.sec5 .sec5-boxes .button button a {
  color: white;
}

.sec5 .sec5-boxes .sec5-subbox1 {
  width: 100%;
  display: flex;
}


.sec5-subbox1 .box1 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/OIL\ &\ GAS.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  padding-top: 0;
  border-radius: 20px;
}

.sec5-subbox1 .box2 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/MECHANICAL\ PLUMBING.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5-subbox1 .box3 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/BANKING\ &\ FINANCE.png);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5-subbox1 .box4 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.005)), url(../image/PETROCHEMICAL\ INDUSTRY.png);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}


.sec5 .sec5-boxes .sec5-subbox2 {
  width: 100%;
  display: flex;
}

.sec5-subbox2 .box5 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Engineering.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5-subbox2 .box6 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Services\ &\ Maintenance.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.sec5-subbox2 .box7 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.012)), url(../image/Fabrication\ &\ Erection.avif);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}


.sec5-subbox2 .box8 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.01)), url(../image/OIL\ FIELDS\ &\ REFINERIES.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5 .sec5-boxes .sec5-subbox3 {
  width: 100%;
  display: flex;
}

.sec5-subbox3 .box9 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.034)), url(../image/CONSTRUCTIONS.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5-subbox3 .box10 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.025)), url(../image/HOSPITALITY\ INDUSTRY.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5-subbox3 .box11 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Air\ Conditioning.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5-subbox3 .box12 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/IT\ &\ TELECOM.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}


.sec5 .sec5-boxes .sec5-subbox4 {
  width: 100%;
  display: flex;
}

.sec5-subbox4 .box13 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Manufacturing.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5-subbox4 .box14 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.003), rgba(0, 0, 0, 0)), url(../image/Power\ and\ Utility.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5-subbox4 .box15 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/Medical\ &\ Pharmacy.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}

.sec5-subbox4 .box16 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../image/OFFICE\ ADMINISTRATION.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
}


@media screen and (max-width: 900px) {

  .sec1 h1{
    font-weight: 500;
  }

  .sec5 {
    padding: 20px 10px;
    margin-top: 10px;
  }

  .sec5 .sec5-headimgText {
    padding: 0;
  }

  .sec5 .sec5-headimgText h2{
    font-size: 25px;
    text-align: left;
    font-weight: 400;
  }

  .sec5-subbox1 .box1 {
    width: 100%;
  }


  .sec5-subbox1 .box1 {
    width: 100%;
  }

  .sec5 .sec5-headimgText {
    padding-top: 8px;
  }

  .sec5-subbox1 {
    display: flex;
    flex-wrap: wrap;
  }

  .sec5-subbox2 {
    display: flex;
    flex-wrap: wrap;
  }

  .sec5-subbox3 {
    display: flex;
    flex-wrap: wrap;
  }

  .sec5-subbox4 {
    display: flex;
    flex-wrap: wrap;
  }

  .sec5-subbox1 .box2 {
    width: 100%;
    margin-top: 20px;
  }

  .sec5-subbox1 .box3 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox1 .box4 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox2 .box5 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox2 .box6 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox2 .box7 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox2 .box8 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox3 .box9 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox3 .box10 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox3 .box11 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox3 .box12 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox4 .box13 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox4 .box14 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox4 .box15 {
    width: 100%;
    margin-top: 20px;

  }

  .sec5-subbox4 .box16 {
    width: 100%;
    margin-top: 20px;

  }



}