@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/icomoon.eot?16dfbn');
    src: url('../fonts/icons/icomoon.eot?16dfbn#iefix') format('embedded-opentype'),
    url('../fonts/icons/icomoon.ttf?16dfbn') format('truetype'),
    url('../fonts/icons/icomoon.woff?16dfbn') format('woff'),
    url('../fonts/icons/icomoon.svg?16dfbn#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-close:before {
    content: "\e90a";
}

.icon-menu-button-of-three-lines:before {
    content: "\e90c";
}

.icon-tick:before {
    content: "\e90b";
}

.icon-facbook-ico:before {
    content: "\e902";
}

.icon-linkedin-ico:before {
    content: "\e904";
}

.icon-twitter-ico:before {
    content: "\e908";
}

.icon-youtub-ico:before {
    content: "\e909";
}

.icon-angle-arrow-pointing-to-right:before {
    content: "\e900";
}

.icon-angle-pointing-to-left:before {
    content: "\e901";
}

.icon-left-arrow:before {
    content: "\e903";
}

.icon-next:before {
    content: "\e905";
}

.icon-quote:before {
    content: "\e906";
}

.icon-right-arrow-forward:before {
    content: "\e907";
}