@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9e1ofp');
  src:  url('fonts/icomoon.eot?9e1ofp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9e1ofp') format('truetype'),
    url('fonts/icomoon.woff?9e1ofp') format('woff'),
    url('fonts/icomoon.svg?9e1ofp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* 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;
}

/* Spin animation for icons (replaces Font Awesome fa-spin) */
.icon-spin,
[class*="icon-"].spin {
  animation: icon-spin 2s linear infinite;
}

@keyframes icon-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-arrow-up:before {
  content: "\e902";
}
.icon-award:before {
  content: "\e903";
}
.icon-bars:before {
  content: "\e904";
}
.icon-building:before {
  content: "\e905";
}
.icon-calendar:before {
  content: "\e906";
}
.icon-calendar-alt:before {
  content: "\e907";
}
.icon-chart-line:before {
  content: "\e908";
}
.icon-check:before {
  content: "\e909";
}
.icon-check-circle:before {
  content: "\e90a";
}
.icon-chevron-down:before {
  content: "\e90b";
}
.icon-chevron-left:before {
  content: "\e90c";
}
.icon-chevron-right:before {
  content: "\e90d";
}
.icon-clock:before {
  content: "\e90e";
}
.icon-cog:before {
  content: "\e90f";
}
.icon-comment-alt:before {
  content: "\e910";
}
.icon-comments:before {
  content: "\e911";
}
.icon-comment-slash:before {
  content: "\e912";
}
.icon-envelope:before {
  content: "\e913";
}
.icon-external-link-alt:before {
  content: "\e914";
}
.icon-eye:before {
  content: "\e915";
}
.icon-facebook:before {
  content: "\e916";
}
.icon-facebook-f:before {
  content: "\e917";
}
.icon-folder:before {
  content: "\e918";
}
.icon-hard-hat:before {
  content: "\e919";
}
.icon-image:before {
  content: "\e91a";
}
.icon-images:before {
  content: "\e91b";
}
.icon-info-circle:before {
  content: "\e91c";
}
.icon-instagram:before {
  content: "\e91d";
}
.icon-linkedin:before {
  content: "\e91e";
}
.icon-linkedin-in:before {
  content: "\e91f";
}
.icon-list:before {
  content: "\e920";
}
.icon-map-marked-alt:before {
  content: "\e921";
}
.icon-map-marker-alt:before {
  content: "\e922";
}
.icon-microchip:before {
  content: "\e923";
}
.icon-paper-plane:before {
  content: "\e924";
}
.icon-phone:before {
  content: "\e925";
}
.icon-play:before {
  content: "\e926";
}
.icon-play-circle:before {
  content: "\e927";
}
.icon-question-circle:before {
  content: "\e928";
}
.icon-robot:before {
  content: "\e929";
}
.icon-search:before {
  content: "\e92a";
}
.icon-search-plus:before {
  content: "\e92b";
}
.icon-smile:before {
  content: "\e92c";
}
.icon-spinner:before {
  content: "\e92d";
}
.icon-star:before {
  content: "\e92e";
}
.icon-tag:before {
  content: "\e92f";
}
.icon-teeth:before {
  content: "\e930";
}
.icon-times:before {
  content: "\e931";
}
.icon-tooth:before {
  content: "\e932";
}
.icon-trash-alt:before {
  content: "\e933";
}
.icon-twitter:before {
  content: "\e934";
}
.icon-user:before {
  content: "\e935";
}
.icon-users:before {
  content: "\e936";
}
.icon-volume-mute:before {
  content: "\e937";
}
.icon-volume-up:before {
  content: "\e938";
}
.icon-whatsapp:before {
  content: "\e939";
}
.icon-youtube:before {
  content: "\e93a";
}
