﻿@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Buycoin
    Template URI: 
    Description: This is html5 template
    Author: Saikat Ahmed
    Author URI: http://saikatahmed.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    Theme default CSS
    1. Home One
        1.2 Hero
        1.3 Brands
        1.4 Counter
        1.5 About V1
        1.6 About V2
        1.7 Roadmap
        1.8 Download
        1.9 Why
        1.10 Token
        1.11 Team
        1.12 Blog
        1.13 Contact
        1.14 Footer
    2. Home Two
    
-----------------------------------------------------------------------------------*/
/*google-font*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap");
/*----------------------------------------*/
/*----------------------------------------*/
/*  Other Files
/*----------------------------------------*/
/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/
.clear {
    clear: both;
}

::-moz-selection {
    background: #46d6fa;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #46d6fa;
    color: #ffffff;
    text-shadow: none;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

div#preloader.v2 {
    background:  url("/Content/User/img/loader.png") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/*div#preloader.v2 {
        background: #000 url("../img/loader-2.gif") no-repeat scroll center center;
    }*/

header.navbar-fixed-top {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background: #181137;
    padding: 10px 0;
    z-index: 999;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: 0;
    }

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
   font-weight: normal;
   font-size: 15px;
   letter-spacing: 0;
   background: url(/Content/User/img/new_bg.jpg) no-repeat fixed;
   color: #888;
   line-height: 30px;
   background-position: bottom center;
   background-size: cover;
   width: 100%;
}

img {
    max-width: 100%;
    height: 100%;
}

button,
input,
textarea {
    letter-spacing: 0;
}

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
    font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Nunito", sans-serifg;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-weight: inherit;
        font-family: "Nunito", sans-serif;
    }

h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
}

h4 {
    font-size: 15px;
    line-height: 22px;
}

h5 {
    font-size: 12px;
    line-height: 14px;
}

h6 {
    font-size: 13px;
    line-height: 18px;
}

p {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
}

    p img {
        margin: 0;
    }

span {
    font-family: "Nunito", sans-serif;
}

/* em and strong */
em {
    font: 15px/30px;
}

strong,
b {
    font: 15px/30px;
}

small {
    font-size: 11px;
    line-height: inherit;
}

/*  blockquotes */
blockquote {
    border-left: 0 none;
    font-family: "Nunito", sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

    blockquote::before {
        color: #4e5665;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 36px;
        left: 20px;
        line-height: 0;
        margin: 0;
        opacity: 0.5;
        position: absolute;
        top: 20px;
    }

    blockquote p {
        font-style: italic;
        padding: 0;
        font-size: 18px;
        line-height: 36px;
    }

    blockquote cite {
        display: block;
        font-size: 12px;
        font-style: normal;
        line-height: 18px;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #8B9798;
            border: none;
        }

/* abbreviations */
abbr {
    color: #444;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 0;
}

    abbr:hover {
        cursor: help;
    }

/* links */
a {
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    outline: 0;
}

    a:hover,
    a:active,
    a:visited {
        text-decoration: none;
        outline: 0;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
    }

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48;
}

/* list */
ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

    ul ul li,
    ul ol li,
    ol ol li,
    ol ul li {
        margin-bottom: 0px;
    }

li {
    line-height: 18px;
    margin-bottom: 0px;
}

/* definition list */
dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}

/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */
.bg-with-black {
    position: relative;
}

    .bg-with-black::before {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

.bg-with-white {
    position: relative;
}

    .bg-with-white::before {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

.bg-with-blue {
    position: relative;
}

    .bg-with-blue::before {
        background: #00bff3 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

.hvr-bs:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-style-1 {
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}

    .btn-style-1:hover {
        color: #ffffff;
        background: #a95d0578;
    }

.btn-style-3 {
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 13px 36px;
    background: -webkit-gradient(linear, left top, right top, from(#ff13b0), to(#7a17f9));
    background: linear-gradient(90deg, #ff13b0 0%, #7a17f9 100%);
    color: #ffffff;
    font-weight: 700;
}

    .btn-style-3:hover {
        color: #ffffff !important;
    }

.btn-style-4 {
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 13px 36px;
    background: -webkit-gradient(linear, left top, right top, from(#3e43e2), to(#3c8bf7));
    background: linear-gradient(90deg, #3e43e2 0%, #3c8bf7 100%);
    color: #ffffff;
    font-weight: 700;
}

    .btn-style-4:hover {
        color: #ffffff !important;
    }

.btn-style-5 {
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 6px 24px;
    background: #ffffff;
    color: #5531cb;
    font-weight: 700;
}

    .btn-style-5:hover {
        color: #28384c !important;
    }

.download-button-1 {
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 14px 30px 14px 68px;
    background: -webkit-gradient(linear, left top, right top, from(#ff13b0), to(#7a17f9));
    background: linear-gradient(90deg, #ff13b0 0%, #7a17f9 100%);
    color: #ffffff;
    position: relative;
    font-weight: 700;
}

    .download-button-1 .icon {
        display: inline-block;
        font-size: 36px;
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .download-button-1 .available {
        display: block;
        font-size: 14px;
        line-height: 16px;
    }

    .download-button-1 .store-name {
        display: block;
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }

    .download-button-1:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#ff13b0), to(#7a17f9));
        background: linear-gradient(180deg, #ff13b0 0%, #7a17f9 100%);
        color: #ffffff;
    }

.download-button-2 {
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 14px 30px 14px 68px;
    background: -webkit-gradient(linear, left top, right top, from(#3e43e2), to(#3c8bf7));
    background: linear-gradient(90deg, #3e43e2 0%, #3c8bf7 100%);
    color: #ffffff;
    position: relative;
    font-weight: 700;
}

    .download-button-2 .icon {
        display: inline-block;
        font-size: 28px;
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .download-button-2 .available {
        display: block;
        font-size: 14px;
        line-height: 16px;
    }

    .download-button-2 .store-name {
        display: block;
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }

    .download-button-2:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#3e43e2), to(#3c8bf7));
        background: linear-gradient(180deg, #3e43e2 0%, #3c8bf7 100%);
        color: #ffffff;
    }

.section-title {
    text-align: center;
    margin: 0 0 80px;
}

    .section-title .title {
        font-size: 72px;
        line-height: 72px;
        font-weight: 900;
    }

    .section-title .text {
        color: #46d6fa;
        font-size: 23px;
        line-height: 35px;
        margin: 32px 0 0;
    }

/* animation css */
.btn-hvr-anim-top {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    position: relative;
}

    .btn-hvr-anim-top:hover {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

.btn-ripple-out {
    position: relative;
}

    .btn-ripple-out::before {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: popcircle;
        animation-name: popcircle;
        border: 1px solid #ffffff;
        border-radius: 100px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

@-webkit-keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
    }
}

@keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
    }
}

.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.item-round {
    -webkit-animation: round 3s infinite linear;
    animation: round 3s infinite linear;
}

@-webkit-keyframes round {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.item-zoom-inout {
    -webkit-animation: zoom-inout 3s infinite ease-in-out;
    animation: zoom-inout 3s infinite ease-in-out;
}

@-webkit-keyframes zoom-inout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-inout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*----------------------------------------*/
/*  1. Home One
/*----------------------------------------*/
body.home1-bg-color {
    background: #181137;
    color: #ffffff;
}

    body.home1-bg-color h1, body.home1-bg-color h2, body.home1-bg-color h3, body.home1-bg-color h4, body.home1-bg-color h5, body.home1-bg-color h6, body.home1-bg-color p {
        color: #ffffff;
    }

/* Header */
/*header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 126px;
    z-index: 99;
    padding: 15px 0;
    background: #000000;
}*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 99;
    padding: 10px 0;
    background: #7e3f1a70;
}

.logo {
    padding: 0;
}

    .logo a {
        color: #ffffff;
        display: block;
        font-size: 36px;
        line-height: 38px;
        font-weight: 700;
    }

.main-menu {
    padding: 0 0;
}

    .main-menu .stellarnav {
        z-index: 3;
    }

        .main-menu .stellarnav .menu-toggle {
            color: #ffffff;
            font-size: 16px;
            font-weight: 700;
        }

        .main-menu .stellarnav ul {
            text-align: right;
        }

            .main-menu .stellarnav ul li {
                display: inline-block;
            }

                .main-menu .stellarnav ul li a {
                    padding: 20px 15px;
                    font-size: 16px;
                    line-height: 24px;
                    font-weight: 700;
                    text-transform: uppercase;
                    display: inline-block;
                    color: #ffffff;
                }

                .main-menu .stellarnav ul li.active a {
                    text-decoration: underline;
                }

.ht-buy-token {
    text-align: right;
    padding: 12px 0;
    display: inline-block;
}

    .ht-buy-token .link {
        display: inline-block;
    }

/* 1.2 Hero */
.hero-area {
     position: relative;
    padding: 130px 0 60px;
   /* background: url(../img/hero_bg_vector.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

    .hero-area .hero-bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        /*min-height: 916px;*/
        z-index: -1;
        display: none;
    }

        .hero-area .hero-bg img {
            width: 100%;
            height: 100%;
        }

    .hero-area .hero-banner {
        position: absolute;
        text-align: right;
        right: 60px;
        top: 140px;
    }

    .hero-area .hero-content .title {
      font-size: 24px;
    line-height: 28px;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
    }

    .hero-area .hero-content .text {
        color: #46d6fa;
        font-size: 16px;
        line-height: 15px;
        margin: 15px 0 0;
    }

    .hero-area .hero-content .btns {
        margin: 30px 0 0;
    }

        .hero-area .hero-content .btns .link {
            margin-right: 16px;
        }

/* 1.3 Brands */
.top-brands-area {
    padding: 0 0 170px;
}

    .top-brands-area .title {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        margin: 0 0 36px;
    }

    .top-brands-area .all-brands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .top-brands-area .all-brands .single {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

            .top-brands-area .all-brands .single:last-child {
                text-align: right;
            }

            .top-brands-area .all-brands .single img {
                height: 30px;
            }

/* 1.4 Counter */
.counter-area {
    position: relative;
    padding: 0 0 50px;
}

    .counter-area .counter-bg {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        height: 100%;
    }

    .counter-area .ca-starts-in {
        background: -webkit-gradient(linear, left top, right top, from(#3e43e2), to(#3c8bf7));
        background: linear-gradient(90deg, #3e43e2 0%, #3c8bf7 100%);
        padding: 50px 58px;
        border-radius: 5px;
        min-height: 380px;
    }

        .counter-area .ca-starts-in .title {
            font-size: 36px;
            line-height: 38px;
            font-weight: 900;
            margin: 0 0 12px;
        }

        .counter-area .ca-starts-in .info {
            font-size: 16px;
            line-height: 18px;
            margin: 0 0 28px;
        }

        .counter-area .ca-starts-in .timer-area {
            margin: 0 0 30px;
        }

            .counter-area .ca-starts-in .timer-area div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            }

                .counter-area .ca-starts-in .timer-area div .cdown {
                    -webkit-box-flex: 1;
                    -ms-flex: 1 1 25%;
                    flex: 1 1 25%;
                    max-width: 25%;
                    display: block;
                    background: rgba(24, 17, 55, 0.3);
                    border-radius: 5px;
                    text-align: center;
                    margin-right: 16px;
                    padding: 13px 4px;
                }

                    .counter-area .ca-starts-in .timer-area div .cdown:last-child {
                        margin-right: 0;
                    }

                    .counter-area .ca-starts-in .timer-area div .cdown .time-count {
                        display: block;
                        font-size: 24px;
                        line-height: 26px;
                        font-weight: 700;
                    }

                    .counter-area .ca-starts-in .timer-area div .cdown p {
                        display: block;
                        font-size: 16px;
                        line-height: 18px;
                    }

        .counter-area .ca-starts-in .buy {
            display: inline-block;
        }

        .counter-area .ca-starts-in .buy-icons {
            margin: 10px 0 0;
        }

    .counter-area .cs-recived {
        background: -webkit-gradient(linear, left top, right top, from(#3e43e2), to(#7a17f9));
        background: linear-gradient(90deg, #3e43e2 0%, #7a17f9 100%);
        padding: 50px 98px;
        border-radius: 5px;
        min-height: 380px;
    }

        .counter-area .cs-recived .contribution {
            font-size: 24px;
            line-height: 26px;
            font-weight: 400;
            margin: 0 0 34px;
        }

            .counter-area .cs-recived .contribution span {
                font-size: 30px;
                font-weight: 900;
            }

        .counter-area .cs-recived .progress-box .info {
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .counter-area .cs-recived .progress-box .info .left {
                -webkit-box-flex: 1;
                -ms-flex: 1 1 50%;
                flex: 1 1 50%;
            }

            .counter-area .cs-recived .progress-box .info .right {
                -webkit-box-flex: 1;
                -ms-flex: 1 1 50%;
                flex: 1 1 50%;
                text-align: right;
            }

        .counter-area .cs-recived .progress-box .box {
            position: relative;
            background: #ffffff;
            height: 50px;
            width: 100%;
            border-radius: 50px;
            margin: 0 0 17px;
        }

            .counter-area .cs-recived .progress-box .box::before {
                content: "";
                background: -webkit-gradient(linear, left top, right top, from(#ff13b0), to(#7a17f9));
                background: linear-gradient(90deg, #ff13b0 0%, #7a17f9 100%);
                border-radius: 50px;
                position: absolute;
                left: 3px;
                top: 3px;
                right: 3px;
                bottom: 3px;
            }

            .counter-area .cs-recived .progress-box .box.w-40::before {
                width: 40%;
            }

            .counter-area .cs-recived .progress-box .box::after {
                content: "";
                position: absolute;
                background: #181137;
                width: 1px;
                height: 64px;
                left: 3px;
                top: 0;
            }

            .counter-area .cs-recived .progress-box .box.b-10::after {
                left: 10%;
            }

        .counter-area .cs-recived .video-link {
            overflow: hidden;
            margin: 36px 0 0;
        }

            .counter-area .cs-recived .video-link .popup-youtube {
                color: #ffffff;
            }

                .counter-area .cs-recived .video-link .popup-youtube i {
                    border: 1px solid #ffffff;
                    border-radius: 100px;
                    height: 40px;
                    width: 40px;
                    line-height: 40px;
                    text-align: center;
                    margin-right: 10px;
                }

            .counter-area .cs-recived .video-link .link {
                float: right;
            }

/* 1.5 About V1 */
.about-v1-area {
    position: relative;
    padding: 0 0 156px;
}

    .about-v1-area .about-v1-content .title {
        font-size: 17px;
        line-height: 10px;
        font-weight: 700;
    }

    .about-v1-area .about-v1-content .title-2 {
        color: #46d6fa;
        font-size: 24px;
        line-height: 36px;
        font-weight: 400;
        margin: 34px 0 0;
    }

    .about-v1-area .about-v1-content .text {
        color: #c7bef3;
        font-size: 18px;
        line-height: 30px;
        margin: 34px 0 0;
    }

/* 1.6 About V2 */
.about-v2-area {
    position: relative;
    padding: 0 0 180px;
}

    .about-v2-area .about-v2-bg {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: -1;
    }

    .about-v2-area .about-v2-content .title {
        font-size: 47px;
        line-height: 52px;
    }

    .about-v2-area .about-v2-content .title-2 {
        color: #46d6fa;
        font-size: 24px;
        line-height: 36px;
        font-weight: 400;
        margin: 34px 0 0;
    }

    .about-v2-area .about-v2-content .text {
        color: #c7bef3;
        font-size: 18px;
        line-height: 30px;
        margin: 34px 0 0;
    }

/* 1.7 Roadmap */
.roadmap-area {
    position: relative;
    overflow-x: hidden;
    padding: 0 0 160px;
}

    .roadmap-area .section-title {
        position: relative;
        z-index: 2;
    }

.roadmap-slider {
    position: relative;
    padding: 0 60px 0 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .roadmap-slider::before {
        content: "";
        position: absolute;
        background-image: url(../img/home-one/roadmap-line-all.png);
        background-repeat: no-repeat;
        background-size: 100%;
        left: -10px;
        top: 18px;
        width: 106%;
        height: 100%;
    }

    .roadmap-slider .single-roadmap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
        max-width: 20%;
        text-align: center;
        position: relative;
        padding: 100px 5px 0;
    }

        .roadmap-slider .single-roadmap::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 0;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #fc3a95;
            height: 38px;
            width: 38px;
            border-radius: 100px;
            display: none;
        }

        .roadmap-slider .single-roadmap.v2 {
            padding: 0 5px 90px;
        }

            .roadmap-slider .single-roadmap.v2::before {
                top: auto;
                bottom: 0;
            }

        .roadmap-slider .single-roadmap .title {
            font-size: 24px;
            line-height: 26px;
        }

        .roadmap-slider .single-roadmap .text {
            font-size: 14px;
            line-height: 28px;
            margin: 18px 0 0;
        }

/* 1.8 Download */
.download-area {
    position: relative;
    z-index: 2;
    background-color: #120a39;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 210px 0 154px;
    margin: 116px 0 0;
}

    .download-area .download-bg {
        position: absolute;
        left: 0;
        width: 100%;
        top: -116px;
        height: 100%;
        z-index: -1;
    }

    .download-area .download-content .title {
        font-size: 72px;
        line-height: 74px;
        font-weight: 900;
    }

    .download-area .download-content .text {
        color: #46d6fa;
        font-size: 24px;
        line-height: 36px;
        margin: 26px 0 0;
    }

    .download-area .download-content .buttons {
        margin: 44px 0 0;
    }

        .download-area .download-content .buttons .link {
            margin-right: 8px;
        }

/* 1.9 Why */
.why-area {
    position: relative;
    background: #120a39;
    padding: 160px 0 100px;
}

    .why-area .why-bg {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
    }

    .why-area .why-left-content .title {
        font-size: 48px;
        line-height: 50px;
        font-weight: 900;
    }

    .why-area .why-left-content .text {
        color: #46d6fa;
        font-size: 24px;
        line-height: 36px;
        margin: 30px 0 0;
    }

    .why-area .why-left-content .text-2 {
        font-size: 18px;
        line-height: 30px;
        margin: 30px 0 0;
    }

.service-1 {
    position: relative;
    padding: 10px 0px 8px 55px;
    margin: 0 0 10px;
    background: #000000 !important;
    border: 1px dashed #9d8925;
    border-radius: 4px;
    box-shadow: 0px 0px 0px #ffffff;
    width: 220px;
}

    /*.service-1::before {
    content:'';
    background:#9d8925;
    width:50px;
    padding:10px;
}*/

    .service-1 .icon {
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 33%;
    }

        .service-1 .icon i {
            font-size: 22px;
            background: -webkit-gradient(linear, left top, left bottom, from(#faf948), to(#9d8925));
            background: linear-gradient(180deg, #faf948 0%, #9d8925 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .service-1 .icon img {
            max-height: 30px;
        }

    .service-1 .title {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }

    .service-1 .text {
        color: #c7bef3;
        font-size: 16px;
        line-height: 26px;
        margin: 18px 0 0;
    }

/* 1.10 Token */
.token-area {
    background: #120a39;
    overflow-x: hidden;
    position: relative;
    padding: 68px 0 90px;
}

    .token-area .section-title {
        position: relative;
        z-index: 1;
        margin: 0 0 144px;
    }

    .token-area .token-info-all {
        overflow: hidden;
    }

        .token-area .token-info-all .single {
            background: #251b53;
            min-height: 100px;
            max-height: 100%;
            min-width: 100%;
            max-width: 100%;
            min-height: 98px;
            text-align: center;
            overflow: hidden;
            position: relative;
            z-index: 1;
            border-radius: 3px;
            padding: 15px 5px 15px;
            margin: 0 0 30px;
        }

            .token-area .token-info-all .single .title {
                font-size: 15px;
                line-height: 15px;
                font-weight: 400;
            }

            .token-area .token-info-all .single .text {
                color: #c7bef3;
                font-size: 16px;
                line-height: 30px;
                margin: 10px 0 0;
            }

            .token-area .token-info-all .single:nth-child(odd) {
                float: right;
            }

        .token-area .token-info-all.style-2 .single:nth-child(even) {
            float: right;
        }

        .token-area .token-info-all.style-2 .single:nth-child(odd) {
            float: none;
        }

    .token-area .token-banner-main {
        text-align: center;
        position: relative;
    }

        .token-area .token-banner-main img {
            margin: auto;
            position: relative;
            z-index: 2;
        }

        .token-area .token-banner-main .tb-bg {
            position: absolute;
            top: -20px;
            left: 0;
            width: 100%;
            z-index: 0;
            -webkit-transform: scale(1.65);
            transform: scale(1.65);
        }

            .token-area .token-banner-main .tb-bg img {
                width: 100%;
            }

        .token-area .token-banner-main .link {
            position: relative;
            z-index: 2;
            margin: 34px 0 0;
        }

    .token-area .token-down-banner {
        text-align: center;
        margin-top: 326px;
    }

        .token-area .token-down-banner .title {
            font-size: 36px;
            line-height: 38px;
            text-align: center;
            margin: 0 0 46px;
        }

/* 1.11 Team */
.team-area {
    position: relative;
    padding: 80px 0 86px;
}

    .team-area .team-bg {
        position: absolute;
        bottom: 0;
        height: 100%;
        left: 0;
        width: 100%;
    }

.single-team {
    text-align: center;
    margin: 0 0 30px;
}

    .single-team .img {
        position: relative;
    }

        .single-team .img::before {
            content: "";
            position: absolute;
            border-radius: 3px;
        }

        .single-team .img img {
            width: 100%;
            border-radius: 3px;
        }

    .single-team .content {
        margin: 26px 0 0;
    }

        .single-team .content .title {
            color: #46d6fa;
            font-size: 20px;
            line-height: 22px;
        }

        .single-team .content .desg {
            color: #c7bef3;
            line-height: 20px;
            margin: 4px 0 0;
        }

        .single-team .content .social {
            list-style: none;
            padding: 0;
            margin: 10px 0 0;
        }

            .single-team .content .social li {
                display: inline-block;
                margin-right: 2px;
            }

                .single-team .content .social li:last-child {
                    margin-right: 0;
                }

                .single-team .content .social li a {
                    color: #ffffff;
                    display: block;
                    font-size: 18px;
                    line-height: 20px;
                }

                    .single-team .content .social li a:hover {
                        color: #46d6fa;
                    }

/* 1.12 Blog */
.blog-area {
    position: relative;
    padding: 272px 0 146px;
}

    .blog-area .blog-bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

        .blog-area .blog-bg img {
            height: 122%;
            width: 100%;
        }

    .blog-area .section-title {
        position: relative;
        z-index: 3;
    }

.single-blog {
    border-radius: 3px;
    position: relative;
    z-index: 3;
}

    .single-blog .img a {
        display: block;
    }

    .single-blog .img img {
        width: 100%;
        border-radius: 3px 3px 0 0;
    }

    .single-blog .content {
        border-radius: 0 0 3px 3px;
        background: #181136;
        padding: 26px 26px 50px;
    }

        .single-blog .content .meta {
            list-style: none;
            padding: 0;
        }

            .single-blog .content .meta li {
                display: inline-block;
            }

                .single-blog .content .meta li a {
                    color: #ffffff;
                    font-size: 14px;
                    line-height: 16px;
                }

                    .single-blog .content .meta li a .icon {
                        margin-right: 1px;
                    }

        .single-blog .content .title {
            display: block;
            color: #ffffff;
            font-size: 24px;
            line-height: 30px;
            margin: 28px 0 0;
        }

.faq-area {
    position: relative;
    background: url(../img/home-one/faq-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 236px 0 180px;
}

    .faq-area .faq-content .title {
        font-size: 68px;
        line-height: 70px;
        margin: 0 0 40px;
    }

    .faq-area .faq-content .accordion .card {
        border: 0;
        border-bottom: 0;
        background: transparent;
        margin: 0 0 20px;
        padding: 0;
    }

        .faq-area .faq-content .accordion .card .card-header {
            background: #31246f;
            border: 0;
            padding: 0;
            margin: 0;
        }

            .faq-area .faq-content .accordion .card .card-header .mb-0 {
                margin: 0;
            }

                .faq-area .faq-content .accordion .card .card-header .mb-0 .btn {
                    color: #ffffff;
                    padding: 0;
                    width: 100%;
                    text-align: left;
                    margin: 0;
                    font-size: 20px;
                    line-height: 22px;
                    letter-spacing: 0;
                    text-decoration: none;
                    position: relative;
                    border: 0;
                    padding: 17px 20px;
                }

                    .faq-area .faq-content .accordion .card .card-header .mb-0 .btn .icon {
                        position: absolute;
                        right: 30px;
                        top: 50%;
                        transition: 0.3s;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                        -webkit-transform: translateY(-50%) rotate(180deg);
                        transform: translateY(-50%) rotate(180deg);
                        font-size: 14px;
                    }

                    .faq-area .faq-content .accordion .card .card-header .mb-0 .btn.collapsed .icon {
                        -webkit-transform: translateY(-50%) rotate(0);
                        transform: translateY(-50%) rotate(0);
                    }

        .faq-area .faq-content .accordion .card .collapse .card-body, .faq-area .faq-content .accordion .card .show .card-body, .faq-area .faq-content .accordion .card .collapsing .card-body {
            background: #251b53;
            color: #c7bef3;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0;
            padding: 20px;
            border: 0;
        }

    .faq-area .faq-banner {
        text-align: right;
    }

/* 1.13 Contact */
.contact-area {
    padding: 150px 0 148px;
}

    .contact-area .contact-info-single {
        margin: 0 0 40px;
    }

        .contact-area .contact-info-single .info {
            font-size: 18px;
            line-height: 50px;
            color: #ffffff;
        }

            .contact-area .contact-info-single .info a {
                font-size: 18px;
                color: #ffffff;
            }

            .contact-area .contact-info-single .info .icon {
                display: inline-block;
                height: 50px;
                width: 50px;
                font-size: 24px;
                line-height: 50px;
                border-radius: 100px;
                text-align: center;
                background: #0d9cea;
                margin-right: 10px;
            }

    .contact-area #cf .contact-form-input {
        margin: 0 0 32px;
    }

        .contact-area #cf .contact-form-input input {
            background: #251b53;
            border: none;
            height: 58px;
            width: 100%;
            padding: 10px 18px;
            color: #ffffff;
            font-size: 14px;
            border-radius: 3px;
        }

        .contact-area #cf .contact-form-input textarea {
            background: #251b53;
            border: none;
            height: 108px;
            width: 100%;
            padding: 10px 18px;
            color: #ffffff;
            font-size: 14px;
            border-radius: 3px;
        }

        .contact-area #cf .contact-form-input button {
            cursor: pointer;
        }

/*mail*/
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

    .cf-msg p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #ffffff;
        text-transform: capitalize;
    }

/* 1.14 Footer */
footer {
    padding: 0;
    background: #120d28;
}

    footer .footer-top-area {
        padding: 0 0 60px;
    }

        footer .footer-top-area .footer-widget {
            margin: 0 0 30px;
        }

            footer .footer-top-area .footer-widget .title {
                font-size: 36px;
                line-height: 38px;
                margin: 0 0 16px;
            }

            footer .footer-top-area .footer-widget .text {
                color: #c7bef3;
                margin: 0 0 18px;
            }

            footer .footer-top-area .footer-widget .title-2 {
                margin: 0 0 20px;
            }

            footer .footer-top-area .footer-widget .social {
                padding: 0;
                list-style: none;
            }

                footer .footer-top-area .footer-widget .social li {
                    display: block;
                }

                    footer .footer-top-area .footer-widget .social li a {
                        color: #c7bef3;
                        display: block;
                        font-size: 18px;
                        line-height: 30px;
                    }

                        footer .footer-top-area .footer-widget .social li a .icon {
                            margin-right: 2px;
                        }

            footer .footer-top-area .footer-widget .newsletter .newsletter-inputbox {
                position: relative;
            }

                footer .footer-top-area .footer-widget .newsletter .newsletter-inputbox input {
                    width: 100%;
                    background: #ffffff;
                    border-radius: 50px;
                    border: none;
                    height: 40px;
                    font-size: 12px;
                    padding: 5px 50px 5px 10px;
                }

                footer .footer-top-area .footer-widget .newsletter .newsletter-inputbox button {
                    text-transform: uppercase;
                    position: absolute;
                    right: 3px;
                    top: 3px;
                    bottom: 3px;
                    padding: 5px 20px;
                    font-size: 12px;
                    line-height: 28px;
                    font-weight: 700;
                    cursor: pointer;
                }

    footer .footer-bottom-area {
        background: #100b24;
    }

        footer .footer-bottom-area .copyright {
            padding: 20px 0;
            text-align: center;
        }

            footer .footer-bottom-area .copyright .text {
                color: #c7bef3;
                font-size: 12px;
                line-height: 16px;
                padding: 7px 0;
            }

        footer .footer-bottom-area .footer-links {
            text-align: right;
            padding: 20px 0;
        }

            footer .footer-bottom-area .footer-links .links {
                padding: 0;
                list-style: none;
            }

                footer .footer-bottom-area .footer-links .links li {
                    display: inline-block;
                }

                    footer .footer-bottom-area .footer-links .links li a {
                        display: block;
                        color: #c7bef3;
                        font-size: 12px;
                        line-height: 16px;
                        border-right: 1px solid #c7bef3;
                        padding-right: 6px;
                        margin-right: 2px;
                    }

                    footer .footer-bottom-area .footer-links .links li:last-child a {
                        border-right: none;
                        padding-right: 0;
                        margin-right: 0;
                    }

/*----------------------------------------*/
/*  2. Home Two
/*----------------------------------------*/
.home2 .btn-style-1 {
    border: #f89506 4px dashed;
    padding: 10px 15px;
    border-width: 1px;
    color: #ffffff;
	background: #0000006b;
    text-align: center;
}

.home2 .btn-style-connect {
    border: #faf948 2px dashed;
    padding: 5px 10px;
    border-width: 1px;
    background: #9d8925;
    /*padding: 5px 30px;
    border-width: 2px;*/
    color: #ffffff;
}

    .home2 .btn-style-connect:hover {
        border: #faf948 2px dashed;
        padding: 5px 10px;
        border-width: 1px;
        background-color: transparent;
        /*padding: 5px 30px;
    border-width: 2px;*/
        color: #ffffff;
    }

.home2 .section-title .title {
    color: #28384c;
}

.home2 .section-title .text {
    color: #ffffff;
}

.home2 header.navbar-fixed-top {
    background: #003c85;
}

.home2 a:hover {
    color: #ffffff;
}

.home2 .logo a {
    color: #ffffff;
}

.home2 .main-menu .stellarnav {
    z-index: 3;
}

    .home2 .main-menu .stellarnav .menu-toggle {
        color: #28384c;
    }

    .home2 .main-menu .stellarnav ul li a {
        color: #28384c;
    }

.home2 .hero-area .hero-content .text {
    color: #ffffff;
}

.home2 .counter-area .ca-starts-in .title {
    color: #ffffff;
}

.home2 .counter-area .ca-starts-in .info {
    color: #ffffff;
}

.home2 .counter-area .ca-starts-in .timer-area div .cdown .time-count {
    color: #ffffff;
}

.home2 .counter-area .ca-starts-in .timer-area div .cdown p {
    color: #ffffff;
}

.home2 .counter-area .ca-starts-in .buy {
    display: inline-block;
}

.home2 .counter-area .ca-starts-in .buy-icons {
    margin: 10px 0 0;
}

.home2 .counter-area .cs-recived .contribution {
    color: #ffffff;
}

    .home2 .counter-area .cs-recived .contribution span {
        color: #ffffff;
    }

.home2 .counter-area .cs-recived .progress-box .info .left {
    color: #ffffff;
}

.home2 .counter-area .cs-recived .progress-box .info .right {
    color: #ffffff;
}

.home2 .counter-area .cs-recived .video-link .link {
    color: #ffffff;
    border-color: #ffffff;
}

.home2 .about-v1-area {
    position: relative;
    padding: 0px 0 50px;
    /*background: url(/Content/User/img/feature-area-bg.png) no-repeat;*/
    background-size: cover;
    background-position:bottom left;
	    z-index: 1;
}

    .home2 .about-v1-area .about-v1-bg-h2 {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: center;
    }

        .home2 .about-v1-area .about-v1-bg-h2 img {
            width: auto;
        }

    .home2 .about-v1-area .about-v1-content .title {
        color: #ffffff;
    }

    .home2 .about-v1-area .about-v1-content .title-2 {
        color: #3c4dc1;
    }

    .home2 .about-v1-area .about-v1-content .text {
        color: #1be6fc;
    }

.home2 .about-v2-area {
    padding: 0px 0 150px;
}

    .home2 .about-v2-area .about-v2-content .title {
        color: #28384c;
    }

    .home2 .about-v2-area .about-v2-content .title-2 {
        color: #3c4dc1;
    }

    .home2 .about-v2-area .about-v2-content .text {
        color: #28384c;
    }

.home2 .roadmap-area .roadmap-slider {
    z-index: 3;
}

.home2 .download-area {
    background-color: transparent;
    margin: 0;
    padding: 26px 0 160px;
}

    .home2 .download-area .download-bg {
        top: auto;
        bottom: 0;
    }

        .home2 .download-area .download-bg img {
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .home2 .download-area .download-content .title {
        color: #28384c;
    }

    .home2 .download-area .download-content .text {
        color: #3c4dc1;
    }

.home2 .why-area {
    background: transparent;
}

.home2 .token-area {
    background: transparent;
    padding: 15px 0 20px;
}

    .home2 .token-area .token-bg-h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

        .home2 .token-area .token-bg-h2 img {
            position: absolute;
            bottom: 0;
        }

    .home2 .token-area .token-info-all .single {
        background: -webkit-gradient(linear, left top, right top, from(#3e43e2), to(#3c8bf7));
        background: linear-gradient(90deg, #4089c5 0%, #5fc1dc 100%);
        border: 1px solid #3958cb;
    }

        .home2 .token-area .token-info-all .single .title {
            color: #ffffff;
        }

        .home2 .token-area .token-info-all .single .text {
            color: #000000;
            font-size: 13px;
            line-height: 24px;
            font-weight: 700;
            margin: 10px 0 0;
        }

.home2 .team-area {
    padding: 168px 0 86px;
}

.home2 .why-area .why-left-content .title {
    color: #28384c;
}

.home2 .why-area .why-left-content .text {
    color: #3c4dc1;
}

.home2 .why-area .why-left-content .text-2 {
    color: #28384c;
}

.home2 .service-1 .title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.home2 .service-1 .text {
    color: #1be6fc;
    font-size: 12px;
    text-align: center;
    margin: 5px 0 0;
    font-weight: 600;
    text-transform: uppercase;
}

.home2 .single-team .content .title {
    color: #3c4dc1;
}

.home2 .single-team .content .desg {
    color: #28384c;
}

.home2 .single-team .content .social li a {
    color: #28384c;
}

    .home2 .single-team .content .social li a:hover {
        color: #46d6fa;
    }

.home2 .faq-area {
    background-image: none;
    padding: 0 0 80px;
}

    .home2 .faq-area .faq-content .title {
        color: #28384c;
    }

    .home2 .faq-area .faq-content .accordion .card .card-header {
        background: #ffffff;
    }

        .home2 .faq-area .faq-content .accordion .card .card-header .mb-0 .btn {
            background: #d8d7e3;
            color: #28384c;
        }

    .home2 .faq-area .faq-content .accordion .card .collapse .card-body, .home2 .faq-area .faq-content .accordion .card .show .card-body, .home2 .faq-area .faq-content .accordion .card .collapsing .card-body {
        background: #ffffff;
        color: #28384c;
    }

.home2 .blog-area {
    padding: 110px 0 170px;
}

    .home2 .blog-area .blog-bg img {
        position: absolute;
        height: auto;
        bottom: 0;
    }

    .home2 .blog-area .single-blog .content {
        background: #efeef6;
    }

        .home2 .blog-area .single-blog .content .meta li a {
            color: #28384c;
        }

        .home2 .blog-area .single-blog .content .title {
            color: #28384c;
        }

.home2 .contact-area .contact-info-single .info a {
    color: #28384c;
}

.home2 .contact-area #cf .contact-form-input input {
    background: #eaedf9;
    color: #979797;
}

.home2 .contact-area #cf .contact-form-input textarea {
    background: #eaedf9;
    color: #979797;
}

.home2 footer {
    background: transparent;
}

    .home2 footer .footer-top-area .footer-widget .title {
        color: #28384c;
    }

    .home2 footer .footer-top-area .footer-widget .text {
        color: #28384c;
    }

    .home2 footer .footer-top-area .footer-widget .title-2 {
        color: #28384c;
    }

    .home2 footer .footer-top-area .footer-widget .social li a {
        color: #28384c;
    }

    .home2 footer .footer-bottom-area {
        background: #2a0f04b5;
    }

        .home2 footer .footer-bottom-area .copyright .text {
            color: #e5e5e5;
        }

        .home2 footer .footer-bottom-area .footer-links .links li a {
            color: #28384c;
        }
/*# sourceMappingURL=style.css.map */

.contract-balance {
    font-size: 12px;
    color: #20e8fd;
    font-weight: 600;
    background: #000000e0;
    border: 1px solid #0bc0e0ad;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin: 2px 0 2px;
}

.box-body {
    width: 100%;
    background: #59b6d726;
    border-radius: 6px;
    padding: 15px 30px 1px;
}

.avatar {
    background: rgba(122, 239, 58, 0.15);
    border-radius: 5px;
    text-align: center;
    line-height: 2.375rem;
}

.avatar {
    position: relative;
    width: 4.375rem;
    height: 4.375rem;
    line-height: 42px;
    color: white;
    cursor: pointer;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-2 p, .me-2 h5 {
    color: white;
}

.user-progress h6 {
    color: #0ddff5;
    font-weight: 500;
    font-size: 14px;
}

.close {
    float: right;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    text-transform: capitalize !important;
    gap: 8px;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.input-lg {
    height: 31px;
    font-size: 18px;
}

.bx {
    width: 100%;
    border: 1px dotted #f89506;
    padding: 8px;
    margin-bottom: 10px;
    background: #200b03bd;
    border-radius: 3px;
}

.bg-dark {
    background-color: #0b0301e8 !important;
}

.table td, .table th {
    padding: 1px 10px;
    color: white;
    font-size: 13px;
    white-space: nowrap;
    vertical-align: top;
    border-top: 1px solid #626262;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #ffd89a85;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 2;
    border-radius: 0.3rem;
}

small {
    font-size: 14px;
    font-weight: 300;
    line-height: inherit;
    color: #faff61;
}

.form-control {
      display: block;
      width: 100%;
      padding: 5px 10px;
      font-size: 13px;
      height: 32px;
      line-height: 1.5;
      color: #fff !important;
      background-color: transparent !important;
      background-clip: padding-box;
      border: none;
      border: 1px solid #f89506;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sweet-alert h2 {
       font-size: 24px;
    color: white;
}

.form-container {
    background-color: #0e0401a3;
    font-size: 0;
    border-radius: 3px;
    padding: 30px 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%) inset, 0 0 30px rgb(0 0 0 / 10%);
    position: relative;
    border: 1px dotted #f89506;
    margin-bottom: 20px;
    min-height: 225px;
}

    .form-container:before,
    .form-container:after {
        content: '';
        height: 15%;
        width: 20%;
        border-left: 3px dashed #f79908;
        border-top: 3px dashed #6a4713;
        opacity: 0.9;
        position: absolute;
        left: 8px;
        top: 8px;
        border-radius: 6px;
    }

    .form-container:after {
        height: 15%;
        width: 50%;
        transform: rotate(180deg);
        top: auto;
        bottom: 8px;
        left: auto;
        z-index: -1;
        right: 8px;
    }

    .form-container .title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0px;
        text-transform: capitalize;
        margin: 0 0 15px;
    }

    .form-container .form-horizontal {
        font-size: 0;
    }

        .form-container .form-horizontal .form-group {
            margin: 0 0 15px;
        }

            .form-container .form-horizontal .form-group.row {
                width: calc(70% - 15px);
                margin-left: 7px;
                margin-right: 7px;
                display: inline-block;
            }

                .form-container .form-horizontal .form-group.row.code {
                    width: calc(30% - 15px);
                }

            .form-container .form-horizontal .form-group label {
                color: #ffffff;
                margin: 0;
                font-size: 13px;
                font-weight: 500;
                letter-spacing: 0px;
                text-transform: capitalize;
            }

        .form-container .form-horizontal .form-control {
            color: #ffffff;
            background: #fbfbfb00;
            font-weight: 400;
            letter-spacing: 0px;
            height: 28px;
            padding: 2px 6px;
            border-radius: 4px;
            border: 1px solid #b1b1b1;
            box-shadow: none;
        }

            .form-container .form-horizontal .form-control:focus {
                box-shadow: 0 0 10px rgba(186,37,206,0.3);
                border-bottom: 2px solid #faff61;
            }

            .form-container .form-horizontal .form-control::placeholder {
                color: #dcdcdc;
                text-transform: uppercase;
            }

        .form-container .form-horizontal .btn {
            color: #ffffff;
            background: #d37b06bd;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0px;
            width: auto;
            padding: 10px 20px 7px;
            border-radius: 4px;
            transition: all 0.3s ease 0s;
        }

            .form-container .form-horizontal .btn:hover,
            .form-container .form-horizontal .btn:focus {
                /*text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
                box-shadow:0 0 10px rgb(1 217 251);
                outline: none;*/
                color: #fff;
                background-color: #f89506;
                border-color: #f89506;
            }

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.8rem 0.5rem;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(156 81 27 / 83%);
    border-bottom: 0px solid rgb(249 249 249 / 28%);
}

.text-muted {
    color: #5bbad9!important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #4198ff14;
    opacity: 1;
    color: white;
}

.form-control:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #f89506;
    outline: 0;
    box-shadow: none;
}


@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;700&display=swap");

:root {
    --font-barlow: "Barlow", sans-serif;
    --font-barlowCondensed: "Barlow Condensed", sans-serif;
    --time-nav-hover: 0.25s;
    --color-fire:#2accdd;
    --color-black: #191919;
    --color-grey-5: #fbfbfb;
    --color-grey-10: #f6f7f7;
    --color-grey-cool-10: #eeeeef;
    --color-grey-15: #e8e8e8;
    --color-grey-20: #d5d6d8;
    --color-grey-60: #abadb1;
    --color-grey-70: #888891;
    --color-grey-80: #6b6a6a;
    --color-grey-85: #59595f;
    --shadow-fire:none;
    --focus-style: dotted 2px var(--color-black);
    --focus-offset: 2px;
}



.inputGroup {
    display: block;
    margin: 0 0 15px;
}

.label {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    font-family: var(--font-barlowCondensed);
    line-height: 1.25em;
    margin: 0 0 0.6em;
    padding: 0;
    text-transform: capitalize;
}

.segmentedControl {
    --options: 3;
    --options-active: 1;
    --options-gap: 0.5em;
    background: #f6f7f700;
    border: solid 1px #536e89;
    border-radius: 0.25em;
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

    .segmentedControl .segmentedControl--group {
        flex: 0 0 auto;
        margin: var(--options-gap);
        width: calc( (100% - ((var(--options) * var(--options-gap)) * 2)) / var(--options) );
        display: flex;
        flex-flow: row;
        justify-content: stretch;
        background: #082e4c;
        border-radius: 6px;
        align-items: stretch;
    }

        .segmentedControl .segmentedControl--group input {
            opacity: 0;
            position: absolute;
        }

            .segmentedControl .segmentedControl--group input + label {
                border-radius: 0.25em;
                flex: 1 1 100%;
                font-size: 15px;
                font-weight: normal;
                font-family: var(--font-barlow);
                line-height: 20px;
                margin: 0;
                padding: 0.5em 0;
                position: relative;
                text-align: center;
                -webkit-tap-highlight-color: transparent;
                z-index: 1;
            }

                .segmentedControl .segmentedControl--group input + label::before, .segmentedControl .segmentedControl--group input + label::after {
                    border-radius: inherit;
                    content: "";
                    display: block;
                    height: 100%;
                    opacity: 0;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    z-index: -1;
                }

                .segmentedControl .segmentedControl--group input + label::before {
                    background: var(--color-grey-20);
                    transition: opacity 0.15s ease;
                }

                .segmentedControl .segmentedControl--group input + label::after {
                    background: var(--color-fire);
                    box-shadow: var(--shadow-fire);
                    transition: opacity 0.15s ease;
                }

                .segmentedControl .segmentedControl--group input + label:hover::before {
                    opacity: 1;
                    background: #2accdd;
                }

            .segmentedControl .segmentedControl--group input:focus + label {
                outline: none;
            }

            .segmentedControl .segmentedControl--group input:focus-visible + label {
                outline: var(--focus-style);
                outline-offset: var(--focus-offset);
            }

            .segmentedControl .segmentedControl--group input:-moz-focusring + label {
                outline: var(--focus-style);
                outline-offset: var(--focus-offset);
            }

            .segmentedControl .segmentedControl--group input:checked + label {
                background: var(--color-grey-10);
                color: #fff;
                font-weight: 500;
            }

                .segmentedControl .segmentedControl--group input:checked + label::after {
                    opacity: 1;
                    transform: scale(1);
                }

@media (prefers-reduced-motion: no-preference) {
    .segmentedControl .segmentedControl--group input + label {
        transition: color 0.2s ease;
    }

        .segmentedControl .segmentedControl--group input + label::before {
            transition: opacity 0.3s ease;
        }

        .segmentedControl .segmentedControl--group input + label::after {
            transform: scale(0.85, 0.5);
            transition: opacity 0.15s ease, transform 0.3s cubic-bezier(0, 0.99, 0.52, 1.29);
        }

    .segmentedControl.useSlidingAnimation::before {
        background: var(--color-fire);
        border-radius: 0.375em;
        box-shadow: var(--shadow-fire);
        content: "";
        display: block;
        height: calc(100% - (var(--options-gap) * 2));
        position: absolute;
        top: var(--options-gap);
        left: var(--options-gap);
        transform: translateX(calc((100% + (var(--options-gap) * 2)) * (var(--options-active) - 1)));
        transition: transform cubic-bezier(0.8, 0.34, 0.28, 1.15) 0.35s;
        width: calc( (100% - ((var(--options) * var(--options-gap)) * 2)) / var(--options) );
    }

    .segmentedControl.useSlidingAnimation .segmentedControl--group input + label {
        background: none;
        transition: color 0.3s ease;
        cursor: pointer;
    }

        .segmentedControl.useSlidingAnimation .segmentedControl--group input + label::after {
            content: none;
        }

    .segmentedControl.useSlidingAnimation .segmentedControl--group input:checked + label:hover::before {
        opacity: 0;
    }
}
/* utilities */
.visually-hidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.hidden {
    display: none !important;
}

.offscreen {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.bld {
    font-size: 20px;
    display: inline-block;
    padding: 5px;
}

.total {
    color: #007bff;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(133 133 133 / 76%);
}

.btn-danger {
    color: #fff;
    background-color: #971185;
    border-color: #971185;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #971185;
        border-color: #971185;
    }

.btn-success {
    color: #fff;
    background-color: #0e7626;
    border-color: #0e7626;
}

    .btn-success:hover {
        color: #fff;
        background-color: #0e7626;
        border-color: #0e7626;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f895068f;
    border-color: #f89506;
}

    .btn-warning:hover {
         color: #ffffff;
    background-color: #e3860dad;
    border-color: #ffa125;
    }

.btn-primary {
    color: #fff;
    background-color: #1269c7;
    border-color: #1269c7;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1269c7;
        border-color: #1269c7;
    }


.loader {
    display: none;
    background: #000000b8;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    bottom: 0;
    right: 0;
    z-index: 999999999999;
    position: fixed;
}


#accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}

#accordion .panel-title a {
    display: block;
    padding: 8px 15px;
    background: #0000;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #999999;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    position: relative;
    transition: all 0.5s ease 0s;
}

    #accordion .panel-title a.collapsed {
        box-shadow: none;
        color: #e4e4e4;
    }

        #accordion .panel-title a:before,
        #accordion .panel-title a.collapsed:before {
            content: "\f067";
            font-family: "Font Awesome 5 Free";
            width: 25px;
            height: 25px;
            line-height: 28px;
            font-size: 15px;
            font-weight: 900;
            color: #6d75e5;
            text-align: center;
            position: absolute;
            top: 8px;
            right: 15px;
            transform: rotate(135deg);
            transition: all 0.3s ease 0s;
        }

        #accordion .panel-title a.collapsed:before {
            color: #e4e4e4;
            transform: rotate(0);
        }

    #accordion .panel-title a:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #ececec;
        position: absolute;
        top: 0;
        right: 55px;
    }

#accordion .panel-body {
    padding: 10px 15px 15px;
    border: 1px solid gray;
    font-size: 15px;
    color: #615f5f;
    line-height: 30px;
}

    #accordion .panel-body p {
        color: white;
    }

.modal-box {
    font-family: 'Poppins', sans-serif;
}

    .modal-box .show-modal {
        color: #fff;
        background-color: #A51E14;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 10px 15px;
        margin: 80px auto 0;
        border: none;
        border-radius: 5px 5px;
        outline: none;
        display: block;
        transition: all 0.3s ease 0s;
    }

        .modal-box .show-modal:hover,
        .modal-box .show-modal:focus {
            color: #fff;
        }

.modal-backdrop.in {
    opacity: 0;
}

.modal-box .modal-dialog {
    width: 400px;
    margin: 10% auto 0;
}

.modal.fade .modal-dialog {
    transform: scaleY(0);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
}

.modal.in .modal-dialog {
    transform: scaleY(1);
}

.modal-box .modal-dialog .modal-content {
    color: #ffffff;
    background: #391604a6;
    text-align: center;
    border: 5px solid #ef9225;
    border-radius: 5px 5px;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 20%);
}

    .modal-box .modal-dialog .modal-content .close {
           color: #000;
    background: #000000;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    display: flex;
    margin: 0 auto;
    line-height: 35px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    z-index: 1;
    transition: all 0.3s;
    justify-content: center;
    }

        .modal-box .modal-dialog .modal-content .close span {
            margin: -2px 0 0 0;
            display: block;
        }

.modal-content .close:hover {
    color: #fff;
}

.modal-box .modal-dialog .modal-content .modal-body {
    padding: 30px 10px 25px !important;
}

    .modal-box .modal-dialog .modal-content .modal-body .modal-icon {
        color: #fff;
        /*background: #f5f5f5;*/
        font-size: 100px;
        line-height: 94px;
        width: 105px;
        height: 105px;
        margin: 0 auto 30px;
        border-radius: 50%;
    }

    .modal-box .modal-dialog .modal-content .modal-body .modal-icon1 {
        color: #11a320;
        background: #f5f5f5;
        font-size: 70px;
        line-height: 110px;
        width: 105px;
        height: 105px;
        margin: 0 auto 30px;
        border-radius: 50%;
    }


    .modal-box .modal-dialog .modal-content .modal-body .title {
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0 0 10px;
        color: #ffffff;
    }

    .modal-box .modal-dialog .modal-content .modal-body .description {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .modal-box .modal-dialog .modal-content .modal-body .btn {
        color: #ffffff;
        background: #317dc6;
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 10px 17px;
        border-radius: 6px;
        transition: all 0.3s ease-in-out;
    }

        .modal-box .modal-dialog .modal-content .modal-body .btn:hover {
            color: #ffffff;
        }

@media only screen and (max-width: 767px) {
    .modal-box .modal-dialog {
               width: 60% !important;
        display: flex;
        align-items: center;
        height: 80vh;
    }
	.modal-box .modal-dialog .modal-content .modal-body .title {
        font-size: 15px !important;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 6px;
    color: #ffffff;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-icon {
   
    margin: 0 auto 5px !important;
}
	.btnText {
		font-size: 12px !important;
        line-height: 16px !important;
        white-space: normal !important;
        height: 50px;
	}
    .hero-area {
    position: relative;
    padding: 130px 0 60px;
    /* background: url(../img/hero_bg_vector.png); */
    background-repeat: no-repeat;
    background-position: left center !important;
    background-size: cover !important;
}
    .home2 .about-v1-area {
    position: relative;
    padding: 0px 0 50px;
    /* background: url(/Content/User/img/feature-area-bg.png) no-repeat; */
    background-size: cover;
    background-position: center center !important;
    z-index: 1;
}
	.refLinkx{
	margin-bottom:15px;
}
.btn1:before {
    content: '';
    width: 90% !important;
}
.card {
    width: 100% !important;
}
	.home2 .btn-style-1 {
    border: #f89506 4px dashed;
    padding: 4px 5px !important;
    border-width: 1px;
    font-size: 12px !important;
    color: #ffffff;
    text-align: center;
}
}

.description1 {
        font-size: 15px;
    font-weight: 400;
    color: #ffd392;
    line-height: 1.2;
}

.globSt {
    margin-bottom: 0;
    display: inline-block;
    padding: 1px 15px;
    font-size: 14px;
    border-radius: 50px;
    color: white;
    border: 1px solid #76c6ff;
    background: #57b2d6;
}

.col-new {
    width: 18%;
    margin: 0 8px;
}


.position-relative {
    position: relative !important;
}

.z-0 {
    z-index: 0;
}

.position-absolute {
    position: absolute !important;
}

.z-n1 {
    z-index: -1;
}

.top-0 {
    top: -30px !important;
}

.start-0 {
    left: 36px !important;
}

.rotate {
    animation: rotate 20s linear infinite;
}

    .rotate.time_dur {
        animation-duration: 40s;
    }

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

.pricingTable2 {
    background: #0000008f;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 0 10px;
    border-radius: 3px;
    border: 1px dotted #f89506;
    margin-bottom: 20px;
}

    .pricingTable2 .pricingTable-header {
        background: #f8950669;
        padding: 7px 0 7px;
        margin: 0 auto 20px;
        border-radius: 3px 3px 0 0;
        position: relative;
    }

        .pricingTable2 .pricingTable-header:after {
            content: "";
            background-size: 22px;
            width: 100%;
            height: 15px;
            position: absolute;
            bottom: -14px;
            left: 0;
        }

    .pricingTable2 .title {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
    }

    .pricingTable2 .price-value {
        color: #333333;
        margin: 0 0 10px;
    }

        .pricingTable2 .price-value .amount {
            font-size: 20px;
            font-weight: 600;
            line-height: 20px;
            display: block;
        }

        .pricingTable2 .price-value .duration {
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize;
            display: block;
        }

    .pricingTable2 .pricing-content {
        padding: 0 10px;
        margin: 0 0 0px;
        list-style: none;
    }

        .pricingTable2 .pricing-content li {
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            line-height: 30px;
            text-transform: uppercase;
            padding: 0px;
            position: relative;
        }

            .pricingTable2 .pricing-content li:nth-child(odd) {
                background: transparent;
                border: 0;
            }
    /*.pricingTable2 .pricing-content li:before{
    content: "\f00c";
    color: #4c753c;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    left: 22px;
    top: 10px;
}
.pricingTable2 .pricing-content li.disable:before{
    content: "\f00d";
    color: #a92e2b;
}*/

    .pricingTable2 .counter-icon {
        color: #fff;
        background: #6a6a6a;
        font-size: 25px;
        text-align: center;
        line-height: 45px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }

    .pricingTable2 .pricingTable-signup a {
        color: #fff;
        background: #9d8925;
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 0px;
        height: 50px;
        width: 50px;
        /*padding: 5px 25px;*/
        border-radius: 50%;
        transition: all 0.3s ease 0s;
    }

        .pricingTable2 .pricingTable-signup a:hover {
            text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
        }

    .pricingTable2.red .pricingTable-header {
        background: #d83b50;
    }

        .pricingTable2.red .pricingTable-header:after {
            background: linear-gradient(-45deg, transparent 75%, #d83b50 75%) 0 50%, linear-gradient(45deg, transparent 75%, #d83b50 75%) 0 50%;
            background-size: 22px;
        }

    .pricingTable2.red .pricingTable-signup a {
        background: #d83b50;
    }

    .pricingTable2.orange .pricingTable-header {
        background: #e0681e;
    }

        .pricingTable2.orange .pricingTable-header:after {
            background: linear-gradient(-45deg, transparent 75%, #e0681e 75%) 0 50%, linear-gradient(45deg, transparent 75%, #e0681e 75%) 0 50%;
            background-size: 22px;
        }

.pricingTable.orange .pricingTable-signup a {
    background: #e0681e;
}

@media only screen and (max-width: 990px) {
    .pricingTable2 {
        margin-bottom: 15px;
    }
}

.btn-primary {
    color: #fff !important;
    background-color: transparent;
    border-color: #f89506;
}

    .btn-primary:hover {
        color: #fff;
       background-color: #e5820085;
    border-color: #a15d04;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
           background-color: #e5820085;
    border-color: #a15d04;
    }

.btnText {
    color: #000;
    font-size: 10px;
    line-height: 22px;
    font-weight: 600;
}

.modalHeight {
    min-height: 293px;
}

.borderDash {
    border: 2px solid #ef9826;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.card {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    bottom: 0;
    z-index: 9999;
    width: 420px;
}

.bottomBox {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    /*#deposit {
        display:none !important;
    }*/
    .service-1 {
        width: 100% !important;
    }

    .info-box {
        width: 100% !important;
    }
}

.info-box {
    display: block;
    min-height: 77px;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
    border: 1px dotted #5fa7ff;
    background: #051429cf !important;
    width: 100%;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 75px;
    width: 70px;
    margin-right: 20px;
    text-align: center;
    font-size: 45px;
    line-height: 60px;
    background: #003c8596;
}

    .info-box-icon i {
        font-size: 22px;
        background: -webkit-gradient(linear, left top, left bottom, from(#faf948), to(#9d8925));
        background: linear-gradient(180deg, #6bafff 0%, #ffffff 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.info-box-content {
    padding: 7px 10px;
    margin-left: 45px;
}

.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}

    .info-box-text :hover {
        color: #faf948;
    }

    .info-box-text a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
    }

.info-box-number {
    display: block;
    color: #ffb340;
    font-size: 13px;
    text-align: left;
    margin: 0px 0 0;
    font-weight: 600;
    text-transform: uppercase;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    border: 1px dotted #fdc763;
    background: #00000096 !important;
}

    .small-box > .inner {
        padding: 38px;
    }

    .small-box h3 {
        font-size: 21px;
        font-weight: 500;
        margin: 5px 0 5px 0;
        white-space: nowrap;
        padding: 0;
        text-align: center;
        color:#ffae34;
    }

    .small-box p {
        font-size: 15px;
    }

    .small-box .icon {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0, 0, 0, 0.15);
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        /*color: #fff;*/
        color: rgba(255, 255, 255, 0.8);
        display: block;
        z-index: 10;
        background: #95431491;
        text-decoration: none;
        font-size: 15px;
    }

.blink_me {
    animation: blinker 2s linear infinite;
}

/*@keyframes blinker {
  50% {
    opacity: 0;
  }
}*/

@keyframes blinker {
    /*0% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }*/
    0%, 100% {
        color: #ff0000;
    }

    50% {
        color: #f7ff00;
    }
}

.newBox {
    text-align: left !important;
    padding: 12px 10px !important;
    background: transparent !important;
    min-height: 84px;
}

    .newBox span {
        color: #ffa833 !important;
        display: block;
    }

.borderBox {
    position: relative;
}

    .borderBox::after {
        content: "";
        background: #f98b0657;
        display: block;
        position: absolute;
        border-radius: 50%;
        border-top-right-radius: 0;
        width: 45px;
        height: 45px;
        top: 0;
        right: 0;
        z-index: 1;
    }

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #2a2510;
}

::-webkit-scrollbar-thumb {
    background-color: #9d89258a;
    border-radius: 0px;
}

@media only screen and (max-width: 768px) {
    label {
        text-align: left !important;
    }

    .nav-tabs {
        border-bottom: 0 !important;
        display: flex !important;
    }

    .nav-link {
        padding: 10px 12px !important;
    }

    .message-wrapper {
        display: inline-table !important;
    }

        .message-wrapper .thumbnail {
            margin-bottom: 10px;
        }

    .cmpsForm {
        padding: 35px;
    }

    .nav-tabs .nav-link {
        margin: 0 !important;
    }
}

.cmpsForm {
    padding: 30px;
        margin-top: 20px;
}

.nav-tabs .nav-link {
    border: 1px solid #a96309;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    /*margin-right: 8px;*/
    margin: 0 3px;
    color: #fff;
}

.nav-link {
    display: block;
    padding: 10px 25px;
}

.nav-tabs {
    border-bottom: 0 !important;
    display: block;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
          color: #ffffff;
       background: #200c03 !important;
    border: 1px dashed #be7104;
    }

    .nav-tabs .nav-item {
        margin-bottom: 10px;
    }

.messages-container {
    overflow-x: hidden;
    cursor: pointer;
}

.message-wrapper {
    all: unset;
    display: grid;
    grid-template-columns: 50px auto 12ch;
    transition: transform 0.3s;
    position: relative;
    background: #1a170a;
    /*margin-bottom:20px;*/
    margin: 10px 0;
    border-bottom: 1px dashed #5a4900;
}

    .message-wrapper .thumbnail {
        align-self: center;
        grid-row: 1 / 3;
        width: 35px;
        height: 35px;
        /*aspect-ratio: 1;*/
        border-radius: 50%;
        background: #5a4900;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .message-wrapper .name {
        align-self: center;
        color: #cdcdcc;
        font-size: 16px;
        font-weight: 700;
    }

    .message-wrapper .name, .message-wrapper .message-text {
        /*text-overflow: ellipsis;*/
        overflow: hidden;
        /*white-space: nowrap;*/
    }

    .message-wrapper .ago-time {
        justify-self: start;
        color: #faf948;
        font-size: 13px;
        border: 1px solid #584801;
        padding: 0 10px;
    }

    .message-wrapper .message-text {
        grid-column: 2 / 4;
        color: var(--bs-secondary);
    }

div.dt-container div.dt-length select {
    width: 100px;
    display: inline-block;
    margin-right: 0.5em;
    border: 1px solid #2f2f2f;
    color: #c1bfbf !important;
    /*background: #000000;*/
    line-height: 16px;
    height: 32px;
    padding: 3px 10px;
}

div.dt-container div.dt-search input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: 1px solid #2f2f2f;
    color: #c1bfbf !important;
    background: #022d5c; 
    line-height: 16px;
    height: 30px;
    padding: 3px 10px;
}

div.dt-container > div.row:last-child {
    margin-bottom: 0;
    margin-top: 10px !important;
}

.page-item.disabled .page-link {
    color: #ffffff;
    pointer-events: none;
    cursor: auto;
    background-color: #100502 !important;
    border-color: #884717;
    padding: 0px 14px;
    font-size: 14px;
    line-height: 30px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e87429 !important;
    border-color: #e87429;
    padding: 0px 14px;
    font-size: 14px;
    line-height: 30px;
}

div.dt-container div.dt-length label {
    color: #a1a09e;
}

div.dt-container div.dt-search label {
    color: #a1a09e;
}

div.dt-container div.dt-info {
    white-space: nowrap;
    color: #a1a09e;
}

.table thead th {
    vertical-align: bottom;
    background: #844416;
    border-bottom: 0;
}

div.dt-container > div.row {
    margin-bottom: 10px !important;
}

@media all and (max-width: 768px) {
    li {
        font-size: 30px;
    }

        li span {
            font-size: 16px;
        }
}

.timerClock {
    background: #877001;
    padding: 15px;
    border-radius: 8px;
    border: 1px dashed #ebc40a;
}

    .timerClock h2 {
        display: inline-block;
        font-size: 25px;
        font-weight: 700;
        /*padding: 1em;*/
        color: #ffffff;
        text-transform: uppercase;
    }

    .timerClock p {
        font-size: 16px;
        color: #dddddd;
    }

#countdown li span {
    display: block;
    font-size: 25px;
}

.modal-backdrop.show {
    opacity: .7;
}

.bluelight {
    text-shadow: 0 0 10px #3498DB, 0 0 20px #3498DB, 0 0 30px #3498DB, 0 0 40px #2980B9, 0 0 70px #2980B9, 0 0 80px #2980B9, 0 0 100px #2980B9, 0 0 150px #2980B9;
}

.clock {
    overflow: hidden;
    text-align: center;
}


.top-section {
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: #785c0b;
    border: 0px;
    padding: 10px 0;
}

.bottom-section {
    margin-top: 0px;
    border-radius: 0px 0px 5px 5px;
    background-color: #a37a05;
    border: 0px;
}

@media (min-width: 768px) {
    .num {
        font-size: 23px;
        color: #ffffff;
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .num {
        font-size: 10px;
        color: #ffffff;
    }
}

@media (max-width: 480px) {
    .num {
        font-size: 20px;
        color: #ffffff;
    }
}

@media (min-width: 768px) {
    .text {
        font-size: 13px;
        color: #ffffff;
    }
}

@media (max-width: 767px) {
    .text {
        font-size: 20px;
        color: #ffffff;
    }
}

@media (max-width: 480px) {
    .text {
        font-size: 12px;
        color: #ffffff;
    }

    .top-section {
        padding: 5px 0;
    }
}

@media (max-width: 575px) {
    .table-responsive {
        max-height: 500px !important;
    }
}

.table > :not(caption) > * > * {
    white-space: nowrap;
}

.page-link {
    color: #ffffff;
    cursor: pointer;
       background-color: #06254c00 !important;
    border-color: #e87429;
    padding: 0px 14px;
    font-size: 14px;
    line-height: 30px;
}


header .logo:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1500px;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
}


:root {
    --main-color: #F09018;
}

.serviceBox {
    border: 2px solid #f99907;
    color: #c9a578;
    background: #edb15214;
    font-family: 'Nanum Gothic', sans-serif;
    text-align: center;
    padding: 20px 25px 20px;
    margin: 24px 34px 15px 0;
    width: 97%;
    border-radius: 5px 5px;
    position: relative;
    z-index: 1;
}

    .serviceBox:before,
    .serviceBox:after {
        content: "";
        background: #160701ad;
        width: 100%;
        height: 100%;
        border-radius: 5px 5px;
        position: absolute;
        top: -13px;
        right: -12px;
        z-index: -1;
    }



    .serviceBox .service-icon {
        color: var(--main-color);
        font-size: 45px;
        transition: all 0.3s;
        margin: 0px auto 15px;
    }

        .serviceBox .service-icon i {
            line-height: inherit;
        }

    .serviceBox .title {
        color: var(--main-color);
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0 0 7px;
    }

    .serviceBox .description {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 22px;
        text-align: justify;
        margin: 0;
    }

    .serviceBox.green {
        --main-color: #10ac84;
    }

    .serviceBox.red {
        --main-color: #F96B51;
    }

    .serviceBox.blue {
        --main-color: #029AB3;
    }

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0;
    }
}

.card-body {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}


.email-signature {
    background: #a2783730;
    font-family: 'Mukta', sans-serif;
    padding: 30px 50px 30px 100px;
    box-shadow: 0 0 15px -8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin-top: 15px;
}

    .email-signature:before {
        content: "";
        background: #00000094;
        border-radius: 0 30px 30px 0;
        transform: skew(-10deg);
        position: absolute;
        bottom: 15px;
        top: 15px;
        left: -22px;
        right: 66px;
        z-index: -1;
    }

    .email-signature .signature-icon {
        background-color: #f98c06;
    width: 80px;
    height: 80px;
    padding: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    position: absolute;
    left: 1.5%;
    top: 50%;
    }

        .email-signature .signature-icon img {
            width: 100%;
            border-radius: 50%;
            background: white;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        }

    .email-signature .signature-details {
        margin: 0 0 10px;
    }

    .email-signature .title {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0 0 3px;
    }

    .email-signature .post {
        color: #ffffff;
        background: #f98c06;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 0px;
        padding: 0 10px;
        display: inline-block;
    }

    .email-signature .signature-content {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .email-signature .signature-content li {
            color: #fff;
            font-size: 14px;
            margin-bottom: 7px;
            display: flex;
            align-items: center;
        }

            .email-signature .signature-content li:last-child {
                margin-bottom: 0;
            }

            .email-signature .signature-content li i {
                color: #ffffff;
                background: #ffffff;
                font-size: 11px;
                text-align: center;
                line-height: 18px;
                overflow: hidden;
                width: 34px;
                height: 34px;
                margin: 0 6px 0 0;
                border-radius: 50%;
                display: inline-block;
            }

    .email-signature .icon {
        background-color: #ffffff4d;
        padding: 7px 8px 2px;
        margin: 0;
        list-style: none;
        border-radius: 20px 20px 0 0;
        position: absolute;
        bottom: 0;
        right: 10px;
    }

        .email-signature .icon li {
            margin: 5px 0;
        }

            .email-signature .icon li a {
                color: #fff;
                background-color: #1e5da5;
                font-size: 12px;
                text-align: center;
                line-height: 23px;
                height: 23px;
                width: 23px;
                border-radius: 50%;
                display: block;
                transition: all 0.3s;
            }

                .email-signature .icon li a:hover {
                    color: #1690c9;
                    background-color: #fff;
                    text-decoration: none;
                }

@media screen and (max-width:576px) {
    .email-signature {
               padding: 130px 34px 62px;
        margin-bottom: 30px;
    }

        .email-signature .title {
                   text-align: center;
        margin-bottom: 12px;
        }

    .email-signature {
        background: #02020285;
    }

        .email-signature:before {
                   transform: skew(0) skewY(0deg);
        border-radius: 0 0 40px 40px;
        left: 15px;
        right: 15px;
        top: -15px;
        bottom: 50px;
        }

        .email-signature .signature-icon {
            transform: translateY(0) translateX(-50%);
            left: 50%;
            top: 30px;
        }

        .email-signature .signature-details,
        .email-signature .signature-content {
            width: 100%;
            text-align: center;
        }

        .email-signature .icon {
            padding: 5px 10px;
            border-radius: 0 20px 20px 0;
            right: auto;
            left: 0;
            bottom: 10px;
        }

            .email-signature .icon li {
                display: inline-block;
                margin: 0 3px;
            }
}


.card-new {
    position: relative;
    width: 100%;
    z-index: 1;
}



.btn1{
      color: #000;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 8px 10px;
    border-radius: 0;
    cursor:pointer;
    border: 1px solid #f89506;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}
.btn1:hover{ color: #fff; }
.btn1:before{
    content: '';
    background-color: #71340280;
    height: 100%;
    width: 100%;
    transform: perspective(160px) rotateY(-20deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.btn1:hover:before{
    background-color: #e5870d70;
    transform: perspective(160px) rotateY(20deg);
}
@media only screen and (max-width: 767px){
    .btn1{ margin-bottom: 20px !important;font-size: 18px !important; }
	.news_box{
	    margin-bottom: 15px;
}
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}



/*-------------------------*/

:root{ 
    --color1: #003c85;
    --color2: #f99907;
}
.counter{
color: var(--color1);
    font-family: 'Sarabun', sans-serif;
    width: 100%;
    padding: 20px 20px 20px;
    border-radius: 0;
    position: relative;
    text-align: left;
    cursor: pointer;
    margin: 0 auto 15px;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    background: #08306300;
    width: 100%;
    height: 50%;
    border-radius: 0;
    position: absolute;
    top: 1px;
    border: 1px dotted #f17408;
    left: 0px;
    z-index: -2;
}
.counter:after{
    top: auto;
    bottom: 0;
}
.counter .counter-icon{
color: #fff;
    background: #003c85;
    font-size: 20px;
    line-height: 40px;
    height: 60px;
    width: 70px;
    clip-path: polygon(0 0, 100% 0%, 100% 60%, 50% 100%, 0 60%);
    position: absolute;
    top: 10px;
    text-align: center;
    right: 10px;
}
.counter .counter-icon i{ line-height:inherit; }
.counter .counter-icon:before{
    content: "";
    background:var(--color1);
    width: calc(100% - 15px);
    height: calc(100% - 10px);
    clip-path: polygon(0 0, 100% 0%, 100% 60%, 50% 100%, 0 60%);
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: -1;
}
.counter h3{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    color: white;
}
.counter h3:before{
    content:"";
    background: #100601b5;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: none;
    z-index: -1;
}
.counter .counter-value{
    font-size: 14px;
    font-weight: 600;
    color: #ffad31;
}
.counter.purple{ 
    --color1: #BA53D7;
    --color2: #8536AD;
}
.counter.red{
    --color1: #f32626;
    --color2: #8b0000;
}
.counter.blue{ 
    --color1: #4b7bec;
    --color2: #3867d6;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 12px; }
}

div.dt-container div.dt-length select {   
    background: #874617 !important;
	color:#ffffff;
	font-weight:600;
}


.backLoad {
    position: fixed;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    opacity: 0.3;
}
.container-fluid {
    z-index:99;
        position: relative;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(255 141 0 / 50%);
}

.news_box{
	    width: 100%;
    display: flex;
    align-items: center;
    background: #0c04018c;
    height: 52px;
    border-radius: 4px;
    border: 1px dashed #f98c06;
}
.news_box .news_title{
	background: #f98c06;
    color: white;
    height: 48px;
    display: flex;
    white-space: nowrap;
    margin-left: 1px;
    padding: 10px;
    align-items: center;
}
.news_content{
	    width: 100%;
    background: #f98c060f;
    height: 50px;
}