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

[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;
}

.icon-black-arrow:before {
  content: "\e903";
}
.icon-phone-call:before {
  content: "\e900";
  color: #600;
}
.icon-twitter-icon-vector:before {
  content: "\e901";
  color: #fbfffe;
}
.icon-anglin-symbol-white:before {
  content: "\e902";
  color: #fbfffe;
}
.icon-facebook-icon-vector:before {
  content: "\e904";
  color: #fbfffe;
}
.icon-linkedin-icon-vector:before {
  content: "\e905";
  color: #fbfffe;
}
.icon-red-check-mark:before {
  content: "\e906";
  color: #600;
}
