

  .contact_form {
    color: #545454;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 25px;
    border-radius: 5px;
  }
  
  .contact_form h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--color2);
    margin-bottom: 25px;
  }
  
  .contact_form span {
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  .contact_form span i {
    color: var(--color2);
    font-size: 20px;
    margin-right: 10px;
  }
  
  .contact_form span .ucx-captcha
  a {
    color: #111;
  }
  
  .contact_form button {
    width: 100%;
    padding: 20px;
    background-color: #D21F30;
    color: #fff;
    border: 0;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #D21F30;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height:auto;
  }
  
  .contact_form button:hover {
    background-color: #fff;
    border: 1px solid #D21F30;
    color: #D21F30;
  }

.errorhtml {
    position: absolute;
    left: 0;
    right: 0;
    top: 157px;
    bottom: 0;
    height: 20px;
    margin: auto;
    text-align: center;
  }
  
  .ucx-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  
  .circle-loader {
    margin-bottom: 3.5em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    -webkit-animation: loader-spin 1.2s infinite linear;
            animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    -webkit-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
  }
  
  .load-complete.error {
    border-color: #caa933;
  }
  
  .checkmark,
  .errormark {
    display: none;
  }
  
  .checkmark.draw:after {
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-name: checkmark;
            animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
  }
  
  .errormark.draw:after {
    -webkit-transform: scaleX(-1) rotate(136deg) !important;
            transform: scaleX(-1) rotate(136deg) !important;
  }
  
  .errormark.draw:before {
    -webkit-transform: scaleX(-1) rotate(-225deg) !important;
            transform: scaleX(-1) rotate(-225deg) !important;
  }
  
  .errormark:after,
  .errormark:before,
  .checkmark:after {
    opacity: 1;
    position: absolute;
    content: "";
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 1.75em;
    height: 1.75em;
    height: 1.75em;
  }
  
  .checkmark:after {
    height: 3.5em;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    left: 1.75em;
    top: 3.5em;
  }
  
  .errormark:after {
    left: 35px;
    top: 75px;
    border-bottom: 3px solid #caa933;
    border-left: 3px solid #caa933;
  }
  
  .errormark:before {
    left: 35px;
    top: 2.7em;
    border-top: 3px solid #caa933;
    border-right: 3px solid #caa933;
  }
  
  @-webkit-keyframes loader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes loader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 1.75em;
      opacity: 1;
    }
    40% {
      height: 3.5em;
      width: 1.75em;
      opacity: 1;
    }
    100% {
      height: 3.5em;
      width: 1.75em;
      opacity: 1;
    }
  }
  
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 1.75em;
      opacity: 1;
    }
    40% {
      height: 3.5em;
      width: 1.75em;
      opacity: 1;
    }
    100% {
      height: 3.5em;
      width: 1.75em;
      opacity: 1;
    }
  }
  
  .errorhtml {
    position: absolute;
    left: 0;
    right: 0;
    top: 157px;
    bottom: 0;
    height: 20px;
    margin: auto;
    text-align: center;
  }
  
  #ucx-mail-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  
  #ucx-mail-loading.active {
    opacity: 1;
  }
  
  .ucx-captcha {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .ucx-captcha img {
    height: 50px;
    width: 150px;
  }
  .ucx-captcha input {
    min-width: 120px;
  }
  .ucx-captcha a {
    font-size: 14px;
    background: #5289b7;
    border-radius: 0 3px 3px 0;
    padding: 6px;
    margin-left: 0;
    height: 48px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 10px;
  }
  .ucx-captcha p:nth-child(1) {
    position: absolute;
    top: -40px;
  }
  /*# sourceMappingURL=style.css.map */