
@font-face {
  font-family: 'LineIcons';
  src: url('fonts/LineIcons.woff2') format('woff2'), 
       url('fonts/LineIcons.woff') format('woff'), 
       url('fonts/LineIcons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: 'LineIcons' !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-phone-call::before { content: "\eb50"; }
.icon-map-marker-alt::before { content: "\eb24"; }
.icon-envelope::before { content: "\eaae"; }
.icon-envelope-open::before { content: "\eaae"; }
.icon-home::before { content: "\eaed"; }
.icon-info-circle::before { content: "\eaf7"; }
.icon-graduation-cap::before { content: "\ead8"; }
.icon-images::before { content: "\eacc"; }
.icon-whatsapp::before { content: "\ec04"; }
.icon-facebook-f::before { content: "\eab9"; }
.icon-instagram::before { content: "\eafa"; }
.icon-check-circle::before { content: "\ea5a"; }
.icon-chevron-down::before { content: "\ea5e"; }
.icon-child::before { content: "\e990"; }
.icon-mouse::before { content: "\eb36"; }
.icon-users::before { content: "\ebf6"; }
