/* -------------------------------------------------------
    Theme Name: beezo - The Multipurpose HTML5 Template
    Theme URL: https://beezohtml.beezo.com/
    Description: Elevate your online presence with beezo - a modern, versatile, multipurpose Bootstrap 5 responsive HTML5, SCSS template using highly creative 52+ ready demos.
    Author: beezo - https://www.beezo.com/
    Author ThemeForest URL: https://themeforest.net/user/beezo
    Copyright(c) 2024 beezo.com
    Version: 2.0
------------------------------------------------------- */


/*
Table of contents
    01. Google font
    02. CSS color variable
    03. Reset0
    04. Typography
    05. General
    06. Background and border
    07. Width
    08. Height
    09. Loop
    10. Header
    11. Page title
    12. Layout
    13. Elements
    14. Blog
    15. Portfolio
    16. Shop
    17. Footer
*/


/* ===================================
    01. Google font
====================================== */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
    --alt-font: "Plus Jakarta Sans", sans-serif;
    --primary-font: "Inter", sans-serif;
}


/* ===================================
    02. CSS color variable
====================================== */

:root {
    --base-color: #2946f3;
    --white: #ffffff;
    --black: #000000;
    --red: #dc3131;
    --light-red: #feedec;
    --green: #2ebb79;
    --crusoe-green: #d39121;
    --yellow: #ffea23;
    --dark-gray: #232323;
    --medium-gray: #717580;
    --extra-medium-gray: #e4e4e4;
    --light-gray: #a8a8a8;
    --very-light-gray: #f7f7f7;
    --light-medium-gray: #eaeaeb;
    --charcoal-blue: #202329;
    --slate-blue: #262b35;
    --medium-slate-blue: #374162;
    --extra-medium-slate-blue: #23262d;
    --dark-slate-blue: #1f232c;
    --extra-dark-slate-blue: #121418;
    --extra-very-slate-blue: #161620;
    --tussock-yellow: #BC8947;
    --aluminium-grey: #80858F;
    --solitude-blue: #f0f4fd;
    --golden-yellow: #fd961e;
    --selago: #eaedff;
    --white-ice: #d8f5ef;
    --cornflower-blue: #445fed;
    --jade: #00AF6B;
    --orange: #ef991f;
    --majorelle-blue: #724ade;
    --light-majorelle-blue: #f2edfe;
    --spring-wood: #f9f6f3;
    --tropical-blue: #1ea3b1;
    --camarone: #20642b;
    --seal-brown: #0e0708;
    --Wasabi: #8ea63a;
}


/* ===================================
    03. Reset
====================================== */

.alt-font {
    font-family: var(--alt-font);
}

.primary-font {
    font-family: var(--primary-font) !important;
}

html {
    font-size: 16px;
}

body {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--medium-gray);
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}

section {
    padding-top: 110px;
    padding-bottom: 110px;
}

section.half-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

section.big-section {
    padding-top: 130px;
    padding-bottom: 130px;
}

section.extra-big-section {
    padding-top: 160px;
    padding-bottom: 160px;
}

img {
    max-width: 100%;
    height: auto;
}

ul li {
    list-style: none;
}

a {
    color: var(--medium-gray);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    color: var(--base-color);
    text-decoration: none;
}

p {
    margin-bottom: 25px;
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}

video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

:focus-visible {
    outline: none;
}

[class*=line-icon],
[class*=" line-icon"],
[class*=bi-],
[class*=feather],
[class*=ti-] {
    display: inline-block;
}

.form-control,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-position: right 20px center !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.g-recaptcha.is-invalid iframe {
    border: 1px solid #dc3545 !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0;
}

.row.g-0>* {
    padding-right: 0;
    padding-left: 0;
}

.row.gutter-very-small {
    margin-left: -5px;
    margin-right: -5px;
}

.row.gutter-very-small>* {
    padding-right: 5px;
    padding-left: 5px;
}

.row.gutter-small {
    margin-left: -10px;
    margin-right: -10px;
}

.row.gutter-small>* {
    padding-right: 10px;
    padding-left: 10px;
}


/* ===================================
    04. Typography
====================================== */


/* Heading */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    font-weight: inherit;
}

h1,
.h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}

h2,
.h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
}

h3,
.h3 {
    font-size: 2.813rem;
    line-height: 3.125rem;
}

h4 {
    font-size: 2.375rem;
    line-height: 2.7rem;
}

h5 {
    font-size: 2rem;
    line-height: 2.2rem;
}

h6 {
    font-size: 1.75rem;
    line-height: 1.95rem;
}


/* Font custom */

.font-style-italic {
    font-style: italic;
}

.hover-text {
    display: none;
}

b,
strong {
    font-weight: 700;
}

.text-white-space-nowrap {
    white-space: nowrap;
}

.text-white-space-normal {
    white-space: normal;
}

.text-transform-none {
    text-transform: none !important;
}

.text-uppercase-inherit {
    text-transform: inherit !important;
}

.word-break-normal {
    word-break: normal;
}

.vertical-align-top {
    vertical-align: top;
}


/* Font size */

.fs-0 {
    font-size: 0;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
    line-height: 32px;
}

.fs-26 {
    font-size: 26px;
    line-height: 38px;
}

.fs-28 {
    font-size: 1.75rem;
    line-height: 2.6rem;
}

.fs-30 {
    font-size: 1.875rem;
    line-height: 2.8rem;
}

.fs-32 {
    font-size: 2rem;
    line-height: 2.5rem;
}

.fs-40 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.fs-45 {
    font-size: 2.813rem;
    line-height: 3rem;
}

.fs-50 {
    font-size: 3.125rem;
    line-height: 3.25rem;
}

.fs-55 {
    font-size: 3.438rem;
    line-height: 3.5rem;
}

.fs-60 {
    font-size: 3.75rem;
    line-height: 3.75rem;
}

.fs-65 {
    font-size: 4.063rem;
    line-height: 4.688rem;
}

.fs-70 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}

.fs-75 {
    font-size: 4.668rem;
    line-height: 4.668rem;
}

.fs-80 {
    font-size: 5rem;
    line-height: 5rem;
}

.fs-85 {
    font-size: 5.313rem;
    line-height: 5.313rem;
}

.fs-90 {
    font-size: 5.625rem;
    line-height: 5.625rem;
}

.fs-95 {
    font-size: 5.938rem;
    line-height: 5.938rem;
}

.fs-100 {
    font-size: 6.25rem;
    line-height: 6.25rem;
}

.fs-110 {
    font-size: 6.875rem;
    line-height: 6.875rem;
}

.fs-120 {
    font-size: 7.5rem;
    line-height: 7.5rem;
}

.fs-130 {
    font-size: 8.125rem;
    line-height: 8.125rem;
}

.fs-140 {
    font-size: 8.75rem;
    line-height: 8.75rem;
}

.fs-150 {
    font-size: 9.375rem;
    line-height: 9.375rem;
}

.fs-160 {
    font-size: 10rem;
    line-height: 10rem;
}

.fs-170 {
    font-size: 10.625rem;
    line-height: 10.625rem;
}

.fs-180 {
    font-size: 11.25rem;
    line-height: 11.25rem;
}

.fs-190 {
    font-size: 11.875rem;
    line-height: 11.875rem;
}

.fs-200 {
    font-size: 12.5rem;
    line-height: 12.5rem;
}

.fs-225 {
    font-size: 14.063rem;
    line-height: 14.063rem;
}

.fs-250 {
    font-size: 15.625rem;
    line-height: 15.625rem;
}

.fs-275 {
    font-size: 17.188rem;
    line-height: 17.188rem;
}

.fs-300 {
    font-size: 18.75rem;
    line-height: 18.75rem;
}

.fs-350 {
    font-size: 21.875rem;
    line-height: 21.875rem;
}

.fs-400 {
    font-size: 25rem;
    line-height: 25rem;
}


/* Line height */

.lh-0px {
    line-height: 0px;
}

.lh-10 {
    line-height: 10px;
}

.lh-11 {
    line-height: 11px;
}

.lh-12 {
    line-height: 12px;
}

.lh-13 {
    line-height: 13px;
}

.lh-14 {
    line-height: 14px;
}

.lh-15 {
    line-height: 15px;
}

.lh-16 {
    line-height: 16px;
}

.lh-18 {
    line-height: 18px;
}

.lh-19 {
    line-height: 19px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-24 {
    line-height: 24px;
}

.lh-26 {
    line-height: 26px;
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.lh-32 {
    line-height: 2rem;
}

.lh-34 {
    line-height: 2.125rem;
}

.lh-36 {
    line-height: 2.25rem;
}

.lh-38 {
    line-height: 2.375rem;
}

.lh-40 {
    line-height: 2.5rem;
}

.lh-42 {
    line-height: 2.625rem;
}

.lh-44 {
    line-height: 2.75rem;
}

.lh-46 {
    line-height: 2.875rem;
}

.lh-48 {
    line-height: 3rem;
}

.lh-50 {
    line-height: 3.125rem;
}

.lh-55 {
    line-height: 3.438rem;
}

.lh-60 {
    line-height: 3.75rem;
}

.lh-65 {
    line-height: 4.063rem;
}

.lh-70 {
    line-height: 4.375rem;
}

.lh-75 {
    line-height: 4.688rem;
}

.lh-80 {
    line-height: 5rem;
}

.lh-85 {
    line-height: 5.313rem;
}

.lh-90 {
    line-height: 5.625rem;
}

.lh-95 {
    line-height: 5.938rem;
}

.lh-100 {
    line-height: 6.25rem;
}

.lh-105 {
    line-height: 6.563rem;
}

.lh-110 {
    line-height: 6.875rem;
}

.lh-115 {
    line-height: 7.188rem;
}

.lh-120 {
    line-height: 7.5rem;
}

.lh-0 {
    line-height: 0;
}

.lh-normal {
    line-height: normal;
}

.lh-initial {
    line-height: initial;
}

.lh-inherit {
    line-height: inherit;
}


/* Text color */

.text-white,
.btn-link.text-white,
a.text-white-hover:hover {
    color: var(--white);
}

.text-base-color-hover:hover {
    color: var(--base-color) !important;
}

.text-base-color,
.btn-link.text-base-color {
    color: var(--base-color);
}

.text-black,
.btn-link.text-black,
a.text-black-hover:hover {
    color: var(--black);
}

.text-dark-gray,
.btn-link.text-dark-gray,
a.text-dark-gray-hover:hover {
    color: var(--dark-gray);
}

.text-medium-gray,
.btn-link.text-medium-gray,
a.text-medium-gray-hover:hover {
    color: var(--medium-gray);
}

.text-extra-medium-gray,
.btn-link.text-extra-medium-gray,
a.text-extra-medium-gray-hover:hover {
    color: var(--extra-medium-gray);
}

.text-light-medium-gray,
.btn-link.text-light-medium-gray,
a.text-light-medium-gray:hover {
    color: var(--light-medium-gray);
}

.text-light-gray,
.btn-link.text-light-gray,
a.text-light-gray-hover:hover {
    color: var(--light-gray);
}

.text-very-light-gray,
.btn-link.text-very-light-gray,
a.text-very-light-gray-hover:hover {
    color: var(--very-light-gray);
}

.text-red,
.btn-link.text-red,
a.text-red-hover:hover {
    color: var(--red);
}

.text-green,
.btn-link.text-green,
a.text-green-hover:hover {
    color: var(--green);
}

.text-yellow,
.btn-link.text-yellow,
a.text-yellow-hover:hover {
    color: var(--yellow);
}

.text-golden-yellow,
.btn-link.text-golden-yellow,
a.text-golden-yellow-hover:hover {
    color: var(--golden-yellow);
}

.text-tussock-yellow,
.btn-link.text-tussock-yellow,
a.text-tussock-yellow-hover:hover {
    color: var(--tussock-yellow);
}

.text-cornflower-blue,
.btn-link.text-cornflower-blue,
a.text-cornflower-blue-hover:hover {
    color: var(--cornflower-blue);
}

.text-jade,
.btn-link.text-jade,
a.text-jade-hover:hover {
    color: var(--jade);
}

.text-majorelle-blue {
    color: var(--majorelle-blue);
}

.text-orange {
    color: var(--orange);
}

.text-crusoe-green {
    color: var(--crusoe-green);
}

.text-tropical-blue {
    color: var(--tropical-blue);
}

.text-camarone {
    color: var(--camarone);
}

.text-seal-brown {
    color: var(--seal-brown);
}

.text-Wasabi {
    color: var(--Wasabi);
}


/* Text gradient color */

.text-gradient-blue-magenta-orange,
.text-gradient-light-gray-white,
.text-gradient-light-purple-light-orange,
.text-gradient-sky-blue-pink,
.text-gradient-light-blue-light-turquoise,
.text-gradient-fast-blue-purple-light-orange,
.text-gradient-light-pink-light-purple,
.text-gradient-fast-blue-purple,
.text-gradient-pink-orange,
.text-gradient-fast-pink-light-yellow,
.text-gradient-purple-pink,
.text-gradient-light-pink-light-orange {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-light-pink-light-orange {
    background-image: linear-gradient(to right, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
}

.text-gradient-purple-pink {
    background-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
}

.text-gradient-fast-pink-light-yellow {
    background-image: linear-gradient(to right, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
}

.text-gradient-pink-orange {
    background-image: linear-gradient(to right, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
}

.text-gradient-fast-blue-purple {
    background-image: linear-gradient(to right, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
}

.text-gradient-light-pink-light-purple {
    background-image: linear-gradient(to right, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
}

.text-gradient-fast-blue-purple-light-orange {
    background-image: linear-gradient(to right top, #183fb9, #4f41df, #ae2eb9, #ef3f59, #e9522d);
}

.text-gradient-light-blue-light-turquoise {
    background-image: linear-gradient(to right, #18cdbb, #22d2ae, #3cd69d, #57da89, #73dc73);
}

.text-gradient-sky-blue-pink {
    background-image: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
}

.text-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
}

.text-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #efefef, #efefef, #f7f7f7, #fdfdfc, #ffffff);
}

.text-gradient-blue-magenta-orange {
    background-image: linear-gradient(to right, #002fff, #ab00ff, #ff137d, #ff562f, #ee8502);
}


/* Text shadow */

.text-shadow-large {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}

.text-shadow-extra-large {
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}

.text-shadow-double-large {
    text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}


/* Text bottom line */

.text-decoration-line-bottom {
    border-bottom: 1px solid;
}

.text-decoration-line-bottom-medium {
    border-bottom: 2px solid;
}

.text-decoration-line-bottom-thick {
    border-bottom: 3px solid;
}

.text-decoration-line-through {
    text-decoration: line-through;
}


/* Text outline*/

.text-outline {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
}


/* Text stroke width */

.text-outline-width-1px {
    -webkit-text-stroke-width: 1px;
}

.text-outline-width-2px {
    -webkit-text-stroke-width: 2px;
}

.text-outline-width-3px {
    -webkit-text-stroke-width: 3px;
}

.text-outline-width-4px {
    -webkit-text-stroke-width: 4px;
}

.text-outline-width-5px {
    -webkit-text-stroke-width: 5px;
}


/* Text stroke color */

.text-outline-color-black {
    -webkit-text-stroke-color: var(--black);
}

.text-outline-color-base-color {
    -webkit-text-stroke-color: var(--base-color);
}

.text-outline-color-red {
    -webkit-text-stroke-color: var(--red);
}

.text-outline-color-dark-gray {
    -webkit-text-stroke-color: var(--dark-gray);
}

.text-outline-color-medium-gray {
    -webkit-text-stroke-color: var(--medium-gray);
}

.text-outline-color-extra-medium-gray {
    -webkit-text-stroke-color: var(--extra-medium-gray);
}


/* Letter spacing */

.ls-0px {
    letter-spacing: 0px !important;
}

.ls-05px {
    letter-spacing: 0.5px !important;
}

.ls-1px {
    letter-spacing: 1px !important;
}

.ls-2px {
    letter-spacing: 2px !important;
}

.ls-3px {
    letter-spacing: 3px !important;
}

.ls-4px {
    letter-spacing: 4px !important;
}

.ls-5px {
    letter-spacing: 5px !important;
}

.ls-6px {
    letter-spacing: 6px !important;
}

.ls-7px {
    letter-spacing: 7px !important;
}

.ls-8px {
    letter-spacing: 8px !important;
}

.ls-9px {
    letter-spacing: 9px !important;
}

.ls-10px {
    letter-spacing: 10px !important;
}

.ls-minus-05px {
    letter-spacing: -0.5px !important;
}

.ls-minus-1px {
    letter-spacing: -1px !important;
}

.ls-minus-2px {
    letter-spacing: -2px !important;
}

.ls-minus-3px {
    letter-spacing: -3px !important;
}

.ls-minus-4px {
    letter-spacing: -4px !important;
}

.ls-minus-5px {
    letter-spacing: -5px !important;
}

.ls-minus-6px {
    letter-spacing: -6px !important;
}

.ls-minus-7px {
    letter-spacing: -7px !important;
}

.ls-minus-8px {
    letter-spacing: -8px !important;
}

.ls-minus-9px {
    letter-spacing: -9px !important;
}

.ls-minus-10px {
    letter-spacing: -10px !important;
}


/* Icon size */

.icon-extra-double-large {
    font-size: 80px;
}

.icon-double-large {
    font-size: 60px;
}

.icon-extra-large {
    font-size: 50px;
}

.icon-large {
    font-size: 42px;
}

.icon-medium {
    font-size: 34px;
}

.icon-very-medium {
    font-size: 28px;
}

.icon-extra-medium {
    font-size: 24px;
}

.icon-small {
    font-size: 18px;
}

.icon-very-small {
    font-size: 14px;
}


/* ===================================
    05. General
====================================== */


/* Separator line */

.separator-line-1px {
    height: 1px;
}

.separator-line-2px {
    height: 2px;
}

.separator-line-3px {
    height: 3px;
}

.separator-line-4px {
    height: 4px;
}

.separator-line-5px {
    height: 5px;
}


/* Separator vertical line */

.separator-line-vertical {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/* Separator line size */

.separator-line-small {
    width: 35px;
    height: 1px;
    display: inline-block;
    margin-right: 7px;
}

.separator-line-extra-small {
    width: 18px;
    height: 1px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.separator-line-very-small {
    width: 12px;
    height: 1px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
}


/* Opacity */

.opacity-full-dark,
.opacity-full,
.opacity-medium,
.opacity-extra-medium,
.opacity-light,
.opacity-very-light {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.opacity-very-light {
    opacity: 0.2;
}

.opacity-light {
    opacity: 0.3;
}

.opacity-extra-medium {
    opacity: 0.5;
}

.opacity-medium {
    opacity: 0.75;
}

.opacity-full {
    opacity: 0.8;
}

.opacity-full-dark {
    opacity: 0.9;
}


/* Position */

.position-inherit {
    position: inherit !important;
}

.position-initial {
    position: initial !important;
}

.absolute-middle-center {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.absolute-middle-left {
    left: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.absolute-middle-right {
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.absolute-top-center {
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.absolute-bottom-center {
    left: 50%;
    bottom: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.absolute-bottom-left {
    left: 0;
    bottom: 0;
    position: absolute;
}

.absolute-bottom-right {
    right: 0;
    bottom: 0;
    position: absolute;
}


/* Vertical title center */

.vertical-title-center {
    display: flex;
    height: 100%;
}

.vertical-title-center .title {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}


/* Skrollr */

.skrollr-parallax {
    position: relative !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    transition-timing-function: none;
    -webkit-transition-timing-function: none;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
}

.skrollr-zoom {
    transition: none !important;
}

.blur-box {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(3px);
}


/* Transform */

.transform-origin-right {
    transform-origin: right;
}

.transform-origin-left {
    transform-origin: left;
}

.btn.btn-none-transform,
.btn.btn-none-transform:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Transition */

.transition {
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.transition-inner-all * {
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.no-transition {
    -webkit-transition: 0s;
    transition: 0s;
}


/* Pointer events */

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-all {
    pointer-events: all;
}


/* Sticky column */

.sticky-wrap {
    position: fixed;
    top: 50%;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transition: 1s cubic-bezier(0.7, 0, 0.3, 1) !important;
}

.sticky-wrap.shadow-in {
    left: 50px;
    opacity: 1;
    box-shadow: none !important;
}

.sticky-wrap.sticky-hidden {
    left: 0;
    opacity: 0;
}

.sticky-wrap a {
    color: var(--dark-gray) !important;
}

.sticky-wrap a:hover {
    color: var(--dark-gray) !important;
}

.threeD-letter-menu a:hover {
    color: #ffd307;
}

.sticky-wrap div,
.sticky-wrap span,
.sticky-wrap p {
    color: var(--dark-gray) !important;
}

.sticky-wrap .social-icon-style-10 ul li a:hover {
    color: var(--dark-gray) !important;
}

.sticky-wrap.sticky-highlight a {
    color: var(--white) !important;
}

.sticky-wrap.sticky-highlight a:hover {
    color: var(--white) !important;
}

.sticky-wrap.sticky-highlight div,
.sticky-wrap.sticky-highlight span,
.sticky-wrap.sticky-highlight p {
    color: var(--white) !important;
}

.sticky-wrap.sticky-highlight .separator-line-1px {
    background-color: var(--white) !important;
}

.sticky-wrap.sticky-highlight .social-icon-style-10 ul li a:hover {
    color: var(--white) !important;
}

.sticky-wrap-right {
    position: fixed;
    top: 50%;
    right: 110px;
    z-index: 1;
    -webkit-transform: rotate(-90deg) translate(50%, 100%);
    transform: rotate(-90deg) translate(50%, 100%);
    transform-origin: 100% 0%;
}


/* Overflow */

.overflow-visible {
    overflow: visible !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}


/* Overlap section */

.overlap-section {
    position: relative;
}

.overlap-height {
    transition: 0.3s height;
}


/* Outside box */

.outside-box-top-15 {
    margin-top: -15vw;
}

.outside-box-top-18 {
    margin-top: -18vw;
}

.outside-box-left-1 {
    margin-left: -1vw;
}

.outside-box-left-2 {
    margin-left: -2vw;
}

.outside-box-left-5 {
    margin-left: -5vw;
}

.outside-box-left-7 {
    margin-left: -7vw;
}

.outside-box-left-8 {
    margin-left: -8vw;
}

.outside-box-left-10 {
    margin-left: -10vw;
}

.outside-box-left-15 {
    margin-left: -15vw;
}

.outside-box-left-20 {
    margin-left: -20vw;
}

.outside-box-left-25 {
    margin-left: -25vw;
}

.outside-box-left-30 {
    margin-left: -30vw;
}

.outside-box-left-35 {
    margin-left: -35vw;
}

.outside-box-left-40 {
    margin-left: -40vw;
}

.outside-box-left-50 {
    margin-left: -50vw;
}

.outside-box-left-60 {
    margin-left: -60vw;
}

.outside-box-left-65 {
    margin-left: -65vw;
}

.outside-box-right-1 {
    margin-right: -1vw;
}

.outside-box-right-2 {
    margin-right: -2vw;
}

.outside-box-right-5 {
    margin-right: -5vw;
}

.outside-box-right-7 {
    margin-right: -7vw;
}

.outside-box-right-10 {
    margin-right: -10vw;
}

.outside-box-right-15 {
    margin-right: -15vw;
}

.outside-box-right-20 {
    margin-right: -20vw;
}

.outside-box-right-25 {
    margin-right: -25vw;
}

.outside-box-right-30 {
    margin-right: -30vw;
}

.outside-box-right-35 {
    margin-right: -35vw;
}

.outside-box-right-40 {
    margin-right: -40vw;
}

.outside-box-right-45 {
    margin-right: -45vw;
}

.outside-box-right-50 {
    margin-right: -50vw;
}

.outside-box-right-60 {
    margin-right: -60vw;
}

.outside-box-right-65 {
    margin-right: -65vw;
}


/* CSS filter */

.filter-mix-100 {
    filter: grayscale(100%) invert(100%);
}

.filter-grayscale-100 {
    filter: grayscale(100%);
}


/* Box shadow */

.box-shadow,
.box-shadow-hover:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
}

.box-shadow-small,
.box-shadow-small-hover:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-medium,
.box-shadow-medium-hover:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-medium-bottom,
.box-shadow-medium-bottom-hover:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-large,
.box-shadow-large-hover:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-extra-large,
.box-shadow-extra-large-hover:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-double-large,
.box-shadow-double-large-hover:hover {
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-triple-large,
.box-shadow-triple-large-hover:hover {
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-quadruple-large,
.box-shadow-quadruple-large-hover:hover {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-hover:hover,
.box-shadow-large-hover:hover,
.box-shadow-extra-large-hover:hover,
.box-shadow-medium-hover:hover,
.box-shadow-small-hover:hover,
.box-shadow-double-large-hover:hover,
.box-shadow-quadruple-large-hover:hover {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.box-shadow-bottom {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}


/* Input */

input,
select,
textarea,
.form-control,
.form-select {
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-select {
    color: var(--medium-gray);
}

.form-select:focus {
    border-color: #dfdfdf;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border: 1px solid #c2c2c2;
    box-shadow: none !important;
    color: var(--medium-gray);
}

::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

.placeholder-light::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
}

.placeholder-light::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

.placeholder-light:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

.search-error {
    border-color: var(--red) !important;
}


/* Select */

.select {
    position: relative;
}

.select:after {
    content: "\e842";
    font-family: feather !important;
    right: 20px;
    top: 50%;
    height: 34px;
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    margin-top: -15px;
}


/* Date icon */

.date-time {
    position: relative;
}

.date-icon {
    position: relative;
}

.date-icon input[type=date]::-webkit-inner-spin-button,
.date-icon input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;
    -moz-appearance: none;
    appearance: none;
}

.date-icon:after {
    content: "\e83a";
    font-family: feather !important;
    right: 28px;
    top: 50%;
    height: 34px;
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    margin-top: -15px;
}

.date-icon input[type=date]::-webkit-date-and-time-value {
    text-align: left !important;
}


/* Mozilla firefox */

@-moz-document url-prefix() {
    .date-icon:after {
        display: none;
    }
}


/* Time icon */

.time-icon {
    position: relative;
}

.time-icon input[type=time]::-webkit-inner-spin-button,
.time-icon input[type=time]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;
    -moz-appearance: none;
    appearance: none;
}

.time-icon:after {
    content: "\e84d";
    font-family: feather !important;
    right: 28px;
    top: 50%;
    height: 34px;
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    margin-top: -15px;
}


/* Input size */

.input-small,
.textarea-small,
.select-small {
    padding: 7px 15px;
    font-size: 12px;
}

.input-medium,
.textarea-medium,
.select-medium {
    padding: 14px 28px;
}

.input-large {
    padding: 16px 32px;
}

.form-control.is-invalid:focus {
    box-shadow: none;
}


/* Box overlay */

.box-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
}

.hover-box {
    z-index: 1;
}

.hover-box * {
    -webkit-transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
    will-change: transform;
}

.hover-box:hover .box-overlay {
    opacity: 1;
    visibility: visible;
}

.hover-box.dark-hover .border-dark-opacity {
    border-color: rgba(35, 35, 35, 0.15) !important;
}

.hover-box.dark-hover:hover a,
.hover-box.dark-hover:hover p,
.hover-box.dark-hover:hover span,
.hover-box.dark-hover:hover .btn,
.hover-box.dark-hover:hover i,
.hover-box.dark-hover:hover b,
.hover-box.dark-hover:hover u,
.hover-box.dark-hover:hover p,
.hover-box.dark-hover:hover h1,
.hover-box.dark-hover:hover h2,
.hover-box.dark-hover:hover h3,
.hover-box.dark-hover:hover h4,
.hover-box.dark-hover:hover h5,
.hover-box.dark-hover:hover h6 {
    color: var(--white) !important;
    -webkit-text-stroke-color: var(--white);
}

.hover-box.dark-hover:hover [class*=separator-line] {
    background-color: var(--white);
}

.hover-box.dark-hover:hover [class*=btn-link-gradient] span {
    background: var(--white);
    background-image: none;
}

.hover-box.dark-hover:hover [class*=btn-transparent] {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray) !important;
}

.hover-box.dark-hover:hover .text-light-opacity {
    opacity: 0.7;
}

.hover-box.dark-hover:hover .text-medium-opacity {
    opacity: 0.5;
}

.hover-box.dark-hover:hover .border-dark-opacity {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.hover-box.dark-hover:hover .content-slide-up .text-light-opacity {
    opacity: 0.7;
}

.hover-box.dark-hover:hover .btn-link {
    border-color: var(--white);
}

.hover-box.dark-hover:hover [class*=text-gradient-] {
    color: var(--white);
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: var(--white);
    -webkit-text-fill-color: var(--white);
}

.hover-box.light-hover .border-light-opacity {
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.hover-box.light-hover:hover a,
.hover-box.light-hover:hover span,
.hover-box.light-hover:hover .btn,
.hover-box.light-hover:hover i,
.hover-box.light-hover:hover b,
.hover-box.light-hover:hover u,
.hover-box.light-hover:hover p,
.hover-box.light-hover:hover h1,
.hover-box.light-hover:hover h2,
.hover-box.light-hover:hover h3,
.hover-box.light-hover:hover h4,
.hover-box.light-hover:hover h5,
.hover-box.light-hover:hover h6 {
    color: var(--dark-gray) !important;
}

.hover-box.light-hover:hover .text-light-opacity {
    opacity: 0.7;
}

.hover-box.light-hover:hover .text-medium-opacity {
    opacity: 0.5;
}

.hover-box.light-hover:hover .border-light-opacity {
    border-color: rgba(35, 35, 35, 0.15) !important;
}

.hover-box.light-hover:hover .content-slide-up .text-light-opacity {
    opacity: 0.7;
}

.hover-box.light-hover:hover .btn-link {
    border-color: var(--dark-gray);
}

.hover-box.light-hover:hover [class*=separator-line] {
    background-color: var(--dark-gray);
}

.hover-box.light-hover:hover [class*=text-gradient-] {
    color: var(--dark-gray);
    background-image: none;
    -webkit-background-clip: var(--dark-gray);
    -webkit-text-fill-color: var(--dark-gray);
}


/* Swiper slider pagination */

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    bottom: 45px;
    left: 50%;
    width: auto;
    cursor: default;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-horizontal>.swiper-pagination-bullets-right,
.swiper-vertical>.swiper-pagination-bullets-right {
    bottom: auto;
    top: 50%;
    right: 60px;
    left: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.swiper-horizontal>.swiper-pagination-bullets-right .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets-right .swiper-pagination-bullet {
    display: block;
    margin: 25px 0 !important;
}

.swiper-dark-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 15px !important;
    opacity: 1;
    background-color: var(--light-gray);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

.swiper-dark-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid var(--dark-gray);
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.swiper-dark-pagination .swiper-pagination-bullet:hover {
    background-color: var(--dark-gray);
}

.swiper-dark-pagination .swiper-pagination-bullet:hover:before {
    opacity: 1;
}

.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--dark-gray);
}

.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
}

.swiper-light-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 15px !important;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    opacity: 0.5;
}

.swiper-light-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.swiper-light-pagination .swiper-pagination-bullet:hover {
    background-color: var(--white);
    opacity: 1;
}

.swiper-light-pagination .swiper-pagination-bullet:hover:before {
    opacity: 1;
}

.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--white);
    opacity: 1;
}

.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
}


/* Swiper pagination style 02 */

.swiper-pagination-style-2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
}

.swiper-pagination-style-2 .swiper-pagination-bullet:before {
    display: none;
}


/* Swiper pagination style 03 */

.swiper-pagination-style-3 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: transparent;
    opacity: 0.4;
    margin: 0 7px !important;
    border: 2px solid var(--white);
}

.swiper-pagination-style-3 .swiper-pagination-bullet:hover,
.swiper-pagination-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--white);
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.swiper-pagination-style-3 .swiper-pagination-bullet:before {
    display: none;
}

.swiper-pagination-style-3.dark .swiper-pagination-bullet {
    border: 2px solid var(--dark-gray);
}

.swiper-pagination-style-3.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--dark-gray);
}


/* Swiper pagination style 04 */

.swiper-pagination-style-4 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--white);
    opacity: 1;
    position: relative;
    margin: 0 25px !important;
    border: 0;
}

.swiper-pagination-style-4 .swiper-pagination-bullet:hover,
.swiper-pagination-style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--base-color);
    opacity: 1;
    border: 0;
}

.swiper-pagination-style-4.dark .swiper-pagination-bullet {
    background: var(--dark-gray);
}

.swiper-pagination-style-4.dark .swiper-pagination-bullet:hover,
.swiper-pagination-style-4.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--base-color);
}


/* Custom image pagination */

.slider-custom-image .slider-custom-image-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
}

.slider-custom-image .slider-custom-image-pagination .swiper-pagination-bullet {
    margin: 0 15px !important;
    outline: none;
    opacity: 0.8;
    width: 100px;
    height: 100px;
    margin: 0 15px !important;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.slider-custom-image .slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.slider-custom-image .slider-custom-image-pagination.slider-custom-image-pagination-top {
    top: 0;
    bottom: auto;
}


/* Swiper number pagination style 01 */

.swiper-number-pagination-style-01 .swiper-number {
    text-align: left;
    bottom: 70px;
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
    position: relative;
    padding-right: 10px;
    padding-left: 8px;
    margin: 0;
    color: var(--white);
    opacity: 0.7;
    width: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto;
    background: transparent;
    border-radius: 0;
    outline: none;
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 70px;
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet:after {
    width: 0;
    height: 1px;
    content: "";
    margin-left: 15px;
    display: inline-block;
    background: var(--white);
    vertical-align: middle;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


/* Swiper number pagination style 02 */

.swiper-number-pagination-style-02 .swiper-number {
    width: auto;
    left: inherit;
    right: 60px;
    padding: 0;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet {
    position: relative;
    font-family: var(--alt-font);
    font-size: 15px;
    display: block;
    color: var(--white);
    margin: 10px 0 !important;
    opacity: 0.7;
    width: 56px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 56px;
    background: transparent;
    border-radius: 100%;
    text-align: center;
    line-height: 56px;
    outline: none;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet:before {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}


/* Swiper line pagination style 01 */

.swiper-line-pagination-style-01 .swiper-line-pagination {
    text-align: center;
    bottom: 0;
    width: 100%;
    left: 0;
}

.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 2px;
    margin: 0 !important;
    border-radius: 0;
}

.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet:before {
    display: none;
}

.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--base-color);
}

.swiper-h-pagination:after {
    display: none;
}


/* Swiper number line pagination style */

.swiper-number-pagination-progress .swiper-pagination-wrapper .number-prev,
.swiper-number-pagination-progress .swiper-pagination-wrapper .number-next {
    width: 50px;
    text-align: center;
}

.swiper-number-pagination-progress .swiper-pagination-wrapper .swiper-pagination {
    position: inherit;
    width: auto;
}

.swiper-number-pagination-progress .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 1px;
    vertical-align: middle;
    margin: 0;
    background-color: var(--medium-gray);
}


/* Swiper number navigation style */

.swiper-number-navigation-style .swiper-button-prev,
.swiper-number-navigation-style .swiper-button-next {
    top: inherit;
    bottom: 0;
    position: inherit;
    display: inline-block;
    vertical-align: middle;
    transform: none;
    width: auto;
    height: auto;
}

.swiper-number-navigation-style .swiper-button-prev i,
.swiper-number-navigation-style .swiper-button-prev .number-prev,
.swiper-number-navigation-style .swiper-button-prev .number-next,
.swiper-number-navigation-style .swiper-button-next i,
.swiper-number-navigation-style .swiper-button-next .number-prev,
.swiper-number-navigation-style .swiper-button-next .number-next {
    display: inline-block;
    vertical-align: middle;
}

.swiper-number-navigation-style .swiper-button-prev .number-prev,
.swiper-number-navigation-style .swiper-button-prev .number-next,
.swiper-number-navigation-style .swiper-button-next .number-prev,
.swiper-number-navigation-style .swiper-button-next .number-next {
    width: 50px;
    text-align: center;
}


/* Swiper pagination progress style */

.swiper-pagination-progress {
    width: 220px;
    height: 1px;
    position: relative;
}

.swiper-pagination-progress .swiper-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--swiper-progress, 0);
    background-color: var(--base-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


/* Swiper pagination progress style */

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .swiper-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: var(--swiper-progress, 0);
    background-color: var(--dark-gray);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .pagination-progress-vertical {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .swiper-pagination-progress {
    width: 2px;
    height: 100px;
    background-color: var(--extra-medium-gray);
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-next {
    margin-top: 15px;
    width: auto;
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-prev {
    margin-bottom: 15px;
    width: auto;
}


/* Swiper pagination bottom */

.swiper-pagination-bottom .swiper-button-prev,
.swiper-pagination-bottom .swiper-button-next {
    top: inherit;
    bottom: 0;
}


/* Swiper navigation */

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    cursor: pointer;
    height: 45px;
    width: 45px;
    margin-top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.8;
}

.swiper-button-next {
    left: inherit;
}


/* Swiper navigation style 01 */

.slider-navigation-style-01 {
    position: absolute;
    top: 50%;
    left: 65px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider-navigation-style-01.swiper-button-next {
    right: 65px;
    left: inherit;
}

.slider-navigation-style-01:hover {
    opacity: 0.8;
}


/* Swiper navigation style 02 */

.slider-navigation-style-02 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.slider-navigation-style-02.swiper-button-next {
    right: 0;
    left: auto;
}


/* Swiper navigation style 03 */

.slider-navigation-style-03 {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 40px;
    height: 40px;
    background: var(--white);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider-navigation-style-03.swiper-button-next {
    right: -60px;
    left: inherit;
}

.slider-navigation-style-03:hover {
    -webkit-box-shadow: 0px 0 20px rgba(35, 35, 35, 0.1);
    box-shadow: 0px 0 20px rgba(35, 35, 35, 0.1);
}


/* Swiper navigation style 04 */

.slider-navigation-style-04 {
    height: 56px;
    width: 56px;
    border-radius: 100%;
    position: relative;
    bottom: inherit;
    left: 0;
    top: inherit;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider-navigation-style-04 i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-navigation-style-04:hover i {
    opacity: 0.5;
}

.slider-navigation-style-04.swiper-button-prev {
    margin-right: 5px;
}

.slider-navigation-style-04.swiper-button-next {
    margin-left: 5px;
}


/* Swiper navigation style 05 */

.slider-navigation-style-05 {
    left: -30%;
}

.slider-navigation-style-05.swiper-button-next {
    right: -30%;
    left: inherit;
}


/* Swiper navigation style 06 */

.slider-navigation-style-06 {
    width: auto;
    height: auto;
    left: 60px;
}

.slider-navigation-style-06.swiper-button-next {
    right: 60px;
    left: inherit;
}


/* Swiper navigation style 07 */

.slider-navigation-style-07 {
    left: 50%;
    bottom: 0;
    top: inherit;
    width: 75px;
    height: 75px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.slider-navigation-style-07.swiper-button-next {
    bottom: 1px;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}


/* Swiper navigation style 08 */

.slider-navigation-style-08 {
    width: auto;
    height: auto;
    position: relative;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    left: 0;
}

.slider-navigation-style-08.swiper-button-next {
    right: 0;
    left: inherit;
}


/* Slider custom text */

.slider-custom-verticle-text>span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.swiper-button-prev.slider-custom-text-prev,
.swiper-button-prev.slider-custom-text-next,
.swiper-button-next.slider-custom-text-prev,
.swiper-button-next.slider-custom-text-next {
    width: auto;
    height: auto;
    min-height: 125px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swiper-button-prev.slider-custom-text-prev:hover,
.swiper-button-prev.slider-custom-text-next:hover,
.swiper-button-next.slider-custom-text-prev:hover,
.swiper-button-next.slider-custom-text-next:hover {
    opacity: 0.5;
}

.swiper-button-prev.slider-custom-text-prev {
    border-right: 1px solid var(--extra-medium-gray);
    padding-right: 50px;
}

.swiper-button-next.slider-custom-text-next {
    border-left: 1px solid var(--extra-medium-gray);
    padding-left: 50px;
}


/* Swiper width auto */

.swiper-width-auto .swiper-slide {
    width: auto;
}


/* Slider shadow */

.slider-shadow-right {
    mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%);
}

.slider-shadow-left {
    mask-image: linear-gradient(to right, transparent 50%, #000000 80%, #000000 0%, transparent 0%);
    -webkit-mask-image: linear-gradient(to right, transparent 50%, #000000 80%, #000000 0%, transparent 0%);
}

.slider-shadow-left-right {
    mask-image: linear-gradient(to right, transparent 18%, #000000 22%, #000000 78%, transparent 82%);
    -webkit-mask-image: linear-gradient(to right, transparent 18%, #000000 22%, #000000 78%, transparent 82%);
}

.slider-shadow-none .swiper {
    mask-image: none !important;
    -webkit-mask-image: none !important;
}


/* Highlight separator */

.highlight-separator {
    position: relative;
    padding-bottom: 20px;
}

.highlight-separator[data-shadow-animation] {
    box-shadow: none !important;
    display: inline-block;
}

.highlight-separator[data-shadow-animation] span {
    clip-path: inset(0px 100% 0px 0px);
    float: left;
    width: 100%;
    height: 20px;
    transition: clip-path 1s;
    transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.highlight-separator[data-shadow-animation] span img {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: none;
    width: 100%;
    height: 14px;
}

.highlight-separator.shadow-in[data-shadow-animation] span {
    clip-path: inset(0px 0 0px 0px);
}


/* Full screen */

.full-screen {
    height: 100vh;
}

.full-screen.top-space-margin {
    height: calc(100vh - 96px);
}


/* Video icons */

@-webkit-keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.video-icon-box {
    z-index: 1;
}

.video-icon-box>span {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* HTML video play */

.html-video-play .video-icon .play-icon,
.html-video-play .video-icon .pause-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.html-video-play .video-icon .play-icon,
.html-video-play .video-icon .pause-icon {
    opacity: 1;
    top: 50%;
    padding-left: 5px;
    visibility: visible;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.html-video-play .video-icon .pause-icon {
    top: 100%;
    padding-left: 0;
    opacity: 0;
}

.html-video-play[playing=true] .video-icon .pause-icon {
    top: 50%;
    opacity: 1;
}

.html-video-play[playing=true] .video-icon .play-icon {
    top: 0%;
    opacity: 0;
}

.video-play-icon {
    z-index: 1 !important;
}

.video-play-icon.remove-play-icon+.html-video-play {
    opacity: 0 !important;
}

.video-play-icon.remove-play-icon+.html-video-play:hover {
    opacity: 1 !important;
}

.video-play-icon.remove-play-icon:hover+.html-video-play {
    opacity: 1 !important;
}

.video-icon {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.video-icon i {
    margin-left: 5px;
}

.video-icon .video-icon-sonar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -10;
    -webkit-animation: video-icon-sonar 2s linear infinite;
    animation: video-icon-sonar 2s linear infinite;
}

.video-icon .video-icon-sonar .video-icon-sonar-bfr {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -25px;
    left: -25px;
    z-index: -100;
}

.video-icon .video-icon-sonar .video-icon-sonar-afr {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    z-index: -50;
}

.video-icon-small .video-icon {
    width: 40px;
    height: 40px;
    font-size: 11px;
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    top: -15px;
    left: -15px;
    width: 70px;
    height: 70px;
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-afr {
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
}

.video-icon-medium .video-icon {
    width: 50px;
    height: 50px;
    font-size: 14px;
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 100px;
    height: 100px;
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 70px;
    height: 70px;
}

.video-icon-large.video-icon-box .video-icon i {
    margin-left: 5px;
}

.video-icon-large .video-icon {
    width: 85px;
    height: 85px;
    font-size: 20px;
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 135px;
    height: 135px;
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 105px;
    height: 105px;
}

.video-icon-extra-large.video-icon-box .video-icon i {
    margin-left: 10px;
}

.video-icon-extra-large .video-icon {
    width: 120px;
    height: 120px;
    font-size: 30px;
}

.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 170px;
    height: 170px;
}

.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 140px;
    height: 140px;
}


/* Will change */

.will-change-transform * {
    will-change: transform;
}

.will-change-inherit * {
    will-change: inherit !important;
}

.animation-rotation {
    -webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/* Float animation */

.animation-float {
    animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(30px);
    }
}

.animation-float-small {
    animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(10px);
    }
}


/* Zoom animation */

.animation-zoom {
    animation: zoom-in-zoom-out 2000ms linear 500ms infinite alternate both;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}


/* Box shadow animation  */

[data-shadow-animation] {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

[data-shadow-animation].shadow-in {
    box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1);
}

[data-shadow-animation].shadow-in img {
    opacity: 1;
    transition-delay: 0.35s;
}

[data-shadow-animation] img {
    opacity: 0;
    transition: opacity 0.65s cubic-bezier(0.5, 1, 0.5, 1);
}


/* Parallax liquid  */

[data-parallax-liquid] {
    overflow: hidden;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

[data-parallax-liquid] .liquid-parallax {
    will-change: transform;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0px) scale(1.201);
    position: relative;
    top: 50px;
}


/* Masked image animation */

.masked-image {
    position: absolute;
    top: -100px;
    right: 0;
}

.masked-image svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.masked-image figure {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.masked-image img {
    width: 100%;
    height: auto;
    visibility: visible;
}


/* Shape image animation */

.shape-image-animation {
    position: absolute;
    bottom: 0;
    left: 0;
}

.shape-image-animation svg {
    height: 100%;
    width: 100%;
}

.shape-image-animation svg path {
    width: 100%;
}

.page-divider-wrapper {
    margin-bottom: -1px;
}

.page-divider-wrapper svg {
    width: 100%;
    margin-bottom: -3px;
}


/* Magic cursor */

.magic-cursor {
    cursor: none;
}

#ball-cursor {
    position: fixed;
    width: 70px;
    height: 70px;
    border: 0 !important;
    background-color: var(--dark-gray);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    opacity: 0 !important;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out 0.1s;
    text-align: center;
}

#ball-cursor:before,
#ball-cursor:after {
    content: "\e843";
    font-family: feather !important;
    color: var(--white);
    font-size: 20px;
    line-height: 70px;
    position: absolute;
    left: 12px;
    top: 0px;
}

#ball-cursor:after {
    content: "\e844";
    right: 12px;
    left: auto;
}

.magic-cursor-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    transition: opacity 0.2s ease-in-out 0.2s;
}

.magic-cursor-wrapper.sliderhover #ball-cursor {
    opacity: 1 !important;
}

.magic-cursor-wrapper.vertical #ball-cursor:before,
.magic-cursor-wrapper.vertical #ball-cursor:after {
    content: "\e845";
    left: 50%;
    top: 10px;
    line-height: normal;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.magic-cursor-wrapper.vertical #ball-cursor:after {
    content: "\e842";
    right: auto;
    bottom: 10px;
    top: auto;
}

@media (hover: none) {
    .magic-cursor-wrapper {
        display: none;
    }
}

.magic-cursor-light #ball-cursor {
    background-color: var(--white);
}

.magic-cursor-light #ball-cursor:before {
    color: var(--dark-gray);
}

.magic-cursor-light #ball-cursor:after {
    color: var(--dark-gray);
}

.magic-cursor-base-color #ball-cursor {
    background-color: var(--base-color);
}

.magic-cursor-base-color #ball-cursor:before {
    color: var(--white);
}

.magic-cursor-base-color #ball-cursor:after {
    color: var(--white);
}

.magic-view-cursor #ball-cursor {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
    width: 180px;
    height: 180px;
    box-shadow: none;
}

.magic-view-cursor #ball-cursor:after {
    display: none;
}

.magic-view-cursor #ball-cursor:before {
    content: "Explore";
    font-size: 16px;
    color: var(--white) !important;
    font-weight: 400;
    font-family: var(--alt-font) !important;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.magic-drag-cursor #ball-cursor {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
    width: 140px;
    height: 140px;
    box-shadow: none;
}

.magic-drag-cursor #ball-cursor:after {
    display: none;
}

.magic-drag-cursor #ball-cursor:before {
    content: "< DRAG >";
    font-size: 14px;
    color: var(--white) !important;
    font-weight: 600;
    font-family: var(--alt-font) !important;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    word-spacing: 4px;
    width: inherit;
}

.magic-drag-cursor.magic-cursor-light #ball-cursor {
    background-color: rgba(255, 255, 255, 0.2);
}

.magic-drag-cursor.magic-cursor-light #ball-cursor:before {
    color: var(--dark-gray);
}

.magic-drag-cursor.magic-cursor-light #ball-cursor:after {
    color: var(--dark-gray);
}

.magic-round-cursor #ball-cursor {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.2);
    width: 220px;
    height: 220px;
    box-shadow: none;
}

.magic-round-cursor #ball-cursor:before {
    display: none;
}

.magic-round-cursor #ball-cursor:after {
    display: none;
}


/* Anime animation */

[data-anime] {
    opacity: 0;
    transition: none;
}

[data-anime].appear {
    opacity: 1;
}

[data-anime].btn {
    transition: none;
}

[data-anime].btn.anime-complete {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/* Atropos box */

.atropos-shadow {
    background-color: transparent !important;
    filter: inherit;
}

.atropos-highlight {
    background-image: inherit !important;
}


/* Only for safari browser */

@media not all and (min-resolution: 0.001dpcm) {
    [data-anime] [class*=text-shadow-] {
        text-shadow: none;
    }
    [data-anime][class*=text-shadow-] {
        text-shadow: none;
    }
    [data-fancy-text] [class*=text-shadow-] {
        text-shadow: none;
    }
    [data-fancy-text][class*=text-shadow-] {
        text-shadow: none;
    }
    /* font awesome icon gradient color */
    .review-star-icon i {
        display: inline;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* color issue */
    .text-white a[href^=tel] {
        color: var(--white);
    }
    .text-dark-gray a[href^=tel] {
        color: var(--text-dark-gray);
    }
}

.swiper-slide [data-fancy-text] {
    opacity: 0;
}

.swiper-slide [data-fancy-text].appear {
    opacity: 1;
}

.swiper-slide.swiper-slide-active [data-fancy-text] {
    opacity: 1;
}

.swiper-slide.swiper-slide-active [data-anime] {
    opacity: 1;
}

.swiper-slide [data-anime] {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.no-animation .anime-text .whitespace {
    display: inline-block;
}

.no-animation .anime-text .whitespace::after {
    content: "r";
    opacity: 0;
    font-size: 70%;
}

.no-animation [data-anime],
.no-animation [data-fancy-text] {
    opacity: 1;
    transition: none;
}


/* Data top bottom transition animation */

[data-top-bottom] {
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}


/* Custom cursor */

@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor {
        position: fixed;
        left: 0;
        top: 0;
        pointer-events: none;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .custom-cursor .circle-cursor-inner {
        margin-left: -3px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        z-index: 10000001;
        background-color: var(--base-color);
    }
    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        margin-left: -10px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        background-color: var(--base-color);
        opacity: 0.8;
    }
    .custom-cursor .circle-cursor-outer {
        margin-left: -15px;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        border: 1px solid var(--base-color);
        z-index: 10000000;
        opacity: 0.8;
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }
    .custom-cursor .cursor-link.circle-cursor-inner .cursor-link-hover {
        opacity: 1;
    }
}

.is-touchable .cursor-page-inner {
    display: none !important;
}


/* Stack box */

.stack-box {
    position: relative;
    z-index: 1;
    height: 300vh;
}

.stack-box .stack-box-contain {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.stack-box .stack-item {
    height: 100vh;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 999;
    display: flex;
    align-items: center;
}

.stack-box .stack-item.stack-item-02 {
    z-index: 99;
}

.stack-box .stack-item.stack-item-03 {
    z-index: 9;
}

.stack-box .stack-item .stack-item-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    height: 100vh;
}

.transform-3d {
    transform: translate3d(0px, 0px, 100px);
}


/* Scrolling text */

.marquees-text {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: example1 50s linear infinite;
    animation: example1 50s linear infinite;
    width: 100%;
}

.looping-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1px;
    height: 100vh;
    left: 50%;
    top: 0;
}

.looping-wrapper .el {
    position: absolute;
    opacity: 1;
    width: 2px;
    height: 24vh;
    margin-top: -18vh;
    transform-origin: 50% 100%;
    background: var(--base-color);
}

.looping-wrapper-gray {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1px;
    height: 100vh;
    left: 50%;
    top: 0;
}

.looping-wrapper-gray .el {
    position: absolute;
    opacity: 1;
    width: 2px;
    height: 24vh;
    margin-top: -18vh;
    transform-origin: 50% 100%;
    background: #292929;
}


/* Marquee slide */

.marquee-slide {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}


/* Father shadow */

.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
}


/* Text sliding line */

.text-sliding-line {
    display: inline-block;
    position: relative;
    padding: 0;
    z-index: 1;
    background-image: linear-gradient(135deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0);
    background-size: 4px 4px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Sliding line */

.bg-sliding-line {
    background-image: linear-gradient(45deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0);
    background-size: 0.1em 0.1em;
}


/* Feature box slider */

.feature-box-slider .feature-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 40px;
    background: var(--white);
    box-shadow: 0 5px 25px rgba(89, 101, 124, 0.15);
    border-radius: 10px;
    color: var(--dark-gray);
    font-weight: 500;
    font-size: 17px;
}

.feature-box-slider .feature-box i {
    font-size: 24px;
    margin-right: 10px;
}

.feature-box-slider .swiper-slide {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Page loader */

.page-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--white) !important;
    opacity: 1 !important;
    z-index: 99999;
}

.page-loader::after {
    background: 0 0;
    content: "" !important;
    position: absolute;
    left: calc(50% - 25px) !important;
    top: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 2px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    -webkit-animation: rotation 8s infinite linear;
    animation: rotation 1.5s infinite linear;
}


/* Cookie message */

.cookie-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 370px;
    z-index: 999999;
    padding: 40px;
    display: none;
}


/* Scroll progress */

.scroll-progress {
    position: fixed;
    right: 20px;
    z-index: 111;
    top: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    mix-blend-mode: difference;
}

.scroll-progress.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-progress .scroll-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scroll-progress .scroll-line {
    width: 2px;
    height: 60px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    color: inherit;
    display: block;
}

.scroll-progress .scroll-point {
    display: inline-block;
    width: 2px;
    position: absolute;
    background-color: var(--white);
    top: 0px;
    left: 0px;
}

.scroll-progress .scroll-text {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    margin-bottom: 15px;
    color: var(--white);
    font-size: 11px;
    text-transform: uppercase;
}

.scroll-progress.scroll-simple {
    position: fixed;
    right: 50px;
    z-index: 111;
    top: auto;
    transform: none;
    bottom: 50px;
    mix-blend-mode: inherit;
}

.scroll-progress.scroll-simple .scroll-top {
    background: var(--white);
    font-size: 17px;
    line-height: 34px;
    box-shadow: 0 0 25px rgba(23, 23, 23, 0.25);
    height: 34px;
    width: 34px;
    padding: 0;
    border-radius: 100%;
}


/* for buy and demo button */

.theme-demos {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    background-color: var(--white);
    right: -100%;
    top: 0;
    z-index: 1050;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.theme-demos section {
    height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 11;
    padding: 0;
    width: 100%;
    overflow-y: scroll;
    background-color: var(--very-light-gray);
}

.theme-demos .demos-wrapper {
    width: 100%;
}

.theme-demos .demos-wrapper .demos-wrapper-inner {
    padding: 60px 50px;
}

.theme-demos.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.25);
}

.theme-demos .grid {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.theme-demos .demo-button-wrapper {
    width: auto;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    display: block;
    bottom: 250px;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: 100% 0% 0;
    -ms-transform-origin: 100% 0% 0;
    transform-origin: 100% 0% 0;
    margin-right: -1px;
    display: flex;
}

.theme-demos .buy-theme a,
.theme-demos .all-demo a {
    color: var(--dark-gray);
    font-size: 11px;
    padding: 15px;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.theme-demos .buy-theme a>i,
.theme-demos .all-demo a>i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 59px;
    line-height: 55px;
    text-align: center;
    opacity: 0;
    font-size: 24px;
    transition-delay: 0.3s;
}

.theme-demos .all-demo {
    background-color: #1f242e;
}

.theme-demos .all-demo .theme-wrapper {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 1;
    transition-delay: 0.3s;
    line-height: 0;
}

.theme-demos .all-demo .theme-wrapper>div {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
}

.theme-demos .buy-theme {
    text-align: center;
    background-color: #48a133;
    position: relative;
    z-index: 1;
}

.theme-demos .buy-theme .theme-wrapper {
    padding: 0;
    position: relative;
    top: 0;
    opacity: 1;
    transition-delay: 0.3s;
    line-height: 0;
}

.theme-demos .buy-theme .theme-wrapper span {
    font-size: 15px;
    font-weight: 600;
    margin-right: 0;
}

.theme-demos .buy-theme .theme-wrapper i {
    margin-right: 10px;
    font-size: 21px;
}

.theme-demos .buy-theme .theme-wrapper>div svg {
    margin: 0;
}

.theme-demos .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.theme-demos .mCustomScrollBox .mCSB_container {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0;
    padding-right: 15px !important;
}

.theme-demos .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    -ms-flex-item-align: center;
    align-self: center;
}

.theme-demos .mCustomScrollBox .mCSB_draggerRail {
    display: none;
}

.theme-demos .clearfix {
    clear: both;
}

.theme-demos .portfolio-wrapper .grid-item {
    flex: 0 0 auto;
}

.theme-demos .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.theme-demos .close-popup:hover {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.show-search-popup .theme-demos .theme-demos,
.show-search-popup .show-menu .theme-demos {
    z-index: 1;
}


/* Move it (define the animation) */

@-moz-keyframes example1 {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes example1 {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes example1 {
    0% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }
}


/* ===================================
    06. Background and border
====================================== */


/* Background color */

.bg-base-color {
    background-color: var(--base-color);
}

.bg-dark-gray,
.bg-dark-gray:focus {
    background-color: var(--dark-gray);
}

.bg-black {
    background-color: var(--black);
}

.bg-medium-gray {
    background-color: var(--medium-gray);
}

.bg-light-medium-gray {
    background-color: var(--light-medium-gray);
}

.bg-extra-medium-gray {
    background-color: var(--extra-medium-gray);
}

.bg-light-gray {
    background-color: var(--light-gray);
}

.bg-very-light-gray {
    background-color: var(--very-light-gray);
}

.bg-red {
    background-color: var(--red);
}

.bg-light-red {
    background-color: var(--light-red);
}

.bg-green {
    background-color: var(--green);
}

.bg-crusoe-green {
    background-color: var(--crusoe-green);
}

.bg-yellow {
    background-color: var(--yellow);
}

.bg-charcoal-blue {
    background-color: var(--charcoal-blue);
}

.bg-slate-blue {
    background-color: var(--slate-blue);
}

.bg-medium-slate-blue {
    background-color: var(--medium-slate-blue);
}

.bg-extra-medium-slate-blue {
    background-color: var(--extra-medium-slate-blue);
}

.bg-dark-slate-blue {
    background-color: var(--dark-slate-blue);
}

.bg-extra-dark-slate-blue {
    background-color: var(--extra-dark-slate-blue);
}

.bg-extra-very-slate-blue {
    background-color: var(--extra-very-slate-blue);
}

.bg-tussock-yellow {
    background-color: var(--tussock-yellow);
}

.bg-solitude-blue {
    background-color: var(--solitude-blue);
}

.bg-aluminium-grey {
    background-color: var(--aluminium-grey);
}

.bg-selago {
    background-color: var(--selago);
}

.bg-white-ice {
    background-color: var(--white-ice);
}

.bg-golden-yellow {
    background-color: var(--golden-yellow);
}

.bg-jade {
    background-color: var(--jade);
}

.bg-orange {
    background-color: var(--orange);
}

.bg-light-majorelle-blue {
    background-color: var(--light-majorelle-blue);
}

.bg-majorelle-blue {
    background-color: var(--majorelle-blue);
}

.bg-spring-wood {
    background-color: var(--spring-wood);
}

.bg-tropical-blue {
    background-color: var(--tropical-blue);
}

.bg-cornflower-blue {
    background-color: var(--cornflower-blue);
}

.bg-camarone {
    background-color: var(--camarone);
}

.bg-seal-brown {
    background-color: var(--seal-brown);
}

.bg-Wasabi {
    background-color: var(--Wasabi);
}


/* Gradient background color */

.bg-gradient-light-pink-light-orange {
    background-image: linear-gradient(to right top, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
}

.bg-gradient-purple-pink {
    background-image: linear-gradient(to right top, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
}

.bg-gradient-fast-pink-light-yellow {
    background-image: linear-gradient(to right top, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
}

.bg-gradient-pink-orange {
    background-image: linear-gradient(to right top, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
}

.bg-gradient-fast-blue-purple {
    background-image: linear-gradient(to right top, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
}

.bg-gradient-light-pink-light-purple {
    background-image: linear-gradient(to right top, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
}

.bg-gradient-purple-magento {
    background-image: linear-gradient(to right top, #5553e1, #a34dcc, #ce4fb5, #e75ca1, #f47291);
}

.bg-gradient-blue-green {
    background-image: linear-gradient(to right top, #18cdbb, #22d2ae, #3cd69d, #57da89, #73dc73);
}

.bg-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393);
}

.bg-gradient-sky-blue-pink {
    background-image: linear-gradient(to right top, #5758df, #a553cb, #d055b5, #ea63a0, #f77991);
}

.bg-gradient-dark-gray-brown {
    background-image: linear-gradient(to right top, #0f130f, #1e1d15, #3d2f20, #4e3b27, #664a2f);
}

.bg-gradient-tan-geraldine {
    background-image: linear-gradient(to right top, #fb7f87, #fc8a82, #fb957f, #fa9f7f, #f7aa80);
}

.bg-gradient-very-light-gray {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}

.bg-gradient-top-very-light-gray {
    background-image: linear-gradient(to top, #f7f7f7, #f7f7f7, #fcfafa, #fcfafa, #ffffff);
}

.bg-gradient-orange-transparent {
    background: linear-gradient(to right, rgb(233, 117, 34) 10%, rgba(255, 255, 255, 0) 95%);
}

.bg-gradient-blue-transparent {
    background: linear-gradient(to right, rgb(30, 163, 177) 10%, rgba(255, 255, 255, 0) 95%);
}

.bg-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(50deg, #09afea 0, #19e089 100%);
}

.bg-gradient-very-ghost-white {
    background-image: linear-gradient(to bottom, #f4f6ff, #f7f8ff, #fafaff, #fdfdff, #ffffff);
}


/* Transparent background color */

.bg-transparent {
    background-color: transparent;
}

.bg-gradient-fast-blue-purple-transparent {
    background-image: linear-gradient(to right top, rgb(42, 70, 244), rgba(95, 66, 249, 0.9), rgba(131, 60, 252, 0.9), rgba(162, 51, 254, 0.9), rgba(191, 37, 255, 0.9));
}

.bg-gradient-fast-pink-light-yellow-transparent {
    background-image: linear-gradient(to right top, rgba(247, 86, 127, 0.9), rgba(254, 113, 119, 0.9), rgba(255, 138, 116, 0.9), rgba(255, 163, 120, 0.9), rgba(255, 186, 131, 0.9));
}

.bg-gradient-sky-blue-pink-transparent {
    background-image: linear-gradient(to right top, rgba(87, 88, 223, 0.9), rgba(165, 83, 203, 0.9), rgba(208, 85, 181, 0.9), rgba(234, 99, 160, 0.9), rgba(247, 121, 145, 0.9));
}

.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 0.8)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 0.8) 0%, transparent 100%);
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #141622), to(transparent));
    background: linear-gradient(to top, #141622 7%, transparent 100%);
}

.bg-gradient-dark-gray-left-transparent {
    background: -webkit-linear-gradient(right, rgba(24, 25, 28, 0.5), rgba(255, 255, 255, 0));
    background: linear-gradient(to right, rgba(24, 25, 28, 0.5), rgba(255, 255, 255, 0));
}

.bg-gradient-white-transparent {
    background: linear-gradient(to top, #ffffff 20%, rgba(255, 255, 255, 0) 80%);
}

.bg-gradient-white-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffffff), to(transparent));
    background: linear-gradient(to top, #ffffff 30%, rgba(255, 255, 255, 0) 70%);
}

.bg-gradient-white-bottom-transparent {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 60%);
}

.bg-gradient-black-bottom-transparent {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.bg-gradient-solitude-blue-transparent {
    background: -webkit-linear-gradient(bottom, rgb(240, 244, 253), rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgb(240, 244, 253), rgba(255, 255, 255, 0));
}

.bg-gradient-extra-midium-gray-transparent {
    background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(150%, rgba(20, 20, 20, 0.3)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, 0.3) 150%);
}

.bg-dark-gray-transparent {
    background-color: rgba(35, 35, 35, 0.8);
}

.bg-dark-gray-transparent-light {
    background-color: rgba(35, 35, 35, 0.2);
}

.bg-dark-gray-transparent-medium {
    background-color: rgba(35, 35, 35, 0.4);
}

.bg-medium-gray-transparent {
    background-color: rgba(111, 111, 111, 0.1);
}

.bg-light-gray-transparent {
    background-color: rgb(251, 251, 251);
}

.bg-medium-gray-transparent {
    background-color: rgba(136, 136, 136, 0.3);
}

.bg-black-transparent-light {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-transparent-medium {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-white-transparent-extra-light,
.bg-white-transparent-extra-light:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-transparent-very-light {
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-transparent-light {
    background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.7);
}


/* Background image */

.contain-background {
    background-size: contain;
}

.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
}

.fix-background {
    position: relative;
    background-size: cover !important;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.background-size-inherit {
    background-size: inherit !important;
}

.background-attachment-inherit {
    background-attachment: inherit !important;
}

.background-position-left {
    background-position: left center !important;
}

.background-position-left-bottom {
    background-position: left bottom !important;
}

.background-position-left-center {
    background-position: left center !important;
}

.background-position-right {
    background-position: right center !important;
}

.background-position-right-top {
    background-position: right top !important;
}

.background-position-center-top {
    background-position: center top !important;
}

.background-position-left-top {
    background-position: left top !important;
}

.background-position-right-bottom {
    background-position: right bottom !important;
}

.background-position-center-bottom {
    background-position: center bottom 0px !important;
}

.background-repeat {
    background-repeat: repeat;
}

.background-no-repeat {
    background-repeat: no-repeat;
}

.background-no-repeat-y {
    background-repeat-y: no-repeat;
}

.background-position-center {
    background-position: center !important;
}


/* Background size */

.background-size-100 {
    background-size: 100% !important;
}

.background-size-auto-100 {
    background-size: auto 100% !important;
}

.background-size-contain {
    background-size: contain !important;
}


/* Border width */

.border-6 {
    border-width: 6px !important;
}

.border-7 {
    border-width: 7px !important;
}

.border-8 {
    border-width: 8px !important;
}

.border-9 {
    border-width: 9px !important;
}

.border-10 {
    border-width: 10px !important;
}


/* Border style */

.border-dotted {
    border-style: dotted !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-solid {
    border-style: solid !important;
}

.border-double {
    border-style: double !important;
}

.border-groove {
    border-style: groove !important;
}

.border-ridge {
    border-style: ridge !important;
}

.border-inset {
    border-style: inset !important;
}

.border-outset {
    border-style: outset !important;
}

.border-none {
    border-style: none !important;
}

.border-hidden {
    border-style: hidden !important;
}


/* Border color */

.border-color-base-color {
    border-color: var(--base-color) !important;
}

.border-color-white {
    border-color: var(--white) !important;
}

.border-color-dark-gray {
    border-color: var(--dark-gray) !important;
}

.border-color-medium-gray {
    border-color: var(--medium-gray) !important;
}

.border-color-light-gray {
    border-color: var(--light-gray) !important;
}

.border-color-very-light-gray {
    border-color: var(--very-light-gray) !important;
}

.border-color-light-medium-gray {
    border-color: var(--light-medium-gray) !important;
}

.border-color-extra-medium-gray {
    border-color: var(--extra-medium-gray) !important;
}

.border-color-yellow {
    border-color: var(--yellow) !important;
}

.border-color-orange {
    border-color: var(--orange) !important;
}

.border-color-red {
    border-color: var(--red) !important;
}

.border-color-transparent-dark-very-light {
    border-color: rgba(35, 35, 35, 0.1) !important;
}

.border-color-transparent-dark-light {
    border-color: rgba(35, 35, 35, 0.2) !important;
}

.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.border-color-transparent-white-light {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-color-transparent-white {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.border-color-transparent {
    border-color: transparent !important;
}

.border-color-transparent-on-hover:hover {
    border-color: transparent !important;
}


/* Gradient border color */

.border-gradient-light-pink-light-orange {
    border-image: linear-gradient(to right top, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
    border-image-slice: 1;
}

.border-gradient-purple-pink {
    border-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
    border-image-slice: 1;
}

.border-gradient-fast-pink-light-yellow {
    border-image: linear-gradient(to right top, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
    border-image-slice: 1;
}

.border-gradient-pink-orange {
    border-image: linear-gradient(to right top, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
    border-image-slice: 1;
}

.border-gradient-fast-blue-purple {
    border-image: linear-gradient(to right top, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
    border-image-slice: 1;
}

.border-gradient-light-pink-light-purple {
    border-image: linear-gradient(to right top, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
    border-image-slice: 1;
}

.border-gradient-light-green-light-perotgreen {
    border-image: linear-gradient(to right top, #5553e1, #a34dcc, #ce4fb5, #e75ca1, #f47291);
    border-image-slice: 1;
}

.border-gradient-sky-blue-pink {
    border-image: linear-gradient(to right top, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
    border-image-slice: 1;
}


/* Border radius */

.border-radius-0px {
    border-radius: 0 !important;
}

.border-radius-1px {
    border-radius: 1px !important;
}

.border-radius-2px {
    border-radius: 2px !important;
}

.border-radius-3px {
    border-radius: 3px !important;
}

.border-radius-4px {
    border-radius: 4px !important;
}

.border-radius-5px {
    border-radius: 5px !important;
}

.border-radius-6px {
    border-radius: 6px !important;
}

.border-radius-7px {
    border-radius: 7px !important;
}

.border-radius-8px {
    border-radius: 8px !important;
}

.border-radius-9px {
    border-radius: 9px !important;
}

.border-radius-10px {
    border-radius: 10px !important;
}

.border-radius-15px {
    border-radius: 15px !important;
}

.border-radius-18px {
    border-radius: 18px !important;
}

.border-radius-20px {
    border-radius: 20px !important;
}

.border-radius-22px {
    border-radius: 22px !important;
}

.border-radius-24px {
    border-radius: 24px !important;
}

.border-radius-26px {
    border-radius: 26px !important;
}

.border-radius-30px {
    border-radius: 30px !important;
}

.border-radius-40px {
    border-radius: 40px !important;
}

.border-radius-50px {
    border-radius: 50px !important;
}

.border-radius-100px {
    border-radius: 100px !important;
}

.border-radius-50 {
    border-radius: 50% !important;
}

.border-radius-100 {
    border-radius: 100% !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.border-radius-top-left {
    border-radius: 10px 0 0 10px !important;
}


/* Parallax background */

.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-timing-function: none;
    -webkit-transition-timing-function: none;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
}


/* ===================================
    07. Width
====================================== */

.w-1px {
    width: 1px !important;
}

.w-2px {
    width: 2px !important;
}

.w-3px {
    width: 3px !important;
}

.w-4px {
    width: 4px !important;
}

.w-5px {
    width: 5px !important;
}

.w-6px {
    width: 6px !important;
}

.w-7px {
    width: 7px !important;
}

.w-8px {
    width: 8px !important;
}

.w-9px {
    width: 9px !important;
}

.w-10px {
    width: 10px !important;
}

.w-15px {
    width: 15px !important;
}

.w-20px {
    width: 20px !important;
}

.w-25px {
    width: 25px !important;
}

.w-30px {
    width: 30px !important;
}

.w-35px {
    width: 35px !important;
}

.w-40px {
    width: 40px !important;
}

.w-45px {
    width: 45px !important;
}

.w-50px {
    width: 50px !important;
}

.w-55px {
    width: 55px !important;
}

.w-60px {
    width: 60px !important;
}

.w-65px {
    width: 65px !important;
}

.w-70px {
    width: 70px !important;
}

.w-75px {
    width: 75px !important;
}

.w-80px {
    width: 80px !important;
}

.w-85px {
    width: 85px !important;
}

.w-90px {
    width: 90px !important;
}

.w-95px {
    width: 95px !important;
}

.w-100px {
    width: 100px !important;
}

.w-110px {
    width: 110px !important;
}

.w-120px {
    width: 120px !important;
}

.w-130px {
    width: 130px !important;
}

.w-140px {
    width: 140px !important;
}

.w-150px {
    width: 150px !important;
}

.w-160px {
    width: 160px !important;
}

.w-170px {
    width: 170px !important;
}

.w-180px {
    width: 180px !important;
}

.w-190px {
    width: 190px !important;
}

.w-200px {
    width: 200px !important;
}

.w-210px {
    width: 210px !important;
}

.w-220px {
    width: 220px !important;
}

.w-230px {
    width: 230px !important;
}

.w-240px {
    width: 240px !important;
}

.w-250px {
    width: 250px !important;
}

.w-260px {
    width: 260px !important;
}

.w-270px {
    width: 270px !important;
}

.w-280px {
    width: 280px !important;
}

.w-290px {
    width: 290px !important;
}

.w-300px {
    width: 300px !important;
}

.w-310px {
    width: 310px !important;
}

.w-320px {
    width: 320px !important;
}

.w-330px {
    width: 330px !important;
}

.w-340px {
    width: 340px !important;
}

.w-350px {
    width: 350px !important;
}

.w-360px {
    width: 360px !important;
}

.w-370px {
    width: 370px !important;
}

.w-380px {
    width: 380px !important;
}

.w-390px {
    width: 390px !important;
}

.w-400px {
    width: 400px !important;
}

.w-450px {
    width: 450px !important;
}

.w-500px {
    width: 500px !important;
}

.w-550px {
    width: 550px !important;
}

.w-600px {
    width: 600px !important;
}

.w-650px {
    width: 650px !important;
}

.w-700px {
    width: 700px !important;
}

.w-750px {
    width: 750px !important;
}

.w-800px {
    width: 800px !important;
}

.w-850px {
    width: 850px !important;
}

.w-900px {
    width: 900px !important;
}

.w-950px {
    width: 950px !important;
}

.w-1000px {
    width: 1000px !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}


/* ===================================
    08. Height
====================================== */

.h-1px {
    height: 1px !important;
}

.h-2px {
    height: 2px !important;
}

.h-3px {
    height: 3px !important;
}

.h-4px {
    height: 4px !important;
}

.h-5px {
    height: 5px !important;
}

.h-6px {
    height: 6px !important;
}

.h-7px {
    height: 7px !important;
}

.h-8px {
    height: 8px !important;
}

.h-9px {
    height: 9px !important;
}

.h-10px {
    height: 10px !important;
}

.h-11px {
    height: 11px !important;
}

.h-12px {
    height: 12px !important;
}

.h-13px {
    height: 13px !important;
}

.h-14px {
    height: 14px !important;
}

.h-15px {
    height: 15px !important;
}

.h-20px {
    height: 20px !important;
}

.h-25px {
    height: 25px !important;
}

.h-30px {
    height: 30px !important;
}

.h-35px {
    height: 35px !important;
}

.h-40px {
    height: 40px !important;
}

.h-42px {
    height: 42px !important;
}

.h-45px {
    height: 45px !important;
}

.h-50px {
    height: 50px !important;
}

.h-55px {
    height: 55px !important;
}

.h-60px {
    height: 60px !important;
}

.h-65px {
    height: 65px !important;
}

.h-70px {
    height: 70px !important;
}

.h-75px {
    height: 75px !important;
}

.h-80px {
    height: 80px !important;
}

.h-85px {
    height: 85px !important;
}

.h-90px {
    height: 90px !important;
}

.h-95px {
    height: 95px !important;
}

.h-100px {
    height: 100px !important;
}

.h-110px {
    height: 110px !important;
}

.h-120px {
    height: 120px !important;
}

.h-130px {
    height: 130px !important;
}

.h-140px {
    height: 140px !important;
}

.h-150px {
    height: 150px !important;
}

.h-160px {
    height: 160px !important;
}

.h-170px {
    height: 170px !important;
}

.h-180px {
    height: 180px !important;
}

.h-190px {
    height: 190px !important;
}

.h-200px {
    height: 200px !important;
}

.h-210px {
    height: 210px !important;
}

.h-220px {
    height: 220px !important;
}

.h-230px {
    height: 230px !important;
}

.h-240px {
    height: 240px !important;
}

.h-250px {
    height: 250px !important;
}

.h-260px {
    height: 260px !important;
}

.h-270px {
    height: 270px !important;
}

.h-280px {
    height: 280px !important;
}

.h-290px {
    height: 290px !important;
}

.h-300px {
    height: 300px !important;
}

.h-350px {
    height: 350px !important;
}

.h-400px {
    height: 400px !important;
}

.h-450px {
    height: 450px !important;
}

.h-480px {
    height: 480px !important;
}

.h-500px {
    height: 500px !important;
}

.h-550px {
    height: 550px !important;
}

.h-580px {
    height: 580px !important;
}

.h-600px {
    height: 600px !important;
}

.h-650px {
    height: 650px !important;
}

.h-700px {
    height: 700px !important;
}

.h-750px {
    height: 750px !important;
}

.h-800px {
    height: 800px !important;
}

.h-850px {
    height: 850px !important;
}

.h-auto {
    height: auto !important;
}


/* Screen height */

.extra-very-small-screen {
    height: 250px !important;
}

.extra-small-screen {
    height: 300px !important;
}

.small-screen {
    height: 400px !important;
}

.one-half-screen {
    height: 600px !important;
}

.one-third-screen {
    height: 700px !important;
}

.one-fourth-screen {
    height: 800px !important;
}

.one-fifth-screen {
    height: 900px !important;
}

.one-sixth-screen {
    height: 1000px !important;
}

.one-seventh-screen {
    height: 1200px !important;
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: auto;
    }
}


/* ===================================
    09. Loop - Padding, margin, position, font weight, min height, opacity and z-index
====================================== */


/* Padding and margin */

.p-5px {
    padding: 5px !important;
}

.p-10px {
    padding: 10px !important;
}

.p-15px {
    padding: 15px !important;
}

.p-20px {
    padding: 20px !important;
}

.p-25px {
    padding: 25px !important;
}

.p-30px {
    padding: 30px !important;
}

.p-35px {
    padding: 35px !important;
}

.p-40px {
    padding: 40px !important;
}

.p-45px {
    padding: 45px !important;
}

.p-50px {
    padding: 50px !important;
}

.p-55px {
    padding: 55px !important;
}

.p-60px {
    padding: 60px !important;
}

.p-65px {
    padding: 65px !important;
}

.p-70px {
    padding: 70px !important;
}

.p-1 {
    padding: 1% !important;
}

.p-2 {
    padding: 2% !important;
}

.p-3 {
    padding: 3% !important;
}

.p-4 {
    padding: 4% !important;
}

.p-5 {
    padding: 5% !important;
}

.p-6 {
    padding: 6% !important;
}

.p-7 {
    padding: 7% !important;
}

.p-8 {
    padding: 8% !important;
}

.p-9 {
    padding: 9% !important;
}

.p-10 {
    padding: 10% !important;
}

.p-11 {
    padding: 11% !important;
}

.p-12 {
    padding: 12% !important;
}

.p-13 {
    padding: 13% !important;
}

.p-14 {
    padding: 14% !important;
}

.p-15 {
    padding: 15% !important;
}

.p-16 {
    padding: 16% !important;
}

.p-17 {
    padding: 17% !important;
}

.p-18 {
    padding: 18% !important;
}

.p-19 {
    padding: 19% !important;
}

.p-20 {
    padding: 20% !important;
}

.p-21 {
    padding: 21% !important;
}

.p-22 {
    padding: 22% !important;
}

.p-23 {
    padding: 23% !important;
}

.p-24 {
    padding: 24% !important;
}

.p-25 {
    padding: 25% !important;
}

.p-26 {
    padding: 26% !important;
}

.p-27 {
    padding: 27% !important;
}

.p-28 {
    padding: 28% !important;
}

.p-29 {
    padding: 29% !important;
}

.p-30 {
    padding: 30% !important;
}

.pt-5px {
    padding-top: 5px !important;
}

.pt-10px {
    padding-top: 10px !important;
}

.pt-15px {
    padding-top: 15px !important;
}

.pt-20px {
    padding-top: 20px !important;
}

.pt-25px {
    padding-top: 25px !important;
}

.pt-30px {
    padding-top: 30px !important;
}

.pt-35px {
    padding-top: 35px !important;
}

.pt-40px {
    padding-top: 40px !important;
}

.pt-45px {
    padding-top: 45px !important;
}

.pt-50px {
    padding-top: 50px !important;
}

.pt-55px {
    padding-top: 55px !important;
}

.pt-60px {
    padding-top: 60px !important;
}

.pt-65px {
    padding-top: 65px !important;
}

.pt-70px {
    padding-top: 70px !important;
}

.pt-1 {
    padding-top: 1% !important;
}

.pt-2 {
    padding-top: 2% !important;
}

.pt-3 {
    padding-top: 3% !important;
}

.pt-4 {
    padding-top: 4% !important;
}

.pt-5 {
    padding-top: 5% !important;
}

.pt-6 {
    padding-top: 6% !important;
}

.pt-7 {
    padding-top: 7% !important;
}

.pt-8 {
    padding-top: 8% !important;
}

.pt-9 {
    padding-top: 9% !important;
}

.pt-10 {
    padding-top: 10% !important;
}

.pt-11 {
    padding-top: 11% !important;
}

.pt-12 {
    padding-top: 12% !important;
}

.pt-13 {
    padding-top: 13% !important;
}

.pt-14 {
    padding-top: 14% !important;
}

.pt-15 {
    padding-top: 15% !important;
}

.pt-16 {
    padding-top: 16% !important;
}

.pt-17 {
    padding-top: 17% !important;
}

.pt-18 {
    padding-top: 18% !important;
}

.pt-19 {
    padding-top: 19% !important;
}

.pt-20 {
    padding-top: 20% !important;
}

.pt-21 {
    padding-top: 21% !important;
}

.pt-22 {
    padding-top: 22% !important;
}

.pt-23 {
    padding-top: 23% !important;
}

.pt-24 {
    padding-top: 24% !important;
}

.pt-25 {
    padding-top: 25% !important;
}

.pt-26 {
    padding-top: 26% !important;
}

.pt-27 {
    padding-top: 27% !important;
}

.pt-28 {
    padding-top: 28% !important;
}

.pt-29 {
    padding-top: 29% !important;
}

.pt-30 {
    padding-top: 30% !important;
}

.pe-5px {
    padding-right: 5px !important;
}

.pe-10px {
    padding-right: 10px !important;
}

.pe-15px {
    padding-right: 15px !important;
}

.pe-20px {
    padding-right: 20px !important;
}

.pe-25px {
    padding-right: 25px !important;
}

.pe-30px {
    padding-right: 30px !important;
}

.pe-35px {
    padding-right: 35px !important;
}

.pe-40px {
    padding-right: 40px !important;
}

.pe-45px {
    padding-right: 45px !important;
}

.pe-50px {
    padding-right: 50px !important;
}

.pe-55px {
    padding-right: 55px !important;
}

.pe-60px {
    padding-right: 60px !important;
}

.pe-65px {
    padding-right: 65px !important;
}

.pe-70px {
    padding-right: 70px !important;
}

.pe-1 {
    padding-right: 1% !important;
}

.pe-2 {
    padding-right: 2% !important;
}

.pe-3 {
    padding-right: 3% !important;
}

.pe-4 {
    padding-right: 4% !important;
}

.pe-5 {
    padding-right: 5% !important;
}

.pe-6 {
    padding-right: 6% !important;
}

.pe-7 {
    padding-right: 7% !important;
}

.pe-8 {
    padding-right: 8% !important;
}

.pe-9 {
    padding-right: 9% !important;
}

.pe-10 {
    padding-right: 10% !important;
}

.pe-11 {
    padding-right: 11% !important;
}

.pe-12 {
    padding-right: 12% !important;
}

.pe-13 {
    padding-right: 13% !important;
}

.pe-14 {
    padding-right: 14% !important;
}

.pe-15 {
    padding-right: 15% !important;
}

.pe-16 {
    padding-right: 16% !important;
}

.pe-17 {
    padding-right: 17% !important;
}

.pe-18 {
    padding-right: 18% !important;
}

.pe-19 {
    padding-right: 19% !important;
}

.pe-20 {
    padding-right: 20% !important;
}

.pe-21 {
    padding-right: 21% !important;
}

.pe-22 {
    padding-right: 22% !important;
}

.pe-23 {
    padding-right: 23% !important;
}

.pe-24 {
    padding-right: 24% !important;
}

.pe-25 {
    padding-right: 25% !important;
}

.pe-26 {
    padding-right: 26% !important;
}

.pe-27 {
    padding-right: 27% !important;
}

.pe-28 {
    padding-right: 28% !important;
}

.pe-29 {
    padding-right: 29% !important;
}

.pe-30 {
    padding-right: 30% !important;
}

.pb-5px {
    padding-bottom: 5px !important;
}

.pb-10px {
    padding-bottom: 10px !important;
}

.pb-15px {
    padding-bottom: 15px !important;
}

.pb-20px {
    padding-bottom: 20px !important;
}

.pb-25px {
    padding-bottom: 25px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

.pb-35px {
    padding-bottom: 35px !important;
}

.pb-40px {
    padding-bottom: 40px !important;
}

.pb-45px {
    padding-bottom: 45px !important;
}

.pb-50px {
    padding-bottom: 50px !important;
}

.pb-55px {
    padding-bottom: 55px !important;
}

.pb-60px {
    padding-bottom: 60px !important;
}

.pb-65px {
    padding-bottom: 65px !important;
}

.pb-70px {
    padding-bottom: 70px !important;
}

.pb-1 {
    padding-bottom: 1% !important;
}

.pb-2 {
    padding-bottom: 2% !important;
}

.pb-3 {
    padding-bottom: 3% !important;
}

.pb-4 {
    padding-bottom: 4% !important;
}

.pb-5 {
    padding-bottom: 5% !important;
}

.pb-6 {
    padding-bottom: 6% !important;
}

.pb-7 {
    padding-bottom: 7% !important;
}

.pb-8 {
    padding-bottom: 8% !important;
}

.pb-9 {
    padding-bottom: 9% !important;
}

.pb-10 {
    padding-bottom: 10% !important;
}

.pb-11 {
    padding-bottom: 11% !important;
}

.pb-12 {
    padding-bottom: 12% !important;
}

.pb-13 {
    padding-bottom: 13% !important;
}

.pb-14 {
    padding-bottom: 14% !important;
}

.pb-15 {
    padding-bottom: 15% !important;
}

.pb-16 {
    padding-bottom: 16% !important;
}

.pb-17 {
    padding-bottom: 17% !important;
}

.pb-18 {
    padding-bottom: 18% !important;
}

.pb-19 {
    padding-bottom: 19% !important;
}

.pb-20 {
    padding-bottom: 20% !important;
}

.pb-21 {
    padding-bottom: 21% !important;
}

.pb-22 {
    padding-bottom: 22% !important;
}

.pb-23 {
    padding-bottom: 23% !important;
}

.pb-24 {
    padding-bottom: 24% !important;
}

.pb-25 {
    padding-bottom: 25% !important;
}

.pb-26 {
    padding-bottom: 26% !important;
}

.pb-27 {
    padding-bottom: 27% !important;
}

.pb-28 {
    padding-bottom: 28% !important;
}

.pb-29 {
    padding-bottom: 29% !important;
}

.pb-30 {
    padding-bottom: 30% !important;
}

.ps-5px {
    padding-left: 5px !important;
}

.ps-10px {
    padding-left: 10px !important;
}

.ps-15px {
    padding-left: 15px !important;
}

.ps-20px {
    padding-left: 20px !important;
}

.ps-25px {
    padding-left: 25px !important;
}

.ps-30px {
    padding-left: 30px !important;
}

.ps-35px {
    padding-left: 35px !important;
}

.ps-40px {
    padding-left: 40px !important;
}

.ps-45px {
    padding-left: 45px !important;
}

.ps-50px {
    padding-left: 50px !important;
}

.ps-55px {
    padding-left: 55px !important;
}

.ps-60px {
    padding-left: 60px !important;
}

.ps-65px {
    padding-left: 65px !important;
}

.ps-70px {
    padding-left: 70px !important;
}

.ps-1 {
    padding-left: 1% !important;
}

.ps-2 {
    padding-left: 2% !important;
}

.ps-3 {
    padding-left: 3% !important;
}

.ps-4 {
    padding-left: 4% !important;
}

.ps-5 {
    padding-left: 5% !important;
}

.ps-6 {
    padding-left: 6% !important;
}

.ps-7 {
    padding-left: 7% !important;
}

.ps-8 {
    padding-left: 8% !important;
}

.ps-9 {
    padding-left: 9% !important;
}

.ps-10 {
    padding-left: 10% !important;
}

.ps-11 {
    padding-left: 11% !important;
}

.ps-12 {
    padding-left: 12% !important;
}

.ps-13 {
    padding-left: 13% !important;
}

.ps-14 {
    padding-left: 14% !important;
}

.ps-15 {
    padding-left: 15% !important;
}

.ps-16 {
    padding-left: 16% !important;
}

.ps-17 {
    padding-left: 17% !important;
}

.ps-18 {
    padding-left: 18% !important;
}

.ps-19 {
    padding-left: 19% !important;
}

.ps-20 {
    padding-left: 20% !important;
}

.ps-21 {
    padding-left: 21% !important;
}

.ps-22 {
    padding-left: 22% !important;
}

.ps-23 {
    padding-left: 23% !important;
}

.ps-24 {
    padding-left: 24% !important;
}

.ps-25 {
    padding-left: 25% !important;
}

.ps-26 {
    padding-left: 26% !important;
}

.ps-27 {
    padding-left: 27% !important;
}

.ps-28 {
    padding-left: 28% !important;
}

.ps-29 {
    padding-left: 29% !important;
}

.ps-30 {
    padding-left: 30% !important;
}

.m-5px {
    margin: 5px !important;
}

.m-10px {
    margin: 10px !important;
}

.m-15px {
    margin: 15px !important;
}

.m-20px {
    margin: 20px !important;
}

.m-25px {
    margin: 25px !important;
}

.m-30px {
    margin: 30px !important;
}

.m-35px {
    margin: 35px !important;
}

.m-40px {
    margin: 40px !important;
}

.m-45px {
    margin: 45px !important;
}

.m-50px {
    margin: 50px !important;
}

.m-55px {
    margin: 55px !important;
}

.m-60px {
    margin: 60px !important;
}

.m-65px {
    margin: 65px !important;
}

.m-70px {
    margin: 70px !important;
}

.m-1 {
    margin: 1% !important;
}

.m-2 {
    margin: 2% !important;
}

.m-3 {
    margin: 3% !important;
}

.m-4 {
    margin: 4% !important;
}

.m-5 {
    margin: 5% !important;
}

.m-6 {
    margin: 6% !important;
}

.m-7 {
    margin: 7% !important;
}

.m-8 {
    margin: 8% !important;
}

.m-9 {
    margin: 9% !important;
}

.m-10 {
    margin: 10% !important;
}

.m-11 {
    margin: 11% !important;
}

.m-12 {
    margin: 12% !important;
}

.m-13 {
    margin: 13% !important;
}

.m-14 {
    margin: 14% !important;
}

.m-15 {
    margin: 15% !important;
}

.m-16 {
    margin: 16% !important;
}

.m-17 {
    margin: 17% !important;
}

.m-18 {
    margin: 18% !important;
}

.m-19 {
    margin: 19% !important;
}

.m-20 {
    margin: 20% !important;
}

.m-21 {
    margin: 21% !important;
}

.m-22 {
    margin: 22% !important;
}

.m-23 {
    margin: 23% !important;
}

.m-24 {
    margin: 24% !important;
}

.m-25 {
    margin: 25% !important;
}

.m-26 {
    margin: 26% !important;
}

.m-27 {
    margin: 27% !important;
}

.m-28 {
    margin: 28% !important;
}

.m-29 {
    margin: 29% !important;
}

.m-30 {
    margin: 30% !important;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-25px {
    margin-top: 25px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-35px {
    margin-top: 35px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.mt-45px {
    margin-top: 45px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

.mt-55px {
    margin-top: 55px !important;
}

.mt-60px {
    margin-top: 60px !important;
}

.mt-65px {
    margin-top: 65px !important;
}

.mt-70px {
    margin-top: 70px !important;
}

.mt-1 {
    margin-top: 1% !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-5 {
    margin-top: 5% !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.mt-7 {
    margin-top: 7% !important;
}

.mt-8 {
    margin-top: 8% !important;
}

.mt-9 {
    margin-top: 9% !important;
}

.mt-10 {
    margin-top: 10% !important;
}

.mt-11 {
    margin-top: 11% !important;
}

.mt-12 {
    margin-top: 12% !important;
}

.mt-13 {
    margin-top: 13% !important;
}

.mt-14 {
    margin-top: 14% !important;
}

.mt-15 {
    margin-top: 15% !important;
}

.mt-16 {
    margin-top: 16% !important;
}

.mt-17 {
    margin-top: 17% !important;
}

.mt-18 {
    margin-top: 18% !important;
}

.mt-19 {
    margin-top: 19% !important;
}

.mt-20 {
    margin-top: 20% !important;
}

.mt-21 {
    margin-top: 21% !important;
}

.mt-22 {
    margin-top: 22% !important;
}

.mt-23 {
    margin-top: 23% !important;
}

.mt-24 {
    margin-top: 24% !important;
}

.mt-25 {
    margin-top: 25% !important;
}

.mt-26 {
    margin-top: 26% !important;
}

.mt-27 {
    margin-top: 27% !important;
}

.mt-28 {
    margin-top: 28% !important;
}

.mt-29 {
    margin-top: 29% !important;
}

.mt-30 {
    margin-top: 30% !important;
}

.me-5px {
    margin-right: 5px !important;
}

.me-10px {
    margin-right: 10px !important;
}

.me-15px {
    margin-right: 15px !important;
}

.me-20px {
    margin-right: 20px !important;
}

.me-25px {
    margin-right: 25px !important;
}

.me-30px {
    margin-right: 30px !important;
}

.me-35px {
    margin-right: 35px !important;
}

.me-40px {
    margin-right: 40px !important;
}

.me-45px {
    margin-right: 45px !important;
}

.me-50px {
    margin-right: 50px !important;
}

.me-55px {
    margin-right: 55px !important;
}

.me-60px {
    margin-right: 60px !important;
}

.me-65px {
    margin-right: 65px !important;
}

.me-70px {
    margin-right: 70px !important;
}

.me-1 {
    margin-right: 1% !important;
}

.me-2 {
    margin-right: 2% !important;
}

.me-3 {
    margin-right: 3% !important;
}

.me-4 {
    margin-right: 4% !important;
}

.me-5 {
    margin-right: 5% !important;
}

.me-6 {
    margin-right: 6% !important;
}

.me-7 {
    margin-right: 7% !important;
}

.me-8 {
    margin-right: 8% !important;
}

.me-9 {
    margin-right: 9% !important;
}

.me-10 {
    margin-right: 10% !important;
}

.me-11 {
    margin-right: 11% !important;
}

.me-12 {
    margin-right: 12% !important;
}

.me-13 {
    margin-right: 13% !important;
}

.me-14 {
    margin-right: 14% !important;
}

.me-15 {
    margin-right: 15% !important;
}

.me-16 {
    margin-right: 16% !important;
}

.me-17 {
    margin-right: 17% !important;
}

.me-18 {
    margin-right: 18% !important;
}

.me-19 {
    margin-right: 19% !important;
}

.me-20 {
    margin-right: 20% !important;
}

.me-21 {
    margin-right: 21% !important;
}

.me-22 {
    margin-right: 22% !important;
}

.me-23 {
    margin-right: 23% !important;
}

.me-24 {
    margin-right: 24% !important;
}

.me-25 {
    margin-right: 25% !important;
}

.me-26 {
    margin-right: 26% !important;
}

.me-27 {
    margin-right: 27% !important;
}

.me-28 {
    margin-right: 28% !important;
}

.me-29 {
    margin-right: 29% !important;
}

.me-30 {
    margin-right: 30% !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-25px {
    margin-bottom: 25px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-35px {
    margin-bottom: 35px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-45px {
    margin-bottom: 45px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-55px {
    margin-bottom: 55px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}

.mb-65px {
    margin-bottom: 65px !important;
}

.mb-70px {
    margin-bottom: 70px !important;
}

.mb-1 {
    margin-bottom: 1% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-3 {
    margin-bottom: 3% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mb-5 {
    margin-bottom: 5% !important;
}

.mb-6 {
    margin-bottom: 6% !important;
}

.mb-7 {
    margin-bottom: 7% !important;
}

.mb-8 {
    margin-bottom: 8% !important;
}

.mb-9 {
    margin-bottom: 9% !important;
}

.mb-10 {
    margin-bottom: 10% !important;
}

.mb-11 {
    margin-bottom: 11% !important;
}

.mb-12 {
    margin-bottom: 12% !important;
}

.mb-13 {
    margin-bottom: 13% !important;
}

.mb-14 {
    margin-bottom: 14% !important;
}

.mb-15 {
    margin-bottom: 15% !important;
}

.mb-16 {
    margin-bottom: 16% !important;
}

.mb-17 {
    margin-bottom: 17% !important;
}

.mb-18 {
    margin-bottom: 18% !important;
}

.mb-19 {
    margin-bottom: 19% !important;
}

.mb-20 {
    margin-bottom: 20% !important;
}

.mb-21 {
    margin-bottom: 21% !important;
}

.mb-22 {
    margin-bottom: 22% !important;
}

.mb-23 {
    margin-bottom: 23% !important;
}

.mb-24 {
    margin-bottom: 24% !important;
}

.mb-25 {
    margin-bottom: 25% !important;
}

.mb-26 {
    margin-bottom: 26% !important;
}

.mb-27 {
    margin-bottom: 27% !important;
}

.mb-28 {
    margin-bottom: 28% !important;
}

.mb-29 {
    margin-bottom: 29% !important;
}

.mb-30 {
    margin-bottom: 30% !important;
}

.ms-5px {
    margin-left: 5px !important;
}

.ms-10px {
    margin-left: 10px !important;
}

.ms-15px {
    margin-left: 15px !important;
}

.ms-20px {
    margin-left: 20px !important;
}

.ms-25px {
    margin-left: 25px !important;
}

.ms-30px {
    margin-left: 30px !important;
}

.ms-35px {
    margin-left: 35px !important;
}

.ms-40px {
    margin-left: 40px !important;
}

.ms-45px {
    margin-left: 45px !important;
}

.ms-50px {
    margin-left: 50px !important;
}

.ms-55px {
    margin-left: 55px !important;
}

.ms-60px {
    margin-left: 60px !important;
}

.ms-65px {
    margin-left: 65px !important;
}

.ms-70px {
    margin-left: 70px !important;
}

.ms-1 {
    margin-left: 1% !important;
}

.ms-2 {
    margin-left: 2% !important;
}

.ms-3 {
    margin-left: 3% !important;
}

.ms-4 {
    margin-left: 4% !important;
}

.ms-5 {
    margin-left: 5% !important;
}

.ms-6 {
    margin-left: 6% !important;
}

.ms-7 {
    margin-left: 7% !important;
}

.ms-8 {
    margin-left: 8% !important;
}

.ms-9 {
    margin-left: 9% !important;
}

.ms-10 {
    margin-left: 10% !important;
}

.ms-11 {
    margin-left: 11% !important;
}

.ms-12 {
    margin-left: 12% !important;
}

.ms-13 {
    margin-left: 13% !important;
}

.ms-14 {
    margin-left: 14% !important;
}

.ms-15 {
    margin-left: 15% !important;
}

.ms-16 {
    margin-left: 16% !important;
}

.ms-17 {
    margin-left: 17% !important;
}

.ms-18 {
    margin-left: 18% !important;
}

.ms-19 {
    margin-left: 19% !important;
}

.ms-20 {
    margin-left: 20% !important;
}

.ms-21 {
    margin-left: 21% !important;
}

.ms-22 {
    margin-left: 22% !important;
}

.ms-23 {
    margin-left: 23% !important;
}

.ms-24 {
    margin-left: 24% !important;
}

.ms-25 {
    margin-left: 25% !important;
}

.ms-26 {
    margin-left: 26% !important;
}

.ms-27 {
    margin-left: 27% !important;
}

.ms-28 {
    margin-left: 28% !important;
}

.ms-29 {
    margin-left: 29% !important;
}

.ms-30 {
    margin-left: 30% !important;
}


/* Position */

.top-0px {
    top: 0px;
}

.top-1px {
    top: 1px;
}

.top-2px {
    top: 2px;
}

.top-3px {
    top: 3px;
}

.top-4px {
    top: 4px;
}

.top-5px {
    top: 5px;
}

.top-6px {
    top: 6px;
}

.top-7px {
    top: 7px;
}

.top-8px {
    top: 8px;
}

.top-9px {
    top: 9px;
}

.top-10px {
    top: 10px;
}

.top-11px {
    top: 11px;
}

.top-12px {
    top: 12px;
}

.top-13px {
    top: 13px;
}

.top-14px {
    top: 14px;
}

.top-15px {
    top: 15px;
}

.top-16px {
    top: 16px;
}

.top-17px {
    top: 17px;
}

.top-18px {
    top: 18px;
}

.top-19px {
    top: 19px;
}

.top-20px {
    top: 20px;
}

.top-21px {
    top: 21px;
}

.top-22px {
    top: 22px;
}

.top-23px {
    top: 23px;
}

.top-24px {
    top: 24px;
}

.top-25px {
    top: 25px;
}

.top-26px {
    top: 26px;
}

.top-27px {
    top: 27px;
}

.top-28px {
    top: 28px;
}

.top-29px {
    top: 29px;
}

.top-30px {
    top: 30px;
}

.top-40px {
    top: 40px;
}

.top-50px {
    top: 50px;
}

.top-60px {
    top: 60px;
}

.top-70px {
    top: 70px;
}

.top-80px {
    top: 80px;
}

.top-90px {
    top: 90px;
}

.top-100px {
    top: 100px;
}

.top-110px {
    top: 110px;
}

.top-120px {
    top: 120px;
}

.top-130px {
    top: 130px;
}

.top-140px {
    top: 140px;
}

.top-150px {
    top: 150px;
}

.right-0px {
    right: 0px;
}

.right-1px {
    right: 1px;
}

.right-2px {
    right: 2px;
}

.right-3px {
    right: 3px;
}

.right-4px {
    right: 4px;
}

.right-5px {
    right: 5px;
}

.right-6px {
    right: 6px;
}

.right-7px {
    right: 7px;
}

.right-8px {
    right: 8px;
}

.right-9px {
    right: 9px;
}

.right-10px {
    right: 10px;
}

.right-11px {
    right: 11px;
}

.right-12px {
    right: 12px;
}

.right-13px {
    right: 13px;
}

.right-14px {
    right: 14px;
}

.right-15px {
    right: 15px;
}

.right-16px {
    right: 16px;
}

.right-17px {
    right: 17px;
}

.right-18px {
    right: 18px;
}

.right-19px {
    right: 19px;
}

.right-20px {
    right: 20px;
}

.right-21px {
    right: 21px;
}

.right-22px {
    right: 22px;
}

.right-23px {
    right: 23px;
}

.right-24px {
    right: 24px;
}

.right-25px {
    right: 25px;
}

.right-26px {
    right: 26px;
}

.right-27px {
    right: 27px;
}

.right-28px {
    right: 28px;
}

.right-29px {
    right: 29px;
}

.right-30px {
    right: 30px;
}

.right-40px {
    right: 40px;
}

.right-50px {
    right: 50px;
}

.right-60px {
    right: 60px;
}

.right-70px {
    right: 70px;
}

.right-80px {
    right: 80px;
}

.right-90px {
    right: 90px;
}

.right-100px {
    right: 100px;
}

.right-110px {
    right: 110px;
}

.right-120px {
    right: 120px;
}

.right-130px {
    right: 130px;
}

.right-140px {
    right: 140px;
}

.right-150px {
    right: 150px;
}

.bottom-0px {
    bottom: 0px;
}

.bottom-1px {
    bottom: 1px;
}

.bottom-2px {
    bottom: 2px;
}

.bottom-3px {
    bottom: 3px;
}

.bottom-4px {
    bottom: 4px;
}

.bottom-5px {
    bottom: 5px;
}

.bottom-6px {
    bottom: 6px;
}

.bottom-7px {
    bottom: 7px;
}

.bottom-8px {
    bottom: 8px;
}

.bottom-9px {
    bottom: 9px;
}

.bottom-10px {
    bottom: 10px;
}

.bottom-11px {
    bottom: 11px;
}

.bottom-12px {
    bottom: 12px;
}

.bottom-13px {
    bottom: 13px;
}

.bottom-14px {
    bottom: 14px;
}

.bottom-15px {
    bottom: 15px;
}

.bottom-16px {
    bottom: 16px;
}

.bottom-17px {
    bottom: 17px;
}

.bottom-18px {
    bottom: 18px;
}

.bottom-19px {
    bottom: 19px;
}

.bottom-20px {
    bottom: 20px;
}

.bottom-21px {
    bottom: 21px;
}

.bottom-22px {
    bottom: 22px;
}

.bottom-23px {
    bottom: 23px;
}

.bottom-24px {
    bottom: 24px;
}

.bottom-25px {
    bottom: 25px;
}

.bottom-26px {
    bottom: 26px;
}

.bottom-27px {
    bottom: 27px;
}

.bottom-28px {
    bottom: 28px;
}

.bottom-29px {
    bottom: 29px;
}

.bottom-30px {
    bottom: 30px;
}

.bottom-40px {
    bottom: 40px;
}

.bottom-50px {
    bottom: 50px;
}

.bottom-60px {
    bottom: 60px;
}

.bottom-70px {
    bottom: 70px;
}

.bottom-80px {
    bottom: 80px;
}

.bottom-90px {
    bottom: 90px;
}

.bottom-100px {
    bottom: 100px;
}

.bottom-110px {
    bottom: 110px;
}

.bottom-120px {
    bottom: 120px;
}

.bottom-130px {
    bottom: 130px;
}

.bottom-140px {
    bottom: 140px;
}

.bottom-150px {
    bottom: 150px;
}

.left-0px {
    left: 0px;
}

.left-1px {
    left: 1px;
}

.left-2px {
    left: 2px;
}

.left-3px {
    left: 3px;
}

.left-4px {
    left: 4px;
}

.left-5px {
    left: 5px;
}

.left-6px {
    left: 6px;
}

.left-7px {
    left: 7px;
}

.left-8px {
    left: 8px;
}

.left-9px {
    left: 9px;
}

.left-10px {
    left: 10px;
}

.left-11px {
    left: 11px;
}

.left-12px {
    left: 12px;
}

.left-13px {
    left: 13px;
}

.left-14px {
    left: 14px;
}

.left-15px {
    left: 15px;
}

.left-16px {
    left: 16px;
}

.left-17px {
    left: 17px;
}

.left-18px {
    left: 18px;
}

.left-19px {
    left: 19px;
}

.left-20px {
    left: 20px;
}

.left-21px {
    left: 21px;
}

.left-22px {
    left: 22px;
}

.left-23px {
    left: 23px;
}

.left-24px {
    left: 24px;
}

.left-25px {
    left: 25px;
}

.left-26px {
    left: 26px;
}

.left-27px {
    left: 27px;
}

.left-28px {
    left: 28px;
}

.left-29px {
    left: 29px;
}

.left-30px {
    left: 30px;
}

.left-40px {
    left: 40px;
}

.left-50px {
    left: 50px;
}

.left-60px {
    left: 60px;
}

.left-70px {
    left: 70px;
}

.left-80px {
    left: 80px;
}

.left-90px {
    left: 90px;
}

.left-100px {
    left: 100px;
}

.left-110px {
    left: 110px;
}

.left-120px {
    left: 120px;
}

.left-130px {
    left: 130px;
}

.left-140px {
    left: 140px;
}

.left-150px {
    left: 150px;
}

.top-minus-0px {
    top: -0px;
}

.top-minus-1px {
    top: -1px;
}

.top-minus-2px {
    top: -2px;
}

.top-minus-3px {
    top: -3px;
}

.top-minus-4px {
    top: -4px;
}

.top-minus-5px {
    top: -5px;
}

.top-minus-6px {
    top: -6px;
}

.top-minus-7px {
    top: -7px;
}

.top-minus-8px {
    top: -8px;
}

.top-minus-9px {
    top: -9px;
}

.top-minus-10px {
    top: -10px;
}

.top-minus-11px {
    top: -11px;
}

.top-minus-12px {
    top: -12px;
}

.top-minus-13px {
    top: -13px;
}

.top-minus-14px {
    top: -14px;
}

.top-minus-15px {
    top: -15px;
}

.top-minus-16px {
    top: -16px;
}

.top-minus-17px {
    top: -17px;
}

.top-minus-18px {
    top: -18px;
}

.top-minus-19px {
    top: -19px;
}

.top-minus-20px {
    top: -20px;
}

.top-minus-21px {
    top: -21px;
}

.top-minus-22px {
    top: -22px;
}

.top-minus-23px {
    top: -23px;
}

.top-minus-24px {
    top: -24px;
}

.top-minus-25px {
    top: -25px;
}

.top-minus-26px {
    top: -26px;
}

.top-minus-27px {
    top: -27px;
}

.top-minus-28px {
    top: -28px;
}

.top-minus-29px {
    top: -29px;
}

.top-minus-30px {
    top: -30px;
}

.top-minus-40px {
    top: -40px;
}

.top-minus-50px {
    top: -50px;
}

.top-minus-60px {
    top: -60px;
}

.top-minus-70px {
    top: -70px;
}

.top-minus-80px {
    top: -80px;
}

.top-minus-90px {
    top: -90px;
}

.top-minus-100px {
    top: -100px;
}

.top-minus-110px {
    top: -110px;
}

.top-minus-120px {
    top: -120px;
}

.top-minus-130px {
    top: -130px;
}

.top-minus-140px {
    top: -140px;
}

.top-minus-150px {
    top: -150px;
}

.right-minus-0px {
    right: -0px;
}

.right-minus-1px {
    right: -1px;
}

.right-minus-2px {
    right: -2px;
}

.right-minus-3px {
    right: -3px;
}

.right-minus-4px {
    right: -4px;
}

.right-minus-5px {
    right: -5px;
}

.right-minus-6px {
    right: -6px;
}

.right-minus-7px {
    right: -7px;
}

.right-minus-8px {
    right: -8px;
}

.right-minus-9px {
    right: -9px;
}

.right-minus-10px {
    right: -10px;
}

.right-minus-11px {
    right: -11px;
}

.right-minus-12px {
    right: -12px;
}

.right-minus-13px {
    right: -13px;
}

.right-minus-14px {
    right: -14px;
}

.right-minus-15px {
    right: -15px;
}

.right-minus-16px {
    right: -16px;
}

.right-minus-17px {
    right: -17px;
}

.right-minus-18px {
    right: -18px;
}

.right-minus-19px {
    right: -19px;
}

.right-minus-20px {
    right: -20px;
}

.right-minus-21px {
    right: -21px;
}

.right-minus-22px {
    right: -22px;
}

.right-minus-23px {
    right: -23px;
}

.right-minus-24px {
    right: -24px;
}

.right-minus-25px {
    right: -25px;
}

.right-minus-26px {
    right: -26px;
}

.right-minus-27px {
    right: -27px;
}

.right-minus-28px {
    right: -28px;
}

.right-minus-29px {
    right: -29px;
}

.right-minus-30px {
    right: -30px;
}

.right-minus-40px {
    right: -40px;
}

.right-minus-50px {
    right: -50px;
}

.right-minus-60px {
    right: -60px;
}

.right-minus-70px {
    right: -70px;
}

.right-minus-80px {
    right: -80px;
}

.right-minus-90px {
    right: -90px;
}

.right-minus-100px {
    right: -100px;
}

.right-minus-110px {
    right: -110px;
}

.right-minus-120px {
    right: -120px;
}

.right-minus-130px {
    right: -130px;
}

.right-minus-140px {
    right: -140px;
}

.right-minus-150px {
    right: -150px;
}

.bottom-minus-0px {
    bottom: -0px;
}

.bottom-minus-1px {
    bottom: -1px;
}

.bottom-minus-2px {
    bottom: -2px;
}

.bottom-minus-3px {
    bottom: -3px;
}

.bottom-minus-4px {
    bottom: -4px;
}

.bottom-minus-5px {
    bottom: -5px;
}

.bottom-minus-6px {
    bottom: -6px;
}

.bottom-minus-7px {
    bottom: -7px;
}

.bottom-minus-8px {
    bottom: -8px;
}

.bottom-minus-9px {
    bottom: -9px;
}

.bottom-minus-10px {
    bottom: -10px;
}

.bottom-minus-11px {
    bottom: -11px;
}

.bottom-minus-12px {
    bottom: -12px;
}

.bottom-minus-13px {
    bottom: -13px;
}

.bottom-minus-14px {
    bottom: -14px;
}

.bottom-minus-15px {
    bottom: -15px;
}

.bottom-minus-16px {
    bottom: -16px;
}

.bottom-minus-17px {
    bottom: -17px;
}

.bottom-minus-18px {
    bottom: -18px;
}

.bottom-minus-19px {
    bottom: -19px;
}

.bottom-minus-20px {
    bottom: -20px;
}

.bottom-minus-21px {
    bottom: -21px;
}

.bottom-minus-22px {
    bottom: -22px;
}

.bottom-minus-23px {
    bottom: -23px;
}

.bottom-minus-24px {
    bottom: -24px;
}

.bottom-minus-25px {
    bottom: -25px;
}

.bottom-minus-26px {
    bottom: -26px;
}

.bottom-minus-27px {
    bottom: -27px;
}

.bottom-minus-28px {
    bottom: -28px;
}

.bottom-minus-29px {
    bottom: -29px;
}

.bottom-minus-30px {
    bottom: -30px;
}

.bottom-minus-40px {
    bottom: -40px;
}

.bottom-minus-50px {
    bottom: -50px;
}

.bottom-minus-60px {
    bottom: -60px;
}

.bottom-minus-70px {
    bottom: -70px;
}

.bottom-minus-80px {
    bottom: -80px;
}

.bottom-minus-90px {
    bottom: -90px;
}

.bottom-minus-100px {
    bottom: -100px;
}

.bottom-minus-110px {
    bottom: -110px;
}

.bottom-minus-120px {
    bottom: -120px;
}

.bottom-minus-130px {
    bottom: -130px;
}

.bottom-minus-140px {
    bottom: -140px;
}

.bottom-minus-150px {
    bottom: -150px;
}

.left-minus-0px {
    left: -0px;
}

.left-minus-1px {
    left: -1px;
}

.left-minus-2px {
    left: -2px;
}

.left-minus-3px {
    left: -3px;
}

.left-minus-4px {
    left: -4px;
}

.left-minus-5px {
    left: -5px;
}

.left-minus-6px {
    left: -6px;
}

.left-minus-7px {
    left: -7px;
}

.left-minus-8px {
    left: -8px;
}

.left-minus-9px {
    left: -9px;
}

.left-minus-10px {
    left: -10px;
}

.left-minus-11px {
    left: -11px;
}

.left-minus-12px {
    left: -12px;
}

.left-minus-13px {
    left: -13px;
}

.left-minus-14px {
    left: -14px;
}

.left-minus-15px {
    left: -15px;
}

.left-minus-16px {
    left: -16px;
}

.left-minus-17px {
    left: -17px;
}

.left-minus-18px {
    left: -18px;
}

.left-minus-19px {
    left: -19px;
}

.left-minus-20px {
    left: -20px;
}

.left-minus-21px {
    left: -21px;
}

.left-minus-22px {
    left: -22px;
}

.left-minus-23px {
    left: -23px;
}

.left-minus-24px {
    left: -24px;
}

.left-minus-25px {
    left: -25px;
}

.left-minus-26px {
    left: -26px;
}

.left-minus-27px {
    left: -27px;
}

.left-minus-28px {
    left: -28px;
}

.left-minus-29px {
    left: -29px;
}

.left-minus-30px {
    left: -30px;
}

.left-minus-40px {
    left: -40px;
}

.left-minus-50px {
    left: -50px;
}

.left-minus-60px {
    left: -60px;
}

.left-minus-70px {
    left: -70px;
}

.left-minus-80px {
    left: -80px;
}

.left-minus-90px {
    left: -90px;
}

.left-minus-100px {
    left: -100px;
}

.left-minus-110px {
    left: -110px;
}

.left-minus-120px {
    left: -120px;
}

.left-minus-130px {
    left: -130px;
}

.left-minus-140px {
    left: -140px;
}

.left-minus-150px {
    left: -150px;
}


/* Font weight */

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}


/* Min height */

.min-h-100px {
    min-height: 100px !important;
}

.min-h-150px {
    min-height: 150px !important;
}

.min-h-200px {
    min-height: 200px !important;
}

.min-h-250px {
    min-height: 250px !important;
}

.min-h-300px {
    min-height: 300px !important;
}

.min-h-350px {
    min-height: 350px !important;
}

.min-h-400px {
    min-height: 400px !important;
}

.min-h-450px {
    min-height: 450px !important;
}

.min-h-500px {
    min-height: 500px !important;
}

.min-h-550px {
    min-height: 550px !important;
}

.min-h-600px {
    min-height: 600px !important;
}

.min-h-650px {
    min-height: 650px !important;
}

.min-h-700px {
    min-height: 700px !important;
}

.min-h-750px {
    min-height: 750px !important;
}

.min-h-800px {
    min-height: 800px !important;
}

.min-h-850px {
    min-height: 850px !important;
}

.min-h-900px {
    min-height: 900px !important;
}

.min-h-950px {
    min-height: 950px !important;
}


/* Opacity */

.opacity-0 {
    opacity: .0;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}


/* Z-index */

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.z-index-minus-1 {
    z-index: -1;
}

.z-index-minus-2 {
    z-index: -2;
}


/* ===================================
   10. Header
====================================== */

header .header-top-bar [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-top-bar [class*=col-].text-end {
    justify-content: flex-end !important;
}

header .header-top-bar [class*=col-] .header-icon {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

header .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

header .navbar [class*=col-] {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

header .navbar [class*=col-].text-end {
    justify-content: flex-end !important;
}

header .navbar [class*=col-] .navbar-nav {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .navbar [class*=col-] .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .navbar [class*=col-] .navbar-nav .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
}

header.sticky .navbar-brand {
    padding: 20px 0;
}

header.sticky .navbar {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.sticky .navbar.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header.sticky .navbar.fixed-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header.sticky .header-light:not(.disable-fixed) {
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
}

header.sticky.sticky-appear .header-reverse-back-scroll {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header.sticky.sticky-appear .header-reverse-back-scroll.glass-effect {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.85) !important;
}

header.sticky.sticky-appear .header-reverse-back-scroll.header-dark.glass-effect {
    background-color: rgba(35, 35, 35, 0.7) !important;
}

header.sticky.sticky-active .header-reverse {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-color: transparent !important;
}

header.sticky.sticky-active .header-reverse.glass-effect {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.85) !important;
}

header.sticky.sticky-active .header-reverse.header-dark.glass-effect {
    background-color: rgba(35, 35, 35, 0.7) !important;
}

header.sticky.sticky-active .navbar-brand .alt-logo {
    visibility: visible;
    opacity: 1;
    width: auto;
}

header.sticky.sticky-active .navbar-brand .default-logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

header.sticky.sticky-active [data-header-hover=dark] {
    background-color: var(--dark-gray) !important;
}

header.sticky.sticky-active [data-header-hover=dark] .navbar-nav .nav-item:hover .nav-link {
    color: var(--white);
    opacity: 0.6;
}

header.sticky.sticky-active [data-header-hover=dark] .navbar-nav .nav-link {
    color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .icon>a {
    color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .icon>a:hover {
    color: var(--white);
    opacity: 0.6;
}

header.sticky.sticky-active [data-header-hover=dark] .icon .push-button span {
    background-color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .icon .header-language>a,
header.sticky.sticky-active [data-header-hover=dark] .icon .header-cart>a {
    color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .icon .header-language>a:hover,
header.sticky.sticky-active [data-header-hover=dark] .icon .header-cart>a:hover {
    color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .header-search-style i {
    color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .header-language-icon .header-language .language-dropdown {
    background-color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=dark] .header-language-icon .header-language .language-dropdown a {
    color: var(--light-gray);
}

header.sticky.sticky-active [data-header-hover=dark] .header-language-icon .header-language .language-dropdown a:hover {
    color: var(--white);
    opacity: 1;
}

header.sticky.sticky-active [data-header-hover=light] {
    background-color: var(--white) !important;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
    color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .icon>a {
    color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .icon>a:hover {
    color: var(--medium-gray);
    opacity: 1;
}

header.sticky.sticky-active [data-header-hover=light] .icon .push-button span {
    background-color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .icon .header-language>a,
header.sticky.sticky-active [data-header-hover=light] .icon .header-cart>a {
    color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .icon .header-language>a:hover,
header.sticky.sticky-active [data-header-hover=light] .icon .header-cart>a:hover {
    color: var(--medium-gray);
    opacity: 1;
}

header.sticky.sticky-active [data-header-hover=light] .header-search-style i {
    color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .header-language-icon .language-dropdown li a {
    color: var(--medium-gray);
}

header.sticky.sticky-active [data-header-hover=light] .header-language-icon .language-dropdown li a:hover {
    color: var(--dark-gray);
    opacity: 1;
}

header.sticky.sticky-active [data-header-hover=light] .widget-text {
    color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .widget-text a {
    color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light].disable-fixed.header-demo {
    background-color: transparent !important;
}

header.sticky .header-icon .push-button {
    padding: 0;
}

header.sticky .center-logo .navbar-nav .nav-link {
    padding: 26px 20px;
}

header.sticky .top-logo .navbar-brand {
    padding: 15px 0;
}

header.sticky .top-logo.fixed-header .navbar-brand,
header.sticky .top-logo.disable-fixed .navbar-brand {
    padding: 22px 0;
}

header.sticky .top-logo.responsive-sticky .navbar-nav .nav-link {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

header.sticky .top-logo.responsive-sticky .header-icon .header-cart-icon .header-cart a i {
    padding-top: 22px;
    padding-bottom: 22px;
}

header.sticky .top-logo.responsive-sticky .header-icon .header-language-icon .header-cart>a i {
    padding-top: 22px;
    padding-bottom: 22px;
}

header.sticky .mini-header .header-icon .header-language a i {
    padding-top: 16px;
    padding-bottom: 16px;
}

header.sticky .mini-header .header-icon .header-cart-icon .header-cart a i {
    padding-top: 16px;
    padding-bottom: 16px;
}

header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand {
    padding: 30px 0;
}

header .navbar {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header .navbar.mini-header .navbar-brand {
    padding: 20px 0;
}

header .navbar.mini-header .navbar-brand img {
    max-height: 22px;
}

header .navbar-brand {
    margin-right: 0;
    vertical-align: middle;
    padding: 30px 0;
    display: inline-block;
    font-size: 0;
}

header .navbar-brand .default-logo {
    visibility: visible;
    opacity: 1;
    width: auto;
}

header .navbar-brand .alt-logo,
header .navbar-brand .mobile-logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

header .navbar-brand img {
    max-height: 46px;
}

header .header-top-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header .header-top-bar+.navbar {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 40px;
}

header .header-top-bar+.navbar.disable-fixed {
    top: 0;
}

header .header-top-bar .widget {
    display: inline-block;
}

header .header-top-bar .widget i {
    padding-right: 5px;
}

header .header-top-bar .header-icon .header-social-icon {
    top: 0;
}

header .header-top-bar .header-icon .header-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .header-top-bar .header-icon .header-social-icon ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

header .header-top-bar .header-icon .header-social-icon ul li:last-child {
    margin-right: 0;
}

header .header-top-bar .header-icon .header-social-icon a {
    font-size: 12px;
}

header .header-top-bar .header-icon .header-social-text {
    top: 0;
}

header .header-top-bar .header-icon .header-social-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .header-top-bar .header-icon .header-social-text ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

header .header-top-bar .header-icon .header-social-text ul li:last-child {
    margin-right: 0;
}

header .left-nav .navbar-nav:before {
    height: 20px;
    width: 1px;
    background-color: var(--medium-gray);
    opacity: 0.5;
    content: "";
    -webkit-transform: translate(-7px, 0px);
    transform: translate(-7px, 0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

header .disable-fixed {
    position: absolute;
}

header.sticky .responsive-sticky {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header.sticky .navbar.disable-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: none;
}


/* Navbar */

.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-item>i {
    display: none;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 0.6;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    opacity: 0.6;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    font-weight: 500;
    opacity: 1;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--white);
}

.navbar .navbar-nav .nav-link .label {
    display: inline-block;
    padding: 1px 11px;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 0px;
    vertical-align: middle;
}

.navbar .navbar-nav .dropdown.submenu {
    position: inherit;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    margin: 0;
    padding: 60px 0 65px;
    border: 0;
    top: 100%;
    background-color: var(--white);
    box-shadow: 0 45px 45px 0 rgba(0, 0, 0, 0.05);
    -webkit-animation: hide-animation 0.5s;
    animation: hide-animation 0.5s;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar .navbar-nav .dropdown .dropdown-menu li:last-child>a {
    padding-bottom: 0;
}

.navbar .navbar-nav .dropdown .dropdown-menu li.active>a {
    color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
    padding-left: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    color: var(--medium-gray);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    display: block;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    text-align: center;
}

.navbar .navbar-nav .dropdown .dropdown-menu a .label {
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px;
    line-height: initial;
    margin-left: 8px;
    margin-top: 0px;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar .navbar-nav .dropdown.open .dropdown-menu {
    display: block;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s;
}

.navbar .navbar-nav .submenu-content {
    width: 100%;
    border-top: 1px solid #e7e7e7 !important;
    left: 0;
}

.navbar .navbar-nav .submenu-content ul {
    padding: 0 30px 0 0;
    list-style: none;
}

.navbar .navbar-nav .submenu-content ul:nth-child(4n+1) {
    clear: both;
}

.navbar .navbar-nav .submenu-content ul .sub-title {
    color: var(--dark-gray);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.navbar .navbar-nav .submenu-content ul:last-child:before {
    display: none;
}

.navbar .navbar-nav .submenu-content .mega-menu {
    width: 1190px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    display: none;
    width: 245px;
    padding: 35px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
    padding: 0 45px 0 40px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 12px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown {
    position: relative;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {
    position: absolute;
    right: 35px;
    top: 6px;
    width: auto;
    font-size: 13px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>a {
    color: var(--dark-gray);
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>.dropdown-menu {
    display: block;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.menu-left .dropdown-menu {
    left: calc(-100% - 1px);
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
    -webkit-animation: none;
    animation: none;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
    display: none;
    position: absolute;
    left: calc(100% + 1px);
    top: -35px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    width: 260px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li {
    padding: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 15px;
    line-height: 26px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding: 17px 20px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 19px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 35px;
    margin-right: 15px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 310px;
    padding: 20px 35px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li {
    justify-content: center;
    display: flex;
    border-bottom: 0;
    padding: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li:first-child a {
    border-top: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    margin: 0;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    padding: 15px 30px 15px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
    width: 40px;
    font-size: 36px;
    margin-right: 15px;
    color: var(--base-color);
    flex-shrink: 0;
    text-align: left;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    color: var(--dark-gray);
    font-weight: 600;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    margin: 0;
    font-size: 13px;
    color: var(--medium-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    border-radius: 100%;
    width: 45px;
    margin-right: 15px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
    content: "\f135";
    color: var(--black);
    font-family: bootstrap-icons;
    font-weight: 400;
    font-size: 23px;
    position: absolute;
    right: 6px;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover:before {
    right: 0px;
    opacity: 1;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn {
    padding: 15px 20px;
    justify-content: center;
    margin-top: 10px;
    line-height: normal;
    border-top: 0;
    font-size: 14px;
    margin-bottom: 5px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn:before {
    display: none;
}


/* Header hover submenu dark */

[data-header-hover=dark] .navbar-nav .dropdown .dropdown-menu li.active>a {
    color: var(--white);
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    color: var(--white) !important;
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
    color: var(--white);
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu {
    background-color: var(--dark-gray);
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu a {
    color: var(--light-gray);
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu a:hover,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu a:hover,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu a:hover {
    color: var(--white);
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover>a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu .dropdown:hover>a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu .dropdown:hover>a {
    color: var(--white);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list {
    background-color: var(--dark-gray);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item {
    border-color: #3e3e3e;
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
    background-color: var(--black);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
    color: var(--white);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    color: var(--medium-gray);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover {
    color: var(--white);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item .close {
    color: var(--white);
}

[data-header-hover=dark] .header-language-icon .header-language .language-dropdown {
    background-color: var(--dark-gray);
}

[data-header-hover=dark] .header-language-icon .header-language .language-dropdown a {
    color: var(--light-gray);
}

[data-header-hover=dark] .header-language-icon .header-language .language-dropdown a:hover {
    color: var(--white);
    opacity: 1;
}

.submenu-dark {
    background-color: var(--dark-gray) !important;
}

.submenu-dark .navbar-brand .alt-logo {
    visibility: visible;
    opacity: 1;
    width: auto;
}

.submenu-dark .navbar-brand .default-logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray);
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu a {
    color: var(--light-gray);
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu a:hover {
    color: var(--white);
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu li.active>a {
    color: var(--white);
}

.submenu-dark .navbar-nav .submenu-content {
    border-color: #424242 !important;
}

.submenu-dark .navbar-nav .submenu-content ul .sub-title {
    color: var(--white);
}

.submenu-dark .navbar-nav .submenu-content ul:before {
    background-color: var(--medium-gray);
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu {
    background-color: var(--dark-gray);
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu a {
    color: var(--light-gray);
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu a:hover {
    color: var(--white);
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover>a {
    color: var(--white);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list {
    background-color: var(--dark-gray);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item {
    border-color: #3e3e3e;
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
    background-color: var(--black);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
    color: var(--white);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    color: var(--medium-gray);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover {
    color: var(--white);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .close {
    color: var(--white);
}

.submenu-dark .header-cart-icon .header-language .language-dropdown {
    background-color: var(--dark-gray);
}

.submenu-dark .header-cart-icon .header-language .language-dropdown a {
    color: var(--light-gray);
}

.submenu-dark .header-cart-icon .header-language .language-dropdown a:hover {
    color: var(--white);
    opacity: 1;
}


/* Header hover submenu light */

.submenu-light {
    background-color: var(--white) !important;
}

.submenu-light .navbar-brand .alt-logo {
    visibility: visible;
    opacity: 1;
    width: auto;
}

.submenu-light .navbar-brand .default-logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
}

.submenu-light .navbar-nav .nav-link {
    color: var(--dark-gray);
}

.submenu-light .header-icon .icon>a {
    color: var(--dark-gray);
}

.submenu-light .header-icon .icon>a:hover {
    color: var(--medium-gray);
}

.submenu-light .header-icon .icon .push-button span {
    background-color: var(--dark-gray);
}

.submenu-light .header-icon .icon .header-language>a,
.submenu-light .header-icon .icon .header-cart>a {
    color: var(--dark-gray);
}

.submenu-light .header-icon .icon .header-language>a:hover,
.submenu-light .header-icon .icon .header-cart>a:hover {
    color: var(--medium-gray);
}

.submenu-light .menu-item-list .nav-link {
    color: var(--dark-gray);
}

.submenu-light .menu-item-list .nav-link:hover {
    color: var(--dark-gray);
    opacity: 0.6;
}

.submenu-light .menu-item-list .sub-menu a {
    color: var(--dark-gray);
    opacity: 0.6;
}

.submenu-light .menu-item-list .menu-item .toggle {
    color: var(--dark-gray);
}

.submenu-light .widget-text {
    color: var(--dark-gray);
}

.submenu-light .widget-text a {
    color: var(--dark-gray);
}


/* Header dark */

.header-dark .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray);
}

.header-dark .navbar-nav .dropdown .dropdown-menu a {
    color: var(--light-gray);
}

.header-dark .navbar-nav .dropdown .dropdown-menu a:hover {
    color: var(--white);
}

.header-dark .navbar-nav .dropdown .dropdown-menu li.active>a {
    color: var(--white);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    color: var(--white);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    color: var(--light-gray);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
    color: var(--white);
}

.header-dark .navbar-nav .submenu-content {
    border-color: #424242 !important;
}

.header-dark .navbar-nav .submenu-content ul .sub-title {
    color: var(--white);
}

.header-dark .navbar-nav .submenu-content ul:before {
    background-color: var(--medium-gray);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu {
    background-color: var(--dark-gray);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu a {
    color: var(--light-gray);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu a:hover {
    color: var(--white);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>a {
    color: var(--white);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover>a {
    color: var(--white);
}

.header-dark .header-cart-icon .header-cart .cart-item-list {
    background-color: var(--dark-gray);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item {
    border-color: #3e3e3e;
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
    background-color: var(--black);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
    color: var(--white);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    color: var(--medium-gray);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover {
    color: var(--white);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .close {
    color: var(--white);
}

.header-dark .header-language-icon .header-language .language-dropdown {
    background-color: var(--dark-gray);
}

.header-dark .header-language-icon .header-language .language-dropdown a {
    color: var(--light-gray);
}

.header-dark .header-language-icon .header-language .language-dropdown a:hover {
    color: var(--white);
    opacity: 1;
}


/* Header light */

.header-light .navbar-nav .nav-link {
    color: var(--dark-gray);
}

.header-light .header-icon .icon>a {
    color: var(--dark-gray);
}

.header-light .header-icon .icon>a:hover {
    color: var(--dark-gray);
    opacity: 0.6;
}

.header-light .header-icon .icon .push-button span {
    background-color: var(--dark-gray);
}

.header-light .header-icon .icon .header-language>a,
.header-light .header-icon .icon .header-cart>a,
.header-light .header-icon .icon .header-account>a {
    color: var(--dark-gray);
}

.header-light .header-icon .icon .header-language>a:hover,
.header-light .header-icon .icon .header-cart>a:hover,
.header-light .header-icon .icon .header-account>a:hover {
    color: var(--dark-gray);
    opacity: 0.6;
}

.header-light .menu-item-list .nav-link {
    color: var(--dark-gray);
}

.header-light .menu-item-list .nav-link:hover {
    color: var(--dark-gray);
    opacity: 0.6;
}

.header-light .menu-item-list .sub-menu a {
    color: var(--medium-gray);
    opacity: 1;
}

.header-light .menu-item-list .sub-menu a:hover {
    color: var(--dark-gray);
}

.header-light .menu-item-list .sub-menu .active>a {
    color: var(--dark-gray);
}

.header-light .menu-item-list .menu-item .menu-toggle:before,
.header-light .menu-item-list .menu-item .menu-toggle:after {
    background-color: var(--dark-gray);
}

.header-light .widget-text {
    color: var(--dark-gray);
}

.header-light .widget-text a {
    color: var(--dark-gray);
}


/* Header icon */

.header-icon {
    display: flex;
    align-items: center;
}

.header-icon .icon {
    position: relative;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-icon .icon>a {
    padding-left: 16px;
    font-size: 17px;
    color: var(--white);
}

.header-icon .icon>a:hover {
    color: var(--white);
    opacity: 0.6;
}

.header-icon .icon:first-child a:first-child {
    padding-left: 0;
}

.header-icon .icon .header-language,
.header-icon .icon .header-cart,
.header-icon .icon .header-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-icon .icon .header-language>a,
.header-icon .icon .header-cart>a,
.header-icon .icon .header-account>a {
    padding-left: 14px;
    color: var(--white);
    font-size: 17px;
}

.header-icon .icon .header-language>a:hover,
.header-icon .icon .header-cart>a:hover,
.header-icon .icon .header-account>a:hover {
    color: var(--white);
    opacity: 0.6;
}

.header-icon .header-mail {
    padding-right: 35px;
    top: 0;
}

.header-icon .header-mail .mail {
    font-size: 14px;
}

.header-icon .header-mail .mail i {
    vertical-align: middle;
    padding-right: 5px;
}

.header-icon .header-social-icon a {
    font-size: 17px;
    padding-left: 20px;
    flex-shrink: 0;
}


/* Header cart */

.header-cart-icon .header-cart {
    display: inline-block;
}

.header-cart-icon .header-cart .cart-item-list {
    display: none;
    left: auto;
    right: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background-color: var(--white);
    border: 0;
    padding: 0;
    min-width: 250px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 100%;
}

.header-cart-icon .header-cart .cart-item-list .cart-item {
    display: flex;
    padding: 17px;
    border-top: 1px solid #ededed;
    position: relative;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .close {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 400;
    color: var(--dark-gray);
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-image {
    max-width: 50px;
    width: 30%;
    display: inline-block;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail {
    padding-left: 15px;
    width: 70%;
    text-align: left;
    display: inline-block;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    color: var(--dark-gray);
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
    padding: 0;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
    display: block;
    font-size: 11px;
    color: var(--medium-gray);
    line-height: normal;
}

.header-cart-icon .header-cart .cart-item-list .cart-item:first-child {
    border-top: 0;
}

.header-cart-icon .header-cart .cart-item-list .cart-total {
    background-color: var(--very-light-gray);
    flex-direction: column !important;
    color: var(--dark-gray);
}

.header-cart-icon .header-cart .cart-item-list .cart-total span {
    line-height: 20px;
    display: inline-block;
}

.header-cart-icon .header-cart .cart-item-list .cart-total .btn {
    width: 100%;
    display: block;
    margin: 8px 0;
}

.header-cart-icon .header-cart.open .cart-item-list {
    display: block;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s;
}

.header-cart-icon a {
    position: relative;
}

.header-cart-icon .cart-count {
    position: absolute;
    top: -7px;
    right: -11px;
    width: 17px;
    height: 17px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    background-color: var(--base-color);
    color: var(--white);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


/* Header account */

.header-account-icon {
    line-height: normal !important;
}

.header-account-icon .header-account {
    display: inline-block;
}

.header-account-icon .header-account .account-item-list {
    display: none;
    left: auto;
    right: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background-color: var(--white);
    border: 0;
    padding: 35px 0;
    min-width: 220px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 100%;
}

.header-account-icon .header-account .account-item-list .account-item {
    display: inline-block;
    padding: 0 45px 12px 40px;
    width: 100%;
    position: relative;
    font-size: 17px;
    font-weight: 400;
}

.header-account-icon .header-account .account-item-list .account-item a {
    padding-left: 0;
}

.header-account-icon .header-account .account-item-list .account-item a:hover {
    padding-left: 3px;
}

.header-account-icon .header-account .account-item-list .account-item:last-child {
    padding-bottom: 0;
}

.header-account-icon .header-account.open .account-item-list {
    display: block;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s;
}

.header-account-icon a {
    position: relative;
}


/* Header language */

.header-language-icon .header-language {
    display: inline-block;
}

.header-language-icon .header-language .language-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 20px;
    list-style: none;
    background-color: var(--white);
    display: none;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: hide-animation 0.5s;
    animation: hide-animation 0.5s;
    z-index: 9;
    text-align: left;
    margin: 0;
    min-width: 140px;
}

.header-language-icon .header-language .language-dropdown li a {
    color: var(--medium-gray);
    font-size: 12px;
    line-height: 28px;
    padding: 0;
}

.header-language-icon .header-language .language-dropdown li a .icon-country {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 10px 0 5px;
}

.header-language-icon .header-language .language-dropdown li a:hover {
    color: var(--dark-gray);
    opacity: 1;
}

.header-language-icon .header-language.open .language-dropdown {
    display: block;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s;
}


/* Header widget */

.widget-text {
    color: var(--white);
}

header a.widget-text:hover {
    opacity: 0.6;
}


/* Header push button */

.header-push-button {
    padding-left: 16px;
}

.header-push-button .push-button {
    position: relative;
    display: block;
    width: 22px;
    height: 14px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-push-button .push-button span {
    background: var(--white);
    height: 2px;
    width: 22px;
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.header-push-button .push-button span:nth-child(2) {
    top: 6px;
}

.header-push-button .push-button span:nth-child(3) {
    top: 6px;
}

.header-push-button .push-button span:nth-child(4) {
    top: 12px;
    width: 14px;
    left: -8px;
}

.header-push-button .push-button:hover {
    opacity: 0.6;
}

.show-menu .header-push-button .push-button span:nth-child(1) {
    top: 7px;
    width: 0%;
}

.show-menu .header-push-button .push-button span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show-menu .header-push-button .push-button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show-menu .header-push-button .push-button span:nth-child(4) {
    top: 7px;
    width: 0%;
}

.navbar-modern-inner {
    display: none;
}

.navbar-modern-inner .navbar-toggler {
    display: none;
}


/* Header push menu */

.show-menu {
    overflow: hidden;
}

.show-menu .push-menu {
    right: 0;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

.show-menu .push-menu .close-menu {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    visibility: visible;
    cursor: pointer;
}

.show-menu .push-menu.push-menu-left {
    right: auto;
    left: 0;
}

.push-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100%;
    z-index: 1031;
    overflow-y: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.push-menu.push-menu-left {
    right: auto;
    left: -100%;
}

.push-menu .left-circle {
    width: 500px !important;
    height: 500px;
    position: absolute;
    left: -160px;
    top: -80px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.push-menu .left-circle:before,
.push-menu .left-circle:after {
    width: 100%;
    height: 100%;
    border: 1px solid var(--light-medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(10px, 5px);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.push-menu .left-circle:after {
    transform: translate(5px, 5px);
}

.push-menu .close-menu {
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 9;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.push-menu .push-menu-wrapper {
    height: 100%;
    overflow-y: hidden;
    padding: 20px 0;
}

.push-menu .push-menu-wrapper .mCustomScrollBox {
    display: flex;
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    align-self: center;
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container {
    width: 100%;
    align-self: flex-start;
}

.push-menu .push-menu-wrapper .mCSB_inside>.mCSB_container {
    margin: 0 !important;
    padding: 0 15px !important;
}

.push-menu.push-menu-style-2 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    align-self: start;
}

.push-menu.push-menu-style-3 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


/* Header center logo */

.center-logo .navbar-nav .nav-link {
    padding: 38px 20px;
}

.center-logo .menu-logo .d-none {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.center-logo .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: none;
}

.center-logo .navbar-left,
.center-logo .navbar-right {
    width: 42%;
}


/* Header top logo */

.top-logo .navbar-brand {
    padding: 22px 0;
}

.top-logo .navbar-nav .nav-link {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}


/* Header left menu simple */

.left-sidebar-wrapper {
    padding-left: 300px;
    position: relative;
    min-height: 300px;
    width: 100%;
}

.left-sidebar-wrapper .collapse:not(.show) {
    display: block !important;
}

header.sticky .left-sidebar-nav .navbar-nav .nav-link {
    padding: 0;
}

.left-sidebar-header {
    position: absolute;
    left: 0;
    width: 301px;
    top: -100%;
    bottom: 0;
    z-index: 999;
    display: block;
}

.left-sidebar-header .menu-item-list .menu-item .nav-link {
    font-size: 16px;
    line-height: 20px;
}

.left-sidebar-header .menu-item-list .menu-item .menu-toggle {
    top: 10px;
}

.left-sidebar-header .menu-item-list .menu-item .sub-menu .menu-toggle {
    top: 0;
}

.left-sidebar-nav {
    width: 300px;
    padding: 80px 50px;
    left: 0;
    position: fixed;
    overflow: hidden;
    display: block;
    height: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.left-sidebar-nav .left-menu-bottom {
    width: 100%;
}

.left-sidebar-nav .left-menu-bottom .header-icon .icon a {
    padding: 0 15px;
}

.left-sidebar-nav .navbar-brand {
    padding: 0 !important;
}

.left-sidebar-nav .side-menu {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
    width: 100%;
}

.left-sidebar-nav .navbar-toggler {
    display: none;
}

.social-text {
    width: 100%;
    display: inline-block;
    color: var(--medium-gray);
    font-size: 13px;
    line-height: 16px;
}

.connect-me a {
    color: var(--dark-gray);
    display: table;
}

.connect-me a:hover {
    opacity: 0.6;
}

.connect-me .widget-text {
    color: var(--dark-gray);
    display: table;
}


/* Menu list */

.menu-item-list {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.menu-item-list .menu-item {
    position: relative;
    margin: 0;
}

.menu-item-list .menu-item ul {
    list-style: none;
    padding: 0;
}

.menu-item-list .menu-item .menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.menu-item-list .menu-item .menu-toggle:before,
.menu-item-list .menu-item .menu-toggle:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    height: 1px;
    width: 11px;
    background-color: var(--white);
}

.menu-item-list .menu-item .menu-toggle:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu-item-list .menu-item .menu-toggle.show:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-item-list .menu-item .sub-menu .menu-toggle {
    top: 0;
}

.menu-item-list .menu-item .sub-menu .menu-toggle:before,
.menu-item-list .menu-item .sub-menu .menu-toggle:after {
    width: 7px;
}

.menu-item-list .menu-item .sub-menu .active>a {
    opacity: 1;
}

.menu-item-list .active .nav-link {
    opacity: 0.6;
}

.menu-item-list .nav-link {
    padding: 5px 20px 5px 0;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    margin: 9px 0;
    color: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-item-list .nav-link:hover {
    color: var(--white);
    opacity: 0.6;
}

.menu-item-list .sub-menu {
    padding: 0;
    display: block;
    height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    position: relative !important;
    transform: none !important;
    background-color: transparent;
    border: 0;
}

.menu-item-list .sub-menu li {
    position: relative;
    margin: 0;
    padding: 5px 0;
}

.menu-item-list .sub-menu li .sub-menu {
    margin: 0;
    padding-left: 15px;
}

.menu-item-list .sub-menu li .sub-menu li {
    padding: 10px 0 0;
}

.menu-item-list .sub-menu li .sub-menu li a {
    padding: 0;
}

.menu-item-list .sub-menu li .sub-menu li a i {
    margin-right: 10px;
}

.menu-item-list .sub-menu li .sub-menu li:first-child {
    margin-top: 10px;
}

.menu-item-list .sub-menu li .sub-menu li:last-child {
    margin-bottom: 10px;
}

.menu-item-list .sub-menu li:last-child {
    margin-bottom: 0;
}

.menu-item-list .sub-menu li:last-child .sub-menu li:last-child {
    margin-bottom: 0;
}

.menu-item-list .sub-menu a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    color: var(--light-gray);
    margin: 0;
    padding-right: 20px;
}

.menu-item-list .sub-menu a:hover {
    color: var(--white);
}

.menu-item-list .sub-menu a .label {
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px;
    line-height: initial;
    margin-left: 8px;
    margin-top: 0px;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu-item-list .sub-menu.show {
    height: auto;
    overflow: visible;
}


/* Header left menu modern */

.left-modern-menu {
    padding-left: 75px;
}

.left-modern-menu .collapse:not(.show) {
    display: block !important;
}

.left-modern-menu .left-modern-header .navbar-brand {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 0 !important;
    text-align: center;
}

.left-modern-menu .left-modern-header .navbar-brand img {
    max-height: 45px;
}

.left-modern-menu .left-modern-header .modern-sidebar-nav {
    position: fixed;
    height: 100%;
    width: 380px;
    overflow-y: auto;
    top: 0;
    left: -400px;
    transition-duration: 0.3s;
    z-index: 9;
}

.left-modern-menu .left-modern-header .modern-sidebar-nav:hover .side-menu-hover-background-color {
    opacity: 1;
}

.left-modern-menu .left-modern-header .modern-side-menu {
    padding: 75px 40px;
    height: 100%;
    overflow-y: hidden;
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox {
    display: flex;
    width: 100%;
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container {
    align-self: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 30px;
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
    align-self: center;
}

.left-modern-menu .left-modern-header.show .modern-sidebar-nav {
    left: 75px;
    box-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(1) {
    top: 7px;
    width: 0%;
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(4) {
    top: 7px;
    width: 0%;
}

.side-menu-hover-background-color {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}


/* Header left menu modern dark */

.header-dark .social-text {
    color: var(--white);
}

.header-dark .connect-me .widget-text {
    color: var(--white);
}

.header-dark .connect-me a {
    color: var(--white);
}

.header-dark .connect-me a:hover {
    opacity: 0.6;
}

.header-dark.left-modern-sidebar .navbar-toggler-line {
    background-color: var(--white);
}

.vertical-title {
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: flex-end;
    flex-direction: column;
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
}

.vertical-title .title {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    text-transform: uppercase;
}

.menu-list-wrapper {
    overflow: auto;
    height: calc(100vh - 150px);
    padding: 50px 0;
}

.menu-list-wrapper .mCustomScrollBox {
    display: flex;
    width: 100%;
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container {
    align-self: flex-start;
    width: 100%;
    margin: 0;
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
    align-self: center;
}

.left-modern-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 75px;
    padding: 35px 0;
}

.left-modern-sidebar .toggle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
}

.left-modern-sidebar .toggle-icon .navbar-toggler {
    margin: 0;
    position: relative;
    margin: 0 auto;
    z-index: 99;
    cursor: pointer;
}


/* Hamburger menu */

.hamburger-nav {
    width: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hamburger-nav .menu-item-list {
    margin-bottom: 0;
    padding: 0 30px;
}

.hamburger-nav .menu-item-list .menu-item {
    margin: 0;
}

.hamburger-menu .header-icon {
    position: absolute;
    left: 0;
    bottom: -50px;
}


/* Hamburger menu half */

.show-menu .hamburger-menu-half .hamburger-logo {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.2s;
}

.show-menu .hamburger-menu-half .menu-address {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.4s;
}

.show-menu .hamburger-menu-half .menu-text {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.8s;
}

.show-menu .hamburger-menu-half .elements-social {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.8s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
    transition-delay: 0.27s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
    transition-delay: 0.34s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
    transition-delay: 0.41s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
    transition-delay: 0.48s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
    transition-delay: 0.55s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
    transition-delay: 0.62s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
    transition-delay: 0.69s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
    transition-delay: 0.76s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
    transition-delay: 0.83s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
    transition-delay: 0.9s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
    transition-delay: 0.97s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
    transition-delay: 1.04s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
    transition-delay: 1.11s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
    transition-delay: 1.18s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
    transition-delay: 1.25s;
}

.hamburger-menu-half .hamburger-logo {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-half .menu-address {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-half .elements-social {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-half .menu-item-list .menu-item {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.4s cubic-bezier(0.8, 0.01, 0.165, 0.99);
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
    transition-delay: 0.49s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
    transition-delay: 0.42s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
    transition-delay: 0.35s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
    transition-delay: 0.28s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
    transition-delay: 0.21s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
    transition-delay: 0.14s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
    transition-delay: 0.07s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
    transition-delay: 0s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
    transition-delay: -0.07s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
    transition-delay: -0.14s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
    transition-delay: -0.21s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
    transition-delay: -0.28s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
    transition-delay: -0.35s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
    transition-delay: -0.42s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
    transition-delay: -0.49s;
}


/* Hamburger menu simple */

.show-menu .hamburger-menu-simple {
    opacity: 1;
    visibility: visible;
    top: 0px;
}

.show-menu .hamburger-menu-simple .hamburger-menu {
    opacity: 1;
}

.show-menu .hamburger-menu-simple .hamburger-logo {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.2s;
}

.show-menu .hamburger-menu-simple .menu-address {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.4s;
}

.show-menu .hamburger-menu-simple .menu-text {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.8s;
}

.show-menu .hamburger-menu-simple .elements-social {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.8s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item {
    transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    opacity: 1;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
    transition-delay: 0.27s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
    transition-delay: 0.34s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
    transition-delay: 0.41s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
    transition-delay: 0.48s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
    transition-delay: 0.55s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
    transition-delay: 0.62s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
    transition-delay: 0.69s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
    transition-delay: 0.76s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
    transition-delay: 0.83s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
    transition-delay: 0.9s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
    transition-delay: 0.97s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
    transition-delay: 1.04s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
    transition-delay: 1.11s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
    transition-delay: 1.18s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
    transition-delay: 1.25s;
}

.hamburger-menu-simple {
    width: 100%;
    right: 0;
    opacity: 1;
    visibility: collapse;
    height: 100vh;
    max-height: 100dvh;
    top: -100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hamburger-menu-simple .navbar-brand {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

.hamburger-menu-simple .hamburger-menu {
    padding: 30px 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.4s;
    opacity: 0;
}

.hamburger-menu-simple .hamburger-menu .header-icon {
    bottom: 100px;
}

.hamburger-menu-simple .hamburger-logo {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .menu-address {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .menu-text {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .elements-social {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .menu-item-list .menu-item {
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
    transition-delay: 0.49s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
    transition-delay: 0.42s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
    transition-delay: 0.35s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
    transition-delay: 0.28s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
    transition-delay: 0.21s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
    transition-delay: 0.14s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
    transition-delay: 0.07s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
    transition-delay: 0s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
    transition-delay: -0.07s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
    transition-delay: -0.14s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
    transition-delay: -0.21s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
    transition-delay: -0.28s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
    transition-delay: -0.35s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
    transition-delay: -0.42s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
    transition-delay: -0.49s;
}

.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 20px;
    width: auto;
    position: relative;
}

.hamburger-menu-simple .menu-item-list .nav-link:hover {
    opacity: 0.6;
}

.hamburger-logo img {
    max-height: 45px;
}


/* Right push menu */

.right-push-menu .menu-item-list .menu-item .toggle {
    top: 18px;
}

.right-push-menu .menu-item-list .sub-menu li .toggle {
    top: 4px;
}

.right-push-menu .menu-item-list .nav-link {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.right-push-menu .left-menu-bottom {
    margin-top: 30px;
}

.right-push-menu .left-menu-bottom .header-icon {
    position: relative;
    bottom: 0;
}


/* Header search popup */

.show-search-popup {
    overflow: hidden;
}

.show-search-popup header .navbar {
    z-index: 110;
}

.show-search-popup .search-form-wrapper {
    opacity: 1;
    visibility: visible;
    cursor: url(../images/mfg-close.png), auto;
}

.show-search-popup .search-form-wrapper .search-form {
    height: 50%;
    cursor: default;
    visibility: visible;
    opacity: 1;
}

.search-form-wrapper {
    background: rgba(35, 35, 35, 0.9);
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden !important;
    display: block !important;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.search-form-wrapper .search-form {
    height: 0;
    background-color: var(--white);
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.search-form-wrapper .search-form .search-input {
    outline: none;
    border: 0;
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
    color: var(--dark-gray);
    font-size: 18px;
    padding: 20px 0;
    background: transparent;
    line-height: 2.5rem;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 80px;
    width: 100%;
}

.search-form-wrapper .search-form .search-input::-moz-placeholder {
    color: var(--light-gray);
    opacity: 1;
}

.search-form-wrapper .search-form .search-input::-webkit-input-placeholder {
    color: var(--light-gray);
}

.search-form-wrapper .search-form .search-button {
    color: var(--dark-gray);
    bottom: 24px;
    position: absolute;
    font-size: 25px;
    right: 0;
    line-height: normal;
    outline: none;
    cursor: pointer;
    z-index: 0;
    margin-right: 0;
    border: none;
    background: none;
}

.search-form-wrapper .search-form:hover {
    color: var(--light-gray);
}

.search-form-wrapper .search-close {
    color: var(--black);
    position: fixed;
    top: 30px;
    right: 35px;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    font-size: 40px;
    font-weight: 300;
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.search-form-wrapper .search-form-box {
    position: relative;
    width: 45%;
}


/* Custom hide animation */

@-webkit-keyframes hide-animation {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Custom slide animation */

@-webkit-keyframes show-animation {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

button:focus {
    outline: none;
}


/* Header toggle button  */

.navbar-toggler {
    font-size: 24px;
    width: 22px;
    height: 14px;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-line {
    background: var(--dark-gray);
    height: 2px;
    width: 22px;
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.navbar-toggler-line:nth-child(1) {
    top: 0px;
    width: 14px;
}

.navbar-toggler-line:nth-child(2) {
    top: 6px;
}

.navbar-toggler-line:nth-child(3) {
    top: 6px;
}

.navbar-toggler-line:nth-child(4) {
    top: 12px;
    width: 14px;
}

.navbar-collapse-show .navbar-toggler-line:nth-child(1) {
    top: 7px;
    width: 0%;
}

.navbar-collapse-show .navbar-toggler-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-collapse-show .navbar-toggler-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-collapse-show .navbar-toggler-line:nth-child(4) {
    top: 7px;
    width: 0%;
}

.navbar-modern-inner {
    display: none;
}

.navbar-modern-inner .navbar-toggler {
    display: none;
}

.header-with-topbar+.top-space-margin {
    margin-top: 136px;
}

.header-with-topbar+.top-space-padding {
    padding-top: 136px;
}

.navbar-modern-inner,
.navbar-full-screen-menu-inner {
    display: none;
}

.top-space-margin {
    margin-top: 96px;
}

.top-space-padding {
    padding-top: 96px;
}


/* Landing page header */

.header-demo.navbar .navbar-nav .premium-element {
    padding: 35px 40px;
    border-radius: 13px;
}

.header-demo.navbar .navbar-nav .premium-element a {
    color: #585858;
    padding-bottom: 8px;
}

.header-demo.navbar .navbar-nav .premium-element .sub-title {
    font-size: 18px;
}

.header-demo.navbar .navbar-nav .nav-item:first-child .dropdown-menu a {
    color: var(--dark-gray);
}

.header-demo.navbar .navbar-nav .nav-link {
    font-weight: 600;
}

.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-weight: 500;
}

.header-demo.navbar.header-dark .navbar-nav .nav-item:first-child .dropdown-menu a {
    color: var(--white);
}


/* ===================================
   11. Page title
====================================== */


/* Breadcrumb */

.breadcrumb {
    margin: 0;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
}

.breadcrumb-style-01 ul li {
    display: inline-block;
}

.breadcrumb-style-01 ul li:after {
    content: "\e844";
    font-family: "feather";
    font-size: 13px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 10px;
}

.breadcrumb-style-01 ul li:last-child:after {
    content: "";
    padding: 0;
}


/* Page title style */

.page-title-double-large h1 {
    font-size: 3.6rem;
    line-height: 3.3rem;
}

.page-title-double-large h2 {
    font-size: 17px;
    line-height: 26px;
}

.page-title-extra-large h1 {
    font-size: 3.3rem;
    line-height: 3.3rem;
}

.page-title-extra-large h2 {
    font-size: 18px;
    line-height: 26px;
}

.page-title-large h1 {
    font-size: 2.8rem;
    line-height: 3rem;
}

.page-title-large h2 {
    font-size: 16px;
    line-height: 22px;
}

.page-title-medium h1 {
    font-size: 2rem;
    line-height: 2.2rem;
}

.page-title-medium h2 {
    font-size: 16px;
    line-height: 22px;
}

.page-title-small h1 {
    font-size: 1.625rem;
    line-height: 1.875rem;
}

.page-title-small h2 {
    font-size: 16px;
    line-height: 22px;
}

.page-title-extra-small h1 {
    font-size: 17px;
    line-height: 20px;
}

.page-title-extra-small h2 {
    font-size: 3.8rem;
    line-height: 3.8rem;
}

.page-title-button-style.page-title-button-style {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-title-button-style h1 {
    padding: 13px 30px;
    display: inline-block;
}

.page-title-mini-version h1 {
    font-size: 20px;
    line-height: 30px;
}


/* Down section icon */

.down-section {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 100%;
}

.down-section a {
    display: inline-block;
}

.down-section.down-bottom {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}


/* Down section line */

.down-section-line .section-line {
    position: relative;
}

.down-section-line .section-line:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--base-color);
}

.down-section-line:hover .section-line:before {
    height: 100%;
}


/* ===================================
   12. Layout
====================================== */


/* Sidebar */

.sidebar-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 18px;
}

.sidebar-list li a {
    display: inline-block;
    text-align: left;
}

.sidebar-list li a:hover {
    color: var(--base-color) !important;
}

.sidebar-list li .item-qty {
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 0;
    text-align: right;
}

.sidebar-list li:last-child {
    margin-bottom: 0;
}

.latest-post-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.latest-post-sidebar li {
    margin-bottom: 25px;
}

.latest-post-sidebar li figure {
    height: 65px;
    width: 80px;
    margin: 0;
}

.latest-post-sidebar li .media-body {
    line-height: normal;
    padding-left: 30px;
    position: relative;
    top: -3px;
}

.latest-post-sidebar li:last-child {
    margin-bottom: 0;
}

.popular-post-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popular-post-sidebar li {
    margin-bottom: 25px;
}

.popular-post-sidebar li figure {
    height: 100px;
    width: 100px;
    margin: 0;
}

.popular-post-sidebar li .media-body {
    line-height: normal;
    padding-left: 30px;
    position: relative;
}

.popular-post-sidebar li:last-child {
    margin-bottom: 0;
}

.category-list-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list-sidebar li {
    margin-bottom: 15px;
}

.category-list-sidebar li .btn {
    right: -10%;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
    transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
}

.category-list-sidebar li:last-child {
    margin-bottom: 0;
}

.category-list-sidebar li:hover .btn {
    right: -8%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav-btn {
    background: #000;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.nav-btn:hover {
    background: #333;
}

.post-sidebar.blog-side-image li {
    margin-bottom: 35px;
    width: 100%;
}

.post-sidebar.blog-side-image li .blog-box .blog-image {
    min-height: 1px;
}

.post-sidebar.blog-side-image li:last-child {
    margin-bottom: 0;
}

.tag-cloud a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 0 6px 10px 0;
    padding: 7px 18px;
    border-radius: 4px;
    border: 1px solid var(--extra-medium-gray);
}

.tag-cloud a:hover,
.tag-cloud a.active {
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.1);
    color: var(--dark-gray);
    background-color: var(--white);
}

.single-post .post-content,
.single-post .post-content p,
.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6,
.single-post .post-content li,
.single-post .post-content a {
    color: #000 ;
}
.single-post img{
	border-radius: 16px;
}
.single-post .post-title {
    color: #000 !important;
	font-size: 68px !important;
	line-height: 1.2;
	text-align: center;
}

.single-post .main-content {
    padding-top: 160px; 
    padding-bottom: 10px;
}
.post-content h2{
	font-size: 38px !important;

}
.post-content h3{
	font-size: 28px !important;
}
.comment-form-comment textarea{
	height: 80px;
}

.comment-form-url label{
	color: #000;
}

.comment-form-url input{
	border: 1px solid #000 ;!important
}

/* Grid */

.grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Blog posts grid */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 column layout */
    gap: 30px; /* space between posts */
    margin: 30px 0;
}

/* Each post box */
.blog-posts-grid article {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.blog-posts-grid article:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

/* Thumbnail image */
.blog-posts-grid .post-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* Title */
.blog-posts-grid .post-title {
    font-size: 20px;
    margin: 15px;
    color: #000;
}

/* Excerpt */
.blog-posts-grid .post-excerpt {
    font-size: 15px;
    margin: 0 15px 20px;
    color: #000 !important;
    line-height: 1.6;
}

/* Responsive: Mobile me 1 column */
@media (max-width: 768px) {
    .blog-posts-grid {
        grid-template-columns: 1fr;
    }
}
.blog-posts-grid .post-excerpt {
    font-size: 15px;
    margin: 0 15px 20px;
    color: #000;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more {
    display: inline-block;
    margin: 5px 0px 10px 0px;
    padding: 8px 16px;
    background: #0073aa;  
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.read-more:hover {
    background: #005f8d;
}

/* Grid column and gutter spacing */

.grid li img {
    width: 100%;
}

.grid .grid-sizer {
    padding: 0 !important;
    margin: 0 !important;
}

.grid.gutter-very-small li {
    padding: 3px 3px;
}

.grid.gutter-small li {
    padding: 5px 5px;
}

.grid.gutter-medium li {
    padding: 7px 7px;
}

.grid.gutter-large li {
    padding: 10px 10px;
}

.grid.gutter-extra-large li {
    padding: 15px;
}

.grid.gutter-double-extra-large li {
    padding: 20px;
}

.grid.gutter-triple-extra-large li {
    padding: 30px;
}

.grid.grid-6col li {
    width: 16.67%;
}

.grid.grid-6col li.grid-item-double {
    width: 33.33%;
}

.grid.grid-6col li.grid-item-single {
    width: 100%;
}

.grid.grid-5col li {
    width: 20%;
}

.grid.grid-5col li.grid-item-double {
    width: 40%;
}

.grid.grid-5col li.grid-item-single {
    width: 100%;
}

.grid.grid-4col li {
    width: 25%;
}

.grid.grid-4col li.grid-item-double {
    width: 50%;
}

.grid.grid-4col li.grid-item-single {
    width: 100%;
}

.grid.grid-3col li {
    width: 33.33%;
}

.grid.grid-3col li.grid-item-double {
    width: 66.67%;
}

.grid.grid-3col li.grid-item-single {
    width: 100%;
}

.grid.grid-2col li {
    width: 50%;
}

.grid.grid-2col li.grid-item-double {
    width: 100%;
}

.grid.grid-2col li.grid-item-single {
    width: 100%;
}

.grid .gutter-large {
    margin-left: 10px;
    margin-right: 10px;
    margin: 0 10px;
}


/* ===================================
    13. Elements
====================================== */


/* Accordion */

.accordion .accordion-item {
    color: inherit;
    border: none;
}

.accordion .accordion-item .accordion-header {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-header .accordion-title {
    cursor: pointer;
    padding-right: 25px;
}

.accordion .accordion-item .accordion-header .accordion-title i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .accordion-item .accordion-collapse {
    border: 0;
}


/* Accordion style 01 */

.accordion-style-01 .accordion-item {
    margin-bottom: 20px;
    overflow: inherit;
    padding: 20px 35px;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.15);
}

.accordion-style-01 .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-style-01 .accordion-item .collapse {
    overflow: hidden;
}

.accordion-style-01 .accordion-item .accordion-body {
    padding: 12px 45px 10px 0px;
}

.accordion-style-01 .accordion-item .accordion-header .accordion-title>i {
    position: static;
    -webkit-transform: none;
    transform: none;
}


/* Accordion style 02 */

.accordion-style-02 .accordion-item {
    background-color: transparent;
}

.accordion-style-02 .accordion-item .accordion-header {
    margin-bottom: 0;
    padding: 15px 0;
}

.accordion-style-02 .accordion-item .accordion-header .accordion-title i {
    right: 0;
}

.accordion-style-02 .accordion-item.active-accordion .accordion-header {
    border-bottom-color: transparent !important;
}

.accordion-style-02 .accordion-item .accordion-body {
    padding: 0 25px 30px 0;
}

.accordion-style-02 .right-icon {
    background-color: var(--white);
    color: var(--dark-gray);
}

.accordion-style-02 .right-icon:hover {
    background-color: var(--base-color);
    color: var(--white);
}


/* Accordion style 03 */

.accordion-style-03 .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
}

.accordion-style-03 .accordion-item .accordion-header {
    padding: 15px 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.accordion-style-03 .accordion-item .accordion-body {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}


/* Accordion style 04 */

.accordion-style-04 .accordion-item {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
}

.accordion-style-04 .accordion-item .accordion-header {
    padding: 18px 35px;
}

.accordion-style-04 .accordion-item .accordion-body {
    padding: 25px 40px 30px;
}

.accordion-style-04 .accordion-item.active-accordion {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(111, 111, 111, 0.15);
    box-shadow: 0px 5px 25px 0px rgba(111, 111, 111, 0.15);
    background: var(--white);
}


/* Accordion style 05 */

.accordion-style-05 .accordion-item {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 22px 35px 22px 65px;
    position: relative;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0px 0px 45px 0px rgba(111, 111, 111, 0.15);
    box-shadow: 0px 0px 45px 0px rgba(111, 111, 111, 0.15);
}

.accordion-style-05 .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-style-05 .accordion-item .collapse {
    overflow: hidden;
}

.accordion-style-05 .accordion-item .accordion-body {
    padding: 10px 45px 10px 0px;
}

.accordion-style-05 .accordion-item .number {
    position: absolute;
    left: -13px;
    top: 15px;
}

.accordion-style-05 .accordion-item.active-accordion {
    -webkit-box-shadow: 0px 15px 40px 5px rgba(111, 111, 111, 0.15);
    box-shadow: 0px 15px 40px 5px rgba(111, 111, 111, 0.15);
}

.accordion-style-05 .accordion-item.active-accordion .number {
    -webkit-text-fill-color: var(--base-color);
    -webkit-text-stroke-color: var(--base-color);
}


/* Accordion style 06 */

.accordion-style-06 .accordion-item {
    margin-bottom: 0;
    overflow: hidden;
    padding: 15px 100px 15px 45px;
    position: relative;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.accordion-style-06 .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-style-06 .accordion-item .collapse {
    overflow: hidden;
    border-radius: 0;
}

.accordion-style-06 .accordion-item .accordion-body {
    padding: 10px 0 10px 0px;
}

.accordion-style-06 .accordion-item i {
    position: absolute;
    right: -32px;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--dark-gray);
    -webkit-transform: rotate(-35deg) translateY(-50%);
    transform: rotate(-35deg) translateY(-50%);
}

.accordion-style-06 .accordion-item .collapsing i {
    opacity: 0;
}

.accordion-style-06 .accordion-item.active-accordion {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(to bottom, #f2f8f7, #f5fafa, #f9fbfd, #fcfdfe, #ffffff);
}

.accordion-style-06 .accordion-item.active-accordion i {
    opacity: 0.15;
}


/* Alert box */

.alert-success {
    background-color: #f1fbec;
    color: #54b783;
    border-color: #cce8b3;
    padding: 10px 20px 10px 20px;
}

.alert {
    padding: 20px 25px 20px 30px;
    margin-bottom: 30px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.alert.alert-success {
    background-color: #f1fbec;
    color: #54b783;
    border-color: #cce8b3;
}

.alert.alert-info {
    background-color: #ebf5f9;
    color: #4278bb;
    border-color: #bce8f1;
}

.alert.alert-warning {
    background-color: #fcf8e3;
    color: #e2ad4b;
    border-color: #faebcc;
}

.alert.alert-danger {
    background-color: #fbf1f1;
    color: #e65656;
    border-color: #efe1e3;
}

.alert strong {
    font-weight: 500;
}

@keyframes hvr-icon-push {
    50% {
        -webkit-trasfrom: scale(0.5);
        trasfrom: scale(0.5);
    }
}

.alert .close {
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.34);
    text-shadow: none;
    float: right;
}

.alert .close i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.alert .close:hover i {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.alert .close:not(:disabled),
.alert .close:not(.disabled):focus,
.alert .close:not(.disabled):hover {
    opacity: 1;
}


/* Alert box style 02 */

.alert-box-style-02 .alert {
    padding: 22px 60px 22px 30px;
    border: none;
    line-height: 22px;
    -webkit-box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
    box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
}

.alert-box-style-02 .alert.alert-success {
    color: #54b783;
}

.alert-box-style-02 .alert.alert-info {
    color: #4278bb;
}

.alert-box-style-02 .alert.alert-warning {
    color: #e2ad4b;
}

.alert-box-style-02 .alert.alert-danger {
    color: #e65656;
}

.alert-box-style-02 .alert .close {
    height: 100%;
    position: absolute;
    right: 0;
    width: 60px;
    text-align: center;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--light-medium-gray);
    font-size: 18px;
}


/* Alert box style 03 */

.alert-box-style-03 .alert {
    padding: 20px 30px 20px 55px;
    border: 0;
}

.alert-box-style-03 .alert:before {
    font-family: bootstrap-icons;
    display: inline-block;
    position: absolute;
    left: 25px;
    font-size: 18px;
}

.alert-box-style-03 .alert.alert-success {
    background-color: #54b783;
}

.alert-box-style-03 .alert.alert-success:before {
    content: "\f26b";
}

.alert-box-style-03 .alert.alert-info {
    background-color: #4278bb;
}

.alert-box-style-03 .alert.alert-info:before {
    content: "\f431";
}

.alert-box-style-03 .alert.alert-warning {
    background-color: #e2ad4b;
}

.alert-box-style-03 .alert.alert-warning:before {
    content: "\f567";
}

.alert-box-style-03 .alert.alert-danger {
    background-color: #e65656;
}

.alert-box-style-03 .alert.alert-danger:before {
    content: "\f623";
}

.alert-box-style-03 .alert .close {
    right: -10px;
    position: relative;
}


/* Alert box style 04 */

.alert-box-style-04 .alert {
    padding: 20px 25px 20px 30px;
    border-radius: 0;
    border: none;
    border-left: 3px solid;
}

.alert-box-style-04 .alert:hover {
    -webkit-box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
    box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
}

.alert-box-style-04 .alert.alert-success {
    color: #54b783;
    border-color: #54b783;
}

.alert-box-style-04 .alert.alert-info {
    color: #4278bb;
    border-color: #4278bb;
}

.alert-box-style-04 .alert.alert-warning {
    color: #e2ad4b;
    border-color: #e2ad4b;
}

.alert-box-style-04 .alert.alert-danger {
    color: #e65656;
    border-color: #e65656;
}


/* Alert box style 05 */

.alert-box-style-05 .alert {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 2px solid;
    color: var(--dark-gray);
    padding: 10px 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.alert-box-style-05 .alert.alert-success {
    border-color: #54b783;
}

.alert-box-style-05 .alert.alert-info {
    border-color: #4278bb;
}

.alert-box-style-05 .alert.alert-warning {
    border-color: #e2ad4b;
}

.alert-box-style-05 .alert.alert-danger {
    border-color: #e65656;
}


/* Blockquote */

blockquote footer {
    padding: 0;
}


/* Blockquote style 05 */

.blockquote-style-04 .blockquote-img img {
    margin-top: -114px;
}

.blockquote-style-04 .blockquote-content {
    padding: 5% 0 5% 26%;
    margin-left: -8vw;
    -webkit-border-radius: 50px 50px 125px 50px;
    border-radius: 50px 50px 125px 50px;
}


/* Use for mac desktop pc */

@media only screen and (min-width: 1921px) {
    .blockquote-style-04 .blockquote-content {
        margin-left: -6vw;
    }
}


/* Button */

.btn-box-shadow {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.btn-box-shadow:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
 :not(.btn-check)+.btn:active {
    border-color: initial;
    color: initial;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: auto;
    font-family: var(--alt-font);
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover {
    background-color: inherit;
}

.btn i {
    position: relative;
    margin-left: 6px;
}

.btn.btn-extra-large {
    font-size: 16px;
    padding: 24px 46px;
}

.btn.btn-large {
    font-size: 14px;
    padding: 18px 34px;
}

.btn.btn-medium {
    font-size: 13px;
    padding: 16px 30px;
}

.btn.btn-small {
    font-size: 12px;
    padding: 13px 26px;
}

.btn.btn-very-small {
    font-size: 11px;
    padding: 10px 20px;
}

.btn.btn-rounded.btn-extra-large {
    padding: 18px 46px;
}

.btn.btn-rounded.btn-large {
    padding: 14px 36px;
}

.btn.btn-rounded.btn-medium {
    padding: 12px 32px;
}

.btn.btn-rounded.btn-small {
    padding: 10px 26px;
}

.btn.btn-rounded.btn-very-small {
    padding: 8px 20px;
}

.btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.btn.btn-round-edge {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn.btn-round-edge-small {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.btn.btn-link {
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    letter-spacing: 0;
    background-color: transparent;
}

.btn.btn-link.thin {
    border-bottom: 1px solid;
}

.btn.btn-link:hover {
    opacity: 0.7;
}

.btn.btn-link:focus-visible {
    box-shadow: none;
}

.btn.btn-link-gradient {
    padding: 0 0 3px !important;
    position: relative;
    border: 0;
    background-color: transparent;
}

.btn.btn-link-gradient>span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}

.btn.btn-link-gradient.thin span {
    height: 1px;
}

.btn.btn-link-gradient.expand span {
    width: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-link-gradient:hover {
    opacity: 0.7;
}

.btn.btn-link-gradient:hover.expand:hover span {
    width: 100%;
}

.btn.btn-expand {
    position: relative;
    z-index: 1;
}

.btn.btn-expand span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-expand:hover,
.btn.btn-expand:active {
    border-color: transparent;
}

.btn.btn-expand:hover span,
.btn.btn-expand:active span {
    width: 100%;
}

.btn.btn-expand-ltr {
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 0;
    color: initial;
}

.btn.btn-expand-ltr:active {
    background-color: transparent;
    border: 0;
    color: initial;
}

.btn.btn-expand-ltr span {
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn.btn-expand-ltr:hover span {
    width: 100% !important;
}

.btn.btn-expand-ltr.btn-extra-large {
    padding: 18px 28px;
}

.btn.btn-expand-ltr.btn-extra-large span {
    width: 60px;
    height: 60px;
}

.btn.btn-expand-ltr.btn-large {
    padding: 14px 26px;
}

.btn.btn-expand-ltr.btn-large span {
    width: 50px;
    height: 50px;
}

.btn.btn-expand-ltr.btn-medium {
    padding: 12px 24px;
}

.btn.btn-expand-ltr.btn-medium span {
    width: 44px;
    height: 44px;
}

.btn.btn-expand-ltr.btn-small {
    padding: 10px 22px;
}

.btn.btn-expand-ltr.btn-small span {
    width: 40px;
    height: 40px;
}

.btn.btn-expand-ltr.btn-very-small {
    padding: 8px 18px;
}

.btn.btn-expand-ltr.btn-very-small span {
    width: 38px;
    height: 38px;
}

.btn.btn-hover-animation-switch.btn-link {
    border-bottom: 0;
    padding-bottom: 0;
}

.btn.btn-hover-animation-switch.btn-link:hover {
    opacity: 1;
}

.btn.btn-hover-animation-switch>span {
    display: inline-flex;
    align-items: center;
}

.btn.btn-hover-animation-switch .btn-text {
    margin-left: -13px;
    position: relative;
    z-index: 3;
    transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
    position: relative;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
    line-height: 0;
    z-index: 3;
}

.btn.btn-hover-animation-switch .btn-icon i {
    margin: 0;
    line-height: 0;
}

.btn.btn-hover-animation-switch .btn-icon+.btn-icon {
    order: -2;
    opacity: 0;
    transition-delay: 0s;
    margin-left: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.btn.btn-hover-animation-switch:hover .btn-text {
    transition-delay: 0.1s;
    transform: translateX(23px);
}

.btn.btn-hover-animation-switch:hover .btn-icon {
    transition-delay: 0s;
    transform: translateX(10px);
    opacity: 0;
}

.btn.btn-hover-animation-switch:hover .btn-icon+.btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.225s;
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-text {
    margin-right: -15px;
    margin-left: 0px;
    position: relative;
    z-index: 3;
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-icon {
    opacity: 0;
    margin-left: 0;
    transition-delay: 0s;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-icon+.btn-icon {
    opacity: 1;
    margin-left: 0;
    margin-right: 6px;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-text {
    transition-delay: 0.1s;
    transform: translateX(-20px);
}

.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-icon {
    transform: translateX(0px);
    opacity: 1;
    transition-delay: 0.225s;
}

.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-icon+.btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(-10px);
}

.btn.btn-hover-animation.btn-link {
    border-bottom: 0;
    padding-bottom: 0;
}

.btn.btn-hover-animation.btn-link:hover {
    opacity: 1;
}

.btn.btn-hover-animation>span {
    display: inline-flex;
    align-items: center;
}

.btn.btn-hover-animation .btn-text {
    margin-left: 0px;
    position: relative;
    z-index: 3;
    transition: transform 0.5s;
}

.btn.btn-hover-animation .btn-icon {
    display: inline-flex;
    align-items: center;
    margin-left: -24px;
}

.btn.btn-hover-animation .btn-icon i {
    display: inline-block;
    opacity: 0;
    top: 0;
    transform: translateX(0.24px);
    transition: opacity 0.25s, transform 0.5s;
}

.btn.btn-hover-animation:hover .btn-text {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
}

.btn.btn-hover-animation:hover .btn-icon i {
    opacity: 1;
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
}

.btn.btn-hover-animation:active {
    border-color: transparent !important;
}

.btn.btn-hover-animation.btn-icon-left .btn-icon {
    margin-right: -24px;
    margin-left: 0;
}

.btn.btn-hover-animation.btn-icon-left .btn-icon i {
    transform: translateX(0.24px);
}

.btn.btn-hover-animation.btn-icon-left .btn-text {
    margin-right: 0;
    margin-left: 0;
}

.btn.btn-hover-animation.btn-icon-left:hover .btn-text {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.btn.btn-hover-animation.btn-icon-left:hover .btn-icon i {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.btn.btn-slide-up span {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.btn.btn-slide-down span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btn.btn-slide-left span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn.btn-slide-right span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn.btn-slide-up,
.btn.btn-slide-down,
.btn.btn-slide-left,
.btn.btn-slide-right {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn.btn-slide-up span,
.btn.btn-slide-down span,
.btn.btn-slide-left span,
.btn.btn-slide-right span {
    position: absolute;
    height: 100%;
    width: 102%;
    z-index: -1;
    left: -2px;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-slide-up:hover span,
.btn.btn-slide-down:hover span,
.btn.btn-slide-left:hover span,
.btn.btn-slide-right:hover span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.btn.btn-radius {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn.btn-radius:hover {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.btn.arrow-bounce-right {
    position: relative;
}

.btn.arrow-bounce-right:before {
    content: "\f108";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: inherit;
    left: 80%;
    transition: all 0.3s;
    opacity: 0;
    font-weight: 900;
    margin-top: 3px;
}

.btn.arrow-bounce-right:hover:before {
    left: 85%;
    opacity: 1;
}

.btn.underline-on-hover {
    position: relative;
    padding: 0 0 2px;
    border: none;
    opacity: 1 !important;
}

.btn.underline-on-hover:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 2px solid;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.btn.underline-on-hover:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.btn.underline-on-hover.btn-medium,
.btn.underline-on-hover.btn-small,
.btn.underline-on-hover.btn-very-small {
    padding: 0 0 3px;
}

.btn.hover-text-dark {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: none;
    opacity: 0.4;
    display: inline-block;
}

.btn.hover-text-dark:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: attr(data-hover);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.btn.hover-text-dark:hover {
    opacity: 1;
}

.btn.hover-text-dark:hover:after {
    max-height: 100%;
}

.btn.hover-text-light {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: none;
    opacity: 1;
    display: inline-block;
}

.btn.hover-text-light:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: attr(data-hover);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.btn.hover-text-light:hover {
    opacity: 0.6;
}

.btn.hover-text-light:hover:after {
    max-height: 100%;
}

.btn.btn-base-color {
    background-color: #fff !important;
    color: var(--white);
}

.btn.btn-base-color:hover,
.btn.btn-base-color:active {
    background-color: #ffd307 !important;
    color: var(--base-color);
}

.btn.btn-dark-gray {
    background-color: var(--dark-gray);
    color: var(--white);
}

.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active {
    background-color: transparent;
    border-color: var(--dark-gray);
    color: var(--dark-gray);
}

.btn.btn-black {
    background-color: var(--black);
    color: var(--white);
}

.btn.btn-black:hover,
.btn.btn-black:active {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
}

.btn.btn-white {
    background-color: var(--white);
    color: var(--dark-gray);
}

.btn.btn-white:hover,
.btn.btn-white:active {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}

.btn.btn-cornflower-blue {
    background-color: var(--cornflower-blue);
    color: var(--white);
}

.btn.btn-cornflower-blue:hover,
.btn.btn-cornflower-blue:active {
    background-color: transparent;
    border-color: var(--cornflower-blue);
    color: var(--cornflower-blue);
}

.btn.btn-jade {
    background-color: var(--jade);
    color: var(--white);
}

.btn.btn-jade:hover,
.btn.btn-jade:active {
    background-color: transparent;
    border-color: var(--jade);
    color: var(--jade);
}

.btn.btn-transparent-black {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
}

.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:active {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.btn.btn-transparent-white {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:active {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray);
}

.btn.btn-transparent-white-light {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white);
}

.btn.btn-transparent-white-light:hover,
.btn.btn-transparent-white-light:active {
    background-color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--dark-gray);
}

.btn.btn-transparent-base-color {
    background-color: transparent;
    border-color: var(--base-color);
    color: var(--base-color);
}

.btn.btn-transparent-base-color:hover,
.btn.btn-transparent-base-color:active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}

.btn.btn-transparent-dark-gray {
    background-color: transparent;
    border-color: var(--dark-gray);
    color: var(--dark-gray);
}

.btn.btn-transparent-dark-gray:hover,
.btn.btn-transparent-dark-gray:active {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}

.btn.btn-transparent-light-gray {
    background-color: transparent;
    border-color: var(--extra-medium-gray);
    color: var(--dark-gray);
}

.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}

.btn.btn-double-border.btn-extra-large {
    padding: 0;
}

.btn.btn-double-border.btn-extra-large>span {
    padding: 24px 50px;
}

.btn.btn-double-border.btn-large {
    padding: 0;
}

.btn.btn-double-border.btn-large>span {
    padding: 18px 42px;
}

.btn.btn-double-border.btn-medium {
    padding: 0;
}

.btn.btn-double-border.btn-medium>span {
    padding: 16px 34px;
}

.btn.btn-double-border.btn-small {
    padding: 0;
}

.btn.btn-double-border.btn-small>span {
    padding: 13px 32px;
}

.btn.btn-double-border.btn-very-small {
    padding: 0;
}

.btn.btn-double-border.btn-very-small>span {
    padding: 10px 22px;
}

.btn.btn-double-border>span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.btn.btn-double-border .btn-double-text {
    transition: opacity 0.65s, transform 0.65s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn.btn-double-border .btn-double-text:before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: opacity 0.5s, transform 0.8s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn.btn-double-border:hover .btn-double-text {
    transform: translateY(-200%);
}

.btn.btn-double-border:hover .btn-double-text:before {
    transform: translate(-50%, 150%);
    opacity: 1;
}

.btn.btn-double-border:after {
    display: inline-block;
    content: "";
    position: absolute;
    border: 1px solid;
    width: calc(100% - 8px);
    height: calc(100% + 12px);
    top: -6px;
    left: 4px;
    transform: translateX(0) translateY(0);
    z-index: 0;
}

.btn.btn-double-border.btn-border-base-color {
    position: relative;
    border: 1px solid var(--base-color);
    color: var(--base-color);
}

.btn.btn-double-border.btn-border-base-color:hover {
    border-color: var(--dark-gray);
    color: var(--dark-gray);
}

.btn.btn-double-border.btn-border-base-color:hover:after {
    border-color: var(--dark-gray);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-base-color.hover-border-color-white:hover {
    border-color: var(--white);
    color: var(--white);
}

.btn.btn-double-border.btn-border-base-color.hover-border-color-white:hover:after {
    border-color: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-color-dark-gray {
    position: relative;
    border: 1px solid var(--dark-gray);
    color: var(--dark-gray);
}

.btn.btn-double-border.btn-border-color-dark-gray:hover {
    border-color: var(--base-color);
    color: var(--base-color);
}

.btn.btn-double-border.btn-border-color-dark-gray:hover:after {
    border-color: var(--base-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-color-white {
    position: relative;
    border: 1px solid var(--white);
    color: var(--white);
}

.btn.btn-double-border.btn-border-color-white:hover {
    border-color: var(--base-color);
    color: var(--base-color);
}

.btn.btn-double-border.btn-border-color-white:hover:after {
    border-color: var(--base-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-color-transparent-white {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.btn.btn-double-border.btn-border-color-transparent-white:after {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn.btn-double-border.btn-border-color-transparent-white:hover {
    border-color: rgb(255, 255, 255);
    color: var(--white);
}

textarea.form-control {
    height: 125px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
    border: none !important;
    border-bottom: 1px solid #2d2d2d !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    font-size: 16px;
    color: #787875;
    padding: 4px 10px;
}

.wpcf7 .has-spinner {
    padding: 14px 28px !important;
}

.wpcf7 label {
    color: #000 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none !important;
    border-bottom: 1px solid #2d2d2d !important;
    box-shadow: none !important;
}


.btn.btn-double-border.btn-border-color-transparent-white:hover:after {
    border-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-color-transparent-dark {
    position: relative;
    border: 1px solid rgba(35, 35, 35, 0.2);
    color: var(--dark-gray);
}

.btn.btn-double-border.btn-border-color-transparent-dark:after {
    border: 1px solid rgba(35, 35, 35, 0.2);
}

.btn.btn-double-border.btn-border-color-transparent-dark:hover {
    border-color: rgb(35, 35, 35);
    color: var(--dark-gray);
}

.btn.btn-double-border.btn-border-color-transparent-dark:hover:after {
    border-color: rgb(35, 35, 35);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-switch-text.btn-extra-large {
    padding: 0;
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 22px 40px;
}

.btn.btn-switch-text.btn-large {
    padding: 0;
}

.btn.btn-switch-text.btn-large>span {
    padding: 18px 34px;
}

.btn.btn-switch-text.btn-medium {
    padding: 0;
}

.btn.btn-switch-text.btn-medium>span {
    padding: 16px 30px;
}

.btn.btn-switch-text.btn-small {
    padding: 0;
}

.btn.btn-switch-text.btn-small>span {
    padding: 13px 24px;
}

.btn.btn-switch-text.btn-very-small {
    padding: 0;
}

.btn.btn-switch-text.btn-very-small>span {
    padding: 10px 20px;
}

.btn.btn-switch-text>span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.btn.btn-switch-text .btn-double-text {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn.btn-switch-text .btn-double-text:before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: opacity 0.5s, transform 0.8s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn.btn-switch-text:hover .btn-double-text,
.btn.btn-switch-text:active .btn-double-text {
    transform: translateY(-200%);
}

.btn.btn-switch-text:hover .btn-double-text:before,
.btn.btn-switch-text:active .btn-double-text:before {
    transform: translate(-50%, 150%);
    opacity: 1;
}

.btn.btn-switch-text.purchase-envato.btn-small {
    padding: 0;
}

.btn.btn-switch-text.purchase-envato.btn-small>span {
    padding: 11px 30px;
}

.btn.base-color-hover:hover,
.btn.base-color-hover:active {
    background-color: var(--base-color);
    color: var(--white);
}

.btn.white-hover:hover,
.btn.white-hover:active {
    background-color: var(--white);
    color: var(--dark-gray);
}

.btn.black-hover:hover,
.btn.black-hover:active {
    background-color: var(--dark-gray);
    color: var(--white);
}

.btn.btn-box-shadow.btn-white:hover,
.btn.btn-box-shadow.btn-white:active {
    background: var(--white);
    color: var(--dark-gray);
}

.btn.btn-box-shadow.btn-black:hover,
.btn.btn-box-shadow.btn-black:active {
    background: var(--black);
    color: var(--white);
}

.btn.btn-box-shadow.btn-dark-gray:hover,
.btn.btn-box-shadow.btn-dark-gray:active {
    background: var(--dark-gray);
    color: var(--white);
}

.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active {
    background: var(--base-color);
    color: var(--white);
}

.btn.btn-box-shadow.btn-cornflower-blue:hover,
.btn.btn-box-shadow.btn-cornflower-blue:active {
    background-color: var(--cornflower-blue);
    color: var(--white);
}

.btn.btn-box-shadow.btn-jade:hover,
.btn.btn-box-shadow.btn-jade:active {
    background-color: var(--jade);
    color: var(--white);
}

.btn.with-rounded {
    position: relative;
}

.btn.with-rounded>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}

.btn.with-rounded>span i {
    margin: 0;
}

.btn.with-rounded.btn-extra-large {
    padding-right: 70px;
}

.btn.with-rounded.btn-large {
    padding-right: 55px;
}

.btn.with-rounded.btn-large>span {
    width: 34px;
    height: 34px;
    right: 8px;
}

.btn.with-rounded.btn-medium {
    padding-right: 50px;
}

.btn.with-rounded.btn-medium>span {
    width: 32px;
    height: 32px;
    right: 8px;
}

.btn.with-rounded.btn-small {
    padding-right: 45px;
}

.btn.with-rounded.btn-small>span {
    width: 28px;
    height: 28px;
    right: 6px;
}

.btn.with-rounded.btn-very-small {
    padding-right: 37px;
}

.btn.with-rounded.btn-very-small>span {
    width: 26px;
    height: 26px;
    right: 5px;
}


/* Button icon position */

.left-icon i {
    margin-right: 6px;
    margin-left: 0;
}

[class*=btn-transparent],
[class*=" btn-transparent"] {
    font-weight: 600;
}


/* Gradient button */

[class*=btn-gradient-] {
    background-color: transparent;
    border-color: transparent;
}

[class*=btn-gradient-]:active {
    background-color: transparent;
    border-color: transparent !important;
    color: var(--white) !important;
}

[class*=btn-gradient-]:hover {
    background-position: right center;
    color: var(--white);
}

.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
    background-size: 200% auto;
    color: var(--white);
}

.btn-gradient-fast-pink-light-yellow {
    background-image: linear-gradient(to right, #f7567f, #ffba83, #f7567f);
    background-size: 200% auto;
    color: var(--white);
}

.btn-gradient-pink-orange {
    background-image: linear-gradient(to right, #de347f, #ef5f43, #de347f);
    background-size: 200% auto;
    color: var(--white);
}

.btn-gradient-fast-blue-purple {
    background-image: linear-gradient(to right, #2a46f4, #bf25ff, #2a46f4);
    background-size: 200% auto;
    color: var(--white);
}

.btn-gradient-light-pink-light-purple {
    background-image: linear-gradient(to right, #ed579b, #bc63e8, #ed579b);
    background-size: 200% auto;
    color: var(--white);
}

.btn-gradient-sky-blue-pink {
    background-image: linear-gradient(to right, #5758df, #f77991, #5758df);
    background-size: 200% auto;
    color: var(--white);
}

.btn-dual .btn {
    margin-left: 10px;
    margin-right: 10px;
}

.btn-dual .btn.btn-link,
.btn-dual .btn.btn-underline,
.btn-dual .btn.btn-zoom,
.btn-dual .btn.btn-link-gradient {
    margin-left: 30px;
    margin-right: 30px;
}


/* Blog button */

.categories-btn {
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
}


/* Clients style 01 */

.clients-style-01 .client-image:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}


/* Clients style 02 */

.clients-style-02 .swiper-slide {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.clients-style-02 .swiper-slide:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.clients-style-02 .swiper-button-prev {
    left: -110px;
}

.clients-style-02 .swiper-button-next {
    right: -110px;
}


/* Clients style 03 */

.clients-style-03 .client-box {
    -webkit-transition: all 350ms cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 350ms cubic-bezier(0.12, 0, 0.39, 0);
    will-change: transform;
}

.clients-style-03 .client-box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Clients style 04 */

.clients-style-04 .client-box:hover {
    opacity: 0.5;
}


/* Clients style 05 */

.clients-style-05 .client-box {
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.clients-style-05 .client-box img {
    z-index: 2;
    position: relative;
}

.clients-style-05 .client-box:hover {
    opacity: 0.5;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}


/* Clients style 06 */

.clients-style-06 .client-box {
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.clients-style-06 .client-box img {
    max-width: inherit;
}

.clients-style-06:hover .client-box {
    opacity: 0.4;
}

.clients-style-06:hover .client-box:hover {
    opacity: 1;
}


/* Clients style 07 */

.clients-style-07 .client-box .client-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.clients-style-07 .client-box .client-info .client-content {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
}

.clients-style-07 .client-box .client-info .client-content .client-link {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    right: 0;
}

.clients-style-07 .client-box .client-info:hover .client-content {
    margin: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
}

.clients-style-07 .client-box .client-info:hover .client-content .client-icon {
    opacity: 0;
    visibility: hidden;
}

.clients-style-07 .client-box .client-info:hover .client-content .client-link {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.clients-style-07 .client-box .client-info:hover .client-content .box-overlay {
    opacity: 1;
    visibility: visible;
}


/* Clients style 08 */

.clients-style-08 .client-box {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.clients-style-08 .client-box:hover {
    opacity: 1;
}


/* Columns */

.show-grid [class^=col-] {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.text-yellow {
    color: #ffd307 !important;
}

.black-color {
    color: #000 !important;
}

footer {
    background-color: #ffe052 !important;
}


/* Contact form */

.select-style select {
    background-image: url("../images/contact-form-down-arrow.jpg");
    background-repeat: no-repeat;
    background-position: top 25px right 30px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
}

.terms-condition-box label {
    display: block;
}

.terms-condition-box input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 4px;
    left: 0;
}

.terms-condition-box input[type=checkbox]:checked+.box:after {
    display: block;
}

.terms-condition-box input[type=checkbox].is-invalid+.box:before {
    border-color: #dc3545;
}

.terms-condition-box .box {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

.terms-condition-box .box:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid var(--extra-medium-gray);
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.terms-condition-box .box:after {
    position: absolute;
    left: 7px;
    top: 9px;
    content: "";
    width: 6px;
    height: 10px;
    display: none;
    border: solid var(--dark-gray);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Contact form style 01 */

.contact-form-style-01 input,
.contact-form-style-01 textarea,
.contact-form-style-01 select {
    padding-left: 55px;
}

.contact-form-style-01 .form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
}

.contact-form-style-01 .form-group.form-textarea .form-icon {
    top: 12px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* Contact form style 03 */

.contact-form-style-03 input,
.contact-form-style-03 textarea {
    outline: none;
    border: none;
    border-bottom: 1px solid;
    background: transparent;
}

.contact-form-style-03 select {
    outline: none;
    border: none;
    border-bottom: 1px solid;
}

.contact-form-style-03 input:focus,
.contact-form-style-03 select:focus,
.contact-form-style-03 textarea:focus,
.contact-form-style-03 .form-control:focus {
    border: 0;
    border-bottom: 1px solid #c2c2c2;
}

.contact-form-style-03 textarea {
    resize: none;
}

.contact-form-style-03 .form-group .form-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-form-style-03 .form-group.form-textarea .form-icon {
    top: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.contact-form-style-03 .form-control,
.contact-form-style-03 .form-control.is-invalid,
.contact-form-style-03 .was-validated .form-control:invalid {
    background-position: right 35px center !important;
}


/* Contact form style 06 */

.contact-form-style-06 input,
.contact-form-style-06 textarea {
    color: var(--white);
}

.contact-form-style-06 input:focus,
.contact-form-style-06 textarea:focus {
    color: var(--white);
}

.contact-form-style-06 input::placeholder,
.contact-form-style-06 textarea::placeholder {
    color: var(--light-medium-gray);
}

.contact-form-style-06 .select-style select {
    color: var(--light-medium-gray);
    background-image: url("../images/contact-form-arrow-white.png");
    background-position: top 25px right 20px;
    padding-right: 45px;
}

.contact-form-style-06 .select-style select option {
    color: var(--dark-gray);
}


/* Contact form style 07 */

.contact-form-style-07 input,
.contact-form-style-07 textarea {
    outline: none;
    border: none;
    border-bottom: 1px solid;
    background: transparent;
}

.contact-form-style-07 select {
    outline: none;
    border: none;
    border-bottom: 1px solid;
}

.contact-form-style-07 input:focus,
.contact-form-style-07 select:focus,
.contact-form-style-07 textarea:focus,
.contact-form-style-07 .form-control:focus {
    border: 0;
    border-bottom: 1px solid #c2c2c2;
}

.contact-form-style-07 textarea {
    resize: none;
}

.contact-form-style-07 .form-group .form-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-form-style-07 .form-group.form-textarea .form-icon {
    top: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.contact-form-style-07 .form-control,
.contact-form-style-07 .form-control.is-invalid,
.contact-form-style-07 .was-validated .form-control:invalid {
    background-position: right 35px center !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--dark-gray);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
    content: "";
}


/* Text slider 02 */

.text-slider-style-02 .swiper-slide {
    opacity: 0.2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.text-slider-style-02 .swiper-slide.swiper-slide-active {
    opacity: 1;
}


/* Text slider 03 */

.text-slider-style-03 .swiper-slide>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/* Text slider 05 */

.text-slider-style-05 .swiper-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.text-slider-style-05 .swiper-slide .services-box-style-01:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.text-slider-style-05 .swiper-slide .services-box-style-01:hover .icon-box {
    opacity: 0;
}

.text-slider-style-05 .swiper-slide.swiper-slide-next {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.text-slider-style-05 .swiper-slide.swiper-slide-next .services-box-style-01 .icon-box {
    opacity: 1;
}


/* Countdown style 01 */

.countdown-style-01 .counter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.countdown-style-01 .counter-container .countdown-box {
    font-family: var(--alt-font);
    color: var(--dark-gray);
    background-color: var(--white);
    width: 130px;
    min-height: 130px;
    padding: 25px 20px 20px;
    margin: 0 15px;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown-style-01 .counter-container .countdown-box .number {
    font-size: 2.375rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.countdown-style-01 .counter-container .countdown-box span {
    font-size: 14px;
    line-height: 14px;
    color: var(--medium-gray);
    text-transform: uppercase;
}


/* Countdown style 02 */

.countdown-style-02 .countdown-box {
    position: relative;
    width: 165px;
    padding: 0 15px;
    color: var(--white);
    font-family: var(--alt-font);
    display: inline-block;
    text-align: center;
}

.countdown-style-02 .countdown-box:before {
    content: ":";
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white);
    text-align: center;
    font-size: 3rem;
    margin-top: -4px;
}

.countdown-style-02 .countdown-box:last-child:before {
    display: none;
}

.countdown-style-02 .countdown-box .number {
    font-size: 3.5rem;
    line-height: 3.75rem;
    font-weight: 600;
    letter-spacing: -1px;
}

.countdown-style-02 .countdown-box span {
    font-size: 15px;
    line-height: 14px;
    text-transform: uppercase;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    color: var(--white);
    font-weight: 500;
}


/* Countdown style 03 */

.countdown-style-03 .countdown-box {
    width: 130px;
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}

.countdown-style-03 .countdown-box .number {
    color: var(--dark-gray);
    font-size: 4.3rem;
    line-height: 4.3rem;
    font-family: var(--alt-font);
    letter-spacing: -1px;
    font-weight: 700;
}

.countdown-style-03 .countdown-box span {
    color: var(--medium-gray);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}


/* Countdown style 04 */

.countdown-style-04 .countdown-box {
    width: 160px;
    display: inline-block;
    margin: 0 7px;
    text-align: center;
    position: relative;
}

.countdown-style-04 .countdown-box:before {
    content: ":";
    position: absolute;
    top: 20px;
    font-size: 2rem;
    color: var(--white);
    right: -10px;
    margin-top: -5px;
    font-weight: 400;
    opacity: 0.7;
}

.countdown-style-04 .countdown-box:last-child:before {
    display: none;
}

.countdown-style-04 .countdown-box .number {
    color: #ffffff;
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-family: var(--alt-font);
    font-weight: 600;
}

.countdown-style-04 .countdown-box span {
    color: var(--very-light-gray);
    font-size: 15px;
}


/* Counter style 03 */

.counter-style-03 .feature-box i {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.counter-style-03 .feature-box:hover i {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}


/* Counter style 04 */

.counter-style-04 .vertical-counter:after {
    content: attr(data-text);
    display: inline-block;
    margin-left: 3px;
    word-break: normal;
}


/* Counter style 06 */

.counter-style-06 .feature-box-content .counter-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.counter-style-06 .feature-box-content:after {
    content: "";
    display: block;
    height: 40%;
    right: 0;
    top: 50%;
    width: 1px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--extra-medium-gray);
}

.counter-style-06 .feature-box:last-child .feature-box-content:after {
    display: none;
}


/* Counter style 07 */

.counter-style-07 .vertical-counter-number {
    z-index: 1;
}


/* Vertical counter */

.vertical-counter-number {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.vertical-counter-number ul {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* Divider style 01 */

.divider-style-01 .divider-shadow:after,
.divider-style-01 .divider-shadow:before {
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    content: "";
    height: 10px;
    margin-top: 7px;
    box-shadow: 0 6px 10px -10px #8c8b8b inset;
}

.divider-style-01 .divider-border:after,
.divider-style-01 .divider-border:before {
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    content: "";
    height: 10px;
    margin-top: 7px;
    border-top: 1px solid #E4E4E4;
}


/* Divider style 02 */

.divider-style-02 .divider-dot {
    position: relative;
}

.divider-style-02 .divider-dot span {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -13px;
    width: 25px;
    height: 25px;
    box-shadow: inset 0 0 0 6px white;
}

.divider-style-02 .divider-dot:after {
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 1px;
    -ms-flex: 1 1 1px;
    border-left: 1px solid #E4E4E4;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* Divider style 03 */

.divider-style-03.divider-style-03-01 {
    border-top: 1px solid;
    width: 100%;
}

.divider-style-03.divider-style-03-02 {
    border-top: 1px dashed;
}

.divider-style-03.divider-style-03-03 {
    border-top: 4px double;
}

.divider-style-03.divider-style-03-04 {
    border-top: 2px dashed;
}

.divider-style-03.divider-style-03-05 {
    border-top: 2px dotted;
}


/* First letter */

.first-letter {
    float: left;
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 600;
    text-align: center;
    margin: 0 25px 0 0;
}


/* First letter block */

.first-letter-block {
    font-size: 4.5rem;
    line-height: 100px;
    font-weight: 600;
    width: 100px;
    height: 100px;
    margin: 8px 35px 0 0;
}


/* First letter round */

.first-letter-round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 3.5rem;
}


/* First letter big */

.first-letter-big {
    float: left;
    font-size: 9rem;
    line-height: 9rem;
    padding: 0;
    text-align: center;
    position: relative;
}


/* First letter small */

.first-letter-small {
    font-size: 3.438rem;
    line-height: 4rem;
    font-weight: 600;
    width: 65px;
    height: 65px;
    margin: 8px 30px 0 0;
}


/* Event style 02 */

.time-table {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    flex: 1 0;
}

.time-table+.time-table .time-table-box {
    border-top-width: 0 !important;
}

.time-table-box {
    -webkit-box-align: stretch;
    align-items: stretch;
    text-align: center;
    flex-basis: 12.5%;
    padding: 30px 10px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 100px;
}

.time-table-box .inner-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex: 1 auto;
    z-index: 9;
}

.time-table-box .inner-box>div {
    line-height: initial;
    margin-top: 7px;
}

.time-table-box+.time-table-box {
    border-left-width: 0 !important;
}

.time-table-box+.time-table-box.name-box:before {
    position: absolute;
    content: "";
    transition: opacity 0.3s;
    opacity: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--base-color);
}

.time-table-box+.time-table-box.name-box:hover .inner-box span,
.time-table-box+.time-table-box.name-box:hover .inner-box div {
    color: var(--white);
}

.time-table-box+.time-table-box.name-box:hover:before {
    opacity: 1;
}

.time-table-box+.time-table-box.name-box:hover .hover-detail {
    visibility: visible;
    opacity: 1;
}

.time-table-box.day {
    padding: 15px 10px;
    min-height: 1px;
}

.time-table-box .hover-detail {
    position: absolute;
    left: 50%;
    top: 100%;
    padding: 25px 30px;
    border-radius: 6px;
    width: 250px;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.14);
    -webkit-transition: 0.05s;
    transition: 0.05s;
}

.time-table-box .hover-detail:after {
    content: "";
    top: -21px;
    left: 50%;
    height: 0;
    width: 0;
    z-index: 9;
    margin-left: -14px;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-width: 11px;
    border-bottom-color: var(--white);
}

.time-table-box .hover-detail.hover-detail-left {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.time-table-box .hover-detail.hover-detail-left:after {
    right: 60px;
    left: auto;
}

.time-table-box .hover-detail.hover-detail-top {
    top: auto;
    bottom: 100%;
}

.time-table-box .hover-detail.hover-detail-top:after {
    top: auto;
    bottom: -21px;
    border-top-color: var(--white);
    border-bottom-color: transparent;
}

.name-box span {
    line-height: 26px;
    transition: 0.2s;
}

.name-box div {
    line-height: 26px;
    transition: 0.2s;
}


/* Event style 03 */

.event-style-03 .nav-tabs {
    border-radius: 6px 6px 0 0px;
}

.event-style-03 .nav-tabs .nav-link {
    color: var(--white);
    line-height: normal;
    padding: 17px 15px 20px;
    border: 0;
    border-radius: 0;
}

.event-style-03 .nav-tabs .nav-link.active,
.event-style-03 .nav-tabs .nav-link.show,
.event-style-03 .nav-tabs .nav-link:hover {
    color: var(--dark-gray);
    background-color: var(--white);
}

.event-style-03 .nav-tabs>li.nav-item {
    padding: 0;
    width: 100%;
}

.event-style-03 .nav-tabs>li.nav-item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.event-style-03 .accordion .accordion-title .event-time {
    min-width: 354px;
}

.event-style-03 .accordion .accordion-title .event-time i {
    position: static;
    -webkit-transform: none;
    transform: none;
}

.event-style-03 .accordion .trainer-box {
    flex: 0 0 auto;
    width: 270px;
    margin-right: 85px;
    margin-top: 15px;
}


/* Text image mask */

.image-mask {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


/* Fancy text box style 01 */

.fancy-text-box-style-01 {
    border-bottom: 1px solid;
    border-right: 1px solid;
    overflow: hidden;
}

.fancy-text-box-style-01 .text-box-wrapper .text-box,
.fancy-text-box-style-01 .text-box-wrapper .text-box-hover {
    display: block;
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.fancy-text-box-style-01 .text-box-wrapper .text-box-hover {
    opacity: 0;
    position: absolute;
}

.fancy-text-box-style-01 .text-box-wrapper:hover .text-box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.fancy-text-box-style-01 .text-box-wrapper:hover .text-box-hover {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.fancy-text-box-style-01:last-child {
    border-right: 0;
}


/* Google map */

#map {
    height: 550px;
}

.arrow_box {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    -webkit-border-top-left-radius: 100%;
    -webkit-border-top-right-radius: 100%;
    -webkit-border-bottom-right-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    position: relative;
    opacity: 0.8;
    cursor: pointer;
}

.arrow_box span {
    width: 100%;
    height: 100%;
    border: 1px solid;
    opacity: 0.2;
    display: inline-block;
    border-radius: 100%;
    -webkit-border-top-left-radius: 100%;
    -webkit-border-top-right-radius: 100%;
    -webkit-border-bottom-right-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.arrow_box span:first-child {
    animation: markerWave 1.5s 0.45s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
    -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}

.arrow_box span:first-child+span {
    animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
    -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}

.arrow_box span:last-child {
    opacity: 0.1;
}

.arrow_box.marker02 {
    width: 18px;
    height: 18px;
}

.arrow_box.marker02 span {
    border: 0;
}

.arrow_box.marker02:after {
    content: "";
    width: 45px;
    height: 62px;
    background: url("../images/marker02.png") left center no-repeat;
    background-size: cover;
    position: absolute;
    left: -15px;
    top: -58px;
    float: left;
}

.arrow_box.marker03 {
    width: 16px;
    height: 16px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.arrow_box.marker03 span {
    background-color: transparent !important;
}

@keyframes markerWave {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    20% {
        opacity: 0.8;
    }
    100% {
        transform: scale(5.5);
        opacity: 0;
    }
}

@-webkit-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.8;
    }
    20% {
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(5.5);
        opacity: 0;
    }
}

.infowindow {
    color: var(--dark-gray);
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: -0.5px;
    padding: 25px 25px 25px 25px !important;
    text-align: center;
}

.infowindow .mb-3 {
    margin-bottom: 5px !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.25px;
}

.infowindow p {
    color: var(--medium-gray);
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: -0.25px;
    line-height: 24px;
}

.infowindow :last-child {
    margin-bottom: 0;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0;
    max-width: 230px !important;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style .gm-style-iw-t::after {
    background: var(--dark-gray);
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.gm-ui-hover-effect {
    opacity: 0.8;
    top: -2px !important;
    right: 2px !important;
    width: 25px !important;
    display: none !important;
    height: 25px !important;
}

.gm-ui-hover-effect img {
    width: 17px !important;
    height: 17px !important;
    margin: 6px !important;
}

.google-maps-link {
    text-align: center;
}

.google-maps-link a {
    font-size: 12px;
    font-weight: 400;
    display: block;
    background-color: var(--dark-gray);
    color: var(--white);
    padding: 15px;
    letter-spacing: 0.5px;
}

.google-maps-link a:hover {
    text-decoration: none;
}

.gmnoprint .gm-style-mtc,
.gmnoprint .gm-svpc {
    display: none;
}

.gm-style a[title] {
    display: none !important;
}

.gmnoprint .gm-style-cc,
.gmnoprint.gm-style-cc,
.gm-style-cc,
.gmnoscreen {
    display: none !important;
}

.gm-style .gm-style-iw-tc::after {
    background: var(--dark-gray);
}

@media screen {
    .gm-style .gmnoscreen,
    .gmnoscreen {
        display: none;
    }
}


/* Text highlight */

.text-highlight {
    position: relative;
    z-index: 1;
}

.text-highlight span {
    display: inline-block;
    left: -3px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
}


/* Separator animation */

.separator-animation {
    width: 0 !important;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-in .separator-animation {
    width: calc(100% + 6px) !important;
}


/* Feature box style */

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}

.feature-box .feature-box-icon i:not([class*=text-gradient-]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-box.feature-box-left-icon,
.feature-box.feature-box-left-icon-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.feature-box.feature-box-left-icon .feature-box-icon,
.feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 30px;
}

.feature-box.feature-box-left-icon .feature-box-content,
.feature-box.feature-box-left-icon-middle .feature-box-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.feature-box.feature-box-left-icon .content-slide-up,
.feature-box.feature-box-left-icon-middle .content-slide-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-box.feature-box-left-icon-middle {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: left;
}

.feature-box.feature-box-left-icon-middle .content-slide-up {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.feature-box.text-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.feature-box.text-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.feature-box .feature-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.feature-box .content-slide-up {
    will-change: transform;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.feature-box .content-slide-up .text-visible {
    opacity: 0;
}

.feature-box .border-hover {
    left: 0;
    bottom: -1px;
    width: calc(100% + 0px);
    height: 5px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    will-change: transform;
}

.feature-box .feature-box-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feature-box .feature-box-icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box .feature-box-icon-rounded .feature-box-icon-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.feature-box .feature-box-icon-rounded i {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.feature-box .box-move-bottom-top {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.feature-box .move-bottom-top {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    opacity: 0;
}

.feature-box:hover .box-move-bottom-top {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.feature-box:hover .box-move-bottom-top .move-bottom-top {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.feature-box:hover .border-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.feature-box:hover .feature-box-overlay {
    opacity: 1;
}

.feature-box:hover .content-slide-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.feature-box:hover .content-slide-up .text-visible {
    opacity: 1;
}

.feature-box:hover .content-slide-up.content-scale .feature-box-overlay {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.feature-box:hover .feature-box-bg-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-box:hover .feature-box-icon-rounded.border-color-transparent-on-hover {
    border-color: transparent !important;
}

.feature-box:hover .feature-box-icon-rounded .feature-box-icon-hover {
    opacity: 1;
}

.feature-box:hover .feature-box-content .underline-on-hover {
    color: var(--base-color);
}

.feature-box:hover .feature-box-content .underline-on-hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.feature-box:hover .dark-hover i,
.feature-box:hover .dark-hover span {
    color: #fff;
}

.feature-box:hover .dark-hover [class*=text-gradient-] {
    color: var(--white);
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: var(--white);
    -webkit-text-fill-color: var(--white);
}

.feature-box.border-bottom .feature-box-overlay {
    height: calc(100% + 1px);
}

.feature-box.border-top .feature-box-overlay {
    height: calc(100% + 1px);
}


/* Icon with text style 03 */

.icon-with-text-style-03 * {
    word-break: initial;
}


/* Icon with text style 05 */

.icon-with-text-style-05 .feature-box {
    height: 100%;
}


/* Icon with text style 07 */

.icon-with-text-style-07 .hover-box:hover .feature-box-title {
    left: -25%;
}

.icon-with-text-style-07 .hover-box:hover .feature-box-title.text-outline-color-dark-gray {
    -webkit-text-stroke-color: var(--base-color);
    opacity: 1;
}

.icon-with-text-style-07 .feature-box-title {
    position: absolute;
    top: 30px;
    left: 50%;
    word-break: normal;
    width: 100%;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}


/* Icon with text style 10 */

.icon-with-text-style-10 .feature-box-icon:before {
    width: 100%;
    height: 50%;
    background-color: var(--base-color);
    opacity: 0.12;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.icon-with-text-style-10:nth-child(even) .feature-box-icon:before {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
}

.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1.2);
    transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1.2);
}

.icon-with-text-style-10:hover .feature-box-icon i {
    color: var(--white);
}

.icon-with-text-style-10:hover .feature-box-icon:before {
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}


/* Icon with text style 11 */

.icon-with-text-style-11 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-with-text-style-11 .text-box {
    opacity: 1;
}

.icon-with-text-style-11 .text-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-with-text-style-11:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.icon-with-text-style-11:hover .text-box-hover {
    opacity: 1;
}

.icon-with-text-style-11:hover .text-box {
    opacity: 0;
}


/* Image gallery style 01 */

.image-gallery-style-01 .gallery-box .gallery-image {
    will-change: transform;
}

.image-gallery-style-01 .gallery-box:hover img {
    opacity: 0.5;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Image gallery style 02 */

.image-gallery-style-02 .gallery-box:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.3;
}


/* Image gallery style 03 */

.image-gallery-style-03 .gallery-box i {
    opacity: 0;
    visibility: hidden;
}

.image-gallery-style-03 .gallery-box img {
    -webkit-transform: scale(1.13) translateZ(0);
    transform: scale(1.13) translateZ(0);
}

.image-gallery-style-03 .gallery-box:hover i {
    opacity: 1;
    visibility: visible;
}

.image-gallery-style-03 .gallery-box:hover img {
    opacity: 0.2;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}


/* Image gallery style 04 */

.image-gallery-style-04 .gallery-box {
    will-change: transform;
}

.image-gallery-style-04 .gallery-box img {
    width: 100%;
}

.image-gallery-style-04 .gallery-box:hover img {
    opacity: 0.2;
}


/* Image gallery style 05 */

.image-gallery-style-05 .gallery-box {
    will-change: transform;
}

.image-gallery-style-05 .gallery-box:hover img {
    opacity: 0.2;
}


/* Image gallery style 06 */

.image-gallery-style-06 .gallery-box {
    will-change: transform;
}

.image-gallery-style-06 .gallery-box img {
    width: 100%;
}

.image-gallery-style-06 .gallery-box .gallery-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.image-gallery-style-06 .gallery-box .gallery-hover .gallery-title {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.image-gallery-style-06 .gallery-box:hover img {
    opacity: 0.2;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover {
    opacity: 1;
    visibility: visible;
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover .gallery-title {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Instagram */

.instafeed-grid {
    list-style: none;
    text-align: center;
}

.instafeed-grid figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 4px;
}

.instafeed-grid figure a .insta-icon {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(35, 35, 35, 0.7);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.instafeed-grid figure a .insta-icon i {
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    display: block;
    font-size: 26px;
    color: var(--white);
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5, 1.5);
    transform: translateY(-50%) scale(1.5, 1.5);
    -webkit-transition: all 200ms cubic-bezier(0.37, 0.8, 0.63, 1);
    transition: all 200ms cubic-bezier(0.37, 0.8, 0.63, 1);
}

.instafeed-grid figure a .insta-video {
    display: none;
}

.instafeed-grid figure a video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.instafeed-grid figure a video[data-class=video] {
    display: block;
}

.instafeed-grid figure a [data-class=video]+.insta-image {
    display: none;
}

.instafeed-grid figure:hover a .insta-icon {
    opacity: 1;
}

.instafeed-grid figure:hover a .insta-icon i {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}

.instagram-follow-api .instagram-button {
    z-index: 1;
    white-space: nowrap;
    padding: 12px 32px;
    box-shadow: 0 0 35px rgba(23, 23, 23, 0.4);
}


/* Interactive banner style 01 */

.interactive-banner-style-01 figure {
    -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-01 figure .icon-box {
    opacity: 0;
    position: relative;
    top: 15px;
}

.interactive-banner-style-01 figure figcaption {
    position: absolute;
    bottom: 0;
}

.interactive-banner-style-01 figure:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.interactive-banner-style-01 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-01 figure:hover .icon-box {
    opacity: 1;
    top: 0;
}

.interactive-banner-style-01 figure:hover .box-overlay {
    opacity: 0.5;
}


/* Interactive banner style 02 */

.interactive-banner-style-02.hover-box * {
    will-change: auto !important;
}

.interactive-banner-style-02 figure figcaption .features-icon {
    margin-bottom: -45px;
    opacity: 0;
    visibility: hidden;
}

.interactive-banner-style-02:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.interactive-banner-style-02:hover figure figcaption .features-icon {
    margin-bottom: 20px;
    opacity: 1;
    visibility: visible;
}


/* Interactive banner style 03 */

.interactive-banner-style-03 figure {
    position: relative;
}

.interactive-banner-style-03 figure img {
    -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-03 figure figcaption {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.interactive-banner-style-03 figure:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}


/* Interactive banner style 04 */

.interactive-banner-style-04 figure {
    -webkit-transition: all 700ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 700ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure * {
    -webkit-transition: all 700ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 700ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure figcaption {
    position: absolute;
    bottom: 0;
}

.interactive-banner-style-04 figure figcaption .features-content {
    position: absolute;
    left: 25px;
    top: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure figcaption .features-content .box-overlay {
    height: 0%;
    -webkit-transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure figcaption .box-button {
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
    -webkit-transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.interactive-banner-style-04 figure:hover figcaption .features-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.interactive-banner-style-04 figure:hover figcaption .box-overlay {
    height: 100%;
}

.interactive-banner-style-04 figure:hover figcaption .box-button {
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: -70px;
}


/* Interactive banner style 05 */

.interactive-banner-style-05 figure img {
    -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-05 figure figcaption .btn {
    margin-bottom: -50px;
    visibility: hidden;
    opacity: 0;
    transition-timing-function: linear;
    -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-05 figure figcaption .content-arrow {
    position: absolute;
    right: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.interactive-banner-style-05 figure:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.interactive-banner-style-05 figure:hover figcaption img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.interactive-banner-style-05 figure:hover figcaption .content-arrow {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.interactive-banner-style-05 figure:hover figcaption .btn {
    margin-bottom: 0;
    visibility: visible;
    opacity: 1;
}

.interactive-banner-style-05 .atropos:hover .box-overlay {
    opacity: 1;
    visibility: visible;
}

.interactive-banner-style-05 .atropos:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}


/* Interactive banner style 06 */

.interactive-banner-style-06 {
    position: relative;
    overflow: hidden;
}

.interactive-banner-style-06 .banners-icon {
    z-index: 9;
    -webkit-transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
    transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-06 img {
    -webkit-transition: 1s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 1s cubic-bezier(0.12, 0, 0.39, 0);
    width: 100%;
}

.interactive-banner-style-06 .interactive-banners-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(calc(100% - 155px));
    -webkit-transition: 550ms cubic-bezier(0.12, 0, 0.1, 0);
    transition: 550ms cubic-bezier(0.12, 0, 0.1, 0);
}

.interactive-banner-style-06 .interactive-banners-content .interactive-banners-content-text {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
    transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-06 .box-overlay {
    height: 25%;
    bottom: 0;
    top: auto;
    visibility: visible;
    opacity: 0;
    -webkit-transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
    transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-06:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 3s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-06:hover .icon-hover-base-color {
    color: var(--base-color) !important;
}

.interactive-banner-style-06:hover .interactive-banners-content {
    transform: translateY(0);
}

.interactive-banner-style-06:hover .interactive-banners-content .interactive-banners-content-text {
    opacity: 1;
    visibility: visible;
}

.interactive-banner-style-06:hover .box-overlay {
    height: 100%;
    visibility: visible;
    opacity: 1;
}


/* Interactive banner style 07 */

.interactive-banner-style-07 figure {
    position: relative;
    overflow: hidden;
}

.interactive-banner-style-07 figure>img {
    -webkit-transition: 0.6s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.6s cubic-bezier(0.12, 0, 0.39, 0);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.interactive-banner-style-07 figure .overlay-bg {
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-07 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.interactive-banner-style-07 figure .hover-hide-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}

.interactive-banner-style-07 figure .hover-show-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 50px;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.interactive-banner-style-07 figure:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.interactive-banner-style-07 figure:hover .overlay-bg {
    opacity: 0.7;
}

.interactive-banner-style-07 figure:hover .hover-hide-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.interactive-banner-style-07 figure:hover .hover-show-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/* Interactive banner style 08 */

.interactive-banner-style-08 figure:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

.interactive-banner-style-08 figure:hover .box-overlay {
    opacity: 1;
    visibility: visible;
}

.interactive-banner-style-08 figure:hover figcaption .circle-box {
    background-color: var(--white) !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1.5);
    transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1.5);
}


/* Interactive banner style 09 */

.interactive-banner-style-09 img {
    -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.interactive-banner-style-09 .image-content {
    position: absolute;
    top: 0;
}

.interactive-banner-style-09 .image-content .content-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    opacity: 0.6;
    visibility: visible;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-09 .image-content .content-title-hover {
    position: absolute;
    width: auto;
    left: 0;
    bottom: 0;
    visibility: hidden;
    will-change: transform;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-09 .image-content .content-arrow {
    will-change: transform;
    position: absolute;
    right: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.interactive-banner-style-09 .image-content .label {
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-09 .image-content .hover-label-icon i {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-09 .image-content:hover .content-arrow {
    opacity: 1;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
}

.interactive-banner-style-09 .image-content:hover .content-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.interactive-banner-style-09 .image-content:hover .content-title-hover {
    visibility: visible;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.interactive-banner-style-09 .image-content:hover .box-overlay {
    opacity: 1;
    visibility: visible;
}

.interactive-banner-style-09 .image-content:hover .hover-label-icon .label {
    opacity: 0;
    margin-top: -20px;
}

.interactive-banner-style-09 .image-content:hover .hover-label-icon i {
    opacity: 1;
    top: 0;
}

.interactive-banner-style-09:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* List style 01 */

.list-style-01 {
    list-style: none;
}

.list-style-01 li {
    border-bottom: 1px solid;
}

.list-style-01 li:last-child {
    border-bottom: 0px;
}


/* List style 02 */

.list-style-02 {
    list-style: none;
}

.list-style-02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.list-style-02 li:last-child {
    margin-bottom: 0;
}

.list-style-02 li i {
    line-height: 32px;
}


/* List style 03 */

.list-style-03 {
    counter-reset: li;
    list-style-type: none;
}

.list-style-03 li {
    position: relative;
    padding: 0 0 0 38px;
    margin: 0 0 9px 0;
}

.list-style-03 li:before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    display: inline-block;
    position: absolute;
    left: 0;
}


/* List style 04 */

.list-style-04 {
    padding-left: 16px;
}

.list-style-04 li {
    margin: 0 0 10px;
    list-style: disc;
}


/* List style 05 */

.list-style-05 {
    padding: 0;
    margin: 0;
}

.list-style-05 li {
    margin: 0;
    display: inline-block;
}

.list-style-05 li:before {
    border-radius: 100%;
    content: "";
    background-color: var(--medium-gray);
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 15px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.list-style-05 li:first-child:before {
    display: none;
}


/* HTML video */

.html-video {
    background-color: #000;
    left: 0%;
    position: absolute;
    top: 50%;
    z-index: -3;
    object-fit: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* Background video */

.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.bg-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Modal popup */

#popup-form {
    cursor: default;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: var(--white);
    background: transparent;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1050px;
}

.mfp-close,
.mfp-close:active {
    opacity: 1;
    background-color: transparent;
    right: 20px;
    top: 20px;
    height: 30px;
    width: 30px;
    font-size: 13px;
    line-height: 31px;
    position: absolute;
    color: var(--dark-gray);
}

.lightbox-gallery a {
    position: relative;
    display: block;
}

.lightbox-gallery .gallary-over-layer {
    position: absolute;
    top: 0;
    left: 0;
}

.show-search-popup>section {
    filter: grayscale(100%);
}

.show-search-popup .mfp-search.mfp-bg.mfp-ready {
    opacity: 0.5;
}

.mfp-arrow {
    opacity: 1;
}

.mfp-wrap {
    cursor: url("../images/mfg-close.png"), auto;
}

.mfp-wrap .mfp-container {
    cursor: auto;
}

.show-search-popup .mfp-close,
.show-search-popup .mfp-close:active {
    color: var(--dark-gray);
}

.show-search-popup .search-form .search-input {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.show-search-popup .search-form .search-button {
    color: var(--dark-gray);
}

.show-search-popup .mfp-container {
    position: fixed;
    height: 300px;
    background-color: var(--white);
    -webkit-animation-name: "ani-mfp";
    animation-name: "ani-mfp";
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.show-search-popup .mfp-removing .mfp-container {
    -webkit-animation-name: "ani-mfp-close";
    animation-name: "ani-mfp-close";
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.show-search-popup .search-form .search-input {
    color: var(--dark-gray);
}

.lightbox-gallery a {
    position: relative;
    display: block;
}

.lightbox-gallery .gallary-over-layer {
    position: absolute;
    top: 0;
    left: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
    display: none;
}

.mfp-arrow-left {
    left: 30px;
}

.mfp-arrow-right {
    right: 30px;
}

.mfp-arrow-left:before {
    border-right: none;
    content: "\e629";
    font-size: 20px;
    font-family: "themify";
    color: var(--white);
    line-height: 60px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    opacity: 1;
}

.mfp-arrow-right:before {
    border-left: none;
    content: "\e628";
    font-size: 20px;
    font-family: "themify";
    color: var(--white);
    line-height: 60px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    opacity: 1;
}

.mfp-bottom-bar {
    margin-top: -24px;
    font-size: 12px;
}

.mfp-close {
    font-size: 28px;
    font-family: var(--alt-font);
}

.mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


/* Zoom animation */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/* Fade animation */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}


/* Slide up animation */

.my-mfp-slide-up .slide-up-popup {
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.my-mfp-slide-up.mfp-ready .slide-up-popup {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.my-mfp-slide-up.mfp-removing .slide-up-popup {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.my-mfp-slide-up.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-up.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-up.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bg {
    background: var(--dark-gray);
    opacity: 0.9;
}

.mfp-bg,
.mfp-wrap {
    z-index: 10007;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.93;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-ajax-holder {
    width: 70%;
    height: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

button.mfp-close,
button.mfp-close:active {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

button.mfp-close:before,
button.mfp-close:active:before {
    content: "\f00d";
    color: var(--black);
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
}


/* Images gallery */

.mfp-gallery button.mfp-close,
.mfp-iframe-holder~button.mfp-close {
    right: 40px;
    top: 40px;
    background-color: var(--white);
}

.mfp-gallery button.mfp-close:before,
.mfp-iframe-holder~button.mfp-close:before {
    color: var(--dark-gray);
}


/* Modal popup */

.modal-popup-main {
    position: relative;
}


/* Auto newsletter popup */

.subscribe-popup .mfp-close,
.subscribe-popup .mfp-close:active {
    background-color: transparent;
    font-size: 13px;
    line-height: 30px;
    top: 20px;
    right: 20px;
}

.subscribe-popup .mfp-close.mfp-close-btn {
    bottom: 0;
    top: inherit;
    position: relative;
    width: auto;
    right: 0;
    height: auto;
    font-size: 14px;
}

.subscribe-popup .mfp-close.mfp-close-btn:before {
    display: none;
}

.subscribe-popup .mfp-close:before {
    color: var(--dark-gray);
}

.subscribe-popup .newsletter-style-02 input {
    padding-right: 70px;
}

.subscribe-popup .newsletter-style-02 .btn {
    padding: 6px 25px 9px 25px;
}

.newsletter-popup label {
    cursor: pointer;
}


/* Parallax background */

[data-parallax-background-ratio] {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
}


/* Video icon effect  */

.video-icon-effect {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--white);
}

.video-icon-effect:before {
    position: absolute;
    content: "";
    animation: border-transform 7s linear infinite alternate forwards;
    background-color: var(--white);
    width: 100px;
    height: 100px;
    top: -15px;
    left: -15px;
    opacity: 0.2;
}

@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
    }
    24% {
        border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
    }
    32% {
        border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
    }
    42% {
        border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
    }
    56% {
        border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
    }
    70% {
        border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
    }
}

@keyframes border-transform {
    0%,
    100% {
        border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
    }
    24% {
        border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
    }
    32% {
        border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
    }
    42% {
        border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
    }
    56% {
        border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
    }
    70% {
        border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
    }
}


/* Particles */

canvas {
    display: block;
    vertical-align: bottom;
}


/* Pie chart style 01 */

.pie-chart-style-01 {
    position: relative;
    display: inline-block;
}

.pie-chart-style-01 .percent {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* Pricing table style 01 */

.pricing-table-style-01.popular-item {
    margin-top: -30px;
}


/* Pricing table style 02 */

.pricing-table-style-02 .popular-item {
    left: -10px;
    position: relative;
    z-index: 1;
    width: calc(100% + 20px);
}

.pricing-table-style-02 .popular-label {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 1px 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* Pricing table style 04 */

.pricing-table-style-04 .accordion-item {
    border-radius: 5px !important;
    padding: 16px 35px;
}

.pricing-table-style-04 .accordion-item .accordion-body {
    padding: 10px 0;
}

.pricing-table-style-04 .accordion-item .icon-round {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pricing-table-style-04 .accordion-item .icon-round i {
    left: 0;
    font-size: 13px;
}

.pricing-table-style-04 .accordion-item.active-accordion {
    padding: 30px 40px;
    background-color: var(--base-color) !important;
    color: var(--white) !important;
}

.pricing-table-style-04 .accordion-item.active-accordion .accordion-header .accordion-title {
    color: var(--white) !important;
}

.pricing-table-style-04 .accordion-item.active-accordion .icon-round {
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--white) !important;
}


/* Pricing table style 07 */

.pricing-table-style-07 .nav-tabs {
    padding: 0;
}

.pricing-table-style-07 .nav-tabs .nav-item {
    width: 100%;
    padding: 0 15px;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link {
    border: 0;
    color: var(--medium-gray);
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon {
    border-color: rgba(23, 23, 23, 0.2) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon i {
    opacity: 0;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link .text-dark-gray {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active {
    box-shadow: none;
    background-color: var(--base-color);
    color: var(--white) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .text-dark-gray,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .text-dark-gray {
    color: var(--white) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .icon i,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon i {
    opacity: 1;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .offer,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon {
    border-color: rgb(255, 255, 255) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray) !important;
}


/* Pricing table style 08 */

.pricing-table-style-08 .nav-tabs {
    position: relative;
}

.pricing-table-style-08 .nav-tabs>li.nav-item {
    padding: 0;
    margin: 0;
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.nav-link {
    position: relative;
    padding: 0;
    border: 0;
    color: var(--medium-gray);
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.nav-link .tab-nav-text {
    margin: 0 15px;
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 15px);
    opacity: 0;
    border-radius: 50em;
    background-color: #fff;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 32px;
    background-color: #152bca;
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.active {
    color: var(--dark-gray);
    background-color: transparent;
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.active:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pricing-table-style-08 .nav-tabs>li.nav-item:first-child a {
    flex-direction: row;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:first-child a:before {
    left: auto;
    right: 0px;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:first-child a:after {
    border-radius: 50em 0 0 50em;
    width: 28px;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:last-child a {
    flex-direction: row-reverse;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:last-child a:after {
    width: 30px;
    border-radius: 0 50em 50em 0;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:last-child a:before {
    left: 2px;
}


/* Pricing table style 09 */

.pricing-table-style-09 .row {
    -webkit-transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-09 .row img,
.pricing-table-style-09 .row i {
    -webkit-transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-09 .row:hover {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.pricing-table-style-09 .row:hover img,
.pricing-table-style-09 .row:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing-table-style-09 .action {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pricing-table-style-09 .action:hover {
    margin-right: -5px;
}


/* Pricing table style 10 */

.pricing-table-style-10 .cover-background {
    filter: grayscale(0);
    -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-10 .popular-label {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 1;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.pricing-table-style-10:hover .cover-background {
    filter: grayscale(100%);
}


/* Pricing table style 11 */

.pricing-table-style-11 li {
    list-style: none;
    padding: 25px 0;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(0.37, 0.8, 0.63, 1);
    transition: all 200ms cubic-bezier(0.37, 0.8, 0.63, 1);
}

.pricing-table-style-11 li .popular-label {
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-table-style-11 li:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}


/* Pricing table style 12 */

.pricing-table-style-12 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-table-style-12 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-12 li:last-child {
    padding-bottom: 0;
}

.pricing-table-style-12 li:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}


/* Pricing table style 13 */

.pricing-table-style-13 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-table-style-13 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    -webkit-transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-13 li:last-child {
    padding-bottom: 0;
}

.pricing-table-style-13 li:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}


/* Process step style 01 */

.process-step-style-01 .progress-step-separator {
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-step-style-01 .process-step-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.process-step-style-01:hover .box-overlay {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.process-step-style-01:hover .number,
.process-step-style-01:hover .icon {
    color: var(--white);
}

.process-step-style-01:hover .border-color-transparent-on-hover {
    border-color: transparent !important;
}


/* Process step style 02 */

.process-step-style-02 .process-step-icon {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    will-change: transform;
}

.process-step-style-02 .progress-step-separator {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-step-style-02:hover .process-step-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    will-change: transform;
}


/* Process step style 03 */

.process-step-style-03.hover-box * {
    will-change: auto;
    vertical-align: top;
}

.process-step-style-03 .process-step-icon-box .progress-step-separator {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.process-step-style-03 .process-step-icon-box .number {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 55%;
}

.process-step-style-03:hover .process-step-icon-box .box-overlay {
    opacity: 0.9;
}

.process-step-style-03:hover .process-step-icon-box .number {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.process-step-style-03:hover .process-step-icon-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.process-step-style-03:hover .process-step-icon-box .progress-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Process step style 04 */

.process-step-style-04 .process-step-icon-box {
    will-change: transform;
}

.process-step-style-04 .process-step-icon-box .progress-step-separator {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-step-style-04:hover .process-step-icon-box .number,
.process-step-style-04:hover .process-step-icon-box .icon {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/* Process step style 05 */

.process-step-style-05 .process-step-item {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
}

.process-step-style-05 .process-content {
    overflow: hidden;
    flex: 1;
    max-width: 100%;
}

.process-step-style-05 .progress-step-separator {
    position: absolute;
    bottom: 15px;
    width: 1px;
    left: 50%;
    height: calc(100% - 100px);
}

.process-step-style-05 .process-step-icon {
    will-change: transform;
    -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1.7);
    transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1.7);
}

.process-step-style-05:hover .process-step-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.process-step-style-05:hover .number,
.process-step-style-05:hover .icon {
    color: var(--white);
}


/* Process step style 07 */

.process-step-style-06 .process-step-icon-box .progress-step-separator {
    position: absolute;
    top: 50%;
    left: 0;
}

.process-step-style-06:hover .process-step-icon-box .step-box {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/* Process step style 08 */

.process-step-style-08 .process-step-item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
}

.process-step-style-08 .process-step-item:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}


/* Process step style 09 */

.process-step-style-09 .progress-right-icon {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.process-step-style-09 .process-step-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.process-step-style-09:hover .box-overlay {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.process-step-style-09:hover .border-color-transparent-on-hover {
    border-color: transparent !important;
}


/* Process step style 10 */

.process-step-style-10 .process-step-icon-box {
    -webkit-transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
}

.process-step-style-10:hover .process-step-icon-box {
    -webkit-transform: translateX(20px) scale(1.1);
    transform: translateX(20px) scale(1.1);
}

.process-step-style-10.hover-box .hover-content {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.process-step-style-10.hover-box:hover .hover-content {
    opacity: 1;
    bottom: -5px;
}


/* Process step style 11 */


/* Normal State */

.process-step-style-11 .process-step-icon-wrap {
    z-index: 1;
    background-color: #ffd307 !important;
    background-size: 4px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    -webkit-transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
}


/* Hover State */

.process-step-style-11:hover .process-step-icon-wrap {
    background-color: #000 !important;
    background-image: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
}

.process-step-style-11:hover .number {
    color: #ffd307 !important;
}


/* Progress bar */

.progress {
    position: relative;
    overflow: visible;
}

.progress .progress-bar {
    width: 0px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
}

.progress .progress-bar.appear .progress-bar-percent {
    opacity: 1;
}

.progress-bar-percent {
    opacity: 0;
}


/* Progress bar style 01 */

.progress-bar-style-01 .progress {
    height: 4px;
    border-radius: 0;
}

.progress-bar-style-01 .progress .progress-bar-title {
    position: absolute;
    bottom: 10px;
}

.progress-bar-style-01 .progress .progress-bar-percent {
    position: absolute;
    bottom: 17px;
    right: -20px;
    padding: 7px;
    min-width: 40px;
    min-height: 26px;
    border-radius: 3px;
}

.progress-bar-style-01 .progress .progress-bar-percent:after {
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    z-index: 9;
    margin-left: -4px;
    border-width: 4px;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-top-color: #232323;
}

.progress-bar-style-01 .progress .progress-bar {
    height: 100%;
}


/* Progress bar style 02 */

.progress-bar-style-02 .progress {
    height: 30px;
    overflow: hidden;
}

.progress-bar-style-02 .progress .progress-bar-percent {
    position: absolute;
    top: 9px;
    right: 20px;
    min-width: 26px;
}

.progress-bar-style-02 .progress .progress-bar-title {
    position: absolute;
    top: 9px;
    left: 20px;
}

.progress-bar-style-02 .progress .progress-bar {
    width: 0px;
    height: 100%;
    position: absolute;
}


/* Progress bar style 03 */

.progress-bar-style-03 .progress {
    height: 4px;
}

.progress-bar-style-03 .progress .progress-bar-title {
    position: absolute;
    bottom: 14px;
}

.progress-bar-style-03 .progress .progress-bar {
    height: 100%;
}

.progress-bar-style-03 .progress .progress-bar-percent {
    position: absolute;
    bottom: 14px;
    right: 0;
    opacity: 1;
}


/* Progress bar style 04 */

.progress-bar-style-04 .progress {
    height: 8px;
    border-radius: 6px;
}

.progress-bar-style-04 .progress .progress-bar-title {
    position: absolute;
    bottom: 15px;
}

.progress-bar-style-04 .progress .progress-bar {
    height: 100%;
    border-radius: 6px;
}

.progress-bar-style-04 .progress .progress-bar-percent {
    position: absolute;
    bottom: 15px;
    right: 0px;
}

.review-star-icon i {
    color: #fd961e;
    letter-spacing: 1px;
}

.review-star-icon.review-star-icon-white i {
    color: var(--white);
}


/* Review style 03 */

.review-style-03 .slider-review-image-thumbs {
    padding: 10px;
    height: auto;
}

.review-style-03 .slider-review-image-thumbs .swiper-slide:not(.swiper-slide-thumb-active) img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.review-style-03 .slider-review-image-thumbs img {
    border: 6px solid transparent;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.review-style-03 .slider-review-image-thumbs .swiper-slide-thumb-active img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border: 6px solid #ffffff;
}

.review-style-03 .slider-review-image-thumbs .swiper-slide {
    cursor: pointer;
}


/* Review style 08 */

.swiper-fade .review-style-08.swiper-slide {
    opacity: 0 !important;
}

.swiper-fade .review-style-08.swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}


/* Rotate box */

.rotate-box {
    will-change: transform;
    min-height: 250px;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box p {
    color: rgba(255, 255, 255, 0.7);
}

.rotate-box .front-side,
.rotate-box .back-side {
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
}

.rotate-box .rotate-content-front,
.rotate-box .rotate-content-back {
    position: relative;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
}

.rotate-box.to-left .front-side,
.rotate-box.to-right .front-side {
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-left .rotate-content-front,
.rotate-box.to-right .rotate-content-front {
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    transform: translateY(-50%) translateX(0px) scale(1);
}

.rotate-box.to-left:hover .back-side,
.rotate-box.to-right:hover .back-side {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-left:hover .rotate-content-back,
.rotate-box.to-right:hover .rotate-content-back {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-left .back-side {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.rotate-box.to-left .rotate-content-back {
    -webkit-transform: translateY(-50%) translateX(400px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateX(400px) translateZ(60px) scale(0.88);
}

.rotate-box.to-left:hover .front-side {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-left:hover .rotate-content-front {
    -webkit-transform: translateY(-50%) translateX(-400px) scale(0.88);
    transform: translateY(-50%) translateX(-400px) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-right .back-side {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.rotate-box.to-right .rotate-content-back {
    -webkit-transform: translateY(-50%) translateX(-400px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateX(-400px) translateZ(60px) scale(0.88);
}

.rotate-box.to-right:hover .front-side {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-right:hover .rotate-content-front {
    -webkit-transform: translateY(-50%) translateX(400px) scale(0.88);
    transform: translateY(-50%) translateX(400px) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-top .front-side,
.rotate-box.to-bottom .front-side {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-top .rotate-content-front,
.rotate-box.to-bottom .rotate-content-front {
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    transform: translateY(-50%) translateX(0px) scale(1);
}

.rotate-box.to-top:hover .back-side,
.rotate-box.to-bottom:hover .back-side {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.rotate-box.to-top:hover .rotate-content-front,
.rotate-box.to-bottom:hover .rotate-content-front {
    -webkit-transform: translateY(-50%) translateY(400px) scale(0.88);
    transform: translateY(-50%) translateY(400px) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-top:hover .rotate-content-back,
.rotate-box.to-bottom:hover .rotate-content-back {
    -webkit-transform: translateY(-50%) translateY(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateY(0px) translateZ(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-top .back-side {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.rotate-box.to-top .rotate-content-back {
    -webkit-transform: translateY(-50%) translateY(-400px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateY(-400px) translateZ(60px) scale(0.88);
}

.rotate-box.to-top:hover .front-side {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rotate-box.to-bottom .back-side {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.rotate-box.to-bottom .rotate-content-back {
    -webkit-transform: translateY(-50%) translateY(400px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateY(400px) translateZ(60px) scale(0.88);
}

.rotate-box.to-bottom:hover .front-side {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.to-top {
    animation: toTop 0.3s linear forwards;
}

.to-right {
    animation: toRight 0.3s linear forwards;
}

.to-bottom {
    animation: toBottom 0.3s linear forwards;
}

.to-left {
    animation: toLeft 0.3s linear forwards;
}


/* Rotate box style 01 */

.rotate-box-style-01 * {
    will-change: transform;
}

.rotate-box-style-01 .rm-rotate-box {
    position: relative;
}

.rotate-box-style-01 .flipper {
    position: relative;
}

.rotate-box-style-01 .flipper:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.rotate-box-style-01 .flipper:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.rotate-box-style-01 .flipper.to-right .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.rotate-box-style-01 .flipper.to-right .back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.rotate-box-style-01 .flipper.to-right:hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.rotate-box-style-01 .flipper.to-right:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.rotate-box-style-01 .flipper.to-top .front {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.rotate-box-style-01 .flipper.to-top .back {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.rotate-box-style-01 .flipper.to-top:hover .front {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.rotate-box-style-01 .flipper.to-top:hover .back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.rotate-box-style-01 .flipper.to-bottom .front {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.rotate-box-style-01 .flipper.to-bottom .back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.rotate-box-style-01 .flipper.to-bottom:hover .front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.rotate-box-style-01 .flipper.to-bottom:hover .back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.rotate-box-style-01 .thumb-wrap {
    perspective: 1000px;
}

.rotate-box-style-01 .content-wrap {
    position: absolute;
    width: 100%;
    display: block;
    transform-style: preserve-3d;
    perspective: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    bottom: 55px;
    left: 0;
    transform: translate3d(0, 0, 0) scale(1);
}

.rotate-box-style-01 .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background-size: cover;
    z-index: 1;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: inherit;
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.rotate-box-style-01 .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: inherit;
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.rotate-box-style-01 .back .content-wrap {
    top: 50%;
    bottom: inherit;
    left: 0;
    transform: translate3d(0, -50%, 0) scale(1);
}

.rotate-box-style-01 .back .box-overlay {
    visibility: visible;
    opacity: 1;
}


/* Rotate box style 02 */

.rotate-box-style-02 .rotate-box {
    min-height: 350px;
}


/* Services box style 01 */

.services-box-style-01 .icon-box {
    opacity: 0;
    margin-top: 15px;
}

.services-box-style-01 .box-image {
    overflow: hidden;
}

.services-box-style-01 .box-image img {
    width: 100%;
}

.services-box-style-01 .box-overlay {
    z-index: 1;
    -webkit-transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
    transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
}

.services-box-style-01:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms cubic-bezier(61, 10, 88, 10);
    transition: all 500ms cubic-bezier(61, 10, 88, 10);
}

.services-box-style-01:hover .icon-box {
    opacity: 1;
    margin-top: 0;
}

.services-box-style-01:hover .box-overlay {
    opacity: 0.8;
}


/* Services box style 02 */

.services-box-style-02 .box-overlay {
    z-index: 1;
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.services-box-style-02.hover-box:hover .box-overlay {
    opacity: 1;
}


/* Services box style 05 */

.services-box-style-05 img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.services-box-style-05 figure {
    position: relative;
}

.services-box-style-05 figure figcaption {
    position: absolute;
    top: 0;
}

.services-box-style-05 figure figcaption a {
    display: inline-block;
    color: var(--dark-gray);
}

.services-box-style-05 figure figcaption .content-box {
    margin-bottom: -80px;
}

.services-box-style-05 figure:hover figcaption .btn-link {
    color: var(--white);
    border-color: var(--white);
}

.services-box-style-05 figure:hover figcaption .box-title {
    color: var(--white);
}

.services-box-style-05 figure:hover figcaption .box-overlay {
    opacity: 1;
    visibility: visible;
}


/* Services box style 06 */

.services-box-style-06 .services-text:after {
    content: "\f309";
    display: inline-block;
    font-family: bootstrap-icons;
    vertical-align: middle;
    margin: -2px 2px 0;
    font-size: 22px;
    color: var(--medium-gray);
    opacity: 0.7;
}

.services-box-style-06:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms cubic-bezier(61, 10, 88, 10);
    transition: all 500ms cubic-bezier(61, 10, 88, 10);
}


/* Services box style 07 */

.services-box-style-07 .btn-hover {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.services-box-style-07 .text-down {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.services-box-style-07:hover .btn-hover {
    top: 0;
}

.services-box-style-07:hover .text-down {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}


/* Sliding box zoom effect */

@keyframes scale-effect {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-effect {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* Sliding box fade effect */

@keyframes fade {
    0% {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}


/* Sliding box right effect */

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* Sliding box */

.sliding-box * {
    will-change: transform;
}

.sliding-box .sliding-box-item {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: width 0.7s;
    transition: width 0.7s;
}

.sliding-box .sliding-box-item .sliding-box-content {
    top: 0;
    height: 100%;
    position: absolute;
}


/* Sliding box style 01 */

.sliding-box-style-01 .sliding-box-item .sliding-box-content:after {
    content: "";
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    opacity: 0;
    z-index: 9;
    margin-top: -10px;
    position: absolute;
    border: solid transparent;
    border-right-color: var(--white);
    border-width: 12px;
    pointer-events: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sliding-box-style-01 .sliding-box-item.active .sliding-box-content:after,
.sliding-box-style-01 .sliding-box-item:hover .sliding-box-content:after {
    opacity: 1;
}


/* Sliding box style 02 */

.sliding-box-style-02 .sliding-box-item .sliding-box-img {
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sliding-box-style-02 .sliding-box-item.active .sliding-box-img {
    border-radius: 4px 0 0 4px;
}

.sliding-box-style-02 .sliding-box-item.active .sliding-box-content {
    border-radius: 0 4px 4px 0;
}

.sliding-box-style-02 .sliding-box-item.active .content-hover {
    animation: fade 1s;
}


/* Sliding box style 03 */

.sliding-box-style-03 .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sliding-box-style-03 .overlay-contnet {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.sliding-box-style-03 .number {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
}

.sliding-box-style-03 .sliding-box-content:after {
    display: none;
}

.sliding-box-style-03.active .overlay {
    opacity: 0;
    visibility: hidden;
}

.sliding-box-style-03.active .overlay-contnet {
    opacity: 0;
    visibility: hidden;
}


/* Social media icon */

.elements-social .behance:hover {
    color: #1769ff;
}

.elements-social .behance-square:hover {
    color: #1769ff;
}

.elements-social .blogger:hover {
    color: #ff8000;
}

.elements-social .codepen:hover {
    color: #0ebeff;
}

.elements-social .deviantart:hover {
    color: #05cc47;
}

.elements-social .digg:hover {
    color: #262626;
}

.elements-social .dribbble:hover {
    color: #ea4c89;
}

.elements-social .delicious:hover {
    color: #205cc0;
}

.elements-social .email:hover {
    color: #7d7d7d;
}

.elements-social .facebook:hover {
    color: #3b5998;
}

.elements-social .facebook-square:hover {
    color: #3b5998;
}

.elements-social .flickr:hover {
    color: #ff0084;
}

.elements-social .flipboard:hover {
    color: #e12828;
}

.elements-social .github:hover {
    color: #4078c0;
}

.elements-social .google:hover {
    color: #dc4a38;
}

.elements-social .google-plus:hover {
    color: #dd4b39;
}

.elements-social .instagram:hover {
    color: #FE1F49;
}

.elements-social .jsfiddle:hover {
    color: #0084FF;
}

.elements-social .linkedin:hover {
    color: #0077b5;
}

.elements-social .livejournal:hover {
    color: #00b0ea;
}

.elements-social .medium:hover {
    color: #00ab6c;
}

.elements-social .meneame:hover {
    color: #ff6400;
}

.elements-social .mailru:hover {
    color: #168de2;
}

.elements-social .odnoklassniki:hover {
    color: #d7772d;
}

.elements-social .paypal:hover {
    color: #003087;
}

.elements-social .pinterest:hover {
    color: #CB2027;
}

.elements-social .pinterest-p:hover {
    color: #CB2027;
}

.elements-social .print:hover {
    color: #222222;
}

.elements-social .reddit:hover {
    color: #ff4500;
}

.elements-social .reddit-square:hover {
    color: #ff4500;
}

.elements-social .rss:hover {
    color: #f2890a;
}

.elements-social .skype:hover {
    color: #00aff0;
}

.elements-social .slack:hover {
    color: #6ecadc;
}

.elements-social .snapchat:hover {
    color: #fffc00;
}

.elements-social .soundcloud:hover {
    color: #ff8800;
}

.elements-social .spotify:hover {
    color: #1db954;
}

.elements-social .sms:hover {
    color: #ffbd00;
}

.elements-social .sharethis:hover {
    color: #95D03A;
}

.elements-social .stack-overflow:hover {
    color: #f48024;
}

.elements-social .stumbleupon:hover {
    color: #eb4924;
}

.elements-social .telegram:hover {
    color: #0088cc;
}

.elements-social .trello:hover {
    color: #0079bf;
}

.elements-social .tumblr:hover {
    color: #32506d;
}

.elements-social .twitch:hover {
    color: #6441a5;
}

.elements-social .twitter:hover {
    color: #00aced;
}

.elements-social .twitter-square:hover {
    color: #00aced;
}

.elements-social .vimeo:hover {
    color: #1ab7ea;
}

.elements-social .vine:hover {
    color: #00bf8f;
}

.elements-social .vk:hover {
    color: #4c6c91;
}

.elements-social .wordpress:hover {
    color: #21759b;
}

.elements-social .weibo:hover {
    color: #ff9933;
}

.elements-social .whatsapp:hover {
    color: #25d366;
}

.elements-social .xing:hover {
    color: #1a7576;
}

.elements-social .youtube:hover {
    color: #ff0000;
}

.elements-social .youtube-play:hover {
    color: #ff0000;
}

.elements-social ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.elements-social ul li {
    display: inline-block;
}

.elements-social ul li:first-child {
    margin-left: 0 !important;
}

.elements-social ul li:last-child {
    margin-right: 0 !important;
}

.elements-social ul li a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.extra-small-icon li {
    margin: 0 2px;
}

.extra-small-icon a {
    font-size: 14px;
    width: 30px;
    height: 30px;
}

.small-icon li {
    margin: 0 5px;
}

.small-icon a {
    font-size: 18px;
    width: 40px;
    height: 40px;
}

.medium-icon li {
    margin: 0 8px;
}

.medium-icon a {
    font-size: 20px;
    width: 50px;
    height: 50px;
}

.large-icon li {
    margin: 0 10px;
}

.large-icon a {
    font-size: 24px;
    width: 60px;
    height: 60px;
}

.extra-large-icon li {
    margin: 0 12px;
}

.extra-large-icon a {
    font-size: 30px;
    width: 70px;
    height: 70px;
}

.social-icon a {
    margin: 0 15px;
}

.social-icon a:first-child {
    margin-left: 0;
}

.social-icon a:last-child {
    margin-right: 0;
}

[class^=social-icon-] ul,
[class*=" social-icon-"] ul {
    list-style: none;
}


/*  Social icon dark and light */

.elements-social .light li a {
    color: var(--white);
}

.elements-social .dark li a {
    color: var(--dark-gray);
}

.elements-social .icon-with-animation a:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}


/* Social icon style 01 */

.social-icon-style-01 ul li a:hover {
    color: var(--base-color) !important;
}


/* Social icon style 03 */

.social-icon-style-03 ul li a {
    color: var(--white);
    border-radius: 100%;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.social-icon-style-03 ul li a:hover {
    background-color: var(--white) !important;
    box-shadow: 0 0 30px rgba(23, 23, 23, 0.25);
    transform: translate3d(0, -3px, 0);
}

.social-icon-style-03 ul li a.behance {
    background-color: #1769ff;
}

.social-icon-style-03 ul li a.behance-square {
    background-color: #1769ff;
}

.social-icon-style-03 ul li a.blogger {
    background-color: #ff8000;
}

.social-icon-style-03 ul li a.codepen {
    background-color: #0ebeff;
}

.social-icon-style-03 ul li a.deviantart {
    background-color: #05cc47;
}

.social-icon-style-03 ul li a.digg {
    background-color: #262626;
}

.social-icon-style-03 ul li a.dribbble {
    background-color: #ea4c89;
}

.social-icon-style-03 ul li a.delicious {
    background-color: #205cc0;
}

.social-icon-style-03 ul li a.email {
    background-color: #7d7d7d;
}

.social-icon-style-03 ul li a.facebook {
    background-color: #3b5998;
}

.social-icon-style-03 ul li a.facebook-square {
    background-color: #3b5998;
}

.social-icon-style-03 ul li a.flickr {
    background-color: #ff0084;
}

.social-icon-style-03 ul li a.flipboard {
    background-color: #e12828;
}

.social-icon-style-03 ul li a.github {
    background-color: #4078c0;
}

.social-icon-style-03 ul li a.google {
    background-color: #dc4a38;
}

.social-icon-style-03 ul li a.google-plus {
    background-color: #dd4b39;
}

.social-icon-style-03 ul li a.instagram {
    background-color: #FE1F49;
}

.social-icon-style-03 ul li a.jsfiddle {
    background-color: #0084FF;
}

.social-icon-style-03 ul li a.linkedin {
    background-color: #0077b5;
}

.social-icon-style-03 ul li a.livejournal {
    background-color: #00b0ea;
}

.social-icon-style-03 ul li a.medium {
    background-color: #00ab6c;
}

.social-icon-style-03 ul li a.meneame {
    background-color: #ff6400;
}

.social-icon-style-03 ul li a.mailru {
    background-color: #168de2;
}

.social-icon-style-03 ul li a.odnoklassniki {
    background-color: #d7772d;
}

.social-icon-style-03 ul li a.paypal {
    background-color: #003087;
}

.social-icon-style-03 ul li a.pinterest {
    background-color: #CB2027;
}

.social-icon-style-03 ul li a.pinterest-p {
    background-color: #CB2027;
}

.social-icon-style-03 ul li a.print {
    background-color: #222222;
}

.social-icon-style-03 ul li a.reddit {
    background-color: #ff4500;
}

.social-icon-style-03 ul li a.reddit-square {
    background-color: #ff4500;
}

.social-icon-style-03 ul li a.rss {
    background-color: #f2890a;
}

.social-icon-style-03 ul li a.skype {
    background-color: #00aff0;
}

.social-icon-style-03 ul li a.slack {
    background-color: #6ecadc;
}

.social-icon-style-03 ul li a.snapchat {
    background-color: #fffc00;
}

.social-icon-style-03 ul li a.soundcloud {
    background-color: #ff8800;
}

.social-icon-style-03 ul li a.spotify {
    background-color: #1db954;
}

.social-icon-style-03 ul li a.sms {
    background-color: #ffbd00;
}

.social-icon-style-03 ul li a.sharethis {
    background-color: #95D03A;
}

.social-icon-style-03 ul li a.stack-overflow {
    background-color: #f48024;
}

.social-icon-style-03 ul li a.stumbleupon {
    background-color: #eb4924;
}

.social-icon-style-03 ul li a.telegram {
    background-color: #0088cc;
}

.social-icon-style-03 ul li a.trello {
    background-color: #0079bf;
}

.social-icon-style-03 ul li a.tumblr {
    background-color: #32506d;
}

.social-icon-style-03 ul li a.twitch {
    background-color: #6441a5;
}

.social-icon-style-03 ul li a.twitter {
    background-color: #00aced;
}

.social-icon-style-03 ul li a.twitter-square {
    background-color: #00aced;
}

.social-icon-style-03 ul li a.vimeo {
    background-color: #1ab7ea;
}

.social-icon-style-03 ul li a.vine {
    background-color: #00bf8f;
}

.social-icon-style-03 ul li a.vk {
    background-color: #4c6c91;
}

.social-icon-style-03 ul li a.wordpress {
    background-color: #21759b;
}

.social-icon-style-03 ul li a.weibo {
    background-color: #ff9933;
}

.social-icon-style-03 ul li a.whatsapp {
    background-color: #25d366;
}

.social-icon-style-03 ul li a.xing {
    background-color: #1a7576;
}

.social-icon-style-03 ul li a.youtube {
    background-color: #ff0000;
}

.social-icon-style-03 ul li a.youtube-play {
    background-color: #ff0000;
}


/* Social icon style 04 */

.social-icon-style-04 ul li a {
    z-index: 9;
    position: relative;
}

.social-icon-style-04 ul li a:hover {
    color: var(--white) !important;
}

.social-icon-style-04 ul li a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
}

.social-icon-style-04 ul li a span {
    border-radius: 0;
    display: block;
    height: 0;
    width: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    z-index: -1;
    background-color: var(--dark-gray);
}

.social-icon-style-04 ul li a.behance span {
    background-color: #1769ff;
}

.social-icon-style-04 ul li a.behance-square span {
    background-color: #1769ff;
}

.social-icon-style-04 ul li a.blogger span {
    background-color: #ff8000;
}

.social-icon-style-04 ul li a.codepen span {
    background-color: #0ebeff;
}

.social-icon-style-04 ul li a.deviantart span {
    background-color: #05cc47;
}

.social-icon-style-04 ul li a.digg span {
    background-color: #262626;
}

.social-icon-style-04 ul li a.dribbble span {
    background-color: #ea4c89;
}

.social-icon-style-04 ul li a.delicious span {
    background-color: #205cc0;
}

.social-icon-style-04 ul li a.email span {
    background-color: #7d7d7d;
}

.social-icon-style-04 ul li a.facebook span {
    background-color: #3b5998;
}

.social-icon-style-04 ul li a.facebook-square span {
    background-color: #3b5998;
}

.social-icon-style-04 ul li a.flickr span {
    background-color: #ff0084;
}

.social-icon-style-04 ul li a.flipboard span {
    background-color: #e12828;
}

.social-icon-style-04 ul li a.github span {
    background-color: #4078c0;
}

.social-icon-style-04 ul li a.google span {
    background-color: #dc4a38;
}

.social-icon-style-04 ul li a.google-plus span {
    background-color: #dd4b39;
}

.social-icon-style-04 ul li a.instagram span {
    background-color: #FE1F49;
}

.social-icon-style-04 ul li a.jsfiddle span {
    background-color: #0084FF;
}

.social-icon-style-04 ul li a.linkedin span {
    background-color: #0077b5;
}

.social-icon-style-04 ul li a.livejournal span {
    background-color: #00b0ea;
}

.social-icon-style-04 ul li a.medium span {
    background-color: #00ab6c;
}

.social-icon-style-04 ul li a.meneame span {
    background-color: #ff6400;
}

.social-icon-style-04 ul li a.mailru span {
    background-color: #168de2;
}

.social-icon-style-04 ul li a.odnoklassniki span {
    background-color: #d7772d;
}

.social-icon-style-04 ul li a.paypal span {
    background-color: #003087;
}

.social-icon-style-04 ul li a.pinterest span {
    background-color: #CB2027;
}

.social-icon-style-04 ul li a.pinterest-p span {
    background-color: #CB2027;
}

.social-icon-style-04 ul li a.print span {
    background-color: #222222;
}

.social-icon-style-04 ul li a.reddit span {
    background-color: #ff4500;
}

.social-icon-style-04 ul li a.reddit-square span {
    background-color: #ff4500;
}

.social-icon-style-04 ul li a.rss span {
    background-color: #f2890a;
}

.social-icon-style-04 ul li a.skype span {
    background-color: #00aff0;
}

.social-icon-style-04 ul li a.slack span {
    background-color: #6ecadc;
}

.social-icon-style-04 ul li a.snapchat span {
    background-color: #fffc00;
}

.social-icon-style-04 ul li a.soundcloud span {
    background-color: #ff8800;
}

.social-icon-style-04 ul li a.spotify span {
    background-color: #1db954;
}

.social-icon-style-04 ul li a.sms span {
    background-color: #ffbd00;
}

.social-icon-style-04 ul li a.sharethis span {
    background-color: #95D03A;
}

.social-icon-style-04 ul li a.stack-overflow span {
    background-color: #f48024;
}

.social-icon-style-04 ul li a.stumbleupon span {
    background-color: #eb4924;
}

.social-icon-style-04 ul li a.telegram span {
    background-color: #0088cc;
}

.social-icon-style-04 ul li a.trello span {
    background-color: #0079bf;
}

.social-icon-style-04 ul li a.tumblr span {
    background-color: #32506d;
}

.social-icon-style-04 ul li a.twitch span {
    background-color: #6441a5;
}

.social-icon-style-04 ul li a.twitter span {
    background-color: #00aced;
}

.social-icon-style-04 ul li a.twitter-square span {
    background-color: #00aced;
}

.social-icon-style-04 ul li a.vimeo span {
    background-color: #1ab7ea;
}

.social-icon-style-04 ul li a.vine span {
    background-color: #00bf8f;
}

.social-icon-style-04 ul li a.vk span {
    background-color: #4c6c91;
}

.social-icon-style-04 ul li a.wordpress span {
    background-color: #21759b;
}

.social-icon-style-04 ul li a.weibo span {
    background-color: #ff9933;
}

.social-icon-style-04 ul li a.whatsapp span {
    background-color: #25d366;
}

.social-icon-style-04 ul li a.xing span {
    background-color: #1a7576;
}

.social-icon-style-04 ul li a.youtube span {
    background-color: #ff0000;
}

.social-icon-style-04 ul li a.youtube-play span {
    background-color: #ff0000;
}


/* Social icon style 05 */

.social-icon-style-05 ul li a:hover {
    color: var(--white) !important;
}

.social-icon-style-05 ul li a.behance {
    color: #1769ff;
}

.social-icon-style-05 ul li a.behance-square {
    color: #1769ff;
}

.social-icon-style-05 ul li a.blogger {
    color: #ff8000;
}

.social-icon-style-05 ul li a.codepen {
    color: #0ebeff;
}

.social-icon-style-05 ul li a.deviantart {
    color: #05cc47;
}

.social-icon-style-05 ul li a.digg {
    color: #262626;
}

.social-icon-style-05 ul li a.dribbble {
    color: #ea4c89;
}

.social-icon-style-05 ul li a.delicious {
    color: #205cc0;
}

.social-icon-style-05 ul li a.email {
    color: #7d7d7d;
}

.social-icon-style-05 ul li a.facebook {
    color: #3b5998;
}

.social-icon-style-05 ul li a.facebook-square {
    color: #3b5998;
}

.social-icon-style-05 ul li a.flickr {
    color: #ff0084;
}

.social-icon-style-05 ul li a.flipboard {
    color: #e12828;
}

.social-icon-style-05 ul li a.github {
    color: #4078c0;
}

.social-icon-style-05 ul li a.google {
    color: #dc4a38;
}

.social-icon-style-05 ul li a.google-plus {
    color: #dd4b39;
}

.social-icon-style-05 ul li a.instagram {
    color: #FE1F49;
}

.social-icon-style-05 ul li a.jsfiddle {
    color: #0084FF;
}

.social-icon-style-05 ul li a.linkedin {
    color: #0077b5;
}

.social-icon-style-05 ul li a.livejournal {
    color: #00b0ea;
}

.social-icon-style-05 ul li a.medium {
    color: #00ab6c;
}

.social-icon-style-05 ul li a.meneame {
    color: #ff6400;
}

.social-icon-style-05 ul li a.mailru {
    color: #168de2;
}

.social-icon-style-05 ul li a.odnoklassniki {
    color: #d7772d;
}

.social-icon-style-05 ul li a.paypal {
    color: #003087;
}

.social-icon-style-05 ul li a.pinterest {
    color: #CB2027;
}

.social-icon-style-05 ul li a.pinterest-p {
    color: #CB2027;
}

.social-icon-style-05 ul li a.print {
    color: #222222;
}

.social-icon-style-05 ul li a.reddit {
    color: #ff4500;
}

.social-icon-style-05 ul li a.reddit-square {
    color: #ff4500;
}

.social-icon-style-05 ul li a.rss {
    color: #f2890a;
}

.social-icon-style-05 ul li a.skype {
    color: #00aff0;
}

.social-icon-style-05 ul li a.slack {
    color: #6ecadc;
}

.social-icon-style-05 ul li a.snapchat {
    color: #fffc00;
}

.social-icon-style-05 ul li a.soundcloud {
    color: #ff8800;
}

.social-icon-style-05 ul li a.spotify {
    color: #1db954;
}

.social-icon-style-05 ul li a.sms {
    color: #ffbd00;
}

.social-icon-style-05 ul li a.sharethis {
    color: #95D03A;
}

.social-icon-style-05 ul li a.stack-overflow {
    color: #f48024;
}

.social-icon-style-05 ul li a.stumbleupon {
    color: #eb4924;
}

.social-icon-style-05 ul li a.telegram {
    color: #0088cc;
}

.social-icon-style-05 ul li a.trello {
    color: #0079bf;
}

.social-icon-style-05 ul li a.tumblr {
    color: #32506d;
}

.social-icon-style-05 ul li a.twitch {
    color: #6441a5;
}

.social-icon-style-05 ul li a.twitter {
    color: #00aced;
}

.social-icon-style-05 ul li a.twitter-square {
    color: #00aced;
}

.social-icon-style-05 ul li a.vimeo {
    color: #1ab7ea;
}

.social-icon-style-05 ul li a.vine {
    color: #00bf8f;
}

.social-icon-style-05 ul li a.vk {
    color: #4c6c91;
}

.social-icon-style-05 ul li a.wordpress {
    color: #21759b;
}

.social-icon-style-05 ul li a.weibo {
    color: #ff9933;
}

.social-icon-style-05 ul li a.whatsapp {
    color: #25d366;
}

.social-icon-style-05 ul li a.xing {
    color: #1a7576;
}

.social-icon-style-05 ul li a.youtube {
    color: #ff0000;
}

.social-icon-style-05 ul li a.youtube-play {
    color: #ff0000;
}

.social-icon-style-05 ul.dark li a:hover {
    color: var(--dark-gray) !important;
}


/* Social icon style 06 */

.social-icon-style-06 ul li a {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 24px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.social-icon-style-06 ul li a .brand-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition-duration: 0.3s;
}

.social-icon-style-06 ul li a>span {
    line-height: inherit;
    top: 0px;
    position: relative;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.social-icon-style-06 ul li a:hover .brand-label {
    top: -50px;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.social-icon-style-06 ul li a:hover .brand-icon {
    top: 0;
    transition-duration: 0.3s;
}

.social-icon-style-06 ul li a.behance {
    color: #1769ff;
}

.social-icon-style-06 ul li a.behance-square {
    color: #1769ff;
}

.social-icon-style-06 ul li a.blogger {
    color: #ff8000;
}

.social-icon-style-06 ul li a.codepen {
    color: #0ebeff;
}

.social-icon-style-06 ul li a.deviantart {
    color: #05cc47;
}

.social-icon-style-06 ul li a.digg {
    color: #262626;
}

.social-icon-style-06 ul li a.dribbble {
    color: #ea4c89;
}

.social-icon-style-06 ul li a.delicious {
    color: #205cc0;
}

.social-icon-style-06 ul li a.email {
    color: #7d7d7d;
}

.social-icon-style-06 ul li a.facebook {
    color: #3b5998;
}

.social-icon-style-06 ul li a.facebook-square {
    color: #3b5998;
}

.social-icon-style-06 ul li a.flickr {
    color: #ff0084;
}

.social-icon-style-06 ul li a.flipboard {
    color: #e12828;
}

.social-icon-style-06 ul li a.github {
    color: #4078c0;
}

.social-icon-style-06 ul li a.google {
    color: #dc4a38;
}

.social-icon-style-06 ul li a.google-plus {
    color: #dd4b39;
}

.social-icon-style-06 ul li a.instagram {
    color: #FE1F49;
}

.social-icon-style-06 ul li a.jsfiddle {
    color: #0084FF;
}

.social-icon-style-06 ul li a.linkedin {
    color: #0077b5;
}

.social-icon-style-06 ul li a.livejournal {
    color: #00b0ea;
}

.social-icon-style-06 ul li a.medium {
    color: #00ab6c;
}

.social-icon-style-06 ul li a.meneame {
    color: #ff6400;
}

.social-icon-style-06 ul li a.mailru {
    color: #168de2;
}

.social-icon-style-06 ul li a.odnoklassniki {
    color: #d7772d;
}

.social-icon-style-06 ul li a.paypal {
    color: #003087;
}

.social-icon-style-06 ul li a.pinterest {
    color: #CB2027;
}

.social-icon-style-06 ul li a.pinterest-p {
    color: #CB2027;
}

.social-icon-style-06 ul li a.print {
    color: #222222;
}

.social-icon-style-06 ul li a.reddit {
    color: #ff4500;
}

.social-icon-style-06 ul li a.reddit-square {
    color: #ff4500;
}

.social-icon-style-06 ul li a.rss {
    color: #f2890a;
}

.social-icon-style-06 ul li a.skype {
    color: #00aff0;
}

.social-icon-style-06 ul li a.slack {
    color: #6ecadc;
}

.social-icon-style-06 ul li a.snapchat {
    color: #fffc00;
}

.social-icon-style-06 ul li a.soundcloud {
    color: #ff8800;
}

.social-icon-style-06 ul li a.spotify {
    color: #1db954;
}

.social-icon-style-06 ul li a.sms {
    color: #ffbd00;
}

.social-icon-style-06 ul li a.sharethis {
    color: #95D03A;
}

.social-icon-style-06 ul li a.stack-overflow {
    color: #f48024;
}

.social-icon-style-06 ul li a.stumbleupon {
    color: #eb4924;
}

.social-icon-style-06 ul li a.telegram {
    color: #0088cc;
}

.social-icon-style-06 ul li a.trello {
    color: #0079bf;
}

.social-icon-style-06 ul li a.tumblr {
    color: #32506d;
}

.social-icon-style-06 ul li a.twitch {
    color: #6441a5;
}

.social-icon-style-06 ul li a.twitter {
    color: #00aced;
}

.social-icon-style-06 ul li a.twitter-square {
    color: #00aced;
}

.social-icon-style-06 ul li a.vimeo {
    color: #1ab7ea;
}

.social-icon-style-06 ul li a.vine {
    color: #00bf8f;
}

.social-icon-style-06 ul li a.vk {
    color: #4c6c91;
}

.social-icon-style-06 ul li a.wordpress {
    color: #21759b;
}

.social-icon-style-06 ul li a.weibo {
    color: #ff9933;
}

.social-icon-style-06 ul li a.whatsapp {
    color: #25d366;
}

.social-icon-style-06 ul li a.xing {
    color: #1a7576;
}

.social-icon-style-06 ul li a.youtube {
    color: #ff0000;
}

.social-icon-style-06 ul li a.youtube-play {
    color: #ff0000;
}


/* Social icon style 07 */

.social-icon-style-07 ul li a {
    position: relative;
    z-index: 3;
    overflow: hidden;
    vertical-align: middle;
}

.social-icon-style-07 ul li a:hover {
    color: var(--white) !important;
}

.social-icon-style-07 ul li a:hover>span {
    top: 0;
}

.social-icon-style-07 ul li a>span {
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.social-icon-style-07 ul li a.behance {
    color: #1769ff;
}

.social-icon-style-07 ul li a.behance span {
    background-color: #1769ff;
}

.social-icon-style-07 ul li a.behance-square {
    color: #1769ff;
}

.social-icon-style-07 ul li a.behance-square span {
    background-color: #1769ff;
}

.social-icon-style-07 ul li a.blogger {
    color: #ff8000;
}

.social-icon-style-07 ul li a.blogger span {
    background-color: #ff8000;
}

.social-icon-style-07 ul li a.codepen {
    color: #0ebeff;
}

.social-icon-style-07 ul li a.codepen span {
    background-color: #0ebeff;
}

.social-icon-style-07 ul li a.deviantart {
    color: #05cc47;
}

.social-icon-style-07 ul li a.deviantart span {
    background-color: #05cc47;
}

.social-icon-style-07 ul li a.digg {
    color: #262626;
}

.social-icon-style-07 ul li a.digg span {
    background-color: #262626;
}

.social-icon-style-07 ul li a.dribbble {
    color: #ea4c89;
}

.social-icon-style-07 ul li a.dribbble span {
    background-color: #ea4c89;
}

.social-icon-style-07 ul li a.delicious {
    color: #205cc0;
}

.social-icon-style-07 ul li a.delicious span {
    background-color: #205cc0;
}

.social-icon-style-07 ul li a.email {
    color: #7d7d7d;
}

.social-icon-style-07 ul li a.email span {
    background-color: #7d7d7d;
}

.social-icon-style-07 ul li a.facebook {
    color: #3b5998;
}

.social-icon-style-07 ul li a.facebook span {
    background-color: #3b5998;
}

.social-icon-style-07 ul li a.facebook-square {
    color: #3b5998;
}

.social-icon-style-07 ul li a.facebook-square span {
    background-color: #3b5998;
}

.social-icon-style-07 ul li a.flickr {
    color: #ff0084;
}

.social-icon-style-07 ul li a.flickr span {
    background-color: #ff0084;
}

.social-icon-style-07 ul li a.flipboard {
    color: #e12828;
}

.social-icon-style-07 ul li a.flipboard span {
    background-color: #e12828;
}

.social-icon-style-07 ul li a.github {
    color: #4078c0;
}

.social-icon-style-07 ul li a.github span {
    background-color: #4078c0;
}

.social-icon-style-07 ul li a.google {
    color: #dc4a38;
}

.social-icon-style-07 ul li a.google span {
    background-color: #dc4a38;
}

.social-icon-style-07 ul li a.google-plus {
    color: #dd4b39;
}

.social-icon-style-07 ul li a.google-plus span {
    background-color: #dd4b39;
}

.social-icon-style-07 ul li a.instagram {
    color: #FE1F49;
}

.social-icon-style-07 ul li a.instagram span {
    background-color: #FE1F49;
}

.social-icon-style-07 ul li a.jsfiddle {
    color: #0084FF;
}

.social-icon-style-07 ul li a.jsfiddle span {
    background-color: #0084FF;
}

.social-icon-style-07 ul li a.linkedin {
    color: #0077b5;
}

.social-icon-style-07 ul li a.linkedin span {
    background-color: #0077b5;
}

.social-icon-style-07 ul li a.livejournal {
    color: #00b0ea;
}

.social-icon-style-07 ul li a.livejournal span {
    background-color: #00b0ea;
}

.social-icon-style-07 ul li a.medium {
    color: #00ab6c;
}

.social-icon-style-07 ul li a.medium span {
    background-color: #00ab6c;
}

.social-icon-style-07 ul li a.meneame {
    color: #ff6400;
}

.social-icon-style-07 ul li a.meneame span {
    background-color: #ff6400;
}

.social-icon-style-07 ul li a.mailru {
    color: #168de2;
}

.social-icon-style-07 ul li a.mailru span {
    background-color: #168de2;
}

.social-icon-style-07 ul li a.odnoklassniki {
    color: #d7772d;
}

.social-icon-style-07 ul li a.odnoklassniki span {
    background-color: #d7772d;
}

.social-icon-style-07 ul li a.paypal {
    color: #003087;
}

.social-icon-style-07 ul li a.paypal span {
    background-color: #003087;
}

.social-icon-style-07 ul li a.pinterest {
    color: #CB2027;
}

.social-icon-style-07 ul li a.pinterest span {
    background-color: #CB2027;
}

.social-icon-style-07 ul li a.pinterest-p {
    color: #CB2027;
}

.social-icon-style-07 ul li a.pinterest-p span {
    background-color: #CB2027;
}

.social-icon-style-07 ul li a.print {
    color: #222222;
}

.social-icon-style-07 ul li a.print span {
    background-color: #222222;
}

.social-icon-style-07 ul li a.reddit {
    color: #ff4500;
}

.social-icon-style-07 ul li a.reddit span {
    background-color: #ff4500;
}

.social-icon-style-07 ul li a.reddit-square {
    color: #ff4500;
}

.social-icon-style-07 ul li a.reddit-square span {
    background-color: #ff4500;
}

.social-icon-style-07 ul li a.rss {
    color: #f2890a;
}

.social-icon-style-07 ul li a.rss span {
    background-color: #f2890a;
}

.social-icon-style-07 ul li a.skype {
    color: #00aff0;
}

.social-icon-style-07 ul li a.skype span {
    background-color: #00aff0;
}

.social-icon-style-07 ul li a.slack {
    color: #6ecadc;
}

.social-icon-style-07 ul li a.slack span {
    background-color: #6ecadc;
}

.social-icon-style-07 ul li a.snapchat {
    color: #fffc00;
}

.social-icon-style-07 ul li a.snapchat span {
    background-color: #fffc00;
}

.social-icon-style-07 ul li a.soundcloud {
    color: #ff8800;
}

.social-icon-style-07 ul li a.soundcloud span {
    background-color: #ff8800;
}

.social-icon-style-07 ul li a.spotify {
    color: #1db954;
}

.social-icon-style-07 ul li a.spotify span {
    background-color: #1db954;
}

.social-icon-style-07 ul li a.sms {
    color: #ffbd00;
}

.social-icon-style-07 ul li a.sms span {
    background-color: #ffbd00;
}

.social-icon-style-07 ul li a.sharethis {
    color: #95D03A;
}

.social-icon-style-07 ul li a.sharethis span {
    background-color: #95D03A;
}

.social-icon-style-07 ul li a.stack-overflow {
    color: #f48024;
}

.social-icon-style-07 ul li a.stack-overflow span {
    background-color: #f48024;
}

.social-icon-style-07 ul li a.stumbleupon {
    color: #eb4924;
}

.social-icon-style-07 ul li a.stumbleupon span {
    background-color: #eb4924;
}

.social-icon-style-07 ul li a.telegram {
    color: #0088cc;
}

.social-icon-style-07 ul li a.telegram span {
    background-color: #0088cc;
}

.social-icon-style-07 ul li a.trello {
    color: #0079bf;
}

.social-icon-style-07 ul li a.trello span {
    background-color: #0079bf;
}

.social-icon-style-07 ul li a.tumblr {
    color: #32506d;
}

.social-icon-style-07 ul li a.tumblr span {
    background-color: #32506d;
}

.social-icon-style-07 ul li a.twitch {
    color: #6441a5;
}

.social-icon-style-07 ul li a.twitch span {
    background-color: #6441a5;
}

.social-icon-style-07 ul li a.twitter {
    color: #00aced;
}

.social-icon-style-07 ul li a.twitter span {
    background-color: #00aced;
}

.social-icon-style-07 ul li a.twitter-square {
    color: #00aced;
}

.social-icon-style-07 ul li a.twitter-square span {
    background-color: #00aced;
}

.social-icon-style-07 ul li a.vimeo {
    color: #1ab7ea;
}

.social-icon-style-07 ul li a.vimeo span {
    background-color: #1ab7ea;
}

.social-icon-style-07 ul li a.vine {
    color: #00bf8f;
}

.social-icon-style-07 ul li a.vine span {
    background-color: #00bf8f;
}

.social-icon-style-07 ul li a.vk {
    color: #4c6c91;
}

.social-icon-style-07 ul li a.vk span {
    background-color: #4c6c91;
}

.social-icon-style-07 ul li a.wordpress {
    color: #21759b;
}

.social-icon-style-07 ul li a.wordpress span {
    background-color: #21759b;
}

.social-icon-style-07 ul li a.weibo {
    color: #ff9933;
}

.social-icon-style-07 ul li a.weibo span {
    background-color: #ff9933;
}

.social-icon-style-07 ul li a.whatsapp {
    color: #25d366;
}

.social-icon-style-07 ul li a.whatsapp span {
    background-color: #25d366;
}

.social-icon-style-07 ul li a.xing {
    color: #1a7576;
}

.social-icon-style-07 ul li a.xing span {
    background-color: #1a7576;
}

.social-icon-style-07 ul li a.youtube {
    color: #ff0000;
}

.social-icon-style-07 ul li a.youtube span {
    background-color: #ff0000;
}

.social-icon-style-07 ul li a.youtube-play {
    color: #ff0000;
}

.social-icon-style-07 ul li a.youtube-play span {
    background-color: #ff0000;
}


/* Social icon style 08 */

.social-icon-style-08 ul li a:hover {
    opacity: 0.5;
    color: var(--dark-gray) !important;
}

.social-icon-style-08 ul.light li a:hover {
    opacity: 0.5;
    color: var(--white) !important;
}


/* Social icon style 09 */

.social-icon-style-09 ul li a {
    z-index: 9;
    border: 1px solid rgba(35, 35, 35, 0.15);
    border-radius: 100%;
    position: relative;
}

.social-icon-style-09 ul li a:hover {
    color: var(--white) !important;
}

.social-icon-style-09 ul li a:hover span {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.social-icon-style-09 ul li a span {
    display: block;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    top: -1px;
    left: -1px;
    padding: 1px;
    box-sizing: content-box;
    margin: 0;
    position: absolute;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
    pointer-events: none;
    z-index: -1;
    background-color: var(--dark-gray);
}

.social-icon-style-09 ul.light li a {
    border-color: rgba(255, 255, 255, 0.3);
}

.social-icon-style-09 ul.light li a:hover {
    color: var(--dark-gray) !important;
}

.social-icon-style-09 ul.light li a span {
    background-color: var(--white);
}


/* Social icon style 10 */

.social-icon-style-10 ul li a {
    color: var(--dark-gray);
}

.social-icon-style-10 ul li a:hover {
    color: var(--base-color) !important;
}

.social-icon-style-10 .default-color a.behance {
    color: #1769ff;
}

.social-icon-style-10 .default-color a.behance-square {
    color: #1769ff;
}

.social-icon-style-10 .default-color a.blogger {
    color: #ff8000;
}

.social-icon-style-10 .default-color a.codepen {
    color: #0ebeff;
}

.social-icon-style-10 .default-color a.deviantart {
    color: #05cc47;
}

.social-icon-style-10 .default-color a.digg {
    color: #262626;
}

.social-icon-style-10 .default-color a.dribbble {
    color: #ea4c89;
}

.social-icon-style-10 .default-color a.delicious {
    color: #205cc0;
}

.social-icon-style-10 .default-color a.email {
    color: #7d7d7d;
}

.social-icon-style-10 .default-color a.facebook {
    color: #3b5998;
}

.social-icon-style-10 .default-color a.facebook-square {
    color: #3b5998;
}

.social-icon-style-10 .default-color a.flickr {
    color: #ff0084;
}

.social-icon-style-10 .default-color a.flipboard {
    color: #e12828;
}

.social-icon-style-10 .default-color a.github {
    color: #4078c0;
}

.social-icon-style-10 .default-color a.google {
    color: #dc4a38;
}

.social-icon-style-10 .default-color a.google-plus {
    color: #dd4b39;
}

.social-icon-style-10 .default-color a.instagram {
    color: #FE1F49;
}

.social-icon-style-10 .default-color a.jsfiddle {
    color: #0084FF;
}

.social-icon-style-10 .default-color a.linkedin {
    color: #0077b5;
}

.social-icon-style-10 .default-color a.livejournal {
    color: #00b0ea;
}

.social-icon-style-10 .default-color a.medium {
    color: #00ab6c;
}

.social-icon-style-10 .default-color a.meneame {
    color: #ff6400;
}

.social-icon-style-10 .default-color a.mailru {
    color: #168de2;
}

.social-icon-style-10 .default-color a.odnoklassniki {
    color: #d7772d;
}

.social-icon-style-10 .default-color a.paypal {
    color: #003087;
}

.social-icon-style-10 .default-color a.pinterest {
    color: #CB2027;
}

.social-icon-style-10 .default-color a.pinterest-p {
    color: #CB2027;
}

.social-icon-style-10 .default-color a.print {
    color: #222222;
}

.social-icon-style-10 .default-color a.reddit {
    color: #ff4500;
}

.social-icon-style-10 .default-color a.reddit-square {
    color: #ff4500;
}

.social-icon-style-10 .default-color a.rss {
    color: #f2890a;
}

.social-icon-style-10 .default-color a.skype {
    color: #00aff0;
}

.social-icon-style-10 .default-color a.slack {
    color: #6ecadc;
}

.social-icon-style-10 .default-color a.snapchat {
    color: #fffc00;
}

.social-icon-style-10 .default-color a.soundcloud {
    color: #ff8800;
}

.social-icon-style-10 .default-color a.spotify {
    color: #1db954;
}

.social-icon-style-10 .default-color a.sms {
    color: #ffbd00;
}

.social-icon-style-10 .default-color a.sharethis {
    color: #95D03A;
}

.social-icon-style-10 .default-color a.stack-overflow {
    color: #f48024;
}

.social-icon-style-10 .default-color a.stumbleupon {
    color: #eb4924;
}

.social-icon-style-10 .default-color a.telegram {
    color: #0088cc;
}

.social-icon-style-10 .default-color a.trello {
    color: #0079bf;
}

.social-icon-style-10 .default-color a.tumblr {
    color: #32506d;
}

.social-icon-style-10 .default-color a.twitch {
    color: #6441a5;
}

.social-icon-style-10 .default-color a.twitter {
    color: #00aced;
}

.social-icon-style-10 .default-color a.twitter-square {
    color: #00aced;
}

.social-icon-style-10 .default-color a.vimeo {
    color: #1ab7ea;
}

.social-icon-style-10 .default-color a.vine {
    color: #00bf8f;
}

.social-icon-style-10 .default-color a.vk {
    color: #4c6c91;
}

.social-icon-style-10 .default-color a.wordpress {
    color: #21759b;
}

.social-icon-style-10 .default-color a.weibo {
    color: #ff9933;
}

.social-icon-style-10 .default-color a.whatsapp {
    color: #25d366;
}

.social-icon-style-10 .default-color a.xing {
    color: #1a7576;
}

.social-icon-style-10 .default-color a.youtube {
    color: #ff0000;
}

.social-icon-style-10 .default-color a.youtube-play {
    color: #ff0000;
}

.social-icon-style-10 .default-color a:hover {
    color: var(--dark-gray) !important;
}


/* Social text style 01 */

.social-text-style-01 ul li a {
    width: auto;
    height: auto;
    line-height: normal;
}


/* Subcribe style 01 */

.newsletter-style-01 input {
    border-radius: 4px;
    padding-right: 160px;
}

.newsletter-style-01 input.is-invalid {
    padding-right: 160px;
}

.newsletter-style-01 .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 4px 4px 0;
}

.newsletter-style-01 .btn i {
    top: 1px;
}


/* Subcribe style 02 */

.newsletter-style-02 input {
    border-radius: 4px;
    padding-right: 60px !important;
}

.newsletter-style-02 .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 4px 4px 0;
    padding: 10px 25px 9px 25px;
    display: inline-block;
}

.newsletter-style-02 .btn i {
    margin-left: 0;
    top: inherit;
}

.newsletter-style-02 .btn:active {
    border-color: transparent;
}


/* Subcribe style 03 */

.newsletter-style-03 input {
    padding-right: 165px !important;
    padding-left: 30px !important;
}

.newsletter-style-03 .btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 100px 100px 0;
    height: 100%;
    padding: 12px 35px 12px 30px;
}

.newsletter-style-03 .btn:active {
    border-color: transparent;
}


/* Subcribe style 04 */

.newsletter-style-04 input {
    padding-left: 0;
    padding-right: 40px;
    border-radius: 0;
}

.newsletter-style-04 .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    border: none;
}

.newsletter-style-04 .btn i {
    margin-left: 0;
}

.newsletter-style-01 .form-control,
.newsletter-style-01 .form-control.is-invalid,
.newsletter-style-01 .was-validated .form-control:invalid,
.newsletter-style-02 .form-control,
.newsletter-style-02 .form-control.is-invalid,
.newsletter-style-02 .was-validated .form-control:invalid,
.newsletter-style-03 .form-control,
.newsletter-style-03 .form-control.is-invalid,
.newsletter-style-03 .was-validated .form-control:invalid,
.newsletter-style-04 .form-control,
.newsletter-style-04 .form-control.is-invalid,
.newsletter-style-04 .was-validated .form-control:invalid {
    background-image: inherit;
}


/* Tab */

.nav-tabs>li.nav-item {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 17px;
}


/* Tab style 03 */

.tab-style-03 .nav-tabs .nav-link {
    padding: 10px 33px;
    color: var(--medium-gray);
    border: 1px solid var(--light-medium-gray);
    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.tab-style-03 .nav-tabs .nav-link.active,
.tab-style-03 .nav-tabs .nav-link.show,
.tab-style-03 .nav-tabs .nav-link:hover {
    color: var(--dark-gray);
    background-color: var(--white);
}

.tab-style-03 .nav-tabs>li.nav-item {
    padding: 0 8px;
}


/* Tab style 02 */

.tab-style-02 .nav-tabs {
    border-bottom: none;
}

.tab-style-02 .nav-tabs>li.nav-item {
    margin: 0 34px;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link {
    border: none;
    padding: 0;
    color: var(--medium-gray);
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link i {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover {
    color: var(--dark-gray);
    border-bottom: 2px solid;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover i {
    color: var(--base-color);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active {
    color: var(--dark-gray);
    border-bottom: 2px solid;
    background: transparent;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active i {
    color: var(--base-color);
}


/* Tab style 03 */

.tab-style-01 .nav-tabs .nav-link {
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 40px;
    color: var(--medium-gray);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab-style-01 .nav-tabs .nav-link.show,
.tab-style-01 .nav-tabs .nav-link.active,
.tab-style-01 .nav-tabs .nav-link:hover {
    color: var(--dark-gray);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.tab-style-01 .nav-tabs>li.nav-item {
    padding: 0 4px;
}


/* Tab style 04 */

.tab-style-04 .nav-tabs .nav-item {
    padding: 0 35px;
}

.tab-style-04 .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
    color: var(--medium-gray);
}

.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    width: 100%;
    height: 2px;
    display: block;
    -wekit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.tab-style-04 .nav-tabs .nav-item .nav-link.active,
.tab-style-04 .nav-tabs .nav-item .nav-link.show,
.tab-style-04 .nav-tabs .nav-item .nav-link:hover {
    color: var(--dark-gray);
}

.tab-style-04 .nav-tabs .nav-item .nav-link.active .tab-border,
.tab-style-04 .nav-tabs .nav-item .nav-link.show .tab-border,
.tab-style-04 .nav-tabs .nav-item .nav-link:hover .tab-border {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/* Tab style 05 */

.tab-style-05 .nav-tabs>li {
    width: 100%;
}

.tab-style-05 .nav-tabs>li.nav-item {
    padding: 0;
}

.tab-style-05 .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 20px 28px 22px;
    margin-bottom: 15px;
    background: transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    display: flex;
    align-items: center;
}

.tab-style-05 .nav-tabs .nav-item .nav-link i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.tab-style-05 .nav-tabs .nav-item .nav-link span {
    position: relative;
    top: 1px;
    color: var(--dark-gray);
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover,
.tab-style-05 .nav-tabs .nav-item .nav-link.show,
.tab-style-05 .nav-tabs .nav-item .nav-link.active {
    background: var(--white);
    color: var(--base-color);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover i,
.tab-style-05 .nav-tabs .nav-item .nav-link.show i,
.tab-style-05 .nav-tabs .nav-item .nav-link.active i {
    color: var(--base-color);
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover span,
.tab-style-05 .nav-tabs .nav-item .nav-link.show span,
.tab-style-05 .nav-tabs .nav-item .nav-link.active span {
    color: var(--base-color);
}

.tab-style-05 .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: none;
}


/* Tab style 06 */

.tab-style-06 .nav-tabs>li.nav-item {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 1px solid;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
}

.tab-style-06 .nav-tabs>li.nav-item:last-child {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link {
    border-bottom: none;
    border-radius: 0;
    line-height: 18px;
    padding: 16px 40px;
    text-transform: uppercase;
    z-index: 1;
    background-color: transparent;
    color: var(--medium-gray);
    border: 0;
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link.active {
    color: #fff !important;
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link.active+.tab-bg-active {
    opacity: 1;
}

.tab-style-06 .tab-bg-active {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
}


/* Tab style 07 */

.tab-style-07 .nav-tabs>li {
    width: 100%;
}

.tab-style-07 .nav-tabs>li.nav-item {
    padding: 0;
}

.tab-style-07 .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 1px solid;
    border-color: var(--extra-medium-gray);
    padding: 38px 60px 38px;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}

.tab-style-07 .nav-tabs .nav-item .nav-link span {
    color: var(--dark-gray);
    z-index: 9;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.show,
.tab-style-07 .nav-tabs .nav-item .nav-link.active {
    color: var(--white);
    isolation: inherit;
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover span,
.tab-style-07 .nav-tabs .nav-item .nav-link.show span,
.tab-style-07 .nav-tabs .nav-item .nav-link.active span {
    color: var(--white);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .number-box {
    opacity: 1;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover .bg-hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .bg-hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .bg-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
    position: absolute;
    top: 50%;
    z-index: 9;
    right: 0;
    opacity: 0;
    -webkit-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
    transition: opacity 0s, transform 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tab-style-07 .nav-tabs .nav-item .nav-link .bg-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    z-index: 1;
}

.tab-style-07 .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: none;
}


/* Tab style 08 */

.tab-style-08 ul .nav-item {
    padding: 0;
    background-color: transparent;
    border-right: 1px solid var(--light-medium-gray);
    flex-grow: 1;
    flex-basis: 0;
}

.tab-style-08 ul .nav-item .nav-link {
    border: 0;
    margin-bottom: 0;
    padding: 30px 15px;
    background-color: transparent;
    position: relative;
    color: var(--medium-gray);
}

.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
    border: 0;
    color: var(--base-color);
}

.tab-style-08 ul .nav-item .nav-link.active .tab-border,
.tab-style-08 ul .nav-item .nav-link.show .tab-border,
.tab-style-08 ul .nav-item .nav-link:hover .tab-border {
    -wekit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.tab-style-08 ul .nav-item .tab-border {
    width: calc(100% + 2px);
    height: 3px;
    display: block;
    -wekit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    position: absolute;
    left: -1px;
    top: 0;
}

.tab-style-08 ul .nav-item:last-child {
    border: 0;
}

.tab-style-08 ul.active-tab-border-bottom .nav-item .tab-border {
    bottom: 0;
    top: auto;
}


/* Team style 01 */

.team-style-01 figure figcaption {
    position: absolute;
    bottom: -1px;
}

.team-style-01 figure figcaption .social-icon {
    display: block !important;
    height: auto !important;
    margin-bottom: -50px !important;
    overflow: visible !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.team-style-01 figure figcaption .social-icon a {
    margin: 0 10px;
}

.team-style-01 figure figcaption .social-icon a:last-child {
    margin-right: 0;
}

.team-style-01 figure figcaption .social-icon a:first-child {
    margin-left: 0;
}

.team-style-01 figure .text-light-opacity:hover {
    opacity: 1 !important;
}

.team-style-01 figure:hover figcaption .social-icon {
    margin-bottom: 0px !important;
}


/* Team style 02 */

.team-style-02 figure figcaption {
    position: absolute;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
}

.team-style-02 figure figcaption .social-icon a {
    margin: 0 12px;
    opacity: 0;
    -webkit-transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    display: inline-block;
}

.team-style-02 figure figcaption .social-icon a:nth-child(1) {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .social-icon a:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .social-icon a:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .social-icon a:nth-child(4) {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .social-icon a:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .team-member-name {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .member-designation {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption {
    opacity: 1;
}

.team-style-02 figure:hover figcaption .team-member-name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption .member-designation {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-style-02 figure:hover figcaption a:nth-child(1) {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a:nth-child(4) {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}


/* Team style 04 */

.team-style-04 .team-content {
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.team-style-04 figure figcaption {
    position: absolute;
    bottom: -20px;
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.team-style-04 figure figcaption .social-icon {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.team-style-04 figure figcaption .social-icon a {
    margin: 0 10px;
}

.team-style-04 figure:hover figcaption {
    bottom: 0px;
}


/* Team style 05 */

.team-style-05 .team-content {
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.team-style-05 .team-content p {
    top: 55%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team-style-05 .social-icon a {
    opacity: 0;
    -webkit-transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    margin: 0 10px;
    display: inline-block;
}

.team-style-05 .social-icon a:nth-child(1) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-style-05 .social-icon a:nth-child(2) {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-style-05 .social-icon a:nth-child(3) {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.team-style-05 .social-icon a:nth-child(4) {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.team-style-05 .social-icon a:nth-child(5) {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.team-style-05:hover .team-content {
    opacity: 1;
}

.team-style-05:hover .team-content p {
    top: 50%;
}

.team-style-05:hover .social-icon a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-style-05:hover .social-icon a:nth-child(1) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-style-05:hover .social-icon a:nth-child(2) {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.team-style-05:hover .social-icon a:nth-child(3) {
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.team-style-05:hover .social-icon a:nth-child(4) {
    -webkit-transition: all 1.1s ease;
    transition: all 1.1s ease;
}

.team-style-05:hover .social-icon a:nth-child(5) {
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
}


/* Team style 08 */

.team-style-08 figure {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-08 figure figcaption {
    position: absolute;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.team-style-08 figure figcaption .social-icon a {
    margin: 0 0 10px;
    opacity: 0;
    display: inline-block;
    background-color: var(--dark-gray);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-style-08 figure figcaption .social-icon a:last-child {
    margin-bottom: 0;
}

.team-style-08 figure figcaption .team-member-name {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-08 figure figcaption .member-designation {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-08:hover figure {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.team-style-08:hover figure figcaption {
    opacity: 1;
}

.team-style-08:hover figure figcaption .social-icon a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-style-08:hover figure figcaption .team-member-name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-style-08:hover figure figcaption .member-designation {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-style-08:hover figure figcaption a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}


/* Team style 09 */

.team-style-09 .nav-tabs>li.nav-item {
    padding: 0;
}

.team-style-09 .nav-tabs>li.nav-item .number {
    color: var(--dark-gray);
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.team-style-09 .nav-tabs>li.nav-item:last-child .nav-link {
    border-bottom: 0;
}

.team-style-09 .nav-tabs .nav-link {
    border: 0;
    display: flex;
    border-bottom: 1px solid var(--extra-medium-gray);
    padding: 20px 0;
    margin-bottom: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.team-style-09 .nav-tabs .nav-link:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.team-style-09 .nav-tabs .nav-link.active,
.team-style-09 .nav-tabs .nav-link:hover {
    border-bottom: 1px solid var(--dark-gray);
}


/* Team style 10 */

.team-style-10 figure {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-10 figure .hover-switch-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-10 figure figcaption {
    position: absolute;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.team-style-10 figure figcaption .social-icon a {
    margin: 0 0 10px;
    opacity: 0;
    display: inline-block;
    background-color: var(--dark-gray);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-style-10 figure figcaption .social-icon a:last-child {
    margin-bottom: 0;
}

.team-style-10 figure figcaption .team-member-strip {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.8, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.8, 1);
}

.team-style-10 figure figcaption .team-member-strip .team-member-name {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-10 figure figcaption .team-member-strip .member-designation {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-10:hover figure .hover-switch-image {
    left: 0;
    opacity: 1;
}

.team-style-10:hover figure figcaption {
    opacity: 1;
}

.team-style-10:hover figure figcaption .social-icon a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-style-10:hover figure figcaption .social-icon a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-style-10:hover figure figcaption .team-member-strip {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-style-10:hover figure figcaption .team-member-strip .team-member-name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-style-10:hover figure figcaption .team-member-strip .member-designation {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-style-10:hover figure figcaption a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}


/* Testimonial style 01 */

.testimonials-style-01 .testimonial-arrow:after {
    content: "";
    top: 100%;
    left: 50px;
    height: 0;
    width: 0;
    z-index: 9;
    margin-left: -14px;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    border-width: 14px;
    border-top-color: var(--white);
}

.testimonials-style-01 .author-detail img {
    width: 60px;
    height: 60px;
}


/* Testimonial style 04 */

.testimonials-style-04.swiper-horizontal-3d.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.testimonials-style-04.swiper-horizontal-3d.swiper-pagination-bottom .swiper-wrapper {
    margin-bottom: 0;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide {
    filter: grayscale(100%);
    opacity: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-prev,
.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-next {
    opacity: 0.7;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active {
    opacity: 1;
    filter: grayscale(0);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.17);
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide img {
    opacity: 0;
}

.testimonials-style-04.swiper-horizontal-3d.swiper {
    width: 100%;
    padding-bottom: 60px;
}

.testimonials-style-04.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-left,
.testimonials-style-04.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide-active img {
    opacity: 1;
}


/* Testimonial style 05 */

.testimonials-style-05 .testimonials-bubble {
    position: relative;
    border: 1px solid;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.testimonials-style-05 .testimonials-bubble:after,
.testimonials-style-05 .testimonials-bubble:before {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testimonials-style-05 .testimonials-bubble:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: var(--white);
    border-width: 15px 15px 0 0;
    margin-left: 1px;
}

.testimonials-style-05 .testimonials-bubble:before {
    border-color: rgba(237, 237, 237, 0);
    border-top-color: var(--extra-medium-gray);
    border-width: 18px 18px 0 0;
}


/* Testimonial style 12 */

.testimonials-style-12 .swiper-button-next-nav {
    right: -8px;
}

.testimonials-style-12 .swiper-button-next-nav:hover {
    opacity: 1;
}

.testimonials-style-12 .swiper-button-previous-nav {
    left: -8px;
}

.testimonials-style-12 .swiper-button-previous-nav:hover {
    opacity: 1;
}


/* Testimonial style 13  */

.testimonials-style-13 .swiper-slide {
    opacity: 0.1;
}

.testimonials-style-13 .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.testimonials-style-13 .swiper-slide.swiper-slide-next {
    opacity: 0.4;
}


/* ===================================
   14. Blog
====================================== */


/* Blog grid */

.blog-grid .card {
    color: inherit;
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-grid .card .blog-image img {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
	  width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.blog-grid .card .blog-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.blog-grid .card .card-body {
    color: inherit;
}

.blog-grid .card .card-body p {
    margin-bottom: 15px;
}

.blog-grid .card .card-body .author {
    will-change: transform;
}

.blog-grid .card .card-body .author .blog-date {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-grid .card .card-body .author .like-count a i {
    margin-right: 4px;
    vertical-align: middle;
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-grid .card .card-body .author .like-count a:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-grid .card .card-body .author .author-name {
    position: absolute;
    width: auto;
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    -webkit-transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-grid .card .blog-categories {
    position: absolute;
    top: 17px;
    right: 20px;
}

.blog-grid .card .blog-categories .categories-btn {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.blog-grid .card:hover .author .blog-date {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
}

.blog-grid .card:hover .author .author-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* Blog classic */

.blog-classic .card {
    color: inherit;
}

.blog-classic .card .blog-image img {
    -webkit-transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
    will-change: transform;
}

.blog-classic .card .card-body {
    color: inherit;
}

.blog-classic .card .card-body .categories-text:after {
    content: "\f309";
    display: inline-block;
    font-family: bootstrap-icons;
    vertical-align: middle;
    margin: -2px 1px 0;
    font-size: 22px;
    color: var(--medium-gray);
    opacity: 0.7;
}

.blog-classic .card .card-body .card-link i {
    opacity: 0;
    visibility: hidden;
    transform-origin: center left;
    -webkit-transform: translateX(-10px) scaleX(0);
    transform: translateX(-10px) scaleX(0);
    -webkit-transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
    margin-left: 3px;
}

.blog-classic .card:hover .blog-image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.blog-classic .card:hover .card-body .card-link i {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
}


/* Blog only text */

.blog-only-text {
    counter-reset: card-body;
}

.blog-only-text .card-body {
    color: inherit;
    position: relative;
    overflow: hidden;
}

.blog-only-text .card-body .hover-img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 300ms cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
}

.blog-only-text .card-body:after {
    counter-increment: card-body;
    content: counter(card-body, decimal-leading-zero);
    position: absolute;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -3px;
    top: 30px;
    right: -8px;
    font-weight: 600;
    opacity: 0.1;
    color: var(--dark-gray);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-only-text .card-body:hover .hover-img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.blog-only-text .card-body:hover:after {
    opacity: 0.2;
    color: var(--white);
    right: 30px;
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-only-text .card-body:hover .card-title {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}

.blog-only-text .card-body:hover .categories-btn {
    background: var(--white);
    color: var(--dark-gray) !important;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}


/* Blog metro */

.blog-metro figure .blog-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1f232c;
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.8) 0, rgba(23, 23, 23, 0) 70%);
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-metro figure .categories-btn {
    border: 1px solid transparent;
}

.blog-metro figure img {
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    width: 100%;
}

.blog-metro figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-metro figure .card-title {
    margin-bottom: 0;
}

.blog-metro figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
}

.blog-metro figure:hover .categories-btn {
    background: transparent !important;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-metro figure:hover .categories-btn.bg-base-color {
    color: var(--base-color) !important;
    border-color: var(--base-color);
}

footer a,
footer span {
    color: #000 !important;
}


/* Blog masonry */

.blog-masonry .card {
    color: inherit;
}

.blog-masonry .card .card-top {
    position: relative;
    padding: 15px 20px;
}

.blog-masonry .card .card-top:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    clear: both;
    z-index: 1;
}

.blog-masonry .card .card-top .avtar {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    position: relative;
    border-radius: 100%;
}

.blog-masonry .card .blog-image img {
    -webkit-transition: all 1000ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 1000ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-masonry .card .blog-image .categories-btn {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.blog-masonry .card .like-count a i {
    margin-right: 5px;
    -webkit-transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
    will-change: transform;
}

.blog-masonry .card .like-count a:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-masonry .card .blog-date i {
    margin-right: 8px;
}

.blog-masonry .card .blog-categories {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.blog-masonry .card:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blog-masonry .card:hover .blog-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Blog simple */

.blog-simple figure .blog-image {
    overflow: hidden;
}

.blog-simple figure .blog-hover-icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 0;
}

.blog-simple figure figcaption {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-simple figure:hover .blog-hover-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-simple figure:hover .post-content .card-title a:hover {
    color: var(--base-color);
}

.blog-simple figure:hover .blog-image img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-simple figure:hover .blog-image .box-overlay {
    opacity: 0.3;
}

.blog-simple figure:hover .box-overlay {
    opacity: 1;
    visibility: visible;
}


/* Blog date */

.blog-date .feature-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.blog-date .feature-box .feature-box-icon {
    margin-right: 40px !important;
}

.blog-date .feature-box .post-date {
    min-width: 75px;
    padding: 20px 0 17px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-date .feature-box .post-date span {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-date .feature-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* Blog side image */

.blog-side-image .blog-box .blog-image {
    min-height: 300px;
    will-change: transform;
    -webkit-transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-side-image .blog-box .blog-image .blog-post-image-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-side-image .blog-box .blog-content {
    position: relative;
    z-index: 1;
}

.blog-side-image .blog-box .blog-content .separator {
    width: 10px;
    height: 1px;
    -webkit-transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.blog-side-image .blog-box .blog-content .categories-btn {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-left: 0;
    margin-right: 5px;
    line-height: 20px;
    padding: 4px 15px;
}

.blog-side-image .blog-box:hover .blog-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-side-image .blog-box:hover .blog-image .blog-post-image-overlay {
    opacity: 0.4;
}

.blog-side-image .blog-box:hover .blog-content .separator {
    width: 30px;
}


/* Blog modern */

.blog-modern figure .blog-image {
    margin-bottom: 48px;
}

.blog-modern figure .blog-image img {
    -webkit-transition: all 900ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 900ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-modern figure .post-content-wrapper {
    position: absolute;
    bottom: -51px;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 4px 10px rgba(111, 111, 111, 0.1);
    box-shadow: 0px 4px 10px rgba(111, 111, 111, 0.1);
}

.blog-modern figure .post-content-wrapper .post-content {
    -webkit-transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-modern figure .post-content-wrapper .separator {
    margin: 0 15px;
    opacity: 0.7;
    font-weight: 300;
}

.blog-modern figure:hover .blog-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-modern figure:hover .post-content-wrapper .post-content .card-title {
    color: var(--white);
}

.blog-modern figure:hover .post-content-wrapper .post-content .card-title:hover {
    color: var(--white);
}

.blog-modern figure:hover .post-content-wrapper .post-content .box-overlay {
    opacity: 1;
    visibility: visible;
}


/* Blog standard */

.blog-standard .blog-image {
    position: relative;
}

.blog-standard .blog-image .blog-categories {
    position: absolute;
    right: 40px;
    top: 40px;
}

.blog-standard .entry-meta span {
    position: relative;
    margin-right: 20px;
}

.blog-standard .entry-meta span:last-child {
    margin-right: 0;
}

.blog-standard .entry-meta span i {
    margin-right: 7px;
}


/* Blog comment */

.blog-comment {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-comment li {
    padding-bottom: 65px;
    position: relative;
    list-style: none;
}

.blog-comment li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}

.blog-comment li .btn-reply {
    float: right;
    font-size: 11px;
    line-height: initial;
    padding: 7px 20px 6px;
    border-radius: 50px;
    border: 1px solid rgba(44, 44, 44, 0.25);
    background-color: var(--white);
}

.blog-comment li .btn-reply:hover {
    border-color: var(--base-color);
    background: var(--base-color);
    color: var(--white);
}

.blog-comment li ul.child-comment {
    list-style: outside none none;
    margin-left: 70px;
}

.blog-comment li ul.child-comment li {
    margin-top: 60px;
    padding-bottom: 0;
}

.blog-comment>li:first-child {
    padding-top: 0;
}


/* Pagination style 01 */

.pagination-style-01 .page-item .page-link {
    border: 0;
    padding: 0 2px;
    margin: 0 7px;
    background: 0 0;
    color: var(--medium-gray);
    min-width: 45px;
    font-size: inherit;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 45px;
    min-height: 45px;
}

.pagination-style-01 .page-item .page-link i {
    line-height: 40px;
}

.pagination-style-01 .page-item .page-link:hover {
    background: var(--white);
    color: var(--dark-gray);
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}

.pagination-style-01 .page-item .page-link:focus {
    box-shadow: none;
}

.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}

.pagination-style-01.light .page-item:first-child .page-link,
.pagination-style-01.light .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}

.pagination-style-01.light .page-item:first-child .page-link:hover,
.pagination-style-01.light .page-item:last-child .page-link:hover {
    color: var(--white);
}


/* Blog clean */

.blog-clean .card {
    color: inherit;
}

.blog-clean .card .blog-image img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    will-change: transform;
}

.blog-clean .card .card-body {
    color: inherit;
}

.blog-clean .card .card-body .blog-categories {
    top: -17px;
}

.blog-clean .card .card-body .blog-categories .categories-btn {
    margin: 0 5px 0 0;
    font-size: 12px;
    border-radius: 0;
}

.blog-clean .card .card-body .card-link i {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 11px;
}

.blog-clean .card:hover .blog-image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.blog-clean .card:hover .card-body .card-link i {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* ===================================
   15. Portfolio
====================================== */


/* Portfolio grid */

.grid-item .portfolio-image img {
    width: 100%;
}

.portfolio-grid .work-1col li {
    width: 100%;
}


/* Portfolio filter */

.portfolio-filter li {
    padding: 0 25px;
}

.portfolio-filter li:first-child {
    padding-left: 0;
}

.portfolio-filter li:last-child {
    padding-right: 0;
}

.portfolio-filter li a {
    color: var(--medium-gray);
    border-bottom: 2px solid transparent;
}

.portfolio-filter li:hover a,
.portfolio-filter li:focus a,
.portfolio-filter li.active a {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}

.portfolio-filter.filter-btn li {
    padding: 0 12px;
}

.portfolio-filter.filter-btn li a {
    padding: 6px 30px;
    border-radius: 40px;
}

.portfolio-filter.filter-btn li a:hover,
.portfolio-filter.filter-btn li a:focus,
.portfolio-filter.filter-btn li a.active {
    background-color: var(--white);
    color: var(--dark-gray);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.portfolio-filter.filter-btn li.active a {
    background-color: var(--white);
    color: var(--dark-gray);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}


/* Portfolio classic */

.portfolio-classic .portfolio-box {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.portfolio-classic .portfolio-box .portfolio-hover {
    opacity: 0;
    transform: translate3d(0, 45px, 0) skewY(-15deg);
}

.portfolio-classic .portfolio-box:hover {
    -webkit-clip-path: inset(2% 2% 2% 2%);
    clip-path: inset(2% 2% 2% 2%);
}

.portfolio-classic .portfolio-box:hover .portfolio-image img {
    opacity: 0.15;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.portfolio-classic .portfolio-box:hover .portfolio-hover {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/* Portfolio boxed */

.portfolio-boxed .portfolio-box {
    will-change: transform;
}

.portfolio-boxed .portfolio-box .portfolio-icon a {
    margin: 0 4px;
    position: relative;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.portfolio-boxed .portfolio-box .portfolio-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.portfolio-boxed .portfolio-box:hover {
    -webkit-box-shadow: 10px 0 70px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 0 70px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.portfolio-boxed .portfolio-box:hover .portfolio-image img {
    opacity: 0.3;
}

.portfolio-boxed .portfolio-box:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}


/* Mousetip */

.mousetip-wrapper .caption {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.mousetip-wrapper:hover .caption {
    opacity: 1;
    visibility: visible;
    display: block;
}


/* Portfolio transform */

.portfolio-transform .portfolio-box {
    will-change: auto;
    overflow: visible;
}

.portfolio-transform .portfolio-box .caption {
    padding: 22px 28px 11px;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.portfolio-transform .portfolio-box .portfolio-image {
    overflow: visible;
}

.portfolio-transform .portfolio-box .portfolio-image img {
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.portfolio-transform .portfolio-box:hover .portfolio-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Portfolio creative */

.portfolio-creative .portfolio-box {
    will-change: transform;
}

.portfolio-creative .portfolio-box .portfolio-title {
    -webkit-transform: scale(2);
    transform: scale(2);
    display: block;
    width: 100%;
}

.portfolio-creative .portfolio-box .portfolio-title::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-creative .portfolio-box .portfolio-title::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    font-size: 110px;
    letter-spacing: -6px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 800;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    animation: glitch-skew 1s infinite linear alternate-reverse;
}

.portfolio-creative .portfolio-box .portfolio-hover span {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.portfolio-creative .portfolio-box:hover .portfolio-image img {
    opacity: 0;
}

.portfolio-creative .portfolio-box:hover .portfolio-title {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-creative .portfolio-box:hover .portfolio-hover span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* Portfolio simple */

.portfolio-simple .portfolio-box .portfolio-icon a {
    margin: 0 5px;
    position: relative;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.portfolio-simple .portfolio-box .portfolio-icon a:last-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.portfolio-simple .portfolio-box:hover .portfolio-image img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Portfolio modern */

.portfolio-modern .portfolio-box {
    position: relative;
    will-change: transform;
}

.portfolio-modern .portfolio-box .portfolio-hover {
    opacity: 0;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: auto;
    top: inherit;
    -webkit-transform: translateY(0) scale(1, 0);
    transform: translateY(0) scale(1, 0);
    transform-origin: bottom center;
}

.portfolio-modern .portfolio-box .portfolio-hover>*>*>* {
    opacity: 0;
    transition-delay: 0.25s;
    transform: translateY(15px);
}

.portfolio-modern .portfolio-box .portfolio-hover>*>*>*+* {
    opacity: 0;
    transition-delay: 0.35s;
}

.portfolio-modern .portfolio-box .portfolio-hover>*>*+* {
    opacity: 0;
    transform: translateY(15px);
    transition-delay: 0.45s;
}

.portfolio-modern .portfolio-box:hover {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.portfolio-modern .portfolio-box:hover .portfolio-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-modern .portfolio-box:hover .portfolio-hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1;
}

.portfolio-modern .portfolio-box:hover .portfolio-hover>*>*>* {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-modern .portfolio-box:hover .portfolio-hover>*>*>*+* {
    opacity: 1;
}

.portfolio-modern .portfolio-box:hover .portfolio-hover>*>*+* {
    opacity: 1;
    transform: translateY(0);
}


/* Portfolio attractive */

.portfolio-attractive .portfolio-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9999;
    cursor: pointer;
}

.portfolio-attractive .portfolio-box {
    position: relative;
}

.portfolio-attractive .portfolio-box .portfolio-image img {
    -webkit-transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
}

.portfolio-attractive .portfolio-box .portfolio-hover .icon-box {
    margin-top: 0px;
    transform-style: inherit;
}

.portfolio-attractive .grid-item:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-attractive .grid-item:hover .portfolio-hover .icon-box {
    margin-top: -10px;
}

.portfolio-attractive .grid-item:hover .portfolio-image img {
    opacity: 0.3;
}

.portfolio-attractive .grid-item:hover .move-bottom-top-self span,
.portfolio-attractive .grid-item:hover .move-top-bottom-self span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/* Portfolio simple */

.portfolio-slider .portfolio-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.portfolio-slider .portfolio-box .portfolio-image img {
    -webkit-transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.portfolio-slider .portfolio-box .portfolio-hover {
    opacity: 1;
}

.portfolio-slider .portfolio-box .portfolio-hover .portfolio-link .category {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.portfolio-slider .portfolio-box .portfolio-hover .portfolio-link i {
    position: absolute;
    right: 0;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
}

.portfolio-slider .portfolio-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.portfolio-slider .portfolio-box:hover .portfolio-image img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-title {
    color: var(--white) !important;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link a,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link i,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link span,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link div {
    color: var(--white) !important;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-title {
    color: var(--dark-gray) !important;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link a,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link i,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link span,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link div {
    color: var(--dark-gray) !important;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover .portfolio-link .category {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover .portfolio-link i {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    opacity: 1;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover .box-overlay {
    opacity: 1;
    visibility: visible;
}


/* Portfolio clean */

.portfolio-clean .portfolio-box {
    position: relative;
}

.portfolio-clean .portfolio-box .portfolio-image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
}

.portfolio-clean .portfolio-box .portfolio-hover {
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.portfolio-clean .portfolio-box .portfolio-hover .portfolio-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.portfolio-clean .portfolio-box:hover .portfolio-image {
    -webkit-clip-path: inset(0 0 70px 0);
    clip-path: inset(0 0 70px 0);
}

.portfolio-clean .portfolio-box:hover .portfolio-image img {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.portfolio-clean .portfolio-box:hover .portfolio-hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
}


/* Portfolio clean */

.portfolio-switch-image .portfolio-box .portfolio-image .hover-switch-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.portfolio-switch-image .portfolio-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.portfolio-switch-image .portfolio-box:hover .portfolio-image .hover-switch-image {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/* Portfolio and gallery translate animation */

.portfolio-box,
.gallery-box {
    overflow: hidden;
    will-change: transform;
}

.portfolio-box .move-top-bottom,
.gallery-box .move-top-bottom {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
}

.portfolio-box .move-bottom-top,
.gallery-box .move-bottom-top {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
}

.portfolio-box .move-left-right,
.gallery-box .move-left-right {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
}

.portfolio-box .move-right-left,
.gallery-box .move-right-left {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
}

.portfolio-box .move-bottom-top-self,
.gallery-box .move-bottom-top-self {
    overflow: hidden;
}

.portfolio-box .move-bottom-top-self span,
.gallery-box .move-bottom-top-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box .move-top-bottom-self,
.gallery-box .move-top-bottom-self {
    overflow: hidden;
}

.portfolio-box .move-top-bottom-self span,
.gallery-box .move-top-bottom-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box .move-left-right-self,
.gallery-box .move-left-right-self {
    overflow: hidden;
}

.portfolio-box .move-left-right-self span,
.gallery-box .move-left-right-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box .move-right-left-self,
.gallery-box .move-right-left-self {
    overflow: hidden;
}

.portfolio-box .move-right-left-self span,
.gallery-box .move-right-left-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box .portfolio-hover,
.gallery-box .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.portfolio-box .portfolio-image,
.gallery-box .portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-box:hover .move-top-bottom,
.gallery-box:hover .move-top-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.portfolio-box:hover .move-bottom-top,
.gallery-box:hover .move-bottom-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.portfolio-box:hover .move-left-right,
.gallery-box:hover .move-left-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.portfolio-box:hover .move-right-left,
.gallery-box:hover .move-right-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.portfolio-box:hover .move-bottom-top-self span,
.gallery-box:hover .move-bottom-top-self span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.portfolio-box:hover .move-top-bottom-self span,
.gallery-box:hover .move-top-bottom-self span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-box:hover .move-left-right-self span,
.gallery-box:hover .move-left-right-self span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.portfolio-box:hover .move-right-left-self span,
.gallery-box:hover .move-right-left-self span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio-box:hover .portfolio-hover,
.gallery-box:hover .portfolio-hover {
    opacity: 1;
}


/* Portfolio pagination */

.portfolio-pagination {
    position: relative;
    z-index: 1;
}

.portfolio-pagination .bg-fancy-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.portfolio-pagination .btn-slide-icon-left .separator,
.portfolio-pagination .btn-slide-icon-right .separator {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.portfolio-pagination .btn-slide-icon-left .separator:after,
.portfolio-pagination .btn-slide-icon-left .separator:before,
.portfolio-pagination .btn-slide-icon-right .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -4px;
    height: 2px;
    width: 11px;
    background-color: var(--dark-gray);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.portfolio-pagination .btn-slide-icon-left .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:after {
    -webkit-transform: rotate(132deg);
    transform: rotate(132deg);
}

.portfolio-pagination .btn-slide-icon-left .separator:before,
.portfolio-pagination .btn-slide-icon-right .separator:before {
    -webkit-transform: rotate(228deg);
    transform: rotate(228deg);
    top: 4px !important;
}

.portfolio-pagination .btn-slide-icon-right .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:before {
    right: -2px;
    left: auto;
}

.portfolio-pagination .btn-slide-icon-right .separator:before {
    transform: rotate(132deg);
    -webkit-transform: rotate(132deg);
    transform: rotate(132deg);
}

.portfolio-pagination .btn-slide-icon-right .separator:after {
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.portfolio-pagination h6,
.portfolio-pagination span {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.portfolio-pagination:hover .bg-fancy-image {
    opacity: 1;
    visibility: visible;
}

.portfolio-pagination:hover .separator {
    width: 100px !important;
    background-color: var(--white);
}

.portfolio-pagination:hover .separator:after {
    color: var(--white);
}

.portfolio-pagination:hover span {
    color: var(--white);
}

.portfolio-pagination:hover .btn-slide-icon-left .separator:after,
.portfolio-pagination:hover .btn-slide-icon-left .separator:before,
.portfolio-pagination:hover .btn-slide-icon-right .separator:after,
.portfolio-pagination:hover .btn-slide-icon-right .separator:before {
    background-color: var(--white);
}


/* Grid loading */

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.grid-loading {
    overflow: hidden;
    position: relative;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    z-index: 99;
}

.grid-loading::after {
    background: none;
    content: "" !important;
    position: absolute;
    top: 100px !important;
    left: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 3px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}

.grid-loading:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 1px;
    width: calc(100% - 4px);
    height: calc(100% - 2px);
    border-radius: inherit;
    z-index: 1;
}

.grid-loading.grid-loading-white::after {
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.7);
}

.grid-loading .grid-item {
    visibility: hidden;
}

.grid-loading li .grid-item {
    overflow: hidden;
    opacity: 0;
}


/* Portfolio minimal */

.sticky-image-distortion-wrapper {
    position: static;
    display: flex;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.sticky-image-distortion-wrapper .svg-wrapper {
    position: fixed;
    right: 55px;
    height: 100%;
    top: 0;
    width: 50%;
    z-index: -1;
}

.sticky-image-distortion-wrapper .menu {
    width: 50%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 100px 0 100px 100px;
}

.sticky-image-distortion-wrapper .menu::-webkit-scrollbar {
    display: none;
}

.sticky-image-distortion-wrapper .menu .menu__link {
    display: flex;
    align-items: center;
    width: 100%;
}

.sticky-image-distortion-wrapper .menu .menu__link .sticky-image-title a:hover {
    opacity: 1 !important;
}

.sticky-image-distortion-wrapper .menu .menu__link svg {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.sticky-image-distortion-wrapper .menu .menu__link.active svg {
    opacity: 1;
    visibility: visible;
}

.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title a {
    padding-left: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title .title {
    opacity: 0.25;
    left: 95px;
}

.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-category {
    opacity: 1;
    color: var(--dark-gray);
    left: 25px;
}

.sticky-image-distortion-wrapper .menu:hover .menu__link .sticky-image-title a {
    opacity: 0.3;
}

.sticky-image-title {
    position: relative;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    width: 100%;
}

.sticky-image-title a {
    padding: 25px 50px 25px;
    width: 100%;
}

.sticky-image-title .title {
    position: absolute;
    left: 100px;
    width: 100%;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    word-break: normal;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sticky-category {
    display: flex;
    align-items: center;
    position: absolute;
    left: 32px;
    height: 100%;
    width: 50px;
    justify-content: center;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sticky-category .category {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}


/* Horizontal portfolio */

.threeD-letter-menu {
    position: relative;
    min-height: 100vh;
}

.threeD-letter-menu .menu-item .hover-reveal {
    position: fixed;
    z-index: 1;
    width: 420px;
    height: 420px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transform-origin: 100% 0%;
    will-change: transform, filter;
    border-radius: 100%;
}

.threeD-letter-menu .menu-item .hover-reveal .hover-reveal__inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.threeD-letter-menu .menu-item .hover-reveal .hover-reveal__img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    will-change: transform;
    border-radius: 100%;
}

.threeD-letter-menu .menu-item .text-white-linear:hover span {
    color: var(--white);
    -webkit-text-fill-color: #fff;
}

.threeD-letter-menu .menu-item .menu-item-text {
    position: relative;
    display: inline-block;
}

.threeD-letter-menu .menu-item .menu-item-text .word {
    overflow: hidden;
    line-height: 120%;
}

.threeD-letter-menu .menu-item .menu-item-text .words .char {
    transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.threeD-letter-menu .menu-item .menu-item-text .clone {
    position: absolute;
    top: 0;
    left: 0;
}

.threeD-letter-menu .menu-item .menu-item-text .clone .char {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
}

.threeD-letter-menu .menu-item .menu-item-text:hover .clone .char {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.threeD-letter-menu .menu-item .menu-item-text:hover .words:not(.clone) .char {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.menu-item:hover span {
    color: #ffd307 !important;
}


/* ===================================
   16. Shop
====================================== */


/* Categories style 01 */

.categories-style-01 .categories-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.categories-style-01 a {
    position: relative;
}

.categories-style-01 a:last-child:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid;
    border-color: var(--dark-gray);
    left: 0;
    bottom: 0;
    width: 0%;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-style-01 .count-circle {
    position: absolute;
    top: -15px;
    right: -10px;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.categories-style-01:hover .categories-box {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.categories-style-01:hover a:last-child:after {
    border-color: var(--dark-gray);
    color: var(--dark-gray);
    width: 100%;
}

.categories-style-01:hover .count-circle {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.categories-style-01:hover img {
    opacity: 0.6;
}


/* Categories style 02 */

.categories-style-02 {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-style-02 .categories-box {
    position: relative;
}

.categories-style-02:hover {
    transform: translate3d(0, -8px, 0);
}


/* Categories style 03 */

.categories-style-03 .categories-box {
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-style-03 .categories-box .category-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
}

.categories-style-03 .categories-box .category-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-style-03 .categories-box:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.categories-style-03 .categories-box:hover .category-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Shop boxed */

.shop-boxed {
    margin-left: -10px;
    margin-right: -10px;
}

.shop-boxed .shop-box {
    border: 6px solid #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.shop-boxed .shop-box .shop-image {
    overflow: hidden;
}

.shop-boxed .shop-box .shop-image a {
    display: block;
    overflow: hidden;
}

.shop-boxed .shop-box .shop-image .product-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shop-boxed .shop-box .shop-image .shop-hover {
    position: absolute;
    bottom: 0px;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shop-boxed .shop-box .shop-image .shop-hover a {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
}

.shop-boxed .shop-box .shop-footer del {
    margin-right: 8px;
}

.shop-boxed .shop-box:hover {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    border: 6px solid #fff;
}

.shop-boxed .shop-box:hover .shop-image .product-overlay {
    opacity: 1;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover {
    bottom: 25px;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}


/* Shop modern */

.shop-modern {
    margin-left: -15px;
    margin-right: -15px;
}

.shop-modern .grid-item .shop-box .shop-image {
    overflow: hidden;
}

.shop-modern .grid-item .shop-box .shop-image img {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shop-modern .grid-item .shop-box .shop-image .shop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover {
    position: absolute;
    top: 20px;
    width: auto;
    right: 12px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul {
    padding: 0;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li {
    display: block;
    width: auto;
    margin: 0 0 8px;
    padding: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(3) {
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li :nth-child(4) {
    -webkit-transition-delay: 1ms;
    transition-delay: 1ms;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li a:hover {
    background-color: var(--base-color);
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    text-align: center;
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn.btn-large {
    padding: 8px 20px;
}

.shop-modern .grid-item .shop-box .shop-footer del {
    margin-right: 8px;
}

.shop-modern .grid-item .shop-box:hover .shop-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-buttons-wrap .btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-overlay {
    opacity: 1;
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover {
    opacity: 1;
    top: 20px;
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover ul li {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/* Shop sidebar */

.shop-sidebar .shop-filter {
    padding: 0;
    margin: 0;
    list-style: none;
}

.shop-sidebar .shop-filter li {
    position: relative;
    margin-bottom: 2px;
    padding: 0 25px;
}

.shop-sidebar .shop-filter li a {
    display: block;
}

.shop-sidebar .shop-filter li a:hover .product-cb {
    border-color: var(--dark-gray);
}

.shop-sidebar .shop-filter li a:hover .product-cb:after {
    opacity: 1;
}

.shop-sidebar .shop-filter li .product-cb {
    width: 16px;
    height: 16px;
    border: 1px solid var(--medium-gray);
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}

.shop-sidebar .shop-filter li .product-cb:after {
    width: 8px;
    height: 8px;
    background-color: var(--dark-gray);
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop-sidebar .shop-filter li .item-qty {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--very-light-gray);
    border-radius: 100%;
    height: 30px;
    width: 30px;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    color: var(--dark-gray);
    line-height: 30px;
}

.shop-sidebar .shop-filter li:last-child {
    margin-bottom: 0;
}

.shop-sidebar .shop-filter.color-filter li .product-cb {
    border: 0;
}

.shop-sidebar .shop-filter.color-filter li .product-cb:after {
    background-color: var(--white);
}

.shop-sidebar .shop-filter.fabric-filter li .product-cb {
    line-height: 0;
    overflow: hidden;
    border: 0;
}

.shop-sidebar .shop-filter.fabric-filter li .product-cb:after {
    background-color: var(--white);
}

.shop-sidebar .shop-filter.rating-filter li {
    padding-left: 0;
}

.shop-sidebar .shop-filter.tag-cloud a {
    padding: 5px 10px;
}


/* Toolbar wrapper */

.toolbar-wrapper a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.toolbar-wrapper a:hover img {
    opacity: 1;
}


/* Shop lable */

.shop-image {
    position: relative;
}

.shop-image .lable {
    padding: 0 8px;
    position: absolute;
    left: 17px;
    top: 17px;
    color: var(--white);
    font-size: 9px;
    line-height: 21px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.shop-image .lable.new {
    background-color: var(--green);
}

.shop-image .lable.hot {
    background-color: var(--red);
}


/* Product detail */

.product-image-thumb .swiper-slide {
    cursor: pointer;
    border: 1px solid transparent;
}

.product-image-thumb .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--light-gray);
}


/* Single product thumb vertical */

.single-product-thumb .slider-vertical {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
}

.single-product-thumb .slider-vertical .swiper-slide {
    height: auto !important;
    cursor: pointer;
}

.product-image-slider img {
    cursor: crosshair;
}


/* Shop color */

.shop-color {
    list-style: none;
    padding: 0;
    display: flex;
}

.shop-color li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.shop-color li>input[type=radio]+label {
    display: flex;
}

.shop-color li>input[type=radio]+label span {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.shop-color li input[type=radio]:checked+label span:after {
    position: absolute;
    top: 2px;
    left: 2px;
    color: var(--white);
    height: 28px;
    width: 28px;
    border: 2px solid var(--white);
    border-radius: 100%;
    text-align: center;
    content: "";
    font-weight: 900;
}


/* Shop size */

.shop-size {
    list-style: none;
    padding: 0;
    display: flex;
}

.shop-size li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.shop-size li>input[type=radio]+label {
    display: flex;
}

.shop-size li>input[type=radio]+label span {
    height: 37px;
    width: 37px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--extra-medium-gray);
    text-align: center;
    font-size: 12px;
    line-height: normal;
    color: var(--dark-gray);
    font-weight: 500;
}

.shop-size li input[type=radio]:checked+label span:after {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 37px;
    width: 37px;
    border: 1px solid var(--dark-gray);
    border-radius: 100%;
    text-align: center;
    content: "";
}


/* Shop quantity  */

.quantity {
    display: inline-block;
    position: relative;
}

.quantity button {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: -9px 0 0 0;
    font-size: 22px;
    line-height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    color: var(--dark-gray);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.quantity button.qty-plus {
    right: 15px;
    left: auto;
}

.quantity .qty-text {
    width: 115px;
    height: 54px;
    border: 1px solid var(--extra-medium-gray);
    border-radius: 5px;
    text-align: center;
    color: var(--dark-gray);
}

.btn-cart.btn.btn-switch-text.btn-extra-large>span {
    padding: 13px 48px;
}

.wishlist {
    height: 54px;
    width: 54px;
}


/* Cart */

.cart-products th {
    border-top: 0;
    border-bottom: 1px solid var(--extra-medium-gray) !important;
    padding: 15px 10px;
    font-weight: normal;
    text-transform: capitalize;
    color: var(--dark-gray);
}

.cart-products td {
    vertical-align: middle;
    border-bottom: 1px solid var(--extra-medium-gray);
    border-top: 0;
    padding: 25px 10px;
    color: var(--medium-gray);
}

.cart-products .product-remove {
    width: 25px;
}

.cart-products .product-thumbnail {
    width: 100px;
}

.cart-products .quantity button {
    color: var(--medium-gray);
}

.cart-products .quantity .qty-text {
    color: var(--medium-gray);
    height: 42px;
    width: 100px;
}

.coupon-code-panel {
    position: relative;
}

.coupon-code-panel:before {
    content: "\e8bf";
    font-family: feather;
    position: absolute;
    left: 20px;
    z-index: 2;
    line-height: 50px;
}

.coupon-code-panel input {
    margin: 0;
    border: none;
    border: 1px dashed var(--extra-medium-gray);
    padding: 8px 70px 9px 45px;
    width: 100%;
    position: relative;
    font-size: 14px;
}

.coupon-code-panel .apply-coupon-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--dark-gray);
    line-height: 30px;
    letter-spacing: 0;
}

.coupon-code-panel .apply-coupon-btn:active {
    border-color: transparent;
}

.total-price-table th,
.total-price-table td {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}

.total-price-table .total-amount th,
.total-price-table .total-amount td {
    border-bottom: 0;
}

.calculate-shipping .form-select:focus {
    border-color: #dfdfdf;
}


/* Checkout */

.your-order-table .product td {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}

.your-order-box .terms-condition .box:before {
    background-color: var(--white);
}


/* Minicart */

.header-cart-icon .header-cart .cart-item-list {
    border-radius: 6px;
    padding: 10px 30px 25px;
    min-width: 260px;
}

.header-cart-icon .header-cart .cart-item-list .cart-item {
    padding: 15px 0;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .close {
    right: 0;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    font-size: 15px;
    line-height: 22px;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
    font-size: 14px;
}

.header-cart-icon .header-cart .cart-item-list .cart-item:last-of-type {
    border-bottom: 0;
}

.header-cart-icon .header-cart .cart-item-list .cart-total {
    background-color: transparent;
    border: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

.header-cart-icon .header-cart .cart-item-list .cart-total .btn.btn-large {
    font-size: 14px;
    padding: 11px 20px;
    border-width: 1px;
}


/* Shop category style 02 */

.shop-category-02 .category-box {
    overflow: hidden;
    position: relative;
}

.shop-category-02 .category-box .category-title {
    padding: 0 15px;
    width: 100%;
}

.shop-category-02 .category-box img {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shop-category-02 .category-box .category-hover-content {
    position: absolute;
    left: 20px;
    top: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.shop-category-02 .category-box .category-hover-content a {
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.shop-category-02 .category-box .category-hover-content a:hover {
    color: var(--dark-gray);
}

.shop-category-02 .category-box .category-hover-content .title {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.shop-category-02 .category-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.shop-category-02 .category-box:hover .category-hover-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.shop-category-02 .category-box:hover .category-hover-content .title {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.shop-category-02 .category-box:hover .category-hover-content a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* ===================================
   17. Footer
====================================== */

footer {
    padding-top: 110px;
    padding-bottom: 110px;
}

footer.half-footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer.big-footer {
    padding-top: 140px;
    padding-bottom: 140px;
}

footer .footer-logo img {
    max-height: 30px;
}

footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer .elements-social.social-icon-style-01 li,
footer .elements-social.social-icon-style-02 li,
footer .elements-social.social-icon-style-05 li,
footer .elements-social.social-icon-style-08 li {
    margin: 0 15px 0 0;
}

footer .elements-social.social-icon-style-01 li a,
footer .elements-social.social-icon-style-02 li a,
footer .elements-social.social-icon-style-05 li a,
footer .elements-social.social-icon-style-08 li a {
    width: auto;
    height: auto;
}

footer .newsletter-style-05 .input-small {
    font-size: 14px;
}

footer .nav-link {
    color: var(--medium-gray);
    padding: 0.5rem 1rem;
}

footer .footer-navbar .nav-item:last-child a {
    padding-right: 0;
}


/* Footer dark  */

.footer-dark {
    color: var(--aluminium-grey);
}

.footer-dark p,
.footer-dark a {
    color: var(--aluminium-grey);
}

.footer-dark a:hover {
    color: var(--base-color);
}


/* Footer light */

.footer-light a:hover {
    color: var(--base-color);
}


/* Footer navbar */

.footer-navbar li {
    display: inline-block;
    margin-bottom: 0;
}

.footer-navbar li a:hover {
    color: var(--base-color);
}

.footer-navbar li:last-child a {
    padding-right: 0;
}

.footer-navbar li:first-child a {
    padding-left: 0;
}

.footer-navbar .nav-link:focus {
    color: inherit;
}


/* Footer sticky */

.main-content {
    position: relative;
    z-index: 2;
    background: #fff !important;
}

.footer-sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    overflow: hidden;
}


/* Landing page footer */

.footer-demo ul li {
    margin-bottom: 0;
    line-height: 30px;
}

.footer-demo a:hover {
    color: #fff;
}

.footer-demo img {
    max-height: 55px !important;
}


/* ===================================
    beezo - Design agency
====================================== */


/* font */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* variable */

:root {
    --base-color: #ffd307;
    --medium-gray: #787875;
    --white: #d8d8d4;
    --concrete-gray: #d8d8d4;
    --bg-maire-yellow: #131312;
    --light-medium-gray: #cdcdc7;
    --dark-gray: #2d2d2d;
    --zeus-grey: #333331;
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Inter', sans-serif;
}

body {
    font-size: 17px;
    line-height: 30px;
}

.container-fluid {
    max-width: 1750px;
}


/* custom cursor */

@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        left: -5px;
        top: -5px;
        background: var(--dark-gray);
    }
    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        width: 30px;
        height: 30px;
        background: var(--white);
        opacity: 0.5 !important;
    }
}


/* heading tag */

h1 {
    font-size: 5rem;
    line-height: 4.5rem;
}

h3 {
    font-size: 3.125rem;
    line-height: 2.8rem;
}

.fs-325 {
    font-size: 20.313rem;
    line-height: 20.313rem;
}


/* page title */

.page-title-large h1 {
    font-size: 5.625rem;
    line-height: 4.375rem;
}


/* header */

header .container-fluid {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 10px 24px;
}

header .navbar-brand {
    padding: 38px 0;
}

header .navbar-brand img {
    max-height: 34px;
}


/* line height */

.lh-160 {
    line-height: 10rem;
}

.lh-300 {
    line-height: 18.75rem;
}


/* top bottom left right */

.top-minus-250px {
    top: -250px;
}

.right-minus-250px {
    right: -250px;
}

.left-minus-230px {
    left: -230px;
}


/* bg color */

.bg-concrete-gray {
    background-color: var(--concrete-gray);
}

.bg-maire-yellow {
    background-color: var(--bg-maire-yellow);
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #292927), to(transparent));
    background: linear-gradient(to top, #292927 7%, transparent 100%);
}

.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}


/* border color */

.border-color-zeus-grey {
    border-color: var(--zeus-grey) !important;
}


/* text color */

.text-concrete-gray {
    color: var(--concrete-gray);
}

.text-white,
.btn-link.text-white,
a.text-white-hover:hover {
    color: var(--white) !important;
}


/* word break normal */

.word-break-normal {
    word-break: normal;
}


/* btn */

.btn {
    font-family: var(--primary-font) !important;
    letter-spacing: 0;
}

.btn.btn-switch-text.btn-large>span {
    font-size: 15px;
    padding: 18px 36px;
}

.btn.btn-switch-text.btn-medium>span {
    font-size: 14px;
    padding: 14px 28px;
}

.btn.btn-base-color {
    color: var(--dark-gray);
}

.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}

.btn.btn-link {
    padding: 0;
}

.btn.btn-dark-gray,
.btn.btn-box-shadow.btn-dark-gray:hover {
    color: #d8d8d4;
}

.btn-read-more {
    padding: 5px 20px;
    border-radius: 4px !important;
}

.threeD-letter-menu {
    min-height: inherit;
}


/* hover box */

.hover-box.dark-hover:hover i {
    color: var(--base-color) !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/* bg sliding line */

.bg-sliding-line {
    background-image: linear-gradient(45deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
    background-size: 0.2em 0.2em;
}

.text-sliding-line {
    background-image: linear-gradient(135deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
}


/* team style 08 */

.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}

.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
}


/* team style 04 */

.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--dark-gray);
}


/* Counter style 04 */

.counter-style-04 .vertical-counter-number ul {
    line-height: 1;
}


/* footer */

footer {
    padding-top: 110px;
    padding-bottom: 90px;
}

footer a {
    color: var(--dark-gray);
}

footer a:hover {
    color: var(--dark-gray);
}

footer .footer-logo img {
    max-height: 56px;
}

footer .list-style-05 li:before {
    background-color: var(--dark-gray);
}

footer .list-style-05 li:hover {
    margin-left: 0;
}

footer .list-style-05 li:before {
    margin: 0 20px;
}

footer ul li {
    margin-bottom: 7px;
    -webkit-transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
    transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li a:hover {
    padding-left: 10px;
}

.services__font {
    font-size: 4.825rem !important;
}

@media (max-width: 1599px) {
    .fs-325 {
        font-size: 18.313rem;
        line-height: 18.313rem;
    }
}


/* media query responsive */

@media (max-width: 1499px) {
    .fs-325 {
        font-size: 16rem;
        line-height: 16rem;
    }
}

@media (max-width: 1399px) {
    .bottom-minus-130px {
        bottom: -70px;
    }
    .fs-325 {
        font-size: 15rem;
        line-height: 15rem;
    }
}

@media (max-width: 1199px) {
    .lg-lh-128 {
        line-height: 8rem;
    }
    .lg-bg-black {
        background-color: var(--bg-maire-yellow);
    }
    .fs-325 {
        font-size: 12rem;
        line-height: 12rem;
    }
}

@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav>.nav-item {
        border-bottom: 0;
        text-align: center;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
    }
    .main-content {
        z-index: inherit;
    }
    .lh-300 {
        line-height: 15rem;
    }
    footer {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .fs-325 {
        font-size: 10rem;
        line-height: 10rem;
    }
}

@media (max-width: 767px) {
    .sm-border-start {
        border-left: 1px solid !important;
    }
    .btn.btn-switch-text.btn-large>span {
        padding: 18px 30px;
    }
    footer ul li {
        margin-bottom: 6px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    footer .footer-logo img {
        width: auto;
        max-height: 46px !important;
    }
    .fs-325 {
        font-size: 9rem;
        line-height: 10.5rem;
    }
}

@media (max-width: 575px) {
    .xs-lh-112 {
        line-height: 7rem;
    }
    .fs-325 {
        font-size: 6rem;
        line-height: 8rem;
    }
}


/*   icon */


/*!
    Font Awesome
    Version: 6.5.1
    Plugin URL: https://fontawesome.com
    License: Copyright 2023 Fonticons, Inc. | https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
!*/

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
    -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;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
    font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands";
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-2xs {
    font-size: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em;
}

.fa-xs {
    font-size: 0.75em;
    line-height: 0.08333em;
    vertical-align: 0.125em;
}

.fa-sm {
    font-size: 0.875em;
    line-height: 0.07143em;
    vertical-align: 0.05357em;
}

.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}

.fa-xl {
    font-size: 1.5em;
    line-height: 0.04167em;
    vertical-align: -0.125em;
}

.fa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: calc(var(--fa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit;
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, 0.1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, 0.08em);
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
    --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
    .fa-beat,
    .fa-bounce,
    .fa-fade,
    .fa-beat-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

@-webkit-keyframes fa-beat {
    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

@keyframes fa-beat {
    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    }
    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    }
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    }
    57% {
        -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    }
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}

@-webkit-keyframes fa-beat-fade {
    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}

@keyframes fa-beat-fade {
    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    40%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    40%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: var(--fa-inverse, #fff);
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
    content: "0";
}

.fa-1::before {
    content: "1";
}

.fa-2::before {
    content: "2";
}

.fa-3::before {
    content: "3";
}

.fa-4::before {
    content: "4";
}

.fa-5::before {
    content: "5";
}

.fa-6::before {
    content: "6";
}

.fa-7::before {
    content: "7";
}

.fa-8::before {
    content: "8";
}

.fa-9::before {
    content: "9";
}

.fa-fill-drip::before {
    content: "\f576";
}

.fa-arrows-to-circle::before {
    content: "\e4bd";
}

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

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

.fa-at::before {
    content: "@";
}

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

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

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

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

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

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

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

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

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

.fa-down-left-and-up-right-to-center::before {
    content: "\f422";
}

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

.fa-explosion::before {
    content: "\e4e9";
}

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

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

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

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

.fa-ring::before {
    content: "\f70b";
}

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

.fa-dice-three::before {
    content: "\f527";
}

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

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

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

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

.fa-volleyball::before {
    content: "\f45f";
}

.fa-volleyball-ball::before {
    content: "\f45f";
}

.fa-arrows-up-to-line::before {
    content: "\e4c2";
}

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

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

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

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

.fa-door-open::before {
    content: "\f52b";
}

.fa-right-from-bracket::before {
    content: "\f2f5";
}

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

.fa-atom::before {
    content: "\f5d2";
}

.fa-soap::before {
    content: "\e06e";
}

.fa-icons::before {
    content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
    content: "\f86d";
}

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

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

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

.fa-pump-medical::before {
    content: "\e06a";
}

.fa-fingerprint::before {
    content: "\f577";
}

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

.fa-magnifying-glass-location::before {
    content: "\f689";
}

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

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

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

.fa-face-smile-beam::before {
    content: "\f5b8";
}

.fa-smile-beam::before {
    content: "\f5b8";
}

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

.fa-football::before {
    content: "\f44e";
}

.fa-football-ball::before {
    content: "\f44e";
}

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

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

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

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

.fa-users-rectangle::before {
    content: "\e594";
}

.fa-people-roof::before {
    content: "\e537";
}

.fa-people-line::before {
    content: "\e534";
}

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

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

.fa-diagram-predecessor::before {
    content: "\e477";
}

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

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

.fa-fire-flame-simple::before {
    content: "\f46a";
}

.fa-burn::before {
    content: "\f46a";
}

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

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

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

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

.fa-menorah::before {
    content: "\f676";
}

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

.fa-record-vinyl::before {
    content: "\f8d9";
}

.fa-face-grin-stars::before {
    content: "\f587";
}

.fa-grin-stars::before {
    content: "\f587";
}

.fa-bong::before {
    content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
    content: "\f67b";
}

.fa-pastafarianism::before {
    content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
    content: "\e4af";
}

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

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

.fa-jar-wheat::before {
    content: "\e517";
}

.fa-mail-bulk::before {
    content: "\f674";
}

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

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

.fa-hospital-symbol::before {
    content: "\f47e";
}

.fa-pager::before {
    content: "\f815";
}

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

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

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

.fa-k::before {
    content: "K";
}

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

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

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

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

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

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

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

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

.fa-code-pull-request::before {
    content: "\e13c";
}

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

.fa-truck-ramp-box::before {
    content: "\f4de";
}

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

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

.fa-vial-virus::before {
    content: "\e597";
}

.fa-sheet-plastic::before {
    content: "\e571";
}

.fa-blog::before {
    content: "\f781";
}

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

.fa-person-arrow-up-from-line::before {
    content: "\e539";
}

.fa-scroll-torah::before {
    content: "\f6a0";
}

.fa-torah::before {
    content: "\f6a0";
}

.fa-broom-ball::before {
    content: "\f458";
}

.fa-quidditch::before {
    content: "\f458";
}

.fa-quidditch-broom-ball::before {
    content: "\f458";
}

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

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

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

.fa-person-drowning::before {
    content: "\e545";
}

.fa-arrow-down-9-1::before {
    content: "\f886";
}

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

.fa-sort-numeric-down-alt::before {
    content: "\f886";
}

.fa-face-grin-tongue-squint::before {
    content: "\f58a";
}

.fa-grin-tongue-squint::before {
    content: "\f58a";
}

.fa-spray-can::before {
    content: "\f5bd";
}

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

.fa-w::before {
    content: "W";
}

.fa-earth-africa::before {
    content: "\f57c";
}

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

.fa-rainbow::before {
    content: "\f75b";
}

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

.fa-tablet-screen-button::before {
    content: "\f3fa";
}

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

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

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

.fa-trowel-bricks::before {
    content: "\e58a";
}

.fa-face-flushed::before {
    content: "\f579";
}

.fa-flushed::before {
    content: "\f579";
}

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

.fa-tent-arrow-left-right::before {
    content: "\e57f";
}

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

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

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

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

.fa-box-tissue::before {
    content: "\e05b";
}

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

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

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

.fa-pen-ruler::before {
    content: "\f5ae";
}

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

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

.fa-people-arrows-left-right::before {
    content: "\e068";
}

.fa-mars-and-venus-burst::before {
    content: "\e523";
}

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

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

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

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

.fa-sun-plant-wilt::before {
    content: "\e57a";
}

.fa-toilets-portable::before {
    content: "\e584";
}

.fa-hockey-puck::before {
    content: "\f453";
}

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

.fa-magnifying-glass-arrow-right::before {
    content: "\e521";
}

.fa-tachograph-digital::before {
    content: "\f566";
}

.fa-digital-tachograph::before {
    content: "\f566";
}

.fa-users-slash::before {
    content: "\e073";
}

.fa-clover::before {
    content: "\e139";
}

.fa-reply::before {
    content: "\f3e5";
}

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

.fa-star-and-crescent::before {
    content: "\f699";
}

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

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

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

.fa-helicopter::before {
    content: "\f533";
}

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

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

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

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

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

.fa-swatchbook::before {
    content: "\f5c3";
}

.fa-prescription-bottle::before {
    content: "\f485";
}

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

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

.fa-people-group::before {
    content: "\e533";
}

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

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

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

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

.fa-square-up-right::before {
    content: "\f360";
}

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

.fa-face-kiss-beam::before {
    content: "\f597";
}

.fa-kiss-beam::before {
    content: "\f597";
}

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

.fa-ruler-horizontal::before {
    content: "\f547";
}

.fa-people-robbery::before {
    content: "\e536";
}

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

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

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

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

.fa-school-circle-xmark::before {
    content: "\e56d";
}

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

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

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

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

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

.fa-cloud-showers-heavy::before {
    content: "\f740";
}

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

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

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

.fa-circle-dollar-to-slot::before {
    content: "\f4b9";
}

.fa-donate::before {
    content: "\f4b9";
}

.fa-memory::before {
    content: "\f538";
}

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

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

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

.fa-hanukiah::before {
    content: "\f6e6";
}

.fa-feather::before {
    content: "\f52d";
}

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

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

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

.fa-cloud-sun-rain::before {
    content: "\f743";
}

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

.fa-wheat-awn::before {
    content: "\e2cd";
}

.fa-wheat-alt::before {
    content: "\e2cd";
}

.fa-ankh::before {
    content: "\f644";
}

.fa-hands-holding-child::before {
    content: "\e4fa";
}

.fa-asterisk::before {
    content: "*";
}

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

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

.fa-peseta-sign::before {
    content: "\e221";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-face-dizzy::before {
    content: "\f567";
}

.fa-dizzy::before {
    content: "\f567";
}

.fa-egg::before {
    content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
    content: "\e513";
}

.fa-campground::before {
    content: "\f6bb";
}

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

.fa-futbol::before {
    content: "\f1e3";
}

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

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

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

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

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

.fa-gas-pump::before {
    content: "\f52f";
}

.fa-hot-tub-person::before {
    content: "\f593";
}

.fa-hot-tub::before {
    content: "\f593";
}

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

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

.fa-house-flood-water::before {
    content: "\e50e";
}

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

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

.fa-sack-dollar::before {
    content: "\f81d";
}

.fa-pen-to-square::before {
    content: "\f044";
}

.fa-edit::before {
    content: "\f044";
}

.fa-car-side::before {
    content: "\f5e4";
}

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

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

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

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

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

.fa-microscope::before {
    content: "\f610";
}

.fa-sink::before {
    content: "\e06d";
}

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

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

.fa-arrow-down-z-a::before {
    content: "\f881";
}

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

.fa-sort-alpha-down-alt::before {
    content: "\f881";
}

.fa-mitten::before {
    content: "\f7b5";
}

.fa-person-rays::before {
    content: "\e54d";
}

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

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

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

.fa-hand::before {
    content: "\f256";
}

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

.fa-om::before {
    content: "\f679";
}

.fa-worm::before {
    content: "\e599";
}

.fa-house-circle-xmark::before {
    content: "\e50b";
}

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

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

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

.fa-stopwatch::before {
    content: "\f2f2";
}

.fa-face-kiss::before {
    content: "\f596";
}

.fa-kiss::before {
    content: "\f596";
}

.fa-bridge-circle-xmark::before {
    content: "\e4cb";
}

.fa-face-grin-tongue::before {
    content: "\f589";
}

.fa-grin-tongue::before {
    content: "\f589";
}

.fa-chess-bishop::before {
    content: "\f43a";
}

.fa-face-grin-wink::before {
    content: "\f58c";
}

.fa-grin-wink::before {
    content: "\f58c";
}

.fa-ear-deaf::before {
    content: "\f2a4";
}

.fa-deaf::before {
    content: "\f2a4";
}

.fa-deafness::before {
    content: "\f2a4";
}

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

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

.fa-dice-five::before {
    content: "\f523";
}

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

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

.fa-land-mine-on::before {
    content: "\e51b";
}

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

.fa-stamp::before {
    content: "\f5bf";
}

.fa-stairs::before {
    content: "\e289";
}

.fa-i::before {
    content: "I";
}

.fa-hryvnia-sign::before {
    content: "\f6f2";
}

.fa-hryvnia::before {
    content: "\f6f2";
}

.fa-pills::before {
    content: "\f484";
}

.fa-face-grin-wide::before {
    content: "\f581";
}

.fa-grin-alt::before {
    content: "\f581";
}

.fa-tooth::before {
    content: "\f5c9";
}

.fa-v::before {
    content: "V";
}

.fa-bangladeshi-taka-sign::before {
    content: "\e2e6";
}

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

.fa-staff-snake::before {
    content: "\e579";
}

.fa-rod-asclepius::before {
    content: "\e579";
}

.fa-rod-snake::before {
    content: "\e579";
}

.fa-staff-aesculapius::before {
    content: "\e579";
}

.fa-head-side-cough-slash::before {
    content: "\e062";
}

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

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

.fa-wheat-awn-circle-exclamation::before {
    content: "\e598";
}

.fa-snowman::before {
    content: "\f7d0";
}

.fa-mortar-pestle::before {
    content: "\f5a7";
}

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

.fa-school::before {
    content: "\f549";
}

.fa-igloo::before {
    content: "\f7ae";
}

.fa-joint::before {
    content: "\f595";
}

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

.fa-horse::before {
    content: "\f6f0";
}

.fa-q::before {
    content: "Q";
}

.fa-g::before {
    content: "G";
}

.fa-notes-medical::before {
    content: "\f481";
}

.fa-temperature-half::before {
    content: "\f2c9";
}

.fa-temperature-2::before {
    content: "\f2c9";
}

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

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

.fa-dong-sign::before {
    content: "\e169";
}

.fa-capsules::before {
    content: "\f46b";
}

.fa-poo-storm::before {
    content: "\f75a";
}

.fa-poo-bolt::before {
    content: "\f75a";
}

.fa-face-frown-open::before {
    content: "\f57a";
}

.fa-frown-open::before {
    content: "\f57a";
}

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

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

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

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

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

.fa-helmet-un::before {
    content: "\e503";
}

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

.fa-bacon::before {
    content: "\f7e5";
}

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

.fa-arrow-up-from-bracket::before {
    content: "\e09a";
}

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

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

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

.fa-file-medical-alt::before {
    content: "\f478";
}

.fa-radiation::before {
    content: "\f7b9";
}

.fa-chart-simple::before {
    content: "\e473";
}

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

.fa-vial::before {
    content: "\f492";
}

.fa-gauge::before {
    content: "\f624";
}

.fa-dashboard::before {
    content: "\f624";
}

.fa-gauge-med::before {
    content: "\f624";
}

.fa-tachometer-alt-average::before {
    content: "\f624";
}

.fa-wand-magic-sparkles::before {
    content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
    content: "\e2ca";
}

.fa-e::before {
    content: "E";
}

.fa-pen-clip::before {
    content: "\f305";
}

.fa-pen-alt::before {
    content: "\f305";
}

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

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

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

.fa-dumpster::before {
    content: "\f793";
}

.fa-van-shuttle::before {
    content: "\f5b6";
}

.fa-shuttle-van::before {
    content: "\f5b6";
}

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

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

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

.fa-highlighter::before {
    content: "\f591";
}

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

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

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

.fa-synagogue::before {
    content: "\f69b";
}

.fa-person-half-dress::before {
    content: "\e548";
}

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

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

.fa-c::before {
    content: "C";
}

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

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

.fa-pizza-slice::before {
    content: "\f818";
}

.fa-money-bill-wave::before {
    content: "\f53a";
}

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

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

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

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

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

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

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

.fa-spray-can-sparkles::before {
    content: "\f5d0";
}

.fa-air-freshener::before {
    content: "\f5d0";
}

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

.fa-repeat::before {
    content: "\f363";
}

.fa-cross::before {
    content: "\f654";
}

.fa-box::before {
    content: "\f466";
}

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

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

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

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

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

.fa-charging-station::before {
    content: "\f5e7";
}

.fa-shapes::before {
    content: "\f61f";
}

.fa-triangle-circle-square::before {
    content: "\f61f";
}

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

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

.fa-person-running::before {
    content: "\f70c";
}

.fa-running::before {
    content: "\f70c";
}

.fa-mobile-retro::before {
    content: "\e527";
}

.fa-grip-lines-vertical::before {
    content: "\f7a5";
}

.fa-spider::before {
    content: "\f717";
}

.fa-hands-bound::before {
    content: "\e4f9";
}

.fa-file-invoice-dollar::before {
    content: "\f571";
}

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

.fa-x-ray::before {
    content: "\f497";
}

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

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

.fa-computer-mouse::before {
    content: "\f8cc";
}

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

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

.fa-shop-slash::before {
    content: "\e070";
}

.fa-store-alt-slash::before {
    content: "\e070";
}

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

.fa-virus-covid-slash::before {
    content: "\e4a9";
}

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

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

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

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

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

.fa-person-breastfeeding::before {
    content: "\e53a";
}

.fa-right-to-bracket::before {
    content: "\f2f6";
}

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

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

.fa-passport::before {
    content: "\f5ab";
}

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

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

.fa-people-carry-box::before {
    content: "\f4ce";
}

.fa-people-carry::before {
    content: "\f4ce";
}

.fa-temperature-high::before {
    content: "\f769";
}

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

.fa-crown::before {
    content: "\f521";
}

.fa-weight-hanging::before {
    content: "\f5cd";
}

.fa-xmarks-lines::before {
    content: "\e59a";
}

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

.fa-weight-scale::before {
    content: "\f496";
}

.fa-weight::before {
    content: "\f496";
}

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

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

.fa-arrow-up-a-z::before {
    content: "\f15e";
}

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

.fa-chess-knight::before {
    content: "\f441";
}

.fa-face-laugh-squint::before {
    content: "\f59b";
}

.fa-laugh-squint::before {
    content: "\f59b";
}

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

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

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

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

.fa-person-walking::before {
    content: "\f554";
}

.fa-walking::before {
    content: "\f554";
}

.fa-l::before {
    content: "L";
}

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

.fa-bed-pulse::before {
    content: "\f487";
}

.fa-procedures::before {
    content: "\f487";
}

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

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

.fa-face-laugh::before {
    content: "\f599";
}

.fa-laugh::before {
    content: "\f599";
}

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

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

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

.fa-city::before {
    content: "\f64f";
}

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

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

.fa-pepper-hot::before {
    content: "\f816";
}

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

.fa-colon-sign::before {
    content: "\e140";
}

.fa-headset::before {
    content: "\f590";
}

.fa-store-slash::before {
    content: "\e071";
}

.fa-road-circle-xmark::before {
    content: "\e566";
}

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

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

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

.fa-champagne-glasses::before {
    content: "\f79f";
}

.fa-glass-cheers::before {
    content: "\f79f";
}

.fa-clipboard::before {
    content: "\f328";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-signature::before {
    content: "\f5b7";
}

.fa-stroopwafel::before {
    content: "\f551";
}

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

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

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

.fa-manat-sign::before {
    content: "\e1d5";
}

.fa-not-equal::before {
    content: "\f53e";
}

.fa-border-top-left::before {
    content: "\f853";
}

.fa-border-style::before {
    content: "\f853";
}

.fa-map-location-dot::before {
    content: "\f5a0";
}

.fa-map-marked-alt::before {
    content: "\f5a0";
}

.fa-jedi::before {
    content: "\f669";
}

.fa-square-poll-vertical::before {
    content: "\f681";
}

.fa-poll::before {
    content: "\f681";
}

.fa-mug-hot::before {
    content: "\f7b6";
}

.fa-car-battery::before {
    content: "\f5df";
}

.fa-battery-car::before {
    content: "\f5df";
}

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

.fa-dice-two::before {
    content: "\f528";
}

.fa-chess-queen::before {
    content: "\f445";
}

.fa-glasses::before {
    content: "\f530";
}

.fa-chess-board::before {
    content: "\f43c";
}

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

.fa-person-chalkboard::before {
    content: "\e53d";
}

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

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

.fa-hand-back-fist::before {
    content: "\f255";
}

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

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

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

.fa-cloud-showers-water::before {
    content: "\e4e4";
}

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

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

.fa-hands-bubbles::before {
    content: "\e05e";
}

.fa-hands-wash::before {
    content: "\e05e";
}

.fa-less-than-equal::before {
    content: "\f537";
}

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

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

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

.fa-crow::before {
    content: "\f520";
}

.fa-sailboat::before {
    content: "\e445";
}

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

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

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

.fa-torii-gate::before {
    content: "\f6a1";
}

.fa-frog::before {
    content: "\f52e";
}

.fa-bucket::before {
    content: "\e4cf";
}

.fa-image::before {
    content: "\f03e";
}

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

.fa-cow::before {
    content: "\f6c8";
}

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

.fa-screwdriver::before {
    content: "\f54a";
}

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

.fa-house-tsunami::before {
    content: "\e515";
}

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

.fa-arrow-up-from-ground-water::before {
    content: "\e4b5";
}

.fa-martini-glass::before {
    content: "\f57b";
}

.fa-glass-martini-alt::before {
    content: "\f57b";
}

.fa-rotate-left::before {
    content: "\f2ea";
}

.fa-rotate-back::before {
    content: "\f2ea";
}

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

.fa-undo-alt::before {
    content: "\f2ea";
}

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

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

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

.fa-head-side-mask::before {
    content: "\e063";
}

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

.fa-gem::before {
    content: "\f3a5";
}

.fa-dolly::before {
    content: "\f472";
}

.fa-dolly-box::before {
    content: "\f472";
}

.fa-smoking::before {
    content: "\f48d";
}

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

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

.fa-monument::before {
    content: "\f5a6";
}

.fa-snowplow::before {
    content: "\f7d2";
}

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

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

.fa-cannabis::before {
    content: "\f55f";
}

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

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

.fa-tablets::before {
    content: "\f490";
}

.fa-ethernet::before {
    content: "\f796";
}

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

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

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

.fa-chair::before {
    content: "\f6c0";
}

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

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

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

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

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

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

.fa-plate-wheat::before {
    content: "\e55a";
}

.fa-icicles::before {
    content: "\f7ad";
}

.fa-person-shelter::before {
    content: "\e54f";
}

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

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

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

.fa-face-laugh-beam::before {
    content: "\f59a";
}

.fa-laugh-beam::before {
    content: "\f59a";
}

.fa-helicopter-symbol::before {
    content: "\e502";
}

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

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

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

.fa-lari-sign::before {
    content: "\e1c8";
}

.fa-volcano::before {
    content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
    content: "\e553";
}

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

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

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

.fa-viruses::before {
    content: "\e076";
}

.fa-square-person-confined::before {
    content: "\e577";
}

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

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

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

.fa-tent-arrow-down-to-line::before {
    content: "\e57e";
}

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

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

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

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

.fa-person-skating::before {
    content: "\f7c5";
}

.fa-skating::before {
    content: "\f7c5";
}

.fa-filter-circle-dollar::before {
    content: "\f662";
}

.fa-funnel-dollar::before {
    content: "\f662";
}

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

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

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

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

.fa-square-arrow-up-right::before {
    content: "\f14c";
}

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

.fa-box-open::before {
    content: "\f49e";
}

.fa-scroll::before {
    content: "\f70e";
}

.fa-spa::before {
    content: "\f5bb";
}

.fa-location-pin-lock::before {
    content: "\e51f";
}

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

.fa-hill-avalanche::before {
    content: "\e507";
}

.fa-temperature-empty::before {
    content: "\f2cb";
}

.fa-temperature-0::before {
    content: "\f2cb";
}

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

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

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

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

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

.fa-contact-card::before {
    content: "\f2bb";
}

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

.fa-scale-unbalanced-flip::before {
    content: "\f516";
}

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

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

.fa-diamond-turn-right::before {
    content: "\f5eb";
}

.fa-directions::before {
    content: "\f5eb";
}

.fa-burst::before {
    content: "\e4dc";
}

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

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

.fa-face-tired::before {
    content: "\f5c8";
}

.fa-tired::before {
    content: "\f5c8";
}

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

.fa-smog::before {
    content: "\f75f";
}

.fa-crutch::before {
    content: "\f7f7";
}

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

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

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

.fa-palette::before {
    content: "\f53f";
}

.fa-arrows-turn-right::before {
    content: "\e4c0";
}

.fa-vest::before {
    content: "\e085";
}

.fa-ferry::before {
    content: "\e4ea";
}

.fa-arrows-down-to-people::before {
    content: "\e4b9";
}

.fa-seedling::before {
    content: "\f4d8";
}

.fa-sprout::before {
    content: "\f4d8";
}

.fa-left-right::before {
    content: "\f337";
}

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

.fa-boxes-packing::before {
    content: "\e4c7";
}

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

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

.fa-group-arrows-rotate::before {
    content: "\e4f6";
}

.fa-bowl-food::before {
    content: "\e4c6";
}

.fa-candy-cane::before {
    content: "\f786";
}

.fa-arrow-down-wide-short::before {
    content: "\f160";
}

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

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

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

.fa-thunderstorm::before {
    content: "\f76c";
}

.fa-text-slash::before {
    content: "\f87d";
}

.fa-remove-format::before {
    content: "\f87d";
}

.fa-face-smile-wink::before {
    content: "\f4da";
}

.fa-smile-wink::before {
    content: "\f4da";
}

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

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

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

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

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

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

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

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

.fa-children::before {
    content: "\e4e1";
}

.fa-chalkboard::before {
    content: "\f51b";
}

.fa-blackboard::before {
    content: "\f51b";
}

.fa-user-large-slash::before {
    content: "\f4fa";
}

.fa-user-alt-slash::before {
    content: "\f4fa";
}

.fa-handshake-simple-slash::before {
    content: "\e05f";
}

.fa-handshake-alt-slash::before {
    content: "\e05f";
}

.fa-mattress-pillow::before {
    content: "\e525";
}

.fa-guarani-sign::before {
    content: "\e19a";
}

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

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

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

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

.fa-cruzeiro-sign::before {
    content: "\e152";
}

.fa-greater-than-equal::before {
    content: "\f532";
}

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

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

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

.fa-atlas::before {
    content: "\f558";
}

.fa-virus::before {
    content: "\e074";
}

.fa-layer-group::before {
    content: "\f5fd";
}

.fa-arrows-to-dot::before {
    content: "\e4be";
}

.fa-archway::before {
    content: "\f557";
}

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

.fa-house-chimney-crack::before {
    content: "\f6f1";
}

.fa-house-damage::before {
    content: "\f6f1";
}

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

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

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

.fa-martini-glass-empty::before {
    content: "\f000";
}

.fa-glass-martini::before {
    content: "\f000";
}

.fa-couch::before {
    content: "\f4b8";
}

.fa-cedi-sign::before {
    content: "\e0df";
}

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

.fa-church::before {
    content: "\f51d";
}

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

.fa-democrat::before {
    content: "\f747";
}

.fa-z::before {
    content: "Z";
}

.fa-person-skiing::before {
    content: "\f7c9";
}

.fa-skiing::before {
    content: "\f7c9";
}

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

.fa-a::before {
    content: "A";
}

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

.fa-temperature-down::before {
    content: "\e03f";
}

.fa-feather-pointed::before {
    content: "\f56b";
}

.fa-feather-alt::before {
    content: "\f56b";
}

.fa-p::before {
    content: "P";
}

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

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

.fa-rectangle-ad::before {
    content: "\f641";
}

.fa-ad::before {
    content: "\f641";
}

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

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

.fa-filter-circle-xmark::before {
    content: "\e17b";
}

.fa-locust::before {
    content: "\e520";
}

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

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

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

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

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

.fa-person-dress-burst::before {
    content: "\e544";
}

.fa-money-check-dollar::before {
    content: "\f53d";
}

.fa-money-check-alt::before {
    content: "\f53d";
}

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

.fa-bread-slice::before {
    content: "\f7ec";
}

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

.fa-face-kiss-wink-heart::before {
    content: "\f598";
}

.fa-kiss-wink-heart::before {
    content: "\f598";
}

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

.fa-question::before {
    content: "?";
}

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

.fa-up-down-left-right::before {
    content: "\f0b2";
}

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

.fa-house-chimney-user::before {
    content: "\e065";
}

.fa-hand-holding-heart::before {
    content: "\f4be";
}

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

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

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

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

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

.fa-whiskey-glass::before {
    content: "\f7a0";
}

.fa-glass-whiskey::before {
    content: "\f7a0";
}

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

.fa-magnifying-glass-chart::before {
    content: "\e522";
}

.fa-arrow-up-right-from-square::before {
    content: "\f08e";
}

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

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

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

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

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

.fa-virus-covid::before {
    content: "\e4a8";
}

.fa-austral-sign::before {
    content: "\e0a9";
}

.fa-f::before {
    content: "F";
}

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

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

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

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

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

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

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

.fa-bolt-lightning::before {
    content: "\e0b7";
}

.fa-sack-xmark::before {
    content: "\e56a";
}

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

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

.fa-fish-fins::before {
    content: "\e4f2";
}

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

.fa-face-grin-beam::before {
    content: "\f582";
}

.fa-grin-beam::before {
    content: "\f582";
}

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

.fa-poop::before {
    content: "\f619";
}

.fa-location-pin::before {
    content: "\f041";
}

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

.fa-kaaba::before {
    content: "\f66b";
}

.fa-toilet-paper::before {
    content: "\f71e";
}

.fa-helmet-safety::before {
    content: "\f807";
}

.fa-hard-hat::before {
    content: "\f807";
}

.fa-hat-hard::before {
    content: "\f807";
}

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

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

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

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

.fa-face-rolling-eyes::before {
    content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
    content: "\f5a5";
}

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

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

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

.fa-mask-ventilator::before {
    content: "\e524";
}

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

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

.fa-cash-register::before {
    content: "\f788";
}

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

.fa-h::before {
    content: "H";
}

.fa-tarp::before {
    content: "\e57b";
}

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

.fa-tools::before {
    content: "\f7d9";
}

.fa-arrows-to-eye::before {
    content: "\e4bf";
}

.fa-plug-circle-bolt::before {
    content: "\e55b";
}

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

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

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

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

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

.fa-house-crack::before {
    content: "\e3b1";
}

.fa-martini-glass-citrus::before {
    content: "\f561";
}

.fa-cocktail::before {
    content: "\f561";
}

.fa-face-surprise::before {
    content: "\f5c2";
}

.fa-surprise::before {
    content: "\f5c2";
}

.fa-bottle-water::before {
    content: "\e4c5";
}

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

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

.fa-toilet-paper-slash::before {
    content: "\e072";
}

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

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

.fa-kitchen-set::before {
    content: "\e51a";
}

.fa-r::before {
    content: "R";
}

.fa-temperature-quarter::before {
    content: "\f2ca";
}

.fa-temperature-1::before {
    content: "\f2ca";
}

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

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

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

.fa-bitcoin-sign::before {
    content: "\e0b4";
}

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

.fa-solar-panel::before {
    content: "\f5ba";
}

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

.fa-elevator::before {
    content: "\e16d";
}

.fa-money-bill-transfer::before {
    content: "\e528";
}

.fa-money-bill-trend-up::before {
    content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
    content: "\e50f";
}

.fa-square-poll-horizontal::before {
    content: "\f682";
}

.fa-poll-h::before {
    content: "\f682";
}

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

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

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

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

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

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

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

.fa-basketball::before {
    content: "\f434";
}

.fa-basketball-ball::before {
    content: "\f434";
}

.fa-satellite-dish::before {
    content: "\f7c0";
}

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

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

.fa-mobile-screen-button::before {
    content: "\f3cd";
}

.fa-mobile-alt::before {
    content: "\f3cd";
}

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

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

.fa-users-rays::before {
    content: "\e593";
}

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

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

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

.fa-burger::before {
    content: "\f805";
}

.fa-hamburger::before {
    content: "\f805";
}

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

.fa-bugs::before {
    content: "\e4d0";
}

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

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

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

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

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

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

.fa-handshake-slash::before {
    content: "\e060";
}

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

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

.fa-hat-cowboy::before {
    content: "\f8c0";
}

.fa-bridge::before {
    content: "\e4c8";
}

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

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

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

.fa-cat::before {
    content: "\f6be";
}

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

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

.fa-route::before {
    content: "\f4d7";
}

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

.fa-panorama::before {
    content: "\e209";
}

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

.fa-teeth-open::before {
    content: "\f62f";
}

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

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

.fa-wine-glass::before {
    content: "\f4e3";
}

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

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

.fa-face-meh-blank::before {
    content: "\f5a4";
}

.fa-meh-blank::before {
    content: "\f5a4";
}

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

.fa-parking::before {
    content: "\f540";
}

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

.fa-bars-progress::before {
    content: "\f828";
}

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

.fa-faucet-drip::before {
    content: "\e006";
}

.fa-cart-flatbed::before {
    content: "\f474";
}

.fa-dolly-flatbed::before {
    content: "\f474";
}

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

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

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

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

.fa-house-medical-flag::before {
    content: "\e514";
}

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

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

.fa-tape::before {
    content: "\f4db";
}

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

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

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

.fa-face-sad-cry::before {
    content: "\f5b3";
}

.fa-sad-cry::before {
    content: "\f5b3";
}

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

.fa-person-military-to-person::before {
    content: "\e54c";
}

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

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

.fa-pen::before {
    content: "\f304";
}

.fa-tower-observation::before {
    content: "\e586";
}

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

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

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

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

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

.fa-heart-circle-xmark::before {
    content: "\e501";
}

.fa-house-chimney::before {
    content: "\e3af";
}

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

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

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

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

.fa-prescription::before {
    content: "\f5b1";
}

.fa-shop::before {
    content: "\f54f";
}

.fa-store-alt::before {
    content: "\f54f";
}

.fa-floppy-disk::before {
    content: "\f0c7";
}

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

.fa-vihara::before {
    content: "\f6a7";
}

.fa-scale-unbalanced::before {
    content: "\f515";
}

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

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

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

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

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

.fa-plant-wilt::before {
    content: "\e5aa";
}

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

.fa-face-grin-squint::before {
    content: "\f585";
}

.fa-grin-squint::before {
    content: "\f585";
}

.fa-hand-holding-dollar::before {
    content: "\f4c0";
}

.fa-hand-holding-usd::before {
    content: "\f4c0";
}

.fa-bacterium::before {
    content: "\e05a";
}

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

.fa-drum-steelpan::before {
    content: "\f56a";
}

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

.fa-hands-praying::before {
    content: "\f684";
}

.fa-praying-hands::before {
    content: "\f684";
}

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

.fa-arrow-rotate-forward::before {
    content: "\f01e";
}

.fa-redo::before {
    content: "\f01e";
}

.fa-biohazard::before {
    content: "\f780";
}

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

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

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

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

.fa-users-between-lines::before {
    content: "\e591";
}

.fa-lungs-virus::before {
    content: "\e067";
}

.fa-face-grin-tears::before {
    content: "\f588";
}

.fa-grin-tears::before {
    content: "\f588";
}

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

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

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

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

.fa-head-side-virus::before {
    content: "\e064";
}

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

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

.fa-arrow-up-1-9::before {
    content: "\f163";
}

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

.fa-door-closed::before {
    content: "\f52a";
}

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

.fa-dice-six::before {
    content: "\f526";
}

.fa-mosquito-net::before {
    content: "\e52c";
}

.fa-bridge-water::before {
    content: "\e4ce";
}

.fa-person-booth::before {
    content: "\f756";
}

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

.fa-hat-wizard::before {
    content: "\f6e8";
}

.fa-pen-fancy::before {
    content: "\f5ac";
}

.fa-person-digging::before {
    content: "\f85e";
}

.fa-digging::before {
    content: "\f85e";
}

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

.fa-gauge-simple::before {
    content: "\f629";
}

.fa-gauge-simple-med::before {
    content: "\f629";
}

.fa-tachometer-average::before {
    content: "\f629";
}

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

.fa-poo::before {
    content: "\f2fe";
}

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

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

.fa-shirt::before {
    content: "\f553";
}

.fa-t-shirt::before {
    content: "\f553";
}

.fa-tshirt::before {
    content: "\f553";
}

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

.fa-divide::before {
    content: "\f529";
}

.fa-tenge-sign::before {
    content: "\f7d7";
}

.fa-tenge::before {
    content: "\f7d7";
}

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

.fa-hands-holding::before {
    content: "\f4c2";
}

.fa-hands-clapping::before {
    content: "\e1a8";
}

.fa-republican::before {
    content: "\f75e";
}

.fa-person-circle-xmark::before {
    content: "\e543";
}

.fa-ruler::before {
    content: "\f545";
}

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

.fa-dice-d6::before {
    content: "\f6d1";
}

.fa-restroom::before {
    content: "\f7bd";
}

.fa-j::before {
    content: "J";
}

.fa-users-viewfinder::before {
    content: "\e595";
}

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

.fa-up-right-from-square::before {
    content: "\f35d";
}

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

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

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

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

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

.fa-bible::before {
    content: "\f647";
}

.fa-o::before {
    content: "O";
}

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

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

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

.fa-otter::before {
    content: "\f700";
}

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

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

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

.fa-business-time::before {
    content: "\f64a";
}

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

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

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

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

.fa-tanakh::before {
    content: "\f827";
}

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

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

.fa-hat-cowboy-side::before {
    content: "\f8c1";
}

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

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

.fa-lira-sign::before {
    content: "\f195";
}

.fa-satellite::before {
    content: "\f7bf";
}

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

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

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

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

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

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

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

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

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

.fa-ribbon::before {
    content: "\f4d6";
}

.fa-lungs::before {
    content: "\f604";
}

.fa-arrow-up-9-1::before {
    content: "\f887";
}

.fa-sort-numeric-up-alt::before {
    content: "\f887";
}

.fa-litecoin-sign::before {
    content: "\e1d3";
}

.fa-border-none::before {
    content: "\f850";
}

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

.fa-parachute-box::before {
    content: "\f4cd";
}

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

.fa-truck-field-un::before {
    content: "\e58e";
}

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

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

.fa-mountain::before {
    content: "\f6fc";
}

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

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

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

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

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

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

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

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

.fa-meteor::before {
    content: "\f753";
}

.fa-car-on::before {
    content: "\e4dd";
}

.fa-sleigh::before {
    content: "\f7cc";
}

.fa-arrow-down-1-9::before {
    content: "\f162";
}

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

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

.fa-hand-holding-droplet::before {
    content: "\f4c1";
}

.fa-hand-holding-water::before {
    content: "\f4c1";
}

.fa-water::before {
    content: "\f773";
}

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

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

.fa-prescription-bottle-medical::before {
    content: "\f486";
}

.fa-prescription-bottle-alt::before {
    content: "\f486";
}

.fa-landmark::before {
    content: "\f66f";
}

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

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

.fa-person-cane::before {
    content: "\e53c";
}

.fa-tent::before {
    content: "\e57d";
}

.fa-vest-patches::before {
    content: "\e086";
}

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

.fa-arrow-down-a-z::before {
    content: "\f15d";
}

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

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

.fa-money-bill-wheat::before {
    content: "\e52a";
}

.fa-cookie::before {
    content: "\f563";
}

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

.fa-arrow-rotate-back::before {
    content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
    content: "\f0e2";
}

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

.fa-hard-drive::before {
    content: "\f0a0";
}

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

.fa-face-grin-squint-tears::before {
    content: "\f586";
}

.fa-grin-squint-tears::before {
    content: "\f586";
}

.fa-dumbbell::before {
    content: "\f44b";
}

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

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

.fa-tarp-droplet::before {
    content: "\e57c";
}

.fa-house-medical-circle-check::before {
    content: "\e511";
}

.fa-person-skiing-nordic::before {
    content: "\f7ca";
}

.fa-skiing-nordic::before {
    content: "\f7ca";
}

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

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

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

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

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

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

.fa-chart-gantt::before {
    content: "\e0e4";
}

.fa-indian-rupee-sign::before {
    content: "\e1bc";
}

.fa-indian-rupee::before {
    content: "\e1bc";
}

.fa-inr::before {
    content: "\e1bc";
}

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

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

.fa-money-bill-1::before {
    content: "\f3d1";
}

.fa-money-bill-alt::before {
    content: "\f3d1";
}

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

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

.fa-dna::before {
    content: "\f471";
}

.fa-virus-slash::before {
    content: "\e075";
}

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

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

.fa-chess::before {
    content: "\f439";
}

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

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

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

.fa-franc-sign::before {
    content: "\e18f";
}

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

.fa-hands-asl-interpreting::before {
    content: "\f2a3";
}

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

.fa-asl-interpreting::before {
    content: "\f2a3";
}

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

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

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

.fa-droplet-slash::before {
    content: "\f5c7";
}

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

.fa-mosque::before {
    content: "\f678";
}

.fa-mosquito::before {
    content: "\e52b";
}

.fa-star-of-david::before {
    content: "\f69a";
}

.fa-person-military-rifle::before {
    content: "\e54b";
}

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

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

.fa-vials::before {
    content: "\f493";
}

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

.fa-place-of-worship::before {
    content: "\f67f";
}

.fa-grip-vertical::before {
    content: "\f58e";
}

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

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

.fa-u::before {
    content: "U";
}

.fa-square-root-variable::before {
    content: "\f698";
}

.fa-square-root-alt::before {
    content: "\f698";
}

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

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

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

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

.fa-pallet::before {
    content: "\f482";
}

.fa-faucet::before {
    content: "\e005";
}

.fa-baseball-bat-ball::before {
    content: "\f432";
}

.fa-s::before {
    content: "S";
}

.fa-timeline::before {
    content: "\e29c";
}

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

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

.fa-house-chimney-medical::before {
    content: "\f7f2";
}

.fa-clinic-medical::before {
    content: "\f7f2";
}

.fa-temperature-three-quarters::before {
    content: "\f2c8";
}

.fa-temperature-3::before {
    content: "\f2c8";
}

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

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

.fa-mobile-screen::before {
    content: "\f3cf";
}

.fa-mobile-android-alt::before {
    content: "\f3cf";
}

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

.fa-piggy-bank::before {
    content: "\f4d3";
}

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

.fa-battery-3::before {
    content: "\f242";
}

.fa-mountain-city::before {
    content: "\e52e";
}

.fa-coins::before {
    content: "\f51e";
}

.fa-khanda::before {
    content: "\f66d";
}

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

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

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

.fa-network-wired::before {
    content: "\f6ff";
}

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

.fa-hamsa::before {
    content: "\f665";
}

.fa-cent-sign::before {
    content: "\e3f5";
}

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

.fa-person-pregnant::before {
    content: "\e31e";
}

.fa-wand-sparkles::before {
    content: "\f72b";
}

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

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

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

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

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

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

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

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

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

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

.fa-diagram-next::before {
    content: "\e476";
}

.fa-person-rifle::before {
    content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
    content: "\e512";
}

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

.fa-person-hiking::before {
    content: "\f6ec";
}

.fa-hiking::before {
    content: "\f6ec";
}

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

.fa-images::before {
    content: "\f302";
}

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

.fa-people-pulling::before {
    content: "\e535";
}

.fa-n::before {
    content: "N";
}

.fa-cable-car::before {
    content: "\f7da";
}

.fa-tram::before {
    content: "\f7da";
}

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

.fa-building-circle-xmark::before {
    content: "\e4d4";
}

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

.fa-arrows-down-to-line::before {
    content: "\e4b8";
}

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

.fa-face-grin::before {
    content: "\f580";
}

.fa-grin::before {
    content: "\f580";
}

.fa-delete-left::before {
    content: "\f55a";
}

.fa-backspace::before {
    content: "\f55a";
}

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

.fa-eye-dropper-empty::before {
    content: "\f1fb";
}

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

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

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

.fa-mobile::before {
    content: "\f3ce";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-b::before {
    content: "B";
}

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

.fa-dice-one::before {
    content: "\f525";
}

.fa-kiwi-bird::before {
    content: "\f535";
}

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

.fa-rotate-right::before {
    content: "\f2f9";
}

.fa-redo-alt::before {
    content: "\f2f9";
}

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

.fa-utensils::before {
    content: "\f2e7";
}

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

.fa-arrow-up-wide-short::before {
    content: "\f161";
}

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

.fa-mill-sign::before {
    content: "\e1ed";
}

.fa-bowl-rice::before {
    content: "\e2eb";
}

.fa-skull::before {
    content: "\f54c";
}

.fa-tower-broadcast::before {
    content: "\f519";
}

.fa-broadcast-tower::before {
    content: "\f519";
}

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

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

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

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

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

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

.fa-hurricane::before {
    content: "\f751";
}

.fa-mound::before {
    content: "\e52d";
}

.fa-toilet-portable::before {
    content: "\e583";
}

.fa-compact-disc::before {
    content: "\f51f";
}

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

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

.fa-caravan::before {
    content: "\f8ff";
}

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

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

.fa-zap::before {
    content: "\f0e7";
}

.fa-glass-water::before {
    content: "\e4f4";
}

.fa-oil-well::before {
    content: "\e532";
}

.fa-vault::before {
    content: "\e2c5";
}

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

.fa-toilet::before {
    content: "\f7d8";
}

.fa-plane-circle-xmark::before {
    content: "\e557";
}

.fa-yen-sign::before {
    content: "\f157";
}

.fa-cny::before {
    content: "\f157";
}

.fa-jpy::before {
    content: "\f157";
}

.fa-rmb::before {
    content: "\f157";
}

.fa-yen::before {
    content: "\f157";
}

.fa-ruble-sign::before {
    content: "\f158";
}

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

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

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

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

.fa-guitar::before {
    content: "\f7a6";
}

.fa-face-laugh-wink::before {
    content: "\f59c";
}

.fa-laugh-wink::before {
    content: "\f59c";
}

.fa-horse-head::before {
    content: "\f7ab";
}

.fa-bore-hole::before {
    content: "\e4c3";
}

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

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

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

.fa-arrows-turn-to-dots::before {
    content: "\e4c1";
}

.fa-florin-sign::before {
    content: "\e184";
}

.fa-arrow-down-short-wide::before {
    content: "\f884";
}

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

.fa-sort-amount-down-alt::before {
    content: "\f884";
}

.fa-less-than::before {
    content: "<";
}

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

.fa-car-tunnel::before {
    content: "\e4de";
}

.fa-head-side-cough::before {
    content: "\e061";
}

.fa-grip-lines::before {
    content: "\f7a4";
}

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

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

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

.fa-anchor-circle-xmark::before {
    content: "\e4ac";
}

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

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

.fa-chess-pawn::before {
    content: "\f443";
}

.fa-kit-medical::before {
    content: "\f479";
}

.fa-first-aid::before {
    content: "\f479";
}

.fa-person-through-window::before {
    content: "\e5a9";
}

.fa-toolbox::before {
    content: "\f552";
}

.fa-hands-holding-circle::before {
    content: "\e4fb";
}

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

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

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

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

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

.fa-hand-holding-hand::before {
    content: "\e4f7";
}

.fa-book-open-reader::before {
    content: "\f5da";
}

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

.fa-mountain-sun::before {
    content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
    content: "\e4ba";
}

.fa-dice-d20::before {
    content: "\f6cf";
}

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

.fa-file-circle-xmark::before {
    content: "\e5a1";
}

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

.fa-temperature-up::before {
    content: "\e040";
}

.fa-medal::before {
    content: "\f5a2";
}

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

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

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

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

.fa-temperature-full::before {
    content: "\f2c7";
}

.fa-temperature-4::before {
    content: "\f2c7";
}

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

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

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

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

.fa-plug-circle-xmark::before {
    content: "\e560";
}

.fa-star-of-life::before {
    content: "\f621";
}

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

.fa-paint-roller::before {
    content: "\f5aa";
}

.fa-handshake-angle::before {
    content: "\f4c4";
}

.fa-hands-helping::before {
    content: "\f4c4";
}

.fa-location-dot::before {
    content: "\f3c5";
}

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

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

.fa-greater-than::before {
    content: ">";
}

.fa-person-swimming::before {
    content: "\f5c4";
}

.fa-swimmer::before {
    content: "\f5c4";
}

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

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

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

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

.fa-earth-americas::before {
    content: "\f57d";
}

.fa-earth::before {
    content: "\f57d";
}

.fa-earth-america::before {
    content: "\f57d";
}

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

.fa-person-burst::before {
    content: "\e53b";
}

.fa-dove::before {
    content: "\f4ba";
}

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

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

.fa-socks::before {
    content: "\f696";
}

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

.fa-section::before {
    content: "\e447";
}

.fa-gauge-high::before {
    content: "\f625";
}

.fa-tachometer-alt::before {
    content: "\f625";
}

.fa-tachometer-alt-fast::before {
    content: "\f625";
}

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

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

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

.fa-wine-bottle::before {
    content: "\f72f";
}

.fa-chess-rook::before {
    content: "\f447";
}

.fa-bars-staggered::before {
    content: "\f550";
}

.fa-reorder::before {
    content: "\f550";
}

.fa-stream::before {
    content: "\f550";
}

.fa-dharmachakra::before {
    content: "\f655";
}

.fa-hotdog::before {
    content: "\f80f";
}

.fa-person-walking-with-cane::before {
    content: "\f29d";
}

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

.fa-drum::before {
    content: "\f569";
}

.fa-ice-cream::before {
    content: "\f810";
}

.fa-heart-circle-bolt::before {
    content: "\e4fc";
}

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

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

.fa-check-to-slot::before {
    content: "\f772";
}

.fa-vote-yea::before {
    content: "\f772";
}

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

.fa-boxes-stacked::before {
    content: "\f468";
}

.fa-boxes::before {
    content: "\f468";
}

.fa-boxes-alt::before {
    content: "\f468";
}

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

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

.fa-ear-listen::before {
    content: "\f2a2";
}

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

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

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

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

.fa-rupiah-sign::before {
    content: "\e23d";
}

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

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

.fa-table-tennis-paddle-ball::before {
    content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
    content: "\f45d";
}

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

.fa-person-dots-from-line::before {
    content: "\f470";
}

.fa-diagnoses::before {
    content: "\f470";
}

.fa-trash-can-arrow-up::before {
    content: "\f82a";
}

.fa-trash-restore-alt::before {
    content: "\f82a";
}

.fa-naira-sign::before {
    content: "\e1f6";
}

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

.fa-walkie-talkie::before {
    content: "\f8ef";
}

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

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

.fa-receipt::before {
    content: "\f543";
}

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

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

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

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

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

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

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

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

.fa-battery-5::before {
    content: "\f240";
}

.fa-skull-crossbones::before {
    content: "\f714";
}

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

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

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

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

.fa-tower-cell::before {
    content: "\e585";
}

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

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

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

.fa-chess-king::before {
    content: "\f43f";
}

.fa-person-harassing::before {
    content: "\e549";
}

.fa-brazilian-real-sign::before {
    content: "\e46c";
}

.fa-landmark-dome::before {
    content: "\f752";
}

.fa-landmark-alt::before {
    content: "\f752";
}

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

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

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

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

.fa-shrimp::before {
    content: "\e448";
}

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

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

.fa-jug-detergent::before {
    content: "\e519";
}

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

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

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

.fa-wind::before {
    content: "\f72e";
}

.fa-car-burst::before {
    content: "\f5e1";
}

.fa-car-crash::before {
    content: "\f5e1";
}

.fa-y::before {
    content: "Y";
}

.fa-person-snowboarding::before {
    content: "\f7ce";
}

.fa-snowboarding::before {
    content: "\f7ce";
}

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

.fa-shipping-fast::before {
    content: "\f48b";
}

.fa-fish::before {
    content: "\f578";
}

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

.fa-circle-half-stroke::before {
    content: "\f042";
}

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

.fa-clapperboard::before {
    content: "\e131";
}

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

.fa-radiation-alt::before {
    content: "\f7ba";
}

.fa-baseball::before {
    content: "\f433";
}

.fa-baseball-ball::before {
    content: "\f433";
}

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

.fa-diagram-project::before {
    content: "\f542";
}

.fa-project-diagram::before {
    content: "\f542";
}

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

.fa-volume-xmark::before {
    content: "\f6a9";
}

.fa-volume-mute::before {
    content: "\f6a9";
}

.fa-volume-times::before {
    content: "\f6a9";
}

.fa-hand-sparkles::before {
    content: "\e05d";
}

.fa-grip::before {
    content: "\f58d";
}

.fa-grip-horizontal::before {
    content: "\f58d";
}

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

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

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

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

.fa-gun::before {
    content: "\e19b";
}

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

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

.fa-plus::before {
    content: "+";
}

.fa-add::before {
    content: "+";
}

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

.fa-computer::before {
    content: "\e4e5";
}

.fa-xmark::before {
    content: "\f00d";
}

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

.fa-multiply::before {
    content: "\f00d";
}

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

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

.fa-arrows-up-down-left-right::before {
    content: "\f047";
}

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

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

.fa-chalkboard-teacher::before {
    content: "\f51c";
}

.fa-peso-sign::before {
    content: "\e222";
}

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

.fa-baby::before {
    content: "\f77c";
}

.fa-users-line::before {
    content: "\e592";
}

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

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

.fa-tractor::before {
    content: "\f722";
}

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

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

.fa-arrow-down-up-lock::before {
    content: "\e4b0";
}

.fa-lines-leaning::before {
    content: "\e51e";
}

.fa-ruler-combined::before {
    content: "\f546";
}

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

.fa-equals::before {
    content: "=";
}

.fa-blender::before {
    content: "\f517";
}

.fa-teeth::before {
    content: "\f62e";
}

.fa-shekel-sign::before {
    content: "\f20b";
}

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

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

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

.fa-sheqel-sign::before {
    content: "\f20b";
}

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

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

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

.fa-photo-video::before {
    content: "\f87c";
}

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

.fa-store::before {
    content: "\f54e";
}

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

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

.fa-sign-hanging::before {
    content: "\f4d9";
}

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

.fa-bezier-curve::before {
    content: "\f55b";
}

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

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

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

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

.fa-fill::before {
    content: "\f575";
}

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

.fa-drumstick-bite::before {
    content: "\f6d7";
}

.fa-holly-berry::before {
    content: "\f7aa";
}

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

.fa-bacteria::before {
    content: "\e059";
}

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

.fa-notdef::before {
    content: "\e1fe";
}

.fa-disease::before {
    content: "\f7fa";
}

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

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

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

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

.fa-car-rear::before {
    content: "\f5de";
}

.fa-car-alt::before {
    content: "\f5de";
}

.fa-pump-soap::before {
    content: "\e06b";
}

.fa-video-slash::before {
    content: "\f4e2";
}

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

.fa-battery-2::before {
    content: "\f243";
}

.fa-radio::before {
    content: "\f8d7";
}

.fa-baby-carriage::before {
    content: "\f77d";
}

.fa-carriage-baby::before {
    content: "\f77d";
}

.fa-traffic-light::before {
    content: "\f637";
}

.fa-thermometer::before {
    content: "\f491";
}

.fa-vr-cardboard::before {
    content: "\f729";
}

.fa-hand-middle-finger::before {
    content: "\f806";
}

.fa-percent::before {
    content: "%";
}

.fa-percentage::before {
    content: "%";
}

.fa-truck-moving::before {
    content: "\f4df";
}

.fa-glass-water-droplet::before {
    content: "\e4f5";
}

.fa-display::before {
    content: "\e163";
}

.fa-face-smile::before {
    content: "\f118";
}

.fa-smile::before {
    content: "\f118";
}

.fa-thumbtack::before {
    content: "\f08d";
}

.fa-thumb-tack::before {
    content: "\f08d";
}

.fa-trophy::before {
    content: "\f091";
}

.fa-person-praying::before {
    content: "\f683";
}

.fa-pray::before {
    content: "\f683";
}

.fa-hammer::before {
    content: "\f6e3";
}

.fa-hand-peace::before {
    content: "\f25b";
}

.fa-rotate::before {
    content: "\f2f1";
}

.fa-sync-alt::before {
    content: "\f2f1";
}

.fa-spinner::before {
    content: "\f110";
}

.fa-robot::before {
    content: "\f544";
}

.fa-peace::before {
    content: "\f67c";
}

.fa-gears::before {
    content: "\f085";
}

.fa-cogs::before {
    content: "\f085";
}

.fa-warehouse::before {
    content: "\f494";
}

.fa-arrow-up-right-dots::before {
    content: "\e4b7";
}

.fa-splotch::before {
    content: "\f5bc";
}

.fa-face-grin-hearts::before {
    content: "\f584";
}

.fa-grin-hearts::before {
    content: "\f584";
}

.fa-dice-four::before {
    content: "\f524";
}

.fa-sim-card::before {
    content: "\f7c4";
}

.fa-transgender::before {
    content: "\f225";
}

.fa-transgender-alt::before {
    content: "\f225";
}

.fa-mercury::before {
    content: "\f223";
}

.fa-arrow-turn-down::before {
    content: "\f149";
}

.fa-level-down::before {
    content: "\f149";
}

.fa-person-falling-burst::before {
    content: "\e547";
}

.fa-award::before {
    content: "\f559";
}

.fa-ticket-simple::before {
    content: "\f3ff";
}

.fa-ticket-alt::before {
    content: "\f3ff";
}

.fa-building::before {
    content: "\f1ad";
}

.fa-angles-left::before {
    content: "\f100";
}

.fa-angle-double-left::before {
    content: "\f100";
}

.fa-qrcode::before {
    content: "\f029";
}

.fa-clock-rotate-left::before {
    content: "\f1da";
}

.fa-history::before {
    content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
    content: "\f583";
}

.fa-grin-beam-sweat::before {
    content: "\f583";
}

.fa-file-export::before {
    content: "\f56e";
}

.fa-shield::before {
    content: "\f132";
}

.fa-shield-blank::before {
    content: "\f132";
}

.fa-arrow-up-short-wide::before {
    content: "\f885";
}

.fa-sort-amount-up-alt::before {
    content: "\f885";
}

.fa-house-medical::before {
    content: "\e3b2";
}

.fa-golf-ball-tee::before {
    content: "\f450";
}

.fa-golf-ball::before {
    content: "\f450";
}

.fa-circle-chevron-left::before {
    content: "\f137";
}

.fa-chevron-circle-left::before {
    content: "\f137";
}

.fa-house-chimney-window::before {
    content: "\e00d";
}

.fa-pen-nib::before {
    content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
    content: "\e580";
}

.fa-tents::before {
    content: "\e582";
}

.fa-wand-magic::before {
    content: "\f0d0";
}

.fa-magic::before {
    content: "\f0d0";
}

.fa-dog::before {
    content: "\f6d3";
}

.fa-carrot::before {
    content: "\f787";
}

.fa-moon::before {
    content: "\f186";
}

.fa-wine-glass-empty::before {
    content: "\f5ce";
}

.fa-wine-glass-alt::before {
    content: "\f5ce";
}

.fa-cheese::before {
    content: "\f7ef";
}

.fa-yin-yang::before {
    content: "\f6ad";
}

.fa-music::before {
    content: "\f001";
}

.fa-code-commit::before {
    content: "\f386";
}

.fa-temperature-low::before {
    content: "\f76b";
}

.fa-person-biking::before {
    content: "\f84a";
}

.fa-biking::before {
    content: "\f84a";
}

.fa-broom::before {
    content: "\f51a";
}

.fa-shield-heart::before {
    content: "\e574";
}

.fa-gopuram::before {
    content: "\f664";
}

.fa-earth-oceania::before {
    content: "\e47b";
}

.fa-globe-oceania::before {
    content: "\e47b";
}

.fa-square-xmark::before {
    content: "\f2d3";
}

.fa-times-square::before {
    content: "\f2d3";
}

.fa-xmark-square::before {
    content: "\f2d3";
}

.fa-hashtag::before {
    content: "#";
}

.fa-up-right-and-down-left-from-center::before {
    content: "\f424";
}

.fa-expand-alt::before {
    content: "\f424";
}

.fa-oil-can::before {
    content: "\f613";
}

.fa-t::before {
    content: "T";
}

.fa-hippo::before {
    content: "\f6ed";
}

.fa-chart-column::before {
    content: "\e0e3";
}

.fa-infinity::before {
    content: "\f534";
}

.fa-vial-circle-check::before {
    content: "\e596";
}

.fa-person-arrow-down-to-line::before {
    content: "\e538";
}

.fa-voicemail::before {
    content: "\f897";
}

.fa-fan::before {
    content: "\f863";
}

.fa-person-walking-luggage::before {
    content: "\e554";
}

.fa-up-down::before {
    content: "\f338";
}

.fa-arrows-alt-v::before {
    content: "\f338";
}

.fa-cloud-moon-rain::before {
    content: "\f73c";
}

.fa-calendar::before {
    content: "\f133";
}

.fa-trailer::before {
    content: "\e041";
}

.fa-bahai::before {
    content: "\f666";
}

.fa-haykal::before {
    content: "\f666";
}

.fa-sd-card::before {
    content: "\f7c2";
}

.fa-dragon::before {
    content: "\f6d5";
}

.fa-shoe-prints::before {
    content: "\f54b";
}

.fa-circle-plus::before {
    content: "\f055";
}

.fa-plus-circle::before {
    content: "\f055";
}

.fa-face-grin-tongue-wink::before {
    content: "\f58b";
}

.fa-grin-tongue-wink::before {
    content: "\f58b";
}

.fa-hand-holding::before {
    content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
    content: "\e55d";
}

.fa-link-slash::before {
    content: "\f127";
}

.fa-chain-broken::before {
    content: "\f127";
}

.fa-chain-slash::before {
    content: "\f127";
}

.fa-unlink::before {
    content: "\f127";
}

.fa-clone::before {
    content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
    content: "\e551";
}

.fa-arrow-up-z-a::before {
    content: "\f882";
}

.fa-sort-alpha-up-alt::before {
    content: "\f882";
}

.fa-fire-flame-curved::before {
    content: "\f7e4";
}

.fa-fire-alt::before {
    content: "\f7e4";
}

.fa-tornado::before {
    content: "\f76f";
}

.fa-file-circle-plus::before {
    content: "\e494";
}

.fa-book-quran::before {
    content: "\f687";
}

.fa-quran::before {
    content: "\f687";
}

.fa-anchor::before {
    content: "\f13d";
}

.fa-border-all::before {
    content: "\f84c";
}

.fa-face-angry::before {
    content: "\f556";
}

.fa-angry::before {
    content: "\f556";
}

.fa-cookie-bite::before {
    content: "\f564";
}

.fa-arrow-trend-down::before {
    content: "\e097";
}

.fa-rss::before {
    content: "\f09e";
}

.fa-feed::before {
    content: "\f09e";
}

.fa-draw-polygon::before {
    content: "\f5ee";
}

.fa-scale-balanced::before {
    content: "\f24e";
}

.fa-balance-scale::before {
    content: "\f24e";
}

.fa-gauge-simple-high::before {
    content: "\f62a";
}

.fa-tachometer::before {
    content: "\f62a";
}

.fa-tachometer-fast::before {
    content: "\f62a";
}

.fa-shower::before {
    content: "\f2cc";
}

.fa-desktop::before {
    content: "\f390";
}

.fa-desktop-alt::before {
    content: "\f390";
}

.fa-m::before {
    content: "M";
}

.fa-table-list::before {
    content: "\f00b";
}

.fa-th-list::before {
    content: "\f00b";
}

.fa-comment-sms::before {
    content: "\f7cd";
}

.fa-sms::before {
    content: "\f7cd";
}

.fa-book::before {
    content: "\f02d";
}

.fa-user-plus::before {
    content: "\f234";
}

.fa-check::before {
    content: "\f00c";
}

.fa-battery-three-quarters::before {
    content: "\f241";
}

.fa-battery-4::before {
    content: "\f241";
}

.fa-house-circle-check::before {
    content: "\e509";
}

.fa-angle-left::before {
    content: "\f104";
}

.fa-diagram-successor::before {
    content: "\e47a";
}

.fa-truck-arrow-right::before {
    content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
    content: "\e4bc";
}

.fa-hand-fist::before {
    content: "\f6de";
}

.fa-fist-raised::before {
    content: "\f6de";
}

.fa-cloud-moon::before {
    content: "\f6c3";
}

.fa-briefcase::before {
    content: "\f0b1";
}

.fa-person-falling::before {
    content: "\e546";
}

.fa-image-portrait::before {
    content: "\f3e0";
}

.fa-portrait::before {
    content: "\f3e0";
}

.fa-user-tag::before {
    content: "\f507";
}

.fa-rug::before {
    content: "\e569";
}

.fa-earth-europe::before {
    content: "\f7a2";
}

.fa-globe-europe::before {
    content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
    content: "\f59d";
}

.fa-luggage-cart::before {
    content: "\f59d";
}

.fa-rectangle-xmark::before {
    content: "\f410";
}

.fa-rectangle-times::before {
    content: "\f410";
}

.fa-times-rectangle::before {
    content: "\f410";
}

.fa-window-close::before {
    content: "\f410";
}

.fa-baht-sign::before {
    content: "\e0ac";
}

.fa-book-open::before {
    content: "\f518";
}

.fa-book-journal-whills::before {
    content: "\f66a";
}

.fa-journal-whills::before {
    content: "\f66a";
}

.fa-handcuffs::before {
    content: "\e4f8";
}

.fa-triangle-exclamation::before {
    content: "\f071";
}

.fa-exclamation-triangle::before {
    content: "\f071";
}

.fa-warning::before {
    content: "\f071";
}

.fa-database::before {
    content: "\f1c0";
}

.fa-share::before {
    content: "\f064";
}

.fa-mail-forward::before {
    content: "\f064";
}

.fa-bottle-droplet::before {
    content: "\e4c4";
}

.fa-mask-face::before {
    content: "\e1d7";
}

.fa-hill-rockslide::before {
    content: "\e508";
}

.fa-right-left::before {
    content: "\f362";
}

.fa-exchange-alt::before {
    content: "\f362";
}

.fa-paper-plane::before {
    content: "\f1d8";
}

.fa-road-circle-exclamation::before {
    content: "\e565";
}

.fa-dungeon::before {
    content: "\f6d9";
}

.fa-align-right::before {
    content: "\f038";
}

.fa-money-bill-1-wave::before {
    content: "\f53b";
}

.fa-money-bill-wave-alt::before {
    content: "\f53b";
}

.fa-life-ring::before {
    content: "\f1cd";
}

.fa-hands::before {
    content: "\f2a7";
}

.fa-sign-language::before {
    content: "\f2a7";
}

.fa-signing::before {
    content: "\f2a7";
}

.fa-calendar-day::before {
    content: "\f783";
}

.fa-water-ladder::before {
    content: "\f5c5";
}

.fa-ladder-water::before {
    content: "\f5c5";
}

.fa-swimming-pool::before {
    content: "\f5c5";
}

.fa-arrows-up-down::before {
    content: "\f07d";
}

.fa-arrows-v::before {
    content: "\f07d";
}

.fa-face-grimace::before {
    content: "\f57f";
}

.fa-grimace::before {
    content: "\f57f";
}

.fa-wheelchair-move::before {
    content: "\e2ce";
}

.fa-wheelchair-alt::before {
    content: "\e2ce";
}

.fa-turn-down::before {
    content: "\f3be";
}

.fa-level-down-alt::before {
    content: "\f3be";
}

.fa-person-walking-arrow-right::before {
    content: "\e552";
}

.fa-square-envelope::before {
    content: "\f199";
}

.fa-envelopes-bulk::before {
    content: "\f674";
}

.fa-envelope-square::before {
    content: "\f199";
}

.fa-envelope-open-text::before {
    content: "\f658";
}

.fa-envelope::before {
    content: "\f0e0";
}

.fa-envelope-circle-check::before {
    content: "\e4e8";
}

.fa-envelope-open::before {
    content: "\f2b6";
}

.fa-dice::before {
    content: "\f522";
}

.fa-bowling-ball::before {
    content: "\f436";
}

.fa-brain::before {
    content: "\f5dc";
}

.fa-bandage::before {
    content: "\f462";
}

.fa-band-aid::before {
    content: "\f462";
}

.fa-calendar-minus::before {
    content: "\f272";
}

.fa-circle-xmark::before {
    content: "\f057";
}

.fa-times-circle::before {
    content: "\f057";
}

.fa-xmark-circle::before {
    content: "\f057";
}

.fa-gifts::before {
    content: "\f79c";
}

.fa-hotel::before {
    content: "\f594";
}

.fa-earth-asia::before {
    content: "\f57e";
}

.fa-globe-asia::before {
    content: "\f57e";
}

.fa-id-card-clip::before {
    content: "\f47f";
}

.fa-id-card-alt::before {
    content: "\f47f";
}

.fa-magnifying-glass-plus::before {
    content: "\f00e";
}

.fa-search-plus::before {
    content: "\f00e";
}

.fa-thumbs-up::before {
    content: "\f164";
}

.fa-user-clock::before {
    content: "\f4fd";
}

.fa-hand-dots::before {
    content: "\f461";
}

.fa-allergies::before {
    content: "\f461";
}

.fa-file-invoice::before {
    content: "\f570";
}

.fa-window-minimize::before {
    content: "\f2d1";
}

.fa-mug-saucer::before {
    content: "\f0f4";
}

.fa-coffee::before {
    content: "\f0f4";
}

.fa-brush::before {
    content: "\f55d";
}

.fa-mask::before {
    content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
    content: "\f010";
}

.fa-search-minus::before {
    content: "\f010";
}

.fa-ruler-vertical::before {
    content: "\f548";
}

.fa-user-large::before {
    content: "\f406";
}

.fa-user-alt::before {
    content: "\f406";
}

.fa-train-tram::before {
    content: "\e5b4";
}

.fa-user-nurse::before {
    content: "\f82f";
}

.fa-syringe::before {
    content: "\f48e";
}

.fa-cloud-sun::before {
    content: "\f6c4";
}

.fa-stopwatch-20::before {
    content: "\e06f";
}

.fa-square-full::before {
    content: "\f45c";
}

.fa-magnet::before {
    content: "\f076";
}

.fa-jar::before {
    content: "\e516";
}

.fa-note-sticky::before {
    content: "\f249";
}

.fa-sticky-note::before {
    content: "\f249";
}

.fa-bug-slash::before {
    content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
    content: "\e4b6";
}

.fa-bone::before {
    content: "\f5d7";
}

.fa-user-injured::before {
    content: "\f728";
}

.fa-face-sad-tear::before {
    content: "\f5b4";
}

.fa-sad-tear::before {
    content: "\f5b4";
}

.fa-plane::before {
    content: "\f072";
}

.fa-tent-arrows-down::before {
    content: "\e581";
}

.fa-exclamation::before {
    content: "!";
}

.fa-arrows-spin::before {
    content: "\e4bb";
}

.fa-print::before {
    content: "\f02f";
}

.fa-turkish-lira-sign::before {
    content: "\e2bb";
}

.fa-try::before {
    content: "\e2bb";
}

.fa-turkish-lira::before {
    content: "\e2bb";
}

.fa-dollar-sign::before {
    content: "$";
}

.fa-dollar::before {
    content: "$";
}

.fa-usd::before {
    content: "$";
}

.fa-x::before {
    content: "X";
}

.fa-magnifying-glass-dollar::before {
    content: "\f688";
}

.fa-search-dollar::before {
    content: "\f688";
}

.fa-users-gear::before {
    content: "\f509";
}

.fa-users-cog::before {
    content: "\f509";
}

.fa-person-military-pointing::before {
    content: "\e54a";
}

.fa-building-columns::before {
    content: "\f19c";
}

.fa-bank::before {
    content: "\f19c";
}

.fa-institution::before {
    content: "\f19c";
}

.fa-museum::before {
    content: "\f19c";
}

.fa-university::before {
    content: "\f19c";
}

.fa-umbrella::before {
    content: "\f0e9";
}

.fa-trowel::before {
    content: "\e589";
}

.fa-d::before {
    content: "D";
}

.fa-stapler::before {
    content: "\e5af";
}

.fa-masks-theater::before {
    content: "\f630";
}

.fa-theater-masks::before {
    content: "\f630";
}

.fa-kip-sign::before {
    content: "\e1c4";
}

.fa-hand-point-left::before {
    content: "\f0a5";
}

.fa-handshake-simple::before {
    content: "\f4c6";
}

.fa-handshake-alt::before {
    content: "\f4c6";
}

.fa-jet-fighter::before {
    content: "\f0fb";
}

.fa-fighter-jet::before {
    content: "\f0fb";
}

.fa-square-share-nodes::before {
    content: "\f1e1";
}

.fa-share-alt-square::before {
    content: "\f1e1";
}

.fa-barcode::before {
    content: "\f02a";
}

.fa-plus-minus::before {
    content: "\e43c";
}

.fa-video::before {
    content: "\f03d";
}

.fa-video-camera::before {
    content: "\f03d";
}

.fa-graduation-cap::before {
    content: "\f19d";
}

.fa-mortar-board::before {
    content: "\f19d";
}

.fa-hand-holding-medical::before {
    content: "\e05c";
}

.fa-person-circle-check::before {
    content: "\e53e";
}

.fa-turn-up::before {
    content: "\f3bf";
}

.fa-level-up-alt::before {
    content: "\f3bf";
}

.sr-only,
.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

:root,
 :host {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
    font-weight: 400;
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-deezer:before {
    content: "\e077";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-docker:before {
    content: "\f395";
}

.fa-screenpal:before {
    content: "\e570";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-microblog:before {
    content: "\e01a";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-wirsindhandwerk:before {
    content: "\e2d0";
}

.fa-wsh:before {
    content: "\e2d0";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-octopus-deploy:before {
    content: "\e082";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-apper:before {
    content: "\f371";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ab";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-rust:before {
    content: "\e07a";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-square-behance:before {
    content: "\f1b5";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-webflow:before {
    content: "\e65c";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-space-awesome:before {
    content: "\e5ac";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-square-git:before {
    content: "\f1d2";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-square-tumblr:before {
    content: "\f174";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-trello:before {
    content: "\f181";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-perbyte:before {
    content: "\e083";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-android:before {
    content: "\f17b";
}

.fa-bots:before {
    content: "\e340";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-ideal:before {
    content: "\e013";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-uber:before {
    content: "\f402";
}

.fa-github:before {
    content: "\f09b";
}

.fa-php:before {
    content: "\f457";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-firefox-browser:before {
    content: "\e007";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-stubber:before {
    content: "\e5c7";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f2c6";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-odysee:before {
    content: "\e5c6";
}

.fa-square-whatsapp:before {
    content: "\f40c";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-edge-legacy:before {
    content: "\e078";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f198";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-usb:before {
    content: "\f287";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-square-x-twitter:before {
    content: "\e61a";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f23a";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-sitrox:before {
    content: "\e44a";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-strava:before {
    content: "\f428";
}

.fa-ember:before {
    content: "\f423";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-wodu:before {
    content: "\e088";
}

.fa-google-pay:before {
    content: "\e079";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-zhihu:before {
    content: "\f63f";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-pix:before {
    content: "\e43a";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

:root,
 :host {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
    font-weight: 400;
}

:root,
 :host {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
    font-weight: 900;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
    unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype");
    unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}


/*!
    Themify
    Version: 1.0.1
    Plugin URL: https://themify.me/themify-icons
    License: Themify Icons font licensed under: http://scripts.sil.org/OFL
!*/

@font-face {
    font-family: "themify";
    src: url("../fonts/themify.eot?-fvbane");
    src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=ti-],
[class*=" ti-"] {
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
    content: "\e600";
}

.ti-volume:before {
    content: "\e601";
}

.ti-user:before {
    content: "\e602";
}

.ti-unlock:before {
    content: "\e603";
}

.ti-css3:before {
    content: "\e75d";
}

.ti-rss:before {
    content: "\e75e";
}

.ti-rss-alt:before {
    content: "\e75f";
}


/*!
    Icons mind
    Plugin URI: https://iconsmind.com/view_icons/
!*/

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?-rdmvgc");
    src: url("../fonts/icomoon.eot?#iefix-rdmvgc") format("embedded-opentype"), url("../fonts/icomoon.woff?-rdmvgc") format("woff"), url("../fonts/icomoon.ttf?-rdmvgc") format("truetype"), url("../fonts/icomoon.svg?-rdmvgc#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=line-icon-],
[class*=" line-icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.line-icon-A-Z:before {
    content: "\e600";
}

.line-icon-Dice-2:before {
    content: "\e809";
}

.line-icon-Fingerprint:before {
    content: "\e8c7";
}

.line-icon-Fire-Flame:before {
    content: "\e8c8";
}

.line-icon-Fire-Flame2:before {
    content: "\e8c9";
}


/*!
    Feather
    Plugin URL: https://feathericons.com/
!*/

@font-face {
    font-family: "feather";
    src: url("../fonts/feather.eot?t=1525787366991");
    /* IE9*/
    src: url("../fonts/feather.eot?t=1525787366991#iefix") format("embedded-opentype"), url("../fonts/feather.woff?t=1525787366991") format("woff"), url("../fonts/feather.ttf?t=1525787366991") format("truetype"), url("../fonts/feather.svg?t=1525787366991#feather") format("svg");
    /* iOS 4.1- */
}

.feather {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "feather" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-feather-alert-octagon:before {
    content: "\e81b";
}

.icon-feather-alert-circle:before {
    content: "\e81c";
}

.icon-feather-activity:before {
    content: "\e81d";
}

.icon-feather-alert-triangle:before {
    content: "\e81e";
}

.icon-feather-align-center:before {
    content: "\e81f";
}

.icon-feather-airplay:before {
    content: "\e820";
}

.icon-feather-align-justify:before {
    content: "\e821";
}

.icon-feather-align-left:before {
    content: "\e822";
}

.icon-feather-align-right:before {
    content: "\e823";
}

.icon-feather-arrow-down-left:before {
    content: "\e824";
}

.icon-feather-arrow-down-right:before {
    content: "\e825";
}

.icon-feather-anchor:before {
    content: "\e826";
}

.icon-feather-aperture:before {
    content: "\e827";
}

.icon-feather-arrow-left:before {
    content: "\e828";
}

.icon-feather-arrow-right:before {
    content: "\e829";
}

.icon-feather-arrow-down:before {
    content: "\e82a";
}

.icon-feather-arrow-up-left:before {
    content: "\e82b";
}

.icon-feather-arrow-up-right:before {
    content: "\e82c";
}

.icon-feather-arrow-up:before {
    content: "\e82d";
}

.icon-feather-award:before {
    content: "\e82e";
}

.icon-feather-bar-chart:before {
    content: "\e82f";
}

.icon-feather-at-sign:before {
    content: "\e830";
}

.icon-feather-bar-chart-2:before {
    content: "\e831";
}

.icon-feather-battery-charging:before {
    content: "\e832";
}

.icon-feather-bell-off:before {
    content: "\e833";
}

.icon-feather-battery:before {
    content: "\e834";
}

.icon-feather-bluetooth:before {
    content: "\e835";
}

.icon-feather-bell:before {
    content: "\e836";
}

.icon-feather-book:before {
    content: "\e837";
}

.icon-feather-briefcase:before {
    content: "\e838";
}

.icon-feather-camera-off:before {
    content: "\e839";
}

.icon-feather-calendar:before {
    content: "\e83a";
}

.icon-feather-bookmark:before {
    content: "\e83b";
}

.icon-feather-box:before {
    content: "\e83c";
}

.icon-feather-camera:before {
    content: "\e83d";
}

.icon-feather-check-circle:before {
    content: "\e83e";
}

.icon-feather-check:before {
    content: "\e83f";
}

.icon-feather-check-square:before {
    content: "\e840";
}

.icon-feather-cast:before {
    content: "\e841";
}

.icon-feather-chevron-down:before {
    content: "\e842";
}

.icon-feather-chevron-left:before {
    content: "\e843";
}

.icon-feather-chevron-right:before {
    content: "\e844";
}

.icon-feather-chevron-up:before {
    content: "\e845";
}

.icon-feather-chevrons-down:before {
    content: "\e846";
}

.icon-feather-chevrons-right:before {
    content: "\e847";
}

.icon-feather-chevrons-up:before {
    content: "\e848";
}

.icon-feather-chevrons-left:before {
    content: "\e849";
}

.icon-feather-circle:before {
    content: "\e84a";
}

.icon-feather-clipboard:before {
    content: "\e84b";
}

.icon-feather-chrome:before {
    content: "\e84c";
}

.icon-feather-clock:before {
    content: "\e84d";
}

.icon-feather-cloud-lightning:before {
    content: "\e84e";
}

.icon-feather-cloud-drizzle:before {
    content: "\e84f";
}

.icon-feather-cloud-rain:before {
    content: "\e850";
}

.icon-feather-cloud-off:before {
    content: "\e851";
}

.icon-feather-codepen:before {
    content: "\e852";
}

.icon-feather-cloud-snow:before {
    content: "\e853";
}

.icon-feather-compass:before {
    content: "\e854";
}

.icon-feather-copy:before {
    content: "\e855";
}

.icon-feather-corner-down-right:before {
    content: "\e856";
}

.icon-feather-corner-down-left:before {
    content: "\e857";
}

.icon-feather-corner-left-down:before {
    content: "\e858";
}

.icon-feather-corner-left-up:before {
    content: "\e859";
}

.icon-feather-corner-up-left:before {
    content: "\e85a";
}

.icon-feather-corner-up-right:before {
    content: "\e85b";
}

.icon-feather-corner-right-down:before {
    content: "\e85c";
}

.icon-feather-corner-right-up:before {
    content: "\e85d";
}

.icon-feather-cpu:before {
    content: "\e85e";
}

.icon-feather-credit-card:before {
    content: "\e85f";
}

.icon-feather-crosshair:before {
    content: "\e860";
}

.icon-feather-disc:before {
    content: "\e861";
}

.icon-feather-delete:before {
    content: "\e862";
}

.icon-feather-download-cloud:before {
    content: "\e863";
}

.icon-feather-download:before {
    content: "\e864";
}

.icon-feather-droplet:before {
    content: "\e865";
}

.icon-feather-edit-2:before {
    content: "\e866";
}

.icon-feather-edit:before {
    content: "\e867";
}

.icon-feather-edit-1:before {
    content: "\e868";
}

.icon-feather-external-link:before {
    content: "\e869";
}

.icon-feather-eye:before {
    content: "\e86a";
}

.icon-feather-feather:before {
    content: "\e86b";
}

.icon-feather-facebook:before {
    content: "\e86c";
}

.icon-feather-file-minus:before {
    content: "\e86d";
}

.icon-feather-eye-off:before {
    content: "\e86e";
}

.icon-feather-fast-forward:before {
    content: "\e86f";
}

.icon-feather-file-text:before {
    content: "\e870";
}

.icon-feather-film:before {
    content: "\e871";
}

.icon-feather-file:before {
    content: "\e872";
}

.icon-feather-file-plus:before {
    content: "\e873";
}

.icon-feather-folder:before {
    content: "\e874";
}

.icon-feather-filter:before {
    content: "\e875";
}

.icon-feather-flag:before {
    content: "\e876";
}

.icon-feather-globe:before {
    content: "\e877";
}

.icon-feather-grid:before {
    content: "\e878";
}

.icon-feather-heart:before {
    content: "\e879";
}

.icon-feather-home:before {
    content: "\e87a";
}

.icon-feather-github:before {
    content: "\e87b";
}

.icon-feather-image:before {
    content: "\e87c";
}

.icon-feather-inbox:before {
    content: "\e87d";
}

.icon-feather-layers:before {
    content: "\e87e";
}

.icon-feather-info:before {
    content: "\e87f";
}

.icon-feather-instagram:before {
    content: "\e880";
}

.icon-feather-layout:before {
    content: "\e881";
}

.icon-feather-link-2:before {
    content: "\e882";
}

.icon-feather-life-buoy:before {
    content: "\e883";
}

.icon-feather-link:before {
    content: "\e884";
}

.icon-feather-log-in:before {
    content: "\e885";
}

.icon-feather-list:before {
    content: "\e886";
}

.icon-feather-lock:before {
    content: "\e887";
}

.icon-feather-log-out:before {
    content: "\e888";
}

.icon-feather-loader:before {
    content: "\e889";
}

.icon-feather-mail:before {
    content: "\e88a";
}

.icon-feather-maximize-2:before {
    content: "\e88b";
}

.icon-feather-map:before {
    content: "\e88c";
}

.icon-feather-map-pin:before {
    content: "\e88e";
}

.icon-feather-menu:before {
    content: "\e88f";
}

.icon-feather-message-circle:before {
    content: "\e890";
}

.icon-feather-message-square:before {
    content: "\e891";
}

.icon-feather-minimize-2:before {
    content: "\e892";
}

.icon-feather-mic-off:before {
    content: "\e893";
}

.icon-feather-minus-circle:before {
    content: "\e894";
}

.icon-feather-mic:before {
    content: "\e895";
}

.icon-feather-minus-square:before {
    content: "\e896";
}

.icon-feather-minus:before {
    content: "\e897";
}

.icon-feather-moon:before {
    content: "\e898";
}

.icon-feather-monitor:before {
    content: "\e899";
}

.icon-feather-more-vertical:before {
    content: "\e89a";
}

.icon-feather-more-horizontal:before {
    content: "\e89b";
}

.icon-feather-move:before {
    content: "\e89c";
}

.icon-feather-music:before {
    content: "\e89d";
}

.icon-feather-navigation-2:before {
    content: "\e89e";
}

.icon-feather-navigation:before {
    content: "\e89f";
}

.icon-feather-octagon:before {
    content: "\e8a0";
}

.icon-feather-package:before {
    content: "\e8a1";
}

.icon-feather-pause-circle:before {
    content: "\e8a2";
}

.icon-feather-pause:before {
    content: "\e8a3";
}

.icon-feather-percent:before {
    content: "\e8a4";
}

.icon-feather-phone-call:before {
    content: "\e8a5";
}

.icon-feather-phone-forwarded:before {
    content: "\e8a6";
}

.icon-feather-phone-missed:before {
    content: "\e8a7";
}

.icon-feather-phone-off:before {
    content: "\e8a8";
}

.icon-feather-phone-incoming:before {
    content: "\e8a9";
}

.icon-feather-phone:before {
    content: "\e8aa";
}

.icon-feather-phone-outgoing:before {
    content: "\e8ab";
}

.icon-feather-pie-chart:before {
    content: "\e8ac";
}

.icon-feather-play-circle:before {
    content: "\e8ad";
}

.icon-feather-play:before {
    content: "\e8ae";
}

.icon-feather-plus-square:before {
    content: "\e8af";
}

.icon-feather-plus-circle:before {
    content: "\e8b0";
}

.icon-feather-plus:before {
    content: "\e8b1";
}

.icon-feather-pocket:before {
    content: "\e8b2";
}

.icon-feather-printer:before {
    content: "\e8b3";
}

.icon-feather-power:before {
    content: "\e8b4";
}

.icon-feather-radio:before {
    content: "\e8b5";
}

.icon-feather-repeat:before {
    content: "\e8b6";
}

.icon-feather-refresh-ccw:before {
    content: "\e8b7";
}

.icon-feather-rewind:before {
    content: "\e8b8";
}

.icon-feather-rotate-ccw:before {
    content: "\e8b9";
}

.icon-feather-refresh-cw:before {
    content: "\e8ba";
}

.icon-feather-rotate-cw:before {
    content: "\e8bb";
}

.icon-feather-save:before {
    content: "\e8bc";
}

.icon-feather-search:before {
    content: "\e8bd";
}

.icon-feather-server:before {
    content: "\e8be";
}

.icon-feather-scissors:before {
    content: "\e8bf";
}

.icon-feather-share-2:before {
    content: "\e8c0";
}

.icon-feather-share:before {
    content: "\e8c1";
}

.icon-feather-shield:before {
    content: "\e8c2";
}

.icon-feather-settings:before {
    content: "\e8c3";
}

.icon-feather-skip-back:before {
    content: "\e8c4";
}

.icon-feather-shuffle:before {
    content: "\e8c5";
}

.icon-feather-sidebar:before {
    content: "\e8c6";
}

.icon-feather-skip-forward:before {
    content: "\e8c7";
}

.icon-feather-slack:before {
    content: "\e8c8";
}

.icon-feather-slash:before {
    content: "\e8c9";
}

.icon-feather-smartphone:before {
    content: "\e8ca";
}

.icon-feather-square:before {
    content: "\e8cb";
}

.icon-feather-speaker:before {
    content: "\e8cc";
}

.icon-feather-star:before {
    content: "\e8cd";
}

.icon-feather-stop-circle:before {
    content: "\e8ce";
}

.icon-feather-sun:before {
    content: "\e8cf";
}

.icon-feather-sunrise:before {
    content: "\e8d0";
}

.icon-feather-tablet:before {
    content: "\e8d1";
}

.icon-feather-tag:before {
    content: "\e8d2";
}

.icon-feather-sunset:before {
    content: "\e8d3";
}

.icon-feather-target:before {
    content: "\e8d4";
}

.icon-feather-thermometer:before {
    content: "\e8d5";
}

.icon-feather-thumbs-up:before {
    content: "\e8d6";
}

.icon-feather-thumbs-down:before {
    content: "\e8d7";
}

.icon-feather-toggle-left:before {
    content: "\e8d8";
}

.icon-feather-toggle-right:before {
    content: "\e8d9";
}

.icon-feather-trash-2:before {
    content: "\e8da";
}

.icon-feather-trash:before {
    content: "\e8db";
}

.icon-feather-trending-up:before {
    content: "\e8dc";
}

.icon-feather-trending-down:before {
    content: "\e8dd";
}

.icon-feather-triangle:before {
    content: "\e8de";
}

.icon-feather-type:before {
    content: "\e8df";
}

.icon-feather-twitter:before {
    content: "\e8e0";
}

.icon-feather-upload:before {
    content: "\e8e1";
}

.icon-feather-umbrella:before {
    content: "\e8e2";
}

.icon-feather-upload-cloud:before {
    content: "\e8e3";
}

.icon-feather-unlock:before {
    content: "\e8e4";
}

.icon-feather-user-check:before {
    content: "\e8e5";
}

.icon-feather-user-minus:before {
    content: "\e8e6";
}

.icon-feather-user-plus:before {
    content: "\e8e7";
}

.icon-feather-user-x:before {
    content: "\e8e8";
}

.icon-feather-user:before {
    content: "\e8e9";
}

.icon-feather-users:before {
    content: "\e8ea";
}

.icon-feather-video-off:before {
    content: "\e8eb";
}

.icon-feather-video:before {
    content: "\e8ec";
}

.icon-feather-voicemail:before {
    content: "\e8ed";
}

.icon-feather-volume-x:before {
    content: "\e8ee";
}

.icon-feather-volume-2:before {
    content: "\e8ef";
}

.icon-feather-volume-1:before {
    content: "\e8f0";
}

.icon-feather-volume:before {
    content: "\e8f1";
}

.icon-feather-watch:before {
    content: "\e8f2";
}

.icon-feather-wifi:before {
    content: "\e8f3";
}

.icon-feather-x-square:before {
    content: "\e8f4";
}

.icon-feather-wind:before {
    content: "\e8f5";
}

.icon-feather-x:before {
    content: "\e8f6";
}

.icon-feather-x-circle:before {
    content: "\e8f7";
}

.icon-feather-zap:before {
    content: "\e8f8";
}

.icon-feather-zoom-in:before {
    content: "\e8f9";
}

.icon-feather-zoom-out:before {
    content: "\e8fa";
}

.icon-feather-command:before {
    content: "\e8fb";
}

.icon-feather-cloud:before {
    content: "\e8fc";
}

.icon-feather-hash:before {
    content: "\e8fd";
}

.icon-feather-headphones:before {
    content: "\e8fe";
}

.icon-feather-underline:before {
    content: "\e8ff";
}

.icon-feather-italic:before {
    content: "\e900";
}

.icon-feather-bold:before {
    content: "\e901";
}

.icon-feather-crop:before {
    content: "\e902";
}

.icon-feather-help-circle:before {
    content: "\e903";
}

.icon-feather-paperclip:before {
    content: "\e904";
}

.icon-feather-shopping-cart:before {
    content: "\e905";
}

.icon-feather-tv:before {
    content: "\e906";
}

.icon-feather-wifi-off:before {
    content: "\e907";
}

.icon-feather-minimize:before {
    content: "\e88d";
}

.icon-feather-maximize:before {
    content: "\e908";
}

.icon-feather-gitlab:before {
    content: "\e909";
}

.icon-feather-sliders:before {
    content: "\e90a";
}

.icon-feather-star-on:before {
    content: "\e90b";
}

.icon-feather-heart-on:before {
    content: "\e90c";
}

.icon-feather-archive:before {
    content: "\e90d";
}

.icon-feather-arrow-down-circle:before {
    content: "\e90e";
}

.icon-feather-arrow-up-circle:before {
    content: "\e90f";
}

.icon-feather-arrow-left-circle:before {
    content: "\e910";
}

.icon-feather-arrow-right-circle:before {
    content: "\e911";
}

.icon-feather-bar-chart-line-:before {
    content: "\e912";
}

.icon-feather-bar-chart-line:before {
    content: "\e913";
}

.icon-feather-book-open:before {
    content: "\e914";
}

.icon-feather-code:before {
    content: "\e915";
}

.icon-feather-database:before {
    content: "\e916";
}

.icon-feather-dollar-sign:before {
    content: "\e917";
}

.icon-feather-folder-plus:before {
    content: "\e918";
}

.icon-feather-gift:before {
    content: "\e919";
}

.icon-feather-folder-minus:before {
    content: "\e91a";
}

.icon-feather-git-commit:before {
    content: "\e91b";
}

.icon-feather-git-branch:before {
    content: "\e91c";
}

.icon-feather-git-pull-request:before {
    content: "\e91d";
}

.icon-feather-git-merge:before {
    content: "\e91e";
}

.icon-feather-linkedin:before {
    content: "\e91f";
}

.icon-feather-hard-drive:before {
    content: "\e920";
}

.icon-feather-more-vertical-:before {
    content: "\e921";
}

.icon-feather-more-horizontal-:before {
    content: "\e922";
}

.icon-feather-rss:before {
    content: "\e923";
}

.icon-feather-send:before {
    content: "\e924";
}

.icon-feather-shield-off:before {
    content: "\e925";
}

.icon-feather-shopping-bag:before {
    content: "\e926";
}

.icon-feather-terminal:before {
    content: "\e927";
}

.icon-feather-truck:before {
    content: "\e928";
}

.icon-feather-zap-off:before {
    content: "\e929";
}

.icon-feather-youtube:before {
    content: "\e92a";
}


/*!
    Bootstrap Icons
    Version: 1.11.3
    Plugin URL: (https://icons.getbootstrap.com/)
    License: Copyright 2019-2024 The Bootstrap Authors | Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
!*/

@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"), url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
    content: "\f67f";
}

.bi-alarm-fill::before {
    content: "\f101";
}

.bi-alarm::before {
    content: "\f102";
}

.bi-align-bottom::before {
    content: "\f103";
}

.bi-align-center::before {
    content: "\f104";
}

.bi-align-end::before {
    content: "\f105";
}

.bi-align-middle::before {
    content: "\f106";
}

.bi-align-start::before {
    content: "\f107";
}

.bi-align-top::before {
    content: "\f108";
}

.bi-alt::before {
    content: "\f109";
}

.bi-app-indicator::before {
    content: "\f10a";
}

.bi-app::before {
    content: "\f10b";
}

.bi-archive-fill::before {
    content: "\f10c";
}

.bi-archive::before {
    content: "\f10d";
}

.bi-arrow-90deg-down::before {
    content: "\f10e";
}

.bi-arrow-90deg-left::before {
    content: "\f10f";
}

.bi-arrow-90deg-right::before {
    content: "\f110";
}

.bi-arrow-90deg-up::before {
    content: "\f111";
}

.bi-arrow-bar-down::before {
    content: "\f112";
}

.bi-arrow-bar-left::before {
    content: "\f113";
}

.bi-arrow-bar-right::before {
    content: "\f114";
}

.bi-arrow-bar-up::before {
    content: "\f115";
}

.bi-arrow-clockwise::before {
    content: "\f116";
}

.bi-arrow-counterclockwise::before {
    content: "\f117";
}

.bi-arrow-down-circle-fill::before {
    content: "\f118";
}

.bi-arrow-down-circle::before {
    content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
    content: "\f11a";
}

.bi-arrow-down-left-circle::before {
    content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
    content: "\f11c";
}

.bi-arrow-down-left-square::before {
    content: "\f11d";
}

.bi-arrow-down-left::before {
    content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
    content: "\f11f";
}

.bi-arrow-down-right-circle::before {
    content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
    content: "\f121";
}

.bi-arrow-down-right-square::before {
    content: "\f122";
}

.bi-arrow-down-right::before {
    content: "\f123";
}

.bi-arrow-down-short::before {
    content: "\f124";
}

.bi-arrow-down-square-fill::before {
    content: "\f125";
}

.bi-arrow-down-square::before {
    content: "\f126";
}

.bi-arrow-down-up::before {
    content: "\f127";
}

.bi-arrow-down::before {
    content: "\f128";
}

.bi-arrow-left-circle-fill::before {
    content: "\f129";
}

.bi-arrow-left-circle::before {
    content: "\f12a";
}

.bi-arrow-left-right::before {
    content: "\f12b";
}

.bi-arrow-left-short::before {
    content: "\f12c";
}

.bi-arrow-left-square-fill::before {
    content: "\f12d";
}

.bi-arrow-left-square::before {
    content: "\f12e";
}

.bi-arrow-left::before {
    content: "\f12f";
}

.bi-arrow-repeat::before {
    content: "\f130";
}

.bi-arrow-return-left::before {
    content: "\f131";
}

.bi-arrow-return-right::before {
    content: "\f132";
}

.bi-arrow-right-circle-fill::before {
    content: "\f133";
}

.bi-arrow-right-circle::before {
    content: "\f134";
}

.bi-arrow-right-short::before {
    content: "\f135";
}

.bi-arrow-right-square-fill::before {
    content: "\f136";
}

.bi-arrow-right-square::before {
    content: "\f137";
}

.bi-arrow-right::before {
    content: "\f138";
}

.bi-arrows-angle-contract::before {
    content: "\f149";
}

.bi-arrows-angle-expand::before {
    content: "\f14a";
}

.bi-arrows-collapse::before {
    content: "\f14b";
}

.bi-arrows-expand::before {
    content: "\f14c";
}

.bi-arrows-fullscreen::before {
    content: "\f14d";
}

.bi-arrows-move::before {
    content: "\f14e";
}

.bi-aspect-ratio-fill::before {
    content: "\f14f";
}

.bi-aspect-ratio::before {
    content: "\f150";
}

.bi-asterisk::before {
    content: "\f151";
}

.bi-at::before {
    content: "\f152";
}

.bi-award-fill::before {
    content: "\f153";
}

.bi-award::before {
    content: "\f154";
}

.bi-back::before {
    content: "\f155";
}

.bi-backspace-fill::before {
    content: "\f156";
}

.bi-backspace-reverse-fill::before {
    content: "\f157";
}

.bi-backspace-reverse::before {
    content: "\f158";
}

.bi-backspace::before {
    content: "\f159";
}

.bi-badge-3d-fill::before {
    content: "\f15a";
}

.bi-badge-3d::before {
    content: "\f15b";
}

.bi-badge-4k-fill::before {
    content: "\f15c";
}

.bi-badge-4k::before {
    content: "\f15d";
}

.bi-badge-8k-fill::before {
    content: "\f15e";
}

.bi-badge-8k::before {
    content: "\f15f";
}

.bi-badge-ad-fill::before {
    content: "\f160";
}

.bi-badge-ad::before {
    content: "\f161";
}

.bi-badge-ar-fill::before {
    content: "\f162";
}

.bi-badge-ar::before {
    content: "\f163";
}

.bi-badge-cc-fill::before {
    content: "\f164";
}

.bi-badge-cc::before {
    content: "\f165";
}

.bi-badge-hd-fill::before {
    content: "\f166";
}

.bi-badge-hd::before {
    content: "\f167";
}

.bi-badge-tm-fill::before {
    content: "\f168";
}

.bi-badge-tm::before {
    content: "\f169";
}

.bi-badge-vo-fill::before {
    content: "\f16a";
}

.bi-badge-vo::before {
    content: "\f16b";
}

.bi-badge-vr-fill::before {
    content: "\f16c";
}

.bi-badge-vr::before {
    content: "\f16d";
}

.bi-badge-wc-fill::before {
    content: "\f16e";
}

.bi-badge-wc::before {
    content: "\f16f";
}

.bi-bag-check-fill::before {
    content: "\f170";
}

.bi-bag-check::before {
    content: "\f171";
}

.bi-bag-dash-fill::before {
    content: "\f172";
}

.bi-bag-dash::before {
    content: "\f173";
}

.bi-bag-fill::before {
    content: "\f174";
}

.bi-bag-plus-fill::before {
    content: "\f175";
}

.bi-bag-plus::before {
    content: "\f176";
}

.bi-bag-x-fill::before {
    content: "\f177";
}

.bi-bag-x::before {
    content: "\f178";
}

.bi-bag::before {
    content: "\f179";
}

.bi-bar-chart-fill::before {
    content: "\f17a";
}

.bi-bar-chart-line-fill::before {
    content: "\f17b";
}

.bi-bar-chart-line::before {
    content: "\f17c";
}

.bi-bar-chart-steps::before {
    content: "\f17d";
}

.bi-bar-chart::before {
    content: "\f17e";
}

.bi-basket-fill::before {
    content: "\f17f";
}

.bi-basket::before {
    content: "\f180";
}

.bi-basket2-fill::before {
    content: "\f181";
}

.bi-basket2::before {
    content: "\f182";
}

.bi-basket3-fill::before {
    content: "\f183";
}

.bi-basket3::before {
    content: "\f184";
}

.bi-battery-charging::before {
    content: "\f185";
}

.bi-battery-full::before {
    content: "\f186";
}

.bi-battery-half::before {
    content: "\f187";
}

.bi-battery::before {
    content: "\f188";
}

.bi-bell-fill::before {
    content: "\f189";
}

.bi-bell::before {
    content: "\f18a";
}

.bi-bezier::before {
    content: "\f18b";
}

.bi-bezier2::before {
    content: "\f18c";
}

.bi-bicycle::before {
    content: "\f18d";
}

.bi-binoculars-fill::before {
    content: "\f18e";
}

.bi-binoculars::before {
    content: "\f18f";
}

.bi-blockquote-left::before {
    content: "\f190";
}

.bi-blockquote-right::before {
    content: "\f191";
}

.bi-book-fill::before {
    content: "\f192";
}

.bi-book-half::before {
    content: "\f193";
}

.bi-book::before {
    content: "\f194";
}

.bi-bookmark-check-fill::before {
    content: "\f195";
}

.bi-bookmark-check::before {
    content: "\f196";
}

.bi-bookmark-dash-fill::before {
    content: "\f197";
}

.bi-bookmark-dash::before {
    content: "\f198";
}

.bi-bookmark-fill::before {
    content: "\f199";
}

.bi-bookmark-heart-fill::before {
    content: "\f19a";
}

.bi-bookmark-heart::before {
    content: "\f19b";
}

.bi-bookmark-plus-fill::before {
    content: "\f19c";
}

.bi-bookmark-plus::before {
    content: "\f19d";
}

.bi-bookmark-star-fill::before {
    content: "\f19e";
}

.bi-bookmark-star::before {
    content: "\f19f";
}

.bi-bookmark-x-fill::before {
    content: "\f1a0";
}

.bi-bookmark-x::before {
    content: "\f1a1";
}

.bi-bookmark::before {
    content: "\f1a2";
}

.bi-bookmarks-fill::before {
    content: "\f1a3";
}

.bi-bookmarks::before {
    content: "\f1a4";
}

.bi-bookshelf::before {
    content: "\f1a5";
}

.bi-bootstrap-fill::before {
    content: "\f1a6";
}

.bi-bootstrap-reboot::before {
    content: "\f1a7";
}

.bi-bootstrap::before {
    content: "\f1a8";
}

.bi-border-all::before {
    content: "\f1a9";
}

.bi-border-bottom::before {
    content: "\f1aa";
}

.bi-border-center::before {
    content: "\f1ab";
}

.bi-border-inner::before {
    content: "\f1ac";
}

.bi-border-left::before {
    content: "\f1ad";
}

.bi-border-middle::before {
    content: "\f1ae";
}

.bi-border-outer::before {
    content: "\f1af";
}

.bi-border-right::before {
    content: "\f1b0";
}

.bi-border-style::before {
    content: "\f1b1";
}

.bi-border-top::before {
    content: "\f1b2";
}

.bi-border-width::before {
    content: "\f1b3";
}

.bi-border::before {
    content: "\f1b4";
}

.bi-bounding-box-circles::before {
    content: "\f1b5";
}

.bi-bounding-box::before {
    content: "\f1b6";
}

.bi-box-arrow-down-left::before {
    content: "\f1b7";
}

.bi-box-arrow-down-right::before {
    content: "\f1b8";
}

.bi-box-arrow-down::before {
    content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
    content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
    content: "\f1bb";
}

.bi-box-arrow-in-down::before {
    content: "\f1bc";
}

.bi-box-arrow-in-left::before {
    content: "\f1bd";
}

.bi-box-arrow-in-right::before {
    content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
    content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
    content: "\f1c0";
}

.bi-box-arrow-in-up::before {
    content: "\f1c1";
}

.bi-box-arrow-left::before {
    content: "\f1c2";
}

.bi-box-arrow-right::before {
    content: "\f1c3";
}

.bi-box-arrow-up-left::before {
    content: "\f1c4";
}

.bi-box-arrow-up-right::before {
    content: "\f1c5";
}

.bi-box-arrow-up::before {
    content: "\f1c6";
}

.bi-box-seam::before {
    content: "\f1c7";
}

.bi-box::before {
    content: "\f1c8";
}

.bi-braces::before {
    content: "\f1c9";
}

.bi-bricks::before {
    content: "\f1ca";
}

.bi-briefcase-fill::before {
    content: "\f1cb";
}

.bi-briefcase::before {
    content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
    content: "\f1cd";
}

.bi-brightness-alt-high::before {
    content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
    content: "\f1cf";
}

.bi-brightness-alt-low::before {
    content: "\f1d0";
}

.bi-brightness-high-fill::before {
    content: "\f1d1";
}

.bi-brightness-high::before {
    content: "\f1d2";
}

.bi-brightness-low-fill::before {
    content: "\f1d3";
}

.bi-brightness-low::before {
    content: "\f1d4";
}

.bi-broadcast-pin::before {
    content: "\f1d5";
}

.bi-broadcast::before {
    content: "\f1d6";
}

.bi-brush-fill::before {
    content: "\f1d7";
}

.bi-brush::before {
    content: "\f1d8";
}

.bi-bucket-fill::before {
    content: "\f1d9";
}

.bi-bucket::before {
    content: "\f1da";
}

.bi-bug-fill::before {
    content: "\f1db";
}

.bi-bug::before {
    content: "\f1dc";
}

.bi-building::before {
    content: "\f1dd";
}

.bi-bullseye::before {
    content: "\f1de";
}

.bi-calculator-fill::before {
    content: "\f1df";
}

.bi-calculator::before {
    content: "\f1e0";
}

.bi-calendar-check-fill::before {
    content: "\f1e1";
}

.bi-calendar-check::before {
    content: "\f1e2";
}

.bi-calendar-date-fill::before {
    content: "\f1e3";
}

.bi-calendar-date::before {
    content: "\f1e4";
}

.bi-calendar-day-fill::before {
    content: "\f1e5";
}

.bi-calendar-day::before {
    content: "\f1e6";
}

.bi-calendar-event-fill::before {
    content: "\f1e7";
}

.bi-calendar-event::before {
    content: "\f1e8";
}

.bi-calendar-fill::before {
    content: "\f1e9";
}

.bi-calendar-minus-fill::before {
    content: "\f1ea";
}

.bi-calendar-minus::before {
    content: "\f1eb";
}

.bi-calendar-month-fill::before {
    content: "\f1ec";
}

.bi-calendar-month::before {
    content: "\f1ed";
}

.bi-calendar-plus-fill::before {
    content: "\f1ee";
}

.bi-calendar-plus::before {
    content: "\f1ef";
}

.bi-calendar-range-fill::before {
    content: "\f1f0";
}

.bi-calendar-range::before {
    content: "\f1f1";
}

.bi-calendar-week-fill::before {
    content: "\f1f2";
}

.bi-calendar-week::before {
    content: "\f1f3";
}

.bi-calendar-x-fill::before {
    content: "\f1f4";
}

.bi-calendar-x::before {
    content: "\f1f5";
}

.bi-calendar::before {
    content: "\f1f6";
}

.bi-calendar2-check-fill::before {
    content: "\f1f7";
}

.bi-calendar2-check::before {
    content: "\f1f8";
}

.bi-calendar2-date-fill::before {
    content: "\f1f9";
}

.bi-calendar2-date::before {
    content: "\f1fa";
}

.bi-calendar2-day-fill::before {
    content: "\f1fb";
}

.bi-calendar2-day::before {
    content: "\f1fc";
}

.bi-calendar2-event-fill::before {
    content: "\f1fd";
}

.bi-calendar2-event::before {
    content: "\f1fe";
}

.bi-calendar2-fill::before {
    content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
    content: "\f200";
}

.bi-calendar2-minus::before {
    content: "\f201";
}

.bi-calendar2-month-fill::before {
    content: "\f202";
}

.bi-calendar2-month::before {
    content: "\f203";
}

.bi-calendar2-plus-fill::before {
    content: "\f204";
}

.bi-calendar2-plus::before {
    content: "\f205";
}

.bi-calendar2-range-fill::before {
    content: "\f206";
}

.bi-calendar2-range::before {
    content: "\f207";
}

.bi-calendar2-week-fill::before {
    content: "\f208";
}

.bi-calendar2-week::before {
    content: "\f209";
}

.bi-calendar2-x-fill::before {
    content: "\f20a";
}

.bi-calendar2-x::before {
    content: "\f20b";
}

.bi-calendar2::before {
    content: "\f20c";
}

.bi-calendar3-event-fill::before {
    content: "\f20d";
}

.bi-calendar3-event::before {
    content: "\f20e";
}

.bi-calendar3-fill::before {
    content: "\f20f";
}

.bi-calendar3-range-fill::before {
    content: "\f210";
}

.bi-calendar3-range::before {
    content: "\f211";
}

.bi-calendar3-week-fill::before {
    content: "\f212";
}

.bi-calendar3-week::before {
    content: "\f213";
}

.bi-calendar3::before {
    content: "\f214";
}

.bi-calendar4-event::before {
    content: "\f215";
}

.bi-calendar4-range::before {
    content: "\f216";
}

.bi-calendar4-week::before {
    content: "\f217";
}

.bi-calendar4::before {
    content: "\f218";
}

.bi-camera-fill::before {
    content: "\f219";
}

.bi-camera-reels-fill::before {
    content: "\f21a";
}

.bi-camera-reels::before {
    content: "\f21b";
}

.bi-camera-video-fill::before {
    content: "\f21c";
}

.bi-camera-video-off-fill::before {
    content: "\f21d";
}

.bi-camera-video-off::before {
    content: "\f21e";
}

.bi-camera-video::before {
    content: "\f21f";
}

.bi-camera::before {
    content: "\f220";
}

.bi-camera2::before {
    content: "\f221";
}

.bi-capslock-fill::before {
    content: "\f222";
}

.bi-capslock::before {
    content: "\f223";
}

.bi-card-checklist::before {
    content: "\f224";
}

.bi-card-heading::before {
    content: "\f225";
}

.bi-card-image::before {
    content: "\f226";
}

.bi-card-list::before {
    content: "\f227";
}

.bi-card-text::before {
    content: "\f228";
}

.bi-caret-down-fill::before {
    content: "\f229";
}

.bi-caret-down-square-fill::before {
    content: "\f22a";
}

.bi-caret-down-square::before {
    content: "\f22b";
}

.bi-caret-down::before {
    content: "\f22c";
}

.bi-caret-left-fill::before {
    content: "\f22d";
}

.bi-caret-left-square-fill::before {
    content: "\f22e";
}

.bi-caret-left-square::before {
    content: "\f22f";
}

.bi-caret-left::before {
    content: "\f230";
}

.bi-caret-right-fill::before {
    content: "\f231";
}

.bi-caret-right-square-fill::before {
    content: "\f232";
}

.bi-caret-right-square::before {
    content: "\f233";
}

.bi-caret-right::before {
    content: "\f234";
}

.bi-caret-up-fill::before {
    content: "\f235";
}

.bi-caret-up-square-fill::before {
    content: "\f236";
}

.bi-caret-up-square::before {
    content: "\f237";
}

.bi-caret-up::before {
    content: "\f238";
}

.bi-cart-check-fill::before {
    content: "\f239";
}

.bi-cart-check::before {
    content: "\f23a";
}

.bi-cart-dash-fill::before {
    content: "\f23b";
}

.bi-cart-dash::before {
    content: "\f23c";
}

.bi-cart-fill::before {
    content: "\f23d";
}

.bi-cart-plus-fill::before {
    content: "\f23e";
}

.bi-cart-plus::before {
    content: "\f23f";
}

.bi-cart-x-fill::before {
    content: "\f240";
}

.bi-cart-x::before {
    content: "\f241";
}

.bi-cart::before {
    content: "\f242";
}

.bi-cart2::before {
    content: "\f243";
}

.bi-cart3::before {
    content: "\f244";
}

.bi-cart4::before {
    content: "\f245";
}

.bi-cash-stack::before {
    content: "\f246";
}

.bi-cash::before {
    content: "\f247";
}

.bi-cast::before {
    content: "\f248";
}

.bi-chat-dots-fill::before {
    content: "\f249";
}

.bi-chat-dots::before {
    content: "\f24a";
}

.bi-chat-fill::before {
    content: "\f24b";
}

.bi-chat-left-dots-fill::before {
    content: "\f24c";
}

.bi-chat-left-dots::before {
    content: "\f24d";
}

.bi-chat-left-fill::before {
    content: "\f24e";
}

.bi-chat-left-quote-fill::before {
    content: "\f24f";
}

.bi-chat-left-quote::before {
    content: "\f250";
}

.bi-chat-left-text-fill::before {
    content: "\f251";
}

.bi-chat-left-text::before {
    content: "\f252";
}

.bi-chat-left::before {
    content: "\f253";
}

.bi-chat-quote-fill::before {
    content: "\f254";
}

.bi-chat-quote::before {
    content: "\f255";
}

.bi-chat-right-dots-fill::before {
    content: "\f256";
}

.bi-chat-right-dots::before {
    content: "\f257";
}

.bi-chat-right-fill::before {
    content: "\f258";
}

.bi-chat-right-quote-fill::before {
    content: "\f259";
}

.bi-chat-right-quote::before {
    content: "\f25a";
}

.bi-chat-right-text-fill::before {
    content: "\f25b";
}

.bi-chat-right-text::before {
    content: "\f25c";
}

.bi-chat-right::before {
    content: "\f25d";
}

.bi-chat-square-fill::before {
    content: "\f260";
}

.bi-chat-square-quote-fill::before {
    content: "\f261";
}

.bi-chat-square-quote::before {
    content: "\f262";
}

.bi-chat-square-text-fill::before {
    content: "\f263";
}

.bi-chat-square-text::before {
    content: "\f264";
}

.bi-chat-square::before {
    content: "\f265";
}

.bi-chat-text-fill::before {
    content: "\f266";
}

.bi-chat-text::before {
    content: "\f267";
}

.bi-chat::before {
    content: "\f268";
}

.bi-check-all::before {
    content: "\f269";
}

.bi-check-circle-fill::before {
    content: "\f26a";
}

.bi-check-circle::before {
    content: "\f26b";
}

.bi-check-square-fill::before {
    content: "\f26c";
}

.bi-check-square::before {
    content: "\f26d";
}

.bi-check::before {
    content: "\f26e";
}

.bi-check2-all::before {
    content: "\f26f";
}

.bi-check2-circle::before {
    content: "\f270";
}

.bi-check2-square::before {
    content: "\f271";
}

.bi-check2::before {
    content: "\f272";
}

.bi-chevron-bar-contract::before {
    content: "\f273";
}

.bi-chevron-bar-down::before {
    content: "\f274";
}

.bi-chevron-bar-expand::before {
    content: "\f275";
}

.bi-chevron-bar-left::before {
    content: "\f276";
}

.bi-chevron-bar-right::before {
    content: "\f277";
}

.bi-chevron-bar-up::before {
    content: "\f278";
}

.bi-chevron-compact-down::before {
    content: "\f279";
}

.bi-chevron-compact-left::before {
    content: "\f27a";
}

.bi-chevron-compact-right::before {
    content: "\f27b";
}

.bi-chevron-compact-up::before {
    content: "\f27c";
}

.bi-chevron-contract::before {
    content: "\f27d";
}

.bi-chevron-double-down::before {
    content: "\f27e";
}

.bi-chevron-double-left::before {
    content: "\f27f";
}

.bi-chevron-double-right::before {
    content: "\f280";
}

.bi-chevron-double-up::before {
    content: "\f281";
}

.bi-chevron-down::before {
    content: "\f282";
}

.bi-chevron-expand::before {
    content: "\f283";
}

.bi-chevron-left::before {
    content: "\f284";
}

.bi-chevron-right::before {
    content: "\f285";
}

.bi-chevron-up::before {
    content: "\f286";
}

.bi-circle-fill::before {
    content: "\f287";
}

.bi-circle-half::before {
    content: "\f288";
}

.bi-circle-square::before {
    content: "\f289";
}

.bi-circle::before {
    content: "\f28a";
}

.bi-clipboard-check::before {
    content: "\f28b";
}

.bi-clipboard-data::before {
    content: "\f28c";
}

.bi-clipboard-minus::before {
    content: "\f28d";
}

.bi-clipboard-plus::before {
    content: "\f28e";
}

.bi-clipboard-x::before {
    content: "\f28f";
}

.bi-clipboard::before {
    content: "\f290";
}

.bi-clock-fill::before {
    content: "\f291";
}

.bi-clock-history::before {
    content: "\f292";
}

.bi-clock::before {
    content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
    content: "\f294";
}

.bi-cloud-arrow-down::before {
    content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
    content: "\f296";
}

.bi-cloud-arrow-up::before {
    content: "\f297";
}

.bi-cloud-check-fill::before {
    content: "\f298";
}

.bi-cloud-check::before {
    content: "\f299";
}

.bi-cloud-download-fill::before {
    content: "\f29a";
}

.bi-cloud-download::before {
    content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
    content: "\f29c";
}

.bi-cloud-drizzle::before {
    content: "\f29d";
}

.bi-cloud-fill::before {
    content: "\f29e";
}

.bi-cloud-fog-fill::before {
    content: "\f29f";
}

.bi-cloud-fog::before {
    content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
    content: "\f2a1";
}

.bi-cloud-fog2::before {
    content: "\f2a2";
}

.bi-cloud-hail-fill::before {
    content: "\f2a3";
}

.bi-cloud-hail::before {
    content: "\f2a4";
}

.bi-cloud-haze-fill::before {
    content: "\f2a6";
}

.bi-cloud-haze::before {
    content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
    content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
    content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
    content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
    content: "\f2ab";
}

.bi-cloud-lightning::before {
    content: "\f2ac";
}

.bi-cloud-minus-fill::before {
    content: "\f2ad";
}

.bi-cloud-minus::before {
    content: "\f2ae";
}

.bi-cloud-moon-fill::before {
    content: "\f2af";
}

.bi-cloud-moon::before {
    content: "\f2b0";
}

.bi-cloud-plus-fill::before {
    content: "\f2b1";
}

.bi-cloud-plus::before {
    content: "\f2b2";
}

.bi-cloud-rain-fill::before {
    content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
    content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
    content: "\f2b5";
}

.bi-cloud-rain::before {
    content: "\f2b6";
}

.bi-cloud-slash-fill::before {
    content: "\f2b7";
}

.bi-cloud-slash::before {
    content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
    content: "\f2b9";
}

.bi-cloud-sleet::before {
    content: "\f2ba";
}

.bi-cloud-snow-fill::before {
    content: "\f2bb";
}

.bi-cloud-snow::before {
    content: "\f2bc";
}

.bi-cloud-sun-fill::before {
    content: "\f2bd";
}

.bi-cloud-sun::before {
    content: "\f2be";
}

.bi-cloud-upload-fill::before {
    content: "\f2bf";
}

.bi-cloud-upload::before {
    content: "\f2c0";
}

.bi-cloud::before {
    content: "\f2c1";
}

.bi-clouds-fill::before {
    content: "\f2c2";
}

.bi-clouds::before {
    content: "\f2c3";
}

.bi-cloudy-fill::before {
    content: "\f2c4";
}

.bi-cloudy::before {
    content: "\f2c5";
}

.bi-code-slash::before {
    content: "\f2c6";
}

.bi-code-square::before {
    content: "\f2c7";
}

.bi-code::before {
    content: "\f2c8";
}

.bi-collection-fill::before {
    content: "\f2c9";
}

.bi-collection-play-fill::before {
    content: "\f2ca";
}

.bi-collection-play::before {
    content: "\f2cb";
}

.bi-collection::before {
    content: "\f2cc";
}

.bi-columns-gap::before {
    content: "\f2cd";
}

.bi-columns::before {
    content: "\f2ce";
}

.bi-command::before {
    content: "\f2cf";
}

.bi-compass-fill::before {
    content: "\f2d0";
}

.bi-compass::before {
    content: "\f2d1";
}

.bi-cone-striped::before {
    content: "\f2d2";
}

.bi-cone::before {
    content: "\f2d3";
}

.bi-controller::before {
    content: "\f2d4";
}

.bi-cpu-fill::before {
    content: "\f2d5";
}

.bi-cpu::before {
    content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
    content: "\f2d7";
}

.bi-credit-card-2-back::before {
    content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
    content: "\f2d9";
}

.bi-credit-card-2-front::before {
    content: "\f2da";
}

.bi-credit-card-fill::before {
    content: "\f2db";
}

.bi-credit-card::before {
    content: "\f2dc";
}

.bi-crop::before {
    content: "\f2dd";
}

.bi-cup-fill::before {
    content: "\f2de";
}

.bi-cup-straw::before {
    content: "\f2df";
}

.bi-cup::before {
    content: "\f2e0";
}

.bi-cursor-fill::before {
    content: "\f2e1";
}

.bi-cursor-text::before {
    content: "\f2e2";
}

.bi-cursor::before {
    content: "\f2e3";
}

.bi-dash-circle-dotted::before {
    content: "\f2e4";
}

.bi-dash-circle-fill::before {
    content: "\f2e5";
}

.bi-dash-circle::before {
    content: "\f2e6";
}

.bi-dash-square-dotted::before {
    content: "\f2e7";
}

.bi-dash-square-fill::before {
    content: "\f2e8";
}

.bi-dash-square::before {
    content: "\f2e9";
}

.bi-dash::before {
    content: "\f2ea";
}

.bi-diagram-2-fill::before {
    content: "\f2eb";
}

.bi-diagram-2::before {
    content: "\f2ec";
}

.bi-diagram-3-fill::before {
    content: "\f2ed";
}

.bi-diagram-3::before {
    content: "\f2ee";
}

.bi-diamond-fill::before {
    content: "\f2ef";
}

.bi-diamond-half::before {
    content: "\f2f0";
}

.bi-diamond::before {
    content: "\f2f1";
}

.bi-dice-1-fill::before {
    content: "\f2f2";
}

.bi-dice-1::before {
    content: "\f2f3";
}

.bi-dice-2-fill::before {
    content: "\f2f4";
}

.bi-dice-2::before {
    content: "\f2f5";
}

.bi-dice-3-fill::before {
    content: "\f2f6";
}

.bi-dice-3::before {
    content: "\f2f7";
}

.bi-dice-4-fill::before {
    content: "\f2f8";
}

.bi-dice-4::before {
    content: "\f2f9";
}

.bi-dice-5-fill::before {
    content: "\f2fa";
}

.bi-dice-5::before {
    content: "\f2fb";
}

.bi-dice-6-fill::before {
    content: "\f2fc";
}

.bi-dice-6::before {
    content: "\f2fd";
}

.bi-disc-fill::before {
    content: "\f2fe";
}

.bi-disc::before {
    content: "\f2ff";
}

.bi-discord::before {
    content: "\f300";
}

.bi-display-fill::before {
    content: "\f301";
}

.bi-display::before {
    content: "\f302";
}

.bi-distribute-horizontal::before {
    content: "\f303";
}

.bi-distribute-vertical::before {
    content: "\f304";
}

.bi-door-closed-fill::before {
    content: "\f305";
}

.bi-door-closed::before {
    content: "\f306";
}

.bi-door-open-fill::before {
    content: "\f307";
}

.bi-door-open::before {
    content: "\f308";
}

.bi-dot::before {
    content: "\f309";
}

.bi-download::before {
    content: "\f30a";
}

.bi-droplet-fill::before {
    content: "\f30b";
}

.bi-droplet-half::before {
    content: "\f30c";
}

.bi-droplet::before {
    content: "\f30d";
}

.bi-earbuds::before {
    content: "\f30e";
}

.bi-easel-fill::before {
    content: "\f30f";
}

.bi-easel::before {
    content: "\f310";
}

.bi-egg-fill::before {
    content: "\f311";
}

.bi-egg-fried::before {
    content: "\f312";
}

.bi-egg::before {
    content: "\f313";
}

.bi-eject-fill::before {
    content: "\f314";
}

.bi-eject::before {
    content: "\f315";
}

.bi-emoji-angry-fill::before {
    content: "\f316";
}

.bi-emoji-angry::before {
    content: "\f317";
}

.bi-emoji-dizzy-fill::before {
    content: "\f318";
}

.bi-emoji-dizzy::before {
    content: "\f319";
}

.bi-emoji-expressionless-fill::before {
    content: "\f31a";
}

.bi-emoji-expressionless::before {
    content: "\f31b";
}

.bi-emoji-frown-fill::before {
    content: "\f31c";
}

.bi-emoji-frown::before {
    content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
    content: "\f31e";
}

.bi-emoji-heart-eyes::before {
    content: "\f31f";
}

.bi-emoji-laughing-fill::before {
    content: "\f320";
}

.bi-emoji-laughing::before {
    content: "\f321";
}

.bi-emoji-neutral-fill::before {
    content: "\f322";
}

.bi-emoji-neutral::before {
    content: "\f323";
}

.bi-emoji-sunglasses-fill::before {
    content: "\f328";
}

.bi-emoji-sunglasses::before {
    content: "\f329";
}

.bi-emoji-wink-fill::before {
    content: "\f32a";
}

.bi-emoji-wink::before {
    content: "\f32b";
}

.bi-eraser-fill::before {
    content: "\f330";
}

.bi-eraser::before {
    content: "\f331";
}

.bi-exclamation-circle-fill::before {
    content: "\f332";
}

.bi-exclamation-circle::before {
    content: "\f333";
}

.bi-exclamation-diamond-fill::before {
    content: "\f334";
}

.bi-exclamation-diamond::before {
    content: "\f335";
}

.bi-exclamation-octagon-fill::before {
    content: "\f336";
}

.bi-exclamation-octagon::before {
    content: "\f337";
}

.bi-exclamation-square-fill::before {
    content: "\f338";
}

.bi-exclamation-square::before {
    content: "\f339";
}

.bi-exclamation-triangle-fill::before {
    content: "\f33a";
}

.bi-exclamation-triangle::before {
    content: "\f33b";
}

.bi-exclamation::before {
    content: "\f33c";
}

.bi-exclude::before {
    content: "\f33d";
}

.bi-eye-fill::before {
    content: "\f33e";
}

.bi-eye-slash-fill::before {
    content: "\f33f";
}

.bi-eye-slash::before {
    content: "\f340";
}

.bi-eye::before {
    content: "\f341";
}

.bi-eyedropper::before {
    content: "\f342";
}

.bi-eyeglasses::before {
    content: "\f343";
}

.bi-facebook::before {
    content: "\f344";
}

.bi-file-arrow-down-fill::before {
    content: "\f345";
}

.bi-file-arrow-down::before {
    content: "\f346";
}

.bi-file-arrow-up-fill::before {
    content: "\f347";
}

.bi-file-arrow-up::before {
    content: "\f348";
}

.bi-file-bar-graph-fill::before {
    content: "\f349";
}

.bi-file-bar-graph::before {
    content: "\f34a";
}

.bi-file-binary-fill::before {
    content: "\f34b";
}

.bi-file-binary::before {
    content: "\f34c";
}

.bi-file-break-fill::before {
    content: "\f34d";
}

.bi-file-break::before {
    content: "\f34e";
}

.bi-file-check-fill::before {
    content: "\f34f";
}

.bi-file-check::before {
    content: "\f350";
}

.bi-file-code-fill::before {
    content: "\f351";
}

.bi-file-code::before {
    content: "\f352";
}

.bi-file-diff-fill::before {
    content: "\f353";
}

.bi-file-diff::before {
    content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
    content: "\f355";
}

.bi-file-earmark-arrow-down::before {
    content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
    content: "\f357";
}

.bi-file-earmark-arrow-up::before {
    content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
    content: "\f359";
}

.bi-file-earmark-bar-graph::before {
    content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
    content: "\f35b";
}

.bi-file-earmark-binary::before {
    content: "\f35c";
}

.bi-file-earmark-break-fill::before {
    content: "\f35d";
}

.bi-file-earmark-break::before {
    content: "\f35e";
}

.bi-file-earmark-check-fill::before {
    content: "\f35f";
}

.bi-file-earmark-check::before {
    content: "\f360";
}

.bi-file-earmark-code-fill::before {
    content: "\f361";
}

.bi-file-earmark-code::before {
    content: "\f362";
}

.bi-file-earmark-diff-fill::before {
    content: "\f363";
}

.bi-file-earmark-diff::before {
    content: "\f364";
}

.bi-file-earmark-easel-fill::before {
    content: "\f365";
}

.bi-file-earmark-easel::before {
    content: "\f366";
}

.bi-file-earmark-excel-fill::before {
    content: "\f367";
}

.bi-file-earmark-excel::before {
    content: "\f368";
}

.bi-file-earmark-fill::before {
    content: "\f369";
}

.bi-file-earmark-font-fill::before {
    content: "\f36a";
}

.bi-file-earmark-font::before {
    content: "\f36b";
}

.bi-file-earmark-image-fill::before {
    content: "\f36c";
}

.bi-file-earmark-image::before {
    content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
    content: "\f36e";
}

.bi-file-earmark-lock::before {
    content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
    content: "\f370";
}

.bi-file-earmark-lock2::before {
    content: "\f371";
}

.bi-file-earmark-medical-fill::before {
    content: "\f372";
}

.bi-file-earmark-medical::before {
    content: "\f373";
}

.bi-file-earmark-minus-fill::before {
    content: "\f374";
}

.bi-file-earmark-minus::before {
    content: "\f375";
}

.bi-file-earmark-music-fill::before {
    content: "\f376";
}

.bi-file-earmark-music::before {
    content: "\f377";
}

.bi-file-earmark-person-fill::before {
    content: "\f378";
}

.bi-file-earmark-person::before {
    content: "\f379";
}

.bi-file-earmark-play-fill::before {
    content: "\f37a";
}

.bi-file-earmark-play::before {
    content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
    content: "\f37c";
}

.bi-file-earmark-plus::before {
    content: "\f37d";
}

.bi-file-earmark-post-fill::before {
    content: "\f37e";
}

.bi-file-earmark-post::before {
    content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
    content: "\f380";
}

.bi-file-earmark-ppt::before {
    content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
    content: "\f382";
}

.bi-file-earmark-richtext::before {
    content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
    content: "\f384";
}

.bi-file-earmark-ruled::before {
    content: "\f385";
}

.bi-file-earmark-slides-fill::before {
    content: "\f386";
}

.bi-file-earmark-slides::before {
    content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
    content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
    content: "\f389";
}

.bi-file-earmark-text-fill::before {
    content: "\f38a";
}

.bi-file-earmark-text::before {
    content: "\f38b";
}

.bi-file-earmark-word-fill::before {
    content: "\f38c";
}

.bi-file-earmark-word::before {
    content: "\f38d";
}

.bi-file-earmark-x-fill::before {
    content: "\f38e";
}

.bi-file-earmark-x::before {
    content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
    content: "\f390";
}

.bi-file-earmark-zip::before {
    content: "\f391";
}

.bi-file-earmark::before {
    content: "\f392";
}

.bi-file-easel-fill::before {
    content: "\f393";
}

.bi-file-easel::before {
    content: "\f394";
}

.bi-file-excel-fill::before {
    content: "\f395";
}

.bi-file-excel::before {
    content: "\f396";
}

.bi-file-fill::before {
    content: "\f397";
}

.bi-file-font-fill::before {
    content: "\f398";
}

.bi-file-font::before {
    content: "\f399";
}

.bi-file-image-fill::before {
    content: "\f39a";
}

.bi-file-image::before {
    content: "\f39b";
}

.bi-file-lock-fill::before {
    content: "\f39c";
}

.bi-file-lock::before {
    content: "\f39d";
}

.bi-file-lock2-fill::before {
    content: "\f39e";
}

.bi-file-lock2::before {
    content: "\f39f";
}

.bi-file-medical-fill::before {
    content: "\f3a0";
}

.bi-file-medical::before {
    content: "\f3a1";
}

.bi-file-minus-fill::before {
    content: "\f3a2";
}

.bi-file-minus::before {
    content: "\f3a3";
}

.bi-file-music-fill::before {
    content: "\f3a4";
}

.bi-file-music::before {
    content: "\f3a5";
}

.bi-file-person-fill::before {
    content: "\f3a6";
}

.bi-file-person::before {
    content: "\f3a7";
}

.bi-file-play-fill::before {
    content: "\f3a8";
}

.bi-file-play::before {
    content: "\f3a9";
}

.bi-file-plus-fill::before {
    content: "\f3aa";
}

.bi-file-plus::before {
    content: "\f3ab";
}

.bi-file-post-fill::before {
    content: "\f3ac";
}

.bi-file-post::before {
    content: "\f3ad";
}

.bi-file-ppt-fill::before {
    content: "\f3ae";
}

.bi-file-ppt::before {
    content: "\f3af";
}

.bi-file-richtext-fill::before {
    content: "\f3b0";
}

.bi-file-richtext::before {
    content: "\f3b1";
}

.bi-file-ruled-fill::before {
    content: "\f3b2";
}

.bi-file-ruled::before {
    content: "\f3b3";
}

.bi-file-slides-fill::before {
    content: "\f3b4";
}

.bi-file-slides::before {
    content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
    content: "\f3b6";
}

.bi-file-spreadsheet::before {
    content: "\f3b7";
}

.bi-file-text-fill::before {
    content: "\f3b8";
}

.bi-file-text::before {
    content: "\f3b9";
}

.bi-file-word-fill::before {
    content: "\f3ba";
}

.bi-file-word::before {
    content: "\f3bb";
}

.bi-file-x-fill::before {
    content: "\f3bc";
}

.bi-file-x::before {
    content: "\f3bd";
}

.bi-file-zip-fill::before {
    content: "\f3be";
}

.bi-file-zip::before {
    content: "\f3bf";
}

.bi-file::before {
    content: "\f3c0";
}

.bi-files-alt::before {
    content: "\f3c1";
}

.bi-files::before {
    content: "\f3c2";
}

.bi-film::before {
    content: "\f3c3";
}

.bi-filter-circle-fill::before {
    content: "\f3c4";
}

.bi-filter-circle::before {
    content: "\f3c5";
}

.bi-filter-left::before {
    content: "\f3c6";
}

.bi-filter-right::before {
    content: "\f3c7";
}

.bi-filter-square-fill::before {
    content: "\f3c8";
}

.bi-filter-square::before {
    content: "\f3c9";
}

.bi-filter::before {
    content: "\f3ca";
}

.bi-flag-fill::before {
    content: "\f3cb";
}

.bi-flag::before {
    content: "\f3cc";
}

.bi-flower1::before {
    content: "\f3cd";
}

.bi-flower2::before {
    content: "\f3ce";
}

.bi-flower3::before {
    content: "\f3cf";
}

.bi-folder-check::before {
    content: "\f3d0";
}

.bi-folder-fill::before {
    content: "\f3d1";
}

.bi-folder-minus::before {
    content: "\f3d2";
}

.bi-folder-plus::before {
    content: "\f3d3";
}

.bi-folder-symlink-fill::before {
    content: "\f3d4";
}

.bi-folder-symlink::before {
    content: "\f3d5";
}

.bi-folder-x::before {
    content: "\f3d6";
}

.bi-folder::before {
    content: "\f3d7";
}

.bi-folder2-open::before {
    content: "\f3d8";
}

.bi-folder2::before {
    content: "\f3d9";
}

.bi-fonts::before {
    content: "\f3da";
}

.bi-forward-fill::before {
    content: "\f3db";
}

.bi-forward::before {
    content: "\f3dc";
}

.bi-front::before {
    content: "\f3dd";
}

.bi-fullscreen-exit::before {
    content: "\f3de";
}

.bi-fullscreen::before {
    content: "\f3df";
}

.bi-funnel-fill::before {
    content: "\f3e0";
}

.bi-funnel::before {
    content: "\f3e1";
}

.bi-gear-fill::before {
    content: "\f3e2";
}

.bi-gear-wide-connected::before {
    content: "\f3e3";
}

.bi-gear-wide::before {
    content: "\f3e4";
}

.bi-gear::before {
    content: "\f3e5";
}

.bi-gem::before {
    content: "\f3e6";
}

.bi-geo-alt-fill::before {
    content: "\f3e7";
}

.bi-geo-alt::before {
    content: "\f3e8";
}

.bi-geo-fill::before {
    content: "\f3e9";
}

.bi-geo::before {
    content: "\f3ea";
}

.bi-gift-fill::before {
    content: "\f3eb";
}

.bi-gift::before {
    content: "\f3ec";
}

.bi-github::before {
    content: "\f3ed";
}

.bi-globe::before {
    content: "\f3ee";
}

.bi-globe2::before {
    content: "\f3ef";
}

.bi-google::before {
    content: "\f3f0";
}

.bi-graph-down::before {
    content: "\f3f1";
}

.bi-graph-up::before {
    content: "\f3f2";
}

.bi-grid-1x2-fill::before {
    content: "\f3f3";
}

.bi-grid-1x2::before {
    content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
    content: "\f3f5";
}

.bi-grid-3x2-gap::before {
    content: "\f3f6";
}

.bi-grid-3x2::before {
    content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
    content: "\f3f8";
}

.bi-grid-3x3-gap::before {
    content: "\f3f9";
}

.bi-grid-3x3::before {
    content: "\f3fa";
}

.bi-grid-fill::before {
    content: "\f3fb";
}

.bi-grid::before {
    content: "\f3fc";
}

.bi-grip-horizontal::before {
    content: "\f3fd";
}

.bi-grip-vertical::before {
    content: "\f3fe";
}

.bi-hammer::before {
    content: "\f3ff";
}

.bi-hand-index-fill::before {
    content: "\f400";
}

.bi-hand-index-thumb-fill::before {
    content: "\f401";
}

.bi-hand-index-thumb::before {
    content: "\f402";
}

.bi-hand-index::before {
    content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
    content: "\f404";
}

.bi-hand-thumbs-down::before {
    content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
    content: "\f406";
}

.bi-hand-thumbs-up::before {
    content: "\f407";
}

.bi-handbag-fill::before {
    content: "\f408";
}

.bi-handbag::before {
    content: "\f409";
}

.bi-hash::before {
    content: "\f40a";
}

.bi-hdd-fill::before {
    content: "\f40b";
}

.bi-hdd-network-fill::before {
    content: "\f40c";
}

.bi-hdd-network::before {
    content: "\f40d";
}

.bi-hdd-rack-fill::before {
    content: "\f40e";
}

.bi-hdd-rack::before {
    content: "\f40f";
}

.bi-hdd-stack-fill::before {
    content: "\f410";
}

.bi-hdd-stack::before {
    content: "\f411";
}

.bi-hdd::before {
    content: "\f412";
}

.bi-headphones::before {
    content: "\f413";
}

.bi-headset::before {
    content: "\f414";
}

.bi-heart-fill::before {
    content: "\f415";
}

.bi-heart-half::before {
    content: "\f416";
}

.bi-heart::before {
    content: "\f417";
}

.bi-heptagon-fill::before {
    content: "\f418";
}

.bi-heptagon-half::before {
    content: "\f419";
}

.bi-heptagon::before {
    content: "\f41a";
}

.bi-hexagon-fill::before {
    content: "\f41b";
}

.bi-hexagon-half::before {
    content: "\f41c";
}

.bi-hexagon::before {
    content: "\f41d";
}

.bi-hourglass-bottom::before {
    content: "\f41e";
}

.bi-hourglass-split::before {
    content: "\f41f";
}

.bi-hourglass-top::before {
    content: "\f420";
}

.bi-hourglass::before {
    content: "\f421";
}

.bi-house-door-fill::before {
    content: "\f422";
}

.bi-house-door::before {
    content: "\f423";
}

.bi-house-fill::before {
    content: "\f424";
}

.bi-house::before {
    content: "\f425";
}

.bi-hr::before {
    content: "\f426";
}

.bi-hurricane::before {
    content: "\f427";
}

.bi-image-alt::before {
    content: "\f428";
}

.bi-image-fill::before {
    content: "\f429";
}

.bi-image::before {
    content: "\f42a";
}

.bi-images::before {
    content: "\f42b";
}

.bi-inbox-fill::before {
    content: "\f42c";
}

.bi-inbox::before {
    content: "\f42d";
}

.bi-inboxes-fill::before {
    content: "\f42e";
}

.bi-inboxes::before {
    content: "\f42f";
}

.bi-info-circle-fill::before {
    content: "\f430";
}

.bi-info-circle::before {
    content: "\f431";
}

.bi-info-square-fill::before {
    content: "\f432";
}

.bi-info-square::before {
    content: "\f433";
}

.bi-info::before {
    content: "\f434";
}

.bi-input-cursor-text::before {
    content: "\f435";
}

.bi-input-cursor::before {
    content: "\f436";
}

.bi-instagram::before {
    content: "\f437";
}

.bi-intersect::before {
    content: "\f438";
}

.bi-journal-album::before {
    content: "\f439";
}

.bi-journal-arrow-down::before {
    content: "\f43a";
}

.bi-journal-arrow-up::before {
    content: "\f43b";
}

.bi-journal-bookmark-fill::before {
    content: "\f43c";
}

.bi-journal-bookmark::before {
    content: "\f43d";
}

.bi-journal-check::before {
    content: "\f43e";
}

.bi-journal-code::before {
    content: "\f43f";
}

.bi-journal-medical::before {
    content: "\f440";
}

.bi-journal-minus::before {
    content: "\f441";
}

.bi-journal-plus::before {
    content: "\f442";
}

.bi-journal-richtext::before {
    content: "\f443";
}

.bi-journal-text::before {
    content: "\f444";
}

.bi-journal-x::before {
    content: "\f445";
}

.bi-journal::before {
    content: "\f446";
}

.bi-joystick::before {
    content: "\f448";
}

.bi-justify-left::before {
    content: "\f449";
}

.bi-justify-right::before {
    content: "\f44a";
}

.bi-justify::before {
    content: "\f44b";
}

.bi-kanban-fill::before {
    content: "\f44c";
}

.bi-kanban::before {
    content: "\f44d";
}

.bi-key-fill::before {
    content: "\f44e";
}

.bi-key::before {
    content: "\f44f";
}

.bi-keyboard-fill::before {
    content: "\f450";
}

.bi-keyboard::before {
    content: "\f451";
}

.bi-ladder::before {
    content: "\f452";
}

.bi-lamp-fill::before {
    content: "\f453";
}

.bi-lamp::before {
    content: "\f454";
}

.bi-laptop-fill::before {
    content: "\f455";
}

.bi-laptop::before {
    content: "\f456";
}

.bi-layer-backward::before {
    content: "\f457";
}

.bi-layer-forward::before {
    content: "\f458";
}

.bi-layers-fill::before {
    content: "\f459";
}

.bi-layers-half::before {
    content: "\f45a";
}

.bi-layers::before {
    content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
    content: "\f45c";
}

.bi-layout-sidebar-inset::before {
    content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
    content: "\f45e";
}

.bi-layout-sidebar::before {
    content: "\f45f";
}

.bi-layout-split::before {
    content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
    content: "\f461";
}

.bi-layout-text-sidebar::before {
    content: "\f462";
}

.bi-layout-text-window-reverse::before {
    content: "\f463";
}

.bi-layout-text-window::before {
    content: "\f464";
}

.bi-layout-three-columns::before {
    content: "\f465";
}

.bi-layout-wtf::before {
    content: "\f466";
}

.bi-life-preserver::before {
    content: "\f467";
}

.bi-lightbulb-fill::before {
    content: "\f468";
}

.bi-lightbulb-off-fill::before {
    content: "\f469";
}

.bi-lightbulb-off::before {
    content: "\f46a";
}

.bi-lightbulb::before {
    content: "\f46b";
}

.bi-lightning-charge-fill::before {
    content: "\f46c";
}

.bi-lightning-charge::before {
    content: "\f46d";
}

.bi-lightning-fill::before {
    content: "\f46e";
}

.bi-lightning::before {
    content: "\f46f";
}

.bi-link-45deg::before {
    content: "\f470";
}

.bi-link::before {
    content: "\f471";
}

.bi-linkedin::before {
    content: "\f472";
}

.bi-list-check::before {
    content: "\f473";
}

.bi-list-nested::before {
    content: "\f474";
}

.bi-list-ol::before {
    content: "\f475";
}

.bi-list-stars::before {
    content: "\f476";
}

.bi-list-task::before {
    content: "\f477";
}

.bi-list-ul::before {
    content: "\f478";
}

.bi-list::before {
    content: "\f479";
}

.bi-lock-fill::before {
    content: "\f47a";
}

.bi-lock::before {
    content: "\f47b";
}

.bi-mailbox::before {
    content: "\f47c";
}

.bi-mailbox2::before {
    content: "\f47d";
}

.bi-map-fill::before {
    content: "\f47e";
}

.bi-map::before {
    content: "\f47f";
}

.bi-markdown-fill::before {
    content: "\f480";
}

.bi-markdown::before {
    content: "\f481";
}

.bi-mask::before {
    content: "\f482";
}

.bi-megaphone-fill::before {
    content: "\f483";
}

.bi-megaphone::before {
    content: "\f484";
}

.bi-menu-app-fill::before {
    content: "\f485";
}

.bi-menu-app::before {
    content: "\f486";
}

.bi-menu-button-fill::before {
    content: "\f487";
}

.bi-menu-button-wide-fill::before {
    content: "\f488";
}

.bi-menu-button-wide::before {
    content: "\f489";
}

.bi-menu-button::before {
    content: "\f48a";
}

.bi-menu-down::before {
    content: "\f48b";
}

.bi-menu-up::before {
    content: "\f48c";
}

.bi-mic-fill::before {
    content: "\f48d";
}

.bi-mic-mute-fill::before {
    content: "\f48e";
}

.bi-mic-mute::before {
    content: "\f48f";
}

.bi-mic::before {
    content: "\f490";
}

.bi-minecart-loaded::before {
    content: "\f491";
}

.bi-minecart::before {
    content: "\f492";
}

.bi-moisture::before {
    content: "\f493";
}

.bi-moon-fill::before {
    content: "\f494";
}

.bi-moon-stars-fill::before {
    content: "\f495";
}

.bi-moon-stars::before {
    content: "\f496";
}

.bi-moon::before {
    content: "\f497";
}

.bi-mouse-fill::before {
    content: "\f498";
}

.bi-mouse::before {
    content: "\f499";
}

.bi-mouse2-fill::before {
    content: "\f49a";
}

.bi-mouse2::before {
    content: "\f49b";
}

.bi-mouse3-fill::before {
    content: "\f49c";
}

.bi-mouse3::before {
    content: "\f49d";
}

.bi-music-note-beamed::before {
    content: "\f49e";
}

.bi-music-note-list::before {
    content: "\f49f";
}

.bi-music-note::before {
    content: "\f4a0";
}

.bi-music-player-fill::before {
    content: "\f4a1";
}

.bi-music-player::before {
    content: "\f4a2";
}

.bi-newspaper::before {
    content: "\f4a3";
}

.bi-node-minus-fill::before {
    content: "\f4a4";
}

.bi-node-minus::before {
    content: "\f4a5";
}

.bi-node-plus-fill::before {
    content: "\f4a6";
}

.bi-node-plus::before {
    content: "\f4a7";
}

.bi-nut-fill::before {
    content: "\f4a8";
}

.bi-nut::before {
    content: "\f4a9";
}

.bi-octagon-fill::before {
    content: "\f4aa";
}

.bi-octagon-half::before {
    content: "\f4ab";
}

.bi-octagon::before {
    content: "\f4ac";
}

.bi-option::before {
    content: "\f4ad";
}

.bi-outlet::before {
    content: "\f4ae";
}

.bi-paint-bucket::before {
    content: "\f4af";
}

.bi-palette-fill::before {
    content: "\f4b0";
}

.bi-palette::before {
    content: "\f4b1";
}

.bi-palette2::before {
    content: "\f4b2";
}

.bi-paperclip::before {
    content: "\f4b3";
}

.bi-paragraph::before {
    content: "\f4b4";
}

.bi-patch-check-fill::before {
    content: "\f4b5";
}

.bi-patch-check::before {
    content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
    content: "\f4b7";
}

.bi-patch-exclamation::before {
    content: "\f4b8";
}

.bi-patch-minus-fill::before {
    content: "\f4b9";
}

.bi-patch-minus::before {
    content: "\f4ba";
}

.bi-patch-plus-fill::before {
    content: "\f4bb";
}

.bi-patch-plus::before {
    content: "\f4bc";
}

.bi-patch-question-fill::before {
    content: "\f4bd";
}

.bi-patch-question::before {
    content: "\f4be";
}

.bi-pause-btn-fill::before {
    content: "\f4bf";
}

.bi-pause-btn::before {
    content: "\f4c0";
}

.bi-pause-circle-fill::before {
    content: "\f4c1";
}

.bi-pause-circle::before {
    content: "\f4c2";
}

.bi-pause-fill::before {
    content: "\f4c3";
}

.bi-pause::before {
    content: "\f4c4";
}

.bi-peace-fill::before {
    content: "\f4c5";
}

.bi-peace::before {
    content: "\f4c6";
}

.bi-pen-fill::before {
    content: "\f4c7";
}

.bi-pen::before {
    content: "\f4c8";
}

.bi-pencil-fill::before {
    content: "\f4c9";
}

.bi-pencil-square::before {
    content: "\f4ca";
}

.bi-pencil::before {
    content: "\f4cb";
}

.bi-pentagon-fill::before {
    content: "\f4cc";
}

.bi-pentagon-half::before {
    content: "\f4cd";
}

.bi-pentagon::before {
    content: "\f4ce";
}

.bi-people-fill::before {
    content: "\f4cf";
}

.bi-people::before {
    content: "\f4d0";
}

.bi-percent::before {
    content: "\f4d1";
}

.bi-person-badge-fill::before {
    content: "\f4d2";
}

.bi-person-badge::before {
    content: "\f4d3";
}

.bi-person-bounding-box::before {
    content: "\f4d4";
}

.bi-person-check-fill::before {
    content: "\f4d5";
}

.bi-person-check::before {
    content: "\f4d6";
}

.bi-person-circle::before {
    content: "\f4d7";
}

.bi-person-dash-fill::before {
    content: "\f4d8";
}

.bi-person-dash::before {
    content: "\f4d9";
}

.bi-person-fill::before {
    content: "\f4da";
}

.bi-person-lines-fill::before {
    content: "\f4db";
}

.bi-person-plus-fill::before {
    content: "\f4dc";
}

.bi-person-plus::before {
    content: "\f4dd";
}

.bi-person-square::before {
    content: "\f4de";
}

.bi-person-x-fill::before {
    content: "\f4df";
}

.bi-person-x::before {
    content: "\f4e0";
}

.bi-person::before {
    content: "\f4e1";
}

.bi-phone-fill::before {
    content: "\f4e2";
}

.bi-phone-landscape-fill::before {
    content: "\f4e3";
}

.bi-phone-landscape::before {
    content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
    content: "\f4e5";
}

.bi-phone-vibrate::before {
    content: "\f4e6";
}

.bi-phone::before {
    content: "\f4e7";
}

.bi-pie-chart-fill::before {
    content: "\f4e8";
}

.bi-pie-chart::before {
    content: "\f4e9";
}

.bi-pin-angle-fill::before {
    content: "\f4ea";
}

.bi-pin-angle::before {
    content: "\f4eb";
}

.bi-pin-fill::before {
    content: "\f4ec";
}

.bi-pin::before {
    content: "\f4ed";
}

.bi-pip-fill::before {
    content: "\f4ee";
}

.bi-pip::before {
    content: "\f4ef";
}

.bi-play-btn-fill::before {
    content: "\f4f0";
}

.bi-play-btn::before {
    content: "\f4f1";
}

.bi-play-circle-fill::before {
    content: "\f4f2";
}

.bi-play-circle::before {
    content: "\f4f3";
}

.bi-play-fill::before {
    content: "\f4f4";
}

.bi-play::before {
    content: "\f4f5";
}

.bi-plug-fill::before {
    content: "\f4f6";
}

.bi-plug::before {
    content: "\f4f7";
}

.bi-plus-circle-dotted::before {
    content: "\f4f8";
}

.bi-plus-circle-fill::before {
    content: "\f4f9";
}

.bi-plus-circle::before {
    content: "\f4fa";
}

.bi-plus-square-dotted::before {
    content: "\f4fb";
}

.bi-plus-square-fill::before {
    content: "\f4fc";
}

.bi-plus-square::before {
    content: "\f4fd";
}

.bi-plus::before {
    content: "\f4fe";
}

.bi-power::before {
    content: "\f4ff";
}

.bi-printer-fill::before {
    content: "\f500";
}

.bi-printer::before {
    content: "\f501";
}

.bi-puzzle-fill::before {
    content: "\f502";
}

.bi-puzzle::before {
    content: "\f503";
}

.bi-question-circle-fill::before {
    content: "\f504";
}

.bi-question-circle::before {
    content: "\f505";
}

.bi-question-diamond-fill::before {
    content: "\f506";
}

.bi-question-diamond::before {
    content: "\f507";
}

.bi-question-octagon-fill::before {
    content: "\f508";
}

.bi-question-octagon::before {
    content: "\f509";
}

.bi-question-square-fill::before {
    content: "\f50a";
}

.bi-question-square::before {
    content: "\f50b";
}

.bi-question::before {
    content: "\f50c";
}

.bi-rainbow::before {
    content: "\f50d";
}

.bi-receipt-cutoff::before {
    content: "\f50e";
}

.bi-receipt::before {
    content: "\f50f";
}

.bi-reception-0::before {
    content: "\f510";
}

.bi-reception-1::before {
    content: "\f511";
}

.bi-reception-2::before {
    content: "\f512";
}

.bi-reception-3::before {
    content: "\f513";
}

.bi-reception-4::before {
    content: "\f514";
}

.bi-record-btn-fill::before {
    content: "\f515";
}

.bi-record-btn::before {
    content: "\f516";
}

.bi-record-circle-fill::before {
    content: "\f517";
}

.bi-record-circle::before {
    content: "\f518";
}

.bi-record-fill::before {
    content: "\f519";
}

.bi-record::before {
    content: "\f51a";
}

.bi-record2-fill::before {
    content: "\f51b";
}

.bi-record2::before {
    content: "\f51c";
}

.bi-reply-all-fill::before {
    content: "\f51d";
}

.bi-reply-all::before {
    content: "\f51e";
}

.bi-reply-fill::before {
    content: "\f51f";
}

.bi-reply::before {
    content: "\f520";
}

.bi-rss-fill::before {
    content: "\f521";
}

.bi-rss::before {
    content: "\f522";
}

.bi-rulers::before {
    content: "\f523";
}

.bi-save-fill::before {
    content: "\f524";
}

.bi-save::before {
    content: "\f525";
}

.bi-save2-fill::before {
    content: "\f526";
}

.bi-save2::before {
    content: "\f527";
}

.bi-scissors::before {
    content: "\f528";
}

.bi-screwdriver::before {
    content: "\f529";
}

.bi-search::before {
    content: "\f52a";
}

.bi-segmented-nav::before {
    content: "\f52b";
}

.bi-server::before {
    content: "\f52c";
}

.bi-share-fill::before {
    content: "\f52d";
}

.bi-share::before {
    content: "\f52e";
}

.bi-shield-check::before {
    content: "\f52f";
}

.bi-shield-exclamation::before {
    content: "\f530";
}

.bi-shield-fill-check::before {
    content: "\f531";
}

.bi-shield-fill-exclamation::before {
    content: "\f532";
}

.bi-shield-fill-minus::before {
    content: "\f533";
}

.bi-shield-fill-plus::before {
    content: "\f534";
}

.bi-shield-fill-x::before {
    content: "\f535";
}

.bi-shield-fill::before {
    content: "\f536";
}

.bi-shield-lock-fill::before {
    content: "\f537";
}

.bi-shield-lock::before {
    content: "\f538";
}

.bi-shield-minus::before {
    content: "\f539";
}

.bi-shield-plus::before {
    content: "\f53a";
}

.bi-shield-shaded::before {
    content: "\f53b";
}

.bi-shield-slash-fill::before {
    content: "\f53c";
}

.bi-shield-slash::before {
    content: "\f53d";
}

.bi-shield-x::before {
    content: "\f53e";
}

.bi-shield::before {
    content: "\f53f";
}

.bi-shift-fill::before {
    content: "\f540";
}

.bi-shift::before {
    content: "\f541";
}

.bi-shop-window::before {
    content: "\f542";
}

.bi-shop::before {
    content: "\f543";
}

.bi-shuffle::before {
    content: "\f544";
}

.bi-signpost-2-fill::before {
    content: "\f545";
}

.bi-signpost-2::before {
    content: "\f546";
}

.bi-signpost-fill::before {
    content: "\f547";
}

.bi-signpost-split-fill::before {
    content: "\f548";
}

.bi-signpost-split::before {
    content: "\f549";
}

.bi-signpost::before {
    content: "\f54a";
}

.bi-sim-fill::before {
    content: "\f54b";
}

.bi-sim::before {
    content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
    content: "\f54d";
}

.bi-skip-backward-btn::before {
    content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
    content: "\f54f";
}

.bi-skip-backward-circle::before {
    content: "\f550";
}

.bi-skip-backward-fill::before {
    content: "\f551";
}

.bi-skip-backward::before {
    content: "\f552";
}

.bi-skip-end-btn-fill::before {
    content: "\f553";
}

.bi-skip-end-btn::before {
    content: "\f554";
}

.bi-skip-end-circle-fill::before {
    content: "\f555";
}

.bi-skip-end-circle::before {
    content: "\f556";
}

.bi-skip-end-fill::before {
    content: "\f557";
}

.bi-skip-end::before {
    content: "\f558";
}

.bi-skip-forward-btn-fill::before {
    content: "\f559";
}

.bi-skip-forward-btn::before {
    content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
    content: "\f55b";
}

.bi-skip-forward-circle::before {
    content: "\f55c";
}

.bi-skip-forward-fill::before {
    content: "\f55d";
}

.bi-skip-forward::before {
    content: "\f55e";
}

.bi-skip-start-btn-fill::before {
    content: "\f55f";
}

.bi-skip-start-btn::before {
    content: "\f560";
}

.bi-skip-start-circle-fill::before {
    content: "\f561";
}

.bi-skip-start-circle::before {
    content: "\f562";
}

.bi-skip-start-fill::before {
    content: "\f563";
}

.bi-skip-start::before {
    content: "\f564";
}

.bi-slack::before {
    content: "\f565";
}

.bi-slash-circle-fill::before {
    content: "\f566";
}

.bi-slash-circle::before {
    content: "\f567";
}

.bi-slash-square-fill::before {
    content: "\f568";
}

.bi-slash-square::before {
    content: "\f569";
}

.bi-slash::before {
    content: "\f56a";
}

.bi-sliders::before {
    content: "\f56b";
}

.bi-smartwatch::before {
    content: "\f56c";
}

.bi-snow::before {
    content: "\f56d";
}

.bi-snow2::before {
    content: "\f56e";
}

.bi-snow3::before {
    content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
    content: "\f570";
}

.bi-sort-alpha-down::before {
    content: "\f571";
}

.bi-sort-alpha-up-alt::before {
    content: "\f572";
}

.bi-sort-alpha-up::before {
    content: "\f573";
}

.bi-sort-down-alt::before {
    content: "\f574";
}

.bi-sort-down::before {
    content: "\f575";
}

.bi-sort-numeric-down-alt::before {
    content: "\f576";
}

.bi-sort-numeric-down::before {
    content: "\f577";
}

.bi-sort-numeric-up-alt::before {
    content: "\f578";
}

.bi-sort-numeric-up::before {
    content: "\f579";
}

.bi-sort-up-alt::before {
    content: "\f57a";
}

.bi-sort-up::before {
    content: "\f57b";
}

.bi-soundwave::before {
    content: "\f57c";
}

.bi-speaker-fill::before {
    content: "\f57d";
}

.bi-speaker::before {
    content: "\f57e";
}

.bi-speedometer::before {
    content: "\f57f";
}

.bi-speedometer2::before {
    content: "\f580";
}

.bi-spellcheck::before {
    content: "\f581";
}

.bi-square-fill::before {
    content: "\f582";
}

.bi-square-half::before {
    content: "\f583";
}

.bi-square::before {
    content: "\f584";
}

.bi-stack::before {
    content: "\f585";
}

.bi-star-fill::before {
    content: "\f586";
}

.bi-star-half::before {
    content: "\f587";
}

.bi-star::before {
    content: "\f588";
}

.bi-stars::before {
    content: "\f589";
}

.bi-stickies-fill::before {
    content: "\f58a";
}

.bi-stickies::before {
    content: "\f58b";
}

.bi-sticky-fill::before {
    content: "\f58c";
}

.bi-sticky::before {
    content: "\f58d";
}

.bi-stop-btn-fill::before {
    content: "\f58e";
}

.bi-stop-btn::before {
    content: "\f58f";
}

.bi-stop-circle-fill::before {
    content: "\f590";
}

.bi-stop-circle::before {
    content: "\f591";
}

.bi-stop-fill::before {
    content: "\f592";
}

.bi-stop::before {
    content: "\f593";
}

.bi-stoplights-fill::before {
    content: "\f594";
}

.bi-stoplights::before {
    content: "\f595";
}

.bi-stopwatch-fill::before {
    content: "\f596";
}

.bi-stopwatch::before {
    content: "\f597";
}

.bi-subtract::before {
    content: "\f598";
}

.bi-suit-club-fill::before {
    content: "\f599";
}

.bi-suit-club::before {
    content: "\f59a";
}

.bi-suit-diamond-fill::before {
    content: "\f59b";
}

.bi-suit-diamond::before {
    content: "\f59c";
}

.bi-suit-heart-fill::before {
    content: "\f59d";
}

.bi-suit-heart::before {
    content: "\f59e";
}

.bi-suit-spade-fill::before {
    content: "\f59f";
}

.bi-suit-spade::before {
    content: "\f5a0";
}

.bi-sun-fill::before {
    content: "\f5a1";
}

.bi-sun::before {
    content: "\f5a2";
}

.bi-sunglasses::before {
    content: "\f5a3";
}

.bi-sunrise-fill::before {
    content: "\f5a4";
}

.bi-sunrise::before {
    content: "\f5a5";
}

.bi-sunset-fill::before {
    content: "\f5a6";
}

.bi-sunset::before {
    content: "\f5a7";
}

.bi-symmetry-horizontal::before {
    content: "\f5a8";
}

.bi-symmetry-vertical::before {
    content: "\f5a9";
}

.bi-table::before {
    content: "\f5aa";
}

.bi-tablet-fill::before {
    content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
    content: "\f5ac";
}

.bi-tablet-landscape::before {
    content: "\f5ad";
}

.bi-tablet::before {
    content: "\f5ae";
}

.bi-tag-fill::before {
    content: "\f5af";
}

.bi-tag::before {
    content: "\f5b0";
}

.bi-tags-fill::before {
    content: "\f5b1";
}

.bi-tags::before {
    content: "\f5b2";
}

.bi-telegram::before {
    content: "\f5b3";
}

.bi-terminal-fill::before {
    content: "\f5c2";
}

.bi-terminal::before {
    content: "\f5c3";
}

.bi-text-center::before {
    content: "\f5c4";
}

.bi-text-indent-left::before {
    content: "\f5c5";
}

.bi-text-indent-right::before {
    content: "\f5c6";
}

.bi-text-left::before {
    content: "\f5c7";
}

.bi-text-paragraph::before {
    content: "\f5c8";
}

.bi-text-right::before {
    content: "\f5c9";
}

.bi-textarea-resize::before {
    content: "\f5ca";
}

.bi-textarea-t::before {
    content: "\f5cb";
}

.bi-textarea::before {
    content: "\f5cc";
}

.bi-thermometer-half::before {
    content: "\f5cd";
}

.bi-thermometer-high::before {
    content: "\f5ce";
}

.bi-thermometer-low::before {
    content: "\f5cf";
}

.bi-thermometer-snow::before {
    content: "\f5d0";
}

.bi-thermometer-sun::before {
    content: "\f5d1";
}

.bi-thermometer::before {
    content: "\f5d2";
}

.bi-three-dots-vertical::before {
    content: "\f5d3";
}

.bi-three-dots::before {
    content: "\f5d4";
}

.bi-toggle-off::before {
    content: "\f5d5";
}

.bi-toggle-on::before {
    content: "\f5d6";
}

.bi-toggle2-off::before {
    content: "\f5d7";
}

.bi-toggle2-on::before {
    content: "\f5d8";
}

.bi-toggles::before {
    content: "\f5d9";
}

.bi-toggles2::before {
    content: "\f5da";
}

.bi-tools::before {
    content: "\f5db";
}

.bi-tornado::before {
    content: "\f5dc";
}

.bi-trash-fill::before {
    content: "\f5dd";
}

.bi-trash::before {
    content: "\f5de";
}

.bi-trash2-fill::before {
    content: "\f5df";
}

.bi-trash2::before {
    content: "\f5e0";
}

.bi-tree-fill::before {
    content: "\f5e1";
}

.bi-tree::before {
    content: "\f5e2";
}

.bi-triangle-fill::before {
    content: "\f5e3";
}

.bi-triangle-half::before {
    content: "\f5e4";
}

.bi-triangle::before {
    content: "\f5e5";
}

.bi-trophy-fill::before {
    content: "\f5e6";
}

.bi-trophy::before {
    content: "\f5e7";
}

.bi-tropical-storm::before {
    content: "\f5e8";
}

.bi-truck-flatbed::before {
    content: "\f5e9";
}

.bi-truck::before {
    content: "\f5ea";
}

.bi-tsunami::before {
    content: "\f5eb";
}

.bi-tv-fill::before {
    content: "\f5ec";
}

.bi-tv::before {
    content: "\f5ed";
}

.bi-twitch::before {
    content: "\f5ee";
}

.bi-twitter::before {
    content: "\f5ef";
}

.bi-type-bold::before {
    content: "\f5f0";
}

.bi-type-h1::before {
    content: "\f5f1";
}

.bi-type-h2::before {
    content: "\f5f2";
}

.bi-type-h3::before {
    content: "\f5f3";
}

.bi-type-italic::before {
    content: "\f5f4";
}

.bi-type-strikethrough::before {
    content: "\f5f5";
}

.bi-type-underline::before {
    content: "\f5f6";
}

.bi-type::before {
    content: "\f5f7";
}

.bi-ui-checks-grid::before {
    content: "\f5f8";
}

.bi-ui-checks::before {
    content: "\f5f9";
}

.bi-ui-radios-grid::before {
    content: "\f5fa";
}

.bi-ui-radios::before {
    content: "\f5fb";
}

.bi-umbrella-fill::before {
    content: "\f5fc";
}

.bi-umbrella::before {
    content: "\f5fd";
}

.bi-union::before {
    content: "\f5fe";
}

.bi-unlock-fill::before {
    content: "\f5ff";
}

.bi-unlock::before {
    content: "\f600";
}

.bi-upc-scan::before {
    content: "\f601";
}

.bi-upc::before {
    content: "\f602";
}

.bi-upload::before {
    content: "\f603";
}

.bi-vector-pen::before {
    content: "\f604";
}

.bi-view-list::before {
    content: "\f605";
}

.bi-view-stacked::before {
    content: "\f606";
}

.bi-vinyl-fill::before {
    content: "\f607";
}

.bi-vinyl::before {
    content: "\f608";
}

.bi-voicemail::before {
    content: "\f609";
}

.bi-volume-down-fill::before {
    content: "\f60a";
}

.bi-volume-down::before {
    content: "\f60b";
}

.bi-volume-mute-fill::before {
    content: "\f60c";
}

.bi-volume-mute::before {
    content: "\f60d";
}

.bi-volume-off-fill::before {
    content: "\f60e";
}

.bi-volume-off::before {
    content: "\f60f";
}

.bi-volume-up-fill::before {
    content: "\f610";
}

.bi-volume-up::before {
    content: "\f611";
}

.bi-vr::before {
    content: "\f612";
}

.bi-wallet-fill::before {
    content: "\f613";
}

.bi-wallet::before {
    content: "\f614";
}

.bi-wallet2::before {
    content: "\f615";
}

.bi-watch::before {
    content: "\f616";
}

.bi-water::before {
    content: "\f617";
}

.bi-whatsapp::before {
    content: "\f618";
}

.bi-wifi-1::before {
    content: "\f619";
}

.bi-wifi-2::before {
    content: "\f61a";
}

.bi-wifi-off::before {
    content: "\f61b";
}

.bi-wifi::before {
    content: "\f61c";
}

.bi-wind::before {
    content: "\f61d";
}

.bi-window-dock::before {
    content: "\f61e";
}

.bi-window-sidebar::before {
    content: "\f61f";
}

.bi-window::before {
    content: "\f620";
}

.bi-wrench::before {
    content: "\f621";
}

.bi-x-circle-fill::before {
    content: "\f622";
}

.bi-x-circle::before {
    content: "\f623";
}

.bi-x-diamond-fill::before {
    content: "\f624";
}

.bi-x-diamond::before {
    content: "\f625";
}

.bi-x-octagon-fill::before {
    content: "\f626";
}

.bi-x-octagon::before {
    content: "\f627";
}

.bi-x-square-fill::before {
    content: "\f628";
}

.bi-x-square::before {
    content: "\f629";
}

.bi-x::before {
    content: "\f62a";
}

.bi-youtube::before {
    content: "\f62b";
}

.bi-zoom-in::before {
    content: "\f62c";
}

.bi-zoom-out::before {
    content: "\f62d";
}

.bi-bank::before {
    content: "\f62e";
}

.bi-bank2::before {
    content: "\f62f";
}

.bi-bell-slash-fill::before {
    content: "\f630";
}

.bi-bell-slash::before {
    content: "\f631";
}

.bi-cash-coin::before {
    content: "\f632";
}

.bi-check-lg::before {
    content: "\f633";
}

.bi-coin::before {
    content: "\f634";
}

.bi-currency-bitcoin::before {
    content: "\f635";
}

.bi-currency-dollar::before {
    content: "\f636";
}

.bi-currency-euro::before {
    content: "\f637";
}

.bi-currency-exchange::before {
    content: "\f638";
}

.bi-currency-pound::before {
    content: "\f639";
}

.bi-currency-yen::before {
    content: "\f63a";
}

.bi-dash-lg::before {
    content: "\f63b";
}

.bi-exclamation-lg::before {
    content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
    content: "\f63d";
}

.bi-file-earmark-pdf::before {
    content: "\f63e";
}

.bi-file-pdf-fill::before {
    content: "\f63f";
}

.bi-file-pdf::before {
    content: "\f640";
}

.bi-gender-ambiguous::before {
    content: "\f641";
}

.bi-gender-female::before {
    content: "\f642";
}

.bi-gender-male::before {
    content: "\f643";
}

.bi-gender-trans::before {
    content: "\f644";
}

.bi-headset-vr::before {
    content: "\f645";
}

.bi-info-lg::before {
    content: "\f646";
}

.bi-mastodon::before {
    content: "\f647";
}

.bi-messenger::before {
    content: "\f648";
}

.bi-piggy-bank-fill::before {
    content: "\f649";
}

.bi-piggy-bank::before {
    content: "\f64a";
}

.bi-pin-map-fill::before {
    content: "\f64b";
}

.bi-pin-map::before {
    content: "\f64c";
}

.bi-plus-lg::before {
    content: "\f64d";
}

.bi-question-lg::before {
    content: "\f64e";
}

.bi-recycle::before {
    content: "\f64f";
}

.bi-reddit::before {
    content: "\f650";
}

.bi-safe-fill::before {
    content: "\f651";
}

.bi-safe2-fill::before {
    content: "\f652";
}

.bi-safe2::before {
    content: "\f653";
}

.bi-sd-card-fill::before {
    content: "\f654";
}

.bi-sd-card::before {
    content: "\f655";
}

.bi-skype::before {
    content: "\f656";
}

.bi-slash-lg::before {
    content: "\f657";
}

.bi-translate::before {
    content: "\f658";
}

.bi-x-lg::before {
    content: "\f659";
}

.bi-safe::before {
    content: "\f65a";
}

.bi-apple::before {
    content: "\f65b";
}

.bi-microsoft::before {
    content: "\f65d";
}

.bi-windows::before {
    content: "\f65e";
}

.bi-behance::before {
    content: "\f65c";
}

.bi-dribbble::before {
    content: "\f65f";
}

.bi-line::before {
    content: "\f660";
}

.bi-medium::before {
    content: "\f661";
}

.bi-paypal::before {
    content: "\f662";
}

.bi-pinterest::before {
    content: "\f663";
}

.bi-signal::before {
    content: "\f664";
}

.bi-snapchat::before {
    content: "\f665";
}

.bi-spotify::before {
    content: "\f666";
}

.bi-stack-overflow::before {
    content: "\f667";
}

.bi-strava::before {
    content: "\f668";
}

.bi-wordpress::before {
    content: "\f669";
}

.bi-vimeo::before {
    content: "\f66a";
}

.bi-activity::before {
    content: "\f66b";
}

.bi-easel2-fill::before {
    content: "\f66c";
}

.bi-easel2::before {
    content: "\f66d";
}

.bi-easel3-fill::before {
    content: "\f66e";
}

.bi-easel3::before {
    content: "\f66f";
}

.bi-fan::before {
    content: "\f670";
}

.bi-fingerprint::before {
    content: "\f671";
}

.bi-graph-down-arrow::before {
    content: "\f672";
}

.bi-graph-up-arrow::before {
    content: "\f673";
}

.bi-hypnotize::before {
    content: "\f674";
}

.bi-magic::before {
    content: "\f675";
}

.bi-person-rolodex::before {
    content: "\f676";
}

.bi-person-video::before {
    content: "\f677";
}

.bi-person-video2::before {
    content: "\f678";
}

.bi-person-video3::before {
    content: "\f679";
}

.bi-person-workspace::before {
    content: "\f67a";
}

.bi-radioactive::before {
    content: "\f67b";
}

.bi-webcam-fill::before {
    content: "\f67c";
}

.bi-webcam::before {
    content: "\f67d";
}

.bi-yin-yang::before {
    content: "\f67e";
}

.bi-bandaid-fill::before {
    content: "\f680";
}

.bi-bandaid::before {
    content: "\f681";
}

.bi-bluetooth::before {
    content: "\f682";
}

.bi-body-text::before {
    content: "\f683";
}

.bi-boombox::before {
    content: "\f684";
}

.bi-boxes::before {
    content: "\f685";
}

.bi-dpad-fill::before {
    content: "\f686";
}

.bi-dpad::before {
    content: "\f687";
}

.bi-ear-fill::before {
    content: "\f688";
}

.bi-ear::before {
    content: "\f689";
}

.bi-explicit-fill::before {
    content: "\f69b";
}

.bi-explicit::before {
    content: "\f69c";
}

.bi-git::before {
    content: "\f69d";
}

.bi-infinity::before {
    content: "\f69e";
}

.bi-list-columns-reverse::before {
    content: "\f69f";
}

.bi-list-columns::before {
    content: "\f6a0";
}

.bi-meta::before {
    content: "\f6a1";
}

.bi-nintendo-switch::before {
    content: "\f6a4";
}

.bi-pc-display-horizontal::before {
    content: "\f6a5";
}

.bi-pc-display::before {
    content: "\f6a6";
}

.bi-pc-horizontal::before {
    content: "\f6a7";
}

.bi-pc::before {
    content: "\f6a8";
}

.bi-playstation::before {
    content: "\f6a9";
}

.bi-plus-slash-minus::before {
    content: "\f6aa";
}

.bi-projector-fill::before {
    content: "\f6ab";
}

.bi-projector::before {
    content: "\f6ac";
}

.bi-qr-code-scan::before {
    content: "\f6ad";
}

.bi-qr-code::before {
    content: "\f6ae";
}

.bi-quora::before {
    content: "\f6af";
}

.bi-quote::before {
    content: "\f6b0";
}

.bi-robot::before {
    content: "\f6b1";
}

.bi-send-check-fill::before {
    content: "\f6b2";
}

.bi-send-check::before {
    content: "\f6b3";
}

.bi-send-dash-fill::before {
    content: "\f6b4";
}

.bi-send-dash::before {
    content: "\f6b5";
}

.bi-send-exclamation-fill::before {
    content: "\f6b7";
}

.bi-send-exclamation::before {
    content: "\f6b8";
}

.bi-send-fill::before {
    content: "\f6b9";
}

.bi-send-plus-fill::before {
    content: "\f6ba";
}

.bi-send-plus::before {
    content: "\f6bb";
}

.bi-send-slash-fill::before {
    content: "\f6bc";
}

.bi-send-slash::before {
    content: "\f6bd";
}

.bi-send-x-fill::before {
    content: "\f6be";
}

.bi-send-x::before {
    content: "\f6bf";
}

.bi-send::before {
    content: "\f6c0";
}

.bi-steam::before {
    content: "\f6c1";
}

.bi-terminal-dash::before {
    content: "\f6c3";
}

.bi-terminal-plus::before {
    content: "\f6c4";
}

.bi-terminal-split::before {
    content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
    content: "\f6c6";
}

.bi-ticket-detailed::before {
    content: "\f6c7";
}

.bi-ticket-fill::before {
    content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
    content: "\f6c9";
}

.bi-ticket-perforated::before {
    content: "\f6ca";
}

.bi-ticket::before {
    content: "\f6cb";
}

.bi-tiktok::before {
    content: "\f6cc";
}

.bi-window-dash::before {
    content: "\f6cd";
}

.bi-window-desktop::before {
    content: "\f6ce";
}

.bi-window-fullscreen::before {
    content: "\f6cf";
}

.bi-window-plus::before {
    content: "\f6d0";
}

.bi-window-split::before {
    content: "\f6d1";
}

.bi-window-stack::before {
    content: "\f6d2";
}

.bi-window-x::before {
    content: "\f6d3";
}

.bi-xbox::before {
    content: "\f6d4";
}

.bi-ethernet::before {
    content: "\f6d5";
}

.bi-hdmi-fill::before {
    content: "\f6d6";
}

.bi-hdmi::before {
    content: "\f6d7";
}

.bi-usb-c-fill::before {
    content: "\f6d8";
}

.bi-usb-c::before {
    content: "\f6d9";
}

.bi-usb-fill::before {
    content: "\f6da";
}

.bi-usb-plug-fill::before {
    content: "\f6db";
}

.bi-usb-plug::before {
    content: "\f6dc";
}

.bi-usb-symbol::before {
    content: "\f6dd";
}

.bi-usb::before {
    content: "\f6de";
}

.bi-boombox-fill::before {
    content: "\f6df";
}

.bi-displayport::before {
    content: "\f6e1";
}

.bi-gpu-card::before {
    content: "\f6e2";
}

.bi-memory::before {
    content: "\f6e3";
}

.bi-modem-fill::before {
    content: "\f6e4";
}

.bi-modem::before {
    content: "\f6e5";
}

.bi-motherboard-fill::before {
    content: "\f6e6";
}

.bi-motherboard::before {
    content: "\f6e7";
}

.bi-optical-audio-fill::before {
    content: "\f6e8";
}

.bi-optical-audio::before {
    content: "\f6e9";
}

.bi-pci-card::before {
    content: "\f6ea";
}

.bi-router-fill::before {
    content: "\f6eb";
}

.bi-router::before {
    content: "\f6ec";
}

.bi-thunderbolt-fill::before {
    content: "\f6ef";
}

.bi-thunderbolt::before {
    content: "\f6f0";
}

.bi-usb-drive-fill::before {
    content: "\f6f1";
}

.bi-usb-drive::before {
    content: "\f6f2";
}

.bi-usb-micro-fill::before {
    content: "\f6f3";
}

.bi-usb-micro::before {
    content: "\f6f4";
}

.bi-usb-mini-fill::before {
    content: "\f6f5";
}

.bi-usb-mini::before {
    content: "\f6f6";
}

.bi-cloud-haze2::before {
    content: "\f6f7";
}

.bi-device-hdd-fill::before {
    content: "\f6f8";
}

.bi-device-hdd::before {
    content: "\f6f9";
}

.bi-device-ssd-fill::before {
    content: "\f6fa";
}

.bi-device-ssd::before {
    content: "\f6fb";
}

.bi-displayport-fill::before {
    content: "\f6fc";
}

.bi-mortarboard-fill::before {
    content: "\f6fd";
}

.bi-mortarboard::before {
    content: "\f6fe";
}

.bi-terminal-x::before {
    content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
    content: "\f700";
}

.bi-arrow-through-heart::before {
    content: "\f701";
}

.bi-badge-sd-fill::before {
    content: "\f702";
}

.bi-badge-sd::before {
    content: "\f703";
}

.bi-bag-heart-fill::before {
    content: "\f704";
}

.bi-bag-heart::before {
    content: "\f705";
}

.bi-balloon-fill::before {
    content: "\f706";
}

.bi-balloon-heart-fill::before {
    content: "\f707";
}

.bi-balloon-heart::before {
    content: "\f708";
}

.bi-balloon::before {
    content: "\f709";
}

.bi-box2-fill::before {
    content: "\f70a";
}

.bi-box2-heart-fill::before {
    content: "\f70b";
}

.bi-box2-heart::before {
    content: "\f70c";
}

.bi-box2::before {
    content: "\f70d";
}

.bi-braces-asterisk::before {
    content: "\f70e";
}

.bi-calendar-heart-fill::before {
    content: "\f70f";
}

.bi-calendar-heart::before {
    content: "\f710";
}

.bi-calendar2-heart-fill::before {
    content: "\f711";
}

.bi-calendar2-heart::before {
    content: "\f712";
}

.bi-chat-heart-fill::before {
    content: "\f713";
}

.bi-chat-heart::before {
    content: "\f714";
}

.bi-chat-left-heart-fill::before {
    content: "\f715";
}

.bi-chat-left-heart::before {
    content: "\f716";
}

.bi-chat-right-heart-fill::before {
    content: "\f717";
}

.bi-chat-right-heart::before {
    content: "\f718";
}

.bi-chat-square-heart-fill::before {
    content: "\f719";
}

.bi-chat-square-heart::before {
    content: "\f71a";
}

.bi-clipboard-check-fill::before {
    content: "\f71b";
}

.bi-clipboard-data-fill::before {
    content: "\f71c";
}

.bi-clipboard-fill::before {
    content: "\f71d";
}

.bi-clipboard-heart-fill::before {
    content: "\f71e";
}

.bi-clipboard-heart::before {
    content: "\f71f";
}

.bi-clipboard-minus-fill::before {
    content: "\f720";
}

.bi-clipboard-plus-fill::before {
    content: "\f721";
}

.bi-clipboard-pulse::before {
    content: "\f722";
}

.bi-clipboard-x-fill::before {
    content: "\f723";
}

.bi-clipboard2-check-fill::before {
    content: "\f724";
}

.bi-clipboard2-check::before {
    content: "\f725";
}

.bi-clipboard2-data-fill::before {
    content: "\f726";
}

.bi-clipboard2-data::before {
    content: "\f727";
}

.bi-clipboard2-fill::before {
    content: "\f728";
}

.bi-clipboard2-heart-fill::before {
    content: "\f729";
}

.bi-clipboard2-heart::before {
    content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
    content: "\f72b";
}

.bi-clipboard2-minus::before {
    content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
    content: "\f72d";
}

.bi-clipboard2-plus::before {
    content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
    content: "\f72f";
}

.bi-clipboard2-pulse::before {
    content: "\f730";
}

.bi-clipboard2-x-fill::before {
    content: "\f731";
}

.bi-clipboard2-x::before {
    content: "\f732";
}

.bi-clipboard2::before {
    content: "\f733";
}

.bi-emoji-kiss-fill::before {
    content: "\f734";
}

.bi-emoji-kiss::before {
    content: "\f735";
}

.bi-envelope-heart-fill::before {
    content: "\f736";
}

.bi-envelope-heart::before {
    content: "\f737";
}

.bi-envelope-open-heart-fill::before {
    content: "\f738";
}

.bi-envelope-open-heart::before {
    content: "\f739";
}

.bi-envelope-paper-fill::before {
    content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
    content: "\f73b";
}

.bi-envelope-paper-heart::before {
    content: "\f73c";
}

.bi-envelope-paper::before {
    content: "\f73d";
}

.bi-filetype-aac::before {
    content: "\f73e";
}

.bi-filetype-ai::before {
    content: "\f73f";
}

.bi-filetype-bmp::before {
    content: "\f740";
}

.bi-filetype-cs::before {
    content: "\f741";
}

.bi-filetype-css::before {
    content: "\f742";
}

.bi-filetype-csv::before {
    content: "\f743";
}

.bi-filetype-doc::before {
    content: "\f744";
}

.bi-filetype-docx::before {
    content: "\f745";
}

.bi-filetype-exe::before {
    content: "\f746";
}

.bi-filetype-gif::before {
    content: "\f747";
}

.bi-filetype-heic::before {
    content: "\f748";
}

.bi-filetype-html::before {
    content: "\f749";
}

.bi-filetype-java::before {
    content: "\f74a";
}

.bi-filetype-jpg::before {
    content: "\f74b";
}

.bi-filetype-js::before {
    content: "\f74c";
}

.bi-filetype-jsx::before {
    content: "\f74d";
}

.bi-filetype-key::before {
    content: "\f74e";
}

.bi-filetype-m4p::before {
    content: "\f74f";
}

.bi-filetype-md::before {
    content: "\f750";
}

.bi-filetype-mdx::before {
    content: "\f751";
}

.bi-filetype-mov::before {
    content: "\f752";
}

.bi-filetype-mp3::before {
    content: "\f753";
}

.bi-filetype-mp4::before {
    content: "\f754";
}

.bi-filetype-otf::before {
    content: "\f755";
}

.bi-filetype-pdf::before {
    content: "\f756";
}

.bi-filetype-php::before {
    content: "\f757";
}

.bi-filetype-png::before {
    content: "\f758";
}

.bi-filetype-ppt::before {
    content: "\f75a";
}

.bi-filetype-psd::before {
    content: "\f75b";
}

.bi-filetype-py::before {
    content: "\f75c";
}

.bi-filetype-raw::before {
    content: "\f75d";
}

.bi-filetype-rb::before {
    content: "\f75e";
}

.bi-filetype-sass::before {
    content: "\f75f";
}

.bi-filetype-scss::before {
    content: "\f760";
}

.bi-filetype-sh::before {
    content: "\f761";
}

.bi-filetype-svg::before {
    content: "\f762";
}

.bi-filetype-tiff::before {
    content: "\f763";
}

.bi-filetype-tsx::before {
    content: "\f764";
}

.bi-filetype-ttf::before {
    content: "\f765";
}

.bi-filetype-txt::before {
    content: "\f766";
}

.bi-filetype-wav::before {
    content: "\f767";
}

.bi-filetype-woff::before {
    content: "\f768";
}

.bi-filetype-xls::before {
    content: "\f76a";
}

.bi-filetype-xml::before {
    content: "\f76b";
}

.bi-filetype-yml::before {
    content: "\f76c";
}

.bi-heart-arrow::before {
    content: "\f76d";
}

.bi-heart-pulse-fill::before {
    content: "\f76e";
}

.bi-heart-pulse::before {
    content: "\f76f";
}

.bi-heartbreak-fill::before {
    content: "\f770";
}

.bi-heartbreak::before {
    content: "\f771";
}

.bi-hearts::before {
    content: "\f772";
}

.bi-hospital-fill::before {
    content: "\f773";
}

.bi-hospital::before {
    content: "\f774";
}

.bi-house-heart-fill::before {
    content: "\f775";
}

.bi-house-heart::before {
    content: "\f776";
}

.bi-incognito::before {
    content: "\f777";
}

.bi-magnet-fill::before {
    content: "\f778";
}

.bi-magnet::before {
    content: "\f779";
}

.bi-person-heart::before {
    content: "\f77a";
}

.bi-person-hearts::before {
    content: "\f77b";
}

.bi-phone-flip::before {
    content: "\f77c";
}

.bi-plugin::before {
    content: "\f77d";
}

.bi-postage-fill::before {
    content: "\f77e";
}

.bi-postage-heart-fill::before {
    content: "\f77f";
}

.bi-postage-heart::before {
    content: "\f780";
}

.bi-postage::before {
    content: "\f781";
}

.bi-postcard-fill::before {
    content: "\f782";
}

.bi-postcard-heart-fill::before {
    content: "\f783";
}

.bi-postcard-heart::before {
    content: "\f784";
}

.bi-postcard::before {
    content: "\f785";
}

.bi-search-heart-fill::before {
    content: "\f786";
}

.bi-search-heart::before {
    content: "\f787";
}

.bi-sliders2-vertical::before {
    content: "\f788";
}

.bi-sliders2::before {
    content: "\f789";
}

.bi-trash3-fill::before {
    content: "\f78a";
}

.bi-trash3::before {
    content: "\f78b";
}

.bi-valentine::before {
    content: "\f78c";
}

.bi-valentine2::before {
    content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
    content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
    content: "\f78f";
}

.bi-wrench-adjustable::before {
    content: "\f790";
}

.bi-filetype-json::before {
    content: "\f791";
}

.bi-filetype-pptx::before {
    content: "\f792";
}

.bi-filetype-xlsx::before {
    content: "\f793";
}

.bi-1-circle-fill::before {
    content: "\f796";
}

.bi-1-circle::before {
    content: "\f797";
}

.bi-1-square-fill::before {
    content: "\f798";
}

.bi-1-square::before {
    content: "\f799";
}

.bi-2-circle-fill::before {
    content: "\f79c";
}

.bi-2-circle::before {
    content: "\f79d";
}

.bi-2-square-fill::before {
    content: "\f79e";
}

.bi-2-square::before {
    content: "\f79f";
}

.bi-3-circle-fill::before {
    content: "\f7a2";
}

.bi-3-circle::before {
    content: "\f7a3";
}

.bi-3-square-fill::before {
    content: "\f7a4";
}

.bi-3-square::before {
    content: "\f7a5";
}

.bi-4-circle-fill::before {
    content: "\f7a8";
}

.bi-4-circle::before {
    content: "\f7a9";
}

.bi-4-square-fill::before {
    content: "\f7aa";
}

.bi-4-square::before {
    content: "\f7ab";
}

.bi-5-circle-fill::before {
    content: "\f7ae";
}

.bi-5-circle::before {
    content: "\f7af";
}

.bi-5-square-fill::before {
    content: "\f7b0";
}

.bi-5-square::before {
    content: "\f7b1";
}

.bi-6-circle-fill::before {
    content: "\f7b4";
}

.bi-6-circle::before {
    content: "\f7b5";
}

.bi-6-square-fill::before {
    content: "\f7b6";
}

.bi-6-square::before {
    content: "\f7b7";
}

.bi-7-circle-fill::before {
    content: "\f7ba";
}

.bi-7-circle::before {
    content: "\f7bb";
}

.bi-7-square-fill::before {
    content: "\f7bc";
}

.bi-7-square::before {
    content: "\f7bd";
}

.bi-8-circle-fill::before {
    content: "\f7c0";
}

.bi-8-circle::before {
    content: "\f7c1";
}

.bi-8-square-fill::before {
    content: "\f7c2";
}

.bi-8-square::before {
    content: "\f7c3";
}

.bi-9-circle-fill::before {
    content: "\f7c6";
}

.bi-9-circle::before {
    content: "\f7c7";
}

.bi-9-square-fill::before {
    content: "\f7c8";
}

.bi-9-square::before {
    content: "\f7c9";
}

.bi-airplane-engines-fill::before {
    content: "\f7ca";
}

.bi-airplane-engines::before {
    content: "\f7cb";
}

.bi-airplane-fill::before {
    content: "\f7cc";
}

.bi-airplane::before {
    content: "\f7cd";
}

.bi-alexa::before {
    content: "\f7ce";
}

.bi-alipay::before {
    content: "\f7cf";
}

.bi-android::before {
    content: "\f7d0";
}

.bi-android2::before {
    content: "\f7d1";
}

.bi-box-fill::before {
    content: "\f7d2";
}

.bi-box-seam-fill::before {
    content: "\f7d3";
}

.bi-browser-chrome::before {
    content: "\f7d4";
}

.bi-browser-edge::before {
    content: "\f7d5";
}

.bi-browser-firefox::before {
    content: "\f7d6";
}

.bi-browser-safari::before {
    content: "\f7d7";
}

.bi-c-circle-fill::before {
    content: "\f7da";
}

.bi-c-circle::before {
    content: "\f7db";
}

.bi-c-square-fill::before {
    content: "\f7dc";
}

.bi-c-square::before {
    content: "\f7dd";
}

.bi-capsule-pill::before {
    content: "\f7de";
}

.bi-capsule::before {
    content: "\f7df";
}

.bi-car-front-fill::before {
    content: "\f7e0";
}

.bi-car-front::before {
    content: "\f7e1";
}

.bi-cassette-fill::before {
    content: "\f7e2";
}

.bi-cassette::before {
    content: "\f7e3";
}

.bi-cc-circle-fill::before {
    content: "\f7e6";
}

.bi-cc-circle::before {
    content: "\f7e7";
}

.bi-cc-square-fill::before {
    content: "\f7e8";
}

.bi-cc-square::before {
    content: "\f7e9";
}

.bi-cup-hot-fill::before {
    content: "\f7ea";
}

.bi-cup-hot::before {
    content: "\f7eb";
}

.bi-currency-rupee::before {
    content: "\f7ec";
}

.bi-dropbox::before {
    content: "\f7ed";
}

.bi-escape::before {
    content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
    content: "\f7ef";
}

.bi-fast-forward-btn::before {
    content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
    content: "\f7f1";
}

.bi-fast-forward-circle::before {
    content: "\f7f2";
}

.bi-fast-forward-fill::before {
    content: "\f7f3";
}

.bi-fast-forward::before {
    content: "\f7f4";
}

.bi-filetype-sql::before {
    content: "\f7f5";
}

.bi-fire::before {
    content: "\f7f6";
}

.bi-google-play::before {
    content: "\f7f7";
}

.bi-h-circle-fill::before {
    content: "\f7fa";
}

.bi-h-circle::before {
    content: "\f7fb";
}

.bi-h-square-fill::before {
    content: "\f7fc";
}

.bi-h-square::before {
    content: "\f7fd";
}

.bi-indent::before {
    content: "\f7fe";
}

.bi-lungs-fill::before {
    content: "\f7ff";
}

.bi-lungs::before {
    content: "\f800";
}

.bi-microsoft-teams::before {
    content: "\f801";
}

.bi-p-circle-fill::before {
    content: "\f804";
}

.bi-p-circle::before {
    content: "\f805";
}

.bi-p-square-fill::before {
    content: "\f806";
}

.bi-p-square::before {
    content: "\f807";
}

.bi-pass-fill::before {
    content: "\f808";
}

.bi-pass::before {
    content: "\f809";
}

.bi-prescription::before {
    content: "\f80a";
}

.bi-prescription2::before {
    content: "\f80b";
}

.bi-r-circle-fill::before {
    content: "\f80e";
}

.bi-r-circle::before {
    content: "\f80f";
}

.bi-r-square-fill::before {
    content: "\f810";
}

.bi-r-square::before {
    content: "\f811";
}

.bi-repeat-1::before {
    content: "\f812";
}

.bi-repeat::before {
    content: "\f813";
}

.bi-rewind-btn-fill::before {
    content: "\f814";
}

.bi-rewind-btn::before {
    content: "\f815";
}

.bi-rewind-circle-fill::before {
    content: "\f816";
}

.bi-rewind-circle::before {
    content: "\f817";
}

.bi-rewind-fill::before {
    content: "\f818";
}

.bi-rewind::before {
    content: "\f819";
}

.bi-train-freight-front-fill::before {
    content: "\f81a";
}

.bi-train-freight-front::before {
    content: "\f81b";
}

.bi-train-front-fill::before {
    content: "\f81c";
}

.bi-train-front::before {
    content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
    content: "\f81e";
}

.bi-train-lightrail-front::before {
    content: "\f81f";
}

.bi-truck-front-fill::before {
    content: "\f820";
}

.bi-truck-front::before {
    content: "\f821";
}

.bi-ubuntu::before {
    content: "\f822";
}

.bi-unindent::before {
    content: "\f823";
}

.bi-unity::before {
    content: "\f824";
}

.bi-universal-access-circle::before {
    content: "\f825";
}

.bi-universal-access::before {
    content: "\f826";
}

.bi-virus::before {
    content: "\f827";
}

.bi-virus2::before {
    content: "\f828";
}

.bi-wechat::before {
    content: "\f829";
}

.bi-yelp::before {
    content: "\f82a";
}

.bi-sign-stop-fill::before {
    content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
    content: "\f82c";
}

.bi-sign-stop-lights::before {
    content: "\f82d";
}

.bi-sign-stop::before {
    content: "\f82e";
}

.bi-sign-turn-left-fill::before {
    content: "\f82f";
}

.bi-sign-turn-left::before {
    content: "\f830";
}

.bi-sign-turn-right-fill::before {
    content: "\f831";
}

.bi-sign-turn-right::before {
    content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
    content: "\f833";
}

.bi-sign-turn-slight-left::before {
    content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
    content: "\f835";
}

.bi-sign-turn-slight-right::before {
    content: "\f836";
}

.bi-sign-yield-fill::before {
    content: "\f837";
}

.bi-sign-yield::before {
    content: "\f838";
}

.bi-ev-station-fill::before {
    content: "\f839";
}

.bi-ev-station::before {
    content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
    content: "\f83b";
}

.bi-fuel-pump-diesel::before {
    content: "\f83c";
}

.bi-fuel-pump-fill::before {
    content: "\f83d";
}

.bi-fuel-pump::before {
    content: "\f83e";
}

.bi-0-circle-fill::before {
    content: "\f83f";
}

.bi-0-circle::before {
    content: "\f840";
}

.bi-0-square-fill::before {
    content: "\f841";
}

.bi-0-square::before {
    content: "\f842";
}

.bi-rocket-fill::before {
    content: "\f843";
}

.bi-rocket-takeoff-fill::before {
    content: "\f844";
}

.bi-rocket-takeoff::before {
    content: "\f845";
}

.bi-rocket::before {
    content: "\f846";
}

.bi-stripe::before {
    content: "\f847";
}

.bi-subscript::before {
    content: "\f848";
}

.bi-superscript::before {
    content: "\f849";
}

.bi-trello::before {
    content: "\f84a";
}

.bi-envelope-at-fill::before {
    content: "\f84b";
}

.bi-envelope-at::before {
    content: "\f84c";
}

.bi-regex::before {
    content: "\f84d";
}

.bi-text-wrap::before {
    content: "\f84e";
}

.bi-sign-dead-end-fill::before {
    content: "\f84f";
}

.bi-sign-dead-end::before {
    content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
    content: "\f851";
}

.bi-sign-do-not-enter::before {
    content: "\f852";
}

.bi-sign-intersection-fill::before {
    content: "\f853";
}

.bi-sign-intersection-side-fill::before {
    content: "\f854";
}

.bi-sign-intersection-side::before {
    content: "\f855";
}

.bi-sign-intersection-t-fill::before {
    content: "\f856";
}

.bi-sign-intersection-t::before {
    content: "\f857";
}

.bi-emoji-grin-fill::before {
    content: "\f7a1";
}

.bi-emoji-grin::before {
    content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
    content: "\f7a7";
}

.bi-emoji-surprise::before {
    content: "\f7ac";
}

.bi-emoji-tear-fill::before {
    content: "\f7ad";
}

.bi-emoji-tear::before {
    content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
    content: "\f7b3";
}

.bi-envelope-arrow-down::before {
    content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
    content: "\f7b9";
}

.bi-envelope-arrow-up::before {
    content: "\f7be";
}

.bi-feather::before {
    content: "\f7bf";
}

.bi-feather2::before {
    content: "\f7c4";
}

.bi-floppy-fill::before {
    content: "\f7c5";
}

.bi-floppy::before {
    content: "\f7d8";
}

.bi-floppy2-fill::before {
    content: "\f7d9";
}

.bi-floppy2::before {
    content: "\f7e4";
}

.bi-gitlab::before {
    content: "\f7e5";
}

.bi-highlighter::before {
    content: "\f7f8";
}

.bi-marker-tip::before {
    content: "\f802";
}

.bi-nvme-fill::before {
    content: "\f803";
}

.bi-nvme::before {
    content: "\f80c";
}

.bi-opencollective::before {
    content: "\f80d";
}

.bi-pci-card-network::before {
    content: "\f8cd";
}

.bi-pci-card-sound::before {
    content: "\f8ce";
}

.bi-radar::before {
    content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
    content: "\f8d0";
}

.bi-send-arrow-down::before {
    content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
    content: "\f8d2";
}

.bi-send-arrow-up::before {
    content: "\f8d3";
}

.bi-sim-slash-fill::before {
    content: "\f8d4";
}

.bi-sim-slash::before {
    content: "\f8d5";
}

.bi-sourceforge::before {
    content: "\f8d6";
}

.bi-substack::before {
    content: "\f8d7";
}

.bi-threads-fill::before {
    content: "\f8d8";
}

.bi-threads::before {
    content: "\f8d9";
}

.bi-transparency::before {
    content: "\f8da";
}

.bi-twitter-x::before {
    content: "\f8db";
}

.bi-type-h4::before {
    content: "\f8dc";
}

.bi-type-h5::before {
    content: "\f8dd";
}

.bi-type-h6::before {
    content: "\f8de";
}

.bi-backpack-fill::before {
    content: "\f8df";
}

.bi-backpack::before {
    content: "\f8e0";
}

.bi-backpack2-fill::before {
    content: "\f8e1";
}

.bi-backpack2::before {
    content: "\f8e2";
}

.bi-backpack3-fill::before {
    content: "\f8e3";
}

.bi-backpack3::before {
    content: "\f8e4";
}

.bi-backpack4-fill::before {
    content: "\f8e5";
}

.bi-backpack4::before {
    content: "\f8e6";
}

.bi-brilliance::before {
    content: "\f8e7";
}

.bi-cake-fill::before {
    content: "\f8e8";
}

.bi-cake2-fill::before {
    content: "\f8e9";
}

.bi-duffle-fill::before {
    content: "\f8ea";
}

.bi-duffle::before {
    content: "\f8eb";
}

.bi-exposure::before {
    content: "\f8ec";
}

.bi-gender-neuter::before {
    content: "\f8ed";
}

.bi-highlights::before {
    content: "\f8ee";
}

.bi-luggage-fill::before {
    content: "\f8ef";
}

.bi-luggage::before {
    content: "\f8f0";
}

.bi-mailbox-flag::before {
    content: "\f8f1";
}

.bi-mailbox2-flag::before {
    content: "\f8f2";
}

.bi-noise-reduction::before {
    content: "\f8f3";
}

.bi-passport-fill::before {
    content: "\f8f4";
}

.bi-passport::before {
    content: "\f8f5";
}

.bi-person-arms-up::before {
    content: "\f8f6";
}

.bi-person-raised-hand::before {
    content: "\f8f7";
}

.bi-person-standing-dress::before {
    content: "\f8f8";
}

.bi-person-standing::before {
    content: "\f8f9";
}

.bi-person-walking::before {
    content: "\f8fa";
}

.bi-person-wheelchair::before {
    content: "\f8fb";
}

.bi-shadows::before {
    content: "\f8fc";
}

.bi-suitcase-fill::before {
    content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
    content: "\f8fe";
}

.bi-suitcase-lg::before {
    content: "\f8ff";
}

.bi-suitcase::before {
    content: "豈";
}

.bi-suitcase2-fill::before {
    content: "更";
}

.bi-suitcase2::before {
    content: "車";
}

.bi-vignette::before {
    content: "賈";
}

.bi-emoji-smile-fill::before {
    content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
    content: "\f325";
}

.bi-emoji-smile-upside-down::before {
    content: "\f326";
}

.bi-emoji-smile::before {
    content: "\f327";
}

.bi-telephone-fill::before {
    content: "\f5b4";
}

.bi-telephone-forward-fill::before {
    content: "\f5b5";
}

.bi-telephone-forward::before {
    content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
    content: "\f5b7";
}

.bi-telephone-inbound::before {
    content: "\f5b8";
}

.bi-telephone-minus-fill::before {
    content: "\f5b9";
}

.bi-telephone-minus::before {
    content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
    content: "\f5bb";
}

.bi-telephone-outbound::before {
    content: "\f5bc";
}

.bi-telephone-plus-fill::before {
    content: "\f5bd";
}

.bi-telephone-plus::before {
    content: "\f5be";
}

.bi-telephone-x-fill::before {
    content: "\f5bf";
}

.bi-telephone-x::before {
    content: "\f5c0";
}

.bi-telephone::before {
    content: "\f5c1";
}

.bi-envelope-fill::before {
    content: "\f32c";
}

.bi-envelope-open-fill::before {
    content: "\f32d";
}

.bi-envelope-open::before {
    content: "\f32e";
}

.bi-envelope::before {
    content: "\f32f";
}

.bi-chat-square-dots-fill::before {
    content: "\f25e";
}

.bi-chat-square-dots::before {
    content: "\f25f";
}

.bi-journals::before {
    content: "\f447";
}

.bi-envelope-check-fill::before {
    content: "\f68b";
}

.bi-envelope-check::before {
    content: "\f68c";
}

.bi-envelope-dash-fill::before {
    content: "\f68e";
}

.bi-envelope-dash::before {
    content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
    content: "\f691";
}

.bi-envelope-exclamation::before {
    content: "\f692";
}

.bi-envelope-plus-fill::before {
    content: "\f693";
}

.bi-envelope-plus::before {
    content: "\f694";
}

.bi-envelope-slash-fill::before {
    content: "\f696";
}

.bi-envelope-slash::before {
    content: "\f697";
}

.bi-envelope-x-fill::before {
    content: "\f699";
}

.bi-envelope-x::before {
    content: "\f69a";
}

.fa-arrow-right-long::before {
    content: "\f178";
}

.fa-arrow-right-rotate::before {
    content: "\f01e";
}

.fa-arrow-right-to-bracket::before {
    content: "\f090";
}

.fa-arrow-right-from-bracket::before {
    content: "\f08b";
}

.fa-arrow-right-to-file::before {
    content: "\f56f";
}

.fa-arrow-right::before {
    content: "\f061";
}

.fa-arrow-right-to-city::before {
    content: "\e4b3";
}

.fa-arrow-right-arrow-left::before {
    content: "\f0ec";
}

.line-icon-Management:before {
    content: "\ea95";
}

.line-icon-Megaphone:before {
    content: "\eaac";
}

.line-icon-Add-Bag:before {
    content: "\e602";
}

.line-icon-Add-Window:before {
    content: "\e60a";
}

.line-icon-Microphone-4:before {
    content: "\eab8";
}

.line-icon-Address-Book2:before {
    content: "\e60d";
}

.bi-arrow-up-circle-fill::before {
    content: "\f139";
}

.bi-arrow-up-circle::before {
    content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
    content: "\f13b";
}

.bi-arrow-up-left-circle::before {
    content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
    content: "\f13d";
}

.bi-arrow-up-left-square::before {
    content: "\f13e";
}

.bi-arrow-up-left::before {
    content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
    content: "\f140";
}

.bi-arrow-up-right-circle::before {
    content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
    content: "\f142";
}

.bi-arrow-up-right-square::before {
    content: "\f143";
}

.bi-arrow-up-right::before {
    content: "\f144";
}

.bi-arrow-up-short::before {
    content: "\f145";
}

.bi-arrow-up-square-fill::before {
    content: "\f146";
}

.bi-arrow-up-square::before {
    content: "\f147";
}

.bi-arrow-up::before {
    content: "\f148";
}

.fa-arrow-left-long::before {
    content: "\f177";
}

.fa-arrow-left::before {
    content: "\f060";
}

.fa-arrow-left-rotate::before {
    content: "\f0e2";
}

.post-content {
	margin: 0 auto;
}