nav .navbar .links li:first-child a {
  color: #ffffff;
}

nav .navbar .links li:nth-child(3) a {
  color: #f6dc69;
}

nav .navbar .links li .sub-menu li a {
  color: white;
}

.header-banner {
  max-width: 1800px;
  margin: auto;
  height: 300px;
  background: linear-gradient(to top, rgba(3, 56, 72, 0.968), rgba(3, 60, 122, 0), rgba(4, 68, 104, 0.889)), url(../images/Staffing\ Solutions.jpg);
  background-position: center;
  background-size: 100% 220%;
  text-align: center;
  color: rgb(255, 255, 255);
  position: relative;
  padding-top: 180px;

}

.header-banner h1 {
  font-size: 45px;
  font-weight: bold;
  place-items: center;
}

.text-area {
  max-width: 1800px;
  margin: auto;
  padding: 3% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
}


.text-area .tx {
  width: 50%;
}


.text-area h1 {
  color: #104c74;
  font-weight: 700;
  font-size: 45px;
}


.text-area img {
  width: 45%;
}



.sec8 img {
  width: 50%;
}

.sec8 .text h1 {
  font-size: 45px;
}


.sec8b img {
  margin-left: -5%;
  margin-right: -5%;
}

.sec8b .text {
  margin-right: 5%;
}



@media screen and (max-width: 900px) {

  .header-banner {
    background-size: 120% 100%;
    height: 220px;
    margin-top: -50px;
    padding-top: 130px;
  }

  .header-banner h1 {
    font-size: 28px;
    color: #fefefe;
  }


  .text-area h1 {
    font-size: 28px;
    margin-top: 20px;
  }

  .text-area p {
    text-align: justify;
  }




  .sec8 img {
    width: 100%;
  }

  .sec8b {
    flex-wrap: wrap;

  }


  .sec8 .text h1 {
    font-size: 28px;
  }






  .text-area .tx {
    width: 100%;
  }


  .text-area img {
    width: 100%;
  }




}