@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?tvv359');
  src:  url('fonts/icomoon.eot?tvv359#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tvv359') format('truetype'),
    url('fonts/icomoon.woff?tvv359') format('woff'),
    url('fonts/icomoon.svg?tvv359#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-twitter:before {
  content: "\f09b";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-whatsapp:before {
  content: "\f233";
}
.icon-facebook:before {
  content: "\f39e";
}
.icon-phone:before {
  content: "\f096";
}
.icon-envelope:before {
  content: "\f0e2";
}
.icon-mobile:before {
  content: "\f10c";
}
.icon-fax:before {
  content: "\f1ad";
}
.icon-map-marker:before {
  content: "\f3c5";
}
