.fa,
.fas,
.far,
.fal,
.fad,
.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-1x {
  font-size: 1em; }
.fa-2x {
  font-size: 2em; }
.fa-3x {
  font-size: 3em; }
.fa-4x {
  font-size: 4em; }
.fa-5x {
  font-size: 5em; }
/*Home*/
.fa-angle-down:before {
  content: "\f107"; }
.fa-angle-up:before {
  content: "\f106"; }
.fa-briefcase:before {
  content: "\f0b1"; }
.fa-bullhorn:before {
  content: "\f0a1"; }
.fa-calendar-alt:before {
  content: "\f073"; }
.fa-exchange-alt:before {
  content: "\f362"; }
.fa-facebook-f:before {
  content: "\f39e"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-youtube-square:before {
  content: "\f431"; }
.fa-grin:before {
  content: "\f580"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-map-marked-alt:before {
  content: "\f5a0"; }
.fa-map-marker-alt:before {
  content: "\f3c5"; }
.fa-search:before {
  content: "\f002";}
.fa-phone:before {
  content: "\f095";}
.fa-envelope:before {
  content: "\f0e0";}
.fa-plug:before {
  content: "\f1e6"; }
.fa-twitter:before {
  content: "\f099"; }
.fa-usb:before {
  content: "\f287"; }
.fa-wifi:before {
  content: "\f1eb"; }
.fa-air-conditioner:before {
  content: "\f8f4"; }
.fa-two-plus-one:before {
  content: "2+1"; 
  font-weight: 900;}
.fa-smile:before {
  content: "\f118"; }
.fa-desktop:before {
  content: "\f108"; }
.fa-music:before {
  content: "\f001"; }
.fa-user-lock:before {
  content: "\f502"; }
.fa-user-plus:before {
  content: "\f234"; }
.fa-unlock:before {
  content: "\f09c"; }
.fa-tag:before {
  content: "\f02b"; }

/*Travel*/
.fa-filter:before {
  content: "\f0b0"; }
.fa-caret-up:before {
  content: "\f0d8"; }
.fa-caret-down:before {
  content: "\f0d7"; }
.fa-exclamation-triangle:before {
  content: "\f071"; }
.fa-arrow-right:before {
  content: "\f061"; }
.fa-arrow-left:before {
  content: "\f060"; }
.fa-chevron-left:before {
  content: "\f053"; }
.fa-chevron-right:before {
  content: "\f054"; }
.fa-hand-pointer:before {
  content: "\f25a"; }
.fa-info-circle:before {
  content: "\f05a"; }
.fa-steering-wheel:before {
  content: "\f622"; }
.fa-clock:before {
  content: "\f017"; }
/*Payment*/
.fa-id-card-alt:before {
  content: "\f47f"; }
.fa-address-card:before {
  content: "\f2bb"; }
.fa-credit-card:before {
  content: "\f09d"; }
.fa-shield-check:before {
  content: "\f2f7"; }
.fa-user-clock:before {
  content: "\f4fd"; }
.fa-money-check-edit:before {
  content: "\f872"; }
.fa-calendar-check:before {
  content: "\f274"; }
.fa-lira-sign:before {
  content: "\f195"; }
.fa-check:before {
  content: "\f00c"; }
.fa-check-circle:before {
  content: "\f058"; }
.fa-bus:before {
  content: "\f207"; }
.fa-bus-alt:before {
  content: "\f55e"; }
@font-face {
  font-family: 'Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Brands'; }
@font-face {
  font-family: 'Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-duotone-900.eot");
  src: url("../webfonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-duotone-900.woff2") format("woff2"), url("../webfonts/fa-duotone-900.woff") format("woff"), url("../webfonts/fa-duotone-900.ttf") format("truetype"), url("../webfonts/fa-duotone-900.svg#fontawesome") format("svg"); }

.fad {
  position: relative;
  font-family: 'Duotone';
  font-weight: 900; }

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad.fa-inverse {
  color: #fff; }

.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute; }

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
.fad.fa-calendar-alt:after {
  content: "\10f073"; }
.fad.fa-map-marker-alt:after {
  content: "\10f3c5"; }
.fad.fa-filter:after {
  content: "\10f0b0"; }
@font-face {
  font-family: 'Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Pro';
  font-weight: 300; }
@font-face {
  font-family: 'Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Pro';
  font-weight: 900; }
