@font-face {
  font-family: 'icomoon';
  src: url(https://adaexperts.com/wp-content/themes/adaexperts/assets/fonts/icomoon.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[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-email:before {
  content: "\e902";
}
.icon-map-sign:before {
  content: "\e903";
}
.icon-phone-office:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e900";
}