﻿:root {
    --green-300: #23c99d;
    --green-300-rgb: 35, 201, 157;

    --green-300: #23a377;
    --green-300-rgb: 35, 201, 157;

    --blue-30: #f6fafd;
    --blue-30-rgb: 246, 250, 253;

    --blue-50: #b9d2f4;
    --blue-50-rgb: 185, 210, 244;

    --blue-100: #16a3fe;
    --blue-100-rgb: 22, 163, 254;

    --blue-200: #1940b0;
    --blue-200-rgb: 25, 64, 176;

    --blue-400: #415076;
    --blue-400-rgb: 65, 80, 118;

    --blue-600: #12183a;
    --blue-600-rgb: 18, 24, 58;

    --gray-100: #f7f7f7;
    --gray-100-rgb: 247, 247, 247;
    --gray-200: #eceef4;
    --gray-200-rgb: 236, 238, 244;

}

/**---------- Text Colors ----------**/
.txt-blue-50 {color: var(--blue-50) !important;}
.txt-blue-100 {color: var(--blue-100);}
.txt-blue-200 {color: var(--blue-200);}
.txt-blue-400 {color: var(--blue-400);}
.txt-blue-600 {color: var(--blue-600);}
.txt-green-300 {color: var(--green-300);}

/**---------- Backgrounds ----------**/
.bg-blue-30 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--blue-30-rgb), var(--bs-bg-opacity));
}
.bg-blue-100 {
    background-color: rgba(var(--blue-100-rgb), var(--bs-bg-opacity));
}

.bg-blue-200 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--blue-200-rgb), var(--bs-bg-opacity));
}
.bg-gray-200 {
    background-color: var(--gray-200);
}

/**---------- Buttons ----------**/
.btn-blue-300 {
    color: white;
    background-color: var(--blue-200);
}
.btn-blue-300:hover {
    background-color: var(--green-300);
    --bs-link-hover-color: white;
}

.btn-green-300 {
    color: white;
    background-color: var(--green-300);
}
.btn-green-300:hover {
    background-color: var(--blue-100);
    --bs-link-hover-color: white;
}

/**---------- Borders ----------**/
.border-gray-100 {
    --bs-border-color: var(--gray-100);
}

.card {
    --bs-card-border-radius: 12px !important;
}

/** 01. Fonts */
@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Light.eot");
    src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.eot");
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Medium.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Bold.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/** 02. Utilities */
/** 02.01 Reset */
html, body {
    font-family: "Roboto", sans-serif;
    color: #415076;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}


@media (min-width: 576px) {
    html, body {
        font-size: 16px;
        line-height: 1.6;
        font-weight: 300;
    }
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}


*[hidden] {
    display: none;
}


ol, ul {
    list-style: none;
}


blockquote, q {
    quotes: none;
}


blockquote::after, blockquote::before, q::after, q::before {
    content: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--blue-200);
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 1.45;
    margin-bottom: 0.5rem;
}

h1, h2, .h1, .h2 {
    font-weight: bold;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0;
}


.tc-light h1, .tc-light h2, .tc-light h3, .tc-light h4, .tc-light h5, .tc-light h6, .tc-light .h1, .tc-light .h2, .tc-light .h3, .tc-light .h4, .tc-light .h5, .tc-light .h6 {
    color: #fff;
}


p {
    font-size: 14px;
    margin-bottom: 1rem;

}


p:last-child {
    margin-bottom: 0;
}


p + [class*=btn] {
    margin-top: 15px;
}


@media (min-width: 576px) {
    p {
        font-size: 16px;
    }
}


ul, ol, table {
    margin: 0;
    padding: 0;
}


strong, b {
    font-weight: 500;
}


a {
    outline: 0 none;
    transition: all 0.5s;
    color: #16a3fe;
}


a:link, a:visited {
    text-decoration: none;
}


a:hover, a:focus, a:active {
    outline: 0;
    color: var(--green-300);
}


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


h1, .h1 {
    font-size: 1.75rem;
}


h2, .h2 {
    font-size: 1.35rem;
}


h3, .h3 {
    font-size: 1.25rem;
}


h4, .h4 {
    font-size: 1.2rem;
}


h5, .h5 {
    font-size: 1.2rem;
}


h6, .h6 {
    font-size: 0.94rem;
}


.lead, .lead-light {
    font-size: 1.1rem;
    font-weight: 300;
    color: #415076;
}


@media (min-width: 576px) {
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: 1.3;
    }

    h1, .h1 {
        font-size: 2.75rem;
    }

    h2, .h2 {
        font-size: 2.25rem;
    }

    h3, .h3 {
        font-size: 1.87rem;
    }

    h4, .h4 {
        font-size: 1.6rem;
    }

    .lead, .lead-light {
        font-size: 1.1rem;
    }
}


.nk-ovm:before, .nk-ovm:after {
    content: "";
}


.nk-df-rel, .has-ovm, .has-bg, [class*='bg-'], .has-bg-image, .has-bg-video {
    position: relative;
}


.nk-df-over-up, .has-ovm > [class*=container], .has-ovm > *:not(.nk-ovm):not(.header-main):not(.nk-header):not([class*=ui-mask]), .has-bg-image > [class*=container], .has-bg-video > [class*=container] {
    position: relative;
    z-index: 5;
}


.nk-df-around, .nk-ovm, .nk-ovm:before, .nk-ovm:after, .bg-image, .bg-video, .bg-video-cover, .overlay:after, .nk-ovm .nk-svgs, .accordion-icon:before, .accordion-icon:after {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


.nk-df-bg, .nk-ovm, .nk-ovm:before, .nk-ovm:after, .has-bg, [class*='bg-'], .bg-image, .bg-video, .bg-video-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


@media (min-width: 992px) {
    .block-row:not(:last-child) {
        margin-bottom: 50px !important;
    }
}


[class*='line-truncate'] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/** 02.02 Spacing */
.gap {
    height: 30px;
}


.pdt, .pd, .pdy {
    padding-top: 30px;
}


.pdb, .pd, .pdy {
    padding-bottom: 30px;
}


.pdl, .pd, .pdx {
    padding-left: 30px;
}


.pdr, .pd, .pdx {
    padding-right: 30px;
}


.pdb-s, .pd-s, .pdy-s {
    padding-bottom: 10px !important;
}


@media (min-width: 576px) {
    .pdt-l, .pd-l, .pdy-l {
        padding-top: 60px !important;
    }

    .pdt-x, .pd-x, .pdy-x {
        padding-top: 90px !important;
    }

    .pdb-l, .pd-l, .pdy-l {
        padding-bottom: 60px !important;
    }

    .pdb-x, .pd-x, .pdy-x {
        padding-bottom: 90px !important;
    }

    .pdl-l, .pd-l, .pdx-l {
        padding-left: 60px !important;
    }

    .pdl-x, .pd-x, .pdx-x {
        padding-left: 90px !important;
    }

    .pdr-l, .pd-l, .pdx-l {
        padding-right: 60px !important;
    }

    .pdr-x, .pd-x, .pdx-x {
        padding-right: 90px !important;
    }

    .mgt-l, .mg-l, .mgy-l {
        margin-top: 60px !important;
    }

    .mgt-x, .mg-x, .mgy-x {
        margin-top: 90px !important;
    }

    .mgb-l, .mg-l, .mgy-l {
        margin-bottom: 60px !important;
    }

    .mgb-x, .mg-x, .mgy-x {
        margin-bottom: 90px !important;
    }

    .mgl-l, .mg-l, .mgx-l {
        margin-left: 60px !important;
    }

    .mgl-x, .mg-x, .mgx-x {
        margin-left: 90px !important;
    }

    .mgr-l, .mg-l, .mgx-l {
        margin-right: 60px !important;
    }

    .mgr-x, .mg-x, .mgx-x {
        margin-right: 90px !important;
    }
}


.gutter-vr-30px {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
}


.gutter-vr-30px > li, .gutter-vr-30px > div {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


@media (min-width: 992px) {
    .gutter-100px {
        margin-left: -25px !important;
        margin-right: -25px !important;
    }

    .gutter-100px > li, .gutter-100px > div {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}


@media (min-width: 1200px) {
    .gutter-100px {
        margin-left: -50px !important;
        margin-right: -50px !important;
    }

    .gutter-100px > li, .gutter-100px > div {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}


/** 02.03 Colors */
.tc-base-white, .tc-light, .tc-light a:not(.btn):not([class*="link-"]) {
    color: #f6fafd;
}


.tc-base-white-hover, .tc-light a:not(.btn):not([class*="link-"]):hover {
    color: #16a3fe;
}


.tc-light p, .tc-light .list {
    color: #b9d2f4;
}


.tc-light .lead, .tc-light .lead-light, .tc-light .lead-s2 {
    color: #fff;
}


.tc-light-alt a:not(.btn):not([class*="link-"]) {
    color: #b9d2f4 !important;
}


.tc-light-alt a:not(.btn):not([class*="link-"]):hover {
    color: #16a3fe !important;
}


.bg-light.current {
    background-color: rgba(246, 250, 253, 0.7) !important;
}


.bg-light-alt.current {
    background-color: rgba(234, 239, 246, 0.7) !important;
}


.bg-dark.current {
    background-color: rgba(12, 25, 90, 0.7) !important;
}


.bg-dark-alt.current {
    background-color: rgba(19, 37, 130, 0.7) !important;
}


.bg-theme {
    background-color: #122272 !important;
}


.bg-theme.current {
    background-color: rgba(18, 34, 114, 0.7) !important;
}


.bg-theme-alt {
    background-color: var(--blue-200) !important;
}


.bg-theme-alt.current {
    background-color: rgba(25, 64, 176, 0.7) !important;
}


.bg-theme-dark.current {
    background-color: rgba(12, 25, 90, 0.7) !important;
}


.bg-theme-dark-alt.current {
    background-color: rgba(19, 37, 130, 0.7) !important;
}


.bg-theme-light.current {
    background-color: rgba(246, 250, 253, 0.7) !important;
}


.bg-theme-light-alt.current {
    background-color: rgba(234, 239, 246, 0.7) !important;
}


.bg-theme-accent.current {
    background-color: rgba(22, 163, 254, 0.7) !important;
}


.bg-theme-accent-alt.current {
    background-color: rgba(35, 201, 157, 0.7) !important;
}


.text-primary {
    color: #122272 !important;
}

.text-secondary {
    color: var(--green-300) !important;
}

/** 02.04 Misc */
.ttc {
    text-transform: capitalize !important;
}


.ov-h, .nk-block-video, .nk-banner, .banner-wrap, .feature-group, .feature-img {
    overflow: hidden;
}


.round, .token-stage {
    border-radius: 6px !important;
}


.round-full, .circle {
    border-radius: 50% !important;
}


.round-full:before, .circle:before, .round-full:after, .circle:after {
    border-radius: 50% !important;
}


.shadow {
    box-shadow: 0 3px 12px 0 rgba(18, 24, 58, 0.08) !important;
}


.nk-df-mask-d, .mask-d:before, .mask-d-bg {
    background-image: url(../images/home/banner-mask-small.svg);
}


.mask-contain-bottom:before {
    background-size: contain;
    background-position: 50% 100%;
}


.nk-df-shape-x, .shape-x:after, .shape-x-bg {
    background-image: url(../images/shape-x.png);
}


.nk-df-shape-x-2, .shape-x-2:after, .shape-x-2-bg {
    background-image: url(../images/shape-x-2.png);
}


.nk-df-shape-x-3, .shape-x-3:after, .shape-x-3-bg {
    background-image: url(../images/shape-x-3.png);
}


.nk-df-shape-y, .shape-y:after, .shape-y-bg {
    background-image: url(../images/home/shape-y.png);
}


.shape-x.nk-ovm:after, .shape-x.nk-ovm:before {
    right: 0 !important;
}


@media (min-width: 1200px) {
    .ovm-img-avatars:before {
        background-size: 2100px auto;
    }
}


@media (min-width: 1600px) {
    .ovm-img-avatars:before {
        background-size: 2560px auto;
    }
}


.nk-ovm {
    z-index: 1;
}


.nk-ovm:before, .nk-ovm:after {
    bottom: -1px;
    left: -1px;
}


.nk-ovm:before {
    z-index: 1;
}


.has-bg-image > div, .has-bg-video > div {
    position: relative;
    z-index: 1;
}


.bg-image {
    position: absolute !important;
    z-index: 0 !important;
    opacity: 0;
    transition: opacity .4s;
}


.bg-image.bg-image-loaded {
    opacity: 1;
}


.bg-image img {
    display: none !important;
}


.bg-video {
    position: absolute !important;
    z-index: 0 !important;
    overflow: hidden;
}


.bg-video-cover {
    opacity: 0;
}


.cover-enabled .bg-video-cover {
    opacity: 1;
}


.bg-video .ytplayer-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.bg-video .ytplayer-container.cover-enabled .bg-video .ytplayer-container {
    display: none;
}


.cover-enabled .ytplayer-container {
    display: none;
}


.bg-image.bp-l0, .has-bg.bp-l0 {
    background-position: 0%;
}


.bg-image.bp-r0, .has-bg.bp-r0 {
    background-position: 0%;
}


.bg-image.bp-l10, .has-bg.bp-l10 {
    background-position: 10%;
}


.bg-image.bp-r10, .has-bg.bp-r10 {
    background-position: 40%;
}


.bg-image.bp-l20, .has-bg.bp-l20 {
    background-position: 20%;
}


.bg-image.bp-r20, .has-bg.bp-r20 {
    background-position: 30%;
}


.bg-image.bp-l25, .has-bg.bp-l25 {
    background-position: 25%;
}


.bg-image.bp-r25, .has-bg.bp-r25 {
    background-position: 25%;
}


.bg-image.bp-l30, .has-bg.bp-l30 {
    background-position: 30%;
}


.bg-image.bp-r30, .has-bg.bp-r30 {
    background-position: 20%;
}


.bg-image.bp-l40, .has-bg.bp-l40 {
    background-position: 40%;
}


.bg-image.bp-r40, .has-bg.bp-r40 {
    background-position: 10%;
}


.overlay:after {
    content: '';
}


@media (min-width: 576px) {
    .alignright, .alignleft, .aligncenter, .alignnone {
        margin: 0 0 15px;
        display: inline;
    }

    .alignright {
        margin-left: 20px;
        float: right;
    }

    .alignleft {
        margin-right: 20px;
        float: left;
    }

    .alignnone {
        margin-right: 20px;
    }

    .aligncenter {
        display: block;
        margin: 15px auto;
    }
}


.wide, .wide-rg, .wide-auto, .wide-auto-rg {
    max-width: 750px;
}


.wide-sm, .wide-auto-sm {
    max-width: 555px;
}


.text-center [class*="wide"], .text-center[class*="wide"] {
    margin-left: auto;
    margin-right: auto;
}


.over-lg-up {
    margin-top: 0;
}

@media (min-width: 576px) {
    .over-lg-up {
        margin-top: -80px;
    }
}
@media (min-width: 768px) {
    .over-up {
        margin-top: -190px;
    }

    .over-up-sm {
        margin-top: -75px;
    }

    .over-up-md {
        margin-top: -125px;
    }

    .over-up-xl {
        margin-top: -350px;
    }

    .over-up-s2 {
        margin-top: -50px;
    }
    .over-lg-up {
        margin-top: -80px !important;
    }
}


@media (min-width: 992px) {
    .over-up-xl-s2 {
        margin-top: -230px;
    }

    .nk-ovm-inner {
        position: absolute;
        right: 0;
        top: 0;
        width: 30%;
        background: #f6fafd;
        height: 100%;
        z-index: 1;
    }
}


@media (min-width: 1200px) {
    .over-lg-up {
        margin-top: -100px !important;
    }

    .over-up-xl-s2 {
        margin-top: -230px;
    }
}


@media (min-width: 1600px) {
    .over-lg-up {
        margin-top: -160px !important;
    }

    .over-up-xl-s2 {
        margin-top: -295px;
    }
}


.nk-ovm .nk-svgs {
    z-index: 3;
}


hr {
    position: relative;
    z-index: 5;
}


.hr {
    border-top: 1px solid #dbe4f7;
}


@media (min-width: 576px) {
    .ui-shape:before {
        width: 140px;
    }

    .ui-shape:after {
        width: 120px;
    }
}


@media (min-width: 768px) {
    .ui-shape-s7:after {
        bottom: 15%;
        right: 16%;
    }

    .ui-shape-s7:before {
        top: 6%;
        left: 22%;
    }

    .ui-shape-s6:after {
        bottom: 9%;
        right: 0%;
    }

    .ui-shape-s6:before {
        top: 9%;
        left: 13.3%;
    }

    .ui-shape-s5:after {
        right: 4%;
        bottom: 15%;
    }

    .ui-shape-s4:before {
        left: 20%;
        top: 23.5%;
    }

    .ui-shape-s3:after {
        right: 4%;
    }

    .ui-shape-s2:before {
        top: 8%;
        left: 21%;
    }

    .ui-shape-s1:after {
        right: 0;
    }

    .ui-shape-header:before {
        top: 22%;
        left: 9%;
    }

    .ui-shape-header:after {
        right: 15%;
        bottom: 32%;
    }

    .ui-shape-footer:before {
        top: 2%;
    }

    .ui-shape-footer:after {
        bottom: -11%;
    }
}


@media (min-width: 992px) {
    .ui-shape {
        width: 960px;
        overflow: visible;
    }

    .ui-shape:after {
        width: 166px;
    }

    .ui-shape:before {
        width: 190px;
    }

    .ui-shape-s5:after {
        right: -2.5%;
    }

    .ui-shape-s3:before {
        top: auto;
        bottom: 20%;
    }

    .ui-shape-header:before {
        left: 5%;
    }

    .ui-shape-header:after {
        right: 3%;
        bottom: 22%;
    }
}


@media (min-width: 1200px) {
    .ui-shape {
        width: 1170px;
    }

    .ui-shape-header:before {
        left: 2%;
    }

    .ui-shape-header:after {
        right: -2.5%;
        bottom: 33%;
    }
}


.overlay-bars.reverse {
    transform: scaleX(-1);
}


.tc-light .background-shape {
    background: rgba(0, 0, 0, 0.03);
}


.tc-light .background-shape:before, .tc-light .background-shape:after {
    background: rgba(0, 0, 0, 0.05);
}


.background-shade .container {
    height: 100vh;
    position: relative;
}


.tc-light .background-shade-left {
    background-image: linear-gradient(to bottom right, #fff 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}


.tc-light .background-shade-left:after {
    background-image: linear-gradient(to bottom right, #fff 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}


.tc-light .background-shade-right {
    background-image: linear-gradient(to bottom left, #fff 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}


.tc-light .background-shade-right:after {
    background-image: linear-gradient(to bottom left, #fff 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}


.banner-rounded-bg .particles-container {
    transform: rotate(8deg) skew(-10deg);
    transform-origin: top right;
}


@media (max-width: 1400px) {
    .banner-rounded-bg {
        right: 330px;
    }
}
.section-bg-angle ~ .container, .section-bg-angle ~ .nk-block {
    position: relative;
    z-index: 5;
}


@media (min-width: 992px) {
    .section-bg-angle {
        transform: skewY(17deg);
    }

    .section-bg-angle-s2 {
        transform: skewY(-4deg);
    }
}


.ui-mask, [class*=ui-mask] {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 400px;
    height: 600px;
    z-index: 1;
    overflow: hidden;
}


.ui-mask:after, [class*=ui-mask]:after {
    position: absolute;
    right: 30%;
    top: 25%;
    content: "";
    display: block;
    background-image: linear-gradient(135deg, rgba(25, 64, 176, 0) 15%, #1c62d8 50%, rgba(25, 64, 176, 0) 80%);
    border-radius: 50%;
    height: 400px;
    width: 400px;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    z-index: 1;
}


.ui-mask:before, [class*=ui-mask]:before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    z-index: 3;
}


.bg-white .ui-mask:after, .bg-theme-light .ui-mask:after, .bg-theme-light-alt .ui-mask:after, .bg-white [class*=ui-mask]:after, .bg-theme-light [class*=ui-mask]:after, .bg-theme-light-alt [class*=ui-mask]:after {
    display: none;
}


@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .ui-mask:before, [class*=ui-mask]:before {
        background-size: 50%;
    }

    .ui-mask-s13:before, .ui-mask-s14:before, .ui-mask-s15:before {
        background-size: 100%;
    }
}


@media only screen and (max-width: 767px) {
    .ui-mask, [class*=ui-mask] {
        transform: scale(0.5);
        transform-origin: right;
    }

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


@media screen and (max-width: 1600px) {
    .ui-mask-s13, .ui-mask-s14, .ui-mask-s15, .ui-mask-s16, .ui-mask-s17 {
        transform: scale(0.75);
    }

    .ui-mask-s13:before, .ui-mask-s14:before, .ui-mask-s15:before, .ui-mask-s16:before, .ui-mask-s17:before {
        background-size: 100%;
    }

    .ui-mask-s13.ui-mask-left, .ui-mask-s14.ui-mask-left, .ui-mask-s15.ui-mask-left, .ui-mask-s16.ui-mask-left, .ui-mask-s17.ui-mask-left {
        transform-origin: left;
    }

    .ui-mask-s13.ui-mask-left.ui-mask-bottom, .ui-mask-s14.ui-mask-left.ui-mask-bottom, .ui-mask-s15.ui-mask-left.ui-mask-bottom, .ui-mask-s16.ui-mask-left.ui-mask-bottom, .ui-mask-s17.ui-mask-left.ui-mask-bottom {
        transform-origin: left bottom;
    }

    .ui-mask-s13.ui-mask-left.ui-mask-top, .ui-mask-s14.ui-mask-left.ui-mask-top, .ui-mask-s15.ui-mask-left.ui-mask-top, .ui-mask-s16.ui-mask-left.ui-mask-top, .ui-mask-s17.ui-mask-left.ui-mask-top {
        transform-origin: left top;
    }

    .ui-mask-s13.ui-mask-right, .ui-mask-s14.ui-mask-right, .ui-mask-s15.ui-mask-right, .ui-mask-s16.ui-mask-right, .ui-mask-s17.ui-mask-right {
        transform-origin: right;
    }

    .ui-mask-s13.ui-mask-right.ui-mask-bottom, .ui-mask-s14.ui-mask-right.ui-mask-bottom, .ui-mask-s15.ui-mask-right.ui-mask-bottom, .ui-mask-s16.ui-mask-right.ui-mask-bottom, .ui-mask-s17.ui-mask-right.ui-mask-bottom {
        transform-origin: right bottom;
    }

    .ui-mask-s13.ui-mask-right.ui-mask-top, .ui-mask-s14.ui-mask-right.ui-mask-top, .ui-mask-s15.ui-mask-right.ui-mask-top, .ui-mask-s16.ui-mask-right.ui-mask-top, .ui-mask-s17.ui-mask-right.ui-mask-top {
        transform-origin: right top;
    }

    .ui-mask-s16:before {
        background-position: 0 100%;
    }

    .ui-mask-s17:before {
        background-position: 0 0;
    }
}


@media screen and (max-width: 992px) {
    .ui-mask-s13, .ui-mask-s14, .ui-mask-s15, .ui-mask-s16, .ui-mask-s17 {
        transform: scale(0.5);
        max-width: 100%;
    }
}


/** 03. Elements */
/** 03.01 Alert */
.alert {
    position: relative;
    font-weight: 400;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border: none;
}


.alert:last-child {
    margin-bottom: 0;
}


.alert a, .alert .alert-link {
    color: inherit;
    font-weight: inherit;
    box-shadow: 0 1px 0 currentColor;
    transition: box-shadow .3s;
}


.alert a:hover, .alert .alert-link:hover {
    box-shadow: 0 0 0;
}


.alert .close {
    color: inherit;
    transition: all .4s;
    height: 30px;
    width: 30px;
    padding: 0;
    background: none;
    position: absolute;
    top: 50%;
    border: none;
    border-radius: 50%;
    transform: translateY(-50%);
    right: 10px;
    text-shadow: none;
    opacity: .7;
}


.alert .close:not(:disabled):not(.disabled):focus, .alert .close:not(:disabled):not(.disabled):hover, .alert .close:hover, .alert .close:focus {
    color: currentColor;
    box-shadow: none;
    outline: none;
    opacity: 1;
}


.alert .close:after {
    position: absolute;
    font-family: 'themify';
    content: '\e646';
    top: 0;
    left: 0;
    color: currentColor;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    width: 100%;
}


.alert .close span {
    display: none;
}


.alert-primary .close {
    background: #7ccbfe;
}


.alert-primary-alt .close {
    background: #0179c7;
}


.alert-secondary .close {
    background: #aef1df;
}


.alert-secondary-alt .close {
    background: #18886a;
}


.alert-success {
    color: #29cf77;
    background: #cef5e1;
}


.alert-success .close {
    background: #64e09e;
}


.alert-success-alt .close {
    background: #25b96b;
}


.alert-danger {
    color: #e6604a;
    background: #f9d6d0;
}


.alert-danger .close {
    background: #f2afa4;
}


.alert-danger-alt .close {
    background: #9b2815;
}


.alert-info .close {
    background: #65a6fe;
}


.alert-info-alt .close {
    background: #014096;
}


.alert-warning .close {
    background: #f9d46f;
}


.alert-warning-alt .close {
    background: #e0a609;
}


/** 03.02 Buttons */
.vh-btn {
    position: relative;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    min-width: 120px;
    max-width: 100%;
    box-sizing: border-box;
    transition: all 0.5s;
    position: relative;
    border-radius: 5px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: var(--bs-border-radius-pill);
    outline: none !important;
}


.vh-btn.icon {
    color: inherit;
}


.vh-btn:hover, .vh-btn:focus {
    color: #fff !important;
}


.vh-btn:hover, .vh-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}


.vh-btnspan {
    position: relative;
    z-index: 999999;
    display: block;
}


.vh-btnspan + .icon {
    margin-left: 10px;
}


.vh-btn.icon + span {
    margin-left: 10px;
}


.vh-btn.badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}


.btn-md {
    font-size: 12px;
    line-height: 24px;
    padding: 10px 26px;
}


.btn-auto {
    min-width: 44px !important;
}


.text-center .btn-grp {
    justify-content: center;
}


.vh-btn-outline:not(:hover), .vh-btn-outline:not(:focus) {
    color: #415076;
    background-color: transparent !important;
}


.vh-btn-outline:before {
    background-image: none;
    background-color: #fff;
    opacity: 1;
    margin: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}


.vh-btn-outline.on-bg-light:before {
    background-color: #f6fafd;
}


.vh-btn-outline.on-bg-light-alt:before {
    background-color: #eaeff6;
}


.vh-btn-outline.on-bg-theme, .vh-btn-outline.on-bg-theme-alt, .vh-btn-outline.on-bg-theme-dark, .vh-btn-outline.on-bg-theme-dark-alt {
    color: #fff;
}


.vh-btn-outline.on-bg-theme:before {
    background-color: #122272;
}


.vh-btn-outline.on-bg-theme-alt:before {
    background-color: var(--blue-200);
}


.vh-btn-outline.on-bg-theme-dark:before {
    background-color: #0c195a;
}


.vh-btn-outline.on-bg-theme-dark-alt:before {
    background-color: #132582;
}


.vh-btn-outline:hover, .vh-btn-outline:focus {
    color: #fff !important;
}


.vh-btn-outline:hover:before, .vh-btn-outline:focus:before {
    opacity: 0;
}


.vh-btn-outline.btn-grad {
    border: none;
}


.vh-btn-outline.btn-grad:hover, .vh-btn-outline.btn-grad:focus {
    color: #fff !important;
}


.btn-blue-100 {
    background-color: #16a3fe;
    border-color: #16a3fe;
}


.btn-blue-100:hover, .btn-blue-100:focus {
    background-color: var(--green-300);
    border-color: var(--green-300);
}


.btn-blue-100:hover:focus, .btn-blue-100:focus:focus {
    color: #fff !important;
}


.tc-light .btn-blue-100:hover, .tc-light .btn-blue-100:focus {
    background-color: var(--green-300);
    border-color: var(--green-300);
    color: #fff !important;
}


.btn-blue-100.vh-btn-outline:hover, .btn-blue-100.vh-btn-outline:focus {
    background-color: #16a3fe !important;
    border-color: #16a3fe;
    color: #fff !important;
}


.btn-green-300 {
    background-color: var(--green-300);
    border-color: var(--green-300);
}


.btn-green-300:hover, .btn-green-300:focus {
    background-color: #16a3fe;
    border-color: #16a3fe;
    color: white;
}


.btn-green-300.focus:focus {
    color: #fff !important;
}

.btn-green-300.vh-btn-outline {
    border-width: 2px;
    border-style: solid;
}

.btn-green-300.vh-btn-outline:hover, .btn-green-300.vh-btn-outline:focus {
    background-color: var(--green-300) !important;
    border-color: var(--green-300);
}


.btn-info.vh-btn-outline:hover, .btn-info.vh-btn-outline:focus {
    background-color: #026bfb !important;
    border-color: #026bfb;
}


.btn-warning.vh-btn-outline:hover, .btn-warning.vh-btn-outline:focus {
    background-color: #f6be26 !important;
    border-color: #f6be26;
}


.btn-success.vh-btn-outline:hover, .btn-success.vh-btn-outline:focus {
    background-color: #39d884 !important;
    border-color: #39d884;
}


.btn-danger.vh-btn-outline:hover, .btn-danger.vh-btn-outline:focus {
    background-color: #e6604a !important;
    border-color: #e6604a;
}


.btn-dark.vh-btn-outline {
    color: #415076;
}


.btn-dark.vh-btn-outline:hover, .btn-dark.vh-btn-outline:focus {
    background-color: #415076 !important;
    border-color: #415076;
}


.btn-light.vh-btn-outline {
    background-color: #f6fafd;
    border-color: #f6fafd;
}


.btn-light.vh-btn-outline:hover, .btn-light.vh-btn-outline:focus {
    background-color: #f6fafd !important;
    border-color: #f6fafd;
    color: #415076 !important;
}


.tc-light .btn-light.vh-btn-outline {
    color: #fff !important;
}


.tc-light .btn-light.vh-btn-outline:hover, .tc-light .btn-light.vh-btn-outline:focus {
    color: #415076 !important;
}


.btn-light.tc-light:not(:hover) {
    color: #fff !important;
}


.btn-facebook.vh-btn-outline .icon {
    color: #3b5998;
}


.btn-facebook.vh-btn-outline:hover, .btn-facebook.vh-btn-outline:focus {
    background-color: #3b5998 !important;
    border-color: #3b5998;
}


.btn-facebook.vh-btn-outline:hover .icon, .btn-facebook.vh-btn-outline:focus .icon {
    color: #fff;
}


.btn-google.vh-btn-outline .icon {
    color: #d85040;
}


.btn-google.vh-btn-outline:hover, .btn-google.vh-btn-outline:focus {
    background-color: #d85040 !important;
    border-color: #d85040;
}


.btn-google.vh-btn-outline:hover .icon, .btn-google.vh-btn-outline:focus .icon {
    color: #fff;
}


.tc-light .btn-play:after {
    border-color: rgba(255, 255, 255, 0.35);
}


.bg-theme .btn-play-s2:before {
    background: #122272;
}


.bg-theme-alt .btn-play-s2:before {
    background: var(--blue-200);
}


.bg-theme .btn-play-icon:before, .bg-theme .btn-play-icon:after {
    border-right-color: #122272;
}


.bg-theme-alt .btn-play-icon:before, .bg-theme-alt .btn-play-icon:after {
    border-right-color: var(--blue-200);
}


.tc-light .btn-play-text span {
    color: #fff;
}


.btn-round.btn-md {
    border-radius: 44px;
}


.btn-round.btn-md:before {
    border-radius: 44px;
}


.btn-with-icon .icon {
    height: 47px;
    width: 47px;
    line-height: 47px;
    border-radius: 5px;
    background: #fff;
    color: #16a3fe;
    transition: all 0.3s;
}


.btn-with-icon.btn-md {
    padding: 1px;
}


.btn-with-icon.btn-md .icon {
    height: 38px;
    width: 38px;
    line-height: 38px;
}


.btn-with-icon.btn-sm .icon {
    height: 28px;
    width: 28px;
    line-height: 28px;
}


.btn-with-icon.btn-round .icon {
    border-radius: 24px;
}


.btn-with-icon.btn-round.btn-md .icon {
    border-radius: 19px;
}


.btn-with-icon.btn-round.btn-sm .icon {
    border-radius: 14px;
}


.btn-with-icon.btn-light .icon {
    color: #fff;
    background: var(--blue-200);
}


.btn-with-icon.btn-light:hover .icon, .btn-with-icon.btn-light:focus .icon {
    background: #122272;
}


.btn-with-icon.btn-light:not(:disabled):not(.disabled).active {
    border-color: #fff !important;
    background: #fff !important;
    color: #415076 !important;
}


.btn-with-icon.btn-alt .icon {
    color: currentColor;
    background: transparent !important;
    font-size: 20px;
    width: auto;
    margin-right: 30px;
    transition: none;
}


.as-mobile .btn-transparent, .has-fixed .btn-transparent {
    color: #415076 !important;
}


@keyframes playbutton {
    0% {
        transform: scale(0.75);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


@media (min-width: 576px) {
    .vh-btn {
        font-size: 16px;
        line-height: 25px;
        padding: 12px 30px;
        min-width: 120px;
    }

    .vh-btn.btn-grad {
        padding: 14px 30px;
    }

    .btn-lg {
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        padding: 15px 40px;
        min-width: 190px;
    }

    .btn-lg.btn-nocap {
        font-size: 16px;
    }

    .btn-md {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 20px;
        min-width: 160px;
    }

    .btn-md.btn-grad {
        padding: 10px 30px;
    }

    .btn-md.btn-nocap {
        font-size: 14px;
    }

    .btn-rg {
        font-size: 12px;
        line-height: 24px;
        padding: 6px 20px;
    }

    .btn-rg.btn-grad {
        padding: 8px 25px;
    }

    .btn-rg.btn-nocap {
        font-size: 13px;
    }

    .btn-sm {
        font-size: 12px;
        line-height: 23px;
        padding: 3px 20px;
    }

    .btn-sm.btn-grad {
        padding: 5px 30px;
    }

    .btn-sm.btn-nocap {
        font-size: 12px;
    }

    .btn-xxs {
        font-size: 13px;
        line-height: 21px;
        padding: 0 10px;
    }

    .btn-xxs.btn-nocap {
        font-size: 13px;
    }

    .btn-play {
        height: 80px;
        width: 80px;
        font-size: 18px;
        line-height: 78px;
    }

    .btn-play-sm {
        height: 60px;
        width: 60px;
        line-height: 58px;
    }

    .btn-icon {
        padding-left: 6px;
        padding-right: 6px;
    }

    .btn-grp {
        margin: -15px;
    }

    .btn-grp > div, .btn-grp > li {
        padding: 15px;
    }

    .text-sm-left .btn-grp {
        justify-content: center;
    }

    .btn-grp-s2 {
        margin: -10px;
        position: relative;
    }

    .btn-grp-s2 > div, .btn-grp-s2 > li {
        padding: 10px;
    }

    .btn-grp-s2 .btn-download {
        width: auto;
        height: 40px;
    }

    .btn-transparent {
        padding: 12px 6px;
    }
}


@media (min-width: 768px) {
    .text-md-left .btn-grp {
        justify-content: flex-start;
    }
}


@media (min-width: 992px) {
    .text-lg-left .btn-grp {
        justify-content: flex-start;
    }

    .btn-grp .btn-lg {
        padding: 15px 35px;
    }
}


@media (min-width: 1200px) {
    .text-xl-left .btn-grp {
        justify-content: flex-start;
    }
}


.badge {
    color: #fff;
    background-color: #16a3fe;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 34px;
    padding: 5px 16px;
    font-size: 13px;
    line-height: 24px;
    border: 1px solid transparent;
}


.badge:not(.badge-outline) {
    color: #fff;
}


.badge-info {
    background-color: #026bfb;
    border-color: #026bfb;
    color: #026bfb;
}


.link {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: var(--blue-200);
    font-weight: 500;
    letter-spacing: 0.005rem;
    white-space: nowrap;
}


.link:hover, .link:focus {
    color: #16a3fe;
}


.link span + .link-icon {
    margin-left: 5px;
    margin-right: 0;
}


.link .icon-circle {
    font-size: inherit;
    margin-right: 12px;
}


.link .icon-circle.link-icon {
    transition: all .4s;
}


.link-break .icon-circle {
    margin-left: 10px;
    margin-bottom: 10px;
}


.link-primary .link-icon.icon-circle {
    background: #16a3fe;
    color: #fff !important;
}


.link-primary:hover .link-icon.icon-circle, .link-primary:focus .link-icon.icon-circle {
    background: #23c99d;
}


.tc-light .link-light {
    color: #fff !important;
}


.link-light .link-icon.icon-circle {
    background: #415076;
    color: #fff !important;
}


.link-light:hover .link-icon.icon-circle, .link-light:focus .link-icon.icon-circle {
    background: #16a3fe;
}


@media (min-width: 420px) {
    .btn-grp-break > div, .btn-grp-break > li {
        width: auto;
        text-align: left;
    }

    .link {
        font-size: 14px;
    }

    .link-xs {
        font-size: 12px;
    }

    .link-break {
        flex-direction: row;
    }

    .link-break .icon-circle {
        margin-left: 0;
        margin-bottom: 0;
    }
}


/** 03.03 Title */
.title {
    position: relative;
    font-size: 1.75rem;
}


.title:not(:last-child) {
    margin-bottom: 1.25rem;
}


.title small {
    font-size: 50%;
    margin-top: 0.75rem;
}


.title-md {
    font-size: 1.375rem;
}


.feature-text-wd .title-md {
    font-size: 1.125rem;
}


.title-md:not(:last-child) {
    margin-bottom: 1rem;
}


.title-lg {
    font-size: 1.75rem;
}


.title a {
    color: var(--blue-200);
}


.title a:hover {
    color: #16a3fe;
}


a:hover .title {
    color: #16a3fe;
}


a .title {
    transition: all .4s;
}


.tc-light .title-s1:before {
    background: #fff;
}


.tc-light .title-s2:after {
    background: #16a3fe;
}


.title-s3 {
    font-size: 2.2rem !important;
    line-height: 1.3 !important;
}


.tc-light .title-s5 span:first-child {
    color: #fff;
}


.tc-light .title-s7 span:first-child {
    color: #fff;
}


@media (min-width: 576px) {
    .title {
        font-size: 2.25rem;
    }

    .title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .title small {
        font-size: 50%;
        margin-top: 0.75rem;
    }

    .title-xxs {
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .title-xxs:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .title-xs {
        font-size: 0.88rem;
    }

    .title-xs-alt {
        font-size: 0.94rem;
    }

    .title-xs-s1 {
        font-size: 1.1rem;
    }

    .title-xs-s2 {
        font-size: 1.1rem;
    }

    .title-xs small {
        font-size: 70%;
    }

    .title-sm {
        font-size: 1.125rem;
    }

    .title-sm:not(:last-child) {
        margin-bottom: 0.85rem;
    }

    .title-md {
        font-size: 1.375rem;
    }

    .title-md:not(:last-child) {
        margin-bottom: .7rem;
    }

    .title-md-s2 {
        font-size: 1.675rem;
        line-height: 1.6;
    }

    .title-lg {
        font-size: 1.75rem;
    }

    .title-xl {
        font-size: 3.5rem;
    }

    .title-xl-s2 {
        font-size: 2.2rem;
    }

    .title-s3 {
        font-size: 2.2rem !important;
    }

    .title-s4 {
        font-size: 2.3rem;
    }

    .title-s5.title-sm {
        font-size: 0.9rem;
    }

    .title-s5.title-sm span:first-child {
        font-size: 1.25rem;
    }

    .title-xl-2 {
        font-size: 1.8rem !important;
    }

    .title-xxl-grad {
        font-size: 140px;
    }
}


@media (min-width: 768px) {
    .title-xl-2 {
        font-size: 2.2rem !important;
    }

    .title-xxl-grad {
        font-size: 200px;
    }
}


@media (min-width: 992px) {
    .title-xxl-grad {
        font-size: 250px;
    }

    .feature-text-wd .title-md {
        font-size: 1.375rem;
    }
}


@media (min-width: 1200px) {
    .title-xl-s2 {
        font-size: 2.8rem !important;
    }
}


@media (min-width: 1600px) {
    .title-xl-2 {
        font-size: 2.8rem !important;
        line-height: 1.3 !important;
    }

    .banner-s1 .title-xl-2 {
        font-size: 2.3rem !important;
    }

    .title-xl-s3 {
        font-size: 2.75rem !important;
    }
}


/** 03.04 List */
.list li {
    line-height: 1.44;
    padding: 5px 0;
    position: relative;
    color: #415076;
    font-size: 14px;
}


.tc-light .list li {
    color: #b9d2f4;
}


.tc-light .list-check li:before {
    color: #16a3fe;
}


.tc-light .list-check-s3 li:before {
    background: #16a3fe;
    color: #fff;
}


.list-check-s3-sm li .title-md {
    margin-bottom: 0.5rem;
}


.tc-light .list-number li:before {
    color: #16a3fe;
}


.has-rtl .list-number-s2 li {
    padding-right: 60px;
    padding-left: 0;
}


.has-rtl .list-number-s2 li span {
    left: auto;
    right: 0;
}


.tc-light .list-dot li:before {
    background: rgba(255, 255, 255, 0.7);
}


@media (min-width: 576px) {
    .list li {
        font-size: 16px;
    }
}


/** 03.05 Form */
input ~ .error, textarea ~ .error, select ~ .error {
    position: absolute;
    right: -24px;
    top: -15px;
    background: #e6604a;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    padding: 2px 10px;
    border-radius: 2px;
    z-index: 9;
    white-space: nowrap;
}


input ~ .error:after, textarea ~ .error:after, select ~ .error:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid #e6604a;
    border-bottom: 5px solid transparent;
    bottom: -5px;
    left: 3px;
}


.tc-light input ~ .error, .tc-light textarea ~ .error, .tc-light select ~ .error {
    background: #e6604a;
    color: #fff;
    box-shadow: none;
}


.tc-light input ~ .error:after, .tc-light textarea ~ .error:after, .tc-light select ~ .error:after {
    border-right-color: #e6604a;
}


@media (min-width: 360px) {
    input ~ .error, textarea ~ .error, select ~ .error {
        right: -10px;
    }
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(65, 80, 118, 0.6);
}


.tc-light .bg-light input::-webkit-input-placeholder, .tc-light .bg-light-alt input::-webkit-input-placeholder, .tc-light .bg-white input::-webkit-input-placeholder, .tc-light .bg-light textarea::-webkit-input-placeholder, .tc-light .bg-light-alt textarea::-webkit-input-placeholder, .tc-light .bg-white textarea::-webkit-input-placeholder {
    color: rgba(65, 80, 118, 0.6);
}


.tc-light input::-webkit-input-placeholder, .tc-light textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}


input::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(65, 80, 118, 0.6);
}


.tc-light .bg-light input::-moz-placeholder, .tc-light .bg-light-alt input::-moz-placeholder, .tc-light .bg-white input::-moz-placeholder, .tc-light .bg-light textarea::-moz-placeholder, .tc-light .bg-light-alt textarea::-moz-placeholder, .tc-light .bg-white textarea::-moz-placeholder {
    color: rgba(65, 80, 118, 0.6);
}


.tc-light input::-moz-placeholder, .tc-light textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}


input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(65, 80, 118, 0.6);
}


.tc-light .bg-light input:-ms-input-placeholder, .tc-light .bg-light-alt input:-ms-input-placeholder, .tc-light .bg-white input:-ms-input-placeholder, .tc-light .bg-light textarea:-ms-input-placeholder, .tc-light .bg-light-alt textarea:-ms-input-placeholder, .tc-light .bg-white textarea:-ms-input-placeholder {
    color: rgba(65, 80, 118, 0.6);
}


.tc-light input:-ms-input-placeholder, .tc-light textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}


input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(65, 80, 118, 0.6);
}


.tc-light .bg-light input:-moz-placeholder, .tc-light .bg-light-alt input:-moz-placeholder, .tc-light .bg-white input:-moz-placeholder, .tc-light .bg-light textarea:-moz-placeholder, .tc-light .bg-light-alt textarea:-moz-placeholder, .tc-light .bg-white textarea:-moz-placeholder {
    color: rgba(65, 80, 118, 0.6);
}


.tc-light input:-moz-placeholder, .tc-light textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}


.field-wrap .vh-btn + .form-results:not(:empty) {
    margin-top: 30px;
}


.has-rtl .field-wrap .label-inline {
    padding-left: 0;
    padding-right: 25px;
}


.field-wrap .label-inline .icon {
    font-size: 20px;
    color: #adb2be;
}


.tc-light .field-label-line {
    color: #fff;
}


.field-inline input + .btn:not(.btn-round) {
    border-radius: 0 5px 5px 0;
}


.field-inline.field-split .btn:not(.btn-round) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}


.wgs-search .field-inline.field-split .btn:not(.btn-round) {
    height: auto;
}


.field-inline .submit-wrap .vh-btn {
    width: 100%;
}


.field-inline + .form-results.alert {
    width: 100%;
    margin-top: 15px;
}


.field-inline-s2 .vh-btn {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}


@media (max-width: 575px) {
    .field-inline-s2 input {
        margin-bottom: 5px;
    }
}


.tc-light .input-solid {
    color: #fff;
}


.tc-light .bg-light .input-solid, .tc-light .bg-light-alt .input-solid, .tc-light .bg-white .input-solid {
    color: #415076;
}


.input-line {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    padding: 16px 0 8px;
    color: #415076;
    border-bottom: 1px solid #dbe4f7;
    outline: none;
    transition: all .4s;
}


.tc-light .input-line {
    color: #fff;
    border-bottom-color: rgba(219, 228, 247, 0.3);
}


.input-line:focus {
    border-bottom-color: #16a3fe;
}


.field-item-center .input-line {
    text-align: center;
}


.input-focused .field-label-line {
    left: 0;
    top: -10px;
    transform: scale(0.7);
}


.tc-light .field-inline-s3 .input-bordered {
    border-color: rgba(255, 255, 255, 0.5);
}


.tc-light .input-bordered {
    color: #8ca2e5;
    background: #172b91;
    border-color: rgba(255, 255, 255, 0.25);
}


.tc-light .input-bordered:focus {
    border-color: rgba(255, 255, 255, 0.45);
}


.input-switch ~ label:not(.error) {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-left: 48px;
    min-height: 30px;
    min-width: 48px;
    border-radius: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #415076;
}


.input-switch ~ label:not(.error).no-text {
    padding-left: 56px;
}


.input-switch ~ label:not(.error):before, .input-switch ~ label:not(.error):after {
    position: absolute;
    content: '';
    transition: all .4s;
}


.input-switch ~ label:not(.error):before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 40px;
    border-radius: 15px;
    background: #d3e0f3;
}


.input-switch ~ label:not(.error):after {
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
}


.input-switch ~ label:not(.error) span {
    transition: all .4s;
    opacity: 1;
}


.input-switch ~ label:not(.error) span.over {
    position: absolute;
    left: 48px;
}


.input-switch ~ label:not(.error) span:last-child {
    opacity: 0;
}


.input-switch ~ .error {
    left: -4px;
    top: -26px;
    bottom: auto;
    right: auto;
}


.input-checkbox ~ label:not(.error), .input-radio ~ label:not(.error) {
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0;
}


.input-checkbox ~ label:not(.error):before, .input-checkbox ~ label:not(.error):after, .input-radio ~ label:not(.error):before, .input-radio ~ label:not(.error):after {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    content: '';
    background-color: transparent;
    border-radius: 3px;
}


.input-checkbox ~ label:not(.error):before, .input-radio ~ label:not(.error):before {
    border: 2px solid #dbe4f7;
}


.input-checkbox ~ label:not(.error):after, .input-radio ~ label:not(.error):after {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 700;
    font-size: 10px;
    background-color: #16a3fe;
    color: #fff;
    opacity: 0;
    transition: all .4s;
}


.input-checkbox:checked ~ label:not(.error):after, .input-radio:checked ~ label:not(.error):after {
    opacity: 1;
}


.input-checkbox ~ .error, .input-radio ~ .error {
    left: -4px;
    top: -26px;
    bottom: auto;
    right: auto;
}


.input-radio ~ label:not(.error):before, .input-radio ~ label:not(.error):after {
    border-radius: 50%;
}


@media (min-width: 576px) {
    .field-item {
        padding-bottom: 30px;
    }

    .field-inline .btn-md {
        line-height: 23px;
    }
}


@media (min-width: 768px) {
    .field-inline .submit-wrap .vh-btn {
        width: auto;
        height: 100%;
    }

    .field-inline-s2 {
        display: flex;
    }

    .field-inline-s2 input {
        text-align: left;
    }
}


.select2-container.select2 {
    width: 100% !important;
}


.select2-container .select2-selection {
    position: relative;
}


.select2-container .select2-selection:focus {
    outline: none;
}


.select2-container .select2-selection .select2-selection__rendered {
    color: rgba(65, 80, 118, 0.6);
    font-size: 0.94rem;
}


.select2-container .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
}


.select2-container .select2-selection .select2-selection__arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-family: "themify";
    content: '\e64b';
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
    font-size: .88rem;
}


.select2-container .select2-dropdown {
    border-color: #dbe4f7 !important;
}


.select2-container.select-line .select2-selection {
    height: 44px;
    line-height: 20px;
    padding: 16px 40px 8px 0;
    border-bottom: 1px solid #dbe4f7;
}


.select2-container.select-line .select2-selection .select2-selection__rendered {
    padding-left: 0;
}


.select2-container.select-line .select2-selection .select2-selection__arrow:after {
    padding: 16px 0 8px;
}


.select2-container.select-bordered .select2-selection {
    height: 42px;
    line-height: 20px;
    padding: 10px 40px 10px 0;
    border: 1px solid #dbe4f7;
    border-radius: 6px;
}


.select2-container.select-bordered .select2-selection .select2-selection__rendered {
    padding-left: 15px;
}


.select2-container.select-bordered.select-lg .select2-selection {
    height: 50px;
    border: 2px solid #dbe4f7;
    padding: 13px 40px 13px 10px;
    min-width: 146px;
}


.select2-container--below.select2-container--open.select-bordered .select2-selection--single {
    border-radius: 6px 6px 0 0;
}


.select2-container--above.select2-container--open.select-bordered .select2-selection--single {
    border-radius: 0 0 6px 6px;
}


.select2-container.select-lg .select2-selection .select2-selection__arrow:after {
    padding: 13px 0;
}


.select2-container.select-lg .select2-selection .select2-selection__rendered {
    color: #12183a;
    font-size: 1rem;
}


.select2-results {
    padding: 5px 0;
}


.select2-results__option {
    padding: 6px 15px;
    font-size: .88rem;
    transition: all .4s;
    max-height: 180px;
}


.select2-results__option[aria-selected="true"], .select2-results__option:hover {
    background: #dbe4f7;
}


.select2-search--dropdown {
    padding: 5px 5px 0 5px;
}


.select2-search--dropdown .select2-search__field {
    border: 1px solid #dbe4f7;
    padding: 6px 10px;
    line-height: 20px;
    border-radius: 4px;
    color: #415076;
    outline: none;
    font-size: 0.9em;
}


.select-line.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #dbe4f7 !important;
}


.submit-wrap-s2 .vh-btn {
    border-radius: 5px !important;
}


@media (min-width: 992px) {
    .select2-container.select-bordered.select-lg .select2-selection {
        min-width: 255px;
    }
}


@media (max-width: 400px) {
    .field-inline-wrap {
        flex-wrap: wrap;
    }

    .field-inline-wrap .submit-wrap {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}


/**/
/** 03.06 Table */
.table {
    color: inherit;
}


.table td {
    border-top: none;
    padding: 18px 0;
    font-size: 1rem;
    line-height: 1.5rem;
}


.table tr {
    border-bottom: 1px solid rgba(22, 163, 254, 0.2);
}


.table tr:last-child {
    border-bottom: none;
}


.tc-light .table-token-s1 {
    border-color: rgba(255, 255, 255, 0.1);
}


.tc-light .table-token-s1 tr:nth-child(odd) td:first-child {
    background: #122272;
}


.tc-light .table-token-s1 tr:nth-child(odd) td:last-child {
    background: #111f69;
}


.tc-light .table-token-s1 tr:nth-child(even) td:first-child {
    background: #152988;
}


.tc-light .table-token-s1 tr:nth-child(even) td:last-child {
    background: #13257b;
}


.tc-light .table-token-s1 tr td {
    color: #fff;
}


.tc-light .table-token-s1 tr td:last-child {
    color: rgba(255, 255, 255, 0.6);
}


@media (min-width: 576px) {
    .table-token {
        margin-bottom: 1rem;
        display: table;
    }

    .table-token tbody {
        display: table-row-group;
    }

    .table-token tr {
        display: table-row;
    }

    .table-token td {
        display: table-cell;
    }

    .table-token .table-head, .table-token .table-des {
        padding: 18px 0;
    }
}


/** 03.07 Progress */
.progress-list {
    margin-top: .8rem;
}


@media (min-width: 576px) {
    .progress-bar-md {
        height: 36px;
    }

    .progress-percent {
        font-size: 14px;
    }

    .progress-wrap-point {
        margin-bottom: 78px;
    }

    .progress-wrap-point-s1 {
        margin-bottom: 30px;
    }

    .progress-bar-md .progress-point {
        top: 60px;
    }

    .progress-bar-md .progress-point:after {
        height: 50px;
    }
}


/** 03.08 CountDown */
.countdown {
    display: flex;
    justify-content: space-around;
    margin: 0 -5px;
}


.countdown-item {
    padding: 0 5px;
}


.countdown-s2 .countdown-item {
    padding: 0;
}


.countdown-s3 .countdown-item {
    flex-grow: 1;
}


.countdown-s3.countdown-small .countdown-item, .countdown-s3-alt .countdown-item {
    flex-grow: 0;
    width: auto;
}


.countdown-s4 .countdown-item, .countdown-s5 .countdown-item {
    width: 100%;
}


.countdown-wd .countdown-item {
    flex-grow: 0;
    width: 100%;
}


.countdown-md .countdown-item {
    width: 80px;
}


.countdown-time {
    position: relative;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 2px solid #16a3fe;
    text-align: center;
    line-height: 50px;
    display: block;
}


.countdown-s2 .countdown-time {
    border-radius: 6px;
    background-color: #122272;
    border-color: transparent;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
}


.countdown-s3 .countdown-time {
    border-radius: 0;
    border: none;
    font-size: 2.8125rem;
    line-height: 50px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    color: var(--blue-200);
}


.tc-light .countdown-s3 .countdown-time {
    color: #fff;
}


.countdown-s3 .countdown-time:after {
    position: absolute;
    top: calc(50% - 3px);
    right: -6px;
    transform: translate(50%, -50%);
    content: ':';
}


.countdown-s3 .countdown-time-last:after {
    display: none;
}


.countdown-s3-alt .countdown-time {
    font-size: 1.875rem;
    padding: 0 20px;
    font-weight: 300;
    height: 38px;
    line-height: 38px;
    margin-bottom: 0.5rem;
}


.countdown-s3.countdown-small .countdown-time {
    font-size: 1rem;
    line-height: 24px;
    height: 24px;
    text-align: left;
    padding: 0 20px;
}


.countdown-s4 .countdown-time {
    font-size: 2rem;
}


.countdown-s4 .countdown-time, .countdown-thin .countdown-time {
    font-weight: 300;
}


.tc-light .countdown-s5 .countdown-time {
    color: #16a3fe;
}


.countdown-md .countdown-time {
    font-size: 2rem;
    line-height: normal;
    font-weight: 400;
    height: auto;
}


.countdown-text {
    display: block;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.01em;
    padding-top: 8px;
    text-align: center;
}


.tc-light .countdown-text {
    color: #8ca2e5;
}


.countdown-s2 .countdown-text {
    text-transform: uppercase;
    font-weight: 400;
}


.tc-light .countdown-s2 .countdown-text {
    color: #16a3fe;
}


.countdown-s3 .countdown-text {
    text-transform: uppercase;
}


.tc-light .countdown-s3 .countdown-text {
    color: #8ca2e5;
}


.countdown-s3-alt .countdown-text {
    text-transform: capitalize;
    padding-top: 0;
    font-weight: 400;
}


.countdown-s3.countdown-small .countdown-text {
    text-align: left;
    padding: 0 22px;
}


.countdown-s4 .countdown-text {
    text-transform: capitalize;
    padding-top: 0;
}


.tc-light .countdown-s5 .countdown-text {
    color: #16a3fe;
}


.countdown-md .countdown-text {
    font-weight: 400;
    padding-top: 2px;
}


@media (min-width: 420px) {
    .countdown-time {
        height: 64px;
        width: 64px;
        line-height: 60px;
    }
}


@media (min-width: 576px) {
    .status-countdown {
        min-width: 290px;
    }

    .countdown-large .countdown-time {
        font-size: 3.5rem;
    }

    .countdown-large .countdown-time:after {
        font-size: 2.5rem;
    }
}


@media (min-width: 768px) {
    .countdown-wd .countdown .item {
        width: 100%;
    }

    .countdown-xxl .countdown-time {
        font-size: 5.5rem;
    }

    .countdown-xl .countdown-time {
        font-size: 4rem;
    }

    .countdown-xl.countdown-s2 .countdown-time {
        width: 123px;
        height: 123px;
        line-height: 123px;
        border-radius: 4px;
    }

    .countdown-xxl .countdown-text {
        padding-top: 30px;
    }

    .countdown-s3-lg {
        margin: 0 -38px;
    }
}


@media (min-width: 992px) {
    .countdown-s4 .countdown-time {
        font-size: 2rem;
    }

    .countdown-large .countdown-time {
        font-size: 3.5rem;
    }
}


@media (min-width: 1200px) {
    .countdown-s4 .countdown-time {
        font-size: 2.9rem;
    }

    .countdown-large .countdown-time {
        font-size: 3.6rem;
    }
}


/** 03.09 Toastr */
/* Toastr */
#toast-container {
    position: fixed;
    z-index: 999999;
    margin-top: 22px;
    margin-bottom: 16px;
}


#toast-container .toast {
    opacity: 1;
}


.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}


.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}


.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}


.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}


.toast-top-left {
    top: 0;
    left: 16px;
}


.toast-top-right {
    top: 0;
    right: 16px;
}


.toast-bottom-right {
    right: 16px;
    bottom: 0;
}


.toast-bottom-left {
    bottom: 0;
    left: 16px;
}


.toast-top-center > div, .toast-bottom-center > div {
    width: 650px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.toast-top-full-width > div, .toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}


.toast {
    background: #fff;
    color: #fff;
    overflow: hidden;
    margin: 0 0 8px;
    padding: 15px 51px 15px 15px;
    width: 300px;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 18px 2px rgba(18, 24, 58, 0.25);
    background: #0c195a;
    position: relative;
}


.toast-close-button {
    cursor: pointer;
    position: absolute;
    text-align: left;
    right: 15px;
    text-indent: -9999em;
    overflow: hidden;
    background: none;
    border-radius: 50%;
    border: none;
    height: 36px;
    width: 36px;
    transition: all .3s;
}


.toast-close-button:after {
    position: absolute;
    content: '\e646';
    font-family: 'themify';
    top: 0;
    right: -1px;
    text-indent: 0;
    display: block;
    font-size: 13px;
    line-height: 38px;
    height: 36px;
    width: 36px;
    text-align: center;
    color: #fff;
    transition: all .3s;
}


.toast-close-button:hover, .toast-close-button:focus {
    background: rgba(246, 250, 253, 0.15);
    box-shadow: none;
    outline: none;
}


.toast-message {
    position: relative;
    flex-grow: 1;
    font-size: 13px;
    line-height: 17px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    min-height: 30px;
}


.toast-message-icon {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    margin-left: -10px;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
}


.toast-message-icon.ti-alert:before {
    position: relative;
    top: -2px;
}


.toast-info .toast-message-icon {
    background: #026bfb;
}


.toast-warning .toast-message-icon {
    background: #f6be26;
}


.toast-success .toast-message-icon {
    background: #39d884;
}


.toast-error .toast-message-icon {
    background: #e6604a;
}


@media (min-width: 576px) {
    .toast-message {
        font-size: 14px;
        line-height: 18px;
    }
}


/** 03.10 Misc */
.img-xs {
    height: 40px;
    width: 40px;
}


.icon {
    display: inline-block;
}


.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    border-radius: 50%;
}


.has-rtl .icon-bg {
    margin-right: 0;
    margin-left: 8px;
}


.toggle-tigger {
    display: inline-block;
}


.toggle-tigger.vh-btn {
    display: inline-flex;
}


.toggle-class {
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}


.toggle-class.active {
    visibility: visible;
    opacity: 1;
}


.toggle-drop.active {
    margin-top: 0;
    margin-bottom: 0;
}


@media (min-width: 992px) {
    .toggle-drop-right {
        left: auto;
    }
}


@media (max-width: 991px) {
    .toggle-class-lg {
        position: static;
        margin-top: 0;
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .toggle-wrap-nav {
        width: 100%;
        display: flex;
    }

    .toggle-wrap-nav .toggle-class-lg {
        margin-left: 20px;
        flex-grow: 1;
    }

    .toggle-wrap-nav .toggle-class-lg .drop-list {
        max-width: 100%;
    }
}


.drop-list a .badge {
    margin-left: 5px;
    position: relative;
    top: -1px;
}


.tc-light:not(.btn) .drop-list a {
    color: #415076;
}


.preloader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}


.preloader:before, .preloader:after {
    position: absolute;
    left: 0;
    height: 51%;
    width: 100%;
    transition: all .6s ease;
    background: #fff;
    content: '';
}


.preloader:before {
    top: 0;
}


.page-loaded .preloader:before {
    transform: translate(0, -100%);
}


.preloader:after {
    bottom: 0;
}


.page-loaded .preloader:after {
    transform: translate(0, 100%);
}


.preloader.no-default {
    background-color: #122272;
}


.page-loaded .preloader.no-default:before, .page-loaded .preloader.no-default:after {
    transform: translate(0, 0);
}


.preloader.no-default:before, .preloader.no-default:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all .6s;
    background-color: #122272;
}


.page-loaded .preloader.no-split:before, .page-loaded .preloader.no-split:after {
    transform: translate(0, 0);
}


.spinner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    z-index: 1001;
}


.spinner-round {
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #16a3fe;
    animation: spin 2s linear infinite;
}


.spinner-round:before, .spinner-round:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
}


.spinner-round:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: var(--green-300);
    animation: spin 3s linear infinite;
}


.spinner-round:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #122272;
    animation: spin 1.5s linear infinite;
}


.spinner-alt {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
}


.spinner-alt:after, .spinner-alt:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.spinner-alt:before {
    border: 1px solid rgba(255, 255, 255, 0.1);
}


.spinner-alt:after {
    border: 1px solid;
    border-top-color: #fff;
    border-right-color: transparent;
    border-left-width: 0;
    border-bottom-width: 0;
    animation: spin 1.5s linear infinite;
}


.spinner-alt.load-done {
    transition: all .4s;
    transform: scale(3);
    opacity: 0;
    border-color: transparent;
}


.spinner-alt.load-done:after, .spinner-alt.load-done:before {
    opacity: 0;
}


.spinner-alt.spinner-light {
    border: 1px solid rgba(10, 16, 21, 0.1);
}


.spinner-alt.spinner-light:after {
    border-top-color: #0a1015;
}


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


@keyframes textzoom9 {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    6% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    10%, 100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}


@keyframes textzoom9l {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }
    8% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
    10%, 100% {
        transform: translate(-50%, -50%) scale(1.7);
        opacity: 0;
    }
}


.modal-dialog {
    padding: 15px;
}


.modal.fade .modal-dialog-bottom {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
}


.modal.show .modal-dialog-bottom {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
}


.modal-body {
    background: #fff;
    border-radius: 6px;
}


@media (min-width: 575px) {
    .modal-dialog {
        padding: 0;
    }
}


.mfp-close-btn-in .mfp-close {
    cursor: pointer;
    top: -15px;
    right: -15px;
    height: 36px;
    width: 36px;
    line-height: 37px;
    padding: 0;
    text-align: center;
    z-index: 9999;
    border-radius: 50%;
    color: #415076 !important;
    opacity: 1;
    background: #fff;
    box-shadow: 0px 2px 7px 0px rgba(65, 80, 118, 0.2);
    transition: all .4s;
}


.mfp-close-btn-in .mfp-close:hover {
    text-decoration: none;
    color: #16a3fe !important;
}


.tc-light .mfp-close-btn-in .mfp-close:hover {
    color: #16a3fe !important;
}


.image-popup .mfp-close {
    cursor: pointer;
    top: 22px;
    right: -18px;
}


.owl-nav {
    margin: 0 -10px 0;
    padding-top: 40px;
}


.carousel-nav-s1 .owl-nav {
    padding-top: 0px;
}


.carousel-nav-center .owl-nav {
    display: flex;
    justify-content: center;
}


.owl-nav button {
    border: 1px solid #b9d2f4 !important;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all .4s;
}


.carousel-nav-s1 .owl-nav button {
    border-width: 0 !important;
    margin: 0;
}


.owl-nav button:focus {
    box-shadow: none;
    outline: none;
}


.owl-nav button.disabled {
    opacity: 0.4;
}


.owl-nav button:after {
    font-family: "themify";
    font-size: 1rem;
}


.carousel-nav-s1 .owl-nav button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}


.carousel-navs-fill .owl-nav button {
    background: #b9d2f4 !important;
    color: #12183a !important;
}


.carousel-navs-fill .owl-nav button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}


.carousel-nav-light .owl-nav {
    color: #fff;
}


.carousel-navs-middle .owl-nav {
    padding-top: 0;
}


.owl-prev:after {
    content: '\e64a';
}


.owl-rtl .owl-prev:after {
    content: '\e649';
}


.carousel-nav-s1 .owl-prev:after {
    content: '\f060';
}


.carousel-nav-s1.owl-rtl .owl-prev:after {
    content: '\f061';
}


.carousel-navs-middle .owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
}


.carousel-navs-fill .owl-prev:after {
    content: '\f104';
}


.owl-next:after {
    content: '\e649';
}


.owl-rtl .owl-next:after {
    content: '\e64a';
}


.carousel-nav-s1 .owl-next:after {
    content: '\f061';
}


.carousel-nav-s1.owl-rtl .owl-next:after {
    content: '\f060';
}


.carousel-navs-middle .owl-next {
    right: 0;
    transform: translate(50%, -50%);
}


.carousel-navs-fill .owl-next:after {
    content: '\f105';
}


.carousel-navs-middle .owl-prev, .carousel-navs-middle .owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
}


.owl-dot {
    height: 6px;
    width: 12px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 4px;
    transition: all .4s ease;
    opacity: .4;
    background: rgba(22, 163, 254, 0.8) !important;
}


.carousel-dots-sharp .owl-dot {
    border-radius: 0;
}


.owl-dot.active {
    width: 20px;
    opacity: 1;
}


.owl-dot:focus {
    outline: none;
}


.carousel-dots-long-line .owl-dot {
    height: 3px;
    width: 44px;
    margin: 0 8px;
    background: #415076 !important;
}


.tc-light .carousel-dots-long-line .owl-dot {
    background: #fff !important;
}


.carousel-dots-long-line .owl-dot.active {
    width: 44px;
}


.owl-dots {
    text-align: center;
}


.carousel-navs-middle .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4rem;
}


.carousel-shadow-fix .owl-stage-outer {
    margin: 0 -30px;
    margin-top: -20px;
    padding-left: 40px;
}


.carousel-shadow-fix.feature-carousel-center .owl-stage-outer {
    padding-left: 30px;
}


.carousel-shadow-fix.owl-rtl .owl-stage-outer {
    padding-left: 0;
    padding-right: 30px;
}


.carousel-shadow-fix .owl-item {
    padding: 20px 0 40px;
}


.carousel-shadow-fix .owl-item > div {
    transition: all .4s;
    opacity: 0;
}


.carousel-shadow-fix .owl-item.active > div {
    opacity: 1;
}


.carousel-shadow-fix .owl-item:not(.active) [class*='shadow'] {
    box-shadow: none !important;
}


.carousel-shadow-fix .owl-item .feature {
    margin-bottom: 0;
}


.carousel-center-focused .owl-stage-outer {
    overflow: visible;
}


.carousel-center-focused .owl-item {
    transform-origin: right;
    opacity: .5;
    transform: scale(0.8);
    transition: all .4s ease;
}


.carousel-center-focused .owl-item.active {
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
}


.carousel-center-focused .owl-item.active + .owl-item {
    transform-origin: left;
}


@media (min-width: 992px) {
    .ovm-line:after {
        width: 50%;
        border-left: 1px solid rgba(255, 255, 255, 0.05);
        border-right: 1px solid rgba(255, 255, 255, 0.05);
    }
}


@keyframes rotatecw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@keyframes rotateacw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


.nk-circle-animation.small:before, .nk-circle-animation.small:after {
    border-width: 2px;
}


.nk-circle-animation.fast:before {
    animation: rotatecw 15s linear infinite 0s;
}


.nk-circle-animation.fast:after {
    animation: rotateacw 10s linear infinite 0s;
}


.nk-circle-animation.white:before {
    border-top-color: #fff;
    border-right-color: #fff;
}


.nk-circle-animation.white:after {
    border-top-color: #fff;
    border-bottom-color: #fff;
}


@media (min-width: 576px) {
    .nk-circle-animation {
        height: 500px;
        width: 500px;
        overflow: hidden;
    }

    .nk-circle-animation:after {
        top: 45px;
        left: 45px;
        bottom: 45px;
        right: 45px;
    }

    .nk-circle-animation.small {
        height: 400px;
        width: 400px;
    }

    .nk-circle-animation.small:after {
        top: 35px;
        left: 35px;
        bottom: 35px;
        right: 35px;
    }
}


@media (min-width: 992px) {
    .token-status .nk-circle-pk {
        display: block;
    }

    .icon-bg {
        margin-right: 20px;
    }

    .has-rtl .icon-bg {
        margin-right: 0px;
        margin-left: 20px;
    }
}


.circle-animation .ca {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(65, 80, 118, 0.15);
}


.tc-light .circle-animation .ca {
    border-color: rgba(255, 255, 255, 0.1);
}


@keyframes rotatecw_alt {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


@keyframes rotateacw_alt {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}


@keyframes rotatecw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@keyframes rotateacw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


.social li {
    text-align: center;
    display: inline-block;
    padding: 0 3px;
}


.social li:first-child {
    padding-left: 0;
}


.social li a {
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
    width: auto;
}


.social li a:hover {
    opacity: 1;
    transform: translateX(0);
}


.social li a:hover .social-icon {
    background: #23c99d;
    color: #fff;
}


.tc-light .social li a:hover .social-icon {
    background: #16a3fe;
}


.social li a:hover .social-icon + span {
    color: #fff;
}


.tc-light .social-icon {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}


.tc-light .social-icon-transparent {
    background: transparent;
}


@media (min-width: 576px) {
    .social-icon + span {
        display: inline-block;
    }

    .social-bar li a, .social-bar li span {
        padding: 20px;
    }

    .social-bar-title {
        width: auto;
        border-bottom: none;
    }
}


@media (min-width: 992px) {
    .social-bar li a {
        font-size: 20px;
    }

    .social-bar li a, .social-bar li span {
        padding: 40px 20px;
    }
}


.language-switcher .toggle-tigger {
    color: #415076;
    position: relative;
}


.is-transparent:not(.has-fixed) .header-logo .language-switcher .toggle-tigger {
    color: #fff;
}


.language-switcher .toggle-tigger:not(.btn) {
    padding: 8px 15px 8px 10px;
}


.language-switcher .toggle-tigger:not(.btn):after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '\e64b';
    font-family: 'themify';
    font-size: 8px;
    font-weight: 700;
    transition: transform .4s;
}


.language-switcher-s1 .toggle-tigger {
    font-size: 13px;
    font-weight: 500;
}


.language-switcher-s2 .toggle-tigger:after {
    right: 14px;
}


.language-switcher-s2 .toggle-tigger:not(.btn) {
    padding: 3px 26px 3px 16px;
}


.language-switcher-s3 .toggle-tigger:not(.btn) {
    padding: 2px 20px 2px 15px;
}


@media (min-width: 992px) {
    .language-switcher-s4:after {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 18px;
        content: '';
        background: rgba(255, 255, 255, 0.15);
    }
}


.language-switcher-s4 .toggle-tigger {
    font-size: 13px;
    font-weight: 500;
}


.language-switcher-s5 .toggle-tigger {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}


@media (min-width: 768px) {
    .gfx {
        max-width: 500px;
    }

    .gfx-inherit {
        max-width: 420px;
    }

    .gfx-md {
        max-width: 380px;
    }
}


@media (min-width: 992px) {
    .gfx-re-s1 {
        margin: 0 -230px 0 0;
    }
}


@media (min-width: 1600px) {
    .gfx-re-lgl {
        margin-left: -188px;
    }

    .gfx-re-lg {
        margin: 0 -168px 0 42px;
    }
}


@media (min-width: 1900px) {

    .gfx-re-lgr {
        margin-right: -315px;
    }

    .gfx-re-mdl {
        margin-left: -230px;
    }

    .gfx-re-lg {
        margin: 0 -200px 0 42px;
    }
}

.gfx-round-bg {
    min-width: 300px;
    min-height: 300px;
    background: #f7f8ff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.gfx-round-bg.after:after {
    position: absolute;
    content: "";
    left: 44px;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #23c99d;
    border-radius: 50%;
}


@media (min-width: 768px) {
    .gfx-round-bg {
        min-width: 400px;
        min-height: 400px;
    }
}


@media (min-width: 1200px) {
    .gfx-round-bg {
        min-width: 480px;
        min-height: 480px;
    }
}


@media (min-width: 1900px) {
    .gfx-round-bg-md {
        min-width: 557px;
        min-height: 557px;
    }
}


/** 04. Components */
/** 04.01 Tab */
.tab-nav li a {
    display: block;
    padding: 12px 12px;
    line-height: 19px;
    font-weight: 400;
    color: rgba(25, 64, 176, 0.6);
    border-bottom: 1px solid rgba(219, 228, 247, 0.5);
    transition: all .4s;
}


.tab-nav li a:hover, .tab-nav li a.active {
    color: var(--blue-200);
}


.tab-nav li a .fas, .tab-nav li a .far {
    margin-right: 10px;
}


.tc-light .tab-nav-sap {
    background: rgba(1, 137, 224, 0.4);
}


.tc-light .tab-nav-vr li:not(:last-child) a {
    border-color: rgba(255, 255, 255, 0.07);
}


.tc-light .tab-nav-s2 li a {
    color: rgba(255, 255, 255, 0.5) !important;
}


.tab-nav-s2 li a:hover, .tab-nav-s2 li a.active {
    color: #16a3fe;
    border-bottom-color: #16a3fe;
}


.tab-nav-s2 li a .fas, .tab-nav-s2 li a .far {
    margin-right: 10px;
}


.tc-light .tab-nav-s3 li a [class*=title] {
    color: #fff;
}


.tc-light .tab-nav-s3 li a p {
    color: #b9d2f4;
}


.tab-nav-s3 li a.active {
    box-shadow: 0 3px 12px 0 rgba(18, 24, 58, 0.08);
    background: #fff;
    cursor: default;
}


.tab-nav-s3 li a.active [class*=title] {
    color: #16a3fe;
}


.tc-light .tab-nav-s3 li a.active {
    background: var(--blue-200);
}


.bg-theme-alt .tab-nav-s3 li a.active {
    background: #122272;
}


.tab-nav-s4 li a.active {
    color: #122272 !important;
    background: #fff;
}


.tc-light .tab-nav-s4 li a.active:hover {
    color: tab_nav_s4_active_color !important;
}


.tc-light .tab-nav-s4 li a:hover {
    color: #fff !important;
}


.tc-light .tab-nav-bdr {
    border-color: rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
}


.tab-nav-line li a:hover, .tab-nav-line li a.active {
    color: #16a3fe;
}


.tab-nav-line li a.active:after {
    opacity: 1;
}


.tc-light .tab-nav-line {
    border-bottom-color: rgba(219, 228, 247, 0.5);
}


.tc-light .tab-nav li a:after {
    background: #16a3fe;
}


.tc-light .tab-nav li a:hover, .tc-light .tab-nav li a.active {
    color: #16a3fe !important;
}


.tc-light .tab-nav-btn li a {
    color: #415076;
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}


.tab-nav-btn li a:hover, .tab-nav-btn li a.active {
    color: #16a3fe !important;
    background: rgba(18, 34, 114, 0.1);
}


.tc-light .tab-nav-btn li a:hover, .tc-light .tab-nav-btn li a.active {
    color: #16a3fe !important;
    background: rgba(22, 163, 254, 0.1);
}


.tab-nav-btn-s2 li a:hover, .tab-nav-btn-s2 li a.active {
    color: #fff !important;
    background: #16a3fe;
}


.tc-light .tab-nav-btn-s2 li a:hover, .tc-light .tab-nav-btn-s2 li a.active {
    color: #16a3fe !important;
    background: rgba(18, 34, 114, 0.1);
}


.tc-light .tab-nav-btn-bdr li a {
    color: #fff !important;
    background: transparent;
    border-color: rgba(1, 137, 224, 0.4) !important;
}


.tab-nav-btn-bdr li a:hover, .tab-nav-btn-bdr li a.active {
    color: #16a3fe !important;
    background: transparent;
    border-color: #16a3fe !important;
}


.tc-light .tab-nav-btn-bdr li a:hover, .tc-light .tab-nav-btn-bdr li a.active {
    color: #16a3fe !important;
    background: transparent;
    border-color: #16a3fe !important;
}


.tc-light .tab-nav-btn-bdr-s2 li a {
    color: #fff !important;
    background: transparent;
    border-color: rgba(1, 137, 224, 0.4) !important;
}


.tab-nav-btn-bdr-s2 li a:hover, .tab-nav-btn-bdr-s2 li a.active {
    color: #16a3fe !important;
    background: transparent;
    border-color: #16a3fe !important;
}


.tc-light .tab-nav-btn-bdr-s2 li a:hover, .tc-light .tab-nav-btn-bdr-s2 li a.active {
    color: #16a3fe !important;
    background: transparent;
    border-color: #16a3fe !important;
}


.tc-light .tab-nav-grad li a {
    background: rgba(255, 255, 255, 0.1);
}


.tc-light .tab-nav-grad li a:before {
    background: linear-gradient(-45deg, #16a3fe 0%, #23c99d 100%) !important;
}


.tab-nav-grad li a:hover, .tab-nav-grad li a.active {
    color: #fff !important;
    background: transparent;
}


.tab-nav-grad li a:hover:before, .tab-nav-grad li a.active:before {
    opacity: 1;
}


.tc-light .tab-nav-grad li a:hover, .tc-light .tab-nav-grad li a.active {
    color: #fff !important;
}


@media (min-width: 576px) {
    .tab-nav-line > li {
        flex-grow: 1;
    }

    .tab-nav-s4 li a {
        font-size: 14px;
        padding: 13px 25px;
    }
}


/** 04.02 Accordion */
.accordion-s1 .accordion-item {
    border: none;
}


.accordion-s2 .accordion-item {
    background: transparent;
    border: none;
}


.accordion-item {
    transition: all .4s;
    padding-bottom: 8px;
}


.accordion-item:not(:last-child) {
    border-bottom: 1px solid #dbe4f7;
}


.tc-light .accordion-item:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.05);
}


.bg-theme .accordion-item:not(:last-child) {
    border-color: rgba(22, 163, 254, 0.3);
}


.tc-light .accordion-item-s2 {
    border-color: rgba(255, 255, 255, 0.05) !important;
}


.bg-theme .accordion-item-s2 {
    border-color: rgba(22, 163, 254, 0.3) !important;
}


.accordion-item-s2.current {
    border-color: rgba(18, 34, 114, 0.5) !important;
}


.tc-light .accordion-item-s2.current {
    border-color: #16a3fe !important;
}


.tc-light .accordion-item-s2:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.05);
}


.bg-theme .accordion-item-s2:not(:last-child) {
    border-color: rgba(22, 163, 254, 0.3);
}


.bg-theme .accordion-item-s3, .tc-light .accordion-item-s3 {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
}


.has-bg-image .accordion-item-s3 {
    background: rgba(12, 25, 90, 0.7);
    box-shadow: none;
}


.accordion-item-s4.current {
    background: rgba(18, 34, 114, 0.05);
}


.bg-theme .accordion-item-s5 > * {
    background: var(--blue-200);
}


.bg-theme-alt .accordion-item-s5 > * {
    background: #122272;
}


.accordion-title {
    position: relative;
    color: var(--blue-200);
    font-weight: 400;
    cursor: pointer;
    padding: 22px 54px 14px 0;
    margin-bottom: 0;
}


.accordion-item-s2 .accordion-title {
    padding: 25px 54px 17px 30px;
}


.accordion-item-s3 .accordion-title {
    padding: 20px 54px 12px 30px;
}


.accordion-item-s4 .accordion-title {
    padding: 16px 54px 8px 30px;
}


.accordion-item-s5 .accordion-title {
    padding: 1.5rem;
}


.tc-light .accordion-title {
    color: #16a3fe;
}


.accordion-title.collapsed {
    color: #415076;
    transition: all .4s;
}


.tc-light .accordion-title.collapsed {
    color: #fff;
}


.tc-light .accordion-title.collapsed:hover {
    color: #16a3fe;
}


.accordion-title.collapsed:hover {
    color: var(--blue-200);
}


.accordion-title.collapsed .accordion-icon:before {
    opacity: 0;
}


.accordion-title.collapsed .accordion-icon:after {
    opacity: 1;
}


.accordion-title.collapsed .accordion-icon-s2:after {
    transform: rotate(-180deg);
}


.current .accordion-icon {
    background: #f6fafd;
}


.current .accordion-icon:before, .current .accordion-icon:after {
    color: var(--blue-200);
}


.tc-light .accordion-icon {
    background: rgba(22, 163, 254, 0.1);
}


.tc-light .accordion-icon:after, .tc-light .accordion-icon:before {
    color: #16a3fe;
}


.tc-light .accordion-item-s5 .accordion-icon {
    color: #fff;
}


.tc-light .accordion-item-s5 .accordion-icon:before, .tc-light .accordion-item-s5 .accordion-icon:after {
    color: currentColor;
}


@media (min-width: 576px) {
    .accordion-title-sm {
        font-size: 18px;
    }

    .accordion-header {
        padding: 20px 40px;
    }

    .accordion-header p {
        margin-bottom: 0;
    }

    .accordion-header p:nth-child(2), .accordion-header p:nth-child(3) {
        display: block;
    }

    .accordion-body {
        padding: 0 40px 40px;
    }
}


/** 04.03 Blocks */
.nk-block {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}


.nk-block ~ .nk-block {
    padding-top: 40px;
}


.nk-block ~ .nk-block-team-list {
    padding-top: 60px;
}


.overlay-x .nk-block {
    z-index: 2;
}


.nk-block + .hr {
    margin-top: 40px;
    margin-bottom: 40px;
}


.section-head + .nk-block, .hr + .nk-block, hr + .nk-block {
    padding-top: 0;
}


.nk-block-lg + .nk-block {
    padding-top: 60px;
}


.nk-block-zero + .nk-block {
    padding-top: 0 !important;
}


.nk-block-m30, .nk-block-team-list, .nk-block-features {
    margin-bottom: -30px;
}


.nk-block .pagination {
    margin-top: 10px;
}


.nk-block-note .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 30px;
    color: #16a3fe;
    transform: translateY(-50%);
}


.nk-block-shape-s1.bg-theme-alt {
    background: var(--blue-200);
}


.nk-block-shape-s1.bg-theme-alt:before, .nk-block-shape-s1.bg-theme-alt:after {
    background: var(--blue-200);
}


@keyframes ani_round {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, 15px) rotate(90deg);
    }
    50% {
        transform: translate(0, 0) rotate(180deg);
    }
    75% {
        transform: translate(-10px, -15px) rotate(270deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}


@keyframes ani_cicle {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}


@media (min-width: 576px) {
    .nk-block-screen {
        padding: 0 50px 100px 0;
    }

    .nk-block-team-list {
        margin-bottom: -50px;
    }
}


@media (min-width: 576px) {
    .nk-block ~ .nk-block {
        padding-top: 60px;
    }

    .section-head + .nk-block, .hr + .nk-block, hr + .nk-block {
        padding-top: 0;
    }

    .nk-block-xs + .nk-block {
        padding-top: 30px;
    }

    .nk-block-lg + .nk-block {
        padding-top: 80px;
    }

    .nk-block-ca {
        padding: 90px 20px;
    }

    .nk-block-plx {
        padding: 60px;
        width: 100%;
    }

    .nk-block-contact-s1 {
        padding: 180px 0;
    }

    .nk-block-img-s1 {
        padding: 40px 70px;
    }

    .nk-block-note {
        margin-top: 40px;
        padding: 20px 65px 20px 75px;
    }

    .nk-block-note .icon {
        left: 20px;
    }

    .nk-block-shape-s1 {
        padding-top: 150px;
        padding-right: 40px;
        padding-bottom: 150px;
    }

    .plx-screen {
        width: 130px;
        bottom: 0;
        left: 0;
    }

    .plx-circle-s1 {
        width: 140px;
        top: 10px;
        left: 10px;
    }

    .plx-polygon-s1 {
        width: 100px;
        bottom: 15px;
        left: 95px;
    }

    .plx-triangle-s1 {
        width: 130px;
        bottom: 0;
        right: 20px;
    }
}


@media (min-width: 768px) {
    .nk-block-img-s2 img {
        max-width: 100%;
    }

    .nk-block-ca {
        padding: 60px;
    }

    .nk-block-plx {
        padding: 60px;
    }

    .plx-screen {
        width: 160px;
        bottom: 0;
        left: 0;
    }

    .plx-circle-s1 {
        width: 160px;
        top: 10px;
        left: 10px;
    }

    .plx-polygon-s1 {
        width: 100px;
        bottom: 15px;
        left: 125px;
    }

    .plx-triangle-s1 {
        width: 130px;
        bottom: 0;
        right: 20px;
    }
}


@media (min-width: 992px) {
    .nk-block ~ .nk-block {
        padding-top: 150px;
    }

    .section-head + .nk-block, .hr + .nk-block, hr + .nk-block {
        padding-top: 0;
    }

    .nk-block-status + .nk-block-actions {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .nk-block-xs + .nk-block {
        padding-top: 30px;
    }

    .nk-block-sm + .nk-block {
        padding-top: 70px;
    }

    .nk-block-lg + .nk-block {
        padding-top: 100px;
    }

    .nk-block-img-s1 {
        margin-right: -71px;
    }

    .nk-block-img.edge-r1 {
        margin-right: -160px;
    }

    .nk-block-img.edge-l1 {
        margin-left: -160px;
    }

    .nk-block-img.edge-r2 {
        margin-right: -360px;
    }

    .nk-block-img.edge-l2 {
        margin-left: -360px;
    }

    .nk-block-img.edge-r3 {
        margin-right: -500px;
    }

    .nk-block-img.edge-l3 {
        margin-left: -500px;
    }

    .nk-block .pagination {
        margin-top: 30px;
    }
}


@media (min-width: 1200px) {
    .nk-block-lg + .nk-block {
        padding-top: 130px;
    }
}


/** 04.04 Box */
.card {
    padding: 20px;
    background: #fff;
    border: none;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
}


.card.card-s3 {
    padding: 30px 20px;
}


.card.feature-s8 {
    padding: 35px 25px;
}


.card-s3 {
    box-shadow: 0px 5px 18px rgba(65, 80, 118, 0.2);
}


@media (min-width: 576px) {
    .card {
        padding: 30px;
    }

    .card.card-s3 {
        padding: 25px;
    }

    .card-sm {
        padding: 24px;
    }

    .card-md {
        padding: 40px 30px;
    }

    .card-lg {
        padding: 45px 40px;
    }

    .card.feature-s8 {
        padding: 45px 30px;
    }

    .card-s2 {
        padding: 55px 30px 110px;
    }

    .card-lg-y {
        padding: 70px 30px;
    }

    .card-lg-y2 {
        padding: 55px 40px 70px;
    }

    .card-lg-xy {
        padding: 70px 55px;
    }
}

.banner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 800px;
    padding-bottom: 100px;
}
.is-transparent .banner {
    padding-top: 60px;
}
.header-banner-angled .banner {
    padding-bottom: 540px;
}
.header-banner-angled-s2 .banner {
    padding-bottom: 498px;
}
.banner-wrap {
    width: 100%;
}
.banner-fs .banner-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner-fs {
    min-height: calc(100vh - 90px);
}
.is-transparent .banner-fs {
    min-height: 100vh;
}
.has-mask .banner-gap-b1 {
    padding-bottom: 75px;
}
.has-mask .banner-gap-b2 {
    padding-bottom: 125px;
}

.has-mask .banner-gap-b3 {
    padding-bottom: 120px;
}

.has-mask .banner-gap-b4 {
    padding-bottom: 360px;
}

.banner-page .banner-wrap {
    padding: 40px 0;
}

.is-transparent .banner-page .banner-wrap {
    padding-top: 20px;
}

.banner > .nk-block {
    position: relative;
    z-index: 2;
}
.banner-with-token-box-s1 .banner-wrap {
    padding-bottom: 175px;
}

@keyframes jumping {
    0% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-25px);
    }
}


.cpn {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cpn-head, .cpn-action, .cpn-text {
    margin-top: 20px;
}
.cpn > *:first-child {
    margin-top: 0;
}
.cpn-head .title {
    font-size: 3rem;
    line-height: 1.5;
}


.cpn-head .title-lg {
    line-height: 1.3;
    font-weight: 700;
}


.cpn-text {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #415076;
}


.tc-light .cpn-text {
    color: #b9d2f4;
}


.cpn-text p {
    color: inherit !important;
    font-size: inherit !important;
}


.cpn-text .lead, .cpn-text .lead-light {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.7;
}


.cpn-text .lead-s2 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7;
}


.cpn-text .lead-s3 {
    font-size: 1.3rem !important;
    font-weight: 300;
    line-height: 1.7;
}


.cpn-text-light .lead, .cpn-text-light .lead-light {
    font-weight: 300;
}


.cpn-action .cpn-links {
    padding-top: 0;
}


.cpn-btns + .cpn-links {
    padding-top: 20px;
}


.cpn-links + .cpn-btns {
    padding-top: 20px;
}


@media (max-width: 575px) {
    .cpn-title .title {
        font-size: 1.75rem;
        line-height: 1.5;
    }
}


@media (min-width: 576px) {
    .banner-gap-b3 {
        padding-bottom: 120px;
    }

    .has-mask .banner-gap-b3 {
        padding-bottom: 160px;
    }

    .banner-screen {
        bottom: -40px;
        width: 100%;
    }

    .banner-screen-right {
        bottom: -70px;
        width: 360px;
    }

    .banner-fs .banner-wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}


@media (min-width: 768px) {
    .cpn-head .title-lg {
        font-size: 4rem;
    }

    .banner-gfx-re-s2 {
        margin: -50px 0 0;
    }

    .has-mask .banner-page {
        padding-bottom: 80px;
    }

    .banner-gap-b1 {
        padding-bottom: 75px;
    }

    .has-mask .banner-gap-b1 {
        padding-bottom: 125px;
    }

    .banner-gap-b2 {
        padding-bottom: 125px;
    }

    .has-mask .banner-gap-b2 {
        padding-bottom: 200px;
    }

    .banner-gap-b4 {
        padding-bottom: 340px;
    }

    .has-mask .banner-gap-b4 {
        padding-bottom: 360px;
    }

    .banner-page .banner-wrap {
        padding: 80px 0;
    }

    .is-transparent .banner-page .banner-wrap {
        padding-top: 60px;
    }

    .banner-page-md {
        min-height: 400px;
    }

    .banner-page-lg {
        min-height: 580px;
    }

    .banner-social-wrap {
        margin-top: 0;
    }

    .banner-social-vertical {
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        z-index: 3;
        padding: 20px 0;
        margin-top: -30px;
    }

    .banner-social-vertical li {
        display: block;
        padding: 8px 13px;
    }

    .banner-with-token-box-s1.banner-fs {
        min-height: 92vh;
    }

    .banner-with-token-box-s1 .banner-wrap {
        padding-bottom: 40px;
    }

    .cpn-text, .cpn-action {
        margin-top: 20px;
    }

    .cpn-text {
        margin-bottom: 15px;
    }

    .cpn-btns {
        padding-top: 10px;
    }

    .cpn-text-s1 {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}


@media (min-width: 992px) {
    .is-transparent .banner {
        padding-top: 75px;
    }

    .banner-gfx-re-s1 {
        margin: 0 -80px 0 -180px;
    }

    .banner-gfx-re-s2 {
        margin: -50px -280px 0 -110px;
    }

    .banner-gfx-re-s3 {
        margin: 0 -150px 0 -35px;
    }

    .banner-gfx-re-s5 {
        margin: 0 -305px 0 0;
    }

    .banner-gfx-re-s6 {
        margin: 0 -50px 0 -30px;
    }

    .has-mask .banner-page {
        padding-bottom: 100px;
    }

    .banner-gap-b3 {
        padding-bottom: 200px;
    }

    .has-mask .banner-gap-b3 {
        padding-bottom: 220px;
    }

    .banner-gap-b4 {
        padding-bottom: 60px;
    }

    .has-mask .banner-gap-b4 {
        padding-bottom: 80px;
    }

    .banner-screen-right {
        bottom: -45px;
        width: 100%;
    }

    .has-mask .banner-pd-lg {
        padding-bottom: 225px;
        padding-top: 65px;
    }

    .banner-inner {
        min-height: 600px;
    }

    .cpn {
        max-width: 90%;
    }

    .banner-page .cpn {
        max-width: 100%;
    }

    .cpn-head, .cpn-action, .cpn-text {
        margin-top: 30px;
    }

    .banner-s1 .cpn-head {
        margin-top: 0;
    }

    .cpn-text {
        margin-bottom: 25px;
        max-width: 90%;
    }

    .banner-s1 .cpn-text {
        margin-top: 20px;
        margin-bottom: 6px;
    }

    .banner-s2 .cpn-text {
        margin-top: 20px;
    }

    .cpn-text-s1 {
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .cpn-text-s2 {
        max-width: 100% !important;
    }

    .cpn-text-s3 {
        margin-top: 10px;
    }

    .cpn-btns, .cpn-links {
        padding-top: 20px;
    }

    .cpn-action .cpn-btns, .cpn-action .cpn-links {
        padding-top: 0;
    }

    .cpn-btns + .cpn-links {
        padding-top: 20px;
    }

    .cpn-links + .cpn-btns {
        padding-top: 20px;
    }

    .cpn-head .title-sm {
        font-size: 1.85rem;
    }

    .cpn-head .title-md {
        font-size: 2.6rem;
    }

    .cpn-head .title-lg-s2 {
        font-size: 3rem;
    }

    .cpn-head .title-lg-s3 {
        font-size: 2rem;
    }

    .cpn-boxed {
        padding: 35px;
    }

    .cpn-social {
        margin-top: 50px;
    }

    .cpn-s2 {
        margin-top: -122px !important;
        padding-top: 0;
    }
}


@media (min-width: 1200px) {
    .banner-gfx-re-s1 {
        margin: 0 -380px 0 -180px;
    }

    .banner-gfx-re-s2 {
        margin: 0 -330px 0 -110px;
    }

    .banner-gfx-re-s5 {
        margin: 0 -515px 0 0;
    }

    .banner-gfx-re-s6 {
        margin: 0 0 -160px -70px;
    }

    .banner-gfx-re-s7 {
        margin: 140px -505px -183px -290px;
    }

    .banner-gfx-re-s7 + .abs-center {
        right: 15px;
        transform: translateY(-50%);
        left: auto;
    }

    .banner-gap-b3 {
        padding-bottom: 290px;
    }

    .has-mask .banner-gap-b3 {
        padding-bottom: 320px;
    }

    .banner-screen-right {
        bottom: -90px;
    }

    .banner-fs .banner-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


@media (min-width: 1600px) {
    .banner-gfx-re-s2 {
        margin: -100px -480px 0 -110px;
    }

    .banner-gfx-re-s6 {
        margin: 0 -80px -300px 30px;
    }

    .banner-fs-lg {
        min-height: calc(100vh - 100px);
    }

    .has-mask .banner-pd-lg {
        padding-bottom: 295px;
        padding-top: 65px;
    }

    .cpn-head .title-lg-s3 {
        font-size: 3rem;
    }
}


@media (max-width: 991px) {
    .banner-gfx-ovfix {
        padding-top: 20px;
        padding-bottom: 60px;
    }
}


@media (max-width: 991px) and (orientation: landscape) {
    .banner-gfx {
        margin-left: auto;
        margin-right: auto;
        max-width: 390px;
    }

    .banner-gfx-ovfix {
        padding-top: 40px;
        padding-bottom: 110px;
    }
}
@media (max-width: 991px) {
    .banner {
        min-height: 700px !important;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .banner-gfx {
        max-width: 320px;
    }
}
@media (max-width: 767px) {
    .banner {
        min-height: 650px !important;
    }
}


@media (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
    .banner-fs {
        min-height: calc(65vh - 90px);
    }

    .is-transparent .banner-fs {
        min-height: 60vh;
    }
}


@media (max-width: 420px) {
    .cpn-btns .btn:not(.btn-with-icon) {
        font-size: 11px;
        padding: 8px 16px;
    }
}


.banner-y-pd {
    padding-top: 20px !important;
    padding-bottom: 124px !important;
}


.gfx-screen .owl-stage-outer, .gfx-screen .owl-stage, .gfx-screen .owl-item, .gfx-screen .slides {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}


@media (min-width: 400px) {
    .gfx-screen {
        top: 8px;
        left: 57px;
        width: calc(100% - 117px);
        height: calc(100% - 35px);
    }

    .gfx-screen .flex-control-nav {
        right: -46px;
    }

    .banner-gfx-s2 {
        max-width: 350px;
    }
}


@media (min-width: 576px) {
    .gfx-screen {
        left: 63px;
        width: calc(100% - 130px);
    }

    .gfx-screen .flex-control-nav {
        right: -53px;
    }

    .banner-gfx-s2 {
        max-width: 100%;
    }
}


@media (min-width: 768px) {
    .gfx-screen {
        top: 9px;
        left: 73px;
        width: calc(100% - 150px);
        height: calc(100% - 44px);
    }

    .gfx-screen .flex-control-nav {
        right: -65px;
    }
}


@media (min-width: 1200px) {
    .gfx-screen {
        top: 18px;
        left: 106px;
        width: calc(100% - 220px);
        height: calc(100% - 66px);
    }

    .gfx-screen .flex-control-nav {
        right: -100px;
    }
}


@media (min-width: 1600px) {
    .gfx-screen {
        left: 135px;
        width: calc(100% - 279px);
        height: calc(100% - 81px);
    }

    .gfx-screen .flex-control-nav {
        right: -128px;
    }
}


/** 04.06 Head */
.section-head {
    position: relative;
}
.section-head>span{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.25rem;
}

.section-head:not([class*=pdb]) {
    padding-bottom: 40px;
}


.section-head p {
    color: #415076;
}


.tc-light .section-head p {
    color: #8ca2e5;
}


.section-head.tc-light p {
    color: #8ca2e5;
}


.section-head .title-thin {
    font-weight: 300;
}


.section-head .title:not(:last-child) {
    margin-bottom: .75rem;
}


.section-head .title-xs:not(:last-child) {
    margin-bottom: .5rem;
}


.section-head .title:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: attr(title);
    font-family: "Roboto", sans-serif;
    line-height: .9;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--blue-200);
    transform: translate(-50%, -50%);
    opacity: 0.06;
}


.tc-light .section-head .title:before {
    opacity: 0.06;
}


.section-head .title-s4 {
    text-transform: uppercase;
    padding: 30px 0;
    margin-bottom: 0;
    opacity: 1;
    position: relative;
}


.section-head .title-s4.title:before {
    font-size: 120px !important;
    font-weight: 700;
}


.section-head-s2 .title:before {
    font-size: 48px;
    background-image: linear-gradient(180deg, #415076 0%, #8ca2e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.firefox .section-head-s2 .title:before {
    -webkit-text-fill-color: #000;
}


.firefox .tc-light .section-head-s2 .title:before {
    -webkit-text-fill-color: #fff;
}


.tc-light .section-head-s3:before {
    background: #23c99d;
}


.tc-light .section-head-s3:after {
    background: #16a3fe;
}


@media (min-width: 576px) {
    .section-head:not([class*=pdb]) {
        padding-bottom: 50px;
    }

    .section-head-xs:not([class*=pdb]) {
        padding-bottom: 25px;
    }

    .section-head-sm:not([class*=pdb]) {
        padding-bottom: 30px;
    }

    .section-head .title:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .section-head .title-xs:not(:last-child) {
        margin-bottom: .75rem;
    }

    .section-head-s2 .title:before {
        font-size: 64px;
    }
}


@media (min-width: 992px) {
    .section-head:not([class*=pdb]) {
        padding-bottom: 60px;
    }

    .section-head-sm:not([class*=pdb]) {
        padding-bottom: 40px;
    }

    .section-head-xs:not([class*=pdb]) {
        padding-bottom: 25px;
    }

    .section-head-s2 .title:before {
        font-size: 90px;
    }

    .section-head-s2 .title-xl:before {
        font-size: 124px;
    }
}


.t-cap {
    text-transform: capitalize !important;
}


/** 04.07 Features */
.feature {
    margin-bottom: 30px;
    display: block;
}


.feature.card {
    height: calc(100% - 30px);
}


.feature-group .feature {
    margin-bottom: 0;
}
.feature-inline.card {
    flex-direction: row;
}
.feature-s1.bordered {
    border: 2px solid rgba(25, 64, 176, 0.2);
}
.feature-s1-1.bordered {
    border-color: rgba(25, 64, 176, 0.2);
}


.feature-s1-2.bordered {
    border-color: rgba(35, 201, 157, 0.2);
}


.feature-s1-3.bordered {
    border-color: rgba(22, 163, 254, 0.2);
}


.feature-s1-4.bordered {
    border-color: rgba(230, 96, 74, 0.2);
}


.feature-s3.card {
    padding: 30px 30px 40px;
    margin-bottom: 0;
    height: 100%;
}


.feature-s3-alt .title-md {
    margin-bottom: 0.6rem;
}


.feature-s4 .title {
    padding-top: 15px;
}


.feature-s8.card {
    height: calc(100% - 40px);
}
.feature-s8-alt.card {
    height: calc(100% - 90px);
}


.feature-s11 .list {
    margin-left: 20px;
}


.tc-light .feature-slider-dot {
    background: #9e90f1;
}


.feature-slider-dot.active {
    background: #6a55ea;
}


.tc-light .feature-slider-dot:nth-child(2) {
    background: #8de7db;
}


.feature-slider-dot:nth-child(2).active {
    background: #2bc9b4;
}


.tc-light .feature-slider-dot:nth-child(3) {
    background: #9fd4f9;
}


.feature-slider-dot:nth-child(3).active {
    background: #49adf3;
}


.tc-light .feature-slider-dot:nth-child(4) {
    background: #f9c395;
}


.feature-slider-dot:nth-child(4).active {
    background: #f2801c;
}


.tc-light .feature-slider-dot:nth-child(5) {
    background: #f29edb;
}


.feature-slider-dot:nth-child(5).active {
    background: #ea64c6;
}


.feature-slider-dot .ikon {
    font-size: 28px;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #fff;
    display: block;
}


.feature-slider-dot-s1.active:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}


.feature-slider-dot-s1.active .ikon {
    background: transparent;
    color: #fff;
}


.feature-slider-dot-s1 .ikon {
    line-height: 46px;
    width: 46px;
}


.tc-light .feature-document-s2 {
    background: var(--blue-200);
}


.tc-light .feature-document-img img {
    border-width: 0;
    box-shadow: 0px 0px 12px 0px rgba(12, 25, 90, 0.25);
}


.tc-light .feature-document-img:before {
    background: rgba(22, 163, 254, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(12, 25, 90, 0.15);
}


.tc-light .feature-document-text-s2 {
    color: #fff;
}


.tc-light .feature-document-link:hover, .tc-light .feature-document-link:active, .tc-light .feature-document-link:focus {
    background: #16a3fe;
    color: #fff;
}


.tc-light .feature-document-link-s2 li a {
    color: #8ca2e5 !important;
    border: 2px solid #fff;
}


@keyframes focuse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}


@media (max-width: 575px) {
    .boxed.contact-form {
        padding: 20px;
    }
}


@media (min-width: 480px) {
    .feature-s10 {
        padding: 40px 90px 50px 35px;
    }

    .feature-s10-left {
        margin-right: 45px;
        padding-bottom: 90px;
    }

    .feature-s10-right {
        margin-left: 45px;
        margin-top: -45px;
    }

    .feature-s11 {
        flex-wrap: nowrap;
    }
}


@media (min-width: 576px) {
    .feature.card {
        height: calc(100% - 30px);
    }
    .feature-s2 {
        display: flex;
        align-items: flex-start;
    }

    .feature-s3 {
        margin-bottom: 0;
        padding: 0 30px;
    }

    .feature-s3.card {
        margin-bottom: 0;
        height: 100%;
    }

    .feature-s3-alt {
        padding: 0;
    }

    .feature-s6 {
        padding-bottom: 145px;
    }

    .feature-s6:before, .feature-s6:after {
        position: absolute;
        left: 50%;
        content: '';
        transform: translateX(-50%);
    }

    .feature-s6:before {
        bottom: 0;
        width: 2px;
        height: 95px;
        background: #dbe4f7;
        border-radius: 2px;
    }

    .tc-light .feature-s6:before {
        background: rgba(255, 255, 255, 0.8);
    }

    .feature-s6:after {
        bottom: 94px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #dbe4f7;
        background: #16a3fe;
    }

    .tc-light .feature-s6:after {
        border-color: #fff;
    }

    .feature-s8.card {
        height: calc(100% - 40px);
    }

    .feature-s8-alt.card {
        height: calc(100% - 80px);
    }

    .feature-s12 {
        flex-wrap: nowrap;
    }

    .feature-slider-dot {
        height: 76px;
        width: 76px;
        padding: 10px;
        margin: 0 20px;
    }

    .feature-slider-dot .ikon {
        font-size: 38px;
        line-height: 56px;
        width: 56px;
    }

    .feature-slider-dot-s1 {
        padding: 0;
    }

    .feature-slider-dot-s1 .ikon {
        font-size: 48px;
        line-height: 76px;
        width: 76px;
    }

    .feature-sm-reverse {
        flex-direction: row-reverse;
        text-align: right;
    }

    .boxed {
        padding: 40px 50px;
    }

    .boxed-xs {
        padding: 18px;
    }

    .boxed-sm {
        padding: 35px 25px;
    }

    .boxed-md {
        padding: 40px 30px;
    }

    .boxed-lg {
        padding: 45px 40px;
    }

    .feature-icon-lg-s3 {
        margin-bottom: 5px !important;
    }
}


.feature:hover .link-feature-s1 {
    bottom: -25px;
    opacity: 1;
}


@media (min-width: 768px) {
    .feature-s10 {
        padding: 40px 45px 50px 35px;
    }

    .feature-s10-left {
        margin-right: -22.5px;
        margin-top: 60px;
        padding-bottom: 50px;
    }

    .feature-s10-right {
        margin-left: -22.5px;
        margin-bottom: 60px;
        margin-top: 0;
    }

    .feature-carousel-s1 .owl-nav {
        position: absolute;
        bottom: 35px;
        right: 15px;
    }

    .feature-md-reverse .feature-icon-s7 {
        margin-left: 30px;
    }

    .feature-md-reverse {
        flex-direction: row-reverse;
        text-align: right;
    }
}


@media (min-width: 992px) {
    .feature-s6-1 {
        padding-top: 197px;
    }

    .feature-s6-2 {
        padding-top: 73px;
    }

    .feature-s6-3 {
        padding-top: 0;
    }

    .feature-s6-4 {
        padding-top: 184px;
    }

    .feature-s10 {
        padding: 40px 240px 50px 50px;
    }

    .feature-s10-left {
        margin-right: -95px;
        margin-top: 80px;
    }

    .feature-s10-right {
        margin-left: -95px;
    }

    .feature-text-s2 {
        padding: 0 0 0 45px;
    }

    .feature-text-wd p {
        width: 72%;
    }

    .feature-s11 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .feature-s12 {
        align-items: flex-start;
    }
    .feature-lg-reverse .feature-icon-s7 {
        margin-left: 30px;
    }

    .feature-lg-reverse {
        flex-direction: row-reverse;
        text-align: right;
    }

    .boxed-xs {
        padding: 18px;
    }

    .boxed-md {
        padding: 45px 40px;
    }

    .boxed-lg {
        padding: 55px 60px;
    }

    .boxed-xl {
        padding: 65px 60px;
    }
}


@media (min-width: 1200px) {
    .feature-text-s2 {
        padding: 0 65px 0 45px;
    }

    .feature-text-wd p {
        width: 60%;
    }

    .feature-xl-reverse .feature-icon-s7 {
        margin-left: 30px;
    }

    .feature-xl-reverse {
        flex-direction: row-reverse;
        text-align: right;
    }
}


@media (max-width: 991px) {
    .feature-icon-s1 {
        margin: 0 auto 40px;
    }
}


.feature-icon-btc .icon {
    color: #ffba00;
}


.feature-icon-eth .icon {
    color: #6a7aa2;
}


.feature-icon-ltc .icon {
    color: #adadad;
}


.feature-icon-xrp .icon {
    color: #2f3135;
}


.feature-icon-dash .icon {
    color: #1174bc;
}


.feature-icon-monero .icon {
    color: #ff6600;
}


.feature-currency .title {
    color: #415076 !important;
}


.owl-item.active .feature {
    opacity: 0.8 !important;
}


.owl-item.active.center .feature {
    transition: 0.3s;
    opacity: 1 !important;
}


@media (min-width: 992px) {
    .feature.center-lg {
        transform: scale(1.2);
    }
}


/** 04.08 Roadmap */
.roadmap {
    position: relative;
    z-index: 10;
    padding-bottom: 30px;
}


.tc-light .roadmap-s1:before, .tc-light .roadmap-s1:after {
    border-color: rgba(255, 255, 255, 0.1);
}


.tc-light .roadmap-s1-alt:before, .tc-light .roadmap-s1-alt:after {
    border-color: rgba(255, 255, 255, 0.3);
}


.tc-light .roadmap-s2:before {
    background: #16a3fe;
}


.tc-light .roadmap-s2:after {
    border-color: #5b77a3;
    background: #122272;
}


.tc-light .roadmap-s2.roadmap-finished:after, .tc-light .roadmap-s2.roadmap-running:after {
    background: #16a3fe;
    border-color: #fff;
}


.tc-light .roadmap-s2.roadmap-running:after {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
}


.tc-light .roadmap-s6:after {
    background: #122272;
}


.bg-theme .roadmap-wrap-ovl-right:after {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(18, 34, 114, 0.8) 25%, #122272 60%, #122272 100%);
}


.tc-light .roadmap-line {
    background: rgba(255, 255, 255, 0.1);
}


.tc-light .roadmap-line:after, .tc-light .roadmap-line:before {
    background: #16a3fe;
}


.bg-theme .roadmap-line {
    background: var(--blue-200);
}


.bg-theme .roadmap-line:after, .bg-theme .roadmap-line:before {
    background: #16a3fe;
}


.tc-light .roadmap-line-s2 {
    background: #5b77a3;
}


.tc-light .roadmap-year {
    background: #16a3fe;
}


.bg-theme .roadmap-year, .bg-theme-dark .roadmap-year {
    background: #16a3fe;
}


.tc-light .roadmap-step-list li:before {
    background: rgba(255, 255, 255, 0.1);
}


.tc-light .roadmap-step {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}


.tc-light .roadmap-step:before {
    background: #16a3fe;
}


.tc-light .roadmap-step:after {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}


.bg-theme .roadmap-step, .bg-theme-dark .roadmap-step {
    background: #132582;
    border-color: var(--blue-200);
}


.bg-theme .roadmap-step:before, .bg-theme-dark .roadmap-step:before {
    background: #16a3fe;
    border-color: #122272;
}


.bg-theme .roadmap-step:after, .bg-theme-dark .roadmap-step:after {
    background: var(--blue-200);
    border-color: var(--blue-200);
}


.bg-theme-alt .roadmap-step:before {
    border-color: var(--blue-200);
}


.has-bg-image .roadmap-step:before {
    border-color: transparent;
}


.bg-theme .roadmap-step-s1, .bg-theme-dark .roadmap-step-s1, .tc-light .roadmap-step-s1 {
    background: transparent;
}


.tc-light .roadmap-step-s3 {
    background: transparent;
}


.tc-light .roadmap-time {
    color: rgba(255, 255, 255, 0.8);
}


.tc-light .roadmap-time-s1:after {
    background: #fff;
}


.tc-light .roadmap-done .roadmap-time-s1:before, .tc-light .roadmap-current .roadmap-time-s1:before {
    background: rgba(255, 255, 255, 0.1);
}


.tc-light .roadmap-time-s3:before {
    color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(-90deg, #122272 0%, #192f9e 100%);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 2px 7px 0px rgba(255, 255, 255, 0.1);
}


.tc-light .roadmap-finished .roadmap-time-s5:after {
    color: #39d884;
    background: #122272;
}


.tc-light .roadmap-title {
    color: #fff;
}


.tc-light .roadmap-title-s2 {
    color: rgba(255, 255, 255, 0.8);
}


.tc-light .roadmap-done .roadmap-title-s2:before {
    color: #fff;
    background: #122272;
}


.bg-theme .roadmap-done .roadmap-title-s2:before {
    background: #122272;
}


.bg-theme-alt .roadmap-done .roadmap-title-s2:before {
    background: var(--blue-200);
}


.tc-light .roadmap-carousel:after, .tc-light .roadmap-carousel:before {
    background: var(--blue-200);
}


.roadmap-carousel .owl-nav {
    position: absolute;
    left: -30px;
    top: 23px;
    font-size: 36px;
    font-weight: 400;
    width: calc(100% + 60px);
    opacity: 0.3;
}


.roadmap-carousel .owl-nav .owl-next {
    right: -30px;
}


.roadmap-carousel .owl-nav .owl-prev {
    left: -30px;
}


.roadmap-carousel .owl-nav .owl-next, .roadmap-carousel .owl-nav .owl-prev {
    top: -30px;
    position: absolute;
    z-index: 2;
    height: 52px;
    width: 52px;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #16a3fe;
    transform: translateY(50%);
}


.bg-theme .roadmap-carousel-s2:before {
    background: linear-gradient(90deg, #122272 0%, rgba(0, 0, 0, 0) 100%);
}


.bg-theme-alt .roadmap-carousel-s2:before {
    background: linear-gradient(90deg, var(--blue-200) 0%, rgba(0, 0, 0, 0) 100%);
}


.bg-theme .roadmap-carousel-s2:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #122272 100%);
}


.bg-theme-alt .roadmap-carousel-s2:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--blue-200) 100%);
}


.tc-light .roadmap-carousel-container:before {
    background: var(--blue-200);
}


.roadmap-carousel-nav-s2 .owl-nav {
    width: calc(100% + 80px);
    top: 26px;
    opacity: 1;
}


.roadmap-carousel-nav-s2 .owl-nav button {
    border: none !important;
}


.roadmap-carousel-nav-s2 .owl-nav button:after {
    font-size: 36px;
    line-height: 52px;
    color: #dbe4f7;
}


.roadmap-carousel-nav-s2.roadmap-carousel-s2 .owl-nav {
    top: -7px;
    left: 0;
    width: calc(100% + 20px);
}


@media (max-width: 767px) {
    .roadmap-carousel-container {
        max-width: calc(100% - 90px);
        margin-right: auto;
        margin-left: auto;
    }

    .roadmap-carousel-nav-s2.roadmap-carousel-s2 .owl-nav {
        width: calc(100% + 10px);
    }
}


@media (min-width: 576px) {
    .roadmap-wrap-ovl-right {
        max-width: none;
        margin-right: -200px;
    }

    .roadmap-wrap-ovl-right:after {
        width: 280px;
    }

    .roadmap-wrap-ovl-right .owl-nav {
        margin-right: 190px;
    }

    .roadmap-text {
        padding: 0;
    }
}


@media (min-width: 768px) {
    .roadmap-s5 {
        display: flex;
        text-align: right;
    }

    .roadmap-s5.roadmap-right {
        justify-content: flex-end;
        text-align: left;
    }

    .roadmap-s5:not(:last-child) {
        padding-bottom: 15px;
    }

    .roadmap-wrap-s5 {
        max-width: 100%;
    }

    .roadmap-wrap-s5:before {
        top: -30px;
        left: 50%;
        margin-left: -0.5px;
    }

    .roadmap-step-s5 {
        max-width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .roadmap-time-s5:after {
        left: -39px;
    }

    .roadmap-left .roadmap-time-s5:after {
        right: -40px;
        left: auto;
    }
}


@media (min-width: 992px) {
    .roadmap {
        display: flex;
    }

    .roadmap-s1:before, .roadmap-s1:after {
        top: 41px;
        height: 0;
        width: 50%;
        border-top-width: 3px;
        border-top-style: solid;
        border-left-width: 0;
    }

    .roadmap-s1:before {
        left: 0;
    }

    .flex-row-reverse .roadmap-s1:before {
        right: 0;
        left: auto;
    }

    .roadmap-s1:after {
        left: auto;
        right: 0;
        z-index: -1;
    }

    .flex-row-reverse .roadmap-s1:after {
        right: auto;
        left: 0;
    }

    .roadmap-s1-alt:before, .roadmap-s1-alt:after {
        top: 42px;
        border-top-width: 1px;
        border-top-style: dashed;
    }

    .roadmap-s1-alt:after {
        right: 0;
    }

    .roadmap-s1-alt.roadmap-done:before, .roadmap-s1-alt.roadmap-done:after {
        top: 41px;
        border-top-width: 3px;
        border-top-style: solid;
    }

    .roadmap-s1-alt.roadmap-done:after {
        right: 0;
        left: auto;
    }

    .roadmap-s1-alt.roadmap-current:before {
        top: 41px;
        border-top-width: 3px;
        border-top-style: solid;
    }

    .roadmap-s1-alt.roadmap-current:after {
        top: 42px;
    }

    .roadmap-s2 {
        display: block;
    }

    .roadmap-s6 {
        display: block;
    }

    .roadmap-s6:after {
        right: -14px;
    }

    .roadmap-head-s6:after {
        position: absolute;
        content: "";
        bottom: 100%;
        right: -14px;
        width: 1px;
        height: 65px;
        transform: translate(50%, 0);
        background: #fff;
    }

    .roadmap-wrap {
        padding: 40px 0 10px;
        margin-bottom: 60px;
        max-width: 100%;
    }

    .roadmap-wrap-ovl-left, .roadmap-wrap-ovl-right {
        max-width: none;
    }

    .roadmap-wrap-s1 {
        padding-top: 0;
    }

    .roadmap-wrap-s1:after {
        position: absolute;
        width: 15px;
        height: calc(100% + 3px);
        border-width: 3px;
        border-style: solid;
        border-color: #dbe4f7;
        top: 41px;
    }

    .tc-light .roadmap-wrap-s1:after {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .roadmap-wrap-s1-alt:after {
        height: calc(100% + 1px);
        border-width: 1px;
        border-style: dashed;
        top: 42px;
    }

    .tc-light .roadmap-wrap-s1-alt:after {
        border-color: rgba(255, 255, 255, 0.3);
    }

    .roadmap-wrap-s1-alt.roadmap-wrap-done:after {
        height: calc(100% + 3px);
        border-width: 3px;
        border-style: solid;
        top: 41px;
    }

    .roadmap-wrap-s1.roadmap-wrap-done:after {
        border-color: #16a3fe;
    }

    .roadmap-wrap-s1:nth-child(odd):after {
        right: -15px;
        border-radius: 0 20px 20px 0;
        border-left-width: 0;
    }

    .roadmap-wrap-s1:nth-child(even):after {
        left: -15px;
        border-radius: 20px 0px 0px 20px;
        border-right-width: 0;
    }

    .roadmap-wrap-s1:last-child:after {
        display: none;
    }

    .roadmap-line {
        left: 50%;
        margin-left: -1px;
    }

    .roadmap-left {
        justify-content: flex-start;
        margin-top: -80px;
    }

    .roadmap-left .roadmap-step {
        margin-left: 0;
        margin-right: 80px;
    }

    .roadmap-left .roadmap-step:before {
        left: auto;
        right: -91px;
    }

    .roadmap-left .roadmap-step:after {
        left: auto;
        right: -78px;
    }

    .roadmap-left.roadmap-s5 {
        margin-top: 0;
    }

    .roadmap-right {
        justify-content: flex-end;
    }

    .roadmap-right .roadmap-step {
        margin-left: 80px;
    }

    .roadmap-year {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 16px;
        position: static;
        margin-left: auto;
        margin-right: auto;
    }

    .roadmap-step {
        width: 100%;
        padding: 40px 30px 35px;
    }

    .roadmap-step:before, .roadmap-step:after {
        position: absolute;
        content: '';
    }

    .roadmap-step:before {
        left: -91px;
    }

    .roadmap-step:after {
        width: 78px;
        left: -78px;
    }

    .roadmap-step-list li:before {
        top: 12px;
    }

    .roadmap-step-list-s1 li:after {
        left: 50%;
    }

    .roadmap-step-s1 {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .roadmap-step-s1:after {
        width: 0 !important;
        left: 50% !important;
        margin-left: -0.5px;
        height: 40px !important;
        top: 48px;
        border-top: 0;
        border-left: 1px solid;
        border-color: #dbe4f7;
    }

    .roadmap-s1-alt .roadmap-step-s1:after {
        border-left-style: dashed;
    }

    .roadmap-step-s3 {
        padding-top: 0;
        background: transparent !important;
    }

    .roadmap-step-s3:after {
        left: 50%;
        width: 2px;
    }

    .roadmap-step-s5 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .roadmap-head {
        margin-bottom: 15px;
    }

    .roadmap-time {
        font-size: 14px;
    }

    .roadmap-time-s1:after {
        left: 50%;
        bottom: 5px;
    }

    .roadmap-time-s1:before {
        bottom: -2px;
        left: 50%;
    }

    .roadmap-time-s3 {
        font-size: .87rem;
        font-weight: 600;
    }

    .roadmap-time-s6 {
        font-size: 18px;
    }

    .roadmap-title {
        font-size: 18px;
    }

    .roadmap-title-s1 {
        padding-top: 48px;
    }

    .roadmap-title-s2 {
        font-size: 1rem;
    }

    .roadmap-list {
        display: flex;
        align-items: flex-end;
        margin-bottom: 200px;
    }

    .roadmap-item {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .roadmap-item:nth-child(even) {
        flex-grow: 0;
        width: 0;
    }

    .roadmap-item:nth-child(even) .roadmap-innr {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 90px;
        min-width: 190px;
        transform: translateX(calc(-50% + 5px));
    }

    .roadmap-item:nth-child(even) .roadmap-innr:before {
        top: 0;
        height: 90px;
    }

    .roadmap-item-sm {
        min-height: 170px;
    }

    .roadmap-item-lg {
        min-height: 300px;
    }
}


@media (min-width: 1200px) {
    .roadmap-left .roadmap-step:before {
        right: -91px;
    }

    .roadmap-left .roadmap-step:after {
        right: -73px;
    }

    .roadmap-step:before {
        left: -91px;
    }

    .roadmap-step:after {
        width: 73px;
        left: -73px;
    }

    .roadmap-step-s1:before {
        left: 50%;
    }

    .roadmap-step-s3:after {
        left: 50%;
        width: 2px;
    }
}


.token-box-s2 .title {
    margin-bottom: 1.2rem;
}


.tc-light .token-sale-box {
    background: rgba(22, 163, 254, 0.08);
}


.token-bonus-item.three {
    background: #1f50dd;
}


.tc-light .token-bonus-txt {
    color: rgba(255, 255, 255, 0.6);
}


.tc-light .token-stage-date {
    border-color: rgba(255, 255, 255, 0.1);
}


.tc-light .token-stage-info {
    border-color: rgba(255, 255, 255, 0.1);
}


.tc-light .token-action-box {
    background: rgba(22, 163, 254, 0.1);
}


.tc-light .token-action-title {
    background: #16a3fe;
}


@media (max-width: 375px) {
    .token-info-item-s1 h4 {
        font-size: 1.25rem;
    }
}


@media (min-width: 768px) {
    .token-bar-chart {
        display: flex;
        overflow: visible;
        margin-top: 135px;
    }

    .token-bar-item {
        margin: 0;
    }

    .token-bar-item:before {
        position: absolute;
        left: -20px;
        top: 0;
        height: 40px;
        width: 40px;
        content: '';
        z-index: -1;
    }

    .token-bar-item:first-child:before {
        display: none;
    }

    .token-bar-txt {
        padding-bottom: 10px;
        top: -110px;
        left: 50%;
        min-width: 100%;
        transform: translateX(-50%);
        text-align: center;
    }

    .token-bar-txt:after {
        left: 50%;
        top: 100%;
        height: 65px;
        width: 1px;
        margin-left: 0;
    }
}


@media (max-width: 420px) {
    .token-status-s6 .countdown-time {
        font-size: 1.8rem;
    }

    .token-status-s6 .cpn-links, .token-status-s6 .cpn-links li {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (min-width: 480px) {
    .token-status .countdown-s2 {
        padding: 0 30px 20px;
    }

    .token-info-s1 {
        padding: 0 30px;
    }

    .token-min-s2 {
        padding: 0;
    }
}


@media (min-width: 576px) {
    .token-info {
        padding: 24px 40px 0;
    }

    .token-info .text-block-title {
        text-align: center;
    }

    .token-info-list li {
        display: flex;
    }

    .token-info-list li > span {
        width: 50%;
    }

    .token-info-title {
        font-size: 0.88rem;
        letter-spacing: 0.2em;
    }

    .token-info-des {
        font-size: 1.375rem;
    }

    .token-info-s1 {
        padding: 0 30px;
    }

    .token-status {
        padding: 24px 28px 20px;
    }

    .token-status-md {
        padding: 36px;
    }

    .token-status-s2 {
        padding: 0;
    }

    .token-status-s3 {
        padding: 29px 0 0;
        border: none;
    }

    .token-status-s4 {
        padding: 65px 0 50px;
    }

    .token-status-s5 {
        padding: 40px 30px 40px;
    }

    .token-status-s6 {
        border: none;
        padding: 35px 50px 45px;
    }

    .token-alocate-item {
        padding: 30px 65px 60px;
    }

    .token-alocate-item-s1 {
        padding-left: 0;
        padding-right: 0;
    }

    .token-alocate-graph {
        padding: 30px 40px 30px;
    }

    .token-action-box {
        flex-wrap: nowrap;
    }

    .token-action-box > div:last-child {
        padding-top: 20px;
        padding-left: 0;
    }

    .token-action-title {
        width: auto;
        border-radius: 6px 0 0 6px;
    }

    .token-action-s2 {
        padding: 30px;
    }
}


@media (min-width: 768px) {
    .token-alocate-item {
        padding: 20px 30px 40px;
    }

    .token-alocate-item-s1 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .token-alocate-graph {
        padding: 30px 0 30px;
    }

    .token-box-s1 {
        position: absolute !important;
        left: 0;
        bottom: -45px;
        width: 100%;
        z-index: 9 !important;
    }
}


@media (min-width: 992px) {
    .token-countdown-wrapper {
        padding: 30px 60px 30px 66px;
    }

    .token-status-s1 {
        padding: 30px 60px 30px 66px;
        margin-left: 0;
    }

    .token-status-s2 {
        margin: 65px 140px 0 0;
    }

    .token-status-s3 {
        margin-left: 25px;
    }

    .token-alocate-item {
        padding: 30px 65px 60px;
    }

    .token-alocate-item-s1 {
        padding: 30px 65px 0px;
    }

    .token-alocate-item-s1:before {
        position: absolute;
        height: 610px;
        width: 610px;
        top: 0;
        left: 50%;
        content: '';
        border-radius: 20px;
        background: rgba(18, 34, 114, 0.04);
        transform: rotate(45deg);
        transform-origin: 0 0;
    }

    .token-alocate-graph {
        padding: 30px 0 30px;
    }

    .token-alocate-graph-s1 {
        margin-top: 80px;
    }

    .token-action-box {
        margin-top: 15px;
    }
}


@media (min-width: 992px) {
    .tokdis-item {
        padding-left: 25px;
        padding-bottom: 4px;
        padding-top: 0;
    }

    .tokdis-item:before {
        width: 3px;
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0);
    }

    .tokdis-list {
        padding-bottom: 80px;
    }
}


.tc-light .toktmln-item:before {
    border-color: #fff;
}


.tc-light .toktmln-item div span:last-child {
    color: #8ca2e5;
}


.tc-light .toktmln-list:before {
    background: #fff;
}


@media (min-width: 992px) {
    .toktmln-list {
        position: relative;
    }

    .toktmln-list:before {
        left: 0;
        top: 14px;
        width: 100%;
        height: 2px;
    }

    .toktmln-item {
        padding: 64px 0 0;
        display: block;
    }

    .toktmln-item:before {
        top: 0;
        left: 0;
        transform: translateX(0);
    }

    .toktmln-item div {
        padding-bottom: 5px;
        text-align: left;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .toktmln-item div:last-child {
        padding: 0 0 0 0;
    }

    .toktmln-item div span:last-child {
        font-size: .875em;
    }
}


.stage-info .title {
    margin-bottom: .5rem;
}


/** 04.10 Team */
.team {
    position: relative;
    margin-bottom: 30px;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.nk-block-left .team {
    max-width: 100%;
}


.team:hover .team-show {
    opacity: 1;
}


.bg-theme .team-s5:before {
    background: var(--blue-200);
}


.has-bg-image .team-s5:before {
    background: var(--blue-200);
}


.tc-light .team-s5:before {
    background: #132582;
}


.team-photo + .list {
    padding-top: 15px;
}


.tc-light .team-social-s2 li a {
    color: #fff !important;
}


.team-name.title {
    margin-bottom: .5rem !important;
}


.tc-light .team-s3-alt .team-name {
    color: #fff;
}


.tc-light .team-s3-alt .team-position {
    color: #16a3fe;
}


.tc-light .team-position {
    color: #b9d2f4;
}


@media (min-width: 576px) {
    .team {
        margin-bottom: 50px;
    }

    .team-s2 {
        margin-bottom: 30px;
        text-align: left;
    }

    .team-s2 .word-split {
        justify-content: flex-start;
    }

    .team-s4 {
        padding: 30px 15px;
    }

    .team-s2 .team-photo {
        margin-left: 0;
    }

    .team-s2 .team-name {
        padding-top: 25px;
    }

    .team-featured-info {
        padding: 25px 30px;
    }

    .team-popup {
        padding: 40px;
    }

    .team-list {
        margin-bottom: -50px;
    }
}


@media (min-width: 768px) {
    .team-even {
        margin-top: 60px;
    }

    .team-s4 {
        margin-bottom: 50px;
    }
}


@media (min-width: 992px) {
    .team-featured-cont {
        padding-left: 20px;
    }

    .team-featured-title {
        padding: 8px 0 15px;
    }

    .team-name {
        padding-top: 34px;
        margin-bottom: 8px !important;
    }

    .team-s2 .team-name, .team-s3-alt .team-name {
        padding-top: 20px;
    }

    .team-s5 .team-name {
        padding-top: 24px;
    }

    .team-position {
        font-size: 0.88rem;
    }

    .team-position-sm {
        font-size: 13px;
    }

    .team-social {
        bottom: -20px;
        right: 20px;
        margin: 0 -5px;
    }

    .team-social li {
        padding: 0 4px;
    }

    .team-social li a {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }

    .team-social-s2 {
        margin: 0 -8px;
    }

    .team-social-s2 li {
        padding: 0 8px;
    }

    .team-social-s2 li a {
        font-size: 14px;
        height: auto;
        width: auto;
    }

    .team-popup {
        margin: 10px auto;
        width: 950px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .team-s5 .team-social {
        right: 9px;
    }
}


@media (min-width: 1600px) {
    .team-photo-s2 {
        max-width: 100%;
    }
}


/** 04.11 Partners */
.partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
}


.partner-logo {
    padding: 15px 10px;
}


[class*="col-"] > .partner-logo {
    padding: 0;
}


.partner-logo img {
    max-height: 30px;
    max-width: 100%;
    width: auto !important;
    margin-left: auto;
    margin-right: 0;
}


.has-carousel .partner-logo img {
    margin-right: auto;
}


.partner-list-lg .partner-logo {
    padding: 20px 25px;
}


.partner-list-lg .partner-logo img {
    max-height: 50px;
}


.partner-box {
    padding: 15px 0px;
    margin-bottom: 30px;
}


@media (min-width: 576px) {
    .partner-logo-s2, .partner-logo-s3 {
        margin-bottom: 30px;
        max-width: 16.6%;
        width: 16.6%;
    }

    .partner-logo-lg {
        width: 33%;
    }

    .partner-box {
        padding: 15px 66px;
        box-shadow: 0px 5px 25px rgba(25, 64, 176, 0.1);
    }
}


@media (min-width: 992px) {
    .partner-box .partner-list {
        justify-content: space-between;
    }

    .partner-list-lg {
        margin-bottom: -20px;
    }

    .partner-list-lg .partner-logo {
        padding: 20px 25px;
    }

    .partner-list-lg .partner-logo img {
        max-height: 50px;
    }

    [class*="col-"] > .partner-logo {
        padding: 15px 0;
    }
}


/** 04.12 Contact */
.contact-wrap {
    padding: 20px;
}


.tc-light .contact-icon {
    color: #122272;
    background: #fff;
    box-shadow: none;
}


.tc-light .contact-list-s1 .contact-icon {
    color: #122272;
    background: #fff;
}


.tc-light .contact-icon-s2 {
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
}


.tc-light .contact-icon-s3 {
    color: #fff;
    background: linear-gradient(to right, #16a3fe 0%, #23c99d 100%);
}


.bg-theme .contact-icon-s3:after {
    background: #122272;
}


.bg-theme-alt .contact-icon-s3:after {
    background: var(--blue-200);
}


@media (min-width: 576px) {
    .contact-wrap {
        padding: 50px;
    }

    .contact-wrap-lg {
        padding: 95px;
    }

    .subscribe-wrap {
        padding: 65px;
    }
}


@media (min-width: 768px) {
    .contact-list-s1 li {
        width: 33.33%;
        flex-wrap: wrap;
    }

    .contact-list-s1 .contact-text {
        width: auto;
    }

    .contact-list-s1 .contact-icon {
        margin-right: 15px;
    }
}


@media (max-width: 480px) {
    .contact-list-s2 {
        flex-wrap: wrap;
    }
}


@media (max-width: 767px) {
    .contact-list-s2 li {
        flex-wrap: wrap;
        text-align: center;
    }

    .contact-list-s2 li .contact-icon {
        margin-right: 0;
    }

    .contact-list-s2 li .contact-text {
        width: 100%;
    }
}


@media (max-width: 991px) {
    .contact-list-s2 {
        display: flex;
        justify-content: center;
    }

    .contact-list-s2 li {
        width: 100%;
        justify-content: center;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .contact-wrap, .subscribe-wrap {
        padding: 35px;
    }
}


.tc-light .social-links li a {
    color: #fff;
}


.tc-light .social-links li a:hover {
    color: #16a3fe;
}


.tc-light .social-links-s2 li a:hover {
    color: #16a3fe !important;
}


@media (min-width: 992px) {
    .section-contact .ovm-h-60 {
        height: 50%;
    }
}


/** 04.13 WGS */
.wgs {
    margin-bottom: 30px;
}


.wgs-title {
    text-transform: uppercase;
    color: var(--blue-200);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.075em;
}


.wgs-title-s2, .wgs-title-s3 {
    font-size: 1.125rem;
    letter-spacing: normal;
}


.wgs-title-s3 {
    font-weight: 700;
    margin-bottom: 22px;
    padding-top: 10px;
}


.tc-light .wgs-title {
    color: var(--green-300);
}


.wgs-logo {
    padding-bottom: 22px;
    display: inline-block;
}


.wgs-body p {
    font-size: 0.93em;
    line-height: 1.71;
    margin-bottom: 0.75rem;
}


.wgs-body p:last-child {
    margin-bottom: 0;
}


.wgs-list li {
    font-size: .9em;
    padding-bottom: 14px;
    letter-spacing: 0.01em;
}


.wgs-list li:last-child {
    padding-bottom: 0;
}


.wgs-links li {
    position: relative;
    padding: 5px 0;
    line-height: 1;
}


.wgs-links li:last-child {
    padding-bottom: 0px;
}


.wgs-links li a {
    font-size: 0.9em;
    line-height: 20px;
    display: block;
    color: #12183a;
}


.wgs-menu-s2 .wgs-links li a {
    font-size: 0.85em;
    opacity: 0.7;
    color: var(--blue-200);
    font-weight: 400;
}


.wgs-menu-s2 .wgs-links li a:hover {
    opacity: 1;
    color: var(--blue-200);
}


.wgs-links li a:hover {
    color: #16a3fe;
}


.tc-light .wgs-links li a {
    color: #fff !important;
}


.tc-light .wgs-links li a:hover {
    color: #16a3fe !important;
}


.wgs-archive .wgs-body {
    padding: 12px 0;
}


.wgs-cta .wgs-body {
    padding: 30px 30px 35px;
}


@media (min-width: 992px) {
    .wgs-subscribe-form-s1 {
        margin-left: -50px;
        padding-right: 50px;
    }
}


.tc-light .copyright-text {
    color: #b9d2f4;
}


.tc-light .copyright-text a {
    color: #b9d2f4;
}


.tc-light .copyright-text a:hover {
    color: #16a3fe;
}


.tc-light .copyright-text-s3 {
    color: #b9d2f4;
}


.tc-light .copyright-text-s3 span {
    color: #fff;
}


.tc-light .footer-nav li a {
    color: #8ca2e5 !important;
}


.tc-light .footer-nav li a:hover {
    color: #16a3fe !important;
}


@media (min-width: 576px) {
    .copyright-text-s2 {
        font-size: 12px;
    }

    .copyright-text li {
        width: auto;
    }
}


/** 04.14 Others */
.rank-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


@media (min-width: 400px) {
    .rank-item {
        height: 104px;
        width: 108px;
        padding-top: 24px;
    }
}


@media (min-width: 768px) {
    .rank-item {
        height: 136px;
        width: 146px;
        padding: 32px 30px 0;
    }

    .rank-item img {
        max-height: 24px;
    }

    .rank-count {
        padding-top: 10px;
        font-size: 1.4rem;
    }

    .rank-count span {
        font-size: .9rem;
    }
}


@media (min-width: 992px) {
    .rank-item {
        height: 160px;
        width: 164px;
        padding-top: 38px;
    }
}


.tc-light .rating-info span {
    color: #eaeff6;
}


.tc-light .rating-info {
    color: #fff;
    background: #2656e0;
}


.tc-light .rating-title {
    background: #0c195a;
}


@media (min-width: 420px) {
    .bonus-info {
        padding: 12px 30px 16px;
    }

    .bonus-percent {
        font-size: 28px;
    }

    .bonus-percent small {
        font-size: 14px;
    }

    .bonus-date {
        font-size: 12px;
        color: #8ca2e5;
    }

    .bonus-badge {
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(-90deg);
        line-height: 22px;
        font-size: 11px;
        padding: 0 10px;
    }
}


.chart-data li {
    display: flex;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 7px 0;
}


.chart-data li span {
    display: block;
}


.chart-data-s1 {
    display: flex;
    flex-wrap: wrap;
}


.chart-data-s1 li {
    display: flex;
    align-items: center;
    width: auto;
    transition-delay: .8s;
    width: 100%;
}


.chart-data-s1 .chart-p {
    min-width: 55px;
    height: 55px;
    line-height: 50px;
    padding: 0;
    color: #fff;
    transform: rotate(45deg);
    border-radius: 10px;
    margin: 30px;
    order: -1;
    font-size: 16px;
    font-weight: 600;
    line-height: 55px;
}


.chart-data-s1 .chart-p span {
    transform: rotate(-45deg);
    display: block;
}


.chart-data-s1 .chart-l {
    text-align: left;
}


.chart-data-s2 {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}


.chart-data-s2 li {
    padding: 10px;
}


.chart-data-item {
    position: relative;
    padding: 15px 25px;
}


.chart-data-item:before, .chart-data-item:after {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 45px;
    border: 2px solid #dbe4f7;
    transition: all .4s;
}


.tc-light .chart-data-item:before, .tc-light .chart-data-item:after {
    border-color: rgba(219, 228, 247, 0.5);
}


.active > .chart-data-item:before, .active > .chart-data-item:after {
    border-color: #16a3fe;
}


.chart-data-item:before {
    left: 0;
    border-radius: 6px 0 0 6px;
    border-right: none;
}


.chart-data-item:after {
    right: 0;
    border-radius: 0 6px 6px 0;
    border-left: none;
}


.chart-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--blue-200);
    transition: all .4s;
}


.tc-light .chart-label {
    color: #fff;
}


.active > div > .chart-label {
    color: #16a3fe;
}


.chart-info {
    display: block;
}


.chart-percent {
    font-size: 22px;
    font-weight: 400;
    color: var(--blue-200);
}


.tc-light .chart-percent {
    color: #fff;
}


.chart-sublabel {
    font-size: 13px;
    color: #415076;
    margin-left: 8px;
}


.tc-light .chart-sublabel {
    color: #8ca2e5;
}


.chart-p {
    margin-left: auto;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--blue-200);
}


.chart-c {
    position: relative;
    top: 3px;
    height: 14px;
    width: 14px;
    border-radius: 3px;
    margin-right: 12px;
    flex-shrink: 0;
    display: block;
}


@media (min-width: 480px) {
    .chart-data-s1 li {
        width: 50%;
    }
}


@media (min-width: 576px) {
    .chart-label, .chart-percent {
        font-size: 18px;
    }

    .chart-c {
        top: 6px;
    }

    .chart-canvas {
        min-height: 360px;
    }

    .chart-canvas-s1 {
        min-height: 215px;
    }
}


@media (min-width: 768px) {
    .chart-data-s1 li {
        width: 33.33%;
    }
}


@media (min-width: 992px) {
    .chart-data-s1 li {
        position: absolute;
        width: auto;
        transition: all .4s;
        opacity: 0;
    }

    .chart-data-s1 li:nth-child(1) {
        top: -60px;
        left: 50%;
        transform: translateX(-50%) translateY(-30px) !important;
        flex-wrap: wrap;
        transition-delay: .6s;
    }

    .chart-data-s1 li:nth-child(1) .chart-l {
        order: -1 !important;
        width: 100%;
    }

    .chart-data-s1 li:nth-child(1) .chart-p {
        margin: 20px auto;
        transform: rotate(0);
    }

    .chart-data-s1 li:nth-child(1) .chart-p span {
        transform: rotate(0);
    }

    .animate.show .chart-data-s1 li:nth-child(1) {
        transform: translateX(-50%) translateY(0) !important;
    }

    .chart-data-s1 li:nth-child(odd) {
        left: 50%;
        transform: translateX(30px) translateY(0);
    }

    .chart-data-s1 li:nth-child(odd) .chart-l {
        order: 1;
    }

    .chart-data-s1 li:nth-child(even) {
        right: 50%;
        transform: translateX(-30px) translateY(0);
    }

    .chart-data-s1 li:nth-child(even) .chart-l {
        order: -1;
        text-align: right;
    }

    .chart-data-s1 li:nth-child(even) .chart-p {
        left: auto;
        right: 29px;
        top: 33px;
    }

    .chart-data-s1 li:nth-child(2) {
        top: 65px;
        margin-right: 65px;
        transition-delay: .8s;
    }

    .chart-data-s1 li:nth-child(3) {
        top: 65px;
        margin-left: 65px;
        transition-delay: .8s;
    }

    .chart-data-s1 li:nth-child(4) {
        top: 173px;
        margin-right: 172px;
        transition-delay: 1s;
    }

    .chart-data-s1 li:nth-child(5) {
        top: 173px;
        margin-left: 172px;
        transition-delay: 1s;
    }

    .chart-data-s1 li:nth-child(6) {
        top: 281px;
        margin-right: 278px;
        transition-delay: 1.2s;
    }

    .chart-data-s1 li:nth-child(7) {
        top: 281px;
        margin-left: 278px;
        transition-delay: 1.2s;
    }

    .animate.show .chart-data-s1 li {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }

    .chart-data-s1 .chart-p {
        order: 0;
    }

    .chart-data-s1 .chart-l {
        text-align: center;
        font-weight: 400;
    }

    .chart-canvas {
        min-height: 300px;
    }

    .chart-canvas-s1 {
        min-height: 215px;
    }
}


@media (min-width: 576px) {
    .ath-body {
        padding: 32px 40px 40px;
    }
}


.bg-theme > .sap-text span {
    background: #122272;
}


.bg-theme-alt > .sap-text span {
    background: var(--blue-200);
}


.tc-light .blog {
    background: var(--blue-200);
}


.tc-light .blog-meta li:not(:last-child):after {
    color: #8ca2e5;
}


.comment-info .title {
    margin-bottom: 0;
}


@media (min-width: 576px) {
    .comment-wrap {
        margin-bottom: 30px;
    }

    .comment-item {
        display: flex;
        padding: 30px;
    }

    .comment-item + .comment-item {
        padding-left: 60px;
    }

    .comment-item + .comment-item + .comment-item {
        padding-left: 90px;
    }

    .comment-photo {
        margin-bottom: 0;
    }
}


.pagination {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    justify-content: center;
    box-shadow: 0 5px 45px 0 rgba(18, 24, 58, 0.08);
}


.pagination li a {
    display: inline-block;
    height: 50px;
    min-width: 56px;
    text-align: center;
    line-height: 20px;
    padding: 15px 5px;
    background: #fff;
    color: rgba(65, 80, 118, 0.7);
}


.pagination li a .icon {
    line-height: 20px;
    padding: 0 5px;
}


.pagination li a.active, .pagination li a:hover {
    background: #16a3fe;
    color: #fff;
}


.pagination li a.active .icon, .pagination li a:hover .icon {
    color: #fff;
}


.pagination li:first-child a {
    border-radius: 6px 0 0 6px;
}


.pagination li:last-child a {
    border-radius: 0 6px 6px 0;
}


.download-option .icon {
    display: block;
    padding-bottom: 35px;
    font-size: 44px;
    color: #415076;
}


@media (min-width: 992px) {
    .download-option:not(:last-child):after {
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        width: 1px;
        background: rgba(162, 179, 205, 0.3);
    }
}


.doc {
    text-align: center;
    position: relative;
}


.doc:hover {
    z-index: 9;
}


.doc:hover .doc-photo {
    transform: translateY(-10px);
}


.doc:hover .doc-photo.no-hover {
    transform: translateY(0);
}


.tc-light .doc-shape:before {
    background-image: url(../images/polygon-a-light.png);
}


.doc:hover .doc-shape-a:before {
    transform: translateX(-50%) translateY(10px) rotate(0deg) scale(1.1);
}


.doc:hover .doc-shape-b:before {
    transform: translateX(-50%) translateY(10px) rotate(90deg) scale(1.1);
}


.doc:hover .doc-shape-c:before {
    transform: translateX(-50%) translateY(10px) rotate(-90deg) scale(1.1);
}


.doc:hover .doc-shape-d:before {
    transform: translateX(-50%) translateY(10px) rotate(135deg) scale(1.1);
}


.tc-light .doc-title small {
    color: #8ca2e5;
}


.tc-light a.doc-download {
    color: #fff !important;
}


.tc-light a.doc-download:hover {
    color: #16a3fe !important;
    background: #fff;
}


@media (min-width: 1200px) {
    .doc-shape:before {
        width: 255px;
        height: 245px;
    }

    .doc-photo {
        max-width: 175px;
    }
}


.particles-container {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0 !important;
}


.particles-container.is-fixed {
    position: fixed !important;
    z-index: -1 !important;
}


.tc-light .product-box {
    background: #fff;
}


.tc-light .product-name {
    color: var(--green-300);
}


.tc-light .product-image {
    border-color: var(--green-300);
}


@media (min-width: 576px) {
    .qr-code {
        display: block;
    }

    .qr-code:hover .qr-list {
        opacity: 1;
        visibility: visible;
    }

    .qr-list {
        position: absolute;
        width: 264px;
        display: flex;
        background: #fff;
        padding: 18px;
        justify-content: space-between;
        bottom: calc(100% + 15px);
        right: 0;
        box-shadow: 0px 5px 30px rgba(25, 64, 176, 0.3);
        border-radius: 5px;
        opacity: 0;
        transition: 0.3s;
        visibility: hidden;
    }

    .has-rtl .qr-list {
        right: auto;
        left: 0;
    }

    .qr-list:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        width: 2px;
        height: 30px;
        background: #0189e0;
    }

    .qr-list:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid #fff;
        right: 10px;
        z-index: 1;
        bottom: -13px;
    }

    .has-rtl .qr-list:before {
        right: auto;
        left: 10px;
    }

    .qr-list img {
        padding: 0 6px;
    }
}


.bg-dark-opacity.card {
    height: auto;
}


.has-rtl .tesm-content:after {
    right: auto;
    left: 0;
    transform: rotateY(-180deg);
}


.testimonial-carousel .owl-nav {
    top: 50%;
    opacity: 1;
    position: absolute;
    transform: translateY(-50%);
    padding-top: 0;
    margin: 0;
    width: calc(100% + 60px);
    left: -30px;
}


.testimonial-carousel .owl-nav button {
    border-width: 0 !important;
    margin: 0;
    color: #415076;
    opacity: 0.5;
    transition: 0.3s;
}


.has-rtl .testimonial-carousel .owl-nav button:after {
    transform: rotateY(-180deg);
}


.testimonial-carousel .owl-nav button:hover {
    opacity: 1;
}


.testimonial-carousel .owl-nav button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}


.testimonial-carousel .owl-prev:after {
    content: '\f060';
}


.testimonial-carousel .owl-next {
    position: absolute;
    right: 0;
}


.has-rtl .testimonial-carousel .owl-next {
    right: auto;
    left: 0;
}


.testimonial-carousel .owl-next:after {
    content: '\f061';
}


@media (min-width: 576px) {
    .testimonial {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .tesm-content {
        padding-left: 40px;
        padding-right: 15px;
        text-align: left;
        padding-top: 0;
    }

    .has-rtl .tesm-content {
        text-align: right;
        padding-left: 15px;
        padding-right: 40px;
    }

    .tesm-image {
        margin: -45px 0;
    }

    .testimonial-carousel .owl-stage-outer {
        padding: 30px 0;
    }
}


@media (min-width: 768px) {
    .testimonial-carousel .owl-nav {
        width: calc(100% + 80px);
        left: -40px;
    }
}


@media (min-width: 992px) {
    .mlm-30 {
        margin-left: -30px;
    }

    .testimonial-carousel .owl-nav {
        width: calc(100% + 160px);
        left: -80px;
    }
}


/** 04.14 Others */
.payment-holder {
    position: relative;
}


@media (min-width: 576px) {
    .payment-holder-single {
        width: 48%;
    }
}


@media (min-width: 992px) {
    .payment-holder-info {
        margin-bottom: 14px;
        position: relative;
    }

    .payment-holder-info:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid #fff;
        top: 99%;
        z-index: 1;
    }

    .payment-holder-thumb {
        border-radius: 50%;
    }

    .payment-holder-thumb img {
        border-radius: 50%;
    }

    .payment-holder-single {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: auto;
        flex-direction: column;
    }

    .payment-holder-single:nth-child(1) {
        margin-left: -23%;
        margin-top: -10%;
    }

    .payment-holder-single:nth-child(2) {
        margin-left: -14%;
        margin-top: 3%;
    }

    .payment-holder-single:nth-child(3) {
        margin-left: 10%;
        margin-top: 0;
    }

    .payment-holder-single:nth-child(4) {
        margin-left: 31%;
        margin-top: -9%;
    }

    .payment-holder-thumb:after, .payment-holder-thumb:before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translateX(-50%);
    }

    .payment-holder-thumb:after {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 40px solid #fff;
        bottom: -30px;
        z-index: -1;
        filter: drop-shadow(0px 6px 0px #0189e0);
    }

    .payment-holder-thumb:before {
        width: 30px;
        height: 15px;
        border-radius: 50%;
        background: rgba(1, 137, 224, 0.4);
        bottom: -41px;
        z-index: -1;
    }

    .payment-holder-thumb-s2 {
        border-radius: 0px;
    }

    .payment-holder-thumb-s2:before, .payment-holder-thumb-s2:after {
        display: none;
    }

    .payment-holder-thumb-s2 img {
        border-radius: 0;
    }

    .payment-info-card {
        width: auto;
        text-align: left;
    }

    .has-rtl .payment-info-card {
        text-align: right;
    }
}


/** 04.14 datatable */
.table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


.dataTables_filter label {
    width: 100%;
    height: 50px;
    border: 2px solid #d1e0f6;
    background: transparent;
    border-radius: 5px;
    padding: 13px 20px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}


.dataTables_filter input {
    border: none;
    width: 97% !important;
}


.dataTables_filter input:focus {
    outline: none;
}


.dataTable {
    width: 100%;
}


.data-item {
    box-shadow: 0px 3px 15px rgba(19, 37, 130, 0.06);
    background: #fff;
}


.data-item:not(:last-child) .data-col-inner {
    border-bottom: 5px solid #eaeff6;
}


.dt-short {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}


.dt-short label {
    width: 86px;
    margin-bottom: 0;
}


.has-rtl .dt-short {
    right: auto;
    left: 0;
}


@media (max-width: 409px) {
    .dt-short {
        position: static !important;
        margin-bottom: 20px;
    }

    .dataTables_filter label {
        margin-bottom: 0;
    }
}


/** 04.15 news */
.news-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}


@media (min-width: 768px) {
    .news-featured {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 100%;
    }

    .news-featured > * {
        grid-row-start: 1;
        grid-column-start: 1;
    }

    .news-featured .news-thumb img {
        border-radius: 0.75rem;
    }

    .news-excerpt {
        padding: 2rem;
    }

    .news-featured .news-excerpt {
        max-width: 445px;
        margin: 2rem;
        width: 100%;
        border-radius: 0.75rem;
        border: none;
    }

    .news-subscribe {
        padding: 2rem;
    }
}


/** 04.15 nft */
.nft-item {
    position: relative;
}


.bg-theme .nft-item-text {
    background: rgba(18, 34, 114, 0.97);
}


.bg-theme-alt .nft-item-text {
    background: rgba(25, 64, 176, 0.97);
}


.nft-item-extra .info {
    padding: 0 .75rem;
}


.nft-item-extra .meta {
    color: #415076;
    font-size: 0.75rem;
}


.nft-item-extra.start {
    left: 0;
    bottom: 38%;
    margin-left: -40px;
}


.nft-item-extra.end {
    right: 0;
    top: 10%;
    margin-right: -40px;
}


@media (min-width: 576px) {
    .nft-item-extra-img {
        height: 70px;
        width: 70px;
    }

    .nft-item-extra.start {
        margin-left: -60px;
    }

    .nft-item-extra.end {
        margin-right: -60px;
    }
}


@media (min-width: 992px) {
    .nft-item-extra-img {
        height: 70px;
        width: 70px;
    }

    .nft-item-extra.start {
        left: auto;
        right: 100%;
        margin-right: -90px;
    }

    .nft-item-extra.end {
        right: auto;
        left: 100%;
        margin-left: -90px;
    }
}


.bg-theme .box-bordered-inner {
    background: var(--blue-200);
}


.bg-theme-alt .box-bordered-inner {
    background: #122272;
}


@media (min-width: 576px) {
    .schedule-content {
        flex-direction: row;
        align-items: center;
    }
}


@media (min-width: 768px) {
    .schedule-thumb {
        width: 305px !important;
    }
}


/** 05. Layouts */
/** 05.01 Header */
.header-main {
    padding: 12px 0;
    transition: all .4s;
}


.is-transparent .header-main, .has-fixed .header-main {
    width: 100%;
    z-index: 49;
}


.is-transparent .header-main {
    position: absolute !important;
}


.has-fixed .header-main {
    position: fixed !important;
    box-shadow: 0 0 20px 0 rgba(18, 24, 58, 0.08);
}


.has-fixed:not(.is-dark) .header-main {
    background: var(--gray-200);
}


.has-fixed.is-dark .header-main {
    background: #08103b;
}


.has-fixed.is-shrink .header-main {
    padding: 8px 0;
}


.header-container:not(.container) {
    width: 100%;
    padding: 0 15px;
}


.page-header:not(.has-fixed) .header-wrap {
    background-color: #0f3297;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.header-logo {
    margin: 6px 0;
    flex-shrink: 0;
}


.header-navbar {
    position: fixed;
    left: -280px;
    top: 0;
    width: 260px;
    height: 100vh;
}


.header-navbar.menu-mobile {
    transition: all 0.4s;
}


.header-navbar::before, .header-navbar-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
}


.header-navbar::before {
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}


.is-dark .header-navbar::before {
    background: #0f1f71;
}


.header-navbar-overlay {
    background: rgba(12, 25, 90, 0.7);
    left: 100%;
    width: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .2s;
}


.header-navbar.menu-shown {
    left: 0 !important;
    z-index: 10;
}


.header-navbar.menu-shown .header-navbar-overlay {
    width: 100vw;
    opacity: 1;
    visibility: visible;
}


.header-navbar-classic {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    margin-top: 12px;
    z-index: auto;
    flex-grow: 1;
    transition: all 0.4s;
    padding: 0 20px;
}


.has-fixed .header-navbar-classic {
    margin-top: -6px;
    padding: 0;
}


.header-navbar-classic:before {
    border-radius: 4px;
}


.has-fixed .header-navbar-classic:before {
    width: 100vw;
    border-radius: 0;
}


.header-menu {
    justify-content: flex-end;
    padding: 30px 25px;
}


.header-navbar-classic .header-menu {
    padding: 0;
}


.header-banner {
    min-height: 72px;
}


.overlay-menu-shown .has-fixed > .header-main {
    z-index: 16;
}


@media (min-width: 375px) {
    .header-navbar:not(.header-navbar-classic) {
        left: -310px;
        width: 290px;
    }
}


@media (min-width: 576px) {
    .header-navbar:not(.header-navbar-classic) {
        left: -360px;
        width: 340px;
    }
}


.logo-dark, .is-transparent:not(.has-fixed) .logo-light, .is-dark .logo-light {
    display: block;
}


.logo-light, .is-transparent:not(.has-fixed) .logo-dark, .is-dark .logo-dark {
    display: none;
}


.logo img {
    height: 57px;
    transition: all .4s;
}


@media (min-width: 992px) {
    .header-navbar:not(.header-navbar-classic) {
        height: auto;
        width: auto;
        left: 0;
    }

    .header-main {
        padding: 20px 0;
    }

    .header-nav-toggle {
        display: none;
    }

    .header-container:not(.container) {
        padding: 0 25px;
    }

    .header-container-s1:not(.container) {
        padding: 0 25px;
    }

    .header-banner {
        min-height: 98px;
    }

    .logo img {
        height: 65px;
    }

    .logo-md img {
        height: 50px;
    }

    .logo-lg img {
        height: 60px;
    }
}


@media (min-width: 1200px) {
    .header-container:not(.container) {
        padding: 0 25px;
    }

    .header-container-s1:not(.container) {
        padding: 0 35px;
    }
}


.header-menu {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}


.header-navbar-classic .header-menu {
    display: none;
    max-height: 65vh;
}


.header-navbar-classic .header-menu.menu-shown {
    display: block;
}


.header-nav-toggle {
    height: 44px;
}


.language-switcher .toggle-tigger, .header-menu .vh-btn-outline:not(:hover) {
    color: #415076;
}


.is-light .language-switcher .toggle-tigger, .language-switcher .toggle-tigger .is-transparent:not(.is-dark), .is-light .header-menu .vh-btn-outline:not(:hover), .header-menu .vh-btn-outline:not(:hover) .is-transparent:not(.is-dark) {
    color: #415076;
}


.tc-light .language-switcher .toggle-tigger, .tc-light .vh-btn-outline:not(:hover), .is-dark .language-switcher .toggle-tigger, .is-dark .vh-btn-outline:not(:hover) {
    color: #fff;
}


@media (min-width: 992px) {
    .tc-light .header-menu .language-switcher .toggle-tigger, .tc-light .header-menu .vh-btn-outline:not(:hover), .is-transparent .header-menu .language-switcher .toggle-tigger, .is-transparent .header-menu .vh-btn-outline:not(:hover), .is-transparent:not(.has-fixed):not(.is-light) .header-menu .language-switcher .toggle-tigger, .is-transparent:not(.has-fixed):not(.is-light) .header-menu .vh-btn-outline:not(:hover), .is-dark .header-menu .language-switcher .toggle-tigger, .is-dark .header-menu .vh-btn-outline:not(:hover) {
        color: #fff;
    }

    .is-split:not(.has-fixed):not(.is-light) .header-menu .vh-btn-outline:not(:hover) {
        color: #415076;
    }

    .has-fixed:not(.is-dark) .header-menu .language-switcher .toggle-tigger:not(.btn), .has-fixed:not(.is-dark) .header-menu .vh-btn-outline:not(:hover), .is-light .header-menu .language-switcher .toggle-tigger:not(.btn), .is-light .header-menu .vh-btn-outline:not(:hover) {
        color: #415076;
    }

    .is-transparent:not(.has-fixed):not(.is-light) .header-menu .vh-btn-outline:not(:hover):not(:focus):not(.no-change) {
        border-color: rgba(255, 255, 255, 0.4);
    }

    .is-transparent:not(.has-fixed):not(.is-light) .header-menu .btn:not(:hover):not(:focus):not(.no-change):not(.vh-btn-outline) {
        border-color: #fff;
        background: #fff;
        color: #415076 !important;
    }

    .is-transparent:not(.has-fixed):not(.is-light) .header-menu .vh-btn-outline:not([class*="btn-grad"]):not(.no-change):hover, .is-transparent:not(.has-fixed):not(.is-light) .header-menu .vh-btn-outline:not([class*="btn-grad"]):not(.no-change):focus {
        color: #16a3fe !important;
        border-color: #fff !important;
        background-color: #fff !important;
    }
}


@media (max-width: 991px) {
    .header-menu .language-switcher-s1, .header-menu .language-switcher-s4 {
        width: 100%;
    }

    .header-menu .language-switcher .toggle-tigger:not(.btn) {
        padding-left: 0;
    }

    .has-rtl .header-menu .language-switcher .toggle-tigger:not(.btn) {
        padding-left: 15px;
        padding-right: 0;
    }

    .header-menu .vh-btn {
        line-height: 24px;
        padding: 6px 14px;
        min-width: 100px;
    }

    .header-menu .btn-transparent {
        padding: 6px 0;
    }
}


/** 05.02 Menu */
.menu {
    padding: 12px 0;
}


.menu-btns {
    margin-bottom: 26px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.menu-btns > li {
    padding: 10px;
    padding: 10px;
}


.menu-item {
    position: relative;
    border-bottom: 1px solid rgba(219, 228, 247, 0.75);
}


.is-dark .menu-item {
    border-color: rgba(219, 228, 247, 0.1);
}


.menu-item:last-child {
    border-bottom: 0;
}


.menu-item > ul, .menu-item .menu-sub {
    display: none;
}


.menu-item a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #415076;
    padding: 12px 0;
    display: block;
    position: relative;
}


.header-menu-s2 .menu-item a {
    font-size: 16px;
}


.menu-item a .badge {
    margin-left: 5px;
    position: relative;
    top: -1px;
}


.menu-item a .badge-dot {
    top: 0;
}


.menu-item a .active, .menu-item a:hover {
    color: #16a3fe;
}


.is-dark .menu-item a .active, .is-dark .menu-item a:hover {
    color: #16a3fe;
}


.menu-s2 > .menu-item > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}


.menu-sub .menu-item:first-child {
    border-top: 1px solid rgba(219, 228, 247, 0.75);
}


.is-dark .menu-sub .menu-item:first-child {
    border-color: rgba(219, 228, 247, 0.1);
}


.menu-sub .menu-sub .menu-item {
    border-bottom: none;
}


.menu-sub .menu-sub .menu-item:first-child {
    border-top: none;
}


.menu-sub .menu-sub .menu-item a {
    padding-top: 6px;
    padding-bottom: 6px;
}


.is-dark .menu-item a {
    color: #fff;
}


.menu-item > a.active {
    color: #16a3fe;
}


.has-sub.open-nav > a:after {
    transform: translateY(-50%) rotate(-180deg);
}


.navbar-toggle {
    width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    margin-right: -10px;
}


.navbar-toggle.navbar-active {
    color: #16a3fe;
    position: relative;
    z-index: 49;
}


.navbar-toggle:hover, .navbar-toggle.navbar-active {
    background: rgba(246, 250, 253, 0.2);
}


.is-transparent:not(.has-fixed) .navbar-toggle {
    color: #fff;
}


.is-transparent:not(.has-fixed) .navbar-toggle:hover, .is-transparent:not(.has-fixed) .navbar-toggle.navbar-active {
    background: rgba(246, 250, 253, 0.2);
}


@media (min-width: 360px) {
    .navbar-toggle {
        margin-right: 0;
    }
}


.toggle-line {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    color: #415076;
}


.toggle-line:hover {
    color: #415076;
}


.is-transparent:not(.has-fixed):not(.is-light) .toggle-line {
    color: #fff;
}


.is-dark.has-fixed .toggle-line {
    color: #fff;
}


.toggle-line::after, .toggle-line::before, .toggle-line > span {
    content: "";
    position: absolute;
    background: currentColor;
    transition: all 0.2s;
    width: 24px;
    height: 2px;
    left: 4px;
    border-radius: 3px;
}


.toggle-line::before {
    top: 8px;
}


.toggle-line::after {
    bottom: 8px;
}


.toggle-line > span {
    top: 50%;
    margin-top: -1px;
    width: 20px;
}


.navbar-active .toggle-line {
    color: #fff;
}


.navbar-active .toggle-line::before, .navbar-active .toggle-line::after {
    width: 28px;
    left: 2px;
}


.navbar-active .toggle-line::before {
    transform: rotate(45deg);
    top: 15px;
}


.navbar-active .toggle-line::after {
    transform: rotate(-45deg);
    bottom: 15px;
}


.navbar-active .toggle-line > span {
    opacity: 0;
    visibility: hidden;
}


.secondary-menu-item.active .secondary-menu-link {
    color: currentColor;
}


.secondary-menu-item.active .secondary-menu-link:after {
    width: 3px;
}


@media (min-width: 425px) {
    .secondary-menu-item {
        width: auto;
    }

    .secondary-menu-link {
        padding: 20px 16px;
        width: auto;
    }

    .secondary-navbar {
        padding: 0;
        display: block;
    }

    .secondary-menu-list {
        flex-wrap: nowrap;
    }

    .secondary-menu-link:after {
        border-radius: 0;
    }

    .secondary-menu-link:hover {
        color: currentColor;
    }

    .secondary-menu-link:hover:after {
        width: 25px;
    }

    .secondary-menu-item.active .secondary-menu-link {
        color: currentColor;
    }

    .secondary-menu-item.active .secondary-menu-link:after {
        width: 25px;
    }
}


@media (min-width: 576px) {
    .secondary-menu-item {
        width: auto;
    }

    .secondary-menu-link {
        padding: 20px 28px;
        width: auto;
    }
}


@media (min-width: 992px) {
    .header-menu {
        display: flex !important;
        width: auto;
        align-items: center;
        position: static;
        background: transparent;
        padding: 0;
        margin: 0;
        border-radius: 0;
        overflow: visible;
    }

    .header-navbar {
        padding: 0 0 0 15px;
        margin-top: 0;
        position: relative;
    }

    .header-navbar:before {
        display: none;
    }

    .has-fixed .header-navbar {
        margin-top: 0;
    }

    .menu {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .menu-item {
        border-bottom: none;
    }

    .menu-item > a {
        font-weight: 400;
        padding: 20px 10px;
    }

    .menu-drop .menu-item > a {
        font-weight: 300;
    }

    .menu-item:hover {
        z-index: 9999;
    }

    .menu-sub {
        position: absolute;
        min-width: 215px;
        max-width: 215px;
        background: #fff;
        padding: 15px 10px;
        top: 100%;
        left: 0;
        display: block !important;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
        border-radius: 4px;
        transform: translateX(0) translateY(-8px);
        box-shadow: 0 3px 12px 0 rgba(18, 24, 58, 0.08);
    }

    .menu-sub a {
        width: 100%;
        display: block;
        padding: 10px 10px;
    }

    .menu-sub .menu-item:first-child {
        border-top: none;
    }

    .menu-sub .menu-item:hover > a {
        color: #16a3fe;
    }

    .menu-item:hover > .menu-sub {
        opacity: 1;
        visibility: visible;
        transform: translateX(0) translateY(0);
    }

    .menu-sub .menu-sub {
        left: calc(100% - 25px);
        top: 15px;
        margin: 0;
    }

    .menu-sub .menu-sub .menu-item a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .is-dark .menu-sub {
        background-color: #1d4bcf;
    }

    .menu-mega {
        position: absolute;
        left: 50%;
        background: #fff;
        padding: 15px 10px;
        top: 100%;
        display: block !important;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
        border-radius: 4px;
        box-shadow: 0 3px 12px 0 rgba(18, 24, 58, 0.08);
        transform: translateX(-50%) translateY(-8px);
    }

    .menu-item:hover > .menu-mega {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .menu-mega .menu-item a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .menu-mega-innr {
        display: flex;
    }

    .menu-mega-innr > div, .menu-mega-innr ul {
        flex-grow: 1;
    }

    .menu-mega-2clmn .menu-mega-innr > div, .menu-mega-2clmn .menu-mega-innr ul {
        width: 50%;
    }

    .menu-mega-3clmn .menu-mega-innr > div, .menu-mega-3clmn .menu-mega-innr ul {
        width: auto;
    }

    .menu-mega-2clmn {
        min-width: 370px;
        max-width: 370px;
    }

    .menu-mega-3clmn {
        min-width: 520px;
        max-width: 520px;
    }

    .is-dark .menu-mega {
        background-color: #1d4bcf;
    }

    .menu-btns {
        display: flex;
        margin-bottom: -10px;
        margin-left: 10px;
    }

    .menu-btns-s3 {
        margin-left: 0;
    }

    .has-sub > a {
        padding-right: 24px !important;
        position: relative;
    }

    .has-sub > a:after {
        right: 8px;
    }

    .menu-sub .has-sub > a {
        padding-right: 35px;
    }

    .menu-sub .has-sub > a:after {
        transform: translateY(-50%) rotate(-90deg);
        right: 15px;
    }

    .has-sub.menu-item:last-child .menu-sub:not(.menu-mega) .menu-item > a {
        padding-right: 20px !important;
        padding-left: 35px;
    }

    .has-sub.menu-item:last-child .menu-sub:not(.menu-mega) .menu-item > a:after {
        transform: translateY(-50%) rotate(90deg);
        left: 15px;
        right: auto;
    }

    .has-sub.menu-item:last-child .menu-mega {
        left: auto;
        right: 0;
        transform: translateX(0) translateY(-8px);
    }

    .has-sub.menu-item:last-child:hover .menu-mega {
        transform: translateX(0) translateY(0);
    }

    .is-transparent:not(.has-fixed):not(.is-light) .menu > .menu-item > a {
        color: #fff;
    }

    .is-transparent:not(.has-fixed):not(.is-light) .menu > .menu-item:hover > a {
        color: #16a3fe;
    }

    .secondary-navbar {
        padding: 0;
        display: block;
    }

    .secondary-menu-link {
        padding: 20px 38px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .logo img {
        height: 58px;
    }

    .header-navbar-s1 .menu > .menu-item > a {
        padding: 20px 4px;
        font-size: 12px;
        font-weight: 500;
    }

    .menu-btns > li {
        padding: 6px;
    }

    .menu-btns .vh-btn.btn-grad {
        padding: 12px 15px;
    }

    .menu-btns .btn-md.btn-grad {
        padding: 10px 16px;
    }
}


@media (min-width: 1200px) {
    .menu > .menu-item > a {
        padding: 20px 15px;
    }

    .header-navbar-s1 .menu > .menu-item > a {
        padding: 20px 8.5px;
        font-size: 12px;
        font-weight: 500;
    }

    .menu-s2 > .menu-item > a {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .menu-item.has-sub > a {
        padding-right: 23px !important;
    }

    .menu-item.has-sub > a:after {
        right: 8px;
    }

    .menu-sub a {
        padding: 10px 15px;
    }

    .secondary-menu-link {
        padding: 20px 45px;
    }
}


@media (min-width: 1600px) {
    .header-navbar-s1 .menu > .menu-item > a {
        font-size: 14px;
    }

    .header-menu-s2 .menu > .menu-item > a {
        padding: 20px 30px;
    }
}


/** 05.03 Sections */
.nk-body {
    min-width: 320px;
}


@media (min-width: 1600px) {
    .body-boxed .nk-wrap {
        max-width: 1400px;
    }
}


.section {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    z-index: 2;
}


.ov-v + .section {
    z-index: inherit;
}


.section-t, .section {
    padding-top: 60px;
}


.section-b, .section {
    padding-bottom: 60px;
}


@media (min-width: 576px) {
    .section-connect:before {
        height: 100px;
    }

    .section-t, .section {
        padding-top: 68px;
    }

    .section-b, .section {
        padding-bottom: 68px;
    }

    .section-t-s, .section-s {
        padding-top: 68px !important;
    }

    .section-b-s, .section-s {
        padding-bottom: 68px !important;
    }
}


@media (min-width: 768px) {
    .section-connect:before {
        height: 120px;
    }

    .section-t, .section {
        padding-top: 80px;
    }

    .section-b, .section {
        padding-bottom: 80px;
    }

    .section-t-m, .section-m {
        padding-top: 80px !important;
    }

    .section-b-m, .section-m {
        padding-bottom: 80px !important;
    }
}


@media (min-width: 992px) {
    .section-connect:before {
        height: 160px;
    }

    .section-t, .section {
        padding-top: 80px;
    }

    .section-b, .section {
        padding-bottom: 120px;
    }

    .section-t-l, .section-l {
        padding-top: 120px !important;
    }

    .section-b-l, .section-l {
        padding-bottom: 120px !important;
    }

    .section-t-xl {
        padding-top: 180px !important;
    }
}


@media (min-width: 1600px) {
    .section-t, .section {
        padding-top: 150px;
    }

    .section-b, .section {
        padding-bottom: 150px;
    }

    .section-t-x, .section-x {
        padding-top: 150px !important;
    }

    .section-b-x, .section-x {
        padding-bottom: 150px !important;
    }
}


@media (max-width: 575px) {
    .section-mxw-t-0 {
        padding-top: 0;
    }

    .section-mxw-b-0 {
        padding-top: 0;
    }
}


@media (max-width: 767px) {
    .section-sm-mxw-t-0 {
        padding-top: 0;
    }

    .section-sm-mxw-b-0 {
        padding-top: 0;
    }
}


@media (max-width: 991px) {
    .section-md-mxw-t-0 {
        padding-top: 0;
    }

    .section-md-mxw-b-0 {
        padding-bottom: 0 !important;
    }
}


@media (max-width: 1199px) {
    .section-lg-mxw-t-0 {
        padding-top: 0;
    }

    .section-lg-mxw-b-0 {
        padding-bottom: 0;
    }
}


[class*="section"].pb-0, [class*="section"].pdb-0 {
    padding-bottom: 0 !important;
}


.split {
    height: 100%;
}


@media (min-width: 576px) {
    .split-sm-left {
        border-radius: 6px 0 0 6px;
    }

    .split-sm-right {
        border-radius: 0 6px 6px 0;
    }
}


@media (min-width: 768px) {
    .split-md-left {
        border-radius: 6px 0 0 6px;
    }

    .split-md-right {
        border-radius: 0 6px 6px 0;
    }
}


@media (min-width: 992px) {
    .split-lg {
        border-radius: 6px;
    }

    .split-lg-left {
        border-radius: 6px 0 0 6px;
    }

    .split-lg-right {
        border-radius: 0 6px 6px 0;
    }
}


@media (min-width: 1200px) {
    .split-xl-left {
        border-radius: 6px 0 0 6px;
    }

    .split-xl-right {
        border-radius: 0 6px 6px 0;
    }
}


@media (max-width: 767px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}


/** 05.04 Footer */
.nk-footer-angled {
    margin-top: -450px;
}


.tc-light .footer-links > li {
    color: #8ca2e5 !important;
}


.tc-light .footer-links > li > a {
    color: #8ca2e5 !important;
}


.tc-light .footer-links > li > a:hover {
    color: #16a3fe !important;
}


@media (min-width: 768px) {
    .footer-links-s2 > li {
        font-size: 16px;
    }
}


/** 06. Override */
.mfp-bg, .mfp-wrap, .mfp-wrap[class*="bg-"], .mfp-bg[class*="bg-"] {
    position: fixed !important;
    z-index: 99999999 !important;
    top: 0 !important;
}


.mfp-wrap {
    overflow: hidden auto !important;
}


.mfp-opened {
    overflow: hidden;
}


.mfp-wrap, .mfp-wrap[class*="bg-"] {
    background: transparent !important;
}


.nk-preview .nk-block-head .nav {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
}


.nk-preview .nk-block-head .nav a {
    font-size: .8rem;
    padding: 10px 5px 5px;
}


.nk-preview .nk-block-head .title {
    color: #415076;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.nk-preview .nk-block-head .title .badge {
    margin-left: 5px;
}


.has-rtl .nk-preview .nk-block-head .title .badge {
    margin-left: 0;
    margin-right: 5px;
}


.nk-preview .nk-block-head .title small {
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0.45rem;
    color: #828998;
    display: block;
}


@media (min-width: 576px) {
    .nk-preview {
        padding-bottom: 68px;
    }

    .nk-preview:first-child {
        padding-top: 68px;
    }
}


@media (min-width: 768px) {
    .nk-preview {
        padding-bottom: 80px;
    }

    .nk-preview:first-child {
        padding-top: 80px;
    }
}


@media (min-width: 992px) {
    .nk-preview {
        padding-bottom: 120px;
    }

    .nk-preview:first-child {
        padding-top: 120px;
    }
}


@media (min-width: 1600px) {
    .nk-preview {
        padding-bottom: 150px;
    }

    .nk-preview:first-child {
        padding-top: 150px;
    }
}


@media (min-width: 1280px) {
    .nk-preview {
        padding-left: 48px;
        padding-right: 48px;
    }

    .nk-preview-content > .tab-pane {
        box-shadow: 0 5px 35px -5px rgba(18, 24, 58, 0.12);
    }
}


@media (min-width: 1200px) and (min-height: 900px) {
    .nk-preview .banner-fs{
        min-height: calc(100vh - 200px);
    }
}


/* END @iO */
/* END @iO */

#pageHeader{
    height: 311px;
    padding: 180px 0px 90px;
    color: white;
    margin-bottom: 50px;
    background: var(--blue-200) url('../images/shape-x.png') no-repeat center top;
    background-size: cover;
}
#pageHeader>p{
    width: 40%;
}
#homeBannerMask {
    background: url("../images/home/banner-bg.png") no-repeat right top;
}

.about-feature-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: var(--green-300);
}

.about-feature-item {
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    cursor: default;
}

.about-feature-item:hover {
    background-color: white;
    box-shadow: 0 5px 18px rgba(65, 80, 118, 0.2);
}

#providersFeatures > li,
#whmcsFeatures > li,
#customIntegrationFeatures > li {
    display: flex;
    align-items: center;
    gap: 15px;
}

#providerContentWrapper {
    background: url("../images/home/globe.png") no-repeat 90% 90%;
}
#providerListImg {
    position: absolute;
    left: 20%;
    top: 50px;
}
#verificationDivider{
    width: 2px;
    height: 100%;
    --bs-bg-opacity: 1;
}
@media (max-width: 991px) {
    #providerContentWrapper {
        background-position: 20% 105%;
    }
    #verificationDivider{
        width: 100%;
        height: 1px;
    }
}
@media (max-width: 575px) {
    #providerListImg {
        left: 0;
        top: 150px;
    }
}
#hexagonSection {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#hexagonSection:before,
#hexagonSection:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#hexagonSection:before {
    left: 0;
    top: 100px;
    background: url("../images/home/polygon-line-left.png") no-repeat left top;
}

#hexagonSection:after {
    right: 0;
    bottom: 200px;
    background: url("../images/home/polygon-line-right.png") no-repeat right bottom;
}

.payment-type-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    border-radius: 8px;
    padding: 60px 30px;
    text-align: center;
    background-color: var(--gray-100);
    box-shadow: 0 5px 18px rgba(65, 80, 118, 0.2);
    height: 100%;
}
@media (max-width: 575px) {
    .payment-type-card{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.icon-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 139px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    margin-bottom: 20px;
}

.icon-wrapper.type-1 {
    background-image: url("../images/home/icon-bg-a.png");
}

.icon-wrapper.type-2 {
    background-image: url("../images/home/icon-bg-a2.png");
}

.icon-wrapper.type-3 {
    background-image: url("../images/home/icon-bg-a3.png");
}


#fraudFeatures li {
    display: flex;
    align-items: center;
    gap: 15px;
}

#fraudFeatures span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(var(--blue-100-rgb), .3);
    color: var(--blue-100);
    font-size: 20px;
    font-weight: 500;
    width: 39px;
    height: 39px;
}

.fraud-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fraud-item>.itemIcon{
    position: relative;
    width: 63px;
    height: 63px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    font-size: 45px;
    color: var(--blue-200);
}
.fraud-item>.itemIcon:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
    border: 2px solid rgba(var(--blue-200-rgb), .3);
    transform: rotate(45deg);
}
.fraud-item>.fraud-title,
.fraud-item>p{
    margin-bottom: 0;
}

#securityFeatures{
    padding-top: 75px;
    padding-bottom: 75px;
}
#securityFeaturesList .icon {
    position: relative;
}

#securityFeaturesList .icon > em {
    position: relative;
    font-size: 3.75rem;
    color: var(--blue-200);
    z-index: 5;
    margin-left: -5px;
}

#securityFeaturesList .icon:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgba(var(--blue-100-rgb), 0.5);
    z-index: 4;
}


/**-------- Features Page ---------**/
.feature-card{
    margin-bottom: 60px;
}
.feature-card>.feature-title{
    color: var(--blue-600);
    font-size: 1.75rem;
    font-weight: 500;
}
.feature-card>.feature-desc{
    color: var(--blue-400);
    margin-bottom: 30px;
}
.feature-card .feature-badge{
    color: var(--blue-100);
}
.feature-card .feature-icon {
    position: relative;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--blue-100-rgb), .12);
    color: var(--blue-100);
    font-size: 1.9rem;
}

/**-------- Contact Page ---------**/
.contact-icon {
    height: 38px;
    width: 38px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: var(--green-300);
    box-shadow: 0px 2px 15px 0px rgba(35, 201, 157, 0.5);
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}
/**-------- Installation Guide ---------**/
.installation-section-space{
    padding-top: 150px;
    padding-bottom: 150px;
}