/*bg mask colors*/
.logo {
  text-align: center; }

.site-description {
  display: block;
  font-weight: normal;
  font-size: 12px; }

.section-our-values .al-testimonials-item img {
  width: auto;
}

@media only screen and (max-width: 768px) {
  #statistics .wpb_column:nth-child(odd) .name {
    background-color: rgba(66, 78, 92, 0.5) !important; }
  #statistics .wpb_column:nth-child(even) .name {
    background-color: #55606c !important; } }

.avc-form_wrapper.gform_wrapper {
  /* Form Errors */
  /* Form Loader */ }
  .avc-form_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .avc-form_wrapper.gform_wrapper textarea {
    font-size: 14px;
    padding: 9px 20px 7px 20px;
    margin-bottom: 2px;
    border: 2px solid #e1e1e1;
    color: #505050;
    display: block;
    width: 100%; }
  .avc-form_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
  .avc-form_wrapper.gform_wrapper textarea:focus {
    border-color: #3ba5e3; }
  .avc-form_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
  .avc-form_wrapper.gform_wrapper textarea::-webkit-input-placeholder {
    color: #999; }
  .avc-form_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
  .avc-form_wrapper.gform_wrapper textarea::placeholder {
    color: #999; }
  .avc-form_wrapper.gform_wrapper input[type="checkbox"], .avc-form_wrapper.gform_wrapper input[type="radio"] {
    margin-right: 7px; }
  .avc-form_wrapper.gform_wrapper .gfield_consent_label {
    font-size: 14px; }
  .avc-form_wrapper.gform_wrapper .ginput_container_consent {
    display: flex;
    align-items: center; }
    .avc-form_wrapper.gform_wrapper .ginput_container_consent input[type="checkbox"] {
      margin-top: 0; }
  .avc-form_wrapper.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; }
  .avc-form_wrapper.gform_wrapper .gform_footer input.button,
  .avc-form_wrapper.gform_wrapper .gform_footer input[type=submit],
  .avc-form_wrapper.gform_wrapper .gform_page_footer input.button,
  .avc-form_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
    margin-right: 0; }
  .avc-form_wrapper.gform_wrapper .gform_footer {
    text-align: right; }
    .avc-form_wrapper.gform_wrapper .gform_footer input[type="submit"] {
      font-size: 14px; }
      .avc-form_wrapper.gform_wrapper .gform_footer input[type="submit"].disabled {
        background-color: #ececec;
        color: #797979; }
  .avc-form_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }
  .avc-form_wrapper.gform_wrapper li.gfield.gfield_error,
  .avc-form_wrapper.gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit;
    margin-bottom: 0 !important;
    border: none;
    padding-bottom: 0;
    padding-top: 0; }
  .avc-form_wrapper.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .avc-form_wrapper.gform_wrapper li.gfield_error textarea {
    border: 2px solid #e1e1e1; }
  .avc-form_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0; }
  .avc-form_wrapper.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0; }
  .avc-form_wrapper.gform_wrapper .validation_message {
    color: #dc3232;
    font-weight: normal; }
  .avc-form_wrapper.gform_wrapper .gform_ajax_spinner {
    display: none; }
  .form-full-screen .avc-form_wrapper.gform_wrapper .gfield_consent_label,
  .form-full-screen .avc-form_wrapper.gform_wrapper .ginput_container_consent .gfield_required {
    color: #fff; }
  .form-full-screen .avc-form_wrapper.gform_wrapper .gform_footer {
    text-align: center; }

.avc-form_wrapper.gform_legacy_markup_wrapper select {
  font-size: 14px;
  padding: 9px 20px 7px 20px !important;
  margin-bottom: 2px;
  border: 2px solid #e1e1e1;
  color: #505050; }

.avc-form .gform_confirmation_message {
  text-align: center; }

/* Fonts — override lost by LiteSpeed CSS minification */
body {
  font-family: "Poppins", sans-serif; }

/* Utilities */
.w-100 {
  width: 100%; }
