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

[class^="icon-"], [class*=" icon-"] {
  /* 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-messenger:before {
  content: "\e900";
  /*color: #0084ff;*/
}
.icon-phone:before {
  content: "\e942";
  color: #0084ff;
}
.icon-location:before {
  content: "\e947";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-pinterest:before {
  content: "\ead1";
}
