/**************************************************************************
					Contact Page Styles
**************************************************************************/
.contact-cover {
    width: 100%;
    height: 800px;
    position: relative;
    background-image: url('../img/contact-cover.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 15%; }
    .contact-cover .contact-cover-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 40%;
        height: 40%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid #ca9e67;
        color: #fff;
        text-align: center; }
        .contact-cover .contact-cover-content .contact-subtitle {
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px; }
        .contact-cover .contact-cover-content .contact-button {
            padding: 15px 25px;
            color: #fff;
            background-color: #ca9e67;
            text-transform: uppercase;
            bottom: -12px;
            position: absolute;
            margin-left: auto;
            font-size: 12px;
            margin-right: auto;
            left: 0;
            right: 0;
            width: min-content;
            text-align: center; }
            .contact-cover .contact-cover-content .contact-button .caret {
                border-top: 4px solid #fff; }
@media (max-width: 1023px) {
    .contact-cover {
        width: 100%;
        height: 800px;
        position: relative;
        background-image: url('../img/contact-cover.jpg');
        background-repeat: no-repeat;
        background-size: 200% auto;
        background-position: center 15%; }
        .contact-cover .contact-cover-content {
            width: 75%; }

}
    
.contact_desc {
    font: 14px "Gotham", sans-serif;
    text-align: center;
    margin: 40px 0; }
.contact-form-box {
  padding: 50px ;
  margin: 0 0 30px 0;
  background-color: #efefef; }
  .contact-form-box fieldset {
    background-size: contain; }
  .contact-form-box label {
    margin: 0 0 6px 0;
    font: normal 10px "Gotham", sans-serif; }
  .contact-form-box .form-control {
    padding: 6px 15px; }
  .contact-form-box .page-subheading {
    padding-left: 0px;
    border: none;
    margin-bottom: 0; }
  .contact-form-box .col-md-3 {
    padding-left: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-3 {
        padding-right: 0; } }
  .contact-form-box .col-md-9 {
    padding-right: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-9 {
        padding-left: 0; } }
  .contact-form-box #desc_contact0 {
    display: none; }
  .contact-form-box .form-group {
    margin-bottom: 7px; }
  .contact-form-box textarea {
    height: 257px;
    color: #2b2b2b;
    font-size: 12px;
    border: none;
    margin-bottom: 40px; }
  .contact-form-box select.form-control {
    height: 40px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    color: #2b2b2b;
    font-size: 12px; }
  .contact-form-box .select_arrow {
    display: block;
    position: relative; }
  .contact-form-box .select_arrow::after {
    content: "";
    color: #2b2b2b;
    position: absolute;
    pointer-events: none;
    content: "\f078";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
    font-family: "FontAwesome"; }
  .contact-form-box input.form-control {
    height: 40px;
    border: none;
    color: #2b2b2b;
    font-size: 12px; }
  .contact-form-box .label-file {
    cursor: pointer;
    font-size: 14px; }
     .contact-form-box .label-file span {
       text-decoration: underline;
       margin-left: 5px; }
  .contact-form-box .file-name {
    display: block; }
  .contact-form-box #fileUpload {
    display: none; }
  .contact-form-box #submitMessage {
    width: 100%;
    padding: 12px 5px;
    text-transform: uppercase;
    background-color: #2b2b2b; }
#captcha-box {
    display: none; }

@media (max-width: 1024px) {
    .contact_desc{
        font :12px "Gotham", sans-serif;
    }
    .contact-form-box{
        padding: 50px 5%;
    }
    #columns{
        padding-bottom: 0;
    }
}
/*# sourceMappingURL=contact-form.css.map */
