@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?f925vs');
  src:  url('icomoon.eot?f925vs#iefix') format('embedded-opentype'),
    url('icomoon.ttf?f925vs') format('truetype'),
    url('icomoon.woff?f925vs') format('woff'),
    url('icomoon.svg?f925vs#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;
  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-whatsapp:before {
  content: "\e903";
  color: #b3c44e;
}
.icon-facebook:before {
  content: "\e904";
  color: #b3c44e;
}
.icon-linkedin:before {
  content: "\e902";
  color: #fff;
}
.nav-scroll .icon-linkedin:before{
  content: "\e902";
  color: #6c757d;
}
.icon-youtube:before {
  content: "\ea64";
  color: #b3c44e;
}
.nav-scroll .icon-youtube:before{
  content: "\ea64";
  color: #6c757d;
}
.icon-instagram:before {
  content: "\e900";
  color: #b3c44e;
}
.nav-scroll .icon-instagram:before{
  content: "\e900";
  color: #6c757d;
}
.icon-phone:before{
  
  color: #b3c44e;
}
