nav .navbar .links li:first-child a {
  color: #000000;
}

nav .navbar .links li:nth-child(7) a {
  color: #a12076;
}


.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 300px;
  background: linear-gradient(rgba(7, 23, 77, 0.462), rgba(7, 18, 68, 0.384)), url(../images/contactus.jpg);
  background-position: center;
  background-size: 100%;
  text-align: center;
}

.sec1a h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 200px;
}

.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%;
  padding-bottom: 0;
}

.contact-sec h1 {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contact-sec .text {
  width: 40%;

}

.contact-sec .text .line {
  width: 200px;
  margin-top: -80px;
  margin-left: -60px;
  margin-bottom: -80px;
}

.contact-sec .text .box {
  display: flex;
  margin-top: 30px;
  place-items: center;
}

.contact-sec .text .box img {
  width: 35px;
  height: fit-content;
  margin-right: 15px;
  background-color: #142334;
  padding: 8px;
  border-radius: 50%;
  /* filter: brightness(0); */
}

.contact-sec .text h5 {
  color: #a12076;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 16px;
}

.contact-sec .text p {
  margin-top: 0;
  margin: 0;

}

.contact-sec .text a p {
  color: #000000;
}

.contact-sec .Director {
  width: 100%;
}

.contact-sec .Director p {
  margin-top: 10px;
}

.contact-sec .map {
  width: 50%;
}

.contact-sec .map iframe {
  width: 100%;
  height: 400px;
}




@media screen and (max-width: 900px) {

  .sec1a {
    height: 200px;
    background-size: cover;
  }

  .sec1a h1 {
    font-size: 25px;
    padding-top: 150px;
  }

  .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;
    margin-top: 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%;
    /* text-align: center; */
  }

  .contact-sec .map {
    width: 100%;
    margin-top: 30px;
  }

  .contact-sec .map iframe {
    width: 100%;
    height: 300px;
  }


}