/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/* Font Awesome uses the Font Awesome icons from the elementor plugin */
/* This file provides basic icon support */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* Common Icons */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-search:before {
  content: "\f002";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-times:before {
  content: "\f00d";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-phone:before {
  content: "\f095";
}

.fa-map-marker:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-facebook:before,
.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before,
.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-check:before {
  content: "\f00c";
}

.fa-star:before {
  content: "\f005";
}

.fa-heart:before {
  content: "\f004";
}

.fa-user:before {
  content: "\f007";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-clock:before {
  content: "\f017";
}

.fa-download:before {
  content: "\f019";
}

.fa-upload:before {
  content: "\f093";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-home:before {
  content: "\f015";
}

.fa-cog:before {
  content: "\f013";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-percent:before {
  content: "\f295";
}

/* Spin Animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Note: Actual icon fonts are loaded from elementor's Font Awesome files */
