/* Font Awesome Custom Subset */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Base styles */
.fa,.fab,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Only the icons we use */
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-calendar-alt:before{content:"\f073"}
.fa-phone:before{content:"\f095"}
.fa-envelope:before{content:"\f0e0"}
.fa-fax:before{content:"\f1ac"}
.fa-phone-alt:before{content:"\f879"}
.fa-mobile-alt:before{content:"\f3cd"}
.fa-whatsapp:before{content:"\f232"}
.fa-clock:before{content:"\f017"}
.fa-graduation-cap:before{content:"\f19d"}
.fa-arrow-left:before{content:"\f060"}
.fa-filter:before{content:"\f0b0"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-user-graduate:before{content:"\f501"}
.fa-university:before{content:"\f19c"}
.fa-circle:before{content:"\f111"}
.fa-check:before{content:"\f00c"}
.fa-inbox:before{content:"\f01c"}