.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-map-marker:before {
    content: "\f041"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-phone:before {
    content: "\f095"
}
.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}
.fa-bars:before {
    content: "\f0c9"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-bank:before {
    content: "\f19c"
}
.fa-whatsapp:before {
    content: "\f232"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}