@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@600;700&family=Roboto:wght@400;500&display=swap");

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    background: #fff;
    top: 0 !important;
    z-index: 10000002;
}

.goog-te-banner-frame {
    z-index: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #0d1933;
    font-family: "Nunito", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0d1933;
}

.cmn--card .card-header h1,
.cmn--card .card-header h2,
.cmn--card .card-header h3,
.cmn--card .card-header h4,
.cmn--card .card-header h5,
.cmn--card .card-header h6 {
    color: #ffffff;
}

.cmn--card .card-footer,
.cmn--card .card-footer,
.cmn--card .card-footer,
.cmn--card .card-footer,
.cmn--card .card-footer,
.cmn--card .card-footer {
    color: #ffffff;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #fe4c1c;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -16px;
}

h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -9px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin-top: -7px;
    font-weight: 500;
}

p {
    margin-top: -12px;
}

p:last-child {
    margin-bottom: -7px !important;
}

p a {
    color: #fe4c1c;
}

p a:hover {
    color: #fe4c1c;
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 54px;
        line-height: 64px;
        margin-top: -20px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -16px;
    }

    h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -14px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: -9px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -9px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 5px 0;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.right_center {
    background-position: right center;
}

.left_center {
    background-position: left center;
}

.bottom_center {
    background-position: bottom center;
}

.bottom_left {
    background-position: bottom left;
}

.bottom_right {
    background-position: bottom right;
}

.top_center {
    background-position: top center;
}

.top_left {
    background-position: top left;
}

.top_right {
    background-position: top right;
}

.bg_contain {
    background-size: contain;
}

.bg_fixed {
    background-attachment: fixed;
}

.bg--overlay::before {
    position: absolute;
    content: "";
}

.loader-frame,
.counter__wrapper,
.how-item .how-header,
.deposit-item,
.deposit-preview,
.social--icons,
.dashboard__header-top-right,
.dashboard__header-top,
.profile-wrapper,
.reply-item,
.dashboard__item,
.dashboard__item .dashboard__title,
.header-wrapper,
.social-icons {
    display: flex;
    flex-wrap: wrap;
}

.loader-frame,
.how-item .serial-number::after,
.how-item .serial-number::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.pt-60 {
    padding-top: 50px;
}

.pb-60 {
    padding-bottom: 50px;
}

.pt-120 {
    padding-top: 100px;
}

.pb-120 {
    padding-bottom: 100px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .pt-120 {
        padding-top: 120px;
    }

    .pb-120 {
        padding-bottom: 120px;
    }
}

body *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fe4c1c;
    box-shadow: inset 0 0 6px #fe4c1c;
    background-color: #fff;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #192a56;
}

body *::-webkit-scrollbar-button {
    background-color: #192a56;
}

body *::-webkit-scrollbar-thumb {
    background-color: #fe4c1c;
}

*::selection {
    background-color: #fe4c1c;
    color: #fff;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(13, 25, 51, 0.9);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

.social-icons {
    justify-content: center;
    margin: -3px;
}

.social-icons li {
    padding: 3px;
}

.social-icons li a {
    text-align: center;
}

.social-icons li a i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}

.social-icons li a i[class*="whatsapp"] {
    background: #25d366;
}

.social-icons li a i[class*="twitter"] {
    background: #55acee;
}

.social-icons li a i[class*="linkedin"] {
    background: #007bb5;
}

.social-icons li a i[class*="facebook"] {
    background: #3b5998;
}

.social-icons li a i[class*="pinterest"] {
    background: #007bb5;
}

.social-icons li a i[class*="skype"] {
    background: #2fb7df;
}

.social-icons li a i[class*="youtube"] {
    background: #cd201f;
}

.social-icons li a i[class*="instagram"] {
    background: #e4405f;
}

.social-icons li a i[class*="tumblr"] {
    background: #34465d;
}

.social-icons li a i[class*="behance"] {
    background: #1769ff;
}

.social-icons li a i[class*="navy"] {
    background: #d8e0f3;
}

.social-icons li a i[class*="futbol"] {
    background: #db3776;
}

.social-icons li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.social-icons li a i[class*="github"] {
    background: #f4cbb2;
}

.social-icons li a i[class*="btc"] {
    background: #ff9900;
}

a {
    text-decoration: none;
}

strong,
b {
    font-family: "Nunito", sans-serif;
}

.section__header {
    margin-bottom: 30px;
}

.section__header:not(.text-start) {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section__header:not(.text-start) .progress--bar {
    margin-left: auto;
    margin-right: auto;
}

.section__header .section__txt {
    margin: 0;
    margin-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .section__header {
        max-width: 640px;
        margin-bottom: 40px;
    }

    .section__header .section__txt {
        font-size: 18px;
    }
}

.section__header .progress--bar {
    height: 5px;
    margin: 15px 0 0;
    display: block;
    background: rgba(254, 76, 28, 0.3);
    max-width: 200px;
    position: relative;
}

.section__header .progress--bar .progress-bar {
    width: 34%;
    height: 5px;
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.3) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0.3) 75%,
            transparent 75%,
            transparent
    );
    background-size: 6px 6px;
    left: 33%;
    position: absolute;
}

.section__header.text--white .section__title {
    color: #fff;
}

.section__header.icon__contain .section__title {
    display: flex;
    line-height: 1.2;
}

.section__header.icon__contain .section__title .icon {
    width: 40px;
    color: #fe4c1c;
    font-size: 40px;
    line-height: 1;
}

.section__header.icon__contain .section__title .cont {
    max-width: calc(100% - 40px);
    align-self: center;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .section__header.icon__contain .section__title .cont {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .section__header.icon__contain .section__title {
        justify-content: center;
    }

    .section__header.icon__contain .progress--bar {
        margin-left: auto;
        margin-right: auto;
    }
}

.rtl {
    direction: rtl;
}

.bg--overlay {
    position: relative;
}

.bg--overlay::before {
    inset: 0;
    background: rgba(240, 245, 252, 0.94);
}

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

.btn--base,
.badge--base,
.bg--base {
    background-color: #fe4c1c !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
    background-color: #7367f0 !important;
}

.btn--secondary .badge--secondary .bg--secondary {
    background-color: #868e96 !important;
}

.btn--success,
.badge--success,
.bg--success {
    background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
    background-color: #ea5455 !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
    background-color: #f99f0b !important;
}

.btn--warning {
    color: #192a56 !important;
}

.btn--info,
.badge--info,
.bg--info {
    background-color: #1e9ff2 !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
    background-color: #192a56 !important;
}

.btn--white,
.badge--white,
.bg--white {
    background-color: #fff !important;
}

[class*="btn--"] {
    color: #fff;
    font-weight: 500;
}

[class*="btn--"]:hover {
    color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
    color: #0d1933;
}

.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
    color: #0d1933;
}

.btn--black,
.badge--black,
.bg--black {
    background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
    background-color: #0d1933 !important;
}

.btn--1,
.badge--1,
.bg--1 {
    background-color: #fe4c1c !important;
}

.text--primary {
    color: #7367f0 !important;
    font-weight: 800;
}

.text--secondary {
    color: #868e96 !important;
    font-weight: 800;
}

.text--success {
    color: #28c76f !important;
    font-weight: 800;
}

.text--danger {
    color: #ea5455 !important;
    font-weight: 800;
}

.text--warning {
    color: #f99f0b !important;
    font-weight: 800;
}

.text--info {
    color: #1e9ff2 !important;
    font-weight: 800;
}

.text--dark {
    color: #192a56 !important;
    font-weight: 800;
}

.text--white {
    color: #fff !important;
    font-weight: 500;
}

.text--white p,
.text--white ul li,
.text--white ul li a,
.text--white span {
    color: #ddd;
}

.text--black {
    color: #000 !important;
}

.text--body {
    color: #555555 !important;
}

.text--base {
    color: #fe4c1c !important;
}

.text--title {
    color: #0d1933 !important;
}

.text--1 {
    color: #fe4c1c !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.bg--none {
    background: none !important;
}

.text--star {
    color: #e9ba17;
}

.bg--section {
    background-color: #f0f5fc !important;
}

.bg--body {
    background-color: #fff !important;
}

.text--light {
    color: #ddd;
}

.bg--gradient {
    background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
}

.gradient--overlay {
    position: relative;
    background-color: #0d1933 !important;
}

.gradient--overlay::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(75deg, #65258a 10%, #e80566) !important;
    opacity: 0.8;
}

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

.footer-top {
    padding: 80px 0 24px 0px;
    background: url(./img/client-bg.png) no-repeat center center/cover;
}

.copyright {
    text-align: center !important;
    color: #fff;
}

.copyright a {
    color: #e80566;
}

.payment-gateway-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-gateway-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-gateway-wrapper .social-icons {
    max-width: calc(100% - 600px);
}

.payment-gateway-wrapper .payment-gateways {
    max-width: 620px;
}

.payment-gateway-wrapper .payment-gateways img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .payment-gateway-wrapper {
        flex-wrap: wrap;
        text-align: center;
    }

    .payment-gateway-wrapper .social-icons,
    .payment-gateway-wrapper .payment-gateways {
        width: 100%;
        max-width: 100%;
    }

    .payment-gateway-wrapper .social-icons {
        margin-bottom: 20px;
    }

    .payment-gateway-wrapper .social-icons li a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

.footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -12px -50px;
}

.footer__widget {
    max-width: 25%;
    padding: 0 12px 50px;
    color: #ddd;
}

.footer__widget-title {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.footer__widget-title::before,
.footer__widget-title::after {
    height: 3px;
    background: rgba(254, 76, 28, 0.3);
    content: "";
    display: block;
}

.footer__widget-title::before {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 120px;
}

.footer__widget-title::after {
    margin-top: 25px;
    width: 70px;
}

.footer__widget p {
    margin: 0;
}

.footer__widget ul li {
    padding: 0;
}

.footer__widget ul li a {
    color: #ddd;
}

.footer__widget ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer__widget .links li a {
    position: relative;
    padding-left: 20px;
}

.footer__widget .links li a::before {
    content: "\f105";
    color: #fe4c1c;
    font-family: "Line Awesome Free";
    font-weight: 700;
    position: absolute;
    left: 0;
}

.footer__widget .links li a:hover {
    color: #fe4c1c;
    padding-left: 22px;
}

@media (max-width: 991px) {
    .footer__widget {
        width: 50%;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .footer__widget {
        width: 200px;
        max-width: 100%;
        flex-grow: 1;
    }
}

footer {
    position: relative;
}

footer .scrollTop {
    position: absolute;
    bottom: 70px;
    right: 15px;
    -webkit-transform: translateY(-160%) rotate(-90deg);
    -ms-transform: translateY(-160%) rotate(-90deg);
    transform: translateY(-160%) rotate(-90deg);
    color: #fff;
    z-index: 1;
}

footer .scrollTop::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #fe4c1c;
    left: 100%;
    top: 11px;
}

@media screen and (max-width: 1300px) {
    footer .scrollTop {
        right: -25px;
    }
}

@media screen and (max-width: 575px) {
    footer .scrollTop {
        display: none;
    }
}

.change-language {
    display: flex;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.change-language span {
    color: #ffffff;
    margin-right: 2px;
    line-height: 15px;
    font-size: 12px;
}

.change-language a {
    color: #0d1933;
}

.change-language a:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 5px;
    color: #0d1933;
}

@media (max-width: 575px) {
    .change-language a {
        color: #fff;
    }
}

.change-language .language {
    height: 32px;
    padding-left: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-left: 15px;
    outline: none;
    background: transparent;
    color: #0d1933;
}

.change-language .language option {
    color: #0d1933;
    background: #f0f5fc;
}

.change-language .language:focus {
    box-shadow: none;
}

.menu-item-has-children {
    position: relative;
    z-index: 999 !important;
}

.menu-item-has-children > a {
    align-items: center;
}

.menu-item-has-children > a::after {
    content: "\f107";
    font-weight: 700;
    font-family: "Line Awesome Free";
    margin-left: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
}

@media (max-width: 991px) {
    .menu-item-has-children > a::after {
        margin-left: auto;
    }
}

.menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (min-width: 992px) {
    .menu-item-has-children.open .submenu {
        display: block !important;
    }

    .menu-item-has-children .submenu {
        display: block !important;
    }
}

.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
}

@media (min-width: 576px) {
    .header-bar {
        margin-right: 20px;
    }
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #0d1933;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 575px) {
    .header-bar {
        margin-right: 15px;
        width: 15px;
        height: 16px;
    }

    .header-bar span {
        height: 2px;
        width: 20px;
    }

    .header-bar.active span:first-child {
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(4px, 6px);
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }

    .header-bar.active span:last-child {
        -webkit-transform: rotate(-45deg) translate(4px, -6px);
        -ms-transform: rotate(-45deg) translate(4px, -6px);
        transform: rotate(-45deg) translate(4px, -6px);
    }
}

.header-bottom {
    position: sticky;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(254, 76, 28, 0.1);
    box-shadow: 0 4px 4px rgba(254, 76, 28, 0.1);
}

.header-bottom.active .header-bar span {
    background: #0d1933;
}

@media (min-width: 992px) {
    .header-bottom.active .menu li a {
        color: #0d1933;
    }
}

.header-bottom.active .change-language .language {
    border-color: rgba(13, 25, 51, 0.2);
    color: #0d1933;
}

.header-bottom.active .change-language .language option {
    color: #0d1933;
}

@media (min-width: 576px) {
    .header-bottom.active .change-language a {
        color: #0d1933;
    }
}

@media (min-width: 1200px) {
    .header-bottom,
    .header-top {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header-wrapper {
    justify-content: space-between;
    align-items: center;
}

.header-wrapper .logo {
    width: 170px;
}

@media (min-width: 1400px) {
    .header-wrapper .logo {
        width: 200px;
    }
}

.header-wrapper .logo a {
    display: block;
    height: 60px;
}

.header-wrapper .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 767px) {
    .header-wrapper .logo {
        width: 150px;
    }

    .header-wrapper .logo a {
        height: 60px;
    }
}

@media screen and (max-width: 450px) {
    .header-wrapper .logo {
        width: 140px;
    }

    .header-wrapper .logo a {
        height: 60px;
    }
}

.menu-area .menu li a {
    color: #0d1933;
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
}

@media (max-width: 991px) {
    .menu-area .menu li {
        padding: 0;
    }

    .menu-area .menu li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 8px 15px 5px;
        color: #fff;
        display: block;
        border-radius: 3px;
    }

    .menu-area .menu li.menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
    }

    .menu-area .menu li .submenu {
        display: none;
        margin-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu-area .menu li .submenu li {
        background: rgba(255, 255, 255, 0.051);
    }

    .menu-area .menu li .submenu li:last-child {
        border: none;
    }

    .menu-area .menu li .submenu li a {
        text-transform: capitalize;
        padding: 8px 15px 5px;
    }

    .menu-area .menu li .submenu li a .subtitle {
        color: #fff;
    }

    .menu-area .menu li .submenu li a .info {
        color: #ddd !important;
    }

    .menu-area .menu li .submenu li:first-child {
        border-radius: 5px 5px 0 0;
    }

    .menu-area .menu li .submenu li:last-child {
        border-radius: 0 0 5px 5px;
    }

    .menu-area .menu li:hover,
    .menu-area .menu li.open {
        border-color: #fe4c1c;
    }

    .menu-area .menu li:hover > a,
    .menu-area .menu li.open > a {
        background: #fe4c1c;
        color: #fff;
    }

    .menu-area .menu li:hover > a::after,
    .menu-area .menu li.open > a::after {
        color: #fff;
    }

    .menu-area .menu > li:first-child > a {
        border-top: 1px solid rgba(254, 76, 28, 0.2);
    }

    .menu-area .menu .login-reg-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }

    .menu-area .menu .login-reg-btn > a {
        border-radius: 5px;
        margin: 0 5px;
        background: #fe4c1c;
    }

    .menu-area .menu .login-reg-btn > a:nth-of-type(even) {
        background: #fff;
        color: #0d1933;
    }

    .menu-area .menu .login-reg-btn .logout--btn {
        border-radius: 5px;
        margin: 10px 10px 0;
        background: #fe4c1c;
        width: unset;
        display: inline-block;
    }

    .menu-area .menu .login-reg-btn .logout--btn:nth-of-type(even) {
        background: #fff;
        color: #0d1933;
    }
}

.menu-area .menu .submenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
}

.menu-area .menu .submenu li a .icon {
    font-size: 24px;
    color: #fe4c1c;
    width: 30px;
}

.menu-area .menu .submenu li a .cont {
    padding-left: 10px;
    width: calc(100% - 30px);
}

.menu-area .menu .submenu li a .cont .subtitle {
    margin: 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-area .menu .submenu li a .cont .info {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555555;
}

.menu-area .menu .submenu li:hover > a {
    background: #fe4c1c;
    color: #fff;
}

.menu-area .menu .submenu li:hover > a::after {
    color: #fff;
}

.menu-area .menu .submenu li:hover > a .subtitle,
.menu-area .menu .submenu li:hover > a .info,
.menu-area .menu .submenu li:hover > a .icon {
    color: #fff;
}

@media (min-width: 992px) {
    .menu-area .menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .menu-area .menu li {
        padding: 5px;
        position: relative;
    }

    .menu-area .menu li .badge {
        font-size: 10px;
        padding: 2px 5px;
        margin-right: -7px;
    }

    .menu-area .menu li a {
        font-size: 14px;
        padding: 5px;
        font-weight: 500;
        color: #0d1933;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .menu-area .menu li a {
        padding: 10px;
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .menu-area .menu li a {
        padding: 5px 10px;
    }
}

@media (min-width: 992px) {
    .menu-area .menu li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 300px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        padding: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: #f0f5fc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .menu-area .menu li .submenu li {
        width: 100%;
        padding: 0;
        border-radius: 3px;
    }

    .menu-area .menu li .submenu li a {
        padding: 10px;
        color: #0d1933;
        text-transform: capitalize;
    }

    .menu-area .menu li .submenu li:last-child {
        border: none;
    }

    .menu-area .menu li .submenu li .submenu {
        top: -1px;
        left: 100%;
    }
}

@media (min-width: 992px) {
    .menu-area .menu li:hover > .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
}

.menu-area .menu-close {
    display: none;
}

@media (max-width: 991px) {
    .menu-area {
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: right;
        z-index: 99;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        overflow-y: scroll;
        background: #0d1933;
        padding: 70px 20px 20px;
    }

    .menu-area::-webkit-scrollbar {
        display: none;
    }

    .menu-area .menu-close {
        color: #ea5455;
        font-size: 30px;
        position: absolute;
        left: 30px;
        top: 25px;
        display: block;
        z-index: 1;
    }

    .menu-area .badge {
        margin-left: 5px;
    }

    .menu-area.active {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.remove-header-top {
    color: #ea5455;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media (min-width: 768px) {
    .remove-header-top {
        transform: translateY(-50%);
        top: 50%;
        right: 6px;
    }
}

.mega-menu {
    display: none;
    background: #f0f5fc;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mega-menu .mega-sub {
    margin: 10px;
    width: 870px;
    display: flex;
    flex-wrap: wrap;
}

.mega-menu .mega-sub li {
    padding: 0;
    width: 33.3333333333%;
}

@media (max-width: 991px) {
    .mega-menu .mega-sub li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.mega-menu .mega-sub li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    padding: 10px 7px;
    border: none;
}

.mega-menu .mega-sub li a .icon {
    font-size: 24px;
    color: #fe4c1c;
    width: 30px;
}

.mega-menu .mega-sub li a .cont {
    padding-left: 10px;
    width: calc(100% - 30px);
}

.mega-menu .mega-sub li a .cont .subtitle {
    margin: 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mega-menu .mega-sub li a .cont .info {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555555;
}

.mega-menu .mega-sub li a:hover {
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1199px) {
    .mega-menu .mega-sub {
        width: 700px;
    }
}

@media (max-width: 991px) {
    .mega-menu {
        border: none;
        padding: 0;
    }

    .mega-menu .mega-sub {
        width: 100%;
        border: 0;
        margin: 0;
    }

    .mega-menu .mega-sub li {
        width: 100%;
    }
}

.search-form {
    width: 100%;
    max-width: 380px;
}

.header__top__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0d1933;
}

.header__top__wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.header__top__wrapper ul li {
    position: relative;
}

.header__top__wrapper ul li:not(:last-child) {
    padding-right: 20px;
}

.header__top__wrapper ul li:not(:last-child)::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.header__top__wrapper .name {
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
}

.header__top__wrapper .search-form {
    margin-left: 15px;
}

@media (max-width: 991px) {
    .header__top__wrapper .search-form {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .header__top__wrapper {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .header__top__wrapper .search-form {
        flex-grow: 1;
    }

    .header__top__wrapper ul {
        justify-content: center;
    }
}

.header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(254, 76, 28, 0.1);
}

.header-top .form-control {
    background: #fff;
}

.header-top .input-group .form-control {
    box-shadow: none;
    border: 1px solid #e5e5e5;
    height: 40px;
    color: #0d1933;
}

.header-top .input-group .cmn--btn {
    height: 40px;
    border: none;
    padding: 0;
    min-width: 44px;
}

.banner__content {
    max-width: 620px;
}

.banner__content-title {
    text-transform: capitalize;
    margin-bottom: 25px;
}

.banner__content-txt {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
}

.banner__content .banner-thumb {
    max-width: 180px;
    margin: 0 auto 35px;
}

.banner__content .banner-thumb img {
    width: 100%;
}

@media (max-width: 767px) {
    .banner__content .banner-thumb {
        max-width: 120px;
    }

    .banner__content-txt {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 490px) {
    .banner__content-txt {
        font-size: 16px;
        line-height: 1.6;
    }
}

.banner-form-group {
    display: flex;
    max-width: 640px;
    margin: 0 auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.051);
}

.banner-form-group input {
    height: 70px;
    box-shadow: none;
    outline: none;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
}

.banner-form-group input::placeholder {
    color: #c4c4c4;
}

.banner-form-group input:focus {
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
}

.banner-form-group input:-webkit-autofill,
.banner-form-group input-webkit-autofill:hover,
.banner-form-group input-webkit-autofill:focus,
.banner-form-group input-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff;
}

.banner-form-group button {
    height: 70px;
    margin-left: 15px;
    padding-right: 30px;
}

.banner-form-group *:first-child {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.banner-form-group *:last-child {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

@media screen and (max-width: 490px) {
    .banner-form-group input,
    .banner-form-group button {
        height: 50px;
    }

    .banner-form-group input {
        padding: 0 15px;
    }

    .banner-form-group button {
        font-size: 14px;
        margin-left: 10px;
    }
}

.banner-section {
    padding: 150px 0;
    position: relative;
    background: url(./img/banner-bg.png) #0d1933 no-repeat center center/cover;
}

.banner-section .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .banner-section {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .banner-section {
        padding: 100px 0;
    }
}

.particles-js {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.particles-js div {
    display: none;
}

.banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-wrapper .banner__thumb {
    width: calc(100% - 720px);
}

.banner-wrapper .banner__thumb img {
    max-width: 550px;
}

@media (max-width: 1199px) {
    .banner-wrapper .banner__thumb {
        width: calc(100% - 660px);
    }

    .banner-wrapper .banner__thumb img {
        max-width: 450px;
    }
}

@media (max-width: 991px) {
    .banner-wrapper .banner__content {
        padding-top: 45px;
        max-width: 100%;
        text-align: center;
    }

    .banner-wrapper .banner__thumb {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .banner-wrapper .banner__thumb img {
        max-width: 450px;
    }
}

@media (max-width: 575px) {
    .banner-wrapper .banner__content {
        padding-top: 15px;
    }

    .banner-wrapper .banner__thumb img {
        max-width: 100%;
    }
}

.dashboard__item {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    box-shadow: 0 0 10px rgba(254, 76, 28, 0.1);
    border: 1px dashed rgba(254, 76, 28, 0.3);
    height: 100%;
    align-items: center;
    text-align: left;
}

.dashboard__item .dashboard__title {
    align-items: center;
}

.dashboard__item .dashboard__title .title {
    margin: 0;
}

.dashboard__item .dashboard__icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    background: #fe4c1c;
    display: block;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.dashboard__item a {
    margin: 0;
    color: rgba(13, 25, 51, 0.9);
}

@media (max-width: 575px) {
    .dashboard__item {
        max-width: 350px;
    }
}

.dashboard__item * {
    position: relative;
}

.dashboard__item .dashboard__icon {
    margin: 0;
}

.dashboard__item .cont {
    max-width: calc(100% - 60px);
    padding-left: 20px;
}

.dashboard__item .cont .dashboard-header {
    justify-content: space-between;
}

.dashboard__item .cont .dashboard-header .title {
    font-size: 28px;
    line-height: 1;
}

.dashboard__item:hover .dashboard__icon {
    background: #fff !important;
    color: #fe4c1c;
}

.cmn--card {
    height: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.cmn--card .card-header {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: -1px;
    padding: 10px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background-color: #fe4c1c;
}

.cmn--card .card-header .card-title {
    text-align: center;
    margin: 0;
    font-size: 18px;
}

.cmn--card .card-body {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.cmn--card .card-body:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0 0 5px 5px;
}

.cmn--card .card-footer {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fe4c1c;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cmn--card .card-footer .cmn--btn {
        font-size: 14px;
        padding: 8px 20px;
    }
}

.cmn--card .form--control[readonly] {
    background: #fff;
    color: #0d1933;
}

.cmn--card img {
    width: 100%;
}

.cmn--table {
    text-align: center;
}

.cmn--table thead {
}

.cmn--table thead th {
    font-family: "Nunito", sans-serif;
    text-align: center;
    border: none;
    padding: 1.1rem 0.5rem 0.93rem;
    font-weight: 500;
    text-transform: capitalize;
    border-left: 1px solid rgba(71, 71, 71, 0.1);
}

.cmn--table thead th:not(:last-child) {
    border-right: 1px solid rgba(58, 58, 58, 0.1) !important;
}

.cmn--table .thumb img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.cmn--table tbody {
    font-size: 14px;
}

.cmn--table tbody tr td {
    vertical-align: middle;
    border: 1px solid rgba(71, 71, 71, 0.1);
    padding: 12px;
}

@media (max-width: 1199px) {
    .cmn--table thead {
        display: none;
    }

    .cmn--table tbody tr {
        display: block;
    }

    .cmn--table tbody tr td {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: none;
    }

    .cmn--table tbody tr td::before {
        font-weight: 700;
        font-family: "Nunito", sans-serif;
        color: #fff;
        text-align: left;
        content: attr(data-label);
    }

    .cmn--table tbody tr:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .cmn--table tbody tr:nth-of-type(odd) {
    }
}

@media (min-width: 1200px) {
    .cmn--table .details {
        max-width: 250px;
        margin: 0 auto;
    }
}

.cmn--table .badge {
    padding: 6px 10px 4px;
    min-width: 65px;
    font-weight: 400;
}

.cmn--table .date i {
    color: #fe4c1c;
}

.dashboard__item {
    color: #fe4c1c;
}

.form--group {
    margin-bottom: 20px;
}

.form--control {
    height: 50px;
    box-shadow: none;
    outline: none;
    background: rgba(255, 255, 255, 0.051);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.form--control {
    border-color: #fe4c1c66;
}

.form--control:focus {
    background: rgba(255, 255, 255, 0.051);
    box-shadow: none;
    border: 1px solid #fe4c1c66;
    color: #fff;
}

.form--control:-webkit-autofill,
.form--control:-webkit-autofill:hover,
.form--control:-webkit-autofill:focus,
.form--control:-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff;
}

.form--control[type="file"] {
    padding: 15px 20px;
    height: unset;
}

.form--control[readonly] {
    background: rgb(151, 78, 0, 0.4);
}

textarea.form--control {
    height: 140px;
}

.form--label {
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
    margin-bottom: 10px;
}

.ticket__wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(254, 76, 28, 0.4);
}

.ticket__wrapper-title {
    margin: 0;
    margin-bottom: 25px;
}

.ticket__wrapper-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #fe4c1c;
}

.reply-item {
    padding: 20px 0;
    background-color: #09203f;
    border: 1px dashed rgba(254, 76, 28, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
    margin: 10px;
}

.reply-item .name-area {
    padding: 20px;
    width: 30%;
    text-align: center;
}

.reply-item .name-area .title {
    margin: 0;
    font-size: 18px;
}

.reply-item .name-area .reply-thumb {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.reply-item .name-area .reply-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reply-item .content-area {
    width: 70%;
    padding: 20px;
    border-left: 1px solid rgba(13, 25, 51, 0.1);
    word-break: break-all;
}

.reply-item .content-area .meta-date {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 767px) {
    .support-message li .reply-item {
        flex-direction: column-reverse;
    }

    .reply-item {
        padding: 0;
    }

    .reply-item .name-area,
    .reply-item .content-area {
        width: 100%;
        border: none;
    }

    .reply-item .name-area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.support-message .reply-item {
    word-break: break-all;
}

.reply-item::before {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.support-message {
    text-align: right;
    padding-left: 5%;
}

.reply-message-area {
    margin: -10px;
}

.reply-message-area li {
    padding: 0;
}

.dark-version .support-message li .reply-item {
    background-color: #537895;
}

.user-message {
    padding-right: 5% !important;
}

.dark-version .user-message .reply-item {
    background-color: #09203f;
}

.support-message .reply-item .text-muted {
    color: #b0f0ff !important;
}

.support-message .reply-item .content-area {
    padding: 20px;
    border-right: 1px solid rgba(13, 25, 51, 0.1);
}

.user-message .reply-item .content-area {
    padding: 20px;
    border-right: 1px solid rgba(13, 25, 51, 0.1);
    border-color: #b0f0ff;
    border-right: none;
}

.profile-wrapper {
    padding: 20px 0;
}

.profile-wrapper .profile-user {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
    position: relative;
}

.profile-wrapper .profile-user .thumb {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.profile-wrapper .profile-user .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-wrapper .profile-form-area {
    width: calc(100% - 300px);
}

@media (min-width: 1200px) {
    .profile-wrapper .profile-form-area {
        padding-left: 60px;
    }
}

@media (max-width: 1199px) {
    .profile-wrapper .profile-form-area {
        width: 100%;
    }
}

.remove-image {
    display: none;
    font-size: 40px;
    color: #ea5455;
    right: 30px;
    top: 5px;
    position: absolute;
    cursor: pointer;
    line-height: 1;
}

@media screen and (max-width: 340px) {
    .remove-image {
        right: 10px;
    }
}

.two-factor-content {
    padding: 20px 0;
}

.two-factor-content .subtitle {
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
}

.two-factor-thumb {
    max-width: 150px;
    margin: 0 auto;
}

.two__fact__text {
    margin-bottom: 35px;
}

@media screen and (min-width: 1800px) {
    .dashboard--item-width {
        width: 20%;
    }
}

.dashboard__sidebar .cmn--btn {
    padding: 8px 20px;
}

.input--group .cmn--btn {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 60px;
}

.side__menu {
    padding: 5px 0 20px;
}

.side__menu-title {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fe4c1c;
}

.side__menu li {
    padding: 0;
}

.side__menu li a {
    display: flex;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.9);
    border-left: 4px solid transparent;
}

.side__menu li a:hover {
    border-color: #fe4c1c;
    background: rgba(255, 255, 255, 0.1);
}

.side__menu li a.active {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fe4c1c;
}

.side__menu li a.active:hover {
    background: rgba(255, 255, 255, 0.2);
}

.side__menu li a i {
    font-size: 24px;
    line-height: 1;
    width: 25px;
}

.side__menu li a .cont {
    padding-left: 15px;
}

.side__menu-select {
    height: 35px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 10px;
}

.side__menu-select:focus {
    outline: none;
}

.side__menu-select option {
    color: #0d1933;
    background: #f0f5fc;
}

.dashboard__article {
    display: flex;
    width: calc(100% - 299px);
    flex-direction: column;
}

@media (max-width: 991px) {
    .dashboard__article {
        width: 100%;
    }

    .dashboard__sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .dashboard__sidebar.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.dashboard-search {
    width: 100%;
    max-width: 300px;
}

.dashboard-search .form-control {
    height: 45px;
    background: rgba(255, 255, 255, 0.051);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 0 40px 0 15px;
}

.dashboard-search .form-control:focus {
    box-shadow: none;
}

.dashboard-search .form-control::placeholder {
    color: #fff;
}

.dashboard-search .form-control:-webkit-autofill,
.dashboard-search .form-control:-webkit-autofill:hover,
.dashboard-search .form-control:-webkit-autofill:focus,
.dashboard-search .form-control:-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
}

.dashboard-search .submit-btn {
    position: absolute;
    line-height: 45px;
    right: 10px;
    top: 0;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.dashboard__header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard__header-top {
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #000d28;
}

.dashboard__header-top-right {
    justify-content: center;
}

.dashboard__header-top-right > li {
    padding: 0;
    position: relative;
}

.dashboard__header-top-right > li > a {
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    position: relative;
}

.dashboard__header-top-right > li > a::before {
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
}

.dashboard__header-top-right > li .notification__wrapper {
    position: absolute;
    width: 300px;
    right: 0;
    top: 100%;
    z-index: 99;
    background: #000d28;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.31);
}

.dashboard__header-top-right > li .notification__wrapper li {
    padding: 0;
}

.dashboard__header-top-right > li .notification__wrapper li:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .dashboard__header-top-right > li .notification__wrapper {
        width: 260px;
    }
}

.dashboard__header-top-right > li a:focus ~ .notification__wrapper {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 575px) {
    .dashboard__header-top .dashboard-search {
        order: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .dashboard__header-top .dashboard__header__bar,
    .dashboard__header-top .dashboard__header-top-right {
        order: 1;
    }
}

.dashboard__header-bottom {
    background: #fff;
}

.dashboard__header-bottom ul {
    display: flex;
    justify-content: space-between;
}

.dashboard__header-bottom ul li {
    flex-grow: 1;
    padding: 0;
}

.dashboard__header-bottom ul li a {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #0d1933;
}

.dashboard__header-bottom ul li a i {
    margin-left: auto;
}

.notify__item {
    display: flex;
    text-decoration: none !important;
    align-items: center;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.notify__item:not(:last-child) {
    margin-bottom: 5px;
}

.notify__item .notify__thumb {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notify__item .notify__thumb i {
    color: #fff;
    font-size: 20px;
}

.notify__item .notify__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notify__item .notify__content {
    width: calc(100% - 50px);
    padding-left: 15px;
    color: #ddd;
}

.notify__item .notify__content .title {
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notify__item .notify__content .info {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notify__item .notify__content .date {
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.notify__item .notify__content .date i {
    color: #fe4c1c;
    font-size: 18px;
    margin-right: 5px;
}

.notify__item:hover {
    background: rgba(254, 76, 28, 0.1);
    border-color: rgba(254, 76, 28, 0.2);
}

input[type="checkbox"] {
    cursor: pointer;
}

.email__notify__area .form-check {
    margin-top: 30px;
    font-size: 14px;
}

.email__notify__area .form-check .email__notify__title {
    font-size: 18px;
}

.account__setting__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account__setting__item:not(:last-child) {
    margin-bottom: 30px;
}

.account__setting__item .right-side a {
    background: #fe4c1c;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 12px;
}

.account__setting__item-title {
    font-size: 18px;
}

.social--icons {
    justify-content: center;
}

.social--icons li {
    padding: 5px;
}

.social--icons li a {
    display: block;
}

.social--icons li a i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #fe4c1c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social--icons li a i[class*="facebook"] {
    background: #3b5998;
}

.social--icons li a i[class*="whatsapp"] {
    background: #25d366;
}

.social--icons li a i[class*="twitter"] {
    background: #55acee;
}

.social--icons li a i[class*="linkedin"] {
    background: #007bb5;
}

.social--icons li a i[class*="instagram"] {
    background: #e4405f;
}

.social--icons li a i[class*="google"] {
    background: #dd4b39;
}

.social--icons li a i[class*="youtube"] {
    background: #cd201f;
}

.social--icons li a i[class*="camera"] {
    background: #e4405f;
}

.social--icons li a i[class*="pinterest"] {
    background: #007bb5;
}

.social--icons li a i[class*="tumblr"] {
    background: #34465d;
}

.social--icons li a i[class*="behance"] {
    background: #1769ff;
}

.social--icons li a i[class*="skype"] {
    background: #2fb7df;
}

.social--icons li a i[class*="vimeo"] {
    background: #1ab7ea;
}

.custom--card .card-header {
    border: none;
    background: #0d1933;
}

.custom--card .card-header .card-title {
    margin: 0;
    color: #fff;
    text-align: center;
}

.custom--card .deposit__thumb {
    height: 160px;
}

.custom--card .deposit__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom--card .card-footer {
    background: #fff;
}

.deposit-preview {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(13, 25, 51, 0.2);
    max-width: 740px;
    margin: 0 auto;
}

.deposit-preview .deposit-thumb {
    width: 350px;
}

.deposit-preview .deposit-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deposit-preview .deposit-content {
    width: calc(100% - 350px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.deposit-preview .deposit-content ul {
    width: 100%;
}

.deposit-preview .deposit-content ul li {
    padding: 10px 0;
    font-size: 14px;
}

.deposit-preview .deposit-content ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    .deposit-preview .deposit-content,
    .deposit-preview .deposit-thumb {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .deposit-preview {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }

    .deposit-preview .deposit-thumb {
        width: 100%;
    }

    .deposit-preview .deposit-content {
        padding: 20px 25px;
        width: 100%;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.deposit-item {
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.deposit-item .deposit-thumb,
.deposit-item .deposit-content {
    width: calc(50% - 15px);
}

.deposit-item .deposit-thumb img,
.deposit-item .deposit-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deposit-item .deposit-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.deposit-item .deposit-content {
    align-self: center;
}

.deposit-item .deposit-content ul {
    margin: 0;
}

.deposit-item .deposit-content ul li {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.deposit-item .deposit-content ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 500px) {
    .deposit-item {
        padding: 15px;
    }

    .deposit-item .deposit-content,
    .deposit-item .deposit-thumb {
        width: 100%;
    }

    .deposit-item .deposit-content {
        padding: 20px 0 0 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .deposit-item .deposit-content,
    .deposit-item .deposit-thumb {
        width: 100%;
    }

    .deposit-item .deposit-content {
        padding: 30px 0 0 0;
    }
}

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

.dashboard__footer {
    padding: 0 15px;
    margin-top: auto;
}

.dashboard__footer .container-fluid {
    padding-top: 20px;
    padding-bottom: 15px;
    border-top: 1px dashed rgba(254, 76, 28, 0.3);
}

.contact-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.contact-area .contact-content {
    width: 100%;
    max-width: 450px;
    padding-right: 45px;
}

.contact-area .contact-content .contact-content-top {
    margin-bottom: 35px;
}

.contact-area .contact-content .contact-content-top .title {
    margin: 0;
    margin-bottom: 20px;
}

.contact-area .contact-content .contact-content-top p {
    font-size: 18px;
}

.contact-area .contact-content .contact-content-botom .subtitle {
    color: #fe4c1c;
    margin-bottom: 20px;
}

.contact-area .contact-content .contact-content-botom .contact-info li {
    display: flex;
}

.contact-area
.contact-content
.contact-content-botom
.contact-info
li:not(:last-child) {
    margin-bottom: 20px;
}

.contact-area .contact-content .contact-content-botom .contact-info li .icon {
    font-size: 24px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fe4c1c;
}

.contact-area .contact-content .contact-content-botom .contact-info li .cont {
    width: calc(100% - 60px);
    padding-left: 20px;
    color: #ddd;
}

.contact-area
.contact-content
.contact-content-botom
.contact-info
li
.cont
.name {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.contact-area .contact-content .contact-content-botom .contact-info li .cont a {
    color: #fe4c1c;
}

.contact-area .contact-wrapper {
    max-width: 600px;
    padding: 50px 40px;
    border: 1px dashed rgba(254, 76, 28, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 575px) {
    .contact-area .contact-wrapper {
        padding: 30px 20px;
    }
}

@media (max-width: 1199px) {
    .contact-area .contact-content {
        max-width: 400px;
        padding-right: 35px;
    }

    .contact-area .contact-wrapper {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .contact-area .contact-content,
    .contact-area .contact-wrapper {
        max-width: 100%;
    }

    .contact-area .contact-content {
        margin-bottom: 45px;
    }
}

.contact-area .form-group {
    margin-bottom: 20px;
}

.how-item {
    position: relative;
}

.how-item .how-header {
    width: 110px;
    height: 110px;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fe4c1c;
    margin: 0 auto 20px;
}

.how-item .how-header .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
    font-size: 40px;
    color: #fff;
}

.how-item .how-body {
    background: #f0f5fc;
    padding: 30px 15px 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 1px solid #e5e5e5;
}

.how-item .how-body .title {
    margin-bottom: 15px;
    color: #fe4c1c;
}

.how-item .how-body p,
.how-item .how-body .title {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .how-item .how-body .title {
        font-size: 18px;
    }
}

.how-item .serial-number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: -30px auto 0;
    font-family: "Nunito", sans-serif;
}

.how-item .serial-number span {
    position: relative;
    z-index: 1;
}

.how-item .serial-number::after {
    width: 70px;
    height: 70px;
    background: #fe4c1c;
    border-radius: 50%;
}

.how-item:hover .how-body .title {
    color: #fff;
}

.how-item:hover .how-body p {
    color: rgba(255, 255, 255, 0.9);
}

.how-item:nth-of-type(4n + 2) .how-header,
.how-item:nth-of-type(4n + 2) .serial-number::after {
    background: #4b91ee;
}

@media (max-width: 991px) {
    .how-item:nth-of-type(4n + 2)::after {
        display: none;
    }
}

.how-item:nth-of-type(4n + 3) .how-header,
.how-item:nth-of-type(4n + 3) .serial-number::after {
    background: #01a24d;
}

.how-item:nth-of-type(4n + 4) .how-header,
.how-item:nth-of-type(4n + 4) .serial-number::after {
    background: #192a56;
}

.how-item:nth-of-type(4n + 4)::after {
    display: none;
}

.how-shape {
    width: 350px;
    height: 250px;
    background: url(./img/how-shape.png) no-repeat center center/contain;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 1300px) {
    .how-shape {
        right: -50px;
        width: 250px;
    }
}

@media (max-width: 991px) {
    .how-shape {
        display: none;
    }
}

@keyframes how {
    90% {
        width: 280px;
    }
}

.transaction--table {
    color: #555555;
    text-align: center;
}

.transaction--table thead th {
    font-family: "Nunito", sans-serif;
    text-align: center;
    border: none !important;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    font-size: 18px;
    color: #fe4c1c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .transaction--table thead {
        font-size: 22px;
    }
}

.transaction--table tbody tr td {
    vertical-align: middle;
    padding: 20px;
}

@media (min-width: 768px) {
    .transaction--table {
        border-collapse: separate;
        border-spacing: 10px;
    }

    .transaction--table tbody tr {
        border: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.05);
    }

    .transaction--table tbody tr td {
        border-bottom: none;
        border-top: none;
    }

    .transaction--table tbody tr td:last-child {
        border-right: none;
    }

    .transaction--table tbody tr td:first-child {
        border-left: none;
    }

    .transaction--table tbody tr:hover {
        background: rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 767px) {
    .transaction--table thead {
        display: none;
    }

    .transaction--table tbody tr {
        display: block;
    }

    .transaction--table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        border-bottom: none;
    }

    .transaction--table tbody tr td:not(:last-child) {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    }

    .transaction--table tbody tr td::before {
        font-weight: 700;
        font-family: "Nunito", sans-serif;
        color: #0d1933;
        content: attr(data-label);
    }

    .transaction--table tbody tr:nth-of-type(odd) {
        background: rgba(255, 255, 255, 0.05);
    }
}

@media (max-width: 575px) {
    .transaction--table {
        font-size: 14px;
    }
}

.transaction--table.text--white {
    color: rgba(255, 255, 255, 0.8);
}

.transaction--table.text--white td::before {
    color: #fe4c1c;
}

.nav--tabs {
    border: none;
    justify-content: center;
    margin-bottom: 35px;
}

.nav--tabs li {
    padding: 0 5px;
}

.nav--tabs li .nav-link {
    padding: 5px;
    font-size: 20px;
    background: transparent !important;
    font-family: "Nunito", sans-serif;
    border: none;
    color: #fff;
}

.nav--tabs li .nav-link.active {
    color: #fe4c1c;
    text-decoration: underline;
}

.feature__item {
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(240, 245, 252, 0.3);
    border: 1px solid #e5e5e5;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.feature__item-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #fe4c1c;
    margin-bottom: 25px;
}

.feature__item-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.feature__item p {
    margin-bottom: 10px;
}

.feature__item a {
    color: #fe4c1c;
    font-family: "Nunito", sans-serif;
}

.feature__item:hover {
    border-bottom: 2px solid #fe4c1c;
    box-shadow: 0 0 15px rgba(13, 25, 51, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media screen and (max-width: 375px) {
    .feature__item {
        padding: 20px;
    }
}

.feature-section {
    background: url(./img/feature-bg.png) no-repeat center center/cover;
}

/*Faqs Section*/
.faq__item {
    border-bottom: 1px solid #e5e5e5;
}

.faq__item:last-child {
    border: 0;
}

.faq__item .faq__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 35px 15px 0;
    cursor: pointer;
    position: relative;
}

.faq__item .faq__title::before,
.faq__item .faq__title::after {
    position: absolute;
    content: "";
    background: #0d1933;
    right: 10px;
    top: 30px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.faq__item .faq__title::before {
    height: 2px;
    width: 20px;
}

.faq__item .faq__title::after {
    height: 20px;
    width: 2px;
}

.faq__item .faq__title .title {
    margin: 0;
    font-size: 18px;
}

.faq__item .faq__content {
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.faq__item .faq__content p {
    margin-top: 0;
}

.faq__item:not(.active) .faq__content {
    display: none;
}

.faq__item.open .faq__title {
    color: #fe4c1c;
}

.faq__item.open .faq__title::after {
    display: none;
}

.faq__item.open .faq__title::before {
    background: #fe4c1c;
}

.faqs-img img {
    max-width: 700px;
}

/*Partner Section*/
.partner__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 760px;
    margin: -12px auto;
}

.partner__wrapper .partner__item {
    margin: 12px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 15px rgba(13, 25, 51, 0.071);
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 28px;
    border: 2px solid transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.partner__wrapper .partner__item:hover {
    border-color: #fe4c1c;
}

.partner__wrapper .partner__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 575px) {
    .partner__wrapper {
        margin: -5px;
    }

    .partner__wrapper .partner__item {
        margin: 5px;
        max-width: calc(33.3333333333% - 10px);
    }
}

.partner-section {
    background: url(./img/partner-bg.png) no-repeat center center/cover;
}

/*Client Slider*/
.clients-section {
    background: url(./img/client-bg.png) no-repeat center center/cover;
}

.client__item {
    position: relative;
}

.client__item::before {
    content: "\f10d";
    font-family: "Line Awesome Free";
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fe4c1c;
    font-size: 60px;
    line-height: 1;
    opacity: 0.5;
}

.client__item blockquote {
    border-left: 4px solid #fe4c1c;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 20px;
    margin-bottom: 25px;
}

.client__item .title {
    color: #fe4c1c;
    margin: 0;
}

.client__item .info {
    color: #ddd;
    font-size: 14px;
}

.client__item .client-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client__item .client-author .cont {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.client__item .client-img {
    width: 80px;
    height: 80px;
}

.client__item .client-img img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}

.owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
}

.owl-dots .owl-dot {
    width: 2px;
    height: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fe4c1c;
    margin: 2px;
}

.owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
}

@media (max-width: 991px) {
    .client-slider-wrapper {
        padding-top: 0;
    }

    .client-slider-wrapper .client__item {
        text-align: center;
    }

    .client-slider-wrapper .owl-dots {
        justify-content: center;
    }
}

.clients--thumb img {
    max-width: 816px;
}

@media (max-width: 1399px) {
    .clients--thumb img {
        max-width: 700px;
    }
}

@media (max-width: 1199px) {
    .clients--thumb img {
        max-width: 600px;
    }
}

.about-content .counter__area {
    border-top: 1px solid #e5e5e5;
    margin-top: 35px;
    padding-top: 35px;
}

@media (min-width: 768px) {
    .about-content .section__header {
        margin-bottom: 30px;
    }

    .about-content .counter__area {
        padding-top: 35px;
        margin-top: 45px;
    }
}

.about-content .buttons-area {
    margin: -7px;
}

.about-content .buttons-area a {
    margin: 7px;
}

.counter__wrapper {
    margin: 0 -10px -25px;
}

.counter__wrapper .counter__item {
    width: 33.3333333333%;
    padding: 0 10px 25px;
}

@media (max-width: 767px) {
    .counter__wrapper .counter__item {
        width: unset;
    }
}

@media (max-width: 485px) {
    .counter__wrapper .counter__item {
        width: 100%;
        justify-content: center;
    }
}

.counter__item {
    display: flex;
    align-items: center;
}

.counter__item-icon {
    font-size: 46px;
    line-height: 1;
    color: rgba(254, 76, 28, 0.8);
}

@media (max-width: 1199px) {
    .counter__item-icon {
        font-size: 35px;
        margin-right: 5px;
    }
}

.counter__item-icon i {
    display: block;
}

.counter__item-title {
    font-size: 28px;
    margin: 0;
    padding-top: 5px;
    line-height: 1;
    display: flex;
}

@media (max-width: 1199px) {
    .counter__item-title {
        font-size: 24px;
    }
}

.counter__item .info {
    font-size: 14px;
}

.counter__item-content {
    padding-left: 10px;
}

.about-section {
    background: url(./img/about-bg.png) no-repeat center center/cover;
}

.transaction-section {
    background: url(./img/transaction-bg.png) no-repeat center center/cover;
}

.hero-section {
    position: relative;
    padding: 100px 0;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.preloader {
    width: 100%;
    height: 100%;
    background: #0d1933;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
}

.preloader img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.loader-frame {
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    background-color: #fe4c1c 0%;
    border: 1px solid #fe4c1c;
    border-radius: 50%;
    display: inline-block;
}

.loader1 {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    border-top: 5px solid #fe4c1c;
    border-bottom: 5px solid #fe4c1c;
    animation: clockwisespin 5s linear infinite;
}

@keyframes clockwisespin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.post__item {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 4px solid rgba(255, 255, 255, 0.1);
}

.post__item .post__thumb {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}

.post__item .post__thumb a {
    display: block;
    height: 250px;
}

.post__item .post__thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.post__item .post__thumb .date {
    position: absolute;
    width: 70px;
    top: 64px;
    left: 20px;
    padding: 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #192a56;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    background: #fff;
}

.post__item .post__thumb .date span {
    display: block;
    line-height: 1.2;
}

.post__item .post__content {
    padding: 30px 20px;
}

.post__item .post__content .post__title {
    font-weight: 700;
    margin-bottom: 25px;
}

.post__item .post__content .post__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post__item .post__content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.post__item .post__content .read-more {
    text-decoration: underline;
    color: #fe4c1c;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.post__item:hover .post__thumb img {
    -webkit-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.blog-section {
    background: url(./img/blog-bg.png) no-repeat center center/cover;
}

.widget {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.widget:not(:last-child) {
    margin-bottom: 30px;
}

.widget__title {
    margin: 0;
    margin-bottom: 25px;
    position: relative;
}

.widget__title::after {
    height: 3px;
    background: rgba(254, 76, 28, 0.7);
    content: "";
    display: block;
}

.widget__title::after {
    margin-top: 10px;
    width: 70px;
}

.widget .links li {
    padding: 0;
}

.widget .links li:not(:last-child) {
    margin-bottom: 10px;
}

.widget .links li a {
    color: #555555;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
}

.widget .links li a::before {
    content: "\f105";
    color: #fe4c1c;
    font-family: "Line Awesome Free";
    font-weight: 700;
    position: absolute;
    left: 0;
}

.widget .links li a:hover {
    color: #fe4c1c;
    padding-left: 22px;
}

.widget .widget-posts li {
    padding: 20px 0;
    border-bottom: 1px dashed rgba(254, 76, 28, 0.2);
}

.widget .widget-posts li:first-child {
    padding-top: 0;
}

.widget .widget-posts li:last-child {
    padding-bottom: 0;
    border: none;
}

.widget .widget-posts li a {
    display: flex;
}

.widget .widget-posts li a .img {
    width: 70px;
    height: 70px;
}

.widget .widget-posts li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget .widget-posts li a .cont {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.widget .widget-posts li a .cont .widget-post-title {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget .widget-posts li a .cont .date {
    font-size: 14px;
    color: #fe4c1c;
}

.widget .tags {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.widget .tags li {
    padding: 5px;
}

.widget .tags li a {
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 5px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fe4c1c;
}

.widget .tags li a:hover,
.widget .tags li a.active {
    border-color: #fe4c1c;
    background: #fe4c1c;
    color: #fff;
}

.post__details-thumb {
    margin-bottom: 30px;
}

.post__details-thumb img {
    width: 100%;
}

.post__details-content p {
    margin: 0;
    margin-bottom: 20px;
}

.post__details-content .post__header {
    margin-bottom: 25px;
}

.post__details-content .meta-post {
    margin-bottom: 20px;
}

.post__details-content .meta-post i {
    color: #fe4c1c;
}

.post__details-content .meta-post > span {
    margin-right: 15px;
}

.post__details-content .post__title {
    margin-bottom: 15px;
}

.post__details blockquote {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    padding-left: 30px;
    border-left: 3px solid #fe4c1c;
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
}

.post__details blockquote::after {
    content: "\f10d";
    font-family: "Line Awesome Free";
    font-weight: 700;
    font-size: 40px;
    position: absolute;
    right: 0;
    color: #fe4c1c;
}

@media (min-width: 768px) {
    .post__details blockquote {
        font-size: 20px;
        line-height: 1.6;
    }
}

.post__tag {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.post__tag li {
    padding: 5px;
}

.post__tag li a {
    font-size: 14px;
    border: 1px solid #e5e5e5;
    padding: 5px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fe4c1c;
}

.post__tag li a:hover,
.post__tag li a.active {
    border-color: #fe4c1c;
    background: #fe4c1c;
    color: #fff;
}

.post__share {
    justify-content: flex-start;
}

.post__share li a i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}

.post__share__title {
    margin-bottom: 10px;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 9;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    display: block;
    text-align: center;
    background: #fe4c1c;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.scrollToTop:hover {
    color: #fff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

.cmn--btn {
    color: #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    line-height: 24px;
    font-weight: 700;
    padding: 14px 30px 12px;
    background: #fe4c1c;
    border: 1px solid rgba(254, 76, 28, 0.2);
    font-size: 16px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Nunito", sans-serif;
}

.cmn--btn:hover {
    color: #0d1933;
}

.cmn--btn.btn--sm {
    padding: 7px 20px;
}

.cmn--btn.btn--md {
    padding: 10px 25px;
}

.cmn--btn.btn--lg {
    padding: 13px 35px;
}

.cmn--btn.btn--block {
    padding: 10px 25px;
    display: block;
}

.cmn--btn.btn--outline {
    background: transparent;
    border-color: #e5e5e5;
    color: #0d1933;
}

.cmn--btn.btn--outline:hover {
    color: #fff;
    border-color: #fe4c1c;
    background-color: #fe4c1c;
}

button.cmn--btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.btn__grp {
    margin: -5px;
}

.btn__grp .cmn--btn {
    margin: 5px;
}

.btn__grp .cmn--btn:nth-of-type(2n) {
    background: transparent;
    color: #fe4c1c;
    border: none;
    text-decoration: underline;
    font-size: 20px;
    padding: 0;
    border-radius: 0;
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

.menu > li:last-child .submenu {
    left: unset;
    right: 0;
}

.pagination {
    margin: -3px;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: #0d1933;
    padding: 0;
    line-height: 40px;
    display: block;
    margin: 0;
    border: 1px solid rgba(13, 25, 51, 0.2);
    background: #f0f5fc;
}

.pagination .page-item a.active,
.pagination .page-item span.active {
    background: #fe4c1c;
}

.pagination .page-item span {
    border: none;
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
    background: #fe4c1c;
    color: #fff;
    border-color: rgba(13, 25, 51, 0.2);
}

.pagination .page-item.disabled span {
    background: rgba(254, 76, 28, 0.3);
    border: none;
    color: #fff;
}

.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed;
}

.modal {
    z-index: 9999999;
}

/* New Css */
.table thead tr th {
    background: #fe4c1c;
    padding: 18px 25px;
    color: #fff;
    font-weight: 700;
}

/* Dark Version Css Starts*/
.dark-version {
    color: #dfe2ff;
    background: #0d1933;
}

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

.dark-version h1 a,
.dark-version h2 a,
.dark-version h3 a,
.dark-version h4 a,
.dark-version h5 a,
.dark-version h6 a {
    color: #fff;
}


.dark-version h1 a:hover,
.dark-version h2 a:hover,
.dark-version h3 a:hover,
.dark-version h4 a:hover,
.dark-version h5 a:hover,
.dark-version h6 a:hover {
    color: #eebc1d;
}

.dark-version p a {
    color: #eebc1d;
}

.dark-version p a:hover {
    color: #eebc1d;
}

.dark-version body *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #eebc1d;
    box-shadow: inset 0 0 6px #eebc1d;
    background-color: #fff;
}

.dark-version body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #192a56;
}

.dark-version body *::-webkit-scrollbar-button {
    background-color: #192a56;
}

.dark-version body *::-webkit-scrollbar-thumb {
    background-color: #eebc1d;
}

.dark-version *::selection {
    background-color: #eebc1d;
    color: #fff;
}

.dark-version .bg--section {
    background-color: #000d28 !important;
}

.dark-version .menu-area .menu li a {
    color: #fff;
}

.dark-version .change-language .language {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
}

.dark-version .header-bottom.active .change-language .language {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.dark-version .header-bottom.active .change-language .language option {
    color: #fff;
}

.dark-version .change-language .language option {
    color: #fff;
    background: #000d28;
}

.dark-version .overlay {
    background: rgba(0, 13, 40, 0.9);
}

.dark-version .header-bar span {
    background: #fff;
}

.dark-version .banner-section {
    background: url(./img/banner-bg.png) #000d28 no-repeat center !important;
    background-size: cover;
}

.dark-version .transaction-section {
    background: url(./img/banner-bg.png) #0d1933 no-repeat center !important;
    background-size: cover;
}

.dark-version .transaction-section {
    background: url(./img/transaction-bg.png) no-repeat center !important;
    background-size: cover;

}

.dark-version .clients-section {
    background: url(./img/client-bg.png) #0d1933 no-repeat center !important;
    background-size: cover;
}

.dark-version .partner-section {
    background: url(./img/partner-bg.png) #0d1933 no-repeat center !important;
    background-size: cover;
}

.dark-version .footer-top, .dark-version .hero-section {
    background-color: #000d28 !important;
    background: transparent;
}

.dark-version .banner-section::before, .dark-version .transaction-section::before, .dark-version .clients-section::before, .dark-version .partner-section::before, .dark-version .footer-top::before, .dark-version .hero-section::before, .dark-version .contact-section::before {
    display: none !important;
}

.dark-version .how-item .how-body {
    background: #000d28;
    border: 1px solid rgba(255, 255, 255, 0.1);

}

.dark-version .how-item:hover .how-body {
    background: rgba(255, 255, 255, 0.051);
    border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .dark-version .transaction--table tbody tr {
        border: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.05);
    }
}

.dark-version .feature__item {
    background: rgba(0, 13, 40, 0.3);
    border: 2px solid #eebc1d1a;
}

.dark-version .post__item {
    background: #0d1933;
    border: 4px solid rgba(255, 255, 255, 0.1);
}

.dark-version .partner__wrapper .partner__item {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.071);
    background: #0d1933;
}

.dark-version .feature__item:hover {
    border-bottom: 3px solid #eebc1d;
    box-shadow: 0 0 15px #ffffff1a;
}

.dark-version .contact-area .contact-wrapper {
    border: 1px dashed #eebc1d4d;
    background: transparent
}

.dark-version .faq__item .faq__title::before,
.dark-version .faq__item .faq__title::after {
    background: #fff;
}

.dark-version .post__item .post__content .post__title a {
    color: #fff !important;
}

.dark-version .post__item .post__thumb .date {
    background-color: #0d1933;
    color: #fff;
}

.dark-version .form--control {
    color: #fff !important;
}

.form--control {
    height: 50px !important;
    box-shadow: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.dark-version .form--control {
    background: #000d28 !important;
}

.dark-version .form--control:focus {
    color: #fff;
    background: #000d28;
    box-shadow: none;
    border: 1px solid rgba(238, 188, 29, 0.4);
}

.dark-version .form--control:-webkit-autofill,
.dark-version .form--control:-webkit-autofill:hover,
.dark-version .form--control:-webkit-autofill:focus,
.dark-version .form--control:-webkit-autofill:active {
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important;
}

/* Dark Version Css Ends*/

.template-version {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.template-version button, .template-version input[type="button"], .template-version input[type="reset"], .template-version input[type="submit"], .template-version input[type="button"], .template-version input[type="reset"], .template-version input[type="submit"] {
    width: 45px;
    height: 45px;
    background-color: #fe4c1c;
    border: none;
}

@media only screen and (max-width: 575px) {
    .template-version button, .template-version input[type="button"], .template-version input[type="reset"], .template-version input[type="submit"], .template-version input[type="button"], .template-version input[type="reset"], .template-version input[type="submit"] {
        width: 35px;
        height: 35px;
    }
}

.template-version button i, .template-version input[type="button"] i, .template-version input[type="reset"] i, .template-version input[type="submit"] i, .template-version input[type="button"] i, .template-version input[type="reset"] i, .template-version input[type="submit"] i {
    font-size: 24px;
    animation: rounded 2s infinite;
    color: white;
}

@media only screen and (max-width: 575px) {
    .template-version button i, .template-version input[type="button"] i, .template-version input[type="reset"] i, .template-version input[type="submit"] i, .template-version input[type="button"] i, .template-version input[type="reset"] i, .template-version input[type="submit"] i {
        font-size: 20px;
    }
}

.template-version .color-version-area {
    background-color: #f3f3f3;
    width: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.template-version.open .color-version-area {
    width: auto;
    padding: 20px 20px;
}

.template-version .light-version {
    width: 130px;
    height: 50px;
    background-color: #f3f3f3;
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: black;
    font-family: "Poppins", sans-serif;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
    .template-version .light-version {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
}


@-webkit-keyframes rounded {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-moz-keyframes rounded {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-ms-keyframes rounded {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes rounded {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.headline {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    text-align: center;
    margin: 15px 0px 15px 0px;
    padding: 7px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    /*	font-weight:bold;*/
}

.otherPage {
    margin: 20px auto;
    color: #fff;
}

.otherPage label, .otherPage input {
    color: #0d1933;
}

.otherPage .card {
    background-color: rgba(0, 0, 0, .2);
    margin-top: 5px;
}

.otherPage tr td {
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.otherPage tr {
    transition: .5s;
}

.otherPage tr:hover {
    background: rgba(0, 0, 0, .2);
}

.otherPage table {
    margin-top: 5px;
}

.otherPage .singleLast tr td {
    border: none;
}

.dark-version .server {
    background-image: linear-gradient(to right, rgba(13, 25, 51, 0.7) 0 10%), url(/assets/templates/default/css/img/server.png);
}

.letsStart {
    width: 80%;
    background: url(/assets/templates/default/css/img/letStartBtnBg.png);
    display: block;
    background-size: 100% 100%;
    text-align: center;
    font-size: 20px;
    color: #F0BA79;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 10px 15px;
}

.letsBalance {
    width: 86%;
    background: url(/assets/templates/default/css/img/letStartBtnBg.png);
    display: block;
    background-size: 100% 100%;
    text-align: center;
    font-size: 20px;
    color: #F0BA79;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 10px 15px;
    margin-left: 7%;
}

.letsTickets, .letsSpeed {
    width: 76%;
    background: url(/assets/templates/default/css/img/letStartBtnBg.png);
    display: block;
    background-size: 100% 100%;
    text-align: center;
    font-size: 20px;
    color: #F0BA79;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 10px 15px;
    margin-left: 12%;
}

.letsProfit {
    width: 66%;
    background: url(/assets/templates/default/css/img/letStartBtnBg.png);
    display: block;
    background-size: 100% 100%;
    text-align: center;
    font-size: 20px;
    color: #F0BA79;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 10px 15px;
    margin-left: 17%;
}

.dark-version .letsStart, .dark-version .letsTickets {
    background: url(/assets/templates/default/css/img/letStartBtnBg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.letsStart:hover, .letsTickets:hover {
    color: #fff;
    text-decoration: none;
}

.lts {
    text-align: right;
    float: right;
}

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

.TopStatisticRfl {
    margin-top: 20px;
}

.lts li {
    list-style: none;
}

.rts li {
    list-style: none;
}

.lts span {
    font-weight: bold;
    font-size: 20px;
}

.rts span {
    font-weight: bold;
    font-size: 20px;
}

.rts p, .lts p {
    margin: 0px;
}

.rts1 {
    background: url(/assets/templates/default/css/img/rts1.png);
    background-repeat: no-repeat;
    width: 273px;
    height: 67px;
    margin-left: 66px;
}

.rts2 {
    background: url(/assets/templates/default/css/img/rts2.png);
    background-repeat: no-repeat;
    width: 303px;
    height: 67px;
    margin-left: 33px;
}

.rts3 {
    background: url(/assets/templates/default/css/img/rts3.png);
    background-repeat: no-repeat;
    width: 333px;
    height: 67px;
}

.dark-version .rts1 {
    background: url(/assets/templates/default/css/img/rts11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dark-version .rts2 {
    background: url(/assets/templates/default/css/img/rts21.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dark-version .rts3 {
    background: url(/assets/templates/default/css/img/rts31.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.lts1 {
    background: url(/assets/templates/default/css/img/lts1.png);
    background-repeat: no-repeat;
    width: 273px;
    height: 67px;
}

.lts2 {
    background: url(/assets/templates/default/css/img/lts2.png);
    background-repeat: no-repeat;
    width: 303px;
    height: 67px;
}

.lts3 {
    background: url(/assets/templates/default/css/img/lts3.png);
    background-repeat: no-repeat;
    width: 333px;
    height: 67px;
}

.dark-version .lts1 {
    background: url(/assets/templates/default/css/img/lts11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dark-version .lts2 {
    background: url(/assets/templates/default/css/img/lts21.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dark-version .lts3 {
    background: url(/assets/templates/default/css/img/lts31.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.rts li {
    margin-top: 20px;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}

.rts p {
    text-align: left;
    padding-left: 12px;
}

.lts li {
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}

.lts p {
    text-align: right;
    padding-right: 12px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .lts {
        margin-left: -58px;
    }

    .bitcoinImg img {
        position: absolute !important;
        width: 350px !important;
        margin: 70px 0px 0px -30px !important;
    }
}

@media (max-width: 600px) {
    .letsStart, .letsTickets {
        width: 100%;
        background: url(/assets/templates/default/css/img/letStartBtnBg.png);
        display: block;
        background-size: 100% 100%;
        text-align: center;
        font-size: 20px;
        color: #F0BA79;
        background-repeat: no-repeat;
        margin-bottom: 10px;
    }
}

@media (min-width: 600px) {
    .letsStart {
        width: 100%;
        background: url(/assets/templates/default/css/img/letStartBtnBg.png);
        display: block;
        background-size: 100% 100%;
        text-align: center;
        font-size: 20px;
        color: #F0BA79;
        background-repeat: no-repeat;
    }

    .letsStart:hover {
        color: #fff;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .letsStart {
        width: 100%;
        background: url(/assets/templates/default/css/img/letStartBtnBg.png);
        display: block;
        background-size: 100% 100%;
        text-align: center;
        font-size: 20px;
        color: #F0BA79;
        background-repeat: no-repeat;
    }

    .letsStart:hover {
        color: #fff;
        text-decoration: none;
    }

    .rfl img {
        display: none;
    }
}

.singleLast {
    margin-bottom: 1px;
    margin-top: 1px;
}

.singleLast table {
    margin: auto;
}

.singleLast i {
    margin-top: 0px;
}

table tr td {
    border: none;
}

.singleLast .fa {
    font-size: 45px;
    margin-left: 0;
    margin-top: -14px;
}

.singleLast table tr:hover {
    background: transparent;
}

.singleLast p {
    line-height: 15px;
    margin-top: 1px;
}

@media (max-width: 992px) {
    .singleLast table {
        margin: 10px 0;
    }

    .dark-version .lts1, .dark-version .lts2, .dark-version .lts3, .dark-version .rts1, .dark-version .rts2, .dark-version .rts3 {
        text-align: right;
        list-style: none;
        margin-top: 10px;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 13, 40, .6));
        padding: 5px;
    }

    .rts, .lts, .dark-version .rts, .dark-version .lts {
        text-align: left;
        float: left;
    }

    .rts li, .lts li, .dark-version .rts li, .dark-version .lts li {
        text-align: left;
        padding: 5px 10px;
    }

    .rts, .lts, .rts1, .rts2, .rts3, .lts1, .lts2, .lts3, .rts p, .lts p, .dark-version .rts, .dark-version .lts, .dark-version .rts1, .dark-version .rts2, .dark-version .rts3, .dark-version .lts1, .dark-version .lts2, .dark-version .lts3, .dark-version .rts p, .dark-version .lts p {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        text-align: left;
    }

    .letsTickets {
        width: 88%;
        background: url(/assets/templates/default/css/img/letStartBtnBg.png);
        display: block;
        background-size: 100% 100%;
        text-align: center;
        font-size: 20px;
        color: #F0BA79;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        margin-left: 6%;
    }
}

@media (min-width: 992px) {
    .letsStart {
        width: 87%;
        background: url(/assets/templates/default/css/img/letStartBtnBg.png);
        display: block;
        background-size: 100% 100%;
        text-align: center;
        font-size: 20px;
        color: #F0BA79;
        background-repeat: no-repeat;
        margin-left: 6.5%;
    }

    .letsStart:hover {
        color: #fff;
        text-decoration: none;
    }
}

.last {
    /*margin: 30px auto;*/
    padding: 10px 0px;
}

.dbOtherInfo {
    padding: 10px;
}

.LastDeposit {
    margin: 10px auto;
}

.rfl img {
    margin-top: 40px;
    margin-bottom: 50px;
}

.dbTable tr {
    border: none;
}

.dbTable tr:hover {
    background: rgba(0, 0, 0, 0);
}

.dbTable tr td {
    border: none;
}

.singleLastInfo {
    padding-left: 10px;
}

.singleLastInfo h5 {
    font-weight: bold;
}

.singleLastInfo h6 {
    font-weight: bold;
}

.dbRfl tr td {
    border: none;
}

.dbRfl tr:hover {
    background: none;
}

.nav-tabs .nav-link {
    color: #0d1933;
}

.dark-version .nav-tabs .nav-link {
    color: #fff;
}

.btn-reply, .btn-reply-close {
    padding: 10px 20px;
}

.theme-changer {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 15px;
    background-color: transparent;
}

#changeTheme {
    color: #0a0e26;
    background-color: transparent;
}

.table {
    --bs-table-bg: rgba(255, 255, 255, 0.2);
}

.dark-version .table {
    color: #eeefff;
}

.dark-version #changeTheme {
    color: #fff;
}