@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666276;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    color: #1f1b2d;
}

a:hover {
    color: #ff0000;
}

.tn__shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}

.ml__auto {
    margin-left: auto;
}

.btn__dark__outline {
    border: 1px solid #ff0000;
    border-radius: 4px;
    padding: 12px 20px !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    background: #ff0000;
    color: #fff !important;
}

.btn__dark__outline:hover {
    background: #f7f7f7;
    color: #1f1b2d !important;
    border-color: #f7f7f7;
}

.img__as__bg {
    background-image: url("../images/bgs/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 460px;
}

.f__title {
    font-size: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    color: #fff;
}

.h__full {
    height: 100%;
}

.search__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    -webkit-box-shadow: 0px 4px 7px -1px rgba(28, 32, 53, 0.07);
    box-shadow: 0px 4px 7px -1px rgba(28, 32, 53, 0.07);
    margin-top: -30px;
    z-index: 100;
    background-color: #fff;
    border-radius: 4px;
}

.sec__title {
    font-weight: 600;
}

.sec__link {
    color: #1f1b2d;
}

.card {
    border-radius: 6px !important;
    border: transparent;
}

.card__header {
    position: relative;
}

.card__header .card__price {
    position: absolute;
    top: 20px;
    padding: 15px 12px;
    background: #fff;
    font-weight: bold;
}

.card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.card__footer .card__date {
    padding: 20px 12px;
    font-weight: bold;
    font-size: 24px;
}

.card__footer .card__date span {
    color: #ff0000;
}

.card__footer .card__desc {
    padding: 20px 12px;
}

.card__footer .card__desc h4 {
    margin-bottom: 10px;
}

.book {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.book a {
    padding: 10px 20px;
    background: #ff0000;
    border: none;
    color: #fff;
    border-radius: 6px;
}

.book a:hover {
    background: #fff;
    color: #1f1b2d;
}

.bg__grey {
    background: #f9f9f9;
}

.border__top {
    border-top: 1px solid #e2e5e7;
}

.img__as__bg_event {
    position: absolute;
    z-index: -1;
}

.fs__24 {
    font-size: 30px;
}

.btn,
.btn__primary,
.btn__secondary {
    line-height: 18px;
}

.btn__primary {
    background: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}

.btn__primary:hover {
    color: #1f1b2d;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.btn__secondary {
    background: #eaebee;
    color: #1f1b2d;
    border: 1px solid #eaebee;
}

.btn__secondary:hover {
    color: #1f1b2d;
    background: #fff;
    border: 1px solid #1f1b2d;
}

.text__danger {
    color: #ff0000;
}

.tn__img__detail {
    max-width: 380px;
    height: auto;
}

.tn__border__curved {
    border-radius: 12px;
}

.tn__event__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #222;
}

.tn__text__muted {
    color: #717171;
}

.text-underline {
    text-decoration: underline;
}

.tn__h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 28px;
}

.tn__p {
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    margin-bottom: 24px;
}

.tn__bg__secondary {
    background-color: #f5f4f8;
}

.tn__bg__dark {
    background-color: #1f1b2d;
}

.tn__rounded {
    border-radius: 0.75rem;
}

.mt__n__footer {
    margin-top: -167px;
}

@media (min-width: 768px) {
    .mt-md-n5 {
        margin-top: -3rem !important;
    }
}

img,
figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1f1b2d;
}

h4,
.h4,
.h4,
.fs-4 {
    line-height: 1.35;
}

@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}

.btn-market {
    display: inline-block;
    position: relative;
    padding: 0.65em 1.125em;
    border-radius: 0.5rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 64, 86, 0.765)), to(rgba(69, 64, 86, 0.9)));
    background-image: linear-gradient(180deg, rgba(69, 64, 86, 0.765) 0%, rgba(69, 64, 86, 0.9) 100%);
    border: 1px solid #1f1b2d;
    -webkit-box-shadow: 0 0.25rem 0.75rem -0.375rem rgba(31, 27, 45, 0.2), 0 0.5rem 1rem #1f1b2d;
    box-shadow: 0 0.25rem 0.75rem -0.375rem rgba(31, 27, 45, 0.2), 0 0.5rem 1rem #1f1b2d;
}

.btn-market>img,
.btn-market>svg {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

a {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #ff0000;
}

a:hover {
    color: #ff0000 !important;
}

.fs-sm {
    font-size: 0.875rem !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: bold;
    color: #454056 !important;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.pb-100 {
    padding-bottom: 100px;
}

.h3,
.h3,
.h3,
.fs-3 {
    line-height: 1.3;
}

.tn__bg__primary__light {
    background: #fbe3da;
}

.w-30 {
    width: 35%;
}

.pb-12 {
    padding-bottom: 12rem !important;
}

.tn__partner {
    display: inline-block;
    position: relative;
}

.tn__partner a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tn__partner a img {
    width: 196px;
}

.tn__partner a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-link {
    border: 0;
    background-color: transparent !important;
    color: #666276;
    font-weight: bold;
    text-decoration: none;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08) !important;
    box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08) !important;
}

a.card {
    text-decoration: none;
}

.card-hover {
    -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.card {
    border-radius: 0.75rem !important;
}

.card-img-hover {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
}

.img-overlay,
.img-gradient-overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    background-color: #1f1b2d;
    opacity: 0.5;
    z-index: 1;
}

.card-img-hover .img-overlay {
    opacity: 0 !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem;
}

.text-nav {
    color: #454056 !important;
}

.fs-base {
    font-size: 1rem !important;
}

.w-12 {
    width: 90px;
    height: 90px;
}

.w-12 img {
    height: 100% !important;
}

.pp p {
    margin-bottom: 2px !important;
}

.bg-position-center {
    background-position: center !important;
}

.bg-size-cover {
    background-size: cover !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-gradient-overlay {
    background: rgba(31, 27, 45, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 27, 45, 0)), color-stop(26.56%, rgba(31, 27, 45, 0.1)), color-stop(42.71%, rgba(31, 27, 45, 0.28)), color-stop(56.77%, rgba(31, 27, 45, 0.48)), color-stop(72.4%, rgba(31, 27, 45, 0.68)), color-stop(86.98%, rgba(31, 27, 45, 0.85)), to(rgba(31, 27, 45, 0.94)));
    background: linear-gradient(180deg, rgba(31, 27, 45, 0) 0%, rgba(31, 27, 45, 0.1) 26.56%, rgba(31, 27, 45, 0.28) 42.71%, rgba(31, 27, 45, 0.48) 56.77%, rgba(31, 27, 45, 0.68) 72.4%, rgba(31, 27, 45, 0.85) 86.98%, rgba(31, 27, 45, 0.94) 100%);
    opacity: 1;
}

.content-overlay {
    position: relative;
    z-index: 5;
}

h5,
.h5,
.h5,
.fs-5 {
    line-height: 1.4;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.btn-group .border-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.btn-icon>i {
    margin-top: 0.0625rem !important;
    font-size: 1.1em;
}

.badge__float {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 7px 9px;
    background: #fff;
    font-weight: bold;
}

.card__date {
    font-weight: bold;
    font-size: 24px;
}

.card__date span {
    color: #ff0000;
}

.card__body__p {
    padding: 5.25rem 1.25rem !important;
}

.icon-box-media {
    display: block;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    -webkit-transition: background-color 0.22s ease-in-out, color 0.22s ease-in-out;
    transition: background-color 0.22s ease-in-out, color 0.22s ease-in-out;
    border-radius: 0.5rem;
    background-position: center;
    background-size: cover;
    font-size: 1.5rem;
    line-height: 2.75rem;
    text-align: center;
}

.display-4 {
    font-weight: 700 !important;
}

@media (min-width: 992px) {
    .me-lg-n5 {
        margin-right: -3rem !important;
    }
}

.lead {
    font-weight: normal !important;
}

.text__white {
    color: #fff !important;
}

.tn__logo {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

input,
.btn,
.btn__primary,
.btn__secondary,
select,
textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mt__7 {
    margin-top: 5rem;
}


/*# sourceMappingURL=main.css.map */

.fw-bold {
    font-weight: bold;
}

.mt__7 {
    margin-top: 5rem;
}


/* table */

.nk-tb-list {
    display: table;
    width: 100%;
    font-size: 13px;
    color: #8094ae;
}

.nk-tb-list.is-alt {
    color: #526484;
}

.nk-tb-list .list-status,
.nk-tb-list .tb-status {
    font-size: 12px;
    font-weight: 500;
}

.nk-tb-list .tb-lead,
.nk-tb-list .tb-amount {
    font-weight: 500;
    color: #364a63;
    display: block;
    line-height: 1.4;
}

.nk-tb-list .tb-lead-sub,
.nk-tb-list .tb-amount-sub {
    color: #526484;
    display: block;
    line-height: 1.4;
}

.nk-tb-list .tb-sub,
.nk-tb-list .tb-amount-sm {
    font-size: 0.9em;
}

.nk-tb-list .tb-amount span,
.nk-tb-list .tb-amount .currency {
    color: #526484;
    font-weight: 400;
}

.nk-tb-list .user-info .tb-lead+span,
.nk-tb-list .tb-lead+.tb-date {
    font-size: 11px;
}

.nk-tb-list .tb-country {
    display: flex;
    align-items: center;
}

.nk-tb-list .tb-country .name {
    color: #364a63;
}

.nk-tb-list .tb-country .flag {
    height: 16px;
    border-radius: 3px;
}

.nk-tb-list .tb-country .flag+.name {
    margin-left: 0.6875rem;
}

.nk-tb-list .tb-product {
    display: flex;
    align-items: center;
}

.nk-tb-list .tb-product .thumb {
    width: 48px;
    border-radius: 4px;
    margin-right: 1rem;
}

.nk-tb-list .tb-product .title {
    font-weight: 700;
    font-size: 0.875rem;
    color: #364a63;
}

.nk-tb-list .tb-asterisk {
    font-size: 1.125rem;
    line-height: 1;
    vertical-align: middle;
}

.nk-tb-list .tb-asterisk a {
    color: #854fff;
}

.nk-tb-item {
    transition: background-color 0.3s, box-shadow 0.3s;
    display: table-row;
}

.nk-tb-item:not(.nk-tb-head):hover,
.nk-tb-item:not(.nk-tb-head).seleted {
    background: #f8f9fc;
    box-shadow: 0 2px 15px -4px rgba(133, 79, 255, 0.4);
}

.nk-tb-col {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem 0.5rem;
}

.nk-tb-col:first-child {
    padding-left: 1.25rem;
}

.nk-tb-col:last-child {
    padding-right: 1.25rem;
}

.nk-tb-col-tools {
    max-width: 3.75rem;
}

.nk-tb-col-check {
    width: 3rem;
}

.nk-tb-col-check .custom-control {
    vertical-align: middle;
}

.nk-tb-item:not(:last-child) .nk-tb-col {
    border-bottom: 1px solid rgba(219, 223, 234, 0.9);
}

.nk-tb-head .nk-tb-col {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #8094ae;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(219, 223, 234, 0.9);
}

.nk-tb-col-action {
    text-align: right;
}

.nk-tb-col-action>.dropdown:last-child {
    right: -0.5rem;
}

.nk-tb-col-nosort:before,
.nk-tb-col-nosort:after {
    display: none !important;
}

.nk-tb-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.nk-tb-ulist .nk-tb-actions,
.nk-tb-actions-adj .nk-tb-actions {
    right: -0.5rem;
}

.nk-tb-actions.visible1 {
    width: 1rem;
}

.nk-tb-action-hidden {
    opacity: 0;
    transition: 0.3s ease;
}

.nk-tb-item:hover .nk-tb-action-hidden {
    opacity: 1;
    background: #f8f9fc;
}

.nk-tb-list .nk-tb-head .btn-trigger .icon {
    font-size: 1.5em;
}

.nk-tb-list.is-separate {
    margin-top: -8px;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.nk-tb-list.is-separate .nk-tb-item>.nk-tb-col {
    background: #fff;
    border: none;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05);
}

.nk-tb-list.is-separate .nk-tb-item>.nk-tb-col:first-child {
    border-radius: 4px 0 0 4px;
}

.nk-tb-list.is-separate .nk-tb-item>.nk-tb-col:last-child {
    border-radius: 0 4px 4px 0;
}

.nk-tb-list.is-separate .nk-tb-item:hover .nk-tb-action-hidden {
    background: #fff;
}

.nk-tb-list.is-separate .nk-tb-head .nk-tb-col {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .nk-tb-col-check {
        width: 3.25rem;
    }
    .nk-tb-item .nk-tb-col:first-child {
        padding-left: 1.5rem;
    }
    .nk-tb-item .nk-tb-col:last-child {
        padding-right: 1.5rem;
    }
}

@media (min-width: 1540px) {
    .nk-tb-list {
        font-size: 14px;
    }
    .nk-tb-list .list-status,
    .nk-tb-list .tb-status {
        font-size: 13px;
    }
    .nk-tb-list .user-info .tb-lead+span,
    .nk-tb-list .tb-lead+.tb-date {
        font-size: 12px;
    }
}

.bg-alternate {
    background: #f5f6fa !important;
}

.form_control {
    width: 50%;
    font-weight: 700;
    color: rgb(29, 33, 41);
    margin-bottom: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    border: none;
}

.form__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #e8e7ed;
    border-radius: 0.25rem;
    color: #18113c;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 0.75rem 1.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .form__control {
        transition: none;
    }
}

.form__control:focus {
    background-color: #fff;
    border-color: #9e9e9e;
    box-shadow: 0 0 0 3px rgba(231, 225, 253, 0.75);
    color: #18113c;
    outline: 0;
}

.form__control::-moz-placeholder {
    color: #a8a3b9;
    opacity: 1;
}

.form__control:-ms-input-placeholder {
    color: #a8a3b9;
    opacity: 1;
}

.form__control::placeholder {
    color: #a8a3b9;
    opacity: 1;
}

.mpesa {
    background: #2fc56d !important;
    border: none !important;
    transition: all 0.3s ease;
}

.mpesa:hover {
    color: white !important;
    background: #28a55c !important;
}

.visa {
    border: none !important;
    background: #1f1b2d !important;
    transition: all 0.3s ease;
}

.visa:hover {
    color: white !important;
    background: #40385c !important;
}