@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: local("Font Awesome"), local("Font-Awesome"), url(../fonts/fontawesome-webfont.woff2) format("woff2");
    font-display: fallback;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-phone:before {
    content: "\f095";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-times:before {
    content: "\f00d";
}
.fa-arrow-up:before {
    content: "\f062";
}