	/*
  	Flaticon icon font: Flaticon
  	Creation date: 04/01/2019 13:45
  	*/


@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/font/Flaticon.eot");
  src: url("../fonts/flaticon/font/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon/font/Flaticon.woff") format("woff"),
       url("../fonts/flaticon/font/Flaticon.ttf") format("truetype"),
       url("../fonts/flaticon/font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/font/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  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;
}

.flaticon-ideas:before { content: "\f100"; }
.flaticon-flasks:before { content: "\f101"; }
.flaticon-analysis:before { content: "\f102"; }
.flaticon-ux-design:before { content: "\f103"; }
.flaticon-web-design:before { content: "\f104"; }
.flaticon-idea:before { content: "\f105"; }
.flaticon-innovation:before { content: "\f106"; }

.flaticon-arrow-right {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
}

.flaticon-newspaper {
  display: inline-block;
  width: 14px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 2px;
  position: relative;
  margin-left: 6px;
  box-sizing: border-box;
}

/* headline */
.flaticon-newspaper::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 2px;
  background: currentColor;
}

/* news lines */
.flaticon-newspaper::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 8px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.trophy-icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* cup */
.flaticon-trophy {
  width: 16px;
  height: 10px;
  border: 2px solid currentColor;
  border-bottom: none;
  border-radius: 0 0 4px 4px;
  position: relative;
  box-sizing: border-box;
}

/* handles */
.flaticon-trophy::before,
.flaticon-trophy::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
}

.flaticon-trophy::before {
  left: -6px;
  border-right: none;
  border-radius: 6px 0 0 6px;
}

.flaticon-trophy::after {
  right: -6px;
  border-left: none;
  border-radius: 0 6px 6px 0;
}

/* stem */
.trophy-base {
  width: 4px;
  height: 4px;
  background: currentColor;
  margin-top: 1px;
  position: relative;
}

/* base */
.trophy-base::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -4px;
  width: 12px;
  height: 2px;
  background: currentColor;
}

.book-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}

/* book cover */
.flaticon-book {
  width: 14px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
}

/* book pages */
.flaticon-book::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

/* book spine */
.book-spine {
  width: 3px;
  height: 16px;
  background: currentColor;
  margin-left: 2px;
  border-radius: 1px;
}

.patent-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}

/* patent document */
.flaticon-patent {
  width: 14px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
}

/* document lines */
.flaticon-patent::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 2px;
  background: currentColor;
  box-shadow:
    0 4px 0 currentColor,
    0 8px 0 currentColor;
}

/* seal */
.patent-seal {
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: #fff;
}

.activity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}

/* calendar base */
.flaticon-activity {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
}

/* calendar header */
.flaticon-activity::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}

/* activity dot */
.flaticon-activity::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
}
