@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ovtap0');
  src: url('../fonts/icomoon.eot?ovtap0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ovtap0') format('truetype'),
    url('../fonts/icomoon.woff?ovtap0') format('woff'),
    url('../fonts/icomoon.svg?ovtap0#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-info:before {
  content: "\e90d";
}

.icon-call:before {
  content: "\e900";
  color: #1c274c;
}

.icon-brifcase:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-certificate:before {
  content: "\e903";
}

.icon-compass:before {
  content: "\e904";
}

.icon-graduation:before {
  content: "\e905";
}

.icon-job-interview:before {
  content: "\e906";
}

.icon-light-bulb:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e908";
}

.icon-phone-call:before {
  content: "\e909";
}

.icon-presentation:before {
  content: "\e90a";
}

.icon-web-programming:before {
  content: "\e90b";
}

.icon-location:before {
  content: "\e90c";
}