@font-face {
    font-family: 'icomoon';
    src:    url('icomoon.eot?sjea2r');
    src:    url('icomoon.eot?sjea2r#iefix') format('embedded-opentype'),
        url('icomoon.ttf?sjea2r') format('truetype'),
        url('icomoon.woff?sjea2r') format('woff'),
        url('icomoon.svg?sjea2r#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}
.icon-home2:before {
    content: "\e901";
}
.icon-home3:before {
    content: "\e902";
}
.icon-office:before {
    content: "\e903";
}
.icon-library:before {
    content: "\e921";
}
.icon-bag2:before {
    content: "\ee45";
}
.icon-line-chart:before {
    content: "\f201";
}
.icon-menu2:before {
    content: "\ea81";
}
.icon-envelop:before {
    content: "\e947";
}

