
  .form-control {
    height: 40px;
    background: #53514C;
    color:#80735A ;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 5px solid #bc9864 ;
    padding-left: 20px;
    padding-right: 20px; }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-weight: 600;
      color: #80735A }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: 600;
      color: #80735A}
    .form-control:-ms-input-placeholder {
      /* IE 0+ */
      color: #80735A ;
      font-weight: 600;
        
    }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      font-weight: 600;
      color: #80735A}
    .form-control:focus, .form-control:active {
      border-color: #bc9864 !important;
      background: rgba(255, 255, 255, 0.1); }
  
  textarea.form-control {
    height: inherit !important; }
  
  .wrapper {
    width: 100%; }
  
  .contact-wrap h3 {
    color: #fff; }
  
  .dbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .dbox {
        margin-bottom: 0;
        padding: 0; } }
    .dbox p {
      margin-bottom: 0; }
      .dbox p span {
        font-weight: 500;
        color: #bc9864;
        display: block; }
      .dbox p a {
        color: rgba(255, 255, 255, 0.8); }
    .dbox .icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #bc9864;
      margin: 0 auto;
      margin-bottom: 20px; }
      .dbox .icon span {
        font-size: 20px;
        color: #000; }
    .dbox .text {
      width: 100%; }
  
  .btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .btn:hover, .btn:active, .btn:focus {
      outline: none !important;
      -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
      -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
      box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
    .btn.btn-primary {
      background: #bc9864 !important;
      border-color: #bc9864 !important;
      color: #000;
      text-transform: uppercase;
      font-weight: 600; }
      .btn.btn-primary:hover, .btn.btn-primary:focus {
        border-color: #a57f48 !important;
        background: #a57f48 !important; }
  
  .contactForm .label {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }
  
  .contactForm .form-control {
    border: none; }
  
  .contactForm .btn {
    width: 100%;
    display: block; }
  
  #contactForm .error {
    color: #f65c78;
    font-size: 12px; }
  
  #contactForm .form-control {
    font-size: 16px; }
  
  #message {
    resize: vertical; }
  
  #form-message-warning, #form-message-success {
    display: none; }
  
  #form-message-warning {
    color: red; }
  
  #form-message-success {
    color: #28a745;
    font-size: 20px;
    font-weight: 700; }
  
  .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500; }
  