nav .navbar .links li:first-child a {
  color: #ffffffd4;
}

nav .navbar .links li:nth-child(6) a {
  color: #76c411;
}

.book-service{
  display: none;
}

.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 250px;
  background: linear-gradient(to left, rgba(19, 20, 21, 0.791), rgba(25, 27, 29, 0.521), rgba(0, 0, 0, 0.226)), url(../images/banner.jpg);
  background-position: center;
  background-size: 100% 100%;
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: right;
}

.sec1a .tx{
  width: 44%;
  padding: 0;
  margin-top: 60px;
}

.sec1a h1 {
  margin: 0;
  font-size: 35px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.sec1a .tx ul {
  display: flex;
}

.sec1a .tx ul li {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.592);
  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: #fccc0ab4;
  
}

.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: 2% 3%;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  place-items: center;
  padding-bottom: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.884), rgba(255, 255, 255, 0.901)), url(../images/bg\ img1.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;
}

.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: 45px;
  height: fit-content;
  margin-right: 15px;
  background-color: #1a569b;
  padding: 12px;
  border-radius: 50%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  /* filter: brightness(0); */
}

.contact-sec .text h6{
  color: #ebc60e;
  font-weight: 600;
  margin: 0;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.contact-sec .text h5{
  color: #6db311;
  margin-bottom: 0;
}
.contact-sec .text p {
  margin-top: 0;
  margin: 0;

}

.contact-sec .text p a{
  color: #000000;
}

.contact-sec .Director {
  width: 100%;
}

.contact-sec .Director p {
  margin-top: 10px;
}

.contact-sec .img-Container {
  width: 45%;
}

.contact-sec .img-Container img {
  width: 100%;
  margin-top: -50px;
}




@media screen and (max-width: 900px) {

  .sec1a {
    background-size: 100% 110%;
    height: 150px;
  }


  .sec1a h1 {
    font-size: 22px;
    margin-left: 5%;
    text-align: left;
    margin-top: -20px;
  }


  .sec1a .tx ul li {
    font-size: 12px;
  }



  .contact-sec {
    padding-top: 0;
  }

  .contact-sec .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .contact-sec h1 {
    font-size: 22px;
    margin-left:10px;
  }

  .contact-sec .text h6 {
    margin-left:10px;
  }

  .contact-sec .text h5 {
    font-size: 15px;
  }

  .contact-sec .text .box {
    margin-left: 10px;
  }
  .contact-sec .img-Container{
    width: 100%;
  }
  .contact-sec .img-Container img {
    margin-top: -50px;
  }


  .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;
  }


}