nav.scrolled .navbar .links li:first-child a {
  color: #ffffffd4;
}

nav .navbar .links li:first-child a {
  color: #ffffffd4;
}

nav .navbar .links li:nth-child(6) a {
  color: #0276c3;
}

nav .navbar .links li .sub-menu li a {
  color: black;
}

.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0.554), rgba(0, 0, 0, 0)), url(../images/Contact\ us\ \ 2.jpg);
  background-position: center;
  background-size: 100% 100%;
  text-align: center;
  /* padding-top: 380px; */
  color: white;
  font-size: 40px;
  margin-top: -120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  overflow: hidden;
}

.sec1a .png {
  width: 20%;
  position: absolute;
  left: 0;
  z-index: 30;
  opacity: 0.3;
  margin-top: 300px;
  height: fit-content;
  border-radius: 0;
}


.sec1a h1 {
  font-size: 35px;
  color: #225d4f;
  font-weight: 800;
  margin-left: 25%;
  text-align: left;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec1a .tx {
  width: 45%;
  height: fit-content;
  background-color: white;
  margin-top: 250px;
  padding-top: 10px;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.sec1a .tx ul {
  width: 100%;
  display: flex;
  margin-left: 25%;
  background-color: white;
}

.sec1a .tx ul li {
  text-decoration: none;
  background-color: white;
  color: black;
  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: #0276c3;
}

/* 
.sec1a img {
  width: 54%;
  border-radius: 0 0 30% 80%;
  height: 550px;
  margin-right: -100px;
  margin-top: -30px;
} */

.qr-sec {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  text-align: center;
  justify-content: center;
}

.qr-sec .qrContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.qr-sec .qrContainer .box {
  width: 35%;
  margin: 20px;
}

.qr-sec .qrContainer .box img {
  width: 100%;
  margin-top: 20px;
}



.contact-sec {
  max-width: 1800px;
  margin: auto;
  padding: 8% 4%;
  padding-top: 20px;
  margin-top: -2px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  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%;
  background-color: white;
}

.contact-sec h1 {
  color: #23463e;
  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: 40px;
  height: fit-content;
  margin-right: 15px;
  background-color: #225d4f;
  padding: 10px;
  border-radius: 50%;
  /* filter: brightness(0); */
}

.contact-sec .text h5 {
  color: #0276c3;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

.contact-sec .text h4 {
  color: #0276c3;
  margin: 0;
  font-size: 22px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.contact-sec .text p {
  margin-top: 0;
  margin: 0;
}


.contact-sec .Director {
  width: 100%;
}

.contact-sec .Director p {
  margin-top: 10px;
}


.contact-sec form {
  width: 40%;
  padding: 30px 30px;
  text-align: center;
  padding-top: 10px;
  background-color: #071b38;
  /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/img\ 5.png);
  background-position: center;
  background-size: 100% 100%; */
  color: white;
}

.contact-sec form h1 {
  color: #ffffff;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contact-sec form h5 {
  color: #0276c3;
}

.contact-sec form .line {
  width: 100px;
  height: 2px;
  background: #0276c3;
  margin-bottom: 20px;
}



.contact-sec form input {
  width: 90%;
  padding: 10px;
  margin-top: 20px;
  border: 0.1px solid rgb(232, 232, 232);
}

.contact-sec form input:focus {
  outline: none;
}


.contact-sec form textarea {
  width: 90%;
  padding: 10px;
  margin-top: 20px;
  border: 0.1px solid rgb(232, 232, 232);
}

.contact-sec form textarea:focus {
  outline: none;
}



.contact-sec button {
  padding: 8px;
  /* border-radius: 30px; */
  background-color: transparent;
  border: 0.1px solid #0276c3;
  display: flex;
  place-items: center;
  justify-content: space-between;
  font-weight: 700;
  margin-left: 0;
  margin: auto;
  margin-top: 30px;
  color: #0276c3;

}

.contact-sec button:hover {
  background-color: transparent;
  color: #0276c3;
  border: 0.1px solid #0276c3;
}

.contact-sec button span {
  margin: 0 20px;
}

.contact-sec button img {
  width: 30px;
  background: white;
  padding: 5px;
  border-radius: 50%;
}

/* .contact-sec button .img2 {
  display: none;
} */

.contact-sec button:hover img {
  background-color: #0276c3;
  display: none;
}

.contact-sec button:hover .img2 {
  display: block;
}


.map {
  max-width: 1800px;
  margin: auto;
  margin-bottom: -100px;
}

.map iframe {
  width: 100%;
  height: 450px;
}




@media screen and (max-width: 900px) {

  .sec1a {
    height: 450px;
    flex-wrap: wrap-reverse;
    position: relative;
  }


  .sec1a .tx {
    width: 80%;
    margin-top: 520px;
    padding-top: 5px;
    margin-bottom: -20px;
  }


  .sec1a h1 {
    font-size: 25px;
    margin-top: 20px;
    margin-left: 5%;
  }

  .sec1a .tx ul {
    margin-left: 5%;
  }

  .sec1a .tx ul li {
    font-size: 15px;
  }

  .sec1a .png {
    margin-top: 200px;
    width: 80px;
    top: 0;
  }

  .sec1a img {
    width: 120%;
    height: 350px;
    margin-top: -60px;
    margin-right: -200px;

  }

  .contact-sec {
    padding-top: 100px;
    padding: 0;
    margin-top: -2px;
    background-color: white;
    position: relative;
    z-index: 5px;
  }

  .qr-sec .qrContainer .box {
    width: 100%;
    margin: 0;
  }

  .qr-sec h1 {
    font-size: 25px;
    margin-bottom: -20px;
  }

  .qr-sec .qrContainer .box img {
    margin-bottom: -10px;
  }

  .qr-sec .qrContainer .box h5 {
    font-size: 15px;
    margin-top: 50px;
  }

  .contact-sec .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .contact-sec h1 {
    font-size: 32px;
    width: 75%;
    margin: auto;
  }

  .contact-sec .text h5 {
    font-size: 15px;
  }

  .contact-sec .text h4 {
    text-align: center;
  }

  .contact-sec .text .box {
    margin-left: 10px;
  }

  .contact-sec form {
    width: 100%;
    margin-top: 50px;

  }

  .contact-sec form h1 {
    font-size: 25px;
    color: white;
    width: 100%;
  }

  .contact-sec form input {
    width: 90%;
  }

  .contact-sec form textarea {
    width: 90%;
  }


  .contact-sec .Director {
    width: 100%;
    /* text-align: center; */
  }



}