@font-face {
  font-family: 'FontAwesome';
  src:  url('fonts/icomoon.eot?nv04e2');
  src:  url('fonts/icomoon.eot?nv04e2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?nv04e2') format('truetype'),
    url('fonts/icomoon.woff?nv04e2') format('woff'),
    url('fonts/icomoon.svg?nv04e2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[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-handshake:before {
  content: "\e903";
}
.fa-globe:before {
  content: "\e900";
}
.fa-award:before {
  content: "\e901";
}
.fa-people-roof:before {
  content: "\e902";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-envelope:before {
  content: "\e904";
}
.fa-phone:before {
  content: "\e942";
}
.fa-heart:before {
  content: "\e9da";
}
.fa-facebook-square:before {
  content: "\ea91";
}
.fa-instagram:before {
  content: "\ea92";
}
