/* ==========================================================================
    Contact Us
    ========================================================================== */
    .form-control{
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    padding: 18px;
    border: 1px solid #757575;
    background-color: transparent;
    font-size: 14px;
    border-radius: 4x;
  }
  .form-control:focus{
    border-color: #fff;
    color: #fff;
    outline: none;
    background-color: transparent;
  }
  #contact{
    background: #393f43;
    .section-title{
      color: #fff;
      text-align: center;
      font-size: 36px;
      margin: 0 0 15px 0;
    }
    .subtitle{
      color: #fff;
      text-align: center;
    }
    #contactForm{
      margin-top: 30px;
    }
  } 
  .list-unstyled li{
    color: #df2626;
  }
  .text-danger{
    font-size: 15px;
    margin-top: 10px;
    color: #df2626!important;
  }

/* ==========================================================================
   Contact Icon
   ========================================================================== */
  .contact-icon{
    background: url(../img/contact-bg.jpg) fixed;
    background-position: 50% -210px;
    position: relative;
    .overlay{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: #000;
      opacity: 0.9;
      filter: alpha(opacity=90);
    }
    .box-icon{
      color: #fff;
      text-align: center;
      padding: 20px;
      .icon{
        font-size: 44px;
        margin-bottom: 10px;
      }
      p{
        font-size: 16px;
        margin-bottom: 20px;
      }
      .icon-primary{
        color: #df2626;
      }
      .icon-secondary{
        color: $preset;
      }
      .icon-tertiary{
        color: #39a151;
      }
    }
  }