﻿.contact .php-email-form .validate{display:none;color:red;margin:0 0 15px;font-weight:400;font-size:13px}.contact .php-email-form .error-message,.contact .php-email-form .sent-message{color:#fff;font-weight:600;border-radius:30px;width:100%;padding:5px!important;margin-bottom:30px;display:none;text-align:center}.contact .php-email-form .error-message{background:#e68b00}.contact .php-email-form .sent-message{background:#277ed5}.contact .php-email-form .loading{display:none;text-align:center;padding:15px}.contact .php-email-form .loading:before{content:"";display:inline-block;border-radius:50%;width:24px;height:24px;margin:0 10px -6px 0;border:3px solid #75dbc7;border-top-color:#1a1814;-webkit-animation:1s linear infinite animate-loading;animation:1s linear infinite animate-loading}@-webkit-keyframes animate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes animate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}