/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 * 
 * OPTIMIZED VERSION - Only used icons included
 */

/* Base CSS */
.fa,
.fas,
.fa-solid,
.fab,
.fa-brands,
.fal,
.fa-light,
.far,
.fa-regular,
.fa-sharp {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* Font Face Definitions */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"),
       url("../webfonts/fa-light-300.ttf") format("truetype");
}

/* Font Awesome 5 Pro compatibility for scroll-up */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}


/* Used Icons Only */

/* Solid Icons */
.fa-check-circle:before {
  content: "\f058";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-cog:before {
  content: "\f013";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-play:before {
  content: "\f04b";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-gear:before {
  content: "\f013";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

/* Scroll up arrow icon - unicode f176 used in style.css */
.fa-long-arrow-up:before,
.scroll-up::after {
  content: "\f176";
}

/* Regular Icons */
.fa-angle-right:before {
  content: "\f105";
}

/* Light Icons */
.fa-times:before {
  content: "\f00d";
}

/* Brand Icons */
.fa-facebook-f:before {
  content: "\f39e";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-behance:before {
  content: "\f1b4";
}

/* Helper classes */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

/* Animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Screen reader support */
.sr-only,
.fa-sr-only {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:focus,
.fa-sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Custom & SEO Icons Definitions */
.fa-truck-moving:before, .fa-truck-fast:before, .fa-truck:before { content: "\f4df"; }
.fa-industry:before { content: "\f275"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-truck-monster:before { content: "\f63b"; }
.fa-ruler-vertical:before { content: "\f548"; }
.fa-microscope:before { content: "\f610"; }
.fa-building:before { content: "\f1ad"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-user-shield:before { content: "\f505"; }
.fa-shield-alt:before, .fa-shield-halved:before { content: "\f3ed"; }
.fa-tint:before, .fa-droplet:before { content: "\f043"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-cube:before { content: "\f1b2"; }
.fa-flask:before { content: "\f0c3"; }
.fa-route:before { content: "\f4d7"; }
.fa-map-marked-alt:before, .fa-map-location-dot:before { content: "\f5a0"; }
.fa-sync:before, .fa-rotate:before { content: "\f021"; }

