	/*
  	Flaticon icon font: Flaticon
  	Creation date: 02/06/2020 05:24
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/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.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal;
}

.flaticon-null:before { content: "\f100"; }
.flaticon-null-1:before {
  content: "";
  display: inline-block;
  width: 70px; /* Set your desired width */
  height: 70px; /* Set your desired height */
  background-image: url('../img/elements/help.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.flaticon-think:before {
  content: "";
  display: inline-block;
  width: 60px; /* Set your desired width */
  height: 60px; /* Set your desired height */
  background-image: url('../img/elements/Convince.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}.flaticon-gear:before {
  content: "";
  display: inline-block;
  width: 70px; /* Set your desired width */
  height: 70px; /* Set your desired height */
  background-image: url('../img/elements/spread.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
}