@font-face {
  font-family: 'icons-custom';
  src:  url('fonts/icons-custom.eot?xudb4d');
  src:  url('fonts/icons-custom.eot?xudb4d#iefix') format('embedded-opentype'),
    url('fonts/icons-custom.ttf?xudb4d') format('truetype'),
    url('fonts/icons-custom.woff?xudb4d') format('woff'),
    url('fonts/icons-custom.svg?xudb4d#icons-custom') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ci-"], [class*=" ci-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons-custom' !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;
}

.ci-facebook:before {
  content: "\e902";
}
.ci-instagram:before {
  content: "\e903";
}
.ci-phone:before {
  content: "\e904";
}
.ci-search:before {
  content: "\e905";
}
.ci-facebook1:before {
  content: "\e900";
}
.ci-instagram1:before {
  content: "\e901";
}
