/* Enter Your CSS HERE  */



.innerbanner {
    background-color:#CE6D4C;
    width: 100%;
    height: 385px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.text-innerban h2 {
    color: #fff;
    font-size: 77px;
    font-weight: 600;
    text-transform: uppercase;
}
.inneraboutus-text {
    padding-top: 30px;
}
.inneraboutus-text p {
    line-height: 30px;
}

.text-innerban h2 {
    color: #fff;
    font-size: 77px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex
;
    justify-content: center;
}
/*Inner Banner End*/



.page-id-111 section.about-sec {
    margin-top: 100px;
    margin-bottom: 100px;
}


form {
  max-width: 400px;
  font-family: Arial, sans-serif;
}

form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #333;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 15px;
  border: 2px solid #CE6D4C;
  border-radius: 6px;
  font-size: 16px;
  resize: vertical;
  transition: border-color 0.3s ease;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  border-color: #a05239; /* Slightly darker shade */
  outline: none;
}

form button {
  background-color: #CE6D4C;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: #a05239;
}



.contact-info :hover {
    color: #ce6d4c;
}

i.fas.fa-phone-alt {
    margin-bottom: 30px;
}



div#respond {
    display: none;
}

img.custom-logo {
    height: 100%;
    width: 45%;
}

/* Enter Your CSS HERE  */