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

LineIcons Free Web Font
Author: lineicons.com

-------------------------------- */
@font-face {
  font-family: 'LineIcons';
  src: url('https://dev.layouthub.com/storage/libraries/LineIcons/fonts/LineIcons.eot');
  src: url('https://dev.layouthub.com/storage/libraries/LineIcons/fonts/LineIcons.eot') format('embedded-opentype'), url('https://dev.layouthub.com/storage/libraries/LineIcons/fonts/LineIcons.woff2') format('woff2'), url('https://dev.layouthub.com/storage/libraries/LineIcons/fonts/LineIcons.woff') format('woff'), url('https://dev.layouthub.com/storage/libraries/LineIcons/fonts/LineIcons.ttf') format('truetype'), url('https://dev.layouthub.com/storage/libraries/LineIcons/fonts/LineIcons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 'LineIcons' !important;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.lni-sm {
  font-size: 0.8em;
}
.lni-lg {
  font-size: 1.2em;
}
/* absolute units */
.lni-16 {
  font-size: 16px;
}
.lni-32 {
  font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.lni-bg-square,
.lni-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.lni-bg-circle {
  border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.lni-ul {
  padding-left: 0;
  list-style-type: none;
}
.lni-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.lni-ul > li > .lni {
  margin-right: 0.4em;
  line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.lni-is-spinning {
  -webkit-animation: lni-spin 2s infinite linear;
  -moz-animation: lni-spin 2s infinite linear;
  animation: lni-spin 2s infinite linear;
}
@-webkit-keyframes lni-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes lni-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes lni-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.lni-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lni-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lni-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.lni-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.lni-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	icons
-------------------------*/

.lni-500px::before {
  content: "\ea02" !important;
}

.lni-add-files::before {
  content: "\ea03" !important;
}

.lni-alarm-clock::before {
  content: "\ea04" !important;
}

.lni-alarm::before {
  content: "\ea05" !important;
}

.lni-airbnb::before {
  content: "\ea06" !important;
}

.lni-adobe::before {
  content: "\ea07" !important;
}

.lni-amazon-pay::before {
  content: "\ea08" !important;
}

.lni-amazon::before {
  content: "\ea09" !important;
}

.lni-amex::before {
  content: "\ea0a" !important;
}

.lni-anchor::before {
  content: "\ea0b" !important;
}

.lni-amazon-original::before {
  content: "\ea0c" !important;
}

.lni-android-original::before {
  content: "\ea0d" !important;
}

.lni-android::before {
  content: "\ea0e" !important;
}

.lni-angellist::before {
  content: "\ea0f" !important;
}

.lni-angle-double-down::before {
  content: "\ea10" !important;
}

.lni-angle-double-left::before {
  content: "\ea11" !important;
}

.lni-angle-double-right::before {
  content: "\ea12" !important;
}

.lni-angle-double-up::before {
  content: "\ea13" !important;
}

.lni-angular::before {
  content: "\ea14" !important;
}

.lni-apartment::before {
  content: "\ea15" !important;
}

.lni-app-store::before {
  content: "\ea16" !important;
}

.lni-apple-pay::before {
  content: "\ea17" !important;
}

.lni-apple::before {
  content: "\ea18" !important;
}

.lni-archive::before {
  content: "\ea19" !important;
}

.lni-arrow-down-circle::before {
  content: "\ea1a" !important;
}

.lni-arrow-left-circle::before {
  content: "\ea1b" !important;
}

.lni-arrow-left::before {
  content: "\ea1c" !important;
}

.lni-arrow-right-circle::before {
  content: "\ea1d" !important;
}

.lni-arrow-right::before {
  content: "\ea1e" !important;
}

.lni-arrow-top-left::before {
  content: "\ea1f" !important;
}

.lni-arrow-top-right::before {
  content: "\ea20" !important;
}

.lni-arrow-up-circle::before {
  content: "\ea21" !important;
}

.lni-arrow-up::before {
  content: "\ea22" !important;
}

.lni-arrows-horizontal::before {
  content: "\ea23" !important;
}

.lni-arrows-vertical::before {
  content: "\ea24" !important;
}

.lni-atlassian::before {
  content: "\ea25" !important;
}

.lni-aws::before {
  content: "\ea26" !important;
}

.lni-arrow-down::before {
  content: "\ea27" !important;
}

.lni-ambulance::before {
  content: "\ea28" !important;
}

.lni-agenda::before {
  content: "\ea29" !important;
}

.lni-backward::before {
  content: "\ea2a" !important;
}

.lni-baloon::before {
  content: "\ea2b" !important;
}

.lni-ban::before {
  content: "\ea2c" !important;
}

.lni-bar-chart::before {
  content: "\ea2d" !important;
}

.lni-behance-original::before {
  content: "\ea2e" !important;
}

.lni-bitbucket::before {
  content: "\ea2f" !important;
}

.lni-bitcoin::before {
  content: "\ea30" !important;
}

.lni-blackboard::before {
  content: "\ea31" !important;
}

.lni-blogger::before {
  content: "\ea32" !important;
}

.lni-bluetooth::before {
  content: "\ea33" !important;
}

.lni-bold::before {
  content: "\ea34" !important;
}

.lni-bolt-alt::before {
  content: "\ea35" !important;
}

.lni-bolt::before {
  content: "\ea36" !important;
}

.lni-book::before {
  content: "\ea37" !important;
}

.lni-bookmark-alt::before {
  content: "\ea38" !important;
}

.lni-bookmark::before {
  content: "\ea39" !important;
}

.lni-bootstrap::before {
  content: "\ea3a" !important;
}

.lni-bricks::before {
  content: "\ea3b" !important;
}

.lni-bridge::before {
  content: "\ea3c" !important;
}

.lni-briefcase::before {
  content: "\ea3d" !important;
}

.lni-brush-alt::before {
  content: "\ea3e" !important;
}

.lni-brush::before {
  content: "\ea3f" !important;
}

.lni-bubble::before {
  content: "\ea40" !important;
}

.lni-bug::before {
  content: "\ea41" !important;
}

.lni-bulb::before {
  content: "\ea42" !important;
}

.lni-bullhorn::before {
  content: "\ea43" !important;
}

.lni-burger::before {
  content: "\ea44" !important;
}

.lni-bus::before {
  content: "\ea45" !important;
}

.lni-cake::before {
  content: "\ea46" !important;
}

.lni-calculator::before {
  content: "\ea47" !important;
}

.lni-calendar::before {
  content: "\ea48" !important;
}

.lni-camera::before {
  content: "\ea49" !important;
}

.lni-candy-cane::before {
  content: "\ea4a" !important;
}

.lni-candy::before {
  content: "\ea4b" !important;
}

.lni-capsule::before {
  content: "\ea4c" !important;
}

.lni-car-alt::before {
  content: "\ea4d" !important;
}

.lni-car::before {
  content: "\ea4e" !important;
}

.lni-caravan::before {
  content: "\ea4f" !important;
}

.lni-cart-full::before {
  content: "\ea50" !important;
}

.lni-cart::before {
  content: "\ea51" !important;
}

.lni-certificate::before {
  content: "\ea52" !important;
}

.lni-checkbox::before {
  content: "\ea53" !important;
}

.lni-checkmark-circle::before {
  content: "\ea54" !important;
}

.lni-checkmark::before {
  content: "\ea55" !important;
}

.lni-chef-hat::before {
  content: "\ea56" !important;
}

.lni-chevron-down-circle::before {
  content: "\ea57" !important;
}

.lni-chevron-down::before {
  content: "\ea58" !important;
}

.lni-chevron-left-circle::before {
  content: "\ea59" !important;
}

.lni-chevron-left::before {
  content: "\ea5a" !important;
}

.lni-chevron-right-circle::before {
  content: "\ea5b" !important;
}

.lni-chevron-right::before {
  content: "\ea5c" !important;
}

.lni-chevron-up-circle::before {
  content: "\ea5d" !important;
}

.lni-chevron-up::before {
  content: "\ea5e" !important;
}

.lni-chrome::before {
  content: "\ea5f" !important;
}

.lni-circle-minus::before {
  content: "\ea60" !important;
}

.lni-circle-plus::before {
  content: "\ea61" !important;
}

.lni-clipboard::before {
  content: "\ea62" !important;
}

.lni-close::before {
  content: "\ea63" !important;
}

.lni-cloud-check::before {
  content: "\ea64" !important;
}

.lni-cloud-download::before {
  content: "\ea65" !important;
}

.lni-cloud-network::before {
  content: "\ea66" !important;
}

.lni-cloud-sync::before {
  content: "\ea67" !important;
}

.lni-cloud-upload::before {
  content: "\ea68" !important;
}

.lni-cloud::before {
  content: "\ea69" !important;
}

.lni-cloudy-sun::before {
  content: "\ea6a" !important;
}

.lni-code-alt::before {
  content: "\ea6b" !important;
}

.lni-code::before {
  content: "\ea6c" !important;
}

.lni-codepen::before {
  content: "\ea6d" !important;
}

.lni-coffee-cup::before {
  content: "\ea6e" !important;
}

.lni-cog::before {
  content: "\ea6f" !important;
}

.lni-cogs::before {
  content: "\ea70" !important;
}

.lni-coin::before {
  content: "\ea71" !important;
}

.lni-comments-alt::before {
  content: "\ea72" !important;
}

.lni-comments-reply::before {
  content: "\ea73" !important;
}

.lni-comments::before {
  content: "\ea74" !important;
}

.lni-compass::before {
  content: "\ea75" !important;
}

.lni-construction-hammer::before {
  content: "\ea76" !important;
}

.lni-construction::before {
  content: "\ea77" !important;
}

.lni-consulting::before {
  content: "\ea78" !important;
}

.lni-control-panel::before {
  content: "\ea79" !important;
}

.lni-cpanel::before {
  content: "\ea7a" !important;
}

.lni-creative-commons::before {
  content: "\ea7b" !important;
}

.lni-credit-cards::before {
  content: "\ea7c" !important;
}

.lni-crop::before {
  content: "\ea7d" !important;
}

.lni-cross-circle::before {
  content: "\ea7e" !important;
}

.lni-crown::before {
  content: "\ea7f" !important;
}

.lni-css3::before {
  content: "\ea80" !important;
}

.lni-cup::before {
  content: "\ea81" !important;
}

.lni-customer::before {
  content: "\ea82" !important;
}

.lni-cut::before {
  content: "\ea83" !important;
}

.lni-dashboard::before {
  content: "\ea84" !important;
}

.lni-database::before {
  content: "\ea85" !important;
}

.lni-delivery::before {
  content: "\ea86" !important;
}

.lni-dev::before {
  content: "\ea87" !important;
}

.lni-diamond-alt::before {
  content: "\ea88" !important;
}

.lni-diamond::before {
  content: "\ea89" !important;
}

.lni-diners-club::before {
  content: "\ea8a" !important;
}

.lni-dinner::before {
  content: "\ea8b" !important;
}

.lni-direction-alt::before {
  content: "\ea8c" !important;
}

.lni-direction-ltr::before {
  content: "\ea8d" !important;
}

.lni-direction-rtl::before {
  content: "\ea8e" !important;
}

.lni-direction::before {
  content: "\ea8f" !important;
}

.lni-discord::before {
  content: "\ea90" !important;
}

.lni-discover::before {
  content: "\ea91" !important;
}

.lni-display-alt::before {
  content: "\ea92" !important;
}

.lni-display::before {
  content: "\ea93" !important;
}

.lni-docker::before {
  content: "\ea94" !important;
}

.lni-dollar::before {
  content: "\ea95" !important;
}

.lni-domain::before {
  content: "\ea96" !important;
}

.lni-download::before {
  content: "\ea97" !important;
}

.lni-dribbble::before {
  content: "\ea98" !important;
}

.lni-drop::before {
  content: "\ea99" !important;
}

.lni-dropbox-original::before {
  content: "\ea9a" !important;
}

.lni-dropbox::before {
  content: "\ea9b" !important;
}

.lni-drupal-original::before {
  content: "\ea9c" !important;
}

.lni-drupal::before {
  content: "\ea9d" !important;
}

.lni-dumbbell::before {
  content: "\ea9e" !important;
}

.lni-edge::before {
  content: "\ea9f" !important;
}

.lni-emoji-cool::before {
  content: "\eaa0" !important;
}

.lni-emoji-friendly::before {
  content: "\eaa1" !important;
}

.lni-emoji-happy::before {
  content: "\eaa2" !important;
}

.lni-emoji-sad::before {
  content: "\eaa3" !important;
}

.lni-emoji-smile::before {
  content: "\eaa4" !important;
}

.lni-emoji-speechless::before {
  content: "\eaa5" !important;
}

.lni-emoji-suspect::before {
  content: "\eaa6" !important;
}

.lni-emoji-tounge::before {
  content: "\eaa7" !important;
}

.lni-empty-file::before {
  content: "\eaa8" !important;
}

.lni-enter::before {
  content: "\eaa9" !important;
}

.lni-envato::before {
  content: "\eaaa" !important;
}

.lni-envelope::before {
  content: "\eaab" !important;
}

.lni-eraser::before {
  content: "\eaac" !important;
}

.lni-euro::before {
  content: "\eaad" !important;
}

.lni-exit-down::before {
  content: "\eaae" !important;
}

.lni-exit-up::before {
  content: "\eaaf" !important;
}

.lni-exit::before {
  content: "\eab0" !important;
}

.lni-eye::before {
  content: "\eab1" !important;
}

.lni-facebook-filled::before {
  content: "\eab2" !important;
}

.lni-facebook-messenger::before {
  content: "\eab3" !important;
}

.lni-facebook-original::before {
  content: "\eab4" !important;
}

.lni-facebook-oval::before {
  content: "\eab5" !important;
}

.lni-facebook::before {
  content: "\eab6" !important;
}

.lni-figma::before {
  content: "\eab7" !important;
}

.lni-files::before {
  content: "\eab8" !important;
}

.lni-firefox-original::before {
  content: "\eab9" !important;
}

.lni-firefox::before {
  content: "\eaba" !important;
}

.lni-fireworks::before {
  content: "\eabb" !important;
}

.lni-first-aid::before {
  content: "\eabc" !important;
}

.lni-flag-alt::before {
  content: "\eabd" !important;
}

.lni-flag::before {
  content: "\eabe" !important;
}

.lni-flags::before {
  content: "\eabf" !important;
}

.lni-flickr::before {
  content: "\eac0" !important;
}

.lni-basketball::before {
  content: "\eac1" !important;
}

.lni-behance::before {
  content: "\eac2" !important;
}

.lni-forward::before {
  content: "\eac3" !important;
}

.lni-frame-expand::before {
  content: "\eac4" !important;
}

.lni-flower::before {
  content: "\eac5" !important;
}

.lni-full-screen::before {
  content: "\eac6" !important;
}

.lni-funnel::before {
  content: "\eac7" !important;
}

.lni-gallery::before {
  content: "\eac8" !important;
}

.lni-game::before {
  content: "\eac9" !important;
}

.lni-gift::before {
  content: "\eaca" !important;
}

.lni-git::before {
  content: "\eacb" !important;
}

.lni-github-original::before {
  content: "\eacc" !important;
}

.lni-github::before {
  content: "\eacd" !important;
}

.lni-goodreads::before {
  content: "\eace" !important;
}

.lni-google-drive::before {
  content: "\eacf" !important;
}

.lni-google-pay::before {
  content: "\ead0" !important;
}

.lni-fresh-juice::before {
  content: "\ead1" !important;
}

.lni-folder::before {
  content: "\ead2" !important;
}

.lni-bi-cycle::before {
  content: "\ead3" !important;
}

.lni-graph::before {
  content: "\ead4" !important;
}

.lni-grid-alt::before {
  content: "\ead5" !important;
}

.lni-grid::before {
  content: "\ead6" !important;
}

.lni-google-wallet::before {
  content: "\ead7" !important;
}

.lni-grow::before {
  content: "\ead8" !important;
}

.lni-hammer::before {
  content: "\ead9" !important;
}

.lni-hand::before {
  content: "\eada" !important;
}

.lni-handshake::before {
  content: "\eadb" !important;
}

.lni-harddrive::before {
  content: "\eadc" !important;
}

.lni-headphone-alt::before {
  content: "\eadd" !important;
}

.lni-headphone::before {
  content: "\eade" !important;
}

.lni-heart-filled::before {
  content: "\eadf" !important;
}

.lni-heart-monitor::before {
  content: "\eae0" !important;
}

.lni-heart::before {
  content: "\eae1" !important;
}

.lni-helicopter::before {
  content: "\eae2" !important;
}

.lni-helmet::before {
  content: "\eae3" !important;
}

.lni-help::before {
  content: "\eae4" !important;
}

.lni-highlight-alt::before {
  content: "\eae5" !important;
}

.lni-highlight::before {
  content: "\eae6" !important;
}

.lni-home::before {
  content: "\eae7" !important;
}

.lni-hospital::before {
  content: "\eae8" !important;
}

.lni-hourglass::before {
  content: "\eae9" !important;
}

.lni-html5::before {
  content: "\eaea" !important;
}

.lni-image::before {
  content: "\eaeb" !important;
}

.lni-inbox::before {
  content: "\eaec" !important;
}

.lni-indent-decrease::before {
  content: "\eaed" !important;
}

.lni-indent-increase::before {
  content: "\eaee" !important;
}

.lni-infinite::before {
  content: "\eaef" !important;
}

.lni-information::before {
  content: "\eaf0" !important;
}

.lni-instagram-filled::before {
  content: "\eaf1" !important;
}

.lni-instagram-original::before {
  content: "\eaf2" !important;
}

.lni-instagram::before {
  content: "\eaf3" !important;
}

.lni-invention::before {
  content: "\eaf4" !important;
}

.lni-graduation::before {
  content: "\eaf5" !important;
}

.lni-invest-monitor::before {
  content: "\eaf6" !important;
}

.lni-island::before {
  content: "\eaf7" !important;
}

.lni-italic::before {
  content: "\eaf8" !important;
}

.lni-java::before {
  content: "\eaf9" !important;
}

.lni-javascript::before {
  content: "\eafa" !important;
}

.lni-jcb::before {
  content: "\eafb" !important;
}

.lni-joomla-original::before {
  content: "\eafc" !important;
}

.lni-joomla::before {
  content: "\eafd" !important;
}

.lni-jsfiddle::before {
  content: "\eafe" !important;
}

.lni-juice::before {
  content: "\eaff" !important;
}

.lni-key::before {
  content: "\eb00" !important;
}

.lni-keyboard::before {
  content: "\eb01" !important;
}

.lni-keyword-research::before {
  content: "\eb02" !important;
}

.lni-hacker-news::before {
  content: "\eb03" !important;
}

.lni-google::before {
  content: "\eb04" !important;
}

.lni-laravel::before {
  content: "\eb05" !important;
}

.lni-layers::before {
  content: "\eb06" !important;
}

.lni-layout::before {
  content: "\eb07" !important;
}

.lni-leaf::before {
  content: "\eb08" !important;
}

.lni-library::before {
  content: "\eb09" !important;
}

.lni-licencse::before {
  content: "\eb0a" !important;
}

.lni-life-ring::before {
  content: "\eb0b" !important;
}

.lni-line-dashed::before {
  content: "\eb0c" !important;
}

.lni-line-dotted::before {
  content: "\eb0d" !important;
}

.lni-line-double::before {
  content: "\eb0e" !important;
}

.lni-line-spacing::before {
  content: "\eb0f" !important;
}

.lni-line::before {
  content: "\eb10" !important;
}

.lni-lineicons-alt::before {
  content: "\eb11" !important;
}

.lni-lineicons::before {
  content: "\eb12" !important;
}

.lni-link::before {
  content: "\eb13" !important;
}

.lni-linkedin-original::before {
  content: "\eb14" !important;
}

.lni-linkedin::before {
  content: "\eb15" !important;
}

.lni-list::before {
  content: "\eb16" !important;
}

.lni-lock-alt::before {
  content: "\eb17" !important;
}

.lni-lock::before {
  content: "\eb18" !important;
}

.lni-magnet::before {
  content: "\eb19" !important;
}

.lni-magnifier::before {
  content: "\eb1a" !important;
}

.lni-mailchimp::before {
  content: "\eb1b" !important;
}

.lni-map-marker::before {
  content: "\eb1c" !important;
}

.lni-map::before {
  content: "\eb1d" !important;
}

.lni-mashroom::before {
  content: "\eb1e" !important;
}

.lni-mastercard::before {
  content: "\eb1f" !important;
}

.lni-medall-alt::before {
  content: "\eb20" !important;
}

.lni-medall::before {
  content: "\eb21" !important;
}

.lni-medium::before {
  content: "\eb22" !important;
}

.lni-laptop::before {
  content: "\eb23" !important;
}

.lni-investment::before {
  content: "\eb24" !important;
}

.lni-laptop-phone::before {
  content: "\eb25" !important;
}

.lni-megento::before {
  content: "\eb26" !important;
}

.lni-mic::before {
  content: "\eb27" !important;
}

.lni-microphone::before {
  content: "\eb28" !important;
}

.lni-menu::before {
  content: "\eb29" !important;
}

.lni-microscope::before {
  content: "\eb2a" !important;
}

.lni-money-location::before {
  content: "\eb2b" !important;
}

.lni-minus::before {
  content: "\eb2c" !important;
}

.lni-mobile::before {
  content: "\eb2d" !important;
}

.lni-more-alt::before {
  content: "\eb2e" !important;
}

.lni-mouse::before {
  content: "\eb2f" !important;
}

.lni-move::before {
  content: "\eb30" !important;
}

.lni-music::before {
  content: "\eb31" !important;
}

.lni-network::before {
  content: "\eb32" !important;
}

.lni-night::before {
  content: "\eb33" !important;
}

.lni-nodejs-alt::before {
  content: "\eb34" !important;
}

.lni-nodejs::before {
  content: "\eb35" !important;
}

.lni-notepad::before {
  content: "\eb36" !important;
}

.lni-npm::before {
  content: "\eb37" !important;
}

.lni-offer::before {
  content: "\eb38" !important;
}

.lni-opera::before {
  content: "\eb39" !important;
}

.lni-package::before {
  content: "\eb3a" !important;
}

.lni-page-break::before {
  content: "\eb3b" !important;
}

.lni-pagination::before {
  content: "\eb3c" !important;
}

.lni-paint-bucket::before {
  content: "\eb3d" !important;
}

.lni-paint-roller::before {
  content: "\eb3e" !important;
}

.lni-pallet::before {
  content: "\eb3f" !important;
}

.lni-paperclip::before {
  content: "\eb40" !important;
}

.lni-more::before {
  content: "\eb41" !important;
}

.lni-pause::before {
  content: "\eb42" !important;
}

.lni-paypal-original::before {
  content: "\eb43" !important;
}

.lni-microsoft::before {
  content: "\eb44" !important;
}

.lni-money-protection::before {
  content: "\eb45" !important;
}

.lni-pencil::before {
  content: "\eb46" !important;
}

.lni-paypal::before {
  content: "\eb47" !important;
}

.lni-pencil-alt::before {
  content: "\eb48" !important;
}

.lni-patreon::before {
  content: "\eb49" !important;
}

.lni-phone-set::before {
  content: "\eb4a" !important;
}

.lni-phone::before {
  content: "\eb4b" !important;
}

.lni-pin::before {
  content: "\eb4c" !important;
}

.lni-pinterest::before {
  content: "\eb4d" !important;
}

.lni-pie-chart::before {
  content: "\eb4e" !important;
}

.lni-pilcrow::before {
  content: "\eb4f" !important;
}

.lni-plane::before {
  content: "\eb50" !important;
}

.lni-play::before {
  content: "\eb51" !important;
}

.lni-plug::before {
  content: "\eb52" !important;
}

.lni-plus::before {
  content: "\eb53" !important;
}

.lni-pointer-down::before {
  content: "\eb54" !important;
}

.lni-pointer-left::before {
  content: "\eb55" !important;
}

.lni-pointer-right::before {
  content: "\eb56" !important;
}

.lni-pointer-up::before {
  content: "\eb57" !important;
}

.lni-play-store::before {
  content: "\eb58" !important;
}

.lni-pizza::before {
  content: "\eb59" !important;
}

.lni-postcard::before {
  content: "\eb5a" !important;
}

.lni-pound::before {
  content: "\eb5b" !important;
}

.lni-power-switch::before {
  content: "\eb5c" !important;
}

.lni-printer::before {
  content: "\eb5d" !important;
}

.lni-producthunt::before {
  content: "\eb5e" !important;
}

.lni-protection::before {
  content: "\eb5f" !important;
}

.lni-pulse::before {
  content: "\eb60" !important;
}

.lni-pyramids::before {
  content: "\eb61" !important;
}

.lni-python::before {
  content: "\eb62" !important;
}

.lni-pointer::before {
  content: "\eb63" !important;
}

.lni-popup::before {
  content: "\eb64" !important;
}

.lni-quotation::before {
  content: "\eb65" !important;
}

.lni-radio-button::before {
  content: "\eb66" !important;
}

.lni-rain::before {
  content: "\eb67" !important;
}

.lni-quora::before {
  content: "\eb68" !important;
}

.lni-react::before {
  content: "\eb69" !important;
}

.lni-question-circle::before {
  content: "\eb6a" !important;
}

.lni-php::before {
  content: "\eb6b" !important;
}

.lni-reddit::before {
  content: "\eb6c" !important;
}

.lni-reload::before {
  content: "\eb6d" !important;
}

.lni-restaurant::before {
  content: "\eb6e" !important;
}

.lni-road::before {
  content: "\eb6f" !important;
}

.lni-rocket::before {
  content: "\eb70" !important;
}

.lni-rss-feed::before {
  content: "\eb71" !important;
}

.lni-ruler-alt::before {
  content: "\eb72" !important;
}

.lni-ruler-pencil::before {
  content: "\eb73" !important;
}

.lni-ruler::before {
  content: "\eb74" !important;
}

.lni-rupee::before {
  content: "\eb75" !important;
}

.lni-save::before {
  content: "\eb76" !important;
}

.lni-school-bench-alt::before {
  content: "\eb77" !important;
}

.lni-school-bench::before {
  content: "\eb78" !important;
}

.lni-scooter::before {
  content: "\eb79" !important;
}

.lni-scroll-down::before {
  content: "\eb7a" !important;
}

.lni-search-alt::before {
  content: "\eb7b" !important;
}

.lni-search::before {
  content: "\eb7c" !important;
}

.lni-select::before {
  content: "\eb7d" !important;
}

.lni-seo::before {
  content: "\eb7e" !important;
}

.lni-service::before {
  content: "\eb7f" !important;
}

.lni-share-alt::before {
  content: "\eb80" !important;
}

.lni-share::before {
  content: "\eb81" !important;
}

.lni-shield::before {
  content: "\eb82" !important;
}

.lni-shift-left::before {
  content: "\eb83" !important;
}

.lni-shift-right::before {
  content: "\eb84" !important;
}

.lni-ship::before {
  content: "\eb85" !important;
}

.lni-shopify::before {
  content: "\eb86" !important;
}

.lni-shopping-basket::before {
  content: "\eb87" !important;
}

.lni-shortcode::before {
  content: "\eb88" !important;
}

.lni-shovel::before {
  content: "\eb89" !important;
}

.lni-shuffle::before {
  content: "\eb8a" !important;
}

.lni-signal::before {
  content: "\eb8b" !important;
}

.lni-sketch::before {
  content: "\eb8c" !important;
}

.lni-skipping-rope::before {
  content: "\eb8d" !important;
}

.lni-skype::before {
  content: "\eb8e" !important;
}

.lni-slack::before {
  content: "\eb8f" !important;
}

.lni-slice::before {
  content: "\eb90" !important;
}

.lni-slideshare::before {
  content: "\eb91" !important;
}

.lni-slim::before {
  content: "\eb92" !important;
}

.lni-reply::before {
  content: "\eb93" !important;
}

.lni-sort-alpha-asc::before {
  content: "\eb94" !important;
}

.lni-remove-file::before {
  content: "\eb95" !important;
}

.lni-sort-amount-dsc::before {
  content: "\eb96" !important;
}

.lni-sort-amount-asc::before {
  content: "\eb97" !important;
}

.lni-soundcloud::before {
  content: "\eb98" !important;
}

.lni-souncloud-original::before {
  content: "\eb99" !important;
}

.lni-spiner-solid::before {
  content: "\eb9a" !important;
}

.lni-revenue::before {
  content: "\eb9b" !important;
}

.lni-spinner::before {
  content: "\eb9c" !important;
}

.lni-spellcheck::before {
  content: "\eb9d" !important;
}

.lni-spotify::before {
  content: "\eb9e" !important;
}

.lni-spray::before {
  content: "\eb9f" !important;
}

.lni-sprout::before {
  content: "\eba0" !important;
}

.lni-snapchat::before {
  content: "\eba1" !important;
}

.lni-stamp::before {
  content: "\eba2" !important;
}

.lni-star-empty::before {
  content: "\eba3" !important;
}

.lni-star-filled::before {
  content: "\eba4" !important;
}

.lni-star-half::before {
  content: "\eba5" !important;
}

.lni-star::before {
  content: "\eba6" !important;
}

.lni-stats-down::before {
  content: "\eba7" !important;
}

.lni-spinner-arrow::before {
  content: "\eba8" !important;
}

.lni-steam::before {
  content: "\eba9" !important;
}

.lni-stackoverflow::before {
  content: "\ebaa" !important;
}

.lni-stop::before {
  content: "\ebab" !important;
}

.lni-strikethrough::before {
  content: "\ebac" !important;
}

.lni-sthethoscope::before {
  content: "\ebad" !important;
}

.lni-stumbleupon::before {
  content: "\ebae" !important;
}

.lni-sun::before {
  content: "\ebaf" !important;
}

.lni-support::before {
  content: "\ebb0" !important;
}

.lni-surf-board::before {
  content: "\ebb1" !important;
}

.lni-swift::before {
  content: "\ebb2" !important;
}

.lni-syringe::before {
  content: "\ebb3" !important;
}

.lni-tab::before {
  content: "\ebb4" !important;
}

.lni-tag::before {
  content: "\ebb5" !important;
}

.lni-target-customer::before {
  content: "\ebb6" !important;
}

.lni-target-revenue::before {
  content: "\ebb7" !important;
}

.lni-target::before {
  content: "\ebb8" !important;
}

.lni-taxi::before {
  content: "\ebb9" !important;
}

.lni-stats-up::before {
  content: "\ebba" !important;
}

.lni-telegram-original::before {
  content: "\ebbb" !important;
}

.lni-telegram::before {
  content: "\ebbc" !important;
}

.lni-text-align-center::before {
  content: "\ebbd" !important;
}

.lni-text-align-justify::before {
  content: "\ebbe" !important;
}

.lni-text-align-left::before {
  content: "\ebbf" !important;
}

.lni-text-format-remove::before {
  content: "\ebc0" !important;
}

.lni-text-align-right::before {
  content: "\ebc1" !important;
}

.lni-text-format::before {
  content: "\ebc2" !important;
}

.lni-thought::before {
  content: "\ebc3" !important;
}

.lni-thumbs-down::before {
  content: "\ebc4" !important;
}

.lni-thumbs-up::before {
  content: "\ebc5" !important;
}

.lni-thunder-alt::before {
  content: "\ebc6" !important;
}

.lni-thunder::before {
  content: "\ebc7" !important;
}

.lni-ticket-alt::before {
  content: "\ebc8" !important;
}

.lni-ticket::before {
  content: "\ebc9" !important;
}

.lni-timer::before {
  content: "\ebca" !important;
}

.lni-train-alt::before {
  content: "\ebcb" !important;
}

.lni-train::before {
  content: "\ebcc" !important;
}

.lni-trash::before {
  content: "\ebcd" !important;
}

.lni-travel::before {
  content: "\ebce" !important;
}

.lni-tree::before {
  content: "\ebcf" !important;
}

.lni-trees::before {
  content: "\ebd0" !important;
}

.lni-trello::before {
  content: "\ebd1" !important;
}

.lni-trowel::before {
  content: "\ebd2" !important;
}

.lni-tshirt::before {
  content: "\ebd3" !important;
}

.lni-tumblr::before {
  content: "\ebd4" !important;
}

.lni-twitch::before {
  content: "\ebd5" !important;
}

.lni-twitter-filled::before {
  content: "\ebd6" !important;
}

.lni-twitter-original::before {
  content: "\ebd7" !important;
}

.lni-twitter::before {
  content: "\ebd8" !important;
}

.lni-ubuntu::before {
  content: "\ebd9" !important;
}

.lni-underline::before {
  content: "\ebda" !important;
}

.lni-unlink::before {
  content: "\ebdb" !important;
}

.lni-unlock::before {
  content: "\ebdc" !important;
}

.lni-upload::before {
  content: "\ebdd" !important;
}

.lni-user::before {
  content: "\ebde" !important;
}

.lni-users::before {
  content: "\ebdf" !important;
}

.lni-ux::before {
  content: "\ebe0" !important;
}

.lni-vector::before {
  content: "\ebe1" !important;
}

.lni-video::before {
  content: "\ebe2" !important;
}

.lni-vimeo::before {
  content: "\ebe3" !important;
}

.lni-visa::before {
  content: "\ebe4" !important;
}

.lni-vk::before {
  content: "\ebe5" !important;
}

.lni-volume-high::before {
  content: "\ebe6" !important;
}

.lni-volume-low::before {
  content: "\ebe7" !important;
}

.lni-volume-medium::before {
  content: "\ebe8" !important;
}

.lni-volume-mute::before {
  content: "\ebe9" !important;
}

.lni-volume::before {
  content: "\ebea" !important;
}

.lni-wallet::before {
  content: "\ebeb" !important;
}

.lni-warning::before {
  content: "\ebec" !important;
}

.lni-website-alt::before {
  content: "\ebed" !important;
}

.lni-website::before {
  content: "\ebee" !important;
}

.lni-wechat::before {
  content: "\ebef" !important;
}

.lni-weight::before {
  content: "\ebf0" !important;
}

.lni-whatsapp::before {
  content: "\ebf1" !important;
}

.lni-wheelbarrow::before {
  content: "\ebf2" !important;
}

.lni-wheelchair::before {
  content: "\ebf3" !important;
}

.lni-windows::before {
  content: "\ebf4" !important;
}

.lni-wordpress-filled::before {
  content: "\ebf5" !important;
}

.lni-wordpress::before {
  content: "\ebf6" !important;
}

.lni-world-alt::before {
  content: "\ebf7" !important;
}

.lni-world::before {
  content: "\ebf8" !important;
}

.lni-write::before {
  content: "\ebf9" !important;
}

.lni-yahoo::before {
  content: "\ebfa" !important;
}

.lni-ycombinator::before {
  content: "\ebfb" !important;
}

.lni-yen::before {
  content: "\ebfc" !important;
}

.lni-youtube::before {
  content: "\ebfd" !important;
}

.lni-zip::before {
  content: "\ebfe" !important;
}

.lni-zoom-in::before {
  content: "\ebff" !important;
}

.lni-zoom-out::before {
  content: "\ec00" !important;
}

.lni-teabag::before {
  content: "\ec01" !important;
}

.lni-stripe::before {
  content: "\ec02" !important;
}

.lni-spotify-original::before {
  content: "\ec03" !important;
}

