.contact-form .form-control{
    border: 1px solid #d7d6d5;
    line-height: 46px;
    padding: 0 12px;
    height: 48px;
    margin-bottom: 16px;
    width: calc(50% - 8px);
    border-radius: 0;
    box-shadow: none;
    color: #2f3032;
    font-size: 14px;
}
.contact-form textarea.form-control{
    width: 100%;
    margin: 0 0 24px;
    height: 120px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.contact-form .btn {
    background: #fff;
    border: 1px solid #d7d6d5;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2f3032;
    margin: 0 6px;
    padding: 0 32px;
    border-radius: 0;
}
.contact-form .send_contact{
    background: #ee7d22;
    border-color: #ee7d22;
    color: #fff;
}
.contact {
    padding-bottom: 80px;
}
.main-content {
    padding-top: 80px;
}
.contact-heading {
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-heading h2 {
    font-weight: bold;
    font-size: 24px;
}
p {
    margin-bottom: 8px;
}
.showroom {
    position: relative;
    overflow: hidden;
}