.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::placeholder {
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.captcha {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .captcha {
    text-align: center;
  }
  
  .btn {
    width: 100%;
  }
}

#img-captcha {
  height: 100%;
}

#contact {
  padding: 12rem 0;
}
#contact p.qui {
  margin: 0 !important;
  font-weight: 900;
  font-size: 1rem;
}
#contact .form-box {
  margin-top: 3rem;
}
#contact .form-box h4 {
  font-family: "Fjalla One", sans-serif;
}
#contact .form-box button {
  outline: none;
  width: 30%;
  padding: 10px 0;
  font-size: 1em;
  color: #fff;
  border: none;
  background: #cab041;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  #contact .form-box button {
    width: 100%;
  }
}

#footer p {
  margin: 0;
}

/*--//Typography --*/
/*-- mail --*/
.w3ls_map {
  margin: 3em 0;
}
.w3ls_map iframe {
  width: 100%;
  min-height: 450px;
}
.w3l_contact_form h4 {
  font-size: 1.5em;
  color: #212121;
  margin-bottom: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.w3l_contact_form input[type='text'],
.w3l_contact_form input[type='email'],
.w3l_contact_form textarea {
  outline: none;
  width: 100%;
  padding: 10px 10px 20px;
  font-size: 14px;
  color: #212121;
  border: none;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  background: none;
}
.w3l_contact_form input[type='email'] {
  margin: 2em 0;
}
.w3l_contact_form textarea {
  min-height: 150px;
  resize: none;
  margin: 2em 0;
}
.w3l_contact_form input[type='submit'] {
  outline: none;
  width: 30%;
  padding: 10px 0;
  font-size: 1em;
  color: #fff;
  border: none;
  background: #cab041;
  text-transform: uppercase;
}
.w3l_contact_form input[type='submit']:hover {
  background: #212121;
}