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

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !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;
}

.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-phone:before {
  content: "\f095";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-xing:before {
  content: "\f168";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-instagram:before {
  content: "\f16d";
}