/*! 
* @package IcoFont 
* @version 1.0.1 
* @author   
* @copyright 2024 
* @license - https://icofont.com/license/
*/
@font-face {
  font-family: IcoFont;
  font-weight: 400;
  font-style: Regular;
  src: url(../fonts/icofont.woff2) format("woff2"),
    url(../fonts/icofont.woff) format("woff");
}
[class*=" icofont-"],
[class^="icofont-"] {
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.icofont-dotted-right:before {
  content: "\ea79";
}
.icofont-read-book:before {
  content: "\eaeb";
}
.icofont-read-book-alt:before {
  content: "\eaea";
}
.icofont-badge:before {
  content: "\eeaa";
}
.icofont-map-pins:before {
  content: "\ef8a";
}
.icofont-dashboard:before {
  content: "\eefa";
}
.icofont-thunder-light:before {
  content: "\ee84";
}
.icofont-volume-mute:before {
  content: "\ecb8";
}
.icofont-leaf:before {
  content: "\ef5e";
}
.icofont-road:before {
  content: "\efd8";
}
.icofont-phone:before {
  content: "\efbb";
}
.icofont-building:before {
  content: "\eec8";
}
.icofont-quote-left:before {
  content: "\efcd";
}
.icofont-users-alt-1:before {
  content: "\ed06";
}
.icofont-world:before {
  content: "\f02c";
}
.icofont-envelope:before {
  content: "\ef14";
}
.icofont-price:before {
  content: "\efc5";
}
.icofont-papers:before {
  content: "\efb6";
}
.icofont-sale-discount:before {
  content: "\efdd";
}
.icofont-location-pin:before {
  content: "\ef79";
}
.icofont-ui-chat:before {
  content: "\ec4a";
}
.icofont-steering:before {
  content: "\edcc";
}
.icofont-home:before {
  content: "\ef47";
}
.icofont-battery-full:before {
  content: "\eeb2";
}
.icofont-ui-touch-phone:before {
  content: "\ec8a";
}
.icofont-smart-phone:before {
  content: "\efec";
}
.icofont-network-tower:before {
  content: "\efa4";
}
.icofont-finger-print:before {
  content: "\ebb7";
}
.icofont-check-circled:before {
  content: "\eed7";
}
.icofont-safety:before {
  content: "\efdc";
}
.icofont-thermometer:before {
  content: "\ec3b";
}
.icofont-bulb-alt:before {
  content: "\eec9";
}
.icofont-x:before {
  content: "\f03d";
}
.icofont-quote-right:before {
  content: "\efce";
}
.icofont-user-alt-2:before {
  content: "\ecfc";
}
.icofont-arrow-right:before {
  content: "\ea5d";
}
.icofont-check-alt:before {
  content: "\eed6";
}
.icofont-check:before {
  content: "\eed8";
}
.icofont-rounded-right:before {
  content: "\eaa0";
}
.icofont-simple-down:before {
  content: "\eab2";
}
.icofont-rounded-left:before {
  content: "\ea9d";
}
[class*=" icofont-"].icofont-duotone,
[class^="icofont-"].icofont-duotone {
  position: relative;
}
[class*=" icofont-"].icofont-duotone:before,
[class^="icofont-"].icofont-duotone:before {
  position: absolute;
  left: 0;
  top: 0;
}
[class*=" icofont-"].icofont-duotone:after,
[class^="icofont-"].icofont-duotone:after {
  opacity: 0.4;
}
.icofont-xs {
  font-size: 0.5em;
}
.icofont-sm {
  font-size: 0.75em;
}
.icofont-md {
  font-size: 1.25em;
}
.icofont-lg {
  font-size: 1.5em;
}
.icofont-1x {
  font-size: 1em;
}
.icofont-2x {
  font-size: 2em;
}
.icofont-3x {
  font-size: 3em;
}
.icofont-4x {
  font-size: 4em;
}
.icofont-5x {
  font-size: 5em;
}
.icofont-6x {
  font-size: 6em;
}
.icofont-7x {
  font-size: 7em;
}
.icofont-8x {
  font-size: 8em;
}
.icofont-9x {
  font-size: 9em;
}
.icofont-10x {
  font-size: 10em;
}
.icofont-fw {
  text-align: center;
  width: 1.25em;
}
.icofont-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.icofont-ul > li {
  position: relative;
  line-height: 2em;
}
.icofont-ul > li .icofont {
  display: inline-block;
  vertical-align: middle;
}
.icofont-border {
  border: solid 0.08em #f1f1f1;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.icofont-pull-left {
  float: left;
}
.icofont-pull-right {
  float: right;
}
.icofont.icofont-pull-left {
  margin-right: 0.3em;
}
.icofont.icofont-pull-right {
  margin-left: 0.3em;
}
.icofont-spin {
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}
.icofont-pulse {
  -webkit-animation: icofont-spin 1s infinite steps(8);
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}
@-webkit-keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icofont-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icofont-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icofont-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icofont-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icofont-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icofont-flip-horizontal.icofont-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-rotate-90 {
  -webkit-filter: none;
  filter: none;
  display: inline-block;
}
.icofont-inverse {
  color: #fff;
}
