/****** PLACE YOUR CUSTOM STYLES HERE ******/

.contact-form button {
    position: relative;
    padding: 11px 31px;
    margin-top: 20px;
}
.btn-style-one {
    position: relative;
    padding: 12px 40px;
    line-height: 24px;
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    font-size: 14px;
    font-weight: 700;
}
.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}