:root,
[data-bs-theme=light] {
  --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-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --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-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: none;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

@font-face {
  font-family: "fontawesome";
  src: url(../../fonts/fontawesome-webfont.eot);
  src: url(../../fonts/fontawesome-webfont.eot]]?#iefix) format("embedded-opentype"), url(../../fonts/fontawesome-webfont.woff2) format("woff2"), url(../../fonts/fontawesome-webfont.woff) format("woff"), url(../../fonts/fontawesome-webfont.ttf) format("truetype"), url(../../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  font-size: 24px;
  font-family: fontawesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* 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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-course-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.features-1 {
  font-weight: 300;
}

.features-1 .badge {
  font-weight: 500;
  line-height: 14px;
}

.features-1 .wrap .max-box {
  max-width: 580px;
}

.features-11 {
  color: #8d97ad;
  font-weight: 300;
}

.features-11 .badge {
  font-weight: 500;
  line-height: 14px;
}

.features-11 .badge-info {
  background: #188ef4;
}

.features-11 .wrap .max-box {
  max-width: 580px;
}

.features-11 .linking {
  color: #3e4555;
}

.features-11 .linking:hover {
  color: #316ce8;
}

.features-11 h1,
.features-11 .h1,
.features-11 h2,
.features-11 .h2,
.features-11 h3,
.features-11 .h3,
.features-11 h4,
.features-11 .h4,
.features-11 h5,
.features-11 .h5,
.features-11 h6,
.features-11 .h6 {
  color: #3e4555;
}

.features-2 {
  color: #fff;
  font-weight: 300;
}

.features-2 .text-box {
  max-width: 500px;
  margin-left: 80px;
}

.features-2 .bg-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.features-2 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.features-2 h1,
.features-2 .h1,
.features-2 h2,
.features-2 .h2,
.features-2 h3,
.features-2 .h3,
.features-2 h4,
.features-2 .h4,
.features-2 h5,
.features-2 .h5,
.features-2 h6,
.features-2 .h6 {
  color: #3e4555;
}

.features-3 {
  color: #8d97ad;
  font-weight: 300;
}

.features-3 h6,
.features-3 .h6 {
  line-height: 22px;
  font-size: 18px;
}

.features-3 .font-weight-medium {
  font-weight: 500;
}

.features-3 a {
  text-decoration: none;
}

.features-3 .linking {
  color: #3e4555;
}

.features-3 .linking:hover {
  color: #316ce8;
}

.features-3 .bg-body-secondary {
  background-color: #f4f8fa !important;
}

.features-3 .text-success {
  color: #2cdd9b !important;
}

.features-3 .icon-round {
  width: 80px;
  line-height: 80px;
  font-size: 2rem;
}

.features-3 .btn-success-gradient {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.features-3 .btn-success-gradient:hover {
  background: #1dc8cc;
  background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
  background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.features-3 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.features-3 h1,
.features-3 .h1,
.features-3 h2,
.features-3 .h2,
.features-3 h3,
.features-3 .h3,
.features-3 h4,
.features-3 .h4,
.features-3 h5,
.features-3 .h5,
.features-3 h6,
.features-3 .h6 {
  color: #3e4555;
}

footer.footer-1 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0;
  background-color: rgba(var(--bs-body-color-rgb), 0.03);
  border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.03);
  background-color: rgba(var(--bs-body-color-rgb), 0.01);
  border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
  z-index: 3;
  margin-top: 5rem;
  /*
  &:before{
  	content: '';
  	display: block;
  	position: absolute;
  	background-image: linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.05) 0%, rgba(var(--bs-body-color-rgb), 0.025) 20%, rgba(var(--bs-body-bg-rgb), 0) 80%);
  	//border-top:1px solid var(--bs-border-color);
  	width: 100%;
  	height: 7px;
  	left: 0;
  	top: 0;
  }
  */
}

footer.footer-1 .h6 {
  margin: 1rem 0;
  font-weight: 500;
  color: var(--bs-light-text-emphasis);
}

footer.footer-1 nav a {
  display: block;
  font-size: 90%;
  text-decoration: none;
  margin-bottom: 0.55rem;
  color: var(--bs-secondary-color);
}

@media (max-width: 575.98px) {
  footer.footer-1 nav a {
    margin-bottom: 1rem;
  }
}
footer.footer-1 img {
  margin: 2rem auto;
}

footer.footer-1 .footer-copyright {
  margin-top: 5rem;
  padding: 0.5rem;
  font-size: 75%;
}

footer.footer-1 .footer-copyright a {
  text-decoration: none;
}

footer.footer-1 .footer-copyright a:hover {
  text-decoration: underline;
}

footer.footer-1 .footer-copyright .container {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
}

.hero-1 {
  padding: 0 2rem 0;
  text-align: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 2rem 2rem;
  background-image: linear-gradient(179deg, var(--bs-body-bg) 49%, var(--bs-body-bg) 77%, rgba(var(--bs-body-bg-rgb), 0.8) 100%);
  /*
  @media (max-width: 1601px) {
  h1 {
  		font-size: 5rem;
  	}
  }

  @media (max-width: 1281px) {
  h1 {
  		font-size: 5rem;
  	}
  }

  @media (max-width: 961px) {
  h1 {
  		font-size: 4.5rem;
  		line-height: 4.5rem;
  	}
  }

  @media (max-width: 661px) {
  h1 {
  		font-size: 3.2rem;
  		line-height: 3.2rem;
  	}
  }

  @media (max-width: 481px) {
  h1 {
  		font-size: 3rem;
  		line-height: 3rem;
  	}
  }
  */
}

.hero-1::after {
  background: url(../img/background.svg);
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-size: 100%;
  background-position: bottom center;
  background-size: cover;
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}

.hero-1 h1,
.hero-1 .h1 {
  color: var(--bs-body-color);
  font-weight: 700;
  z-index: 2;
  text-shadow: 1px 1px 2px var(--bs-body-bg);
  letter-spacing: -0.05rem;
}

.hero-1 h2,
.hero-1 .h2 {
  margin: 1.4rem auto 0;
  z-index: 2;
  position: relative;
  text-shadow: 1px 1px 2px var(--bs-body-bg);
  max-width: 800px;
  color: var(--bs-body-color);
}

.hero-1 .heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: var(--width-xl);
  width: 100%;
  z-index: 3;
  padding: 3rem 0 0;
}

.hero-1 .btns {
  margin-top: 5rem;
}

.hero-1 .btn {
  display: inline-block;
  border-radius: 2px;
  padding: 16px 60px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(var(--bs-body-color-rgb), 0.07);
}

.hero-1 .btn b {
  margin-left: 5px;
  display: inline-block;
  font-family: system-ui;
}

.hero-1 .btn:hover {
  background: var(--bs-blue-hover);
  background: #2781df;
}

.hero-1 .btn span {
  margin-left: 0.2rem;
}

.hero-1 .btn.btn-outline-primary {
  background-color: transparent;
  background-color: rgba(65, 155, 249, 0.07);
  background-color: #f1f8ff;
  box-shadow: -1px 1px 2px 0 rgba(var(--bs-body-bg-rgb), 0.2) inset;
  box-shadow: 0 1px 3px 0 rgba(var(--bs-body-color-rgb), 0.07);
  border: 1px solid var(--bs-border-color);
  background: var(--bs-body-bg);
}

.hero-1 .btn.btn-outline-primary b {
  transform: rotate(90deg);
}

.hero-1 .btn.btn-outline-primary:hover {
  background-color: rgba(65, 155, 249, 0.14);
}

.hero-1 .btn.btn-outline-primary:after {
  display: none;
}

.hero-1 .btn.btn-primary {
  padding: 16px 45px;
  border: none;
}

.hero-1 .btn.btn-primary span {
  margin-right: 0.2rem;
}

.hero-1 .dropdown {
  display: inline-block;
}

.hero-1 .dropdown .dropdown-menu {
  min-width: 240px;
  z-index: 3;
}

.hero-1 > img {
  margin-top: 2rem;
  max-width: 100%;
  transition: opacity 3s;
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--bs-border-color);
  background: #f0f4f9;
  box-shadow: 0 0 1px 0 rgba(var(--bs-body-color-rgb), 0.2), 0 3px 4px 0 rgba(87, 87, 87, 0.1), 0 10px 15px 0 rgba(5, 4, 10, 0.06);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  padding-top: 2rem;
  position: relative;
}

.hero-1 .show img {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .hero-1 .btn {
    min-width: 300px;
    width: 100%;
  }
}
.hero-1 .overlay {
  background: var(--bs-body-bg);
}

.hero-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.hero-2 .btn {
  padding: 1rem 2rem;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.hero-2 .btn.btn-white {
  background: rgba(var(--bs-body-bg-rgb), 0.2);
  color: #fff;
}

.hero-2 > .container {
  position: relative;
  z-index: 2;
}

.hero-2 .heading {
  font-size: 50px;
  font-weight: 700;
}

.hero-2 .subheading {
  font-size: 32px;
}

.hero-2 .svg-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.hero-2 .overlay {
  background-color: rgba(var(--bs-primary-rgb), 1);
  opacity: 0.7;
}

.hero-2 .video-wrap {
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.hero-2 .video-wrap .play-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bs-success);
  color: var(--bs-white);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-2 .video-wrap img {
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.2);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.2);
}

.hero-2 .video-wrap:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hero-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /*
  > .container > .row {
  	height:100vh;
  	min-height:800px;
  }*/
  /*
  &.overlay {
  	position: relative;

  	&:before {
  		z-index: 1;
  		position: absolute;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		top: 0;
  		content: "";
  		//background: rgba(var(--bs-body-color-rgb), 0.6);
  		background: rgba(var(--bs-body-color-rgb), 0.6);
  	}
  }
  */
}

.hero-3 .btn {
  padding: 1rem 3rem;
  margin: 0 1rem 1rem 0;
  font-size: 16px;
  font-weight: 600;
  box-shadow: rgba(var(--bs-body-color-rgb), 0.25) 0 5px 15px -5px;
}

.hero-3 .btn.btn-white {
  background: rgba(var(--bs-white-rgb), 0.2);
  color: #fff;
}

.hero-3 > .container,
.hero-3 > .container-fluid,
.hero-3 > .container-sm,
.hero-3 > .container-md,
.hero-3 > .container-lg,
.hero-3 > .container-xl,
.hero-3 > .container-xxl {
  position: relative;
  z-index: 2;
}

.hero-3 > .container > div,
.hero-3 > .container-fluid > div,
.hero-3 > .container-sm > div,
.hero-3 > .container-md > div,
.hero-3 > .container-lg > div,
.hero-3 > .container-xl > div,
.hero-3 > .container-xxl > div {
  position: relative;
  height: 100%;
  min-height: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-3 h1.heading,
.hero-3 .heading.h1 {
  font-weight: 700;
}

.hero-3 h3,
.hero-3 .h3 {
  font-weight: normal;
}

.hero-3 .svg-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.hero-3 .buttons {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .hero-3 .btn {
    min-width: 300px;
    margin: 0 0 1rem 0;
  }
}
.hero-4 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  min-height: 800px;
}

.hero-4 > .container > .row {
  height: 100vh;
  min-height: 800px;
}

.hero-4 .btn {
  padding: 1rem 2rem;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.hero-4 .btn.btn-white {
  background: rgba(var(--bs-body-bg-rgb), 0.2);
  color: #fff;
}

.hero-4 > .container {
  position: relative;
  z-index: 2;
}

.hero-4 .heading {
  font-weight: 700;
}

.hero-4 .subheading {
  font-family: var(--bs-font-body);
  margin-bottom: 3rem;
}

.hero-4 .svg-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.hero-4 .buttons {
  margin-top: 3rem;
  font-family: var(--bs-font-body);
}

.hero-4 .overlay {
  background: rgba(var(--bs-body-color-rgb), 1);
  opacity: 0.5;
}

.hero-5 {
  height: 100vh;
  min-height: 800px;
}

.hero-5 > .container > .row {
  height: 100vh;
  min-height: 800px;
}

.hero-5 .overlay {
  background: rgba(var(--bs-body-color-rgb), 1);
  opacity: 0.5;
}

.hero-6 {
  height: 100vh;
  min-height: 800px;
}

.hero-6 > .container > .row {
  height: 100vh;
  min-height: 800px;
}

.hero-6 > .container,
.hero-6 > .container-fluid,
.hero-6 > .container-sm,
.hero-6 > .container-md,
.hero-6 > .container-lg,
.hero-6 > .container-xl,
.hero-6 > .container-xxl {
  position: relative;
  z-index: 2;
}

.hero-6 > .container > div,
.hero-6 > .container-fluid > div,
.hero-6 > .container-sm > div,
.hero-6 > .container-md > div,
.hero-6 > .container-lg > div,
.hero-6 > .container-xl > div,
.hero-6 > .container-xxl > div {
  position: relative;
  height: 100%;
  min-height: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-6 .overlay {
  background: rgba(var(--bs-body-color-rgb), 1);
  opacity: 0.5;
}

.hero-7 {
  height: 100vh;
  min-height: 800px;
}

.hero-7 > .container > .row {
  height: 100vh;
  min-height: 800px;
}

.hero-7 > .container,
.hero-7 > .container-fluid,
.hero-7 > .container-sm,
.hero-7 > .container-md,
.hero-7 > .container-lg,
.hero-7 > .container-xl,
.hero-7 > .container-xxl {
  position: relative;
  z-index: 2;
}

.hero-7 > .container > div,
.hero-7 > .container-fluid > div,
.hero-7 > .container-sm > div,
.hero-7 > .container-md > div,
.hero-7 > .container-lg > div,
.hero-7 > .container-xl > div,
.hero-7 > .container-xxl > div {
  position: relative;
  height: 100%;
  min-height: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-7 .overlay {
  background: rgba(var(--bs-body-color-rgb), 1);
  opacity: 0.5;
}

.hero-slider {
  height: 100vh;
  min-height: 800px;
}

.hero-slider > .container > .row {
  height: 100vh;
  min-height: 800px;
}

.hero-slider .overlay {
  background: rgba(var(--bs-body-color-rgb), 1);
  opacity: 0.5;
}

.hero-slider .swiper-slide > img + .content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slider .swiper-slide > img + .content > .container,
.hero-slider .swiper-slide > img + .content > .container-fluid,
.hero-slider .swiper-slide > img + .content > .container-sm,
.hero-slider .swiper-slide > img + .content > .container-md,
.hero-slider .swiper-slide > img + .content > .container-lg,
.hero-slider .swiper-slide > img + .content > .container-xl,
.hero-slider .swiper-slide > img + .content > .container-xxl {
  position: relative;
  z-index: 2;
}

.hero-slider .swiper-slide > img + .content > .container > div,
.hero-slider .swiper-slide > img + .content > .container-fluid > div,
.hero-slider .swiper-slide > img + .content > .container-sm > div,
.hero-slider .swiper-slide > img + .content > .container-md > div,
.hero-slider .swiper-slide > img + .content > .container-lg > div,
.hero-slider .swiper-slide > img + .content > .container-xl > div,
.hero-slider .swiper-slide > img + .content > .container-xxl > div {
  position: relative;
  height: 100%;
  min-height: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-slider .swiper-slide .overlay {
  z-index: 1;
}

rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}

.demo {
  padding: 50px 0;
}

.heading-title {
  margin-bottom: 50px;
}

.pricingTable {
  border: 1px solid #dbdbdb;
  box-shadow: 0 0 10px rgba(var(--bs-body-color-rgb), 0.14);
  margin: 0 -15px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
}

.pricingTable:hover {
  border: 2px solid #e46367;
  margin-top: -30px;
}

.pricingTable .pricingTable-header {
  padding: 30px 10px;
}

.pricingTable .heading {
  display: block;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 21px;
}

.pricingTable .pricing-plans {
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
  color: #000;
  font-weight: 900;
}

.pricingTable .price-value {
  color: #474747;
  display: block;
  font-size: 25px;
  font-weight: 800;
  line-height: 35px;
  padding: 0 10px;
}

.pricingTable .price-value span {
  font-size: 50px;
}

.pricingTable .subtitle {
  color: #82919f;
  display: block;
  font-size: 15px;
  margin-top: 15px;
  font-weight: 100;
}

.pricingTable .pricingContent ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.pricingTable .pricingContent ul li {
  padding: 20px 0;
}

.pricingTable .pricingContent ul li:nth-child(odd) {
  background-color: #fff;
}

.pricingTable .pricingContent ul li:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.pricingTable .pricingTable-sign-up {
  padding: 25px 0;
}

.pricingTable .w-100 {
  width: 50%;
  margin: 0 auto;
  background: #e46367;
  border: 1px solid transparent;
  padding: 10px 5px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  transition: 0.3s ease;
}

.pricingTable .w-100:after {
  content: "\f090";
  font-family: "FontAwesome";
  padding-left: 10px;
  font-size: 15px;
}

.pricingTable:hover .w-100 {
  background: #fff;
  color: #e46367;
  border: 1px solid #e46367;
}

@media screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable {
    margin: 0 0 30px 0;
  }
}
.text-custom,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a,
.service-box .services-icon,
.price-features p i,
.faq-icon,
.social .social-icon:hover {
  color: #f6576e !important;
}

.bg-custom,
.btn-custom,
.timeline-page .timeline-item .date-label-left::after,
.timeline-page .timeline-item .duration-right::after,
.back-to-top:hover {
  background-color: #f6576e;
}

.btn-custom,
.custom-form .form-control:focus,
.social .social-icon:hover,
.registration-input-box:focus {
  border-color: #f6576e;
}

.service-box .services-icon,
.price-features p i {
  background-color: rgba(246, 87, 110, 0.1);
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  border-color: #e45267;
  background-color: #e45267;
}

.price-box {
  padding: 40px 50px;
}

.plan-price h1 span,
.plan-price .h1 span {
  font-size: 16px;
  color: #000;
}

.price-features p i {
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 20px;
}

section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062e6, #33aeff);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-body-color-rgb), 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-body-color-rgb), 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
.pricing5 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.pricing5 h1,
.pricing5 .h1,
.pricing5 h2,
.pricing5 .h2,
.pricing5 h3,
.pricing5 .h3,
.pricing5 h4,
.pricing5 .h4,
.pricing5 h5,
.pricing5 .h5,
.pricing5 h6,
.pricing5 .h6 {
  color: #3e4555;
}

.pricing5 h5,
.pricing5 .h5 {
  line-height: 22px;
  font-size: 18px;
}

.pricing5 .font-weight-medium {
  font-weight: 500;
}

.pricing5 .bg-body-secondary {
  background-color: #f4f8fa !important;
}

.pricing5 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing5 .card.card-shadow {
  -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
}

.pricing5 .general-listing {
  margin: 90px 0 60px 0;
}

.pricing5 .card {
  background-size: 100% !important;
}

.pricing5 .yearly {
  display: none;
}

.pricing5 .pricing-box {
  margin-top: 120px;
}

.pricing5 .pricing-box .middle-box {
  margin-top: -75px;
}

.pricing5 .pricing-box .middle-box .general-listing {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .pricing5 .pricing-box {
    margin-top: 40px;
  }
  .pricing5 .pricing-box .middle-box {
    margin-top: 0;
  }
}
.pricing5 .btn-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.pricing5 .btn-success-gradiant:hover {
  background: #1dc8cc;
  background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
  background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.pricing5 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.pricing5 .rounded-left {
  border-top-left-radius: 60px !important;
  border-bottom-left-radius: 60px !important;
}

.pricing5 .rounded-right {
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}

.pricing5 .btn-outline-success {
  color: #2cdd9b;
  background-color: transparent;
  border-color: #2cdd9b;
}

.pricing5 .btn-outline-success:hover {
  background: #2cdd9b;
  border-color: #2cdd9b;
  color: #fff;
}

.pricing7 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.pricing7 h1,
.pricing7 .h1,
.pricing7 h2,
.pricing7 .h2,
.pricing7 h3,
.pricing7 .h3,
.pricing7 h4,
.pricing7 .h4,
.pricing7 h5,
.pricing7 .h5,
.pricing7 h6,
.pricing7 .h6 {
  color: #3e4555;
}

.pricing7 .font-weight-medium {
  font-weight: 500;
}

.pricing7 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing7 h5,
.pricing7 .h5 {
  line-height: 22px;
  font-size: 18px;
}

.pricing7 .pricing-box sup {
  top: -20px;
  font-size: 16px;
}

.pricing7 .pricing-box .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pricing7 .text-info {
  color: #188ef4 !important;
}

.pricing7 .display-6 {
  font-size: 36px;
}

.pricing7 .display-5 {
  font-size: 3rem;
}

.pricing7 .btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing7 .btn-info-gradiant:hover {
  background: #316ce8;
  background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
  background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing7 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.pricing1 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.pricing1 h1,
.pricing1 .h1,
.pricing1 h2,
.pricing1 .h2,
.pricing1 h3,
.pricing1 .h3,
.pricing1 h4,
.pricing1 .h4,
.pricing1 h5,
.pricing1 .h5,
.pricing1 h6,
.pricing1 .h6 {
  color: #3e4555;
}

.pricing1 .font-weight-medium {
  font-weight: 500;
}

.pricing1 .bg-body-secondary {
  background-color: #f4f8fa !important;
}

.pricing1 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 14px;
}

.pricing1 .font-14 {
  font-size: 14px;
}

.pricing1 h5,
.pricing1 .h5 {
  line-height: 22px;
  font-size: 18px;
}

.pricing1 .card.card-shadow {
  -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
}

.pricing1 .on-hover {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.pricing1 .on-hover:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-font-smoothing: antialiased;
}

.pricing1 .btn-success-gradiant {
  background: #2cdd9b;
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.pricing1 .btn-success-gradiant:hover {
  background: #1dc8cc;
  background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
  background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.pricing1 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

.pricing1 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.pricing1 .btn-md {
  padding: 15px 30px;
  font-size: 16px;
}

.pricing1 .onoffswitch {
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.pricing1 .onoffswitch-label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.pricing1 .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.pricing1 .onoffswitch-inner::before,
.pricing1 .onoffswitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing1 .onoffswitch-inner::before {
  content: "";
  padding-right: 27px;
  background-color: #2cdd9b;
  color: #fff;
}

.pricing1 .onoffswitch-inner::after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999;
  text-align: right;
}

.pricing1 .onoffswitch-switch {
  width: 23px;
  margin: 6px;
  height: 23px;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.pricing1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.pricing1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}

.pricing1 .price-badge {
  top: -13px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
}

.pricing1 .badge-inverse {
  background-color: #3e4555;
}

.pricing1 .display-5 {
  font-size: 3rem;
  color: #263238;
}

.pricing1 .pricing sup {
  font-size: 18px;
  top: -20px;
}

.pricing1 .pricing .yearly {
  display: none;
}

.pricing4 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.pricing4 h1,
.pricing4 .h1,
.pricing4 h2,
.pricing4 .h2,
.pricing4 h3,
.pricing4 .h3,
.pricing4 h4,
.pricing4 .h4,
.pricing4 h5,
.pricing4 .h5,
.pricing4 h6,
.pricing4 .h6 {
  color: #3e4555;
}

.pricing4 .font-weight-medium {
  font-weight: 500;
}

.pricing4 .bg-body-secondary {
  background-color: #f4f8fa !important;
}

.pricing4 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing4 .font-14 {
  font-size: 14px;
}

.pricing4 .font-13 {
  font-size: 13px;
}

.pricing4 .card.card-shadow {
  -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
}

.pricing4 .text-success {
  color: #2cdd9b !important;
}

.pricing4 .price small,
.pricing4 .price .small {
  color: #8d97ad;
  font-size: 16px;
}

.pricing4 h5,
.pricing4 .h5 {
  line-height: 22px;
  font-size: 18px;
}

.pricing4 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

.pricing4 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.pricing4 .btn-md {
  padding: 10px 25px;
  font-size: 16px;
}

.pricing8 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.pricing8 h1,
.pricing8 .h1,
.pricing8 h2,
.pricing8 .h2,
.pricing8 h3,
.pricing8 .h3,
.pricing8 h4,
.pricing8 .h4,
.pricing8 h5,
.pricing8 .h5,
.pricing8 h6,
.pricing8 .h6 {
  color: #3e4555;
}

.pricing8 h5,
.pricing8 .h5 {
  line-height: 22px;
  font-size: 18px;
}

.pricing8 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing8 .display-5 {
  font-size: 3rem;
}

.pricing8 .font-14 {
  font-size: 14px;
}

.pricing8 .pricing-box sup {
  top: -20px;
  font-size: 16px;
}

.pricing8 .btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing8 .btn-info-gradiant:hover {
  background: #316ce8;
  background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
  background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing8 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

.pricing8 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.pricing-table-2 .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e5e9f2;
  border-radius: 0.2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(var(--bs-body-color-rgb), 0.025);
}

.pricing-table-3 {
  border-radius: 4px;
  padding: 3rem;
}

.pricing-table-3 .heading-2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.pricing-table-3 .price {
  margin: 0;
  padding: 0;
  display: block;
}

.pricing-table-3 .price sup {
  font-size: 24px;
  top: -1em;
}

.pricing-table-3 .price .number {
  font-size: 60px;
  font-weight: 600;
}

.pricing-table-3 .excerpt {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-table-3 .label2 {
  text-transform: uppercase;
}

.pricing-table-3 .pricing-text {
  padding: 0;
  margin: 0;
}

.pricing-table-3 .pricing-text li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-table-3 .pricing-text li:nth-child(odd) {
  background: rgba(var(--bs-body-color-rgb), 0.05);
}

.pricing-table-3 .btn-primary {
  font-style: 16px;
  font-weight: 600;
  width: 60%;
  margin: 0 auto;
}

.text-custom,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a,
.service-box .services-icon,
.price-features p i,
.faq-icon,
.social .social-icon:hover {
  color: #f6576e !important;
}

.bg-custom,
.btn-custom,
.timeline-page .timeline-item .date-label-left::after,
.timeline-page .timeline-item .duration-right::after,
.back-to-top:hover {
  background-color: #f6576e;
}

.btn-custom,
.custom-form .form-control:focus,
.social .social-icon:hover,
.registration-input-box:focus {
  border-color: #f6576e;
}

.service-box .services-icon,
.price-features p i {
  background-color: rgba(246, 87, 110, 0.1);
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  border-color: #e45267;
  background-color: #e45267;
}

.price-box {
  padding: 40px 50px;
}

.plan-price h1 span,
.plan-price .h1 span {
  font-size: 16px;
  color: #000;
}

.price-features p i {
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 20px;
}

.content {
  margin-top: 40px;
}

.plan-one {
  margin: 0 0 20px 0;
  width: 100%;
  position: relative;
}

.plan-card {
  background: #fff;
  margin-bottom: 30px;
  transition: 0.5s;
  border: 0;
  border-radius: 0.55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(var(--bs-body-color-rgb), 0.5);
}

.plan-one .pricing-header {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}

.plan-one .pricing-header .plan-title {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  font-size: 1.2rem;
  color: #fff;
  padding: 10px 0;
  font-weight: 600;
  background: #5a99ee;
  margin: 0;
}

.plan-one .pricing-header .plan-cost {
  color: #fff;
  background: #71a7f0;
  padding: 15px 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.plan-one .pricing-header .plan-save {
  color: #fff;
  background: #84b3f2;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 700;
}

.plan-one .pricing-header.green .plan-title {
  background: #47bcc7;
}

.plan-one .pricing-header.green .plan-cost {
  background: #5bc3cd;
}

.plan-one .pricing-header.green .plan-save {
  background: #6ac9d2;
}

.plan-one .pricing-header.orange .plan-title {
  background: #fc8165;
}

.plan-one .pricing-header.orange .plan-cost {
  background: #fd967e;
}

.plan-one .pricing-header.orange .plan-save {
  background: #fdaa97;
}

.plan-one .plan-features {
  border: 1px solid #e6ecf3;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}

.plan-one .plan-features li {
  padding: 10px 15px 10px 40px;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  border-bottom: 1px solid #e6ecf3;
  line-height: 100%;
}

.plan-one .plan-footer {
  border: 1px solid #e6ecf3;
  border-top: 0;
  background: #fff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 10px 0 30px 0;
}

@media (max-width: 767px) {
  .plan-one .pricing-header {
    text-align: center;
  }
  .plan-one .pricing-header i {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
}
.pricing-table {
  background-color: var(--bs-border-color);
  font-family: "Montserrat", sans-serif;
}

.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.pricing-table .block-heading h2,
.pricing-table .block-heading .h2 {
  color: #3b99e0;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7;
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}

.pricing-table .item {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(var(--bs-body-color-rgb), 0.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px;
}

.pricing-table .item button {
  font-weight: 600;
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px;
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
}

.pricing-table .features .feature {
  font-weight: 600;
}

.pricing-table .features h4,
.pricing-table .features .h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px;
}

.pricing-table .price h4,
.pricing-table .price .h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9;
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0;
}

rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}

.pricing-table-8 .card {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 0 0 rgba(var(--bs-body-color-rgb), 0.08);
  box-shadow: 0 3px 0 0 rgba(var(--bs-body-color-rgb), 0.08);
  transition: all 0.3s ease-in-out;
  padding: 2.25rem 0;
  position: relative;
  will-change: transform;
}

.pricing-table-8 .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #57e2b2;
  transition: 0.5s;
}

.pricing-table-8 .card .card-header {
  background-color: white;
  padding-left: 2rem;
  border-bottom: 0;
}

.pricing-table-8 .card .card-title {
  margin-bottom: 1rem;
}

.pricing-table-8 .card .card-block {
  padding-top: 0;
}

.pricing-table-8 .card .list-group-item {
  border: 0;
  padding: 0.25rem;
  color: #808080;
  font-weight: 300;
}

.pricing-table-8 .display-2 {
  font-size: 7rem;
  letter-spacing: -0.5rem;
}

.pricing-table-8 .display-2 .currency {
  font-size: 2.75rem;
  position: relative;
  font-weight: 400;
  top: -45px;
  letter-spacing: 0;
}

.pricing-table-8 .display-2 .period {
  font-size: 1rem;
  color: #b3b3b3;
  letter-spacing: 0;
}

.pricing-table-8 .btn-gradient {
  background-color: #f2f2f2;
  transition: background 0.3s ease-in-out;
}

.pricing-table-8 .btn-gradient:hover {
  color: white;
  background-color: #57e2b2;
}

section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062e6, #33aeff);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-body-color-rgb), 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-body-color-rgb), 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
.product-course-1 {
  padding: 3rem;
}
@media (max-width: 1200px) {
  .product-course-1 {
    padding: 1.5rem;
  }
}
@media (max-width: 992px) {
  .product-course-1 {
    padding: 1rem;
  }
}
@media (max-width: 500px) {
  .product-course-1 {
    padding: 0.5rem;
  }
}

/*
 * Style common for all sections
 */
body > section, body > footer, body > header {
  position: relative;
  /*
  &.overlay {
  	position: relative;


  	&:before {
  		z-index: 1;
  		position: absolute;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		top: 0;
  		content: "";
  		background: rgba(var(--bs-body-color-rgb), 0.4);
  	}
  }*/
}

body > section .background-container,
body > section .overlay,
body > footer .background-container,
body > footer .overlay,
body > header .background-container,
body > header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body > section .background-container img,
body > section .background-container video,
body > section .overlay img,
body > section .overlay video,
body > footer .background-container img,
body > footer .background-container video,
body > footer .overlay img,
body > footer .overlay video,
body > header .background-container img,
body > header .background-container video,
body > header .overlay img,
body > header .overlay video {
  width: auto;
  height: auto;
  max-width: initial;
  min-height: 100%;
  min-width: 100%;
}

body > section .background-container img, body > section .overlay img, body > footer .background-container img, body > footer .overlay img, body > header .background-container img, body > header .overlay img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body > section .overlay, body > footer .overlay, body > header .overlay {
  z-index: -1;
  background: var(--bs-black);
  opacity: 0.7;
}

body > section .separator, body > footer .separator, body > header .separator {
  z-index: 2;
  position: absolute;
  width: 100%;
  color: #fff;
  /*> svg, */
}

body > section .separator > img, body > footer .separator > img, body > header .separator > img {
  width: 100%;
  height: 100%;
}

body > section .separator.bottom, body > footer .separator.bottom, body > header .separator.bottom {
  bottom: 0;
}

body > section .separator.top, body > footer .separator.top, body > header .separator.top {
  top: 0;
}

.logo-sticky {
  display: none;
}

.logo-default-dark {
  display: none;
}

.logo-default-dark-sticky {
  display: none;
}

div.sticky .logo-sticky {
  display: unset;
}

div.sticky .logo-default {
  display: none;
}

div.sticky .logo-default-dark {
  display: none;
}

div.sticky .logo-default-dark-sticky {
  display: none;
}

div.sticky .logo-dark {
  display: none;
}

.navbar-dark .logo-default {
  display: none;
}

.navbar-dark .logo-default-dark {
  display: unset;
}

.navbar-light .logo-default {
  display: unset;
}

.navbar-light .logo-default-dark {
  display: none;
}

.fixed-top ~ .fixed-top {
  position: unset;
}

.showcase-1,
.showcase-2 {
  padding: 3rem 0;
}

.showcase-1 .container > .row,
.showcase-2 .container > .row {
  --bs-gutter-x: 5rem;
}

.showcase-1 .col-md-6,
.showcase-2 .col-md-6 {
  padding: 0 1.4rem;
}

.showcase-1 .col-md-6 > div,
.showcase-2 .col-md-6 > div {
  margin: auto;
  display: inline-block;
  text-align: left;
}

.showcase-1 .col-text > div i.la,
.showcase-1 .col-text > div i.lab,
.showcase-2 .col-text > div i.la,
.showcase-2 .col-text > div i.lab {
  padding: 0.5rem 1rem 0 0;
  font-size: 2rem;
  color: var(--bs-primary);
}

.showcase-1 .col-img,
.showcase-2 .col-img {
  text-align: center;
}

.showcase-1 .col-img .frame,
.showcase-2 .col-img .frame {
  width: 100%;
}

.showcase-1 .col-img video,
.showcase-2 .col-img video {
  width: 100%;
}

.showcase-1 img,
.showcase-2 img {
  margin: 0 auto;
  display: block;
}

.showcase-1 h3,
.showcase-1 .h3,
.showcase-2 h3,
.showcase-2 .h3 {
  margin-bottom: 2.1rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1px;
}

.showcase-1 a,
.showcase-2 a {
  text-decoration: none;
}

.showcase-1 p,
.showcase-2 p {
  font-size: 1.1rem;
  line-height: 2.1rem;
  font-weight: 400;
  margin-bottom: 1.4rem;
}

.showcase-12 {
  padding: 2rem 0;
}

.showcase-12 .font-container {
  margin-bottom: 0;
}

.showcase-12 .font-container .font-icon {
  color: var(--bs-primary);
  font-size: 4rem;
}

.showcase-12:nth-child(even) {
  background: rgba(var(--bs-body-color-rgb), 0.025);
}

.showcase-12 .col-img {
  text-align: center;
}

.showcase-12 img {
  max-height: 300px;
}

.showcase-12 h3,
.showcase-12 .h3 {
  margin-bottom: 0;
  color: var(--bs-blue);
  text-align: center;
  line-height: 2.1rem;
}

.showcase-12 h3 a,
.showcase-12 .h3 a {
  font-size: 1.4rem;
  color: var(--bs-dark);
  text-decoration: none;
}

.showcase-12 a {
  text-decoration: none;
}

.showcase-12 p {
  font-size: 1rem;
  color: #999;
  line-height: 2.1rem;
  padding: 1rem 2rem 0;
}

.showcase-3 {
  padding: 2rem 0;
}

.showcase-3 .feature {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  padding: 2rem 1rem;
  border-radius: 7px;
  margin: 0.5rem;
  margin-bottom: 1rem;
  background-color: var(--bs-body-bg);
}

.showcase-3 .feature .text {
  padding: 1rem 1rem 1rem 0;
}

.showcase-3 .font-container {
  margin-bottom: 1.5rem;
}

.showcase-3 .font-container .font-icon {
  background-color: var(--bs-primary);
  color: var(--bs-light);
  font-size: 4rem;
  padding: 1.4rem;
  border-radius: 70px;
}

.showcase-3 .col-img {
  text-align: center;
}

.showcase-3 img {
  max-height: 300px;
}

.showcase-3 h3,
.showcase-3 .h3 {
  margin-bottom: 0;
  color: var(--bs-dark);
  text-align: center;
  line-height: 1.8rem;
  padding: 0 0.5rem;
}

.showcase-3 h3 a,
.showcase-3 .h3 a {
  font-size: 1.2rem;
  color: var(--bs-body-color);
  text-decoration: none;
}

.showcase-3 a {
  text-decoration: none;
}

.showcase-3 p {
  font-size: 1rem;
  color: var(--bs-secondary);
  line-height: 1.9rem;
  padding: 0.5rem 1rem 0;
  margin: 0;
}

.showcase-4 {
  padding: 2rem 0;
}

.showcase-4 .feature {
  background-color: var(--bs-light);
  padding: 2rem 0;
  border-radius: 7px;
  margin: 0.2rem;
}

.showcase-4 .font-container {
  margin-bottom: 2.1rem;
}

.showcase-4 .font-container .font-icon {
  background-color: var(--bs-white);
  color: var(--bs-primary);
  font-size: 4rem;
  padding: 1rem;
  border-radius: 60px;
}

.showcase-4:nth-child(even) {
  background: rgba(var(--bs-body-color-rgb), 0.025);
}

.showcase-4 .col-img {
  text-align: center;
}

.showcase-4 img {
  max-height: 300px;
}

.showcase-4 h3,
.showcase-4 .h3 {
  margin-bottom: 0;
  color: var(--bs-dark);
  text-align: center;
  line-height: 1.8rem;
}

.showcase-4 h3 a,
.showcase-4 .h3 a {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--bs-dark);
  text-decoration: none;
}

.showcase-4 a {
  text-decoration: none;
  color: var(--bs-dark);
}

.showcase-4 a.more {
  font-size: 0.8rem;
  text-align: center;
}

.showcase-4 a.more:hover {
  color: var(--bs-primary);
}

.showcase-4 p {
  font-size: 1rem;
  color: var(--bs-gray);
  line-height: 1.8rem;
  text-align: center;
  padding: 1.5rem;
}

.showcase-5 {
  padding: 2rem 0;
}

.showcase-5 .feature {
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  padding: 1rem 0 0;
  border-radius: 7px;
}

.showcase-5 .font-container {
  margin-bottom: 0;
}

.showcase-5 .font-container .font-icon {
  color: var(--bs-primary);
  font-size: 4rem;
  padding: 1.4rem;
  border-radius: 60px;
}

.showcase-5 .col-img {
  text-align: center;
}

.showcase-5 img {
  max-height: 300px;
}

.showcase-5 h3,
.showcase-5 .h3 {
  margin-bottom: 0rem;
  color: var(--bs-dark);
  text-align: center;
  line-height: 1.8rem;
}

.showcase-5 h3 a,
.showcase-5 .h3 a {
  font-size: 1.4rem;
  color: var(--bs-dark);
  text-decoration: none;
}

.showcase-5 a {
  text-decoration: none;
  color: var(--bs-gray);
}

.showcase-5 a.more {
  margin-right: 2rem;
  text-align: right;
  font-size: 0.9rem;
}

.showcase-5 a.more:hover {
  color: var(--bs-primary);
}

.showcase-5 p {
  font-size: 0.9rem;
  color: var(--bs-gray);
  line-height: 1.4rem;
  padding: 2rem;
  text-align: center;
}

.showcase-6 {
  padding: 2rem 0;
}

.showcase-6 .feature {
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  padding: 1rem 0;
  border-radius: 7px;
  display: flex;
}

.showcase-6 .feature .text {
  padding: 1rem 1rem 1rem 0;
}

.showcase-6 .font-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.showcase-6 .font-container .font-icon {
  color: var(--bs-primary);
  font-size: 5rem;
  padding: 1.4rem;
  border-radius: 60px;
}

.showcase-6 h3,
.showcase-6 .h3 {
  margin-bottom: 1rem;
  color: var(--bs-dark);
  line-height: 1.8rem;
}

.showcase-6 h3 a,
.showcase-6 .h3 a {
  font-size: 1.4rem;
  color: var(--bs-dark);
  text-decoration: none;
}

.showcase-6 a {
  text-decoration: none;
  color: var(--bs-gray);
}

.showcase-6 a.more {
  font-size: 0.9rem;
}

.showcase-6 a.more i {
  color: var(--bs-primary);
}

.showcase-6 a.more:hover {
  color: var(--bs-primary);
}

.showcase-6 p {
  font-size: 0.9rem;
  color: var(--bs-gray);
  line-height: 1.7rem;
  margin-bottom: 1rem;
}

.showcase-7 {
  padding: 2rem 0;
}

.showcase-7 .feature {
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 7px;
  display: flex;
}

.showcase-7 .feature .text {
  padding: 1rem;
}

.showcase-7 .font-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  display: flex;
  background: var(--bs-light);
}

.showcase-7 .font-container .font-icon {
  color: var(--bs-primary);
  margin: auto;
  font-size: 5rem;
  padding: 1.4rem;
  border-radius: 60px;
}

.showcase-7 h3,
.showcase-7 .h3 {
  margin-bottom: 1rem;
  color: var(--bs-dark);
  line-height: 1.4rem;
}

.showcase-7 h3 a,
.showcase-7 .h3 a {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--bs-dark);
  text-decoration: none;
}

.showcase-7 a {
  text-decoration: none;
  color: var(--bs-gray);
}

.showcase-7 a.more {
  font-size: 0.9rem;
}

.showcase-7 a.more i {
  color: var(--bs-primary);
}

.showcase-7 a.more:hover {
  color: var(--bs-primary);
}

.showcase-7 p {
  font-size: 0.9rem;
  color: var(--bs-gray);
  line-height: 1.7rem;
  margin-bottom: 1rem;
}

.showcase-8 {
  padding: 2rem 0;
}

.showcase-8 .feature {
  -webkit-box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  box-shadow: 0 15px 30px 0 rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 7px;
  display: flex;
}

.showcase-8 .feature .text {
  padding: 2rem;
}

.showcase-8 .font-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  display: flex;
  background: var(--bs-light);
}

.showcase-8 .font-container .font-icon {
  color: var(--bs-primary);
  margin: auto;
  font-size: 7rem;
  padding: 1.4rem;
  border-radius: 60px;
}

.showcase-8 h3,
.showcase-8 .h3 {
  margin-bottom: 2rem;
  color: var(--bs-dark);
  line-height: 1.4rem;
}

.showcase-8 h3 a,
.showcase-8 .h3 a {
  font-size: 2.7rem;
  line-height: 3.5rem;
  color: var(--bs-dark);
  text-decoration: none;
}

.showcase-8 a {
  text-decoration: none;
  color: var(--bs-gray);
}

.showcase-8 a.more {
  font-size: 0.9rem;
  color: var(--bs-primary);
}

.showcase-8 a.more i {
  color: var(--bs-primary);
}

.showcase-8 a.more:hover {
  color: var(--bs-primary);
}

.showcase-8 p {
  font-size: 1rem;
  color: var(--bs-gray);
  line-height: 1.4rem;
  margin-bottom: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 24px;
}

.social-link:hover,
.social-link:focus {
  background: var(--bs-border-color);
  text-decoration: none;
  color: #555;
}

.team-2 .container {
  text-align: center;
  border-radius: 20px;
}

.team-2 .icon {
  position: relative;
  bottom: 11px;
}

.team-2 .profile {
  margin: 2rem 0;
}

.team-2 .profile img {
  padding: 1rem 3rem;
  max-width: 100%;
  border-radius: 50%;
}

.team-2 .card {
  border-radius: 15px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0 10px 20px rgba(var(--bs-body-color-rgb), 0.2);
}

.team-2 .card-body {
  position: relative;
  bottom: 35px;
}

.team-2 .btn {
  margin-top: 36px;
  margin-bottom: 45px;
  background-color: #ab47bc;
  border: none;
  color: #fff;
}

.team-2 .btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.team-2 .header {
  padding-top: 40px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 24px;
}

.social-link:hover,
.social-link:focus {
  background: var(--bs-border-color);
  text-decoration: none;
  color: #555;
}

.team2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.team2 h1,
.team2 .h1,
.team2 h2,
.team2 .h2,
.team2 h3,
.team2 .h3,
.team2 h4,
.team2 .h4,
.team2 h5,
.team2 .h5,
.team2 h6,
.team2 .h6 {
  color: #3e4555;
}

.team2 h5,
.team2 .h5 {
  line-height: 22px;
  font-size: 18px;
}

.team2 .font-weight-medium {
  font-weight: 500;
}

.team2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 13px;
}

.team2 .pro-pic {
  min-height: 200px;
}

.team2 .pro-pic .card-img-overlay {
  background: rgba(26, 139, 243, 0.87);
  display: none;
}

.team2 .pro-pic .card-img-overlay ul {
  top: 50%;
}

.team2 .pro-pic .card-img-overlay ul li a {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team2 .pro-pic .card-img-overlay ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0);
  transform: translate3d(0px, -5px, 0);
}

.team2 .pro-pic:hover .card-img-overlay {
  display: block;
}

.team3 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.team3 h1,
.team3 .h1,
.team3 h2,
.team3 .h2,
.team3 h3,
.team3 .h3,
.team3 h4,
.team3 .h4,
.team3 h5,
.team3 .h5,
.team3 h6,
.team3 .h6 {
  color: #3e4555;
}

.team3 .font-weight-medium {
  font-weight: 500;
}

.team3 .bg-body-secondary {
  background-color: #f4f8fa !important;
}

.team3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 13px;
}

.team3 ul {
  margin-top: 30px;
}

.team3 h5,
.team3 .h5 {
  line-height: 22px;
  font-size: 18px;
}

.team3 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team3 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0);
  transform: translate3d(0px, -5px, 0);
  color: #316ce8;
}

.team3 .title {
  margin: 30px 0 0 0;
}

.team3 .subtitle {
  margin: 0 0 20px 0;
  font-size: 13px;
}

.card.border-1 {
  border-color: rgba(var(--bs-body-color-rgb), 0.05);
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 24px;
}

.social-link:hover,
.social-link:focus {
  background: var(--bs-border-color);
  text-decoration: none;
  color: #555;
}

.testimonials-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 3rem;
}

.testimonials-1 h3,
.testimonials-1 .h3 {
  line-height: 22px;
  font-size: 18px;
}

.testimonials-1 .subtitle {
  line-height: 24px;
}

.testimonials-1 .testimonial {
  padding: 3rem 1.5rem;
  background-color: var(--bs-body-bg);
  box-shadow: 0 0.1rem 0.5rem rgba(var(--bs-body-color-rgb), 0.15);
}

.testimonials-1 .testimonial .bg {
  background-size: cover;
  padding: 150px 0;
}

.testimonials-2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.testimonials-2 h1,
.testimonials-2 .h1,
.testimonials-2 h2,
.testimonials-2 .h2,
.testimonials-2 h3,
.testimonials-2 .h3,
.testimonials-2 h4,
.testimonials-2 .h4,
.testimonials-2 h5,
.testimonials-2 .h5,
.testimonials-2 h6,
.testimonials-2 .h6 {
  color: #3e4555;
}

.testimonials-2 .font-weight-medium {
  font-weight: 500;
}

.testimonials-2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.testimonials-2 .testimonial .quote-bg {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  background: url(images/testimonial/up-quote.png) no-repeat top left, url(images/testimonial/down-quote.png) no-repeat bottom right;
}

.testimonials-2 .testimonial h3,
.testimonials-2 .testimonial .h3 {
  line-height: 40px;
  font-size: 24px;
}

.testimonials-2 .testimonial .user-thumb img {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .testimonials-2 .testimonial h3,
  .testimonials-2 .testimonial .h3 {
    line-height: 30px;
    font-size: 20px;
  }
}
.testimonials-2.bg-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.testimonials-3 {
  color: #8d97ad;
  font-weight: 300;
}

.testimonials-3 h1,
.testimonials-3 .h1,
.testimonials-3 h2,
.testimonials-3 .h2,
.testimonials-3 h3,
.testimonials-3 .h3,
.testimonials-3 h4,
.testimonials-3 .h4,
.testimonials-3 h5,
.testimonials-3 .h5,
.testimonials-3 h6,
.testimonials-3 .h6 {
  color: #3e4555;
}

.testimonials-3 .testimonial .card-body {
  padding: 40px;
}

.testimonials-3 .testimonial h6,
.testimonials-3 .testimonial .h6 {
  line-height: 26px;
}

.testimonials-3 .testimonial .thumb-img img {
  width: 60px;
}

.testimonials-3 .testimonial .user {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.testimonials-3 .card.card-shadow {
  -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
}

.testimonials-3 .text-success {
  color: #2cdd9b !important;
}

.testimonials-3 .text-muted {
  color: #8d97ad !important;
}

.testimonials-3 .owl-theme .owl-dots .owl-dot.active span,
.testimonials-3 .owl-theme .owl-dots .owl-dot:hover span {
  background: #316ce8;
}

.testimonials-5 .carousel {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.testimonials-5 .carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}

.testimonials-5 .carousel .item a {
  color: #eb7245;
}

.testimonials-5 .carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}

.testimonials-5 .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.testimonials-5 .carousel .testimonial {
  padding: 30px 0 10px;
}

.testimonials-5 .testimonial {
  color: #000;
  font: Times Roman;
}

.testimonials-5 .carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}

.testimonials-5 .carousel .overview b {
  color: var(--bs-body-color);
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}

.testimonials-5 .carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}

.testimonials-5 .carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px;
}

.testimonials-5 .carousel-control i {
  font-size: 20px;
  margin-right: 2px;
}

.testimonials-5 .carousel-control.left {
  left: auto;
  right: 40px;
}

.testimonials-5 .carousel-control.right i {
  margin-right: -2px;
}

.testimonials-5 .carousel .carousel-indicators {
  bottom: 15px;
}

.testimonials-5 .carousel-indicators li,
.testimonials-5 .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}

.testimonials-5 .carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent;
}

.testimonials-5 .carousel-indicators li.active {
  border: none;
  background: #888;
}

.gallery {
  column-count: 4;
  column-gap: 20px;
}

.gallery.flex {
  display: flex;
  flex-wrap: wrap;
}

.gallery.flex .item {
  flex: 1 0 21%;
}

.gallery.has-shadow .item img {
  box-shadow: 2px 2px 4px 0 #ccc;
}

.gallery.masonry {
  margin: 0;
  padding: 0;
}

.gallery .item {
  margin-bottom: 20px;
  width: 100%;
  transition: 1s ease all;
  box-sizing: border-box;
}

.gallery .item a {
  display: block;
}

.gallery .item img {
  max-width: 100%;
}

@media only screen and (max-width: 320px) {
  .gallery .masonry {
    column-count: 1;
  }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .gallery .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .gallery .masonry {
    column-count: 3;
  }
}
@media only screen and (min-width: 1201px) {
  .gallery .masonry {
    column-count: 4;
  }
}
blockquote {
  font-style: italic;
  padding-bottom: 3px;
  padding-right: 20px;
  padding-left: 20px;
  letter-spacing: 0.01rem;
  border-left: 4px solid #f1f3f7;
  margin: 0rem;
}

blockquote p:before, blockquote p:after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-style: normal;
}

blockquote p:before {
  content: "\f10d";
}

blockquote p:after {
  content: " \f10e";
}

blockquote i {
  font-size: 2rem;
  color: var(--bs-gray);
}

.inner-page-hero {
  position: relative;
  max-height: 150px;
  height: 120px;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
}

.inner-page-hero .title-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 1;
}

.inner-page-hero .title-container h1,
.inner-page-hero .title-container .h1 {
  width: 100%;
  z-index: 1;
  margin: 0;
  font-weight: normal;
}

.inner-page-hero .breadcrumb {
  margin: 0;
}

.inner-page-hero img {
  width: 100%;
  top: -30vw;
  position: absolute;
}

.sidebar-sticky .card {
  border: none;
}

.sidebar-sticky .card-header {
  margin-bottom: 0rem;
  background: transparent;
  border: none;
  font-size: 1.2rem;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 2.5rem;
}

.sidebar-sticky .card .card-body {
  padding: 0rem 1rem 1rem;
}

.categories-widget ul,
.archives-widget ul {
  list-style: none;
  column-count: 2;
  padding-left: 0;
}

.archives-widget ul {
  column-count: 2;
}

ul.tags {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tags li {
  display: inline-block;
}

ul.tags a {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.035);
  background-color: rgba(var(--bs-body-color-rgb), 0.025);
  padding: 0.1rem 0.3rem;
  margin: 0.1rem;
  display: inline-block;
  border-radius: 2px;
  font-size: 90%;
}

.img-fluid {
  border-radius: 4px;
}

.author-avatar {
  position: absolute;
  left: -90px;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-avatar:empty,
.author-avatar .empty {
  width: 80px;
  height: 80px;
  background: rgba(var(--bs-secondary-bg-rgb), 0.5);
}

.review-list,
.question-list {
  margin-left: 5.5rem;
}

.comment,
.review,
.question {
  position: relative;
}

.comment.level-1,
.review.level-1,
.question.level-1 {
  margin-left: 1rem;
}

.comment.level-2,
.review.level-2,
.question.level-2 {
  margin-left: 2rem;
}

.comment.level-3,
.review.level-3,
.question.level-3 {
  margin-left: 3rem;
}

.review-list .user-image {
  display: inline-block;
  max-width: 80px;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.site-header {
  display: flex;
  flex-direction: column;
  position: relative;
}

.site-header .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
}

.site-header .background img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.site-header .background:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: var(--bs-body-bg);
  opacity: 0.7;
  z-index: 5;
}

.site-header .title-container {
  position: relative;
  margin-top: auto;
  z-index: 100;
}

.single-course-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  overflow: hidden;
}

.single-course-wrapper .product-course-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-course-wrapper .product-course-image img {
  width: 100%;
  transition-duration: 500ms;
}

.single-course-wrapper .product-course-content {
  position: relative;
  z-index: 1;
  padding-top: 0.5rem;
}

.single-course-wrapper .product-course-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  text-decoration: line-through;
}

.single-course-wrapper .product-course-content .hover-content {
  position: absolute;
  width: calc(100% - 40px);
  top: -70px;
  left: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition-duration: 500ms;
}

.single-course-wrapper .product-course-content .hover-content .btn-primary {
  width: 100%;
}

.single-course-wrapper .favme {
  cursor: pointer;
}

.single-course-wrapper .favme.is_animating {
  animation: favme-anime 0.5s;
}

.single-course-wrapper:hover .product-course-image .hover-img {
  opacity: 1;
  visibility: visible;
}

.single-course-wrapper:hover .product-course-image .product-course-favourite a,
.single-course-wrapper:hover .product-course-image .product-course-compare a {
  opacity: 1;
  visibility: visible;
}

.single-course-wrapper:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.add-to-cart-btn {
  background: var(--bs-primary);
}

/* price slider */
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
  justify-content: space-between;
}

.price-input label {
  display: flex;
  align-items: center;
}

.price-input label span {
  margin: 0 1rem;
}

.price-input label input[type=number] {
  width: 100%;
  -moz-appearance: textfield;
}

.price-input label input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.price-input label input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--bs-primary);
}

.range-input {
  position: relative;
}

.range-input input[type=range] {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input[type=range]:focus {
  outline: 0;
}

.range-input input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.range-input input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.range-input input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--bs-primary);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(var(--bs-body-color-rgb), 0.05);
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .range-input input[type=range]::-webkit-slider-thumb {
    transition: none;
  }
}
.range-input input[type=range]::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.range-input input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--bs-primary);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(var(--bs-body-color-rgb), 0.05);
}

.range-input input[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
}

.range-input input[type=range]::-moz-range-track {
  cursor: pointer;
}

input.form-control[type=number] {
  width: 80px;
}

.carousel-control-next-icon {
  background-color: rgba(var(--bs-body-color-rgb), 0.15);
  background-size: 70%;
}

.carousel-control-prev-icon {
  background-color: rgba(var(--bs-body-color-rgb), 0.15);
  background-size: 70%;
}

.product-course {
  margin-bottom: 10px;
  margin-top: 10px;
  /*padding-bottom:10px;*/
}

.product-course .nav-tabs .nav-link {
  border: none;
  color: #6c757d;
}

.product-course .nav-tabs .nav-link.active {
  border: none;
  color: var(--bs-link-color);
  border-bottom: 2px solid var(--bs-link-color);
}

.course_sale {
  background: var(--bs-body-color);
  background-color: rgba(var(--bs-body-color-rgb), 0.8);
  color: #fff;
  background: transparent;
  color: var(--bs-body-color);
  border: 1px solid var(--bs-body-color);
  font-size: 11px;
  font-weight: 400;
  margin-left: 25px;
  margin-top: 30px;
  padding: 0px 5px;
  position: absolute;
  line-height: 17px;
  text-transform: uppercase;
  z-index: 1;
  left: 0px;
}

.course_sale:nth-child(2) {
  right: 15px;
  left: auto;
}

.course_sale:nth-child(3) {
  top: 45px;
}

.course_sale.popular {
  background: #0fabf3;
  background: rgba(15, 171, 243, 0.6);
  background: transparent;
  color: #0fabf3;
  border: 1px solid #0fabf3;
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0px 5px 0px;
}

.course_sale.new {
  background: #5bb300;
  background: transparent;
  color: #5bb300;
  border: 1px solid #5bb300;
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 700;
}

.course_sale.left {
  background: rgba(217, 83, 79, 0.7);
  border: none;
  color: #fff;
  font-weight: 400;
  margin-left: 0;
  margin-right: -75px;
  margin-top: 40px;
  max-width: 250px;
  font-size: 11px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
  width: 200px;
  left: auto;
}

/*.course:hover
{
   border:1px solid rgba(42, 127, 211, 0.2);
   box-shadow:0 0 15px -8px var(--bs-body-color);
}*/
.course .name {
  text-align: center;
  max-height: 20px;
  overflow: hidden;
  margin-top: 5px;
}

.course .name a {
  font-weight: normal;
  color: var(--bs-body-color);
  font-family: Lato, "Open Sans", Arial, Lato;
  font-size: 12px;
  text-transform: uppercase;
}

.course .name a:hover {
  color: #369;
  text-decoration: none;
}

.course .image.hover_img .additional_image {
  display: none;
}

.course .image.hover_img:hover .thumb {
  display: none;
}

.course .image.hover_img:hover .additional_image {
  display: inline-block;
}

.course .image.hover_img > a {
  display: block;
}

.course .rating {
  display: none;
  color: #aaa;
}

#course .rating, #course .rating a {
  color: #999;
}

#course .rating p .review_link {
  margin-left: 10px;
}

#course .rating .fa-stack {
  color: #ccc;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}

#course .form-group {
  margin-bottom: 0px;
}

#course .radio {
  display: inline-block;
  text-align: center;
  margin-right: 0.3rem;
  overflow: hidden;
  padding-left: 0;
}

#course .radio label > div,
#course .radio label > span {
  /*    border: 2px solid var(--bs-border-color);*/
  box-shadow: 0 0 0px 1px rgba(var(--bs-body-color-rgb), 0.05) inset;
  border: 1px solid var(--bs-border-color);
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 0.3rem 0.7rem;
  text-align: center;
  border-radius: 5px;
  min-width: 25px;
  cursor: pointer;
  vertical-align: middle;
  border-color: var(--bs-border-color);
  background: var(--bs-body-bg);
}

#course .image .radio label > div,
#course .image .radio label > span {
  font-size: 13px;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  padding: 0.3rem 0.7rem;
  border-color: var(--bs-border-color);
  background: var(--bs-body-bg);
  box-shadow: none;
  cursor: pointer;
}

#course .radio label input:checked + div,
#course .radio label input:checked + span {
  border-color: var(--bs-primary);
  box-shadow: 0 0 1px 1px var(--bs-primary) inset;
  /*  border-color: rgba(51, 122, 183, 0.7);
  border-color: transparent;
  box-shadow: 0px 0px 1px 1px rgba(51, 122, 183, 0.7) inset;*/
}

#course .image .radio label input:checked + img {
  background: rgba(var(--bs-primary-rgb), 0.15);
  outline-color: var(--bs-primary);
  color: var(--bs-primary);
  outline: 2px solid;
  padding: 2px;
}

#course .radio input {
  position: absolute;
  z-index: -1;
}

#course .radio img {
  max-height: 20px;
  margin: 0px auto;
  border-radius: 3px;
  cursor: pointer;
}

.course .actions {
  min-height: 50px;
}

.course > div.image {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.course > div.image img {
  width: 100%;
}

.course .actions button.btn {
  margin: 5px auto;
  padding: 5px 15px;
}

.course > div > div.hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(var(--bs-body-bg-rgb), 0.5);
  -webkit-transition: opacity 1s;
  /* For Safari 3.1 to 6.0 */
  transition: opacity 1s;
  opacity: 0;
  text-align: center;
}

.course:hover > div > div.hover {
  opacity: 1;
}

.course > div > div.hover > div {
  display: table;
  width: 100%;
  height: 100%;
}

.course > div > div.hover > div > a {
  display: table-cell;
  vertical-align: middle;
  outline: none;
}

.course > div > div.hover > div > a > span {
  display: inline-block;
  background: #000;
  background: rgba(var(--bs-body-bg-rgb), 0.9);
  color: var(--bs-body-color);
  padding: 3px 8px;
  font-size: 12px;
  cursor: pointer;
  line-height: 20px;
}

.course > div > div.hover > div > a > span:first-child {
  margin-right: 5px;
}

.course-list .course .actions {
  min-height: 0px;
}

.course .course-name {
  font-weight: 600;
  font-size: 2.1rem;
  margin: 0;
}

.course .course-price {
  font-size: 1.3rem;
  font-weight: 600;
}

.course .price {
  text-align: center;
  margin: 0px;
}

.course .price p {
  margin: 0px;
}

.course .price .price-old {
  font-weight: normal;
  text-decoration: line-through;
  font-size: 12px;
  color: var(--bs-secondary);
  margin: 0px 5px;
}

.course .price .price-new {
  font-weight: normal;
  font-size: 12px;
  color: #555;
}

.course .addcart a:hover {
  text-decoration: none;
  color: #fff;
  background: #aaa;
}

div.zoom {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  border-radius: 0.5rem;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
  width: 100%;
}

div.zoom img:hover {
  opacity: 0;
}

div.zoom img {
  display: block;
  transition: opacity 0.5s;
  width: 100%;
  background-color: var(--bs-body-bg);
}

.carousel-thumbs {
  margin-top: 1rem;
}

.carousel-thumbs button[data-bs-target] {
  padding: 0;
  border: none;
  width: 80px;
  box-sizing: content-box;
  flex: 0 1 auto;
  margin-right: 0.5rem;
}

.nav-scroll {
  --bs-nav-link-padding-y: 1rem;
  --bs-nav-link-padding-x: 1rem;
}

@media (min-width: 768px) {
  .nav-scroll {
    top: 120px;
  }
}
.nav-scroll.nav-tabs {
  z-index: 3;
}

.nav-scroll.nav-tabs:after {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(180deg, rgba(var(--bs-body-color-rgb), 0.05) 0%, rgba(var(--bs-body-color-rgb), 0.02) 20%, rgba(var(--bs-body-bg-rgb), 0) 80%);
  width: 100%;
  height: 1.5rem;
  left: 0;
  bottom: -1.5rem;
}

.nav-scroll.tab-content > .tab-pane {
  display: block;
  clear: both;
}

.nav-scroll.tab-content > .tab-pane h4,
.nav-scroll.tab-content > .tab-pane .h4 {
  margin: 2rem 0 1rem;
}

h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6 {
  word-break: break-word;
}

.align-left {
  float: left;
  margin-bottom: 25px;
  max-width: 50%;
  margin: 0.5em 1em 0.5em 0;
}

.align-right {
  float: right;
  margin-bottom: 25px;
  max-width: 50%;
  margin: 0.5em 0 0.5em 1em;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

img.align-center {
  display: block;
}

figure.align-center {
  display: table;
}

#cart-container .cart-right-column > .card {
  position: sticky;
  top: 100px;
}

.cart-table th {
  /*color:$gray-600;*/
  font-size: 85%;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}

.cart-table td strong {
  /*color:$gray-600;*/
  font-size: 85%;
}

.cart-table tr:last-child td {
  border-width: 0;
}

.cart-table .price {
  font-size: 85%;
  color: rgba(var(--bs-body-color-rgb), 0.85);
}

.cart-table .option,
.cart-table .subscription {
  margin-top: 0.5rem;
  font-size: 80%;
  color: var(--bs-secondary);
}

.mini-cart .cart-table {
  font-size: 14px;
}

.btn-remove {
  color: var(--bs-secondary-color);
}

.btn-remove i {
  color: var(--bs-danger-border-subtle);
}

.btn-remove:hover {
  color: var(--bs-danger);
}

.btn-remove:hover i {
  visibility: visible;
  color: var(--bs-danger);
}

.quantity {
  font-size: 85%;
  display: inline-block;
}

.quantity .input-group {
  border: 1px solid var(--bs-border-color);
  border: 1px solid var(--bs-light-border-subtle);
  border-radius: 4px;
}

.quantity .input-group input.form-control[type=number] {
  width: 2rem;
  border: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  box-shadow: none;
}

.quantity .input-group input.form-control[type=number]:focus {
  outline: none;
}

.quantity .input-group input.form-control[type=number]::-webkit-inner-spin-button,
.quantity .input-group input.form-control[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.quantity .input-group .btn {
  border: none;
  background: var(--bs-body-bg-color);
  font-weight: bold;
}

.quantity .input-group .btn:hover {
  background: var(--bs-light-bg-subtle);
  color: var(--bs-link-color);
}

.quantity .input-group .btn i {
  vertical-align: middle;
  line-height: var(--bs-btn-line-height);
}

.quantity .input-group .btn.btn-sm i,
.quantity .input-group .btn-group-sm > .btn i {
  line-height: 2;
}

.cart-total td {
  font-weight: 500;
}

.cart-box > .table-responsive,
.checkout-page [data-v-component-cart] > .table-responsive {
  max-height: 250px;
}

:root,
[data-bs-theme=light] {
  --light-bg-rgb: 244, 245, 248;
}

[data-bs-theme=dark] {
  --light-bg-rgb: 44, 45, 48;
}

/*# sourceMappingURL=default-home.css.map */
