.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-2x {
    font-size: 2em;
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-edit:before {
    content: "\f044";
}

.fa-print:before {
    content: "\f02f";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-user:before {
    content: "\f007";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-asterisk:before {
  content: "\f069"; }

.fa-plus:before {
    content: "\f067";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-home:before {
    content: "\f015";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-envelope:before {
  content: "\f0e0"; }

.fa-phone:before {
  content: "\f095"; }

  .fa-fax:before {
  content: "\f1ac"; }

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}