#title0045 {
    text-align: center;
    margin-top: 103px;
    padding: 60px;
    color: #fff;
    background-color: black;
}
.breadcrumb-trail.breadcrumbs {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
}
#us01{
    padding: 60px;
    font-size: medium;
    font-weight: lighter;
    color: black;
}

  .contact-container {
    max-width: 400px;
    margin:  auto;
    background: none;
    padding: 20px;
  }
  h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: black;
  }
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  textarea {
    height: 100px;
  }
  input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  input[type="submit"]:hover {
    background-color: #45a049;
  }

