@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-viho-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-viho-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
/*# sourceMappingURL=fontawesome.css.map */

/**
 * @package IcoFont by ThemeHunt - https://themehunt.com
 * @version 1.0.0 Beta
 * @author IcoFont http://icofont.com
 * @copyright Copyright (c) 2018 IcoFont
 * @license - http://icofont.com/license/
*/
@font-face {
  font-family: 'icofont';
  src: url("../assets/fonts/ico/icofont.eot?v=1.0.0-beta");
  src: url("../assets/fonts/ico/icofont.eot?v=1.0.0-beta#iefix") format("embedded-opentype"), url("../assets/fonts/ico/icofont.ttf?v=1.0.0-beta") format("truetype"), url("../assets/fonts/ico/icofont.woff?v=1.0.0-beta") format("woff"), url("../assets/fonts/ico/icofont.svg?v=1.0.0-beta#icofont") format("svg");
  font-weight: normal;
  font-style: normal; }

.icofont {
  font-family: 'IcoFont' !important;
  speak: none;
  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; }

.icofont-angry-monster:before {
  content: "\e901"; }

.icofont-bathtub:before {
  content: "\e902"; }

.icofont-bird-wings:before {
  content: "\e903"; }

.icofont-bow:before {
  content: "\e904"; }

.icofont-brain-alt:before {
  content: "\e905"; }

.icofont-butterfly-alt:before {
  content: "\e906"; }

.icofont-castle:before {
  content: "\e907"; }

.icofont-circuit:before {
  content: "\e908"; }

.icofont-dart:before {
  content: "\e909"; }

.icofont-dice-alt:before {
  content: "\e90a"; }

.icofont-disability-race:before {
  content: "\e90b"; }

.icofont-diving-goggle:before {
  content: "\e90c"; }

.icofont-fire-alt:before {
  content: "\e90d"; }

.icofont-flame-torch:before {
  content: "\e90e"; }

.icofont-flora-flower:before {
  content: "\e90f"; }

.icofont-flora:before {
  content: "\e910"; }

.icofont-gift-box:before {
  content: "\e911"; }

.icofont-halloween-pumpkin:before {
  content: "\e912"; }

.icofont-hand-power:before {
  content: "\e913"; }

.icofont-hand-thunder:before {
  content: "\e914"; }

.icofont-king-crown:before {
  content: "\e915"; }

.icofont-king-monster:before {
  content: "\e916"; }

.icofont-love:before {
  content: "\e917"; }

.icofont-magician-hat:before {
  content: "\e918"; }

.icofont-native-american:before {
  content: "\e919"; }

.icofont-open-eye:before {
  content: "\e91a"; }

.icofont-owl-look:before {
  content: "\e91b"; }

.icofont-phoenix:before {
  content: "\e91c"; }

.icofont-queen-crown:before {
  content: "\e91d"; }

.icofont-robot-face:before {
  content: "\e91e"; }

.icofont-sand-clock:before {
  content: "\e91f"; }

.icofont-shield-alt:before {
  content: "\e920"; }

.icofont-ship-wheel:before {
  content: "\e921"; }

.icofont-skull-danger:before {
  content: "\e922"; }

.icofont-skull-face:before {
  content: "\e923"; }

.icofont-snail:before {
  content: "\e924"; }

.icofont-snow-alt:before {
  content: "\e925"; }

.icofont-snow-flake:before {
  content: "\e926"; }

.icofont-snowmobile:before {
  content: "\e927"; }

.icofont-space-shuttle:before {
  content: "\e928"; }

.icofont-star-shape:before {
  content: "\e929"; }

.icofont-swirl:before {
  content: "\e92a"; }

.icofont-tattoo-wing:before {
  content: "\e92b"; }

.icofont-throne:before {
  content: "\e92c"; }

.icofont-touch:before {
  content: "\e92d"; }

.icofont-tree-alt:before {
  content: "\e92e"; }

.icofont-triangle:before {
  content: "\e92f"; }

.icofont-unity-hand:before {
  content: "\e930"; }

.icofont-weed:before {
  content: "\e931"; }

.icofont-woman-bird:before {
  content: "\e932"; }

.icofont-animal-bat:before {
  content: "\e933"; }

.icofont-animal-bear-tracks:before {
  content: "\e934"; }

.icofont-animal-bear:before {
  content: "\e935"; }

.icofont-animal-bird-alt:before {
  content: "\e936"; }

.icofont-animal-bird:before {
  content: "\e937"; }

.icofont-animal-bone:before {
  content: "\e938"; }

.icofont-animal-bull:before {
  content: "\e939"; }

.icofont-animal-camel-alt:before {
  content: "\e93a"; }

.icofont-animal-camel-head:before {
  content: "\e93b"; }

.icofont-animal-camel:before {
  content: "\e93c"; }

.icofont-animal-cat-alt-1:before {
  content: "\e93d"; }

.icofont-animal-cat-alt-2:before {
  content: "\e93e"; }

.icofont-animal-cat-alt-3:before {
  content: "\e93f"; }

.icofont-animal-cat-alt-4:before {
  content: "\e940"; }

.icofont-animal-cat-with-dog:before {
  content: "\e941"; }

.icofont-animal-cat:before {
  content: "\e942"; }

.icofont-animal-cow-head:before {
  content: "\e943"; }

.icofont-animal-cow:before {
  content: "\e944"; }

.icofont-animal-crab:before {
  content: "\e945"; }

.icofont-animal-crocodile:before {
  content: "\e946"; }

.icofont-animal-deer-head:before {
  content: "\e947"; }

.icofont-animal-dog-alt:before {
  content: "\e948"; }

.icofont-animal-dog-barking:before {
  content: "\e949"; }

.icofont-animal-dog:before {
  content: "\e94a"; }

.icofont-animal-dolphin:before {
  content: "\e94b"; }

.icofont-animal-duck-tracks:before {
  content: "\e94c"; }

.icofont-animal-eagle-head:before {
  content: "\e94d"; }

.icofont-animal-eaten-fish:before {
  content: "\e94e"; }

.icofont-animal-elephant-alt:before {
  content: "\e94f"; }

.icofont-animal-elephant-head-alt:before {
  content: "\e950"; }

.icofont-animal-elephant-head:before {
  content: "\e951"; }

.icofont-animal-elephant:before {
  content: "\e952"; }

.icofont-animal-elk:before {
  content: "\e953"; }

.icofont-animal-fish-alt-1:before {
  content: "\e954"; }

.icofont-animal-fish-alt-2:before {
  content: "\e955"; }

.icofont-animal-fish-alt-3:before {
  content: "\e956"; }

.icofont-animal-fish-alt-4:before {
  content: "\e957"; }

.icofont-animal-fish:before {
  content: "\e958"; }

.icofont-animal-fox-alt:before {
  content: "\e959"; }

.icofont-animal-fox:before {
  content: "\e95a"; }

.icofont-animal-frog-tracks:before {
  content: "\e95b"; }

.icofont-animal-frog:before {
  content: "\e95c"; }

.icofont-animal-froggy:before {
  content: "\e95d"; }

.icofont-animal-giraffe-alt:before {
  content: "\e95e"; }

.icofont-animal-giraffe:before {
  content: "\e95f"; }

.icofont-animal-goat-head-alt-1:before {
  content: "\e960"; }

.icofont-animal-goat-head-alt-2:before {
  content: "\e961"; }

.icofont-animal-goat-head:before {
  content: "\e962"; }

.icofont-animal-gorilla:before {
  content: "\e963"; }

.icofont-animal-hen-tracks:before {
  content: "\e964"; }

.icofont-animal-horse-head-alt-1:before {
  content: "\e965"; }

.icofont-animal-horse-head-alt-2:before {
  content: "\e966"; }

.icofont-animal-horse-head:before {
  content: "\e967"; }

.icofont-animal-horse-tracks:before {
  content: "\e968"; }

.icofont-animal-jellyfish:before {
  content: "\e969"; }

.icofont-animal-kangaroo:before {
  content: "\e96a"; }

.icofont-animal-lemur:before {
  content: "\e96b"; }

.icofont-animal-lion-alt:before {
  content: "\e96c"; }

.icofont-animal-lion-head-alt:before {
  content: "\e96d"; }

.icofont-animal-lion-head:before {
  content: "\e96e"; }

.icofont-animal-lion:before {
  content: "\e96f"; }

.icofont-animal-monkey-alt-1:before {
  content: "\e970"; }

.icofont-animal-monkey-alt-2:before {
  content: "\e971"; }

.icofont-animal-monkey-alt-3:before {
  content: "\e972"; }

.icofont-animal-monkey:before {
  content: "\e973"; }

.icofont-animal-octopus-alt:before {
  content: "\e974"; }

.icofont-animal-octopus:before {
  content: "\e975"; }

.icofont-animal-owl:before {
  content: "\e976"; }

.icofont-animal-panda-alt:before {
  content: "\e977"; }

.icofont-animal-panda:before {
  content: "\e978"; }

.icofont-animal-panther:before {
  content: "\e979"; }

.icofont-animal-parrot-lip:before {
  content: "\e97a"; }

.icofont-animal-parrot:before {
  content: "\e97b"; }

.icofont-animal-paw:before {
  content: "\e97c"; }

.icofont-animal-pelican:before {
  content: "\e97d"; }

.icofont-animal-penguin:before {
  content: "\e97e"; }

.icofont-animal-pig-alt:before {
  content: "\e97f"; }

.icofont-animal-pig:before {
  content: "\e980"; }

.icofont-animal-pigeon-alt:before {
  content: "\e981"; }

.icofont-animal-pigeon:before {
  content: "\e982"; }

.icofont-animal-pigeons:before {
  content: "\e983"; }

.icofont-animal-rabbit-running:before {
  content: "\e984"; }

.icofont-animal-rat-alt:before {
  content: "\e985"; }

.icofont-animal-rhino-head:before {
  content: "\e986"; }

.icofont-animal-rhino:before {
  content: "\e987"; }

.icofont-animal-rooster:before {
  content: "\e988"; }

.icofont-animal-seahorse:before {
  content: "\e989"; }

.icofont-animal-seal:before {
  content: "\e98a"; }

.icofont-animal-shrimp:before {
  content: "\e98b"; }

.icofont-animal-snail-alt-1:before {
  content: "\e98c"; }

.icofont-animal-snail-alt-2:before {
  content: "\e98d"; }

.icofont-animal-snail:before {
  content: "\e98e"; }

.icofont-animal-snake:before {
  content: "\e98f"; }

.icofont-animal-squid:before {
  content: "\e990"; }

.icofont-animal-squirrel:before {
  content: "\e991"; }

.icofont-animal-tiger-alt:before {
  content: "\e992"; }

.icofont-animal-tiger:before {
  content: "\e993"; }

.icofont-animal-turtle:before {
  content: "\e994"; }

.icofont-animal-whale:before {
  content: "\e995"; }

.icofont-animal-woodpecker:before {
  content: "\e996"; }

.icofont-animal-zebra:before {
  content: "\e997"; }

.icofont-brand-acer:before {
  content: "\e998"; }

.icofont-brand-adidas:before {
  content: "\e999"; }

.icofont-brand-adobe:before {
  content: "\e99a"; }

.icofont-brand-air-new-zealand:before {
  content: "\e99b"; }

.icofont-brand-airbnb:before {
  content: "\e99c"; }

.icofont-brand-aircell:before {
  content: "\e99d"; }

.icofont-brand-airtel:before {
  content: "\e99e"; }

.icofont-brand-alcatel:before {
  content: "\e99f"; }

.icofont-brand-alibaba:before {
  content: "\e9a0"; }

.icofont-brand-aliexpress:before {
  content: "\e9a1"; }

.icofont-brand-alipay:before {
  content: "\e9a2"; }

.icofont-brand-amazon:before {
  content: "\e9a3"; }

.icofont-brand-amd:before {
  content: "\e9a4"; }

.icofont-brand-american-airlines:before {
  content: "\e9a5"; }

.icofont-brand-android-robot:before {
  content: "\e9a6"; }

.icofont-brand-android:before {
  content: "\e9a7"; }

.icofont-brand-aol:before {
  content: "\e9a8"; }

.icofont-brand-apple:before {
  content: "\e9a9"; }

.icofont-brand-appstore:before {
  content: "\e9aa"; }

.icofont-brand-asus:before {
  content: "\e9ab"; }

.icofont-brand-ati:before {
  content: "\e9ac"; }

.icofont-brand-att:before {
  content: "\e9ad"; }

.icofont-brand-audi:before {
  content: "\e9ae"; }

.icofont-brand-axiata:before {
  content: "\e9af"; }

.icofont-brand-bada:before {
  content: "\e9b0"; }

.icofont-brand-bbc:before {
  content: "\e9b1"; }

.icofont-brand-bing:before {
  content: "\e9b2"; }

.icofont-brand-blackberry:before {
  content: "\e9b3"; }

.icofont-brand-bmw:before {
  content: "\e9b4"; }

.icofont-brand-box:before {
  content: "\e9b5"; }

.icofont-brand-burger-king:before {
  content: "\e9b6"; }

.icofont-brand-business-insider:before {
  content: "\e9b7"; }

.icofont-brand-buzzfeed:before {
  content: "\e9b8"; }

.icofont-brand-cannon:before {
  content: "\e9b9"; }

.icofont-brand-casio:before {
  content: "\e9ba"; }

.icofont-brand-china-mobile:before {
  content: "\e9bb"; }

.icofont-brand-china-telecom:before {
  content: "\e9bc"; }

.icofont-brand-china-unicom:before {
  content: "\e9bd"; }

.icofont-brand-cisco:before {
  content: "\e9be"; }

.icofont-brand-citibank:before {
  content: "\e9bf"; }

.icofont-brand-cnet:before {
  content: "\e9c0"; }

.icofont-brand-cnn:before {
  content: "\e9c1"; }

.icofont-brand-cocal-cola:before {
  content: "\e9c2"; }

.icofont-brand-compaq:before {
  content: "\e9c3"; }

.icofont-brand-copy:before {
  content: "\e9c4"; }

.icofont-brand-debian:before {
  content: "\e9c5"; }

.icofont-brand-delicious:before {
  content: "\e9c6"; }

.icofont-brand-dell:before {
  content: "\e9c7"; }

.icofont-brand-designbump:before {
  content: "\e9c8"; }

.icofont-brand-designfloat:before {
  content: "\e9c9"; }

.icofont-brand-disney:before {
  content: "\e9ca"; }

.icofont-brand-dodge:before {
  content: "\e9cb"; }

.icofont-brand-dove:before {
  content: "\e9cc"; }

.icofont-brand-ebay:before {
  content: "\e9cd"; }

.icofont-brand-eleven:before {
  content: "\e9ce"; }

.icofont-brand-emirates:before {
  content: "\e9cf"; }

.icofont-brand-espn:before {
  content: "\e9d0"; }

.icofont-brand-etihad-airways:before {
  content: "\e9d1"; }

.icofont-brand-etisalat:before {
  content: "\e9d2"; }

.icofont-brand-etsy:before {
  content: "\e9d3"; }

.icofont-brand-facebook:before {
  content: "\e9d4"; }

.icofont-brand-fastrack:before {
  content: "\e9d5"; }

.icofont-brand-fedex:before {
  content: "\e9d6"; }

.icofont-brand-ferrari:before {
  content: "\e9d7"; }

.icofont-brand-fitbit:before {
  content: "\e9d8"; }

.icofont-brand-flikr:before {
  content: "\e9d9"; }

.icofont-brand-forbes:before {
  content: "\e9da"; }

.icofont-brand-foursquare:before {
  content: "\e9db"; }

.icofont-brand-fox:before {
  content: "\e9dc"; }

.icofont-brand-foxconn:before {
  content: "\e9dd"; }

.icofont-brand-fujitsu:before {
  content: "\e9de"; }

.icofont-brand-general-electric:before {
  content: "\e9df"; }

.icofont-brand-gillette:before {
  content: "\e9e0"; }

.icofont-brand-gizmodo:before {
  content: "\e9e1"; }

.icofont-brand-gnome:before {
  content: "\e9e2"; }

.icofont-brand-google:before {
  content: "\e9e3"; }

.icofont-brand-gopro:before {
  content: "\e9e4"; }

.icofont-brand-gucci:before {
  content: "\e9e5"; }

.icofont-brand-hallmark:before {
  content: "\e9e6"; }

.icofont-brand-hi5:before {
  content: "\e9e7"; }

.icofont-brand-honda:before {
  content: "\e9e8"; }

.icofont-brand-hp:before {
  content: "\e9e9"; }

.icofont-brand-hsbc:before {
  content: "\e9ea"; }

.icofont-brand-htc:before {
  content: "\e9eb"; }

.icofont-brand-huawei:before {
  content: "\e9ec"; }

.icofont-brand-hulu:before {
  content: "\e9ed"; }

.icofont-brand-hyundai:before {
  content: "\e9ee"; }

.icofont-brand-ibm:before {
  content: "\e9ef"; }

.icofont-brand-icofont:before {
  content: "\e9f0"; }

.icofont-brand-icq:before {
  content: "\e9f1"; }

.icofont-brand-ikea:before {
  content: "\e9f2"; }

.icofont-brand-imdb:before {
  content: "\e9f3"; }

.icofont-brand-indiegogo:before {
  content: "\e9f4"; }

.icofont-brand-intel:before {
  content: "\e9f5"; }

.icofont-brand-ipair:before {
  content: "\e9f6"; }

.icofont-brand-jaguar:before {
  content: "\e9f7"; }

.icofont-brand-java:before {
  content: "\e9f8"; }

.icofont-brand-joomshaper:before {
  content: "\e9f9"; }

.icofont-brand-kickstarter:before {
  content: "\e9fa"; }

.icofont-brand-kik:before {
  content: "\e9fb"; }

.icofont-brand-lastfm:before {
  content: "\e9fc"; }

.icofont-brand-lego:before {
  content: "\e9fd"; }

.icofont-brand-lenovo:before {
  content: "\e9fe"; }

.icofont-brand-levis:before {
  content: "\e9ff"; }

.icofont-brand-lexus:before {
  content: "\ea00"; }

.icofont-brand-lg:before {
  content: "\ea01"; }

.icofont-brand-life-hacker:before {
  content: "\ea02"; }

.icofont-brand-line-messenger:before {
  content: "\ea03"; }

.icofont-brand-linkedin:before {
  content: "\ea04"; }

.icofont-brand-linux-mint:before {
  content: "\ea05"; }

.icofont-brand-linux:before {
  content: "\ea06"; }

.icofont-brand-lionix:before {
  content: "\ea07"; }

.icofont-brand-live-messenger:before {
  content: "\ea08"; }

.icofont-brand-loreal:before {
  content: "\ea09"; }

.icofont-brand-louis-vuitton:before {
  content: "\ea0a"; }

.icofont-brand-mac-os:before {
  content: "\ea0b"; }

.icofont-brand-marvel-app:before {
  content: "\ea0c"; }

.icofont-brand-mashable:before {
  content: "\ea0d"; }

.icofont-brand-mazda:before {
  content: "\ea0e"; }

.icofont-brand-mcdonals:before {
  content: "\ea0f"; }

.icofont-brand-mercedes:before {
  content: "\ea10"; }

.icofont-brand-micromax:before {
  content: "\ea11"; }

.icofont-brand-microsoft:before {
  content: "\ea12"; }

.icofont-brand-mobileme:before {
  content: "\ea13"; }

.icofont-brand-mobily:before {
  content: "\ea14"; }

.icofont-brand-motorola:before {
  content: "\ea15"; }

.icofont-brand-msi:before {
  content: "\ea16"; }

.icofont-brand-mts:before {
  content: "\ea17"; }

.icofont-brand-myspace:before {
  content: "\ea18"; }

.icofont-brand-mytv:before {
  content: "\ea19"; }

.icofont-brand-nasa:before {
  content: "\ea1a"; }

.icofont-brand-natgeo:before {
  content: "\ea1b"; }

.icofont-brand-nbc:before {
  content: "\ea1c"; }

.icofont-brand-nescafe:before {
  content: "\ea1d"; }

.icofont-brand-nestle:before {
  content: "\ea1e"; }

.icofont-brand-netflix:before {
  content: "\ea1f"; }

.icofont-brand-nexus:before {
  content: "\ea20"; }

.icofont-brand-nike:before {
  content: "\ea21"; }

.icofont-brand-nokia:before {
  content: "\ea22"; }

.icofont-brand-nvidia:before {
  content: "\ea23"; }

.icofont-brand-omega:before {
  content: "\ea24"; }

.icofont-brand-opensuse:before {
  content: "\ea25"; }

.icofont-brand-oracle:before {
  content: "\ea26"; }

.icofont-brand-panasonic:before {
  content: "\ea27"; }

.icofont-brand-paypal:before {
  content: "\ea28"; }

.icofont-brand-pepsi:before {
  content: "\ea29"; }

.icofont-brand-philips:before {
  content: "\ea2a"; }

.icofont-brand-pizza-hut:before {
  content: "\ea2b"; }

.icofont-brand-playstation:before {
  content: "\ea2c"; }

.icofont-brand-puma:before {
  content: "\ea2d"; }

.icofont-brand-qatar-air:before {
  content: "\ea2e"; }

.icofont-brand-qvc:before {
  content: "\ea2f"; }

.icofont-brand-readernaut:before {
  content: "\ea30"; }

.icofont-brand-redbull:before {
  content: "\ea31"; }

.icofont-brand-reebok:before {
  content: "\ea32"; }

.icofont-brand-reuters:before {
  content: "\ea33"; }

.icofont-brand-samsung:before {
  content: "\ea34"; }

.icofont-brand-sap:before {
  content: "\ea35"; }

.icofont-brand-saudia-airlines:before {
  content: "\ea36"; }

.icofont-brand-scribd:before {
  content: "\ea37"; }

.icofont-brand-shell:before {
  content: "\ea38"; }

.icofont-brand-siemens:before {
  content: "\ea39"; }

.icofont-brand-sk-telecom:before {
  content: "\ea3a"; }

.icofont-brand-slideshare:before {
  content: "\ea3b"; }

.icofont-brand-smashing-magazine:before {
  content: "\ea3c"; }

.icofont-brand-snapchat:before {
  content: "\ea3d"; }

.icofont-brand-sony-ericsson:before {
  content: "\ea3e"; }

.icofont-brand-sony:before {
  content: "\ea3f"; }

.icofont-brand-soundcloud:before {
  content: "\ea40"; }

.icofont-brand-sprint:before {
  content: "\ea41"; }

.icofont-brand-squidoo:before {
  content: "\ea42"; }

.icofont-brand-starbucks:before {
  content: "\ea43"; }

.icofont-brand-stc:before {
  content: "\ea44"; }

.icofont-brand-steam:before {
  content: "\ea45"; }

.icofont-brand-suzuki:before {
  content: "\ea46"; }

.icofont-brand-symbian:before {
  content: "\ea47"; }

.icofont-brand-t-mobile:before {
  content: "\ea48"; }

.icofont-brand-tango:before {
  content: "\ea49"; }

.icofont-brand-target:before {
  content: "\ea4a"; }

.icofont-brand-tata-indicom:before {
  content: "\ea4b"; }

.icofont-brand-techcrunch:before {
  content: "\ea4c"; }

.icofont-brand-telenor:before {
  content: "\ea4d"; }

.icofont-brand-teliasonera:before {
  content: "\ea4e"; }

.icofont-brand-tesla:before {
  content: "\ea4f"; }

.icofont-brand-the-verge:before {
  content: "\ea50"; }

.icofont-brand-thenextweb:before {
  content: "\ea51"; }

.icofont-brand-toshiba:before {
  content: "\ea52"; }

.icofont-brand-toyota:before {
  content: "\ea53"; }

.icofont-brand-tribenet:before {
  content: "\ea54"; }

.icofont-brand-ubuntu:before {
  content: "\ea55"; }

.icofont-brand-unilever:before {
  content: "\ea56"; }

.icofont-brand-vaio:before {
  content: "\ea57"; }

.icofont-brand-verizon:before {
  content: "\ea58"; }

.icofont-brand-viber:before {
  content: "\ea59"; }

.icofont-brand-vodafone:before {
  content: "\ea5a"; }

.icofont-brand-volkswagen:before {
  content: "\ea5b"; }

.icofont-brand-walmart:before {
  content: "\ea5c"; }

.icofont-brand-warnerbros:before {
  content: "\ea5d"; }

.icofont-brand-whatsapp:before {
  content: "\ea5e"; }

.icofont-brand-wikipedia:before {
  content: "\ea5f"; }

.icofont-brand-windows:before {
  content: "\ea60"; }

.icofont-brand-wire:before {
  content: "\ea61"; }

.icofont-brand-yahoobuzz:before {
  content: "\ea62"; }

.icofont-brand-yamaha:before {
  content: "\ea63"; }

.icofont-brand-youtube:before {
  content: "\ea64"; }

.icofont-brand-zain:before {
  content: "\ea65"; }

.icofont-bank-alt:before {
  content: "\ea66"; }

.icofont-barcode:before {
  content: "\ea67"; }

.icofont-basket:before {
  content: "\ea68"; }

.icofont-bill-alt:before {
  content: "\ea69"; }

.icofont-billboard:before {
  content: "\ea6a"; }

.icofont-briefcase-alt-1:before {
  content: "\ea6b"; }

.icofont-briefcase-alt-2:before {
  content: "\ea6c"; }

.icofont-building-alt:before {
  content: "\ea6d"; }

.icofont-businessman:before {
  content: "\ea6e"; }

.icofont-businesswoman:before {
  content: "\ea6f"; }

.icofont-cart-alt:before {
  content: "\ea70"; }

.icofont-chair:before {
  content: "\ea71"; }

.icofont-clip:before {
  content: "\ea72"; }

.icofont-coins:before {
  content: "\ea73"; }

.icofont-company:before {
  content: "\ea74"; }

.icofont-contact-add:before {
  content: "\ea75"; }

.icofont-deal:before {
  content: "\ea76"; }

.icofont-files:before {
  content: "\ea77"; }

.icofont-growth:before {
  content: "\ea78"; }

.icofont-id-card:before {
  content: "\ea79"; }

.icofont-idea:before {
  content: "\ea7a"; }

.icofont-list:before {
  content: "\ea7b"; }

.icofont-meeting-add:before {
  content: "\ea7c"; }

.icofont-money-bag:before {
  content: "\ea7d"; }

.icofont-people:before {
  content: "\ea7e"; }

.icofont-pie-chart:before {
  content: "\ea7f"; }

.icofont-presentation-alt:before {
  content: "\ea80"; }

.icofont-stamp:before {
  content: "\ea81"; }

.icofont-stock-mobile:before {
  content: "\ea82"; }

.icofont-support:before {
  content: "\ea83"; }

.icofont-tasks-alt:before {
  content: "\ea84"; }

.icofont-wheel:before {
  content: "\ea85"; }

.icofont-chart-arrows-axis:before {
  content: "\ea86"; }

.icofont-chart-bar-graph:before {
  content: "\ea87"; }

.icofont-chart-flow-alt-1:before {
  content: "\ea88"; }

.icofont-chart-flow-alt-2:before {
  content: "\ea89"; }

.icofont-chart-flow:before {
  content: "\ea8a"; }

.icofont-chart-histogram-alt:before {
  content: "\ea8b"; }

.icofont-chart-histogram:before {
  content: "\ea8c"; }

.icofont-chart-line-alt:before {
  content: "\ea8d"; }

.icofont-chart-line:before {
  content: "\ea8e"; }

.icofont-chart-pie-alt:before {
  content: "\ea8f"; }

.icofont-chart-pie:before {
  content: "\ea90"; }

.icofont-chart-radar-graph:before {
  content: "\ea91"; }

.icofont-cur-afghani-false:before {
  content: "\ea92"; }

.icofont-cur-afghani-minus:before {
  content: "\ea93"; }

.icofont-cur-afghani-plus:before {
  content: "\ea94"; }

.icofont-cur-afghani-true:before {
  content: "\ea95"; }

.icofont-cur-afghani:before {
  content: "\ea96"; }

.icofont-cur-baht-false:before {
  content: "\ea97"; }

.icofont-cur-baht-minus:before {
  content: "\ea98"; }

.icofont-cur-baht-plus:before {
  content: "\ea99"; }

.icofont-cur-baht-true:before {
  content: "\ea9a"; }

.icofont-cur-baht:before {
  content: "\ea9b"; }

.icofont-cur-bitcoin-false:before {
  content: "\ea9c"; }

.icofont-cur-bitcoin-minus:before {
  content: "\ea9d"; }

.icofont-cur-bitcoin-plus:before {
  content: "\ea9e"; }

.icofont-cur-bitcoin-true:before {
  content: "\ea9f"; }

.icofont-cur-bitcoin:before {
  content: "\eaa0"; }

.icofont-cur-dollar-flase:before {
  content: "\eaa1"; }

.icofont-cur-dollar-minus:before {
  content: "\eaa2"; }

.icofont-cur-dollar-plus:before {
  content: "\eaa3"; }

.icofont-cur-dollar-true:before {
  content: "\eaa4"; }

.icofont-cur-dollar:before {
  content: "\eaa5"; }

.icofont-cur-dong-false:before {
  content: "\eaa6"; }

.icofont-cur-dong-minus:before {
  content: "\eaa7"; }

.icofont-cur-dong-plus:before {
  content: "\eaa8"; }

.icofont-cur-dong-true:before {
  content: "\eaa9"; }

.icofont-cur-dong:before {
  content: "\eaaa"; }

.icofont-cur-euro-false:before {
  content: "\eaab"; }

.icofont-cur-euro-minus:before {
  content: "\eaac"; }

.icofont-cur-euro-plus:before {
  content: "\eaad"; }

.icofont-cur-euro-true:before {
  content: "\eaae"; }

.icofont-cur-euro:before {
  content: "\eaaf"; }

.icofont-cur-frank-false:before {
  content: "\eab0"; }

.icofont-cur-frank-minus:before {
  content: "\eab1"; }

.icofont-cur-frank-plus:before {
  content: "\eab2"; }

.icofont-cur-frank-true:before {
  content: "\eab3"; }

.icofont-cur-frank:before {
  content: "\eab4"; }

.icofont-cur-hryvnia-false:before {
  content: "\eab5"; }

.icofont-cur-hryvnia-minus:before {
  content: "\eab6"; }

.icofont-cur-hryvnia-plus:before {
  content: "\eab7"; }

.icofont-cur-hryvnia-true:before {
  content: "\eab8"; }

.icofont-cur-hryvnia:before {
  content: "\eab9"; }

.icofont-cur-lira-false:before {
  content: "\eaba"; }

.icofont-cur-lira-minus:before {
  content: "\eabb"; }

.icofont-cur-lira-plus:before {
  content: "\eabc"; }

.icofont-cur-lira-true:before {
  content: "\eabd"; }

.icofont-cur-lira:before {
  content: "\eabe"; }

.icofont-cur-peseta-false:before {
  content: "\eabf"; }

.icofont-cur-peseta-minus:before {
  content: "\eac0"; }

.icofont-cur-peseta-plus:before {
  content: "\eac1"; }

.icofont-cur-peseta-true:before {
  content: "\eac2"; }

.icofont-cur-peseta:before {
  content: "\eac3"; }

.icofont-cur-peso-false:before {
  content: "\eac4"; }

.icofont-cur-peso-minus:before {
  content: "\eac5"; }

.icofont-cur-peso-plus:before {
  content: "\eac6"; }

.icofont-cur-peso-true:before {
  content: "\eac7"; }

.icofont-cur-peso:before {
  content: "\eac8"; }

.icofont-cur-pound-false:before {
  content: "\eac9"; }

.icofont-cur-pound-minus:before {
  content: "\eaca"; }

.icofont-cur-pound-plus:before {
  content: "\eacb"; }

.icofont-cur-pound-true:before {
  content: "\eacc"; }

.icofont-cur-pound:before {
  content: "\eacd"; }

.icofont-cur-renminbi-false:before {
  content: "\eace"; }

.icofont-cur-renminbi-minus:before {
  content: "\eacf"; }

.icofont-cur-renminbi-plus:before {
  content: "\ead0"; }

.icofont-cur-renminbi-true:before {
  content: "\ead1"; }

.icofont-cur-renminbi:before {
  content: "\ead2"; }

.icofont-cur-riyal-false:before {
  content: "\ead3"; }

.icofont-cur-riyal-minus:before {
  content: "\ead4"; }

.icofont-cur-riyal-plus:before {
  content: "\ead5"; }

.icofont-cur-riyal-true:before {
  content: "\ead6"; }

.icofont-cur-riyal:before {
  content: "\ead7"; }

.icofont-cur-rouble-false:before {
  content: "\ead8"; }

.icofont-cur-rouble-minus:before {
  content: "\ead9"; }

.icofont-cur-rouble-plus:before {
  content: "\eada"; }

.icofont-cur-rouble-true:before {
  content: "\eadb"; }

.icofont-cur-rouble:before {
  content: "\eadc"; }

.icofont-cur-rupee-false:before {
  content: "\eadd"; }

.icofont-cur-rupee-minus:before {
  content: "\eade"; }

.icofont-cur-rupee-plus:before {
  content: "\eadf"; }

.icofont-cur-rupee-true:before {
  content: "\eae0"; }

.icofont-cur-rupee:before {
  content: "\eae1"; }

.icofont-cur-taka-false:before {
  content: "\eae2"; }

.icofont-cur-taka-minus:before {
  content: "\eae3"; }

.icofont-cur-taka-plus:before {
  content: "\eae4"; }

.icofont-cur-taka-true:before {
  content: "\eae5"; }

.icofont-cur-taka:before {
  content: "\eae6"; }

.icofont-cur-turkish-lira-false:before {
  content: "\eae7"; }

.icofont-cur-turkish-lira-minus:before {
  content: "\eae8"; }

.icofont-cur-turkish-lira-plus:before {
  content: "\eae9"; }

.icofont-cur-turkish-lira-true:before {
  content: "\eaea"; }

.icofont-cur-turkish-lira:before {
  content: "\eaeb"; }

.icofont-cur-won-false:before {
  content: "\eaec"; }

.icofont-cur-won-minus:before {
  content: "\eaed"; }

.icofont-cur-won-plus:before {
  content: "\eaee"; }

.icofont-cur-won-true:before {
  content: "\eaef"; }

.icofont-cur-won:before {
  content: "\eaf0"; }

.icofont-cur-yen-false:before {
  content: "\eaf1"; }

.icofont-cur-yen-minus:before {
  content: "\eaf2"; }

.icofont-cur-yen-plus:before {
  content: "\eaf3"; }

.icofont-cur-yen-true:before {
  content: "\eaf4"; }

.icofont-cur-yen:before {
  content: "\eaf5"; }

.icofont-android-nexus:before {
  content: "\eaf6"; }

.icofont-android-tablet:before {
  content: "\eaf7"; }

.icofont-apple-watch:before {
  content: "\eaf8"; }

.icofont-drwaing-tablet:before {
  content: "\eaf9"; }

.icofont-earphone:before {
  content: "\eafa"; }

.icofont-flash-drive:before {
  content: "\eafb"; }

.icofont-game-control:before {
  content: "\eafc"; }

.icofont-headphone-alt:before {
  content: "\eafd"; }

.icofont-htc-one:before {
  content: "\eafe"; }

.icofont-imac:before {
  content: "\eaff"; }

.icofont-ipad-touch:before {
  content: "\eb00"; }

.icofont-iphone:before {
  content: "\eb01"; }

.icofont-ipod-nano:before {
  content: "\eb02"; }

.icofont-ipod-touch:before {
  content: "\eb03"; }

.icofont-keyboard-alt:before {
  content: "\eb04"; }

.icofont-keyboard-wireless:before {
  content: "\eb05"; }

.icofont-laptop-alt:before {
  content: "\eb06"; }

.icofont-macbook:before {
  content: "\eb07"; }

.icofont-magic-mouse:before {
  content: "\eb08"; }

.icofont-microphone-alt:before {
  content: "\eb09"; }

.icofont-monitor:before {
  content: "\eb0a"; }

.icofont-mouse:before {
  content: "\eb0b"; }

.icofont-nintendo:before {
  content: "\eb0c"; }

.icofont-playstation:before {
  content: "\eb0d"; }

.icofont-psvita:before {
  content: "\eb0e"; }

.icofont-radio-mic:before {
  content: "\eb0f"; }

.icofont-refrigerator:before {
  content: "\eb10"; }

.icofont-samsung-galaxy:before {
  content: "\eb11"; }

.icofont-surface-tablet:before {
  content: "\eb12"; }

.icofont-washing-machine:before {
  content: "\eb13"; }

.icofont-wifi-router:before {
  content: "\eb14"; }

.icofont-wii-u:before {
  content: "\eb15"; }

.icofont-windows-lumia:before {
  content: "\eb16"; }

.icofont-wireless-mouse:before {
  content: "\eb17"; }

.icofont-xbox-360:before {
  content: "\eb18"; }

.icofont-arrow-down:before {
  content: "\eb19"; }

.icofont-arrow-left:before {
  content: "\eb1a"; }

.icofont-arrow-right:before {
  content: "\eb1b"; }

.icofont-arrow-up:before {
  content: "\eb1c"; }

.icofont-block-down:before {
  content: "\eb1d"; }

.icofont-block-left:before {
  content: "\eb1e"; }

.icofont-block-right:before {
  content: "\eb1f"; }

.icofont-block-up:before {
  content: "\eb20"; }

.icofont-bubble-down:before {
  content: "\eb21"; }

.icofont-bubble-left:before {
  content: "\eb22"; }

.icofont-bubble-right:before {
  content: "\eb23"; }

.icofont-bubble-up:before {
  content: "\eb24"; }

.icofont-caret-down:before {
  content: "\eb25"; }

.icofont-caret-left:before {
  content: "\eb26"; }

.icofont-caret-right:before {
  content: "\eb27"; }

.icofont-caret-up:before {
  content: "\eb28"; }

.icofont-circled-down:before {
  content: "\eb29"; }

.icofont-circled-left:before {
  content: "\eb2a"; }

.icofont-circled-right:before {
  content: "\eb2b"; }

.icofont-circled-up:before {
  content: "\eb2c"; }

.icofont-collapse:before {
  content: "\eb2d"; }

.icofont-cursor-drag:before {
  content: "\eb2e"; }

.icofont-curved-double-left:before {
  content: "\eb2f"; }

.icofont-curved-double-right:before {
  content: "\eb30"; }

.icofont-curved-down:before {
  content: "\eb31"; }

.icofont-curved-left:before {
  content: "\eb32"; }

.icofont-curved-right:before {
  content: "\eb33"; }

.icofont-curved-up:before {
  content: "\eb34"; }

.icofont-dotted-down:before {
  content: "\eb35"; }

.icofont-dotted-left:before {
  content: "\eb36"; }

.icofont-dotted-right:before {
  content: "\eb37"; }

.icofont-dotted-up:before {
  content: "\eb38"; }

.icofont-double-left:before {
  content: "\eb39"; }

.icofont-double-right:before {
  content: "\eb3a"; }

.icofont-drag:before {
  content: "\eb3b"; }

.icofont-drag1:before {
  content: "\eb3c"; }

.icofont-drag2:before {
  content: "\eb3d"; }

.icofont-drag3:before {
  content: "\eb3e"; }

.icofont-expand-alt:before {
  content: "\eb3f"; }

.icofont-hand-down:before {
  content: "\eb40"; }

.icofont-hand-drag:before {
  content: "\eb41"; }

.icofont-hand-drag1:before {
  content: "\eb42"; }

.icofont-hand-drag2:before {
  content: "\eb43"; }

.icofont-hand-drawn-alt-down:before {
  content: "\eb44"; }

.icofont-hand-drawn-alt-left:before {
  content: "\eb45"; }

.icofont-hand-drawn-alt-right:before {
  content: "\eb46"; }

.icofont-hand-drawn-alt-up:before {
  content: "\eb47"; }

.icofont-hand-drawn-down:before {
  content: "\eb48"; }

.icofont-hand-drawn-left:before {
  content: "\eb49"; }

.icofont-hand-drawn-right:before {
  content: "\eb4a"; }

.icofont-hand-drawn-up:before {
  content: "\eb4b"; }

.icofont-hand-left:before {
  content: "\eb4c"; }

.icofont-hand-right:before {
  content: "\eb4d"; }

.icofont-hand-up:before {
  content: "\eb4e"; }

.icofont-line-block-down:before {
  content: "\eb4f"; }

.icofont-line-block-left:before {
  content: "\eb50"; }

.icofont-line-block-right:before {
  content: "\eb51"; }

.icofont-line-block-up:before {
  content: "\eb52"; }

.icofont-long-arrow-down:before {
  content: "\eb53"; }

.icofont-long-arrow-left:before {
  content: "\eb54"; }

.icofont-long-arrow-right:before {
  content: "\eb55"; }

.icofont-long-arrow-up:before {
  content: "\eb56"; }

.icofont-rounded-collapse:before {
  content: "\eb57"; }

.icofont-rounded-double-left:before {
  content: "\eb58"; }

.icofont-rounded-double-right:before {
  content: "\eb59"; }

.icofont-rounded-down:before {
  content: "\eb5a"; }

.icofont-rounded-expand:before {
  content: "\eb5b"; }

.icofont-rounded-left-down:before {
  content: "\eb5c"; }

.icofont-rounded-left-up:before {
  content: "\eb5d"; }

.icofont-rounded-left:before {
  content: "\eb5e"; }

.icofont-rounded-right-down:before {
  content: "\eb5f"; }

.icofont-rounded-right-up:before {
  content: "\eb60"; }

.icofont-rounded-right:before {
  content: "\eb61"; }

.icofont-rounded-up:before {
  content: "\eb62"; }

.icofont-scroll-bubble-down:before {
  content: "\eb63"; }

.icofont-scroll-bubble-left:before {
  content: "\eb64"; }

.icofont-scroll-bubble-right:before {
  content: "\eb65"; }

.icofont-scroll-bubble-up:before {
  content: "\eb66"; }

.icofont-scroll-double-down:before {
  content: "\eb67"; }

.icofont-scroll-double-left:before {
  content: "\eb68"; }

.icofont-scroll-double-right:before {
  content: "\eb69"; }

.icofont-scroll-double-up:before {
  content: "\eb6a"; }

.icofont-scroll-down:before {
  content: "\eb6b"; }

.icofont-scroll-left:before {
  content: "\eb6c"; }

.icofont-scroll-long-down:before {
  content: "\eb6d"; }

.icofont-scroll-long-left:before {
  content: "\eb6e"; }

.icofont-scroll-long-right:before {
  content: "\eb6f"; }

.icofont-scroll-long-up:before {
  content: "\eb70"; }

.icofont-scroll-right:before {
  content: "\eb71"; }

.icofont-scroll-up:before {
  content: "\eb72"; }

.icofont-simple-down:before {
  content: "\eb73"; }

.icofont-simple-left-down:before {
  content: "\eb74"; }

.icofont-simple-left-up:before {
  content: "\eb75"; }

.icofont-simple-left:before {
  content: "\eb76"; }

.icofont-simple-right-down:before {
  content: "\eb77"; }

.icofont-simple-right-up:before {
  content: "\eb78"; }

.icofont-simple-right:before {
  content: "\eb79"; }

.icofont-simple-up:before {
  content: "\eb7a"; }

.icofont-square-down:before {
  content: "\eb7b"; }

.icofont-square-left:before {
  content: "\eb7c"; }

.icofont-square-right:before {
  content: "\eb7d"; }

.icofont-square-up:before {
  content: "\eb7e"; }

.icofont-stylish-down:before {
  content: "\eb7f"; }

.icofont-stylish-left:before {
  content: "\eb80"; }

.icofont-stylish-right:before {
  content: "\eb81"; }

.icofont-stylish-up:before {
  content: "\eb82"; }

.icofont-swoosh-down:before {
  content: "\eb83"; }

.icofont-swoosh-left:before {
  content: "\eb84"; }

.icofont-swoosh-right:before {
  content: "\eb85"; }

.icofont-swoosh-up:before {
  content: "\eb86"; }

.icofont-thin-double-left:before {
  content: "\eb87"; }

.icofont-thin-double-right:before {
  content: "\eb88"; }

.icofont-thin-down:before {
  content: "\eb89"; }

.icofont-thin-left:before {
  content: "\eb8a"; }

.icofont-thin-right:before {
  content: "\eb8b"; }

.icofont-thin-up:before {
  content: "\eb8c"; }

.icofont-atom:before {
  content: "\eb8d"; }

.icofont-award:before {
  content: "\eb8e"; }

.icofont-bell-alt:before {
  content: "\eb8f"; }

.icofont-book-alt:before {
  content: "\eb90"; }

.icofont-brainstorming:before {
  content: "\eb91"; }

.icofont-certificate-alt-1:before {
  content: "\eb92"; }

.icofont-certificate-alt-2:before {
  content: "\eb93"; }

.icofont-dna-alt-2:before {
  content: "\eb94"; }

.icofont-education:before {
  content: "\eb95"; }

.icofont-electron:before {
  content: "\eb96"; }

.icofont-fountain-pen:before {
  content: "\eb97"; }

.icofont-globe-alt:before {
  content: "\eb98"; }

.icofont-graduate-alt:before {
  content: "\eb99"; }

.icofont-group-students:before {
  content: "\eb9a"; }

.icofont-hat-alt:before {
  content: "\eb9b"; }

.icofont-hat:before {
  content: "\eb9c"; }

.icofont-instrument:before {
  content: "\eb9d"; }

.icofont-lamp-light:before {
  content: "\eb9e"; }

.icofont-microscope-alt:before {
  content: "\eb9f"; }

.icofont-paper:before {
  content: "\eba0"; }

.icofont-pen-alt-4:before {
  content: "\eba1"; }

.icofont-pen-nib:before {
  content: "\eba2"; }

.icofont-pencil-alt-5:before {
  content: "\eba3"; }

.icofont-quill-pen:before {
  content: "\eba4"; }

.icofont-read-book-alt:before {
  content: "\eba5"; }

.icofont-read-book:before {
  content: "\eba6"; }

.icofont-school-bag:before {
  content: "\eba7"; }

.icofont-school-bus:before {
  content: "\eba8"; }

.icofont-student-alt:before {
  content: "\eba9"; }

.icofont-student:before {
  content: "\ebaa"; }

.icofont-teacher:before {
  content: "\ebab"; }

.icofont-test-bulb:before {
  content: "\ebac"; }

.icofont-test-tube-alt:before {
  content: "\ebad"; }

.icofont-university:before {
  content: "\ebae"; }

.icofont-emo-angry:before {
  content: "\ebaf"; }

.icofont-emo-astonished:before {
  content: "\ebb0"; }

.icofont-emo-confounded:before {
  content: "\ebb1"; }

.icofont-emo-confused:before {
  content: "\ebb2"; }

.icofont-emo-crying:before {
  content: "\ebb3"; }

.icofont-emo-dizzy:before {
  content: "\ebb4"; }

.icofont-emo-expressionless:before {
  content: "\ebb5"; }

.icofont-emo-heart-eyes:before {
  content: "\ebb6"; }

.icofont-emo-laughing:before {
  content: "\ebb7"; }

.icofont-emo-nerd-smile:before {
  content: "\ebb8"; }

.icofont-emo-open-mouth:before {
  content: "\ebb9"; }

.icofont-emo-rage:before {
  content: "\ebba"; }

.icofont-emo-rolling-eyes:before {
  content: "\ebbb"; }

.icofont-emo-sad:before {
  content: "\ebbc"; }

.icofont-emo-simple-smile:before {
  content: "\ebbd"; }

.icofont-emo-slightly-smile:before {
  content: "\ebbe"; }

.icofont-emo-smirk:before {
  content: "\ebbf"; }

.icofont-emo-stuck-out-tongue:before {
  content: "\ebc0"; }

.icofont-emo-wink-smile:before {
  content: "\ebc1"; }

.icofont-emo-worried:before {
  content: "\ebc2"; }

.icofont-architecture-alt:before {
  content: "\ebc3"; }

.icofont-architecture:before {
  content: "\ebc4"; }

.icofont-barricade:before {
  content: "\ebc5"; }

.icofont-bricks:before {
  content: "\ebc6"; }

.icofont-calculations:before {
  content: "\ebc7"; }

.icofont-cement-mix:before {
  content: "\ebc8"; }

.icofont-cement-mixer:before {
  content: "\ebc9"; }

.icofont-danger-zone:before {
  content: "\ebca"; }

.icofont-drill:before {
  content: "\ebcb"; }

.icofont-eco-energy:before {
  content: "\ebcc"; }

.icofont-eco-environmen:before {
  content: "\ebcd"; }

.icofont-energy-air:before {
  content: "\ebce"; }

.icofont-energy-oil:before {
  content: "\ebcf"; }

.icofont-energy-savings:before {
  content: "\ebd0"; }

.icofont-energy-solar:before {
  content: "\ebd1"; }

.icofont-energy-water:before {
  content: "\ebd2"; }

.icofont-engineer:before {
  content: "\ebd3"; }

.icofont-fire-extinguisher-alt:before {
  content: "\ebd4"; }

.icofont-fix-tools:before {
  content: "\ebd5"; }

.icofont-glue-oil:before {
  content: "\ebd6"; }

.icofont-hammer-alt:before {
  content: "\ebd7"; }

.icofont-help-robot:before {
  content: "\ebd8"; }

.icofont-industries-alt-1:before {
  content: "\ebd9"; }

.icofont-industries-alt-2:before {
  content: "\ebda"; }

.icofont-industries-alt-3:before {
  content: "\ebdb"; }

.icofont-industries-alt-4:before {
  content: "\ebdc"; }

.icofont-industries-alt-5:before {
  content: "\ebdd"; }

.icofont-industries:before {
  content: "\ebde"; }

.icofont-labour:before {
  content: "\ebdf"; }

.icofont-mining:before {
  content: "\ebe0"; }

.icofont-paint-brush:before {
  content: "\ebe1"; }

.icofont-pollution:before {
  content: "\ebe2"; }

.icofont-power-zone:before {
  content: "\ebe3"; }

.icofont-radio-active:before {
  content: "\ebe4"; }

.icofont-recycle-alt:before {
  content: "\ebe5"; }

.icofont-recycling-man:before {
  content: "\ebe6"; }

.icofont-safety-hat-light:before {
  content: "\ebe7"; }

.icofont-safety-hat:before {
  content: "\ebe8"; }

.icofont-saw:before {
  content: "\ebe9"; }

.icofont-screw-driver:before {
  content: "\ebea"; }

.icofont-settings-alt:before {
  content: "\ebeb"; }

.icofont-tools-alt-1:before {
  content: "\ebec"; }

.icofont-tools-alt-2:before {
  content: "\ebed"; }

.icofont-tools-bag:before {
  content: "\ebee"; }

.icofont-trolley:before {
  content: "\ebef"; }

.icofont-trowel:before {
  content: "\ebf0"; }

.icofont-under-construction-alt:before {
  content: "\ebf1"; }

.icofont-under-construction:before {
  content: "\ebf2"; }

.icofont-vehicle-cement:before {
  content: "\ebf3"; }

.icofont-vehicle-crane:before {
  content: "\ebf4"; }

.icofont-vehicle-delivery-van:before {
  content: "\ebf5"; }

.icofont-vehicle-dozer:before {
  content: "\ebf6"; }

.icofont-vehicle-excavator:before {
  content: "\ebf7"; }

.icofont-vehicle-trucktor:before {
  content: "\ebf8"; }

.icofont-vehicle-wrecking:before {
  content: "\ebf9"; }

.icofont-worker-group:before {
  content: "\ebfa"; }

.icofont-worker:before {
  content: "\ebfb"; }

.icofont-wrench:before {
  content: "\ebfc"; }

.icofont-file-audio:before {
  content: "\ebfd"; }

.icofont-file-avi-mp4:before {
  content: "\ebfe"; }

.icofont-file-bmp:before {
  content: "\ebff"; }

.icofont-file-code:before {
  content: "\ec00"; }

.icofont-file-css:before {
  content: "\ec01"; }

.icofont-file-document:before {
  content: "\ec02"; }

.icofont-file-eps:before {
  content: "\ec03"; }

.icofont-file-excel:before {
  content: "\ec04"; }

.icofont-file-exe:before {
  content: "\ec05"; }

.icofont-file-file:before {
  content: "\ec06"; }

.icofont-file-flv:before {
  content: "\ec07"; }

.icofont-file-gif:before {
  content: "\ec08"; }

.icofont-file-html5:before {
  content: "\ec09"; }

.icofont-file-image:before {
  content: "\ec0a"; }

.icofont-file-iso:before {
  content: "\ec0b"; }

.icofont-file-java:before {
  content: "\ec0c"; }

.icofont-file-javascript:before {
  content: "\ec0d"; }

.icofont-file-jpg:before {
  content: "\ec0e"; }

.icofont-file-midi:before {
  content: "\ec0f"; }

.icofont-file-mov:before {
  content: "\ec10"; }

.icofont-file-mp3:before {
  content: "\ec11"; }

.icofont-file-pdf:before {
  content: "\ec12"; }

.icofont-file-php:before {
  content: "\ec13"; }

.icofont-file-png:before {
  content: "\ec14"; }

.icofont-file-powerpoint:before {
  content: "\ec15"; }

.icofont-file-presentation:before {
  content: "\ec16"; }

.icofont-file-psb:before {
  content: "\ec17"; }

.icofont-file-psd:before {
  content: "\ec18"; }

.icofont-file-python:before {
  content: "\ec19"; }

.icofont-file-ruby:before {
  content: "\ec1a"; }

.icofont-file-spreadsheet:before {
  content: "\ec1b"; }

.icofont-file-sql:before {
  content: "\ec1c"; }

.icofont-file-svg:before {
  content: "\ec1d"; }

.icofont-file-text:before {
  content: "\ec1e"; }

.icofont-file-tiff:before {
  content: "\ec1f"; }

.icofont-file-video:before {
  content: "\ec20"; }

.icofont-file-wave:before {
  content: "\ec21"; }

.icofont-file-wmv:before {
  content: "\ec22"; }

.icofont-file-word:before {
  content: "\ec23"; }

.icofont-file-zip:before {
  content: "\ec24"; }

.icofont-apple:before {
  content: "\ec25"; }

.icofont-arabian-coffee:before {
  content: "\ec26"; }

.icofont-artichoke:before {
  content: "\ec27"; }

.icofont-asparagus:before {
  content: "\ec28"; }

.icofont-avocado:before {
  content: "\ec29"; }

.icofont-baby-food:before {
  content: "\ec2a"; }

.icofont-banana:before {
  content: "\ec2b"; }

.icofont-bbq:before {
  content: "\ec2c"; }

.icofont-beans:before {
  content: "\ec2d"; }

.icofont-beer:before {
  content: "\ec2e"; }

.icofont-bell-pepper-capsicum:before {
  content: "\ec2f"; }

.icofont-birthday-cake:before {
  content: "\ec30"; }

.icofont-bread:before {
  content: "\ec31"; }

.icofont-broccoli:before {
  content: "\ec32"; }

.icofont-burger:before {
  content: "\ec33"; }

.icofont-cabbage:before {
  content: "\ec34"; }

.icofont-carrot:before {
  content: "\ec35"; }

.icofont-cauli-flower:before {
  content: "\ec36"; }

.icofont-cheese:before {
  content: "\ec37"; }

.icofont-chef:before {
  content: "\ec38"; }

.icofont-cherry:before {
  content: "\ec39"; }

.icofont-chicken-fry:before {
  content: "\ec3a"; }

.icofont-chicken:before {
  content: "\ec3b"; }

.icofont-cocktail:before {
  content: "\ec3c"; }

.icofont-coconut:before {
  content: "\ec3d"; }

.icofont-coffee-alt:before {
  content: "\ec3e"; }

.icofont-coffee-mug:before {
  content: "\ec3f"; }

.icofont-coffee-pot:before {
  content: "\ec40"; }

.icofont-cola:before {
  content: "\ec41"; }

.icofont-corn:before {
  content: "\ec42"; }

.icofont-croissant:before {
  content: "\ec43"; }

.icofont-crop-plant:before {
  content: "\ec44"; }

.icofont-cucumber:before {
  content: "\ec45"; }

.icofont-cup-cake:before {
  content: "\ec46"; }

.icofont-dining-table:before {
  content: "\ec47"; }

.icofont-donut:before {
  content: "\ec48"; }

.icofont-egg-plant:before {
  content: "\ec49"; }

.icofont-egg-poached:before {
  content: "\ec4a"; }

.icofont-farmer:before {
  content: "\ec4b"; }

.icofont-farmer1:before {
  content: "\ec4c"; }

.icofont-fast-food:before {
  content: "\ec4d"; }

.icofont-fish:before {
  content: "\ec4e"; }

.icofont-food-basket:before {
  content: "\ec4f"; }

.icofont-food-cart:before {
  content: "\ec50"; }

.icofont-fork-and-knife:before {
  content: "\ec51"; }

.icofont-french-fries:before {
  content: "\ec52"; }

.icofont-fresh-juice:before {
  content: "\ec53"; }

.icofont-fruits:before {
  content: "\ec54"; }

.icofont-grapes:before {
  content: "\ec55"; }

.icofont-honey:before {
  content: "\ec56"; }

.icofont-hot-dog:before {
  content: "\ec57"; }

.icofont-hotel-alt:before {
  content: "\ec58"; }

.icofont-ice-cream-alt:before {
  content: "\ec59"; }

.icofont-ice-cream:before {
  content: "\ec5a"; }

.icofont-ketchup:before {
  content: "\ec5b"; }

.icofont-kiwi:before {
  content: "\ec5c"; }

.icofont-layered-cake:before {
  content: "\ec5d"; }

.icofont-lemon-alt:before {
  content: "\ec5e"; }

.icofont-lobster:before {
  content: "\ec5f"; }

.icofont-mango:before {
  content: "\ec60"; }

.icofont-milk:before {
  content: "\ec61"; }

.icofont-mushroom:before {
  content: "\ec62"; }

.icofont-noodles:before {
  content: "\ec63"; }

.icofont-onion:before {
  content: "\ec64"; }

.icofont-orange:before {
  content: "\ec65"; }

.icofont-pear:before {
  content: "\ec66"; }

.icofont-peas:before {
  content: "\ec67"; }

.icofont-pepper:before {
  content: "\ec68"; }

.icofont-pie-alt:before {
  content: "\ec69"; }

.icofont-pineapple:before {
  content: "\ec6a"; }

.icofont-pizza-slice:before {
  content: "\ec6b"; }

.icofont-pizza:before {
  content: "\ec6c"; }

.icofont-plant:before {
  content: "\ec6d"; }

.icofont-popcorn:before {
  content: "\ec6e"; }

.icofont-potato:before {
  content: "\ec6f"; }

.icofont-pumpkin:before {
  content: "\ec70"; }

.icofont-raddish:before {
  content: "\ec71"; }

.icofont-restaurant-menu:before {
  content: "\ec72"; }

.icofont-restaurant:before {
  content: "\ec73"; }

.icofont-salt-and-pepper:before {
  content: "\ec74"; }

.icofont-sandwich:before {
  content: "\ec75"; }

.icofont-sausage:before {
  content: "\ec76"; }

.icofont-shrimp:before {
  content: "\ec77"; }

.icofont-sof-drinks:before {
  content: "\ec78"; }

.icofont-soup-bowl:before {
  content: "\ec79"; }

.icofont-spoon-and-fork:before {
  content: "\ec7a"; }

.icofont-steak:before {
  content: "\ec7b"; }

.icofont-strawberry:before {
  content: "\ec7c"; }

.icofont-sub-sandwich:before {
  content: "\ec7d"; }

.icofont-sushi:before {
  content: "\ec7e"; }

.icofont-taco:before {
  content: "\ec7f"; }

.icofont-tea-pot:before {
  content: "\ec80"; }

.icofont-tea:before {
  content: "\ec81"; }

.icofont-tomato:before {
  content: "\ec82"; }

.icofont-waiter-alt:before {
  content: "\ec83"; }

.icofont-watermelon:before {
  content: "\ec84"; }

.icofont-wheat:before {
  content: "\ec85"; }

.icofont-abc:before {
  content: "\ec86"; }

.icofont-baby-cloth:before {
  content: "\ec87"; }

.icofont-baby-milk-bottle:before {
  content: "\ec88"; }

.icofont-baby-trolley:before {
  content: "\ec89"; }

.icofont-back-pack:before {
  content: "\ec8a"; }

.icofont-candy:before {
  content: "\ec8b"; }

.icofont-cycling:before {
  content: "\ec8c"; }

.icofont-holding-hands:before {
  content: "\ec8d"; }

.icofont-infant-nipple:before {
  content: "\ec8e"; }

.icofont-kids-scooter:before {
  content: "\ec8f"; }

.icofont-safety-pin:before {
  content: "\ec90"; }

.icofont-teddy-bear:before {
  content: "\ec91"; }

.icofont-toy-ball:before {
  content: "\ec92"; }

.icofont-toy-cat:before {
  content: "\ec93"; }

.icofont-toy-duck:before {
  content: "\ec94"; }

.icofont-toy-elephant:before {
  content: "\ec95"; }

.icofont-toy-hand:before {
  content: "\ec96"; }

.icofont-toy-horse:before {
  content: "\ec97"; }

.icofont-toy-lattu:before {
  content: "\ec98"; }

.icofont-toy-train:before {
  content: "\ec99"; }

.icofont-unique-idea:before {
  content: "\ec9a"; }

.icofont-bag-alt:before {
  content: "\ec9b"; }

.icofont-burglar:before {
  content: "\ec9c"; }

.icofont-cannon-firing:before {
  content: "\ec9d"; }

.icofont-cc-camera:before {
  content: "\ec9e"; }

.icofont-cop-badge:before {
  content: "\ec9f"; }

.icofont-cop:before {
  content: "\eca0"; }

.icofont-court-hammer:before {
  content: "\eca1"; }

.icofont-court:before {
  content: "\eca2"; }

.icofont-finger-print:before {
  content: "\eca3"; }

.icofont-handcuff-alt:before {
  content: "\eca4"; }

.icofont-handcuff:before {
  content: "\eca5"; }

.icofont-investigation:before {
  content: "\eca6"; }

.icofont-investigator:before {
  content: "\eca7"; }

.icofont-jail:before {
  content: "\eca8"; }

.icofont-judge:before {
  content: "\eca9"; }

.icofont-law-alt-1:before {
  content: "\ecaa"; }

.icofont-law-alt-2:before {
  content: "\ecab"; }

.icofont-law-alt-3:before {
  content: "\ecac"; }

.icofont-law-book:before {
  content: "\ecad"; }

.icofont-law-document:before {
  content: "\ecae"; }

.icofont-law:before {
  content: "\ecaf"; }

.icofont-lawyer-alt-1:before {
  content: "\ecb0"; }

.icofont-lawyer-alt-2:before {
  content: "\ecb1"; }

.icofont-lawyer:before {
  content: "\ecb2"; }

.icofont-order:before {
  content: "\ecb3"; }

.icofont-pistol:before {
  content: "\ecb4"; }

.icofont-police-badge:before {
  content: "\ecb5"; }

.icofont-police-cap:before {
  content: "\ecb6"; }

.icofont-police-car-alt-1:before {
  content: "\ecb7"; }

.icofont-police-car-alt-2:before {
  content: "\ecb8"; }

.icofont-police-hat:before {
  content: "\ecb9"; }

.icofont-police-van:before {
  content: "\ecba"; }

.icofont-police:before {
  content: "\ecbb"; }

.icofont-protect:before {
  content: "\ecbc"; }

.icofont-scales:before {
  content: "\ecbd"; }

.icofont-thief-alt:before {
  content: "\ecbe"; }

.icofont-thief:before {
  content: "\ecbf"; }

.icofont-abacus-alt:before {
  content: "\ecc0"; }

.icofont-abacus:before {
  content: "\ecc1"; }

.icofont-angle:before {
  content: "\ecc2"; }

.icofont-calculator-alt-1:before {
  content: "\ecc3"; }

.icofont-calculator-alt-2:before {
  content: "\ecc4"; }

.icofont-circle-ruler-alt:before {
  content: "\ecc5"; }

.icofont-circle-ruler:before {
  content: "\ecc6"; }

.icofont-compass-alt-1:before {
  content: "\ecc7"; }

.icofont-compass-alt-2:before {
  content: "\ecc8"; }

.icofont-compass-alt-3:before {
  content: "\ecc9"; }

.icofont-compass-alt-4:before {
  content: "\ecca"; }

.icofont-degrees-alt-1:before {
  content: "\eccb"; }

.icofont-degrees-alt-2:before {
  content: "\eccc"; }

.icofont-degrees:before {
  content: "\eccd"; }

.icofont-golden-ratio:before {
  content: "\ecce"; }

.icofont-marker-alt-1:before {
  content: "\eccf"; }

.icofont-marker-alt-2:before {
  content: "\ecd0"; }

.icofont-marker-alt-3:before {
  content: "\ecd1"; }

.icofont-mathematical-alt-1:before {
  content: "\ecd2"; }

.icofont-mathematical-alt-2:before {
  content: "\ecd3"; }

.icofont-mathematical:before {
  content: "\ecd4"; }

.icofont-pen-alt-1:before {
  content: "\ecd5"; }

.icofont-pen-alt-2:before {
  content: "\ecd6"; }

.icofont-pen-alt-3:before {
  content: "\ecd7"; }

.icofont-pen-holder-alt-1:before {
  content: "\ecd8"; }

.icofont-pen-holder:before {
  content: "\ecd9"; }

.icofont-pencil-alt-1:before {
  content: "\ecda"; }

.icofont-pencil-alt-2:before {
  content: "\ecdb"; }

.icofont-pencil-alt-3:before {
  content: "\ecdc"; }

.icofont-pencil-alt-4:before {
  content: "\ecdd"; }

.icofont-ruler-alt-1:before {
  content: "\ecde"; }

.icofont-ruler-alt-2:before {
  content: "\ecdf"; }

.icofont-ruler-compass-alt:before {
  content: "\ece0"; }

.icofont-ruler-compass:before {
  content: "\ece1"; }

.icofont-ruler-pencil-alt-1:before {
  content: "\ece2"; }

.icofont-ruler-pencil-alt-2:before {
  content: "\ece3"; }

.icofont-ruler-pencil:before {
  content: "\ece4"; }

.icofont-ruler:before {
  content: "\ece5"; }

.icofont-rulers-alt:before {
  content: "\ece6"; }

.icofont-rulers:before {
  content: "\ece7"; }

.icofont-square-root:before {
  content: "\ece8"; }

.icofont-aids:before {
  content: "\ece9"; }

.icofont-ambulance:before {
  content: "\ecea"; }

.icofont-autism:before {
  content: "\eceb"; }

.icofont-bandage:before {
  content: "\ecec"; }

.icofont-bed-patient:before {
  content: "\eced"; }

.icofont-blind:before {
  content: "\ecee"; }

.icofont-blood-drop:before {
  content: "\ecef"; }

.icofont-blood-test:before {
  content: "\ecf0"; }

.icofont-blood:before {
  content: "\ecf1"; }

.icofont-capsule:before {
  content: "\ecf2"; }

.icofont-crutches:before {
  content: "\ecf3"; }

.icofont-dna-alt-1:before {
  content: "\ecf4"; }

.icofont-dna:before {
  content: "\ecf5"; }

.icofont-doctor-alt:before {
  content: "\ecf6"; }

.icofont-doctor:before {
  content: "\ecf7"; }

.icofont-drug-pack:before {
  content: "\ecf8"; }

.icofont-drug:before {
  content: "\ecf9"; }

.icofont-eye-alt:before {
  content: "\ecfa"; }

.icofont-first-aid-alt:before {
  content: "\ecfb"; }

.icofont-garbage:before {
  content: "\ecfc"; }

.icofont-heart-alt:before {
  content: "\ecfd"; }

.icofont-heartbeat:before {
  content: "\ecfe"; }

.icofont-herbal:before {
  content: "\ecff"; }

.icofont-hospital:before {
  content: "\ed00"; }

.icofont-icu:before {
  content: "\ed01"; }

.icofont-injection-syringe:before {
  content: "\ed02"; }

.icofont-laboratory:before {
  content: "\ed03"; }

.icofont-medical-sign-alt:before {
  content: "\ed04"; }

.icofont-medical-sign:before {
  content: "\ed05"; }

.icofont-nurse-alt:before {
  content: "\ed06"; }

.icofont-nurse:before {
  content: "\ed07"; }

.icofont-nursing-home:before {
  content: "\ed08"; }

.icofont-operation-theater:before {
  content: "\ed09"; }

.icofont-paralysis-disability:before {
  content: "\ed0a"; }

.icofont-pills:before {
  content: "\ed0b"; }

.icofont-prescription:before {
  content: "\ed0c"; }

.icofont-pulse:before {
  content: "\ed0d"; }

.icofont-stethoscope-alt:before {
  content: "\ed0e"; }

.icofont-stethoscope:before {
  content: "\ed0f"; }

.icofont-stretcher:before {
  content: "\ed10"; }

.icofont-surgeon-alt:before {
  content: "\ed11"; }

.icofont-surgeon:before {
  content: "\ed12"; }

.icofont-tablets:before {
  content: "\ed13"; }

.icofont-test-bottle:before {
  content: "\ed14"; }

.icofont-test-tube:before {
  content: "\ed15"; }

.icofont-thermometer-alt:before {
  content: "\ed16"; }

.icofont-tooth:before {
  content: "\ed17"; }

.icofont-xray:before {
  content: "\ed18"; }

.icofont-ui-add:before {
  content: "\ed19"; }

.icofont-ui-alarm:before {
  content: "\ed1a"; }

.icofont-ui-battery:before {
  content: "\ed1b"; }

.icofont-ui-block:before {
  content: "\ed1c"; }

.icofont-ui-bluetooth:before {
  content: "\ed1d"; }

.icofont-ui-brightness:before {
  content: "\ed1e"; }

.icofont-ui-browser:before {
  content: "\ed1f"; }

.icofont-ui-calculator:before {
  content: "\ed20"; }

.icofont-ui-calendar:before {
  content: "\ed21"; }

.icofont-ui-call:before {
  content: "\ed22"; }

.icofont-ui-camera:before {
  content: "\ed23"; }

.icofont-ui-cart:before {
  content: "\ed24"; }

.icofont-ui-cell-phone:before {
  content: "\ed25"; }

.icofont-ui-chat:before {
  content: "\ed26"; }

.icofont-ui-check:before {
  content: "\ed27"; }

.icofont-ui-clip-board:before {
  content: "\ed28"; }

.icofont-ui-clip:before {
  content: "\ed29"; }

.icofont-ui-clock:before {
  content: "\ed2a"; }

.icofont-ui-close:before {
  content: "\ed2b"; }

.icofont-ui-contact-list:before {
  content: "\ed2c"; }

.icofont-ui-copy:before {
  content: "\ed2d"; }

.icofont-ui-cut:before {
  content: "\ed2e"; }

.icofont-ui-delete:before {
  content: "\ed2f"; }

.icofont-ui-dial-phone:before {
  content: "\ed30"; }

.icofont-ui-edit:before {
  content: "\ed31"; }

.icofont-ui-email:before {
  content: "\ed32"; }

.icofont-ui-file:before {
  content: "\ed33"; }

.icofont-ui-fire-wall:before {
  content: "\ed34"; }

.icofont-ui-flash-light:before {
  content: "\ed35"; }

.icofont-ui-flight:before {
  content: "\ed36"; }

.icofont-ui-folder:before {
  content: "\ed37"; }

.icofont-ui-game:before {
  content: "\ed38"; }

.icofont-ui-handicapped:before {
  content: "\ed39"; }

.icofont-ui-head-phone:before {
  content: "\ed3a"; }

.icofont-ui-home:before {
  content: "\ed3b"; }

.icofont-ui-image:before {
  content: "\ed3c"; }

.icofont-ui-keyboard:before {
  content: "\ed3d"; }

.icofont-ui-laoding:before {
  content: "\ed3e"; }

.icofont-ui-lock:before {
  content: "\ed3f"; }

.icofont-ui-love-add:before {
  content: "\ed40"; }

.icofont-ui-love-broken:before {
  content: "\ed41"; }

.icofont-ui-love-remove:before {
  content: "\ed42"; }

.icofont-ui-love:before {
  content: "\ed43"; }

.icofont-ui-map:before {
  content: "\ed44"; }

.icofont-ui-message:before {
  content: "\ed45"; }

.icofont-ui-messaging:before {
  content: "\ed46"; }

.icofont-ui-movie:before {
  content: "\ed47"; }

.icofont-ui-music-player:before {
  content: "\ed48"; }

.icofont-ui-music:before {
  content: "\ed49"; }

.icofont-ui-mute:before {
  content: "\ed4a"; }

.icofont-ui-network:before {
  content: "\ed4b"; }

.icofont-ui-next:before {
  content: "\ed4c"; }

.icofont-ui-note:before {
  content: "\ed4d"; }

.icofont-ui-office:before {
  content: "\ed4e"; }

.icofont-ui-password:before {
  content: "\ed4f"; }

.icofont-ui-pause:before {
  content: "\ed50"; }

.icofont-ui-play-stop:before {
  content: "\ed51"; }

.icofont-ui-play:before {
  content: "\ed52"; }

.icofont-ui-pointer:before {
  content: "\ed53"; }

.icofont-ui-power:before {
  content: "\ed54"; }

.icofont-ui-press:before {
  content: "\ed55"; }

.icofont-ui-previous:before {
  content: "\ed56"; }

.icofont-ui-rate-add:before {
  content: "\ed57"; }

.icofont-ui-rate-blank:before {
  content: "\ed58"; }

.icofont-ui-rate-remove:before {
  content: "\ed59"; }

.icofont-ui-rating:before {
  content: "\ed5a"; }

.icofont-ui-record:before {
  content: "\ed5b"; }

.icofont-ui-remove:before {
  content: "\ed5c"; }

.icofont-ui-reply:before {
  content: "\ed5d"; }

.icofont-ui-rotation:before {
  content: "\ed5e"; }

.icofont-ui-rss:before {
  content: "\ed5f"; }

.icofont-ui-search:before {
  content: "\ed60"; }

.icofont-ui-settings:before {
  content: "\ed61"; }

.icofont-ui-social-link:before {
  content: "\ed62"; }

.icofont-ui-tag:before {
  content: "\ed63"; }

.icofont-ui-text-chat:before {
  content: "\ed64"; }

.icofont-ui-text-loading:before {
  content: "\ed65"; }

.icofont-ui-theme:before {
  content: "\ed66"; }

.icofont-ui-timer:before {
  content: "\ed67"; }

.icofont-ui-touch-phone:before {
  content: "\ed68"; }

.icofont-ui-travel:before {
  content: "\ed69"; }

.icofont-ui-unlock:before {
  content: "\ed6a"; }

.icofont-ui-user-group:before {
  content: "\ed6b"; }

.icofont-ui-user:before {
  content: "\ed6c"; }

.icofont-ui-v-card:before {
  content: "\ed6d"; }

.icofont-ui-video-chat:before {
  content: "\ed6e"; }

.icofont-ui-video-message:before {
  content: "\ed6f"; }

.icofont-ui-video-play:before {
  content: "\ed70"; }

.icofont-ui-video:before {
  content: "\ed71"; }

.icofont-ui-volume:before {
  content: "\ed72"; }

.icofont-ui-weather:before {
  content: "\ed73"; }

.icofont-ui-wifi:before {
  content: "\ed74"; }

.icofont-ui-zoom-in:before {
  content: "\ed75"; }

.icofont-ui-zoom-out:before {
  content: "\ed76"; }

.icofont-cassette-player:before {
  content: "\ed77"; }

.icofont-cassette:before {
  content: "\ed78"; }

.icofont-forward:before {
  content: "\ed79"; }

.icofont-game:before {
  content: "\ed7a"; }

.icofont-guiter:before {
  content: "\ed7b"; }

.icofont-headphone-alt-1:before {
  content: "\ed7c"; }

.icofont-headphone-alt-2:before {
  content: "\ed7d"; }

.icofont-headphone-alt-3:before {
  content: "\ed7e"; }

.icofont-listening:before {
  content: "\ed7f"; }

.icofont-megaphone-alt:before {
  content: "\ed80"; }

.icofont-megaphone:before {
  content: "\ed81"; }

.icofont-movie:before {
  content: "\ed82"; }

.icofont-mp3-player:before {
  content: "\ed83"; }

.icofont-multimedia:before {
  content: "\ed84"; }

.icofont-music-disk:before {
  content: "\ed85"; }

.icofont-music-note:before {
  content: "\ed86"; }

.icofont-pause:before {
  content: "\ed87"; }

.icofont-play-alt-1:before {
  content: "\ed88"; }

.icofont-play-alt-2:before {
  content: "\ed89"; }

.icofont-play-alt-3:before {
  content: "\ed8a"; }

.icofont-play-pause:before {
  content: "\ed8b"; }

.icofont-record:before {
  content: "\ed8c"; }

.icofont-retro-music-disk:before {
  content: "\ed8d"; }

.icofont-rewind:before {
  content: "\ed8e"; }

.icofont-song-notes:before {
  content: "\ed8f"; }

.icofont-sound-wave-alt:before {
  content: "\ed90"; }

.icofont-sound-wave:before {
  content: "\ed91"; }

.icofont-stop:before {
  content: "\ed92"; }

.icofont-video-alt:before {
  content: "\ed93"; }

.icofont-video-cam:before {
  content: "\ed94"; }

.icofont-volume-bar:before {
  content: "\ed95"; }

.icofont-volume-mute:before {
  content: "\ed96"; }

.icofont-youtube-play:before {
  content: "\ed97"; }

.icofont-amazon-alt:before {
  content: "\ed98"; }

.icofont-amazon:before {
  content: "\ed99"; }

.icofont-american-express-alt:before {
  content: "\ed9a"; }

.icofont-american-express:before {
  content: "\ed9b"; }

.icofont-apple-pay-alt:before {
  content: "\ed9c"; }

.icofont-apple-pay:before {
  content: "\ed9d"; }

.icofont-bank-transfer-alt:before {
  content: "\ed9e"; }

.icofont-bank-transfer:before {
  content: "\ed9f"; }

.icofont-braintree-alt:before {
  content: "\eda0"; }

.icofont-braintree:before {
  content: "\eda1"; }

.icofont-cash-on-delivery-alt:before {
  content: "\eda2"; }

.icofont-cash-on-delivery:before {
  content: "\eda3"; }

.icofont-checkout-alt:before {
  content: "\eda4"; }

.icofont-checkout:before {
  content: "\eda5"; }

.icofont-diners-club-alt-1:before {
  content: "\eda6"; }

.icofont-diners-club-alt-2:before {
  content: "\eda7"; }

.icofont-diners-club-alt-3:before {
  content: "\eda8"; }

.icofont-diners-club:before {
  content: "\eda9"; }

.icofont-discover-alt:before {
  content: "\edaa"; }

.icofont-discover:before {
  content: "\edab"; }

.icofont-eway-alt:before {
  content: "\edac"; }

.icofont-eway:before {
  content: "\edad"; }

.icofont-google-wallet-alt-1:before {
  content: "\edae"; }

.icofont-google-wallet-alt-2:before {
  content: "\edaf"; }

.icofont-google-wallet-alt-3:before {
  content: "\edb0"; }

.icofont-google-wallet:before {
  content: "\edb1"; }

.icofont-jcb-alt:before {
  content: "\edb2"; }

.icofont-jcb:before {
  content: "\edb3"; }

.icofont-maestro-alt:before {
  content: "\edb4"; }

.icofont-maestro:before {
  content: "\edb5"; }

.icofont-mastercard-alt:before {
  content: "\edb6"; }

.icofont-mastercard:before {
  content: "\edb7"; }

.icofont-payoneer-alt:before {
  content: "\edb8"; }

.icofont-payoneer:before {
  content: "\edb9"; }

.icofont-paypal-alt:before {
  content: "\edba"; }

.icofont-paypal:before {
  content: "\edbb"; }

.icofont-sage-alt:before {
  content: "\edbc"; }

.icofont-sage:before {
  content: "\edbd"; }

.icofont-skrill-alt:before {
  content: "\edbe"; }

.icofont-skrill:before {
  content: "\edbf"; }

.icofont-stripe-alt:before {
  content: "\edc0"; }

.icofont-stripe:before {
  content: "\edc1"; }

.icofont-visa-alt:before {
  content: "\edc2"; }

.icofont-visa-electron:before {
  content: "\edc3"; }

.icofont-visa:before {
  content: "\edc4"; }

.icofont-western-union-alt:before {
  content: "\edc5"; }

.icofont-western-union:before {
  content: "\edc6"; }

.icofont-boy:before {
  content: "\edc7"; }

.icofont-business-man-alt-1:before {
  content: "\edc8"; }

.icofont-business-man-alt-2:before {
  content: "\edc9"; }

.icofont-business-man-alt-3:before {
  content: "\edca"; }

.icofont-business-man:before {
  content: "\edcb"; }

.icofont-funky-man:before {
  content: "\edcc"; }

.icofont-girl-alt:before {
  content: "\edcd"; }

.icofont-girl:before {
  content: "\edce"; }

.icofont-hotel-boy-alt:before {
  content: "\edcf"; }

.icofont-hotel-boy:before {
  content: "\edd0"; }

.icofont-man-in-glasses:before {
  content: "\edd1"; }

.icofont-user-alt-1:before {
  content: "\edd2"; }

.icofont-user-alt-2:before {
  content: "\edd3"; }

.icofont-user-alt-3:before {
  content: "\edd4"; }

.icofont-user-alt-4:before {
  content: "\edd5"; }

.icofont-user-alt-5:before {
  content: "\edd6"; }

.icofont-user-alt-6:before {
  content: "\edd7"; }

.icofont-user-alt-7:before {
  content: "\edd8"; }

.icofont-user-female:before {
  content: "\edd9"; }

.icofont-user-male:before {
  content: "\edda"; }

.icofont-user-suited:before {
  content: "\eddb"; }

.icofont-user:before {
  content: "\eddc"; }

.icofont-users-alt-1:before {
  content: "\eddd"; }

.icofont-users-alt-2:before {
  content: "\edde"; }

.icofont-users-alt-3:before {
  content: "\eddf"; }

.icofont-users-alt-4:before {
  content: "\ede0"; }

.icofont-users-alt-5:before {
  content: "\ede1"; }

.icofont-users-alt-6:before {
  content: "\ede2"; }

.icofont-users-social:before {
  content: "\ede3"; }

.icofont-users:before {
  content: "\ede4"; }

.icofont-waiter:before {
  content: "\ede5"; }

.icofont-woman-in-glasses:before {
  content: "\ede6"; }

.icofont-document-search:before {
  content: "\ede7"; }

.icofont-folder-search:before {
  content: "\ede8"; }

.icofont-home-search:before {
  content: "\ede9"; }

.icofont-job-search:before {
  content: "\edea"; }

.icofont-map-search:before {
  content: "\edeb"; }

.icofont-restaurant-search:before {
  content: "\edec"; }

.icofont-search-alt-1:before {
  content: "\eded"; }

.icofont-search-alt-2:before {
  content: "\edee"; }

.icofont-search:before {
  content: "\edef"; }

.icofont-stock-search:before {
  content: "\edf0"; }

.icofont-user-search:before {
  content: "\edf1"; }

.icofont-social-aim:before {
  content: "\edf2"; }

.icofont-social-badoo:before {
  content: "\edf3"; }

.icofont-social-bebo:before {
  content: "\edf4"; }

.icofont-social-behance:before {
  content: "\edf5"; }

.icofont-social-blogger:before {
  content: "\edf6"; }

.icofont-social-bootstrap:before {
  content: "\edf7"; }

.icofont-social-brightkite:before {
  content: "\edf8"; }

.icofont-social-cloudapp:before {
  content: "\edf9"; }

.icofont-social-concrete5:before {
  content: "\edfa"; }

.icofont-social-designbump:before {
  content: "\edfb"; }

.icofont-social-designfloat:before {
  content: "\edfc"; }

.icofont-social-deviantart:before {
  content: "\edfd"; }

.icofont-social-digg:before {
  content: "\edfe"; }

.icofont-social-dotcms:before {
  content: "\edff"; }

.icofont-social-dribble:before {
  content: "\ee00"; }

.icofont-social-dropbox:before {
  content: "\ee01"; }

.icofont-brand-drupal:before {
  content: "\ee02"; }

.icofont-social-ebuddy:before {
  content: "\ee03"; }

.icofont-social-ello:before {
  content: "\ee04"; }

.icofont-social-ember:before {
  content: "\ee05"; }

.icofont-social-envato:before {
  content: "\ee06"; }

.icofont-social-evernote:before {
  content: "\ee07"; }

.icofont-social-facebook:before {
  content: "\ee08"; }

.icofont-social-feedburner:before {
  content: "\ee09"; }

.icofont-social-folkd:before {
  content: "\ee0a"; }

.icofont-social-friendfeed:before {
  content: "\ee0b"; }

.icofont-social-ghost:before {
  content: "\ee0c"; }

.icofont-social-github:before {
  content: "\ee0d"; }

.icofont-social-gnome:before {
  content: "\ee0e"; }

.icofont-social-google-buzz:before {
  content: "\ee0f"; }

.icofont-social-google-map:before {
  content: "\ee10"; }

.icofont-social-google-plus:before {
  content: "\ee11"; }

.icofont-social-google-talk:before {
  content: "\ee12"; }

.icofont-social-hype-machine:before {
  content: "\ee13"; }

.icofont-social-instagram:before {
  content: "\ee14"; }

.icofont-brand-joomla:before {
  content: "\ee15"; }

.icofont-social-kickstarter:before {
  content: "\ee16"; }

.icofont-social-line:before {
  content: "\ee17"; }

.icofont-social-linux-mint:before {
  content: "\ee18"; }

.icofont-social-livejournal:before {
  content: "\ee19"; }

.icofont-social-magento:before {
  content: "\ee1a"; }

.icofont-social-meetup:before {
  content: "\ee1b"; }

.icofont-social-mixx:before {
  content: "\ee1c"; }

.icofont-social-newsvine:before {
  content: "\ee1d"; }

.icofont-social-nimbuss:before {
  content: "\ee1e"; }

.icofont-social-opencart:before {
  content: "\ee1f"; }

.icofont-social-oscommerce:before {
  content: "\ee20"; }

.icofont-social-pandora:before {
  content: "\ee21"; }

.icofont-social-picasa:before {
  content: "\ee22"; }

.icofont-social-pinterest:before {
  content: "\ee23"; }

.icofont-social-prestashop:before {
  content: "\ee24"; }

.icofont-social-qik:before {
  content: "\ee25"; }

.icofont-social-readernaut:before {
  content: "\ee26"; }

.icofont-social-reddit:before {
  content: "\ee27"; }

.icofont-social-rss:before {
  content: "\ee28"; }

.icofont-social-shopify:before {
  content: "\ee29"; }

.icofont-social-silverstripe:before {
  content: "\ee2a"; }

.icofont-social-skype:before {
  content: "\ee2b"; }

.icofont-social-slashdot:before {
  content: "\ee2c"; }

.icofont-social-smugmug:before {
  content: "\ee2d"; }

.icofont-social-steam:before {
  content: "\ee2e"; }

.icofont-social-stumbleupon:before {
  content: "\ee2f"; }

.icofont-social-technorati:before {
  content: "\ee30"; }

.icofont-social-telegram:before {
  content: "\ee31"; }

.icofont-social-tinder:before {
  content: "\ee32"; }

.icofont-social-tumblr:before {
  content: "\ee33"; }

.icofont-social-twitter:before {
  content: "\ee34"; }

.icofont-social-typo3:before {
  content: "\ee35"; }

.icofont-social-ubercart:before {
  content: "\ee36"; }

.icofont-social-viber:before {
  content: "\ee37"; }

.icofont-social-viddler:before {
  content: "\ee38"; }

.icofont-social-vimeo:before {
  content: "\ee39"; }

.icofont-social-vine:before {
  content: "\ee3a"; }

.icofont-social-virb:before {
  content: "\ee3b"; }

.icofont-social-virtuemart:before {
  content: "\ee3c"; }

.icofont-social-wechat:before {
  content: "\ee3d"; }

.icofont-brand-wordpress:before {
  content: "\ee3e"; }

.icofont-social-xing:before {
  content: "\ee3f"; }

.icofont-social-yahoo:before {
  content: "\ee40"; }

.icofont-social-yelp:before {
  content: "\ee41"; }

.icofont-social-zencart:before {
  content: "\ee42"; }

.icofont-badminton-birdie:before {
  content: "\ee43"; }

.icofont-baseball:before {
  content: "\ee44"; }

.icofont-baseballer:before {
  content: "\ee45"; }

.icofont-basketball-hoop:before {
  content: "\ee46"; }

.icofont-basketball:before {
  content: "\ee47"; }

.icofont-billiard-ball:before {
  content: "\ee48"; }

.icofont-boot-alt-1:before {
  content: "\ee49"; }

.icofont-boot-alt-2:before {
  content: "\ee4a"; }

.icofont-bowling-alt:before {
  content: "\ee4b"; }

.icofont-bowling:before {
  content: "\ee4c"; }

.icofont-canoe:before {
  content: "\ee4d"; }

.icofont-cheer-leader:before {
  content: "\ee4e"; }

.icofont-climbing:before {
  content: "\ee4f"; }

.icofont-corner:before {
  content: "\ee50"; }

.icofont-cyclist:before {
  content: "\ee51"; }

.icofont-dumbbell-alt:before {
  content: "\ee52"; }

.icofont-dumbbell:before {
  content: "\ee53"; }

.icofont-field-alt:before {
  content: "\ee54"; }

.icofont-field:before {
  content: "\ee55"; }

.icofont-football-alt:before {
  content: "\ee56"; }

.icofont-foul:before {
  content: "\ee57"; }

.icofont-goal-keeper:before {
  content: "\ee58"; }

.icofont-goal:before {
  content: "\ee59"; }

.icofont-golf-alt:before {
  content: "\ee5a"; }

.icofont-golf-bag:before {
  content: "\ee5b"; }

.icofont-golf-field:before {
  content: "\ee5c"; }

.icofont-golf:before {
  content: "\ee5d"; }

.icofont-golfer:before {
  content: "\ee5e"; }

.icofont-gym-alt-1:before {
  content: "\ee5f"; }

.icofont-gym-alt-2:before {
  content: "\ee60"; }

.icofont-gym-alt-3:before {
  content: "\ee61"; }

.icofont-gym:before {
  content: "\ee62"; }

.icofont-hand-grippers:before {
  content: "\ee63"; }

.icofont-heart-beat-alt:before {
  content: "\ee64"; }

.icofont-helmet:before {
  content: "\ee65"; }

.icofont-hockey-alt:before {
  content: "\ee66"; }

.icofont-hockey:before {
  content: "\ee67"; }

.icofont-ice-skate:before {
  content: "\ee68"; }

.icofont-jersey-alt:before {
  content: "\ee69"; }

.icofont-jersey:before {
  content: "\ee6a"; }

.icofont-jumping:before {
  content: "\ee6b"; }

.icofont-kick:before {
  content: "\ee6c"; }

.icofont-leg:before {
  content: "\ee6d"; }

.icofont-match-review:before {
  content: "\ee6e"; }

.icofont-medal-alt:before {
  content: "\ee6f"; }

.icofont-muscle-alt:before {
  content: "\ee70"; }

.icofont-muscle:before {
  content: "\ee71"; }

.icofont-offside:before {
  content: "\ee72"; }

.icofont-olympic-logo:before {
  content: "\ee73"; }

.icofont-olympic:before {
  content: "\ee74"; }

.icofont-padding:before {
  content: "\ee75"; }

.icofont-penalty-card:before {
  content: "\ee76"; }

.icofont-racer:before {
  content: "\ee77"; }

.icofont-racing-car:before {
  content: "\ee78"; }

.icofont-racing-flag-alt:before {
  content: "\ee79"; }

.icofont-racing-flag:before {
  content: "\ee7a"; }

.icofont-racings-wheel:before {
  content: "\ee7b"; }

.icofont-referee:before {
  content: "\ee7c"; }

.icofont-refree-jersey:before {
  content: "\ee7d"; }

.icofont-result:before {
  content: "\ee7e"; }

.icofont-rugby-ball:before {
  content: "\ee7f"; }

.icofont-rugby-player:before {
  content: "\ee80"; }

.icofont-rugby:before {
  content: "\ee81"; }

.icofont-runner-alt-1:before {
  content: "\ee82"; }

.icofont-runner-alt-2:before {
  content: "\ee83"; }

.icofont-runner:before {
  content: "\ee84"; }

.icofont-score-board:before {
  content: "\ee85"; }

.icofont-skiing-man:before {
  content: "\ee86"; }

.icofont-skydiving-goggles:before {
  content: "\ee87"; }

.icofont-snow-mobile:before {
  content: "\ee88"; }

.icofont-steering:before {
  content: "\ee89"; }

.icofont-substitute:before {
  content: "\ee8a"; }

.icofont-swimmer:before {
  content: "\ee8b"; }

.icofont-table-tennis:before {
  content: "\ee8c"; }

.icofont-team-alt:before {
  content: "\ee8d"; }

.icofont-team:before {
  content: "\ee8e"; }

.icofont-tennis-player:before {
  content: "\ee8f"; }

.icofont-tennis:before {
  content: "\ee90"; }

.icofont-time:before {
  content: "\ee91"; }

.icofont-track:before {
  content: "\ee92"; }

.icofont-tracking:before {
  content: "\ee93"; }

.icofont-trophy-alt:before {
  content: "\ee94"; }

.icofont-trophy:before {
  content: "\ee95"; }

.icofont-volleyball-alt:before {
  content: "\ee96"; }

.icofont-volleyball-fire:before {
  content: "\ee97"; }

.icofont-volleyball:before {
  content: "\ee98"; }

.icofont-water-bottle:before {
  content: "\ee99"; }

.icofont-whisle:before {
  content: "\ee9a"; }

.icofont-win-trophy:before {
  content: "\ee9b"; }

.icofont-align-center:before {
  content: "\ee9c"; }

.icofont-align-left:before {
  content: "\ee9d"; }

.icofont-align-right:before {
  content: "\ee9e"; }

.icofont-all-caps:before {
  content: "\ee9f"; }

.icofont-bold:before {
  content: "\eea0"; }

.icofont-brush:before {
  content: "\eea1"; }

.icofont-clip-board:before {
  content: "\eea2"; }

.icofont-code-alt:before {
  content: "\eea3"; }

.icofont-color-bucket:before {
  content: "\eea4"; }

.icofont-color-picker:before {
  content: "\eea5"; }

.icofont-copy-alt:before {
  content: "\eea6"; }

.icofont-copy-black:before {
  content: "\eea7"; }

.icofont-cut:before {
  content: "\eea8"; }

.icofont-delete-alt:before {
  content: "\eea9"; }

.icofont-edit-alt:before {
  content: "\eeaa"; }

.icofont-eraser-alt:before {
  content: "\eeab"; }

.icofont-file-alt:before {
  content: "\eeac"; }

.icofont-font:before {
  content: "\eead"; }

.icofont-header:before {
  content: "\eeae"; }

.icofont-indent:before {
  content: "\eeaf"; }

.icofont-italic-alt:before {
  content: "\eeb0"; }

.icofont-justify-all:before {
  content: "\eeb1"; }

.icofont-justify-center:before {
  content: "\eeb2"; }

.icofont-justify-left:before {
  content: "\eeb3"; }

.icofont-justify-right:before {
  content: "\eeb4"; }

.icofont-line-height:before {
  content: "\eeb5"; }

.icofont-link-alt:before {
  content: "\eeb6"; }

.icofont-listine-dots:before {
  content: "\eeb7"; }

.icofont-listing-box:before {
  content: "\eeb8"; }

.icofont-listing-number:before {
  content: "\eeb9"; }

.icofont-marker:before {
  content: "\eeba"; }

.icofont-outdent:before {
  content: "\eebb"; }

.icofont-paper-clip:before {
  content: "\eebc"; }

.icofont-paragraph:before {
  content: "\eebd"; }

.icofont-pin:before {
  content: "\eebe"; }

.icofont-printer:before {
  content: "\eebf"; }

.icofont-redo:before {
  content: "\eec0"; }

.icofont-rotation:before {
  content: "\eec1"; }

.icofont-save:before {
  content: "\eec2"; }

.icofont-small-cap:before {
  content: "\eec3"; }

.icofont-strike-through:before {
  content: "\eec4"; }

.icofont-sub-listing:before {
  content: "\eec5"; }

.icofont-subscript:before {
  content: "\eec6"; }

.icofont-superscript:before {
  content: "\eec7"; }

.icofont-table:before {
  content: "\eec8"; }

.icofont-text-height:before {
  content: "\eec9"; }

.icofont-text-width:before {
  content: "\eeca"; }

.icofont-trash:before {
  content: "\eecb"; }

.icofont-underline:before {
  content: "\eecc"; }

.icofont-undo:before {
  content: "\eecd"; }

.icofont-unlink:before {
  content: "\eece"; }

.icofont-air-balloon:before {
  content: "\eecf"; }

.icofont-airplane-alt:before {
  content: "\eed0"; }

.icofont-airplane:before {
  content: "\eed1"; }

.icofont-ambulance-crescent:before {
  content: "\eed2"; }

.icofont-ambulance-cross:before {
  content: "\eed3"; }

.icofont-articulated-truck:before {
  content: "\eed4"; }

.icofont-auto-rickshaw:before {
  content: "\eed5"; }

.icofont-bicycle-alt-1:before {
  content: "\eed6"; }

.icofont-bicycle-alt-2:before {
  content: "\eed7"; }

.icofont-bull-dozer:before {
  content: "\eed8"; }

.icofont-bus-alt-1:before {
  content: "\eed9"; }

.icofont-bus-alt-2:before {
  content: "\eeda"; }

.icofont-bus-alt-3:before {
  content: "\eedb"; }

.icofont-cable-car:before {
  content: "\eedc"; }

.icofont-car-alt-1:before {
  content: "\eedd"; }

.icofont-car-alt-2:before {
  content: "\eede"; }

.icofont-car-alt-3:before {
  content: "\eedf"; }

.icofont-car-alt-4:before {
  content: "\eee0"; }

.icofont-concrete-mixer:before {
  content: "\eee1"; }

.icofont-delivery-time:before {
  content: "\eee2"; }

.icofont-excavator:before {
  content: "\eee3"; }

.icofont-fast-delivery:before {
  content: "\eee4"; }

.icofont-fire-truck-alt:before {
  content: "\eee5"; }

.icofont-fire-truck:before {
  content: "\eee6"; }

.icofont-fork-lift:before {
  content: "\eee7"; }

.icofont-free-delivery:before {
  content: "\eee8"; }

.icofont-golf-cart:before {
  content: "\eee9"; }

.icofont-helicopter:before {
  content: "\eeea"; }

.icofont-motor-bike-alt:before {
  content: "\eeeb"; }

.icofont-motor-bike:before {
  content: "\eeec"; }

.icofont-motor-biker:before {
  content: "\eeed"; }

.icofont-oil-truck:before {
  content: "\eeee"; }

.icofont-police-car:before {
  content: "\eeef"; }

.icofont-rickshaw:before {
  content: "\eef0"; }

.icofont-rocket-alt-1:before {
  content: "\eef1"; }

.icofont-rocket-alt-2:before {
  content: "\eef2"; }

.icofont-sail-boat:before {
  content: "\eef3"; }

.icofont-scooter:before {
  content: "\eef4"; }

.icofont-sea-plane:before {
  content: "\eef5"; }

.icofont-ship-alt:before {
  content: "\eef6"; }

.icofont-speed-boat:before {
  content: "\eef7"; }

.icofont-taxi:before {
  content: "\eef8"; }

.icofont-tow-truck:before {
  content: "\eef9"; }

.icofont-tractor:before {
  content: "\eefa"; }

.icofont-traffic-light:before {
  content: "\eefb"; }

.icofont-train-line:before {
  content: "\eefc"; }

.icofont-train-steam:before {
  content: "\eefd"; }

.icofont-tram:before {
  content: "\eefe"; }

.icofont-truck-alt:before {
  content: "\eeff"; }

.icofont-truck-loaded:before {
  content: "\ef00"; }

.icofont-truck:before {
  content: "\ef01"; }

.icofont-van-alt:before {
  content: "\ef02"; }

.icofont-van:before {
  content: "\ef03"; }

.icofont-yacht:before {
  content: "\ef04"; }

.icofont-5-star-hotel:before {
  content: "\ef05"; }

.icofont-anchor-alt:before {
  content: "\ef06"; }

.icofont-beach-bed:before {
  content: "\ef07"; }

.icofont-camping-vest:before {
  content: "\ef08"; }

.icofont-coconut-alt:before {
  content: "\ef09"; }

.icofont-direction-sign:before {
  content: "\ef0a"; }

.icofont-hill-side:before {
  content: "\ef0b"; }

.icofont-island-alt:before {
  content: "\ef0c"; }

.icofont-long-drive:before {
  content: "\ef0d"; }

.icofont-map-pins:before {
  content: "\ef0e"; }

.icofont-plane-ticket:before {
  content: "\ef0f"; }

.icofont-sail-boat-alt-1:before {
  content: "\ef10"; }

.icofont-sail-boat-alt-2:before {
  content: "\ef11"; }

.icofont-sandals-female:before {
  content: "\ef12"; }

.icofont-sandals-male:before {
  content: "\ef13"; }

.icofont-travelling:before {
  content: "\ef14"; }

.icofont-breakdown:before {
  content: "\ef15"; }

.icofont-celsius:before {
  content: "\ef16"; }

.icofont-clouds:before {
  content: "\ef17"; }

.icofont-cloudy:before {
  content: "\ef18"; }

.icofont-compass-alt:before {
  content: "\ef19"; }

.icofont-dust:before {
  content: "\ef1a"; }

.icofont-eclipse:before {
  content: "\ef1b"; }

.icofont-fahrenheit:before {
  content: "\ef1c"; }

.icofont-forest-fire:before {
  content: "\ef1d"; }

.icofont-full-night:before {
  content: "\ef1e"; }

.icofont-full-sunny:before {
  content: "\ef1f"; }

.icofont-hail-night:before {
  content: "\ef20"; }

.icofont-hail-rainy-night:before {
  content: "\ef21"; }

.icofont-hail-rainy-sunny:before {
  content: "\ef22"; }

.icofont-hail-rainy:before {
  content: "\ef23"; }

.icofont-hail-sunny:before {
  content: "\ef24"; }

.icofont-hail-thunder-night:before {
  content: "\ef25"; }

.icofont-hail-thunder-sunny:before {
  content: "\ef26"; }

.icofont-hail-thunder:before {
  content: "\ef27"; }

.icofont-hail:before {
  content: "\ef28"; }

.icofont-hill-night:before {
  content: "\ef29"; }

.icofont-hill-sunny:before {
  content: "\ef2a"; }

.icofont-hill:before {
  content: "\ef2b"; }

.icofont-hurricane:before {
  content: "\ef2c"; }

.icofont-island:before {
  content: "\ef2d"; }

.icofont-meteor:before {
  content: "\ef2e"; }

.icofont-night:before {
  content: "\ef2f"; }

.icofont-rainy-night:before {
  content: "\ef30"; }

.icofont-rainy-sunny:before {
  content: "\ef31"; }

.icofont-rainy-thunder:before {
  content: "\ef32"; }

.icofont-rainy:before {
  content: "\ef33"; }

.icofont-showy-night-hail:before {
  content: "\ef34"; }

.icofont-snow-temp:before {
  content: "\ef35"; }

.icofont-snow:before {
  content: "\ef36"; }

.icofont-snowy-hail:before {
  content: "\ef37"; }

.icofont-snowy-night-rainy:before {
  content: "\ef38"; }

.icofont-snowy-night:before {
  content: "\ef39"; }

.icofont-snowy-rainy:before {
  content: "\ef3a"; }

.icofont-snowy-sunny-hail:before {
  content: "\ef3b"; }

.icofont-snowy-sunny-rainy:before {
  content: "\ef3c"; }

.icofont-snowy-sunny:before {
  content: "\ef3d"; }

.icofont-snowy-thunder-night:before {
  content: "\ef3e"; }

.icofont-snowy-thunder-sunny:before {
  content: "\ef3f"; }

.icofont-snowy-thunder:before {
  content: "\ef40"; }

.icofont-snowy-windy-night:before {
  content: "\ef41"; }

.icofont-snowy-windy-sunny:before {
  content: "\ef42"; }

.icofont-snowy-windy:before {
  content: "\ef43"; }

.icofont-snowy:before {
  content: "\ef44"; }

.icofont-sun-alt:before {
  content: "\ef45"; }

.icofont-sun-rise:before {
  content: "\ef46"; }

.icofont-sun-set:before {
  content: "\ef47"; }

.icofont-sunny-day-temp:before {
  content: "\ef48"; }

.icofont-sunny:before {
  content: "\ef49"; }

.icofont-thermometer:before {
  content: "\ef4a"; }

.icofont-thinder-light:before {
  content: "\ef4b"; }

.icofont-tornado:before {
  content: "\ef4c"; }

.icofont-umbrella-alt:before {
  content: "\ef4d"; }

.icofont-volcano:before {
  content: "\ef4e"; }

.icofont-wave:before {
  content: "\ef4f"; }

.icofont-wind-scale-0:before {
  content: "\ef50"; }

.icofont-wind-scale-1:before {
  content: "\ef51"; }

.icofont-wind-scale-2:before {
  content: "\ef52"; }

.icofont-wind-scale-3:before {
  content: "\ef53"; }

.icofont-wind-scale-4:before {
  content: "\ef54"; }

.icofont-wind-scale-5:before {
  content: "\ef55"; }

.icofont-wind-scale-6:before {
  content: "\ef56"; }

.icofont-wind-scale-7:before {
  content: "\ef57"; }

.icofont-wind-scale-8:before {
  content: "\ef58"; }

.icofont-wind-scale-9:before {
  content: "\ef59"; }

.icofont-wind-scale-10:before {
  content: "\ef5a"; }

.icofont-wind-scale-11:before {
  content: "\ef5b"; }

.icofont-wind-scale-12:before {
  content: "\ef5c"; }

.icofont-wind-waves:before {
  content: "\ef5d"; }

.icofont-wind:before {
  content: "\ef5e"; }

.icofont-windy-hail:before {
  content: "\ef5f"; }

.icofont-windy-night:before {
  content: "\ef60"; }

.icofont-windy-raining:before {
  content: "\ef61"; }

.icofont-windy-sunny:before {
  content: "\ef62"; }

.icofont-windy-thunder-raining:before {
  content: "\ef63"; }

.icofont-windy-thunder:before {
  content: "\ef64"; }

.icofont-windy:before {
  content: "\ef65"; }

.icofont-addons:before {
  content: "\ef66"; }

.icofont-address-book:before {
  content: "\ef67"; }

.icofont-adjust:before {
  content: "\ef68"; }

.icofont-alarm:before {
  content: "\ef69"; }

.icofont-anchor:before {
  content: "\ef6a"; }

.icofont-archive:before {
  content: "\ef6b"; }

.icofont-at:before {
  content: "\ef6c"; }

.icofont-attachment:before {
  content: "\ef6d"; }

.icofont-audio:before {
  content: "\ef6e"; }

.icofont-auto-mobile:before {
  content: "\ef6f"; }

.icofont-automation:before {
  content: "\ef70"; }

.icofont-baby:before {
  content: "\ef71"; }

.icofont-badge:before {
  content: "\ef72"; }

.icofont-bag:before {
  content: "\ef73"; }

.icofont-ban:before {
  content: "\ef74"; }

.icofont-bank:before {
  content: "\ef75"; }

.icofont-bar-code:before {
  content: "\ef76"; }

.icofont-bars:before {
  content: "\ef77"; }

.icofont-battery-empty:before {
  content: "\ef78"; }

.icofont-battery-full:before {
  content: "\ef79"; }

.icofont-battery-half:before {
  content: "\ef7a"; }

.icofont-battery-low:before {
  content: "\ef7b"; }

.icofont-beach:before {
  content: "\ef7c"; }

.icofont-beaker:before {
  content: "\ef7d"; }

.icofont-bear:before {
  content: "\ef7e"; }

.icofont-beard:before {
  content: "\ef7f"; }

.icofont-bed:before {
  content: "\ef80"; }

.icofont-bell:before {
  content: "\ef81"; }

.icofont-beverage:before {
  content: "\ef82"; }

.icofont-bicycle:before {
  content: "\ef83"; }

.icofont-bill:before {
  content: "\ef84"; }

.icofont-bin:before {
  content: "\ef85"; }

.icofont-binary:before {
  content: "\ef86"; }

.icofont-binoculars:before {
  content: "\ef87"; }

.icofont-bird:before {
  content: "\ef88"; }

.icofont-birds:before {
  content: "\ef89"; }

.icofont-black-board:before {
  content: "\ef8a"; }

.icofont-bluetooth:before {
  content: "\ef8b"; }

.icofont-bolt:before {
  content: "\ef8c"; }

.icofont-bomb:before {
  content: "\ef8d"; }

.icofont-book-mark:before {
  content: "\ef8e"; }

.icofont-book:before {
  content: "\ef8f"; }

.icofont-boot:before {
  content: "\ef90"; }

.icofont-box:before {
  content: "\ef91"; }

.icofont-brain:before {
  content: "\ef92"; }

.icofont-briefcase:before {
  content: "\ef93"; }

.icofont-broken:before {
  content: "\ef94"; }

.icofont-bucket:before {
  content: "\ef95"; }

.icofont-bucket1:before {
  content: "\ef96"; }

.icofont-bucket2:before {
  content: "\ef97"; }

.icofont-bug:before {
  content: "\ef98"; }

.icofont-building:before {
  content: "\ef99"; }

.icofont-bullet:before {
  content: "\ef9a"; }

.icofont-bullhorn:before {
  content: "\ef9b"; }

.icofont-bullseye:before {
  content: "\ef9c"; }

.icofont-bus:before {
  content: "\ef9d"; }

.icofont-butterfly:before {
  content: "\ef9e"; }

.icofont-cab:before {
  content: "\ef9f"; }

.icofont-calculator:before {
  content: "\efa0"; }

.icofont-calendar:before {
  content: "\efa1"; }

.icofont-camera-alt:before {
  content: "\efa2"; }

.icofont-camera:before {
  content: "\efa3"; }

.icofont-car:before {
  content: "\efa4"; }

.icofont-card:before {
  content: "\efa5"; }

.icofont-cart:before {
  content: "\efa6"; }

.icofont-cc:before {
  content: "\efa7"; }

.icofont-certificate:before {
  content: "\efa8"; }

.icofont-charging:before {
  content: "\efa9"; }

.icofont-chat:before {
  content: "\efaa"; }

.icofont-check-alt:before {
  content: "\efab"; }

.icofont-check-circled:before {
  content: "\efac"; }

.icofont-check:before {
  content: "\efad"; }

.icofont-checked:before {
  content: "\efae"; }

.icofont-children-care:before {
  content: "\efaf"; }

.icofont-clock-time:before {
  content: "\efb0"; }

.icofont-close-circled:before {
  content: "\efb1"; }

.icofont-close-line-circled:before {
  content: "\efb2"; }

.icofont-close-line-squared-alt:before {
  content: "\efb3"; }

.icofont-close-line-squared:before {
  content: "\efb4"; }

.icofont-close-line:before {
  content: "\efb5"; }

.icofont-close-squared-alt:before {
  content: "\efb6"; }

.icofont-close-squared:before {
  content: "\efb7"; }

.icofont-close:before {
  content: "\efb8"; }

.icofont-cloud-download:before {
  content: "\efb9"; }

.icofont-cloud-refresh:before {
  content: "\efba"; }

.icofont-cloud-upload:before {
  content: "\efbb"; }

.icofont-cloud:before {
  content: "\efbc"; }

.icofont-code-not-allowed:before {
  content: "\efbd"; }

.icofont-code:before {
  content: "\efbe"; }

.icofont-coffee-cup:before {
  content: "\efbf"; }

.icofont-comment:before {
  content: "\efc0"; }

.icofont-compass:before {
  content: "\efc1"; }

.icofont-computer:before {
  content: "\efc2"; }

.icofont-connection:before {
  content: "\efc3"; }

.icofont-console:before {
  content: "\efc4"; }

.icofont-contacts:before {
  content: "\efc5"; }

.icofont-contrast:before {
  content: "\efc6"; }

.icofont-copy:before {
  content: "\efc7"; }

.icofont-copyright:before {
  content: "\efc8"; }

.icofont-credit-card:before {
  content: "\efc9"; }

.icofont-crop:before {
  content: "\efca"; }

.icofont-crown:before {
  content: "\efcb"; }

.icofont-cube:before {
  content: "\efcc"; }

.icofont-cubes:before {
  content: "\efcd"; }

.icofont-culinary:before {
  content: "\efce"; }

.icofont-dashboard-web:before {
  content: "\efcf"; }

.icofont-dashboard:before {
  content: "\efd0"; }

.icofont-data:before {
  content: "\efd1"; }

.icofont-database-add:before {
  content: "\efd2"; }

.icofont-database-locked:before {
  content: "\efd3"; }

.icofont-database-remove:before {
  content: "\efd4"; }

.icofont-database:before {
  content: "\efd5"; }

.icofont-delete:before {
  content: "\efd6"; }

.icofont-diamond:before {
  content: "\efd7"; }

.icofont-dice:before {
  content: "\efd8"; }

.icofont-disabled:before {
  content: "\efd9"; }

.icofont-disc:before {
  content: "\efda"; }

.icofont-diskette:before {
  content: "\efdb"; }

.icofont-document-folder:before {
  content: "\efdc"; }

.icofont-download-alt:before {
  content: "\efdd"; }

.icofont-download:before {
  content: "\efde"; }

.icofont-downloaded:before {
  content: "\efdf"; }

.icofont-earth:before {
  content: "\efe0"; }

.icofont-ebook:before {
  content: "\efe1"; }

.icofont-edit:before {
  content: "\efe2"; }

.icofont-eject:before {
  content: "\efe3"; }

.icofont-email:before {
  content: "\efe4"; }

.icofont-envelope-open:before {
  content: "\efe5"; }

.icofont-envelope:before {
  content: "\efe6"; }

.icofont-eraser:before {
  content: "\efe7"; }

.icofont-error:before {
  content: "\efe8"; }

.icofont-exchange:before {
  content: "\efe9"; }

.icofont-exclamation-circle:before {
  content: "\efea"; }

.icofont-exclamation-square:before {
  content: "\efeb"; }

.icofont-exclamation-tringle:before {
  content: "\efec"; }

.icofont-exclamation:before {
  content: "\efed"; }

.icofont-exit:before {
  content: "\efee"; }

.icofont-expand:before {
  content: "\efef"; }

.icofont-external-link:before {
  content: "\eff0"; }

.icofont-external:before {
  content: "\eff1"; }

.icofont-eye-blocked:before {
  content: "\eff2"; }

.icofont-eye-dropper:before {
  content: "\eff3"; }

.icofont-eye:before {
  content: "\eff4"; }

.icofont-favourite:before {
  content: "\eff5"; }

.icofont-fax:before {
  content: "\eff6"; }

.icofont-female:before {
  content: "\eff7"; }

.icofont-file:before {
  content: "\eff8"; }

.icofont-film:before {
  content: "\eff9"; }

.icofont-filter:before {
  content: "\effa"; }

.icofont-fire-burn:before {
  content: "\effb"; }

.icofont-fire-extinguisher:before {
  content: "\effc"; }

.icofont-fire:before {
  content: "\effd"; }

.icofont-first-aid:before {
  content: "\effe"; }

.icofont-flag-alt-1:before {
  content: "\efff"; }

.icofont-flag-alt-2:before {
  content: "\f000"; }

.icofont-flag:before {
  content: "\f001"; }

.icofont-flash-light:before {
  content: "\f002"; }

.icofont-flash:before {
  content: "\f003"; }

.icofont-flask:before {
  content: "\f004"; }

.icofont-focus:before {
  content: "\f005"; }

.icofont-folder-open:before {
  content: "\f006"; }

.icofont-folder:before {
  content: "\f007"; }

.icofont-foot-print:before {
  content: "\f008"; }

.icofont-football-american:before {
  content: "\f009"; }

.icofont-football:before {
  content: "\f00a"; }

.icofont-game-console:before {
  content: "\f00b"; }

.icofont-game-pad:before {
  content: "\f00c"; }

.icofont-gavel:before {
  content: "\f00d"; }

.icofont-gear:before {
  content: "\f00e"; }

.icofont-gears:before {
  content: "\f00f"; }

.icofont-gift:before {
  content: "\f010"; }

.icofont-glass:before {
  content: "\f011"; }

.icofont-globe:before {
  content: "\f012"; }

.icofont-graduate:before {
  content: "\f013"; }

.icofont-graffiti:before {
  content: "\f014"; }

.icofont-grocery:before {
  content: "\f015"; }

.icofont-group:before {
  content: "\f016"; }

.icofont-hammer:before {
  content: "\f017"; }

.icofont-hand:before {
  content: "\f018"; }

.icofont-hanger:before {
  content: "\f019"; }

.icofont-hard-disk:before {
  content: "\f01a"; }

.icofont-headphone:before {
  content: "\f01b"; }

.icofont-heart-beat:before {
  content: "\f01c"; }

.icofont-heart:before {
  content: "\f01d"; }

.icofont-history:before {
  content: "\f01e"; }

.icofont-home:before {
  content: "\f01f"; }

.icofont-horn:before {
  content: "\f020"; }

.icofont-hotel:before {
  content: "\f021"; }

.icofont-hour-glass:before {
  content: "\f022"; }

.icofont-id:before {
  content: "\f023"; }

.icofont-image:before {
  content: "\f024"; }

.icofont-inbox:before {
  content: "\f025"; }

.icofont-infinite:before {
  content: "\f026"; }

.icofont-info-circle:before {
  content: "\f027"; }

.icofont-info-square:before {
  content: "\f028"; }

.icofont-info:before {
  content: "\f029"; }

.icofont-institution:before {
  content: "\f02a"; }

.icofont-interface:before {
  content: "\f02b"; }

.icofont-invisible:before {
  content: "\f02c"; }

.icofont-italic:before {
  content: "\f02d"; }

.icofont-jacket:before {
  content: "\f02e"; }

.icofont-jar:before {
  content: "\f02f"; }

.icofont-jewlery:before {
  content: "\f030"; }

.icofont-karate:before {
  content: "\f031"; }

.icofont-key-hole:before {
  content: "\f032"; }

.icofont-key:before {
  content: "\f033"; }

.icofont-keyboard:before {
  content: "\f034"; }

.icofont-kid:before {
  content: "\f035"; }

.icofont-label:before {
  content: "\f036"; }

.icofont-lamp:before {
  content: "\f037"; }

.icofont-laptop:before {
  content: "\f038"; }

.icofont-layers:before {
  content: "\f039"; }

.icofont-layout:before {
  content: "\f03a"; }

.icofont-leaf:before {
  content: "\f03b"; }

.icofont-leaflet:before {
  content: "\f03c"; }

.icofont-learn:before {
  content: "\f03d"; }

.icofont-legal:before {
  content: "\f03e"; }

.icofont-lego:before {
  content: "\f03f"; }

.icofont-lemon:before {
  content: "\f040"; }

.icofont-lens:before {
  content: "\f041"; }

.icofont-letter:before {
  content: "\f042"; }

.icofont-letterbox:before {
  content: "\f043"; }

.icofont-library:before {
  content: "\f044"; }

.icofont-license:before {
  content: "\f045"; }

.icofont-life-bouy:before {
  content: "\f046"; }

.icofont-life-buoy:before {
  content: "\f047"; }

.icofont-life-jacket:before {
  content: "\f048"; }

.icofont-life-ring:before {
  content: "\f049"; }

.icofont-light-bulb:before {
  content: "\f04a"; }

.icofont-lighter:before {
  content: "\f04b"; }

.icofont-lightning-ray:before {
  content: "\f04c"; }

.icofont-like:before {
  content: "\f04d"; }

.icofont-link:before {
  content: "\f04e"; }

.icofont-live-support:before {
  content: "\f04f"; }

.icofont-location-arrow:before {
  content: "\f050"; }

.icofont-location-pin:before {
  content: "\f051"; }

.icofont-lock:before {
  content: "\f052"; }

.icofont-login:before {
  content: "\f053"; }

.icofont-logout:before {
  content: "\f054"; }

.icofont-lollipop:before {
  content: "\f055"; }

.icofont-look:before {
  content: "\f056"; }

.icofont-loop:before {
  content: "\f057"; }

.icofont-luggage:before {
  content: "\f058"; }

.icofont-lunch:before {
  content: "\f059"; }

.icofont-lungs:before {
  content: "\f05a"; }

.icofont-magic-alt:before {
  content: "\f05b"; }

.icofont-magic:before {
  content: "\f05c"; }

.icofont-magnet:before {
  content: "\f05d"; }

.icofont-mail-box:before {
  content: "\f05e"; }

.icofont-mail:before {
  content: "\f05f"; }

.icofont-male:before {
  content: "\f060"; }

.icofont-map:before {
  content: "\f061"; }

.icofont-math:before {
  content: "\f062"; }

.icofont-maximize:before {
  content: "\f063"; }

.icofont-measure:before {
  content: "\f064"; }

.icofont-medal:before {
  content: "\f065"; }

.icofont-medical:before {
  content: "\f066"; }

.icofont-medicine:before {
  content: "\f067"; }

.icofont-mega-phone:before {
  content: "\f068"; }

.icofont-memorial:before {
  content: "\f069"; }

.icofont-memory-card:before {
  content: "\f06a"; }

.icofont-mic-mute:before {
  content: "\f06b"; }

.icofont-mic:before {
  content: "\f06c"; }

.icofont-micro-chip:before {
  content: "\f06d"; }

.icofont-microphone:before {
  content: "\f06e"; }

.icofont-microscope:before {
  content: "\f06f"; }

.icofont-military:before {
  content: "\f070"; }

.icofont-mill:before {
  content: "\f071"; }

.icofont-minus-circle:before {
  content: "\f072"; }

.icofont-minus-square:before {
  content: "\f073"; }

.icofont-minus:before {
  content: "\f074"; }

.icofont-mobile-phone:before {
  content: "\f075"; }

.icofont-molecule:before {
  content: "\f076"; }

.icofont-money:before {
  content: "\f077"; }

.icofont-moon:before {
  content: "\f078"; }

.icofont-mop:before {
  content: "\f079"; }

.icofont-muffin:before {
  content: "\f07a"; }

.icofont-music-alt:before {
  content: "\f07b"; }

.icofont-music-notes:before {
  content: "\f07c"; }

.icofont-music:before {
  content: "\f07d"; }

.icofont-mustache:before {
  content: "\f07e"; }

.icofont-mute-volume:before {
  content: "\f07f"; }

.icofont-navigation-menu:before {
  content: "\f080"; }

.icofont-navigation:before {
  content: "\f081"; }

.icofont-network-tower:before {
  content: "\f082"; }

.icofont-network:before {
  content: "\f083"; }

.icofont-news:before {
  content: "\f084"; }

.icofont-newspaper:before {
  content: "\f085"; }

.icofont-no-smoking:before {
  content: "\f086"; }

.icofont-not-allowed:before {
  content: "\f087"; }

.icofont-notebook:before {
  content: "\f088"; }

.icofont-notepad:before {
  content: "\f089"; }

.icofont-notification:before {
  content: "\f08a"; }

.icofont-numbered:before {
  content: "\f08b"; }

.icofont-opposite:before {
  content: "\f08c"; }

.icofont-optic:before {
  content: "\f08d"; }

.icofont-options:before {
  content: "\f08e"; }

.icofont-package:before {
  content: "\f08f"; }

.icofont-page:before {
  content: "\f090"; }

.icofont-paint:before {
  content: "\f091"; }

.icofont-paper-plane:before {
  content: "\f092"; }

.icofont-paperclip:before {
  content: "\f093"; }

.icofont-papers:before {
  content: "\f094"; }

.icofont-paw:before {
  content: "\f095"; }

.icofont-pay:before {
  content: "\f096"; }

.icofont-pen:before {
  content: "\f097"; }

.icofont-pencil:before {
  content: "\f098"; }

.icofont-penguin-linux:before {
  content: "\f099"; }

.icofont-pestle:before {
  content: "\f09a"; }

.icofont-phone-circle:before {
  content: "\f09b"; }

.icofont-phone:before {
  content: "\f09c"; }

.icofont-picture:before {
  content: "\f09d"; }

.icofont-pie:before {
  content: "\f09e"; }

.icofont-pine:before {
  content: "\f09f"; }

.icofont-pixels:before {
  content: "\f0a0"; }

.icofont-play:before {
  content: "\f0a1"; }

.icofont-plugin:before {
  content: "\f0a2"; }

.icofont-plus-circle:before {
  content: "\f0a3"; }

.icofont-plus-square:before {
  content: "\f0a4"; }

.icofont-plus:before {
  content: "\f0a5"; }

.icofont-polygonal:before {
  content: "\f0a6"; }

.icofont-power:before {
  content: "\f0a7"; }

.icofont-presentation:before {
  content: "\f0a8"; }

.icofont-price:before {
  content: "\f0a9"; }

.icofont-print:before {
  content: "\f0aa"; }

.icofont-puzzle:before {
  content: "\f0ab"; }

.icofont-qr-code:before {
  content: "\f0ac"; }

.icofont-queen:before {
  content: "\f0ad"; }

.icofont-question-circle:before {
  content: "\f0ae"; }

.icofont-question-square:before {
  content: "\f0af"; }

.icofont-question:before {
  content: "\f0b0"; }

.icofont-quote-left:before {
  content: "\f0b1"; }

.icofont-quote-right:before {
  content: "\f0b2"; }

.icofont-radio:before {
  content: "\f0b3"; }

.icofont-random:before {
  content: "\f0b4"; }

.icofont-recycle:before {
  content: "\f0b5"; }

.icofont-refresh:before {
  content: "\f0b6"; }

.icofont-repair:before {
  content: "\f0b7"; }

.icofont-reply-all:before {
  content: "\f0b8"; }

.icofont-reply:before {
  content: "\f0b9"; }

.icofont-resize:before {
  content: "\f0ba"; }

.icofont-responsive:before {
  content: "\f0bb"; }

.icofont-retweet:before {
  content: "\f0bc"; }

.icofont-road:before {
  content: "\f0bd"; }

.icofont-robot:before {
  content: "\f0be"; }

.icofont-rocket:before {
  content: "\f0bf"; }

.icofont-royal:before {
  content: "\f0c0"; }

.icofont-rss-feed:before {
  content: "\f0c1"; }

.icofont-safety:before {
  content: "\f0c2"; }

.icofont-sale-discount:before {
  content: "\f0c3"; }

.icofont-satellite:before {
  content: "\f0c4"; }

.icofont-send-mail:before {
  content: "\f0c5"; }

.icofont-server:before {
  content: "\f0c6"; }

.icofont-settings:before {
  content: "\f0c7"; }

.icofont-share-alt:before {
  content: "\f0c8"; }

.icofont-share-boxed:before {
  content: "\f0c9"; }

.icofont-share:before {
  content: "\f0ca"; }

.icofont-shield:before {
  content: "\f0cb"; }

.icofont-ship:before {
  content: "\f0cc"; }

.icofont-shopping-cart:before {
  content: "\f0cd"; }

.icofont-sign-in:before {
  content: "\f0ce"; }

.icofont-sign-out:before {
  content: "\f0cf"; }

.icofont-signal:before {
  content: "\f0d0"; }

.icofont-site-map:before {
  content: "\f0d1"; }

.icofont-smart-phone:before {
  content: "\f0d2"; }

.icofont-soccer:before {
  content: "\f0d3"; }

.icofont-sort-alt:before {
  content: "\f0d4"; }

.icofont-sort:before {
  content: "\f0d5"; }

.icofont-space:before {
  content: "\f0d6"; }

.icofont-spanner:before {
  content: "\f0d7"; }

.icofont-speech-comments:before {
  content: "\f0d8"; }

.icofont-speed-meter:before {
  content: "\f0d9"; }

.icofont-spinner-alt-1:before {
  content: "\f0da"; }

.icofont-spinner-alt-2:before {
  content: "\f0db"; }

.icofont-spinner-alt-3:before {
  content: "\f0dc"; }

.icofont-spinner-alt-4:before {
  content: "\f0dd"; }

.icofont-spinner-alt-5:before {
  content: "\f0de"; }

.icofont-spinner-alt-6:before {
  content: "\f0df"; }

.icofont-spinner:before {
  content: "\f0e0"; }

.icofont-spreadsheet:before {
  content: "\f0e1"; }

.icofont-square:before {
  content: "\f0e2"; }

.icofont-ssl-security:before {
  content: "\f0e3"; }

.icofont-star-alt-1:before {
  content: "\f0e4"; }

.icofont-star-alt-2:before {
  content: "\f0e5"; }

.icofont-star:before {
  content: "\f0e6"; }

.icofont-street-view:before {
  content: "\f0e7"; }

.icofont-sun:before {
  content: "\f0e8"; }

.icofont-support-faq:before {
  content: "\f0e9"; }

.icofont-tack-pin:before {
  content: "\f0ea"; }

.icofont-tag:before {
  content: "\f0eb"; }

.icofont-tags:before {
  content: "\f0ec"; }

.icofont-tasks:before {
  content: "\f0ed"; }

.icofont-telephone:before {
  content: "\f0ee"; }

.icofont-telescope:before {
  content: "\f0ef"; }

.icofont-terminal:before {
  content: "\f0f0"; }

.icofont-thumbs-down:before {
  content: "\f0f1"; }

.icofont-thumbs-up:before {
  content: "\f0f2"; }

.icofont-tick-boxed:before {
  content: "\f0f3"; }

.icofont-tick-mark:before {
  content: "\f0f4"; }

.icofont-ticket:before {
  content: "\f0f5"; }

.icofont-tie:before {
  content: "\f0f6"; }

.icofont-toggle-off:before {
  content: "\f0f7"; }

.icofont-toggle-on:before {
  content: "\f0f8"; }

.icofont-tools:before {
  content: "\f0f9"; }

.icofont-transparent:before {
  content: "\f0fa"; }

.icofont-tree:before {
  content: "\f0fb"; }

.icofont-umbrella:before {
  content: "\f0fc"; }

.icofont-unlock:before {
  content: "\f0fd"; }

.icofont-unlocked:before {
  content: "\f0fe"; }

.icofont-upload-alt:before {
  content: "\f0ff"; }

.icofont-upload:before {
  content: "\f100"; }

.icofont-usb-drive:before {
  content: "\f101"; }

.icofont-usb:before {
  content: "\f102"; }

.icofont-vector-path:before {
  content: "\f103"; }

.icofont-verification-check:before {
  content: "\f104"; }

.icofont-video-clapper:before {
  content: "\f105"; }

.icofont-video:before {
  content: "\f106"; }

.icofont-volume-down:before {
  content: "\f107"; }

.icofont-volume-off:before {
  content: "\f108"; }

.icofont-volume-up:before {
  content: "\f109"; }

.icofont-wall-clock:before {
  content: "\f10a"; }

.icofont-wall:before {
  content: "\f10b"; }

.icofont-wallet:before {
  content: "\f10c"; }

.icofont-warning-alt:before {
  content: "\f10d"; }

.icofont-warning:before {
  content: "\f10e"; }

.icofont-water-drop:before {
  content: "\f10f"; }

.icofont-web:before {
  content: "\f110"; }

.icofont-wheelchair:before {
  content: "\f111"; }

.icofont-wifi-alt:before {
  content: "\f112"; }

.icofont-wifi:before {
  content: "\f113"; }

.icofont-world:before {
  content: "\f114"; }

.icofont-zigzag:before {
  content: "\f115"; }

.icofont-zipped:before {
  content: "\f116"; }

.icofont-social-500px:before {
  content: "\f117"; }

.icofont-social-baidu-tieba:before {
  content: "\f118"; }

.icofont-social-bbm-messenger:before {
  content: "\f119"; }

.icofont-social-delicious:before {
  content: "\f11a"; }

.icofont-social-dribbble:before {
  content: "\f11b"; }

.icofont-social-facebook-messenger:before {
  content: "\f11c"; }

.icofont-social-flikr:before {
  content: "\f11d"; }

.icofont-social-foursquare:before {
  content: "\f11e"; }

.icofont-social-google-hangouts:before {
  content: "\f11f"; }

.icofont-social-kakaotalk:before {
  content: "\f120"; }

.icofont-social-kik:before {
  content: "\f121"; }

.icofont-social-kiwibox:before {
  content: "\f122"; }

.icofont-social-linkedin:before {
  content: "\f123"; }

.icofont-social-meetme:before {
  content: "\f124"; }

.icofont-social-odnoklassniki:before {
  content: "\f125"; }

.icofont-social-photobucket:before {
  content: "\f126"; }

.icofont-social-qq:before {
  content: "\f127"; }

.icofont-social-renren:before {
  content: "\f128"; }

.icofont-social-slack:before {
  content: "\f129"; }

.icofont-social-slidshare:before {
  content: "\f12a"; }

.icofont-social-snapchat:before {
  content: "\f12b"; }

.icofont-social-soundcloud:before {
  content: "\f12c"; }

.icofont-social-spotify:before {
  content: "\f12d"; }

.icofont-social-stack-exchange:before {
  content: "\f12e"; }

.icofont-social-stack-overflow:before {
  content: "\f12f"; }

.icofont-social-tagged:before {
  content: "\f130"; }

.icofont-social-trello:before {
  content: "\f131"; }

.icofont-social-twitch:before {
  content: "\f132"; }

.icofont-social-vk:before {
  content: "\f133"; }

.icofont-social-weibo:before {
  content: "\f134"; }

.icofont-social-whatsapp:before {
  content: "\f135"; }

.icofont-social-youku:before {
  content: "\f136"; }

.icofont-social-youtube-play:before {
  content: "\f137"; }

.icofont-social-youtube:before {
  content: "\f138"; }

.icofont-brand-xiaomi:before {
  content: "\f139"; }

/*Font size*/
.icofont-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.icofont-2x {
  font-size: 2em; }

.icofont-3x {
  font-size: 3em; }

.icofont-4x {
  font-size: 4em; }

.icofont-5x {
  font-size: 5em; }

.icofont-fw {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
  width: 1.28571429em;
  text-align: center; }

/*Fixed Width Icons*/
/*Custom list icons*/
.icofont-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }
  .icofont-ul > li {
    position: relative; }

.icofont-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

/*Animation*/
.icofont-rotate {
  display: inline-block;
  -webkit-animation: icofont-rotate 2s infinite linear;
  animation: icofont-rotate 2s infinite linear; }

@-webkit-keyframes icofont-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes icofont-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/*# sourceMappingURL=icofont.css.map */

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'themify';
  src: url("../assets/fonts/themify/themify.eot?-fvbane");
  src: url("../assets/fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../assets/fonts/themify/themify.woff?-fvbane") format("woff"), url("../assets/fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../assets/fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

.icon-wand:before {
  content: "\e600"; }

.icon-volume:before {
  content: "\e601"; }

.icon-user:before {
  content: "\e602"; }

.icon-unlock:before {
  content: "\e603"; }

.icon-unlink:before {
  content: "\e604"; }

.icon-trash:before {
  content: "\e605"; }

.icon-thought:before {
  content: "\e606"; }

.icon-target:before {
  content: "\e607"; }

.icon-tag:before {
  content: "\e608"; }

.icon-tablet:before {
  content: "\e609"; }

.icon-star:before {
  content: "\e60a"; }

.icon-spray:before {
  content: "\e60b"; }

.icon-signal:before {
  content: "\e60c"; }

.icon-shopping-cart:before {
  content: "\e60d"; }

.icon-shopping-cart-full:before {
  content: "\e60e"; }

.icon-settings:before {
  content: "\e60f"; }

.icon-search:before {
  content: "\e610"; }

.icon-zoom-in:before {
  content: "\e611"; }

.icon-zoom-out:before {
  content: "\e612"; }

.icon-cut:before {
  content: "\e613"; }

.icon-ruler:before {
  content: "\e614"; }

.icon-ruler-pencil:before {
  content: "\e615"; }

.icon-ruler-alt:before {
  content: "\e616"; }

.icon-bookmark:before {
  content: "\e617"; }

.icon-bookmark-alt:before {
  content: "\e618"; }

.icon-reload:before {
  content: "\e619"; }

.icon-plus:before {
  content: "\e61a"; }

.icon-pin:before {
  content: "\e61b"; }

.icon-pencil:before {
  content: "\e61c"; }

.icon-pencil-alt:before {
  content: "\e61d"; }

.icon-paint-roller:before {
  content: "\e61e"; }

.icon-paint-bucket:before {
  content: "\e61f"; }

.icon-na:before {
  content: "\e620"; }

.icon-mobile:before {
  content: "\e621"; }

.icon-minus:before {
  content: "\e622"; }

.icon-medall:before {
  content: "\e623"; }

.icon-medall-alt:before {
  content: "\e624"; }

.icon-marker:before {
  content: "\e625"; }

.icon-marker-alt:before {
  content: "\e626"; }

.icon-arrow-up:before {
  content: "\e627"; }

.icon-arrow-right:before {
  content: "\e628"; }

.icon-arrow-left:before {
  content: "\e629"; }

.icon-arrow-down:before {
  content: "\e62a"; }

.icon-lock:before {
  content: "\e62b"; }

.icon-location-arrow:before {
  content: "\e62c"; }

.icon-link:before {
  content: "\e62d"; }

.icon-layout:before {
  content: "\e62e"; }

.icon-layers:before {
  content: "\e62f"; }

.icon-layers-alt:before {
  content: "\e630"; }

.icon-key:before {
  content: "\e631"; }

.icon-import:before {
  content: "\e632"; }

.icon-image:before {
  content: "\e633"; }

.icon-heart:before {
  content: "\e634"; }

.icon-heart-broken:before {
  content: "\e635"; }

.icon-hand-stop:before {
  content: "\e636"; }

.icon-hand-open:before {
  content: "\e637"; }

.icon-hand-drag:before {
  content: "\e638"; }

.icon-folder:before {
  content: "\e639"; }

.icon-flag:before {
  content: "\e63a"; }

.icon-flag-alt:before {
  content: "\e63b"; }

.icon-flag-alt-2:before {
  content: "\e63c"; }

.icon-eye:before {
  content: "\e63d"; }

.icon-export:before {
  content: "\e63e"; }

.icon-exchange-vertical:before {
  content: "\e63f"; }

.icon-desktop:before {
  content: "\e640"; }

.icon-cup:before {
  content: "\e641"; }

.icon-crown:before {
  content: "\e642"; }

.icon-comments:before {
  content: "\e643"; }

.icon-comment:before {
  content: "\e644"; }

.icon-comment-alt:before {
  content: "\e645"; }

.icon-close:before {
  content: "\e646"; }

.icon-clip:before {
  content: "\e647"; }

.icon-angle-up:before {
  content: "\e648"; }

.icon-angle-right:before {
  content: "\e649"; }

.icon-angle-left:before {
  content: "\e64a"; }

.icon-angle-down:before {
  content: "\e64b"; }

.icon-check:before {
  content: "\e64c"; }

.icon-check-box:before {
  content: "\e64d"; }

.icon-camera:before {
  content: "\e64e"; }

.icon-announcement:before {
  content: "\e64f"; }

.icon-brush:before {
  content: "\e650"; }

.icon-briefcase:before {
  content: "\e651"; }

.icon-bolt:before {
  content: "\e652"; }

.icon-bolt-alt:before {
  content: "\e653"; }

.icon-blackboard:before {
  content: "\e654"; }

.icon-bag:before {
  content: "\e655"; }

.icon-move:before {
  content: "\e656"; }

.icon-arrows-vertical:before {
  content: "\e657"; }

.icon-arrows-horizontal:before {
  content: "\e658"; }

.icon-fullscreen:before {
  content: "\e659"; }

.icon-arrow-top-right:before {
  content: "\e65a"; }

.icon-arrow-top-left:before {
  content: "\e65b"; }

.icon-arrow-circle-up:before {
  content: "\e65c"; }

.icon-arrow-circle-right:before {
  content: "\e65d"; }

.icon-arrow-circle-left:before {
  content: "\e65e"; }

.icon-arrow-circle-down:before {
  content: "\e65f"; }

.icon-angle-double-up:before {
  content: "\e660"; }

.icon-angle-double-right:before {
  content: "\e661"; }

.icon-angle-double-left:before {
  content: "\e662"; }

.icon-angle-double-down:before {
  content: "\e663"; }

.icon-zip:before {
  content: "\e664"; }

.icon-world:before {
  content: "\e665"; }

.icon-wheelchair:before {
  content: "\e666"; }

.icon-view-list:before {
  content: "\e667"; }

.icon-view-list-alt:before {
  content: "\e668"; }

.icon-view-grid:before {
  content: "\e669"; }

.icon-uppercase:before {
  content: "\e66a"; }

.icon-upload:before {
  content: "\e66b"; }

.icon-underline:before {
  content: "\e66c"; }

.icon-truck:before {
  content: "\e66d"; }

.icon-timer:before {
  content: "\e66e"; }

.icon-ticket:before {
  content: "\e66f"; }

.icon-thumb-up:before {
  content: "\e670"; }

.icon-thumb-down:before {
  content: "\e671"; }

.icon-text:before {
  content: "\e672"; }

.icon-stats-up:before {
  content: "\e673"; }

.icon-stats-down:before {
  content: "\e674"; }

.icon-split-v:before {
  content: "\e675"; }

.icon-split-h:before {
  content: "\e676"; }

.icon-smallcap:before {
  content: "\e677"; }

.icon-shine:before {
  content: "\e678"; }

.icon-shift-right:before {
  content: "\e679"; }

.icon-shift-left:before {
  content: "\e67a"; }

.icon-shield:before {
  content: "\e67b"; }

.icon-notepad:before {
  content: "\e67c"; }

.icon-server:before {
  content: "\e67d"; }

.icon-quote-right:before {
  content: "\e67e"; }

.icon-quote-left:before {
  content: "\e67f"; }

.icon-pulse:before {
  content: "\e680"; }

.icon-printer:before {
  content: "\e681"; }

.icon-power-off:before {
  content: "\e682"; }

.icon-plug:before {
  content: "\e683"; }

.icon-pie-chart:before {
  content: "\e684"; }

.icon-paragraph:before {
  content: "\e685"; }

.icon-panel:before {
  content: "\e686"; }

.icon-package:before {
  content: "\e687"; }

.icon-music:before {
  content: "\e688"; }

.icon-music-alt:before {
  content: "\e689"; }

.icon-mouse:before {
  content: "\e68a"; }

.icon-mouse-alt:before {
  content: "\e68b"; }

.icon-money:before {
  content: "\e68c"; }

.icon-microphone:before {
  content: "\e68d"; }

.icon-menu:before {
  content: "\e68e"; }

.icon-menu-alt:before {
  content: "\e68f"; }

.icon-map:before {
  content: "\e690"; }

.icon-map-alt:before {
  content: "\e691"; }

.icon-loop:before {
  content: "\e692"; }

.icon-location-pin:before {
  content: "\e693"; }

.icon-list:before {
  content: "\e694"; }

.icon-light-bulb:before {
  content: "\e695"; }

.icon-Italic:before {
  content: "\e696"; }

.icon-info:before {
  content: "\e697"; }

.icon-infinite:before {
  content: "\e698"; }

.icon-id-badge:before {
  content: "\e699"; }

.icon-hummer:before {
  content: "\e69a"; }

.icon-home:before {
  content: "\e69b"; }

.icon-help:before {
  content: "\e69c"; }

.icon-headphone:before {
  content: "\e69d"; }

.icon-harddrives:before {
  content: "\e69e"; }

.icon-harddrive:before {
  content: "\e69f"; }

.icon-gift:before {
  content: "\e6a0"; }

.icon-game:before {
  content: "\e6a1"; }

.icon-filter:before {
  content: "\e6a2"; }

.icon-files:before {
  content: "\e6a3"; }

.icon-file:before {
  content: "\e6a4"; }

.icon-eraser:before {
  content: "\e6a5"; }

.icon-envelope:before {
  content: "\e6a6"; }

.icon-download:before {
  content: "\e6a7"; }

.icon-direction:before {
  content: "\e6a8"; }

.icon-direction-alt:before {
  content: "\e6a9"; }

.icon-dashboard:before {
  content: "\e6aa"; }

.icon-control-stop:before {
  content: "\e6ab"; }

.icon-control-shuffle:before {
  content: "\e6ac"; }

.icon-control-play:before {
  content: "\e6ad"; }

.icon-control-pause:before {
  content: "\e6ae"; }

.icon-control-forward:before {
  content: "\e6af"; }

.icon-control-backward:before {
  content: "\e6b0"; }

.icon-cloud:before {
  content: "\e6b1"; }

.icon-cloud-up:before {
  content: "\e6b2"; }

.icon-cloud-down:before {
  content: "\e6b3"; }

.icon-clipboard:before {
  content: "\e6b4"; }

.icon-car:before {
  content: "\e6b5"; }

.icon-calendar:before {
  content: "\e6b6"; }

.icon-book:before {
  content: "\e6b7"; }

.icon-bell:before {
  content: "\e6b8"; }

.icon-basketball:before {
  content: "\e6b9"; }

.icon-bar-chart:before {
  content: "\e6ba"; }

.icon-bar-chart-alt:before {
  content: "\e6bb"; }

.icon-back-right:before {
  content: "\e6bc"; }

.icon-back-left:before {
  content: "\e6bd"; }

.icon-arrows-corner:before {
  content: "\e6be"; }

.icon-archive:before {
  content: "\e6bf"; }

.icon-anchor:before {
  content: "\e6c0"; }

.icon-align-right:before {
  content: "\e6c1"; }

.icon-align-left:before {
  content: "\e6c2"; }

.icon-align-justify:before {
  content: "\e6c3"; }

.icon-align-center:before {
  content: "\e6c4"; }

.icon-alert:before {
  content: "\e6c5"; }

.icon-alarm-clock:before {
  content: "\e6c6"; }

.icon-agenda:before {
  content: "\e6c7"; }

.icon-write:before {
  content: "\e6c8"; }

.icon-window:before {
  content: "\e6c9"; }

.icon-widgetized:before {
  content: "\e6ca"; }

.icon-widget:before {
  content: "\e6cb"; }

.icon-widget-alt:before {
  content: "\e6cc"; }

.icon-wallet:before {
  content: "\e6cd"; }

.icon-video-clapper:before {
  content: "\e6ce"; }

.icon-video-camera:before {
  content: "\e6cf"; }

.icon-vector:before {
  content: "\e6d0"; }

.icon-themify-logo:before {
  content: "\e6d1"; }

.icon-themify-favicon:before {
  content: "\e6d2"; }

.icon-themify-favicon-alt:before {
  content: "\e6d3"; }

.icon-support:before {
  content: "\e6d4"; }

.icon-stamp:before {
  content: "\e6d5"; }

.icon-split-v-alt:before {
  content: "\e6d6"; }

.icon-slice:before {
  content: "\e6d7"; }

.icon-shortcode:before {
  content: "\e6d8"; }

.icon-shift-right-alt:before {
  content: "\e6d9"; }

.icon-shift-left-alt:before {
  content: "\e6da"; }

.icon-ruler-alt-2:before {
  content: "\e6db"; }

.icon-receipt:before {
  content: "\e6dc"; }

.icon-pin2:before {
  content: "\e6dd"; }

.icon-pin-alt:before {
  content: "\e6de"; }

.icon-pencil-alt2:before {
  content: "\e6df"; }

.icon-palette:before {
  content: "\e6e0"; }

.icon-more:before {
  content: "\e6e1"; }

.icon-more-alt:before {
  content: "\e6e2"; }

.icon-microphone-alt:before {
  content: "\e6e3"; }

.icon-magnet:before {
  content: "\e6e4"; }

.icon-line-double:before {
  content: "\e6e5"; }

.icon-line-dotted:before {
  content: "\e6e6"; }

.icon-line-dashed:before {
  content: "\e6e7"; }

.icon-layout-width-full:before {
  content: "\e6e8"; }

.icon-layout-width-default:before {
  content: "\e6e9"; }

.icon-layout-width-default-alt:before {
  content: "\e6ea"; }

.icon-layout-tab:before {
  content: "\e6eb"; }

.icon-layout-tab-window:before {
  content: "\e6ec"; }

.icon-layout-tab-v:before {
  content: "\e6ed"; }

.icon-layout-tab-min:before {
  content: "\e6ee"; }

.icon-layout-slider:before {
  content: "\e6ef"; }

.icon-layout-slider-alt:before {
  content: "\e6f0"; }

.icon-layout-sidebar-right:before {
  content: "\e6f1"; }

.icon-layout-sidebar-none:before {
  content: "\e6f2"; }

.icon-layout-sidebar-left:before {
  content: "\e6f3"; }

.icon-layout-placeholder:before {
  content: "\e6f4"; }

.icon-layout-menu:before {
  content: "\e6f5"; }

.icon-layout-menu-v:before {
  content: "\e6f6"; }

.icon-layout-menu-separated:before {
  content: "\e6f7"; }

.icon-layout-menu-full:before {
  content: "\e6f8"; }

.icon-layout-media-right-alt:before {
  content: "\e6f9"; }

.icon-layout-media-right:before {
  content: "\e6fa"; }

.icon-layout-media-overlay:before {
  content: "\e6fb"; }

.icon-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.icon-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.icon-layout-media-left-alt:before {
  content: "\e6fe"; }

.icon-layout-media-left:before {
  content: "\e6ff"; }

.icon-layout-media-center-alt:before {
  content: "\e700"; }

.icon-layout-media-center:before {
  content: "\e701"; }

.icon-layout-list-thumb:before {
  content: "\e702"; }

.icon-layout-list-thumb-alt:before {
  content: "\e703"; }

.icon-layout-list-post:before {
  content: "\e704"; }

.icon-layout-list-large-image:before {
  content: "\e705"; }

.icon-layout-line-solid:before {
  content: "\e706"; }

.icon-layout-grid4:before {
  content: "\e707"; }

.icon-layout-grid3:before {
  content: "\e708"; }

.icon-layout-grid2:before {
  content: "\e709"; }

.icon-layout-grid2-thumb:before {
  content: "\e70a"; }

.icon-layout-cta-right:before {
  content: "\e70b"; }

.icon-layout-cta-left:before {
  content: "\e70c"; }

.icon-layout-cta-center:before {
  content: "\e70d"; }

.icon-layout-cta-btn-right:before {
  content: "\e70e"; }

.icon-layout-cta-btn-left:before {
  content: "\e70f"; }

.icon-layout-column4:before {
  content: "\e710"; }

.icon-layout-column3:before {
  content: "\e711"; }

.icon-layout-column2:before {
  content: "\e712"; }

.icon-layout-accordion-separated:before {
  content: "\e713"; }

.icon-layout-accordion-merged:before {
  content: "\e714"; }

.icon-layout-accordion-list:before {
  content: "\e715"; }

.icon-ink-pen:before {
  content: "\e716"; }

.icon-info-alt:before {
  content: "\e717"; }

.icon-help-alt:before {
  content: "\e718"; }

.icon-headphone-alt:before {
  content: "\e719"; }

.icon-hand-point-up:before {
  content: "\e71a"; }

.icon-hand-point-right:before {
  content: "\e71b"; }

.icon-hand-point-left:before {
  content: "\e71c"; }

.icon-hand-point-down:before {
  content: "\e71d"; }

.icon-gallery:before {
  content: "\e71e"; }

.icon-face-smile:before {
  content: "\e71f"; }

.icon-face-sad:before {
  content: "\e720"; }

.icon-credit-card:before {
  content: "\e721"; }

.icon-control-skip-forward:before {
  content: "\e722"; }

.icon-control-skip-backward:before {
  content: "\e723"; }

.icon-control-record:before {
  content: "\e724"; }

.icon-control-eject:before {
  content: "\e725"; }

.icon-comments-smiley:before {
  content: "\e726"; }

.icon-brush-alt:before {
  content: "\e727"; }

.icon-youtube:before {
  content: "\e728"; }

.icon-vimeo:before {
  content: "\e729"; }

.icon-twitter:before {
  content: "\e72a"; }

.icon-time:before {
  content: "\e72b"; }

.icon-tumblr:before {
  content: "\e72c"; }

.icon-skype:before {
  content: "\e72d"; }

.icon-share:before {
  content: "\e72e"; }

.icon-share-alt:before {
  content: "\e72f"; }

.icon-rocket:before {
  content: "\e730"; }

.icon-pinterest:before {
  content: "\e731"; }

.icon-new-window:before {
  content: "\e732"; }

.icon-microsoft:before {
  content: "\e733"; }

.icon-list-ol:before {
  content: "\e734"; }

.icon-linkedin:before {
  content: "\e735"; }

.icon-layout-sidebar-2:before {
  content: "\e736"; }

.icon-layout-grid4-alt:before {
  content: "\e737"; }

.icon-layout-grid3-alt:before {
  content: "\e738"; }

.icon-layout-grid2-alt:before {
  content: "\e739"; }

.icon-layout-column4-alt:before {
  content: "\e73a"; }

.icon-layout-column3-alt:before {
  content: "\e73b"; }

.icon-layout-column2-alt:before {
  content: "\e73c"; }

.icon-instagram:before {
  content: "\e73d"; }

.icon-google:before {
  content: "\e73e"; }

.icon-github:before {
  content: "\e73f"; }

.icon-flickr:before {
  content: "\e740"; }

.icon-facebook:before {
  content: "\e741"; }

.icon-dropbox:before {
  content: "\e742"; }

.icon-dribbble:before {
  content: "\e743"; }

.icon-apple:before {
  content: "\e744"; }

.icon-android:before {
  content: "\e745"; }

.icon-save:before {
  content: "\e746"; }

.icon-save-alt:before {
  content: "\e747"; }

.icon-yahoo:before {
  content: "\e748"; }

.icon-wordpress:before {
  content: "\e749"; }

.icon-vimeo-alt:before {
  content: "\e74a"; }

.icon-twitter-alt:before {
  content: "\e74b"; }

.icon-tumblr-alt:before {
  content: "\e74c"; }

.icon-trello:before {
  content: "\e74d"; }

.icon-stack-overflow:before {
  content: "\e74e"; }

.icon-soundcloud:before {
  content: "\e74f"; }

.icon-sharethis:before {
  content: "\e750"; }

.icon-sharethis-alt:before {
  content: "\e751"; }

.icon-reddit:before {
  content: "\e752"; }

.icon-pinterest-alt:before {
  content: "\e753"; }

.icon-microsoft-alt:before {
  content: "\e754"; }

.icon-linux:before {
  content: "\e755"; }

.icon-jsfiddle:before {
  content: "\e756"; }

.icon-joomla:before {
  content: "\e757"; }

.icon-html5:before {
  content: "\e758"; }

.icon-flickr-alt:before {
  content: "\e759"; }

.icon-email:before {
  content: "\e75a"; }

.icon-drupal:before {
  content: "\e75b"; }

.icon-dropbox-alt:before {
  content: "\e75c"; }

.icon-css3:before {
  content: "\e75d"; }

.icon-rss:before {
  content: "\e75e"; }

.icon-rss-alt:before {
  content: "\e75f"; }
/*# sourceMappingURL=themify.css.map */

button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

menu, article, aside, details, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }
/*# sourceMappingURL=feather-icon.css.map */

/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg)));
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 1px; }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-check-input {
      -webkit-transition: none;
      transition: none; } }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em; }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: none; }
    .form-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        -webkit-transition: none;
        transition: none; } }
  .form-floating > .form-control::-webkit-input-placeholder {
    color: transparent; }
  .form-floating > .form-control::-moz-placeholder {
    color: transparent; }
  .form-floating > .form-control:-ms-input-placeholder {
    color: transparent; }
  .form-floating > .form-control::-ms-input-placeholder {
    color: transparent; }
  .form-floating > .form-control::placeholder {
    color: transparent; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0a58ca; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[style] {
    right: auto !important; }

.dropdown-menu-start {
  --bs-position: start;
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */; }

.dropdown-menu-end {
  --bs-position: end;
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #0d6efd; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      -webkit-transition: none;
      transition: none; } }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content .tab-pane {
  line-height: 1.8; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      -webkit-transition: none;
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
            box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */; }

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-group > .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      -webkit-transition: none;
      transition: none; } }
  .accordion-button.collapsed {
    border-bottom-width: 0; }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff; }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .accordion-button::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        -webkit-transition: none;
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      -webkit-transition: none;
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  height: 20px; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }
  .alert-primary .alert-link {
    color: #06357a; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast:not(.showing):not(.show) {
    opacity: 0; }
  .toast.hide {
    display: none; }

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[data-popper-placement^="top"] {
  margin-bottom: 0.5rem !important; }
  .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-end, .bs-popover-auto[data-popper-placement^="right"] {
  margin-left: 0.5rem !important; }
  .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[data-popper-placement^="bottom"] {
  margin-top: 0.5rem !important; }
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0; }

.bs-popover-start, .bs-popover-auto[data-popper-placement^="left"] {
  margin-right: 0.5rem !important; }
  .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators li {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */; } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #0d6efd; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca; }

.link-secondary {
  color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64; }

.link-success {
  color: #198754; }
  .link-success:hover, .link-success:focus {
    color: #146c43; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --aspect-ratio: 100%; }

.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; }

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: 1px solid #dee2e6 !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #dee2e6 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0d6efd !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #198754 !important; }

.border-info {
  border-color: #0dcaf0 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #212529 !important; }

.border-white {
  border-color: #fff !important; }

.border-0 {
  border-width: 0 !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-primary {
  color: #0d6efd !important; }

.text-secondary {
  color: #6c757d !important; }

.text-success {
  color: #198754 !important; }

.text-info {
  color: #0dcaf0 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-danger {
  color: #dc3545 !important; }

.text-light {
  color: #f8f9fa !important; }

.text-dark {
  color: #212529 !important; }

.text-white {
  color: #fff !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  color: inherit !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.bg-primary {
  background-color: #0d6efd !important; }

.bg-secondary {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #198754 !important; }

.bg-info {
  background-color: #0dcaf0 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.bg-dark {
  background-color: #212529 !important; }

.bg-body {
  background-color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; }
  .fs-sm-1 {
    font-size: 2.5rem !important; }
  .fs-sm-2 {
    font-size: 2rem !important; }
  .fs-sm-3 {
    font-size: 1.75rem !important; }
  .fs-sm-4 {
    font-size: 1.5rem !important; }
  .fs-md-1 {
    font-size: 2.5rem !important; }
  .fs-md-2 {
    font-size: 2rem !important; }
  .fs-md-3 {
    font-size: 1.75rem !important; }
  .fs-md-4 {
    font-size: 1.5rem !important; }
  .fs-lg-1 {
    font-size: 2.5rem !important; }
  .fs-lg-2 {
    font-size: 2rem !important; }
  .fs-lg-3 {
    font-size: 1.75rem !important; }
  .fs-lg-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }
/*# sourceMappingURL=bootstrap.css.map */

@charset "UTF-8";

html {
    max-width: 100vw;
    overflow-x: hidden
}

body {
    font-size: 14px;
    overflow-x: hidden;
    font-family: "Montserrat",sans-serif;
    color: #242934;
    background-color: #f5f7fb
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 0
}

a {
    color: #24695c;
    text-decoration: none
}

    a:hover {
        text-decoration: none
    }

.btn-link {
    text-decoration: none
}

*a {
    color: #24695c;
    text-decoration: none
}

    *a:hover {
        text-decoration: none
    }

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

h6 {
    font-weight: 600
}

p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: inherit
}

span {
    font-weight: 500
}

.dropdown-item:active, .dropdown-item.active {
    background-color: #24695c
}

hr {
    background-color: #e6edef;
    opacity: 1
}

.theme-form .col-form-label {
    color: #59667a
}

.form-label {
    color: #000;
    font-weight: 500
}

code {
    color: #24695c !important;
    background-color: rgba(36,105,92,0.03);
    padding: 3px;
    margin: 0 3px;
    border-radius: 2px
}

blockquote {
    border-left: 4px solid #e6edef;
    padding: 15px
}

    blockquote.text-center {
        border: none;
        padding: 15px
    }

    blockquote.text-end {
        border-left: none;
        border-right: 4px solid #e6edef;
        padding: 15px
    }

:focus {
    outline: none
}

.disabled {
    cursor: not-allowed;
    opacity: .5
}

svg {
    vertical-align: baseline
}

input:focus {
    outline-color: transparent
}

.font-nunito {
    font-family: Nunito,sans-serif
}

.font-roboto {
    font-family: "Roboto",sans-serif
}

.font-rubik {
    font-family: "Rubik",sans-serif,sans-serif
}

.media-widgets .media-body {
    margin-bottom: 30px
}

.rating-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .rating-star li i {
        color: #f4c705
    }

@-webkit-keyframes rotateInSetting {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rotateInSetting {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none
    }
}

.setting-primary, .setting-secondary, .setting-white {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px
}

    .setting-primary svg, .setting-secondary svg, .setting-white svg {
        width: 15px;
        stroke-width: 2.5px;
        -webkit-animation: rotateInSetting 1.5s ease infinite;
        animation: rotateInSetting 1.5s ease infinite
    }

.setting-primary {
    background-color: rgba(36,105,92,0.1)
}

    .setting-primary svg {
        color: #24695c
    }

    .setting-primary i {
        color: #24695c
    }

    .setting-primary:hover {
        background-color: #24695c
    }

        .setting-primary:hover svg {
            color: #fff
        }

        .setting-primary:hover i {
            color: #fff
        }

.setting-secondary {
    background-color: rgba(186,137,93,0.1)
}

    .setting-secondary svg {
        color: #ba895d
    }

    .setting-secondary i {
        color: #ba895d
    }

    .setting-secondary:hover {
        background-color: #ba895d
    }

        .setting-secondary:hover svg {
            color: #fff
        }

        .setting-secondary:hover i {
            color: #fff
        }

.setting-white {
    background-color: rgba(255,255,255,0.1)
}

    .setting-white svg {
        color: #fff
    }

    .setting-white i {
        color: #fff
    }

    .setting-white:hover {
        background-color: #fff
    }

        .setting-white:hover svg {
            color: #24695c
        }

        .setting-white:hover i {
            color: #24695c
        }

.setting-bg-primary {
    background-color: rgba(36,105,92,0.1);
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px
}

    .setting-bg-primary svg {
        width: 15px;
        color: #24695c;
        stroke-width: 2.5px;
        -webkit-animation: rotateInSetting 1.5s ease infinite;
        animation: rotateInSetting 1.5s ease infinite
    }

.typography h1, .typography .h1, .typography h2, .typography .h2, .typography h3, .typography .h3, .typography h4, .typography .h4, .typography h5, .typography .h5, .typography h6, .typography .h6 {
    margin: 20px 0;
    margin-top: 0
}

    .typography h1:last-child, .typography .h1:last-child, .typography h2:last-child, .typography .h2:last-child, .typography h3:last-child, .typography .h3:last-child, .typography h4:last-child, .typography .h4:last-child, .typography h5:last-child, .typography .h5:last-child, .typography h6:last-child, .typography .h6:last-child {
        margin-bottom: 0
    }

.typography small {
    padding-left: 10px;
    color: #2c323f
}

pre {
    background-color: rgba(36,105,92,0.03);
    padding: 20px 0
}

a:hover {
    text-decoration: none;
    color: #24695c
}

.typography .blockquote-footer {
    background-color: #f5f7fb
}

.owl-theme .owl-dots .owl-dot span {
    background: #3eb59f
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #24695c
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: -10px;
    margin-top: 25px
}

.click2edit ~ .note-editor.note-frame {
    margin-bottom: 30px
}

.note-editor p {
    color: #999
}

.note-editor.note-frame {
    border-color: #e6edef
}

.note-editor i {
    color: #24695c
}

.note-editor span {
    color: #24695c
}

.note-editor.note-frame {
    border-color: #e6edef
}

.modal .modal-body .card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.modal-dialog .modal-content .modal-body p a {
    margin-right: 0
}

.clipboaard-container p {
    font-weight: 600
}

.clipboaard-container h6 {
    line-height: 1.8
}

.alert-theme button {
    top: 24px !important;
    right: 30px !important;
    color: #24695c
}

.alert-theme span + span + span {
    border-left: 5px solid #24695c;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 14px -3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 14px -3px rgba(0,0,0,0.2)
}

.alert-theme i {
    padding: 20px;
    padding-right: 0 !important;
    margin-right: 10px !important
}

.alert-theme .progress {
    margin-top: -2px !important;
    height: 2px
}

    .alert-theme .progress .progress-bar {
        background-color: #24695c
    }

.alert-copy {
    border: 1px solid #24695c;
    line-height: 1;
    display: inline-block;
    width: 300px;
    color: #fff;
    background-color: #24695c;
    -webkit-box-shadow: 3px 3px 5px 0 #9b9b9b;
    box-shadow: 3px 3px 5px 0 #9b9b9b
}

    .alert-copy .close {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        line-height: 1.4;
        font-weight: 100
    }

.ace-editor {
    height: 400px;
    width: 100%
}

.editor-toolbar {
    width: 100% !important
}

.CodeMirror {
    top: 0 !important
}

.border {
    border: 1px solid #e6edef !important
}

.irs-from, .irs-to, .irs-single {
    background: #24695c
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.row > div {
    position: relative
}

[class*="col-"] {
    position: relative
}

.cke_top {
    background-color: #f5f7fb
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #f5f7fb
}

.modal-header .btn-close, .modal-footer .btn-close, .modal-content .btn-close {
    position: absolute;
    top: 30px;
    right: 25px
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.my-gallery.gallery-with-description img {
    border-color: #e6edef !important
}

.p-0 {
    padding: 0
}

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-30 {
    padding: 30px
}

.p-35 {
    padding: 35px
}

.p-40 {
    padding: 40px
}

.p-45 {
    padding: 45px
}

.p-50 {
    padding: 50px
}

.p-l-0 {
    padding-left: 0
}

.p-l-5 {
    padding-left: 5px
}

.p-l-10 {
    padding-left: 10px
}

.p-l-15 {
    padding-left: 15px
}

.p-l-20 {
    padding-left: 20px
}

.p-l-25 {
    padding-left: 25px
}

.p-l-30 {
    padding-left: 30px
}

.p-l-35 {
    padding-left: 35px
}

.p-l-40 {
    padding-left: 40px
}

.p-l-45 {
    padding-left: 45px
}

.p-l-50 {
    padding-left: 50px
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-t-35 {
    padding-top: 35px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-r-0 {
    padding-right: 0
}

.p-r-5 {
    padding-right: 5px
}

.p-r-10 {
    padding-right: 10px
}

.p-r-15 {
    padding-right: 15px
}

.p-r-20 {
    padding-right: 20px
}

.p-r-25 {
    padding-right: 25px
}

.p-r-30 {
    padding-right: 30px
}

.p-r-35 {
    padding-right: 35px
}

.p-r-40 {
    padding-right: 40px
}

.p-r-45 {
    padding-right: 45px
}

.p-r-50 {
    padding-right: 50px
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-35 {
    margin: 35px !important
}

.m-40 {
    margin: 40px !important
}

.m-45 {
    margin: 45px !important
}

.m-50 {
    margin: 50px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-45 {
    margin-left: 45px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-r-0 {
    margin-right: 0
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-25 {
    margin-right: 25px
}

.m-r-30 {
    margin-right: 30px
}

.m-r-35 {
    margin-right: 35px
}

.m-r-40 {
    margin-right: 40px
}

.m-r-45 {
    margin-right: 45px
}

.m-r-50 {
    margin-right: 50px
}

.b-r-0 {
    border-radius: 0 !important
}

.b-r-1 {
    border-radius: 1px !important
}

.b-r-2 {
    border-radius: 2px !important
}

.b-r-3 {
    border-radius: 3px !important
}

.b-r-4 {
    border-radius: 4px !important
}

.b-r-5 {
    border-radius: 5px !important
}

.b-r-6 {
    border-radius: 6px !important
}

.b-r-7 {
    border-radius: 7px !important
}

.b-r-8 {
    border-radius: 8px !important
}

.b-r-9 {
    border-radius: 9px !important
}

.b-r-10 {
    border-radius: 10px !important
}

.f-12 {
    font-size: 12px
}

.f-14 {
    font-size: 14px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}

.f-22 {
    font-size: 22px
}

.f-24 {
    font-size: 24px
}

.f-26 {
    font-size: 26px
}

.f-28 {
    font-size: 28px
}

.f-30 {
    font-size: 30px
}

.f-32 {
    font-size: 32px
}

.f-34 {
    font-size: 34px
}

.f-36 {
    font-size: 36px
}

.f-38 {
    font-size: 38px
}

.f-40 {
    font-size: 40px
}

.f-42 {
    font-size: 42px
}

.f-44 {
    font-size: 44px
}

.f-46 {
    font-size: 46px
}

.f-48 {
    font-size: 48px
}

.f-50 {
    font-size: 50px
}

.f-52 {
    font-size: 52px
}

.f-54 {
    font-size: 54px
}

.f-56 {
    font-size: 56px
}

.f-58 {
    font-size: 58px
}

.f-60 {
    font-size: 60px
}

.f-62 {
    font-size: 62px
}

.f-64 {
    font-size: 64px
}

.f-66 {
    font-size: 66px
}

.f-68 {
    font-size: 68px
}

.f-70 {
    font-size: 70px
}

.f-72 {
    font-size: 72px
}

.f-74 {
    font-size: 74px
}

.f-76 {
    font-size: 76px
}

.f-78 {
    font-size: 78px
}

.f-80 {
    font-size: 80px
}

.f-82 {
    font-size: 82px
}

.f-84 {
    font-size: 84px
}

.f-86 {
    font-size: 86px
}

.f-88 {
    font-size: 88px
}

.f-90 {
    font-size: 90px
}

.f-92 {
    font-size: 92px
}

.f-94 {
    font-size: 94px
}

.f-96 {
    font-size: 96px
}

.f-98 {
    font-size: 98px
}

.f-100 {
    font-size: 100px
}

.f-w-100 {
    font-weight: 100
}

.f-w-200 {
    font-weight: 200
}

.f-w-300 {
    font-weight: 300
}

.f-w-400 {
    font-weight: 400
}

.f-w-500 {
    font-weight: 500
}

.f-w-600 {
    font-weight: 600
}

.f-w-700 {
    font-weight: 700
}

.f-w-800 {
    font-weight: 800
}

.f-w-900 {
    font-weight: 900
}

.f-s-normal {
    font-style: normal
}

.f-s-italic {
    font-style: italic
}

.f-s-oblique {
    font-style: oblique
}

.f-s-initial {
    font-style: initial
}

.f-s-inherit {
    font-style: inherit
}

.text-overline {
    text-decoration: overline
}

.text-line-through {
    text-decoration: line-through
}

.text-underline {
    text-decoration: underline
}

.text-dashed {
    -webkit-text-decoration: dashed;
    text-decoration: dashed
}

.text-blink {
    text-decoration: blink
}

.text-dotted {
    -webkit-text-decoration: dotted;
    text-decoration: dotted
}

.text-initial {
    text-decoration: initial
}

.text-none {
    text-decoration: none
}

.text-solid {
    -webkit-text-decoration: solid;
    text-decoration: solid
}

.text-wavy {
    -webkit-text-decoration: wavy;
    text-decoration: wavy
}

.text-inherit {
    text-decoration: inherit
}

.text-double {
    -webkit-text-decoration: double;
    text-decoration: double
}

.baseline {
    vertical-align: baseline
}

.sub {
    vertical-align: sub
}

.super {
    vertical-align: super
}

.top {
    vertical-align: top
}

.text-top {
    vertical-align: text-top
}

.middle {
    vertical-align: middle
}

.bottom {
    vertical-align: bottom
}

.text-bottom {
    vertical-align: text-bottom
}

.initial {
    vertical-align: initial
}

.inherit {
    vertical-align: inherit
}

.p-static {
    position: static
}

.p-absolute {
    position: absolute
}

.p-fixed {
    position: fixed
}

.p-relative {
    position: relative
}

.p-initial {
    position: initial
}

.p-inherit {
    position: inherit
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.f-none {
    float: none
}

.o-hidden {
    overflow: hidden
}

.o-visible {
    overflow: visible
}

.o-auto {
    overflow: auto
}

.img-10 {
    width: 10px !important
}

.img-20 {
    width: 20px !important
}

.img-30 {
    width: 30px !important
}

.img-40 {
    width: 40px !important
}

.img-50 {
    width: 50px !important
}

.img-60 {
    width: 60px !important
}

.img-70 {
    width: 70px !important
}

.img-80 {
    width: 80px !important
}

.img-90 {
    width: 90px !important
}

.img-100 {
    width: 100px !important
}

.font-primary {
    color: #24695c !important
}

.font-secondary {
    color: #ba895d !important
}

.font-success {
    color: #1b4c43 !important
}

.font-danger {
    color: #d22d3d !important
}

.font-info {
    color: #717171 !important
}

.font-light {
    color: #e6edef !important
}

.font-dark {
    color: #2c323f !important
}

.font-warning {
    color: #e2c636 !important
}

.fontbold-100 {
    font-weight: 100
}

.fontbold-200 {
    font-weight: 200
}

.fontbold-300 {
    font-weight: 300
}

.fontbold-400 {
    font-weight: 400
}

.fontbold-500 {
    font-weight: 500
}

.fontbold-600 {
    font-weight: 600
}

.fontbold-700 {
    font-weight: 700
}

.fontbold-800 {
    font-weight: 800
}

.fontbold-900 {
    font-weight: 900
}

.label {
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize
}

.label-theme {
    background-color: #24695c
}

.label-primary {
    background-color: #24695c
}

.label-secondary {
    background-color: #ba895d
}

.label-success {
    background-color: #1b4c43
}

.label-danger {
    background-color: #d22d3d
}

.label-info {
    background-color: #717171
}

.label-light {
    background-color: #e6edef
}

.label-dark {
    background-color: #2c323f
}

.label-warning {
    background-color: #e2c636
}

.badge-primary {
    background-color: #24695c
}

.badge-secondary {
    background-color: #ba895d
}

.badge-success {
    background-color: #1b4c43
}

.badge-danger {
    background-color: #d22d3d
}

.badge-info {
    background-color: #717171
}

.badge-light {
    background-color: #e6edef
}

.badge-dark {
    background-color: #2c323f
}

.badge-warning {
    background-color: #e2c636
}

.bg-primary {
    background-color: #24695c !important;
    color: #fff
}

.bg-secondary {
    background-color: #ba895d !important;
    color: #fff
}

.bg-success {
    background-color: #1b4c43 !important;
    color: #fff
}

.bg-danger {
    background-color: #d22d3d !important;
    color: #fff
}

.bg-info {
    background-color: #717171 !important;
    color: #fff
}

.bg-light {
    background-color: #e6edef !important;
    color: #fff
}

.bg-dark {
    background-color: #2c323f !important;
    color: #fff
}

.bg-warning {
    background-color: #e2c636 !important;
    color: #fff
}

.txt-primary {
    color: #24695c !important
}

.txt-secondary {
    color: #ba895d !important
}

.txt-success {
    color: #1b4c43 !important
}

.txt-danger {
    color: #d22d3d !important
}

.txt-info {
    color: #717171 !important
}

.txt-light {
    color: #e6edef !important
}

.txt-dark {
    color: #2c323f !important
}

.txt-warning {
    color: #e2c636 !important
}

.txt-google-plus {
    color: #c64e40 !important
}

.txt-twitter {
    color: #6fa2d8 !important
}

.txt-linkedin {
    color: #0077B5 !important
}

.txt-fb {
    color: #50598e !important
}

.txt-white {
    color: #fff !important
}

.btn-primary {
    background-color: #24695c !important;
    border-color: #24695c !important
}

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #24695c !important;
        border-color: #24695c !important
    }

    .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem #5ec8b4;
        box-shadow: 0 0 0 .2rem #5ec8b4
    }

.btn-secondary {
    background-color: #ba895d !important;
    border-color: #ba895d !important
}

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #ba895d !important;
        border-color: #ba895d !important
    }

    .btn-secondary:focus {
        -webkit-box-shadow: 0 0 0 .2rem #e8d7c8;
        box-shadow: 0 0 0 .2rem #e8d7c8
    }

.btn-success {
    background-color: #1b4c43 !important;
    border-color: #1b4c43 !important
}

    .btn-success.disabled, .btn-success:disabled {
        background-color: #1b4c43 !important;
        border-color: #1b4c43 !important
    }

    .btn-success:focus {
        -webkit-box-shadow: 0 0 0 .2rem #44bca6;
        box-shadow: 0 0 0 .2rem #44bca6
    }

.btn-danger {
    background-color: #d22d3d !important;
    border-color: #d22d3d !important
}

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #d22d3d !important;
        border-color: #d22d3d !important
    }

    .btn-danger:focus {
        -webkit-box-shadow: 0 0 0 .2rem #edabb1;
        box-shadow: 0 0 0 .2rem #edabb1
    }

.btn-info {
    background-color: #717171 !important;
    border-color: #717171 !important
}

    .btn-info.disabled, .btn-info:disabled {
        background-color: #717171 !important;
        border-color: #717171 !important
    }

    .btn-info:focus {
        -webkit-box-shadow: 0 0 0 .2rem #bebebe;
        box-shadow: 0 0 0 .2rem #bebebe
    }

.btn-light {
    background-color: #e6edef !important;
    border-color: #e6edef !important
}

    .btn-light.disabled, .btn-light:disabled {
        background-color: #e6edef !important;
        border-color: #e6edef !important
    }

    .btn-light:focus {
        -webkit-box-shadow: 0 0 0 .2rem #fff;
        box-shadow: 0 0 0 .2rem #fff
    }

.btn-dark {
    background-color: #2c323f !important;
    border-color: #2c323f !important
}

    .btn-dark.disabled, .btn-dark:disabled {
        background-color: #2c323f !important;
        border-color: #2c323f !important
    }

    .btn-dark:focus {
        -webkit-box-shadow: 0 0 0 .2rem #6c7a98;
        box-shadow: 0 0 0 .2rem #6c7a98
    }

.btn-warning {
    background-color: #e2c636 !important;
    border-color: #e2c636 !important
}

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #e2c636 !important;
        border-color: #e2c636 !important
    }

    .btn-warning:focus {
        -webkit-box-shadow: 0 0 0 .2rem #f5ecbc;
        box-shadow: 0 0 0 .2rem #f5ecbc
    }

.btn-primary-light {
    background-color: rgba(36,105,92,0.1) !important;
    border: none !important;
    color: #24695c;
    -webkit-transition: .5s;
    transition: .5s
}

    .btn-primary-light:focus, .btn-primary-light:hover {
        background-color: rgba(36,105,92,0.5) !important;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s
    }

.btn-outline-primary-2x {
    border-width: 2px;
    border-color: #24695c;
    color: #24695c;
    background-color: transparent
}

    .btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
        color: #fff;
        background-color: #17433b !important;
        border-color: #17433b !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-outline-secondary-2x {
    border-width: 2px;
    border-color: #ba895d;
    color: #ba895d;
    background-color: transparent
}

    .btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
        color: #fff;
        background-color: #a07044 !important;
        border-color: #a07044 !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-outline-success-2x {
    border-width: 2px;
    border-color: #1b4c43;
    color: #1b4c43;
    background-color: transparent
}

    .btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
        color: #fff;
        background-color: #0e2622 !important;
        border-color: #0e2622 !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-outline-danger-2x {
    border-width: 2px;
    border-color: #d22d3d;
    color: #d22d3d;
    background-color: transparent
}

    .btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
        color: #fff;
        background-color: #a82431 !important;
        border-color: #a82431 !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-outline-info-2x {
    border-width: 2px;
    border-color: #717171;
    color: #717171;
    background-color: transparent
}

    .btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
        color: #fff;
        background-color: #585858 !important;
        border-color: #585858 !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-outline-light-2x {
    border-width: 2px;
    border-color: #e6edef;
    color: #e6edef;
    background-color: transparent
}

    .btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
        color: #fff;
        background-color: #c7d7db !important;
        border-color: #c7d7db !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-outline-dark-2x {
    border-width: 2px;
    border-color: #2c323f;
    color: #2c323f;
    background-color: transparent
}

    .btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
        color: #fff;
        background-color: #171a21 !important;
        border-color: #171a21 !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-outline-warning-2x {
    border-width: 2px;
    border-color: #e2c636;
    color: #e2c636;
    background-color: transparent
}

    .btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
        color: #fff;
        background-color: #c8ac1d !important;
        border-color: #c8ac1d !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-outline-primary {
    border-color: #24695c;
    color: #24695c;
    background-color: transparent
}

    .btn-outline-primary.disabled {
        color: #24695c
    }

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
        color: #fff;
        background-color: #17433b !important;
        border-color: #17433b !important
    }

.btn-outline-secondary {
    border-color: #ba895d;
    color: #ba895d;
    background-color: transparent
}

    .btn-outline-secondary.disabled {
        color: #ba895d
    }

    .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
        color: #fff;
        background-color: #a07044 !important;
        border-color: #a07044 !important
    }

.btn-outline-success {
    border-color: #1b4c43;
    color: #1b4c43;
    background-color: transparent
}

    .btn-outline-success.disabled {
        color: #1b4c43
    }

    .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
        color: #fff;
        background-color: #0e2622 !important;
        border-color: #0e2622 !important
    }

.btn-outline-danger {
    border-color: #d22d3d;
    color: #d22d3d;
    background-color: transparent
}

    .btn-outline-danger.disabled {
        color: #d22d3d
    }

    .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
        color: #fff;
        background-color: #a82431 !important;
        border-color: #a82431 !important
    }

.btn-outline-info {
    border-color: #717171;
    color: #717171;
    background-color: transparent
}

    .btn-outline-info.disabled {
        color: #717171
    }

    .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
        color: #fff;
        background-color: #585858 !important;
        border-color: #585858 !important
    }

.btn-outline-light {
    border-color: #e6edef;
    color: #e6edef;
    background-color: transparent;
    color: #242934
}

    .btn-outline-light.disabled {
        color: #e6edef
    }

    .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
        color: #fff;
        background-color: #c7d7db !important;
        border-color: #c7d7db !important
    }

.btn-outline-dark {
    border-color: #2c323f;
    color: #2c323f;
    background-color: transparent
}

    .btn-outline-dark.disabled {
        color: #2c323f
    }

    .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
        color: #fff;
        background-color: #171a21 !important;
        border-color: #171a21 !important
    }

.btn-outline-warning {
    border-color: #e2c636;
    color: #e2c636;
    background-color: transparent
}

    .btn-outline-warning.disabled {
        color: #e2c636
    }

    .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
        color: #fff;
        background-color: #c8ac1d !important;
        border-color: #c8ac1d !important
    }

.btn-primary:not([disabled]):not(.disabled).active {
    background-color: #17433b;
    border-color: #17433b;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active {
        color: #fff;
        background-color: #17433b;
        border-color: #17433b
    }

.btn-secondary:not([disabled]):not(.disabled).active {
    background-color: #a07044;
    border-color: #a07044;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active {
        color: #fff;
        background-color: #a07044;
        border-color: #a07044
    }

.btn-success:not([disabled]):not(.disabled).active {
    background-color: #0e2622;
    border-color: #0e2622;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active {
        color: #fff;
        background-color: #0e2622;
        border-color: #0e2622
    }

.btn-danger:not([disabled]):not(.disabled).active {
    background-color: #a82431;
    border-color: #a82431;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active {
        color: #fff;
        background-color: #a82431;
        border-color: #a82431
    }

.btn-info:not([disabled]):not(.disabled).active {
    background-color: #585858;
    border-color: #585858;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active {
        color: #fff;
        background-color: #585858;
        border-color: #585858
    }

.btn-light:not([disabled]):not(.disabled).active {
    background-color: #c7d7db;
    border-color: #c7d7db;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active {
        color: #fff;
        background-color: #c7d7db;
        border-color: #c7d7db
    }

.btn-dark:not([disabled]):not(.disabled).active {
    background-color: #171a21;
    border-color: #171a21;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active {
        color: #fff;
        background-color: #171a21;
        border-color: #171a21
    }

.btn-warning:not([disabled]):not(.disabled).active {
    background-color: #c8ac1d;
    border-color: #c8ac1d;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active {
        color: #fff;
        background-color: #c8ac1d;
        border-color: #c8ac1d
    }

.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
    background-color: #24695c;
    border-color: #24695c;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

    .btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active {
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #17433b !important;
        border-color: #17433b !important
    }

.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
    background-color: #ba895d;
    border-color: #ba895d;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

    .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active {
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #a07044 !important;
        border-color: #a07044 !important
    }

.btn-outline-success-2x:not([disabled]):not(.disabled).active {
    background-color: #1b4c43;
    border-color: #1b4c43;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

    .btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active {
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #0e2622 !important;
        border-color: #0e2622 !important
    }

.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
    background-color: #d22d3d;
    border-color: #d22d3d;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

    .btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active {
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #a82431 !important;
        border-color: #a82431 !important
    }

.btn-outline-info-2x:not([disabled]):not(.disabled).active {
    background-color: #717171;
    border-color: #717171;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

    .btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active {
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #585858 !important;
        border-color: #585858 !important
    }

.btn-outline-light-2x:not([disabled]):not(.disabled).active {
    background-color: #e6edef;
    border-color: #e6edef;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

    .btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active {
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #c7d7db !important;
        border-color: #c7d7db !important
    }

.btn-outline-dark-2x:not([disabled]):not(.disabled).active {
    background-color: #2c323f;
    border-color: #2c323f;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

    .btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active {
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #171a21 !important;
        border-color: #171a21 !important
    }

.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
    background-color: #e2c636;
    border-color: #e2c636;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

    .btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
        color: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #c8ac1d !important;
        border-color: #c8ac1d !important
    }

table thead .border-bottom-primary th, table tbody .border-bottom-primary th, table tbody .border-bottom-primary td {
    border-bottom: 1px solid #24695c
}

table thead .border-bottom-secondary th, table tbody .border-bottom-secondary th, table tbody .border-bottom-secondary td {
    border-bottom: 1px solid #ba895d
}

table thead .border-bottom-success th, table tbody .border-bottom-success th, table tbody .border-bottom-success td {
    border-bottom: 1px solid #1b4c43
}

table thead .border-bottom-danger th, table tbody .border-bottom-danger th, table tbody .border-bottom-danger td {
    border-bottom: 1px solid #d22d3d
}

table thead .border-bottom-info th, table tbody .border-bottom-info th, table tbody .border-bottom-info td {
    border-bottom: 1px solid #717171
}

table thead .border-bottom-light th, table tbody .border-bottom-light th, table tbody .border-bottom-light td {
    border-bottom: 1px solid #e6edef
}

table thead .border-bottom-dark th, table tbody .border-bottom-dark th, table tbody .border-bottom-dark td {
    border-bottom: 1px solid #2c323f
}

table thead .border-bottom-warning th, table tbody .border-bottom-warning th, table tbody .border-bottom-warning td {
    border-bottom: 1px solid #e2c636
}

.table-styling .table-primary, .table-styling.table-primary {
    background-color: #24695c;
    color: #fff !important;
    border: 3px solid #24695c
}

    .table-styling .table-primary thead, .table-styling.table-primary thead {
        background-color: #17433b;
        border: 3px solid #17433b
    }

    .table-styling .table-primary tr th, .table-styling .table-primary tr td, .table-styling.table-primary tr th, .table-styling.table-primary tr td {
        color: #fff
    }

    .table-styling .table-primary th, .table-styling .table-primary td, .table-styling.table-primary th, .table-styling.table-primary td {
        background-color: transparent
    }

.table-styling .table-secondary, .table-styling.table-secondary {
    background-color: #ba895d;
    color: #fff !important;
    border: 3px solid #ba895d
}

    .table-styling .table-secondary thead, .table-styling.table-secondary thead {
        background-color: #a07044;
        border: 3px solid #a07044
    }

    .table-styling .table-secondary tr th, .table-styling .table-secondary tr td, .table-styling.table-secondary tr th, .table-styling.table-secondary tr td {
        color: #fff
    }

    .table-styling .table-secondary th, .table-styling .table-secondary td, .table-styling.table-secondary th, .table-styling.table-secondary td {
        background-color: transparent
    }

.table-styling .table-success, .table-styling.table-success {
    background-color: #1b4c43;
    color: #fff !important;
    border: 3px solid #1b4c43
}

    .table-styling .table-success thead, .table-styling.table-success thead {
        background-color: #0e2622;
        border: 3px solid #0e2622
    }

    .table-styling .table-success tr th, .table-styling .table-success tr td, .table-styling.table-success tr th, .table-styling.table-success tr td {
        color: #fff
    }

    .table-styling .table-success th, .table-styling .table-success td, .table-styling.table-success th, .table-styling.table-success td {
        background-color: transparent
    }

.table-styling .table-danger, .table-styling.table-danger {
    background-color: #d22d3d;
    color: #fff !important;
    border: 3px solid #d22d3d
}

    .table-styling .table-danger thead, .table-styling.table-danger thead {
        background-color: #a82431;
        border: 3px solid #a82431
    }

    .table-styling .table-danger tr th, .table-styling .table-danger tr td, .table-styling.table-danger tr th, .table-styling.table-danger tr td {
        color: #fff
    }

    .table-styling .table-danger th, .table-styling .table-danger td, .table-styling.table-danger th, .table-styling.table-danger td {
        background-color: transparent
    }

.table-styling .table-info, .table-styling.table-info {
    background-color: #717171;
    color: #fff !important;
    border: 3px solid #717171
}

    .table-styling .table-info thead, .table-styling.table-info thead {
        background-color: #585858;
        border: 3px solid #585858
    }

    .table-styling .table-info tr th, .table-styling .table-info tr td, .table-styling.table-info tr th, .table-styling.table-info tr td {
        color: #fff
    }

    .table-styling .table-info th, .table-styling .table-info td, .table-styling.table-info th, .table-styling.table-info td {
        background-color: transparent
    }

.table-styling .table-light, .table-styling.table-light {
    background-color: #e6edef;
    color: #fff !important;
    border: 3px solid #e6edef
}

    .table-styling .table-light thead, .table-styling.table-light thead {
        background-color: #c7d7db;
        border: 3px solid #c7d7db
    }

    .table-styling .table-light tr th, .table-styling .table-light tr td, .table-styling.table-light tr th, .table-styling.table-light tr td {
        color: #fff
    }

    .table-styling .table-light th, .table-styling .table-light td, .table-styling.table-light th, .table-styling.table-light td {
        background-color: transparent
    }

.table-styling .table-dark, .table-styling.table-dark {
    background-color: #2c323f;
    color: #fff !important;
    border: 3px solid #2c323f
}

    .table-styling .table-dark thead, .table-styling.table-dark thead {
        background-color: #171a21;
        border: 3px solid #171a21
    }

    .table-styling .table-dark tr th, .table-styling .table-dark tr td, .table-styling.table-dark tr th, .table-styling.table-dark tr td {
        color: #fff
    }

    .table-styling .table-dark th, .table-styling .table-dark td, .table-styling.table-dark th, .table-styling.table-dark td {
        background-color: transparent
    }

.table-styling .table-warning, .table-styling.table-warning {
    background-color: #e2c636;
    color: #fff !important;
    border: 3px solid #e2c636
}

    .table-styling .table-warning thead, .table-styling.table-warning thead {
        background-color: #c8ac1d;
        border: 3px solid #c8ac1d
    }

    .table-styling .table-warning tr th, .table-styling .table-warning tr td, .table-styling.table-warning tr th, .table-styling.table-warning tr td {
        color: #fff
    }

    .table-styling .table-warning th, .table-styling .table-warning td, .table-styling.table-warning th, .table-styling.table-warning td {
        background-color: transparent
    }

.b-primary {
    border: 1px solid #24695c !important
}

.b-t-primary {
    border-top: 1px solid #24695c !important
}

.b-b-primary {
    border-bottom: 1px solid #24695c !important
}

.b-l-primary {
    border-left: 1px solid #24695c !important
}

.b-r-primary {
    border-right: 1px solid #24695c !important
}

.b-secondary {
    border: 1px solid #ba895d !important
}

.b-t-secondary {
    border-top: 1px solid #ba895d !important
}

.b-b-secondary {
    border-bottom: 1px solid #ba895d !important
}

.b-l-secondary {
    border-left: 1px solid #ba895d !important
}

.b-r-secondary {
    border-right: 1px solid #ba895d !important
}

.b-success {
    border: 1px solid #1b4c43 !important
}

.b-t-success {
    border-top: 1px solid #1b4c43 !important
}

.b-b-success {
    border-bottom: 1px solid #1b4c43 !important
}

.b-l-success {
    border-left: 1px solid #1b4c43 !important
}

.b-r-success {
    border-right: 1px solid #1b4c43 !important
}

.b-danger {
    border: 1px solid #d22d3d !important
}

.b-t-danger {
    border-top: 1px solid #d22d3d !important
}

.b-b-danger {
    border-bottom: 1px solid #d22d3d !important
}

.b-l-danger {
    border-left: 1px solid #d22d3d !important
}

.b-r-danger {
    border-right: 1px solid #d22d3d !important
}

.b-info {
    border: 1px solid #717171 !important
}

.b-t-info {
    border-top: 1px solid #717171 !important
}

.b-b-info {
    border-bottom: 1px solid #717171 !important
}

.b-l-info {
    border-left: 1px solid #717171 !important
}

.b-r-info {
    border-right: 1px solid #717171 !important
}

.b-light {
    border: 1px solid #e6edef !important
}

.b-t-light {
    border-top: 1px solid #e6edef !important
}

.b-b-light {
    border-bottom: 1px solid #e6edef !important
}

.b-l-light {
    border-left: 1px solid #e6edef !important
}

.b-r-light {
    border-right: 1px solid #e6edef !important
}

.b-dark {
    border: 1px solid #2c323f !important
}

.b-t-dark {
    border-top: 1px solid #2c323f !important
}

.b-b-dark {
    border-bottom: 1px solid #2c323f !important
}

.b-l-dark {
    border-left: 1px solid #2c323f !important
}

.b-r-dark {
    border-right: 1px solid #2c323f !important
}

.b-warning {
    border: 1px solid #e2c636 !important
}

.b-t-warning {
    border-top: 1px solid #e2c636 !important
}

.b-b-warning {
    border-bottom: 1px solid #e2c636 !important
}

.b-l-warning {
    border-left: 1px solid #e2c636 !important
}

.b-r-warning {
    border-right: 1px solid #e2c636 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-6 {
    border-width: 6px !important
}

.border-7 {
    border-width: 7px !important
}

.border-8 {
    border-width: 8px !important
}

.border-9 {
    border-width: 9px !important
}

.border-10 {
    border-width: 10px !important
}

.opacity-0 {
    opacity: 0
}

.shadow-0 {
    -webkit-box-shadow: none;
    box-shadow: none
}

.map-block {
    height: 350px;
    width: 100%
}

.map-js-height {
    height: 500px
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e6edef
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(68,102,242,0.15)
}

.comment {
    color: #9f9ba5;
    font-style: italic
}

.line {
    color: #2c323f
}

    .line pre {
        font-size: 100%
    }

.list-circle {
    list-style: circle
}

.theme-close {
    opacity: 1;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: #fff !important;
    border-radius: 5px
}

.options > div {
    color: #ccc;
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid;
    margin: 0 8px 8px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .options > div:hover {
        background-color: #24695c;
        color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

.modal-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.img-cropper #putData {
    margin-bottom: 0
}

.img-cropper .img-container {
    min-height: auto;
    margin-bottom: 0
}

.img-cropper .docs-data > .input-group:last-child {
    margin-bottom: 0
}

.img-cropper .docs-preview {
    margin-top: 20px;
    margin-bottom: 10px
}

.dropzone .dz-preview .dz-error-message {
    background: #fff !important;
    color: #24695c !important;
    border: 1px solid #24695c
}

    .dropzone .dz-preview .dz-error-message:after {
        border-bottom: 6px solid #24695c !important
    }

.typeahead .theme-form .form-group {
    margin-bottom: 0
}

.editor-statusbar {
    border-bottom: 1px solid #e6edef
}

.page-builder .ge-canvas.ge-editing .row {
    padding: 30px;
    margin-bottom: 0
}

.page-builder .ge-canvas.ge-layout-desktop [class*="col-"] {
    width: inherit !important
}

.page-builder .btn-screen {
    padding: 0 18px 0 0
}

.datepicker {
    z-index: 99
}

.loader-wrapper {
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

    .loader-wrapper .theme-loader {
        height: 100px;
        width: 100px;
        position: relative
    }

        .loader-wrapper .theme-loader .loader-p {
            border: 0 solid transparent;
            border-radius: 50%;
            width: 150px;
            height: 150px;
            position: absolute;
            top: calc(50vh - 75px);
            left: calc(50vw - 75px)
        }

            .loader-wrapper .theme-loader .loader-p:before {
                content: '';
                border: 1em solid #24695c;
                border-radius: 50%;
                width: inherit;
                height: inherit;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-animation: loader 2s linear infinite;
                animation: loader 2s linear infinite;
                opacity: 0;
                -webkit-animation-delay: .5s;
                animation-delay: .5s
            }

            .loader-wrapper .theme-loader .loader-p:after {
                content: '';
                border: 1em solid #24695c;
                border-radius: 50%;
                width: inherit;
                height: inherit;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-animation: loader 2s linear infinite;
                animation: loader 2s linear infinite;
                opacity: 0
            }

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.loader-box {
    height: 150px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s color,.3s border,.3s transform,.3s opacity;
    transition: .3s color,.3s border,.3s transform,.3s opacity
}

    .loader-box [class*="loader-"] {
        display: inline-block;
        width: 50px;
        height: 50px;
        color: inherit;
        vertical-align: middle
    }

    .loader-box .loader-1 {
        border: .2em dotted #24695c;
        border-radius: 50%;
        -webkit-animation: 1s loader-01 linear infinite;
        animation: 1s loader-01 linear infinite
    }

@-webkit-keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-2 {
    border: .2em solid transparent;
    border-left-color: #ba895d;
    border-right-color: #ba895d;
    border-radius: 50%;
    -webkit-animation: 1s loader-02 linear infinite;
    animation: 1s loader-02 linear infinite
}

@-webkit-keyframes loader-02 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-02 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-3 {
    border: .2em solid #1b4c43;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: 1s loader-03 linear infinite;
    animation: 1s loader-03 linear infinite;
    position: relative
}

@-webkit-keyframes loader-03 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-03 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-4 {
    border: 1px solid #717171;
    border-radius: 50%;
    -webkit-animation: 1s loader-04 linear infinite;
    animation: 1s loader-04 linear infinite;
    position: relative
}

    .loader-box .loader-4:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -.2em;
        left: 50%;
        border: .2em solid #717171;
        border-radius: 50%
    }

@-webkit-keyframes loader-04 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-04 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-5 {
    border: .2em solid transparent;
    border-top-color: #e2c636;
    border-radius: 50%;
    -webkit-animation: 1s loader-05 linear infinite;
    animation: 1s loader-05 linear infinite;
    position: relative
}

    .loader-box .loader-5:before {
        content: '';
        display: block;
        width: inherit;
        height: inherit;
        position: absolute;
        top: -.2em;
        left: -.2em;
        border: .2em solid #e2c636;
        border-radius: 50%;
        opacity: .5
    }

@-webkit-keyframes loader-05 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-05 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-6 {
    border: .2em solid #d22d3d;
    border-radius: 50%;
    -webkit-animation: loader-06 1s ease-out infinite;
    animation: loader-06 1s ease-out infinite
}

@-webkit-keyframes loader-06 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes loader-06 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.loader-box .loader-7 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative
}

    .loader-box .loader-7:before, .loader-box .loader-7:after {
        content: '';
        border: .2em solid #24695c;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader-07 1s linear infinite;
        animation: loader-07 1s linear infinite;
        opacity: 0
    }

    .loader-box .loader-7:before {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .loader-box .loader-7:after {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

@-webkit-keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.loader-box .loader-8 {
    position: relative
}

    .loader-box .loader-8:before, .loader-box .loader-8:after {
        content: '';
        width: inherit;
        height: inherit;
        border-radius: 50%;
        background-color: #ba895d;
        opacity: .6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader-08 2s infinite ease-in-out;
        animation: loader-08 2s infinite ease-in-out
    }

    .loader-box .loader-8:after {
        -webkit-animation-delay: -1s;
        animation-delay: -1s
    }

@-webkit-keyframes loader-08 {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes loader-08 {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.loader-box .loader-9 {
    background-color: #1b4c43;
    border-radius: 50%;
    -webkit-animation: loader-09 1s infinite ease-in-out;
    animation: loader-09 1s infinite ease-in-out
}

@-webkit-keyframes loader-09 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes loader-09 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.loader-box .loader-10 {
    position: relative;
    -webkit-animation: loader-10-1 2s infinite linear;
    animation: loader-10-1 2s infinite linear
}

    .loader-box .loader-10:before, .loader-box .loader-10:after {
        content: '';
        width: 0;
        height: 0;
        border: .5em solid #717171;
        display: block;
        position: absolute;
        border-radius: 100%;
        -webkit-animation: loader-10-2 2s infinite ease-in-out;
        animation: loader-10-2 2s infinite ease-in-out
    }

    .loader-box .loader-10:before {
        top: 0;
        left: 50%
    }

    .loader-box .loader-10:after {
        bottom: 0;
        right: 50%;
        -webkit-animation-delay: -1s;
        animation-delay: -1s
    }

@-webkit-keyframes loader-10-1 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-10-1 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader-10-2 {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes loader-10-2 {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.loader-box .loader-11 {
    background-color: #e2c636;
    -webkit-animation: loader-11 1.2s infinite ease-in-out;
    animation: loader-11 1.2s infinite ease-in-out
}

@-webkit-keyframes loader-11 {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes loader-11 {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.loader-box .loader-12 {
    position: relative
}

    .loader-box .loader-12:before, .loader-box .loader-12:after {
        content: '';
        display: block;
        position: absolute;
        background-color: #d22d3d;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 50%;
        -webkit-box-shadow: -.5em 0 0 #d22d3d;
        box-shadow: -.5em 0 0 #d22d3d;
        -webkit-animation: loader-12 1s linear infinite;
        animation: loader-12 1s linear infinite
    }

    .loader-box .loader-12:after {
        top: 50%;
        bottom: 0;
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }

@-webkit-keyframes loader-12 {
    0%,100% {
        -webkit-box-shadow: -.5em 0 0 transparent;
        box-shadow: -.5em 0 0 transparent;
        background-color: #d22d3d
    }

    50% {
        -webkit-box-shadow: -.5em 0 0 #d22d3d;
        box-shadow: -.5em 0 0 #d22d3d;
        background-color: transparent
    }
}

@keyframes loader-12 {
    0%,100% {
        -webkit-box-shadow: -.5em 0 0 transparent;
        box-shadow: -.5em 0 0 transparent;
        background-color: #d22d3d
    }

    50% {
        -webkit-box-shadow: -.5em 0 0 #d22d3d;
        box-shadow: -.5em 0 0 #d22d3d;
        background-color: transparent
    }
}

.loader-box .loader-13:before, .loader-box .loader-13:after, .loader-box .loader-13 {
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: loader-13 1.8s infinite ease-in-out;
    animation: loader-13 1.8s infinite ease-in-out
}

.loader-box .loader-13 {
    color: #24695c;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    top: -1em
}

    .loader-box .loader-13:before {
        right: 100%;
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .loader-box .loader-13:after {
        left: 100%
    }

    .loader-box .loader-13:before, .loader-box .loader-13:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: inherit;
        height: inherit
    }

@-webkit-keyframes loader-13 {
    0%,80%,100% {
        -webkit-box-shadow: 0 1em 0 -1em;
        box-shadow: 0 1em 0 -1em
    }

    40% {
        -webkit-box-shadow: 0 1em 0 -.2em;
        box-shadow: 0 1em 0 -.2em
    }
}

@keyframes loader-13 {
    0%,80%,100% {
        -webkit-box-shadow: 0 1em 0 -1em;
        box-shadow: 0 1em 0 -1em
    }

    40% {
        -webkit-box-shadow: 0 1em 0 -.2em;
        box-shadow: 0 1em 0 -.2em
    }
}

.loader-box .loader-14 {
    border-radius: 50%;
    -webkit-box-shadow: 0 1em 0 -.2em #ba895d;
    box-shadow: 0 1em 0 -.2em #ba895d;
    position: relative;
    -webkit-animation: loader-14 .8s ease-in-out alternate infinite;
    animation: loader-14 .8s ease-in-out alternate infinite;
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
    top: -1em
}

    .loader-box .loader-14:after, .loader-box .loader-14:before {
        content: '';
        position: absolute;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        -webkit-animation: inherit;
        animation: inherit
    }

    .loader-box .loader-14:before {
        left: -1em;
        -webkit-animation-delay: .48s;
        animation-delay: .48s
    }

    .loader-box .loader-14:after {
        right: -1em;
        -webkit-animation-delay: .16s;
        animation-delay: .16s
    }

@-webkit-keyframes loader-14 {
    0% {
        -webkit-box-shadow: 0 2em 0 -.2em #ba895d;
        box-shadow: 0 2em 0 -.2em #ba895d
    }

    100% {
        -webkit-box-shadow: 0 1em 0 -.2em #ba895d;
        box-shadow: 0 1em 0 -.2em #ba895d
    }
}

@keyframes loader-14 {
    0% {
        -webkit-box-shadow: 0 2em 0 -.2em #ba895d;
        box-shadow: 0 2em 0 -.2em #ba895d
    }

    100% {
        -webkit-box-shadow: 0 1em 0 -.2em #ba895d;
        box-shadow: 0 1em 0 -.2em #ba895d
    }
}

.loader-box .loader-15 {
    background: #1b4c43;
    position: relative;
    -webkit-animation: loader-15 1s ease-in-out infinite;
    animation: loader-15 1s ease-in-out infinite;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    width: .25em;
    height: .5em;
    margin: 0 .5em
}

    .loader-box .loader-15:after, .loader-box .loader-15:before {
        content: '';
        position: absolute;
        width: inherit;
        height: inherit;
        background: inherit;
        -webkit-animation: inherit;
        animation: inherit
    }

    .loader-box .loader-15:before {
        right: .5em;
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .loader-box .loader-15:after {
        left: .5em;
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

@-webkit-keyframes loader-15 {
    0%,100% {
        -webkit-box-shadow: 0 0 0 #1b4c43,0 0 0 #1b4c43;
        box-shadow: 0 0 0 #1b4c43,0 0 0 #1b4c43
    }

    50% {
        -webkit-box-shadow: 0 -.25em 0 #1b4c43,0 .25em 0 #1b4c43;
        box-shadow: 0 -.25em 0 #1b4c43,0 .25em 0 #1b4c43
    }
}

@keyframes loader-15 {
    0%,100% {
        -webkit-box-shadow: 0 0 0 #1b4c43,0 0 0 #1b4c43;
        box-shadow: 0 0 0 #1b4c43,0 0 0 #1b4c43
    }

    50% {
        -webkit-box-shadow: 0 -.25em 0 #1b4c43,0 .25em 0 #1b4c43;
        box-shadow: 0 -.25em 0 #1b4c43,0 .25em 0 #1b4c43
    }
}

.loader-box .loader-16 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    border-radius: 50%
}

    .loader-box .loader-16:before, .loader-box .loader-16:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        -webkit-animation: 1s spin linear infinite;
        animation: 1s spin linear infinite
    }

    .loader-box .loader-16:before {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg)
    }

    .loader-box .loader-16:after {
        -webkit-transform: rotateY(70deg);
        transform: rotateY(70deg);
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%,-50%) rotateZ(0deg);
        transform: translate(-50%,-50%) rotateZ(0deg)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) rotateZ(360deg);
        transform: translate(-50%,-50%) rotateZ(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%,-50%) rotateZ(0deg);
        transform: translate(-50%,-50%) rotateZ(0deg)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) rotateZ(360deg);
        transform: translate(-50%,-50%) rotateZ(360deg)
    }
}

@-webkit-keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) rotate(-360deg);
        transform: translate(-50%,-50%) rotate(-360deg)
    }
}

@keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%,-50%) rotate(-360deg);
        transform: translate(-50%,-50%) rotate(-360deg)
    }
}

@-webkit-keyframes spin {
    0%,100% {
        -webkit-box-shadow: .2em 0 0 0 #717171;
        box-shadow: .2em 0 0 0 #717171
    }

    12% {
        -webkit-box-shadow: .2em .2em 0 0 #717171;
        box-shadow: .2em .2em 0 0 #717171
    }

    25% {
        -webkit-box-shadow: 0 .2em 0 0 #717171;
        box-shadow: 0 .2em 0 0 #717171
    }

    37% {
        -webkit-box-shadow: -.2em .2em 0 0 #717171;
        box-shadow: -.2em .2em 0 0 #717171
    }

    50% {
        -webkit-box-shadow: -.2em 0 0 0 #717171;
        box-shadow: -.2em 0 0 0 #717171
    }

    62% {
        -webkit-box-shadow: -.2em -.2em 0 0 #717171;
        box-shadow: -.2em -.2em 0 0 #717171
    }

    75% {
        -webkit-box-shadow: 0 -.2em 0 0 #717171;
        box-shadow: 0 -.2em 0 0 #717171
    }

    87% {
        -webkit-box-shadow: .2em -.2em 0 0 #717171;
        box-shadow: .2em -.2em 0 0 #717171
    }
}

@keyframes spin {
    0%,100% {
        -webkit-box-shadow: .2em 0 0 0 #717171;
        box-shadow: .2em 0 0 0 #717171
    }

    12% {
        -webkit-box-shadow: .2em .2em 0 0 #717171;
        box-shadow: .2em .2em 0 0 #717171
    }

    25% {
        -webkit-box-shadow: 0 .2em 0 0 #717171;
        box-shadow: 0 .2em 0 0 #717171
    }

    37% {
        -webkit-box-shadow: -.2em .2em 0 0 #717171;
        box-shadow: -.2em .2em 0 0 #717171
    }

    50% {
        -webkit-box-shadow: -.2em 0 0 0 #717171;
        box-shadow: -.2em 0 0 0 #717171
    }

    62% {
        -webkit-box-shadow: -.2em -.2em 0 0 #717171;
        box-shadow: -.2em -.2em 0 0 #717171
    }

    75% {
        -webkit-box-shadow: 0 -.2em 0 0 #717171;
        box-shadow: 0 -.2em 0 0 #717171
    }

    87% {
        -webkit-box-shadow: .2em -.2em 0 0 #717171;
        box-shadow: .2em -.2em 0 0 #717171
    }
}

.loader-box .loader-17 {
    position: relative;
    background-color: #e2c636;
    border-radius: 50%
}

    .loader-box .loader-17:after, .loader-box .loader-17:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: .8
    }

    .loader-box .loader-17:after {
        left: -.5em;
        top: -.25em;
        background-color: #e2c636;
        -webkit-transform-origin: 30px 35px;
        transform-origin: 30px 35px;
        -webkit-animation: loader-17 1s linear infinite;
        animation: loader-17 1s linear infinite;
        opacity: .6
    }

    .loader-box .loader-17:before {
        left: -1.25em;
        top: -.75em;
        background-color: #e2c636;
        -webkit-transform-origin: 40px 40px;
        transform-origin: 40px 40px;
        -webkit-animation: loader-17 2s linear infinite;
        animation: loader-17 2s linear infinite
    }

@-webkit-keyframes loader-17 {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,0,0);
        transform: rotateZ(0deg) translate3d(0,0,0)
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,0,0);
        transform: rotateZ(360deg) translate3d(0,0,0)
    }
}

@keyframes loader-17 {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0,0,0);
        transform: rotateZ(0deg) translate3d(0,0,0)
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0,0,0);
        transform: rotateZ(360deg) translate3d(0,0,0)
    }
}

.loader-box .loader-18 {
    position: relative
}

    .loader-box .loader-18:before, .loader-box .loader-18:after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%;
        border: .1em solid transparent;
        border-bottom-color: #d22d3d;
        top: 0;
        left: 0;
        -webkit-animation: 1s loader-18 linear infinite;
        animation: 1s loader-18 linear infinite
    }

    .loader-box .loader-18:before {
        width: 40px;
        height: 40px
    }

    .loader-box .loader-18:after {
        width: 30px;
        height: 30px;
        top: .1em;
        left: .1em;
        animation-direction: reverse
    }

@-webkit-keyframes loader-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-19 {
    border-top: .2em solid #24695c;
    border-right: .2em solid transparent;
    -webkit-animation: loader-19 1s linear infinite;
    animation: loader-19 1s linear infinite;
    border-radius: 100%;
    position: relative
}

@-webkit-keyframes loader-19 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-19 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-20 {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 .1em #ba895d;
    box-shadow: inset 0 0 0 .1em #ba895d;
    border-radius: 50%;
    position: relative
}

    .loader-box .loader-20:after, .loader-box .loader-20:before {
        position: absolute;
        content: "";
        background-color: #ba895d;
        top: 24px;
        left: 24px;
        height: .1em;
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    .loader-box .loader-20:after {
        width: .4em;
        -webkit-animation: loader-20 2s linear infinite;
        animation: loader-20 2s linear infinite
    }

    .loader-box .loader-20:before {
        width: 20px;
        -webkit-animation: loader-20 8s linear infinite;
        animation: loader-20 8s linear infinite
    }

@-webkit-keyframes loader-20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-21 {
    position: relative
}

    .loader-box .loader-21:before, .loader-box .loader-21:after {
        position: absolute;
        content: ""
    }

    .loader-box .loader-21:before {
        width: 80%;
        height: 80%;
        left: 10%;
        bottom: 10%;
        border-radius: 100% 100% 100% 0;
        -webkit-box-shadow: 0 0 0 .1em #1b4c43;
        box-shadow: 0 0 0 .1em #1b4c43;
        -webkit-animation: loader-21 1s linear infinite;
        animation: loader-21 1s linear infinite;
        -webkit-transform: rotate(-46deg);
        transform: rotate(-46deg)
    }

    .loader-box .loader-21:after {
        width: 1em;
        height: .3em;
        border-radius: 100%;
        left: 0;
        background-color: rgba(255,255,255,0.2);
        bottom: -.2em;
        z-index: -1
    }

@-webkit-keyframes loader-21 {
    0% {
        top: 0
    }

    50% {
        top: -5px
    }

    100% {
        top: 0
    }
}

@keyframes loader-21 {
    0% {
        top: 0
    }

    50% {
        top: -5px
    }

    100% {
        top: 0
    }
}

.loader-box .loader-22 {
    border: .1em #717171 solid;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .loader-box .loader-22:after, .loader-box .loader-22:before {
        position: absolute;
        content: "";
        background-color: #717171
    }

    .loader-box .loader-22:after {
        width: 50%;
        height: .1em;
        left: 50%;
        top: 50%;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-animation: loader-22 2s linear infinite alternate;
        animation: loader-22 2s linear infinite alternate
    }

    .loader-box .loader-22:before {
        width: 100%;
        height: 40%;
        left: 0;
        bottom: 0
    }

@-webkit-keyframes loader-22 {
    0% {
        -webkit-transform: rotate(-160deg);
        transform: rotate(-160deg)
    }

    100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
}

@keyframes loader-22 {
    0% {
        -webkit-transform: rotate(-160deg);
        transform: rotate(-160deg)
    }

    100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
}

.loader-box .loader-23 {
    height: .5em;
    border: .1em #e2c636 solid;
    border-radius: .1em;
    position: relative;
    -webkit-animation: loader-23 5s linear infinite;
    animation: loader-23 5s linear infinite
}

    .loader-box .loader-23:after {
        width: .07em;
        height: 100%;
        background-color: #e2c636;
        border-radius: 0 .5em .5em 0;
        position: absolute;
        content: "";
        top: 0;
        left: calc(100% + .1em)
    }

@-webkit-keyframes loader-23 {
    0% {
        -webkit-box-shadow: inset 0 0 0 #e2c636;
        box-shadow: inset 0 0 0 #e2c636
    }

    100% {
        -webkit-box-shadow: inset 1em 0 0 #e2c636;
        box-shadow: inset 1em 0 0 #e2c636
    }
}

@keyframes loader-23 {
    0% {
        -webkit-box-shadow: inset 0 0 0 #e2c636;
        box-shadow: inset 0 0 0 #e2c636
    }

    100% {
        -webkit-box-shadow: inset 1em 0 0 #e2c636;
        box-shadow: inset 1em 0 0 #e2c636
    }
}

.loader-box .loader-24 {
    width: .8em;
    height: 1em;
    border: .1em #d22d3d solid;
    border-radius: 0 0 .2em .2em;
    position: relative
}

    .loader-box .loader-24:after, .loader-box .loader-24:before {
        position: absolute;
        content: ""
    }

    .loader-box .loader-24:after {
        width: .2em;
        height: 50%;
        border: .1em #d22d3d solid;
        border-left: none;
        border-radius: 0 .5em .5em 0;
        left: calc(100% + .1em);
        top: .1em
    }

    .loader-box .loader-24:before {
        width: .1em;
        height: .3em;
        background-color: #d22d3d;
        top: -.3em;
        left: .05em;
        -webkit-box-shadow: .2em 0 0 0 #d22d3d,.2em -.2em 0 0 #d22d3d,.4em 0 0 0 #d22d3d;
        box-shadow: .2em 0 0 0 #d22d3d,.2em -.2em 0 0 #d22d3d,.4em 0 0 0 #d22d3d;
        -webkit-animation: loader-24 1s linear infinite alternate;
        animation: loader-24 1s linear infinite alternate
    }

@-webkit-keyframes loader-24 {
    0% {
        height: 0
    }

    100% {
        height: 6px
    }
}

@keyframes loader-24 {
    0% {
        height: 0
    }

    100% {
        height: 6px
    }
}

.loader-box .loader-25 {
    border: .1em #24695c solid;
    position: relative;
    -webkit-animation: loader-25-1 5s linear infinite;
    animation: loader-25-1 5s linear infinite
}

    .loader-box .loader-25:after {
        width: .2em;
        height: .2em;
        position: absolute;
        content: "";
        background-color: #24695c;
        bottom: calc(100% + .2em);
        left: -.4em;
        -webkit-animation: loader-25-2 1s ease-in-out infinite;
        animation: loader-25-2 1s ease-in-out infinite
    }

@-webkit-keyframes loader-25-1 {
    0% {
        -webkit-box-shadow: inset 0 0 0 0 #24695c;
        box-shadow: inset 0 0 0 0 #24695c
    }

    100% {
        -webkit-box-shadow: inset 0 -1em 0 0 #24695c;
        box-shadow: inset 0 -1em 0 0 #24695c
    }
}

@keyframes loader-25-1 {
    0% {
        -webkit-box-shadow: inset 0 0 0 0 #24695c;
        box-shadow: inset 0 0 0 0 #24695c
    }

    100% {
        -webkit-box-shadow: inset 0 -1em 0 0 #24695c;
        box-shadow: inset 0 -1em 0 0 #24695c
    }
}

@-webkit-keyframes loader-25-2 {
    25% {
        left: calc(100% + .2em);
        bottom: calc(100% + .2em)
    }

    50% {
        left: calc(100% + .2em);
        bottom: -.4em
    }

    75% {
        left: -.4em;
        bottom: -.4em
    }

    100% {
        left: -.4em;
        bottom: calc(100% + .2em)
    }
}

@keyframes loader-25-2 {
    25% {
        left: calc(100% + .2em);
        bottom: calc(100% + .2em)
    }

    50% {
        left: calc(100% + .2em);
        bottom: -.4em
    }

    75% {
        left: -.4em;
        bottom: -.4em
    }

    100% {
        left: -.4em;
        bottom: calc(100% + .2em)
    }
}

.loader-box .loader-26 {
    width: .5em;
    height: .5em;
    background-color: #ba895d;
    -webkit-box-shadow: 1em 0 0 #ba895d;
    box-shadow: 1em 0 0 #ba895d;
    border-radius: 50%;
    -webkit-animation: loader-26 1s ease-in-out infinite alternate;
    animation: loader-26 1s ease-in-out infinite alternate
}

@-webkit-keyframes loader-26 {
    0% {
        opacity: .1;
        -webkit-transform: rotate(0deg) scale(0.5);
        transform: rotate(0deg) scale(0.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(360deg) scale(1.2);
        transform: rotate(360deg) scale(1.2)
    }
}

@keyframes loader-26 {
    0% {
        opacity: .1;
        -webkit-transform: rotate(0deg) scale(0.5);
        transform: rotate(0deg) scale(0.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(360deg) scale(1.2);
        transform: rotate(360deg) scale(1.2)
    }
}

.loader-box .loader-29 {
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 .1em #1b4c43,-.5em -.5em 0 -.4em #1b4c43,0 -.7em 0 -.4em #1b4c43,.5em -.5em 0 -.4em #1b4c43,-.5em .5em 0 -.4em #1b4c43,0 .7em 0 -.4em #1b4c43,.5em .5em 0 -.4em #1b4c43,-.7em 0 0 -.4em #1b4c43,.7em 0 0 -.4em #1b4c43;
    box-shadow: inset 0 0 0 .1em #1b4c43,-.5em -.5em 0 -.4em #1b4c43,0 -.7em 0 -.4em #1b4c43,.5em -.5em 0 -.4em #1b4c43,-.5em .5em 0 -.4em #1b4c43,0 .7em 0 -.4em #1b4c43,.5em .5em 0 -.4em #1b4c43,-.7em 0 0 -.4em #1b4c43,.7em 0 0 -.4em #1b4c43;
    -webkit-animation: 5s loader-29 linear infinite;
    animation: 5s loader-29 linear infinite
}

@-webkit-keyframes loader-29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-30 {
    border: .2em solid transparent;
    border-top-color: #717171;
    border-bottom-color: #717171;
    border-radius: 50%;
    position: relative;
    -webkit-animation: 1s loader-30 linear infinite;
    animation: 1s loader-30 linear infinite
}

    .loader-box .loader-30:before, .loader-box .loader-30:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border: .2em solid transparent;
        border-bottom-color: #717171
    }

    .loader-box .loader-30:before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: -.3em;
        top: -.05em
    }

    .loader-box .loader-30:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: -.3em;
        bottom: -.05em
    }

@-webkit-keyframes loader-30 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-30 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader-box .loader-31 {
    -webkit-box-shadow: 0 0 2em #e2c636;
    box-shadow: 0 0 2em #e2c636;
    background-color: #e2c636;
    position: relative;
    border-radius: 50%;
    -webkit-transform: rotateX(-60deg) perspective(1000px);
    transform: rotateX(-60deg) perspective(1000px)
}

    .loader-box .loader-31:before, .loader-box .loader-31:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        -webkit-animation: 1s loader-31 ease-out infinite;
        animation: 1s loader-31 ease-out infinite
    }

    .loader-box .loader-31:after {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

@-webkit-keyframes loader-31 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: 0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636;
        box-shadow: 0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-box-shadow: -1em -1em 0 -.35em #e2c636,0 -1.5em 0 -.35em #e2c636,1em -1em 0 -.35em #e2c636,-1.5em 0 0 -.35em #e2c636,1.5em 0 0 -.35em #e2c636,-1em 1em 0 -.35em #e2c636,0 1.5em 0 -.35em #e2c636,1em 1em 0 -.35em #e2c636;
        box-shadow: -1em -1em 0 -.35em #e2c636,0 -1.5em 0 -.35em #e2c636,1em -1em 0 -.35em #e2c636,-1.5em 0 0 -.35em #e2c636,1.5em 0 0 -.35em #e2c636,-1em 1em 0 -.35em #e2c636,0 1.5em 0 -.35em #e2c636,1em 1em 0 -.35em #e2c636
    }
}

@keyframes loader-31 {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-box-shadow: 0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636;
        box-shadow: 0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636,0 0 0 -.5em #e2c636
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-box-shadow: -1em -1em 0 -.35em #e2c636,0 -1.5em 0 -.35em #e2c636,1em -1em 0 -.35em #e2c636,-1.5em 0 0 -.35em #e2c636,1.5em 0 0 -.35em #e2c636,-1em 1em 0 -.35em #e2c636,0 1.5em 0 -.35em #e2c636,1em 1em 0 -.35em #e2c636;
        box-shadow: -1em -1em 0 -.35em #e2c636,0 -1.5em 0 -.35em #e2c636,1em -1em 0 -.35em #e2c636,-1.5em 0 0 -.35em #e2c636,1.5em 0 0 -.35em #e2c636,-1em 1em 0 -.35em #e2c636,0 1.5em 0 -.35em #e2c636,1em 1em 0 -.35em #e2c636
    }
}

.loader-box .loader-32 {
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1em 0 #d22d3d,inset 0 0 1em 0 #d22d3d;
    box-shadow: 0 0 1em 0 #d22d3d,inset 0 0 1em 0 #d22d3d;
    -webkit-animation: 1s loader-32 linear infinite;
    animation: 1s loader-32 linear infinite
}

    .loader-box .loader-32:before, .loader-box .loader-32:after {
        content: '';
        display: block;
        width: inherit;
        height: inherit;
        position: absolute;
        border-radius: 50%
    }

    .loader-box .loader-32:before {
        border-top: .2em solid #d22d3d;
        border-right: .2em solid transparent;
        top: .28em;
        right: calc(50% - .22em)
    }

    .loader-box .loader-32:after {
        border-bottom: .2em solid #d22d3d;
        border-left: .2em solid transparent;
        bottom: .28em;
        left: calc(50% - .22em)
    }

@-webkit-keyframes loader-32 {
    0% {
        -webkit-transform: rotateX(-60deg) rotateZ(0deg);
        transform: rotateX(-60deg) rotateZ(0deg)
    }

    100% {
        -webkit-transform: rotateX(-60deg) rotateZ(360deg);
        transform: rotateX(-60deg) rotateZ(360deg)
    }
}

@keyframes loader-32 {
    0% {
        -webkit-transform: rotateX(-60deg) rotateZ(0deg);
        transform: rotateX(-60deg) rotateZ(0deg)
    }

    100% {
        -webkit-transform: rotateX(-60deg) rotateZ(360deg);
        transform: rotateX(-60deg) rotateZ(360deg)
    }
}

.loader-box .loader-34 {
    position: relative;
    width: 1em;
    height: .5em
}

    .loader-box .loader-34:after, .loader-box .loader-34:before {
        position: absolute;
        content: "";
        height: .4em;
        width: .4em;
        top: 0;
        background-color: #24695c;
        border-radius: 50%
    }

    .loader-box .loader-34:after {
        right: 0;
        -webkit-animation: loader-34-2 .5s ease-in-out infinite;
        animation: loader-34-2 .5s ease-in-out infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

    .loader-box .loader-34:before {
        left: 0;
        -webkit-animation: loader-34-1 .5s ease-in-out infinite;
        animation: loader-34-1 .5s ease-in-out infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

@-webkit-keyframes loader-34-1 {
    0% {
        -webkit-transform: translatex(0px);
        transform: translatex(0px)
    }

    65% {
        height: .4em;
        width: .4em
    }

    100% {
        height: .5em;
        width: .3em;
        -webkit-transform: translatex(0.2em);
        transform: translatex(0.2em)
    }
}

@keyframes loader-34-1 {
    0% {
        -webkit-transform: translatex(0px);
        transform: translatex(0px)
    }

    65% {
        height: .4em;
        width: .4em
    }

    100% {
        height: .5em;
        width: .3em;
        -webkit-transform: translatex(0.2em);
        transform: translatex(0.2em)
    }
}

@-webkit-keyframes loader-34-2 {
    0% {
        -webkit-transform: translatex(0px);
        transform: translatex(0px)
    }

    65% {
        height: .4em;
        width: .4em
    }

    100% {
        height: .5em;
        width: .3em;
        -webkit-transform: translatex(-0.2em);
        transform: translatex(-0.2em)
    }
}

@keyframes loader-34-2 {
    0% {
        -webkit-transform: translatex(0px);
        transform: translatex(0px)
    }

    65% {
        height: .4em;
        width: .4em
    }

    100% {
        height: .5em;
        width: .3em;
        -webkit-transform: translatex(-0.2em);
        transform: translatex(-0.2em)
    }
}

.loader-box .loader-35 {
    margin: 0 .5em;
    position: relative
}

    .loader-box .loader-35:before {
        border-radius: 50%;
        background-color: #ba895d;
        -webkit-animation: loader-35 3s cubic-bezier(0.77,0,0.175,1) infinite;
        animation: loader-35 3s cubic-bezier(0.77,0,0.175,1) infinite;
        content: '';
        width: inherit;
        height: inherit;
        top: 0;
        left: 0;
        position: absolute
    }

@-webkit-keyframes loader-35 {
    0% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }

    25% {
        -webkit-transform: translateX(-100%) scale(0.3);
        transform: translateX(-100%) scale(0.3)
    }

    50% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }

    75% {
        -webkit-transform: translateX(100%) scale(0.3);
        transform: translateX(100%) scale(0.3)
    }

    100% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}

@keyframes loader-35 {
    0% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }

    25% {
        -webkit-transform: translateX(-100%) scale(0.3);
        transform: translateX(-100%) scale(0.3)
    }

    50% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }

    75% {
        -webkit-transform: translateX(100%) scale(0.3);
        transform: translateX(100%) scale(0.3)
    }

    100% {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}

.loader-box .loader-37 {
    border-right: .1em solid #1b4c43;
    border-radius: 100%;
    -webkit-animation: loader-37 800ms linear infinite;
    animation: loader-37 800ms linear infinite
}

    .loader-box .loader-37:before, .loader-box .loader-37:after {
        content: '';
        width: .8em;
        height: .8em;
        display: block;
        position: absolute;
        top: calc(50% - .4em);
        left: calc(50% - .4em);
        border-left: .08em solid #1b4c43;
        border-radius: 100%;
        animation: loader-37 400ms linear infinite reverse
    }

    .loader-box .loader-37:after {
        width: .6em;
        height: .6em;
        top: calc(50% - .3em);
        left: calc(50% - .3em);
        border: 0;
        border-right: .05em solid #1b4c43;
        -webkit-animation: none;
        animation: none
    }

@-webkit-keyframes loader-37 {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes loader-37 {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.loader-box .loader-38 {
    height: .1em;
    width: .1em;
    -webkit-box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171;
    box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171;
    -webkit-animation: loader-38 6s infinite;
    animation: loader-38 6s infinite
}

@-webkit-keyframes loader-38 {
    0% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171
    }

    8.33% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171
    }

    16.66% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171
    }

    24.99% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    33.32% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em -.2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em -.2em 0 .1em #717171
    }

    41.65% {
        -webkit-box-shadow: .2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em -.2em 0 .1em #717171;
        box-shadow: .2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em -.2em 0 .1em #717171
    }

    49.98% {
        -webkit-box-shadow: .2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171;
        box-shadow: .2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171
    }

    58.31% {
        -webkit-box-shadow: -.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    66.64% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    74.97% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    83.3% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    91.63% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,-.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,-.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    100% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171
    }
}

@keyframes loader-38 {
    0% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171
    }

    8.33% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171
    }

    16.66% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171
    }

    24.99% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    33.32% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em -.2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em -.2em 0 .1em #717171
    }

    41.65% {
        -webkit-box-shadow: .2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em -.2em 0 .1em #717171;
        box-shadow: .2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em -.2em 0 .1em #717171
    }

    49.98% {
        -webkit-box-shadow: .2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171;
        box-shadow: .2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171
    }

    58.31% {
        -webkit-box-shadow: -.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    66.64% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    74.97% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    83.3% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,.2em .2em 0 .1em #717171,.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    91.63% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,-.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,-.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171,-.2em .2em 0 .1em #717171
    }

    100% {
        -webkit-box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171;
        box-shadow: -.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171,-.2em -.2em 0 .1em #717171
    }
}

.loader-box .loader-39 {
    position: relative;
    width: .15em;
    height: .15em;
    background-color: #e2c636;
    border-radius: 100%;
    -webkit-animation: loader-39-1 30s infinite linear;
    animation: loader-39-1 30s infinite linear
}

    .loader-box .loader-39:before, .loader-box .loader-39:after {
        content: '';
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .loader-box .loader-39:before {
        width: 20px;
        height: 60px;
        -webkit-animation: loader-39-2 .8s linear infinite;
        animation: loader-39-2 .8s linear infinite
    }

    .loader-box .loader-39:after {
        width: 60px;
        height: 20px;
        -webkit-animation: loader-39-2 1.2s linear infinite;
        animation: loader-39-2 1.2s linear infinite
    }

@-webkit-keyframes loader-39-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-39-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader-39-2 {
    0% {
        -webkit-box-shadow: .04em -.04em 0 .02em #e2c636;
        box-shadow: .04em -.04em 0 .02em #e2c636
    }

    25% {
        -webkit-box-shadow: .04em .04em 0 .02em #e2c636;
        box-shadow: .04em .04em 0 .02em #e2c636
    }

    50% {
        -webkit-box-shadow: -.04em .04em 0 .02em #e2c636;
        box-shadow: -.04em .04em 0 .02em #e2c636
    }

    75% {
        -webkit-box-shadow: -.04em -.04em 0 .02em #e2c636;
        box-shadow: -.04em -.04em 0 .02em #e2c636
    }

    100% {
        -webkit-box-shadow: .04em -.04em 0 .02em #e2c636;
        box-shadow: .04em -.04em 0 .02em #e2c636
    }
}

@keyframes loader-39-2 {
    0% {
        -webkit-box-shadow: .04em -.04em 0 .02em #e2c636;
        box-shadow: .04em -.04em 0 .02em #e2c636
    }

    25% {
        -webkit-box-shadow: .04em .04em 0 .02em #e2c636;
        box-shadow: .04em .04em 0 .02em #e2c636
    }

    50% {
        -webkit-box-shadow: -.04em .04em 0 .02em #e2c636;
        box-shadow: -.04em .04em 0 .02em #e2c636
    }

    75% {
        -webkit-box-shadow: -.04em -.04em 0 .02em #e2c636;
        box-shadow: -.04em -.04em 0 .02em #e2c636
    }

    100% {
        -webkit-box-shadow: .04em -.04em 0 .02em #e2c636;
        box-shadow: .04em -.04em 0 .02em #e2c636
    }
}

.loader-box .loader-40 {
    border: .05em #d22d3d solid;
    border-radius: .2em;
    overflow: hidden;
    position: relative
}

    .loader-box .loader-40:after, .loader-box .loader-40:before {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: inherit;
        height: inherit;
        -webkit-animation: loader-40 2s infinite linear;
        animation: loader-40 2s infinite linear
    }

    .loader-box .loader-40:before {
        border-top: .2em #d22d3d solid;
        top: -.15em;
        left: calc(-50% - .15em);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    .loader-box .loader-40:after {
        border-bottom: .2em #d22d3d solid;
        top: .15em;
        right: calc(-50% - .15em);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

@-webkit-keyframes loader-40 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes loader-40 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.loader-box .loader-41 {
    border: .05em #24695c solid;
    border-radius: .2em;
    position: relative;
    background: linear-gradient(45deg,transparent 48%,#24695c 50%,#24695c 50%,transparent 52%,transparent),linear-gradient(-45deg,transparent 48%,#24695c 50%,#24695c 50%,transparent 52%,transparent);
    background-size: .5em .5em;
    background-position: 0 0;
    -webkit-animation: loader-41 1s infinite linear;
    animation: loader-41 1s infinite linear
}

@-webkit-keyframes loader-41 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -1em 0
    }
}

@keyframes loader-41 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -1em 0
    }
}

.loader-box .loader-42 {
    width: 2em;
    height: .66em;
    border: .05em #ba895d solid;
    border-radius: .1em;
    background: linear-gradient(-60deg,transparent 0%,transparent 50%,#ba895d 50%,#ba895d 75%,transparent 75%,transparent);
    background-size: 1em 2em;
    background-position: 0 0;
    -webkit-animation: loader-42 .8s infinite linear;
    animation: loader-42 .8s infinite linear
}

@-webkit-keyframes loader-42 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -2em 0
    }
}

@keyframes loader-42 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -2em 0
    }
}

.onhover-show-div {
    -webkit-box-shadow: 0 0 12px 3px rgba(25,124,207,0.05);
    box-shadow: 0 0 12px 3px rgba(25,124,207,0.05);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    left: 0
}

.onhover-dropdown:hover .onhover-show-div {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible
}

    .onhover-dropdown:hover .onhover-show-div:before {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        content: "";
        top: -7px;
        position: absolute;
        left: 10px;
        z-index: 2
    }

    .onhover-dropdown:hover .onhover-show-div:after {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #f5f7fb;
        content: "";
        top: -7px;
        position: absolute;
        left: 10px;
        z-index: 1
    }

.page-wrapper .page-main-header {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(25,124,207,0.08);
    box-shadow: 0 0 20px rgba(25,124,207,0.08)
}

    .page-wrapper .page-main-header.open {
        margin-left: 0;
        width: 100%;
        -webkit-transition: .5s;
        transition: .5s
    }

.page-wrapper .page-body-wrapper {
    background-color: #f5f7fb
}

    .page-wrapper .page-body-wrapper .page-body {
        min-height: calc(100vh - 76px);
        margin-top: 76px;
        padding: 0 15px;
        position: relative;
        -webkit-transition: .5s;
        transition: .5s;
        background-color: #f5f7fb
    }

    .page-wrapper .page-body-wrapper .page-header {
        padding-bottom: 30px
    }

        .page-wrapper .page-body-wrapper .page-header .row {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .page-wrapper .page-body-wrapper .page-header .row h3 {
                font-size: 24px;
                margin-bottom: 0;
                font-weight: 600;
                text-transform: capitalize
            }

                .page-wrapper .page-body-wrapper .page-header .row h3 small {
                    display: block;
                    font-size: 12px;
                    margin-bottom: 5px;
                    text-transform: capitalize;
                    color: rgba(36,41,52,0.7)
                }

        .page-wrapper .page-body-wrapper .page-header .breadcrumb {
            background-color: transparent;
            padding: 0;
            margin-top: 5px;
            margin-bottom: 0
        }

            .page-wrapper .page-body-wrapper .page-header .breadcrumb li {
                color: #717171;
                font-size: 13px;
                letter-spacing: 1px;
                font-weight: 500
            }

            .page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
                content: "/"
            }

            .page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item a {
                color: #24695c
            }

.page-main-header {
    max-width: 100vw
}

    .page-main-header .main-header-right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

        .page-main-header .main-header-right .main-header-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 290px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 24px 40px;
            border-right: 1px solid #e6edef
        }

            .page-main-header .main-header-right .main-header-left .dark-logo-wrapper {
                display: none
            }

        .page-main-header .main-header-right .left-menu-header {
            padding: 24px 40px
        }

            .page-main-header .main-header-right .left-menu-header ul li .search-form .search-bg {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%
            }

                .page-main-header .main-header-right .left-menu-header ul li .search-form .search-bg i {
                    text-align: center
                }

        .page-main-header .main-header-right .nav-right .nav-menus {
            padding: 20px 40px
        }

        .page-main-header .main-header-right .nav-right .profile-dropdown {
            width: 160px;
            top: 57px;
            right: -12px;
            padding: 10px
        }

            .page-main-header .main-header-right .nav-right .profile-dropdown li {
                padding: 10px !important
            }

                .page-main-header .main-header-right .nav-right .profile-dropdown li svg {
                    width: 16px;
                    vertical-align: bottom;
                    margin-right: 10px
                }

        .page-main-header .main-header-right .toggle-sidebar {
            cursor: pointer;
            padding: 5px 8px;
            border-radius: 5px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

            .page-main-header .main-header-right .toggle-sidebar svg {
                width: 20px;
                color: #24695c
            }

            .page-main-header .main-header-right .toggle-sidebar:hover {
                background-color: rgba(36,105,92,0.1)
            }

        .page-main-header .main-header-right .vertical-mobile-sidebar {
            display: none
        }

        .page-main-header .main-header-right .nav-left i {
            margin-right: 20px
        }

        .page-main-header .main-header-right .nav-left input:focus {
            outline: 0 !important
        }

        .page-main-header .main-header-right .left-menu-header ul li i {
            color: #24695c
        }

        .page-main-header .main-header-right .left-menu-header ul li .search-form {
            font-family: "Roboto",sans-serif
        }

            .page-main-header .main-header-right .left-menu-header ul li .search-form input {
                padding: 0 20px;
                border: none;
                background: transparent;
                color: rgba(36,41,52,0.7);
                font-weight: 500
            }

                .page-main-header .main-header-right .left-menu-header ul li .search-form input::-webkit-input-placeholder {
                    color: rgba(36,41,52,0.7);
                    font-weight: 500
                }

                .page-main-header .main-header-right .left-menu-header ul li .search-form input::-moz-placeholder {
                    color: rgba(36,41,52,0.7);
                    font-weight: 500
                }

                .page-main-header .main-header-right .left-menu-header ul li .search-form input:-ms-input-placeholder {
                    color: rgba(36,41,52,0.7);
                    font-weight: 500
                }

                .page-main-header .main-header-right .left-menu-header ul li .search-form input::-ms-input-placeholder {
                    color: rgba(36,41,52,0.7);
                    font-weight: 500
                }

                .page-main-header .main-header-right .left-menu-header ul li .search-form input::placeholder {
                    color: rgba(36,41,52,0.7);
                    font-weight: 500
                }

        .page-main-header .main-header-right .nav-right {
            text-align: left
        }

            .page-main-header .main-header-right .nav-right ul li svg {
                vertical-align: middle;
                width: 18px;
                height: 18px
            }

                .page-main-header .main-header-right .nav-right ul li svg path {
                    color: #2b2b2b
                }

            .page-main-header .main-header-right .nav-right ul li:last-child {
                margin-right: 0
            }

            .page-main-header .main-header-right .nav-right ul li .mode .mode-moon, .page-main-header .main-header-right .nav-right ul li .mode .mode-sun {
                position: absolute;
                top: 0;
                left: 0
            }

            .page-main-header .main-header-right .nav-right ul li .mode .mode-sun {
                opacity: 0;
                visibility: hidden;
                z-index: 1
            }

                .page-main-header .main-header-right .nav-right ul li .mode .mode-sun.show {
                    opacity: 1;
                    visibility: visible
                }

            .page-main-header .main-header-right .nav-right ul li .mode i {
                vertical-align: middle;
                font-size: 18px
            }

            .page-main-header .main-header-right .nav-right .onhover-show-div li {
                display: block
            }

            .page-main-header .main-header-right .nav-right > ul {
                padding: 0
            }

            .page-main-header .main-header-right .nav-right .btn-primary-light {
                padding: 6px 20px;
                font-weight: 600
            }

                .page-main-header .main-header-right .nav-right .btn-primary-light svg {
                    margin-right: 10px
                }

                    .page-main-header .main-header-right .nav-right .btn-primary-light svg path {
                        color: #24695c;
                        -webkit-transition: .5s;
                        transition: .5s
                    }

                .page-main-header .main-header-right .nav-right .btn-primary-light:focus, .page-main-header .main-header-right .nav-right .btn-primary-light:hover {
                    background-color: #24695c !important;
                    color: #fff
                }

                    .page-main-header .main-header-right .nav-right .btn-primary-light:focus a, .page-main-header .main-header-right .nav-right .btn-primary-light:hover a {
                        color: #fff
                    }

                    .page-main-header .main-header-right .nav-right .btn-primary-light:focus svg path, .page-main-header .main-header-right .nav-right .btn-primary-light:hover svg path {
                        color: #fff;
                        -webkit-transition: .5s;
                        transition: .5s
                    }

            .page-main-header .main-header-right .nav-right.right-menu ul {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end
            }

                .page-main-header .main-header-right .nav-right.right-menu ul li {
                    position: relative
                }

                    .page-main-header .main-header-right .nav-right.right-menu ul li .notification {
                        position: absolute;
                        top: -2px;
                        right: -9px;
                        padding: 5px 7px
                    }

                    .page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body {
                        margin-left: 15px
                    }

                        .page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body span {
                            font-weight: 500
                        }

                        .page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body p {
                            font-size: 12px;
                            line-height: 1;
                            color: rgba(36,41,52,0.7);
                            font-weight: 500
                        }

                    .page-main-header .main-header-right .nav-right.right-menu ul li:hover {
                        background-color: rgba(36,105,92,0.1)
                    }

                        .page-main-header .main-header-right .nav-right.right-menu ul li:hover .media .media-body > span {
                            color: #323846
                        }

                        .page-main-header .main-header-right .nav-right.right-menu ul li:hover .media .media-body p {
                            color: #24695c
                        }

                        .page-main-header .main-header-right .nav-right.right-menu ul li:hover .media p {
                            color: #24695c
                        }

                        .page-main-header .main-header-right .nav-right.right-menu ul li:hover .btn svg {
                            stroke: #fff
                        }

            .page-main-header .main-header-right .nav-right .icon-user {
                font-size: 16px
            }

            .page-main-header .main-header-right .nav-right > ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .page-main-header .main-header-right .nav-right > ul > li {
                    position: relative;
                    padding: 6px 10px;
                    border-radius: 4px;
                    margin-right: 20px
                }

                    .page-main-header .main-header-right .nav-right > ul > li .badge {
                        padding: 4px 8px
                    }

                    .page-main-header .main-header-right .nav-right > ul > li span {
                        letter-spacing: .9px
                    }

                        .page-main-header .main-header-right .nav-right > ul > li span .fa {
                            color: #ccc
                        }

                        .page-main-header .main-header-right .nav-right > ul > li span ul {
                            left: inherit;
                            right: -10px;
                            width: 130px
                        }

                            .page-main-header .main-header-right .nav-right > ul > li span ul:before, .page-main-header .main-header-right .nav-right > ul > li span ul:after {
                                left: inherit;
                                right: 10px
                            }

                            .page-main-header .main-header-right .nav-right > ul > li span ul li {
                                display: block
                            }

                                .page-main-header .main-header-right .nav-right > ul > li span ul li a {
                                    font-size: 14px;
                                    color: #2c323f
                                }

                                    .page-main-header .main-header-right .nav-right > ul > li span ul li a i {
                                        margin-left: 10px;
                                        font-size: 13px;
                                        color: #2c323f
                                    }

                .page-main-header .main-header-right .nav-right > ul .flag-icon {
                    font-size: 16px
                }

            .page-main-header .main-header-right .nav-right .chat-dropdown {
                width: 330px;
                top: 49px;
                right: 0;
                left: unset
            }

                .page-main-header .main-header-right .nav-right .chat-dropdown li {
                    padding: 15px
                }

                    .page-main-header .main-header-right .nav-right .chat-dropdown li + li {
                        border-top: 1px solid #e6edef
                    }

                    .page-main-header .main-header-right .nav-right .chat-dropdown li .media img {
                        width: 40px;
                        position: relative
                    }

                    .page-main-header .main-header-right .nav-right .chat-dropdown li .media .media-body > span {
                        font-weight: 600;
                        color: #24695c !important
                    }

                    .page-main-header .main-header-right .nav-right .chat-dropdown li .media .media-body p {
                        margin-bottom: 0;
                        color: #2c323f !important
                    }

                    .page-main-header .main-header-right .nav-right .chat-dropdown li .media > p {
                        color: #ccc
                    }

                .page-main-header .main-header-right .nav-right .chat-dropdown:before, .page-main-header .main-header-right .nav-right .chat-dropdown:after {
                    right: 10px !important;
                    left: unset !important
                }

            .page-main-header .main-header-right .nav-right .bookmark-dropdown {
                width: 300px;
                top: 50px;
                left: unset;
                right: 0;
                border-radius: 8px;
                padding: 15px
            }

                .page-main-header .main-header-right .nav-right .bookmark-dropdown::before, .page-main-header .main-header-right .nav-right .bookmark-dropdown::after {
                    display: none
                }

                .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .input-group-prepend .input-group-text {
                    background-color: transparent;
                    height: 100%
                }

                .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control {
                    border-left: none;
                    font-size: 13px
                }

                    .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::-webkit-input-placeholder {
                        color: #ccc;
                        font-size: 13px
                    }

                    .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::-moz-placeholder {
                        color: #ccc;
                        font-size: 13px
                    }

                    .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control:-ms-input-placeholder {
                        color: #ccc;
                        font-size: 13px
                    }

                    .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::-ms-input-placeholder {
                        color: #ccc;
                        font-size: 13px
                    }

                    .page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::placeholder {
                        color: #ccc;
                        font-size: 13px
                    }

                .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li {
                    padding-top: 10px;
                    padding-bottom: 10px
                }

                    .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li:hover {
                        background-color: #f5f7fb
                    }

                        .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li:hover .bookmark-icon {
                            color: #24695c
                        }

                    .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li .bookmark-icon {
                        margin-right: 15px;
                        vertical-align: bottom
                    }

                    .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark {
                        font-weight: 500;
                        -webkit-transition: all .5s ease;
                        transition: all .5s ease
                    }

                        .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark .pull-right svg {
                            color: #fa9f44;
                            -webkit-transition: all .5s ease;
                            transition: all .5s ease
                        }

                        .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover {
                            color: #24695c
                        }

                            .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover .bookmark-icon {
                                stroke: #24695c
                            }

                            .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover .pull-right svg {
                                color: #fa9f44;
                                fill: #fa9f44
                            }

            .page-main-header .main-header-right .nav-right .notification-box {
                position: relative
            }

                .page-main-header .main-header-right .nav-right .notification-box svg {
                    -webkit-animation: tada 1.5s ease infinite;
                    animation: tada 1.5s ease infinite
                }

                .page-main-header .main-header-right .nav-right .notification-box .dot-animated {
                    position: absolute;
                    right: -5px;
                    top: -6px;
                    width: 6px;
                    height: 6px;
                    border-radius: 100%;
                    content: '';
                    background-color: #d22d3d;
                    -webkit-animation: fadeIn 2s ease infinite;
                    animation: fadeIn 2s ease infinite
                }

            .page-main-header .main-header-right .nav-right .notification-dropdown {
                top: 52px;
                width: 300px;
                right: -20px !important;
                left: unset
            }

                .page-main-header .main-header-right .nav-right .notification-dropdown li {
                    padding: 15px !important
                }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li .badge-primary {
                        background-color: rgba(36,105,92,0.1);
                        color: #24695c
                    }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg {
                        width: 40px;
                        height: 40px;
                        border-radius: 100%;
                        margin-right: 15px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center
                    }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-primary {
                            background-color: rgba(36,105,92,0.1);
                            color: #24695c
                        }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-secondary {
                            background-color: rgba(186,137,93,0.1);
                            color: #ba895d
                        }

                            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-secondary svg path {
                                color: #ba895d
                            }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-success {
                            background-color: rgba(27,76,67,0.1);
                            color: #1b4c43
                        }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-danger {
                            background-color: rgba(210,45,61,0.1);
                            color: #d22d3d
                        }

                            .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-danger path {
                                color: #d22d3d
                            }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li .media .media-body p {
                        font-weight: 700;
                        margin-bottom: 0
                    }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li .media .media-body span {
                        font-size: 12px;
                        color: #ccc;
                        font-weight: 500
                    }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li + li {
                        border-top: 1px solid #e6edef
                    }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-primary:hover {
                        background-color: rgba(36,105,92,0.1)
                    }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover {
                        background-color: rgba(186,137,93,0.1)
                    }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover .media .media-body p {
                            color: #ba895d
                        }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover .media .media-body span {
                            color: #ba895d
                        }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover {
                        background-color: rgba(27,76,67,0.1)
                    }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover .media .media-body p {
                            color: #1b4c43
                        }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover .media .media-body span {
                            color: #1b4c43
                        }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover {
                        background-color: rgba(210,45,61,0.1)
                    }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover .media .media-body p {
                            color: #d22d3d
                        }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover .media .media-body span {
                            color: #d22d3d
                        }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-primary {
                        background-color: #24695c;
                        color: #fff
                    }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-secondary {
                        background-color: #ba895d;
                        color: #fff
                    }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-secondary svg path {
                            color: #fff
                        }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success {
                        background-color: #1b4c43;
                        color: #fff
                    }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success svg {
                            color: #fff
                        }

                            .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success svg path {
                                color: #fff
                            }

                    .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-danger {
                        background-color: #d22d3d;
                        color: #fff
                    }

                        .page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-danger path {
                            color: #fff
                        }

                .page-main-header .main-header-right .nav-right .notification-dropdown:before, .page-main-header .main-header-right .nav-right .notification-dropdown:after {
                    right: 28px !important;
                    left: unset !important
                }

        .page-main-header .main-header-right li {
            display: inline-block;
            position: relative
        }

.onhover-dropdown {
    cursor: pointer;
    position: relative
}

.onhover-show-div {
    top: 80px;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    border: 1px solid #f5f7fb;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

    .onhover-show-div li a svg {
        margin-top: 0 !important
    }

        .onhover-show-div li a svg path, .onhover-show-div li a svg line {
            color: #242934 !important
        }

.vertical-menu-main {
    background: #fff;
    position: fixed;
    top: 88px;
    z-index: 1;
    width: 100%
}

.vertical-menu-mt {
    margin-top: 148px !important;
    margin-left: 0 !important
}

    .vertical-menu-mt .custom-card .card-header img {
        margin-top: -146px !important
    }

.vertical-menu-main #main-nav #main-menu li a svg {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    stroke-width: 2.5
}

.vertical-menu-main .mega-menu {
    width: 1500px !important;
    max-width: 1500px !important;
    padding: 0;
    left: -120px !important;
    top: 65px !important
}

.mega-menu {
    -webkit-perspective: inherit;
    perspective: inherit;
    position: static !important;
    padding-top: 5px
}

    .mega-menu .default-according .card .btn-link {
        font-weight: 500;
        color: gray
    }

    .mega-menu .default-according .card .card-body {
        font-size: 12px
    }

    .mega-menu .onhover-show-div {
        width: 1500px
    }

    .mega-menu .card-body {
        padding: 20px
    }

    .mega-menu .title {
        color: #242934;
        font-weight: 600;
        border-bottom: 1px solid #efefef;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-transform: uppercase
    }

    .mega-menu div > div a {
        margin-bottom: 0;
        display: inline-block;
        color: rgba(36,41,52,0.7)
    }

    .mega-menu .custom-nav-img {
        position: static
    }

        .mega-menu .custom-nav-img .desk {
            line-height: 25px;
            font-size: 14px;
            color: rgba(36,41,52,0.7)
        }

    .mega-menu .list-unstyled div a {
        padding: 8px 35px 8px 0;
        -webkit-transition: .5s;
        transition: .5s
    }

        .mega-menu .list-unstyled div a:hover {
            padding: 8px 35px 8px 10px;
            -webkit-transition: .5s;
            transition: .5s
        }

    .mega-menu .galleria div {
        margin-bottom: 5px
    }

        .mega-menu .galleria div:hover {
            -webkit-transform: translateY(4px) scale(1.04);
            transform: translateY(4px) scale(1.04)
        }

    .mega-menu .galleria-list .galleria > div {
        width: 25%;
        font-size: 12px;
        float: left;
        color: #000;
        -webkit-transition: ease-in .3s;
        transition: ease-in .3s
    }

        .mega-menu .galleria-list .galleria > div > a {
            display: block;
            margin: 5px 0 10px;
            padding: 0 !important
        }

        .mega-menu .galleria-list .galleria > div img {
            border-radius: 3px;
            max-width: 100%
        }

        .mega-menu .galleria-list .galleria > div .username {
            font-size: 12px;
            color: #242934;
            margin-bottom: 5px
        }

            .mega-menu .galleria-list .galleria > div .username small {
                display: block;
                font-size: 11px;
                color: rgba(36,41,52,0.7);
                margin-top: 3px
            }

    .mega-menu .drilldown {
        overflow: hidden;
        width: 100%;
        padding: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

        .mega-menu .drilldown a {
            width: 100%
        }

            .mega-menu .drilldown a:hover {
                background-color: transparent;
                color: #24695c
            }

    .mega-menu .drilldown-sub {
        display: none
    }

    .mega-menu .drilldown-back {
        font-weight: 700
    }

@media only screen and (max-width: 1366px) {
    .profile-dropdown.onhover-show-div {
        left: 0;
        right: unset !important
    }

        .profile-dropdown.onhover-show-div:before, .profile-dropdown.onhover-show-div:after {
            right: 10px !important;
            left: unset !important
        }
}

@media only screen and (max-width: 1199px) {
    .page-main-header .main-header-right .nav-right > ul > li {
        padding: 6px;
        margin-right: 15px
    }
}

@media only screen and (max-width: 991px) {
    .page-main-header .main-header-right .nav-right .notification-dropdown {
        top: 46px
    }
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5:after {
    position: absolute;
    content: "";
    top: 30%;
    font-family: FontAwesome;
    font-size: 11px;
    color: #ccc
}

.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
    position: absolute;
    content: "";
    top: 49%;
    width: 5px;
    height: 1px;
    border-radius: 100%;
    background-color: #59667a
}

.page-wrapper {
    position: relative
}

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav {
        z-index: 3;
        height: 54px;
        line-height: inherit;
        position: fixed;
        width: 100%;
        top: 77px;
        background: #fff;
        border-top: 1px solid #e6edef;
        border-bottom: 1px solid #e6edef
    }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .sidebar-user {
            display: none
        }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .logo-wrapper, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .logo-icon-wrapper {
            display: none
        }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar {
            text-align: left;
            position: relative
        }

            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar #mainnav {
                width: 1920px;
                position: fixed;
                left: 0
            }

            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
                position: absolute;
                top: 0;
                padding: 14px;
                background-color: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                z-index: 1
            }

                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow.disabled, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow.disabled {
                    display: none
                }

            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow {
                left: 0
            }

            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
                right: 0
            }

            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu {
                list-style: none;
                margin: 0;
                padding: 0;
                line-height: normal;
                direction: ltr;
                text-align: left;
                display: -webkit-box !important;
                padding: 0 5px;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
                white-space: nowrap
            }

                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown a.active .according-menu i:before {
                    content: '-'
                }

                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown a.link-nav .according-menu {
                    display: none
                }

                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown ul.nav-submenu li a.active {
                    color: #24695c
                }

                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown ul.nav-submenu li a.active:after {
                        background-color: #24695c
                    }

                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu .sidebar-main-title {
                    display: none
                }

                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li {
                    position: relative;
                    float: left;
                    display: block;
                    padding-top: 15px;
                    padding-bottom: 15px
                }

                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li + li {
                        border-left: 1px solid #e6edef
                    }

                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li:first-child {
                        display: none !important
                    }

                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a {
                        display: block;
                        color: #242934;
                        line-height: 23px;
                        text-decoration: none;
                        text-transform: capitalize;
                        padding: 0 18px;
                        letter-spacing: .04em;
                        position: relative;
                        border-radius: 4px;
                        font-weight: 500
                    }

                        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a svg {
                            width: 16px;
                            vertical-align: bottom;
                            margin-right: 15px
                        }

                        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a .according-menu {
                            display: none
                        }

                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu {
                        position: absolute;
                        left: 0;
                        z-index: 4;
                        -webkit-box-shadow: 0 0 1px 0 #898989;
                        box-shadow: 0 0 1px 0 #898989;
                        padding: 15px 0;
                        background: #fff
                    }

                        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li {
                            border: 0;
                            float: none;
                            position: relative;
                            display: block
                        }

                            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a {
                                border: 0 !important;
                                background: transparent;
                                color: #717171;
                                border-radius: 0 !important;
                                text-transform: capitalize;
                                font-size: 13px;
                                padding: 6px 25px;
                                display: block;
                                letter-spacing: .07em;
                                -webkit-transition: all .5s ease;
                                transition: all .5s ease;
                                position: relative
                            }

                                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
                                    left: 12px
                                }

                            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
                                position: absolute;
                                width: 200px;
                                right: -200px;
                                top: 0;
                                background-color: #fff;
                                border: none;
                                padding: 15px 0;
                                -webkit-box-shadow: 0 0 1px 0 #898989;
                                box-shadow: 0 0 1px 0 #898989
                            }

                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container {
                        position: fixed;
                        right: 30px;
                        z-index: 4;
                        -webkit-box-shadow: 0 0 1px 0 #898989;
                        box-shadow: 0 0 1px 0 #898989;
                        padding: 30px;
                        background-color: #fff;
                        width: 95%;
                        border-radius: 4px
                    }

                        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box {
                            width: 20%
                        }

                            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
                                text-transform: uppercase;
                                font-size: 14px;
                                margin-left: -13px;
                                font-weight: 600
                            }

                            .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
                                -webkit-box-shadow: none;
                                box-shadow: none;
                                background-color: transparent;
                                position: relative;
                                display: block;
                                padding: 0
                            }

                                .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li {
                                    border: 0;
                                    float: none;
                                    position: relative;
                                    display: block
                                }

                                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
                                        border: 0 !important;
                                        background: transparent;
                                        color: #717171;
                                        border-radius: 0 !important;
                                        text-transform: capitalize;
                                        padding: 3px 0;
                                        font-size: 13px;
                                        display: block;
                                        letter-spacing: .07em;
                                        line-height: 1.9;
                                        position: relative
                                    }

                                        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:after {
                                            position: absolute;
                                            content: "";
                                            left: -12px;
                                            top: 50%;
                                            width: 5px;
                                            height: 1px;
                                            background-color: #59667a
                                        }

                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li:hover > a:after {
                        left: 0;
                        right: 0;
                        opacity: 1
                    }

                    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li.mega-menu {
                        position: unset
                    }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav.white-active .main-navbar .nav-menu > li .nav-link.active {
            background-color: #fff;
            color: #ba895d
        }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav.overlay-white {
            background-color: rgba(255,255,255,0.08)
        }

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .toggle-nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .toggle-nav i {
            font-size: 24px
        }

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a {
        position: relative
    }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a:focus {
            padding-top: 3px;
            padding-bottom: 3px
        }

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo .new {
        position: absolute;
        top: -8px;
        right: 0;
        color: #fff;
        background-color: #24695c;
        padding: 2px 7px;
        text-transform: uppercase;
        font-size: 9px;
        line-height: 1.3
    }

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo .title {
        border-bottom: 2px solid red !important
    }

    .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
        min-height: calc(100vh - 130px);
        margin-top: 130px;
        padding-top: 30px
    }

    .page-wrapper.horizontal-wrapper .page-main-header {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .form-control-plaintext {
            width: auto !important
        }

        .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .toggle-sidebar {
            display: none
        }

    .page-wrapper.compact-wrapper .page-main-header.close_icon {
        margin-left: 0;
        width: calc(100% - 0px)
    }

    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
        position: fixed;
        border-bottom: none;
        top: 83px;
        z-index: 8;
        height: 100%;
        line-height: inherit;
        background: #fff;
        border-right: 1px solid #e6edef;
        width: 290px;
        text-align: left;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-bottom: 10px;
            margin-top: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #e6edef
        }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div h6 {
                color: #24695c;
                font-size: 18px;
                margin-bottom: 0
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div p {
                color: #242934;
                margin-bottom: 0
            }

        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
            padding: 30px;
            position: relative;
            border-bottom: 1px solid #e6edef;
            margin-bottom: 20px
        }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user img {
                border: 10px solid rgba(36,105,92,0.2)
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .setting-primary {
                position: absolute;
                top: 30px;
                right: 35px
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user h6 {
                margin-bottom: 0
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user p {
                color: #999;
                font-family: "Roboto",sans-serif;
                font-size: 13px
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .badge-bottom {
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 95px
            }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .badge-bottom .badge {
                    padding: 4px 6px 3px;
                    -webkit-box-shadow: 0 7px 10px rgba(36,105,92,0.3);
                    box-shadow: 0 7px 10px rgba(36,105,92,0.3);
                    font-family: "Roboto",sans-serif
                }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: distribute;
                justify-content: space-around;
                margin-top: 20px
            }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li {
                    position: relative
                }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li + li::before {
                        position: absolute;
                        content: '';
                        left: -14px;
                        top: 15px;
                        width: 2px;
                        height: 15px;
                        background-color: #e6edef
                    }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li span {
                        font-weight: 600
                    }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li p {
                        font-size: 12px;
                        margin-bottom: -5px
                    }

        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
            margin-left: 0;
            opacity: 0;
            visibility: hidden
        }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ .page-body {
                margin-left: 0;
                -webkit-transition: .5s;
                transition: .5s
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
                margin-left: 78px;
                -webkit-transition: .5s;
                transition: .5s
            }

        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .left-arrow, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .right-arrow {
            display: none
        }

        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
            border-radius: 0;
            height: calc(100vh - 100px);
            left: -300px;
            z-index: 99;
            -webkit-transition: color 1s ease;
            transition: color 1s ease;
            overflow: hidden;
            overflow-y: auto;
            color: rgba(0,0,0,0);
            padding-bottom: 15px
        }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px transparent
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-thumb, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar {
                width: 6px;
                border-radius: 13px
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-thumb {
                -webkit-box-shadow: inset 0 0 0 10px;
                box-shadow: inset 0 0 0 10px;
                background-color: #f5f7fb
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu:hover.custom-scrollbar {
                color: rgba(36,105,92,0.2)
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active {
                color: #24695c
            }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active:after {
                    color: #24695c
                }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li:hover a {
                color: #24695c
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li a {
                font-weight: 600
            }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li a.link-nav .according-menu {
                    display: none
                }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li:last-child {
                border-bottom: none
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.opennav {
                left: 0
            }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .back-btn {
                display: block;
                width: 100%;
                padding: 0
            }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .back-btn .mobile-back {
                    padding: 20px;
                    color: #2b2b2b;
                    font-weight: 700;
                    text-transform: uppercase;
                    border-bottom: 1px solid #efefef;
                    cursor: pointer;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: end;
                    -ms-flex-pack: end;
                    justify-content: flex-end;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li {
                display: block;
                float: none;
                width: 100%;
                padding: 0 20px
            }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li span {
                    font-weight: 600
                }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a {
                    padding: 10px 15px;
                    position: relative;
                    color: #222
                }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a svg {
                        width: 16px;
                        margin-right: 15px;
                        vertical-align: bottom;
                        float: none;
                        stroke-width: 2.5px
                    }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow {
                        right: 20px;
                        position: absolute;
                        top: 10px
                    }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow i {
                            display: none
                        }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow:before {
                            display: none
                        }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li:first-child {
                    display: none !important
                }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu {
                    width: 100%;
                    padding: 0;
                    position: relative !important;
                    display: none
                }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu > li a {
                        padding-left: 45px !important;
                        font-weight: 400
                    }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu .submenu-title .according-menu {
                        top: 8px
                    }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu.opensubmenu {
                        display: block
                    }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
                        display: none;
                        position: relative !important;
                        right: 0;
                        width: 100%;
                        padding: 0
                    }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.opensubchild {
                            display: block
                        }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a {
                            padding: 6px 45px;
                            padding-left: 56px !important
                        }

                            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a:after {
                                display: none
                            }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a {
                        padding: 8px 25px;
                        font-size: 13px;
                        color: #717171;
                        display: block;
                        position: relative;
                        letter-spacing: .07em
                    }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
                            left: 26px
                        }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:hover {
                            margin-left: 0
                        }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container {
                    display: none;
                    padding: 0;
                    position: relative
                }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container.opensubmenu {
                        display: block
                    }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box {
                        width: 100%;
                        padding: 0
                    }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title {
                            position: relative
                        }

                            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
                                margin-bottom: 0;
                                line-height: 1.9;
                                padding: 6px 25px 6px 45px;
                                font-size: 13px;
                                font-weight: 400;
                                color: #242934;
                                position: relative;
                                cursor: pointer
                            }

                                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5:after {
                                    left: 26px
                                }

                            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .according-menu {
                                top: 8px
                            }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
                            display: none
                        }

                            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu {
                                display: block
                            }

                                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a {
                                    padding: 6px 25px 6px 50px;
                                    font-size: 13px;
                                    font-weight: 400;
                                    color: #242934;
                                    display: block
                                }

                                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a:after {
                                        display: none
                                    }

                            .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
                                line-height: 1.9
                            }

                                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
                                    margin-left: 0
                                }

                .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link {
                    border-radius: 10px;
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease
                }

                    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover {
                        background-color: #24695c;
                        color: #d0efe9;
                        -webkit-transition: all .5s ease;
                        transition: all .5s ease;
                        position: relative
                    }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active .according-menu i, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover .according-menu i {
                            color: #d0efe9
                        }

                        .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active svg, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover svg {
                            color: #d0efe9 !important
                        }

    .page-wrapper.compact-wrapper .page-body-wrapper header .menu nav {
        margin-left: auto;
        margin-right: 30px
    }

    .page-wrapper.compact-wrapper .page-body-wrapper .mega-box .link-section .demo ul li a span img {
        top: 30px;
        right: -60px
    }

    .page-wrapper.compact-wrapper .page-body-wrapper .mega-box.col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset
    }

    .page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
        position: absolute;
        right: 15px;
        top: 12px;
        display: block
    }

        .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
            vertical-align: middle;
            color: #000
        }

    .page-wrapper.compact-wrapper .page-body-wrapper .main-menu.border-section {
        border: none
    }

    .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav {
        position: absolute;
        z-index: 2;
        right: 145px;
        top: 6px
    }

        .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
            font-size: 18px;
            padding-left: 5px;
            text-transform: uppercase
        }

    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
        padding-top: 30px;
        margin-left: 290px
    }

    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .according-menu {
        display: none !important
    }

    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
        width: 150px
    }

        .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
            display: none
        }

        .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
            height: calc(100vh - 80px);
            padding-top: 40px;
            padding-bottom: 40px
        }

            .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .sidebar-main-title {
                display: none
            }

            .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link {
                text-align: center;
                padding-left: unset;
                padding-right: unset
            }

                .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active {
                    background-color: transparent
                }

                    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active svg {
                        color: #24695c !important
                    }

                    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active span {
                        color: #24695c !important
                    }

                .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link svg {
                    display: block;
                    width: auto;
                    height: 50px;
                    margin-left: auto;
                    margin-right: auto;
                    padding: 15px;
                    border-radius: 5px
                }

                .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link span {
                    display: block;
                    word-wrap: break-word;
                    margin-top: -5px
                }

            .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
                background-color: #fff;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                display: none;
                padding-top: 20px;
                -webkit-box-shadow: 0 0 20px rgba(25,124,207,0.08);
                box-shadow: 0 0 20px rgba(25,124,207,0.08)
            }

            .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-content {
                position: fixed !important;
                top: 75px;
                height: calc(100vh - 0px);
                overflow: auto;
                left: 150px;
                width: 230px;
                -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out
            }

        .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title {
            display: none !important
        }

    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .page-body {
        margin-left: 150px
    }

    .page-wrapper.modern-sidebar {
        padding: 30px;
        background-color: rgba(36,105,92,0.15);
        height: 100vh;
        overflow: hidden
    }

        .page-wrapper.modern-sidebar .page-main-header {
            top: 30px;
            width: calc(100% - 60px);
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            z-index: 2
        }

            .page-wrapper.modern-sidebar .page-main-header.close_icon {
                width: calc(100% - 60px)
            }

        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
            margin-bottom: auto;
            margin-top: auto;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-radius: 20px;
            padding-top: 75px
        }

            .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
                top: 113px;
                height: calc(100vh - 145px);
                overflow: hidden;
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
                -webkit-transition: all .3s ease;
                transition: all .3s ease
            }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transform: translate(0);
                    transform: translate(0)
                }

                    .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
                        margin-left: 30px
                    }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
                    height: calc(100vh - 430px)
                }

            .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
                margin-left: 290px;
                overflow-y: scroll !important;
                min-height: calc(100vh - 185px);
                max-height: calc(100vh - 185px);
                margin-bottom: auto;
                margin-top: auto;
                border-top-right-radius: 20px
            }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
                    width: 6px
                }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
                    border-top-right-radius: 20px;
                    border-top-left-radius: 20px
                }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
                    background-color: rgba(36,105,92,0.2);
                    border-radius: 13px;
                    border-top-right-radius: 20px;
                    border-top-left-radius: 20px
                }

        .page-wrapper.modern-sidebar.compact-wrapper footer {
            position: fixed;
            left: 0;
            width: calc(100% - 60px);
            z-index: 10;
            margin-left: 30px;
            margin-bottom: 30px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px
        }

.main-navbar ul.nav-pills {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-top: 1px solid #e6edef;
    border-bottom: 1px solid #e6edef
}

    .main-navbar ul.nav-pills .nav-item {
        width: 50%
    }

        .main-navbar ul.nav-pills .nav-item:last-child {
            border-left: 1px solid #e6edef
        }

        .main-navbar ul.nav-pills .nav-item .nav-link {
            font-size: 14px;
            color: #2b2b2b;
            font-weight: 600;
            text-align: center;
            padding: 15px 0;
            cursor: pointer
        }

            .main-navbar ul.nav-pills .nav-item .nav-link.active {
                border-radius: unset;
                background-color: rgba(36,105,92,0.1);
                color: #24695c
            }

.main-navbar .tab-content {
    padding-left: 20px;
    padding-right: 20px
}

.rtl .link-section {
    float: right
}

.rtl .mega-box .link-section .demo ul li a span img {
    right: unset;
    left: -120px
}

@media (min-width: 992px) {
    .responsive-btn {
        display: none
    }

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu {
        width: 200px;
        opacity: 0;
        visibility: hidden;
        border-radius: 5px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu a .sub-arrow {
            position: absolute;
            right: 20px;
            top: 5px;
            color: #59667a;
            font-size: 10px;
            -webkit-transition: all .5s ease;
            transition: all .5s ease
        }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
            display: none;
            border-radius: 4px
        }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li:hover .nav-sub-childmenu {
            display: block
        }

        .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li a:hover .sub-arrow {
            right: 16px;
            color: #222;
            -webkit-transition: all .5s ease;
            transition: all .5s ease
        }

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .mega-menu-container {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li:hover .nav-submenu {
        opacity: 1;
        visibility: visible;
        margin-top: 20px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li:hover .mega-menu-container {
        opacity: 1;
        visibility: visible;
        margin-top: 20px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
        display: none
    }

    .page-wrapper.horizontal-wrapper .page-body-wrapper .mobile-back {
        display: none !important
    }

    .rtl .mega .full-mega-menu {
        float: left !important;
        left: 50% !important;
        right: auto !important
    }

        .rtl .mega .full-mega-menu.center-mega-menu {
            margin-right: 0 !important;
            margin-left: 0 !important;
            left: unset !important;
            right: 50% !important
        }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
    .page-wrapper.modern-sidebar .page-main-header .main-header-right .nav-right.right-menu ul {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1660px) {
    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li a svg {
        margin-right: 6px
    }

    .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu .nav-submenu.submenu-right-xl li .nav-sub-childmenu {
        left: -200px;
        right: unset
    }
}

@media (max-width: 1460px) {
    .rtl .pixelstrap .mega .full-mega-menu {
        margin-left: 0 !important;
        margin-right: 162px !important
    }

    header .main-navbar .nav-menu > li {
        margin-right: 8px
    }
}

@media (max-width: 1199px) {
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav.close_icon ~ footer {
        margin-left: unset
    }

    .page-wrapper.modern-sidebar {
        padding: unset;
        height: auto
    }

        .page-wrapper.modern-sidebar .page-main-header {
            top: 0;
            border-radius: unset;
            width: 100%
        }

            .page-wrapper.modern-sidebar .page-main-header.close_icon {
                width: 100%
            }

        .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
            border-radius: unset;
            margin-top: unset;
            margin-bottom: unset;
            padding-top: unset
        }

            .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
                top: 85px;
                height: auto
            }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
                    height: calc(100vh - 355px)
                }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
                    width: 100%;
                    margin-left: unset
                }

            .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
                max-height: unset;
                max-height: unset;
                min-height: calc(100vh - 76px);
                margin-top: 76px
            }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
                    display: none
                }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
                    display: none
                }

                .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
                    display: none
                }

        .page-wrapper.modern-sidebar.compact-wrapper footer {
            position: unset;
            width: auto;
            border-radius: unset;
            margin-left: 275px;
            margin-bottom: unset
        }
}

@media (max-width: 991px) {
    .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
        margin-top: 65px
    }
}

@media (max-width: 767px) {
    header .menu .brand-logo img {
        width: 120px
    }
}

@media (max-width: 576px) {
    header .menu nav {
        margin-right: 20px
    }

    .toggle-nav i {
        font-size: 20px
    }
}

.btn {
    font-size: 14px;
    padding: .375rem 1.75rem;
    font-weight: 600
}

.btn-lg {
    font-size: 18px
}

.btn-sm {
    font-size: 12px
}

.btn-xs {
    padding: .2rem .7rem;
    font-size: 10px
}

.large-btn {
    margin-bottom: -20px
}

    .large-btn .btn {
        margin-right: 5px;
        margin-bottom: 15px
    }

.btn-air-primary {
    -webkit-box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important;
    box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important
}

    .btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
        background-color: #17433b;
        border-color: #17433b
    }

.btn-air-secondary {
    -webkit-box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important;
    box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important
}

    .btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
        background-color: #a07044;
        border-color: #a07044
    }

.btn-air-success {
    -webkit-box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important;
    box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important
}

    .btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
        background-color: #0e2622;
        border-color: #0e2622
    }

.btn-air-danger {
    -webkit-box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important;
    box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important
}

    .btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
        background-color: #a82431;
        border-color: #a82431
    }

.btn-air-info {
    -webkit-box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important;
    box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important
}

    .btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
        background-color: #585858;
        border-color: #585858
    }

.btn-air-light {
    -webkit-box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important;
    box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important
}

    .btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
        background-color: #c7d7db;
        border-color: #c7d7db
    }

.btn-air-dark {
    -webkit-box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important;
    box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important
}

    .btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
        background-color: #171a21;
        border-color: #171a21
    }

.btn-air-warning {
    -webkit-box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important;
    box-shadow: 0 5px 10px 2px rgba(36,105,92,0.19) !important
}

    .btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
        background-color: #c8ac1d;
        border-color: #c8ac1d
    }

.btn-info {
    color: #fff
}

.input-air-primary {
    -webkit-box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important;
    box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important
}

    .input-air-primary:focus {
        border-color: #24695c
    }

.input-air-secondary {
    -webkit-box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important;
    box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important
}

    .input-air-secondary:focus {
        border-color: #ba895d
    }

.input-air-success {
    -webkit-box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important;
    box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important
}

    .input-air-success:focus {
        border-color: #1b4c43
    }

.input-air-danger {
    -webkit-box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important;
    box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important
}

    .input-air-danger:focus {
        border-color: #d22d3d
    }

.input-air-info {
    -webkit-box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important;
    box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important
}

    .input-air-info:focus {
        border-color: #717171
    }

.input-air-light {
    -webkit-box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important;
    box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important
}

    .input-air-light:focus {
        border-color: #e6edef
    }

.input-air-dark {
    -webkit-box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important;
    box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important
}

    .input-air-dark:focus {
        border-color: #2c323f
    }

.input-air-warning {
    -webkit-box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important;
    box-shadow: 0 3px 5px 1px rgba(88,103,221,0.15) !important
}

    .input-air-warning:focus {
        border-color: #e2c636
    }

.form-bg-primary {
    background: #24695c;
    border-color: #24695c;
    color: #fff
}

    .form-bg-primary:focus {
        border-color: #24695c;
        background: #24695c;
        color: #fff
    }

        .form-bg-primary:focus:active {
            border-color: #24695c;
            background: #24695c;
            color: #fff
        }

.form-bg-secondary {
    background: #ba895d;
    border-color: #ba895d;
    color: #fff
}

    .form-bg-secondary:focus {
        border-color: #ba895d;
        background: #ba895d;
        color: #fff
    }

        .form-bg-secondary:focus:active {
            border-color: #ba895d;
            background: #ba895d;
            color: #fff
        }

.form-bg-success {
    background: #1b4c43;
    border-color: #1b4c43;
    color: #fff
}

    .form-bg-success:focus {
        border-color: #1b4c43;
        background: #1b4c43;
        color: #fff
    }

        .form-bg-success:focus:active {
            border-color: #1b4c43;
            background: #1b4c43;
            color: #fff
        }

.form-bg-danger {
    background: #d22d3d;
    border-color: #d22d3d;
    color: #fff
}

    .form-bg-danger:focus {
        border-color: #d22d3d;
        background: #d22d3d;
        color: #fff
    }

        .form-bg-danger:focus:active {
            border-color: #d22d3d;
            background: #d22d3d;
            color: #fff
        }

.form-bg-info {
    background: #717171;
    border-color: #717171;
    color: #fff
}

    .form-bg-info:focus {
        border-color: #717171;
        background: #717171;
        color: #fff
    }

        .form-bg-info:focus:active {
            border-color: #717171;
            background: #717171;
            color: #fff
        }

.form-bg-light {
    background: #e6edef;
    border-color: #e6edef;
    color: #2c323f
}

    .form-bg-light:focus {
        border-color: #e6edef;
        background: #e6edef;
        color: #2c323f
    }

        .form-bg-light:focus:active {
            border-color: #e6edef;
            background: #e6edef;
            color: #2c323f
        }

.form-bg-dark {
    background: #2c323f;
    border-color: #2c323f;
    color: #fff
}

    .form-bg-dark:focus {
        border-color: #2c323f;
        background: #2c323f;
        color: #fff
    }

        .form-bg-dark:focus:active {
            border-color: #2c323f;
            background: #2c323f;
            color: #fff
        }

.form-bg-warning {
    background: #e2c636;
    border-color: #e2c636;
    color: #fff
}

    .form-bg-warning:focus {
        border-color: #e2c636;
        background: #e2c636;
        color: #fff
    }

        .form-bg-warning:focus:active {
            border-color: #e2c636;
            background: #e2c636;
            color: #fff
        }

.btn-warning {
    color: #fff
}

    .btn-warning:hover, .btn-warning.disabled {
        color: #fff
    }

.btn-primary-gradien {
    background-image: -webkit-gradient(linear,left top,right top,from(#2e8777),color-stop(51%,#1a4b41),to(#2e8777));
    background-image: linear-gradient(to right,#2e8777 0%,#1a4b41 51%,#2e8777 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .btn-primary-gradien:hover {
        color: #242934 !important
    }

    .btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        background-position: right center;
        background-image: -webkit-gradient(linear,left top,right top,from(#2e8777),color-stop(0%),color-stop(#1a4b41),color-stop(100%),to(#fff)) !important;
        background-image: linear-gradient(to right,#2e8777,0%,#1a4b41,100%,#fff) !important
    }

.btn-secondary-gradien {
    background-image: -webkit-gradient(linear,left top,right top,from(#c69e7a),color-stop(51%,#a77547),to(#c69e7a));
    background-image: linear-gradient(to right,#c69e7a 0%,#a77547 51%,#c69e7a 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        background-position: right center;
        background-image: -webkit-gradient(linear,left top,right top,from(#c69e7a),color-stop(0%),color-stop(#a77547),color-stop(100%),to(#fff)) !important;
        background-image: linear-gradient(to right,#c69e7a,0%,#a77547,100%,#fff) !important
    }

.btn-success-gradien {
    background-image: -webkit-gradient(linear,left top,right top,from(#266a5e),color-stop(51%,#102e28),to(#266a5e));
    background-image: linear-gradient(to right,#266a5e 0%,#102e28 51%,#266a5e 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        background-position: right center;
        background-image: -webkit-gradient(linear,left top,right top,from(#266a5e),color-stop(0%),color-stop(#102e28),color-stop(100%),to(#fff)) !important;
        background-image: linear-gradient(to right,#266a5e,0%,#102e28,100%,#fff) !important
    }

.btn-danger-gradien {
    background-image: -webkit-gradient(linear,left top,right top,from(#d94f5c),color-stop(51%,#b02633),to(#d94f5c));
    background-image: linear-gradient(to right,#d94f5c 0%,#b02633 51%,#d94f5c 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        background-position: right center;
        background-image: -webkit-gradient(linear,left top,right top,from(#d94f5c),color-stop(0%),color-stop(#b02633),color-stop(100%),to(#fff)) !important;
        background-image: linear-gradient(to right,#d94f5c,0%,#b02633,100%,#fff) !important
    }

.btn-warning-gradien {
    background-image: -webkit-gradient(linear,left top,right top,from(#e7d05a),color-stop(51%,#d1b41e),to(#e7d05a));
    background-image: linear-gradient(to right,#e7d05a 0%,#d1b41e 51%,#e7d05a 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        background-position: right center;
        background-image: -webkit-gradient(linear,left top,right top,from(#e7d05a),color-stop(0%),color-stop(#d1b41e),color-stop(100%),to(#fff)) !important;
        background-image: linear-gradient(to right,#e7d05a,0%,#d1b41e,100%,#fff) !important
    }

.btn-info-gradien {
    background-image: -webkit-gradient(linear,left top,right top,from(#858585),color-stop(51%,#5d5d5d),to(#858585));
    background-image: linear-gradient(to right,#858585 0%,#5d5d5d 51%,#858585 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        background-position: right center;
        background-image: -webkit-gradient(linear,left top,right top,from(#858585),color-stop(0%),color-stop(#5d5d5d),color-stop(100%),to(#fff)) !important;
        background-image: linear-gradient(to right,#858585,0%,#5d5d5d,100%,#fff) !important
    }

.btn-light-gradien {
    background-image: -webkit-gradient(linear,left top,right top,from(white),color-stop(51%,#cddbdf),to(white));
    background-image: linear-gradient(to right,white 0%,#cddbdf 51%,white 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        background-position: right center;
        background-image: -webkit-gradient(linear,left top,right top,from(white),color-stop(0%),color-stop(#cddbdf),color-stop(100%),to(#fff)) !important;
        background-image: linear-gradient(to right,white,0%,#cddbdf,100%,#fff) !important
    }

.btn-dark-gradien {
    background-image: -webkit-gradient(linear,left top,right top,from(#3d4557),color-stop(51%,#1b1f27),to(#3d4557));
    background-image: linear-gradient(to right,#3d4557 0%,#1b1f27 51%,#3d4557 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
        -webkit-transition: 1.5s;
        transition: 1.5s;
        background-position: right center;
        background-image: -webkit-gradient(linear,left top,right top,from(#3d4557),color-stop(0%),color-stop(#1b1f27),color-stop(100%),to(#fff)) !important;
        background-image: linear-gradient(to right,#3d4557,0%,#1b1f27,100%,#fff) !important
    }

[class*='-gradien']:hover {
    background-size: 50% 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

.btn-square {
    border-radius: 0
}

.btn-pill {
    border-radius: 60px
}

.btn-group-pill .btn:first-child {
    border-radius: 60px 0 0 60px
}

.btn-group-pill .btn:last-child {
    border-radius: 0 60px 60px 0
}

.btn-group-square .btn:first-child {
    border-radius: 0 0 0 0
}

.btn-group-square .btn:last-child {
    border-radius: 0 0 0 0
}

.btn-showcase {
    margin-bottom: -10px
}

    .btn-showcase .btn {
        margin-bottom: 10px;
        margin-right: 18px
    }

.btn-dropdown-showcase {
    margin-bottom: -10px
}

    .btn-dropdown-showcase .dropdown {
        margin-bottom: 10px;
        margin-right: 18px
    }

    .btn-dropdown-showcase .btn-group {
        margin-bottom: 10px;
        margin-right: 18px
    }

.btn-group .radio label::before {
    top: 2px
}

.btn-group .radio label::after {
    top: 7px
}

.btn-group .checkbox label {
    margin-top: 3px
}

.btn-group-showcase > div {
    margin-bottom: -20px
}

    .btn-group-showcase > div label {
        margin-bottom: 0
    }

.btn-group-showcase .btn-group {
    margin-right: 20px;
    margin-bottom: 20px
}

.btn-group-showcase .checkbox input[type="checkbox"] {
    display: none
}

.tooltiptext {
    visibility: visible;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

    .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent
    }

.topright-general, .toprightarrow-primary, .toprightarrow-secondary {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .topright-general:before, .toprightarrow-primary:before, .toprightarrow-secondary:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.toprightarrow-primary {
    color: #24695c;
    background-color: rgba(36,105,92,0.1)
}

.toprightarrow-secondary {
    color: #ba895d;
    background-color: rgba(186,137,93,0.1)
}

.btn-arrow {
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}

    .btn-arrow.arrow-primary {
        color: #24695c
    }

    .btn-arrow.arrow-secondary {
        color: #ba895d
    }

.btn-iconsolid {
    border-radius: 5px;
    background-color: #24695c;
    padding: 8px 12px
}

    .btn-iconsolid i {
        color: #fff;
        font-weight: 700
    }

.color-box {
    margin-bottom: -10px
}

    .color-box button {
        margin-bottom: 10px
    }

        .color-box button + button {
            margin-left: 5px
        }

.primary-color ul li:nth-child(13) {
    background-color: #266f61;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(13) span:before {
        content: "#266f61";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(12) {
    background-color: #287466;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(12) span:before {
        content: "#287466";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(11) {
    background-color: #2a7a6b;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(11) span:before {
        content: "#2a7a6b";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(10) {
    background-color: #2c8070;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(10) span:before {
        content: "#2c8070";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(9) {
    background-color: #2e8575;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(9) span:before {
        content: "#2e8575";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(8) {
    background-color: #308b7a;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(8) span:before {
        content: "#308b7a";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(7) {
    background-color: #32917f;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(7) span:before {
        content: "#32917f";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(6) {
    background-color: #349784;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(6) span:before {
        content: "#349784";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(5) {
    background-color: #369c89;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(5) span:before {
        content: "#369c89";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(4) {
    background-color: #38a28e;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(4) span:before {
        content: "#38a28e";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(3) {
    background-color: #39a893;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(3) span:before {
        content: "#39a893";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(2) {
    background-color: #3bad98;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(2) span:before {
        content: "#3bad98";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.primary-color ul li:nth-child(1) {
    background-color: #3db39d;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .primary-color ul li:nth-child(1) span:before {
        content: "#3db39d";
        display: block;
        color: #fff;
        text-align: center
    }

.primary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(13) {
    background-color: #bf9168;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(13) span:before {
        content: "#bf9168";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(12) {
    background-color: #c39972;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(12) span:before {
        content: "#c39972";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(11) {
    background-color: #c8a07d;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(11) span:before {
        content: "#c8a07d";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(10) {
    background-color: #cca888;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(10) span:before {
        content: "#cca888";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(9) {
    background-color: #d1b093;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(9) span:before {
        content: "#d1b093";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(8) {
    background-color: #d5b89d;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(8) span:before {
        content: "#d5b89d";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(7) {
    background-color: #dac0a8;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(7) span:before {
        content: "#dac0a8";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(6) {
    background-color: #dfc8b3;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(6) span:before {
        content: "#dfc8b3";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(5) {
    background-color: #e3cfbe;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(5) span:before {
        content: "#e3cfbe";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(4) {
    background-color: #e8d7c8;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(4) span:before {
        content: "#e8d7c8";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(3) {
    background-color: #ecdfd3;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(3) span:before {
        content: "#ecdfd3";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(2) {
    background-color: #f1e7de;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(2) span:before {
        content: "#f1e7de";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.secondary-color ul li:nth-child(1) {
    background-color: #f5efe8;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .secondary-color ul li:nth-child(1) span:before {
        content: "#f5efe8";
        display: block;
        color: #fff;
        text-align: center
    }

.secondary-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(13) {
    background-color: #1c4f46;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(13) span:before {
        content: "#1c4f46";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(12) {
    background-color: #1d5349;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(12) span:before {
        content: "#1d5349";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(11) {
    background-color: #1f564c;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(11) span:before {
        content: "#1f564c";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(10) {
    background-color: #205a4f;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(10) span:before {
        content: "#205a4f";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(9) {
    background-color: #215d52;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(9) span:before {
        content: "#215d52";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(8) {
    background-color: #226055;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(8) span:before {
        content: "#226055";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(7) {
    background-color: #236458;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(7) span:before {
        content: "#236458";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(6) {
    background-color: #25675b;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(6) span:before {
        content: "#25675b";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(5) {
    background-color: #266a5e;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(5) span:before {
        content: "#266a5e";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(4) {
    background-color: #276e61;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(4) span:before {
        content: "#276e61";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(3) {
    background-color: #287164;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(3) span:before {
        content: "#287164";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(2) {
    background-color: #297567;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(2) span:before {
        content: "#297567";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.success-color ul li:nth-child(1) {
    background-color: #2b786a;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .success-color ul li:nth-child(1) span:before {
        content: "#2b786a";
        display: block;
        color: #fff;
        text-align: center
    }

.success-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(13) {
    background-color: #777;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(13) span:before {
        content: "#777777";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(12) {
    background-color: #7e7e7e;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(12) span:before {
        content: "#7e7e7e";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(11) {
    background-color: #848484;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(11) span:before {
        content: "#848484";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(10) {
    background-color: #8b8b8b;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(10) span:before {
        content: "#8b8b8b";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(9) {
    background-color: #919191;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(9) span:before {
        content: "#919191";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(8) {
    background-color: #979797;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(8) span:before {
        content: "#979797";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(7) {
    background-color: #9e9e9e;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(7) span:before {
        content: "#9e9e9e";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(6) {
    background-color: #a4a4a4;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(6) span:before {
        content: "#a4a4a4";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(5) {
    background-color: #aaa;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(5) span:before {
        content: "#aaaaaa";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(4) {
    background-color: #b1b1b1;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(4) span:before {
        content: "#b1b1b1";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(3) {
    background-color: #b7b7b7;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(3) span:before {
        content: "#b7b7b7";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(2) {
    background-color: #bebebe;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(2) span:before {
        content: "#bebebe";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.info-color ul li:nth-child(1) {
    background-color: #c4c4c4;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .info-color ul li:nth-child(1) span:before {
        content: "#c4c4c4";
        display: block;
        color: #fff;
        text-align: center
    }

.info-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(13) {
    background-color: #e4ca43;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(13) span:before {
        content: "#e4ca43";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(12) {
    background-color: #e6ce51;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(12) span:before {
        content: "#e6ce51";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(11) {
    background-color: #e8d15e;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(11) span:before {
        content: "#e8d15e";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(10) {
    background-color: #ead56b;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(10) span:before {
        content: "#ead56b";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(9) {
    background-color: #ecd979;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(9) span:before {
        content: "#ecd979";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(8) {
    background-color: #eedd86;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(8) span:before {
        content: "#eedd86";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(7) {
    background-color: #f0e194;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(7) span:before {
        content: "#f0e194";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(6) {
    background-color: #f1e4a1;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(6) span:before {
        content: "#f1e4a1";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(5) {
    background-color: #f3e8ae;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(5) span:before {
        content: "#f3e8ae";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(4) {
    background-color: #f5ecbc;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(4) span:before {
        content: "#f5ecbc";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(3) {
    background-color: #f7f0c9;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(3) span:before {
        content: "#f7f0c9";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(2) {
    background-color: #f9f4d6;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(2) span:before {
        content: "#f9f4d6";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.yellow-color ul li:nth-child(1) {
    background-color: #fbf7e4;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .yellow-color ul li:nth-child(1) span:before {
        content: "#fbf7e4";
        display: block;
        color: #fff;
        text-align: center
    }

.yellow-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(13) {
    background-color: #d43545;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(13) span:before {
        content: "#d43545";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(12) {
    background-color: #d63e4d;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(12) span:before {
        content: "#d63e4d";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(11) {
    background-color: #d74654;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(11) span:before {
        content: "#d74654";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(10) {
    background-color: #d94f5c;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(10) span:before {
        content: "#d94f5c";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(9) {
    background-color: #db5764;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(9) span:before {
        content: "#db5764";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(8) {
    background-color: #dd5f6c;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(8) span:before {
        content: "#dd5f6c";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(7) {
    background-color: #df6873;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(7) span:before {
        content: "#df6873";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(6) {
    background-color: #e0707b;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(6) span:before {
        content: "#e0707b";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(5) {
    background-color: #e27983;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(5) span:before {
        content: "#e27983";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(4) {
    background-color: #e4818b;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(4) span:before {
        content: "#e4818b";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(3) {
    background-color: #e68992;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(3) span:before {
        content: "#e68992";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(2) {
    background-color: #e8929a;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(2) span:before {
        content: "#e8929a";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.red-color ul li:nth-child(1) {
    background-color: #e99aa2;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .red-color ul li:nth-child(1) span:before {
        content: "#e99aa2";
        display: block;
        color: #fff;
        text-align: center
    }

.red-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(13) {
    background-color: #eb2067;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(13) span:before {
        content: "#eb2067";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(12) {
    background-color: #ec2e70;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(12) span:before {
        content: "#ec2e70";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(11) {
    background-color: #ed3c7a;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(11) span:before {
        content: "#ed3c7a";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(10) {
    background-color: #ee4a83;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(10) span:before {
        content: "#ee4a83";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(9) {
    background-color: #f0588d;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(9) span:before {
        content: "#f0588d";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(8) {
    background-color: #f16696;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(8) span:before {
        content: "#f16696";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(7) {
    background-color: #f274a0;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(7) span:before {
        content: "#f274a0";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(6) {
    background-color: #f482aa;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(6) span:before {
        content: "#f482aa";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(5) {
    background-color: #f590b3;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(5) span:before {
        content: "#f590b3";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(4) {
    background-color: #f69ebd;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(4) span:before {
        content: "#f69ebd";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(3) {
    background-color: #f7acc6;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(3) span:before {
        content: "#f7acc6";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(2) {
    background-color: #f9bad0;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(2) span:before {
        content: "#f9bad0";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.pink-color ul li:nth-child(1) {
    background-color: #fac8d9;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .pink-color ul li:nth-child(1) span:before {
        content: "#fac8d9";
        display: block;
        color: #fff;
        text-align: center
    }

.pink-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(13) {
    background-color: #919191;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(13) span:before {
        content: "#919191";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(12) {
    background-color: #989898;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(12) span:before {
        content: "#989898";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(11) {
    background-color: #a0a0a0;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(11) span:before {
        content: "#a0a0a0";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(10) {
    background-color: #a8a8a8;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(10) span:before {
        content: "#a8a8a8";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(9) {
    background-color: #afafaf;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(9) span:before {
        content: "#afafaf";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(8) {
    background-color: #b7b7b7;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(8) span:before {
        content: "#b7b7b7";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(7) {
    background-color: #bfbfbf;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(7) span:before {
        content: "#bfbfbf";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(6) {
    background-color: #c6c6c6;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(6) span:before {
        content: "#c6c6c6";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(5) {
    background-color: #cecece;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(5) span:before {
        content: "#cecece";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(4) {
    background-color: #d6d6d6;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(4) span:before {
        content: "#d6d6d6";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(3) {
    background-color: #ddd;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(3) span:before {
        content: "#dddddd";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(2) {
    background-color: #e5e5e5;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(2) span:before {
        content: "#e5e5e5";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.gray-color ul li:nth-child(1) {
    background-color: #ececec;
    padding: 10px 15px;
    margin-bottom: 10px
}

    .gray-color ul li:nth-child(1) span:before {
        content: "#ececec";
        display: block;
        color: #fff;
        text-align: center
    }

.gray-color ul li:last-child {
    margin-bottom: 0
}

.light-font {
    color: rgba(36,41,52,0.7)
}

.icon-lists h6 {
    color: #898989;
    font-weight: 400
}

.icon-lists > div:hover {
    background-color: rgba(36,105,92,0.1);
    color: #24695c
}

    .icon-lists > div:hover i {
        color: #24695c
    }

.icon-lists div {
    cursor: pointer;
    line-height: 60px;
    white-space: nowrap;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .icon-lists div i {
        margin: 0 15px 0 10px;
        font-size: 24px
    }

.icon-lists.whether-icon svg {
    height: 50px;
    width: 50px
}

.icon-lists.feather-icons .media svg {
    margin: 0 15px 0 10px
}

.icon-lists .feather-icon .icon-first h6 {
    display: none
}

.flag-icons, .feather-icons {
    margin-bottom: -15px;
    margin-top: -15px
}

    .flag-icons div, .feather-icons div {
        line-height: 1;
        word-wrap: break-word;
        overflow: auto
    }

        .flag-icons div .flag-icon, .feather-icons div .flag-icon {
            height: 50px;
            width: 50px
        }

        .flag-icons div .media, .feather-icons div .media {
            padding-top: 15px;
            padding-bottom: 15px;
            width: 100%
        }

        .flag-icons div .media-body h6, .feather-icons div .media-body h6 {
            margin-bottom: 0;
            font-size: 14px;
            max-width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .flag-icons div .media-body h5, .feather-icons div .media-body h5 {
            background-color: #24695c;
            display: inline-block;
            padding: 3px 5px;
            font-size: 11px;
            border-radius: 3px;
            margin-right: 5px;
            margin-bottom: 5px;
            color: #fff
        }

.icon-hover-bottom {
    background-color: #fdfeff;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 1px 1px #e6edef;
    box-shadow: 0 0 1px 1px #e6edef;
    z-index: 999
}

    .icon-hover-bottom .icon-popup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 20px
    }

        .icon-hover-bottom .icon-popup .close-icon {
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 20px;
            color: #ccc;
            cursor: pointer
        }

        .icon-hover-bottom .icon-popup > div {
            display: inline-block
        }

            .icon-hover-bottom .icon-popup > div .flag-icon {
                width: 60px;
                height: 60px
            }

        .icon-hover-bottom .icon-popup .icon-class {
            margin: 0 20px;
            cursor: pointer
        }

    .icon-hover-bottom .icon-title {
        display: block;
        color: #2c323f;
        text-transform: uppercase;
        font-weight: 500
    }

    .icon-hover-bottom .form-group input {
        min-width: 300px;
        background-color: #fff
    }

.fa-fa-icon-show-div, .icons-show-div {
    display: none
}

.icon-first i {
    color: #898989
}

.icon-first h6 {
    display: none
}

@media only screen and (max-width: 480px) {
    .flag-icons div .media, .feather-icons div .media {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

==========================**/
/**=====================
12. Form Builder 2 CSS Start
==========================**/
.form-builder-column #pills-tabContent .theme-form .form-group, .form-builder-column #pills-tabContent .theme-form .ui-draggable {
    margin-bottom: 0 !important
}

    .form-builder-column #pills-tabContent .theme-form .form-group .checkbox label, .form-builder-column #pills-tabContent .theme-form .ui-draggable .checkbox label {
        margin-top: 0
    }

    .form-builder-column #pills-tabContent .theme-form .form-group input, .form-builder-column #pills-tabContent .theme-form .ui-draggable input {
        border-radius: 4px
    }

    .form-builder-column #pills-tabContent .theme-form .form-group .input-group #prependedcheckbox, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group #prependedcheckbox {
        margin-right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .form-builder-column #pills-tabContent .theme-form .form-group .input-group input, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group input {
        margin-right: 15px
    }

    .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-prepend .input-group-text input, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-prepend .input-group-text input {
        margin-right: 0
    }

    .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-btn button, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-btn button {
        border-radius: 4px
    }

    .form-builder-column #pills-tabContent .theme-form .form-group select, .form-builder-column #pills-tabContent .theme-form .ui-draggable select {
        border-radius: 4px
    }

    .form-builder-column #pills-tabContent .theme-form .form-group .m-t-help-block, .form-builder-column #pills-tabContent .theme-form .ui-draggable .m-t-help-block {
        margin-top: -3px
    }

.form-builder-column #pills-tabContent #pills-button .theme-form button {
    margin-bottom: 6px
}

.form-builder-column .droppable-active {
    background-color: #24695c !important;
    opacity: .1
}

.form-builder-column .form-body {
    min-height: 540px
}

.form-builder-column .draggable {
    cursor: move
}

.form-builder-column .drag-bx {
    border: 1px dotted #e6edef;
    border-radius: 4px
}

.form-builder-column .help-block {
    color: #e6edef
}

.form-builder-column .tools a {
    cursor: pointer;
    font-size: 80%
}

.form-builder-2 .form-group {
    margin-bottom: 0 !important
}

    .form-builder-2 .form-group .checkbox label {
        margin-top: 0
    }

    .form-builder-2 .form-group input {
        border-radius: 4px
    }

    .form-builder-2 .form-group .input-group #prependedcheckbox {
        margin-right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .form-builder-2 .form-group .input-group input {
        margin-right: 15px
    }

    .form-builder-2 .form-group .input-group .input-group-prepend .input-group-text input {
        margin-right: 0
    }

    .form-builder-2 .form-group .input-group .input-group-btn button {
        border-radius: 4px
    }

    .form-builder-2 .form-group select {
        border-radius: 4px
    }

    .form-builder-2 .form-group .m-t-help-block {
        margin-top: -3px
    }

.form-builder-2-header {
    background-color: #e6edef;
    padding: 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

    .form-builder-2-header > div {
        display: inline-block;
        width: 49%
    }

        .form-builder-2-header > div nav {
            text-align: right;
            float: right
        }

.draggable input {
    border-radius: 5px
}

.draggable select {
    border-radius: 4px
}

.list-group-item.active {
    background-color: #24695c;
    border-color: #24695c
}

.list-group i {
    margin-right: 10px
}

.list-group img {
    height: 40px;
    width: 40px;
    margin-right: 10px
}

.bootstrap-touchspin input.touchspin {
    padding: 0 12px
}

.bootstrap-touchspin .input-group .btn {
    padding: 10px 20px
}

.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

    .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: -2px
    }

    .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical i {
        position: absolute;
        top: 4px;
        left: 7px;
        font-size: 10px;
        font-weight: 400
    }

    .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 9px;
        margin-left: -1px;
        position: relative
    }

.bootstrap-touchspin .input-group {
    font-family: "Rubik",sans-serif,sans-serif
}

    .bootstrap-touchspin .input-group .btn {
        border-radius: 0 !important
    }

.bootstrap-touchspin .dropdown-basic .dropdown .dropbtn {
    padding: 9px 30px
}

.bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
    z-index: 9999
}

.default-according .card {
    margin-bottom: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .default-according .card + .card {
        margin-top: 10px
    }

    .default-according .card .btn-link {
        font-weight: 500;
        color: #242934;
        font-size: 16px
    }

        .default-according .card .btn-link:focus, .default-according .card .btn-link:hover {
            text-decoration: none
        }

    .default-according .card .card-header {
        padding: 1rem 1.25rem;
        border-bottom: 1px solid #e6edef
    }

        .default-according .card .card-header i {
            position: initial;
            font-size: 20px;
            display: inline-block;
            vertical-align: text-bottom;
            margin-right: 5px
        }

        .default-according .card .card-header h5 {
            margin-top: 2px
        }

    .default-according .card .card-body {
        border-top: none !important;
        padding: 20px
    }

        .default-according .card .card-body h5 {
            font-size: 14px;
            margin-bottom: 5px
        }

        .default-according .card .card-body h6 {
            color: #999;
            font-size: 12px;
            margin-bottom: 5px
        }

        .default-according .card .card-body ul.rating li {
            display: inline-block
        }

.default-according.style-1 button {
    width: 100%;
    text-align: left
}

    .default-according.style-1 button:before {
        right: 20px;
        position: absolute;
        -webkit-transition: .4s;
        transition: .4s
    }

    .default-according.style-1 button[aria-expanded="true"]:before {
        content: "";
        font-family: IcoFont
    }

    .default-according.style-1 button[aria-expanded="false"]:before {
        content: "";
        font-family: IcoFont
    }

@media (max-width: 480px) {
    .default-according .card .card-header {
        padding-right: 32px
    }

        .default-according .card .card-header h5 {
            font-size: 16px
        }

    .default-according.style-1 button:before {
        right: 10px
    }
}

.show-hide {
    position: absolute;
    top: 18px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 2
}

    .show-hide span {
        cursor: pointer;
        font-size: 13px;
        color: #24695c
    }

        .show-hide span .show-hide span:before {
            content: "hide"
        }

        .show-hide span.show:before {
            content: "show"
        }

.needs-validation label {
    opacity: .7;
    margin-bottom: 10px
}

.needs-validation .invalid-tooltip {
    top: -35px;
    right: 10px
}

.login-card {
    background-color: rgba(36,105,92,0.1);
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0 auto;
    padding: 30px 12px
}

.login-form {
    padding: 30px;
    width: 450px;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

    .login-form h4 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 22px
    }

    .login-form h6 {
        font-size: 14px;
        margin-bottom: 25px;
        color: #999
    }

    .login-form .btn {
        text-transform: uppercase;
        font-weight: 700;
        margin-left: auto;
        display: block
    }

    .login-form p {
        font-weight: 600;
        text-align: center;
        margin-bottom: unset
    }

    .login-form .form-group {
        position: relative
    }

        .login-form .form-group label {
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: 5px
        }

        .login-form .form-group .input-group-text {
            background-color: rgba(36,105,92,0.1);
            border: none;
            color: #24695c
        }

        .login-form .form-group input {
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        .login-form .form-group .form-control::-webkit-input-placeholder {
            font-weight: 400
        }

        .login-form .form-group .form-control::-moz-placeholder {
            font-weight: 400
        }

        .login-form .form-group .form-control:-ms-input-placeholder {
            font-weight: 400
        }

        .login-form .form-group .form-control::-ms-input-placeholder {
            font-weight: 400
        }

        .login-form .form-group .form-control::placeholder {
            font-weight: 400
        }

        .login-form .form-group .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .login-form .form-group .checkbox {
            display: inline-block
        }

            .login-form .form-group .checkbox label {
                padding-top: 0;
                margin-top: 0;
                color: #999
            }

                .login-form .form-group .checkbox label span {
                    color: rgba(36,105,92,0.5)
                }

        .login-form .form-group .link {
            float: right;
            font-weight: 500
        }

        .login-form .form-group .small-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .login-form .form-group .small-group .input-group:nth-child(n+2) {
                margin-left: 10px
            }

    .login-form ul.login-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .login-form ul.login-social li {
            display: inline-block;
            width: 35px;
            height: 35px;
            background-color: rgba(36,105,92,0.08);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 5px
        }

            .login-form ul.login-social li a {
                line-height: 1
            }

                .login-form ul.login-social li a svg {
                    width: 16px;
                    height: auto
                }

            .login-form ul.login-social li:nth-child(n+2) {
                margin-left: 10px
            }

    .login-form .login-social-title {
        position: relative;
        margin-bottom: 20px;
        z-index: 2
    }

        .login-form .login-social-title::before {
            content: '';
            position: absolute;
            top: 10px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #999;
            z-index: -1
        }

        .login-form .login-social-title h5 {
            font-weight: 600;
            font-size: 16px;
            color: #999;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            padding-left: 10px;
            padding-right: 10px;
            background-color: #fff
        }

@media (max-width: 575px) {
    .login-form .form-group .link {
        float: unset
    }

    .login-form .btn {
        margin-left: unset
    }
}

@media (max-width: 480px) {
    .login-form {
        width: 100%
    }
}

.height-35 {
    height: 35px !important
}

label {
    margin-bottom: 5px;
    font-weight: 600
}

.form-group {
    margin-bottom: 20px
}

.form-control, .form-select {
    background-color: #fff;
    font-size: 14px;
    border-color: #e6edef;
    color: #717171
}

    .form-control:focus, .form-select:focus {
        border-color: #e6edef;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 .2rem rgba(171,140,228,0.05);
        box-shadow: 0 0 0 .2rem rgba(171,140,228,0.05)
    }

.theme-form .form-control :focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(171,140,228,0.05);
    box-shadow: 0 0 0 .2rem rgba(171,140,228,0.05)
}

.theme-form.sm-form .form-group {
    margin-bottom: 14px
}

.theme-form .form-group {
    margin-bottom: 20px
}

    .theme-form .form-group textarea {
        border-color: #efefef
    }

        .theme-form .form-group textarea::-webkit-input-placeholder {
            color: #898989;
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 100
        }

    .theme-form .form-group input[type=text], .theme-form .form-group input[type=email], .theme-form .form-group input[type=search], .theme-form .form-group input[type=password], .theme-form .form-group input[type=number], .theme-form .form-group input[type=tel], .theme-form .form-group input[type=date], .theme-form .form-group input[type=datetime-local], .theme-form .form-group input[type=time], .theme-form .form-group input[type=datetime-local], .theme-form .form-group input[type=month], .theme-form .form-group input[type=week], .theme-form .form-group input[type=url], .theme-form .form-group input[type=file], .theme-form .form-group select {
        border-color: #e6edef;
        font-size: 14px;
        color: #898989
    }

        .theme-form .form-group input[type=text]::-webkit-input-placeholder, .theme-form .form-group input[type=email]::-webkit-input-placeholder, .theme-form .form-group input[type=search]::-webkit-input-placeholder, .theme-form .form-group input[type=password]::-webkit-input-placeholder, .theme-form .form-group input[type=number]::-webkit-input-placeholder, .theme-form .form-group input[type=tel]::-webkit-input-placeholder, .theme-form .form-group input[type=date]::-webkit-input-placeholder, .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, .theme-form .form-group input[type=time]::-webkit-input-placeholder, .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, .theme-form .form-group input[type=month]::-webkit-input-placeholder, .theme-form .form-group input[type=week]::-webkit-input-placeholder, .theme-form .form-group input[type=url]::-webkit-input-placeholder, .theme-form .form-group input[type=file]::-webkit-input-placeholder, .theme-form .form-group select::-webkit-input-placeholder {
            color: #898989;
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 100
        }

        .theme-form .form-group select.form-control:not([size]):not([multiple]) {
            border-color: #efefef;
            font-size: 14px
        }

.theme-form .checkbox label {
    padding-left: 10px
}

.theme-form .form-divider {
    position: relative;
    clear: both;
    height: 0;
    margin: 30px 0;
    border-top: 1px solid #efefef
}

    .theme-form .form-divider:before {
        position: absolute;
        top: -11px;
        left: 40%;
        margin-left: -10px;
        padding: 0 5px;
        content: "Or Signup With";
        color: #2b2b2b;
        background: #fff
    }

.theme-form .login-divider {
    position: relative;
    clear: both;
    height: 0;
    margin: 30px 0;
    border-top: 1px solid #efefef
}

    .theme-form .login-divider:before {
        position: absolute;
        top: -11px;
        left: 40%;
        margin-left: -10px;
        padding: 0 5px;
        color: #2b2b2b;
        background: #fff;
        content: "Or Login With"
    }

.theme-form .btn-fb {
    background-color: #50598e;
    color: #fff;
    width: 100%
}

.theme-form .btn-twitter {
    background-color: #6fa2d8;
    color: #fff;
    width: 100%
}

.theme-form .btn-google {
    background-color: #c64e40;
    color: #fff;
    width: 100%
}

.form-inline {
    display: -webkit-inline-box
}

    .form-inline .form-group {
        margin-right: 15px
    }

        .form-inline .form-group .col-form-label {
            margin-right: 5px
        }

.search-form .form-group:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: #e8ebf2;
    left: 82px;
    top: 50px
}

.search-form .form-group:after {
    position: absolute;
    content: "\f002";
    font-family: FontAwesome;
    top: 50px;
    left: 53px;
    color: #8e8e8e
}

.search-form input {
    border: 1px solid #e6edef;
    padding: 10px 10px 10px 70px;
    border-radius: 50px
}

.form-label-align-right label {
    text-align: right;
    padding-top: 17px;
    font-weight: 500
}

.custom-file-label {
    line-height: 1.8
}

    .custom-file-label::after {
        line-height: 1.8
    }

.input-group-text {
    border-color: #e6edef;
    font-weight: 500
}

.dropdown-menu {
    border: 1px solid #e6edef
}

.animated-modal .form-select {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.icon-addon .addon-md .glyphicon, .icon-addon .addon-md .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon .glyphicon, .icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.input-group-square .input-group-text, .input-group-square .form-control {
    border-radius: 0
}

.input-group-solid .input-group-text, .input-group-solid .form-control {
    background: #e6edef
}

.input-group-air {
    -webkit-box-shadow: 0 3px 20px 0 #efefef;
    box-shadow: 0 3px 20px 0 #efefef
}

.icon-addon {
    position: relative;
    color: #4c5667;
    display: block
}

    .icon-addon:after {
        display: table;
        content: "";
        clear: both
    }

    .icon-addon:before {
        display: table;
        content: ""
    }

    .icon-addon .addon-md .form-control {
        padding-left: 30px;
        float: left;
        font-weight: 400
    }

    .icon-addon .form-control {
        padding-left: 30px;
        float: left;
        font-weight: 400
    }

.pill-input-group div:last-child span {
    border-top-right-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem
}

.pill-input-group div:first-child span {
    border-top-left-radius: 1.3rem;
    border-bottom-left-radius: 1.3rem
}

.form-builder .help-block {
    margin-bottom: 0;
    color: #ccc;
    text-transform: capitalize
}

.form-builder .btn-light {
    color: #ccc
}

.form-builder .copy-btn {
    padding: 8px
}

.form-builder .nav-primary .nav-link.active, .form-builder .nav-primary .nav-primary .show > .nav-link, .form-builder .nav-primary .nav-pills.nav-primary .nav-link.active, .form-builder .nav-primary .nav-pills.nav-primary .show > .nav-link {
    border-radius: 4px
}

.form-builder .nav-primary .nav-link, .form-builder .nav-primary .nav-pills.nav-primary .nav-link {
    color: #000;
    font-weight: 500
}

.form-builder #components {
    margin-top: 30px
}

    .form-builder #components #viewhtml {
        height: 526px
    }

body {
    background-color: #fff
}

.landing-wrraper .section-py-space {
    padding-top: 70px;
    padding-bottom: 70px
}

.landing-wrraper .section-pt-space {
    padding-top: 70px
}

.landing-wrraper .section-pb-space {
    padding-bottom: 70px
}

.landing-wrraper .title {
    margin-bottom: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}

    .landing-wrraper .title h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        color: #24695c;
        margin-bottom: 0;
        line-height: .8
    }

.landing-wrraper .light-bg {
    background-color: rgba(36,105,92,0.05)
}

.landing-wrraper .tap-top {
    text-align: center;
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    color: #fff;
    background-color: #24695c;
    border: none;
    padding: 7px;
    -webkit-box-shadow: 0 0 10px #24695c;
    box-shadow: 0 0 10px #24695c;
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .landing-wrraper .tap-top:hover {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 1
    }

    .landing-wrraper .tap-top svg {
        width: 20px
    }

.landing-wrraper .custom-container {
    max-width: 1600px;
    padding-right: var(--bs-gutter-x,0.75rem);
    padding-left: var(--bs-gutter-x,0.75rem);
    margin-right: auto;
    margin-left: auto
}

.landing-wrraper .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .landing-wrraper .navbar-nav .nav-item {
        position: relative
    }

        .landing-wrraper .navbar-nav .nav-item .nav-link {
            color: #000;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 1px;
            padding: 12px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            border: 1px solid;
            opacity: .7
        }

            .landing-wrraper .navbar-nav .nav-item .nav-link:hover, .landing-wrraper .navbar-nav .nav-item .nav-link.active {
                opacity: 1;
                text-shadow: 0 0 0 #24695c;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                color: #24695c
            }

.landing-wrraper .btn-landing {
    border-radius: 20px;
    color: #fff;
    background-color: #24695c;
    padding: 12px 30px;
    line-height: 1;
    font-weight: 600;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.landing-wrraper .landing-header {
    -webkit-filter: drop-shadow(0px 5px 17.5px rgba(36,105,92,0.06));
    filter: drop-shadow(0px 5px 17.5px rgba(36,105,92,0.06));
    background-color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

    .landing-wrraper .landing-header ul.landing-menu li.nav-item .form-inline .nav-link {
        font-size: 16px;
        padding: 10px 20px;
        border: none;
        background-color: transparent
    }

        .landing-wrraper .landing-header ul.landing-menu li.nav-item .form-inline .nav-link:focus {
            outline: none
        }

    .landing-wrraper .landing-header ul.landing-menu li.nav-item.menu-back {
        border-bottom: 1px solid #e6edef;
        padding: 22px 20px;
        text-align: right;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        display: none;
        cursor: pointer;
        margin-bottom: 15px
    }

        .landing-wrraper .landing-header ul.landing-menu li.nav-item.menu-back i {
            font-size: 16px;
            margin-left: 10px
        }

    .landing-wrraper .landing-header ul.landing-menu li.nav-item a.nav-link {
        font-size: 16px;
        font-weight: 600;
        font-family: "Montserrat",sans-serif;
        color: #2b2b2b;
        padding: 10px 20px
    }

    .landing-wrraper .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
        color: #24695c
    }

    .landing-wrraper .landing-header ul.landing-menu li.nav-item:hover .nav-link {
        color: #24695c
    }

    .landing-wrraper .landing-header .buy-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .landing-wrraper .landing-header .buy-block .toggle-menu {
            margin-left: 20px;
            display: none;
            cursor: pointer
        }

            .landing-wrraper .landing-header .buy-block .toggle-menu i {
                font-size: 24px;
                color: #24695c
            }

@-webkit-keyframes move1 {
    0% {
        -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
        transform: rotate(0deg) translateX(10px) rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
        transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
        transform: rotate(0deg) translateX(10px) rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
        transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes star {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(0.5) rotate(45deg);
        transform: scale(0.5) rotate(45deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
}

@keyframes star {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(0.5) rotate(45deg);
        transform: scale(0.5) rotate(45deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg)
    }
}

.landing-wrraper .landing-home {
    height: 100vh;
    position: relative;
    border-bottom: 1px solid #edeef3
}

    .landing-wrraper .landing-home .landing-home-contain {
        height: calc(100vh - 80px);
        margin-top: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 37%;
        z-index: 2;
        position: relative
    }

        .landing-wrraper .landing-home .landing-home-contain .landing-logo {
            margin-bottom: 25px
        }

        .landing-wrraper .landing-home .landing-home-contain h6 {
            font-size: 16px;
            letter-spacing: 8px;
            color: #2b2b2b;
            font-weight: 500;
            font-family: "Rubik",sans-serif;
            text-transform: uppercase;
            margin-bottom: 15px
        }

        .landing-wrraper .landing-home .landing-home-contain h2 {
            font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1920 - 300)));
            color: #24695c;
            font-weight: 500;
            margin-bottom: 15px
        }

            .landing-wrraper .landing-home .landing-home-contain h2 span {
                color: #2b2b2b;
                font-weight: 700
            }

        .landing-wrraper .landing-home .landing-home-contain p {
            font-size: 16px;
            font-weight: 400;
            font-family: "Rubik",sans-serif;
            margin-bottom: 30px;
            color: #999
        }

    .landing-wrraper .landing-home .position-block .circle1, .landing-wrraper .landing-home .position-block .star, .landing-wrraper .landing-home .position-block .cross, .landing-wrraper .landing-home .position-block .img-parten, .landing-wrraper .landing-home .position-block .img1, .landing-wrraper .landing-home .position-block .img2, .landing-wrraper .landing-home .position-block .img3, .landing-wrraper .landing-home .position-block .img4, .landing-wrraper .landing-home .position-block .img5, .landing-wrraper .landing-home .position-block .img6, .landing-wrraper .landing-home .position-block .img7, .landing-wrraper .landing-home .position-block .img8, .landing-wrraper .landing-home .position-block .img9 {
        position: absolute
    }

        .landing-wrraper .landing-home .position-block .circle1.opicity3, .landing-wrraper .landing-home .position-block .star.opicity3, .landing-wrraper .landing-home .position-block .cross.opicity3, .landing-wrraper .landing-home .position-block .img-parten.opicity3, .landing-wrraper .landing-home .position-block .img1.opicity3, .landing-wrraper .landing-home .position-block .img2.opicity3, .landing-wrraper .landing-home .position-block .img3.opicity3, .landing-wrraper .landing-home .position-block .img4.opicity3, .landing-wrraper .landing-home .position-block .img5.opicity3, .landing-wrraper .landing-home .position-block .img6.opicity3, .landing-wrraper .landing-home .position-block .img7.opicity3, .landing-wrraper .landing-home .position-block .img8.opicity3, .landing-wrraper .landing-home .position-block .img9.opicity3 {
            opacity: .3
        }

    .landing-wrraper .landing-home .position-block .circle1 {
        width: 13px;
        height: 13px;
        border-radius: 6px;
        border: 3px solid #24695c;
        bottom: 7%;
        left: 10%;
        -webkit-animation: move1 9s linear infinite;
        animation: move1 9s linear infinite
    }

    .landing-wrraper .landing-home .position-block .star {
        top: 48%;
        left: 33%;
        font-size: 14px;
        font-weight: 700;
        color: #24695c;
        line-height: 1;
        -webkit-animation: star 7s linear infinite;
        animation: star 7s linear infinite
    }

        .landing-wrraper .landing-home .position-block .star.star1 {
            top: 79%;
            left: 39%;
            -webkit-animation: star 5s linear infinite;
            animation: star 5s linear infinite
        }

        .landing-wrraper .landing-home .position-block .star.star2 {
            top: 23%;
            left: 20%;
            -webkit-animation: star 8s linear infinite;
            animation: star 8s linear infinite
        }

        .landing-wrraper .landing-home .position-block .star.star3, .landing-wrraper .landing-home .position-block .star.star4, .landing-wrraper .landing-home .position-block .star.star5 {
            top: 18%;
            left: 47%;
            -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
            -webkit-animation: star 9s linear infinite;
            animation: star 9s linear infinite
        }

        .landing-wrraper .landing-home .position-block .star.star4 {
            top: 44%;
            left: 47%;
            -webkit-animation: star 4s linear infinite;
            animation: star 4s linear infinite
        }

        .landing-wrraper .landing-home .position-block .star.star5 {
            top: 50%;
            left: 3%;
            -webkit-animation: star 6s linear infinite;
            animation: star 6s linear infinite
        }

    .landing-wrraper .landing-home .position-block .img1, .landing-wrraper .landing-home .position-block .img2, .landing-wrraper .landing-home .position-block .img3, .landing-wrraper .landing-home .position-block .img4, .landing-wrraper .landing-home .position-block .img5, .landing-wrraper .landing-home .position-block .img6, .landing-wrraper .landing-home .position-block .img7, .landing-wrraper .landing-home .position-block .img8, .landing-wrraper .landing-home .position-block .img9 {
        border: 1px solid #e6edef;
        position: unset
    }

    .landing-wrraper .landing-home .position-block .img1 {
        -webkit-animation: move2 1.2s infinite alternate;
        animation: move2 1.2s infinite alternate
    }

    .landing-wrraper .landing-home .position-block .img2 {
        -webkit-animation: move2 1.3s infinite alternate;
        animation: move2 1.3s infinite alternate
    }

    .landing-wrraper .landing-home .position-block .img3 {
        -webkit-animation: move2 1.4s infinite alternate;
        animation: move2 1.4s infinite alternate
    }

    .landing-wrraper .landing-home .position-block .img4 {
        -webkit-animation: move2 1.5s infinite alternate;
        animation: move2 1.5s infinite alternate
    }

    .landing-wrraper .landing-home .position-block .img5 {
        -webkit-animation: move2 1.6s infinite alternate;
        animation: move2 1.6s infinite alternate
    }

    .landing-wrraper .landing-home .position-block .img6 {
        -webkit-animation: move2 1.2s infinite alternate;
        animation: move2 1.2s infinite alternate
    }

    .landing-wrraper .landing-home .position-block .img7 {
        -webkit-animation: move2 1.3s infinite alternate;
        animation: move2 1.3s infinite alternate
    }

    .landing-wrraper .landing-home .position-block .img8 {
        -webkit-animation: move2 1.4s infinite alternate;
        animation: move2 1.4s infinite alternate
    }

    .landing-wrraper .landing-home .position-block .img9 {
        -webkit-animation: move2 1.5s infinite alternate;
        animation: move2 1.5s infinite alternate
    }

    .landing-wrraper .landing-home .position-block ul {
        position: absolute;
        top: 80px;
        bottom: 0;
        right: 30px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: auto;
        margin-bottom: auto;
        text-align: right
    }

        .landing-wrraper .landing-home .position-block ul .v-align-b {
            vertical-align: bottom
        }

        .landing-wrraper .landing-home .position-block ul .v-align-t {
            vertical-align: top
        }

        .landing-wrraper .landing-home .position-block ul .v-align-c {
            vertical-align: middle
        }

        .landing-wrraper .landing-home .position-block ul .img-parten.top-parten {
            top: 15px;
            left: -20px;
            -webkit-animation: move2 1.2s infinite alternate;
            animation: move2 1.2s infinite alternate
        }

        .landing-wrraper .landing-home .position-block ul .img-parten.bottom-parten {
            top: 100px;
            left: 0;
            -webkit-animation: move2 1.3s infinite alternate;
            animation: move2 1.3s infinite alternate
        }

        .landing-wrraper .landing-home .position-block ul li {
            position: relative;
            margin-left: auto
        }

            .landing-wrraper .landing-home .position-block ul li img {
                margin-left: 45px;
                -webkit-filter: drop-shadow(0px 13px 17.5px #e6edef);
                filter: drop-shadow(0px 13px 17.5px #e6edef)
            }

            .landing-wrraper .landing-home .position-block ul li:nth-child(n+2) {
                margin-top: 30px
            }

.landing-wrraper .demo-section .demo-block {
    margin-bottom: -30px
}

    .landing-wrraper .demo-section .demo-block > div {
        margin-bottom: 30px
    }

.landing-wrraper .demo-section .demo-box .img-wrraper {
    position: relative;
    border: 5px solid #e6edef;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .landing-wrraper .demo-section .demo-box .img-wrraper img {
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .landing-wrraper .demo-section .demo-box .img-wrraper .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

        .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px
        }

            .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li {
                display: inline-block
            }

                .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li:nth-child(n+2) {
                    margin-left: 10px
                }

                .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    text-align: center;
                    width: 45px;
                    height: 45px;
                    border-radius: 100%;
                    background-color: #fff;
                    border: 1px solid #24695c
                }

                    .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a img {
                        width: auto;
                        height: 50%
                    }

.landing-wrraper .demo-section .demo-box .demo-detail {
    padding-top: 15px
}

    .landing-wrraper .demo-section .demo-box .demo-detail .demo-title {
        text-align: center
    }

        .landing-wrraper .demo-section .demo-box .demo-detail .demo-title h3 {
            font-size: 20px;
            text-transform: capitalize;
            font-weight: 700;
            margin-bottom: 0;
            color: #2b2b2b
        }

.landing-wrraper .demo-section .demo-box:hover .img-wrraper {
    border-color: rgba(36,105,92,0.3)
}

    .landing-wrraper .demo-section .demo-box:hover .img-wrraper img {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }

    .landing-wrraper .demo-section .demo-box:hover .img-wrraper .overlay {
        visibility: visible;
        opacity: 1
    }

.landing-wrraper .demo-section .demo-box:hover .demo-detail .demo-title h3 {
    color: #24695c
}

.landing-wrraper .framework .nav {
    margin-bottom: 50px
}

    .landing-wrraper .framework .nav .nav-item:nth-child(n+2) {
        margin-left: 10px
    }

    .landing-wrraper .framework .nav .nav-link {
        border: 2px solid rgba(36,105,92,0.2);
        padding: 10px 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .landing-wrraper .framework .nav .nav-link h5 {
            font-weight: 700
        }

        .landing-wrraper .framework .nav .nav-link p {
            color: #999
        }

        .landing-wrraper .framework .nav .nav-link.active, .landing-wrraper .framework .nav .nav-link.show {
            background-color: transparent;
            color: #24695c;
            border: 2px solid #24695c;
            border-radius: 0
        }

        .landing-wrraper .framework .nav .nav-link img {
            height: 35px;
            margin-right: 10px
        }

.landing-wrraper .framework ul.framworks-list {
    text-align: center;
    margin-bottom: -9px
}

    .landing-wrraper .framework ul.framworks-list li {
        display: inline-block;
        background-color: rgba(36,105,92,0.05);
        padding: 40px 10px;
        border-radius: 10px;
        border: 1px solid #e6edef;
        margin: 10px;
        height: 185px;
        width: 185px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center
    }

        .landing-wrraper .framework ul.framworks-list li img {
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        .landing-wrraper .framework ul.framworks-list li h6 {
            margin-top: 10px;
            margin-bottom: unset
        }

        .landing-wrraper .framework ul.framworks-list li:hover {
            background-color: rgba(36,105,92,0.1)
        }

            .landing-wrraper .framework ul.framworks-list li:hover img {
                -webkit-transform: scale(0.9);
                transform: scale(0.9)
            }

.landing-wrraper .unique-cards .unique-block {
    margin-bottom: -30px
}

.landing-wrraper .unique-cards .card .img-wrraper {
    -webkit-box-shadow: 0 0 37px rgba(36,105,92,0.05);
    box-shadow: 0 0 37px rgba(36,105,92,0.05)
}

    .landing-wrraper .unique-cards .card .img-wrraper img {
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .landing-wrraper .unique-cards .card .img-wrraper:hover {
        -webkit-box-shadow: 0 0 37px rgba(36,105,92,0.15);
        box-shadow: 0 0 37px rgba(36,105,92,0.15)
    }

        .landing-wrraper .unique-cards .card .img-wrraper:hover img {
            -webkit-transform: rotate3d(1,1,1,-3deg);
            transform: rotate3d(1,1,1,-3deg)
        }

.landing-wrraper .ecommerce-pages .pages-box .page-detail {
    margin-top: 25px;
    text-align: center
}

    .landing-wrraper .ecommerce-pages .pages-box .page-detail h3 {
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0;
        color: #2b2b2b;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

.landing-wrraper .ecommerce-pages .pages-box:hover .page-detail h3 {
    color: #24695c
}

.landing-wrraper .core-feature .feature-block {
    margin-bottom: -24px
}

    .landing-wrraper .core-feature .feature-block > div {
        margin-bottom: 25px
    }

.landing-wrraper .core-feature .feature-box {
    border: 1px solid #e6edef;
    padding: 45px 16px;
    text-align: center;
    border-radius: 15px
}

    .landing-wrraper .core-feature .feature-box .icon-wrraper {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        background-color: rgba(36,105,92,0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

        .landing-wrraper .core-feature .feature-box .icon-wrraper svg {
            width: 50%;
            height: auto;
            color: #24695c;
            -webkit-transition: all .5s ease;
            transition: all .5s ease
        }

    .landing-wrraper .core-feature .feature-box h6 {
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: 700;
        text-transform: capitalize
    }

    .landing-wrraper .core-feature .feature-box:hover .icon-wrraper {
        background-color: #24695c
    }

        .landing-wrraper .core-feature .feature-box:hover .icon-wrraper svg {
            color: #fff
        }

.landing-wrraper .landing-footer .footer-contain {
    text-align: center
}

    .landing-wrraper .landing-footer .footer-contain .rating-wrraper {
        margin-bottom: 10px
    }

        .landing-wrraper .landing-footer .footer-contain .rating-wrraper svg {
            width: auto;
            height: calc(95px + (120 - 95) * ((100vw - 320px) / (1920 - 320)))
        }

    .landing-wrraper .landing-footer .footer-contain h2 {
        font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.4;
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }

    .landing-wrraper .landing-footer .footer-contain p {
        font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
        color: #999;
        font-weight: 600
    }

    .landing-wrraper .landing-footer .footer-contain .star-rate {
        margin-bottom: 50px
    }

        .landing-wrraper .landing-footer .footer-contain .star-rate li {
            display: inline-block
        }

            .landing-wrraper .landing-footer .footer-contain .star-rate li i {
                font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)))
            }

    .landing-wrraper .landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
        margin-left: 10px
    }

.landing-wrraper .sub-footer {
    padding-top: 15px;
    padding-bottom: 15px
}

    .landing-wrraper .sub-footer .footer-contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .landing-wrraper .sub-footer .footer-contain p {
            font-weight: 600;
            margin-left: auto;
            color: #999
        }

@media (max-width: 1880px) {
    .landing-wrraper .landing-home .position-block .img1, .landing-wrraper .landing-home .position-block .img2, .landing-wrraper .landing-home .position-block .img3, .landing-wrraper .landing-home .position-block .img4, .landing-wrraper .landing-home .position-block .img5, .landing-wrraper .landing-home .position-block .img6, .landing-wrraper .landing-home .position-block .img7, .landing-wrraper .landing-home .position-block .img8, .landing-wrraper .landing-home .position-block .img9 {
        width: auto
    }

    .landing-wrraper .landing-home .position-block .img1 {
        height: 80px
    }

    .landing-wrraper .landing-home .position-block .img2 {
        height: 130px
    }

    .landing-wrraper .landing-home .position-block .img3 {
        height: 100px
    }

    .landing-wrraper .landing-home .position-block .img4 {
        height: 160px
    }

    .landing-wrraper .landing-home .position-block .img5 {
        height: 230px
    }

    .landing-wrraper .landing-home .position-block .img6 {
        height: 180px
    }

    .landing-wrraper .landing-home .position-block .img7 {
        height: 120px
    }

    .landing-wrraper .landing-home .position-block .img8 {
        height: 140px
    }

    .landing-wrraper .landing-home .position-block .img9 {
        height: 210px
    }

    .landing-wrraper .landing-home .position-block ul li img {
        margin-left: 35px
    }

    .landing-wrraper .landing-home .position-block ul .img-parten.bottom-parten {
        top: 70px
    }
}

@media (max-width: 1660px) {
    .landing-wrraper .custom-container {
        max-width: 1440px
    }
}

@media (max-width: 1470px) {
    .landing-wrraper .custom-container {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width: 1367px) {
    .landing-wrraper .landing-home .position-block .img1 {
        height: 70px
    }

    .landing-wrraper .landing-home .position-block .img2 {
        height: 110px
    }

    .landing-wrraper .landing-home .position-block .img3 {
        height: 75px
    }

    .landing-wrraper .landing-home .position-block .img4 {
        height: 140px
    }

    .landing-wrraper .landing-home .position-block .img5 {
        height: 200px
    }

    .landing-wrraper .landing-home .position-block .img6 {
        height: 140px
    }

    .landing-wrraper .landing-home .position-block .img7 {
        height: 100px
    }

    .landing-wrraper .landing-home .position-block .img8 {
        height: 115px
    }

    .landing-wrraper .landing-home .position-block .img9 {
        height: 160px
    }

    .landing-wrraper .landing-home .position-block ul .img-parten {
        width: auto;
        height: 50px
    }

        .landing-wrraper .landing-home .position-block ul .img-parten.bottom-parten {
            left: 20px
        }

    .landing-wrraper .landing-home .position-block ul li img {
        margin-left: 25px
    }

    .landing-wrraper .landing-home .position-block ul li:nth-child(n+2) {
        margin-top: 20px
    }

    .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a {
        width: 40px;
        height: 40px
    }

        .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a img {
            height: 45%
        }

    .landing-wrraper .framework .nav {
        margin-bottom: 40px
    }

        .landing-wrraper .framework .nav .nav-link h5 {
            font-size: 18px
        }

        .landing-wrraper .framework .nav .nav-link p {
            font-size: 12px
        }

    .landing-wrraper .framework ul.framworks-list li {
        height: 175px;
        width: 175px
    }

        .landing-wrraper .framework ul.framworks-list li img {
            width: auto;
            height: 60px
        }
}

@media (max-width: 1199px) {
    .landing-wrraper .landing-header ul.landing-menu li.nav-item .form-inline .nav-link {
        padding: 5px 20px
    }

    .landing-wrraper .custom-container {
        padding-left: 40px;
        padding-right: 40px
    }

    .landing-wrraper .title {
        margin-bottom: 35px
    }

        .landing-wrraper .title h2 {
            font-size: 28px
        }

    .landing-wrraper .section-py-space {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .landing-wrraper .section-pt-space {
        padding-top: 60px
    }

    .landing-wrraper .section-pb-space {
        padding-bottom: 60px
    }

    .landing-wrraper .landing-header ul.landing-menu li.nav-item a.nav-link {
        padding: 5px 15px
    }

    .landing-wrraper .landing-home .position-block .img5 {
        height: 180px
    }

    .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a {
        width: 35px;
        height: 35px
    }

    .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li:nth-child(n+2) {
        margin-left: 5px
    }

    .landing-wrraper .landing-footer .footer-contain h2 {
        width: 65%;
        margin-bottom: 5px
    }

    .landing-wrraper .landing-footer .footer-contain p {
        margin-bottom: 8px
    }

    .landing-wrraper .landing-footer .footer-contain .star-rate {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .landing-wrraper .landing-home .landing-home-contain {
        background-color: rgba(255,255,255,0.57);
        padding: 30px 0;
        border-radius: 20px
    }

    .landing-wrraper .btn-landing {
        padding: 10px 25px
    }

    .landing-wrraper .landing-header {
        padding-top: 15px;
        padding-bottom: 15px
    }

        .landing-wrraper .landing-header ul.landing-menu {
            position: fixed;
            top: 0;
            right: -320px;
            width: 300px;
            height: 100vh;
            background-color: #fff;
            display: block;
            -webkit-transition: all .5s ease;
            transition: all .5s ease
        }

            .landing-wrraper .landing-header ul.landing-menu.open {
                right: 0
            }

            .landing-wrraper .landing-header ul.landing-menu li.nav-item {
                display: block;
                background-color: #fff;
                text-align: left
            }

                .landing-wrraper .landing-header ul.landing-menu li.nav-item.menu-back {
                    display: block
                }

                .landing-wrraper .landing-header ul.landing-menu li.nav-item .form-inline .nav-link {
                    padding: 5px 15px
                }

        .landing-wrraper .landing-header .buy-block .toggle-menu {
            display: block
        }

    .landing-wrraper .landing-home {
        height: 78vh;
        overflow: hidden
    }

        .landing-wrraper .landing-home .landing-home-contain {
            height: 58vh;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            text-align: center
        }

            .landing-wrraper .landing-home .landing-home-contain h2 {
                font-size: 24px
            }

            .landing-wrraper .landing-home .landing-home-contain p {
                width: 80%;
                margin-left: auto;
                margin-right: auto;
                font-size: 14px;
                margin-bottom: 25px
            }

            .landing-wrraper .landing-home .landing-home-contain .btn-landing {
                margin-left: auto;
                margin-right: auto
            }

        .landing-wrraper .landing-home .position-block ul {
            width: 100%;
            text-align: center;
            padding: 30px;
            top: 0;
            height: 100%
        }

            .landing-wrraper .landing-home .position-block ul .img-parten {
                display: none
            }

            .landing-wrraper .landing-home .position-block ul li {
                position: absolute;
                width: 100%
            }

                .landing-wrraper .landing-home .position-block ul li img {
                    margin-left: unset
                }

                .landing-wrraper .landing-home .position-block ul li > div {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end
                }

                .landing-wrraper .landing-home .position-block ul li:first-child {
                    top: 13%
                }

                .landing-wrraper .landing-home .position-block ul li:nth-child(2) {
                    top: 33%
                }

                .landing-wrraper .landing-home .position-block ul li:last-child {
                    bottom: 20px
                }

        .landing-wrraper .landing-home .position-block .img1, .landing-wrraper .landing-home .position-block .img2, .landing-wrraper .landing-home .position-block .img3, .landing-wrraper .landing-home .position-block .img4, .landing-wrraper .landing-home .position-block .img5, .landing-wrraper .landing-home .position-block .img6, .landing-wrraper .landing-home .position-block .img7, .landing-wrraper .landing-home .position-block .img8, .landing-wrraper .landing-home .position-block .img9 {
            position: absolute
        }

        .landing-wrraper .landing-home .position-block .img1 {
            top: 0;
            left: 3%
        }

        .landing-wrraper .landing-home .position-block .img2 {
            top: 0;
            left: 20%
        }

        .landing-wrraper .landing-home .position-block .img3 {
            top: 0;
            right: 40%
        }

        .landing-wrraper .landing-home .position-block .img4 {
            top: 0;
            right: 10%
        }

        .landing-wrraper .landing-home .position-block .img5 {
            height: 120px;
            top: -12px;
            left: -20px
        }

        .landing-wrraper .landing-home .position-block .img6 {
            top: 45%;
            right: -20px;
            height: 108px
        }

        .landing-wrraper .landing-home .position-block .img7 {
            bottom: 0;
            left: 5%
        }

        .landing-wrraper .landing-home .position-block .img8 {
            bottom: 0;
            right: 45%
        }

        .landing-wrraper .landing-home .position-block .img9 {
            bottom: 0;
            right: 10%
        }

    .landing-wrraper .framework .nav {
        margin-bottom: 30px
    }

    .landing-wrraper .framework ul.framworks-list li {
        width: 150px;
        height: 150px
    }

        .landing-wrraper .framework ul.framworks-list li img {
            height: 40px
        }
}

@media (max-width: 767px) {
    .landing-wrraper .custom-container {
        padding-left: 25px;
        padding-right: 25px
    }

    .landing-wrraper .title {
        margin-bottom: 25px
    }

        .landing-wrraper .title h2 {
            font-size: 24px
        }

    .landing-wrraper .section-py-space {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .landing-wrraper .section-pt-space {
        padding-top: 50px
    }

    .landing-wrraper .section-pb-space {
        padding-bottom: 50px
    }

    .landing-wrraper .landing-header {
        padding-top: 10px;
        padding-bottom: 10px
    }

        .landing-wrraper .landing-header ul.landing-menu li.nav-item.menu-back {
            padding: 18px 15px
        }

    .landing-wrraper .landing-home {
        height: auto
    }

        .landing-wrraper .landing-home .position-block ul {
            display: none
        }

        .landing-wrraper .landing-home .landing-home-contain {
            margin-top: 60px;
            background-color: transparent;
            padding: 60px 0 0;
            height: auto
        }

            .landing-wrraper .landing-home .landing-home-contain .landing-logo {
                margin-bottom: 20px
            }

                .landing-wrraper .landing-home .landing-home-contain .landing-logo img {
                    width: auto;
                    height: 50px
                }

            .landing-wrraper .landing-home .landing-home-contain h6 {
                margin-bottom: 10px
            }

            .landing-wrraper .landing-home .landing-home-contain h2 {
                margin-bottom: 10px
            }

            .landing-wrraper .landing-home .landing-home-contain p {
                margin-bottom: 20px
            }

    .landing-wrraper .demo-section .demo-block > div {
        margin-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px
    }

    .landing-wrraper .framework .nav .nav-link img {
        height: 35px
    }

    .landing-wrraper .framework .nav .nav-link h5 {
        font-size: 16px
    }

    .landing-wrraper .framework ul.framworks-list li {
        width: 145px;
        height: 145px
    }

        .landing-wrraper .framework ul.framworks-list li img {
            height: 40px
        }

    .landing-wrraper .landing-footer .footer-contain h2 {
        width: auto;
        padding-left: 50px;
        padding-right: 50px
    }

    .landing-wrraper .landing-footer .footer-contain .star-rate {
        margin-bottom: 30px
    }

    .landing-wrraper .landing-footer .footer-contain .btn-footer a {
        padding: 5px 15px;
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .landing-wrraper .custom-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .landing-wrraper .title h2 {
        font-size: 22px
    }

    .landing-wrraper .section-py-space {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .landing-wrraper .section-pt-space {
        padding-top: 40px
    }

    .landing-wrraper .section-pb-space {
        padding-bottom: 40px
    }

    .landing-wrraper .landing-home .landing-home-contain p {
        width: auto
    }

    .landing-wrraper .demo-section .demo-box .img-wrraper img {
        width: 100%
    }

    .landing-wrraper .framework .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .landing-wrraper .core-feature .feature-box {
        padding: 30px 10px
    }

        .landing-wrraper .core-feature .feature-box .icon-wrraper {
            width: 50px;
            height: 50px
        }

    .landing-wrraper .core-feature .feature-block {
        margin-bottom: -15px
    }

        .landing-wrraper .core-feature .feature-block > div {
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 15px
        }

    .landing-wrraper .unique-cards .unique-block {
        margin-bottom: -15px
    }

    .landing-wrraper .landing-footer .footer-contain {
        text-align: center
    }

        .landing-wrraper .landing-footer .footer-contain h2 {
            padding-left: unset;
            padding-right: unset
        }

    .landing-wrraper .sub-footer .footer-contain {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

        .landing-wrraper .sub-footer .footer-contain p {
            margin-right: auto;
            margin-top: 10px
        }
}

@media (max-width: 480px) {
    .landing-wrraper .btn-footer {
        margin-bottom: -10px
    }

        .landing-wrraper .btn-footer .btn {
            margin-bottom: 10px
        }

    .landing-wrraper .landing-home .landing-home-contain {
        padding: 50px 0 0
    }

        .landing-wrraper .landing-home .landing-home-contain .landing-logo {
            margin-bottom: 15px
        }

            .landing-wrraper .landing-home .landing-home-contain .landing-logo img {
                height: 40px
            }

        .landing-wrraper .landing-home .landing-home-contain h6 {
            font-size: 14px;
            letter-spacing: .05em
        }

        .landing-wrraper .landing-home .landing-home-contain h2 {
            font-size: 20px
        }

    .landing-wrraper .demo-section .demo-box .demo-detail .demo-title h3 {
        font-size: 18px
    }

    .landing-wrraper .framework .nav .nav-item {
        width: auto
    }

    .landing-wrraper .framework .nav .nav-link {
        padding-bottom: 10px;
        display: block !important
    }

        .landing-wrraper .framework .nav .nav-link img {
            height: 25px;
            margin-right: unset
        }

        .landing-wrraper .framework .nav .nav-link .text-start {
            display: none
        }

        .landing-wrraper .framework .nav .nav-link.active, .landing-wrraper .framework .nav .nav-link.show {
            border-bottom: 2px solid #24695c
        }

    .landing-wrraper .framework ul.framworks-list li {
        width: 110px;
        height: 110px;
        padding: 25px 0;
        margin: 5px
    }

        .landing-wrraper .framework ul.framworks-list li img {
            height: 30px
        }

    .landing-wrraper .core-feature .feature-box .icon-wrraper {
        width: 45px;
        height: 45px
    }

    .landing-wrraper .ecommerce-pages .pages-box .page-detail {
        margin-top: 15px
    }

        .landing-wrraper .ecommerce-pages .pages-box .page-detail h3 {
            font-size: 18px
        }

    .landing-wrraper .landing-footer .footer-contain .star-rate {
        margin-bottom: 20px
    }

    .landing-wrraper .landing-footer .footer-contain .btn-footer a {
        font-size: 14px;
        padding: 3px 12px
    }
}

.form-wizard .tab {
    display: none
}

.form-wizard .btn-mb {
    margin-bottom: 30px
}

.form-wizard .step {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #24695c;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: .5
}

    .form-wizard .step.active {
        opacity: 1
    }

    .form-wizard .step.finish {
        background-color: #ba895d
    }

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

    .stepwizard .stepwizard-row {
        display: table-row
    }

        .stepwizard .stepwizard-row:before {
            top: 16px;
            bottom: 0;
            position: absolute;
            content: " ";
            width: 100%;
            height: 1px;
            background-color: #e6edef
        }

        .stepwizard .stepwizard-row .stepwizard-step {
            display: table-cell;
            text-align: center;
            position: relative
        }

            .stepwizard .stepwizard-row .stepwizard-step p {
                margin-top: 10px
            }

            .stepwizard .stepwizard-row .stepwizard-step button[disabled] {
                opacity: 1 !important;
                filter: alpha(opacity=100) !important
            }

            .stepwizard .stepwizard-row .stepwizard-step .btn {
                font-weight: 600
            }

.f1 fieldset {
    display: none
}

.f1 .input-error {
    border-color: #d22d3d
}

.f1 .f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px
}

    .f1 .f1-steps .f1-progress {
        position: absolute;
        top: 24px;
        width: 100%;
        height: 1px;
        background-color: #e6edef
    }

        .f1 .f1-steps .f1-progress .f1-progress-line {
            height: 1px;
            background-color: #24695c;
            width: 16%
        }

    .f1 .f1-steps .f1-step {
        position: relative;
        float: left;
        width: 33.333333%;
        text-align: center
    }

        .f1 .f1-steps .f1-step.activated .f1-step-icon {
            border: 1px solid #24695c;
            color: #24695c;
            line-height: 38px
        }

        .f1 .f1-steps .f1-step.activated p {
            color: #24695c
        }

        .f1 .f1-steps .f1-step.active .f1-step-icon {
            background-color: #24695c;
            color: #fff
        }

        .f1 .f1-steps .f1-step.active p {
            color: #24695c
        }

        .f1 .f1-steps .f1-step p {
            color: #898989;
            font-weight: 600
        }

        .f1 .f1-steps .f1-step .f1-step-icon {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #e6edef;
            font-size: 16px;
            color: #24695c;
            line-height: 40px;
            border-radius: 50%
        }

.f1 .f1-buttons {
    text-align: right
}

.wizard-4 .buttonDisabled {
    color: #2c323f;
    background-color: #e6edef;
    border: 1px solid #e6edef;
    cursor: text
}

.wizard-4 .action-bar .btn {
    float: right;
    margin: 0 5px
}

.wizard-4 .step-container {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #e6edef;
    overflow: hidden;
    clear: right;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .wizard-4 .step-container div.content {
        display: block;
        position: absolute;
        float: left;
        height: 295px;
        text-align: left;
        overflow: auto;
        z-index: 1;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        clear: both
    }

.wizard-4 .loader {
    display: none
}

.wizard-4 .msg-box {
    position: absolute;
    display: none;
    padding: 5px 10px;
    background-color: #24695c;
    left: 32%;
    bottom: 30px;
    border-radius: 2px
}

    .wizard-4 .msg-box .content {
        padding: 0;
        float: left;
        padding-top: 3px;
        color: #fff
    }

    .wizard-4 .msg-box .close {
        text-shadow: none;
        color: #fff;
        margin-left: 10px;
        opacity: 1
    }

.wizard-4 ul.anchor {
    position: relative;
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0 solid #e6edef;
    background: transparent;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px
}

    .wizard-4 ul.anchor li {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        padding-bottom: 19px;
        float: left;
        clear: both;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 0
    }

        .wizard-4 ul.anchor li a {
            display: block;
            position: relative;
            float: left;
            margin: 0;
            padding: 10px 20px;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-decoration: none;
            outline-style: none;
            z-index: 1;
            font-size: 18px
        }

            .wizard-4 ul.anchor li a small {
                display: block;
                font-size: 14px
            }

            .wizard-4 ul.anchor li a .stepNumber {
                position: relative;
                float: left;
                width: 30px;
                text-align: center;
                padding: 5px;
                padding-top: 0
            }

            .wizard-4 ul.anchor li a.selected {
                color: #fff;
                background: #24695c;
                cursor: text;
                border-radius: 5px
            }

            .wizard-4 ul.anchor li a.done {
                position: relative;
                color: #fff;
                background: #ba895d;
                z-index: 99;
                border-radius: 5px
            }

            .wizard-4 ul.anchor li a.disabled {
                color: #898989;
                background: #e6edef;
                cursor: text;
                border-radius: 5px
            }

            .wizard-4 ul.anchor li a.error {
                color: #898989;
                background: #fe8a7d;
                border: 1px solid #d22d3d
            }

                .wizard-4 ul.anchor li a.error:hover {
                    color: #000
                }

@media (max-width: 575px) {
    .f1 .f1-steps .f1-step .f1-step-icon {
        width: 35px;
        height: 35px;
        font-size: 14px
    }

    .f1 .f1-steps .f1-progress {
        top: 20px
    }
}

.badge {
    padding: .44em .7em
}

    .badge + .badge {
        margin-left: 5px
    }

    .badge svg {
        width: 10px;
        height: 10px
    }

.pill-badge-primary {
    background-color: #24695c;
    -webkit-box-shadow: -.5px 4.33px 16px 0 rgba(36,105,92,0.25);
    box-shadow: -.5px 4.33px 16px 0 rgba(36,105,92,0.25);
    color: #fff;
    font-size: 9px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 9px
}

.pill-badge-secondary {
    background-color: #ba895d;
    -webkit-box-shadow: -.5px 4.33px 16px 0 rgba(186,137,93,0.25);
    box-shadow: -.5px 4.33px 16px 0 rgba(186,137,93,0.25);
    color: #fff;
    font-size: 9px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 9px
}

.pill-badge-success {
    background-color: #1b4c43;
    -webkit-box-shadow: -.5px 4.33px 16px 0 rgba(27,76,67,0.25);
    box-shadow: -.5px 4.33px 16px 0 rgba(27,76,67,0.25);
    color: #fff;
    font-size: 9px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 9px
}

.pill-badge-danger {
    background-color: #d22d3d;
    -webkit-box-shadow: -.5px 4.33px 16px 0 rgba(210,45,61,0.25);
    box-shadow: -.5px 4.33px 16px 0 rgba(210,45,61,0.25);
    color: #fff;
    font-size: 9px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 9px
}

.pill-badge-info {
    background-color: #717171;
    -webkit-box-shadow: -.5px 4.33px 16px 0 rgba(113,113,113,0.25);
    box-shadow: -.5px 4.33px 16px 0 rgba(113,113,113,0.25);
    color: #fff;
    font-size: 9px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 9px
}

.pill-badge-light {
    background-color: #e6edef;
    -webkit-box-shadow: -.5px 4.33px 16px 0 rgba(230,237,239,0.25);
    box-shadow: -.5px 4.33px 16px 0 rgba(230,237,239,0.25);
    color: #fff;
    font-size: 9px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 9px
}

.pill-badge-dark {
    background-color: #2c323f;
    -webkit-box-shadow: -.5px 4.33px 16px 0 rgba(44,50,63,0.25);
    box-shadow: -.5px 4.33px 16px 0 rgba(44,50,63,0.25);
    color: #fff;
    font-size: 9px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 9px
}

.pill-badge-warning {
    background-color: #e2c636;
    -webkit-box-shadow: -.5px 4.33px 16px 0 rgba(226,198,54,0.25);
    box-shadow: -.5px 4.33px 16px 0 rgba(226,198,54,0.25);
    color: #fff;
    font-size: 9px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 9px
}

.round-badge-primary {
    border-radius: 6px;
    background-color: #24695c;
    -webkit-box-shadow: -.5px -6.67px 14px 0 rgba(36,105,92,0.18);
    box-shadow: -.5px -6.67px 14px 0 rgba(36,105,92,0.18);
    color: #fff !important
}

.round-badge-secondary {
    border-radius: 6px;
    background-color: #ba895d;
    -webkit-box-shadow: -.5px -6.67px 14px 0 rgba(186,137,93,0.18);
    box-shadow: -.5px -6.67px 14px 0 rgba(186,137,93,0.18);
    color: #fff !important
}

.round-badge-success {
    border-radius: 6px;
    background-color: #1b4c43;
    -webkit-box-shadow: -.5px -6.67px 14px 0 rgba(27,76,67,0.18);
    box-shadow: -.5px -6.67px 14px 0 rgba(27,76,67,0.18);
    color: #fff !important
}

.round-badge-danger {
    border-radius: 6px;
    background-color: #d22d3d;
    -webkit-box-shadow: -.5px -6.67px 14px 0 rgba(210,45,61,0.18);
    box-shadow: -.5px -6.67px 14px 0 rgba(210,45,61,0.18);
    color: #fff !important
}

.round-badge-info {
    border-radius: 6px;
    background-color: #717171;
    -webkit-box-shadow: -.5px -6.67px 14px 0 rgba(113,113,113,0.18);
    box-shadow: -.5px -6.67px 14px 0 rgba(113,113,113,0.18);
    color: #fff !important
}

.round-badge-light {
    border-radius: 6px;
    background-color: #e6edef;
    -webkit-box-shadow: -.5px -6.67px 14px 0 rgba(230,237,239,0.18);
    box-shadow: -.5px -6.67px 14px 0 rgba(230,237,239,0.18);
    color: #fff !important
}

.round-badge-dark {
    border-radius: 6px;
    background-color: #2c323f;
    -webkit-box-shadow: -.5px -6.67px 14px 0 rgba(44,50,63,0.18);
    box-shadow: -.5px -6.67px 14px 0 rgba(44,50,63,0.18);
    color: #fff !important
}

.round-badge-warning {
    border-radius: 6px;
    background-color: #e2c636;
    -webkit-box-shadow: -.5px -6.67px 14px 0 rgba(226,198,54,0.18);
    box-shadow: -.5px -6.67px 14px 0 rgba(226,198,54,0.18);
    color: #fff !important
}

.bg-color1 {
    background-color: #405365
}

.bg-color2 {
    background-color: #1C1D1E
}

.bg-color3 {
    background-color: #0c0c3c
}

.bg-color4 {
    background-color: #0747a6
}

.bg-color5 {
    background-color: #4d3096
}

.bg-light {
    background-color: #e6edef
}

.bg-dark {
    background-color: #2f3c4e
}

.bg-pattern1 {
    background-image: url(../assets/images/sidebar-pattern/1.png);
    background-color: #2f3c4e
}

.bg-img1 {
    background-image: url(../assets/images/sidebar-image/1.jpg)
}

.bg-pattern2 {
    background-image: url(../assets/images/sidebar-pattern/2.png);
    background-color: #2f3c4e
}

.bg-img2 {
    background-image: url(../assets/images/sidebar-image/2.jpg)
}

.bg-pattern3 {
    background-image: url(../assets/images/sidebar-pattern/3.png);
    background-color: #2f3c4e
}

.bg-img3 {
    background-image: url(../assets/images/sidebar-image/3.jpg)
}

.bg-pattern4 {
    background-image: url(../assets/images/sidebar-pattern/4.png);
    background-color: #2f3c4e
}

.bg-img4 {
    background-image: url(../assets/images/sidebar-image/4.jpg)
}

.bg-pattern5 {
    background-image: url(../assets/images/sidebar-pattern/5.png);
    background-color: #2f3c4e
}

.bg-img5 {
    background-image: url(../assets/images/sidebar-image/5.jpg)
}

.bg-pattern6 {
    background-image: url(../assets/images/sidebar-pattern/6.png);
    background-color: #2f3c4e
}

.bg-img6 {
    background-image: url(../assets/images/sidebar-image/6.jpg)
}

.faq-widgets {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .faq-widgets .media-body h5 {
        font-weight: 600;
        color: #fff
    }

    .faq-widgets .media-body p {
        font-size: 14px;
        padding-right: 20px;
        color: rgba(255,255,255,0.7)
    }

    .faq-widgets svg {
        width: 50px;
        height: 50px;
        opacity: .5
    }

.header-faq {
    margin-bottom: 30px
}

    .header-faq h5 {
        font-weight: 600;
        text-transform: capitalize
    }

.faq-articles h6 {
    font-size: 16px
}

.faq-articles p {
    color: #999
}

.features-faq .faq-image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%
}

.features-faq .card-body, .features-faq .card-footer {
    padding: 20px
}

    .features-faq .card-body h6 {
        font-weight: 600;
        font-size: 18px
    }

    .features-faq .card-body p {
        font-size: 14px;
        color: #999
    }

.features-faq ul li {
    display: inline-block
}

.faq-accordion {
    margin-bottom: 30px
}

    .faq-accordion p {
        color: #999
    }

    .faq-accordion .card .btn-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .faq-accordion .card .btn-link svg {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            position: absolute;
            left: 20px
        }

    .faq-accordion .faq-header {
        position: relative
    }

        .faq-accordion .faq-header svg {
            position: absolute;
            right: 20px;
            top: 20px
        }

        .faq-accordion .faq-header span {
            margin-top: 3px
        }

    .faq-accordion .faq-body {
        padding: 20px !important
    }

    .faq-accordion .card-mb-faq {
        margin-bottom: 30px
    }

    .faq-accordion label {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 10px
    }

.latest-articles p {
    color: #999
}

.faq-title {
    margin: 30px 0
}

    .faq-title h6 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: unset
    }

.faq-form {
    position: relative
}

    .faq-form .search-icon {
        position: absolute;
        right: 12px;
        top: 9px;
        width: 16px;
        height: 16px
    }

.navigation-btn {
    margin-bottom: 20px
}

    .navigation-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 600
    }

        .navigation-btn a svg {
            width: 15px;
            height: 15px
        }

.navigation-option ul li {
    position: relative;
    padding: 10px 10px 10px 0
}

    .navigation-option ul li:hover {
        background-color: rgba(36,105,92,0.05)
    }

        .navigation-option ul li:hover a {
            color: #24695c
        }

    .navigation-option ul li a {
        padding-left: 40px;
        color: #999;
        font-weight: 500
    }

        .navigation-option ul li a svg {
            position: absolute;
            width: 15px;
            height: 15px;
            top: 12px;
            left: 15px
        }

.updates-faq {
    width: 40px;
    height: 40px;
    border: 1px solid #24695c;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px
}

    .updates-faq svg {
        width: 18px;
        height: 18px
    }

.updates-bottom-time p {
    margin-bottom: 2px;
    font-weight: 600
}

    .updates-bottom-time p + p {
        color: #999
    }

.updates-faq-main {
    margin-bottom: 20px
}

    .updates-faq-main:last-child {
        margin-bottom: 0
    }

.default-according .card .card-header h5 {
    padding-left: 25px
}

.default-according .card .card-header .btn-link {
    padding: 0
}

@media only screen and (max-width: 1199px) {
    .faq-accordion {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 991px) {
    .faq-accordion .faq-header {
        padding: 20px !important
    }

        .faq-accordion .faq-header h5 {
            font-size: 20px
        }

        .faq-accordion .faq-header svg {
            right: 20px;
            top: 20px;
            width: 20px;
            height: auto
        }

    .navigation-option ul li {
        padding: 10px 10px 10px 0
    }

        .navigation-option ul li a svg {
            top: 12px
        }

    .navigation-btn, .updates-faq-main {
        margin-bottom: 20px
    }

    .updates-faq {
        width: 35px;
        height: 35px;
        margin-right: 20px
    }

        .updates-faq svg {
            width: 16px;
            height: 16px
        }
}

@media only screen and (max-width: 767px) {
    .xs-mt-search {
        margin-top: 30px
    }

    .featured-tutorial .card-body, .featured-tutorial .card-footer {
        padding: 20px
    }

    .updates-faq {
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width: 575px) {
    .xs-mt-search {
        margin-top: 0
    }

    .faq-widgets svg {
        width: 100px;
        height: 100px;
        position: absolute;
        opacity: .1;
        top: 10px;
        right: 20px
    }

    .faq-title {
        margin: 15px 0
    }

        .faq-title h6 {
            font-size: 16px
        }

    .header-faq {
        margin-bottom: 15px
    }

    .faq-accordion {
        margin-bottom: 0
    }

        .faq-accordion .faq-header {
            padding: 15px !important
        }

            .faq-accordion .faq-header .pull-right {
                float: right
            }

            .faq-accordion .faq-header svg {
                right: 15px;
                top: 15px
            }

    .navigation-btn, .updates-faq-main {
        margin-bottom: 15px
    }
}

.document.close .page-sidebar {
    left: -290px
}

.document.close .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon .page-body {
    margin-left: unset
}

.document .page-main-header {
    background-color: #fff
}

    .document .page-main-header.document-header {
        height: 80px;
        width: calc(100% - 290px);
        margin-left: 290px;
        padding-left: 30px;
        padding-right: 30px
    }

        .document .page-main-header.document-header.open {
            margin-left: 0;
            width: 100%
        }

    .document .page-main-header .main-header-right {
        padding: 0
    }

    .document .page-main-header .navbar-collapse .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0;
        width: 100%
    }

        .document .page-main-header .navbar-collapse .navbar-nav .nav-item {
            padding-right: 15px
        }

            .document .page-main-header .navbar-collapse .navbar-nav .nav-item:last-child {
                padding-right: 0
            }

    .document .page-main-header .document-right-nav .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-weight: 600;
        text-transform: uppercase
    }

.document .page-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 9;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .document .page-sidebar .logo-wrapper {
        border-bottom: 1px solid #efefef
    }

        .document .page-sidebar .logo-wrapper img {
            vertical-align: middle;
            border-style: none;
            padding: 23px -7px;
            padding-top: 25px;
            padding-bottom: 25px;
            padding-left: 30px
        }

    .document .page-sidebar ul.document-menu {
        padding: 15px 20px
    }

        .document .page-sidebar ul.document-menu h4 {
            font-size: 22px;
            font-weight: 600;
            border-bottom: 1px solid #efefef
        }

        .document .page-sidebar ul.document-menu li a {
            color: #242934;
            font-size: 16px;
            padding-left: unset;
            padding-right: unset;
            -webkit-transition: all .5s ease;
            transition: all .5s ease
        }

            .document .page-sidebar ul.document-menu li a.menu-title {
                font-weight: 600;
                line-height: 1
            }

                .document .page-sidebar ul.document-menu li a.menu-title:hover {
                    color: #24695c
                }

        .document .page-sidebar ul.document-menu li .nav-submenu {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 15px
        }

            .document .page-sidebar ul.document-menu li .nav-submenu li {
                padding-left: 15px;
                position: relative;
                -webkit-transition: all .5s ease;
                transition: all .5s ease
            }

                .document .page-sidebar ul.document-menu li .nav-submenu li a {
                    color: #999;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 1
                }

                    .document .page-sidebar ul.document-menu li .nav-submenu li a i {
                        position: absolute;
                        top: 7px;
                        left: 0;
                        -webkit-transition: all .5s ease;
                        transition: all .5s ease
                    }

                    .document .page-sidebar ul.document-menu li .nav-submenu li a:hover {
                        color: #24695c
                    }

                .document .page-sidebar ul.document-menu li .nav-submenu li:hover {
                    -webkit-transform: translateX(5px);
                    transform: translateX(5px)
                }

.document .fa-star {
    color: #f4c705
}

.document .card .card-header h5 {
    font-size: 20px;
    margin-bottom: 5px
}

.document .reviews {
    margin-bottom: 20px
}

    .document .reviews h2 {
        font-weight: 600;
        font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)))
    }

    .document .reviews h5 {
        font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
    }

.document-content .page-sidebar.open {
    -webkit-transform: translate(-260px) !important;
    transform: translate(-260px) !important
}

    .document-content .page-sidebar.open ~ .page-body, .document-content .page-sidebar.open ~ footer {
        margin-left: 0 !important
    }

.document-content ul.nav-pills {
    overflow-y: scroll;
    max-height: calc(100vh - 180px);
    display: block
}

    .document-content ul.nav-pills li {
        line-height: 25px
    }

        .document-content ul.nav-pills li h4 {
            color: #fff;
            padding: 0 15px
        }

        .document-content ul.nav-pills li .nav-link {
            border-radius: .25rem;
            font-size: 14px;
            display: block;
            text-decoration: none;
            color: #d4d4d4;
            font-weight: 500;
            padding: 3px 15px;
            letter-spacing: 1px
        }

            .document-content ul.nav-pills li .nav-link i {
                margin-top: 5px;
                text-decoration: none;
                color: #fff;
                margin-right: 20px
            }

            .document-content ul.nav-pills li .nav-link.active {
                background-color: unset !important;
                color: #24695c
            }

            .document-content ul.nav-pills li .nav-link p {
                font-size: 16px;
                margin-bottom: 0;
                padding-top: 7px;
                font-weight: 600
            }

        .document-content ul.nav-pills li .show > .nav-link {
            background-color: unset !important;
            color: #24695c
        }

.document-content .table thead th {
    width: 50%
}

.document-content .set-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.document-content i.fa-star {
    color: #ffd042
}

.document-content .col-9 {
    padding-left: 40px
}

    .document-content .col-9 .set-height {
        overflow: scroll;
        overflow-x: hidden
    }

    .document-content .col-9 .tab-content {
        overflow: auto;
        overflow-x: hidden;
        max-height: calc(100% - 200px);
        position: fixed;
        width: 976px;
        margin-left: 30px;
        -webkit-box-shadow: 0 0 15px 0 rgba(220,220,220,0.4);
        -o-box-shadow: 0 0 15px 0 rgba(220,220,220,0.4);
        box-shadow: 0 0 15px 0 rgba(220,220,220,0.4)
    }

        .document-content .col-9 .tab-content .section-head {
            font-weight: 600;
            font-size: 32px;
            margin-bottom: 40px;
            padding: 0
        }

.document-content .card-body.tree-color {
    padding: 0
}

.document-content .jstree-default {
    padding: 30px;
    background-color: #111727;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(255,255,255,0.08);
    box-shadow: 1px 1px 2px 1px rgba(255,255,255,0.08)
}

    .document-content .jstree-default .jstree-anchor {
        color: #a6aaaf
    }

    .document-content .jstree-default .jstree-hovered {
        background-color: #202938;
        border: 1px solid #202938
    }

    .document-content .jstree-default .jstree-clicked {
        color: #fff !important;
        background: transparent !important
    }

    .document-content .jstree-default .jstree-icon {
        color: #656b78 !important
    }

.document-content hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

.document-content .html-editor {
    color: rgba(255,255,255,0.7);
    background-color: #2b2b2b
}

    .document-content .html-editor pre {
        color: rgba(255,255,255,0.7);
        background-color: #000
    }

.document-content .progress {
    margin-bottom: 10px
}

.document-content ul.list-ticked li {
    margin-bottom: 10px;
    padding-left: 1rem
}

.document-content.faq {
    font-size: 18px
}

    .document-content.faq .btn {
        font-size: 18px;
        font-weight: 600;
        color: #24695c
    }

        .document-content.faq .btn.btn-link {
            color: #000
        }

            .document-content.faq .btn.btn-link.collapsed {
                color: #24695c
            }

    .document-content.faq ul {
        border: unset
    }

        .document-content.faq ul.nav {
            display: block
        }

            .document-content.faq ul.nav li .nav-link {
                border-radius: .25rem;
                font-size: 18px;
                display: block;
                padding: 3px 20px 3px 30px;
                text-decoration: none;
                line-height: 30px;
                color: #4c5667;
                font-weight: 500;
                border: unset
            }

                .document-content.faq ul.nav li .nav-link i {
                    margin-top: 3px;
                    text-decoration: none;
                    line-height: 25px;
                    color: #24695c;
                    margin-right: 20px
                }

                .document-content.faq ul.nav li .nav-link.active {
                    color: #24695c;
                    background-color: unset;
                    border: unset
                }

                .document-content.faq ul.nav li .nav-link:hover {
                    border: unset
                }

.document-content .reviews {
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.08);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.08)
}

    .document-content .reviews h1 {
        text-transform: uppercase;
        font-weight: 600
    }

    .document-content .reviews h5 {
        text-transform: capitalize
    }

@media (max-width: 991px) {
    .document.close .page-sidebar {
        left: 0
    }

    .document.close .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon .page-body {
        margin-left: unset
    }

    .document .navbar {
        padding-top: 0;
        padding-bottom: 0
    }

    .document .page-sidebar {
        left: -290px;
        z-index: 1
    }

    .document .navbar-toggler {
        padding: 0
    }

        .document .navbar-toggler:focus {
            -webkit-box-shadow: none;
            box-shadow: none
        }
}

@media (max-width: 575px) {
    .document .page-main-header.document-header {
        height: 60px
    }
}

.social-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px
}

    .social-tab ul {
        border-bottom: none !important
    }

        .social-tab ul li a {
            font-weight: 600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: rgba(36,105,92,0.05)
        }

            .social-tab ul li a svg {
                width: 15px;
                height: 15px;
                margin-right: 5px;
                color: #24695c
            }

            .social-tab ul li a:hover {
                border-color: transparent !important
            }

            .social-tab ul li a.active {
                background-color: #24695c !important;
                color: #fff !important
            }

                .social-tab ul li a.active svg {
                    color: #fff
                }

        .social-tab ul li:nth-child(n+2) {
            margin-left: 20px
        }

    .social-tab .input-group {
        width: 280px
    }

        .social-tab .input-group .form-control {
            background-color: rgba(36,105,92,0.08);
            border-color: #e6edef;
            height: 40px;
            padding-left: 13px;
            font-size: 14px
        }

        .social-tab .input-group .input-group-text {
            background-color: #24695c
        }

            .social-tab .input-group .input-group-text i {
                color: #fff
            }

.social-network span {
    margin-bottom: 10px;
    display: block
}

.social-list .media {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .social-list .media:last-child {
        margin-bottom: 0
    }

    .social-list .media .media-body a {
        color: #999
    }

    .social-list .media .media-body span {
        font-weight: 600;
        color: #242934
    }

    .social-list .media .media-body:hover a {
        color: #24695c
    }

.photos {
    margin-bottom: -10px
}

    .photos ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 65px
    }

        .photos ul li img {
            width: 100%
        }

.new-users-social {
    margin-bottom: 30px
}

    .new-users-social .media img {
        width: 58px
    }

    .new-users-social .media .media-body {
        margin-top: 10px
    }

    .new-users-social svg circle {
        color: #999
    }

.like-content span i {
    font-size: 14px
}

.timeline-content p {
    margin-top: 30px;
    color: #999
}

.timeline-content .comment-number i {
    color: #999;
    margin-right: 20px
}

.timeline-content .comments-box {
    margin-top: 30px
}

    .timeline-content .comments-box .input-group {
        margin-top: 6px
    }

        .timeline-content .comments-box .input-group .input-txt-bx::-webkit-input-placeholder {
            color: #999
        }

        .timeline-content .comments-box .input-group .input-txt-bx::-moz-placeholder {
            color: #999
        }

        .timeline-content .comments-box .input-group .input-txt-bx:-ms-input-placeholder {
            color: #999
        }

        .timeline-content .comments-box .input-group .input-txt-bx::-ms-input-placeholder {
            color: #999
        }

        .timeline-content .comments-box .input-group .input-txt-bx::placeholder {
            color: #999
        }

        .timeline-content .comments-box .input-group .input-group-append .btn i {
            font-size: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #999
        }

        .timeline-content .comments-box .input-group .input-group-text {
            background-color: #24695c;
            padding: 10px
        }

            .timeline-content .comments-box .input-group .input-group-text img {
                width: 22px;
                height: 22px
            }

.social-chat {
    margin-top: 30px
}

    .social-chat span span {
        font-weight: 400;
        color: #999;
        font-size: 12px
    }

    .social-chat .media-body {
        padding: 30px;
        border: 1px solid #e6edef;
        position: relative
    }

        .social-chat .media-body p {
            margin-top: 5px
        }

        .social-chat .media-body:before {
            content: '';
            position: absolute;
            top: 19px;
            right: 100%;
            border: 7px solid transparent;
            border-right: 7px solid #59667a
        }

        .social-chat .media-body:after {
            content: '';
            position: absolute;
            top: 19px;
            right: 100%;
            border: 7px solid transparent;
            border-right: 7px solid #fff
        }

    .social-chat .your-msg, .social-chat .other-msg {
        margin-bottom: 30px
    }

    .social-chat .other-msg {
        margin-left: 40px
    }

.socialprofile span {
    color: #999
}

.socialprofile h5 {
    margin-bottom: 10px
}

.socialprofile .social-btngroup {
    margin: 15px 0
}

.socialprofile .likes-profile h5 span {
    color: #242934
}

.socialprofile .social-group {
    margin-top: 15px
}

    .socialprofile .social-group ul li:nth-child(4) {
        margin-left: -22px
    }

.social-status form .form-group .form-control-social {
    border: 1px solid #e6edef;
    padding-left: 15px;
    margin-bottom: 30px;
    width: 100%;
    height: 40px;
    border-radius: 5px
}

.social-status .media {
    position: relative;
    margin-bottom: 30px
}

    .social-status .media:last-child {
        margin-bottom: 0
    }

    .social-status .media .social-status {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #fff;
        bottom: 0;
        left: 35px;
        border-radius: 100%
    }

    .social-status .media .social-online {
        border: 3px solid #1b4c43
    }

    .social-status .media .social-busy {
        border: 3px solid #e2c636
    }

    .social-status .media .social-offline {
        border: 3px solid #59667a
    }

    .social-status .media .media-body p {
        color: #999;
        font-size: 13px;
        margin-bottom: 5px
    }

    .social-status .media .media-body span + span {
        color: #999
    }

    .social-status .media .media-body .light-span {
        color: #999
    }

.social-header h5 span:first-child {
    line-height: 1.48
}

.social-header h5 span svg circle {
    color: #999
}

.details-about + .details-about {
    margin-top: 15px
}

.details-about .your-details p {
    color: #999;
    line-height: 1.6
}

.avatar-showcase .friend-pic {
    margin-right: 8px;
    margin-bottom: 10px
}

.avatar-showcase .pepole-knows ul li {
    display: inline-block;
    margin-right: 21px;
    margin-bottom: 10px
}

    .avatar-showcase .pepole-knows ul li:last-child {
        margin-right: 0
    }

    .avatar-showcase .pepole-knows ul li .add-friend h6 {
        margin-top: 3px
    }

    .avatar-showcase .pepole-knows ul li .add-friend span {
        margin-bottom: 5px;
        margin-top: 5px
    }

.activity-log .my-activity + .my-activity {
    margin-top: 15px
}

.activity-log .my-activity h6 {
    margin-bottom: 15px
}

.activity-log .my-activity p {
    margin-bottom: 5px;
    color: #999
}

    .activity-log .my-activity p span svg {
        width: 15px;
        height: 15px
    }

.social-app-profile .card .socialprofile h5 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px
}

.social-app-profile .card .socialprofile h4 {
    font-size: 20px
}

.social-app-profile .card .socialprofile h6 {
    margin-bottom: unset
}

.social-app-profile .card .socialprofile span {
    font-size: 12px
}

    .social-app-profile .card .socialprofile span .badge {
        font-size: 10px;
        padding: 2px 3px;
        font-weight: 400
    }

@media (max-width: 480px) {
    .social-app-profile .card .socialprofile h4 {
        font-size: 18px
    }

    .customers ul li img {
        width: 25px !important
    }

    .socialprofile .social-group {
        margin-top: 10px
    }

    .photos ul li {
        width: 49px
    }

    .new-users-social .media img {
        width: 50px
    }
}

@media screen and (max-width: 1199px) {
    .checkout .checkout-details {
        padding: 25px
    }

    .order-box .title-box span {
        width: 30%
    }

    .order-box .sub-total li .count {
        width: 30%
    }

    .order-box .sub-total .shipping-class .shopping-checkout-option {
        width: 32%
    }

    .order-box .qty li span {
        width: 30%
    }

    .order-box .total li .count {
        width: 30%
    }
}

@media screen and (max-width: 991px) {
    .order-box .title-box h4 {
        font-size: 18px
    }

    .order-box .title-box span {
        font-size: 18px
    }

    .order-box .qty li {
        font-size: 14px
    }

        .order-box .qty li span {
            font-size: 16px
        }

    .order-box .sub-total li {
        font-size: 14px
    }

        .order-box .sub-total li .count {
            font-size: 16px
        }

    .order-box .sub-total .shipping-class .shopping-checkout-option {
        width: 30%
    }

    .order-box .animate-chk label {
        font-size: 14px
    }
}

@media screen and (max-width: 575px) {
    .order-box .title-box {
        padding-bottom: 15px
    }

    .order-box .sub-total .shipping-class .shopping-checkout-option {
        width: 50%
    }

    .order-box .sub-total li .count {
        width: 50%
    }

    .order-box .animate-chk label {
        font-size: 12px;
        margin-bottom: 10px
    }

    .checkout .checkout-details {
        padding: 20px
    }
}

@media screen and (max-width: 420px) {
    .order-box .qty li {
        font-size: 13px
    }

        .order-box .qty li span {
            font-size: 14px
        }

    .order-box .sub-total li .count {
        font-size: 14px
    }
}

.email-wrap .email-app-sidebar .main-menu > li a[aria-selected="true"] span {
    color: #24695c !important
}

.modal-bookmark .modal-body, .modal-bookmark .modal-header {
    padding: 25px
}

    .modal-bookmark .modal-body h5, .modal-bookmark .modal-header h5 {
        font-weight: 600
    }

.bookmark-wrap .btn-mail {
    color: #24695c !important;
    width: 100%;
    font-weight: 600
}

.bookmark-wrap .row .col-xl-3 + .col-xl-3 {
    padding-right: 15px
}

.bookmark-wrap .left-bookmark ul li button {
    border: none;
    cursor: pointer
}

    .bookmark-wrap .left-bookmark ul li button:focus {
        outline: none
    }

.bookmark-wrap .left-bookmark ul li svg {
    width: 18px;
    height: 18px;
    vertical-align: middle
}

.bookmark-wrap .left-bookmark ul li > .main-title {
    color: #24695c;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    font-size: 16px
}

    .bookmark-wrap .left-bookmark ul li > .main-title span a:hover {
        background-color: transparent
    }

    .bookmark-wrap .left-bookmark ul li > .main-title svg {
        color: #898989;
        stroke-width: 1px
    }

.bookmark-wrap .left-bookmark ul li a > .title {
    text-transform: capitalize;
    color: #2b2b2b
}

.form-bookmark a {
    text-transform: capitalize !important;
    color: #24695c !important;
    line-height: 1 !important;
    font-weight: 500
}

    .form-bookmark a:hover {
        background-color: transparent !important
    }

.form-bookmark input#index_var {
    display: none
}

.form-bookmark .form-group label {
    font-weight: 600;
    margin-bottom: 5px
}

.form-bookmark .form-group input, .form-bookmark .form-group select {
    font-size: 14px
}

.form-bookmark .form-group .select2-container .select2-selection--single {
    border-color: #ced4da !important
}

.form-bookmark .form-group .select2 {
    width: 100% !important
}

.form-bookmark .form-group .error {
    margin: 0 !important;
    font-size: 11px;
    color: red !important
}

.form-bookmark .form-group .fill-color {
    width: 35px;
    height: 30px;
    padding: 3px
}

.form-bookmark button {
    margin-top: 30px
}

@-webkit-keyframes displayTransition {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes displayTransition {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bookmark-tabcontent .details-bookmark {
    height: auto;
    min-height: 359px
}

    .bookmark-tabcontent .details-bookmark .bookmark-card {
        position: relative
    }

        .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
            padding: 3px;
            border-radius: 4px;
            background-color: rgba(0,0,0,0.2);
            width: 30px;
            position: absolute;
            right: 15px;
            top: 15px;
            opacity: 0
        }

            .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon i {
                color: #fff;
                font-size: 16px;
                vertical-align: text-bottom
            }

            .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon.favourite i {
                color: #fed112
            }

        .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data {
            width: 100%
        }

            .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data .content-general {
                display: none
            }

        .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
            -webkit-transition: .5s;
            transition: .5s
        }

        .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {
            text-align: left;
            padding: 15px;
            border-top: 1px solid #e6edef;
            position: relative
        }

            .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark p {
                -webkit-animation: displayTransition 1s;
                animation: displayTransition 1s;
                font-size: 13px;
                opacity: 1
            }

            .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block {
                display: none;
                margin-top: 15px
            }

                .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li {
                    display: inline-block
                }

                    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li + li {
                        margin-left: 5px
                    }

                    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg {
                        width: 16px;
                        height: 16px;
                        color: #898989
                    }

        .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover {
            -webkit-box-shadow: 1px 4px 16px 3px rgba(0,0,0,0.04);
            box-shadow: 1px 4px 16px 3px rgba(0,0,0,0.04);
            -webkit-transition: .5s;
            transition: .5s
        }

            .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark p {
                opacity: 0
            }

            .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark .hover-block {
                display: block;
                -webkit-animation: displayTransition 2s;
                animation: displayTransition 2s;
                position: absolute;
                width: 100%;
                padding: 15px;
                top: 15px;
                left: 0
            }

            .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .favourite-icon {
                opacity: 1
            }

    .bookmark-tabcontent .details-bookmark.list-bookmark .row .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .desciption-data .content-general {
        display: block
    }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
            display: block;
            opacity: 1
        }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
            position: absolute;
            right: 15px;
            display: block;
            text-align: right
        }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block {
            display: block;
            -webkit-animation: displayTransition 0;
            animation: displayTransition 0
        }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark {
        border-top: none
    }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark p, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
            margin-top: 0;
            display: inline-block
        }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
            position: relative;
            padding-right: 15px
        }

            .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after {
                position: absolute;
                content: '-';
                right: 0;
                color: #898989
            }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general {
            margin-top: 5px
        }

            .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {
                width: 68%;
                margin-right: 20px;
                opacity: 1
            }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
        width: 20%
    }

.bookmark-tabcontent .tab-content .card .card-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e6edef
}

    .bookmark-tabcontent .tab-content .card .card-header h5 {
        font-weight: 600;
        font-size: 22px
    }

    .bookmark-tabcontent .tab-content .card .card-header svg {
        width: 18px;
        height: 18px;
        vertical-align: middle
    }

    .bookmark-tabcontent .tab-content .card .card-header ul li {
        display: inline-block
    }

        .bookmark-tabcontent .tab-content .card .card-header ul li + li {
            margin-left: 5px
        }

@media only screen and (max-width: 1660px) {
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {
        display: none
    }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
        margin-top: 6px
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .bookmark-wrap .left-bookmark ul li .btn-block svg {
        display: none
    }
}

@media only screen and (max-width: 1366px) {
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
        width: 40%
    }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
        top: 80px
    }

    .bookmark ul li a svg {
        width: 15px;
        height: 15px;
        margin: 10px
    }
}

@media only screen and (max-width: 1199px) {
    .bookmark-wrap .left-bookmark {
        height: auto
    }

    .bookmark-tabcontent .details-bookmark {
        min-height: auto
    }
}

@media only screen and (max-width: 991px) {
    .modal-bookmark .modal-body, .modal-bookmark .modal-header {
        padding: 20px
    }

    .form-bookmark button {
        margin-top: 20px
    }

    .bookmark-tabcontent .tab-content .card .card-header, .bookmark-tabcontent .tab-content .card .card-body {
        padding: 20px
    }

        .bookmark-tabcontent .tab-content .card .card-header h5, .bookmark-tabcontent .tab-content .card .card-body h5 {
            font-size: 18px
        }
}

@media only screen and (max-width: 767px) {
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 172px
    }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block p {
        display: none
    }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block ul {
        position: relative;
        right: unset;
        top: unset
    }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
        width: 45%
    }
}

@media only screen and (max-width: 575px) {
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
        width: 46%
    }

    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {
        display: block
    }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website img {
            width: 100%
        }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
            display: block
        }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .content-general {
            display: none
        }

        .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
            position: relative;
            right: unset;
            text-align: left;
            top: unset;
            padding: 0
        }

    .modal-bookmark .modal-body, .modal-bookmark .modal-header {
        padding: 15px
    }

    .form-bookmark button {
        margin-top: 15px
    }
}

@media only screen and (max-width: 360px) {
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
        width: 28%
    }
}

.jkanban-container .note a {
    display: contents
}

.jkanban-container p {
    color: #999
}

.kanban-board-header {
    height: auto;
    width: auto;
    line-height: unset;
    background-color: rgba(36,105,92,0.05)
}

    .kanban-board-header.bg-primary ~ .kanban-drag {
        background-color: rgba(36,105,92,0.3)
    }

    .kanban-board-header.bg-secondary ~ .kanban-drag {
        background-color: rgba(186,137,93,0.3)
    }

    .kanban-board-header.bg-warning ~ .kanban-drag {
        background-color: rgba(226,198,54,0.3)
    }

    .kanban-board-header.bg-success ~ .kanban-drag {
        background-color: rgba(27,76,67,0.3)
    }

.kanban-container {
    display: contents
}

    .kanban-container footer {
        padding: 0;
        margin: 0
    }

.kanban-board {
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68,102,242,0.05);
    box-shadow: 1px 5px 24px 0 rgba(68,102,242,0.05);
    overflow: hidden;
    width: calc(100% / 3 - 30px) !important
}

    .kanban-board .kanban-drag {
        background: rgba(36,105,92,0.05)
    }

    .kanban-board header {
        padding: 20px 20px 0
    }

.kanban-item {
    background: #fff;
    padding: 0;
    margin-bottom: 20px
}

    .kanban-item p {
        font-size: 13px
    }

    .kanban-item:last-child {
        margin-bottom: 0
    }

    .kanban-item .list {
        display: inline-block;
        opacity: .4
    }

        .kanban-item .list li {
            display: inline-block;
            font-size: 12px
        }

            .kanban-item .list li i {
                margin-right: 10px
            }

            .kanban-item .list li:nth-child(n+2) {
                margin-left: 5px
            }

    .kanban-item .kanban-box {
        border: 1px solid #e6edef;
        border-radius: 5px;
        padding: 20px;
        position: relative;
        display: block;
        color: inherit
    }

        .kanban-item .kanban-box:hover {
            color: inherit
        }

        .kanban-item .kanban-box + .kanban-box {
            margin-top: 20px
        }

        .kanban-item .kanban-box .badge {
            font-weight: 400
        }

        .kanban-item .kanban-box h6 {
            font-size: 15px;
            margin-top: 5px;
            font-weight: 600
        }

        .kanban-item .kanban-box .dropdown {
            display: inline-block;
            right: 10px;
            position: absolute;
            top: 20px
        }

            .kanban-item .kanban-box .dropdown .dropdown-item {
                font-size: 13px;
                font-weight: 500;
                padding: 5px 10px;
                text-align: left
            }

            .kanban-item .kanban-box .dropdown svg {
                height: 14px
            }

        .kanban-item .kanban-box .d-flex {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        .kanban-item .kanban-box .dropdown-toggle:after {
            content: none
        }

        .kanban-item .kanban-box .customers ul li + li {
            margin-left: -10px
        }

        .kanban-item .kanban-box .date {
            font-size: 11px;
            opacity: .5
        }

.colorfull-kanban .kanban-board-header {
    padding-bottom: 20px
}

.kanban-block {
    margin-bottom: -30px
}

@media only screen and (max-width: 1300px) {
    .kanban-board {
        width: calc(100% / 2 - 30px) !important
    }
}

@media only screen and (max-width: 1199px) {
    .jkanban-container .btn {
        margin-bottom: 10px;
        margin-left: 20px
    }
}

@media only screen and (max-width: 991px) {
    .kanban-block {
        margin-bottom: -20px
    }
}

@media only screen and (max-width: 700px) {
    .kanban-container .kanban-board {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .jkanban-container .btn {
        margin-left: unset;
        padding: 10px 15px
    }
}

@media only screen and (max-width: 480px) {
    .kanban-board .kanban-drag {
        padding: 10px
    }

    .kanban-board header {
        padding: 10px 10px 0
    }

        .kanban-board header .kanban-title-board {
            font-size: 14px
        }

    .jkanban-container .card .card-body {
        padding: 15px
    }

    .jkanban-container .btn {
        padding: 7px 12px
    }

    .kanban-item {
        margin-bottom: 10px
    }

        .kanban-item .kanban-box {
            padding: 15px
        }

    .colorfull-kanban .kanban-board-header {
        padding-bottom: 10px
    }
}

@media only screen and (min-width: 1280px) {
    .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper {
        margin-top: 40px !important;
        overflow: hidden
    }

        .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
            min-height: calc(100vh - 165px);
            margin-top: 0;
            top: 80px;
            overflow-y: scroll !important;
            max-height: calc(100vh - 220px);
            padding-bottom: 80px
        }

    .box-layout .page-wrapper.horizontal-wrapper .page-main-header {
        margin-top: 40px
    }

        .box-layout .page-wrapper.horizontal-wrapper .page-main-header.close_icon {
            margin-left: auto
        }

    .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper {
        width: 1280px
    }

        .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav {
            width: 1280px;
            top: 80px;
            margin: 0;
            overflow-x: unset;
            position: relative
        }

            .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar #mainnav {
                width: 1280px;
                margin-left: auto;
                margin-right: auto;
                position: unset
            }

    .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
        height: calc(100vh - 206px);
        width: 155px
    }

        .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
            height: calc(100vh - 240px);
            padding-top: 0;
            padding-bottom: 0
        }

            .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
                left: 24.7%;
                top: 118px
            }

    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper {
        margin-top: 40px !important
    }

    .box-layout .page-wrapper.compact-wrapper .page-main-header {
        margin-top: 40px
    }

        .box-layout .page-wrapper.compact-wrapper .page-main-header.close_icon {
            margin-left: auto
        }

    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
        margin-left: 255px;
        min-height: calc(100vh - 165px);
        margin-top: 0;
        top: 80px;
        overflow-y: scroll !important;
        max-height: calc(100vh - 130px);
        padding-bottom: 80px
    }

        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(36,105,92,0.2)
        }

        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
            width: 6px;
            border-radius: 13px
        }

        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
            background-color: rgba(36,105,92,0.1)
        }

    .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
        position: fixed;
        border-bottom: none;
        top: 100px;
        z-index: 3;
        height: auto;
        line-height: inherit;
        width: 255px;
        height: 100%;
        text-align: left;
        -webkit-transition: .5s;
        transition: .5s;
        padding-top: 25px;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 7px;
        height: calc(100vh - 201px)
    }

        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
            opacity: 0;
            visibility: hidden
        }

            .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
                margin-left: 0;
                width: 1280px;
                -webkit-transition: .5s;
                transition: .5s
            }

        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
            height: calc(100vh - 510px)
        }

        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.main-nav .main-navbar .nav-menu > li {
            padding: 0 10px
        }

    .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-main-header {
        margin: 0 auto
    }

    .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
        padding-top: 40px
    }

        .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
            top: 103px;
            height: calc(100vh - 190px);
            margin-left: unset
        }

        .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
            max-height: calc(100vh - 170px);
            min-height: calc(100vh - 170px);
            top: 0;
            margin: 0 auto;
            margin-left: 255px;
            padding-bottom: 30px
        }

        .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper footer {
            z-index: 3
        }

    .box-layout .page-wrapper .main-navbar .tab-content {
        padding-left: 10px;
        padding-right: 10px
    }

    .box-layout .page-wrapper .page-main-header .main-header-right .main-header-left {
        width: 255px
    }

    .box-layout .page-wrapper ul.close_icon > li label {
        padding: 0
    }

        .box-layout .page-wrapper ul.close_icon > li label:after {
            display: none
        }

    .box-layout .page-wrapper .bookmark ul {
        margin-right: -1px
    }

    .box-layout .page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .box-layout .page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type="radio"] {
        display: none
    }

    .box-layout .page-wrapper .media.bitcoin-graph {
        display: block
    }

        .box-layout .page-wrapper .media.bitcoin-graph .top-bitcoin {
            display: inline-block;
            vertical-align: middle
        }

        .box-layout .page-wrapper .media.bitcoin-graph .media-body {
            margin-top: 30px
        }

            .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content .bitcoin-numbers h6 {
                font-size: 14PX
            }

            .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content.text-end {
                text-align: center !important
            }

    .box-layout .page-wrapper .alert.inverse p {
        max-width: 238px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .box-layout .page-wrapper .page-main-header .main-header-right {
        margin: 0
    }

    .box-layout .page-wrapper .page-main-header .vertical-menu-main .mega-menu {
        width: 1050px !important;
        max-width: 1050px !important;
        left: -80px !important
    }

    .box-layout .page-wrapper .page-body-wrapper {
        width: 1280px;
        -webkit-box-shadow: 1px 3px 25px rgba(0,0,0,0.07);
        box-shadow: 1px 3px 25px rgba(0,0,0,0.07);
        margin: 0 auto
    }

        .box-layout .page-wrapper .page-body-wrapper .learning-comment {
            margin-left: -14px !important;
            float: left !important
        }

        .box-layout .page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive {
            min-width: 1087px;
            overflow: auto
        }

        .box-layout .page-wrapper .page-body-wrapper .browse div[class^="col-"]:nth-child(3) {
            margin-top: 30px
        }

        .box-layout .page-wrapper .page-body-wrapper .current-progress table tbody tr td:last-child {
            width: 147px
        }

        .box-layout .page-wrapper .page-body-wrapper .server-chart #latency-chart {
            width: 497px
        }

        .box-layout .page-wrapper .page-body-wrapper .active-order-table {
            max-width: 443px;
            overflow: auto
        }

            .box-layout .page-wrapper .page-body-wrapper .active-order-table table tbody tr td p {
                width: 100px
            }

        .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.gradient-line-1:after {
            height: 57px;
            bottom: -64px
        }

        .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.small-line:after {
            height: 36px;
            bottom: -43px
        }

        .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.medium-line:after {
            height: 40px;
            bottom: -48px
        }

        .box-layout .page-wrapper .page-body-wrapper footer {
            width: 1025px;
            margin: 0 auto;
            right: 0;
            padding-right: 15px;
            margin-left: 255px;
            width: 1280px;
            margin: 0 auto;
            padding-left: 15px;
            margin-bottom: 40px !important;
            position: fixed;
            left: 50%;
            -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
            z-index: 3
        }

        .box-layout .page-wrapper .page-body-wrapper .footer-fix {
            margin-left: 567px
        }

        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            min-width: 300px
        }

            .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content > div {
                z-index: 8;
                background-color: rgba(255,255,255,0.75);
                background-blend-mode: overlay;
                width: 100%;
                padding: 30px;
                left: 15px
            }

            .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button {
                width: 40%;
                font-size: 14px;
                margin: 0 auto
            }

        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons {
            margin-top: 20px;
            margin-bottom: 20px
        }

            .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li {
                border: 1px solid #717171;
                width: 50px;
                height: 50px;
                padding: 8px
            }

        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img {
            margin-top: 30px;
            margin-bottom: 30px
        }

            .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img {
                width: 38%
            }

        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2 {
            font-size: 28px;
            color: #717171
        }

        .box-layout .page-wrapper .page-body-wrapper canvas#myLineCharts {
            width: 100%
        }

        .box-layout .page-wrapper .page-body-wrapper .chat-right-aside {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%;
            overflow: hidden
        }

        .box-layout .page-wrapper .page-body-wrapper .caller-img {
            position: absolute;
            width: 100%;
            max-width: 100%;
            left: 15px
        }

            .box-layout .page-wrapper .page-body-wrapper .caller-img img {
                opacity: .7
            }

        .box-layout .page-wrapper .page-body-wrapper .browser-widget img {
            height: 65px
        }

        .box-layout .page-wrapper .page-body-wrapper .weather-widget-two .bottom-whetherinfo .whether-content {
            top: 39px
        }

        .box-layout .page-wrapper .page-body-wrapper .custom-card .card-header img {
            margin-top: -73px
        }

        .box-layout .page-wrapper .page-body-wrapper .custom-card .card-profile img {
            height: 130px;
            top: -17px
        }

        .box-layout .page-wrapper .page-body-wrapper .select2 {
            width: 901.781px
        }

    .box-layout .page-wrapper .page-main-header {
        max-width: 1280px;
        margin: 0 auto;
        left: 0;
        right: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

        .box-layout .page-wrapper .page-main-header.open {
            padding-left: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

    .box-layout .page-wrapper .page-builder .ge-canvas.ge-layout-desktop {
        margin-top: 50px
    }

    .box-layout .page-wrapper .page-builder .ge-addRowGroup {
        margin-bottom: 10px
    }

    .box-layout .page-wrapper .pricing-wrapper-card {
        padding: 50px 20px
    }

    .box-layout .page-wrapper .card .blog-box.blog-grid.set-min-height {
        min-height: 400px
    }

    .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily {
        min-height: 430px
    }

    .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris {
        min-height: 430px
    }

    .box-layout .page-wrapper .box-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .box-layout .page-wrapper .box-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .box-layout .page-wrapper .box-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .box-layout .page-wrapper .box-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .box-layout .page-wrapper .box-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .box-layout .page-wrapper .box-col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .box-layout .page-wrapper .box-col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33%
    }

    .box-layout .page-wrapper .chat-box .chat-right-aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 15px);
        overflow: hidden
    }

        .box-layout .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
            font-size: 19px
        }

        .box-layout .page-wrapper .chat-box .chat-right-aside.bitcoin-chat {
            max-width: 100%
        }

    .box-layout .page-wrapper .chat-box .toogle-bar {
        display: inline-block;
        margin-right: 0 !important
    }

    .box-layout .page-wrapper .chat-menu {
        right: 0;
        border-top: 1px solid #e6edef;
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        visibility: hidden;
        top: 81px;
        position: absolute;
        z-index: 9;
        background-color: #f5f7fb;
        -webkit-transition: all linear .3s;
        transition: all linear .3s
    }

        .box-layout .page-wrapper .chat-menu.show {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transition: all linear .3s;
            transition: all linear .3s;
            padding-bottom: 25px
        }

    .box-layout .page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar {
        stroke-width: 23px !important
    }

    .box-layout .page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset {
        max-height: 165px
    }

    .box-layout .page-wrapper .email-wrap .email-right-aside .email-body .inbox {
        height: 644px
    }

    .box-layout .page-wrapper .email-wrap .email-content .email-top .user-emailid:after {
        right: -10px
    }

    .box-layout .page-wrapper .todo .notification-popup {
        right: 320px
    }

    .box-layout .page-wrapper .touchspin {
        padding: 0 10px
    }

    .box-layout .page-wrapper .vertical-menu-main {
        width: 1280px;
        margin: 0 auto;
        left: 0;
        right: 0
    }

        .box-layout .page-wrapper .vertical-menu-main .mega-menu {
            width: 1050px !important;
            max-width: 1050px !important;
            left: -320px !important
        }

    .box-layout .page-wrapper .comingsoon video {
        min-width: 67%;
        width: 67%
    }

    .box-layout .page-wrapper .auth-bg-effect .second-effect {
        left: 55%
    }

    .box-layout .page-wrapper .auth-bg-video video {
        min-width: 67%;
        width: 67%
    }

    .box-layout .page-wrapper .search-page .search-vid-block > div {
        margin-top: 30px
    }
}

/**=====================
     62. Responsive CSS Start
==========================**/
@media screen and (max-width: 1660px) {
  .blog-list .blog-details p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .photos ul li {
    width: 22%; }
  .vertical-menu-main .mega-menu {
    width: 1200px !important;
    max-width: 1200px !important;
    left: 0px !important; }
  .user-status table thead tr th:nth-child(3) {
    min-width: 124px; }
  .user-status table tbody tr td:first-child {
    min-width: 278px; }
  .employee-status table tbody tr td:first-child {
    min-width: 300px; }
  .bar-chart canvas {
    width: 100% !important; }
  .main-header-right .main-header-right .left-menu-header .orm-control-plaintext .form-inline {
    width: auto !important; }
  .chat-box .chat-history .call-icons {
    margin-bottom: 15px; }
    .chat-box .chat-history .call-icons ul li {
      width: 45px;
      height: 45px; }
      .chat-box .chat-history .call-icons ul li a {
        font-size: 18px; }
  .chat-box .chat-history .total-time h2 {
    font-size: 40px;
    color: #898989;
    margin-bottom: 10px; }
  .chat-box .chat-history .call-content .btn {
    width: auto;
    margin: 0 auto; }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li:nth-child(n+2) {
    margin-left: 10px; }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 18px; }
  .chat-left-aside .people-list {
    height: 520px; }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 440px; }
  .chat-box .people-list ul {
    max-height: 450px;
    overflow: auto; }
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 625px; }
    .call-chat-body .chat-box .people-list ul {
      max-height: 500px;
      overflow: auto; }
  .caller-img img {
    opacity: 0.7; }
  .chat-box .chat-history .receiver-img {
    margin-top: 25px; }
  .chat-box .chat-history .call-content {
    min-height: 545px; }
  .search-page .search-vid-block > div {
    margin-top: 30px; }
  .user-profile .photos ul li {
    width: 21%; }
  .email-wrap .email-right-aside .email-profile .inbox p {
    width: calc(100% - 300px);
    max-width: 500px; } }

@media screen and (max-width: 1550px) {
  .bg-gallery {
    height: 90vh; }
  .email-wrap .email-content .email-top .user-emailid:after {
    display: none; }
  .email-wrap .email-top .email-right {
    display: none; }
  .cal-date-widget .datepicker {
    width: unset; } }

@media screen and (max-width: 1440px) {
  .target-sec .card-header ul.target-list li:nth-child(n + 2) p {
    padding: 0 5px; }
  .bg-gallery {
    height: 85vh;
    min-height: 700px; }
  .landing_gallery_section_img:before {
    content: "";
    height: 300px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8%, #01397d), color-stop(92%, transparent));
    background: linear-gradient(to top, #01397d 8%, transparent 92%); }
  .page-main-header .main-header-right .left-menu-header {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 1200px) and (max-width: 1660px) {
  .latest-articles .card-body .media .m-r-30 {
    margin-right: 10px; }
  .whishlist-main .prooduct-details-box .btn {
    top: 0;
    bottom: unset;
    right: unset;
    left: 0; }
  .whishlist-main .col-xl-2 {
    width: 25%; }
  .xl-none {
    display: none; }
  .xl-60 {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
  .xl-30 {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  .xl-33 {
    max-width: 33.33333%;
    -webkit-box-flex: 33.33333%;
        -ms-flex: 33.33333%;
            flex: 33.33333%; }
  .xl-35 {
    max-width: 35%;
    -webkit-box-flex: 35%;
        -ms-flex: 35%;
            flex: 35%; }
  .xl-65 {
    max-width: 65%;
    -webkit-box-flex: 65%;
        -ms-flex: 65%;
            flex: 65%; }
  .xl-60 {
    max-width: 60%;
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%; }
  .xl-70 {
    max-width: 70%;
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%; }
  .xl-50 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .xl-100 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .xl-23 {
    max-width: 23%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%; }
  .xl-25 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .xl-40 {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  .xl-4 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
  .xl-cs-65 {
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
  .xl-cs-35 {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .product-page-main .owl-item .item {
    border: 1px solid #f4f4f4;
    border-radius: 5px; }
  .product-page-main .proorder-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .owl-carousel .owl-item img {
    max-width: 420px;
    margin: 0 auto; } }

@media screen and (max-width: 1580px) and (min-width: 768px) {
  .product-filter.new-products .owl-theme .owl-item .item .product-box .media {
    display: block; }
    .product-filter.new-products .owl-theme .owl-item .item .product-box .media .product-img {
      width: 100%; }
  .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details {
    padding: 15px 0; } }

@media screen and (max-width: 1580px) and (min-width: 1200px) {
  .docs-buttons,
  .docs-toggles {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .bg-sky-blue .main-landing {
    height: 765px; } }

@media screen and (min-width: 1200px) and (max-width: 1214px) {
  .product-thumbnail, .product-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100% !important; }
  .product-thumbnail {
    margin-top: 15px; } }

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .knowledgebase-bg {
    height: 400px; }
  .custom-card .card-footer > div {
    padding: 10px 0; }
  .card-activity ::-webkit-scrollbar {
    width: 5px; }
  .card-activity ::-webkit-scrollbar-track {
    background: #d0efe9; }
  .card-activity ::-webkit-scrollbar-thumb {
    background: #24695c; }
  .card-activity h5 {
    font-size: 18px !important; }
  .card-activity .setting-list {
    display: none; }
  .crm-activity span {
    display: none; }
  .vertical-menu-mt .crm-activity {
    height: 298px; }
  .pixelstrap a {
    padding-left: 18px; }
    .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {
      padding-left: 18px; }
  .flot-chart-container-small {
    height: 227px; }
  .call-chat-sidebar {
    max-width: 260px; }
  .product-box .product-details {
    padding: 15px; }
  .flot-chart-container {
    height: 282px; }
  .custom-card .card-profile img {
    height: 80px; }
  .custom-card .profile-details h4 {
    font-size: 18px; }
  .custom-card .profile-details h6 {
    margin-bottom: 24px; }
  .custom-card .card-footer > div h3 {
    font-size: 18px; }
  .crm-activity {
    height: 291px;
    overflow-y: auto; }
    .crm-activity .media .media-body .dates {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .calender-widget .cal-date {
    width: 95px;
    height: 95px; }
    .calender-widget .cal-date h5 {
      line-height: 1.4;
      padding: 13px; }
  .chat-body {
    padding: 10px; }
  .chat-box .chat-history .call-content .btn {
    font-size: 15px; }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px; }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px; }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px; }
    .chat-box .chat-history .call-icons ul li {
      width: 45px;
      height: 45px; }
  .chat-box .user-image {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-right: 3px; }
  .chat-box .about {
    margin-top: 0; }
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0; }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto; }
  .chat-left-aside .people-list {
    height: 420px; }
    .chat-left-aside .people-list ul {
      max-height: 376px;
      overflow-y: auto; }
  .chat-left-aside .status-circle {
    top: 4px;
    left: 36px; }
  .blog-box .blog-details-main .blog-bottom-details {
    margin: 20px 10px; }
  .blog-box .blog-details-main .blog-social li {
    padding: 0px 5px; }
  .blog-box.blog-shadow .blog-details {
    padding: 15px; }
  .comment-box .media img {
    margin-right: 25px; }
  .comment-box ul ul {
    margin-left: 50px; }
  .browser-widget img {
    height: 50px; }
  .browser-widget .media-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
  .email-wrap .email-left-aside .email-app-sidebar .media {
    display: block; }
    .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email {
      width: 100%;
      text-align: center; }
      .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email img {
        margin-bottom: 10px; }
      .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email .me-3 {
        margin-right: 0 !important; }
    .email-wrap .email-left-aside .email-app-sidebar .media .media-body {
      text-align: center; }
  .email-wrap .email-right-aside .email-body .attachment ul li img {
    width: 73px;
    height: 73px; }
  .email-wrap .email-right-aside .email-body .email-top {
    line-height: 50px; }
    .email-wrap .email-right-aside .email-body .email-top h5 {
      padding: 13px 0; }
  .email-wrap .email-right-aside .email-body .inbox .media-body {
    text-align: center; }
    .email-wrap .email-right-aside .email-body .inbox .media-body h6 {
      font-size: 14px; }
  .email-wrap .email-right-aside .email-body .email-compose .cke_contents.cke_reset {
    max-height: 144px;
    width: 99%; }
  .email-wrap .email-right-aside .email-body .email-compose .compose-border {
    margin: 0; }
  .email-wrap .media-body p {
    font-size: 13px; }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 181px; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important; }
  .blog-list .blog-details h6 {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
  .blog-box .blog-date span {
    font-weight: 500; } }

@media screen and (max-width: 1470px) {
  .edit-profile .profile-title .media {
    display: block; }
    .edit-profile .profile-title .media .media-body {
      margin-left: unset;
      margin-top: 10px; }
  .user-profile .photos ul li {
    width: 20%; }
  .page-main-header .main-header-right .left-menu-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%; }
  .email-wrap .email-right-aside .email-profile .inbox p {
    width: calc(100% - 300px);
    max-width: 500px; } }

@media screen and (max-width: 1366px) {
  .email-wrap .email-content .email-top .user-emailid:after {
    display: none; }
  .lnb-calendars {
    display: block !important;
    text-align: right; }
  .page-main-header .main-header-right .nav-right .nav-menus {
    padding: 20px 35px; }
  .span.ace_indent-guide {
    display: none; }
  .grid-options ul li:last-child {
    display: none; }
  .product-wrapper-grid .col-xl-3 {
    padding-left: 8px;
    padding-right: 8px; }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 25%; }
  .product-price {
    font-size: 14px; }
  .product-box .product-img .product-hover ul li {
    width: 35px;
    height: 35px; }
  .product-box .product-details h4 {
    font-size: 18px; }
  .cart .qty-box {
    width: 40%; }
  .alert-dismissible strong ~ p {
    display: inline; }
  .learning-box .details-main {
    margin: 20px; }
    .learning-box .details-main h6 {
      font-size: 18px; }
  .timeline-small .media .media-body p {
    width: 95%; }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -66px; }
  .map-js-height {
    height: 350px; }
  .browser-widget .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .browser-widget .media .media-body h3 {
      font-size: 20px; }
    .browser-widget .media .media-body p {
      margin-bottom: 2px; }
    .browser-widget .media .media-body h4 {
      font-size: 20px; }
  .testimonial i {
    font-size: 46px; }
  .testimonial p {
    margin-top: 20px; }
  .cal-date-widget .datepicker {
    margin: 0 auto;
    width: unset; }
  .company-card {
    padding: 20px; }
  .static-top-widget .media-body h3 {
    font-size: 30px; }
  .static-top-widget .media-body .icon-bg {
    right: -21px; }
  .widget-joins .media {
    padding: 20px; }
    .widget-joins .media .media-body h3 {
      font-size: 20px; }
  .left-bookmark ul li button {
    font-size: 13px; }
  .photos ul li {
    width: 21%; }
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 420px; }
    .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
      margin-top: -30px; }
    .chat-box .chat-right-aside .chat .chat-msg-box .message {
      width: 100%;
      padding: 15px; }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 20px; }
  .chat-box .chat-history .call-content {
    min-height: 512px; }
  .chat-right-aside .chat .chat-message .smiley-box {
    width: 45px; }
  .chat-box .chat-history .receiver-img img {
    height: 150px; }
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 595px; }
  .calender-widget .cal-desc p {
    max-height: 88px;
    overflow: auto; }
  .equal-height-xl {
    height: 517px; }
  .authentication-main .auth-innerright {
    background-size: cover; }
  .grp-btns {
    display: inline-block; }
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%; }
  .page-builder .btn-group {
    display: inline-block;
    margin-bottom: 10px; }
  .page-builder .btn-grid {
    margin-bottom: 15px;
    margin-right: 0px;
    border-right: none;
    display: inline-block; }
  .page-builder .ge-canvas.ge-layout-desktop {
    margin-top: 50px; }
  .ecommerce-widget h6 {
    font-size: 14px; }
  .ecommerce-widget .total-num {
    letter-spacing: 0px; }
  .support-ticket .pro-gress .progress-showcase {
    margin-top: 15px; }
  .support-ticket-font .total-num {
    font-size: 20px; }
  .custom-card {
    padding: 15px; }
    .custom-card .card-social li a {
      width: 30px;
      height: 30px; }
  .map-chart .chart-container {
    height: 300px; }
  .speed-chart .chart-container {
    height: 250px;
    margin-top: -40px;
    margin-bottom: 100px; }
  .candidcahrt {
    height: 360px; }
  .status-details h3 {
    font-size: 18px; }
  .chart-widget-top .total-value {
    font-size: 20px; }
  .status-widget .card-body {
    padding: 10px; }
  .browser-widget .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .browser-widget .media .media-body h3 {
      font-size: 20px; }
    .browser-widget .media .media-body p {
      margin-bottom: 2px; }
    .browser-widget .media .media-body h4 {
      font-size: 20px; }
  .testimonial i {
    font-size: 46px; }
  .testimonial p {
    margin-top: 20px; }
  .cal-date-widget .datepicker {
    margin: 0 auto;
    width: unset; }
  .company-card {
    padding: 20px; }
  .static-top-widget .media-body h3 {
    font-size: 30px; }
  .static-top-widget .media-body .icon-bg {
    right: -21px; }
  .widget-joins .media {
    padding: 20px; }
    .widget-joins .media .media-body h3 {
      font-size: 20px; }
  .chat-body {
    padding: 10px; }
  .chat-box .chat-history .call-content .btn {
    font-size: 15px; }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px; }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px; }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px; }
    .chat-box .chat-history .call-icons ul li {
      width: 45px;
      height: 45px; }
  .chat-box .user-image {
    width: 45px;
    height: 45px; }
  .chat-box .about {
    margin-top: 0; }
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0;
    font-size: 12px !important; }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto; }
  .chat-left-aside .people-list {
    height: 490px; }
    .chat-left-aside .people-list ul {
      max-height: 434px;
      overflow-y: auto; }
  .status-circle {
    top: 4px;
    left: 37px; }
  .mega-menu .onhover-show-div {
    left: 164px; }
  .img-cropper .docs-toggles {
    margin-top: 8px; }
  .bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
    left: -21px; }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 8px; }
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 67px !important; }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 67px !important; }
  .reset-password-box .theme-form .form-group .btn {
    padding: 6px 22px; }
  .cd-timeline-img {
    width: 45px;
    height: 45px; }
    .cd-timeline-img i {
      font-size: 20px; } }

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .redial-social-widget {
    width: 90px;
    height: 90px; }
    .redial-social-widget i {
      width: 70px;
      height: 70px; }
  .social-widget-card .card-body {
    padding: 20px; }
  .social-widget-card h5 {
    margin-bottom: 15px; }
  .widget-joins .media {
    padding: 15px; }
    .widget-joins .media h5 {
      font-size: 14px; }
    .widget-joins .media .media-body svg {
      width: 25px;
      height: 25px; }
    .widget-joins .media .media-body > span {
      font-size: 13px; }
    .widget-joins .media .me-3 {
      margin-right: 10px !important; }
  .testimonial p {
    margin-top: unset; }
  .general-widget .custom-card .card-header img {
    margin-top: -45px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .project-box {
    padding: 20px; }
    .project-box .badge {
      right: 10px;
      top: 10px;
      font-size: 8px;
      padding: 5px; } }

@media screen and (max-width: 1280px) {
  .blog-list .blog-details hr {
    display: none; }
  .blog-list .blog-details p {
    display: none; }
  .page-main-header .main-header-right .nav-right > ul > li {
    margin-right: 10px; }
  .bg-gallery {
    height: 108vh; }
  .img-gallery-set1,
  .img-gallery-set5 {
    display: none; }
  .box-layout.page-wrapper.horizontal-wrapper .page-main-header {
    padding-left: unset;
    max-width: unset;
    left: unset; }
  .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper {
    width: unset; }
  .user-profile .photos ul li {
    width: 19%; }
  .user-profile .social-tab ul li:nth-child(n+2) {
    margin-left: 10px; }
  .email-wrap .actions li:nth-child(n+2) {
    margin-left: 10px; }
  .email-wrap .actions li .btn {
    padding: 7px 20px;
    text-transform: capitalize; } }

@media screen and (max-width: 1199px) {
  .ttl-info {
    display: none; }
  input[type='checkbox'].tui-full-calendar-checkbox-round + span {
    margin-right: 2px;
    width: 4px; }
  .blog-list .blog-details p, .blog-list .blog-details hr {
    display: block; }
  .profile-greeting .header-top {
    text-align: center; }
    .profile-greeting .header-top .setting-list {
      float: none; }
  .alert-theme {
    max-width: 400px; }
  .vertical .page-main-header .main-header-right .vertical-mobile-sidebar {
    display: block; }
  .mega-menu-header .main-header-right .vertical-mobile-sidebar {
    display: block;
    margin-right: 15px; }
  .page-main-header .main-header-right .nav-right.right-menu ul {
    padding-left: 15px;
    padding-right: 15px; }
  .page-main-header .main-header-right .main-header-left {
    padding-left: 25px;
    padding-right: 25px; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li .submenu li:first-child {
    padding-left: 15px !important; }
  .page-wrapper .page-main-header .main-header-right .mobile-sidebar .switch-sm .switch {
    margin-top: 6px; }
  .page-main-header .main-header-right .left-menu-header {
    padding: 24px 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  .page-main-header .main-header-right .nav-right .nav-menus {
    padding: 20px 15px; }
  .grid-options ul li:nth-child(3) {
    display: none; }
  .dashboard-default-sec .card.income-card .card-body .knob-block canvas, .dashboard-2-main .card.income-card .card-body .knob-block canvas {
    width: 30%;
    height: 30%; }
  .photos ul li {
    width: 20%; }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    height: 33px;
    bottom: -40px; }
  .timeline-small .media .timeline-round.small-line:after {
    height: 28px;
    bottom: -38px; }
  .timeline-small .media .timeline-round.medium-line:after {
    height: 30px;
    bottom: -40px; }
  .timeline-small .media .media-body h6 {
    font-weight: 600;
    margin-bottom: 30px; }
    .timeline-small .media .media-body h6 span {
      font-weight: normal;
      color: #999; }
  .timeline-small .media .media-body p {
    width: 100%; }
  .bg-gallery {
    height: 100vh; }
  .mt50 {
    margin-top: 30px; }
  .landing-main .sticky .navbar-expand-xl .navbar-brand {
    top: 8px; }
  .landing-main .sticky .navbar-expand-xl .navabr_btn-set {
    top: 16px; }
  .landing-main .navbar-toggler span {
    background-color: #fff; }
  .landing-main .navbar_nav_modify {
    width: 100vw;
    left: 0;
    position: fixed;
    height: 100vh;
    background-color: #293240;
    top: 0;
    padding: 120px 0px; }
  .landing-main h4 {
    font-size: 20px; }
  .landing-main .navbar-expand-xl .navabr_btn-set {
    position: fixed;
    top: 24px;
    z-index: 1;
    right: 20px; }
  .landing-main .navbar-expand-xl .navbar-brand {
    padding-left: 5px;
    z-index: 1;
    position: fixed;
    top: 14px; }
  .landing-main .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item a {
    padding: 28px 60px;
    width: 16px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .landing-main .support-res {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px; }
  .landing-main .navbar-expand-lg .navbar-brand {
    padding-left: 5px; }
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    padding: 9px; }
  .lg-mt-col {
    margin-top: 30px; }
  .xl-none {
    display: none; }
  .user-status table tbody tr td .d-inline-block {
    margin-top: 10px; }
  .lg-mt {
    margin-top: 30px; }
  .product-page-details {
    margin-top: 30px; }
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 32%; }
  .debit-card {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .typography .row div + div {
    margin-top: 30px; }
  .listing .card-body .row > div + div {
    margin-top: 30px; }
  .flot-chart-container {
    height: 250px; }
  .img-cropper #putData {
    margin-bottom: 10px; }
  .img-cropper .docs-toggles > .dropdown {
    margin-bottom: 0; }
  .error-wrapper .maintenance-icons li i {
    color: #e6edef;
    font-size: 40px; }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 80px;
    margin-left: 90px; }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 120px;
    margin-top: -75px;
    margin-right: 110px; }
  div.dataTables_wrapper div.dataTables_paginate ~ .dataTables_filter {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0; }
  .jvector-map-height {
    height: 280px; }
  .custom-card .card-profile .card-social li a {
    padding: 8px; }
  .custom-card .card-profile img {
    height: 90px; }
  .custom-card .card-profile .card-footer > div h3 {
    font-size: 18px; }
  .custom-card .profile-details h4 {
    font-size: 20px; }
  .custom-card .profile-details h6 {
    margin-bottom: 20px; }
  .custom-card .card-footer > div h3 {
    font-size: 18px; }
  .equal-height-lg {
    min-height: unset !important; }
  .mega-menu .onhover-show-div {
    height: 435px;
    overflow-x: scroll;
    left: 215px; }
  .mega-menu .mega-bg {
    display: none; }
  .mega-menu .lg-mt {
    margin-top: 25px; }
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%; }
  .blog-single .comment-box ul .comment-social {
    margin-left: 0; }
  .error-wrapper .maintenance-heading {
    margin-top: 30px; }
    .error-wrapper .maintenance-heading .headline {
      font-size: 50px;
      margin-top: -15%;
      margin-bottom: 0px; }
    .error-wrapper .maintenance-heading .cloud-second {
      margin-top: -25px; }
  .mobile-clock-widget #date {
    margin-top: 15px; }
  .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px; }
  .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 34px; }
  .cal-date-widget .cal-datepicker {
    margin-top: 15px; }
  .static-top-widget .media-body .icon-bg {
    width: 70px;
    height: 70px; }
  .user-status table tbody tr th {
    min-width: 120px; }
  .user-status table tbody tr td:first-child {
    min-width: 295px; }
  .testimonial p {
    margin-top: 17px; }
  .contact-form {
    padding: 10px; }
    .contact-form .theme-form .form-icon {
      margin-top: -57px; }
  .calender-widget .cal-date {
    width: 90px;
    height: 90px; }
    .calender-widget .cal-date h5 {
      font-size: 16px;
      padding: 18px; }
  .calender-widget .cal-desc {
    padding: 14px; }
    .calender-widget .cal-desc p {
      max-height: 114px;
      overflow-y: auto; }
  .browser-widget {
    padding: 0px; }
    .browser-widget img {
      height: 50px; }
    .browser-widget .media .media-body h4 {
      font-size: 17px; }
    .browser-widget .media .media-img {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
  .static-top-widget .media-body {
    padding-left: 20px; }
  .widget-joins:before {
    display: none; }
  .widget-joins .ps-0 {
    padding-left: 15px !important; }
  .widget-joins .pe-0 {
    padding-right: 15px !important; }
  .widget-joins .border-after-xs:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 94%;
    background-color: #efefef;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto; }
  .widget-joins .media .media-body svg {
    width: 30px;
    height: 30px; }
  .crm-overall .overall-chart {
    height: 200px; }
  .product-page-main .proorder-lg-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .chat-box .chat-menu {
    background-color: #fff; }
    .chat-box .chat-menu .people-list ul.list {
      max-height: 444px;
      overflow-y: auto; }
  .chat-box .btn-lg {
    font-size: 12px; }
  .chat-box .people-list ul {
    height: auto; }
  .chat-box .chat-right-aside .chat .chat-header {
    height: auto; }
    .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
      font-size: 19px; }
  .chat-box .chat-right-aside .chat .chat-message {
    margin: 0;
    bottom: 15px; }
  .chat-box .chat-history .total-time h2 {
    font-size: 25px; }
  .chat-box .chat-history .row .col-sm-7 {
    padding-right: 0; }
  .chat-box .border-tab.nav-tabs {
    width: 100%; }
    .chat-box .border-tab.nav-tabs .nav-item {
      margin-right: 5px; }
  .chat-box .chat-left-aside .people-list {
    height: 493px; }
  .chat-menu-icons {
    display: block;
    clear: both;
    width: 100%;
    text-align: right; }
  .chat-box .border-tab.nav-tabs .nav-item a {
    height: auto;
    line-height: 1.2; }
  .chat-history {
    height: 447px; }
  .chat-box .toogle-bar {
    display: inline-block;
    margin-right: 0 !important; }
  .email-wrap .email-right-aside .email-body {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .email-wrap .email-right-aside .email-body .b-r-light {
      border-right: none !important; }
  .email-wrap .email-right-aside .radius-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important; }
  .email-wrap .email-aside-toggle {
    display: block; }
  .email-wrap .email-sidebar {
    position: relative; }
    .email-wrap .email-sidebar .email-aside-toggle {
      margin-bottom: 20px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .email-wrap .email-sidebar .email-left-aside {
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      z-index: 2;
      width: 300px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .email-wrap .email-sidebar .email-left-aside.open {
        visibility: visible;
        opacity: 1; }
  .job-accordion .card {
    margin-bottom: 20px; }
  .job-sidebar {
    position: relative; }
    .job-sidebar .job-toggle {
      display: block;
      margin-bottom: 20px; }
    .job-sidebar .job-left-aside {
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: 20px;
      opacity: 1;
      visibility: hidden;
      overflow-y: scroll;
      z-index: 3;
      max-width: 270px;
      height: 600px;
      background-color: #fff;
      border: 1px solid #e6edef;
      padding: 20px; }
      .job-sidebar .job-left-aside.open {
        opacity: 1;
        visibility: visible; }
  .learning-block > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .icon-lists div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 209px; }
  .like-comment-lg-mb {
    margin-bottom: 12px; }
  .ribbon-space-bottom {
    top: 9px; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 98.5% !important; }
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 95px !important; }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 95px !important; }
  .profile-img-style #aniimated-thumbnials-3 {
    text-align: center; }
  .user-profile .photos ul li {
    width: 20%; }
  .user-profile .profile-header {
    height: 380px; }
    .user-profile .profile-header .userpro-box {
      max-width: 325px;
      padding: 25px; }
      .user-profile .profile-header .userpro-box .icon-wrapper {
        width: 30px;
        height: 30px;
        font-size: 13px; }
      .user-profile .profile-header .userpro-box .avatar {
        width: 85px;
        height: 85px; }
      .user-profile .profile-header .userpro-box h4 {
        font-size: 18px; }
      .user-profile .profile-header .userpro-box h6 {
        font-size: 14px; }
  .user-profile .social-media ul.user-list-social li a {
    width: 28px;
    height: 28px; }
  .social-tab {
    padding: 20px; }
    .social-tab ul li a {
      padding: 8px 10px;
      font-size: 12px; }
    .social-tab .input-group .form-control {
      height: 35px; }
  .vertical-menu-mt {
    margin-top: 80px !important; }
    .vertical-menu-mt .xl-none {
      display: block; }
  .sm {
    position: fixed;
    background-color: #fff;
    width: 300px;
    border-radius: 0;
    border: 1px solid #e6edef;
    top: 80px;
    height: 100vh;
    left: -300px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: scroll; }
  .calendar-wrap .fc-day-grid-event {
    width: 87%; } }

@media screen and (max-width: 1120px) {
  .bg-gallery {
    height: 94vh; }
  .social-tab .input-group {
    width: 190px; } }

@media screen and (max-width: 1024px) {
  .bg-gallery {
    height: 90vh; }
  .bg-sky-blue .main-landing .position-cards .landing-card-9 {
    left: 16%;
    top: 8%;
    width: 13%; }
  .bg-sky-blue .main-landing .position-cards .landing-square-2 {
    left: 13%;
    top: 6%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-2 {
    left: 32%;
    top: 3%;
    width: 30%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-4 {
    right: 16%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-5 {
    top: 11%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-3 {
    left: 3%;
    bottom: 1%;
    width: 32%;
    right: unset;
    top: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-card-10 {
    right: 5%;
    top: 36%;
    width: 40%; } }

@media screen and (max-width: 991px) {
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 220px); }
  .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user {
    padding: 20px 30px; }
    .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user .setting-primary {
      top: 20px; }
    .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user img {
      width: 35px !important;
      border-width: 3px !important;
      float: left; }
    .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user .badge-bottom {
      display: none; }
    .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user h6 {
      margin-top: 0 !important;
      padding-left: 50px;
      text-align: left;
      display: block; }
    .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user p {
      padding-left: 15px;
      text-align: left;
      max-width: 120px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user ul {
      margin-top: 10px;
      border-top: 1px #cccccc dashed;
      padding-top: 10px; }
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
    top: 65px; }
  .ttl-info {
    display: block; }
  .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 65px);
    margin-top: 65px; }
  .customizer-contain {
    top: 62px; }
  .mobile-clock-widget #date {
    margin-top: 20px; }
  .m-r-30 {
    margin-right: 20px; }
  .card.full-card {
    top: 60px;
    width: calc(100vw - 0px); }
  .card .sub-title {
    font-size: 16px; }
  .card .card-header {
    padding: 20px; }
    .card .card-header h5 {
      font-size: 18px; }
  .card .card-body {
    padding: 20px; }
  .card .card-footer {
    padding: 20px; }
  .setting-list {
    top: 18px; }
    .setting-list .setting-option {
      height: 26px; }
      .setting-list .setting-option li:first-child i {
        font-size: 14px; }
        .setting-list .setting-option li:first-child i.icon-angle-double-right {
          font-size: 12px; }
  .setting-primary,
  .setting-secondary,
  .setting-white {
    width: 26px;
    height: 26px; }
  .trasaction-sec .transaction-totalbal {
    padding-left: 20px; }
  .document.page-wrapper.horizontal-wrapper .page-main-header.document-header {
    height: 60px; }
  .document-content .page-body {
    margin-top: 90px !important; }
  .document-content ul.nav-pills {
    max-height: calc(100vh - 84px); }
  .document-content .logo-wrapper {
    display: none; }
  .vertical-mobile-sidebar {
    right: 75px;
    top: 18px; }
  .sm {
    top: 80px; }
  .bg-gallery {
    height: 85vh; }
  .bg-sky-blue .main-landing .landing-main-content {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    .bg-sky-blue .main-landing .landing-main-content img {
      display: unset !important; }
  .bg-sky-blue .main-landing .position-cards .landing-card-3 {
    left: 3%;
    bottom: 14%;
    top: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-card-10 {
    left: 0%;
    top: 3%;
    width: 35%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-8 {
    left: 38%;
    bottom: 18%;
    width: 15%; }
  .bg-sky-blue .main-landing .position-cards .landing-square-1 {
    bottom: 18%;
    left: 38%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-7 {
    right: 17%;
    bottom: 13%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-6 {
    right: -4%;
    bottom: 15%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-9 {
    left: 34%;
    top: 13%;
    width: 10%; }
  .bg-sky-blue .main-landing .position-cards .landing-square-2 {
    left: 32%;
    top: 11%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-2 {
    right: 30%;
    top: 10%;
    width: 24%;
    left: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-card-5 {
    right: -3%; }
  .viho-demo-section .gallery_content p,
  .viho-demo-section .viho-demo-content p {
    width: 70% !important; }
  .landing_gallery_section_img {
    margin-bottom: -60px; }
    .landing_gallery_section_img .img-gallery-set3,
    .landing_gallery_section_img .img-gallery-set2,
    .landing_gallery_section_img .img-gallery-set4 {
      bottom: 80px; }
    .landing_gallery_section_img:before {
      height: 500px; }
  .landing-main .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 90px;
    background-color: white;
    width: calc(100% - 30px);
    border-radius: 5px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px; }
  .gallery {
    margin-bottom: -20px; }
  .my-gallery figure {
    margin-bottom: 20px; }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 20px; }
  .photoswipe-pb-responsive {
    padding-bottom: 25px !important; }
  .user-profile .photos ul li {
    width: 19%; }
  .user-profile .profile-post .post-header .media img {
    width: 50px;
    height: 50px; }
  .user-profile .profile-post .post-header .media h5 {
    font-size: 16px; }
  .user-profile .profile-post .post-header .media h6 {
    font-size: 12px; }
  .page-wrapper .section-space {
    padding: 60px 0; }
  .page-wrapper .card .card-header .tab-content .m-t-30,
  .page-wrapper .card .card-body .tab-content .m-t-30,
  .page-wrapper .card .card-footer .tab-content .m-t-30 {
    margin-top: 20px !important; }
  .page-wrapper .card .card-header .tab-content .m-b-30,
  .page-wrapper .card .card-body .tab-content .m-b-30,
  .page-wrapper .card .card-footer .tab-content .m-b-30 {
    margin-bottom: 20px !important; }
  .page-wrapper .page-body-wrapper .page-header {
    padding-bottom: 25px; }
  .page-wrapper .page-body-wrapper .footer-fix {
    margin-left: 0px;
    padding-right: 15px;
    width: calc(100% - 0px); }
  .page-wrapper.compact-wrapper .page-main-header {
    margin-left: 0 !important;
    width: calc(100% - 0px) !important; }
    .page-wrapper.compact-wrapper .page-main-header .main-header-right .logo-wrapper {
      display: block; }
    .page-wrapper.compact-wrapper .page-main-header .main-header-right .toggle-nav {
      display: none; }
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav {
    top: 59px;
    -webkit-box-shadow: 0 4px 14px 0 rgba(4, 122, 251, 0.13);
            box-shadow: 0 4px 14px 0 rgba(4, 122, 251, 0.13); }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .logo-wrapper {
      display: none; }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .sidebar-user {
      padding: 20px; }
      .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .sidebar-user .badge-bottom {
        top: 86px; }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .main-navbar .nav-menu {
      height: calc(100vh - 304px); }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav.close_icon .main-navbar .nav-menu {
      height: unset; }
  .page-wrapper .page-main-header .main-header-right {
    margin: 0; }
    .page-wrapper .page-main-header .main-header-right .nav-right .notification {
      top: 10px; }
    .page-wrapper .page-main-header .main-header-right .nav-right > ul {
      top: 58px;
      position: fixed;
      z-index: -1;
      background-color: #fff;
      -webkit-transition: all linear 0.3s;
      transition: all linear 0.3s;
      border-top: 1px solid #e6edef;
      -webkit-box-shadow: 0 2px 2px 2px rgba(113, 113, 113, 0.08);
              box-shadow: 0 2px 2px 2px rgba(113, 113, 113, 0.08);
      width: 100%;
      left: 0;
      padding: 0 20px;
      -webkit-transform: translateY(-35px) scaleY(0);
              transform: translateY(-35px) scaleY(0);
      opacity: 0;
      visibility: hidden;
      height: 70px; }
      .page-wrapper .page-main-header .main-header-right .nav-right > ul.open {
        z-index: 1;
        opacity: 1;
        -webkit-transform: translateY(0px) scaleY(1);
                transform: translateY(0px) scaleY(1);
        visibility: visible; }
    .page-wrapper .page-main-header .main-header-right > .mobile-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 20px; }
    .page-wrapper .page-main-header .main-header-right .main-header-left {
      margin-right: 0;
      padding: 15px 20px; }
  .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    margin-top: 0; }
  .page-wrapper .page-main-header .left-menu-header {
    padding: 15px 20px; }
    .page-wrapper .page-main-header .left-menu-header ul li i {
      display: inline; }
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 80px);
    padding-top: 20px;
    padding-bottom: 20px; }
    .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-content {
      top: 60px; }
  .page-body-wrapper .page-body,
  .page-body-wrapper footer {
    margin-left: 0 !important; }
    .page-body-wrapper .page-body #customer-review .owl-stage-outer,
    .page-body-wrapper footer #customer-review .owl-stage-outer {
      width: 100% !important; }
    .page-body-wrapper .page-body .calender-widget .cal-desc p,
    .page-body-wrapper footer .calender-widget .cal-desc p {
      max-height: 101px; }
  .product-page-details h3 {
    font-size: 22px; }
  .bookmark ul li a svg {
    width: 12px;
    height: 12px; }
  .crm-activity > li + li {
    margin-top: 10px;
    padding-top: 10px; }
  .add-post form .form-group {
    margin-bottom: 20px; }
  .add-post .dropzone {
    margin-bottom: 20px; }
  .customers.avatar-group {
    margin-right: 20px; }
  .main .langChoice {
    right: 20px;
    top: 11px; }
  .socialprofile .social-btngroup {
    margin: 20px 0; }
  .socialprofile .social-group {
    margin-top: 20px; }
  .social-status form .form-group .form-control-social {
    margin-bottom: 20px; }
  .social-status .media {
    margin-bottom: 20px; }
  .timeline-content p,
  .timeline-content .comments-box {
    margin-top: 20px; }
  .social-chat {
    margin-top: 20px; }
    .social-chat .media-body {
      padding: 20px; }
    .social-chat .your-msg,
    .social-chat .other-msg {
      margin-bottom: 20px; }
  .social-network span {
    margin-bottom: 20px; }
  .details-about + .details-about {
    margin-top: 20px; }
  .activity-log .my-activity + .my-activity {
    margin-top: 20px; }
  .new-users-social {
    margin-bottom: 20px; }
  .timeline-small .media {
    margin-bottom: 20px; }
    .timeline-small .media .media-body h6 {
      margin-bottom: 20px; }
    .timeline-small .media .media-body p {
      width: 75%; }
    .timeline-small .media .timeline-round {
      width: 45px;
      height: 45px;
      top: -14px; }
      .timeline-small .media .timeline-round.timeline-line-1:after {
        bottom: -41px;
        height: 25px; }
      .timeline-small .media .timeline-round.small-line:after {
        bottom: -26px;
        height: 14px; }
      .timeline-small .media .timeline-round.medium-line:after {
        bottom: -33px;
        height: 17px; }
      .timeline-small .media .timeline-round svg {
        top: 14px; }
  .landing-main .section-space {
    padding: 60px 0; }
    .landing-main .section-space p {
      font-size: 15px; }
  .landing-main .navbar-expand-lg .navbar-toggler {
    background-color: #fff; }
    .landing-main .navbar-expand-lg .navbar-toggler .navbar-toggler-icon i {
      margin-top: 5px;
      color: #24695c; }
  .landing-main .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
    z-index: 111; }
    .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
      color: #000; }
  .landing-main .footer-bg h2 {
    font-size: 28px; }
  .helper-classes {
    padding: 20px; }
  .floated-customizer-btn,
  .floated-customizer-panel {
    display: none; }
  .page-builder .ge-canvas.ge-editing .row {
    padding: 20px; }
  .weather-widget-two .bottom-whetherinfo .whether-content {
    top: -15px; }
  .social-widget-card .b-b-light {
    padding: 20px;
    margin-bottom: 20px; }
  .ecommerce-widget .progress-showcase {
    margin-top: 20px; }
  .crm-overall {
    margin: 0 -20px -20px; }
  .product-page-main {
    padding: 20px; }
  .grid-options ul li:nth-child(3) {
    display: none; }
  .feature-products form .form-group i {
    right: 20px; }
  .tabbed-card ul {
    padding: 18px 15px; }
  .tabbed-card ul {
    top: -5px; }
    .tabbed-card ul.border-tab.nav-tabs {
      padding: 0; }
      .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
        padding: 18px 15px; }
  .tilt-showcase .tilt-image {
    text-align: center; }
  .tilt-showcase .mt-4 {
    margin-top: 20px !important; }
  .todo .todo-list-wrapper .mark-all-tasks {
    top: 20px;
    right: 20px; }
  .custom-card {
    padding-bottom: 0; }
    .custom-card .card-footer {
      padding: 0; }
    .custom-card .card-header {
      border: none; }
    .custom-card .dashboard-card {
      padding: 0; }
  .display-1 {
    font-size: 4rem; }
  .display-2 {
    font-size: 3.5rem; }
  .display-3 {
    font-size: 2.5rem; }
  .display-4 {
    font-size: 1.5rem; }
  .typography .h1 {
    font-size: 34px; }
  .typography .h2 {
    font-size: 30px; }
  .typography .h3 {
    font-size: 26px; }
  .typography .h4 {
    font-size: 22px; }
  .typography .h5 {
    font-size: 18px; }
  .typography .h6 {
    font-size: 15px; }
  h1 {
    font-size: 34px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 18px; }
  .flot-chart-container {
    height: 300px; }
  .card-absolute .card-header {
    padding: 10px 15px !important; }
  .comingsoon .comingsoon-inner .countdown .time {
    width: 80px;
    height: 80px;
    font-size: 26px; }
  footer {
    bottom: -20px; }
  .calendar-wrap .basic-calendar .external-events .fc-event + .fc-event {
    margin-top: 10px; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: -10px;
    margin-top: 15px; }
  .card .card-header .card-header-right {
    top: 11px;
    right: 11px; }
  .page-builder .ge-addRowGroup {
    width: 100%; }
  .comment-box .comment-social li:nth-child(n+2) {
    padding-left: 15px;
    margin-left: 15px; }
  .error-wrapper {
    padding: 35px 0; }
    .error-wrapper .sub-content {
      font-size: 14px;
      line-height: 25px;
      margin-top: 0px; }
    .error-wrapper .error-heading {
      margin-top: 30px; }
      .error-wrapper .error-heading .headline {
        font-size: 180px;
        margin-top: 0; }
    .error-wrapper .maintenance-heading {
      margin-top: 30px; }
  .search-page .info-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .search-page .tab-content .pb-4 {
    padding-bottom: 20px !important; }
  .calender-widget .cal-desc {
    padding: 10px 20px 20px !important; }
    .calender-widget .cal-desc p {
      max-height: 100px; }
  .contact-form {
    padding-top: 10px !important; }
    .contact-form .theme-form {
      padding: 20px;
      margin-top: 27px; }
      .contact-form .theme-form .form-icon {
        margin-top: -47px; }
  .user-status.product-chart {
    max-height: 518px;
    overflow: auto; }
  .widget-joins .media .media-body i {
    float: none !important; }
  .xl-none {
    display: block; }
  .top-radius-blog {
    width: 100%; }
  .sm-100-w {
    width: 100%;
    height: 100%; }
  /*Form Wizard One start*/
  .form-wizard .btn-mb {
    margin-bottom: 20px; }
  /*Form Wizard One ends*/
  /*Form Wizard Two Start*/
  .stepwizard {
    margin-bottom: 20px; }
  /*Form Wizard Two Ends*/
  /*Form Wizard Three Start*/
  .f1 .f1-steps {
    margin-top: 20px;
    margin-bottom: 20px; }
  /*Form Wizard Three ends*/
  /*Form Wizard Four Start*/
  .wizard-4 ul.anchor {
    padding-right: 20px; }
  /*Form Wizard Four ends*/
  .border-tab.nav-tabs {
    margin-bottom: 20px; }
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 20px; }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px; }
  .dataTables_wrapper table.dataTable {
    margin-bottom: 20px !important; }
  .search-page .info-block + .info-block {
    padding-top: 20px;
    margin-top: 20px; }
  .search-page #video-links .embed-responsive + .embed-responsive {
    margin-top: 20px; }
  .lg-mt {
    margin-top: 20px; }
  .gallery-with-description {
    margin-bottom: -20px; }
    .gallery-with-description a > div {
      margin-bottom: 20px; }
  .clipboaard-container p {
    margin-bottom: 8px; }
  .m-b-30 {
    margin-bottom: 20px !important; }
  .nav-md-mt {
    margin-top: 20px; }
  .navs-icon {
    padding: 20px; }
    .navs-icon .main-section {
      padding-top: 20px; }
    .navs-icon .separator {
      margin: 20px 0; }
  .nav-list {
    padding: 20px; }
  .navs-dropdown button {
    margin-top: 20px; }
  .navs-dropdown .onhover-show-div {
    top: 68px; }
  .animated-modal .form-group {
    width: 100%;
    display: block; }
  .animated-modal .me-4 {
    margin-right: 0 !important; }
  .animated-modal .animated-modal-md-mb {
    margin-bottom: 20px !important; }
  .steps-md-mt {
    margin-top: 20px; }
  .btn-group-wrapper .m-b-30:last-child {
    margin-bottom: 0 !important; }
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 20px; }
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 20px; }
  .summer-note .card-header,
  .summer-note .card-body {
    padding: 20px; }
  .chat-box .chat-left-aside .people-list {
    height: 483px; }
  .chat-box .chat-menu {
    top: 75px; }
    .chat-box .chat-menu .user-profile .user-content h5 {
      margin-bottom: 10px; }
    .chat-box .chat-menu .user-profile .follow span {
      font-size: 12px; }
    .chat-box .chat-menu .user-profile .follow .follow-num {
      font-size: 18px; } }

@media screen and (max-width: 900px) {
  .bg-gallery {
    height: 80vh; } }

@media screen and (max-width: 800px) {
  .bg-gallery {
    height: 75vh;
    min-height: 560px; } }

@media screen and (max-width: 767px) {
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
    padding: 20px; }
    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul {
      display: none; }
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 220px); }
  .order-history table tbody tr td img {
    width: 25px !important; }
  .calendar-basic .lnb-calendars > div {
    padding: 12px 0; }
  .learning-box .details-main {
    margin: 20px; }
  .ace-editor {
    height: 280px;
    width: 100%; }
  .dashboard-2-main .card .card-header p {
    font-size: 0; }
  .card-social {
    margin-top: 30px; }
  .btn-showcase {
    text-align: center; }
  .form-inline .form-group + .form-group {
    margin-top: 10px; }
  .credit-card .text-center img {
    margin-bottom: 20px; }
  .starter-kit-fix .page-body {
    margin-bottom: 78px; }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 10px; }
  .document .page-main-header .document-right-nav .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #24695c !important; }
  .document .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 60px;
    padding: 15px;
    left: 0;
    right: 0; }
  .products-total {
    margin-bottom: 10px; }
  .page-main-header .main-header-right .left-menu-header ul li .search-form input {
    width: 90% !important; }
  .page-main-header .main-header-right .main-header-left {
    width: auto; }
    .page-main-header .main-header-right .main-header-left .toggle-sidebar {
      margin-left: 30px; }
  .product-page-main .border-tab.nav-tabs .nav-item {
    width: auto !important; }
  .blog-box .blog-details-main .blog-social li {
    padding: 0 12px; }
  .footer-copyright ~ div {
    text-align: center; }
    .footer-copyright ~ div p {
      float: none; }
  .event-calendar {
    display: block !important; }
    .event-calendar #right {
      width: 100%; }
  #lnb {
    width: auto; }
  .ecommerce-widget .progress-showcase .progress {
    height: 15px; }
  .user-profile .photos ul li {
    width: 55px; }
  .user-profile .profile-header {
    height: 355px; }
    .user-profile .profile-header .userpro-box {
      padding: 20px;
      max-width: 300px; }
      .user-profile .profile-header .userpro-box .avatar {
        width: 70px;
        height: 70px; }
      .user-profile .profile-header .userpro-box h4 {
        font-size: 16px; }
      .user-profile .profile-header .userpro-box h6 {
        font-size: 13px; }
  .social-tab {
    display: block; }
    .social-tab ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: -10px; }
      .social-tab ul li {
        display: inline-block;
        margin-bottom: 10px; }
    .social-tab .input-group {
      margin-top: 15px;
      margin-right: auto;
      margin-left: auto; }
  .social-app-profile .social-status .media img {
    width: 40px !important; }
  .social-app-profile .social-status .media .social-status {
    bottom: 10px;
    left: 35px; }
  .general-widget .custom-card {
    padding: 0; }
    .general-widget .custom-card .card-profile {
      margin-top: -45px; }
    .general-widget .custom-card .card-header {
      padding: 0; }
      .general-widget .custom-card .card-header img {
        margin-top: 0; }
    .general-widget .custom-card .card-social {
      margin-top: unset; }
  .tabs-scoial.border-tab.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .edit-profile .card .card-header h4 {
    font-size: 22px; }
  .edit-profile .profile-title .media .media-body h3 {
    font-size: 20px; }
  .tabbed-card ul {
    padding: 10px 0 5px 0;
    position: relative;
    width: 100%;
    left: 0; }
  .search-page .search-vid-block > div:nth-child(n + 2) {
    margin-top: 20px; }
  .product-page-details h3 {
    font-size: 18px; }
  .filter-block h4 {
    font-size: 18px;
    margin-bottom: 15px; }
  .filter-block ul li:nth-child(n + 2) {
    margin-top: 10px; }
  .center-content p {
    text-align: center; }
    .center-content p span {
      display: block; }
  .timeline-small .media .media-body p {
    width: 100%; }
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 20px; }
  .chat-box .chat-right-aside .chat .chat-message .text-box .btn {
    font-size: 0; }
    .chat-box .chat-right-aside .chat .chat-message .text-box .btn:before {
      position: absolute;
      content: "\e661";
      font-family: themify;
      font-size: 18px;
      top: 11px;
      left: 20px; }
  .chat-box .border-tab.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .chat-box .chat-menu .nav-tabs .nav-item a {
    height: 50px; }
  .chat-box .people-list ul {
    margin-bottom: -15px; }
    .chat-box .people-list ul li {
      display: inline-block;
      padding: 10px;
      margin-right: 5px;
      border: 1px solid #e6edef;
      margin-bottom: 10px; }
      .chat-box .people-list ul li:last-child {
        padding-bottom: 10px; }
  .chat-box .chat-left-aside .people-list {
    height: auto; }
  .clockpicker-align-top {
    left: 55px !important;
    top: 470px !important; }
    .clockpicker-align-top .arrow {
      display: none; }
  .form-builder-column .form-body {
    min-height: 250px; }
  .form-builder-2-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form-builder-2-header > div {
      width: 100%;
      margin-top: 10px; }
      .form-builder-2-header > div nav {
        float: none; }
  .dropzone.dz-clickable {
    padding: 20px; }
  .lg-mt-col {
    margin-top: 20px; }
  .form-builder .drag-box fieldset {
    padding: 20px;
    margin-top: 20px; }
  .form-builder #components {
    margin-top: 20px; }
  .form-builder .component label {
    padding-top: 0px; }
  .mega-menu .onhover-show-div {
    height: 415px;
    left: 0;
    top: 61px;
    padding: 20px; }
  .mega-menu .lg-mt {
    margin-top: 15px; }
  .bg-gallery {
    min-height: 530px; }
  .landing_gallery_section_img:before {
    height: 400px; }
  .page-wrapper .section-space {
    padding: 30px 0; }
  .and-many-more {
    font-size: 65px; }
  .container-modify .img-effect {
    max-width: 320px;
    margin: 0 auto; }
  .bg-sky-blue .main-landing .position-cards .landing-card-9 {
    left: 12%;
    top: 33%;
    width: 12%; }
  .bg-sky-blue .main-landing .position-cards .landing-square-1 {
    top: 32%;
    right: 9%;
    bottom: unset;
    left: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-card-8 {
    right: 9%;
    top: 32%;
    left: unset;
    bottom: unset; }
  .bg-sky-blue .main-landing .position-cards .landing-square-2 {
    left: 9%;
    top: 31%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-7 {
    right: 21%;
    width: 40%; }
  .bg-sky-blue .main-landing .position-cards .landing-card-2 {
    right: 44%; }
  .viho-demo-section .viho-demo-content img,
  .viho-demo-section .gallery_content img {
    width: 30px !important; }
  .viho-demo-section .viho-demo-content p,
  .viho-demo-section .gallery_content p {
    width: 100% !important; }
  .and-more {
    top: 40%; }
  .landing-main .section-space {
    padding: 40px 0; }
  .landing-main .main-landing {
    padding: 27px 0 0 0; }
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer {
    margin: 10px 0 0 10px; }
    .page-builder .ge-canvas.ge-editing .ge-tools-drawer > a {
      padding: 0 5px; }
  .reader {
    margin-top: 15px;
    height: auto !important; }
  .range-slider.theme-form .form-group {
    margin-bottom: 0; }
  .note-editor .btn-group .btn {
    font-size: 11px; }
  .user-status tbody tr td {
    min-width: 284px; }
    .user-status tbody tr td + td {
      min-width: unset; }
      .user-status tbody tr td + td + td {
        min-width: 100px; }
  .text-md-end {
    text-align: right; }
  .star-ratings .stars {
    padding: 0; }
  .form-inline.d-inline-block {
    display: block !important;
    width: 100%; }
    .form-inline.d-inline-block .form-control {
      margin-bottom: 10px; }
  .reset-password-box {
    width: 500px;
    margin: 0 auto; }
    .reset-password-box .card {
      padding: 20px; }
  .user-card .custom-card {
    padding: 0; }
    .user-card .custom-card .card-header {
      padding: 0; }
    .user-card .custom-card .card-profile {
      margin-top: -40px; }
    .user-card .custom-card .card-social {
      margin-top: unset; }
  .custom-card .card-header img {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .custom-card .card-profile img {
    height: 75px; }
  .custom-card .profile-details h4 {
    font-size: 18px; }
  .custom-card .card-footer > div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px; }
  .error-wrapper .maintenance-icons li i {
    color: #e6edef;
    font-size: 30px; }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 60px;
    margin-top: -10px;
    margin-left: 70px; }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 90px;
    margin-right: 80px; }
  .authentication-main .auth-innerright {
    min-height: unset;
    padding: 0; }
    .authentication-main .auth-innerright .social-media li {
      font-size: 14px; }
  .loader-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px; }
  .dataTables_wrapper .dataTables_filter {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px; }
  div.dataTables_wrapper div.dataTables_info {
    padding-top: 0; }
  div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    float: none; }
  div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    margin-top: 20px !important;
    margin-left: 0 !important; }
  .calendar-wrap .fc-basic-view .fc-day-number {
    padding: 0 0px !important; }
  .calendar-wrap .fc-events-container {
    margin-top: 0px; }
  .calendar-wrap .fc-events-container h6,
  .calendar-wrap .fc-events-container .checkbox {
    text-align: right; }
  .calendar-wrap .checkbox label {
    margin-top: 0; }
  .calendar-wrap .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after {
    font-size: 12px !important; }
  .calendar-wrap .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after {
    font-size: 12px !important; }
  .calendar-wrap .fc-toolbar .fc-left .fc-today-button,
  .calendar-wrap .fc-toolbar .fc-right .fc-today-button {
    padding-top: 0px !important; }
  .calendar-wrap .fc {
    margin-top: 0px; }
    .calendar-wrap .fc button {
      font-size: 14px !important;
      padding: 0 5px !important; }
    .calendar-wrap .fc .fc-left {
      margin-bottom: 10px; }
    .calendar-wrap .fc .fc-toolbar > div {
      display: block !important;
      float: none !important; }
    .calendar-wrap .fc .fc-toolbar > * :first-child {
      font-size: 18px; }
    .calendar-wrap .fc .fc-toolbar > * > * {
      float: none !important; }
  .btn-group-wrapper {
    text-align: center; }
    .btn-group-wrapper .m-b-30 {
      margin-bottom: 15px !important; }
  .btn-group-showcase {
    text-align: center; }
    .btn-group-showcase .btn-group {
      margin-right: 0;
      margin-bottom: 15px; }
  .btn-group .btn {
    font-size: 14px;
    padding: 0.375rem 1.3rem; }
  .animate-widget .text-center {
    display: none; }
  .calender-widget .cal-desc p {
    max-height: 100%; }
  .user-status.product-chart {
    max-height: 100%; }
  .user-status table thead tr th:nth-child(3) {
    min-width: 124px; }
  .mega-menu .onhover-show-div {
    height: 350px; }
  .page-builder .ge-canvas .column {
    padding: 0 !important; }
  .page-builder .ge-content-type-ckeditor h3 {
    font-size: 20px; }
  .page-builder .ge-content-type-ckeditor p {
    font-size: 12px; }
  .page-builder .ge-row-icon {
    display: none !important; }
  /* font-awesom icon page */
  .icon-hover-bottom .form-group input {
    min-width: 270px; }
  .calendar-wrap .fc button {
    padding: 5px; }
  .calendar-wrap .fc-day-grid-event {
    margin: 0;
    padding: 5px;
    width: inherit; }
  .calendar-wrap .fc-toolbar h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold; }
  .calendar-wrap .basic-calendar .external-events {
    margin-top: 0px; }
  .blog-single .comment-box .media h6 {
    margin-bottom: 10px; }
  .blog-single .comment-box .media img {
    margin-right: 30px; }
  .blog-single .comment-box .comment-social {
    margin-bottom: 10px; }
  .search-page #image-links .info-block.m-t-30 {
    margin-top: 0 !important; }
  .authentication-main .authentication-box {
    width: 100%; }
  .authentication-main .auth-innerright {
    display: inherit; }
  .map-chart .chart-container {
    height: 300px; }
  .candidcahrt {
    height: 250px; }
  .bar-chart-widget .earning-details i {
    right: 0; }
  .serial-chart .chart-container {
    height: 300px; }
  .bottom-content {
    padding: 10px; }
    .bottom-content p {
      font-size: 12px; }
  .stepwizard .stepwizard-row:before {
    top: 17px; }
  .icon-hover-bottom .icon-popup div .flag-icon {
    width: 30px;
    height: auto; }
  .icon-hover-bottom .icon-popup .form-group input {
    min-width: 40%; }
  .footer-links {
    text-align: center; }
  .footer-copyright {
    text-align: center !important; }
  .jvector-map-height {
    height: 150px; }
  .sm-left-text {
    text-align: left !important; }
  .email-wrap .email-right-aside .email-content .email-top .d-flex {
    padding-bottom: 0; }
  .email-wrap .email-right-aside .email-content .email-top .float-end {
    float: left !important; }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li:last-child {
    padding-right: 0; }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 90px;
    height: 90px; }
  .email-wrap .email-right-aside .email-profile {
    overflow-x: auto; }
    .email-wrap .email-right-aside .email-profile .inbox {
      width: 700px; }
      .email-wrap .email-right-aside .email-profile .inbox p {
        width: calc(100% - 200px);
        max-width: 500px; }
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px; }
  .button-group-mb-sm {
    margin-bottom: 5px; }
  .card-block .table-responsive .table tbody tr td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px; }
  .card-block .table-responsive .progress-content tbody tr td span {
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 50px; }
  .card-block .table-responsive .checkbox-td-width tbody tr td,
  .card-block .table-responsive .radio-first-col-width tbody tr td {
    min-width: 200px !important; }
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 119px !important; }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 119px !important; }
  .jsgrid .jsgrid-pager-container {
    text-align: center; }
  .chat-box .chat-menu .nav-tabs .nav-item {
    width: 32.33%; }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 433px;
    margin-bottom: 15px; }
  .chat-box .chat-menu #info-profile,
  .chat-box .chat-menu #info-contact {
    margin-bottom: 15px; }
  .chat-box .chat-history .call-content > div {
    padding-top: 40px;
    height: auto; }
  .call-chat-sidebar {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .hovercard .info .follow .text-md-end {
    text-align: center; }
  .profile-img-style .like-comment-sm-mb {
    margin-bottom: 20px; }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 15px !important; }
  .lg-outer .lg-actions .lg-next,
  .lg-outer .lg-actions .lg-prev {
    top: 48%; }
  .feature-products .filter-toggle {
    padding: 8px 15px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: rgba(36, 105, 92, 0.05);
    color: #24695c; }
  .feature-products span {
    font-size: 12px; }
    .feature-products span.f-w-600 {
      padding-top: 8px;
      display: inline-block; }
  .grid-options ul li {
    display: none; }
  .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    margin-left: 0; }
  .product-filter .product-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .product-filter .product-box .product-img {
      width: 100px; }
    .product-filter .product-box .product-details {
      padding: 0 !important; } }

@media screen and (max-width: 700px) {
  .bg-gallery {
    min-height: 470px; } }

@media screen and (max-width: 650px) {
  .bg-gallery {
    height: 63vh; } }

@media screen and (max-width: 600px) {
  .bg-gallery {
    height: 60vh; }
  .user-profile .photos ul li {
    width: 53px; } }

@media screen and (max-width: 540px) {
  .bg-gallery {
    height: 57vh; } }

@media screen and (max-width: 575px) {
  .search-form .search-bg > i {
    display: none !important; }
  .job-accordion .card {
    -webkit-box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08) !important;
            box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08) !important; }
  .alert-dismissible p {
    max-width: 209px; }
  .customizer-links {
    display: none; }
  .m-r-30 {
    margin-right: 15px; }
  .card .card-footer {
    padding: 15px; }
  .setting-list {
    top: 15px; }
    .setting-list .setting-option {
      height: 21px; }
      .setting-list .setting-option li:first-child i {
        font-size: 12px; }
  .setting-primary,
  .setting-secondary,
  .setting-white {
    width: 22px;
    height: 22px; }
  .feature-products .text-end {
    text-align: left !important; }
  .feature-products .select-options {
    float: left;
    margin-right: 10px; }
  .call-chat-body .chat-box {
    height: auto; }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 400px; }
  .chat-box .chat-history .call-content {
    min-height: 447px; }
  .user-profile .photos ul li {
    width: 18%; }
  .user-profile .profile-post {
    padding: 20px; }
    .user-profile .profile-post .post-body figure {
      margin-bottom: 20px; }
    .user-profile .profile-post .post-body .post-react ul li img {
      width: 20px;
      height: 20px; }
    .user-profile .profile-post .post-body .post-react ul li:nth-child(n+2) {
      margin-left: -15px; }
    .user-profile .profile-post .post-body .post-react h6 {
      margin-left: 10px;
      font-size: 13px; }
  .user-profile .profile-header {
    padding: 0;
    height: auto; }
    .user-profile .profile-header .profile-img-wrrap {
      display: block;
      height: 280px; }
    .user-profile .profile-header .userpro-box {
      max-width: 100%; }
  .center-content {
    margin-top: 5px; }
    .center-content p {
      text-align: left; }
      .center-content p i {
        margin-left: 0 !important; }
  .dashboard-default-sec .card.income-card .card-body .round-box,
  .dashboard-2-main .card.income-card .card-body .round-box {
    margin-bottom: 10px;
    width: 45px;
    height: 45px; }
    .dashboard-default-sec .card.income-card .card-body .round-box svg,
    .dashboard-2-main .card.income-card .card-body .round-box svg {
      height: 18px; }
  .dashboard-default-sec .card.income-card .card-body .knob-block canvas,
  .dashboard-2-main .card.income-card .card-body .knob-block canvas {
    width: 80px;
    height: 80px; }
  .dashboard-default-sec .card.income-card .card-body h5,
  .dashboard-2-main .card.income-card .card-body h5 {
    font-size: 18px;
    margin-bottom: 5px; }
  .dashboard-default-sec .card.income-card .card-body p,
  .dashboard-2-main .card.income-card .card-body p {
    margin-bottom: 10px; }
  .dashboard-default-sec .card .card-header i,
  .dashboard-2-main .card .card-header i {
    font-size: 12px; }
  .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-right, .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-left {
    top: 28px !important; }
  .profile-greeting h3 {
    font-size: 22px;
    margin-bottom: 5px; }
  .profile-greeting p {
    margin-bottom: 10px;
    line-height: 1.4;
    padding: unset; }
  .trasaction-sec .transaction-totalbal h2 {
    font-size: 16px; }
  .support-ticket .pro-gress .total-num {
    font-size: 18px; }
  .page-main-header .main-header-right .left-menu-header ul li .search-form .form-control-plaintext {
    top: 44px;
    position: absolute;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    left: -15px;
    background-color: #fff;
    -webkit-transform: translateY(-35px) scaleY(0);
            transform: translateY(-35px) scaleY(0);
    opacity: 0;
    border-radius: 0;
    visibility: hidden;
    width: 180px !important;
    padding: 10px 10px 10px 15px; }
    .page-main-header .main-header-right .left-menu-header ul li .search-form .form-control-plaintext.open {
      -webkit-transform: translateY(0px) scaleY(1);
              transform: translateY(0px) scaleY(1);
      opacity: 1;
      visibility: visible;
      -webkit-transition: all linear 0.3s;
      transition: all linear 0.3s;
      z-index: 2; }
  .page-main-header .main-header-right .nav-right .btn-primary-light {
    padding: 6px 15px; }
    .page-main-header .main-header-right .nav-right .btn-primary-light svg {
      margin-right: 6px; }
  .page-main-header .main-header-right .nav-right .bookmark-dropdown {
    right: -168px;
    width: 270px; }
  .page-wrapper .page-main-header .main-header-right .left-menu-header .search-form > .fa {
    display: none; }
  .page-wrapper .page-main-header .main-header-right > .mobile-toggle {
    padding-right: 15px; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    top: 55px; }
    .page-wrapper .page-main-header .main-header-right .nav-right > ul .search-form i {
      display: none; }
  .page-wrapper .page-main-header .main-header-right .nav-right.right-menu ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .page-wrapper .page-main-header .main-header-right .nav-right.right-menu ul li.px-0 {
      padding: 6px !important; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li {
    margin-right: 10px; }
    .page-wrapper .page-main-header .main-header-right .nav-right > ul li.onhover-dropdown ul li {
      margin-right: 0 !important; }
  .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown {
    left: -93px !important;
    padding: 0;
    width: 270px !important; }
    .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown.onhover-show-div:before, .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown.onhover-show-div:after {
      left: 102px !important;
      right: unset !important; }
  .page-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown {
    left: -132px;
    width: 270px;
    padding: 0; }
    .page-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown:after, .page-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown:before {
      left: 138px !important; }
  .page-wrapper .page-main-header .main-header-right .main-header-left {
    padding: 15px; }
    .page-wrapper .page-main-header .main-header-right .main-header-left .toggle-sidebar {
      margin-left: 20px; }
  .page-wrapper .page-body-wrapper .page-header .btn-group .btn {
    padding: 8px 30px; }
  .pagination-lg .page-link {
    font-size: 1rem; }
  .bookmark {
    text-align: left;
    margin-top: 10px; }
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav {
    top: 59px; }
    .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .main-navbar .nav-menu {
      height: calc(100vh - 79px); }
  footer p {
    font-size: 12px; }
  .mobile-clock-widget #date {
    margin-top: 15px; }
  .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px; }
  .cal-date-widget .cal-datepicker {
    margin-top: 15px; }
  .static-top-widget .media-body .icon-bg {
    width: 70px;
    height: 70px; }
  .animat-md-center {
    text-align: center; }
  .add-post form .m-checkbox-inline label {
    margin-right: 15px; }
  .add-post form .form-group {
    margin-bottom: 15px; }
  .add-post .dropzone {
    margin-bottom: 15px; }
  .add-post .btn-showcase {
    text-align: center; }
    .add-post .btn-showcase .btn {
      margin-right: 10px;
      padding: 5px 13px; }
  .main .langChoice {
    right: 15px;
    padding: 4px 7px; }
  .language-xs {
    margin-top: 15px; }
  .product-color li {
    width: 15px;
    height: 15px; }
  ul.pro-services li h5 {
    font-size: 14px; }
  ul.pro-services li p {
    font-size: 13px; }
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    height: auto; }
  .customers.avatar-group {
    margin-right: 15px; }
  .vertical-mobile-sidebar {
    top: 19px; }
  .hdg_main {
    font-size: 16px; }
  .alert-theme i {
    margin-right: 10px !important; }
  .alert-theme button {
    top: 2px !important; }
  .chart-widgets-small .chart-container {
    height: unset !important; }
  .bar-chart-widget .earning-details i {
    right: -30px; }
  .widget-joins:before {
    display: none; }
  .widget-joins .ps-0 {
    padding-left: 15px !important; }
  .widget-joins .border-after-xs:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 94%;
    background-color: #efefef;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto; }
  .clockpicker-align-top {
    left: 45px !important;
    top: 406px !important; }
  .gallery {
    margin-bottom: -15px; }
  .my-gallery figure {
    margin-bottom: 15px; }
    .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
      margin-bottom: 15px; }
  .my-gallery.gallery-with-description figure:last-child {
    margin-bottom: 20px; }
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 15px; }
  .photoswipe-pb-responsive {
    padding-bottom: 30px !important; }
  .avatar-showcase .pepole-knows {
    text-align: center; }
    .avatar-showcase .pepole-knows ul li {
      margin-right: 14px; }
  .social-app-profile .hovercard .user-image .avatar {
    margin-top: -56px; }
    .social-app-profile .hovercard .user-image .avatar img {
      width: 100px;
      height: 100px; }
  .social-app-profile .hovercard .user-image .icon-wrapper {
    left: 52%;
    top: 10px;
    height: 30px;
    width: 30px;
    font-size: 15px; }
    .social-app-profile .hovercard .user-image .icon-wrapper:hover {
      font-size: 12px; }
  .social-app-profile .hovercard .user-image .share-icons {
    right: 15px; }
    .social-app-profile .hovercard .user-image .share-icons li {
      margin-right: 0px; }
  .social-app-profile .hovercard .info .tabs-scoial .user-designation {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0px 0px; }
  .socialprofile .social-btngroup {
    margin: 15px 0; }
  .socialprofile .social-group {
    margin-top: 15px; }
  .social-status form .form-group .form-control-social {
    margin-bottom: 15px; }
  .social-status .media {
    margin-bottom: 15px; }
  .new-users-social {
    margin-bottom: 15px; }
  .tabs-scoial {
    position: relative;
    padding-top: 90px; }
    .tabs-scoial li:nth-child(3) {
      position: absolute;
      top: 25px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
      padding: 10px 18px; }
  .timeline-content p,
  .timeline-content .comments-box {
    margin-top: 15px; }
  .timeline-content .comments-box .media .m-r-20 {
    margin-right: 10px; }
  .timeline-content .comments-box .media .media-body .input-group .input-group-append .btn {
    padding: 6px; }
  .timeline-content .comment-number i {
    margin-right: 15px; }
  .social-chat {
    margin-top: 15px; }
    .social-chat .media-body {
      padding: 15px; }
    .social-chat .your-msg,
    .social-chat .other-msg {
      margin-bottom: 15px; }
  .social-network span {
    margin-bottom: 15px; }
  .social-list .media {
    margin-bottom: 15px; }
  .details-about + .details-about {
    margin-top: 15px; }
  .your-details-xs {
    margin-top: 15px; }
  .social-header h5 span.pull-right {
    float: right !important;
    margin-top: 0 !important; }
    .social-header h5 span.pull-right svg {
      width: 18px;
      height: 18px; }
  .activity-log .my-activity + .my-activity {
    margin-top: 15px; }
  .photos ul li {
    width: 70px; }
  .edit-profile .card .card-header h4 {
    font-size: 18px; }
  .edit-profile .profile-title .media .media-body h3 {
    font-size: 16px; }
  .timeline-small .media {
    margin-bottom: 15px; }
    .timeline-small .media .media-body h6 {
      margin-bottom: 15px; }
    .timeline-small .media .timeline-round.timeline-line-1:after {
      bottom: -39px;
      height: 30px; }
    .timeline-small .media .timeline-round.small-line:after {
      bottom: -17px;
      height: 8px; }
    .timeline-small .media .timeline-round.medium-line:after {
      bottom: -30px;
      height: 22px; }
  #cd-timeline {
    margin-right: unset; }
  .bootstrap-touchspin .input-group .btn {
    padding: 5px 15px; }
  .and-many-more {
    font-size: 52px; }
  .page-wrapper .section-space {
    padding: 40px 0; }
  .landing_gallery_section_img {
    margin-bottom: -40px; }
  .bg-sky-blue .main-landing {
    height: 480px; }
    .bg-sky-blue .main-landing .position-cards {
      display: none; }
  .landing-main h4 {
    font-size: 17px; }
  .landing-main .main-landing {
    padding: 0px 0px 0px 0px; }
  .landing-main .footer-bg h2 {
    font-size: 21px; }
  .landing-main .footer-bg button {
    font-size: 18px; }
  .helper-classes {
    padding: 15px; }
  .form-builder-2-header ul li {
    text-align: left; }
  .form-builder-2-header .form-inline {
    display: block;
    width: 100%; }
    .form-builder-2-header .form-inline .form-group {
      width: 100%;
      margin-right: 0; }
    .form-builder-2-header .form-inline button {
      width: 100%;
      text-align: left; }
  .page-builder .btn-grid {
    margin-bottom: 7px;
    padding-right: 5px; }
  .page-builder .ge-canvas.ge-editing .row {
    padding: 15px; }
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer {
    margin: 10px; }
  .wizard-4 .step-container div.content {
    margin-top: 10px; }
  .nav-tabs .nav-item.show .nav-link {
    border-top: 0;
    border-bottom: 0; }
  .nav-tabs .nav-link {
    border-top: 0;
    border-bottom: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
      border-top: 0;
      border-bottom: 0; }
  .border-tab.nav-tabs .nav-item {
    width: 100% !important; }
  .border-tab .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 35px; }
  .border-tab .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px; }
  .border-tab .ecommerce-widget .progress-showcase {
    margin-top: 15px; }
  .nav {
    display: inherit;
    text-align: center;
    border-bottom: none; }
  .border-tab.nav-left .nav-link {
    text-align: center;
    border-left: none; }
  .border-tab.nav-right .nav-link {
    text-align: center;
    border-right: none; }
  .border-tab.nav-tabs {
    margin-bottom: 10px; }
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 10px; }
  .nav-pills {
    text-align: center; }
  .crm-overall {
    margin: 0 -15px -15px; }
  .product-page-main {
    padding: 15px; }
    .product-page-main .m-t-15 {
      margin-top: 0 !important; }
      .product-page-main .m-t-15 .btn {
        margin-top: 10px; }
    .product-page-main .pro-group .pro-shop button:last-child {
      margin-top: 15px; }
  .tabbed-card ul {
    padding: 10px 0 5px 0;
    position: relative;
    width: 100%;
    left: 0; }
    .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
      padding: 5px 15px 10px; }
  .todo .action-box.large {
    height: 25px;
    width: 25px; }
    .todo .action-box.large .icon {
      font-size: 14px;
      vertical-align: -3px; }
  .todo .todo-list-wrapper #todo-list li .task-container .task-label {
    font-size: 14px; }
  .todo .todo-list-wrapper .mark-all-tasks {
    top: 15px;
    right: 15px; }
  .datetime-picker label {
    text-align: left !important; }
  .redial-chart-block {
    text-align: center; }
  #nav-tabContent {
    margin-top: 15px; }
  .reset-password-box {
    width: 430px; }
  .auth-bg {
    padding: 25px 15px; }
  .auth-bg-effect {
    display: none; }
  .date-picker .text-end {
    text-align: left !important; }
  .dataTables_wrapper table.dataTable {
    margin-bottom: 15px !important; }
  ul.pagination li:before {
    line-height: 3; }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-left: 0 !important; }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-right: 0 !important; }
  div.dataTables_wrapper div.dataTables_length {
    margin-bottom: 15px; }
    div.dataTables_wrapper div.dataTables_length select {
      min-height: 30px; }
  div.dataTables_wrapper table.dataTable th,
  div.dataTables_wrapper table.dataTable td {
    padding: 0.5rem; }
  div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px !important; }
    div.dataTables_wrapper div.dataTables_paginate .paginate_button {
      padding: 1px 7px; }
      div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
        font-size: 0;
        padding: 0; }
        div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {
          content: "\e64a";
          font-family: themify;
          font-size: 11px;
          padding: 0 5px; }
      div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
        font-size: 0;
        padding: 0; }
        div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {
          content: "\e649";
          font-family: themify;
          font-size: 11px;
          padding: 0 5px; }
  div.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px; }
    div.dataTables_wrapper .dataTables_filter input[type="search"] {
      height: 30px; }
  .jvector-map-height {
    height: 250px; }
  .icon-hover-bottom .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .icon-hover-bottom .icon-popup {
    padding: 15px; }
  .icon-hover-bottom svg.climacon {
    height: 50px;
    width: 50px; }
  .blog-box.blog-shadow:before {
    -webkit-box-shadow: inset 0px -100px 100px -13px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0px -100px 100px -13px rgba(0, 0, 0, 0.6); }
  .blog-box .blog-details p,
  .blog-box .blog-details .single-blog-content-top {
    margin-top: 15px; }
  .blog-box .blog-details h4 {
    font-size: 16px;
    margin-top: 10px; }
  .blog-box .blog-details .blog-social li {
    font-size: 12px;
    font-weight: 500; }
    .blog-box .blog-details .blog-social li:nth-child(n+2) {
      padding-left: unset;
      margin-left: 10px;
      border-left: none; }
  .comment-box h4 {
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .comment-box ul ul {
    margin-left: 30px; }
  .comment-box li {
    margin-bottom: 15px; }
    .comment-box li .media {
      display: block; }
      .comment-box li .media img {
        height: 50px;
        width: 50px;
        padding: 3px;
        margin-bottom: 10px; }
  .card .card-header .card-header-right {
    top: 6px; }
  .ace-editor {
    height: 320px; }
  .gallery > a {
    margin-bottom: 15px;
    text-align: center; }
  .card .card-header h5 {
    font-size: 17px; }
  .theme-form .form-group {
    margin-bottom: 15px; }
  .page-wrapper .page-body-wrapper .default-according .card .card-header,
  .page-wrapper .page-body-wrapper .default-according .card .card-body,
  .page-wrapper .page-body-wrapper .default-according .card .card-footer {
    padding: 1rem 1.25rem; }
  .page-wrapper .page-body-wrapper .card {
    -webkit-box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08);
            box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08);
    margin-bottom: 15px;
    overflow: hidden; }
    .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-t-30,
    .page-wrapper .page-body-wrapper .card .card-body .tab-content .m-t-30 {
      margin-top: 15px !important; }
    .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-b-30,
    .page-wrapper .page-body-wrapper .card .card-body .tab-content .m-b-30 {
      margin-bottom: 15px !important; }
  .page-wrapper .page-body-wrapper .page-body {
    padding: 5px 0 !important;
    padding-top: 20px !important; }
  .page-wrapper .page-body-wrapper .page-header {
    padding-bottom: 20px; }
    .page-wrapper .page-body-wrapper .page-header .row h3 {
      font-size: 20px; }
  .page-wrapper .search-form .form-group {
    margin-right: 0; }
  /* alert responsive css start here */
  .alert-primary.inverse {
    background-color: transparent; }
  .alert-secondary.inverse {
    background-color: transparent; }
  .alert-success.inverse {
    background-color: transparent; }
  .alert-danger.inverse {
    background-color: transparent; }
  .alert-warning.inverse {
    background-color: transparent; }
  .alert-info.inverse {
    background-color: transparent; }
  .alert-light.inverse {
    background-color: transparent; }
  .alert-dark.inverse {
    background-color: transparent; }
  .alert .close {
    height: 100%; }
  .calender-widget .cal-desc {
    padding: 10px 15px 15px !important; }
    .calender-widget .cal-desc p {
      max-height: 100%; }
  .custom-card .card-footer > div h6 {
    font-weight: 600; }
  .custom-card .card-profile {
    margin-top: 25px; }
  .custom-card .card-social {
    padding-top: 10px;
    padding-bottom: 10px; }
  .calendar-wrap .fc-toolbar .fc-center {
    margin-top: 10px; }
  .calendar-wrap a.fc-more {
    font-size: 0.7em; }
  .mega-inline {
    display: block; }
  .megaoptions-border-space-sm {
    padding-bottom: 30px !important; }
  .blog-box.blog-shadow .blog-details {
    padding: 15px; }
    .blog-box.blog-shadow .blog-details p {
      margin-bottom: 0; }
    .blog-box.blog-shadow .blog-details h4 {
      margin-bottom: 10px; }
  .blog-box .blog-details {
    padding: 20px; }
  .blog-box .blog-date span {
    font-size: 25px; }
  .error-wrapper {
    padding: 20px 0; }
    .error-wrapper .btn {
      margin-top: 15px; }
    .error-wrapper .img-100 {
      width: 50px !important; }
    .error-wrapper .error-heading {
      margin-top: 20px; }
      .error-wrapper .error-heading .cloud-second {
        margin-top: -60px; }
      .error-wrapper .error-heading .headline {
        font-size: 150px; }
    .error-wrapper .maintenance-heading .cloud-second {
      display: none; }
    .error-wrapper .maintenance-heading .headline {
      font-size: 30px;
      margin-top: -10%;
      letter-spacing: 2px; }
  .comingsoon .comingsoon-inner .coming-soon-bottom-link {
    margin-top: 20px;
    line-height: 1; }
  .comingsoon .comingsoon-inner h5 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px; }
  .comingsoon .comingsoon-inner .countdown {
    padding: 20px 0px; }
    .comingsoon .comingsoon-inner .countdown ul li {
      margin: 0 7px; }
    .comingsoon .comingsoon-inner .countdown .title {
      font-size: 12px; }
    .comingsoon .comingsoon-inner .countdown .time {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      margin: 0 auto; }
  .comingsoon .comingsoon-inner img {
    width: auto;
    height: 75px; }
  .form-wizard .btn-mb {
    margin-bottom: 15px; }
  .stepwizard {
    margin-bottom: 15px; }
  .f1 .f1-steps {
    margin-top: 15px;
    margin-bottom: 15px; }
  .wizard-4 ul.anchor {
    width: 100%;
    padding-bottom: 15px;
    padding-right: 0; }
  .wizard-4 .step-container {
    width: 100%; }
  .flot-chart-container {
    height: 300px; }
  .small-chart-widget .chart-container {
    height: unset !important; }
  .status-widget .text-sm-end {
    text-align: right; }
  .mega-menu {
    padding-left: 15px; }
    .mega-menu .onhover-show-div {
      height: 405px;
      left: 0;
      top: 61px;
      padding: 15px; }
    .mega-menu .lg-mt {
      margin-top: 10px; }
    .mega-menu .xs-mt {
      margin-top: 15px; }
  .nav-md-mt {
    margin-top: 15px; }
  .navs-icon {
    padding: 15px; }
    .navs-icon .main-section {
      padding-top: 15px; }
    .navs-icon .separator {
      margin: 15px 0; }
  .nav-list {
    padding: 15px; }
  .navs-dropdown button {
    margin-top: 15px; }
  .navs-dropdown .onhover-show-div {
    top: 64px; }
  .lg-mt {
    margin-top: 15px; }
  #aniimated-thumbnials a:last-child img {
    margin-bottom: 15px; }
  .tilt-showcase .mt-4 {
    margin-top: 15px !important; }
  .tilt-showcase ol .m-b-20 {
    margin-bottom: 15px !important; }
  .xs-mt {
    margin-top: 15px; }
  span:last-child.tag-pills-sm-mb {
    margin-top: 3px; }
  .animated-modal .form-group .form-control {
    width: 50%;
    margin: 0 auto; }
  .animated-modal .animated-modal-md-mb {
    margin-bottom: 15px !important; }
  .steps-md-mt {
    margin-top: 15px; }
  .steps-sizing-sm-mb {
    margin-bottom: 15px; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important; }
  #API-chield-row_wrapper #API-chield-row tbody tr td:first-child {
    min-width: 20px; }
  .chart-block .flot-chart-container p#choices {
    width: 100%; }
  .chart-block .flot-chart-container #toggling-series-flot {
    width: 100% !important; }
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 15px; }
  .chat-box .chat-left-aside .people-list {
    height: auto; }
  .call-chat-sidebar {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    .call-chat-sidebar .people-list {
      height: auto; }
  .chat-left-aside .people-list ul {
    max-height: 300px; }
  .ecommerce-widget .progress-showcase {
    margin-top: 15px; }
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 13px !important; }
  .gallery-with-description a > div {
    margin-bottom: 15px; }
  .gallery-img-mb-sm {
    margin-bottom: 15px; }
  .page-wrapper.document .landing-main .navbar-expand-lg .navbar-brand {
    width: 150px; }
    .page-wrapper.document .landing-main .navbar-expand-lg .navbar-brand img {
      width: unset; }
  .page-wrapper.document .page-body-wrapper.document-content .page-sidebar .nav-pills {
    text-align: left; }
    .page-wrapper.document .page-body-wrapper.document-content .page-sidebar .nav-pills .nav {
      text-align: left; }
  .page-wrapper.document .page-body-wrapper.document-content .page-body {
    margin-top: 75px !important; }
  .xm-mb-peity {
    margin-bottom: 8px; }
  .authentication-main {
    padding: 30px 15px; } }

@media screen and (max-width: 480px) {
  .editor-toolbar a {
    width: 16px; }
    .editor-toolbar a:before {
      line-height: 30px;
      font-size: 12px; }
  .note-editor .btn-group .btn {
    padding: 0.375rem 0.5rem; }
  .CodeMirror pre {
    font-size: 12px; }
  .and-many-more {
    font-size: 45px; }
  .viho-demo-section .viho-demo-content p,
  .viho-demo-section .gallery_content p {
    font-size: 13px; }
  .and-more {
    font-size: 20px; }
  .gallery-img-blur-div {
    height: 70px; }
  .bg-gallery {
    min-height: 390px; }
  .landing_gallery_section_img {
    margin-bottom: -80px; }
    .landing_gallery_section_img:before {
      height: 350px; }
  .box-layout.page-wrapper .set-col-6,
  .box-layout.page-wrapper .set-col-3,
  .box-layout.page-wrapper .set-col-7,
  .box-layout.page-wrapper .set-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .bg-sky-blue .main-landing .landing-main-content h3 {
    font-size: 26px; }
  .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    height: 25px; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    padding-left: 15px;
    padding-right: 15px; }
  .page-wrapper .page-main-header .main-header-right .nav-right .btn-primary-light {
    padding: 5px 7px;
    font-size: 12px; }
    .page-wrapper .page-main-header .main-header-right .nav-right .btn-primary-light svg {
      width: 14px; }
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    height: 50px; }
    .page-wrapper .page-main-header .main-header-right .nav-right > ul li {
      margin-right: 5px; }
      .page-wrapper .page-main-header .main-header-right .nav-right > ul li svg {
        width: 16px; }
  .todo .btn {
    padding: 7px 20px; }
  .chat-box .people-list ul li {
    display: block; }
  .wizard-4 .action-bar .btn {
    width: 100%; }
    .wizard-4 .action-bar .btn + .btn {
      margin-top: 10px; }
  ul.notification-dropdown.onhover-show-div {
    width: 260px;
    right: -80px; }
    ul.notification-dropdown.onhover-show-div:before, ul.notification-dropdown.onhover-show-div:after {
      right: 89px !important; }
  .inline-block-sm {
    display: inline-block; }
  .pagination-lg .page-link {
    padding: 0.3rem 0.65rem; }
  .nav-pills li {
    width: 100%; }
  .reset-password-box {
    width: 290px; }
  .icon-hover-bottom .icon-first {
    margin-right: 10px; }
  .icon-hover-bottom .icon-popup .icon-class {
    display: none; }
  .error-wrapper .maintenance-heading {
    margin-top: 0; }
  .card .card-header > span + span {
    display: none; }
  .custom-card {
    padding: 0; }
    .custom-card .profile-details h6 {
      margin-bottom: 15px; }
    .custom-card .profile-details h4 {
      font-size: 20px; }
    .custom-card .card-profile {
      margin-top: unset; }
  .card .card-header .card-header-right i {
    margin: 0 3px;
    font-size: 14px; }
  .knob-block .chart-clock-main .clock-small {
    left: 34px;
    top: 74px; }
  .knob-block .chart-clock-main {
    margin: auto;
    width: auto; }
    .knob-block .chart-clock-main .clock-medium {
      position: absolute;
      left: 33px;
      top: 33px; }
      .knob-block .chart-clock-main .clock-medium canvas {
        width: 180px !important;
        height: 180px !important; }
    .knob-block .chart-clock-main .clock-small {
      left: 34px;
      top: 74px; }
    .knob-block .chart-clock-main .clock-large {
      left: 0;
      top: 0;
      margin: 0 auto; }
      .knob-block .chart-clock-main .clock-large canvas {
        width: 245px !important;
        height: 245px !important; }
  .blog-box.blog-shadow .blog-details {
    padding: 10px; }
    .blog-box.blog-shadow .blog-details h4 {
      font-size: 14px; }
  .cal-date-widget {
    padding: 30px; }
  .calender-widget .cal-img {
    height: 225px; }
  .company-card .details .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .stepwizard .stepwizard-row:before {
    top: 17px; }
  .stepwizard .stepwizard-row .stepwizard-step .btn {
    padding: 6px 22px; }
  .product-sidebar {
    -webkit-transform: translateX(-300px) scaleX(0);
            transform: translateX(-300px) scaleX(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 0;
    position: absolute;
    z-index: 9;
    width: 300px; }
    .product-sidebar.open {
      -webkit-transform: translateX(0px) scaleX(1);
              transform: translateX(0px) scaleX(1);
      -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
              box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
      visibility: visible;
      opacity: 1;
      height: auto;
      top: -45px; }
    .product-sidebar .filter-section .card-header {
      display: none; }
    .product-sidebar .filter-section .left-filter {
      top: unset !important; }
  .feature-products .filter-toggle {
    font-size: 14px;
    padding: 7px 15px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: rgba(36, 105, 92, 0.05);
    color: #24695c; }
    .feature-products .filter-toggle h6 {
      font-size: 12px; }
  .feature-products .text-end {
    text-align: left !important; }
  .d-none-productlist {
    display: block;
    margin-right: 10px; }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 83px;
    height: 83px; }
  .email-wrap .actions {
    margin-bottom: -10px; }
    .email-wrap .actions li {
      margin-bottom: 10px; }
      .email-wrap .actions li .btn {
        padding: 5px 10px;
        font-size: 12px; }
  .email-wrap .email-wrapper .right-download {
    float: none;
    margin-top: 5px; }
  .email-wrap .email-wrapper h6 {
    float: none; }
  .social-app-profile .hovercard .user-image .share-icons li .social-icon {
    width: 30px;
    height: 30px; }
  .social-app-profile .hovercard .user-image .icon-wrapper {
    top: -5px; }
  .social-app-profile .hovercard .user-image .avatar img {
    width: 80px;
    height: 80px; }
  .mega-menu {
    padding-left: 20px;
    padding-top: 3px; }
    .mega-menu .onhover-show-div {
      height: 405px;
      left: 0;
      top: 61px;
      padding: 15px; }
    .mega-menu .lg-mt {
      margin-top: 10px; }
    .mega-menu .xs-mt {
      margin-top: 15px; }
  .badge {
    padding: 0.42em 0.7em; }
  .alert-dismissible .close {
    top: -1px; }
    .alert-dismissible .close span {
      font-size: 19px; }
  .notify-alert {
    width: 90%; }
  .invoice .text-md-end {
    margin-top: 10px; }
  .product-wrapper-grid.list-view .product-box {
    display: block; }
    .product-wrapper-grid.list-view .product-box .product-img {
      width: 100%; }
    .product-wrapper-grid.list-view .product-box .product-details {
      text-align: center; }
  .user-profile .profile-header .profile-img-wrrap {
    height: 210px; }
  .user-profile .profile-header .userpro-box {
    padding: 15px; }
  .user-profile .follow .follow-num {
    font-size: 16px; }
  .user-profile .follow span {
    font-size: 12px; }
  .user-profile .follow ul.follow-list li:nth-child(n+2) {
    margin-left: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 420px) {
  .and-many-more {
    font-size: 37px; }
  .chat-box .chat-right-aside .chat .chat-header {
    display: block; }
    .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .chat-box .chat-history .call-icons ul li {
    width: 40px;
    height: 40px; }
    .chat-box .chat-history .call-icons ul li a {
      line-height: 1; }
  .chat-box .chat-menu.show {
    top: 102px; }
  .chat-box .chat-menu {
    width: 260px; }
    .chat-box .chat-menu .people-list ul.list {
      height: 360px; }
  .chat-menu {
    top: 120px; }
  .product-page-main .pro-group .pro-shop button {
    display: block; }
    .product-page-main .pro-group .pro-shop button:nth-child(n + 2) {
      margin-top: 15px; }
  .product-page-main .border-tab.nav-tabs .nav-item {
    width: 100% !important; }
  .border-tab.nav-tabs {
    display: block; }
  .tabs-scoial.border-tab.nav-tabs .nav-item {
    width: auto !important; }
    .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
      padding: 8px 8px;
      font-size: 14px; }
  .feature-products span.f-w-600 {
    padding-top: unset;
    margin-bottom: 5px; }
  .custom-card .card-social li a {
    width: 25px;
    height: 25px;
    font-size: 12px; }
  .custom-card .card-social li:nth-child(n+2) {
    margin-left: 5px; }
  .email-wrap .email-body .email-compose .compose-header {
    display: block; }
    .email-wrap .email-body .email-compose .compose-header .btn {
      margin-top: 10px; }
  .job-sidebar .job-left-aside {
    padding: 15px; } }

@media screen and (max-width: 397px) {
  .clockpicker-align-top {
    top: 426px !important; } }

@media screen and (max-width: 360px) {
  .datepicker {
    width: 239px; }
  .add-post form .m-checkbox-inline label {
    margin-bottom: 8px; }
    .add-post form .m-checkbox-inline label:last-child {
      margin-bottom: 0; }
  .map-js-height {
    height: 250px; }
  .alert-theme {
    font-size: 12px; }
    .alert-theme button {
      right: 30px !important; }
    .alert-theme i {
      display: none; }
    .alert-theme span + span + span {
      padding: 15px; }
  .bar-chart-widget .earning-details i {
    right: -73px; }
  .widget-joins .border-after-xs:after {
    width: 92%; }
  .status-widget svg {
    width: 18px;
    height: 18px; }
  .custom-card .card-footer > div h6 {
    font-size: 12px; }
    .custom-card .card-footer > div h6 h3 {
      font-size: 16px; }
  .main .langChoice {
    padding: 4px 7px;
    width: 30%;
    position: unset;
    margin-right: auto;
    margin-top: 15px; }
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 5px;
    font-size: 14px; }
  .social-chat .other-msg {
    margin-left: 15px; }
  .social-header h5 span.pull-right {
    display: none; }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -74px;
    height: 56px; }
  .timeline-small .media .timeline-round.small-line:after {
    bottom: -32px;
    height: 14px; }
  .timeline-small .media .timeline-round.medium-line:after {
    bottom: -59px;
    height: 40px; }
  .and-many-more {
    font-size: 30px; }
  .landing-main .section-space .landing-header h2 {
    font-size: 18px; }
  .landing-main .section-space p {
    font-size: 14px; }
  .bg-sky-blue .main-landing .landing-main-content h3 {
    font-size: 22px; }
  .custom-card .dashboard-card {
    padding-top: 0; }
  .flot-chart-container {
    height: 230px; }
  .map-block {
    height: 250px; }
  .img-cropper .docs-tooltip {
    font-size: 11px; }
  .img-cropper .docs-toggles .btn-group .btn {
    padding: 0.375rem 0.2rem; }
  .blog-box .blog-details p {
    line-height: 1.5; }
  .blog-box .blog-details .blog-social li:last-child {
    padding-left: 0; }
  .blog-box .blog-details-main .blog-social li {
    padding: 0 10px; }
  .button-builder-wrap .btn-lg {
    font-size: 18px; }
  /* responsive material tabs*/
  .border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 0px; }
  .tabs-responsive-side {
    max-width: 100%; }
  .browser-widget .media i {
    font-size: 52px; }
  .browser-widget .media .media-body h4 {
    font-size: 20px; }
  .bar-chart-widget .bottom-content .num {
    font-size: 20px; }
  .stepwizard .stepwizard-row .stepwizard-step .btn {
    padding: 6px 20px; }
  .user-status table tbody img {
    height: 40px; }
  .xs-width-100 {
    min-width: 100%; }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 65px;
    height: 65px; }
  .email-wrap .email-right-aside .email-top .dropdown-menu {
    left: -58px; }
  .form-builder #components .component .form-group #button1id {
    margin-bottom: 15px; }
  .prooduct-details-box .media {
    display: block; }
    .prooduct-details-box .media .media-body {
      margin-top: 15px;
      margin-left: unset !important; }
  .mega-menu-p {
    padding: 0 23px !important; }
  .default-according .card .card-header i {
    font-size: 14px;
    top: 24px; }
  .default-according .card .btn-link {
    display: block;
    width: 100%;
    padding-left: 17px; }
  .star-ratings .stars .title {
    line-height: 1; }
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 93% !important; }
  .step-container {
    height: 280px !important; }
  .sort-panel .d-inline .btn {
    margin-left: 87px; }
  .jsgrid .jsgrid-pager-container .jsgrid-pager .jsgrid-pager-page {
    padding: 0.5em 0.62em; }
  .chat-box .chat-right-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96%;
            flex: 0 0 96%;
    max-width: 96%; }
    .chat-box .chat-right-aside .chat .chat-message {
      width: calc(100% - 20px); }
  .error-wrapper .error-heading .headline {
    font-size: 100px; }
  .lg-toolbar .lg-icon {
    width: 40px; }
  .calendar-wrap a.fc-more {
    font-size: 0.59em; }
  .calendar-wrap .fc th {
    font-size: 10px; } }

@media screen and (min-width: 768px) {
  .product-wrapper-grid.list-view .ribbon {
    display: none; }
  .product-wrapper-grid.list-view .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

/**=====================
     62. Responsive CSS Ends
==========================**/
/*# sourceMappingURL=responsive.css.map */
