@import url("https://fonts.googleapis.com/css2?family=Heebo&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

.row>* {
    position: relative;
}

h1,
.h1 {
    font-size: 42px !important;
}

h2,
.h2 {
    font-size: 36px !important;
}

h3,
.h3 {
    font-size: 30px !important;
}

h4,
.h4 {
    font-size: 24px !important;
}

h5,
.h5 {
    font-size: 18px !important;
}

h6,
.h6 {
    font-size: 15px !important;
}

.display-1 {
    font-size: 80px !important;
}

.display-2 {
    font-size: 72px !important;
}

.display-3 {
    font-size: 64px !important;
}

.display-4 {
    font-size: 56px !important;
}

.display-5 {
    font-size: 48px !important;
}

.display-6 {
    font-size: 40px !important;
}

.bg-primary {
    background-color: #66f !important;
}

.bg-soft-primary {
    background-color: rgba(102, 102, 255, 0.1) !important;
    border: 1px solid rgba(102, 102, 255, 0.1) !important;
    color: #66f !important;
}

.text-primary {
    color: #66f !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #4d4dff !important;
}

.bg-secondary {
    background-color: #5a6d90 !important;
}

.bg-soft-secondary {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
}

.text-secondary {
    color: #5a6d90 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #506180 !important;
}

.bg-success {
    background-color: #52cc99 !important;
}

.bg-soft-success {
    background-color: rgba(82, 204, 153, 0.1) !important;
    border: 1px solid rgba(82, 204, 153, 0.1) !important;
    color: #52cc99 !important;
}

.text-success {
    color: #52cc99 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #3ec68d !important;
}

.bg-warning {
    background-color: #ffbf66 !important;
}

.bg-soft-warning {
    background-color: rgba(255, 191, 102, 0.1) !important;
    border: 1px solid rgba(255, 191, 102, 0.1) !important;
    color: #ffbf66 !important;
}

.text-warning {
    color: #ffbf66 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ffb44d !important;
}

.bg-info {
    background-color: #6cf !important;
}

.bg-soft-info {
    background-color: rgba(102, 204, 255, 0.1) !important;
    border: 1px solid rgba(102, 204, 255, 0.1) !important;
    color: #6cf !important;
}

.text-info {
    color: #6cf !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #4dc4ff !important;
}

.bg-danger {
    background-color: #ff6647 !important;
}

.bg-soft-danger {
    background-color: rgba(255, 102, 71, 0.1) !important;
    border: 1px solid rgba(255, 102, 71, 0.1) !important;
    color: #ff6647 !important;
}

.text-danger {
    color: #ff6647 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ff512e !important;
}

.bg-dark {
    background-color: #3e454e !important;
}

.bg-soft-dark {
    background-color: rgba(62, 69, 78, 0.1) !important;
    border: 1px solid rgba(62, 69, 78, 0.1) !important;
    color: #3e454e !important;
}

.text-dark {
    color: #3e454e !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #333840 !important;
}

.bg-muted {
    background-color: #8492a6 !important;
}

.bg-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
}

.text-muted {
    color: #8492a6 !important;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #75859b !important;
}

.bg-light {
    background-color: #f8f9fc !important;
}

.bg-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
}

.text-light {
    color: #f8f9fc !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #e6eaf4 !important;
}

.bg-footer {
    background-color: #202942 !important;
}

.bg-soft-footer {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
}

.text-footer {
    color: #202942 !important;
}

a.text-footer:hover,
a.text-footer:focus {
    color: #181e30 !important;
}

.bg-gradient-primary {
    background: linear-gradient(to left, #553880 0%, #4d4dff 100%);
}

.bg-gradient-primary-2 {
    background: linear-gradient(to bottom, #e02600 0%, blue 100%);
}

.d-flex .flex-1 {
    flex: 1;
}

.bg-black {
    background: #161c2d !important;
}

video:focus {
    outline: none;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-lg {
    border-radius: 30px !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-left {
    border-left: 1px solid #e9ecef !important;
}

.border-right {
    border-right: 1px solid #e9ecef !important;
}

.small,
small {
    font-size: 90%;
}

.card {
    background: transparent;
}

.card .card-body {
    padding: 1.5rem;
}

.offcanvas .offcanvas-header .btn-close {
    color: #3e454e;
    background: none;
}

.offcanvas .offcanvas-header .btn-close:focus {
    box-shadow: none;
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.opacity-05 {
    opacity: 0.05;
}

.opacity-075 {
    opacity: 0.075;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.modal .modal-dialog .modal-content .modal-header button.btn-close {
    background: none;
    color: #3e454e;
}

.modal .modal-dialog .modal-content button.btn-close {
    background: none;
    color: #3e454e;
}

.modal .modal-dialog .modal-content button.btn-close .modal-icon {
    position: relative;
    top: -10px;
}

.modal .modal-dialog.modal-sm {
    max-width: 450px;
}

.btn-primary {
    background-color: #66f !important;
    border: 1px solid #66f !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #33f !important;
    border-color: #33f !important;
    color: #fff !important;
}

.btn-soft-primary {
    background-color: rgba(102, 102, 255, 0.1) !important;
    border: 1px solid rgba(102, 102, 255, 0.1) !important;
    color: #66f !important;
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #66f !important;
    border-color: #66f !important;
    color: #fff !important;
}

.btn-outline-primary {
    border: 1px solid #66f;
    color: #66f;
    background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #66f;
    border-color: #66f;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #fff !important;
}

.btn-soft-secondary {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #5a6d90 !important;
    border-color: #5a6d90 !important;
    color: #fff !important;
}

.btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
    background-color: #52cc99 !important;
    border: 1px solid #52cc99 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #36b580 !important;
    border-color: #36b580 !important;
    color: #fff !important;
}

.btn-soft-success {
    background-color: rgba(82, 204, 153, 0.1) !important;
    border: 1px solid rgba(82, 204, 153, 0.1) !important;
    color: #52cc99 !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #52cc99 !important;
    border-color: #52cc99 !important;
    color: #fff !important;
}

.btn-outline-success {
    border: 1px solid #52cc99;
    color: #52cc99;
    background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #52cc99;
    border-color: #52cc99;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.btn-warning {
    background-color: #ffbf66 !important;
    border: 1px solid #ffbf66 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #fa3 !important;
    border-color: #fa3 !important;
    color: #fff !important;
}

.btn-soft-warning {
    background-color: rgba(255, 191, 102, 0.1) !important;
    border: 1px solid rgba(255, 191, 102, 0.1) !important;
    color: #ffbf66 !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #ffbf66 !important;
    border-color: #ffbf66 !important;
    color: #fff !important;
}

.btn-outline-warning {
    border: 1px solid #ffbf66;
    color: #ffbf66;
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #ffbf66;
    border-color: #ffbf66;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.btn-info {
    background-color: #6cf !important;
    border: 1px solid #6cf !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #3bf !important;
    border-color: #3bf !important;
    color: #fff !important;
}

.btn-soft-info {
    background-color: rgba(102, 204, 255, 0.1) !important;
    border: 1px solid rgba(102, 204, 255, 0.1) !important;
    color: #6cf !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #6cf !important;
    border-color: #6cf !important;
    color: #fff !important;
}

.btn-outline-info {
    border: 1px solid #6cf;
    color: #6cf;
    background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #6cf;
    border-color: #6cf;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.btn-danger {
    background-color: #ff6647 !important;
    border: 1px solid #ff6647 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #ff3c14 !important;
    border-color: #ff3c14 !important;
    color: #fff !important;
}

.btn-soft-danger {
    background-color: rgba(255, 102, 71, 0.1) !important;
    border: 1px solid rgba(255, 102, 71, 0.1) !important;
    color: #ff6647 !important;
    box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #ff6647 !important;
    border-color: #ff6647 !important;
    color: #fff !important;
}

.btn-outline-danger {
    border: 1px solid #ff6647;
    color: #ff6647;
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #ff6647;
    border-color: #ff6647;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.btn-dark {
    background-color: #3e454e !important;
    border: 1px solid #3e454e !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #272c32 !important;
    border-color: #272c32 !important;
    color: #fff !important;
}

.btn-soft-dark {
    background-color: rgba(62, 69, 78, 0.1) !important;
    border: 1px solid rgba(62, 69, 78, 0.1) !important;
    color: #3e454e !important;
    box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #3e454e !important;
    border-color: #3e454e !important;
    color: #fff !important;
}

.btn-outline-dark {
    border: 1px solid #3e454e;
    color: #3e454e;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #3e454e;
    border-color: #3e454e;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.btn-muted {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #fff !important;
}

.btn-soft-muted {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #fff !important;
}

.btn-outline-muted {
    border: 1px solid #8492a6;
    color: #8492a6;
    background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8492a6;
    border-color: #8492a6;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #fff !important;
}

.btn-soft-light {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
    color: #fff !important;
}

.btn-outline-light {
    border: 1px solid #f8f9fc;
    color: #f8f9fc;
    background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f8f9fc;
    border-color: #f8f9fc;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-footer {
    background-color: #202942 !important;
    border: 1px solid #202942 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #0f131f !important;
    border-color: #0f131f !important;
    color: #fff !important;
}

.btn-soft-footer {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: #202942 !important;
    border-color: #202942 !important;
    color: #fff !important;
}

.btn-outline-footer {
    border: 1px solid #202942;
    color: #202942;
    background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #202942;
    border-color: #202942;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    border-radius: 5px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px;
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px;
}

.btn.searchbtn {
    padding: 6px 20px;
}

.btn.btn-pills {
    border-radius: 30px;
}

.btn.btn-light {
    color: #3e454e !important;
    border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #d4daed !important;
    color: #3e454e !important;
}

.btn.btn-soft-light {
    color: rgba(62, 69, 78, 0.5) !important;
    border: 1px solid #dee2e6 !important;
}

.btn.btn-soft-light:hover,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light.active,
.btn.btn-soft-light.focus {
    color: #3e454e !important;
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6 !important;
    color: #3e454e !important;
    background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f8f9fc !important;
}

.btn.btn-icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    padding: 0;
}

.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 16px;
}

.btn.btn-icon.btn-lg {
    height: 48px;
    width: 48px;
    line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
    height: 20px;
    width: 20px;
    font-size: 20px;
}

.btn.btn-icon.btn-sm {
    height: 30px;
    width: 30px;
    line-height: 28px;
}

button:not(:disabled) {
    outline: none;
}

.shadow {
    box-shadow: 0 0 3px rgba(62, 69, 78, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(62, 69, 78, 0.15) !important;
}

.shadow-md {
    box-shadow: 0 5px 13px rgba(62, 69, 78, 0.2) !important;
}

.badge {
    letter-spacing: 0.5px;
    padding: 4px 8px;
    font-weight: 600;
    line-height: 11px;
}

.badge.badge-link:hover {
    color: #fff !important;
}

.alert-primary {
    background-color: rgba(102, 102, 255, 0.9);
    color: #fff;
    border-color: #66f;
}

.alert-primary .alert-link {
    color: #00c;
}

.alert-outline-primary {
    background-color: #fff;
    color: #66f;
    border-color: #66f;
}

.alert-secondary {
    background-color: rgba(90, 109, 144, 0.9);
    color: #fff;
    border-color: #5a6d90;
}

.alert-secondary .alert-link {
    color: #1f2632;
}

.alert-outline-secondary {
    background-color: #fff;
    color: #5a6d90;
    border-color: #5a6d90;
}

.alert-success {
    background-color: rgba(82, 204, 153, 0.9);
    color: #fff;
    border-color: #52cc99;
}

.alert-success .alert-link {
    color: #1e6748;
}

.alert-outline-success {
    background-color: #fff;
    color: #52cc99;
    border-color: #52cc99;
}

.alert-warning {
    background-color: rgba(255, 191, 102, 0.9);
    color: #fff;
    border-color: #ffbf66;
}

.alert-warning .alert-link {
    color: #c70;
}

.alert-outline-warning {
    background-color: #fff;
    color: #ffbf66;
    border-color: #ffbf66;
}

.alert-info {
    background-color: rgba(102, 204, 255, 0.9);
    color: #fff;
    border-color: #6cf;
}

.alert-info .alert-link {
    color: #08c;
}

.alert-outline-info {
    background-color: #fff;
    color: #6cf;
    border-color: #6cf;
}

.alert-danger {
    background-color: rgba(255, 102, 71, 0.9);
    color: #fff;
    border-color: #ff6647;
}

.alert-danger .alert-link {
    color: #ad1d00;
}

.alert-outline-danger {
    background-color: #fff;
    color: #ff6647;
    border-color: #ff6647;
}

.alert-dark {
    background-color: rgba(62, 69, 78, 0.9);
    color: #fff;
    border-color: #3e454e;
}

.alert-dark .alert-link {
    color: #000;
}

.alert-outline-dark {
    background-color: #fff;
    color: #3e454e;
    border-color: #3e454e;
}

.alert-muted {
    background-color: rgba(132, 146, 166, 0.9);
    color: #fff;
    border-color: #8492a6;
}

.alert-muted .alert-link {
    color: #3d4654;
}

.alert-outline-muted {
    background-color: #fff;
    color: #8492a6;
    border-color: #8492a6;
}

.alert-light {
    background-color: rgba(248, 249, 252, 0.9);
    color: #fff;
    border-color: #f8f9fc;
}

.alert-light .alert-link {
    color: #8d9dce;
}

.alert-outline-light {
    background-color: #fff;
    color: #f8f9fc;
    border-color: #f8f9fc;
}

.alert-footer {
    background-color: rgba(32, 41, 66, 0.9);
    color: #fff;
    border-color: #202942;
}

.alert-footer .alert-link {
    color: #000;
}

.alert-outline-footer {
    background-color: #fff;
    color: #202942;
    border-color: #202942;
}

.alert {
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.alert.alert-light {
    background-color: #fff;
    color: #3e454e;
    border-color: #e9ecef;
}

.alert.alert-dismissible {
    padding-right: 30px;
}

.alert.alert-dismissible .btn-close {
    top: 10px;
    right: 10px;
    padding: 0px;
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block;
}

.alert.alert-pills .content {
    font-weight: 600;
}

.page-next-level .title {
    font-size: 28px;
    letter-spacing: 1px;
}

.page-next-level .page-next {
    position: relative;
    top: 110px;
    z-index: 99;
}

@media (max-width: 768px) {
    .page-next-level .page-next {
        top: 70px;
    }
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block;
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #3e454e;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #66f;
}

.breadcrumb .breadcrumb-item.active {
    color: #66f;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
}

.breadcrumb .breadcrumb-item:after {
    content: "\F0142" !important;
    font-size: 14px;
    color: #3e454e;
    font-family: "Material Design Icons";
    padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.pagination .page-item .page-link {
    color: #3e454e;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    font-size: 14px;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item .page-link:hover {
    color: #fff;
    background: rgba(102, 102, 255, 0.9);
    border-color: rgba(102, 102, 255, 0.9);
}

.pagination .page-item.active .page-link {
    color: #fff;
    background: #66f !important;
    border-color: #66f;
    cursor: not-allowed;
}

.avatar.avatar-coin,
.avatar.avatar-sm-sm {
    height: 36px;
    width: 36px;
}

.avatar.avatar-wallet {
    height: 80px;
    width: 80px;
}

@media (max-width: 768px) {
    .avatar.avatar-wallet {
        height: 50px;
        width: 50px;
    }
}

.avatar.avatar-ex-sm {
    max-height: 25px;
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px;
}

.avatar.avatar-small {
    height: 65px;
    width: 65px;
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px;
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px;
}

.avatar.avatar-large {
    height: 140px;
    width: 140px;
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px;
}

.accordion .accordion-item {
    overflow: hidden;
    background: transparent;
}

.accordion .accordion-item .accordion-button {
    font-weight: 500;
    text-align: left;
    padding-right: 32px;
}

.accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-item .accordion-button:after {
    content: "-";
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #66f;
    position: absolute;
    right: 20px;
    transition: all 0.5s ease;
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #fff;
    transition: all 0.5s;
}

.accordion .accordion-item .accordion-button.collapsed:after {
    content: "+";
    width: 20px;
    height: 20px;
    right: 10px;
    line-height: 20px;
    color: #3e454e;
}

.accordion .accordion-item .accordion-button:after {
    background-image: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #66f;
    box-shadow: none;
}

.accordion .accordion-item .accordion-body {
    padding: 0 20px 20px;
}

.progress-box .title {
    font-size: 15px;
}

.progress-box .progress {
    height: 8px;
    overflow: visible;
}

.progress-box .progress .progress-bar {
    border-radius: 5px;
    animation: animate-positive 3s;
    overflow: visible !important;
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -32px;
    right: -15px;
    font-size: 13px;
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.form-label,
.form-check-label {
    font-size: 14px;
}

.form-control {
    border: none;
    font-size: 14px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
}

.form-control:focus {
    border-color: #66f;
    box-shadow: none;
}

.form-control[readonly] {
    background-color: #fff;
}

.form-control:disabled {
    background-color: #dee2e6;
}

.form-control::file-selector-button {
    border-right-color: transparent !important;
}

.form-check-input:focus {
    border-color: #66f;
    box-shadow: none;
}

.form-check-input.form-check-input:checked {
    background-color: #66f;
    border-color: #66f;
}

.form-icon .icons {
    position: absolute;
    top: 13px;
    left: 18px;
}

.selectr-selected {
    border-radius: 5px;
    padding: 10.5px 28px 10.5px 14px;
}

.selectr-selected,
.selectr-options-container,
.selectr-selected,
.selectr-option.active,
.selectr-option.selected,
.selectr-input {
    border: 1px solid #e9ecef !important;
}

.watchlist .selectr-container {
    width: 150px !important;
}

.selectr-container.open .selectr-selected {
    border-color: #e9ecef #e9ecef transparent;
    border-radius: 5px 5px 0 0;
}

.form-signin {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.nav-pills {
    margin-bottom: 15px;
    background: #f4f6fa;
}

.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
    transition: all 0.5s ease;
}

.nav-pills .nav-link.nav-link-alt {
    color: #fff !important;
}

.nav-pills .nav-link.nav-link-alt.active {
    background: #3e454e !important;
}

.nav-pills .nav-link.active {
    background: #66f;
    color: #fff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: rgba(255, 255, 255, 0.65) !important;
}

.subcribe-form .btn {
    padding: 11px 20px;
}

.subcribe-form input {
    padding: 12px 20px;
    width: 100%;
    color: #3e454e !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
    position: absolute;
    top: 2px;
    right: 2px;
    outline: none !important;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
    border-color: #f8f9fa !important;
}

.table-responsive .table.table-nowrap th,
.table-responsive .table.table-nowrap td {
    white-space: nowrap;
}

.table-responsive .table> :not(:first-child) {
    border-top: none;
}

.table-responsive .table-center th {
    vertical-align: middle !important;
}

.table-responsive .table-center tbody tr:hover {
    color: #3e454e;
    background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
    text-align: end;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #fff, #fff);
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #66f;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
    animation-delay: -1s;
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.social-icon li a {
    color: #3e454e;
    border: 1px solid #3e454e;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 28px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.social-icon li a .fea-social {
    stroke-width: 2;
}

.social-icon li a:hover {
    background-color: #66f;
    border-color: #66f !important;
    color: #fff !important;
}

.social-icon li a:hover .fea-social {
    fill: #66f;
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}

.social-icon.foot-social-icon li a {
    color: #adb5bd;
    border-color: #283353;
}

.back-to-top {
    transition: all 0.5s ease;
}

.back-to-top .icons {
    transition: all 0.5s ease;
}

.sticky-bar {
    position: sticky;
    top: 80px;
}

.fea {
    stroke-width: 1.8;
}

.fea.icon-sm {
    height: 16px;
    width: 16px;
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px;
}

.fea.icon-m-md {
    height: 28px;
    width: 28px;
}

.fea.icon-md {
    height: 35px;
    width: 35px;
}

.fea.icon-lg {
    height: 42px;
    width: 42px;
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}

[class^="uil-"]:before,
[class*=" uil-"]:before {
    margin: 0;
}

.uim-svg {
    vertical-align: 0 !important;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important;
    }

    .display-2 {
        font-size: 50px !important;
    }

    .display-3 {
        font-size: 42px !important;
    }

    .display-4 {
        font-size: 36px !important;
    }
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #161c2d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-weight: 500;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    line-height: 1.3;
}

::selection {
    background: rgba(102, 102, 255, 0.9);
    color: #fff;
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease;
}

p {
    line-height: 1.6;
}

.section {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}

.bg-overlay {
    background-color: rgba(62, 69, 78, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-gradient-primary {
    background: linear-gradient(to left, #553880 0%, #4d4dff 100%);
}

.bg-gradient-primary-2 {
    background: linear-gradient(to bottom, #e02600 0%, blue 100%);
}

.bg-rounded {
    border-radius: 0px 0px 90px 90px;
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 45px !important;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 35px !important;
    }
}

.title-heading .para-desc {
    font-size: 18px;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .section-title .title {
        font-size: 24px !important;
    }
}

.para-desc {
    max-width: 600px;
}

.mt-100 {
    margin-top: 100px;
}

.text-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.text-slider>ul {
    white-space: nowrap;
}

.text-slider .move-text {
    animation: moveSlideshow 12s linear infinite;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-45%);
    }
}

.mover {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(5px);
    }
}

.apps-links .icon,
.apps-links .name {
    transition: all 0.5s ease;
}

.apps-links:hover {
    background: #f8f9fc;
    box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
}

.apps-links:hover .icon {
    color: #66f !important;
}

.apps-links:hover .app-name {
    color: #3e454e !important;
}

.tobii__btn svg {
    height: 30px;
    width: auto;
}

.tobii__counter {
    font-size: 16px;
}

.tobii-zoom {
    display: block !important;
}

.tobii-zoom__icon {
    display: none;
}

#grid {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    transition: all 0.5s ease;
}

#topnav .logo {
    float: left;
    color: #3e454e !important;
}

#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
    display: none;
}

#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
    display: inline-block;
}

#topnav .logo:focus {
    outline: none;
}

#topnav .has-submenu.active a {
    color: #fff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #66f !important;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #66f;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3e454e;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #66f;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 31px 20px 25px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3e454e;
    display: block;
    margin-bottom: 5px;
    transition: transform 0.5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
}

#topnav .buy-button>li {
    line-height: initial;
}

#topnav .buy-button .login-btn-primary {
    display: none;
}

#topnav .buy-button .login-btn-light {
    display: inline-block;
}

#topnav .buy-button .nav-light-icon-dark {
    display: none;
}

#topnav .buy-button .nav-light-icon-white {
    display: inline-block;
}

#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
    display: none;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #66f;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
    color: #66f !important;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #3e454e;
    font-size: 12px;
    background-color: transparent !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.5s;
    font-family: "Poppins", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #66f;
}

#topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
    padding: 10px 20px;
    white-space: nowrap;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bolder;
    color: #3e454e !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #3e454e;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    transition: all 0.5s;
    right: -5px;
    top: 32px;
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
    color: #3e454e;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #3e454e;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #66f;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
    border-color: #66f;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    background: #fff;
    box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #3e454e;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #66f !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
    border-color: #66f !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #66f !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #3e454e;
}

#topnav.nav-sticky.tagline-height {
    top: 0 !important;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
    display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none;
}

#topnav.nav-sticky .buy-button .nav-light-icon-dark {
    display: inline-block;
}

#topnav.nav-sticky .buy-button .nav-light-icon-white {
    display: none;
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
    display: none;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    margin-right: 15px;
    padding: 3px 0;
    letter-spacing: 1px;
    line-height: 68px;
}

@media (min-width: 1025px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 1116px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 936px !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #topnav .navigation-menu>.has-submenu:hover .menu-arrow,
    #topnav .navigation-menu>.has-submenu.active .menu-arrow {
        top: 32px !important;
    }

    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 101%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        transition: all 0.2s ease;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
    }

    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 600;
        color: #3e454e !important;
        transition: all 0.3s;
    }

    #topnav .navigation-menu>li .submenu li a:hover {
        color: #66f !important;
    }

    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        top: auto;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 101%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }

    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }

    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #66f;
    }

    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #66f !important;
    }

    #topnav .navigation-menu.nav-light>li>a {
        color: rgba(255, 255, 255, 0.5);
    }

    #topnav .navigation-menu.nav-light>li.active>a {
        color: #fff !important;
    }

    #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
        border-color: #fff !important;
    }

    #topnav .navigation-menu.nav-light>li:hover>a {
        color: #fff !important;
    }

    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, 0.5);
    }

    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #fff !important;
    }

    #topnav .navigation-menu.nav-right {
        justify-content: flex-end !important;
    }

    #topnav .navigation-menu.nav-right>li:last-child .submenu {
        left: auto;
        right: 0;
    }

    #topnav .navigation-menu.nav-right>li:last-child .submenu:before {
        left: auto;
        right: 10px;
    }

    #topnav .navigation-menu.nav-right>li:last-child .submenu>li.has-submenu .submenu {
        left: auto;
        right: 101%;
        margin-left: 0;
        margin-right: 10px;
    }

    #topnav .navigation-menu.nav-left {
        justify-content: flex-start !important;
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu {
        left: 0 !important;
        right: auto !important;
    }

    #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
        left: 45px !important;
        right: auto !important;
    }

    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px;
    }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }

    #topnav.scroll {
        top: 0;
    }

    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #fff;
        box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
        min-height: 74px;
    }

    #topnav .logo .l-dark {
        display: inline-block !important;
    }

    #topnav .logo .l-light {
        display: none !important;
    }

    #topnav .container {
        width: auto;
    }

    #topnav #navigation {
        max-height: 400px;
    }

    #topnav .navigation-menu {
        float: none;
    }

    #topnav .navigation-menu>li {
        float: none;
    }

    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }

    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #3e454e !important;
        transition: all 0.3s;
    }

    #topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
        padding: 7px 15px;
    }

    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }

    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }

    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8492a6;
    }

    #topnav .navigation-menu>li>a {
        color: #3e454e;
        padding: 10px 20px;
    }

    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }

    #topnav .navigation-menu>li>a:hover,
    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #66f;
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6;
    }

    #topnav .navbar-header {
        float: left;
    }

    #topnav .buy-button {
        padding: 3px 0;
    }

    #topnav .buy-button .login-btn-primary {
        display: inline-block !important;
    }

    #topnav .buy-button .login-btn-light {
        display: none;
    }

    #topnav .buy-button .nav-light-icon-dark {
        display: inline-block !important;
    }

    #topnav .buy-button .nav-light-icon-white {
        display: none;
    }

    #topnav .has-submenu .submenu .submenu-arrow {
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }

    #topnav .has-submenu.active a {
        color: #66f;
    }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #fff;
    }

    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px;
    }

    #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
        transform: translate3d(0px, -54px, 0px) !important;
    }

    #topnav .navbar-toggle .lines {
        margin-right: 10px !important;
    }
}

.tagline {
    position: absolute;
    width: 100%;
    z-index: 99;
    font-size: 14px;
    padding: 13px 0;
}

@media screen and (max-width: 575px) {
    .tagline {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .tagline-height {
        top: 0px !important;
    }
}

@media (min-width: 576px) {
    .tagline-height {
        top: 47px !important;
    }
}

.sidebar-nav {
    padding: 15px 0;
}

.sidebar-nav>.navbar-item {
    padding: 3px 15px;
}

.sidebar-nav>.navbar-item .navbar-link {
    color: #3e454e !important;
    font-size: 15px;
    font-weight: 600;
}

.sidebar-nav>.navbar-item .navbar-link .navbar-icon {
    font-size: 18px;
    margin-right: 6px;
}

#navmenu-nav li.active a {
    color: #66f;
}

#navmenu-nav li.account-menu.active .navbar-link,
#navmenu-nav li.account-menu:hover .navbar-link {
    color: #66f !important;
}

.bg-home {
    height: 100vh;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-home-75vh {
    height: 75vh !important;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

@media (max-width: 767px) {
    .bg-home-75vh {
        height: 80vh !important;
    }
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-100 {
    padding: 100px 0;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half {
    padding: 184px 0 90px;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-auth-home {
    padding: 142px 0;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-page {
    padding: 150px 0 100px;
    position: relative;
}

@media (max-width: 767px) {
    .bg-half-page {
        padding: 100px 0 60px;
    }
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1;
}

@media (min-width: 768px) {
    .home-dashboard.onepage-hero {
        overflow: hidden;
    }
}

.nft-margin {
    margin-top: 74px;
}

.gradient-text {
    background: linear-gradient(to right, #66f 0%, #ff6647 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
}

.shape>svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center;
}

.shape.integration-hero {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 250px;
    background: #fff;
}

@media (max-width: 768px) {
    .shape.integration-hero {
        height: 140px;
    }
}

@media (max-width: 425px) {
    .shape.integration-hero {
        height: 60px;
    }
}

@media (max-width: 425px) {
    .shape {
        bottom: -4px;
    }
}

@media (max-width: 768px) {
    .bg-half {
        padding: 169px 0 50px;
    }
}

@media (max-width: 767px) {

    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .bg-marketing,
    .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 150px 0;

    }
}

.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.bg-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature.feature-primary .icons i {
    background: linear-gradient(45deg, transparent, rgba(102, 102, 255, 0.2));
    color: #66f;
}

.feature.feature-primary .title:hover {
    color: #66f !important;
}

.feature.feature-primary .link {
    color: #66f !important;
}

.feature.feature-primary .btn-color {
    background-color: #66f !important;
    border: 1px solid #66f !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.feature.feature-primary .btn-color:hover,
.feature.feature-primary .btn-color:focus,
.feature.feature-primary .btn-color:active,
.feature.feature-primary .btn-color.active,
.feature.feature-primary .btn-color.focus {
    background-color: #33f !important;
    border-color: #33f !important;
    color: #fff !important;
}

.feature.feature-primary .btn-soft {
    background-color: rgba(102, 102, 255, 0.1) !important;
    border: 1px solid rgba(102, 102, 255, 0.1) !important;
    color: #66f !important;
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.feature.feature-primary .btn-soft:hover,
.feature.feature-primary .btn-soft:focus,
.feature.feature-primary .btn-soft:active,
.feature.feature-primary .btn-soft.active,
.feature.feature-primary .btn-soft.focus {
    background-color: #66f !important;
    border-color: #66f !important;
    color: #fff !important;
}

.feature.feature-secondary .icons i {
    background: linear-gradient(45deg, transparent, rgba(90, 109, 144, 0.2));
    color: #5a6d90;
}

.feature.feature-secondary .title:hover {
    color: #5a6d90 !important;
}

.feature.feature-secondary .link {
    color: #5a6d90 !important;
}

.feature.feature-secondary .btn-color {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.feature.feature-secondary .btn-color:hover,
.feature.feature-secondary .btn-color:focus,
.feature.feature-secondary .btn-color:active,
.feature.feature-secondary .btn-color.active,
.feature.feature-secondary .btn-color.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #fff !important;
}

.feature.feature-secondary .btn-soft {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.feature.feature-secondary .btn-soft:hover,
.feature.feature-secondary .btn-soft:focus,
.feature.feature-secondary .btn-soft:active,
.feature.feature-secondary .btn-soft.active,
.feature.feature-secondary .btn-soft.focus {
    background-color: #5a6d90 !important;
    border-color: #5a6d90 !important;
    color: #fff !important;
}

.feature.feature-success .icons i {
    background: linear-gradient(45deg, transparent, rgba(82, 204, 153, 0.2));
    color: #52cc99;
}

.feature.feature-success .title:hover {
    color: #52cc99 !important;
}

.feature.feature-success .link {
    color: #52cc99 !important;
}

.feature.feature-success .btn-color {
    background-color: #52cc99 !important;
    border: 1px solid #52cc99 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.feature.feature-success .btn-color:hover,
.feature.feature-success .btn-color:focus,
.feature.feature-success .btn-color:active,
.feature.feature-success .btn-color.active,
.feature.feature-success .btn-color.focus {
    background-color: #36b580 !important;
    border-color: #36b580 !important;
    color: #fff !important;
}

.feature.feature-success .btn-soft {
    background-color: rgba(82, 204, 153, 0.1) !important;
    border: 1px solid rgba(82, 204, 153, 0.1) !important;
    color: #52cc99 !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.feature.feature-success .btn-soft:hover,
.feature.feature-success .btn-soft:focus,
.feature.feature-success .btn-soft:active,
.feature.feature-success .btn-soft.active,
.feature.feature-success .btn-soft.focus {
    background-color: #52cc99 !important;
    border-color: #52cc99 !important;
    color: #fff !important;
}

.feature.feature-warning .icons i {
    background: linear-gradient(45deg, transparent, rgba(255, 191, 102, 0.2));
    color: #ffbf66;
}

.feature.feature-warning .title:hover {
    color: #ffbf66 !important;
}

.feature.feature-warning .link {
    color: #ffbf66 !important;
}

.feature.feature-warning .btn-color {
    background-color: #ffbf66 !important;
    border: 1px solid #ffbf66 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.feature.feature-warning .btn-color:hover,
.feature.feature-warning .btn-color:focus,
.feature.feature-warning .btn-color:active,
.feature.feature-warning .btn-color.active,
.feature.feature-warning .btn-color.focus {
    background-color: #fa3 !important;
    border-color: #fa3 !important;
    color: #fff !important;
}

.feature.feature-warning .btn-soft {
    background-color: rgba(255, 191, 102, 0.1) !important;
    border: 1px solid rgba(255, 191, 102, 0.1) !important;
    color: #ffbf66 !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.feature.feature-warning .btn-soft:hover,
.feature.feature-warning .btn-soft:focus,
.feature.feature-warning .btn-soft:active,
.feature.feature-warning .btn-soft.active,
.feature.feature-warning .btn-soft.focus {
    background-color: #ffbf66 !important;
    border-color: #ffbf66 !important;
    color: #fff !important;
}

.feature.feature-info .icons i {
    background: linear-gradient(45deg, transparent, rgba(102, 204, 255, 0.2));
    color: #6cf;
}

.feature.feature-info .title:hover {
    color: #6cf !important;
}

.feature.feature-info .link {
    color: #6cf !important;
}

.feature.feature-info .btn-color {
    background-color: #6cf !important;
    border: 1px solid #6cf !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.feature.feature-info .btn-color:hover,
.feature.feature-info .btn-color:focus,
.feature.feature-info .btn-color:active,
.feature.feature-info .btn-color.active,
.feature.feature-info .btn-color.focus {
    background-color: #3bf !important;
    border-color: #3bf !important;
    color: #fff !important;
}

.feature.feature-info .btn-soft {
    background-color: rgba(102, 204, 255, 0.1) !important;
    border: 1px solid rgba(102, 204, 255, 0.1) !important;
    color: #6cf !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.feature.feature-info .btn-soft:hover,
.feature.feature-info .btn-soft:focus,
.feature.feature-info .btn-soft:active,
.feature.feature-info .btn-soft.active,
.feature.feature-info .btn-soft.focus {
    background-color: #6cf !important;
    border-color: #6cf !important;
    color: #fff !important;
}

.feature.feature-danger .icons i {
    background: linear-gradient(45deg, transparent, rgba(255, 102, 71, 0.2));
    color: #ff6647;
}

.feature.feature-danger .title:hover {
    color: #ff6647 !important;
}

.feature.feature-danger .link {
    color: #ff6647 !important;
}

.feature.feature-danger .btn-color {
    background-color: #ff6647 !important;
    border: 1px solid #ff6647 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.feature.feature-danger .btn-color:hover,
.feature.feature-danger .btn-color:focus,
.feature.feature-danger .btn-color:active,
.feature.feature-danger .btn-color.active,
.feature.feature-danger .btn-color.focus {
    background-color: #ff3c14 !important;
    border-color: #ff3c14 !important;
    color: #fff !important;
}

.feature.feature-danger .btn-soft {
    background-color: rgba(255, 102, 71, 0.1) !important;
    border: 1px solid rgba(255, 102, 71, 0.1) !important;
    color: #ff6647 !important;
    box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.feature.feature-danger .btn-soft:hover,
.feature.feature-danger .btn-soft:focus,
.feature.feature-danger .btn-soft:active,
.feature.feature-danger .btn-soft.active,
.feature.feature-danger .btn-soft.focus {
    background-color: #ff6647 !important;
    border-color: #ff6647 !important;
    color: #fff !important;
}

.feature.feature-dark .icons i {
    background: linear-gradient(45deg, transparent, rgba(62, 69, 78, 0.2));
    color: #3e454e;
}

.feature.feature-dark .title:hover {
    color: #3e454e !important;
}

.feature.feature-dark .link {
    color: #3e454e !important;
}

.feature.feature-dark .btn-color {
    background-color: #3e454e !important;
    border: 1px solid #3e454e !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.feature.feature-dark .btn-color:hover,
.feature.feature-dark .btn-color:focus,
.feature.feature-dark .btn-color:active,
.feature.feature-dark .btn-color.active,
.feature.feature-dark .btn-color.focus {
    background-color: #272c32 !important;
    border-color: #272c32 !important;
    color: #fff !important;
}

.feature.feature-dark .btn-soft {
    background-color: rgba(62, 69, 78, 0.1) !important;
    border: 1px solid rgba(62, 69, 78, 0.1) !important;
    color: #3e454e !important;
    box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.feature.feature-dark .btn-soft:hover,
.feature.feature-dark .btn-soft:focus,
.feature.feature-dark .btn-soft:active,
.feature.feature-dark .btn-soft.active,
.feature.feature-dark .btn-soft.focus {
    background-color: #3e454e !important;
    border-color: #3e454e !important;
    color: #fff !important;
}

.feature.feature-muted .icons i {
    background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.2));
    color: #8492a6;
}

.feature.feature-muted .title:hover {
    color: #8492a6 !important;
}

.feature.feature-muted .link {
    color: #8492a6 !important;
}

.feature.feature-muted .btn-color {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.feature.feature-muted .btn-color:hover,
.feature.feature-muted .btn-color:focus,
.feature.feature-muted .btn-color:active,
.feature.feature-muted .btn-color.active,
.feature.feature-muted .btn-color.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #fff !important;
}

.feature.feature-muted .btn-soft {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.feature.feature-muted .btn-soft:hover,
.feature.feature-muted .btn-soft:focus,
.feature.feature-muted .btn-soft:active,
.feature.feature-muted .btn-soft.active,
.feature.feature-muted .btn-soft.focus {
    background-color: #8492a6 !important;
    border-color: #8492a6 !important;
    color: #fff !important;
}

.feature.feature-light .icons i {
    background: linear-gradient(45deg, transparent, rgba(248, 249, 252, 0.2));
    color: #f8f9fc;
}

.feature.feature-light .title:hover {
    color: #f8f9fc !important;
}

.feature.feature-light .link {
    color: #f8f9fc !important;
}

.feature.feature-light .btn-color {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.feature.feature-light .btn-color:hover,
.feature.feature-light .btn-color:focus,
.feature.feature-light .btn-color:active,
.feature.feature-light .btn-color.active,
.feature.feature-light .btn-color.focus {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #fff !important;
}

.feature.feature-light .btn-soft {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.feature.feature-light .btn-soft:hover,
.feature.feature-light .btn-soft:focus,
.feature.feature-light .btn-soft:active,
.feature.feature-light .btn-soft.active,
.feature.feature-light .btn-soft.focus {
    background-color: #f8f9fc !important;
    border-color: #f8f9fc !important;
    color: #fff !important;
}

.feature.feature-footer .icons i {
    background: linear-gradient(45deg, transparent, rgba(32, 41, 66, 0.2));
    color: #202942;
}

.feature.feature-footer .title:hover {
    color: #202942 !important;
}

.feature.feature-footer .link {
    color: #202942 !important;
}

.feature.feature-footer .btn-color {
    background-color: #202942 !important;
    border: 1px solid #202942 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.feature.feature-footer .btn-color:hover,
.feature.feature-footer .btn-color:focus,
.feature.feature-footer .btn-color:active,
.feature.feature-footer .btn-color.active,
.feature.feature-footer .btn-color.focus {
    background-color: #0f131f !important;
    border-color: #0f131f !important;
    color: #fff !important;
}

.feature.feature-footer .btn-soft {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.feature.feature-footer .btn-soft:hover,
.feature.feature-footer .btn-soft:focus,
.feature.feature-footer .btn-soft:active,
.feature.feature-footer .btn-soft.active,
.feature.feature-footer .btn-soft.focus {
    background-color: #202942 !important;
    border-color: #202942 !important;
    color: #fff !important;
}

.feature.feature-clean .icons i {
    height: 65px;
    width: 65px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.key-feature.feature-primary .icon {
    color: #66f !important;
    background: linear-gradient(45deg, transparent, rgba(102, 102, 255, 0.2));
}

.key-feature.feature-secondary .icon {
    color: #5a6d90 !important;
    background: linear-gradient(45deg, transparent, rgba(90, 109, 144, 0.2));
}

.key-feature.feature-success .icon {
    color: #52cc99 !important;
    background: linear-gradient(45deg, transparent, rgba(82, 204, 153, 0.2));
}

.key-feature.feature-warning .icon {
    color: #ffbf66 !important;
    background: linear-gradient(45deg, transparent, rgba(255, 191, 102, 0.2));
}

.key-feature.feature-info .icon {
    color: #6cf !important;
    background: linear-gradient(45deg, transparent, rgba(102, 204, 255, 0.2));
}

.key-feature.feature-danger .icon {
    color: #ff6647 !important;
    background: linear-gradient(45deg, transparent, rgba(255, 102, 71, 0.2));
}

.key-feature.feature-dark .icon {
    color: #3e454e !important;
    background: linear-gradient(45deg, transparent, rgba(62, 69, 78, 0.2));
}

.key-feature.feature-muted .icon {
    color: #8492a6 !important;
    background: linear-gradient(45deg, transparent, rgba(132, 146, 166, 0.2));
}

.key-feature.feature-light .icon {
    color: #f8f9fc !important;
    background: linear-gradient(45deg, transparent, rgba(248, 249, 252, 0.2));
}

.key-feature.feature-footer .icon {
    color: #202942 !important;
    background: linear-gradient(45deg, transparent, rgba(32, 41, 66, 0.2));
}

.key-feature {
    transition: all 0.5s ease;
}

.key-feature .icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-absolute {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
    margin: -180px 0 0px;
}

@media (max-width: 768px) {
    .features-absolute {
        margin: -140px 0 0;
    }
}

.customer-testi {
    cursor: e-resize;
}

.customer-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: 13px;
    box-sizing: border-box;
    border: 8px solid #3e454e;
    border-color: transparent #fff #fff transparent;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: 2px 2px 2px -1px rgba(62, 69, 78, 0.15);
}

.customer-testi .quote i {
    position: absolute;
    top: -90px;
    left: -30px;
    opacity: 0.05;
    font-size: 140px;
}

.tns-nav {
    text-align: center;
    margin-top: 10px;
}

.tns-nav button {
    padding: 4px;
    opacity: 1;
    margin: 3px;
    border-radius: 10px;
    background: rgba(102, 102, 255, 0.5) !important;
    transition: all 0.5s ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.tns-nav button.tns-nav-active {
    background: #66f !important;
    border-color: #66f;
}

.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #3e454e;
    border: none;
    transition: all 0.5s ease;
    z-index: 1;
    box-shadow: 0 10px 25px rgba(62, 69, 78, 0.15);
}

.tns-controls button[data-controls="prev"]:hover,
.tns-controls button[data-controls="next"]:hover {
    background: #66f;
    color: #fff;
}

.tns-controls button[data-controls="prev"] {
    left: 0;
}

.tns-controls button[data-controls="next"] {
    right: 0;
}

.tiny-timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.tiny-timeline:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 17px;
    left: 0;
    height: 2px;
    background: #66f;
}

.tiny-timeline .item-box {
    margin: 70px 15px 20px;
}

.tiny-timeline .item-box:before,
.tiny-timeline .item-box:after {
    content: "";
    position: absolute;
    left: 50%;
    background: #66f;
}

.tiny-timeline .item-box:before {
    width: 2px;
    height: 46px;
    top: -46px;
    transform: translateX(-50%);
}

.tiny-timeline .item-box:after {
    width: 13px;
    height: 13px;
    top: -59px;
    border-radius: 3px;
    transform: translateX(-50%) rotate(45deg);
}

.crypto-chart {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    opacity: 0.1;
    z-index: 0;
}

.calculator-block {
    background-color: #fff;
}

.calculator-block .cryptonatorwidget {
    border: none !important;
    padding: 0 !important;
    background: #f8f9fc !important;
}

.calculator-block .cryptonatorwidget input,
.calculator-block .cryptonatorwidget select {
    height: 40px !important;
    line-height: 40px !important;
    margin-bottom: 0;
    border: none;
    background-color: #f8f9fc !important;
    border: none;
    outline: none;
    box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
    padding: 12px;
    border-radius: 6px;
    background-color: transparent;
    color: #8492a6;
}

.calculator-block .cryptonatorwidget div:last-child {
    display: none;
}

.calculator-block ::-webkit-input-placeholder {
    color: #8492a6;
    text-transform: capitalize;
}

.calculator-block ::-moz-placeholder {
    color: #8492a6;
    text-transform: capitalize;
}

.calculator-block :-ms-input-placeholder {
    color: #8492a6;
    text-transform: capitalize;
}

.calculator-block :-moz-placeholder {
    color: #8492a6;
    text-transform: capitalize;
}

.team {
    transition: all 0.5s;
}

.team .team-social {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0.2);
}

.team:hover .team-social {
    opacity: 1;
    transform: scale(1.1);
}

.avatar-profile {
    position: relative;
    top: -80px;
}

#countdown .count-down,
#token-sale .count-down {
    display: inline-block;
    margin: 30px 10px 10px;
    color: #fff;
    text-align: center;
}

#countdown .count-down .count-number,
#token-sale .count-down .count-number {
    font-size: 40px;
    line-height: 95px;
}

#countdown .count-down .count-head,
#token-sale .count-down .count-head {
    display: block;
    position: relative;
    transform: translateY(-20px);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

#countdown .count-down .count-number {
    font-size: 40px;
    line-height: 95px;
    border: 4px solid #dee2e6;
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

#token-sale .count-down {
    border: 0;
    color: #3e454e !important;
}

#token-sale .count-down .count-number {
    line-height: 80px;
}

@media (max-width: 767px) {
    #token-sale .count-down .count-number {
        font-size: 30px;
    }
}

#token-sale .count-down .count-head {
    margin-bottom: 0 !important;
    transform: translateY(-15px);
}

@media (max-width: 767px) {
    #token-sale .count-down .count-head {
        font-size: 10px;
    }
}

#maintenance {
    color: #fff;
    font-size: 56px;
    letter-spacing: 1px;
}

#maintenance .indicator {
    font-size: 18px;
}

.blog.blog-primary .title:hover {
    color: #66f !important;
}

.blog.blog-primary .link {
    color: #66f !important;
}

.blog.blog-secondary .title:hover {
    color: #5a6d90 !important;
}

.blog.blog-secondary .link {
    color: #5a6d90 !important;
}

.blog.blog-success .title:hover {
    color: #52cc99 !important;
}

.blog.blog-success .link {
    color: #52cc99 !important;
}

.blog.blog-warning .title:hover {
    color: #ffbf66 !important;
}

.blog.blog-warning .link {
    color: #ffbf66 !important;
}

.blog.blog-info .title:hover {
    color: #6cf !important;
}

.blog.blog-info .link {
    color: #6cf !important;
}

.blog.blog-danger .title:hover {
    color: #ff6647 !important;
}

.blog.blog-danger .link {
    color: #ff6647 !important;
}

.blog.blog-dark .title:hover {
    color: #3e454e !important;
}

.blog.blog-dark .link {
    color: #3e454e !important;
}

.blog.blog-muted .title:hover {
    color: #8492a6 !important;
}

.blog.blog-muted .link {
    color: #8492a6 !important;
}

.blog.blog-light .title:hover {
    color: #f8f9fc !important;
}

.blog.blog-light .link {
    color: #f8f9fc !important;
}

.blog.blog-footer .title:hover {
    color: #202942 !important;
}

.blog.blog-footer .link {
    color: #202942 !important;
}

.tagcloud>a {
    background: #e9ecef;
    color: #3e454e;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px 7px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-weight: 600;
}

.tagcloud>a:hover {
    background: #66f;
    color: #fff;
}

.widget .widget-search form {
    position: relative;
}

.widget .widget-search input[type="text"],
.widget .searchform input[type="text"] {
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
}

.widget .widget-search input[type="submit"],
.widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.widget .widget-search .searchform:after {
    content: "\F0349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}

.container-filter li {
    margin: 0px 15px 10px !important;
    font-size: 14px;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #8492a6 !important;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}

.container-filter li.active,
.container-filter li:hover {
    color: #3e454e !important;
    border-bottom-color: #3e454e;
}

.nft-items.nft-item-primary .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-primary .content .title:hover {
    color: #66f !important;
}

.nft-items.nft-item-primary .content .author .name:hover {
    color: #66f !important;
}

.nft-items.nft-item-primary .bg-color {
    background-color: #66f !important;
}

.nft-items.nft-item-secondary .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-secondary .content .title:hover {
    color: #5a6d90 !important;
}

.nft-items.nft-item-secondary .content .author .name:hover {
    color: #5a6d90 !important;
}

.nft-items.nft-item-secondary .bg-color {
    background-color: #5a6d90 !important;
}

.nft-items.nft-item-success .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-success .content .title:hover {
    color: #52cc99 !important;
}

.nft-items.nft-item-success .content .author .name:hover {
    color: #52cc99 !important;
}

.nft-items.nft-item-success .bg-color {
    background-color: #52cc99 !important;
}

.nft-items.nft-item-warning .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-warning .content .title:hover {
    color: #ffbf66 !important;
}

.nft-items.nft-item-warning .content .author .name:hover {
    color: #ffbf66 !important;
}

.nft-items.nft-item-warning .bg-color {
    background-color: #ffbf66 !important;
}

.nft-items.nft-item-info .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-info .content .title:hover {
    color: #6cf !important;
}

.nft-items.nft-item-info .content .author .name:hover {
    color: #6cf !important;
}

.nft-items.nft-item-info .bg-color {
    background-color: #6cf !important;
}

.nft-items.nft-item-danger .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-danger .content .title:hover {
    color: #ff6647 !important;
}

.nft-items.nft-item-danger .content .author .name:hover {
    color: #ff6647 !important;
}

.nft-items.nft-item-danger .bg-color {
    background-color: #ff6647 !important;
}

.nft-items.nft-item-dark .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-dark .content .title:hover {
    color: #3e454e !important;
}

.nft-items.nft-item-dark .content .author .name:hover {
    color: #3e454e !important;
}

.nft-items.nft-item-dark .bg-color {
    background-color: #3e454e !important;
}

.nft-items.nft-item-muted .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-muted .content .title:hover {
    color: #8492a6 !important;
}

.nft-items.nft-item-muted .content .author .name:hover {
    color: #8492a6 !important;
}

.nft-items.nft-item-muted .bg-color {
    background-color: #8492a6 !important;
}

.nft-items.nft-item-light .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-light .content .title:hover {
    color: #f8f9fc !important;
}

.nft-items.nft-item-light .content .author .name:hover {
    color: #f8f9fc !important;
}

.nft-items.nft-item-light .bg-color {
    background-color: #f8f9fc !important;
}

.nft-items.nft-item-footer .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-footer .content .title:hover {
    color: #202942 !important;
}

.nft-items.nft-item-footer .content .author .name:hover {
    color: #202942 !important;
}

.nft-items.nft-item-footer .bg-color {
    background-color: #202942 !important;
}

.nft-items .nft-image {
    transition: all 0.5s ease;
}

.nft-items .nft-image>img {
    transition: all 0.5s ease;
}

.nft-items .nft-image .pop-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.nft-items .nft-image .like {
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-text-stroke: 1px #8492a6;
    -webkit-text-fill-color: transparent;
}

.nft-items .nft-image .like:hover,
.nft-items .nft-image .like:focus {
    -webkit-text-stroke: #ff6647;
    -webkit-text-fill-color: #ff6647;
}

.nft-items:hover .nft-image>img {
    transform: scale(1.1);
}

.nft-items:hover .nft-image .pop-icon {
    opacity: 1;
}

.nft-items .content .title {
    transition: all 0.5s ease;
}

.nft-items .content .like {
    -webkit-text-stroke: 1px #8492a6;
    -webkit-text-fill-color: transparent;
}

.nft-items .content .like:hover,
.nft-items .content .like:focus {
    -webkit-text-stroke: #ff6647;
    -webkit-text-fill-color: #ff6647;
}

.nft-creator.nft-creator-primary .content .author .name:hover {
    color: #66f !important;
}

.nft-creator.nft-creator-primary .btn {
    background-color: #66f !important;
    border: 1px solid #66f !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.nft-creator.nft-creator-primary .btn:hover,
.nft-creator.nft-creator-primary .btn:focus,
.nft-creator.nft-creator-primary .btn:active,
.nft-creator.nft-creator-primary .btn.active,
.nft-creator.nft-creator-primary .btn.focus {
    background-color: #33f !important;
    border-color: #33f !important;
    color: #fff !important;
}

.nft-creator.nft-creator-primary .bg-soft {
    background-color: rgba(102, 102, 255, 0.1) !important;
    border: 1px solid rgba(102, 102, 255, 0.1) !important;
    color: #66f !important;
}

.nft-creator.nft-creator-primary .read-more:hover {
    color: #66f !important;
}

.nft-creator.nft-creator-secondary .content .author .name:hover {
    color: #5a6d90 !important;
}

.nft-creator.nft-creator-secondary .btn {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.nft-creator.nft-creator-secondary .btn:hover,
.nft-creator.nft-creator-secondary .btn:focus,
.nft-creator.nft-creator-secondary .btn:active,
.nft-creator.nft-creator-secondary .btn.active,
.nft-creator.nft-creator-secondary .btn.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #fff !important;
}

.nft-creator.nft-creator-secondary .bg-soft {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
}

.nft-creator.nft-creator-secondary .read-more:hover {
    color: #5a6d90 !important;
}

.nft-creator.nft-creator-success .content .author .name:hover {
    color: #52cc99 !important;
}

.nft-creator.nft-creator-success .btn {
    background-color: #52cc99 !important;
    border: 1px solid #52cc99 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.nft-creator.nft-creator-success .btn:hover,
.nft-creator.nft-creator-success .btn:focus,
.nft-creator.nft-creator-success .btn:active,
.nft-creator.nft-creator-success .btn.active,
.nft-creator.nft-creator-success .btn.focus {
    background-color: #36b580 !important;
    border-color: #36b580 !important;
    color: #fff !important;
}

.nft-creator.nft-creator-success .bg-soft {
    background-color: rgba(82, 204, 153, 0.1) !important;
    border: 1px solid rgba(82, 204, 153, 0.1) !important;
    color: #52cc99 !important;
}

.nft-creator.nft-creator-success .read-more:hover {
    color: #52cc99 !important;
}

.nft-creator.nft-creator-warning .content .author .name:hover {
    color: #ffbf66 !important;
}

.nft-creator.nft-creator-warning .btn {
    background-color: #ffbf66 !important;
    border: 1px solid #ffbf66 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.nft-creator.nft-creator-warning .btn:hover,
.nft-creator.nft-creator-warning .btn:focus,
.nft-creator.nft-creator-warning .btn:active,
.nft-creator.nft-creator-warning .btn.active,
.nft-creator.nft-creator-warning .btn.focus {
    background-color: #fa3 !important;
    border-color: #fa3 !important;
    color: #fff !important;
}

.nft-creator.nft-creator-warning .bg-soft {
    background-color: rgba(255, 191, 102, 0.1) !important;
    border: 1px solid rgba(255, 191, 102, 0.1) !important;
    color: #ffbf66 !important;
}

.nft-creator.nft-creator-warning .read-more:hover {
    color: #ffbf66 !important;
}

.nft-creator.nft-creator-info .content .author .name:hover {
    color: #6cf !important;
}

.nft-creator.nft-creator-info .btn {
    background-color: #6cf !important;
    border: 1px solid #6cf !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.nft-creator.nft-creator-info .btn:hover,
.nft-creator.nft-creator-info .btn:focus,
.nft-creator.nft-creator-info .btn:active,
.nft-creator.nft-creator-info .btn.active,
.nft-creator.nft-creator-info .btn.focus {
    background-color: #3bf !important;
    border-color: #3bf !important;
    color: #fff !important;
}

.nft-creator.nft-creator-info .bg-soft {
    background-color: rgba(102, 204, 255, 0.1) !important;
    border: 1px solid rgba(102, 204, 255, 0.1) !important;
    color: #6cf !important;
}

.nft-creator.nft-creator-info .read-more:hover {
    color: #6cf !important;
}

.nft-creator.nft-creator-danger .content .author .name:hover {
    color: #ff6647 !important;
}

.nft-creator.nft-creator-danger .btn {
    background-color: #ff6647 !important;
    border: 1px solid #ff6647 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.nft-creator.nft-creator-danger .btn:hover,
.nft-creator.nft-creator-danger .btn:focus,
.nft-creator.nft-creator-danger .btn:active,
.nft-creator.nft-creator-danger .btn.active,
.nft-creator.nft-creator-danger .btn.focus {
    background-color: #ff3c14 !important;
    border-color: #ff3c14 !important;
    color: #fff !important;
}

.nft-creator.nft-creator-danger .bg-soft {
    background-color: rgba(255, 102, 71, 0.1) !important;
    border: 1px solid rgba(255, 102, 71, 0.1) !important;
    color: #ff6647 !important;
}

.nft-creator.nft-creator-danger .read-more:hover {
    color: #ff6647 !important;
}

.nft-creator.nft-creator-dark .content .author .name:hover {
    color: #3e454e !important;
}

.nft-creator.nft-creator-dark .btn {
    background-color: #3e454e !important;
    border: 1px solid #3e454e !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(62, 69, 78, 0.3);
}

.nft-creator.nft-creator-dark .btn:hover,
.nft-creator.nft-creator-dark .btn:focus,
.nft-creator.nft-creator-dark .btn:active,
.nft-creator.nft-creator-dark .btn.active,
.nft-creator.nft-creator-dark .btn.focus {
    background-color: #272c32 !important;
    border-color: #272c32 !important;
    color: #fff !important;
}

.nft-creator.nft-creator-dark .bg-soft {
    background-color: rgba(62, 69, 78, 0.1) !important;
    border: 1px solid rgba(62, 69, 78, 0.1) !important;
    color: #3e454e !important;
}

.nft-creator.nft-creator-dark .read-more:hover {
    color: #3e454e !important;
}

.nft-creator.nft-creator-muted .content .author .name:hover {
    color: #8492a6 !important;
}

.nft-creator.nft-creator-muted .btn {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.nft-creator.nft-creator-muted .btn:hover,
.nft-creator.nft-creator-muted .btn:focus,
.nft-creator.nft-creator-muted .btn:active,
.nft-creator.nft-creator-muted .btn.active,
.nft-creator.nft-creator-muted .btn.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #fff !important;
}

.nft-creator.nft-creator-muted .bg-soft {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
}

.nft-creator.nft-creator-muted .read-more:hover {
    color: #8492a6 !important;
}

.nft-creator.nft-creator-light .content .author .name:hover {
    color: #f8f9fc !important;
}

.nft-creator.nft-creator-light .btn {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.nft-creator.nft-creator-light .btn:hover,
.nft-creator.nft-creator-light .btn:focus,
.nft-creator.nft-creator-light .btn:active,
.nft-creator.nft-creator-light .btn.active,
.nft-creator.nft-creator-light .btn.focus {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #fff !important;
}

.nft-creator.nft-creator-light .bg-soft {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
}

.nft-creator.nft-creator-light .read-more:hover {
    color: #f8f9fc !important;
}

.nft-creator.nft-creator-footer .content .author .name:hover {
    color: #202942 !important;
}

.nft-creator.nft-creator-footer .btn {
    background-color: #202942 !important;
    border: 1px solid #202942 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.nft-creator.nft-creator-footer .btn:hover,
.nft-creator.nft-creator-footer .btn:focus,
.nft-creator.nft-creator-footer .btn:active,
.nft-creator.nft-creator-footer .btn.active,
.nft-creator.nft-creator-footer .btn.focus {
    background-color: #0f131f !important;
    border-color: #0f131f !important;
    color: #fff !important;
}

.nft-creator.nft-creator-footer .bg-soft {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
}

.nft-creator.nft-creator-footer .read-more:hover {
    color: #202942 !important;
}

.nft-creator {
    transition: all 0.5s ease;
}

.nft-creator .content img {
    transition: all 0.5s ease;
}

.nft-creator:hover .content img {
    height: 90px !important;
    width: 90px !important;
}

.nft-collection.nft-col-primary .content .author .name:hover,
.nft-collection.nft-col-primary .content .title:hover {
    color: #66f !important;
}

.nft-collection.nft-col-primary .content .bg-soft {
    background-color: rgba(102, 102, 255, 0.1) !important;
    border: 1px solid rgba(102, 102, 255, 0.1) !important;
    color: #66f !important;
}

.nft-collection.nft-col-secondary .content .author .name:hover,
.nft-collection.nft-col-secondary .content .title:hover {
    color: #5a6d90 !important;
}

.nft-collection.nft-col-secondary .content .bg-soft {
    background-color: rgba(90, 109, 144, 0.1) !important;
    border: 1px solid rgba(90, 109, 144, 0.1) !important;
    color: #5a6d90 !important;
}

.nft-collection.nft-col-success .content .author .name:hover,
.nft-collection.nft-col-success .content .title:hover {
    color: #52cc99 !important;
}

.nft-collection.nft-col-success .content .bg-soft {
    background-color: rgba(82, 204, 153, 0.1) !important;
    border: 1px solid rgba(82, 204, 153, 0.1) !important;
    color: #52cc99 !important;
}

.nft-collection.nft-col-warning .content .author .name:hover,
.nft-collection.nft-col-warning .content .title:hover {
    color: #ffbf66 !important;
}

.nft-collection.nft-col-warning .content .bg-soft {
    background-color: rgba(255, 191, 102, 0.1) !important;
    border: 1px solid rgba(255, 191, 102, 0.1) !important;
    color: #ffbf66 !important;
}

.nft-collection.nft-col-info .content .author .name:hover,
.nft-collection.nft-col-info .content .title:hover {
    color: #6cf !important;
}

.nft-collection.nft-col-info .content .bg-soft {
    background-color: rgba(102, 204, 255, 0.1) !important;
    border: 1px solid rgba(102, 204, 255, 0.1) !important;
    color: #6cf !important;
}

.nft-collection.nft-col-danger .content .author .name:hover,
.nft-collection.nft-col-danger .content .title:hover {
    color: #ff6647 !important;
}

.nft-collection.nft-col-danger .content .bg-soft {
    background-color: rgba(255, 102, 71, 0.1) !important;
    border: 1px solid rgba(255, 102, 71, 0.1) !important;
    color: #ff6647 !important;
}

.nft-collection.nft-col-dark .content .author .name:hover,
.nft-collection.nft-col-dark .content .title:hover {
    color: #3e454e !important;
}

.nft-collection.nft-col-dark .content .bg-soft {
    background-color: rgba(62, 69, 78, 0.1) !important;
    border: 1px solid rgba(62, 69, 78, 0.1) !important;
    color: #3e454e !important;
}

.nft-collection.nft-col-muted .content .author .name:hover,
.nft-collection.nft-col-muted .content .title:hover {
    color: #8492a6 !important;
}

.nft-collection.nft-col-muted .content .bg-soft {
    background-color: rgba(132, 146, 166, 0.1) !important;
    border: 1px solid rgba(132, 146, 166, 0.1) !important;
    color: #8492a6 !important;
}

.nft-collection.nft-col-light .content .author .name:hover,
.nft-collection.nft-col-light .content .title:hover {
    color: #f8f9fc !important;
}

.nft-collection.nft-col-light .content .bg-soft {
    background-color: rgba(248, 249, 252, 0.1) !important;
    border: 1px solid rgba(248, 249, 252, 0.1) !important;
    color: #f8f9fc !important;
}

.nft-collection.nft-col-footer .content .author .name:hover,
.nft-collection.nft-col-footer .content .title:hover {
    color: #202942 !important;
}

.nft-collection.nft-col-footer .content .bg-soft {
    background-color: rgba(32, 41, 66, 0.1) !important;
    border: 1px solid rgba(32, 41, 66, 0.1) !important;
    color: #202942 !important;
}

footer .footer-py-100 {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 768px) {
    footer .footer-py-100 {
        padding: 60px 0;
    }
}

footer .footer-py-30 {
    padding: 30px 0;
    position: relative;
}

footer .logo-footer {
    font-size: 22px;
}

footer .logo-footer:focus {
    outline: none;
}

footer .footer-head {
    letter-spacing: 1px;
    font-weight: 500;
}

footer .foot-subscribe .form-control {
    background-color: #27314f;
    border: 1px solid #27314f;
    color: #f8f9fc;
}

footer .foot-subscribe .form-control:focus {
    box-shadow: none;
}

footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd;
}

footer .foot-subscribe input::placeholder {
    color: #adb5bd;
}

footer .text-foot {
    color: #adb5bd;
}

footer .footer-list {
    margin-bottom: 0;
}

footer .footer-list li {
    margin-bottom: 10px;
}

footer .footer-list li a {
    transition: all 0.5s ease;
}

footer .footer-list li a:hover {
    color: #e6e8ea;
}

footer .footer-list li:last-child {
    margin-bottom: 0;
}

footer.footer-border-top,
footer .footer-border-top {
    border-top: 1px solid #252f4c;
}

#style-switcher {
    transition: all 0.4s;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px rgba(62, 69, 78, 0.15);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}

#style-switcher div {
    padding: 5px 10px;
}

#style-switcher div h3 {
    color: #3e454e;
    font-size: 16px;
    margin: 0 3px 12px;
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #fff;
    height: 41px;
    position: absolute;
    right: -41px;
    top: 0px;
    width: 40px;
    padding: 3px;
    border-radius: 0 30px 30px 0;
}

ul.pattern {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    border-radius: 0px;
}

ul.pattern li.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0;
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px;
}

ul.pattern .color1 {
    background-color: #66f;
}

ul.pattern .color2 {
    background-color: #00d88a;
}

ul.pattern .color3 {
    background-color: #7952b3;
}

ul.pattern .color4 {
    background-color: #f15131;
}

ul.pattern .color5 {
    background-color: #0f7173;
}

ul.pattern .color6 {
    background-color: #fcd535;
}

ul .t-dark,
ul .t-rtl-light {
    display: inline-block;
}

ul .t-ltr-light,
ul .t-light,
ul .t-rtl-dark,
ul .t-ltr-dark {
    display: none;
}

@media only screen and (max-width: 375px) {
    #style-switcher {
        display: none;
    }
}

.bg-white {
    background-color: #0b1118 !important;
}

.text-white {
    color: #0b1118 !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #030507 !important;
}

.bg-primary {
    background-color: #66f !important;
}

.text-primary {
    color: #66f !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #4d4dff !important;
}

.bg-secondary {
    background-color: #5a6d90 !important;
}

.text-secondary {
    color: #5a6d90 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #506180 !important;
}

.bg-success {
    background-color: #52cc99 !important;
}

.text-success {
    color: #52cc99 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #3ec68d !important;
}

.bg-warning {
    background-color: #ffbf66 !important;
}

.text-warning {
    color: #ffbf66 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ffb44d !important;
}

.bg-info {
    background-color: #6cf !important;
}

.text-info {
    color: #6cf !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #4dc4ff !important;
}

.bg-danger {
    background-color: #ff6647 !important;
}

.text-danger {
    color: #ff6647 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ff512e !important;
}

.bg-dark {
    background-color: #fff !important;
}

.text-dark {
    color: #fff !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #f2f2f2 !important;
}

.bg-muted {
    background-color: #9bacc4 !important;
}

.text-muted {
    color: #9bacc4 !important;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #8b9fbb !important;
}

.bg-light {
    background-color: #151c2b !important;
}

.text-light {
    color: #151c2b !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #0d111a !important;
}

.bg-footer {
    background-color: #101822 !important;
}

.text-footer {
    color: #101822 !important;
}

a.text-footer:hover,
a.text-footer:focus {
    color: #080c11 !important;
}

.card {
    background-color: transparent;
}

.border {
    border: 1px solid #495057 !important;
}

.border.border-light {
    border-color: #fff !important;
}

.border-top {
    border-top: 1px solid #495057 !important;
}

.border-bottom {
    border-bottom: 1px solid #495057 !important;
}

.border-left {
    border-left: 1px solid #495057 !important;
}

.border-right {
    border-right: 1px solid #495057 !important;
}

.modal-content {
    background: #0b1118 !important;
}

.modal-content .modal-header,
.modal-content .modal-footer {
    border-color: #2a3c51;
}

.modal-content .modal-header button.btn-close {
    background: none;
    color: #fff !important;
}

.modal-content button.btn-close {
    background: none;
    color: #fff !important;
}

.modal-open {
    padding-right: 0 !important;
}

.btn-white {
    background-color: #0b1118 !important;
    border: 1px solid #0b1118 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(11, 17, 24, 0.3);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.btn-soft-white {
    background-color: rgba(11, 17, 24, 0.2) !important;
    border: 1px solid rgba(11, 17, 24, 0.2) !important;
    color: #0b1118 !important;
    box-shadow: 0 3px 5px 0 rgba(11, 17, 24, 0.3);
}

.btn-soft-white:hover,
.btn-soft-white:focus,
.btn-soft-white:active,
.btn-soft-white.active,
.btn-soft-white.focus {
    background-color: #0b1118 !important;
    border-color: #0b1118 !important;
    color: #fff !important;
}

.btn-outline-white {
    border: 1px solid #0b1118;
    color: #0b1118;
    background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active {
    background-color: #0b1118;
    border-color: #0b1118;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(11, 17, 24, 0.3);
}

.btn-primary {
    background-color: #66f !important;
    border: 1px solid #66f !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #33f !important;
    border-color: #33f !important;
    color: #fff !important;
}

.btn-soft-primary {
    background-color: rgba(102, 102, 255, 0.2) !important;
    border: 1px solid rgba(102, 102, 255, 0.2) !important;
    color: #66f !important;
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #66f !important;
    border-color: #66f !important;
    color: #fff !important;
}

.btn-outline-primary {
    border: 1px solid #66f;
    color: #66f;
    background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #66f;
    border-color: #66f;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3);
}

.btn-secondary {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #fff !important;
}

.btn-soft-secondary {
    background-color: rgba(90, 109, 144, 0.2) !important;
    border: 1px solid rgba(90, 109, 144, 0.2) !important;
    color: #5a6d90 !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #5a6d90 !important;
    border-color: #5a6d90 !important;
    color: #fff !important;
}

.btn-outline-secondary {
    border: 1px solid #5a6d90;
    color: #5a6d90;
    background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #5a6d90;
    border-color: #5a6d90;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
    background-color: #52cc99 !important;
    border: 1px solid #52cc99 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #36b580 !important;
    border-color: #36b580 !important;
    color: #fff !important;
}

.btn-soft-success {
    background-color: rgba(82, 204, 153, 0.2) !important;
    border: 1px solid rgba(82, 204, 153, 0.2) !important;
    color: #52cc99 !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #52cc99 !important;
    border-color: #52cc99 !important;
    color: #fff !important;
}

.btn-outline-success {
    border: 1px solid #52cc99;
    color: #52cc99;
    background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #52cc99;
    border-color: #52cc99;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.3);
}

.btn-warning {
    background-color: #ffbf66 !important;
    border: 1px solid #ffbf66 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #fa3 !important;
    border-color: #fa3 !important;
    color: #fff !important;
}

.btn-soft-warning {
    background-color: rgba(255, 191, 102, 0.2) !important;
    border: 1px solid rgba(255, 191, 102, 0.2) !important;
    color: #ffbf66 !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #ffbf66 !important;
    border-color: #ffbf66 !important;
    color: #fff !important;
}

.btn-outline-warning {
    border: 1px solid #ffbf66;
    color: #ffbf66;
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #ffbf66;
    border-color: #ffbf66;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.3);
}

.btn-info {
    background-color: #6cf !important;
    border: 1px solid #6cf !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #3bf !important;
    border-color: #3bf !important;
    color: #fff !important;
}

.btn-soft-info {
    background-color: rgba(102, 204, 255, 0.2) !important;
    border: 1px solid rgba(102, 204, 255, 0.2) !important;
    color: #6cf !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #6cf !important;
    border-color: #6cf !important;
    color: #fff !important;
}

.btn-outline-info {
    border: 1px solid #6cf;
    color: #6cf;
    background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #6cf;
    border-color: #6cf;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.3);
}

.btn-danger {
    background-color: #ff6647 !important;
    border: 1px solid #ff6647 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #ff3c14 !important;
    border-color: #ff3c14 !important;
    color: #fff !important;
}

.btn-soft-danger {
    background-color: rgba(255, 102, 71, 0.2) !important;
    border: 1px solid rgba(255, 102, 71, 0.2) !important;
    color: #ff6647 !important;
    box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #ff6647 !important;
    border-color: #ff6647 !important;
    color: #fff !important;
}

.btn-outline-danger {
    border: 1px solid #ff6647;
    color: #ff6647;
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #ff6647;
    border-color: #ff6647;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 102, 71, 0.3);
}

.btn-dark {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
    color: #fff !important;
}

.btn-soft-dark {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-outline-dark {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #fff;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.3);
}

.btn-muted {
    background-color: #9bacc4 !important;
    border: 1px solid #9bacc4 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(155, 172, 196, 0.3);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #7b91b1 !important;
    border-color: #7b91b1 !important;
    color: #fff !important;
}

.btn-soft-muted {
    background-color: rgba(155, 172, 196, 0.2) !important;
    border: 1px solid rgba(155, 172, 196, 0.2) !important;
    color: #9bacc4 !important;
    box-shadow: 0 3px 5px 0 rgba(155, 172, 196, 0.3);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
    background-color: #9bacc4 !important;
    border-color: #9bacc4 !important;
    color: #fff !important;
}

.btn-outline-muted {
    border: 1px solid #9bacc4;
    color: #9bacc4;
    background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #9bacc4;
    border-color: #9bacc4;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(155, 172, 196, 0.3);
}

.btn-light {
    background-color: #151c2b !important;
    border: 1px solid #151c2b !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(21, 28, 43, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #040609 !important;
    border-color: #040609 !important;
    color: #fff !important;
}

.btn-soft-light {
    background-color: rgba(21, 28, 43, 0.2) !important;
    border: 1px solid rgba(21, 28, 43, 0.2) !important;
    color: #151c2b !important;
    box-shadow: 0 3px 5px 0 rgba(21, 28, 43, 0.3);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #151c2b !important;
    border-color: #151c2b !important;
    color: #fff !important;
}

.btn-outline-light {
    border: 1px solid #151c2b;
    color: #151c2b;
    background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #151c2b;
    border-color: #151c2b;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(21, 28, 43, 0.3);
}

.btn-footer {
    background-color: #101822 !important;
    border: 1px solid #101822 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(16, 24, 34, 0.3);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.btn-soft-footer {
    background-color: rgba(16, 24, 34, 0.2) !important;
    border: 1px solid rgba(16, 24, 34, 0.2) !important;
    color: #101822 !important;
    box-shadow: 0 3px 5px 0 rgba(16, 24, 34, 0.3);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: #101822 !important;
    border-color: #101822 !important;
    color: #fff !important;
}

.btn-outline-footer {
    border: 1px solid #101822;
    color: #101822;
    background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #101822;
    border-color: #101822;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(16, 24, 34, 0.3);
}

.btn.btn-dark {
    color: #0b1118 !important;
    background: #fff;
    border: 1px solid #495057 !important;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active,
.btn.btn-dark.focus {
    background-color: #f2f2f2 !important;
    color: #0b1118 !important;
}

.btn.btn-soft-dark {
    color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #495057 !important;
}

.btn.btn-soft-dark:hover,
.btn.btn-soft-dark:focus,
.btn.btn-soft-dark:active,
.btn.btn-soft-dark.active,
.btn.btn-soft-dark.focus {
    color: #0b1118 !important;
}

.btn.btn-outline-dark {
    border: 1px solid #495057 !important;
    color: #fff !important;
    background-color: transparent;
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark.active,
.btn.btn-outline-dark.focus {
    background-color: #fff !important;
    color: #0b1118 !important;
}

.btn.btn-light {
    color: #fff !important;
    border-color: #494f54 !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #26324d !important;
    color: #fff !important;
}

.btn.btn-soft-light {
    color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #494f54 !important;
}

.btn.btn-soft-light:hover,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light.active,
.btn.btn-soft-light.focus {
    color: #fff !important;
}

.btn.btn-outline-light {
    border-color: #494f54 !important;
    color: #fff !important;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #26324d !important;
    color: #fff !important;
}

button:not(:disabled) {
    outline: none;
}

.shadow {
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15) !important;
}

.badge-white {
    background-color: #0b1118 !important;
    color: #fff !important;
}

.badge-outline-white {
    background-color: transparent !important;
    color: #0b1118 !important;
    border: 1px solid #0b1118 !important;
}

.badge-primary {
    background-color: #66f !important;
    color: #fff !important;
}

.badge-outline-primary {
    background-color: transparent !important;
    color: #66f !important;
    border: 1px solid #66f !important;
}

.badge-secondary {
    background-color: #5a6d90 !important;
    color: #fff !important;
}

.badge-outline-secondary {
    background-color: transparent !important;
    color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
}

.badge-success {
    background-color: #52cc99 !important;
    color: #fff !important;
}

.badge-outline-success {
    background-color: transparent !important;
    color: #52cc99 !important;
    border: 1px solid #52cc99 !important;
}

.badge-warning {
    background-color: #ffbf66 !important;
    color: #fff !important;
}

.badge-outline-warning {
    background-color: transparent !important;
    color: #ffbf66 !important;
    border: 1px solid #ffbf66 !important;
}

.badge-info {
    background-color: #6cf !important;
    color: #fff !important;
}

.badge-outline-info {
    background-color: transparent !important;
    color: #6cf !important;
    border: 1px solid #6cf !important;
}

.badge-danger {
    background-color: #ff6647 !important;
    color: #fff !important;
}

.badge-outline-danger {
    background-color: transparent !important;
    color: #ff6647 !important;
    border: 1px solid #ff6647 !important;
}

.badge-dark {
    background-color: #fff !important;
    color: #fff !important;
}

.badge-outline-dark {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.badge-muted {
    background-color: #9bacc4 !important;
    color: #fff !important;
}

.badge-outline-muted {
    background-color: transparent !important;
    color: #9bacc4 !important;
    border: 1px solid #9bacc4 !important;
}

.badge-light {
    background-color: #151c2b !important;
    color: #fff !important;
}

.badge-outline-light {
    background-color: transparent !important;
    color: #151c2b !important;
    border: 1px solid #151c2b !important;
}

.badge-footer {
    background-color: #101822 !important;
    color: #fff !important;
}

.badge-outline-footer {
    background-color: transparent !important;
    color: #101822 !important;
    border: 1px solid #101822 !important;
}

.badge.badge-dark {
    color: #0b1118 !important;
    background-color: #fff !important;
}

.badge.badge-outline-dark {
    color: #fff !important;
    border: 1px solid #ccc !important;
    background-color: transparent !important;
}

.badge.badge-light {
    color: #fff !important;
    background-color: #151c2b !important;
}

.badge.badge-outline-light {
    border: 1px solid #151c2b !important;
}

.alert-white {
    background-color: #131d29;
    color: #fff;
    border-color: #0b1118;
}

.alert-white .alert-link {
    color: #000;
}

.alert-outline-white {
    background-color: #0b1118;
    color: #0b1118;
    border-color: #0b1118;
}

.alert-primary {
    background-color: #8080ff;
    color: #fff;
    border-color: #66f;
}

.alert-primary .alert-link {
    color: #00c;
}

.alert-outline-primary {
    background-color: #0b1118;
    color: #66f;
    border-color: #66f;
}

.alert-secondary {
    background-color: #65799f;
    color: #fff;
    border-color: #5a6d90;
}

.alert-secondary .alert-link {
    color: #1f2632;
}

.alert-outline-secondary {
    background-color: #0b1118;
    color: #5a6d90;
    border-color: #5a6d90;
}

.alert-success {
    background-color: #66d2a5;
    color: #fff;
    border-color: #52cc99;
}

.alert-success .alert-link {
    color: #1e6748;
}

.alert-outline-success {
    background-color: #0b1118;
    color: #52cc99;
    border-color: #52cc99;
}

.alert-warning {
    background-color: #ffca80;
    color: #fff;
    border-color: #ffbf66;
}

.alert-warning .alert-link {
    color: #c70;
}

.alert-outline-warning {
    background-color: #0b1118;
    color: #ffbf66;
    border-color: #ffbf66;
}

.alert-info {
    background-color: #80d5ff;
    color: #fff;
    border-color: #6cf;
}

.alert-info .alert-link {
    color: #08c;
}

.alert-outline-info {
    background-color: #0b1118;
    color: #6cf;
    border-color: #6cf;
}

.alert-danger {
    background-color: #ff7b61;
    color: #fff;
    border-color: #ff6647;
}

.alert-danger .alert-link {
    color: #ad1d00;
}

.alert-outline-danger {
    background-color: #0b1118;
    color: #ff6647;
    border-color: #ff6647;
}

.alert-dark {
    background-color: #fff;
    color: #fff;
    border-color: #fff;
}

.alert-dark .alert-link {
    color: #b3b3b3;
}

.alert-outline-dark {
    background-color: #0b1118;
    color: #fff;
    border-color: #fff;
}

.alert-muted {
    background-color: #abb9cd;
    color: #fff;
    border-color: #9bacc4;
}

.alert-muted .alert-link {
    color: #495f7d;
}

.alert-outline-muted {
    background-color: #0b1118;
    color: #9bacc4;
    border-color: #9bacc4;
}

.alert-light {
    background-color: #1d273c;
    color: #fff;
    border-color: #151c2b;
}

.alert-light .alert-link {
    color: #000;
}

.alert-outline-light {
    background-color: #0b1118;
    color: #151c2b;
    border-color: #151c2b;
}

.alert-footer {
    background-color: #182534;
    color: #fff;
    border-color: #101822;
}

.alert-footer .alert-link {
    color: #000;
}

.alert-outline-footer {
    background-color: #0b1118;
    color: #101822;
    border-color: #101822;
}

.alert.alert-dark {
    background-color: #fff;
    color: #151c2b;
    border-color: #495057;
}

.alert.alert-light {
    background-color: #151c2b;
    color: #fff;
    border-color: #151c2b;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb .breadcrumb-item:after {
    color: #fff;
}

.pagination .page-item .page-link {
    color: #adb5bd;
    border: 1px solid #495057;
    background: #0b1118;
}

.pagination .page-item .page-link:hover {
    color: #fff !important;
}

.pagination .active a {
    color: #fff;
}

.accordion .accordion-item .accordion-button {
    color: #fff;
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #0b1118;
}

.accordion .accordion-item .accordion-button.collapsed:after {
    color: #fff;
}

.progress-box .progress {
    background: rgba(73, 80, 87, 0.3);
}

.form-control {
    background: #151c2b;
    color: #adb5bd !important;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.form-control:focus {
    background: #0b1118;
}

.form-control::placeholder {
    color: #adb5bd;
}

.form-control::file-selector-button {
    color: #9bacc4;
    background: #151c2b !important;
    border-right-color: rgba(73, 80, 87, 0.35) !important;
}

.form-floating:not(.form-control:disabled)::before {
    background-color: transparent !important;
}

.form-check-input {
    background-color: #0b1118;
    border-color: #495057;
}

.selectr-selected,
.selectr-option {
    background: #0b1118 !important;
}

.selectr-selected,
.selectr-options-container,
.selectr-selected,
.selectr-option.active,
.selectr-option.selected,
.selectr-input {
    border: 1px solid #495057 !important;
}

.selectr-container.open .selectr-selected {
    border-color: #495057 #495057 transparent;
}

.nav-pills {
    background: #131a28;
}

.nav-pills .nav-link {
    color: #adb5bd !important;
}

.nav-pills .nav-link.nav-link-alt {
    color: #adb5bd !important;
}

.nav-pills .nav-link.nav-link-alt.active {
    background: #fff !important;
}

.nav-pills .nav-link.active {
    color: #fff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: rgba(11, 17, 24, 0.65) !important;
}

.subcribe-form input {
    background-color: rgba(11, 17, 24, 0.8);
    color: #adb5bd !important;
}

.subcribe-form input::placeholder {
    color: #adb5bd !important;
}

.table-responsive .table {
    color: #fff;
}

.table-responsive .table td,
.table-responsive .table th {
    border-color: #262a2d !important;
}

.table-responsive .table-center tbody tr:hover {
    color: #fff;
    background-color: #151c2b !important;
}

.table {
    border-color: #495057;
}

#preloader {
    background-image: linear-gradient(45deg, #0b1118, #0b1118);
}

.social-icon li a,
.social-icon .social li a {
    color: #6c757d;
    border-color: #6c757d;
}

.social-icon li a:hover,
.social-icon .social li a:hover {
    color: #fff !important;
}

.social-icon.foot-social-icon li a {
    color: #adb5bd;
    border-color: #182534;
}

.back-to-top {
    color: #fff;
    background-color: #495057;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.back-to-top:hover {
    color: #0b1118;
}

#countdown .count-down,
#token-sale .count-down {
    color: #fff !important;
}

#token-sale .count-down {
    border: 0;
    color: #fff !important;
}

footer .logo-footer {
    color: #fff;
}

footer .footer-head {
    color: #fff !important;
}

footer .foot-subscribe .form-control {
    background-color: #131d29;
    border: 1px solid #131d29;
    color: #151c2b;
}

footer .foot-subscribe.foot-white .form-control {
    color: #adb5bd;
}

footer .foot-subscribe input::placeholder {
    color: #adb5bd;
}

footer .text-foot {
    color: #adb5bd;
}

footer .footer-list li a:hover {
    color: #e6e8ea;
}

footer.footer-border-top,
footer .footer-border-top {
    border-top: 1px solid #182534;
}

.shape.integration-hero {
    background: #0b1118;
}

.tns-nav button {
    border: 2px solid rgba(11, 17, 24, 0.5);
}

.tagcloud>a {
    background: #151c2b !important;
    color: #adb5bd !important;
}

.tagcloud>a:hover {
    color: #fff !important;
}

.widget .widget-search input[type="text"],
.widget .searchform input[type="text"] {
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
    background-color: #0b1118;
}

.widget .widget-search input[type="submit"],
.widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.widget .widget-search .searchform:after {
    content: "\F0349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}

.calculator-block {
    background-color: #0b1118;
}

.calculator-block .cryptonatorwidget {
    background: #151c2b !important;
}

.calculator-block .cryptonatorwidget input,
.calculator-block .cryptonatorwidget select {
    background-color: #151c2b !important;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    color: #adb5bd;
}

.calculator-block ::-webkit-input-placeholder {
    color: #adb5bd;
}

.calculator-block ::-moz-placeholder {
    color: #adb5bd;
}

.calculator-block :-ms-input-placeholder {
    color: #adb5bd;
}

.calculator-block :-moz-placeholder {
    color: #adb5bd;
}

.apexcharts-tooltip {
    background: #0b1118 !important;
    color: #fff;
}

.container-filter li {
    margin: 0px 15px 10px !important;
    font-size: 14px;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #9bacc4 !important;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}

.container-filter li.active,
.container-filter li:hover {
    color: #fff !important;
    border-bottom-color: #fff;
}

.nft-items.nft-item-white .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-white .content .title:hover {
    color: #0b1118 !important;
}

.nft-items.nft-item-white .content .author .name:hover {
    color: #0b1118 !important;
}

.nft-items.nft-item-white .bg-color {
    background-color: #0b1118 !important;
}

.nft-items.nft-item-primary .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-primary .content .title:hover {
    color: #66f !important;
}

.nft-items.nft-item-primary .content .author .name:hover {
    color: #66f !important;
}

.nft-items.nft-item-primary .bg-color {
    background-color: #66f !important;
}

.nft-items.nft-item-secondary .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-secondary .content .title:hover {
    color: #5a6d90 !important;
}

.nft-items.nft-item-secondary .content .author .name:hover {
    color: #5a6d90 !important;
}

.nft-items.nft-item-secondary .bg-color {
    background-color: #5a6d90 !important;
}

.nft-items.nft-item-success .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-success .content .title:hover {
    color: #52cc99 !important;
}

.nft-items.nft-item-success .content .author .name:hover {
    color: #52cc99 !important;
}

.nft-items.nft-item-success .bg-color {
    background-color: #52cc99 !important;
}

.nft-items.nft-item-warning .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-warning .content .title:hover {
    color: #ffbf66 !important;
}

.nft-items.nft-item-warning .content .author .name:hover {
    color: #ffbf66 !important;
}

.nft-items.nft-item-warning .bg-color {
    background-color: #ffbf66 !important;
}

.nft-items.nft-item-info .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-info .content .title:hover {
    color: #6cf !important;
}

.nft-items.nft-item-info .content .author .name:hover {
    color: #6cf !important;
}

.nft-items.nft-item-info .bg-color {
    background-color: #6cf !important;
}

.nft-items.nft-item-danger .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-danger .content .title:hover {
    color: #ff6647 !important;
}

.nft-items.nft-item-danger .content .author .name:hover {
    color: #ff6647 !important;
}

.nft-items.nft-item-danger .bg-color {
    background-color: #ff6647 !important;
}

.nft-items.nft-item-dark .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-dark .content .title:hover {
    color: #fff !important;
}

.nft-items.nft-item-dark .content .author .name:hover {
    color: #fff !important;
}

.nft-items.nft-item-dark .bg-color {
    background-color: #fff !important;
}

.nft-items.nft-item-muted .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-muted .content .title:hover {
    color: #9bacc4 !important;
}

.nft-items.nft-item-muted .content .author .name:hover {
    color: #9bacc4 !important;
}

.nft-items.nft-item-muted .bg-color {
    background-color: #9bacc4 !important;
}

.nft-items.nft-item-light .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-light .content .title:hover {
    color: #151c2b !important;
}

.nft-items.nft-item-light .content .author .name:hover {
    color: #151c2b !important;
}

.nft-items.nft-item-light .bg-color {
    background-color: #151c2b !important;
}

.nft-items.nft-item-footer .content .title {
    transition: all 0.5s ease;
}

.nft-items.nft-item-footer .content .title:hover {
    color: #101822 !important;
}

.nft-items.nft-item-footer .content .author .name:hover {
    color: #101822 !important;
}

.nft-items.nft-item-footer .bg-color {
    background-color: #101822 !important;
}

.nft-items .nft-image .like {
    background: #0b1118;
    -webkit-text-stroke: 1px #fff;
}

.nft-items .content .like {
    -webkit-text-stroke: 1px #fff;
}

body {
    color: #fff !important;
    background: #0b1118;
}

::selection {
    color: #fff;
}

.bg-overlay {
    background-color: rgba(11, 17, 24, 0.7);
}

.bg-overlay-white {
    background-color: rgba(0, 0, 0, 0.4);
}

.text-shadow-title {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 4px 0 rgba(255, 255, 255, 0.4),
        0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
        -1px 1px 0 #fff;
}

.title-dark {
    color: #fff !important;
}

.para-dark {
    color: #9bacc4 !important;
}

.title-white {
    color: #0b1118 !important;
}

.title-bg-dark {
    background: #fff !important;
}

.bg-white-dark {
    background: #0b1118 !important;
}

.apps-links:hover {
    background: #151c2b;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

.apps-links:hover .icon {
    color: #66f !important;
}

.apps-links:hover .app-name {
    color: #fff !important;
}

#style-switcher .t-dark,
#style-switcher .t-rtl-light,
#style-switcher .t-ltr-dark {
    display: none;
}

#style-switcher .t-light,
#style-switcher .t-rtl-dark {
    display: inline-block;
}

#topnav .logo {
    color: #fff !important;
}

#topnav .logo .l-dark,
#topnav .logo .logo-light-mode {
    display: none !important;
}

#topnav .logo .l-light,
#topnav .logo .logo-dark-mode {
    display: inline-block !important;
}

#topnav .has-submenu.active a {
    color: #0b1118;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #ced4da;
    border-width: 0 2px 2px 0;
}

#topnav .navbar-toggle span {
    background-color: #fff;
}

#topnav .navigation-menu>li>a {
    color: #ced4da;
}

#topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
    color: #fff !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #ced4da;
    border-width: 0 2px 2px 0;
}

#topnav.scroll {
    background-color: #0b1118;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
    color: #fff;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #fff;
}

#topnav.nav-sticky {
    background: #0b1118;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #ced4da;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #fff;
}

#topnav.nav-sticky .navigation-menu>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu>li.active>.menu-arrow {
    border-color: #66f !important;
}

#topnav.nav-sticky .navigation-menu>li:hover>a,
#topnav.nav-sticky .navigation-menu>li.active>a {
    color: #66f !important;
}

#topnav.nav-sticky .logo.logo-light {
    color: #fff !important;
}

@media (min-width: 992px) {
    #topnav .navigation-menu>li .submenu {
        background-color: #0b1118;
        box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    }

    #topnav .navigation-menu>li .submenu li a {
        color: #ced4da !important;
    }

    #topnav .navigation-menu>li:hover>.menu-arrow,
    #topnav .navigation-menu>li.active>.menu-arrow {
        border-color: #fff !important;
    }

    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #fff !important;
    }

    #topnav .navigation-menu.nav-light>li>a {
        color: #ced4da;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #0b1118;
        box-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
    }

    #topnav .navigation-menu>li .submenu li a {
        color: #fff !important;
    }

    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        color: #9bacc4;
    }

    #topnav .navigation-menu>li>a {
        color: #fff;
    }

    #topnav .menu-extras .menu-item {
        border-color: #9bacc4;
    }

    #navigation {
        border-top: 1px solid #121824;
        border-bottom: 1px solid #121824;
        background-color: #0b1118;
    }
}

.sidebar-nav>.navbar-item .navbar-link {
    color: #9bacc4 !important;
}