
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2"),
         url("../fonts/fontawesome-webfont.woff") format("woff"),
         url("../fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.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-circle:before {
    content: "\f111";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-user:before {
    content: "\f007";
}

.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
.fa-check:before {
    content: "\f00c";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-circle-arrow-right:before {
    content: "\f0a9";
}

.fa-angle-down:before {
    content: "\f107";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-expand:before {
    content: "\f065";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-instagram:before {
    content: "\f16d";
}














