:root {
    --color-dark-1: #010101;
    --color-dark-2: #171717;
    --color-dark-3: #272727;
    --color-dark-3a: #333;
    --color-dark-4: #555;
    --color-gray-1: #757575;
    --color-gray-2: #888;
    --color-gray-3: #999;
    --color-gray-light-1: #f1f1f1;
    --color-gray-light-2: #f7f7f7;
    --color-gray-light-3: #e5e5e5;
    --color-gray-light-4: #d5d5d5;
    --color-gray-light-5: #ccc;
    --color-gray-light-6: #bbb;
    --color-dark-mode-gray-1: rgba(255, 255, 255, .7);
    --color-dark-mode-gray-2: rgba(255, 255, 255, .1275);
    --color-primary-1: #4567ed;
    --color-primary-1-a: #375ae3;
    --color-primary-light-1: #e3effe;
    --color-primary-light-1-a: #bcd1f1;
    --color-primary-2: #7752e7;
    --color-primary-light-2: #e7defe;
    --color-primary-3: #b947d9;
    --color-primary-light-3: #f7defe;
    --color-primary-4: #e748b1;
    --color-primary-light-4: #ffe1f5;
    --color-secondary-1: #fbe3a1;
    --gradient-primary-1: linear-gradient(90deg, #fdb900 0%, #702eaa 33%, #124466 100%);
    --gradient-primary-1-a: linear-gradient(90deg, var(--color-primary-4) 25%, var(--color-primary-3) 40%, var(--color-primary-2) 60%, var(--color-primary-1) 75%);
    --gradient-primary-1-b: linear-gradient(90deg, #fdb900 0%, #702eaa 33%, #124466 100%);
    --gradient-primary-1-c: linear-gradient(0deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    --gradient-gray-light-1: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
    --gradient-gray-light-2: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
    --gradient-dark-alpha-1: linear-gradient(90deg, var(--color-dark-1) 40%, transparent 87%);
    --gradient-dark-alpha-2: linear-gradient(90deg, transparent 13%, var(--color-dark-1) 60%);
    --gradient-primary-alpha-1: linear-gradient(90deg, var(--color-primary-1) 40%, transparent 87%);
    --gradient-primary-alpha-2: linear-gradient(90deg, transparent 13%, var(--color-primary-1) 60%);
    --border-radius-default: 4px;
    --border-radius-large: 30px;
    --box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
    --box-shadow-strong: 0px 5px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 3px 5px 0px rgba(0, 0, 0, 0.06);
    --box-shadow-block: 0px 3px 50px 0px rgba(0, 0, 0, 0.05);
    --box-shadow-block-strong: 0px 3px 50px 0px rgba(0, 0, 0, 0.15);
    --transition-default: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    --ease-default: cubic-bezier(0, 0, 0.58, 1);
    --ease-out-long: cubic-bezier(0, .5, 0, 1);
    --ease-out-medium: cubic-bezier(0, .57, .55, 1);
    --ease-out-short: cubic-bezier(.15, .7, .78, 1);
    --ease-elastic-1: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    --ease-elastic-2: cubic-bezier(0.68, -3, 0.27, 5);
}


html {
    scroll-behavior: smooth;
}

.text-left {
    text-align: left;
}

.text-date {
    color: var(--color-heading);
    font-weight: 600;
}

.color-white {
    color: white;
}

/*** Section Detail Product**/

.single-product-info .text {
    color: #4A4C51;
}

.single-product-info p.text {
    margin-bottom: 10px;
}

.pb-item--inner {
    border: 1px solid #F2F3F4;
    padding: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pb-item--holder {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pb-item--avatar {
    width: 70px;
    height: 70px;
    position: relative;
    /*margin-right: 20px;*/
}

.pb-item--avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pb-item--check {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    background-color: #55C31D;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--color-white);
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb-item--name {
    font-size: 16px;
    font-family: var(--font-body);
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

a.name-publisher {
    color: #131217;
}

a.name-publisher :hover {
    color: var(--color-primary);
}

.pb-item--desig {
    font-size: 14px;
}

.pb-item--meta {
    margin-bottom: 18px;
}

.pb-item--author-info {
    padding-top: 15px;
}

.pb-item--content {
    font-size: 14px;
}


/** Section publisher**/

.publisher-toolbar-top {
    margin-bottom: 30px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 25px;

    @include respond(xs) {
        justify-content: center;
    }

    .publisher-ordering {
        margin-left: 20px;

        select {
            background-color: transparent;
            width: auto;
            margin: 0;
            padding: 10px 20px;
            height: 50px;
            border: 0;
            cursor: pointer;
            color: var(--color-text);
            background-position: calc(100% - 0px) 50%;

            option {
                color: var(--color-text);
            }
        }
    }
}

.publisher-toolbar-top-right {
    @include respond(xs) {
        justify-content: center;
    }
}


/** Section profile**/

.profile-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.photo {
    width: 200px;
    height: 200px;
    margin-top: -130px;
    border-radius: 100px;
    border: 4px solid #fff;
}

.flag-size-20 {
    width: 20px;
}

.profile-item {
    padding-top: 20px;
    position: relative;
}


/** Section Product**/

.breadcrumb__list_content li {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    position: relative;
}

.breadcrumb__list_content li a {
    color: var(--color-dark);
}

.breadcrumb__list_content li a:hover,
.breadcrumb__list_content li a.active {
    color: var(--color-primary);
}

hr.border_bottom {
    border-bottom: 1px solid #E7E9EE;
}

.products .product--title-small {
    font-size: 16px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 7px;
}

.products .product--title-small a {
    color: inherit;
}


/** Section Sign in**/

a.google-btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: None;
    color: #131217;
    padding: 20px 25px;
    align-self: center;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    letter-spacing: 0.6px;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    background-color: var(--color-white);
    text-transform: uppercase;
    border: 1px solid #EDF3F5;
    border-radius: 50px;
}

a.google-btn:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}

.google-divider {
    padding: 20px 0;
    position: relative;
}

.google-sm {
    height: 1px;
    background-color: #E7E9EE;
    margin: 4px 0;
}

.google-divider .text-middle {
    position: absolute;
    top: 10px;
    left: 50%;
    background-color: #fff;
    padding: 0 20px;
    transform: translate(-50%);
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -27px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

.invalid-pass {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.sz-icon {
    width: 18px;
    height: 18px;
}

.text-valid {
    color: #dc3545;
}

.text-status-on {
    color: var(--color-advisor);
}

.text-status-off {
    color: var(--color-primary);
}


/*** dropdown account login**/

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

.xb-name-login {
    font-size: 0px;
    color: #131217;
    font-weight: 500;
}

.xb-name a {
    color: var(--color-heading);
}

.img-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.img-avatar-small {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.img-avatar-lg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px #F2F3F4;
}


/** profile general ***/

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.pb-item--profile {
    width: 120px;
    height: 120px;
    position: relative;
}

.pb-item--profile img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/** Dropdown Country */

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select {
    width: 100%;
    vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    border: 1px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 7px;
    background-color: #ffffff;
    padding: .375rem .75rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bt-color {
    border-top: 1px solid #E7E9EE;
}

.bd-color {
    border: 1px solid #E7E9EE;
}


/** dropify */

.dropify-size-200 {
    width: 200px;
    height: 200px;
}

.dropify-wrapper {
    font-size: 14px;
}

.dropify-wrapper .dropify-message p {
    font-size: 14px;
    color: #CCC;
}


/*
        .dropify-wrapper .dropify-preview .dropify-render img {
            position: absolute;
            left: 50%;
            top: 50%;
            min-height: 100%;
            min-width: 100%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
*/

a.link-default {
    color: var(--color-heading);
}

a.link-default:hover {
    color: var(--color-primary);
}

a.link-default-text {
    color: var(--color-text);
}

a.link-default-text:hover {
    color: var(--color-primary);
}

.form-group label {
    color: #191B1E;
    /*font-weight: 500;*/
}


/** icon edit and remove**/

.manage-book {
    /*padding-left: 15px;
    padding-right: 15px;*/
    color: var(--color-primary);
}

.manage-book a:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 1px;
    height: 15px;
    background-color: #E6E6E6;
}

.manage-book a:not(:last-child) {
    margin-right: 9px;
    padding-right: 12px;
}

.manage-book a {
    font-size: 14px;
    color: var(--color-primary);
    position: relative;
}

.post-meta a i {
    margin-right: 10px;
    color: var(--color-primary);
}

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

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

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

.text-13 {
    font-size: 13px;
    line-height: 1.3rem;
}

.text-14 {
    font-size: 14px;
    line-height: 1.3rem;
}

.justify-right {
    justify-content: right;
}

.hero-content .title-sub {
    font-size: 18px;
    color: var(--color-title-sub);
}

.hero-content .title-sub-1 {
    font-size: 24px;
    color: var(--color-title-sub);
}

.hero-content .title-sub-strong {
    font-size: 30px;
    color: var(--color-title-sub);
    font-weight: 700;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-primary-text-emphasis) !important;
    background-color: var(--bs-primary-bg-subtle) !important;
}

.button {
    background-color: white;
    /* Green */
    border: solid 1px #ccc;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 25%;
}

.tab-product-info .nav-tabs button.active {
    color: var(--color-white);
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

.tab-product-info .nav-tabs button {
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    display: block;
    border: 1px solid #E0DDE5;
    padding: 13px 45px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.tab-product {
    border: none;
}

@media (max-width: 767px) {
    .tab-product-info .nav-tabs button {
        font-size: 12px;
        padding: 8px 25px;
    }
}

.css-1qaijid {
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid black;
    box-sizing: border-box;
    color: inherit;
    display: inline;
    font: inherit;
    font-family: inherit;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: inherit;
    text-decoration: none;
    white-space: inherit;
    overflow-wrap: break-word;
}

.badge-meeting {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    font-size: var(--bs-badge-font-size);
    line-height: 1;
    color: var(--color-text);
    text-align: center;
    white-space: nowrap;
}

.span-menu-meeting {
    padding: 5px;
    font-size: 14px;
}


/** Btn Disabled **/

.xb-btn-disable:hover {
    color: var(--color-black);
    background-color: var(--color-gray);
}

.xb-btn-disable {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-black);
    border-style: none;
    padding: 20px 30px;
    align-self: center;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    letter-spacing: 0.6px;
    background-color: var(--color-gray);
}

.icon-meeting-exchange {
    font-size: 30px;
    font-weight: 500;
    color: var(--color-primary);
}

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

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

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


/** image profile circle*/

.image-circle {
    width: 120px;
    height: 120px;
    clip-path: circle(50% at center);
}

.image-circle-small img {
    width: 100%;
    height: 100%
}

.image-circle img {
    width: 120px;
    height: 120px;
}

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

.xb-career .xb-item--btn-view {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}

a.xb-btn-view {
    color: var(--color-white);
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    align-self: center;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    letter-spacing: 0.6px;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    background-color: #131217;
}

a.xb-btn-view:hover {
    color: var(--color-white);
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    align-self: center;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    letter-spacing: 0.6px;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    background-color: var(--color-primary);
}

a.bookmark {
    color: var(--color-text);
}

a.bookmark:hover {
    color: var(--color-primary);
}

.icon-star {
    font-size: 30px;
    color: #ffffff
}

.read-more-link,
.read-less-link {
    color: var(--color-primary);
    text-decoration: none;
}

.pagination_wrap_publisher ul {
    list-style: none;
}

.pagination_wrap_publisher ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
    list-style: none;
}

.pagination_wrap_publisher ul li {
    padding: 0px;
}

.pagination_wrap_publisher ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #0F172A;
    border: 1px solid var(--color-gray);
    background-color: var(--color-white);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;

}

@media (max-width: 767px) {
    .pagination_wrap_publisher ul li a {
        height: 30px;
        width: 30px;
        font-size: 15px;
    }
}

.pagination_wrap_publisher ul li a.current_page,
.pagination_wrap_publisher ul li a:hover {
    color: var(--color-white);
    background-color: #191B1E;
    border-color: #191B1E;
}


/*** show more and less ****/

#module a.collapsed:after {
    content: '+ Show More';
}

#module a:not(.collapsed):after {
    content: '- Show Less';
}

#module a {
    color: var(--color-primary);
}

.d-none {
    display: none !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .col-9 {
        flex: 0 0 auto;
        width: 100%;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1480px) {
    .d-wd-none {
        display: none !important;
    }

    .d-wd-inline {
        display: inline !important;
    }

    .d-wd-inline-block {
        display: inline-block !important;
    }

    .d-wd-block {
        display: block !important;
    }

    .d-wd-table {
        display: table !important;
    }

    .d-wd-table-row {
        display: table-row !important;
    }

    .d-wd-table-cell {
        display: table-cell !important;
    }

    .d-wd-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-wd-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #ffffff;
}

.sidenav a {
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.margin-5 {
    margin: 5px;
}

.img-profile-home {
    width: 100px;
    height: 100px;
    border-radius: 20px;
}

/*-----------------------------------------------
|   Notification
-----------------------------------------------*/

.notification {
    color: var(--falcon-gray-1000);
    text-decoration: none;
    background-color: var(--falcon-notification-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8333333333rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.notification:not(.notification-flush) {
    border: 1px solid var(--falcon-border-color);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.375rem;
    padding: 1rem;
}

.notification:hover,
.notification:focus {
    color: var(--falcon-gray-1100);
    text-decoration: none;
}

.notification-body {
    margin-bottom: 0.25rem;
}

.notification-time {
    margin-bottom: 0;
    color: var(--falcon-gray-600);
    font-size: 0.6333333333rem;
}

.notification-unread {
    background-color: var(--falcon-notification-unread-bg) !important;
}

.notification-unread:hover,
.notification-unread:focus {
    background-color: var(--falcon-notification-unread-hover-bg) !important;
}

.notification-indicator {
    position: relative;
}

.notification-indicator::before {
    position: absolute;
    content: "";
    right: 0.125rem;
    top: 0.5rem;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    border: 2px solid var(--falcon-notification-indicator-border-color);
}

.notification-indicator-number {
    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;
    position: absolute;
    right: 0.125rem;
    top: 0.505rem;
    height: 1rem;
    width: 1rem;
    font-size: 0.67rem;
    color: #fff;
    font-weight: 700;
}

.notification-indicator-primary::before {
    background-color: var(--falcon-primary);
}

.notification-indicator-secondary::before {
    background-color: var(--falcon-secondary);
}

.notification-indicator-success::before {
    background-color: var(--falcon-success);
}

.notification-indicator-info::before {
    background-color: var(--falcon-info);
}

.notification-indicator-warning::before {
    background-color: var(--falcon-warning);
}

.notification-indicator-danger::before {
    background-color: var(--falcon-danger);
}

.notification-indicator-light::before {
    background-color: var(--falcon-light);
}

.notification-indicator-dark::before {
    background-color: var(--falcon-dark);
}

.notification-indicator-fill::before {
    border: 0;
}

.dropdown-menu-notification {
    min-width: 16rem;
    max-width: 5rem;
}

.dropdown-menu-notification .card-header,
.dropdown-menu-notification .card-footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.dropdown-menu-notification .list-group-flush .list-group-item {
    padding: 0;
}

.dropdown-menu-notification .list-group-flush .list-group-item .notification-flush {
    padding: 0.5rem 1rem;
}

.dropdown-menu-notification .list-group-flush .list-group-title {
    background-color: var(--falcon-notification-title-bg);
    font-weight: 600;
    font-size: 0.6944444444rem;
    color: var(--falcon-gray-600);
    padding: 0.25rem 1.25rem;
}

@media (min-width: 576px) {
    .dropdown-menu-notification {
        min-width: 20rem;
    }
}


/*-----------------------------------------------
|   Scrollbar style for windows
-----------------------------------------------*/

.scrollbar,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
    overflow: auto;
}

.scrollbar::-webkit-scrollbar,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar {
    visibility: hidden;
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 3px;
    background-color: var(--falcon-scrollbar-bg);
}

.scrollbar:hover::-webkit-scrollbar,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:hover::-webkit-scrollbar,
.scrollbar:hover::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:hover::-webkit-scrollbar-thumb,
.scrollbar:focus::-webkit-scrollbar,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:focus::-webkit-scrollbar,
.scrollbar:focus::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

@media (min-width: 1200px) {

    .scrollbar.scrollbar-none-xl,
    .dataTables_wrapper .dataTables_scroll .scrollbar-none-xl.dataTables_scrollBody {
        overflow: initial;
    }
}

.navbar-vibrant .scrollbar,
.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody {
    overflow: auto;
}

.navbar-vibrant .scrollbar::-webkit-scrollbar,
.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar,
.dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody::-webkit-scrollbar {
    visibility: hidden;
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.navbar-vibrant .scrollbar::-webkit-scrollbar-thumb,
.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.4);
}

.navbar-vibrant .scrollbar:hover::-webkit-scrollbar,
.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:hover::-webkit-scrollbar,
.dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody:hover::-webkit-scrollbar,
.navbar-vibrant .scrollbar:hover::-webkit-scrollbar-thumb,
.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:hover::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody:hover::-webkit-scrollbar-thumb,
.navbar-vibrant .scrollbar:focus::-webkit-scrollbar,
.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:focus::-webkit-scrollbar,
.dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody:focus::-webkit-scrollbar,
.navbar-vibrant .scrollbar:focus::-webkit-scrollbar-thumb,
.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:focus::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.firefox .scrollbar,
.firefox .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scroll .firefox .dataTables_scrollBody {
    overflow: auto !important;
    scrollbar-color: var(--falcon-scrollbar-bg) transparent;
    scrollbar-width: thin;
}

@media (min-width: 1200px) {

    .firefox .scrollbar.scrollbar-none-xl,
    .firefox .dataTables_wrapper .dataTables_scroll .scrollbar-none-xl.dataTables_scrollBody,
    .dataTables_wrapper .dataTables_scroll .firefox .scrollbar-none-xl.dataTables_scrollBody {
        overflow: initial !important;
    }
}

.firefox .navbar-vibrant .scrollbar,
.firefox .navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scroll .firefox .navbar-vibrant .dataTables_scrollBody {
    overflow: auto !important;
    scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
    scrollbar-width: thin;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: var(--falcon-scrollbar-bg);
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar:focus>.os-scrollbar-track>.os-scrollbar-handle {
    background: var(--falcon-scrollbar-bg);
}


/*-----------------------------------------------
|   Card
-----------------------------------------------*/

.card {
    --falcon-card-bg: var(--falcon-emphasis-bg);
    -webkit-box-shadow: var(--falcon-box-shadow);
    box-shadow: var(--falcon-box-shadow);
}

.card-link {
    font-size: 0.8333333333rem;
}

.card-title {
    font-size: 1.2rem;
}

.card-body:last-child {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}


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


/*                               Browser Fixing                               */


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

.firefox .dropcap:first-letter {
    margin-top: 0.175em;
}

.firefox .card-notification .scrollbar-overlay {
    min-height: 19rem;
}

.chrome .btn-close {
    background-clip: unset;
}

.windows.chrome .fc-scroller {
    overflow: hidden auto !important;
    overflow: auto;
}

.windows.chrome .fc-scroller::-webkit-scrollbar {
    visibility: hidden;
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.windows.chrome .fc-scroller::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 3px;
    background-color: var(--falcon-scrollbar-bg);
}

.windows.chrome .fc-scroller:hover::-webkit-scrollbar,
.windows.chrome .fc-scroller:hover::-webkit-scrollbar-thumb,
.windows.chrome .fc-scroller:focus::-webkit-scrollbar,
.windows.chrome .fc-scroller:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.windows.firefox .fc-scroller {
    overflow: hidden auto !important;
    overflow: auto !important;
    scrollbar-color: var(--falcon-scrollbar-bg) transparent;
    scrollbar-width: thin;
}

.windows.chrome .navbar-vertical.navbar-default .scrollbar::-webkit-scrollbar-thumb,
.windows.chrome .navbar-vertical.navbar-default .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .windows.chrome .navbar-vertical.navbar-default .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: var(--falcon-navbar-vertical-default-scrollbar-color);
}

.windows.firefox .navbar-vertical.navbar-default .scrollbar,
.windows.firefox .navbar-vertical.navbar-default .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scroll .windows.firefox .navbar-vertical.navbar-default .dataTables_scrollBody {
    scrollbar-color: var(--falcon-navbar-vertical-default-scrollbar-color) transparent;
}

.windows.chrome .navbar-vertical.navbar-inverted .scrollbar::-webkit-scrollbar-thumb,
.windows.chrome .navbar-vertical.navbar-inverted .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .windows.chrome .navbar-vertical.navbar-inverted .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: var(--falcon-navbar-vertical-inverted-scrollbar-color);
}

.windows.firefox .navbar-vertical.navbar-inverted .scrollbar,
.windows.firefox .navbar-vertical.navbar-inverted .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scroll .windows.firefox .navbar-vertical.navbar-inverted .dataTables_scrollBody {
    scrollbar-color: var(--falcon-navbar-vertical-inverted-scrollbar-color) transparent;
}

.windows.chrome .navbar-vertical.navbar-card .scrollbar::-webkit-scrollbar-thumb,
.windows.chrome .navbar-vertical.navbar-card .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .windows.chrome .navbar-vertical.navbar-card .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: var(--falcon-navbar-vertical-card-scrollbar-color);
}

.windows.firefox .navbar-vertical.navbar-card .scrollbar,
.windows.firefox .navbar-vertical.navbar-card .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scroll .windows.firefox .navbar-vertical.navbar-card .dataTables_scrollBody {
    scrollbar-color: var(--falcon-navbar-vertical-card-scrollbar-color) transparent;
}

.windows.chrome .navbar-vertical.navbar-vibrant .scrollbar::-webkit-scrollbar-thumb,
.windows.chrome .navbar-vertical.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb,
.dataTables_wrapper .dataTables_scroll .windows.chrome .navbar-vertical.navbar-vibrant .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: var(--falcon-navbar-vertical-vibrant-scrollbar-color);
}

.windows.firefox .navbar-vertical.navbar-vibrant .scrollbar,
.windows.firefox .navbar-vertical.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scroll .windows.firefox .navbar-vertical.navbar-vibrant .dataTables_scrollBody {
    scrollbar-color: var(--falcon-navbar-vertical-vibrant-scrollbar-color) transparent;
}

.card {
    --falcon-card-spacer-y: 1.25rem;
    --falcon-card-spacer-x: 1.25rem;
    --falcon-card-title-spacer-y: 0.5rem;
    --falcon-card-title-color: var(--falcon-secondary-color);
    --falcon-card-subtitle-color: ;
    --falcon-card-border-width: 0px;
    --falcon-card-border-color: rgba(var(--falcon-emphasis-color-rgb), 0.125);
    --falcon-card-border-radius: 0.375rem;
    --falcon-card-box-shadow: ;
    --falcon-card-inner-border-radius: calc(0.375rem - 0px);
    --falcon-card-cap-padding-y: 1rem;
    --falcon-card-cap-padding-x: 1.25rem;
    --falcon-card-cap-bg: rgba(0, 0, 0, 0);
    --falcon-card-cap-color: ;
    --falcon-card-height: ;
    --falcon-card-color: ;
    --falcon-card-bg: #fff;
    --falcon-card-img-overlay-padding: 1rem;
    --falcon-card-group-margin: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--falcon-card-height);
    color: var(--falcon-body-color);
    word-wrap: break-word;
    background-color: var(--falcon-card-bg);
    background-clip: border-box;
    border: var(--falcon-card-border-width) solid var(--falcon-card-border-color);
    border-radius: var(--falcon-card-border-radius);
    -webkit-box-shadow: var(--falcon-card-box-shadow);
    box-shadow: var(--falcon-card-box-shadow);
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--falcon-card-inner-border-radius);
    border-top-right-radius: var(--falcon-card-inner-border-radius);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--falcon-card-inner-border-radius);
    border-bottom-left-radius: var(--falcon-card-inner-border-radius);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--falcon-card-spacer-y) var(--falcon-card-spacer-x);
    color: var(--falcon-card-color);
}

.card-title {
    margin-bottom: var(--falcon-card-title-spacer-y);
    color: var(--falcon-card-title-color);
}

.card-subtitle {
    margin-top: calc(-0.5 * var(--falcon-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--falcon-card-subtitle-color);
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: var(--falcon-card-spacer-x);
}

.card-header {
    padding: var(--falcon-card-cap-padding-y) var(--falcon-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--falcon-card-cap-color);
    background-color: var(--falcon-card-cap-bg);
    border-bottom: var(--falcon-card-border-width) solid var(--falcon-card-border-color);
}

.card-header:first-child {
    border-radius: var(--falcon-card-inner-border-radius) var(--falcon-card-inner-border-radius) 0 0;
}

.card-footer {
    padding: var(--falcon-card-cap-padding-y) var(--falcon-card-cap-padding-x);
    color: var(--falcon-card-cap-color);
    background-color: var(--falcon-card-cap-bg);
    border-top: var(--falcon-card-border-width) solid var(--falcon-card-border-color);
}

.card-footer:last-child {
    border-radius: 0 0 var(--falcon-card-inner-border-radius) var(--falcon-card-inner-border-radius);
}

.card-header-tabs {
    margin-right: calc(-0.5 * var(--falcon-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--falcon-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--falcon-card-cap-padding-x));
    border-bottom: 0;
}

.card-header-tabs .nav-link.active {
    background-color: var(--falcon-card-bg);
    border-bottom-color: var(--falcon-card-bg);
}

.card-header-pills {
    margin-right: calc(-0.5 * var(--falcon-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--falcon-card-cap-padding-x));
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--falcon-card-img-overlay-padding);
    border-radius: var(--falcon-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--falcon-card-inner-border-radius);
    border-top-right-radius: var(--falcon-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--falcon-card-inner-border-radius);
    border-bottom-left-radius: var(--falcon-card-inner-border-radius);
}

.card-group>.card {
    margin-bottom: var(--falcon-card-group-margin);
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.dropdown-menu-card {
    padding: 0;
}

.dropdown-menu-card .card {
    border: 0;
}

.dropdown-menu-notification {
    min-width: 16rem;
    max-width: 5rem;
}

.dropdown-menu-notification .card-header,
.dropdown-menu-notification .card-footer {
    /*padding-top: 0.5rem;*/
    padding-top: 0;
    padding-bottom: 0.5rem;
}

.dropdown-menu-notification .list-group-flush .list-group-item {
    padding: 0;
}

.dropdown-menu-notification .list-group-flush .list-group-item .notification-flush {
    padding: 0.5rem 1rem;
}

.dropdown-menu-notification .list-group-flush .list-group-title {
    background-color: var(--falcon-notification-title-bg);
    font-weight: 600;
    font-size: 0.6944444444rem;
    color: var(--falcon-gray-600);
    padding: 0.25rem 1.25rem;
}

@media (min-width: 576px) {
    .dropdown-menu-notification {
        min-width: 20rem;
    }
}


/*-----------------------------------------------
|   Scrollbar style for windows
-----------------------------------------------*/

.scrollbar-overlay {
    overflow: hidden !important;
}

.scrollbar {
    overflow: auto;
}

.scrollbar::-webkit-scrollbar {
    visibility: hidden;
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 3px;
    background-color: var(--falcon-scrollbar-bg);
}

.scrollbar:hover::-webkit-scrollbar,
.scrollbar:hover::-webkit-scrollbar-thumb,
.scrollbar:focus::-webkit-scrollbar,
.scrollbar:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.navbar-vibrant .scrollbar {
    overflow: auto;
}

.navbar-vibrant .scrollbar::-webkit-scrollbar {
    visibility: hidden;
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.navbar-vibrant .scrollbar::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.4);
}

.navbar-vibrant .scrollbar:hover::-webkit-scrollbar,
.navbar-vibrant .scrollbar:hover::-webkit-scrollbar-thumb,
.navbar-vibrant .scrollbar:focus::-webkit-scrollbar,
.navbar-vibrant .scrollbar:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.firefox .scrollbar {
    overflow: auto !important;
    scrollbar-color: var(--falcon-scrollbar-bg) transparent;
    scrollbar-width: thin;
}

.firefox .navbar-vibrant .scrollbar {
    overflow: auto !important;
    scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
    scrollbar-width: thin;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: var(--falcon-scrollbar-bg);
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar:focus>.os-scrollbar-track>.os-scrollbar-handle {
    background: var(--falcon-scrollbar-bg);
}

.top-text-block {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.top-head-dropdown {
    .dropdown-menu {
        width: 350px;
        height: 350px;
        overflow: auto;
    }

    li:last-child {
        .top-text-block {
            border-bottom: 0;
        }
    }
}

.topbar-align-center {
    text-align: center;
}

.loader-topbar {
    margin: 5px auto;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 3px solid #666;
    width: 22px;
    height: 22px;
    -webkit-animation: spin-topbar 1s linear infinite;
    animation: spin-topbar 1s linear infinite;
}

@-webkit-keyframes spin-topbar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-topbar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

crollbar:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.navbar-vibrant .scrollbar {
    overflow: auto;
}

.navbar-vibrant .scrollbar::-webkit-scrollbar {
    visibility: hidden;
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.navbar-vibrant .scrollbar::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.4);
}

.navbar-vibrant .scrollbar:hover::-webkit-scrollbar,
.navbar-vibrant .scrollbar:hover::-webkit-scrollbar-thumb,
.navbar-vibrant .scrollbar:focus::-webkit-scrollbar,
.navbar-vibrant .scrollbar:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.firefox .scrollbar {
    overflow: auto !important;
    scrollbar-color: var(--falcon-scrollbar-bg) transparent;
    scrollbar-width: thin;
}

.firefox .navbar-vibrant .scrollbar {
    overflow: auto !important;
    scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
    scrollbar-width: thin;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: var(--falcon-scrollbar-bg);
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar:focus>.os-scrollbar-track>.os-scrollbar-handle {
    background: var(--falcon-scrollbar-bg);
}


@-webkit-keyframes spin-topbar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-topbar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

crollbar:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.navbar-vibrant .scrollbar {
    overflow: auto;
}

.navbar-vibrant .scrollbar::-webkit-scrollbar {
    visibility: hidden;
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.navbar-vibrant .scrollbar::-webkit-scrollbar-thumb {
    visibility: hidden;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.4);
}

.navbar-vibrant .scrollbar:hover::-webkit-scrollbar,
.navbar-vibrant .scrollbar:hover::-webkit-scrollbar-thumb,
.navbar-vibrant .scrollbar:focus::-webkit-scrollbar,
.navbar-vibrant .scrollbar:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.firefox .scrollbar {
    overflow: auto !important;
    scrollbar-color: var(--falcon-scrollbar-bg) transparent;
    scrollbar-width: thin;
}

.firefox .navbar-vibrant .scrollbar {
    overflow: auto !important;
    scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
    scrollbar-width: thin;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: var(--falcon-scrollbar-bg);
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar:focus>.os-scrollbar-track>.os-scrollbar-handle {
    background: var(--falcon-scrollbar-bg);
}


@-webkit-keyframes spin-topbar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-topbar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.avatar-2xl {
    height: 2.5rem;
    width: 2.5rem;
}

.avatar {
    position: relative;
    display: inline-block;
}

.me-3 {
    margin-right: 1rem !important;
}

.avatar img {
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar img, .avatar .avatar-name {
    width: 100%;
    height: 100%;
}

.avatar img {
    display: block;
}

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


.bell {

    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.xb-career .xb-item--btn-countdown {
    padding: 10px 15px;
    font-size: 13px;
    text-transform: capitalize;
}

#content-menu {
    margin: 0 auto;
    max-height: 300px;
    overflow: hidden;
    /* Set Transitions */
    transition: max-height 0.7s;
}

#content-menu.open {
    max-height: 1000px;
    /* Set transitions */
    transition: max-height 0.7s;
}

#show-more {
    color: var(--color-primary);
    display: block;
    cursor: pointer;
    text-align: left;

}


#content-menu-lang {
    margin: 0 auto;
    max-height: 300px;
    overflow: hidden;
    /* Set Transitions */
    transition: max-height 0.7s;
}

#content-menu-lang.open {
    max-height: 1000px;
    /* Set transitions */
    transition: max-height 0.7s;
}

#show-more-lang {
    color: var(--color-primary);
    display: block;
    cursor: pointer;
    text-align: left;

}

/*------------------------------------
  Links
------------------------------------*/
.link {
    display: inline-block;
}

.link__icon {
    position: relative;
    line-height: .7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 1.063rem;
    height: 0;
    font-size: 1.1rem;
    background-color: #ffffff;
    border-radius: 50%;
    transition: 0.3s;
}

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

.link:hover .link__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.img-cover-activity {
    width: 790px;
    height: 430px;
    max-width: 100%;
    max-height: auto;
}

.img-header-detail {

    --crop-focus-x: 0.6;
    --crop-focus-y: 0.6;
    width: 80%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position:
        calc(var(--crop-focus-x) * 100%) calc(var(--crop-focus-y) * 100%);


}

.service-single__content p>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.title-section {
    border-bottom: 1px solid var(--vc-off-color);
    margin-bottom: 30px;
}

.title-section h1 {
    color: var(--color-heading);
    font-size: 20px;
    font-family: var(--font-heading);
    font-weight: 600;
    margin: 0 0 30px;
    margin-bottom: 30px;
    text-transform: none;
    margin-bottom: -1px;
    line-height: 25px;
}

.title-section h1 span {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
    /**border-bottom: 1px solid var(--color-primary);**/
}

.title-section a span {
    color: var(--color-heading);
}

[data-tooltip]:hover::after {
    display: block;
    position: absolute;
    content: attr(data-tooltip);
    border: 1px solid black;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    /*padding: .25em;*/

    padding-left: 1em;
    padding-right: 1em;

}




/* Banner Slide CSS */
.welcome-area {
    position: relative;
    z-index: 1;
}


.welcome-slides {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.welcome-slides .owl-prev,
.welcome-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50%;
    left: 70px;
    margin-top: -33px;
    z-index: 10;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size: 30px;
}

.welcome-slides .owl-prev:hover, .welcome-slides .owl-prev:focus,
.welcome-slides .owl-next:hover,
.welcome-slides .owl-next:focus {
    background-color: var(--color-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .welcome-slides .owl-prev,
    .welcome-slides .owl-next {
        left: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .welcome-slides .owl-prev,
    .welcome-slides .owl-next {
        width: 40px;
        left: 15px;
        height: 40px;
        font-size: 18px;
        line-height: 44px;
    }
}

.welcome-slides .owl-next {
    left: auto;
    right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-slides .owl-next {
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-slides .owl-next {
        right: 15px;
    }
}


.single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
        height: auto;
    }

    .slide-img-responsive {
        width: 100%;
        height: 100%;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
        height: auto;
    }

    .slide-img-responsive {
        width: 100%;
        height: 100%;

    }
}

@media only screen and (max-width: 767px) {
    .single-welcome-slide {
        height: auto;
    }

    .slide-img-responsive {
        width: 100%;
        height: 100%;

    }
}

.single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1;
}

.single-welcome-slide .welcome-text h2 {
    font-weight: 700;
    font-size: 82px;
    display: block;
    margin-bottom: 0;
    background: -webkit-linear-gradient(var(--color-primary), #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 42px;
    }
}

.single-welcome-slide .welcome-text p {
    color: #ffffff;
    margin-bottom: 50px;
    display: block;
}

.single-welcome-slide .welcome-text .hero-mail-contact {
    color: #ffffff;
    font-style: italic;
    text-decoration: underline;
}

.single-welcome-slide .welcome-text .hero-mail-contact:hover, .single-welcome-slide .welcome-text .hero-mail-contact:focus {
    color: var(--color-primary);
}


.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-img {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slide-img-responsive {
    width: 100%;
    height: 100%;
    max-height: 880px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 50%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font-weight-600 {
    font-weight: 600;
}

.google-map iframe.map {

    max-width: 100%;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
}

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

.icon-color {
    color: var(--color-dark);
}

.xb-item--cat.color-3 {
    background-color: var(--color-primary);
}

.xb-item--cat {
    background-color: #1B1A1A;
    padding: 2px 10px;
    display: inline-block;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;

}

#rcorners2 {
    border-radius: 25px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 10px;
    line-height: 0px;
    text-align: center;
    font-weight: 400;
}

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

h2.breadcrumb__title {

    color: white;
}

.breadcrumb__list li {
    color: white;
}

.breadcrumb__list li a {
    color: white;
    ;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}


.pre-loader {
    background: #fff;
    background-position: center center;
    background-size: 13%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12345;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pre-loader .loader-logo {
    padding-bottom: 15px
}

.pre-loader .loader-progress {
    height: 8px;
    border-radius: 15px;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    background: #ecf0f4;
    overflow: hidden
}

.pre-loader .bar {
    width: 0%;
    height: 8px;
    display: block;
    background: #2029BD
}

.pre-loader .percent {
    text-align: center;
    font-size: 24px;
    display: none
}

.pre-loader .loading-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px
}

@media (max-width:767px) {
    .pre-loader {
        background-size: 43%
    }
}

.progress {
    width: 100%;
    height: 16.8px;
    border-radius: 16.8px;
    background: repeating-linear-gradient(135deg, #2029BD 0 8.4px, rgba(32, 41, 189, 0.75) 0 16.8px) left/0% 100% no-repeat,
        repeating-linear-gradient(135deg, rgba(71, 75, 255, 0.2) 0 8.4px, rgba(71, 75, 255, 0.1) 0 16.8px) left/100% 100%;
    animation: progress-p43u5e 2s infinite;
}

.text-progress {
    color: blue;
    font-weight: 800;
}


@keyframes progress-p43u5e {
    100% {
        background-size: 100% 100%;
    }
}

.span-text {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;
    margin: 5px;
    border-radius: 7px;
    background-color: white;
    border: 1px solid transparent;
    transition: background-color 0.3s ease, color 0.3s ease;

}

/** css table and seat */
.icon {
    font-size: 16px;
    margin-right: 6px;
}

.span-text-blue {
    background-color: rgba(0, 160, 221, 0.1);
    border-color: rgba(0, 160, 221, 1);
}

.span-text-green {
    background-color: rgba(126, 186, 39, 0.1);
    border-color: rgba(126, 186, 39, 1);
}

.span-text-orange {
    background-color: rgba(232, 116, 5, 0.1);
    border-color: rgba(232, 116, 5, 1);
}


.span-text-small {
    font-size: 14px;
    font-weight: 600;
}

.span-text-blue-small {
    color: rgba(0, 160, 221, 1);
}

.span-text-green-small {
    color: rgba(126, 186, 39, 1);
}

.span-text-orange-small {
    color: rgba(232, 116, 5, 1);

}


.main-menu ul li a {
    font-size: calc(12px + 0.1vw);
}

.search-bar {
    height: 40px;
    font-size: 12px;
    display: flex;
    align-items: center;
    background-color: rgba(136, 134, 134, 0.05);
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.search-bar input {
    height: 40px;
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
    background-color: rgba(136, 134, 134, 0.05);

}

.search-bar button {
    height: 40px;
    border: none;
    padding: 0px 15px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.search-bar button.go {
    background-color: var(--color-primary);
    /* Matches the blue button */
    color: #ffffff;
    border-right: 1px solid #ffffff;
}

.search-bar button.clear {
    background-color: var(--color-primary);
    /* Matches the light gray button */
    color: #ffffff;
}

.search-bar button:hover {
    opacity: 0.9;
}

.mt-112 {
    margin-top: 112px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-83 {
    margin-top: 83px;

}

.text-wrap {
    text-wrap: wrap;
}

hr.line {
    border-top: 1px solid #F2F3F4;
    opacity: 1.0;
}

.or-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* ช่องว่างระหว่างเส้นกับข้อความ */
}

.or-divider .line {
    flex: 1;
    border: none;
    border-top: 1px solid #E7E9EE;
    /* เส้นขีด */
    margin: 0;
}

.or-divider .or-text {
    font-size: 1rem;
    color: var(--color-primary);
}

.logo-sponsor {
    width: 180px;
    max-width: 40%;
    height: auto;
}


.meeting-date {
    /*font-size: 20px;*/
    font-weight: 800;
    margin-bottom: 10px;
    color: black;
}

.time-slot-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.time-slot {
    font-size: small;
    border: 1px solid var(--color-fav);
    background-color: rgba(243, 7, 67, 0.1);
    padding: 6px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    color: black;
}


.mb-40 {
    margin-bottom: 40px !important;
}

.section-title-strong {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.033em;
}

.font-alt {
    font-weight: 300;
}


.bg-gradient-gray-light-2 {
    background-image: linear-gradient(0deg, #f7f9fc 0%, #fff 100%);
    ;
}

.bg-scroll {
    background-attachment: scroll !important;
    background-position: center center !important;
}

.page-section,
.small-section,
.bg-image {
    width: 100%;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

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

.text-center {
    text-align: center !important;
}

a.text-contact {
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 500;
}

a.text-contact:hover {
    font-size: 16px;
    color: #131217;
    font-weight: 500;
}


@media (min-width: 992px) {
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

.row:not(.g-0, .g-1, .g-2, .g-3, .g-4, .g-5,
    .gx-0, .gx-1, .gx-2, .gx-3, .gx-4, .gx-5,
    .gy-0, .gy-1, .gy-2, .gy-3, .gy-4, .gy-5) {
    --bs-gutter-x: 30px;
}

.row.gx-huge {
    --bs-gutter-x: 276px;
}

/*
 * Images composition 7
 */

.composition-7 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.composition-7 img {
    width: 100%;
}

.composition-7-border {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: linear-gradient(to right, white, white), linear-gradient(90deg, #fdb900 0%, #702eaa 33%, #124466 100%);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    z-index: 0;
}

.composition-7-inner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    isolation: isolate;
    transform: translateZ(0);
    z-index: 1;
}

.composition-7-image-1 {
    position: relative;
    width: 14.9903%;
}

.composition-7-image-2 {
    position: relative;
    width: 24.8549%;
}

.composition-7-image-3 {
    position: relative;
    width: 30.0773%;
}

.composition-7-image-4 {
    position: relative;
    width: 21.3733%;
}

.light-content .composition-7-border {
    background: linear-gradient(to right, #010101, #010101), linear-gradient(90deg, #fdb900 0%, #702eaa 33%, #124466 100%);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

a.text-about {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 500;
}

a.text-about:hover {
    font-size: 18px;
    color: #131217;
    font-weight: 500;
}

.bg-line-1 {
    pointer-events: none;
    /* <<< ทำให้คลิกทะลุได้ */
    position: absolute;
    /* <<< ถ้ายังไม่ได้ตั้งไว้ */
    bottom: 45px;
    left: 0;
    width: 100%;
}

.bg-line-1 img {
    width: 100%;
}

.z-index-1 {
    z-index: 1 !important;
}

hr:not([size]) {
    background: var(--color-dark-1);
    height: 2px;
    opacity: .055;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.section-line-gradient {
    width: 70px;
    height: 1px;
    margin: 0 auto 0 0;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    background: linear-gradient(90deg, #fdb900 0%, #702eaa 33%, #124466 100%);
}

.section-caption-gradient {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    background: linear-gradient(90deg, #fdb900 0%, #702eaa 33%, #124466 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

@media only screen and (max-width: 1366px) {

    .section-title {
        font-size: calc(1.582rem + 2.25vw);
    }

    .section-title-small {
        font-size: calc(1.635rem + 0.57vw);
    }

}

/*
 * Works filter
 */

.works-filter {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: default;
}

.works-filter a {
    display: inline-block;
    position: relative;
    margin-left: 48px;
    color: var(--color-gray-1);
    text-decoration: none;
    -webkit-transition: var(--transition-default);
    transition: var(--transition-default);
    cursor: pointer;
}

.works-filter a:first-child {
    margin-left: 0;
}

.works-filter a:hover {
    color: var(--color-dark-1);
    text-decoration: none;
}

.works-filter a.active {
    color: var(--color-dark-1);
    cursor: default;
}

.works-filter a.active:hover {
    color: var(--color-dark-1);
}

.works-filter a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: var(--color-dark-1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
}

.works-filter a.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.works-filter a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.light-content .works-filter a {
    color: #fff;
    opacity: .72;
}

.light-content .works-filter a:hover,
.light-content .works-filter a.active {
    color: #fff;
    opacity: 1;
}

.light-content .works-filter a:after {
    background-color: #fff;
}

/* Works filter elegant */
.works-filter.works-filter-elegant {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.works-filter.works-filter-elegant a {
    margin-left: 27px;
    padding: 4px 13px;
}

.works-filter.works-filter-elegant a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color-dark-1);
    border-radius: 30px;
    opacity: 0;
    transition: var(--transition-default);
}

.works-filter.works-filter-elegant a.active:before {
    opacity: .15;
}

.works-filter.works-filter-elegant a:after {
    display: none;
}

.light-content .works-filter.works-filter-elegant a:before {
    border-color: #fff;
}

/* Works filter fancy */
.works-filter.works-filter-fancy {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.059em;
    text-transform: uppercase;
}

.works-filter.works-filter-fancy a,
.works-filter.works-filter-fancy a:hover {
    margin: 0;
    padding: 10px 20px;
    color: var(--color-gray-1);
    isolation: isolate;
}

.works-filter.works-filter-fancy a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-dark-1);
    opacity: .3;
    transition: var(--transition-default);
    z-index: -1;
}

.works-filter.works-filter-fancy a:after,
.works-filter.works-filter-fancy a:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: var(--color-primary-1);
    transform: none;
    transition: all .2s var(--ease-out-short);
    z-index: -1;
}

.works-filter.works-filter-fancy a:not(:first-child):before,
.works-filter.works-filter-fancy a:not(:first-child):after {
    width: calc(100% + 1px);
    margin-left: -1px;
    border-left: none;
}

.works-filter.works-filter-fancy a:first-child:before,
.works-filter.works-filter-fancy a:first-child:after {
    border-top-left-radius: var(--border-radius-default);
    border-bottom-left-radius: var(--border-radius-default);
}

.works-filter.works-filter-fancy a:last-child:before,
.works-filter.works-filter-fancy a:last-child:after {
    border-top-right-radius: var(--border-radius-default);
    border-bottom-right-radius: var(--border-radius-default);
}

.works-filter.works-filter-fancy a.active,
.works-filter.works-filter-fancy a.active:hover {
    color: #fff;
}

.works-filter.works-filter-fancy a.active:after {
    opacity: 1;
}

.light-content .works-filter.works-filter-fancy a {
    opacity: 1;
}

.light-content .works-filter.works-filter-fancy a:before {
    border-color: #fff;
}

.light-content .works-filter.works-filter-fancy a {
    color: #fff !important;
}

.light-content .works-filter.works-filter-fancy a:hover {
    color: #fff;
}

.light-content .works-filter.works-filter-fancy a.active {
    color: #fff;
}

/* Works filter gradient */
.works-filter.works-filter-gradient {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    z-index: 1;
}

.works-filter.works-filter-gradient a {
    margin-left: 10px;
    padding: 5px 17px;
    transition: none;
}

.works-filter.works-filter-gradient a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-dark-1);
    border-radius: 30px;
    opacity: .15;
    transition: opacity .17s var(--ease-default);
    z-index: -1;
}

.works-filter.works-filter-gradient a:hover {
    color: var(--color-gray-1);
}

.works-filter.works-filter-gradient a:hover:before {
    opacity: .3;
}

.works-filter.works-filter-gradient a.active:before {
    border: 1px solid transparent;
    background: linear-gradient(to right, white, white), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: 1;
}

.works-filter.works-filter-gradient a.active {
    background: var(--gradient-primary-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.works-filter.works-filter-gradient a:after {
    display: none;
}

.light-content .works-filter.works-filter-gradient a,
.light-content .works-filter.works-filter-gradient a:hover {
    color: var(--color-dark-mode-gray-1);
    opacity: 1;
}

.light-content .works-filter.works-filter-gradient a:before {
    border-color: #fff;
    opacity: .25;
}

.light-content .works-filter.works-filter-gradient a:hover:before {
    border-color: #fff;
    opacity: .5;
}

.light-content .works-filter.works-filter-gradient a.active:before {
    border-color: transparent;
    background: linear-gradient(to right, var(--color-dark-1), var(--color-dark-1)), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: 1;
}

/* Works filter slick */
.works-filter.works-filter-slick {
    display: inline-block;
    padding: 0 13px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: normal;
    background: #fff;
    border-radius: 100px;
    box-shadow: var(--box-shadow-block);
}

.works-filter.works-filter-slick a {
    margin: 0;
    padding: 14px 17px;
    color: var(--color-gray-1);
}

.works-filter.works-filter-slick a:hover {
    color: var(--color-dark-1);
}

.works-filter.works-filter-slick a:after {
    display: none;
}

.works-filter.works-filter-slick a.active,
.works-filter.works-filter-slick a.active:hover {
    color: var(--color-dark-1);
}

.works-filter.works-filter-slick a.active:after {
    opacity: 1;
}

.light-content .works-filter.works-filter-slick {
    background: var(--color-dark-3);
    border: 1px solid var(--color-dark-mode-gray-2);
}

.light-content .works-filter.works-filter-slick a {
    color: var(--color-dark-mode-gray-1);
}

.light-content .works-filter.works-filter-slick a:hover,
.light-content .works-filter.works-filter-slick a.active,
.light-content .works-filter.works-filter-slick a.active:hover {
    color: #fff;
}

/* Work filter bold */
.works-filter.works-filter-bold {
    font-family: var(--font-alt);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.works-filter.works-filter-bold a {
    margin-top: 7px;
    margin-left: 27px;
    padding: 4px 13px;
    color: var(--color-dark-1);
    isolation: isolate;
}

.works-filter.works-filter-bold a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    border: none;
    border-radius: 30px;
    opacity: 0;
    transition: var(--transition-default);
    z-index: -1;
}

.works-filter.works-filter-bold a.active,
.works-filter.works-filter-bold a.active:hover {
    color: #fff;
}

.works-filter.works-filter-bold a.active:before {
    opacity: 1;
}

.works-filter.works-filter-bold a:after {
    display: none;
}

.light-content .works-filter.works-filter-bold a {
    color: #fff;
    opacity: 1;
}

.light-content .works-filter.works-filter-bold a:before {
    background: #fff;
}

.light-content .works-filter.works-filter-bold a.active,
.light-content .works-filter.works-filter-bold a.active:hover {
    color: var(--color-dark-1);
}

.btn-mod.btn-small {
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

.btn-mod.btn-border-grad {
    border: 1px solid transparent;
    background: linear-gradient(to right, white, white), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    color: var(--color-primary-1);
}

.btn-mod.btn-round {
    border-radius: var(--border-radius-default);
}

.testimonial-section {
    padding: 60px 20px;
    background: #fff;
    overflow: hidden;
}

.marquee-container {
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    gap: 30px;
    animation: scroll 30s linear infinite;
    width: max-content;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

    /* ต้อง duplicate slide เพื่อให้วน */
}



.testimonials-3-author {
    display: flex;
    align-items: center;
    margin-top: auto;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0;
    color: #0F172A;
}

.testimonials-3-author-img {
    margin-top: 1px;
    margin-right: 10px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    isolation: isolate;
    transform: translateZ(0);
}

.testimonials-3-author-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}



/*
 * Testimonials 4
 */

.testimonials-4-item {
    position: relative;
    overflow: hidden;
}

.testimonials-4-text {
    margin-bottom: 0;
}

.testimonials-4-text p {
    color: var(--color-dark-1);
    font-size: 17px;
    line-height: 1.529;
    letter-spacing: 0;
}

.testimonials-4-author {
    color: var(--color-gray-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
}

.testimonials-4-author .small {
    font-size: 16px;
    font-weight: 400;
}

.testimonials-4-author-img {
    margin-top: 1px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
    isolation: isolate;
    transform: translateZ(0);
}

.testimonials-4-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    line-height: 1;
    opacity: .075;
}

/* Responsive */
@media (max-width: 768px) {
    .xb-marquee__item {
        padding: 15px;
        font-size: 14px;
        margin-right: 15px;
    }

    .testimonials-3-author-img img {
        width: 48px;
        height: 48px;
    }
}

@media (min-width: 992px) {
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
}

.h5 {
    font-size: 20px;
}

.align-items-stretch {
    align-items: stretch !important;
}

.d-flex {
    display: flex !important;
}

.alt-features-item.border-left {
    padding-left: 30px;
    border-left: 1px solid var(--color-gray-light-3);
}

.mt-0 {
    margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
    .mb-sm-50 {
        margin-bottom: 50px !important;
    }
}

.border-left {
    padding-left: 30px;
    border-left: 1px solid var(--color-gray-light-3);
}

.ci-icon {
    position: absolute;
    top: 4px;
    left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    color: #2029BD;
    background-color: rgba(32, 40, 188, 0.1);
    text-align: center;
    border-radius: 50%;
}

.ci-text {
    margin-bottom: 2px;
    font-size: 16px;
}

.mt-icon:before {
    background: var(--color-primary-1);
}

.light-content .ci-icon {
    color: var(--color-primary-1) !important;
}

.light-content .ci-icon:before {
    background: var(--color-primary-1);
    opacity: .25;
}


.contact-item {
    padding-left: 69px;

}

.mb-30 {
    margin-bottom: 30px !important;

}

.contact-item {
    position: relative;

    padding: 0 0 0 74px;

    padding-left: 74px;

    color: var(--color-dark-1);

}

.mt-n10 {
    margin-top: -10px !important
}

.mt-n20 {
    margin-top: -20px !important
}

.mt-n30 {
    margin-top: -30px !important
}

.mt-n40 {
    margin-top: -40px !important
}

.mt-n50 {
    margin-top: -50px !important
}

.mt-n60 {
    margin-top: -60px !important
}

.mt-n70 {
    margin-top: -70px !important
}

.mt-n80 {
    margin-top: -80px !important
}

.mt-n90 {
    margin-top: -90px !important
}

.mt-n100 {
    margin-top: -100px !important
}

.mt-n110 {
    margin-top: -110px !important
}

.mt-n120 {
    margin-top: -120px !important
}

.mt-n130 {
    margin-top: -130px !important
}

.mt-n140 {
    margin-top: -140px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mt-110 {
    margin-top: 110px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-130 {
    margin-top: 130px !important
}

.mt-140 {
    margin-top: 140px !important
}

.mb-n10 {
    margin-bottom: -10px !important
}

.mb-n20 {
    margin-bottom: -20px !important
}

.mb-n30 {
    margin-bottom: -30px !important
}

.mb-n40 {
    margin-bottom: -40px !important
}

.mb-n50 {
    margin-bottom: -50px !important
}

.mb-n60 {
    margin-bottom: -60px !important
}

.mb-n70 {
    margin-bottom: -70px !important
}

.mb-n80 {
    margin-bottom: -80px !important
}

.mb-n90 {
    margin-bottom: -90px !important
}

.mb-n100 {
    margin-bottom: -100px !important
}

.mb-n110 {
    margin-bottom: -110px !important
}

.mb-n120 {
    margin-bottom: -120px !important
}

.mb-n130 {
    margin-bottom: -130px !important
}

.mb-n140 {
    margin-bottom: -140px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-110 {
    margin-bottom: 110px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mb-130 {
    margin-bottom: 130px !important
}

.mb-140 {
    margin-bottom: 140px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-110 {
    padding-top: 110px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-130 {
    padding-top: 130px !important
}

.pt-140 {
    padding-top: 140px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-110 {
    padding-bottom: 110px !important
}

.pb-120 {
    padding-bottom: 120px !important
}

.pb-130 {
    padding-bottom: 130px !important
}

.pb-140 {
    padding-bottom: 140px !important
}

@media only screen and (max-width:1199px) {
    .mt-lg-n10 {
        margin-top: -10px !important
    }

    .mt-lg-n20 {
        margin-top: -20px !important
    }

    .mt-lg-n30 {
        margin-top: -30px !important
    }

    .mt-lg-n40 {
        margin-top: -40px !important
    }

    .mt-lg-n50 {
        margin-top: -50px !important
    }

    .mt-lg-n60 {
        margin-top: -60px !important
    }

    .mt-lg-n70 {
        margin-top: -70px !important
    }

    .mt-lg-n80 {
        margin-top: -80px !important
    }

    .mt-lg-n90 {
        margin-top: -90px !important
    }

    .mt-lg-n100 {
        margin-top: -100px !important
    }

    .mt-lg-n110 {
        margin-top: -110px !important
    }

    .mt-lg-n120 {
        margin-top: -120px !important
    }

    .mt-lg-n130 {
        margin-top: -130px !important
    }

    .mt-lg-n140 {
        margin-top: -140px !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-10 {
        margin-top: 10px !important
    }

    .mt-lg-20 {
        margin-top: 20px !important
    }

    .mt-lg-30 {
        margin-top: 30px !important
    }

    .mt-lg-40 {
        margin-top: 40px !important
    }

    .mt-lg-50 {
        margin-top: 50px !important
    }

    .mt-lg-60 {
        margin-top: 60px !important
    }

    .mt-lg-70 {
        margin-top: 70px !important
    }

    .mt-lg-80 {
        margin-top: 80px !important
    }

    .mt-lg-90 {
        margin-top: 90px !important
    }

    .mt-lg-100 {
        margin-top: 100px !important
    }

    .mt-lg-110 {
        margin-top: 110px !important
    }

    .mt-lg-120 {
        margin-top: 120px !important
    }

    .mt-lg-130 {
        margin-top: 130px !important
    }

    .mt-lg-140 {
        margin-top: 140px !important
    }

    .mb-lg-n10 {
        margin-bottom: -10px !important
    }

    .mb-lg-n20 {
        margin-bottom: -20px !important
    }

    .mb-lg-n30 {
        margin-bottom: -30px !important
    }

    .mb-lg-n40 {
        margin-bottom: -40px !important
    }

    .mb-lg-n50 {
        margin-bottom: -50px !important
    }

    .mb-lg-n60 {
        margin-bottom: -60px !important
    }

    .mb-lg-n70 {
        margin-bottom: -70px !important
    }

    .mb-lg-n80 {
        margin-bottom: -80px !important
    }

    .mb-lg-n90 {
        margin-bottom: -90px !important
    }

    .mb-lg-n100 {
        margin-bottom: -100px !important
    }

    .mb-lg-n110 {
        margin-bottom: -110px !important
    }

    .mb-lg-n120 {
        margin-bottom: -120px !important
    }

    .mb-lg-n130 {
        margin-bottom: -130px !important
    }

    .mb-lg-n140 {
        margin-bottom: -140px !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-10 {
        margin-bottom: 10px !important
    }

    .mb-lg-20 {
        margin-bottom: 20px !important
    }

    .mb-lg-30 {
        margin-bottom: 30px !important
    }

    .mb-lg-40 {
        margin-bottom: 40px !important
    }

    .mb-lg-50 {
        margin-bottom: 50px !important
    }

    .mb-lg-60 {
        margin-bottom: 60px !important
    }

    .mb-lg-70 {
        margin-bottom: 70px !important
    }

    .mb-lg-80 {
        margin-bottom: 80px !important
    }

    .mb-lg-90 {
        margin-bottom: 90px !important
    }

    .mb-lg-100 {
        margin-bottom: 100px !important
    }

    .mb-lg-110 {
        margin-bottom: 110px !important
    }

    .mb-lg-120 {
        margin-bottom: 120px !important
    }

    .mb-lg-130 {
        margin-bottom: 130px !important
    }

    .mb-lg-140 {
        margin-bottom: 140px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-10 {
        padding-top: 10px !important
    }

    .pt-lg-20 {
        padding-top: 20px !important
    }

    .pt-lg-30 {
        padding-top: 30px !important
    }

    .pt-lg-40 {
        padding-top: 40px !important
    }

    .pt-lg-50 {
        padding-top: 50px !important
    }

    .pt-lg-60 {
        padding-top: 60px !important
    }

    .pt-lg-70 {
        padding-top: 70px !important
    }

    .pt-lg-80 {
        padding-top: 80px !important
    }

    .pt-lg-90 {
        padding-top: 90px !important
    }

    .pt-lg-100 {
        padding-top: 100px !important
    }

    .pt-lg-110 {
        padding-top: 110px !important
    }

    .pt-lg-120 {
        padding-top: 120px !important
    }

    .pt-lg-130 {
        padding-top: 130px !important
    }

    .pt-lg-140 {
        padding-top: 140px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-10 {
        padding-bottom: 10px !important
    }

    .pb-lg-20 {
        padding-bottom: 20px !important
    }

    .pb-lg-30 {
        padding-bottom: 30px !important
    }

    .pb-lg-40 {
        padding-bottom: 40px !important
    }

    .pb-lg-50 {
        padding-bottom: 50px !important
    }

    .pb-lg-60 {
        padding-bottom: 60px !important
    }

    .pb-lg-70 {
        padding-bottom: 70px !important
    }

    .pb-lg-80 {
        padding-bottom: 80px !important
    }

    .pb-lg-90 {
        padding-bottom: 90px !important
    }

    .pb-lg-100 {
        padding-bottom: 100px !important
    }

    .pb-lg-110 {
        padding-bottom: 110px !important
    }

    .pb-lg-120 {
        padding-bottom: 120px !important
    }

    .pb-lg-130 {
        padding-bottom: 130px !important
    }

    .pb-lg-140 {
        padding-bottom: 140px !important
    }
}

@media only screen and (max-width:991px) {
    .mt-md-n10 {
        margin-top: -10px !important
    }

    .mt-md-n20 {
        margin-top: -20px !important
    }

    .mt-md-n30 {
        margin-top: -30px !important
    }

    .mt-md-n40 {
        margin-top: -40px !important
    }

    .mt-md-n50 {
        margin-top: -50px !important
    }

    .mt-md-n60 {
        margin-top: -60px !important
    }

    .mt-md-n70 {
        margin-top: -70px !important
    }

    .mt-md-n80 {
        margin-top: -80px !important
    }

    .mt-md-n90 {
        margin-top: -90px !important
    }

    .mt-md-n100 {
        margin-top: -100px !important
    }

    .mt-md-n110 {
        margin-top: -110px !important
    }

    .mt-md-n120 {
        margin-top: -120px !important
    }

    .mt-md-n130 {
        margin-top: -130px !important
    }

    .mt-md-n140 {
        margin-top: -140px !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-10 {
        margin-top: 10px !important
    }

    .mt-md-20 {
        margin-top: 20px !important
    }

    .mt-md-30 {
        margin-top: 30px !important
    }

    .mt-md-40 {
        margin-top: 40px !important
    }

    .mt-md-50 {
        margin-top: 50px !important
    }

    .mt-md-60 {
        margin-top: 60px !important
    }

    .mt-md-70 {
        margin-top: 70px !important
    }

    .mt-md-80 {
        margin-top: 80px !important
    }

    .mt-md-90 {
        margin-top: 90px !important
    }

    .mt-md-100 {
        margin-top: 100px !important
    }

    .mt-md-110 {
        margin-top: 110px !important
    }

    .mt-md-120 {
        margin-top: 120px !important
    }

    .mt-md-130 {
        margin-top: 130px !important
    }

    .mt-md-140 {
        margin-top: 140px !important
    }

    .mb-md-n10 {
        margin-bottom: -10px !important
    }

    .mb-md-n20 {
        margin-bottom: -20px !important
    }

    .mb-md-n30 {
        margin-bottom: -30px !important
    }

    .mb-md-n40 {
        margin-bottom: -40px !important
    }

    .mb-md-n50 {
        margin-bottom: -50px !important
    }

    .mb-md-n60 {
        margin-bottom: -60px !important
    }

    .mb-md-n70 {
        margin-bottom: -70px !important
    }

    .mb-md-n80 {
        margin-bottom: -80px !important
    }

    .mb-md-n90 {
        margin-bottom: -90px !important
    }

    .mb-md-n100 {
        margin-bottom: -100px !important
    }

    .mb-md-n110 {
        margin-bottom: -110px !important
    }

    .mb-md-n120 {
        margin-bottom: -120px !important
    }

    .mb-md-n130 {
        margin-bottom: -130px !important
    }

    .mb-md-n140 {
        margin-bottom: -140px !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-10 {
        margin-bottom: 10px !important
    }

    .mb-md-20 {
        margin-bottom: 20px !important
    }

    .mb-md-30 {
        margin-bottom: 30px !important
    }

    .mb-md-40 {
        margin-bottom: 40px !important
    }

    .mb-md-50 {
        margin-bottom: 50px !important
    }

    .mb-md-60 {
        margin-bottom: 60px !important
    }

    .mb-md-70 {
        margin-bottom: 70px !important
    }

    .mb-md-80 {
        margin-bottom: 80px !important
    }

    .mb-md-90 {
        margin-bottom: 90px !important
    }

    .mb-md-100 {
        margin-bottom: 100px !important
    }

    .mb-md-110 {
        margin-bottom: 110px !important
    }

    .mb-md-120 {
        margin-bottom: 120px !important
    }

    .mb-md-130 {
        margin-bottom: 130px !important
    }

    .mb-md-140 {
        margin-bottom: 140px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-10 {
        padding-top: 10px !important
    }

    .pt-md-20 {
        padding-top: 20px !important
    }

    .pt-md-30 {
        padding-top: 30px !important
    }

    .pt-md-40 {
        padding-top: 40px !important
    }

    .pt-md-50 {
        padding-top: 50px !important
    }

    .pt-md-60 {
        padding-top: 60px !important
    }

    .pt-md-70 {
        padding-top: 70px !important
    }

    .pt-md-80 {
        padding-top: 80px !important
    }

    .pt-md-90 {
        padding-top: 90px !important
    }

    .pt-md-100 {
        padding-top: 100px !important
    }

    .pt-md-110 {
        padding-top: 110px !important
    }

    .pt-md-120 {
        padding-top: 120px !important
    }

    .pt-md-130 {
        padding-top: 130px !important
    }

    .pt-md-140 {
        padding-top: 140px !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-10 {
        padding-bottom: 10px !important
    }

    .pb-md-20 {
        padding-bottom: 20px !important
    }

    .pb-md-30 {
        padding-bottom: 30px !important
    }

    .pb-md-40 {
        padding-bottom: 40px !important
    }

    .pb-md-50 {
        padding-bottom: 50px !important
    }

    .pb-md-60 {
        padding-bottom: 60px !important
    }

    .pb-md-70 {
        padding-bottom: 70px !important
    }

    .pb-md-80 {
        padding-bottom: 80px !important
    }

    .pb-md-90 {
        padding-bottom: 90px !important
    }

    .pb-md-100 {
        padding-bottom: 100px !important
    }

    .pb-md-110 {
        padding-bottom: 110px !important
    }

    .pb-md-120 {
        padding-bottom: 120px !important
    }

    .pb-md-130 {
        padding-bottom: 130px !important
    }

    .pb-md-140 {
        padding-bottom: 140px !important
    }
}

@media only screen and (max-width:767px) {
    .mt-sm-n10 {
        margin-top: -10px !important
    }

    .mt-sm-n20 {
        margin-top: -20px !important
    }

    .mt-sm-n30 {
        margin-top: -30px !important
    }

    .mt-sm-n40 {
        margin-top: -40px !important
    }

    .mt-sm-n50 {
        margin-top: -50px !important
    }

    .mt-sm-n60 {
        margin-top: -60px !important
    }

    .mt-sm-n70 {
        margin-top: -70px !important
    }

    .mt-sm-n80 {
        margin-top: -80px !important
    }

    .mt-sm-n90 {
        margin-top: -90px !important
    }

    .mt-sm-n100 {
        margin-top: -100px !important
    }

    .mt-sm-n110 {
        margin-top: -110px !important
    }

    .mt-sm-n120 {
        margin-top: -120px !important
    }

    .mt-sm-n130 {
        margin-top: -130px !important
    }

    .mt-sm-n140 {
        margin-top: -140px !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-10 {
        margin-top: 10px !important
    }

    .mt-sm-20 {
        margin-top: 20px !important
    }

    .mt-sm-30 {
        margin-top: 30px !important
    }

    .mt-sm-40 {
        margin-top: 40px !important
    }

    .mt-sm-50 {
        margin-top: 50px !important
    }

    .mt-sm-60 {
        margin-top: 60px !important
    }

    .mt-sm-70 {
        margin-top: 70px !important
    }

    .mt-sm-80 {
        margin-top: 80px !important
    }

    .mt-sm-90 {
        margin-top: 90px !important
    }

    .mt-sm-100 {
        margin-top: 100px !important
    }

    .mt-sm-110 {
        margin-top: 110px !important
    }

    .mt-sm-120 {
        margin-top: 120px !important
    }

    .mt-sm-130 {
        margin-top: 130px !important
    }

    .mt-sm-140 {
        margin-top: 140px !important
    }

    .mb-sm-n10 {
        margin-bottom: -10px !important
    }

    .mb-sm-n20 {
        margin-bottom: -20px !important
    }

    .mb-sm-n30 {
        margin-bottom: -30px !important
    }

    .mb-sm-n40 {
        margin-bottom: -40px !important
    }

    .mb-sm-n50 {
        margin-bottom: -50px !important
    }

    .mb-sm-n60 {
        margin-bottom: -60px !important
    }

    .mb-sm-n70 {
        margin-bottom: -70px !important
    }

    .mb-sm-n80 {
        margin-bottom: -80px !important
    }

    .mb-sm-n90 {
        margin-bottom: -90px !important
    }

    .mb-sm-n100 {
        margin-bottom: -100px !important
    }

    .mb-sm-n110 {
        margin-bottom: -110px !important
    }

    .mb-sm-n120 {
        margin-bottom: -120px !important
    }

    .mb-sm-n130 {
        margin-bottom: -130px !important
    }

    .mb-sm-n140 {
        margin-bottom: -140px !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-10 {
        margin-bottom: 10px !important
    }

    .mb-sm-20 {
        margin-bottom: 20px !important
    }

    .mb-sm-30 {
        margin-bottom: 30px !important
    }

    .mb-sm-40 {
        margin-bottom: 40px !important
    }

    .mb-sm-50 {
        margin-bottom: 50px !important
    }

    .mb-sm-60 {
        margin-bottom: 60px !important
    }

    .mb-sm-70 {
        margin-bottom: 70px !important
    }

    .mb-sm-80 {
        margin-bottom: 80px !important
    }

    .mb-sm-90 {
        margin-bottom: 90px !important
    }

    .mb-sm-100 {
        margin-bottom: 100px !important
    }

    .mb-sm-110 {
        margin-bottom: 110px !important
    }

    .mb-sm-120 {
        margin-bottom: 120px !important
    }

    .mb-sm-130 {
        margin-bottom: 130px !important
    }

    .mb-sm-140 {
        margin-bottom: 140px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-10 {
        padding-top: 10px !important
    }

    .pt-sm-20 {
        padding-top: 20px !important
    }

    .pt-sm-30 {
        padding-top: 30px !important
    }

    .pt-sm-40 {
        padding-top: 40px !important
    }

    .pt-sm-50 {
        padding-top: 50px !important
    }

    .pt-sm-60 {
        padding-top: 60px !important
    }

    .pt-sm-70 {
        padding-top: 70px !important
    }

    .pt-sm-80 {
        padding-top: 80px !important
    }

    .pt-sm-90 {
        padding-top: 90px !important
    }

    .pt-sm-100 {
        padding-top: 100px !important
    }

    .pt-sm-110 {
        padding-top: 110px !important
    }

    .pt-sm-120 {
        padding-top: 120px !important
    }

    .pt-sm-130 {
        padding-top: 130px !important
    }

    .pt-sm-140 {
        padding-top: 140px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-10 {
        padding-bottom: 10px !important
    }

    .pb-sm-20 {
        padding-bottom: 20px !important
    }

    .pb-sm-30 {
        padding-bottom: 30px !important
    }

    .pb-sm-40 {
        padding-bottom: 40px !important
    }

    .pb-sm-50 {
        padding-bottom: 50px !important
    }

    .pb-sm-60 {
        padding-bottom: 60px !important
    }

    .pb-sm-70 {
        padding-bottom: 70px !important
    }

    .pb-sm-80 {
        padding-bottom: 80px !important
    }

    .pb-sm-90 {
        padding-bottom: 90px !important
    }

    .pb-sm-100 {
        padding-bottom: 100px !important
    }

    .pb-sm-110 {
        padding-bottom: 110px !important
    }

    .pb-sm-120 {
        padding-bottom: 120px !important
    }

    .pb-sm-130 {
        padding-bottom: 130px !important
    }

    .pb-sm-140 {
        padding-bottom: 140px !important
    }
}

@media only screen and (max-width:575px) {
    .mt-xs-n10 {
        margin-top: -10px !important
    }

    .mt-xs-n20 {
        margin-top: -20px !important
    }

    .mt-xs-n30 {
        margin-top: -30px !important
    }

    .mt-xs-n40 {
        margin-top: -40px !important
    }

    .mt-xs-n50 {
        margin-top: -50px !important
    }

    .mt-xs-n60 {
        margin-top: -60px !important
    }

    .mt-xs-n70 {
        margin-top: -70px !important
    }

    .mt-xs-n80 {
        margin-top: -80px !important
    }

    .mt-xs-n90 {
        margin-top: -90px !important
    }

    .mt-xs-n100 {
        margin-top: -100px !important
    }

    n .mt-xs-n110 {
        margin-top: -110px !important
    }

    .mt-xs-n120 {
        margin-top: -120px !important
    }

    .mt-xs-n130 {
        margin-top: -130px !important
    }

    .mt-xs-n140 {
        margin-top: -140px !important
    }

    .mt-xs-0 {
        margin-top: 0 !important
    }

    .mt-xs-10 {
        margin-top: 10px !important
    }

    .mt-xs-20 {
        margin-top: 20px !important
    }

    .mt-xs-30 {
        margin-top: 30px !important
    }

    .mt-xs-40 {
        margin-top: 40px !important
    }

    .mt-xs-50 {
        margin-top: 50px !important
    }

    .mt-xs-60 {
        margin-top: 60px !important
    }

    .mt-xs-70 {
        margin-top: 70px !important
    }

    .mt-xs-80 {
        margin-top: 80px !important
    }

    .mt-xs-90 {
        margin-top: 90px !important
    }

    .mt-xs-100 {
        margin-top: 100px !important
    }

    .mt-xs-110 {
        margin-top: 110px !important
    }

    .mt-xs-120 {
        margin-top: 120px !important
    }

    .mt-xs-130 {
        margin-top: 130px !important
    }

    .mt-xs-140 {
        margin-top: 140px !important
    }

    .mb-xs-n10 {
        margin-bottom: -10px !important
    }

    .mb-xs-n20 {
        margin-bottom: -20px !important
    }

    .mb-xs-n30 {
        margin-bottom: -30px !important
    }

    .mb-xs-n40 {
        margin-bottom: -40px !important
    }

    .mb-xs-n50 {
        margin-bottom: -50px !important
    }

    .mb-xs-n60 {
        margin-bottom: -60px !important
    }

    .mb-xs-n70 {
        margin-bottom: -70px !important
    }

    .mb-xs-n80 {
        margin-bottom: -80px !important
    }

    .mb-xs-n90 {
        margin-bottom: -90px !important
    }

    .mb-xs-n100 {
        margin-bottom: -100px !important
    }

    .mb-xs-n110 {
        margin-bottom: -110px !important
    }

    .mb-xs-n120 {
        margin-bottom: -120px !important
    }

    .mb-xs-n130 {
        margin-bottom: -130px !important
    }

    .mb-xs-n140 {
        margin-bottom: -140px !important
    }

    .mb-xs-0 {
        margin-bottom: 0 !important
    }

    .mb-xs-10 {
        margin-bottom: 10px !important
    }

    .mb-xs-20 {
        margin-bottom: 20px !important
    }

    .mb-xs-30 {
        margin-bottom: 30px !important
    }

    .mb-xs-40 {
        margin-bottom: 40px !important
    }

    .mb-xs-50 {
        margin-bottom: 50px !important
    }

    .mb-xs-60 {
        margin-bottom: 60px !important
    }

    .mb-xs-70 {
        margin-bottom: 70px !important
    }

    .mb-xs-80 {
        margin-bottom: 80px !important
    }

    .mb-xs-90 {
        margin-bottom: 90px !important
    }

    .mb-xs-100 {
        margin-bottom: 100px !important
    }

    .mb-xs-110 {
        margin-bottom: 110px !important
    }

    .mb-xs-120 {
        margin-bottom: 120px !important
    }

    .mb-xs-130 {
        margin-bottom: 130px !important
    }

    .mb-xs-140 {
        margin-bottom: 140px !important
    }

    .pt-xs-0 {
        padding-top: 0 !important
    }

    .pt-xs-10 {
        padding-top: 10px !important
    }

    .pt-xs-20 {
        padding-top: 20px !important
    }

    .pt-xs-30 {
        padding-top: 30px !important
    }

    .pt-xs-40 {
        padding-top: 40px !important
    }

    .pt-xs-50 {
        padding-top: 50px !important
    }

    .pt-xs-60 {
        padding-top: 60px !important
    }

    .pt-xs-70 {
        padding-top: 70px !important
    }

    .pt-xs-80 {
        padding-top: 80px !important
    }

    .pt-xs-90 {
        padding-top: 90px !important
    }

    .pt-xs-100 {
        padding-top: 100px !important
    }

    .pt-xs-110 {
        padding-top: 110px !important
    }

    .pt-xs-120 {
        padding-top: 120px !important
    }

    .pt-xs-130 {
        padding-top: 130px !important
    }

    .pt-xs-140 {
        padding-top: 140px !important
    }

    .pb-xs-0 {
        padding-bottom: 0 !important
    }

    .pb-xs-10 {
        padding-bottom: 10px !important
    }

    .pb-xs-20 {
        padding-bottom: 20px !important
    }

    .pb-xs-30 {
        padding-bottom: 30px !important
    }

    .pb-xs-40 {
        padding-bottom: 40px !important
    }

    .pb-xs-50 {
        padding-bottom: 50px !important
    }

    .pb-xs-60 {
        padding-bottom: 60px !important
    }

    .pb-xs-70 {
        padding-bottom: 70px !important
    }

    .pb-xs-80 {
        padding-bottom: 80px !important
    }

    .pb-xs-90 {
        padding-bottom: 90px !important
    }

    .pb-xs-100 {
        padding-bottom: 100px !important
    }

    .pb-xs-110 {
        padding-bottom: 110px !important
    }

    .pb-xs-120 {
        padding-bottom: 120px !important
    }

    .pb-xs-130 {
        padding-bottom: 130px !important
    }

    .pb-xs-140 {
        padding-bottom: 140px !important
    }

    .pl-xs-20 {
        padding-left: 20px !important
    }

    .pr-xs-20 {
        padding-right: 20px !important
    }
}

/* ==============================
   Alt features
   ============================== */

.alt-features-grid {
    margin-top: -35px;
}

.alt-features-item {
    margin-top: 35px;
}

.alt-features-item.border-left {
    padding-left: 30px;
    border-left: 1px solid var(--color-gray-light-3);
}

.alt-features-item.box-shadow {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: var(--border-radius-default);
}

.alt-features-icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 0 22px 0;
    font-size: 48px;
    text-align: center;
    line-height: 1.3;
    color: #2029BD;

}

.alt-features-icon-s {
    position: absolute;
    top: -6px;
    right: -15px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.alt-features-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.alt-features-title {
    margin-bottom: 11px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.02em;
    transition: var(--transition-default);
}

.alt-features-descr {
    font-size: 18px;
    line-height: 1.625;
}

.light-content .alt-features-item.border-left {
    padding-left: 30px;
    border-color: rgba(255, 255, 255, .25);
}

.light-content .alt-features-descr {
    color: var(--color-dark-mode-gray-1);
}

.light-content .alt-features-item.box-shadow {
    background: var(--color-dark-3);
    border: 1px solid var(--color-dark-mode-gray-2);
}

.light-content .alt-features-icon {
    color: #fff;
}

@media only screen and (max-width: 1366px) {
    .section-descr {
        font-size: calc(1.152rem + 0.33vw);
    }
}

.section-descr {
    margin-top: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.005em;
}



@media only screen and (max-width: 1200px) {
    .number-title {
        font-size: calc(2.273rem + 3.64vw) !important;
    }

    .number-item {
        width: 100%;
        padding: 0px !important;
        text-align: center;
    }
}

.number-item {
    width: 100%;
    padding: 50px 0px;
    text-align: center;

}

.number-title {
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
}

.number-descr {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.005em;
}

.number-2-item {
    width: 100%;
    padding: 50px 30px;
    text-align: center;

}

.number-2-title {
    margin-bottom: 15px;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
}

.number-2-descr {
    font-size: 16px;
}

.btn-mod.btn-grad.btn-medium {
    padding: 16px 40px;
}

.btn-mod.btn-medium {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

.btn-mod.btn-grad {
    color: #fff !important;
    background-image: var(--color-primary);
    background-repeat: no-repeat;
    border: none;
}

.btn-mod.btn-round {
    border-radius: var(--border-radius-default);
}

.btn-mod.btn-medium {
    height: auto;
    padding: 13px 20px 12px;
    font-size: 13px;
    letter-spacing: 0.085em;
}

.btn-mod,
a.btn-mod {
    font-weight: 500;
}

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 13px;
    color: #fff;
    background: var(--color-dark-1);
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .065em;
    border-radius: 0;
    box-shadow: none;
    transition: var(--transition-default);
    cursor: pointer;
}