/*--------------------------------

Business Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Business';
  src: url('../fonts/Business.eot');
  src: url('../fonts/Business.eot') format('embedded-opentype'), url('../fonts/Business.woff2') format('woff2'), url('../fonts/Business.woff') format('woff'), url('../fonts/Business.ttf') format('truetype'), url('../fonts/Business.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.bnicon {
  display: inline-block;
  font: normal normal normal 1em/1 'Business';
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.bnicon-sm {
  font-size: 0.8em;
}
.bnicon-lg {
  font-size: 1.2em;
}
/* absolute units */
.bnicon-16 {
  font-size: 16px;
}
.bnicon-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.bnicon-is-spinning {
  animation: bnicon-spin 1s infinite linear;
}
@keyframes bnicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.bnicon-rotate-90 {
  transform: rotate(90deg);
}
.bnicon-rotate-180 {
  transform: rotate(180deg);
}
.bnicon-rotate-270 {
  transform: rotate(270deg);
}
.bnicon-flip-y {
  transform: scaleY(-1);
}
.bnicon-flip-x {
  transform: scaleX(-1);
}
/*------------------------
	icons
-------------------------*/

.bnicon-Calendar::before {
  content: "\ea01";
}

.bnicon-Check-Board::before {
  content: "\ea02";
}

.bnicon-Graph::before {
  content: "\ea03";
}

.bnicon-documents-holder-2::before {
  content: "\ea04";
}

