nav .navbar .links li:first-child a {
  color: #000000d4;
}

nav .navbar .links li:nth-child(3) a {
  color: #e56d18;
}



.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 380px;
  background: linear-gradient(rgba(8, 58, 128, 0.342), rgba(14, 47, 103, 0.558)), url(../images/team\ members4.webp);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 220px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: -70px;
}

.sec1a h1 {
  width: fit-content;
  /* background-color: #dc8827; */
  padding: 0px 10px;
  margin-left: 5%;
  font-size: 35px;
  padding-bottom: 8px;
  backdrop-filter: blur(5px);
  font-weight: 600;
  background-color: rgba(220, 220, 220, 0.185);
}

.service-sec {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.634);
  padding-bottom: 3%;
}

.service-sec .tx {
  width: 48%;
  text-align: justify;
}

.service-sec .tx h3 {
  font-size: 28px;
  color: #0e2685;
}

.service-sec .tx img {
  display: none;
}

.service-sec img {
  width: 48%;
}

.service-sec h5 {
  color: #0e2685;
  border-top: 0.1px solid rgb(201, 201, 201);
  padding-top: 20px;
}

.service-sec ul {
  margin-top: 20px;
}

.service-sec ul li {
  margin-left: 15px;
}



@media screen and (max-width: 900px) {

  .sec1a {
    background-size: cover;
    height: 200px;
    padding-top: 130px;
    margin-top: -0px;
  }

  .sec1a h1 {
    font-size: 20px;
    padding-top: 5px;
  }

  .sec11a h1 {
    font-size: 35px;
  }

  .service-sec {
    flex-wrap: wrap-reverse;
  }

  .service-sec .tx {
    width: 100%;
  }

  .service-sec .tx h3 {
    text-align: left;
    font-size: 23px;
  }

  .service-sec .tx p {
    font-size: 15px;
  }

  .service-sec img {
    width: 100%;
    display: none;
  }

  .service-sec .tx img {
    display: block;
    margin-bottom: 15px;
  }


  .service-sec .tx h5 {
    font-size: 16px;
    font-weight: 600;
  }


  nav .navbar .links li:first-child a {
    color: #000000;
  }

  nav .navbar .links li:nth-child(3) a {
    color: #eb8d19;
  }


}