.pages-banner-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/assets/imgs/3/contact-us.jpeg) !important;
  padding: 100px 0px;
  background-position: top right !important;
  text-align: left !important;
}
.pages-banner-section .container-fluid {
  text-align: left !important;
}
.pages-banner-section h1 {
  color: #9e352f !important;
  text-align: left !important;
}
.pages-banner-section p {
  text-align: left !important;
  color: #000 !important;
  width: 50% !important;
  margin-left: 0px !important;
  margin-right: auto !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  margin-top: -20px !important;
}
.pages-banner-section .globalbtn {
  color: #ffffff !important;
  background: #a03900 !important;
  font-size: 1.25rem !important;
  margin-top: 15px;
}

.first-section h2 {
  font-size: 2.3rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
  margin-top: 50px;
  margin-bottom: 30px;
}
.first-section .title {
  color: #a03900;
  font-size: 1.2rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
}
.first-section p {
  color: #000;
  font-size: 1rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
.first-section p span {
  width: 100px;
  display: inline-block;
}
.first-section .form-title {
  color: #000;
  font-size: 1.3rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
}
.first-section .globalbtn {
  font-size: 1rem;
  padding: 14px 30px;
}
.first-section .orange-line {
  border: 0px;
  border-bottom: 1px solid #a03900;
  opacity: 1;
  margin-top: 30px;
  margin-bottom: 0px;
}
.first-section .orange-line-2 {
  margin-bottom: 40px;
  margin-top: 50px;
}
.first-section .inner-width {
  width: 900px;
  background: #fff;
  box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.0666666667);
  padding: 30px;
  border-radius: 20px;
  margin: auto;
}
.first-section form label {
  color: #000;
  font-size: 1rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
}
.first-section form input, .first-section form select, .first-section form textarea {
  background: #e8f0ff;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  padding: 14px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.first-section form button {
  background: #fd8000;
  padding: 14px;
  border: 1px solid #fd8000;
  font-size: 1.2rem;
  font-weight: 500;
}
.first-section form button:hover {
  background: #e17100;
  border: 1px solid #e17100;
}

@media only screen and (max-width: 768px) {
  .pages-banner-section {
    display: none;
  }
  .first-section .inner-width {
    width: 100%;
  }
  .first-section h2 {
    font-size: 1.5rem;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .first-section .title {
    color: #a03900;
    font-size: 1.2rem;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 700;
    margin-top: 20px;
  }
}/*# sourceMappingURL=contact.css.map */