/*!
 * Font Awesome Free 7.3.1 subset — sirf isi site ke ~87 icons ke liye
 * (originally 1.1MB / 7000+ icons -> ab sirf jo actually use hote hain)
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 7 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('webfonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 7 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('webfonts/fa-brands-400.woff2') format('woff2');
}
.fa-solid, .fa-classic, .fas, .fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Free'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}
.fa-brands, .fab {
  --_fa-family: 'Font Awesome 7 Brands';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: var(--fa-width, 1.25em);
}
:is(.fas, .fab, .fa-solid, .fa-brands, .fa-classic, .fa)::before {
  content: var(--fa)/"";
}
@supports not (content: ""/"") {
  :is(.fas, .fab, .fa-solid, .fa-brands, .fa-classic, .fa)::before {
    content: var(--fa);
  }
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fa-arrow-left { --fa: "\f060"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-bars { --fa: "\f0c9"; }
.fa-building { --fa: "\f1ad"; }
.fa-bus { --fa: "\f207"; }
.fa-camera { --fa: "\f030"; }
.fa-certificate { --fa: "\f0a3"; }
.fa-chalkboard-teacher { --fa: "\f51c"; }
.fa-chart-bar { --fa: "\f080"; }
.fa-check-circle { --fa: "\f058"; }
.fa-chevron-down { --fa: "\f078"; }
.fa-chevron-left { --fa: "\f053"; }
.fa-chevron-right { --fa: "\f054"; }
.fa-circle-info { --fa: "\f05a"; }
.fa-clock { --fa: "\f017"; }
.fa-cloud-upload-alt { --fa: "\f0ee"; }
.fa-cog { --fa: "\f013"; }
.fa-crop { --fa: "\f125"; }
.fa-crop-alt { --fa: "\f565"; }
.fa-download { --fa: "\f019"; }
.fa-edit { --fa: "\f044"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-exclamation-circle { --fa: "\f06a"; }
.fa-expand { --fa: "\f065"; }
.fa-external-link-alt { --fa: "\f35d"; }
.fa-eye { --fa: "\f06e"; }
.fa-eye-slash { --fa: "\f070"; }
.fa-file { --fa: "\f15b"; }
.fa-file-alt { --fa: "\f15c"; }
.fa-file-import { --fa: "\f56f"; }
.fa-file-pdf { --fa: "\f1c1"; }
.fa-file-shield { --fa: "\e4f0"; }
.fa-file-signature { --fa: "\f573"; }
.fa-graduation-cap { --fa: "\f19d"; }
.fa-hand-pointer { --fa: "\f25a"; }
.fa-id-card { --fa: "\f2c2"; }
.fa-image { --fa: "\f03e"; }
.fa-images { --fa: "\f302"; }
.fa-inbox { --fa: "\f01c"; }
.fa-info-circle { --fa: "\f05a"; }
.fa-key { --fa: "\f084"; }
.fa-layer-group { --fa: "\f5fd"; }
.fa-link { --fa: "\f0c1"; }
.fa-list-ol { --fa: "\f0cb"; }
.fa-list-ul { --fa: "\f0ca"; }
.fa-location-arrow { --fa: "\f124"; }
.fa-lock { --fa: "\f023"; }
.fa-map { --fa: "\f279"; }
.fa-map-marked-alt { --fa: "\f5a0"; }
.fa-map-marker-alt { --fa: "\f3c5"; }
.fa-mobile-alt { --fa: "\f3cd"; }
.fa-moon { --fa: "\f186"; }
.fa-paper-plane { --fa: "\f1d8"; }
.fa-phone { --fa: "\f095"; }
.fa-phone-alt { --fa: "\f879"; }
.fa-plus { --fa: "+"; }
.fa-plus-circle { --fa: "\f055"; }
.fa-plus-square { --fa: "\f0fe"; }
.fa-print { --fa: "\f02f"; }
.fa-save { --fa: "\f0c7"; }
.fa-school { --fa: "\f549"; }
.fa-search { --fa: "\f002"; }
.fa-share-nodes { --fa: "\f1e0"; }
.fa-shield-alt { --fa: "\f3ed"; }
.fa-sign-in-alt { --fa: "\f2f6"; }
.fa-sitemap { --fa: "\f0e8"; }
.fa-sliders-h { --fa: "\f1de"; }
.fa-spinner { --fa: "\f110"; }
.fa-star { --fa: "\f005"; }
.fa-sun { --fa: "\f185"; }
.fa-table { --fa: "\f0ce"; }
.fa-tags { --fa: "\f02c"; }
.fa-th { --fa: "\f00a"; }
.fa-times { --fa: "\f00d"; }
.fa-trash { --fa: "\f1f8"; }
.fa-tree { --fa: "\f1bb"; }
.fa-trophy { --fa: "\f091"; }
.fa-upload { --fa: "\f093"; }
.fa-user { --fa: "\f007"; }
.fa-user-graduate { --fa: "\f501"; }
.fa-user-shield { --fa: "\f505"; }
.fa-user-tie { --fa: "\f508"; }
.fa-window-restore { --fa: "\f2d2"; }
.fa-facebook { --fa: "\f09a"; }
.fa-facebook-f { --fa: "\f39e"; }
.fa-instagram { --fa: "\f16d"; }
.fa-youtube { --fa: "\f167"; }
