/* ================================================================
Semantics
================================================================ */
::placeholder {
    color: #aaa !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #aaa !important;
}
::-ms-input-placeholder {
    color: #aaa !important;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #888;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #777;
}
* {
    outline: none;
}
html {
    scroll-behavior: smooth !important;
    scroll-padding-top: 101.4px !important;
}
body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: overlay !important;
}
body.unscrollable {
    overflow: hidden !important;
}
mark {
    background-color: #f5db06;
    padding: 0 0.2em;
}
section,
footer {
    overflow: hidden !important;
    padding: 6rem 0;
}
hr:not([size]) {
    border-top: 1px solid #666 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    height: 1px;
    margin: 1.5rem 0;
}
a {
    text-decoration: none;
    transition: ease 0.15s;
}
a:disabled {
    pointer-events: none;
}
label {
    color: #888;
    font-size: 12px;
    margin-bottom: 0.25rem;
}
label:disabled {
    color: #ccc !important;
}
th,
td {
    white-space: nowrap;
    vertical-align: middle;
    padding: 1rem 1.25rem !important;
}
th:first-of-type {
    border-top-left-radius: 0.25rem;
}
th:last-of-type {
    border-top-right-radius: 0.25rem;
}
tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 0.25rem;
}
tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 0.25rem;
}
@media (max-width: 768px) {
    html,
    body {
        scroll-padding-top: calc(92px + 54.4px) !important;
    }
    section,
    footer {
        padding: 4rem 0;
    }
    hr:not([size]) {
        margin: 1rem 0;
    }
}
/* ================================================================
Preloader
================================================================ */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transition: 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.preloader.removed {
    visibility: hidden;
    opacity: 0;
}
.preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border: 5px solid rgba(0, 0, 0, 0.03);
    border-top-color: #00817c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: rotate 0.5s linear infinite;
    animation: rotate 0.5s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* ================================================================
Card Product
================================================================ */
.card-product {
    overflow: hidden;
    background-color: transparent;
}
.card-product .card-img-top {
    transition: ease 0.15s;
}
.card-product:hover .card-img-top {
    filter: brightness(95%);
}
.card-product .card-product-category-tag {
    font-size: 12px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    box-shadow: 0px 16px 32px -16px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 16px 32px -16px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 16px 32px -16px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.card-product .card-product-availability-notice {
    color: #000;
    font-size: 12px;
    border-radius: 0.25rem;
    position: absolute;
    bottom: 1rem;
    left: 1.15rem;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.15s;
}
.card-product:hover .card-product-availability-notice {
    visibility: visible;
    opacity: 1;
}
.card-product-category {
    font-size: 12px;
}
.card-product .card-product-name {
    color: #000;
}
.card-product-price {
    color: #00817c;
    font-weight: 700;
}
@media (max-width: 768px) {
    .card-product .card-product-category-tag {
        top: .5rem;
        left: .5rem;
    }
    .card-product .card-product-availability-notice {
        font-size: 10px;
        bottom: .5rem;
        left: .7rem;
        visibility: visible;
        opacity: 1;
    }
    .card-product-category {
        font-size: 10px;
    }
    .card-product-name,
    .card-product-price {
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    .card-product .card-product-category-tag {
        font-size: 8px;
    }
}
/* ================================================================
Custom
================================================================ */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
/* light backdrops only */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 1rem;
    margin-right: 0.25rem;
    background:
        linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #000 45%, #000 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(135deg, transparent 0%, transparent 43%, #000 45%, #000 55%, transparent 57%, transparent 100%);
}
/* dark backdrops only */
input[type="search"][value="dark"]::-webkit-search-cancel-button {
    background:
        linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #fff 45%, #fff 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(135deg, transparent 0%, transparent 43%, #fff 45%, #fff 55%, transparent 57%, transparent 100%);
}
.divider {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 1px;
    display: block;
    margin: 1.5rem 0;
}
.d-table-cell {
    display: table-cell;
}
@media (max-width: 768px) {
    .d-md-table-cell {
        display: table-cell;
    }
}
.d-table {
    display: table;
}
@media (max-width: 768px) {
    .d-md-table {
        display: table;
    }
}
.fa-spin {
    animation: fa-spin 1s linear infinite;
}
.no-wrap {
    white-space: nowrap !important;
}
.custom-file-upload {
    cursor: pointer;
    margin: 0;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    text-transform: none !important;
}
.custom-file-upload.disabled {
    color: #eee !important;
    background-color: #aaa !important;
    border-color: #aaa !important;
}
input[type="file"] {
    display: none;
}
.box-icon {
    font-size: 12px;
    width: 45.4px;
    height: 45.4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-icon-sm {
    font-size: 10px;
    width: 35.8px;
    height: 35.8px;
}
.box-icon-xs {
    font-size: 8px;
    width: 35.8px;
    height: 35.8px;
}
.border {
    border: 1px solid #dadddc !important;
}
.border-top {
    border-top: #dadddc !important;
}
.border-bottom {
    border-bottom: #dadddc !important;
}
.border-right,
.border-end {
    border-right: #dadddc !important;
}
.border-left,
.border-start {
    border-left: #dadddc !important;
}
.form-select {
    padding: 0.7rem 3rem 0.7rem 0.9rem !important;
}
.form-select-sm {
    padding: 0.4rem 3rem 0.4rem 0.7rem !important;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%) !important;
}
.form-input {
    position: relative;
}
.form-control-label {
    background-color: #fff;
    font-size: 10px;
    position: absolute;
    top: -9px;
    left: 7px;
    margin: 0;
    padding: 4px 5px;
    border-radius: 0.25rem;
    line-height: 0.9;
    z-index: 3;
}
.form-control {
    font-size: 14px;
    color: #000;
    background-color: #fff !important;
    border: 1px solid #dadddc;
    border-radius: 0.25rem;
    padding: 0.7rem 0.8rem;
    display: block;
    position: relative;
    z-index: 1;
    transition: ease 0.15s;
}
.form-control:focus {
    border-color: #006d6a;
    box-shadow: 0 0 0 0.25rem rgb(0 109 106 / 25%);
    z-index: 2;
}
.form-control:disabled {
    color: #ccc !important;
    background-color: #eee !important;
    border-color: #eee !important;
}
.form-control-sm {
    padding: 0.4rem 0.6rem;
}
.form-control-xs {
    font-size: 12px;
    padding: 0.2rem 0.3rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border: 1px solid #dadddc;
}
@media (max-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }
}
@media (max-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .custom-dropdown-menu.dropdown-menu {
        padding: 1rem !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}
/* ================================================================
Bootstrap
================================================================ */
.badge {
    border-radius: 0.25rem;
}
.fw-bold {
    font-weight: 600 !important;
}
.top-0 {
    top: 0 !important;
}
.right-0 {
    right: 0 !important;
}
.left-0 {
    left: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.toast {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    box-shadow: none;
    background-color: #fff;
    border: none;
    border-radius: 0.25rem;
    width: auto;
    box-shadow: 0px 16px 32px -16px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 16px 32px -16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 16px 32px -16px rgba(0, 0, 0, 0.15);
    z-index: 1030;
}
.toast .toast-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c6d7d7;
}
.toast .toast-header,
.toast .toast-body {
    padding: 1rem;
}
.spinner-border-sm {
    width: 14px;
    height: 14px;
    border-width: 2px;
}
.invalid-feedback {
    font-size: 11px;
}
.input-group-text {
    border-color: #eee !important;
}
.pagination {
    margin: 0 !important;
}
.pagination .page-item {
    margin: 0 !important;
}
.pagination .page-item .page-link {
    color: #000;
    background-color: transparent !important;
    border: 1px solid rgba(0, 129, 124, 0.15) !important;
    text-decoration: none;
    font-size: 14px;
    min-width: 48.4px;
    text-align: center;
    padding: 0.75rem 1rem !important;
}
.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
    color: #00817c !important;
    border-color: #00817c !important;
    box-shadow: none !important;
}
.pagination .page-item:hover .page-link {
    background-color: #ced4da;
    border-color: #ced4da;
}
.pagination .page-item:not(:first-child) .page-link {
    margin-left: 0 !important;
}
.pagination .page-item.disabled .page-link {
    color: #888 !important;
    background-color: #eee !important;
    border-color: #eee !important;
}
.pagination .page-item.active .page-link {
    color: #fff !important;
background-color: #00817c !important;
    border-color: #00817c !important;
}
.pagination .page-link {
    padding: 0.7rem 1rem !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075) !important;
}
.alert {
    padding: 1.5rem;
    border: none;
    border-radius: 0.25rem;
}
.accordion-item {
    background-color: transparent;
    border-color: #ddd;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0.25rem;
}
.accordion-button {
    padding: 1rem !important;
    background-color: transparent;
    color: #000 !important;
    background-color: transparent;
    font-size: inherit;
    padding: 0.7rem 0.8rem;
    border: 1px solid #fff;
    border-color: #fff;
    border-radius: 0.25rem !important;
}
.accordion-button:focus,
.accordion-button:not(.collapsed) {
    background-color: transparent;
    border-color: #00817c !important;
    box-shadow: 0 0 0 0.3rem rgb(255 174 81 / 25%) !important;
}
.accordion-button::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}
.accordion-button:not(.collapsed)::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    transform: none;
    background: none;
}
.accordion-body {
    padding: 1rem;
}
.list-group * {
    border-color: #eff0f1;
}
.list-group-item {
    padding: 0.5rem 1rem;
}
.table th {
    font-weight: 500 !important;
    border-bottom: none !important;
}
.table tbody>tr:last-child>td {
    border-bottom: none !important;
}
.table-striped>tbody>tr:nth-child(2n + 1)>td,
.table-striped>tbody>tr:nth-child(2n + 1)>th {
    background-color: #fff !important;
}
.table> :not(caption)>*>* {
    box-shadow: none;
}
.breadcrumb {
    display: block;
    padding: 0;
    background-color: transparent;
    overflow-x: overlay;
}
.breadcrumb li {
    font-family: monospace;
    display: inline-block;
}
.breadcrumb li {
    font-family: "Poppins", sans-serif;
}
.dropdown-menu {
    top: calc(100% + 1.5rem);
    font-size: 14px;
    padding: 0.5rem 0;
    border: none;
    border-radius: 0.25rem;
    display: block;
    transform: none !important;
    opacity: 0;
    visibility: hidden;
    transition: ease 0.15s;
}
.dropdown-menu.show {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%);
    top: calc(100% + 0.5rem) !important;
    opacity: 1;
    visibility: visible;
}
.dropdown-menu.show:focus {
    top: calc(100% + 0.5rem) !important;
    opacity: 1;
    visibility: visible;
}
.dropstart.dropdown-menu {
    right: 0 !important;
}
.dropdown-toggle::before {
    margin-right: 0.5rem;
}
.dropdown-toggle::before,
.dropdown-toggle::after {
    display: none;
}
.custom-dropdown-menu.dropdown-menu {
    padding: 1rem;
}
.dropdown-item {
    color: #000 !important;
    padding: 0.5rem 1.5rem;
    text-decoration: none !important;
}
.dropdown-item:hover {
    background-color: #f7fbfa !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #e9ecef;
}
.dropdown-toggle::after {
    vertical-align: 0.18em;
    margin-left: 0.65rem;
}
.dropdown-divider {
    margin: 0.5rem 0;
}
.dropstart .dropdown-menu {
    right: 0 !important;
}
.dropstart .dropdown-toggle::before {
    margin-right: 0.65rem;
}
.form-select {
    flex: unset !important;
}
.form-check {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    min-height: unset !important;
}
.form-check-label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
    margin-bottom: 0;
}
.form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 1.5px;
    margin-right: 12px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    transition: 0s !important;
}
.form-check-input:focus {
    border-color: #00817c !important;
    box-shadow: 0 0 0 0.25rem rgb(0 109 106 / 25%);
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25rem !important;
}
.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
    background-color: #fff;
    transition: border-color ease 0.15s, box-shadow ease 0.15s background-image 0s !important;
}
.form-check-input:checked[type="checkbox"] {
    background-color: #00817c !important;
    border-color: #00817c !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-position: center;
    background-size: cover;
}
.form-check-input:checked[type="radio"] {
    background-color: #00817c !important;
    border-color: #00817c !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-position: center;
    background-size: cover;
}
.btn {
    font-size: 14px !important;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 0.7rem 1.7rem;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    transition: box-shadow ease 0.15s, border-color ease 0.15s, background-color ease 0.15s;
}
.btn:focus,
.btn:active {
    z-index: 2;
}
.btn-lg {
    padding: 1rem 2rem;
}
.btn-sm {
    padding: 0.4rem 1.1rem;
}
.btn-xs {
    font-size: 12px;
    padding: 0.2rem 0.65rem;
}
.btn i {
    transition: ease 0.15s;
}
.btn:disabled {
    opacity: 0.25;
}
.btn.selected {
    color: #00817c !important;
}
.btn-primary {
    background-color: #00817c !important;
    border-color: #00817c !important;
}
.btn-primary:hover {
    background-color: #006d6a !important;
    border-color: #006d6a !important;
}
.btn-primary:focus,
.btn-primary:active {
    box-shadow: 0 0 0 0.25rem rgb(0 109 106 / 25%) !important;
    background-color: rgb(0, 109, 106) !important;
    border-color: #006d6a !important;
}
.btn-outline-primary {
    color: #00817c !important;
    background-color: transparent !important;
    border-color: #00817c !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #006d6a !important;
    border-color: #006d6a !important;
}
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgb(0 109 106 / 25%) !important;
    background-color: #006d6a !important;
    border-color: #006d6a !important;
}
.btn-secondary {
    color: #000 !important;
    background-color: #ffdc2f !important;
    border-color: #ffdc2f !important;
}
.btn-secondary:hover {
    color: #000 !important;
    background-color: #ffd60a !important;
    border-color: #ffd60a !important;
}
.btn-secondary:focus,
.btn-secondary:active {
    color: #000 !important;
    box-shadow: 0 0 0 0.25rem rgb(219 194 5 / 25%) !important;
    background-color: #dbc205 !important;
    border-color: #dbc205 !important;
}
.btn-outline-secondary {
    color: #f5db06 !important;
    background-color: transparent !important;
    border-color: #f5db06 !important;
}
.btn-outline-secondary:hover {
    color: #000 !important;
    background-color: #dbc205 !important;
    border-color: #dbc205 !important;
}
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    box-shadow: 0 0 0 0.25rem rgb(219 194 5 / 25%) !important;
    color: #fff !important;
    background-color: #dbc205 !important;
    border-color: #dbc205 !important;
}
.btn-light {
    background-color: #eee !important;
    border-color: #eee !important;
}
.btn-light:hover {
    background-color: #ddd !important;
    border-color: #ddd !important;
}
.btn-light:focus,
.btn-light:active {
    box-shadow: 0 0 0 0.25rem rgb(240 240 240 / 35%) !important;
    background-color: #ddd !important;
    border-color: #ddd !important;
}
.btn-outline-light {
    color: #000 !important;
    background-color: transparent !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-light:hover {
    color: #000 !important;
    background-color: #ddd !important;
    border-color: #ddd !important;
}
.btn-outline-light:focus,
.btn-outline-light:active {
    color: #000 !important;
    box-shadow: 0 0 0 0.25rem rgb(241 242 243 / 35%) !important;
    background-color: #ddd !important;
    border-color: #ddd !important;
}
.btn-dark {
    color: #fff !important;
    background-color: #111 !important;
    border-color: #111 !important;
}
.btn-dark:hover {
    color: #fff !important;
    background-color: #222 !important;
    border-color: #222 !important;
}
.btn-dark:focus,
.btn-dark:active {
    color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgb(2 2 2 / 35%) !important;
    background-color: #222 !important;
    border-color: #222 !important;
}
.btn-outline-dark {
    color: #111;
    background-color: transparent;
    border-color: #111;
}
.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #222 !important;
    border-color: #222 !important;
}
.btn-outline-dark:focus,
.btn-outline-dark:active {
    color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgb(2 2 2 / 35%) !important;
    background-color: #222 !important;
    border-color: #222 !important;
}
.btn-success {
    background-color: #61b059 !important;
    border-color: #61b059 !important;
}
.btn-success:hover {
    background-color: #4f9847 !important;
    border-color: #4f9847 !important;
}
.btn-success:focus,
.btn-success:active {
    box-shadow: 0 0 0 0.25rem rgb(79 152 71 / 35%) !important;
    background-color: #4f9847 !important;
    border-color: #4f9847 !important;
}
.btn-outline-success {
    color: #61b059 !important;
    background-color: transparent !important;
    border-color: #61b059 !important;
}
.btn-outline-success:hover {
    color: #fff !important;
    background-color: #4f9847 !important;
    border-color: #4f9847 !important;
}
.btn-outline-success:focus,
.btn-outline-success:active {
    color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgb(79 152 71 / 35%) !important;
    background-color: #4f9847 !important;
    border-color: #4f9847 !important;
}
.btn-danger {
    background-color: #d2232a !important;
    border-color: #d2232a !important;
}
.btn-danger:hover {
    background-color: #f32a31 !important;
    border-color: #f32a31 !important;
}
.btn-danger:focus,
.btn-danger:active {
    box-shadow: 0 0 0 0.25rem rgb(210 35 42 / 35%) !important;
    background-color: #f32a31 !important;
    border-color: #f32a31 !important;
}
.btn-outline-danger {
    background-color: transparent !important;
    border-color: #d2232a !important;
}
.btn-outline-danger:hover {
    background-color: #f32a31 !important;
    border-color: #f32a31 !important;
}
.btn-outline-danger:focus,
.btn-outline-danger:active {
    box-shadow: 0 0 0 0.25rem rgb(210 35 42 / 35%) !important;
    background-color: #f32a31 !important;
    border-color: #f32a31 !important;
}
.btn-white {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn-white:hover {
    color: #000 !important;
    background-color: #eee !important;
    border-color: #eee !important;
}
.btn-white:focus,
.btn-white:active {
    color: #000 !important;
    box-shadow: 0 0 0 0.25rem rgb(238 238 238 / 35%) !important;
    background-color: #eee !important;
    border-color: #eee !important;
}
.btn-outline-white {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}
.btn-outline-white:hover {
    color: #000 !important;
    background-color: #eee !important;
    border-color: #eee !important;
}
.btn-outline-white:focus,
.btn-outline-white:active {
    color: #000 !important;
    box-shadow: 0 0 0 0.25rem rgb(238 238 238 / 35%) !important;
    background-color: #eee !important;
    border-color: #eee !important;
}
.btn-transparent {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.btn-transparent:hover {
    background-color: rgb(255 255 255 / 10%) !important;
    border-color: rgb(255 255 255 / 0%) !important;
}
.btn-transparent:focus,
.btn-transparent:active {
    box-shadow: 0 0 0 0.25rem rgb(238 238 238 / 45%) !important;
    background-color: rgb(255 255 255 / 10%) !important;
    border-color: transparent !important;
}
.btn-facebook {
    color: #fff !important;
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}
.btn-facebook:hover {
    background-color: #4669b3 !important;
    border-color: #4669b3 !important;
}
.btn-facebook:focus,
.btn-facebook:active {
    box-shadow: 0 0 0 0.25rem rgb(70 105 179 / 25%) !important;
    background-color: #4669b3 !important;
    border-color: #4669b3 !important;
}
.btn-outline-facebook {
    color: #3b5998 !important;
    background-color: transparent !important;
    border-color: #3b5998 !important;
}
.btn-outline-facebook:hover {
    color: #fff !important;
    background-color: #4669b3 !important;
    border-color: #4669b3 !important;
}
.btn-outline-facebook:focus,
.btn-outline-facebook:active {
    color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgb(70 105 179 / 25%) !important;
    background-color: #4669b3 !important;
    border-color: #4669b3 !important;
}
.btn-instagram {
    color: #fff !important;
    background-color: #cf2872 !important;
    border-color: #cf2872 !important;
}
.btn-instagram:hover {
    background-color: #eb2f83 !important;
    border-color: #eb2f83 !important;
}
.btn-instagram:focus,
.btn-instagram:active {
    box-shadow: 0 0 0 0.25rem rgb(235 47 131 / 25%) !important;
    background-color: #eb2f83 !important;
    border-color: #eb2f83 !important;
}
.btn-google {
    color: #fff !important;
    background-color: #db4c3e !important;
    border-color: #db4c3e !important;
}
.btn-google:hover {
    background-color: #fd594a !important;
    border-color: #fd594a !important;
}
.btn-google:focus,
.btn-google:active {
    box-shadow: 0 0 0 0.25rem rgb(253 89 74 / 25%) !important;
    background-color: #fd594a !important;
    border-color: #fd594a !important;
}
.btn-outline-google {
    color: #db4c3e !important;
    background-color: transparent !important;
    border-color: #db4c3e !important;
}
.btn-outline-google:hover {
    color: #fff !important;
    background-color: #fd594a !important;
    border-color: #fd594a !important;
}
.btn-outline-google:focus,
.btn-outline-google:active {
    color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgb(253 89 74 / 25%) !important;
    background-color: #fd594a !important;
    border-color: #fd594a !important;
}
.btn-twitter {
    color: #fff !important;
    background-color: #1c9cea !important;
    border-color: #1c9cea !important;
}
.btn-twitter:hover {
    background-color: #198ad0 !important;
    border-color: #198ad0 !important;
}
.btn-twitter:focus,
.btn-twitter:active {
    box-shadow: 0 0 0 0.25rem rgb(25 138 208 / 25%) !important;
    background-color: #198ad0 !important;
    border-color: #198ad0 !important;
}
.btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    width: 46.8px !important;
    height: 46.8px !important;
    letter-spacing: 0 !important;
}
.btn-icon i {
    font-size: 14px;
}
.btn-icon-sm {
    width: 40.4px !important;
    height: 40.4px !important;
}
.btn-icon-sm i {
    font-size: 14px;
}
.btn-icon-xs {
    width: 29.4px !important;
    height: 29.4px !important;
}
.btn-icon-xs i {
    font-size: 10px;
}
.text-primary {
    color: #00817c !important;
}
.text-secondary {
    color: #ffe716 !important;
}
.text-success {
    color: #61b059 !important;
}
.text-light {
    color: #ccc !important;
}
.text-dark {
    color: #000 !important;
}
.text-facebook {
    color: #3b5998 !important;
}
.text-twitter {
    color: #1c9cea !important;
}
.text-google {
    color: #db4c3e !important;
}
.text-danger {
    color: #ce1126 !important;
}
.bg-primary {
    background-color: #00817c !important;
}
.bg-secondary {
    background-color: #ffe716 !important;
}
.bg-success {
    background-color: #61b059 !important;
}
.bg-danger {
    background-color: #ce1126 !important;
}
.bg-light {
    background-color: #fafafa !important;
}
.bg-dark {
    background-color: #000 !important;
}
.bg-facebook {
    background-color: #3b5998 !important;
}
.bg-google {
    background-color: #db4c3e !important;
}
.bg-twitter {
    background-color: #1c9cea !important;
}
.bg-instagram {
    background-color: #cf2872 !important;
}
.modal {
    padding-right: 0 !important;
}
.modal-content {
    overflow: hidden;
    border: none;
    border-radius: 0.25rem;
}
.modal-header,
.modal-body,
.modal-footer {
    padding: 1.5rem;
}
.modal-header,
.modal-footer {
    background-color: #f7fbfa;
    border: none;
}
.modal-footer>* {
    margin: 0;
}
.card {
    border: none;
    border-radius: 0.25rem;
}
.card-header,
.card-footer {
    background-color: #f7fbfa;
    border-color: #eee !important;
}
.card-header,
.card-img-top {
    border-top-right-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}
.card-footer {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.card-header,
.card-body,
.card-footer {
    padding: 1.5rem;
}
.tooltip-inner {
    font-family: "Poppins", sans-serif;
    background-color: #111 !important;
    font-size: 12px;
    padding: 0.5rem 0.65rem;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #111;
}
.rounded {
    border-radius: 0.25rem !important;
}
@media (max-width: 992px) {
    .container,
    .container-fluid {
        padding: 0 1.5rem;
    }
    .alert {
        padding: 1rem;
    }
}
@media (max-width: 576px) {
    .card-header,
    .card-body,
    .card-footer {
        padding: 1rem;
    }
    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 1rem;
    }
}
/* ================================================================
Section Title
================================================================ */
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    font-family: Impact, 'Poppins', sans-serif;
}
.section-title h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: 1px;
}
.section-title h2 {
    font-size: 40px;
}
.section-title h3 {
    font-size: 30px;
}
.section-title h5 {
    font-size: 20px;
}
.section-title p,
.section-title a {
    font-size: 14px;
}
@media (max-width: 992px) {
    .section-title h2,
    .section-title h3,
    .section-title p {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 34px;
    }
    .section-title h3 {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .section-title h2 {
        font-size: 28px;
    }
    .section-title h3 {
        font-size: 20px;
    }
}
/* ================================================================
Topbar
================================================================ */
.topbar {
    background-color: #000;
}
.topbar a {
    color: #fff;
}
/* ================================================================
Header
================================================================ */
.header {
    padding-right: 0 !important;
    margin-right: 0 !important;
    font-size: 14px;
    z-index: 1000;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    transition: ease 0.15s;
}
.header.scrolled {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}
.header img {
    height: 54.4px;
}
.header .form-control-search-web {
    width: 46.8px;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.header .form-control-search-web:hover,
.header .form-control-search-web:focus,
.header .form-control-search-web:not(:placeholder-shown) {
    width: 200px;
    padding-left: 2.75rem !important;
}
.header .form-control-search-web::placeholder,
.header .form-control-search-web::placeholder {
    opacity: 0;
    transition: 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.header .form-control-search-web:hover::placeholder,
.header .form-control-search-web:focus::placeholder {
    opacity: 1;
}
@media (max-width: 768px) {
    .btn-group-icons {
        gap: 0.5rem !important;
    }
}
@media (max-width: 576px) {
    .header img {
        height: 35px;
    }
}
/* ================================================================
Desktop Navigation
================================================================ */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu>ul {
    display: flex;
}
.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    margin: auto 16px;
    padding: 16px 0;
}
.nav-menu>ul>li:first-child {
    margin-left: 0;
}
.nav-menu>ul>li:last-child {
    margin-right: 0;
}
.nav-menu ul>li>a {
    font-size: 14px;
    display: block;
    position: relative;
    color: #000;
    padding: 0;
    text-decoration: none;
    transition: ease 0.15s;
}
.nav-menu li>a.active,
.nav-menu li:hover>a {
    color: #00817c;
}
.nav-menu .drop-down>ul {
    position: absolute;
    top: calc(100% + 1rem);
    left: -1.5rem;
    opacity: 0;
    visibility: hidden;
    padding: 8px 0;
    background: #fff;
    border-radius: 0.25rem;
    transform: scale(0.975);
    min-width: 200px;
    overflow: hidden;
    transition: ease 0.15s;
}
.nav-menu .drop-down:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}
.nav-menu .drop-down>ul.dropstart {
    right: -16px;
    left: unset;
}
.nav-menu .drop-down ul li {
    position: relative;
}
.nav-menu .drop-down ul li a {
    font-size: 14px;
    display: block;
    padding: 0.5rem 1.5rem;
    color: #000;
}
.nav-menu .drop-down ul li:hover a {
    background-color: #f7fbfa;
}
.nav-menu .drop-down ul li.active a,
.nav-menu .drop-down ul li a:hover {
    color: #00817c;
}
.nav-menu .drop-down>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f107";
    margin-left: 0.75rem;
}
.nav-menu .drop-down .drop-down>ul {
    top: -10px;
    left: calc(-100% + 1rem);
    width: 100%;
    z-index: 99;
    max-height: 290px;
    overflow-y: overlay;
}
.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    left: -100%;
}
.nav-menu .drop-down .drop-down>a {
    padding-right: 55px;
}
.nav-menu .drop-down .drop-down>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f107";
    position: absolute;
    right: 20px;
}
.nav-menu .custom-dropdown ul {
    padding: 1.5rem;
    left: -1.5rem;
    width: 700px;
}
.nav-menu .custom-dropdown ul a {
    overflow: hidden;
    border-radius: 0.25rem;
    transition: ease 0.15s;
}
.nav-menu .custom-dropdown ul a img {
    border-radius: 0.25rem;
    transition: ease 0.15s;
}
.nav-menu .custom-dropdown ul a:hover img {
    filter: brightness(95%);
}
@media(max-width: 1200px) {
    .nav-menu .custom-dropdown ul {
        width: auto;
    }
}
/* ================================================================
Mobile Navigation
================================================================ */
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    right: -35vw;
    bottom: 0;
    width: 35vw;
    padding: 24px 0;
    overflow-y: overlay;
    background: #fff;
    border-top: #dadddc;
    z-index: 1030;
    transition: right 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.mobile-nav.active {
    right: 0;
}
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 1029;
    transition: 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.mobile-nav-overlay.active {
    visibility: visible;
    opacity: 1;
}
.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-nav ul li {
    margin-bottom: 0.5rem;
}
.mobile-nav ul li:last-of-type {
    margin-bottom: 0 !important;
}
.mobile-nav ul li a {
    color: #888 !important;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    padding: 0 1.5rem;
}
.mobile-nav ul li ul {
    margin-top: 0.5rem;
}
.mobile-nav a:hover,
.mobile-nav a:focus,
.mobile-nav li.active>a {
    color: #000 !important;
}
.mobile-nav .drop-down>a {
    padding-right: 35px;
}
.mobile-nav .drop-down>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 35px;
}
.mobile-nav .drop-down.show>a::after {
    content: "\f106";
}
.mobile-nav .drop-down ul {
    padding: 10px 0;
    display: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.01);
}
.mobile-nav .custom-dropdown ul {
    padding: 1.5rem 0 !important;
}
@media(max-width: 1200px) {
    .mobile-nav .drop-down ul {
        display: block !important;
    }
    .mobile-nav .custom-dropdown ul {
        margin-top: 1rem !important;
    }
}
@media (max-width: 768px) {
    .mobile-nav {
        right: -50vw;
        width: 50vw;
    }
}
@media (max-width: 576px) {
    .mobile-nav {
        right: -80vw;
        width: 80vw;
    }
}
/* ================================================================
Footer
================================================================ */
.footer img {
    height: 54.4px;
}
.footer .skyward-logo-footer{
    height: auto;
}
.footer h5 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 800;
}
.footer h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.footer ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.footer ul li {
    margin-bottom: 1rem;
}
.footer ul li a {
    color: #ccc;
}
.footer ul li a:hover {
    color: #fff;
}
/* ================================================================
Carousel
================================================================ */
.carousel {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}
.carousel .slick-track {
    display: flex;
    gap: 1rem;
}
.carousel .slide {
    height: inherit;
}
.carousel .slick-slider {
    margin-bottom: 0;
}
.carousel .slick-next,
.carousel .slick-prev {
    top: calc(50% - 31px);
    width: 40px !important;
    height: 40px !important;
    background-color: #fff !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 2;
    transition: 0.15s;
}
.carousel .slick-prev.slick-arrow.slick-disabled,
.carousel .slick-next.slick-arrow.slick-disabled {
    visibility: none;
    opacity: 0;
}
.carousel .slick-next {
    right: calc(-20px + 12px);
}
.carousel .slick-prev {
    left: calc(-20px + 14px);
}
.carousel .slick-next:before,
.carousel .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
    opacity: 1 !important;
}
.carousel .slick-next:before,
.carousel .slick-next:after {
    content: "\f054";
    transform: translateX(1px);
}
.carousel .slick-prev:before,
.carousel .slick-prev::after {
    content: "\f053";
    transform: translateX(-1px);
}
@media (max-width: 768px) {
    .carousel .slick-next,
    .carousel .slick-prev {
        top: calc(50% - 23px);
        width: 30px !important;
        height: 30px !important;
    }
    .carousel .slick-next:before,
    .carousel .slick-prev:before {
        font-size: 12px;
    }
    .carousel .slick-next {
        right: -8px;
    }
    .carousel .slick-prev {
        left: -8px;
    }
}