@font-face {
    font-family: 'icofont';
    src: url('../fonts/icofont_slim.eot');
    src: local('☺'), url('../fonts/icofont_slim.woff') format('woff'),
    url('../fonts/icofont_slim.ttf') format('truetype'),
    url('../fonts/icofont_slim.svg') format('svg');
    url('../fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icofont {
    font-family: 'IcoFont' !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;
}
.icofont-paint:before {
    content: "\f091";
}
.icofont-contrast:before {
    content: "\efc6";
}
.icofont-code-alt:before {
    content: "\eea3";
}
.icofont-paper-plane:before {
    content: "\f092";
}
.icofont-touch:before {
    content: "\e92d";
}
.icofont-hand-power:before {
    content: "\e913";
}
.icofont-dart:before {
    content: "\e909";
}
.icofont-light-bulb:before {
    content: "\f04a";
}
.icofont-users-alt-5:before {
    content: "\ede1";
}
.icofont-brand-citibank:before {
    content: "\e9bf";
}
.icofont-brand-mcdonals:before {
    content: "\ea0f";
}
.icofont-brand-yamaha:before {
    content: "\ea63";
}
.icofont-brand-volkswagen:before {
    content: "\ea5b";
}
.icofont-brand-china-unicom:before {
    content: "\e9bd";
}
.icofont-brand-cannon:before {
    content: "\e9b9";
}
.icofont-envelope:before {
    content: "\efe6";
}
.icofont-social-whatsapp:before {
    content: "\f135";
}
.icofont-social-google-map:before {
    content: "\ee10";
}


/*Font size*/
.icofont-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.icofont-2x {
    font-size: 2em
}

.icofont-3x {
    font-size: 3em
}

.icofont-4x {
    font-size: 4em
}

.icofont-5x {
    font-size: 5em
}

.icofont-fw {
    display: inline-block;
    width: 1.28571429em;
    text-align: center
}

/*Fixed Width Icons*/
.icofont-fw {
    width: 1.28571429em;
    text-align: center;
}

/*Custom list icons*/
.icofont-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.icofont-ul>li {
    position: relative;
}
.icofont-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

/*Animation*/
.icofont-rotate {
    -webkit-animation: icofont-rotate 2s infinite linear;
    animation: icofont-rotate 2s infinite linear
}

@-webkit-keyframes icofont-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes icofont-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}