@font-face {
    font-family: 'icomoon';
    src:  url('icomoon/fonts/icomoon.eot?7u0kxx');
    src:  url('icomoon/fonts/icomoon.eot?7u0kxx#iefix') format('embedded-opentype'),
      url('icomoon/fonts/icomoon.ttf?7u0kxx') format('truetype'),
      url('icomoon/fonts/icomoon.woff?7u0kxx') format('woff'),
      url('icomoon/fonts/icomoon.svg?7u0kxx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  i.icomoon,
  .fas, .far, .fab,
  [class^="fa-"], [class*=" fa-"] {

    display: inline-block;
    text-rendering: auto;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    vertical-align: middle;

  }
  
  .fa-lock:before {
    content: "\e910";
  }
  .fa-arrow-down:before {
    content: "\e900";
  }
  .fa-arrow-right:before {
    content: "\e901";
  }
  .fa-check-circle:before {
    content: "\e902";
  }
  .fa-check:before {
    content: "\e903";
  }
  .fa-clock:before {
    content: "\e904";
  }
  .fa-cog:before {
    content: "\e905";
  }
  .fa-envelope-open:before {
    content: "\e906";
  }
  .fa-exclamation-circle:before {
    content: "\e907";
  }
  .fa-facebook:before {
    content: "\e908";
  }
  .fa-facebook-square:before {
    content: "\e909";
  }
  .fa-home:before {
    content: "\e90a";
  }
  .fa-info-circle:before {
    content: "\e90b";
  }
  .fa-instagram:before {
    content: "\e90c";
  }
  .fa-key:before {
    content: "\e90d";
  }
  .fa-link:before {
    content: "\e90e";
  }
  .fa-linkedin:before {
    content: "\e90f";
  }
  .fa-pencil-alt:before {
    content: "\e912";
  }
  .fa-pinterest:before {
    content: "\e913";
  }
  .fa-search:before {
    content: "\e914";
  }
  .fa-share-alt:before {
    content: "\e915";
  }
  .fa-sign-out-alt:before {
    content: "\e916";
  }
  .fa-twitter:before {
    content: "\e917";
  }
  .fa-user-circle:before {
    content: "\e918";
  }
  .fa-user-cog:before {
    content: "\e919";
  }
  .fa-user-plus:before {
    content: "\e91a";
  }
  .fa-wallet:before {
    content: "\e91b";
  }
  .fa-youtube:before {
    content: "\e91c";
  }
  .far-fa-envelope:before {
    content: "\e91d";
  }
  .far-fa-heart:before {
    content: "\e91e";
  }
  .fas-fa-envelope:before {
    content: "\e91f";
  }
  .fas-fa-heart:before {
    content: "\e920";
  }