/*!
* @package IcoFont
* @version 1.0.1
* @author IcoFont https://icofont.com
* @copyright Copyright (c) 2015 - 2018 IcoFont
* @license - https://icofont.com/license/
*/
@font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: Regular;
    src: url(fonts/icofont.woff2) format("woff2"), url(fonts/icofont.woff) format("woff");
    font-display: swap
}

[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}
.icofont-simple-up:before{
    content:"\eab9"
}

.icofont-email:before {
    content: "\ef12"
}


.icofont-link:before {
    content: "\ef71"
}

.icofont-location-pin:before {
    content: "\ef79"
}


.icofont-navigation-menu:before {
    content: "\efa2"
}

.icofont-telephone:before {
    content: "\f008"
}

.icofont-ui-calendar:before {
    content: "\ec45";
}