.contact-form-3 {
  color: #8d97ad;
  font-weight: 300; }
  .contact-form-3 h1 {
    color: #3e4555; }
  .contact-form-3 h2 {
    color: #3e4555; }
  .contact-form-3 h3 {
    color: #3e4555; }
  .contact-form-3 h4 {
    color: #3e4555; }
  .contact-form-3 h5 {
    color: #3e4555; }
  .contact-form-3 h6 {
    color: #3e4555; }
  .contact-form-3 .card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }
  .contact-form-3 .btn-danger-gradiant {
    background: #ff4d7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
    background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%); }
    .contact-form-3 .btn-danger-gradiant:hover {
      background: #ff6a5b;
      background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
      background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
      background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
      background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
      background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%); }
