@charset "UTF-8";
/*!
Theme Name: Sandbox - Modern & Multipurpose Bootstrap 5 Template
Theme URI:	https://sandbox.elemisthemes.com/
Version:	2.0.0
Author:		elemis
*/


.owl-carousel .owl-stage-outer {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.owl-carousel.clients .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  line-height: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #394252;
  color: #eff3fa;
  box-shadow: 0rem 0.25rem 0.75rem rgba(51, 56, 65, 0.02);
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 100%;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
  pointer-events: all;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    transition: none;
  }
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
  background: rgba(70, 55, 55, 0.7);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: rgba(83, 76, 76, 0.9);
}

.owl-carousel .owl-nav button.owl-prev {
  left: 1rem;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 1rem;
}

.owl-carousel.nav-bottom .owl-nav {
  position: relative;
  margin-top: 1rem;
  text-align: center;
}

.owl-carousel.nav-bottom .owl-nav button {
  top: auto;
  bottom: 100%;
  transform: none;
  position: relative;
  margin: 0 0.2rem;
}

.owl-carousel.nav-bottom .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel.nav-bottom .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel.nav-bottom .owl-nav .owl-dots {
  margin-top: 4rem;
}

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2rem;
  line-height: 1;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.3rem;
  background: #aab0bc;
  opacity: 0.5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  transform: scale(0.6);
  border: 3px solid transparent;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-dots .owl-dot span {
    transition: none;
  }
}

.owl-carousel .owl-dots .owl-dot:hover span {
  transform: scale(1);
}

.owl-carousel .owl-dots .owl-dot.active span {
  transform: scale(1);
  background: none;
  border-color: #aab0bc;
}

.owl-carousel.dots-start .owl-dots {
  text-align: left;
  justify-content: flex-start;
}

.owl-carousel.dots-over {
  margin: 0;
}

.owl-carousel.dots-over .owl-dots {
  bottom: 1rem;
}

.owl-carousel.dots-over .owl-dots .owl-dot span {
  background: #fff;
  opacity: 1;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
}

.owl-carousel.dots-over .owl-dots .owl-dot.active span {
  background: none;
  border-color: #fff;
}

.owl-carousel.dots-dark .owl-dots .owl-dot span {
  background: #fff;
}

.owl-carousel.dots-dark .owl-dots .owl-dot.active span {
  background: none;
  border-color: #fff;
}

.owl-carousel.gap-small .owl-dots {
  margin-top: 1rem;
}

.owl-carousel.nav-dark .owl-nav button,
.owl-carousel.nav-dark .item figure .item-link {
  background: rgba(63, 120, 224, 0.9) !important;
  color: #fff !important;
}

.owl-carousel.nav-dark .owl-nav button.disabled,
.owl-carousel.nav-dark .item figure .item-link.disabled {
  background: rgba(63, 120, 224, 0.9) !important;
}

.owl-carousel.nav-dark .owl-nav button:hover,
.owl-carousel.nav-dark .item figure .item-link:hover {
  background: #3f78e0 !important;
}

@media (max-width: 767px) {
  .owl-carousel .owl-dots {
    margin-top: 1.25rem;
  }
}

.item-inner {
  padding: 1rem 0.75rem;
}

.hero-slider-wrapper {
  position: relative;
  min-height: 750px;
}

.hero-slider-wrapper .hero-slider .owl-slide {
  position: relative;
  height: 750px;
  background-size: cover;
  background-position: center center;
}

.hero-slider-wrapper .hero-slider .owl-slide.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}

.hero-slider-wrapper .hero-slider .owl-slide.bg-overlay-300:before {
  background: rgba(30, 34, 40, 0.3);
}

.hero-slider-wrapper .hero-slider .owl-slide.bg-overlay-400:before {
  background: rgba(30, 34, 40, 0.4);
}

.hero-slider-wrapper .hero-slider .owl-slide.bg-overlay [class*=container]>* {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .hero-slider-wrapper {
    min-height: 500px !important;
  }

  .hero-slider .owl-slide {
    height: 500px !important;
  }

  .hero-slider .owl-nav {
    display: none;
  }
}

img.svg-inject {
  visibility: hidden;
}

.icon-svg,
.icon-svg.icon-svg-lg {
  width: 3rem;
  height: 3rem;
}

.icon-svg.icon-svg-md {
  width: 2.6rem;
  height: 2.6rem;
}

.icon-svg.icon-svg-sm {
  width: 2.2rem;
  height: 2.2rem;
}

.icon-svg.icon-svg-xs {
  width: 1.8rem;
  height: 1.8rem;
}

.lineal-fill {
  fill: #8caeec;
}

.lineal-stroke {
  fill: #36496d;
}

.text-blue .lineal-fill {
  fill: #8caeec;
}

.text-sky .lineal-fill {
  fill: #9ed5f6;
}

.text-purple .lineal-fill {
  fill: #acb2e3;
}

.text-grape .lineal-fill {
  fill: #a09ed6;
}

.text-violet .lineal-fill {
  fill: #c6b0dc;
}

.text-pink .lineal-fill {
  fill: #e3a6b6;
}

.text-fuchsia .lineal-fill {
  fill: #f0a4d1;
}

.text-red .lineal-fill {
  fill: #eea1a6;
}

.text-orange .lineal-fill {
  fill: #fab9ad;
}

.text-yellow .lineal-fill {
  fill: #fcd49b;
}

.text-green .lineal-fill {
  fill: #8fdcc6;
}

.text-leaf .lineal-fill {
  fill: #b0d4c1;
}

.text-aqua .lineal-fill {
  fill: #98cbdd;
}

.text-navy .lineal-fill {
  fill: #858c97;
}

.text-ash .lineal-fill {
  fill: #bfc2c8;
}

.text-white .lineal-fill {
  fill: white;
}

.text-light .lineal-fill {
  fill: #fefefe;
}

.text-gray .lineal-fill {
  fill: #fafafb;
}

.text-dark .lineal-fill {
  fill: #7d8084;
}

.text-primary .lineal-fill {
  fill: #8caeec;
}

.solid-mono .fill-primary {
  fill: #3f78e0;
}

.solid-mono .fill-secondary {
  fill: #c5d7f6;
}

.solid-mono.text-blue .fill-primary {
  fill: #3f78e0;
}

.solid-mono.text-blue .fill-secondary {
  fill: #c5d7f6;
}

.solid-mono.text-sky .fill-primary {
  fill: #5eb9f0;
}

.solid-mono.text-sky .fill-secondary {
  fill: #cfeafb;
}

.solid-mono.text-purple .fill-primary {
  fill: #747ed1;
}

.solid-mono.text-purple .fill-secondary {
  fill: #d5d8f1;
}

.solid-mono.text-grape .fill-primary {
  fill: #605dba;
}

.solid-mono.text-grape .fill-secondary {
  fill: #cfceea;
}

.solid-mono.text-violet .fill-primary {
  fill: #a07cc5;
}

.solid-mono.text-violet .fill-secondary {
  fill: #e3d8ee;
}

.solid-mono.text-pink .fill-primary {
  fill: #d16b86;
}

.solid-mono.text-pink .fill-secondary {
  fill: #f1d3db;
}

.solid-mono.text-fuchsia .fill-primary {
  fill: #e668b3;
}

.solid-mono.text-fuchsia .fill-secondary {
  fill: #f8d2e8;
}

.solid-mono.text-red .fill-primary {
  fill: #e2626b;
}

.solid-mono.text-red .fill-secondary {
  fill: #f6d0d3;
}

.solid-mono.text-orange .fill-primary {
  fill: #f78b77;
}

.solid-mono.text-orange .fill-secondary {
  fill: #fddcd6;
}

.solid-mono.text-yellow .fill-primary {
  fill: #fab758;
}

.solid-mono.text-yellow .fill-secondary {
  fill: #fee9cd;
}

.solid-mono.text-green .fill-primary {
  fill: #45c4a0;
}

.solid-mono.text-green .fill-secondary {
  fill: #c7ede3;
}

.solid-mono.text-leaf .fill-primary {
  fill: #7cb798;
}

.solid-mono.text-leaf .fill-secondary {
  fill: #d8e9e0;
}

.solid-mono.text-aqua .fill-primary {
  fill: #54a8c7;
}

.solid-mono.text-aqua .fill-secondary {
  fill: #cce5ee;
}

.solid-mono.text-navy .fill-primary {
  fill: #343f52;
}

.solid-mono.text-navy .fill-secondary {
  fill: #c2c5cb;
}

.solid-mono.text-ash .fill-primary {
  fill: #9499a3;
}

.solid-mono.text-ash .fill-secondary {
  fill: #dfe0e3;
}

.solid-mono.text-white .fill-primary {
  fill: #fff;
}

.solid-mono.text-white .fill-secondary {
  fill: white;
}

.solid-mono.text-light .fill-primary {
  fill: #fefefe;
}

.solid-mono.text-light .fill-secondary {
  fill: white;
}

.solid-mono.text-gray .fill-primary {
  fill: #f6f7f9;
}

.solid-mono.text-gray .fill-secondary {
  fill: #fcfdfd;
}

.solid-mono.text-dark .fill-primary {
  fill: #262b32;
}

.solid-mono.text-dark .fill-secondary {
  fill: #bebfc2;
}

.solid-mono.text-primary .fill-primary {
  fill: #3f78e0;
}

.solid-mono.text-primary .fill-secondary {
  fill: #c5d7f6;
}

.solid-duo.text-purple-aqua .fill-primary {
  fill: #747ed1;
}

.solid-duo.text-purple-aqua .fill-secondary {
  fill: #8ce0f1;
}

.solid-duo.text-navy-green .fill-primary {
  fill: #414b64;
}

.solid-duo.text-navy-green .fill-secondary {
  fill: #45c4a0;
}

.solid-duo.text-grape-fuchsia .fill-primary {
  fill: #605dba;
}

.solid-duo.text-grape-fuchsia .fill-secondary {
  fill: #f857a6;
}

.solid-duo.text-grape-green .fill-primary {
  fill: #605dba;
}

.solid-duo.text-grape-green .fill-secondary {
  fill: #94dd8e;
}

.solid-duo.text-navy-sky .fill-primary {
  fill: #414b64;
}

.solid-duo.text-navy-sky .fill-secondary {
  fill: #5eb9f0;
}

.solid-duo.text-blue-pink .fill-primary {
  fill: #3f78e0;
}

.solid-duo.text-blue-pink .fill-secondary {
  fill: #fc7eb9;
}

.solid-duo.text-green-fuchsia .fill-primary {
  fill: #8ed882;
}

.solid-duo.text-green-fuchsia .fill-secondary {
  fill: #e668b3;
}

.solid-duo.text-grape-yellow .fill-primary {
  fill: #605dba;
}

.solid-duo.text-grape-yellow .fill-secondary {
  fill: #fab758;
}

.solid-duo.text-sky-pink .fill-primary {
  fill: #5eb9f0;
}

.solid-duo.text-sky-pink .fill-secondary {
  fill: #ff98ab;
}

.solid-duo.text-purple-pink .fill-primary {
  fill: #747ed1;
}

.solid-duo.text-purple-pink .fill-secondary {
  fill: #fdb9d3;
}

.solid-duo.text-green-red .fill-primary {
  fill: #45c4a0;
}

.solid-duo.text-green-red .fill-secondary {
  fill: #ff7c94;
}

.solid-duo.text-red-yellow .fill-primary {
  fill: #e54281;
}

.solid-duo.text-red-yellow .fill-secondary {
  fill: #fab758;
}

.ratings {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 0.8rem;
}



.ratings.one:after {
  content: "\2605";
}

.ratings.two:after {
  content: "\2605\2605";
}

.ratings.three:after {
  content: "\2605\2605\2605";
}

.ratings.four:after {
  content: "\2605\2605\2605\2605";
}

.custom-control .ratings {
  height: 0.9rem;
}

@font-face {
  font-family: "Unicons";
  src: url("../fonts/unicons/Unicons.woff2") format("woff2"), url("../fonts/unicons/Unicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Custom";
  src: url("../fonts/custom/Custom.woff2") format("woff2"), url("../fonts/custom/Custom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^=uil-],
[class*=" uil-"],
[class^=icn-],
[class*=" icn-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: normal;
}

[class^=uil-],
[class*=" uil-"] {
  font-family: "Unicons" !important;
}

[class^=icn-],
[class*=" icn-"] {
  font-family: "Custom" !important;
}

.icn-external:before {
  content: "\e906";
}

.icn-terminal:before {
  content: "\e905";
}

.icn-caret-down:before {
  content: "\e900";
}

.icn-caret-left:before {
  content: "\e901";
}

.icn-caret-right:before {
  content: "\e902";
}

.icn-caret-up:before {
  content: "\e903";
}

.icn-comment-line:before {
  content: "\e904";
}

.uil-plus-0:before {
  content: "\e900";
}

.uil-plus-3:before {
  content: "\e901";
}

.uil-plus-6:before {
  content: "\e902";
}

.uil-plus-10:before {
  content: "\e903";
}

.uil-plus-12:before {
  content: "\e904";
}

.uil-plus-13:before {
  content: "\e905";
}

.uil-plus-16:before {
  content: "\e906";
}

.uil-plus-17:before {
  content: "\e907";
}

.uil-plus-18:before {
  content: "\e908";
}

.uil-plus-21:before {
  content: "\e909";
}

.uil-500px:before {
  content: "\e90a";
}

.uil-abacus:before {
  content: "\e90b";
}

.uil-accessible-icon-alt:before {
  content: "\e90c";
}

.uil-adjust-alt:before {
  content: "\e90d";
}

.uil-adjust-circle:before {
  content: "\e90e";
}

.uil-adjust-half:before {
  content: "\e90f";
}

.uil-adjust:before {
  content: "\e910";
}

.uil-adobe-alt:before {
  content: "\e911";
}

.uil-airplay:before {
  content: "\e912";
}

.uil-adobe:before {
  content: "\e913";
}

.uil-align-alt:before {
  content: "\e914";
}

.uil-align-center-alt:before {
  content: "\e915";
}

.uil-align-center-v:before {
  content: "\e916";
}

.uil-align-center:before {
  content: "\e917";
}

.uil-align-center-h:before {
  content: "\e918";
}

.uil-align-justify:before {
  content: "\e919";
}

.uil-align-left:before {
  content: "\e91a";
}

.uil-align-left-justify:before {
  content: "\e91b";
}

.uil-align-center-justify:before {
  content: "\e91c";
}

.uil-align-letter-right:before {
  content: "\e91d";
}

.uil-align-right-justify:before {
  content: "\e91e";
}

.uil-align-right:before {
  content: "\e91f";
}

.uil-align:before {
  content: "\e920";
}

.uil-amazon:before {
  content: "\e921";
}

.uil-ambulance:before {
  content: "\e922";
}

.uil-analysis:before {
  content: "\e923";
}

.uil-analytics:before {
  content: "\e924";
}

.uil-anchor:before {
  content: "\e925";
}

.uil-android-alt:before {
  content: "\e926";
}

.uil-android-phone-slash:before {
  content: "\e927";
}

.uil-android:before {
  content: "\e928";
}

.uil-angle-double-down:before {
  content: "\e929";
}

.uil-angle-double-left:before {
  content: "\e92a";
}

.uil-angle-double-right:before {
  content: "\e92b";
}

.uil-angle-double-up:before {
  content: "\e92c";
}

.uil-angle-down:before {
  content: "\e92d";
}

.uil-angle-left-b:before {
  content: "\e92e";
}

.uil-angle-left:before {
  content: "\e92f";
}

.uil-angle-right-b:before {
  content: "\e930";
}

.uil-angle-right:before {
  content: "\e931";
}

.uil-angle-up:before {
  content: "\e932";
}

.uil-angry:before {
  content: "\e933";
}

.uil-ankh:before {
  content: "\e934";
}

.uil-annoyed-alt:before {
  content: "\e935";
}

.uil-annoyed:before {
  content: "\e936";
}

.uil-apple-alt:before {
  content: "\e937";
}

.uil-apple:before {
  content: "\e938";
}

.uil-apps:before {
  content: "\e939";
}

.uil-archive-alt:before {
  content: "\e93a";
}

.uil-archive:before {
  content: "\e93b";
}

.uil-archway:before {
  content: "\e93c";
}

.uil-arrow-break:before {
  content: "\e93d";
}

.uil-arrow-circle-down:before {
  content: "\e93e";
}

.uil-arrow-circle-left:before {
  content: "\e93f";
}

.uil-arrow-circle-right:before {
  content: "\e940";
}

.uil-arrow-circle-up:before {
  content: "\e941";
}

.uil-arrow-compress-h:before {
  content: "\e942";
}

.uil-arrow-down-left:before {
  content: "\e943";
}

.uil-arrow-down-right:before {
  content: "\e944";
}

.uil-arrow-down:before {
  content: "\e945";
}

.uil-arrow-from-right:before {
  content: "\e946";
}

.uil-arrow-from-top:before {
  content: "\e947";
}

.uil-arrow-growth:before {
  content: "\e948";
}

.uil-arrow-left:before {
  content: "\e949";
}

.uil-arrow-random:before {
  content: "\e94a";
}

.uil-arrow-resize-diagonal:before {
  content: "\e94b";
}

.uil-arrow-right:before {
  content: "\e94c";
}

.uil-arrow-to-bottom:before {
  content: "\e94d";
}

.uil-arrow-to-right:before {
  content: "\e94e";
}

.uil-arrow-up-left:before {
  content: "\e94f";
}

.uil-arrow-up-right:before {
  content: "\e950";
}

.uil-arrow-up:before {
  content: "\e951";
}

.uil-arrow:before {
  content: "\e952";
}

.uil-arrows-h-alt:before {
  content: "\e953";
}

.uil-arrows-h:before {
  content: "\e954";
}

.uil-arrows-left-down:before {
  content: "\e955";
}

.uil-arrows-maximize:before {
  content: "\e956";
}

.uil-arrows-merge:before {
  content: "\e957";
}

.uil-arrows-resize-h:before {
  content: "\e958";
}

.uil-arrows-resize-v:before {
  content: "\e959";
}

.uil-arrows-resize:before {
  content: "\e95a";
}

.uil-arrows-shrink-h:before {
  content: "\e95b";
}

.uil-arrows-right-down:before {
  content: "\e95c";
}

.uil-arrows-shrink-v:before {
  content: "\e95d";
}

.uil-arrows-up-right:before {
  content: "\e95e";
}

.uil-arrows-v-alt:before {
  content: "\e95f";
}

.uil-arrows-v:before {
  content: "\e960";
}

.uil-assistive-listening-systems:before {
  content: "\e961";
}

.uil-asterisk:before {
  content: "\e962";
}

.uil-at:before {
  content: "\e963";
}

.uil-atom:before {
  content: "\e964";
}

.uil-auto-flash:before {
  content: "\e965";
}

.uil-award-alt:before {
  content: "\e966";
}

.uil-award:before {
  content: "\e967";
}

.uil-baby-carriage:before {
  content: "\e968";
}

.uil-backpack:before {
  content: "\e969";
}

.uil-backspace:before {
  content: "\e96a";
}

.uil-backward:before {
  content: "\e96b";
}

.uil-bag-alt:before {
  content: "\e96c";
}

.uil-bag-slash:before {
  content: "\e96d";
}

.uil-bag:before {
  content: "\e96e";
}

.uil-balance-scale:before {
  content: "\e96f";
}

.uil-ban:before {
  content: "\e970";
}

.uil-band-aid:before {
  content: "\e971";
}

.uil-bars:before {
  content: "\e972";
}

.uil-baseball-ball:before {
  content: "\e973";
}

.uil-basketball-hoop:before {
  content: "\e974";
}

.uil-basketball:before {
  content: "\e975";
}

.uil-bath:before {
  content: "\e976";
}

.uil-battery-bolt:before {
  content: "\e977";
}

.uil-battery-empty:before {
  content: "\e978";
}

.uil-bed-double:before {
  content: "\e979";
}

.uil-bed:before {
  content: "\e97a";
}

.uil-behance-alt:before {
  content: "\e97b";
}

.uil-behance:before {
  content: "\e97c";
}

.uil-bell-school:before {
  content: "\e97d";
}

.uil-bell-slash:before {
  content: "\e97e";
}

.uil-bell:before {
  content: "\e97f";
}

.uil-bill:before {
  content: "\e980";
}

.uil-bing:before {
  content: "\e981";
}

.uil-bitcoin-alt:before {
  content: "\e982";
}

.uil-bitcoin-circle:before {
  content: "\e983";
}

.uil-bitcoin-sign:before {
  content: "\e984";
}

.uil-bitcoin:before {
  content: "\e985";
}

.uil-black-berry:before {
  content: "\e986";
}

.uil-blogger-alt:before {
  content: "\e987";
}

.uil-blogger:before {
  content: "\e988";
}

.uil-bluetooth-b:before {
  content: "\e989";
}

.uil-bold:before {
  content: "\e98a";
}

.uil-bolt-alt:before {
  content: "\e98b";
}

.uil-bolt-slash:before {
  content: "\e98c";
}

.uil-bolt:before {
  content: "\e98d";
}

.uil-book-alt:before {
  content: "\e98e";
}

.uil-book-medical:before {
  content: "\e98f";
}

.uil-book-open:before {
  content: "\e990";
}

.uil-book-reader:before {
  content: "\e991";
}

.uil-book:before {
  content: "\e992";
}

.uil-bookmark-full:before {
  content: "\e993";
}

.uil-bookmark:before {
  content: "\e994";
}

.uil-books:before {
  content: "\e995";
}

.uil-boombox:before {
  content: "\e996";
}

.uil-border-alt:before {
  content: "\e997";
}

.uil-border-bottom:before {
  content: "\e998";
}

.uil-border-clear:before {
  content: "\e999";
}

.uil-border-horizontal:before {
  content: "\e99a";
}

.uil-border-inner:before {
  content: "\e99b";
}

.uil-border-left:before {
  content: "\e99c";
}

.uil-border-out:before {
  content: "\e99d";
}

.uil-border-right:before {
  content: "\e99e";
}

.uil-border-top:before {
  content: "\e99f";
}

.uil-border-vertical:before {
  content: "\e9a0";
}

.uil-bowling-ball:before {
  content: "\e9a1";
}

.uil-box:before {
  content: "\e9a2";
}

.uil-brackets-curly:before {
  content: "\e9a3";
}

.uil-brain:before {
  content: "\e9a4";
}

.uil-briefcase-alt:before {
  content: "\e9a5";
}

.uil-briefcase:before {
  content: "\e9a6";
}

.uil-bright:before {
  content: "\e9a7";
}

.uil-brightness-empty:before {
  content: "\e9a8";
}

.uil-brightness-half:before {
  content: "\e9a9";
}

.uil-brightness-low:before {
  content: "\e9aa";
}

.uil-brightness-minus:before {
  content: "\e9ab";
}

.uil-brightness-plus:before {
  content: "\e9ac";
}

.uil-brightness:before {
  content: "\e9ad";
}

.uil-bring-bottom:before {
  content: "\e9ae";
}

.uil-bring-front:before {
  content: "\e9af";
}

.uil-browser:before {
  content: "\e9b0";
}

.uil-brush-alt:before {
  content: "\e9b1";
}

.uil-bug:before {
  content: "\e9b2";
}

.uil-building:before {
  content: "\e9b3";
}

.uil-bus-alt:before {
  content: "\e9b4";
}

.uil-bus-school:before {
  content: "\e9b5";
}

.uil-bus:before {
  content: "\e9b6";
}

.uil-bullseye:before {
  content: "\e9b7";
}

.uil-calculator-alt:before {
  content: "\e9b8";
}

.uil-calendar-slash:before {
  content: "\e9b9";
}

.uil-calendar-alt:before {
  content: "\e9ba";
}

.uil-calender:before {
  content: "\e9bb";
}

.uil-calculator:before {
  content: "\e9bc";
}

.uil-calling:before {
  content: "\e9bd";
}

.uil-camera-plus:before {
  content: "\e9be";
}

.uil-camera-change:before {
  content: "\e9bf";
}

.uil-capsule:before {
  content: "\e9c0";
}

.uil-capture:before {
  content: "\e9c1";
}

.uil-cancel:before {
  content: "\e9c2";
}

.uil-car-sideview:before {
  content: "\e9c3";
}

.uil-car-slash:before {
  content: "\e9c4";
}

.uil-camera:before {
  content: "\e9c5";
}

.uil-camera-slash:before {
  content: "\e9c6";
}

.uil-car-wash:before {
  content: "\e9c7";
}

.uil-car:before {
  content: "\e9c8";
}

.uil-card-atm:before {
  content: "\e9c9";
}

.uil-caret-right:before {
  content: "\e9ca";
}

.uil-cell:before {
  content: "\e9cb";
}

.uil-celsius:before {
  content: "\e9cc";
}

.uil-channel-add:before {
  content: "\e9cd";
}

.uil-channel:before {
  content: "\e9ce";
}

.uil-chart-down:before {
  content: "\e9cf";
}

.uil-chart-bar:before {
  content: "\e9d0";
}

.uil-chart-growth-alt:before {
  content: "\e9d1";
}

.uil-chart-bar-alt:before {
  content: "\e9d2";
}

.uil-chart-line:before {
  content: "\e9d3";
}

.uil-chart-growth:before {
  content: "\e9d4";
}

.uil-chart-pie-alt:before {
  content: "\e9d5";
}

.uil-chart:before {
  content: "\e9d6";
}

.uil-chart-pie:before {
  content: "\e9d7";
}

.uil-chat-bubble-user:before {
  content: "\e9d8";
}

.uil-chat:before {
  content: "\e9d9";
}

.uil-chat-info:before {
  content: "\e9da";
}

.uil-check-circle:before {
  content: "\e9db";
}

.uil-check-square:before {
  content: "\e9dc";
}

.uil-check:before {
  content: "\e9dd";
}

.uil-circle-layer:before {
  content: "\e9de";
}

.uil-circle:before {
  content: "\e9df";
}

.uil-clapper-board:before {
  content: "\e9e0";
}

.uil-circuit:before {
  content: "\e9e1";
}

.uil-clinic-medical:before {
  content: "\e9e2";
}

.uil-clipboard-blank:before {
  content: "\e9e3";
}

.uil-clipboard-alt:before {
  content: "\e9e4";
}

.uil-clock-eight:before {
  content: "\e9e5";
}

.uil-clipboard-notes:before {
  content: "\e9e6";
}

.uil-clock-five:before {
  content: "\e9e7";
}

.uil-clipboard:before {
  content: "\e9e8";
}

.uil-clock-nine:before {
  content: "\e9e9";
}

.uil-clock-seven:before {
  content: "\e9ea";
}

.uil-clock-ten:before {
  content: "\e9eb";
}

.uil-clock-three:before {
  content: "\e9ec";
}

.uil-clock-two:before {
  content: "\e9ed";
}

.uil-clock:before {
  content: "\e9ee";
}

.uil-closed-captioning-slash:before {
  content: "\e9ef";
}

.uil-closed-captioning:before {
  content: "\e9f0";
}

.uil-cloud-block:before {
  content: "\e9f1";
}

.uil-cloud-bookmark:before {
  content: "\e9f2";
}

.uil-cloud-check:before {
  content: "\e9f3";
}

.uil-cloud-computing:before {
  content: "\e9f4";
}

.uil-cloud-data-connection:before {
  content: "\e9f5";
}

.uil-cloud-database-tree:before {
  content: "\e9f6";
}

.uil-cloud-download:before {
  content: "\e9f7";
}

.uil-cloud-drizzle:before {
  content: "\e9f8";
}

.uil-cloud-exclamation:before {
  content: "\e9f9";
}

.uil-cloud-hail:before {
  content: "\e9fa";
}

.uil-cloud-heart:before {
  content: "\e9fb";
}

.uil-cloud-info:before {
  content: "\e9fc";
}

.uil-cloud-lock:before {
  content: "\e9fd";
}

.uil-cloud-meatball:before {
  content: "\e9fe";
}

.uil-cloud-moon-hail:before {
  content: "\e9ff";
}

.uil-cloud-moon-meatball:before {
  content: "\ea00";
}

.uil-cloud-moon-rain:before {
  content: "\ea01";
}

.uil-cloud-moon-showers:before {
  content: "\ea02";
}

.uil-cloud-moon:before {
  content: "\ea03";
}

.uil-cloud-question:before {
  content: "\ea04";
}

.uil-cloud-rain-sun:before {
  content: "\ea05";
}

.uil-cloud-rain:before {
  content: "\ea06";
}

.uil-cloud-redo:before {
  content: "\ea07";
}

.uil-cloud-share:before {
  content: "\ea08";
}

.uil-cloud-shield:before {
  content: "\ea09";
}

.uil-cloud-showers-alt:before {
  content: "\ea0a";
}

.uil-cloud-showers-heavy:before {
  content: "\ea0b";
}

.uil-cloud-showers:before {
  content: "\ea0c";
}

.uil-cloud-slash:before {
  content: "\ea0d";
}

.uil-cloud-sun-hail:before {
  content: "\ea0e";
}

.uil-cloud-sun-meatball:before {
  content: "\ea0f";
}

.uil-cloud-sun-rain-alt:before {
  content: "\ea10";
}

.uil-cloud-sun-rain:before {
  content: "\ea11";
}

.uil-cloud-sun-tear:before {
  content: "\ea12";
}

.uil-cloud-sun:before {
  content: "\ea13";
}

.uil-cloud-times:before {
  content: "\ea14";
}

.uil-cloud-unlock:before {
  content: "\ea15";
}

.uil-cloud-upload:before {
  content: "\ea16";
}

.uil-cloud-wifi:before {
  content: "\ea17";
}

.uil-cloud-wind:before {
  content: "\ea18";
}

.uil-cloud:before {
  content: "\ea19";
}

.uil-clouds:before {
  content: "\ea1a";
}

.uil-club:before {
  content: "\ea1b";
}

.uil-code-branch:before {
  content: "\ea1c";
}

.uil-coffee:before {
  content: "\ea1d";
}

.uil-cog:before {
  content: "\ea1e";
}

.uil-coins:before {
  content: "\ea1f";
}

.uil-columns:before {
  content: "\ea20";
}

.uil-comment-add:before {
  content: "\ea21";
}

.uil-comment-alt-block:before {
  content: "\ea22";
}

.uil-comment-alt-chart-lines:before {
  content: "\ea23";
}

.uil-comment-alt-check:before {
  content: "\ea24";
}

.uil-comment-alt-dots:before {
  content: "\ea25";
}

.uil-comment-alt-download:before {
  content: "\ea26";
}

.uil-comment-alt-edit:before {
  content: "\ea27";
}

.uil-comment-alt-exclamation:before {
  content: "\ea28";
}

.uil-comment-alt-heart:before {
  content: "\ea29";
}

.uil-comment-alt-image:before {
  content: "\ea2a";
}

.uil-comment-alt-info:before {
  content: "\ea2b";
}

.uil-comment-alt-lines:before {
  content: "\ea2c";
}

.uil-comment-alt-lock:before {
  content: "\ea2d";
}

.uil-comment-alt-medical:before {
  content: "\ea2e";
}

.uil-comment-alt-message:before {
  content: "\ea2f";
}

.uil-comment-alt-notes:before {
  content: "\ea30";
}

.uil-comment-alt-plus:before {
  content: "\ea31";
}

.uil-comment-alt-question:before {
  content: "\ea32";
}

.uil-comment-alt-redo:before {
  content: "\ea33";
}

.uil-comment-alt-search:before {
  content: "\ea34";
}

.uil-comment-alt-share:before {
  content: "\ea35";
}

.uil-comment-alt-shield:before {
  content: "\ea36";
}

.uil-comment-alt-slash:before {
  content: "\ea37";
}

.uil-comment-alt-upload:before {
  content: "\ea38";
}

.uil-comment-alt-verify:before {
  content: "\ea39";
}

.uil-comment-alt:before {
  content: "\ea3a";
}

.uil-comment-block:before {
  content: "\ea3b";
}

.uil-comment-chart-line:before {
  content: "\ea3c";
}

.uil-comment-check:before {
  content: "\ea3d";
}

.uil-comment-dots:before {
  content: "\ea3e";
}

.uil-comment-download:before {
  content: "\ea3f";
}

.uil-comment-edit:before {
  content: "\ea40";
}

.uil-comment-exclamation:before {
  content: "\ea41";
}

.uil-comment-heart:before {
  content: "\ea42";
}

.uil-comment-image:before {
  content: "\ea43";
}

.uil-comment-info-alt:before {
  content: "\ea44";
}

.uil-comment-info:before {
  content: "\ea45";
}

.uil-comment-lines:before {
  content: "\ea46";
}

.uil-comment-lock:before {
  content: "\ea47";
}

.uil-comment-medical:before {
  content: "\ea48";
}

.uil-comment-message:before {
  content: "\ea49";
}

.uil-comment-notes:before {
  content: "\ea4a";
}

.uil-comment-plus:before {
  content: "\ea4b";
}

.uil-comment-question:before {
  content: "\ea4c";
}

.uil-comment-redo:before {
  content: "\ea4d";
}

.uil-comment-search:before {
  content: "\ea4e";
}

.uil-comment-share:before {
  content: "\ea4f";
}

.uil-comment-shield:before {
  content: "\ea50";
}

.uil-comment-slash:before {
  content: "\ea51";
}

.uil-comment-upload:before {
  content: "\ea52";
}

.uil-comment-verify:before {
  content: "\ea53";
}

.uil-comment:before {
  content: "\ea54";
}

.uil-comments-alt:before {
  content: "\ea55";
}

.uil-comments:before {
  content: "\ea56";
}

.uil-compact-disc:before {
  content: "\ea57";
}

.uil-comparison:before {
  content: "\ea58";
}

.uil-compass:before {
  content: "\ea59";
}

.uil-compress-alt-left:before {
  content: "\ea5a";
}

.uil-compress-alt:before {
  content: "\ea5b";
}

.uil-compress-arrows:before {
  content: "\ea5c";
}

.uil-compress-lines:before {
  content: "\ea5d";
}

.uil-compress-point:before {
  content: "\ea5e";
}

.uil-compress-v:before {
  content: "\ea5f";
}

.uil-compress:before {
  content: "\ea60";
}

.uil-confused:before {
  content: "\ea61";
}

.uil-constructor:before {
  content: "\ea62";
}

.uil-copy-alt:before {
  content: "\ea63";
}

.uil-copy-landscape:before {
  content: "\ea64";
}

.uil-copy:before {
  content: "\ea65";
}

.uil-copyright:before {
  content: "\ea66";
}

.uil-corner-down-left:before {
  content: "\ea67";
}

.uil-corner-down-right-alt:before {
  content: "\ea68";
}

.uil-corner-down-right:before {
  content: "\ea69";
}

.uil-corner-left-down:before {
  content: "\ea6a";
}

.uil-corner-right-down:before {
  content: "\ea6b";
}

.uil-corner-up-left-alt:before {
  content: "\ea6c";
}

.uil-corner-up-left:before {
  content: "\ea6d";
}

.uil-corner-up-right-alt:before {
  content: "\ea6e";
}

.uil-corner-up-right:before {
  content: "\ea6f";
}

.uil-coronavirus:before {
  content: "\ea70";
}

.uil-create-dashboard:before {
  content: "\ea71";
}

.uil-creative-commons-pd:before {
  content: "\ea72";
}

.uil-credit-card-search:before {
  content: "\ea73";
}

.uil-credit-card:before {
  content: "\ea74";
}

.uil-crockery:before {
  content: "\ea75";
}

.uil-crop-alt-rotate-left:before {
  content: "\ea76";
}

.uil-crop-alt-rotate-right:before {
  content: "\ea77";
}

.uil-crop-alt:before {
  content: "\ea78";
}

.uil-crosshair-alt:before {
  content: "\ea79";
}

.uil-crosshair:before {
  content: "\ea7a";
}

.uil-crosshairs:before {
  content: "\ea7b";
}

.uil-css3-simple:before {
  content: "\ea7c";
}

.uil-cube:before {
  content: "\ea7d";
}

.uil-dashboard:before {
  content: "\ea7e";
}

.uil-data-sharing:before {
  content: "\ea7f";
}

.uil-database-alt:before {
  content: "\ea80";
}

.uil-database:before {
  content: "\ea81";
}

.uil-desert:before {
  content: "\ea82";
}

.uil-desktop-alt-slash:before {
  content: "\ea83";
}

.uil-desktop-alt:before {
  content: "\ea84";
}

.uil-desktop-cloud-alt:before {
  content: "\ea85";
}

.uil-desktop-slash:before {
  content: "\ea86";
}

.uil-dialpad-alt:before {
  content: "\ea87";
}

.uil-desktop:before {
  content: "\ea88";
}

.uil-dialpad:before {
  content: "\ea89";
}

.uil-diamond:before {
  content: "\ea8a";
}

.uil-diary-alt:before {
  content: "\ea8b";
}

.uil-diary:before {
  content: "\ea8c";
}

.uil-dice-five:before {
  content: "\ea8d";
}

.uil-dice-four:before {
  content: "\ea8e";
}

.uil-dice-one:before {
  content: "\ea8f";
}

.uil-dice-six:before {
  content: "\ea90";
}

.uil-dice-three:before {
  content: "\ea91";
}

.uil-dice-two:before {
  content: "\ea92";
}

.uil-direction:before {
  content: "\ea93";
}

.uil-directions:before {
  content: "\ea94";
}

.uil-discord:before {
  content: "\ea95";
}

.uil-dizzy-meh:before {
  content: "\ea96";
}

.uil-dna:before {
  content: "\ea97";
}

.uil-docker:before {
  content: "\ea98";
}

.uil-document-info:before {
  content: "\ea99";
}

.uil-document-layout-center:before {
  content: "\ea9a";
}

.uil-document-layout-left:before {
  content: "\ea9b";
}

.uil-document-layout-right:before {
  content: "\ea9c";
}

.uil-dollar-alt:before {
  content: "\ea9d";
}

.uil-dollar-sign-alt:before {
  content: "\ea9e";
}

.uil-dollar-sign:before {
  content: "\ea9f";
}

.uil-download-alt:before {
  content: "\eaa0";
}

.uil-draggabledots:before {
  content: "\eaa1";
}

.uil-dribbble:before {
  content: "\eaa2";
}

.uil-drill:before {
  content: "\eaa3";
}

.uil-dropbox:before {
  content: "\eaa4";
}

.uil-dumbbell:before {
  content: "\eaa5";
}

.uil-ear:before {
  content: "\eaa6";
}

.uil-edit-alt:before {
  content: "\eaa7";
}

.uil-edit:before {
  content: "\eaa8";
}

.uil-elipsis-double-v-alt:before {
  content: "\eaa9";
}

.uil-ellipsis-h:before {
  content: "\eaaa";
}

.uil-ellipsis-v:before {
  content: "\eaab";
}

.uil-emoji:before {
  content: "\eaac";
}

.uil-english-to-chinese:before {
  content: "\eaad";
}

.uil-enter:before {
  content: "\eaae";
}

.uil-envelope-add:before {
  content: "\eaaf";
}

.uil-envelope-alt:before {
  content: "\eab0";
}

.uil-envelope-block:before {
  content: "\eab1";
}

.uil-envelope-bookmark:before {
  content: "\eab2";
}

.uil-envelope-check:before {
  content: "\eab3";
}

.uil-envelope-download-alt:before {
  content: "\eab4";
}

.uil-envelope-download:before {
  content: "\eab5";
}

.uil-envelope-edit:before {
  content: "\eab6";
}

.uil-envelope-exclamation:before {
  content: "\eab7";
}

.uil-envelope-info:before {
  content: "\eab8";
}

.uil-envelope-heart:before {
  content: "\eab9";
}

.uil-envelope-lock:before {
  content: "\eaba";
}

.uil-envelope-minus:before {
  content: "\eabb";
}

.uil-envelope-open:before {
  content: "\eabc";
}

.uil-envelope-question:before {
  content: "\eabd";
}

.uil-envelope-receive:before {
  content: "\eabe";
}

.uil-envelope-redo:before {
  content: "\eabf";
}

.uil-envelope-search:before {
  content: "\eac0";
}

.uil-envelope-send:before {
  content: "\eac1";
}

.uil-envelope-share:before {
  content: "\eac2";
}

.uil-envelope-shield:before {
  content: "\eac3";
}

.uil-envelope-star:before {
  content: "\eac4";
}

.uil-envelope-times:before {
  content: "\eac5";
}

.uil-envelope-upload-alt:before {
  content: "\eac6";
}

.uil-envelope-upload:before {
  content: "\eac7";
}

.uil-envelope:before {
  content: "\eac8";
}

.uil-envelopes:before {
  content: "\eac9";
}

.uil-equal-circle:before {
  content: "\eaca";
}

.uil-estate:before {
  content: "\eacb";
}

.uil-euro-circle:before {
  content: "\eacc";
}

.uil-euro:before {
  content: "\eacd";
}

.uil-exchange-alt:before {
  content: "\eace";
}

.uil-exchange:before {
  content: "\eacf";
}

.uil-exclamation-circle:before {
  content: "\ead0";
}

.uil-exclamation-octagon:before {
  content: "\ead1";
}

.uil-exclamation-triangle:before {
  content: "\ead2";
}

.uil-exclamation:before {
  content: "\ead3";
}

.uil-exclude:before {
  content: "\ead4";
}

.uil-exit:before {
  content: "\ead5";
}

.uil-expand-alt:before {
  content: "\ead6";
}

.uil-expand-arrows-alt:before {
  content: "\ead7";
}

.uil-expand-arrows:before {
  content: "\ead8";
}

.uil-expand-from-corner:before {
  content: "\ead9";
}

.uil-expand-left:before {
  content: "\eada";
}

.uil-expand-right:before {
  content: "\eadb";
}

.uil-export:before {
  content: "\eadc";
}

.uil-exposure-alt:before {
  content: "\eadd";
}

.uil-exposure-increase:before {
  content: "\eade";
}

.uil-external-link-alt:before {
  content: "\eadf";
}

.uil-eye-slash:before {
  content: "\eae0";
}

.uil-eye:before {
  content: "\eae1";
}

.uil-facebook-f:before {
  content: "\eae2";
}

.uil-facebook-messenger-alt:before {
  content: "\eae3";
}

.uil-facebook-messenger:before {
  content: "\eae4";
}

.uil-facebook:before {
  content: "\eae5";
}

.uil-fahrenheit:before {
  content: "\eae6";
}

.uil-fast-mail-alt:before {
  content: "\eae7";
}

.uil-fast-mail:before {
  content: "\eae8";
}

.uil-favorite:before {
  content: "\eae9";
}

.uil-feedback:before {
  content: "\eaea";
}

.uil-fidget-spinner:before {
  content: "\eaeb";
}

.uil-file-alt:before {
  content: "\eaec";
}

.uil-file-blank:before {
  content: "\eaed";
}

.uil-file-block-alt:before {
  content: "\eaee";
}

.uil-file-bookmark-alt:before {
  content: "\eaef";
}

.uil-file-check-alt:before {
  content: "\eaf0";
}

.uil-file-check:before {
  content: "\eaf1";
}

.uil-file-contract-dollar:before {
  content: "\eaf2";
}

.uil-file-contract:before {
  content: "\eaf3";
}

.uil-file-copy-alt:before {
  content: "\eaf4";
}

.uil-file-download-alt:before {
  content: "\eaf5";
}

.uil-file-download:before {
  content: "\eaf6";
}

.uil-file-edit-alt:before {
  content: "\eaf7";
}

.uil-file-exclamation-alt:before {
  content: "\eaf8";
}

.uil-file-exclamation:before {
  content: "\eaf9";
}

.uil-file-export:before {
  content: "\eafa";
}

.uil-file-graph:before {
  content: "\eafb";
}

.uil-file-heart:before {
  content: "\eafc";
}

.uil-file-import:before {
  content: "\eafd";
}

.uil-file-info-alt:before {
  content: "\eafe";
}

.uil-file-landscape-alt:before {
  content: "\eaff";
}

.uil-file-landscape:before {
  content: "\eb00";
}

.uil-file-lanscape-slash:before {
  content: "\eb01";
}

.uil-file-medical-alt:before {
  content: "\eb02";
}

.uil-file-medical:before {
  content: "\eb03";
}

.uil-file-minus-alt:before {
  content: "\eb04";
}

.uil-file-lock-alt:before {
  content: "\eb05";
}

.uil-file-minus:before {
  content: "\eb06";
}

.uil-file-network:before {
  content: "\eb07";
}

.uil-file-plus-alt:before {
  content: "\eb08";
}

.uil-file-plus:before {
  content: "\eb09";
}

.uil-file-question:before {
  content: "\eb0a";
}

.uil-file-redo-alt:before {
  content: "\eb0b";
}

.uil-file-question-alt:before {
  content: "\eb0c";
}

.uil-file-slash:before {
  content: "\eb0d";
}

.uil-file-times-alt:before {
  content: "\eb0e";
}

.uil-file-shield-alt:before {
  content: "\eb0f";
}

.uil-file-times:before {
  content: "\eb10";
}

.uil-file-share-alt:before {
  content: "\eb11";
}

.uil-file-search-alt:before {
  content: "\eb12";
}

.uil-file:before {
  content: "\eb13";
}

.uil-file-upload:before {
  content: "\eb14";
}

.uil-filter:before {
  content: "\eb15";
}

.uil-filter-slash:before {
  content: "\eb16";
}

.uil-files-landscapes:before {
  content: "\eb17";
}

.uil-film:before {
  content: "\eb18";
}

.uil-flask:before {
  content: "\eb19";
}

.uil-flask-potion:before {
  content: "\eb1a";
}

.uil-files-landscapes-alt:before {
  content: "\eb1b";
}

.uil-flip-h-alt:before {
  content: "\eb1c";
}

.uil-flip-h:before {
  content: "\eb1d";
}

.uil-flip-v-alt:before {
  content: "\eb1e";
}

.uil-file-upload-alt:before {
  content: "\eb1f";
}

.uil-fire:before {
  content: "\eb20";
}

.uil-flower:before {
  content: "\eb21";
}

.uil-focus-add:before {
  content: "\eb22";
}

.uil-flip-v:before {
  content: "\eb23";
}

.uil-focus:before {
  content: "\eb24";
}

.uil-folder-check:before {
  content: "\eb25";
}

.uil-folder-download:before {
  content: "\eb26";
}

.uil-folder-exclamation:before {
  content: "\eb27";
}

.uil-folder-heart:before {
  content: "\eb28";
}

.uil-folder-info:before {
  content: "\eb29";
}

.uil-folder-lock:before {
  content: "\eb2a";
}

.uil-folder-medical:before {
  content: "\eb2b";
}

.uil-folder-minus:before {
  content: "\eb2c";
}

.uil-folder-network:before {
  content: "\eb2d";
}

.uil-folder-open:before {
  content: "\eb2e";
}

.uil-folder-plus:before {
  content: "\eb2f";
}

.uil-folder-question:before {
  content: "\eb30";
}

.uil-folder-slash:before {
  content: "\eb31";
}

.uil-folder-times:before {
  content: "\eb32";
}

.uil-folder-upload:before {
  content: "\eb33";
}

.uil-folder:before {
  content: "\eb34";
}

.uil-font:before {
  content: "\eb35";
}

.uil-football-american:before {
  content: "\eb36";
}

.uil-football-ball:before {
  content: "\eb37";
}

.uil-football:before {
  content: "\eb38";
}

.uil-forecastcloud-moon-tear:before {
  content: "\eb39";
}

.uil-forwaded-call:before {
  content: "\eb3a";
}

.uil-forward:before {
  content: "\eb3b";
}

.uil-frown:before {
  content: "\eb3c";
}

.uil-game-structure:before {
  content: "\eb3d";
}

.uil-gift:before {
  content: "\eb3e";
}

.uil-github-alt:before {
  content: "\eb3f";
}

.uil-github:before {
  content: "\eb40";
}

.uil-gitlab:before {
  content: "\eb41";
}

.uil-glass-martini-alt-slash:before {
  content: "\eb42";
}

.uil-focus-target:before {
  content: "\eb43";
}

.uil-glass-martini-alt:before {
  content: "\eb44";
}

.uil-glass-martini:before {
  content: "\eb45";
}

.uil-glass-tea:before {
  content: "\eb46";
}

.uil-glass:before {
  content: "\eb47";
}

.uil-globe:before {
  content: "\eb48";
}

.uil-gold:before {
  content: "\eb49";
}

.uil-golf-ball:before {
  content: "\eb4a";
}

.uil-google-drive-alt:before {
  content: "\eb4b";
}

.uil-google-drive:before {
  content: "\eb4c";
}

.uil-google-hangouts-alt:before {
  content: "\eb4d";
}

.uil-google-hangouts:before {
  content: "\eb4e";
}

.uil-google-play:before {
  content: "\eb4f";
}

.uil-google:before {
  content: "\eb50";
}

.uil-graduation-cap:before {
  content: "\eb51";
}

.uil-graph-bar:before {
  content: "\eb52";
}

.uil-grid:before {
  content: "\eb53";
}

.uil-grids:before {
  content: "\eb54";
}

.uil-grin-tongue-wink-alt:before {
  content: "\eb55";
}

.uil-grin:before {
  content: "\eb56";
}

.uil-grin-tongue-wink:before {
  content: "\eb57";
}

.uil-grip-horizontal-line:before {
  content: "\eb58";
}

.uil-hard-hat:before {
  content: "\eb59";
}

.uil-hdd:before {
  content: "\eb5a";
}

.uil-head-side-mask:before {
  content: "\eb5b";
}

.uil-head-side-cough:before {
  content: "\eb5c";
}

.uil-head-side:before {
  content: "\eb5d";
}

.uil-headphone-slash:before {
  content: "\eb5e";
}

.uil-headphones-alt:before {
  content: "\eb5f";
}

.uil-heart-alt:before {
  content: "\eb60";
}

.uil-headphones:before {
  content: "\eb61";
}

.uil-heart-break:before {
  content: "\eb62";
}

.uil-heart-medical:before {
  content: "\eb63";
}

.uil-heart-rate:before {
  content: "\eb64";
}

.uil-heart-sign:before {
  content: "\eb65";
}

.uil-heart:before {
  content: "\eb66";
}

.uil-heartbeat:before {
  content: "\eb67";
}

.uil-hindi-to-chinese:before {
  content: "\eb68";
}

.uil-hipchat:before {
  content: "\eb69";
}

.uil-history-alt:before {
  content: "\eb6a";
}

.uil-history:before {
  content: "\eb6b";
}

.uil-home-alt:before {
  content: "\eb6c";
}

.uil-home:before {
  content: "\eb6d";
}

.uil-horizontal-align-center:before {
  content: "\eb6e";
}

.uil-horizontal-align-left:before {
  content: "\eb6f";
}

.uil-horizontal-align-right:before {
  content: "\eb70";
}

.uil-horizontal-distribution-center:before {
  content: "\eb71";
}

.uil-horizontal-distribution-right:before {
  content: "\eb72";
}

.uil-hospital-square-sign:before {
  content: "\eb73";
}

.uil-hospital-symbol:before {
  content: "\eb74";
}

.uil-horizontal-distribution-left:before {
  content: "\eb75";
}

.uil-hospital:before {
  content: "\eb76";
}

.uil-house-user:before {
  content: "\eb77";
}

.uil-hourglass:before {
  content: "\eb78";
}

.uil-html3-alt:before {
  content: "\eb79";
}

.uil-html5-alt:before {
  content: "\eb7a";
}

.uil-html3:before {
  content: "\eb7b";
}

.uil-html5:before {
  content: "\eb7c";
}

.uil-hunting:before {
  content: "\eb7d";
}

.uil-icons:before {
  content: "\eb7e";
}

.uil-illustration:before {
  content: "\eb7f";
}

.uil-image-alt-slash:before {
  content: "\eb80";
}

.uil-image-block:before {
  content: "\eb81";
}

.uil-image-broken:before {
  content: "\eb82";
}

.uil-image-check:before {
  content: "\eb83";
}

.uil-image-download:before {
  content: "\eb84";
}

.uil-image-edit:before {
  content: "\eb85";
}

.uil-image-lock:before {
  content: "\eb86";
}

.uil-image-minus:before {
  content: "\eb87";
}

.uil-image-plus:before {
  content: "\eb88";
}

.uil-image-question:before {
  content: "\eb89";
}

.uil-image-redo:before {
  content: "\eb8a";
}

.uil-image-resize-landscape:before {
  content: "\eb8b";
}

.uil-image-resize-square:before {
  content: "\eb8c";
}

.uil-image-search:before {
  content: "\eb8d";
}

.uil-image-share:before {
  content: "\eb8e";
}

.uil-image-shield:before {
  content: "\eb8f";
}

.uil-image-slash:before {
  content: "\eb90";
}

.uil-image-times:before {
  content: "\eb91";
}

.uil-image-upload:before {
  content: "\eb92";
}

.uil-image-v:before {
  content: "\eb93";
}

.uil-image:before {
  content: "\eb94";
}

.uil-images:before {
  content: "\eb95";
}

.uil-import:before {
  content: "\eb96";
}

