nav .navbar .links li:first-child a {
  color: #000000d4;
}

nav .navbar .links li:nth-child(3) a {
  color: #e07c35;
}



.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 400px;
  background: linear-gradient(rgba(7, 17, 47, 0.473), rgba(7, 18, 68, 0.325)), url(../images/Immigration\ &\ Visa\ Consultancy.jpg);
  background-position: center;
  background-size: 100%;
  text-align: center;
  margin-top: -120px;
}

.sec1a h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 300px;
}


.service-sec {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-sec .tx {
  width: 48%;
  text-align: justify;
}

.service-sec .tx h3 {
  font-size: 28px;
}

.service-sec .tx img {
  display: none;
}

.service-sec img {
  width: 48%;
}

.service-sec ul {
  margin-top: 20px;
}

.service-sec ul li {
  margin-left: 15px;
}



@media screen and (max-width: 900px) {

  .sec1a {
    height: 200px;
    margin-top: -00px;
  }

  .sec1a h1 {
    font-size: 25px;
    padding-top: 150px;
  }

  .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: #ffffff;
  }


}