.button, .wpcf7-form input[type=submit],#content button, html input[type="button"], input[type="reset"], input[type="submit"], a.contact-btn,.biziq-button,.client-button, #content .button, #slider .button, .view-article, .rev-read-more, a.button {
    background: #476388;
    padding: 8px 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 3px solid #476388;
    line-height: 1.2em;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;    
    font-size: 1em;
}

.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, #content .view-article:hover,.wpcf7-form input[type=submit]:hover, #content .btn:hover, a.button:hover {
    background: #0012bf !important;
    color: #fff !important;
    border: 3px solid #0012bf !important;
   }


a.button:hover {
    text-decoration: none !important;
}