/********Icons Pack*********/
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?i92hoz');
    src:  url('fonts/icomoon.eot?i92hoz#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?i92hoz') format('truetype'),
      url('fonts/icomoon.woff?i92hoz') format('woff'),
      url('fonts/icomoon.svg?i92hoz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    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-filter:before {
    content: "\e916";
  }
  .icon-sort:before {
    content: "\e917";
  }
  .icon-comment:before {
    content: "\e913";
  }
  .icon-ticket:before {
    content: "\e914";
  }
  .icon-community:before {
    content: "\e915";
  }
  .icon-download:before {
    content: "\e90d";
  }
  .icon-like:before {
    content: "\e90b";
  }
  .icon-dislike:before {
    content: "\e90c";
  }
  .icon-next:before {
    content: "\e90a";
  }
  .icon-light:before {
    content: "\e908";
  }
  .icon-dark:before {
    content: "\e909";
  }
  .icon-close:before {
    content: "\e906";
  }
  .icon-menu:before {
    content: "\e907";
  }
  .icon-share:before {
    content: "\e900";
  }
  .icon-facebook:before {
    content: "\e901";
  }
  .icon-twitter:before {
    content: "\e902";
  }
  .icon-linkedin:before {
    content: "\e903";
  }
  .icon-brightness:before {
    content: "\e904";
  }
  .icon-search:before {
    content: "\e905";
  }
  .icon-whatsapp-line:before {
    content: "\e912";
  }
  .icon-linkedin-line:before {
    content: "\e911";
  }
  .icon-instagram-line:before {
    content: "\e910";
  }
  .icon-twitter-line:before {
    content: "\e90f";
  }
  .icon-facebook-line:before {
    content: "\e90e";
  }