.fa-clock:before {
    content: "\f017";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-phone:before {
    content: "\f095";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-comments:before {
    content: "\f086";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-th:before {
    content: "\f00a";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-users:before {
    content: "\f0c0";
}
.fa-megaphone:before {
    content: "\f675";
}
.fa-paper-plane:before {
    content: "\f1d8";
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/fa-light-300.ttf") format("truetype");
}

.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-regular-400.ttf") format("truetype");
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/fa-solid-900.ttf") format("truetype");
}

.fa,
.fas,
.fal{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-style: normal;
}

.fa,
.fas,
.fal,
.far,
.fab{
    font-style: normal;
}