@font-face {
  font-family: 'borderless-icon-font';
  src:
    url('../fonts/borderless-icon-font.ttf?wir7su') format('truetype'),
    url('../fonts/borderless-icon-font.woff?wir7su') format('woff'),
    url('../fonts/borderless-icon-font.svg?wir7su#borderless-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="borderless-icon-"], [class*=" borderless-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'borderless-icon-font' !important;
  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;
}

.borderless-icon-split-hero:before {
  content: "\e901";
}
.borderless-icon-hero:before {
  content: "\e900";
}
.borderless-icon-slider:before {
  content: "\e90a";
}
.borderless-icon-marquee-text:before {
  content: "\e907";
}
.borderless-icon-semi-circular-progress-bar:before {
  content: "\e908";
}
.borderless-icon-progress-bar:before {
  content: "\e909";
}
.borderless-icon-portfolio:before {
  content: "\e906";
}
.borderless-icon-heading:before {
  content: "\e905";
}
.borderless-icon-animated-text:before {
  content: "\e90b";
}
.borderless-icon-circular-progress-bar:before {
  content: "\e90c";
}
.borderless-icon-testimonial:before {
  content: "\e90d";
}
.borderless-icon-team-member:before {
  content: "\e90e";
}
.borderless-icon-contact-form-7:before {
  content: "\e90f";
}