.gform_wrapper .gform_body .gform_fields {
  padding-left: 0 !important;
  list-style-image: none !important; }
  .gform_wrapper .gform_body .gform_fields .form-info {
    margin-bottom: 30px; }
  .gform_wrapper .gform_body .gform_fields .form-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px; }
  .gform_wrapper .gform_body .gform_fields .gfield {
    margin-bottom: 30px; }
    .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
      font-size: 20px;
      padding-bottom: 20px;
      display: block; }
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input {
      background-image: none !important;
      background: rgba(0, 0, 0, 0.1);
      color: black; }
      .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input:focus {
        outline-color: black; }
    .gform_wrapper .gform_body .gform_fields .gfield.web input.error, .gform_wrapper .gform_body .gform_fields .gfield.phone-no input.error, .gform_wrapper .gform_body .gform_fields .gfield.facebook input.error, .gform_wrapper .gform_body .gform_fields .gfield.ins input.error, .gform_wrapper .gform_body .gform_fields .gfield.linkedin input.error {
      border: 1px solid red; }

.gform_wrapper input[type="submit"] {
  border: none;
  color: white;
  background: black;
  padding: 15px 23px;
  font-size: 16px;
  margin-top: 15px;
  transition: all 0.3s; }
  .gform_wrapper input[type="submit"]:hover {
    background: #851619 !important; }

.gform_wrapper .validation_message, .gform_wrapper .validation_error {
  color: red; }

.gform_wrapper .file-input-text {
  cursor: pointer;
  margin-bottom: 10px;
  background: #221f1f;
  color: white;
  padding: 20px 30px;
  display: block;
  min-width: 150px;
  max-width: 200px;
  text-align: center;
  transition: all 0.3s; }
  .gform_wrapper .file-input-text:hover {
    background: #851619 !important; }

.gform_wrapper .ginput_container_fileupload input {
  display: none; }

.gform_wrapper .gfield_description {
  margin-bottom: 10px; }

.screen-reader-text {
  margin-bottom: 8px;
  margin-top: 6px;
  display: block; }

.gform_confirmation_message_1 {
  font-size: 20px;
  padding-bottom: 20px;
  min-height: 500px; }
