

nav .navbar .links li:first-child a {
  color: #000000d4;
}

nav .navbar .links li:nth-child(6) a{
  color: #730f4d;
}


.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner.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: space-between;
  overflow: hidden;
}

.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: 85px;
  color: #23463e;
  font-weight: 800;
  margin-top: 300px;
  margin-left: 10%;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.sec1a .tx {
  width: 45%;
}

.sec1a .tx ul {
  width: 100%;
  display: flex;
  margin-left: 25%;
}

.sec1a .tx ul li {
  text-decoration: none;
  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: #730f4d;
}


.sec1a img {
  width: 54%;
  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: #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: #000000;
  padding: 10px;
  border-radius: 50%;
  /* filter: brightness(0); */
}

.contact-sec .text h5 {
  color: #730f4d;
  margin: 0;
  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: 20px 0;
  text-align: center;
  background-color: rgb(207, 226, 226);
  color: white;
}

.contact-sec form h1{
  color: #000000;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.contact-sec form h5 {
  color: #730f4d;
}

.contact-sec form .line {
  width: 100px;
  height: 2px;
  background: #730f4d;
  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: #000000;
  border: none;
  display: flex;
  place-items: center;
  justify-content: space-between;
  font-weight: 700;
  margin-left: 0;
  margin: auto;
  margin-top: 30px;
  color: white;

}

.contact-sec button:hover {
  background-color: transparent;
  color: #730f4d;
  border: 0.1px solid #730f4d;
}

.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: #730f4d;
  display: none;
}

.contact-sec button:hover .img2 {
  display: block;
}


.map {
  max-width: 1800px;
  margin: auto;
}

.map iframe {
  width: 100%;
}




@media screen and (max-width: 900px) {

  .sec1a {
    height: 450px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner\ -\ Copy.jpg);
    background-position: center;
    background-size: 100% 200%;
    flex-wrap: wrap-reverse;
    position: relative;
  }

  .sec1a h1 {
    font-size: 35px;
  }

  .sec1a .tx {
    width: 100%;
  }

  .sec1a h1 {
    font-size: 35px;
    margin-top: 20px;
    margin-left: 0%;
  }

  .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: 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%;
    /* text-align: center; */
  }



}