nav .navbar .links li:first-child a {
  color: #000000d4;
}

nav .navbar .links li:nth-child(8) a {
  color: #e07c09;
}


.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 400px;
  background: linear-gradient(to top, rgba(5, 25, 64, 0.825), rgba(2, 41, 87, 0.702), rgba(0, 0, 0, 0)), url(../images/contact\ us.JPG);
  background-position: center;
  background-size: 100% 180%;
  text-align: center;
  color: white;
  font-size: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  z-index: 10;
  position: relative;

}

.sec1a .png {
  width: 100px;
  position: absolute;
  left: 0;
  z-index: 30;
  opacity: 0.5;
  margin-top: 300px;
  height: fit-content;
  border-radius: 0;
}


.sec1a h1 {
  font-size: 40px;
  color: #e07c09;
  font-weight: 600;
  margin-top: 200px;
  /* margin-left: 20%; */
  text-transform: uppercase;
}

.sec1a .tx {
  width: 100%;
}

.sec1a .tx ul {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  /* margin-left: 20%; */
}

.sec1a .tx ul li {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 20px;
  list-style: none;
  width: fit-content;
  margin: 0 5px;
}

.sec1a .tx ul li span {
  margin-left: 5px;
}

.sec1a .tx ul a:hover {
  text-decoration: none;
}

.sec1a .tx ul .li2 li {
  color: #e07c09;
}


.sec1a img {
  width: 54%;
  display: none;
  border-radius: 0 0 30% 80%;
  height: 550px;
  margin-right: -100px;
  margin-top: -30px;
}

.contact-sec {
  max-width: 1800px;
  margin: auto;
  padding: 8% 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ img\ 3.jpg); */
  background-position: center;
  background-size: 100% 100%;
}

.contact-sec h1 {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.map {
  max-width: 1800px;
  margin: auto;
}

.map iframe {
  width: 100%;
}


/* .sec10 {
  padding-top: 250px;
  margin-top: -200px;
}

.sec10 .form-sec {
  flex-wrap: wrap-reverse;
} */



@media screen and (max-width: 900px) {

  .sec1a {
    height: 200px;
    background-size: 100% 150%;
  }


  .sec1a .tx {
    width: 100%;
  }

  .sec1a h1 {
    font-size: 25px;
    margin-top: 100px;
    margin-left: 10%;
  }

  .sec1a .tx ul {
    margin-left: 5%;
  }

  .sec1a .tx ul li {
    font-size: 15px;
  }

  .sec1a .png {
    margin-top: 100px;
    width: 80px;
    top: 0;
  }

  .sec1a img {
    width: 120%;
    height: 350px;
    margin-top: -60px;
    margin-right: -200px;

  }

  .contact-sec {
    padding-top: 0;
  }

  .contact-sec .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .contact-sec h1 {
    font-size: 20px;
  }

  .contact-sec .text h5 {
    font-size: 15px;
  }

  .contact-sec .text .box {
    margin-left: 10px;
  }

  .contact-sec form {
    width: 100%;
    margin-top: 50px;

  }

  .contact-sec form h1 {
    font-size: 25px;
  }

  .contact-sec form input {
    width: 90%;
  }

  .contact-sec form textarea {
    width: 90%;
  }

  .contact-sec .Director {
    width: 100%;
  }

  .sec10b .form-sec {
    padding-top: 0;
    flex-wrap: wrap-reverse;
  }

  .sec10 .form-sec form {
    margin-top: 30px;
  }

  nav .navbar .links li:first-child a {
    color: #ffffffe8;
  }






}