
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome-webfont.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf");
    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-plus:before {
    content: "\f067";
}

.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-medkit:before {
    content: "\f0fa";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-star:before {
    content: "\f005";
}
.fa-angle-double-right:before {
    content: "\f101";
}

.gallery_item img {
    border: 3px solid #ee9408;
}
.gallery_item
{
    margin-bottom:20px;
}
.fa-book:before {
    content: "\f02d";
}





