
nav .navbar .links li:first-child a{
  color: #000000;
}
nav .navbar .links li:nth-child(6) a{
  color: #e7630b;
}

.header-banner{
  max-width: 1800px;
  margin: auto;
  height: 500px;
  padding-top: 350px;
  background: linear-gradient(to top, rgba(3, 56, 72, 0.968), rgba(3, 60, 122, 0), rgba(4, 68, 104, 0.889)), url(../image/Contact\ Us\ 5.jpg);
  background-position: center;
  background-size: 100% 200%;
  /* text-align: center; */
  color: white;
  /* margin-top: -80px; */  
  position: relative;
  padding-left: 80px;
}
.header-banner img{
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
}
.header-banner h1{
  font-size: 50px;
  z-index: 10;
  display: grid;
  position: relative;
}

.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(../image/bg\ img\ 4.PNG);
  background-position: center;
  background-size: 120% 100%;
  place-items: center;
}

.contact-sec h1{
  color: #e7630b;
  font-weight: 600;
}
.contact-sec .text{
  width: 40%;
  
}
.contact-sec .text .line{
  width: 100px;
  height: 2px;
  background: #000000;
  margin-bottom: 20px;
}
.contact-sec .text .box{
  display: flex;
  margin-top: 30px;
  place-items: center;
}
.contact-sec .text .box img{
  width: 30px;
  height: fit-content;
  margin-right: 15px;
  /* filter: brightness(0); */
}
.contact-sec .text h5{
  color: #000000;
  margin: 0;
  margin-right: 10px;
}

.contact-sec .text p{
  margin-top: 0;
  margin: 0;
  font-size: 20px;
}


.contact-sec .Director{
  width: 100%;
}
.contact-sec .Director p{
  margin-top: 10px;
}


.contact-sec form{
  width: 40%;
  border: 0.1px solid rgba(0, 0, 0, 0.321);
  padding: 20px;
  border-radius: 20px;
  padding-right: 0;
  padding-left: 40px;
}
.contact-sec form h1{
  text-align: center;
  margin-left: -20px;
}

.contact-sec form h5{
  color: #000000;
}

.contact-sec form .line{
  width: 100px;
  height: 2px;
  background: #000000;
  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: 10px;
  border-radius: 30px;
  background-color: #e7630b;
  border: none;
  display: flex;
  place-items: center;
  justify-content: space-between;
  font-weight: 700;
  /* margin: auto; */
  margin-top: 30px;
  color: white;

}

.contact-sec  button:hover {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #000000;
}

.contact-sec button span {
  margin: 0 20px;
}

.contact-sec button img {
  width: 30px;
  background: white;
  padding: 5px;
  border-radius: 50%;
  display: none;
}

/* .contact-sec button .img2 {
  display: none;
} */

.contact-sec button:hover img {
  background-color: #000000;
  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) {

    .header-banner{
      background-size: 150% 100%;
      padding-left: 30px;
      height: 300px;
      padding-top: 200px;
    }
    .header-banner h1{
      font-size: 35px;
    }

    .contact-sec{
      padding-top: 0;
    } 
    .contact-sec .text{
      width: 100%;
      padding: 0;
      margin-top: 50px;
    }
    .contact-sec h1{
      font-size: 30px;
    }
    .contact-sec .text h5{
      font-size: 15px;
    }

    .contact-sec .text .box{
      margin-left: 10px;
    }
    .contact-sec form{
      width: 100%;
      margin-top: 50px;
      border: none;
      padding: 0;
    }
    .contact-sec form{
      border-radius: 20px;
      padding-right: 0;
    }
    .contact-sec form h1{
      font-size: 30px;
      margin-left: 0;
    }
    .contact-sec form input{
      width: 100%;
    }
    .contact-sec form textarea{
      width: 100%;
    }


    .contact-sec .Director{
      width: 100%;
      /* text-align: center; */
    }



}
