
*{
    margin: 0;
    padding-top: 0;
}



:root.theme-light {
    --color-primary: #ffffff;
    --color-secondary: #fbfbfe;
    --color-accent: #fd6f53;
    --font-color: #000000;
    --color-header: #ffffff82;
    --color-slider-bg: linear-gradient(104.35deg,#e3f2ff 0,#f8f8f8 30.73%,#ffdce2 72.4%,#ffdec0 100%);
    --color-slider-box: linear-gradient(104.35deg,#e3f2ff 0,#f8f8f8 30.73%,#ffdce2 72.4%,#ffdec0 100%);
    --font-color-2: rgb(235, 235, 235);
    /*--color-fancy-box: linear-gradient(104.35deg,#e3f2ff 0,#f8f8f8 30.73%,#ffdce2 72.4%,#ffdec0 100%);*/
    --color-fancy-box: linear-gradient(104.35deg,#e3f2ff94 0,#f8f8f8 30.73%,#ffdce285 72.4%,#ffdec061 100%);
    --color-bg: linear-gradient(104.35deg,#fff5f5 0,rgba(240,240,240,.514139) 37.33%,rgba(239,255,235,.334871) 77.61%,rgba(255,218,184,0) 100%);
    --color-box: #f3f3f3;
    --color-dark-border: #f3f3f3;
    --color-timeline-box: #898cad;
    --color-timeline-border: #898cad;
    --color-nav-button: #6b6b6b;
    --color-nav-bg: rgb(224, 224, 224);
    --card-color: #f0f0f0;
    --card-body: #ffffff;
    --border-color: #f0f0f0;
    --primary-color: #eabf57;
    --color-800: #424242;
    --color-500: #555555;
    --color-100: #ffffff;
    --bs-card-cap-color: rgb(85, 85, 85);
    --secondary-color: #050a1e;
    --colors-input: #eeeaf4;
    --shadows-inset: inset 0px 2px 2px -1px rgba(74,74,104,.1);
    --colors-text: #280d5f;
    --colors-textSubtle: #7a6eaa;
    --colors-primary: #eabf57;
}

.theme-dark {
    --color-primary: #070e27;
    /*--color-primary: #011826;*/
    --color-secondary: #243133;
    --color-accent: #12cdea;
    --font-color: #ffffff;
    --color-header: #0000000;
    --color-slider-bg: #070e27;
    --color-slider-box: #131519;
    --font-color-2: #333333;
    --color-fancy-box: #040a1e;
    --color-bg: #0000000;
    --color-box: rgb(30, 33, 38, 0.9);
    --color-dark-border: #131418;
    --color-timeline-box: #131418;
    --color-timeline-border: #131418;
    --color-nav-button: #ababab;
    --color-nav-bg: #070e27;
    --card-color: #050a1e;
    --card-body: #050a1e;
    --border-color: #11172a;
    --primary-color: #eabf57;
    --color-800: #424242;
    --color-500: #555555;
    --color-100: #ffffff;
    --bs-card-cap-color: rgb(85, 85, 85);
    --secondary-color: #050a1e;
    --colors-input: #eeeaf4;
    --shadows-inset: inset 0px 2px 2px -1px rgba(74,74,104,.1);
    --colors-text: #280d5f;
    --colors-textSubtle: #7a6eaa;
    --colors-primary: #eabf57;
}

::-webkit-scrollbar {
    height: 7px;
    width: 5px;
}

/* / Track / */
::-webkit-scrollbar-track {
    /* background: var(--color-primary); */
    background: #eee;
}

/* / Handle / */
::-webkit-scrollbar-thumb {
    /* background: var(--color-bg); */
    background: #4f5966;
}

.iq-Tranding-platform {
    background: var(--color-bg);
}

.iq-partners {
    background: var(--color-bg);
}

.theme-light .Signal-partners img {
    /*  filter: invert(100%);
    -webkit-filter: invert(100%);*/
}



.mobile-dark {
    display: none;
}

.theme-dark .mobile-dark {
    display: block;
}

.mobile-light {
    display: block;
}

.theme-dark .mobile-light {
    display: none;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -4px;
        bottom: 4px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        box-shadow: 0 0px 15px #2020203d;
        background: white url('../images/night.png');
        background-repeat: no-repeat;
        background-position: center;
    }

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background: white url('../images/sunny.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

p {
    text-align: justify;
}

/*---------------------------------------------------------------------
                               Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: var(--font-color);
    background: var(--color-dark-border);
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    #back-to-top .top:hover {
        background: var(--iq-primary);
        color: var(--font-color);
        -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1);
    }

/*---------------------------------------------------------------------
                                Loader
-----------------------------------------------------------------------*/
#loading {
    background-color: var(--iq-blue);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}

#loading-center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
}

/*loader 2  */
.loader {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
}

    .loader div {
        height: 100%;
    }

.loader2,
.loader2 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-top-color: rgba(249, 183, 7, 1);
    border-left-color: rgba(66, 66, 66, 1);
    border-right-color: rgba(66, 66, 66, 1);
}

.loader,
.loader * {
    will-change: transform;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(0, 0, 255, 0.5);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(0, 0, 255, 0.5);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 0, 0.5);
    }
}



/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title {
    margin-bottom: 0px;
    text-align: center;
}

    .heading-title small {
        font-weight: 500;
        font-size: 26px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 4px;
        color: #f5cf70;
    }

    .heading-title.left {
        text-align: left;
        margin-bottom: 20px;
    }

    .heading-title h2 {
        font-size: 45px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .heading-title .title {
        position: relative;
        padding-bottom: 15px;
        display: inline-block;
        width: 100%;
    }

        .heading-title .title span {
            background: -webkit-linear-gradient(rgb(252 249 196), rgb(232 187 83));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: rgb(243 198 95);
        }

    .heading-title p {
        padding: 0 100px;
        display: block;
    }

    .heading-title .title.white:before {
        background: var(--font-color);
    }

/*Heading Left*/
.heading-left .title {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 20px 0;
}

    .heading-left .title:before {
        position: absolute;
        content: "";
        left: 0;
        width: 50px;
        height: 3px;
        background: var(--iq-primary);
        bottom: 0;
    }

.small-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px
}

    .small-title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 4px;
        background: var(--iq-primary);
        display: inline-block;
    }

#canvas1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

/*---------------------------------------------------------------------
                              Header
---------------------------------------------------------------------*/
header {
    padding: 20px 0px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    z-index: 99;
    background: var(--color-header);
}


.whitetext {
color:#fff!important;
}
    header .navbar {
        padding: 0;
    }
@media only screen and (min-width:100px) and (max-width:768px){
    header .navbar-brand img {
    width: 68%;
}
}

@media only screen and (min-width:769px) and (max-width:1920px){
    header .navbar-brand img {
    width: 80%;
}
}



    header .navbar-light .nav-item {
        margin: 0 10px;
    }

        header .navbar-light .nav-item .nav-link {
            color: var(--font-color);
            font-size: 16px;
            line-height: normal;
            position: relative;
            -webkit-transition: all 250ms ease-in-out 0s;
            -moz-transition: all 250ms ease-in-out 0s;
            -ms-transition: all 250ms ease-in-out 0s;
            -o-transition: all 250ms ease-in-out 0s;
            transition: all 250ms ease-in-out 0s;
        }

    header .navbar-light .navbar-nav .nav-link:before {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -3px;
        left: 50%;
        margin-left: -3px;
        background: var(--iq-primary);
        height: 6px;
        width: 6px;
        border-radius: 90px;
        opacity: 0;
        -webkit-transition: all 250ms ease-in-out 0s;
        -moz-transition: all 250ms ease-in-out 0s;
        -ms-transition: all 250ms ease-in-out 0s;
        -o-transition: all 250ms ease-in-out 0s;
        transition: all 250ms ease-in-out 0s;
    }

    header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-item .nav-link.active {
        color: var(--iq-primary);
    }

        header .navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .nav-link:focus:before, .navbar-light .navbar-nav .nav-item .nav-link.active:before {
            opacity: 1;
        }

    header .navbar-light .nav {
        position: relative;
    }

        header .navbar-light .nav:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            height: 25px;
            width: 1px;
            display: inline-block;
            background: var(--iq-gray-border);
        }

        header .navbar-light .nav .button:hover, header .navbar-light .nav .button:focus {
            color: var(--iq-light);
        }

    header.menu-sticky {
        position: fixed;
        background: var(--color-primary);
        padding: 10px 30px;
        box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.1);
    }

.dropdown-item.active, .dropdown-item:active {
    background: var(--iq-primary);
}

/*Login*/
.iq-login .modal-header {
    padding: 20px 30px;
}

.iq-login .modal-body {
    padding: 30px;
}

.iq-login .modal-footer {
    padding: 20px 30px;
    display: inline;
}

.iq-login .form-control {
    border: 1px solid var(--iq-gray-border);
    border-radius: 0;
    height: 45px !important;
    box-shadow: none;
}

.iq-login .modal-body .button {
    width: 100%;
    text-align: center;
}

.iq-login .modal-dialog {
    max-width: 400px;
}

.iq-login .modal-footer .iq-media-blog {
    margin: 0;
    padding: 0;
}

    .iq-login .modal-footer .iq-media-blog li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0px 4px;
    }

        .iq-login .modal-footer .iq-media-blog li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            color: var(--iq-primary);
            background: transparent;
            border: 1px solid var(--iq-primary);
            text-align: center;
            border-radius: 50%;
        }

            .iq-login .modal-footer .iq-media-blog li a:hover {
                background: var(--iq-primary);
                border-color: var(--iq-primary);
                color: var(--font-color);
            }

.iq-login .modal-header .close {
    outline: none;
}

/*---------------------------------------------------------------------
                              Banner
---------------------------------------------------------------------*/
.iq-banner {
    position: relative;
    padding: 7% 0 5%;
    z-index: 2;
    background: url(../images/banner_bg.jpg);
}

    .iq-banner:before {
        position: absolute;
        top: 0%;
        left: 0%;
        content: "";
        width: 100%;
        z-index: 999;
        height: 100%;
        display: inline-block;
        /*background: url('../images/01.png');*/
    }

.banner-info {
    position: relative;
    z-index: 999;
}

.iq-banner .iq-countdown {
    background: var(--color-slider-box);
    border-radius: 30px;
    padding: 40px 40px;
    position: relative;
}

.iq-banner .wave-poistion {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

    .iq-banner .wave-poistion canvas {
        width: 100% !important;
        height: 100% !important;
        background: var(--color-bg);
    }

.iq-countdown #countdown {
    list-style: none;
    margin: 40px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

    .iq-countdown #countdown li {
        display: inline-block;
        padding: 0 20px;
        position: relative;
    }

        .iq-countdown #countdown li:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            display: inline-block;
            background: rgba(255, 255, 255, 0.1);
        }

        .iq-countdown #countdown li:first-child {
            padding-left: 0;
        }

        .iq-countdown #countdown li:last-child {
            padding-right: 0;
        }

            .iq-countdown #countdown li:last-child:before {
                display: none;
            }

        .iq-countdown #countdown li span {
            font-size: 44px;
            line-height: normal;
            font-weight: 700;
            color: var(--font-color);
        }

        .iq-countdown #countdown li p {
            font-size: 14px;
            font-weight: 700;
            color: var(--font-color);
            margin-bottom: 0;
        }

.iq-banner .iq-countdown .list-inline {
    margin-top: 15px;
}

    .iq-banner .iq-countdown .list-inline li a {
        color: var(--font-color);
        font-size: 18px;
        margin: 0 5px;
    }

        .iq-banner .iq-countdown .list-inline li a:hover {
            color: var(--iq-primary);
        }

.iq-progress-bar-text {
    margin-bottom: 10px;
}

    .iq-progress-bar-text span {
        float: right
    }

.iq-progress-bar {
    background: var(--font-color) none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 15px;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
    border-radius: 90px;
}

    .iq-progress-bar > span {
        background: var(--iq-primary) none repeat scroll 0 0;
        display: block;
        height: 100%;
        width: 0;
        border-radius: 90px;
    }

/*---------------------------------------------------------------------
                              Banner 2
---------------------------------------------------------------------*/
.iq-banner-2 {
    position: relative;
    padding: 16% 0 8%;
}

    .iq-banner-2:before {
        position: absolute;
        top: 0%;
        left: 0%;
        content: "";
        width: 100%;
        height: 100%;
        display: inline-block;
        background-image: url('../images/02.jpg');
    }

    .iq-banner-2 .iq-countdown {
        border-radius: 30px;
        padding: 40px 40px;
        position: relative;
    }

        .iq-banner-2 .iq-countdown .list-inline {
            margin-top: 15px;
        }

            .iq-banner-2 .iq-countdown .list-inline li a {
                color: var(--font-color);
                font-size: 18px;
                margin: 0 5px;
            }

                .iq-banner-2 .iq-countdown .list-inline li a:hover {
                    color: var(--iq-primary);
                }

/* Canvas Banner */
.iq-canvas-banner {
    padding: 15% 0 10%;
}

.iq-canvas2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#world {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

/* ---- particles.js container ---- */
#particles-js {
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

/*---------------------------------------------------------------------
                              Banner 3
---------------------------------------------------------------------*/
.iq-banner-3 {
    position: relative;
    padding: 15% 0 10%;
    overflow: hidden;
}

    .iq-banner-3:before {
        position: absolute;
        top: 0%;
        left: 0%;
        content: "";
        width: 100%;
        height: 100%;
        display: inline-block;
        background-image: url('../images/02.jpg');
    }

    .iq-banner-3 .ico-img {
        margin-top: 10px;
        bottom: -45px;
        right: -60px;
        width: 95%;
    }

/*---------------------------------------------------------------------
                              Clients
---------------------------------------------------------------------*/
.iq-our-clients {
    position: relative;
    z-index: 99;
}

/*---------------------------------------------------------------------
                             Fancy-box 
---------------------------------------------------------------------*/
.iq-fancy-box {
    background: var(--color-fancy-box);
    padding: 40px 20px;
    margin-bottom: 0px;
    position: relative;
}

    .iq-fancy-box .fancy-icon img {
        width: 30%;
        /*margin-top: -80px;*/
    }

    .iq-fancy-box .fancy-content h5 {
        font-family: 'Poppins', sans-serif;
        margin: 25px 0 5px;
        font-size: 25px;
        letter-spacing: 1px;
    }

}

/* Fancy box 2 */
.fancy-box {
    text-align: center;
    border: 1px solid var(--iq-primary);
    border-radius: 10px;
}

    .fancy-box .heading {
        padding: 20px;
        background: var(--iq-primary);
        border-radius: 10px 10px 0 0;
    }

    .fancy-box h5 {
        margin: 20px 0;
    }

    .fancy-box h6 {
        margin: 10px 0;
    }

/*---------------------------------------------------------------------
                             Tranding Platform
-----------------------------------------------------------------------*/
.iq-tranding-Platform .nav-tabs {
    border: none;
}

    .iq-tranding-Platform .nav-tabs .nav-link:first-child {
        -webkit-border-top-left-radius: 30px;
        -moz-border-radius-topleft: 30px;
        border-top-left-radius: 30px;
    }

    .iq-tranding-Platform .nav-tabs .nav-link:last-child {
        -webkit-border-top-right-radius: 30px;
        -moz-border-radius-topright: 30px;
        border-top-right-radius: 30px;
    }

    .iq-tranding-Platform .nav-tabs .nav-link {
        padding: 15px 20px;
        text-align: center;
        width: 20%;
        color: var(--font-color);
        border: none;
        background: var(--iq-dark-bg);
        position: relative;
    }

        .iq-tranding-Platform .nav-tabs .nav-link:hover:before, .iq-tranding-Platform .nav-tabs .nav-link.active:before, .iq-tranding-Platform .nav-tabs .nav-item.show .nav-link {
            content: "";
            bottom: 0;
            left: 0;
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: var(--iq-primary);
        }

        .iq-tranding-Platform .nav-tabs .nav-link i {
            font-size: 42px;
            margin-bottom: 5px;
        }

        .iq-tranding-Platform .nav-tabs .nav-link span {
            display: block;
            font-size: 16px;
        }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background: var(--iq-light);
    /*border: none;*/
    color: var(--iq-primary);
}

.iq-tranding-Platform .light-bg {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.iq-tranding-Platform .tab-content {
    padding: 15px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid var(--iq-table-brder);
    color: var(--font-color);
}

#chartdiv {
    width: 100%;
    height: 500px;
}

    #chartdiv .amcharts-chart-div a, #chartrounddiv .amcharts-chart-div a, .amcharts-export-menu.amcharts-export-menu-top-right.amExportButton {
        display: none !important;
    }

#chartrounddiv {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

#chartnew {
    width: 100%;
    height: 500px;
}

.amcharts-pie-slice {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 0 30px 0 var(--font-color);
}

    .amcharts-pie-slice:hover {
        transform: scale(1.1);
        filter: url(#shadow);
    }

/*************************************
Listing Check
**************************************/
.trending-2 ul.listing-mark {
    padding: 0;
    margin: 0;
}

    .trending-2 ul.listing-mark li {
        position: relative;
        list-style-type: none;
        padding-left: 25px;
        margin: 10px 0;
    }

        .trending-2 ul.listing-mark li:after {
            content: "\f00c";
        }

/*---------------------------------------------------------------------
List Style
----------------------------------------------------------------------*/
.trending-2 ul {
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

    .trending-2 ul li:after {
        position: absolute;
        color: var(--iq-primary);
        content: "";
        font-family: 'FontAwesome';
        left: 0;
        top: 0;
    }

    .trending-2 ul li.dark:after {
        color: var(--iq-dark-bg);
    }

/***************************
Token Sale
****************************/
.iq-token {
    position: relative;
}

    .iq-token .iq-icon {
        float: left;
        border-radius: 90px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        margin-right: 15px;
    }

        .iq-token .iq-icon i {
            font-size: 36px;
            color: var(--font-color);
        }

        .iq-token .iq-icon span {
            font-size: 30px;
        }

    .iq-token .fancy-content {
        display: table-cell;
    }

        .iq-token .fancy-content p {
            padding: 0;
            margin: 0;
        }

    .iq-token.iq-bg .step {
        position: absolute;
        right: 0;
        top: 25px;
        font-size: 80px;
        color: var(--iq-gray);
        z-index: -1;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }

    .iq-token.iq-bg {
        padding: 20px 15px;
        position: relative;
    }

        .iq-token.iq-bg:before {
            position: absolute;
            content: "";
            right: 0;
            top: 0;
            width: 0;
            height: 0;
            background: var(--iq-gray);
            transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            z-index: -1;
            border-radius: 5px;
        }

/*---------------------------------------------------------------------
                            Token 
-----------------------------------------------------------------------*/
.iq-countdown-2 h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
}

.iq-countdown-2 {
    background: -webkit-box-shadow:10px 10px 142px -39px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 142px -39px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 142px -39px rgba(0, 0, 0, 0.75);
}

    .iq-countdown-2 h5 {
        font-size: 21px;
        line-height: 24px;
    }

    .iq-countdown-2 #countdown {
        list-style: none;
        margin: 40px 0 20px 0;
        padding: 0;
        display: inline-block;
        width: 100%;
    }

        .iq-countdown-2 #countdown li {
            display: inline-block;
        }

            .iq-countdown-2 #countdown li span {
                font-size: 50px;
                line-height: 80px;
                font-weight: 600;
            }

            .iq-countdown-2 #countdown li.seperator {
                font-size: 50px;
                line-height: 40px;
                vertical-align: top;
                margin-top: 15px;
            }

            .iq-countdown-2 #countdown li p {
                font-size: 20px;
            }

    .iq-countdown-2 input {
        width: 100%;
        border: none;
        box-shadow: none !important;
        background: rgba(255, 255, 255, 0.2) !important;
        height: 44px;
        border-radius: 3px 0 0 3px;
        min-width: 300px;
    }

    .iq-countdown-2 .iq-subscribe {
        text-align: center;
        display: inline-block;
    }

    .iq-countdown-2 input {
        color: var(--font-color) !important;
    }

        .iq-countdown-2 input::-webkit-input-placeholder {
            color: var(--font-color) !important;
        }

        .iq-countdown-2 input::-moz-placeholder {
            color: var(--font-color) !important;
        }

        .iq-countdown-2 input:-moz-placeholder {
            color: var(--font-color) !important;
        }

        .iq-countdown-2 input:-ms-input-placeholder {
            color: var(--font-color) !important;
        }

        .iq-countdown-2 input:focus {
            outline: none;
        }

    .iq-countdown-2 .button {
        border-radius: 0 3px 3px 0;
    }

.iq-countdown-2 {
    background: var(--iq-dark-blue);
    padding-bottom: 40px;
    border-radius: 10px;
}

    .iq-countdown-2 i {
        font-size: 20px;
        padding-left: 10px;
    }

/***************************
Token Sale
****************************/
.iq-token {
    position: relative;
}

    .iq-token .iq-icon {
        float: left;
        border-radius: 90px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        margin-right: 15px;
    }

        .iq-token .iq-icon i {
            font-size: 36px;
            color: var(--font-color);
        }

        .iq-token .iq-icon span {
            font-size: 30px;
        }

    .iq-token .fancy-content {
        display: table-cell;
    }

        .iq-token .fancy-content p {
            padding: 0;
            margin: 0;
        }

    .iq-token.iq-bg .step {
        position: absolute;
        right: 0;
        top: 25px;
        font-size: 80px;
        color: var(--iq-gray);
        z-index: -1;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }

    .iq-token.iq-bg {
        padding: 20px 15px;
        position: relative;
    }

        .iq-token.iq-bg:before {
            position: absolute;
            content: "";
            right: 0;
            top: 0;
            width: 0;
            height: 0;
            background: var(--iq-gray);
            transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            z-index: -1;
            border-radius: 5px;
        }

/*---------------------------------------------------------------------
                            Token 
-----------------------------------------------------------------------*/
.iq-countdown-2 h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
}

.iq-countdown-2 {
    background: -webkit-box-shadow:10px 10px 142px -39px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 142px -39px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 142px -39px rgba(0, 0, 0, 0.75);
}

    .iq-countdown-2 h5 {
        font-size: 21px;
        line-height: 24px;
    }

    .iq-countdown-2 #countdown {
        list-style: none;
        margin: 40px 0 20px 0;
        padding: 0;
        display: inline-block;
        width: 100%;
    }

        .iq-countdown-2 #countdown li {
            display: inline-block;
        }

            .iq-countdown-2 #countdown li span {
                font-size: 50px;
                line-height: 80px;
                font-weight: 600;
            }

            .iq-countdown-2 #countdown li.seperator {
                font-size: 50px;
                line-height: 40px;
                vertical-align: top;
                margin-top: 15px;
            }

            .iq-countdown-2 #countdown li p {
                font-size: 20px;
            }

    .iq-countdown-2 input {
        width: 100%;
        border: none;
        box-shadow: none !important;
        background: rgba(255, 255, 255, 0.2) !important;
        height: 44px;
        border-radius: 3px 0 0 3px;
        min-width: 300px;
    }

    .iq-countdown-2 .iq-subscribe {
        text-align: center;
        display: inline-block;
    }

    .iq-countdown-2 input {
        color: var(--font-color) !important;
    }

        .iq-countdown-2 input::-webkit-input-placeholder {
            color: var(--font-color) !important;
        }

        .iq-countdown-2 input::-moz-placeholder {
            color: var(--font-color) !important;
        }

        .iq-countdown-2 input:-moz-placeholder {
            color: var(--font-color) !important;
        }

        .iq-countdown-2 input:-ms-input-placeholder {
            color: var(--font-color) !important;
        }

        .iq-countdown-2 input:focus {
            outline: none;
        }

    .iq-countdown-2 .button {
        border-radius: 0 3px 3px 0;
    }

.iq-countdown-2 {
    background: var(--iq-dark-blue);
    padding-bottom: 40px;
    border-radius: 10px;
}

    .iq-countdown-2 i {
        font-size: 20px;
        padding-left: 10px;
    }

/*---------------------------------------------------------------------
                                 Team
-----------------------------------------------------------------------*/
.our-team .teame-2-blog {
    position: relative;
}

    .our-team .teame-2-blog:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(249, 183, 7, 0.9);
        opacity: 0;
    }

.our-team {
    text-align: center;
}

    .our-team .team-image {
        position: relative;
        margin: 0 auto;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .team-image {
        border-color: var(--iq-primary);
    }

    .our-team .team-image img {
        height: auto;
        border-radius: 50%;
        border: 5px solid var(--iq-light-border);
    }

    .our-team .social {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        position: absolute;
        top: 45%;
        opacity: 0;
        transform: scale(0);
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .social {
        opacity: 1;
        transform: scale(1);
        animation: 0.5s ease 0s normal 1 bounce;
    }

    .our-team .social li {
        display: inline-block;
        border-radius: 50%;
    }

        .our-team .social li:first-child {
            float: left;
        }

        .our-team .social li:last-child {
            float: right;
        }

        .our-team .social li a {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 46px;
            border-radius: 50%;
            background-color: var(--font-color);
            font-size: 18px;
            color: var(--iq-primary);
            border: 3px solid var(--iq-primary);
        }

    .our-team .team-content {
        padding: 40px 0 0;
    }

        .our-team .team-content .title {
            font-family: 'Poppins', sans-serif;
        }

@keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width:990px) {
    .our-team {
        margin-bottom: 20px;
    }
}

/*---------------------------------------------------------------------
                                 Team 2
-----------------------------------------------------------------------*/
.our-team-1 {
    text-align: center;
}

    .our-team-1 .team-image {
        width: 80%;
        height: 80%;
        border-radius: 50%;
        border: 5px solid var(--iq-light-border);
        position: relative;
        margin: 0 auto;
        transition: all 0.5s ease 0s;
    }

    .our-team-1:hover .team-image {
        border-color: var(--iq-primary);
    }

    .our-team-1 .team-image img {
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

    .our-team-1 .social {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        position: absolute;
        top: 45%;
        opacity: 0;
        transform: scale(0);
        transition: all 0.5s ease 0s;
    }

    .our-team-1:hover .social {
        opacity: 1;
        transform: scale(1);
        animation: 0.5s ease 0s normal 1 bounce;
    }

    .our-team-1 .social li {
        display: inline-block;
        border-radius: 50%;
    }

        .our-team-1 .social li:first-child {
            margin-left: -30px;
            float: left;
        }

        .our-team-1 .social li:last-child {
            margin-right: -30px;
            float: right;
        }

        .our-team-1 .social li a {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 46px;
            border-radius: 50%;
            background-color: var(--font-color);
            font-size: 18px;
            color: var(--iq-primary);
            border: 3px solid var(--iq-primary);
        }

    .our-team-1 .team-content {
        padding: 40px 0 0;
    }

        .our-team-1 .team-content .title {
            font-family: 'Poppins', sans-serif;
        }

@keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width:990px) {
    .our-team-1 {
        margin-bottom: 20px;
    }
}

/*************************************
Teams 3 
**************************************/
.iq-our-team-2 .team-blog {
    text-align: center;
    overflow: hidden;
    border-radius: 130px;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 2px solid var(--iq-primary);
    position: relative;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
}

    .iq-our-team-2 .team-blog img {
        vertical-align: bottom;
        border-radius: 130px;
    }

    .iq-our-team-2 .team-blog:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(249, 183, 7, 0.9);
        opacity: 0;
    }

    .iq-our-team-2 .team-blog .team-description {
        position: absolute;
        width: 100%;
        top: -10%;
        left: 0;
        color: var(--font-color);
        margin-top: -20px;
        padding: 0;
        opacity: 0;
    }

        .iq-our-team-2 .team-blog .team-description a:hover {
            color: var(--iq-dark-bg);
        }

    .iq-our-team-2 .team-blog:hover:before {
        opacity: 1;
    }

    .iq-our-team-2 .team-blog:hover .team-description {
        top: 40%;
        opacity: 1;
    }

    .iq-our-team-2 .team-blog:hover .team-social {
        bottom: 30px;
        opacity: 1;
    }

    .iq-our-team-2 .team-blog .team-social {
        position: absolute;
        left: 0;
        bottom: -10%;
        width: 100%;
        opacity: 0;
    }

        .iq-our-team-2 .team-blog .team-social ul {
            background: var(--font-color);
            width: 100%;
            display: inline-block;
        }

            .iq-our-team-2 .team-blog .team-social ul li {
                display: inline-block;
            }

                .iq-our-team-2 .team-blog .team-social ul li a:hover {
                    color: var(--iq-dark-bg);
                }

                .iq-our-team-2 .team-blog .team-social ul li a {
                    font-size: 16px;
                    padding: 0 5px;
                    color: var(--iq-primary);
                    display: inline-block;
                    float: none;
                    line-height: 45px;
                    text-align: center;
                    background: transparent;
                }

    .iq-our-team-2, .iq-our-team-2 .team-blog:before, .iq-our-team-2 .team-blog:hover:before, .iq-our-team-2 .team-blog:hover .team-description, .iq-our-team-2 .team-blog:hover .team-social, .iq-our-team-2 .team-blog .team-social {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

/*---------------------------------------------------------------------
                          Executive Partners
-----------------------------------------------------------------------*/
.Signal-partners {
    margin-bottom: 50px;
    text-align: center;
}

    .Signal-partners img {
        width: 60%;
        border: 10px solid #f0b90b00;
        border-radius: 50%;
        padding: 10px;
    }

.image-bor {
    border: 10px solid #f0b90b !important;
}

.inner-about-area-pad {
    padding: 150px 0 0px !important;
}

.inner-about-area-padd {
    padding: 70px 0 0px !important;
}

.inner-about-img-sec {
    margin: 0 auto;
    width: 650px;
    position: relative;
}
/*---------------------------------------------------------------------
                              Blog
-----------------------------------------------------------------------*/
.iq-blog-box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    border: 0px solid var(--iq-black);
}

    .iq-blog-box .iq-blog-image {
        position: relative;
    }

        .iq-blog-box .iq-blog-image img {
            width: 100%;
        }

.iq-blog-detail {
    padding: 20px 15px 15px;
    background: var(--color-box);
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border: 0px solid var(--iq-black);
}

    .iq-blog-detail .blog-title a h5 {
        font-size: 22px;
        font-family: 'Poppins', sans-serif;
        transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

    .iq-blog-detail a {
        color: var(--font-color);
    }

        .iq-blog-detail a:hover, .iq-blog-detail .blog-title a:hover h5 {
            color: var(--iq-primary);
        }

.iq-blog-meta {
    margin: 15px 0 5px;
    border-top: 1px solid var(--iq-table-brder);
    padding-top: 15px;
}

    .iq-blog-meta ul li {
        margin: 0 15px 0 0;
        padding: 0;
        font-size: 16px;
    }

        .iq-blog-meta ul li:last-child {
            margin: 0;
        }

/*video vimeo and youtube*/
.iq-bolg-video {
    height: 0;
    padding-bottom: 56.5%;
    position: relative;
    overflow: hidden;
}

    .iq-bolg-video video, .iq-bolg-video embed, .iq-bolg-video iframe, .iq-bolg-video object {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        border: none;
    }

/*blog-entry-audio*/
.media-wrapper video {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

.players {
    position: absolute;
    bottom: 15px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

/*blog-border-radias*/
.blog-style .iq-blog-box .iq-blog-image img, .blog-style .media-wrapper, .blog-style .media-wrapper video, .blog-style .iq-bolg-video {
    border-radius: 10px 10px 0px 0px;
}

.he-100 {
    width: 75px !important;
    vertical-align: sub;
}

/*---------------------------------------------------------------------
                             FAQ
-----------------------------------------------------------------------*/
.iq-accordion {
    z-index: 9;
    position: relative;
}

    .iq-accordion .ad-title {
        position: relative;
        font-family: 'Poppins', sans-serif;
        padding: 22px 60px 22px 25px;
        font-size: 16px;
        line-height: normal;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.05);
        display: block;
        text-align: left;
        color: var(--font-color);
        text-decoration: none;
        border-radius: 10px;
    }

        .iq-accordion .ad-title:before {
            -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
            -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
            cursor: pointer;
            content: "\f107";
            font-family: "FontAwesome";
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -17px;
            display: inline-block;
            text-align: center;
            color: var(--font-color);
            font-size: 18px;
            line-height: 35px;
            height: 35px;
            width: 35px;
            font-weight: normal;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            transition: all 0.25s ease-in-out 0s;
            background: var(--iq-primary);
            border-radius: 90px;
        }

    .iq-accordion .ad-active .ad-title:before {
        content: "\f106";
        font-family: "FontAwesome";
    }

    .iq-accordion .ad-details {
        display: none;
        overflow: hidden;
        text-align: left;
        padding: 20px 25px 0;
        line-height: 26px;
        background: transparent;
        border: 1px solid transparent;
        border-top: none;
    }

    .iq-accordion .iq-ad-block {
        margin-bottom: 20px;
    }

        .iq-accordion .iq-ad-block:last-child {
            margin-bottom: 0;
        }

.anything-video {
    width: 100%;
    min-height: 300px;
}

/*---------------------------------------------------------------------
                              Contact us
-----------------------------------------------------------------------*/
.contact-us .heading-title {
    margin-bottom: 0;
}

    .contact-us .heading-title .title {
        padding-bottom: 5px;
    }

.contact-us .map {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.contact-us form {
    background: var(--iq-light);
    padding: 30px;
    border-radius: 30px;
}

.contact-form .section-field {
    position: relative;
    width: 100%;
    float: left;
}

    .contact-form .section-field input {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 90px;
        padding-left: 20px;
        height: 48px;
        line-height: 48px;
        clear: both;
        color: var(--font-color);
        border: 1px solid var(--iq-border);
        background: var(--iq-border);
    }

        .contact-form .section-field input:focus, .contact-form .section-field.textarea textarea:focus {
            border: 1px solid var(--iq-primary);
            background: var(--iq-primary);
            color: var(--font-color);
            box-shadow: none;
            outline: none;
        }

    .contact-form .section-field.textarea textarea {
        width: 100%;
        float: left;
        color: var(--font-color);
        border: 1px solid var(--iq-border);
        border-radius: 30px;
        padding: 15px 0 0 20px;
        resize: none;
        background: var(--iq-border);
    }

#success {
    display: none;
    margin-top: 10px;
}

.contact-form .section-field input::-webkit-input-placeholder, .contact-form .section-field.textarea textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--font-color);
}

.contact-form .section-field input::-moz-placeholder, .contact-form .section-field.textarea textarea::-moz-placeholder { /* Firefox 19+ */
    color: var(--font-color);
}

.contact-form .section-field input:-ms-input-placeholder, .contact-form .section-field.textarea textarea:-ms-input-placeholder { /* IE 10+ */
    color: var(--font-color);
}

.contact-form .section-field input:-moz-placeholder, .contact-form .section-field.textarea textarea:-moz-placeholder { /* Firefox 18- */
    color: var(--font-color);
}

.iq-contact-box-01 .iq-icon {
    float: left;
    border-radius: 90px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin-right: 15px;
    color: var(--font-color);
    font-size: 38px;
}

    .iq-contact-box-01 .iq-icon span {
        font-size: 30px;
    }

.iq-contact-box-01 .contact-content {
    display: table-cell;
}

    .iq-contact-box-01 .contact-content h5 {
        font-family: 'Poppins', sans-serif;
    }

/*Social Media*/
.info-share {
    margin: 40px 0 0;
    padding: 0;
}

    .info-share li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0px 4px;
    }

        .info-share li a {
            display: block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            color: var(--font-color);
            background: transparent;
            border: 1px solid var(--font-color);
            text-align: center;
            border-radius: 50%;
        }

            .info-share li a:hover {
                background: var(--iq-primary);
                border-color: var(--iq-primary);
                color: var(--font-color);
            }

/*---------------------------------------------------------------------
                             Owl Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}

    .owl-carousel .owl-nav .owl-prev {
        display: block;
        position: absolute;
        text-align: center;
        text-indent: inherit;
        left: -8%;
        width: auto;
        cursor: pointer;
        -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        background: transparent;
        border: none;
    }

    .owl-carousel .owl-nav .owl-next {
        display: block;
        position: absolute;
        text-align: center;
        text-indent: inherit;
        right: -8%;
        width: auto;
        cursor: pointer;
        -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        background: transparent;
        border: none;
    }

    .owl-carousel .owl-nav i {
        font-size: 18px;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        line-height: 46px;
        padding-left: 0px;
        display: inline-block;
        color: var(--font-color);
        background: var(--color-dark-border);
        font-weight: normal;
        text-align: center;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

        .owl-carousel .owl-nav i:hover {
            background: var(--iq-primary);
            color: var(--font-color);
        }

    .owl-carousel .owl-nav .owl-next:focus {
        outline: 0;
    }

    .owl-carousel .owl-nav .owl-prev:focus {
        outline: 0;
    }
/* Dots */
.owl-carousel .owl-controls .owl-dot {
    margin-top: 20px;
    display: inline-block;
}

.owl-carousel .owl-dots {
    position: relative;
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: var(--iq-title-text);
    display: inline-block;
    border-radius: 30px;
    margin: 0px 3px;
    height: 10px;
    width: 10px;
    border: 1px solid var(--iq-title-text);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--iq-primary);
    border: 1px solid var(--iq-primary);
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: var(--iq-primary);
    border: 1px solid var(--iq-primary);
}

/*************************
      About
*************************/
.iq-about ul li {
    width: 32%;
    display: inline-block;
}

    .iq-about ul li img {
        float: left;
    }

    .iq-about ul li span {
        display: table;
        font-weight: bold;
        line-height: normal;
        margin: 10px;
        padding-left: 10px;
    }

        .iq-about ul li span b {
            display: block;
            font-size: 18px;
            line-height: normal;
            margin-bottom: 0px;
        }

/*Pricing Small*/
.iq-small-icon {
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 20px;
}

    .iq-small-icon span {
        display: inline-block;
        width: 100%;
    }

    .iq-small-icon h3 {
        position: relative;
        margin-bottom: 10px;
    }

        .iq-small-icon h3:before {
            position: absolute;
            content: "";
            bottom: -10px;
            left: 50%;
            width: 50px;
            margin-left: -25px;
            background: var(--iq-primary);
            height: 2px;
        }

.iq-small-icon {
    background: rgba(19, 21, 25, 0.5);
    border-radius: 5px;
    color: var(--font-color);
}

/*---------------------------------------------------------------------
                             Fancy-box 
---------------------------------------------------------------------*/
.iq-fancy-box-1 {
    padding: 0 20px 20px;
    margin-bottom: 120px;
    position: relative;
}

    .iq-fancy-box-1 .fancy-icon img {
        width: 60%;
        margin-top: -80px;
    }

    .iq-fancy-box-1 .fancy-content h5 {
        font-family: 'Poppins', sans-serif;
        margin: 25px 0 25px;
    }

.iq-video {
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--font-color);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 38px;
    color: var(--iq-primary);
    border-radius: 100%;
    line-height: 2.1;
    z-index: 9;
}

    .iq-video i {
        margin-left: 7px;
    }

.iq-first-adv {
    background: rgba(249, 183, 7, 0.4);
}

/*---------------------------------------------------------------------
                          Timeline
-----------------------------------------------------------------------*/
.timeline-1 h6 {
    color: var(--font-color);
}

.timeline-1 {
    overflow: hidden;
    position: relative;
}

    .timeline-1:before {
        content: "";
        width: 3px;
        height: 100%;
        background: var(--iq-light-border);
        position: absolute;
        top: 0;
        left: 50%;
    }

    .timeline-1 .timeline-t {
        padding-right: 30px;
        position: relative;
    }

        .timeline-1 .timeline-t:before, .timeline-1 .timeline-t:after {
            content: "";
            display: block;
            width: 100%;
            clear: both;
        }

        .timeline-1 .timeline-t:first-child:before, .timeline-1 .timeline-t:last-child:before {
            content: "";
            width: 13px;
            height: 13px;
            border-radius: 50%;
            border: 2px solid var(--iq-gray);
            background: var(--iq-primary);
            margin: 0 auto;
            position: absolute;
            top: 0;
            left: 0;
            right: -3px;
        }

        .timeline-1 .timeline-t:last-child:before {
            top: auto;
            bottom: 0;
        }

    .timeline-1 .timeline-icon {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--iq-primary);
        border: 2px solid var(--iq-dark-border);
        box-sizing: content-box;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: -4px;
    }

        .timeline-1 .timeline-icon:before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--iq-dark-border);
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

    .timeline-1 .year {
        display: inline-block;
        padding: 8px 20px;
        margin: 0;
        font-size: 14px;
        color: var(--font-color);
        background: var(--iq-dark-border);
        text-align: center;
        position: absolute;
        top: 50%;
        right: 35%;
        transform: translateY(-50%);
    }

        .timeline-1 .year:before {
            content: "";
            border-right: 18px solid var(--iq-dark-border);
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            position: absolute;
            top: 0;
            left: -18px;
        }

    .timeline-1 .timeline-content {
        border-radius: 3px;
        width: 46.5%;
        padding: 30px;
        margin: 0 20px 0 0;
        background: var(--iq-dark-border);
        position: relative;
    }

        .timeline-1 .timeline-content:after {
            content: "";
            border-left: 20px solid var(--iq-dark-border);
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            position: absolute;
            top: 50%;
            right: -20px;
            transform: translateY(-50%);
        }

    .timeline-1 .timeline-t:nth-child(2n) {
        padding: 0 0 0 30px;
    }

        .timeline-1 .timeline-t:nth-child(2n) .year {
            right: auto;
            left: 35%;
        }

            .timeline-1 .timeline-t:nth-child(2n) .year:before {
                border: 20px solid transparent;
                border-right: none;
                border-left: 18px solid var(--iq-dark-border);
                left: auto;
                right: -18px;
            }

        .timeline-1 .timeline-t:nth-child(2n) .timeline-content {
            float: right;
            margin: 0 0 0 20px;
        }

            .timeline-1 .timeline-t:nth-child(2n) .timeline-content:after {
                border-left: none;
                border-right: 20px solid var(--iq-dark-border);
                right: auto;
                left: -20px;
            }

@media only screen and (max-width:1200px) {
    .timeline-1 .year {
        right: 30%;
    }

    .timeline-1 .timeline-t:nth-child(2n) .year {
        left: 30%;
    }
}

@media only screen and (max-width:990px) {
    .timeline-1 .year {
        right: 25%;
    }

    .timeline-1 .timeline-t:nth-child(2n) .year {
        left: 25%;
    }
}

@media only screen and (max-width:767px) {
    .timeline-1:before {
        left: 10px;
    }

    .timeline-1 .timeline-t {
        padding: 0 0 0 30px;
        margin-bottom: 20px;
    }

        .timeline-1 .timeline-t:last-child {
            margin-bottom: 0;
        }

            .timeline-1 .timeline-t:first-child:before, .timeline-1 .timeline-t:last-child:before {
                display: none;
            }

    .timeline-1 .timeline-icon {
        margin: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }

    .timeline-1 .year, .timeline-1 .timeline-t:nth-child(2n) .year {
        display: block;
        font-weight: bold;
        margin: 0 0 32px 30px;
        z-index: 1;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
    }

        .timeline-1 .timeline-t:nth-child(2n) .year:before {
            border-left: none;
            border-right: 18px solid var(--iq-dark-border);
            right: auto;
            left: -18px;
        }

    .timeline-1 .timeline-content {
        padding: 20px;
    }

    .timeline-1 .timeline-content, .timeline-1 .timeline-t:nth-child(2n) .timeline-content {
        width: auto;
        float: none;
        margin: 0 0 0 30px;
    }

        .timeline-1 .timeline-content:after, .timeline-1 .timeline-t:nth-child(2n) .timeline-content:after {
            border: none;
            border-bottom: 20px solid var(--iq-dark-border);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            top: -20px;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
        }
}

@media only screen and (max-width:480px) {
    .timeline-1 .year, .timeline-1 .timeline-t:nth-child(2n) .year {
        margin-left: 20px;
    }

    .timeline-1 .timeline-content, .timeline-1 .timeline-t:nth-child(2n) .timeline-content {
        margin-left: 10px;
    }
}

/*************************
Footer 2
*************************/
.iq-footer1 img {
    width: 200px;
}

/*Contact*/
.iq-footer1 .iq-contact-box .iq-icon {
    float: left;
    text-align: center;
    margin-right: 15px;
    color: var(--iq-primary);
}

    .iq-footer1 .iq-contact-box .iq-icon i {
        font-size: 40px;
    }

.iq-footer1 .iq-contact-box .iq-content {
    display: table-cell;
}

.iq-footer1 .iq-contact-box .iq-lead {
    color: var(--font-color);
}

/*About-us*/
.iq-footer1 .about-us li {
    margin: 15px 0;
}

    .iq-footer1 .about-us li a {
        color: var(--font-color);
    }

        .iq-footer1 .about-us li a:hover {
            color: var(--iq-primary);
        }

/*Newsletter*/
.iq-footer1 .iq-newsletter .form-control {
    background: var(--font-color);
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 50px;
    display: inline-block;
    padding-left: 25px;
    box-shadow: none;
    order: none;
    float: left;
    width: 60%;
}

.iq-footer1 .iq-newsletter .button {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

/*---------------------------------------------------------------------
                          Footer
-----------------------------------------------------------------------*/
.iq-footer .logo img {
    width: 200px;
}

.iq-footer .small-title {
    margin-bottom: 20px;
}

.iq-footer hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*Menu*/
.iq-footer .footer-menu li {
    margin: 0;
}

    .iq-footer .footer-menu li a {
        font-weight: 500;
        background: rgba(255, 255, 255, 0);
        padding: 8px 0;
        display: block;
        color: var(--font-color);
    }

        .iq-footer .footer-menu li a:hover {
            background: rgba(255, 255, 255, 0.2);
            color: var(--iq-primary);
            padding: 8px 15px;
        }

/*Copyright*/
.iq-footer .iq-copyright a {
    color: var(--iq-primary);
}

    .iq-footer .iq-copyright a:hover {
        color: var(--font-color);
    }

.iq-footer .footer-bottom {
    background: var(--iq-black);
}

/*Social Media*/
.iq-footer .iq-media-blog {
    margin: 0;
    padding: 0;
    text-align: right;
}

    .iq-footer .iq-media-blog li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0px 4px;
    }

        .iq-footer .iq-media-blog li a {
            display: block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            color: var(--font-color);
            background: transparent;
            border: 1px solid var(--iq-secondary);
            text-align: center;
            border-radius: 50%;
        }

            .iq-footer .iq-media-blog li a:hover {
                background: var(--iq-primary);
                border-color: var(--iq-primary);
                color: var(--font-color);
            }

/*Contact*/
.iq-footer .iq-contact .blog {
    color: var(--font-color);
}

    .iq-footer .iq-contact .blog .title {
        font-size: 20px;
    }

    .iq-footer .iq-contact .blog span {
        font-size: 20px;
    }

    .iq-footer .iq-contact .blog i {
        color: var(--iq-primary);
        font-size: 40px;
        line-height: 40px;
        vertical-align: middle;
        margin-right: 15px;
        display: table;
        float: left;
    }

    .iq-footer .iq-contact .blog .content {
        display: table-cell;
    }

.iq-footer .call-back {
    background: rgba(0, 0, 0, 0.2);
    padding: 30px;
}

    .iq-footer .call-back .form-control {
        border: none;
        border-radius: 0;
        height: 45px !important;
    }

/*************************************
Feature
**************************************/
.iq-feature1 .left {
    width: 76px;
    height: 76px;
    float: left;
    margin-right: 20px;
    text-align: center;
    border: 1px solid var(--iq-primary);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .iq-feature1 .left i {
        color: var(--iq-primary);
        font-size: 30px;
        background: var(--iq-bg-light-color);
        display: block;
        margin: 7px 10px 10px 7px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

.iq-feature1 .right {
    display: table-cell;
    margin-top: 10px;
    vertical-align: top;
}

    .iq-feature1 .right p {
        margin-top: 0px;
    }

.iq-feature1:hover .left, .iq-feature1:hover .left i {
    border-color: var(--iq-primary);
}

    .iq-feature1:hover .left i {
        background: var(--iq-primary);
        color: var(--font-color);
    }

.iq-feature1 .brd {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.right-side .iq-feature1 .left {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.right-side .iq-feature1 .right {
    text-align: right;
}

/* Multi Color Icons */
.iq-feature1 .left.big {
    width: 89px;
    height: 89px;
}

.iq-feature1 .left i.in-bg-1 {
    background: var(--iq-success);
    color: var(--font-color);
    width: 74px;
    height: 74px;
    line-height: 74px;
}

.iq-feature1 .left i.in-bg-2 {
    background: var(--iq-primary-light);
    color: var(--font-color);
    width: 74px;
    height: 74px;
    line-height: 74px;
}

.iq-feature1 .left i.in-bg-3 {
    background: var(--iq-info-light);
    color: var(--font-color);
    width: 74px;
    height: 74px;
    line-height: 74px;
}

.iq-feature1 .left.in-brd-1, .iq-feature1 .left.in-brd-2, .iq-feature1 .left.in-brd-3 {
    border: 1px solid var(--iq-primary);
}

.iq-feature1:hover .left.in-brd-1 {
    border: 1px solid var(--iq-success);
}

.iq-feature1:hover .left.in-brd-2 {
    border: 1px solid var(--iq-primary-light);
}

.iq-feature1:hover .left.in-brd-3 {
    border: 1px solid var(--iq-info-light);
}


.slider-bg-light {
    background: linear-gradient(104.35deg,#e3f2ff 0,#f8f8f8 30.73%,#ffdce2 72.4%,#ffdec0 100%);
}

.slider-bg-dark {
    background: #070e27;
}

@media (min-width:200px) and (max-width:600px) {
    .owl-nav {
        display: none !important;
    }
}


.animation-circle-main {
    /*display: block;
    position: absolute;
    right: 0%;*/
    width: 100%;
    opacity: 1;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    margin: 0 auto;
    /*top: 50%;
    transform: translateY(-50%);*/
}

/*.animation-circle-main svg {
        opacity: 0.1;
    }*/

#circle4, #circle5, #circle6, #circle7, #G1, #number1, #number2, #G2, #G3, #G4, #G5 {
    opacity: 0.1;
}

.stipe-value-slider {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    background: #fbbd18;
}

.c-logo {
    position: absolute;
    top: 48%;
    max-width: 660px;
    transform: translate(-43%, -50%);
    /*left: 47%;*/
    right: 13.5%;
}

    .c-logo img {
        width: 220px;
    }

#circle5 {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 288.5px 279.5px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: rotate-left 25s linear 0s infinite;
}

#circle4 {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 288.5px 279.5px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: rotate-left 80s linear 0s infinite;
}

#circle6 {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 288.5px 279.5px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: rotate-right 20s linear 0s infinite;
}

#circle7 {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 288.5px 279.5px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: rotate-right 20s linear 0s infinite;
}

#number1 {
    -webkit-animation: top-bottom 10s linear 0s infinite;
    animation: top-bottom 10s linear 0s infinite;
}

#number2 {
    -webkit-animation: top-bottom-2 15s linear 0s infinite;
    animation: top-bottom-2 15s linear 0s infinite;
}

@-webkit-keyframes rotate-right {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-left {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes top-bottom {
    from {
        -webkit-transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(100%);
    }
}

@-webkit-keyframes top-bottom-2 {
    from {
        -webkit-transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(100%);
    }
}


.slider-content p {
    font-weight: 400;
    color: var(--font-color);
    /*width: 80%;*/
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 30px;
}

.slider-content h1 {
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0px;
    color: #FF8D00;
}

    .slider-content h1 span {
        background: -webkit-linear-gradient(rgb(252 249 196), rgb(232 187 83));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: rgb(243 198 95);
    }





.slider-content h6 {
    margin-bottom: 15px;
    display: block;
    padding: 0;
    font-size: 30px;
}


.footer {
    background: url(../images/bg-5.png);
    /* background-color: #f9f9f9; */
    background-position: top center;
    background-size: cover;
    /*padding-bottom: 65px;*/
    padding-top: 80px;
    color: #636e74;
    font-weight: 400;
    font-size: 17px;
}

.footer-line {
    border-color: #152e3d;
}

.footer-widget {
    padding-bottom: 50px;
}

.footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--font-color);
}

.footer-widget ul li {
    margin-bottom: 10px
}

    .footer-widget ul li a {
        text-transform: capitalize;
        font-size: 17px;
        color: #bbbbbb;
        display: block;
        font-weight: 600;
    }

        .footer-widget ul li a:hover {
            color: #fff;
        }

.newsletter-form {
    padding-top: 15px;
}

    .newsletter-form .form-control {
        background-color: #1e2e38;
        border-color: #1e2e38;
    }

        .newsletter-form .form-control:focus {
            color: #fff;
        }

    .newsletter-form input::-webkit-input-placeholder {
        color: #fff !important;
    }

    .newsletter-form input:focus::-webkit-input-placeholder {
        color: #fff !important;
    }


.tiny-footer {
    font-size: 14px;
    padding: 14px 0px;
    font-weight: 600;
    background-color: transparent;
    border-top: 1px solid #152e3d;
    color: #888d90;
    line-height: 1;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: var(--font-color) !important;
    text-align: left;
    list-style: none;
    background: var(--color-primary) !important;
    background-clip: padding-box;
    border: 1px solid var(--color-timeline-border);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: var(--font-color) !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: var(--font-color) !important;
        background: var(--color-primary) !important;
    }

.inner-about-area {
    padding: 80px 0;
}

.inner-about-area2 {
    padding: 10px 0;
    background: #050a1e;
}


.mercury-layout.hero-main .container, .hero-main.mercury-layout .row {
    height: 100%;
}

.mercury-layout.hero-main {
    background-size: cover;
    background-position: center right !important;
}

    .mercury-layout.hero-main::before {
        display: none;
    }

/*.mercury-animation .number-one {
    background: url('../images/mercury-numbers-1.png') no-repeat scroll 0 0;
    height: 307px;
    width: 139px;
    position: absolute;
    left: -120px;
    top: 0;
    animation: top-bottom 10s linear 0s infinite;
}

.mercury-animation .number-two {
    background: url('../images/mercury-numbers-1.png') no-repeat scroll 0 0;
    height: 307px;
    width: 139px;
    position: absolute;
    right: -120px;
    top: 0;
    animation: bottom-top 15s linear 0s infinite;
}*/

@-webkit-keyframes top-bottom {
    from {
        -webkit-transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(300%);
    }
}

@-webkit-keyframes bottom-top {
    from {
        -webkit-transform: translateY(300%);
    }

    to {
        -webkit-transform: translateY(-100%);
    }
}

.earth img {
    animation: spinner 10s infinite linear;
    perspective: 500px;
    transform-style: preserve-3d;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#earth-box span {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    transition: transform 200ms linear;
    animation: rotate 8s linear infinite; /* This is going to be defined in the next step */
    color: #000;
    border-radius: 50%;
    background: url(../images/mercury-earth-map.png) 0 0 repeat;
    background-size: 730px;
    box-shadow: inset 20px 0 80px 6px rgba(0, 0, 0, 1);
    transform-style: preserve-3d;
    display: block;
}

#earth-box {
    width: 400px;
    height: 400px;
    background: url(../images/mercury-earth.png) 0 0 repeat;
    background-size: 100%;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#earth-box-cover {
    position: relative;
    width: 590px;
    height: 590px;
}

    #earth-box-cover .earth-icons {
        width: 100%;
        height: 100%;
        position: absolute;
    }

        #earth-box-cover .earth-icons .icon-1 {
            background: url('../images/earth-icon-1.png') no-repeat scroll 0px 0px / cover;
            width: 28px;
            height: 47px;
            position: absolute;
            top: 215px;
            left: 140px;
            z-index: 1;
            animation: zoomfade 2s linear infinite;
        }

        #earth-box-cover .earth-icons .icon-2 {
            background: url('../images/earth-icon-2.png') no-repeat scroll 0px 0px / cover;
            width: 21px;
            height: 52px;
            position: absolute;
            top: 306px;
            right: 115px;
            z-index: 1;
            animation: zoomfade 1.5s linear infinite;
        }

        #earth-box-cover .earth-icons .icon-3 {
            background: url('../images/earth-icon-3.png') no-repeat scroll 0px 0px / cover;
            width: 34px;
            height: 35px;
            position: absolute;
            top: 188px;
            right: 200px;
            z-index: 1;
            animation: zoomfade 900ms linear infinite;
        }

        #earth-box-cover .earth-icons .icon-4 {
            background: url('../images/earth-icon-4.png') no-repeat scroll 0px 0px / cover;
            width: 25px;
            height: 33px;
            position: absolute;
            top: 140px;
            left: 207px;
            z-index: 1;
            animation: zoomfade 1.3s linear infinite;
        }

        #earth-box-cover .earth-icons .icon-5 {
            background: url('../images/earth-icon-5.png') no-repeat scroll 0px 0px / cover;
            width: 26px;
            height: 33px;
            position: absolute;
            top: 86px;
            right: 236px;
            z-index: 1;
            animation: zoomfade 1.7s linear infinite;
        }

        #earth-box-cover .earth-icons .icon-6 {
            background: url('../images/earth-icon-6.png') no-repeat scroll 0px 0px / cover;
            width: 16px;
            height: 24px;
            position: absolute;
            top: 164px;
            right: 167px;
            z-index: 1;
            animation: zoomfade 950ms linear infinite;
        }

        #earth-box-cover .earth-icons .icon-7 {
            background: url('../images/gold-animation-icon.png') no-repeat scroll 0px 0px;
            width: 60px;
            height: 60px;
            position: absolute;
            top: 347px;
            left: 226px;
            z-index: 1;
            background-size: 100%;
            background-position: center;
            animation: zoomfade 2s linear infinite;
        }

@keyframes zoomfade {
    0% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.6);
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 730px 0;
    }
}

#earth-box-cover:before {
    width: 500px;
    height: 500px;
    background: url(../images/mercury-earth-cover.png) 0 0 repeat;
    background-size: 100%;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


.section-title h2 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #ffffff;
    /*text-transform: uppercase;
    line-height: 1;*/
    margin-bottom: 15px;
    /*display: flex;
    align-items: center;*/
}

    .section-title h2 a img {
        width: 300px;
    }

    .section-title h2 span {
        /*background: -webkit-linear-gradient(rgb(252 249 196), rgb(232 187 83));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
        color: #ff8d00;
    }


.btn-style-two {
    color: var(--font-color-2);
    background: #f0c056;
    cursor: pointer;
    padding: 10px 30px;
    border: none;
    font-weight: 800;
    font-size: 16px;
    border-radius: 90px;
}

.title-h1 {
    font-size: 40px;
}

.card {
    /*border-color: var(--border-color);*/
    background-color: var(--card-color);
}

.avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.card .card-header {
    background-color: transparent;
    border-bottom: none;
}

.dataTables_wrapper .dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

.dataTables_wrapper .dataTables_filter {
    text-align: right;
}

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
        border: 1px solid #11172a;
    }

table.table-bordered.dataTable {
    border: 0;
}

    table.table-bordered.dataTable td, table.table-bordered.dataTable th {
        border: 0;
    }

.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
}

.dataTables_wrapper .dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    .dataTables_wrapper .dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-end;
    }

.page-item.disabled .page-link {
    background: #F0F0F0;
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #050e1f;
}

.card .card-header h6, .card .card-header .h6 {
    font-size: 17px;
}

.fw-bold {
    font-weight: 700 !important;
}

.card-header {
    color: var(--font-color);
}

.table tr th {
    color: var(--font-color);
    text-transform: uppercase;
    font-size: 12px;
}

.table tr td {
    border-color: var(--border-color);
    color: var(--font-color);
    padding: 0.8rem 0.6rem;
}

.bg-swap {
    background: var(--secondary-color);
}

.border-bottom {
    border-bottom: 2px solid #ffffff30 !important;
}

.ggzm1z0 {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

._1nzuaz7c {
    display: grid;
}

._1nzuaz73j0 {
    row-gap: 8px;
}

._1nzuaz73ji {
    grid-auto-rows: auto;
}

.hXzRmR {
    position: relative;
}

.gGRQZP {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.fOPopv {
    display: flex;
}

.avatar-coinlogo {
    width: 25px;
    min-width: 25px;
    height: 25px;
}

.button-swap {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.feFKuX {
    color: var(--colors-100);
    font-weight: 600;
    line-height: 1.5;
    font-size: 15px;
    /*margin-top: 4px;*/
}

.cDURzI {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    background-color: var(--colors-backgroundAlt);
    z-index: 1;
}

.hRSpWp {
    border-radius: 16px;
    background-color: var(--colors-input);
    box-shadow: var(--shadows-inset);
}

.hClVZH {
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    color: var(--colors-text);
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.75rem 1rem 0px;
}

._1cvvxtw5 {
    width: 0;
    position: relative;
    font-weight: 500;
    outline: none;
    border: none;
    flex: 1 1 auto;
    background-color: transparent;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-appearance: textfield;
    color: var(--colors-text);
}

._1cvvxtw8 {
    text-align: right;
}

.ePMutc {
    margin-right: 1rem;
}

.cKiqpt {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.eTorFh {
    max-width: 200px;
}

.fOPopv {
    display: flex;
}

.tJGSo {
    color: var(--colors-textSubtle);
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
}

.idoBLK {
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 0.45rem 0.75rem 0.45rem 1rem;
}

.ggzm1z0 {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

._1nzuaz7c {
    display: grid;
}

._1nzuaz73ji {
    grid-auto-rows: auto;
}

.eHQTRo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
}

.biGuAW {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.epVJAh {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    border-radius: 16px;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.03em;
    line-height: 1;
    opacity: 1;
    outline: 0px;
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
    height: 32px;
    padding: 0px 16px;
    background-color: var(--colors-input);
    color: var(--colors-textSubtle);
    box-shadow: none;
}

.jMtDSu {
    padding: 0px;
    width: 32px;
}

.hgqOyz {
    align-self: center;
    fill: var(--colors-primary);
    flex-shrink: 0;
}

.copy-icon {
    padding-left: 10px;
}

    .copy-icon svg {
        fill: #ffe8d0;
        width: 20px;
    }

.eRIdwv {
    margin-top: 0.25rem;
}

.bofjak {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    border-radius: 16px;
    box-shadow: rgba(14, 14, 44, 0.4) 0px -1px 0px 0px inset;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.03em;
    line-height: 1;
    opacity: 1;
    outline: 0px;
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
    height: 48px;
    padding: 0px 24px;
    background-color: #06264f;
    color: #fff;
    width: 100%;
}

footer {
    /*background: #050e1f;*/
    border-top: 4px solid rgb(255 255 255 / 13%);
    padding-top: 3em;
}

.buy-sec .card {
    /*border-color: var(--border-color);*/
    background-color: var(--card-color);
}

    .buy-sec .card .card-body {
        /*border-color: var(--border-color);*/
        background-color: var(--card-body);
    }


    .buy-sec .card .card-header .card-header-tabs {
        border: 2px solid #eabf57;
        border-radius: 4px;
    }

    .buy-sec .card .card-header .nav-tabs .nav-link.active {
        background: #eabf57;
        border-radius: 0;
        border-color: #eabf57;
        color: #06264f;
    }

    .buy-sec .card .card-header .nav-tabs .nav-link:hover {
        /*background: transparent;*/
        border-color: transparent;
        /*color: #aeceff;*/
    }

    .buy-sec .card .card-header .nav-tabs .nav-link {
        color: #eabf57;
    }

footer ul li a {
    color: #fff;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.hULRWP {
    white-space: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.gUSRoU {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    background: #f9f9f9;
    border-radius: 24px;
    padding: 0px 10px;
    cursor: pointer;
}

.flIDZj {
    border: 1px solid var(--colors-dropdown);
    border-radius: 10px;
    display: flex;
    padding: 6px;
    -webkit-box-align: center;
    align-items: center;
}

.klhtso {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.giLrSq {
    padding: 4px 20px;
    height: 56px;
    display: grid;
    grid-template-columns: auto minmax(auto, 1fr) minmax(0px, 72px);
    gap: 8px;
    cursor: pointer;
    opacity: 1;
    align-content: center;
    align-items: center;
}

.PR_iqw989 {
    position: relative;
}

.scrollbar {
    height: 300px;
    background: #ffffff;
    overflow-y: scroll;
    margin-bottom: 25px;
    margin-top: 32px;
}

.force-overflow {
    min-height: 450px;
}
/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.form-control, .form-control:focus {
    background-color: #050e1f;
    border: 1px solid transparent;
    color: #fff;
   
    border-radius: 4px;
}

    .form-control:focus {
        box-shadow: none;
    }

.dataTables_length select {
    background: #050e1f;
    border: 1px solid transparent;
    color: #fff;
    height: 39px;
    border-radius: 4px;
}

.page-item.disabled .page-link {
    color: #FDF5E8;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e61c;
}

.page-item.disabled .page-link {
    background: #050e1f;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

.text-primary-1 {
    color: #eabf57 !important;
}

footer .form-control, footer .form-control:focus {
    background-color: #06264f;
}

.btn-primary-new {
    background: #eabf57;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ico-logo img {
    width: 250px;
}


.table-bordered > :not(caption) > * {
    border: 1px solid var(--border-color);
}


.about__list {
    margin-top: -35px;
}

    .about__list li {
        width: 50%;
        font-size: 14px;
        font-weight: 500;
        margin-top: 12px;
        margin-bottom: 12px;
        color: var(--color-white);
    }

        .about__list li img {
            margin-right: 13px;
        }


.nav-link-bg {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    /* padding: 10px 15px; */
    padding: 16px 30px;
    --path: 0px 0px, calc(100% - 20px) 0, 130% 100%, calc(100% - 20px) 100%,14px 100%,0px calc(100% - 14px);
    clip-path: polygon(var(--path));
    background: #ff8d00;
    color: #fff;
}

    .nav-link-bg:hover {
        color: #1c1121;
        /*color: var(--font-color);
        background: var(--iq-primary);*/
    }


.buy-sec {
    background: var(--color-primary);
}



@media (min-width:601px) and (max-width:1400px) {

    .data__img {
        display: block;
        width: 100%;
    }

    .theme-light .data {
        position: relative;
        background-image: none;
        padding: 40px 0;
    }

    .data {
        position: relative;
        background-image: url(../images/data-bg-space.png);
        padding: 40px 0;
    }


    .counter__item-1 {
        bottom: 50px;
        left: 125px
    }

    .counter__item-2 {
        bottom: 160px;
        left: 440px
    }

    .counter__item-3 {
        bottom: 220px;
        right: 190px;
    }

    .counter__item-4 {
        bottom: 90px;
        right: 115px;
    }

    .counter__item {
        position: absolute;
        text-align: left;
        margin-bottom: 30px
    }



    .data__bg {
        position: absolute;
        top: -70%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 1680px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .data .container {
        position: relative;
        z-index: 1
    }


    .counter__item:last-child {
        margin-bottom: 0
    }

    .counter__item-title {
        color: var(--font-color);
        font-size: 20px;
        font-family: Raleway;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .counter__item-value {
        font-family: Roboto;
        font-weight: 700;
        font-size: 30px;
        color: var(--font-color);
    }

    .counter__item-value--percent:after {
        content: "%"
    }

    #main {
        position: absolute;
        display: block;
        width: 150px;
        height: 150px;
        right: 309px;
        -webkit-transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        animation: turn 2.5s infinite linear;
        margin: auto;
        top: 9%;
    }

    #child1 {
        -webkit-transform: translateZ(-5px);
    }

    #child2 {
        -webkit-transform: translateZ(-5px);
    }

    #child3 {
        -webkit-transform: translateZ(-2px);
    }

    #child4 {
        -webkit-transform: translateZ(-6px);
    }

    #child5 {
        -webkit-transform: translateZ(-6px);
    }

    #child6 {
        -webkit-transform: translateZ(-7px);
    }

    #child7 {
        -webkit-transform: translateZ(-9px);
    }

    #child8 {
        -webkit-transform: translateZ(-10px);
    }
}

@media (min-width:1401px) and (max-width:6500px) {
    .data .container {
        position: relative;
        z-index: 1;
        max-width: 1140px;
    }

    .data {
        position: relative;
        background-image: url(../images/data-bg-space.png);
        padding: 40px 0;
    }

    .counter__item {
        position: absolute;
        text-align: left;
        margin-bottom: 30px
    }

    .counter__item-1 {
        bottom: 55px;
        left: 120px;
    }

    .counter__item-2 {
        bottom: 165px;
        left: 450px;
    }

    .counter__item-3 {
        bottom: 225px;
        right: 210px;
    }

    .counter__item-4 {
        bottom: 65px;
        right: 130px;
    }

    .counter__item:last-child {
        margin-bottom: 0
    }

    .counter__item-title {
        color: var(--font-color);
        font-size: 20px;
        font-family: Raleway;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .counter__item-value {
        font-family: Roboto;
        font-weight: 700;
        font-size: 30px;
        color: var(--font-color);
    }

    .counter__item-value--percent:after {
        content: "%"
    }

    #main {
        position: absolute;
        display: block;
        width: 150px;
        height: 150px;
        right: 309px;
        -webkit-transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        animation: turn 2.5s infinite linear;
        margin: auto;
        top: 10%;
    }

    #child1 {
        -webkit-transform: translateZ(-5px);
    }

    #child2 {
        -webkit-transform: translateZ(-5px);
    }

    #child3 {
        -webkit-transform: translateZ(-2px);
    }

    #child4 {
        -webkit-transform: translateZ(-6px);
    }

    #child5 {
        -webkit-transform: translateZ(-6px);
    }

    #child6 {
        -webkit-transform: translateZ(-7px);
    }

    #child7 {
        -webkit-transform: translateZ(-9px);
    }

    #child8 {
        -webkit-transform: translateZ(-10px);
    }
}

@media (min-width:200px) and (max-width:600px) {

    .data__img {
        display: none;
    }

    .counter__item {
        text-align: center;
        margin-bottom: 20px;
    }

    .counter__item-title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .counter__item-value {
        font-weight: 600;
        font-size: 30px;
        color: #fff;
    }

    #main {
        position: absolute;
        display: block;
        width: 75px;
        height: 75px;
        right: 180px;
        -webkit-transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        animation: turn 2.2s infinite linear;
        margin: auto;
        top: 17%;
    }

    #child1 {
        -webkit-transform: translateZ(-1px);
    }

    #child2 {
        -webkit-transform: translateZ(-1px);
    }

    #child3 {
        -webkit-transform: translateZ(-2px);
    }

    #child4 {
        -webkit-transform: translateZ(-2px);
    }

    #child5 {
        -webkit-transform: translateZ(-3px);
    }

    #child6 {
        -webkit-transform: translateZ(-3px);
    }

    #child7 {
        -webkit-transform: translateZ(-4px);
    }

    #child8 {
        -webkit-transform: translateZ(-5px);
    }
}


.coin {
    display: block;
    position: absolute;
    width: 95%;
    height: 95%;
    -webkit-transform-style: preserve-3d;
    background: radial-gradient(#23e5a2,#13b89d,black);
    border-radius: 50%;
    border: 5px solid #2eaeba;
}

.shadow {
    background: radial-gradient(rgba(31,56,45,0.7),rgba(31,56,45,0.8),rgba(31,56,45,0.2));
    width: 150px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 85%;
    box-shadow: 0px 0px 50px rgba(31,56,45);
}

#child {
    -webkit-transform: translateZ(0px);
}

/* #child:after {
        content: '';
        position: absolute;
        background: #191919;
        width: 200px;
        height: 20px;
        top: 400px;
        left: 40px;
        border-radius: 50%;
        box-shadow: 0px 0px 10px #191919;
    }*/


@keyframes turn {
    0% {
        transform: rotateY(-180deg);
    }

    100% {
        transform: rotateY(180deg);
    }
}

.ul_li {
    justify-content: flex-start;
}

.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pricing {
    margin: 40px 0px;
}

    .pricing .table {
        /*border-top:1px solid #ddd;
	background:#fff;*/
    }

        .pricing .table th,
        .pricing .table {
            text-align: center;
        }

            .pricing .table th,
            .pricing .table td {
                padding: 10px;
                border: 1px solid #ddd;
                border: 1px solid rgba(255, 255, 255, 0.1);
                background: #070e2796;
                color: #fff;
            }

            .pricing .table th {
                width: 25%;
                font-size: 30px;
                font-weight: 400;
                border-bottom: 0;
                background: #070e27;
                color: #EBEDF3;
                text-transform: uppercase;
            }

                .pricing .table th.highlight {
                    border-top: 4px solid #33dadd !important;
                }

            .pricing .table tr:nth-child(odd) {
                /*background: #f0f8ff;*/
            }

            .pricing .table td:first-child {
                padding: 10px;
                text-align: left;
                background: #ff8d00;
            }

    .pricing tr td .ptable-title {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: .5px;
        color: #fff;
        text-transform: capitalize;
    }

    .pricing tr td p {
        font-size: 11px;
        color: #ffffffad;
        letter-spacing: .5px;
    }

    .pricing tr td .ptable-title i {
        width: 23px;
        line-height: 25px;
        text-align: right;
        margin-right: 5px;
    }

    .pricing .ptable-star {
        position: relative;
        display: block;
        text-align: center;
    }

        .pricing .ptable-star.red {
            color: #e91e63;
        }

        .pricing .ptable-star.green {
            color: #4caf50;
        }

        .pricing .ptable-star.lblue {
            color: #03a9f4;
        }

        .pricing .ptable-star i {
            width: 8px;
            font-size: 13px;
        }

    .pricing .ptable-price {
        display: block;
    }

    .pricing tr td {
        font-size: 13px;
        line-height: 32px;
        text-transform: uppercase;
    }

        .pricing tr td.bg-red {
            background: #e91e63;
        }

        .pricing tr td.bg-green {
            background: #4caf50;
        }

        .pricing tr td.bg-lblue {
            background: #03a9f4;
        }

            .pricing tr td.bg-red a,
            .pricing tr td.bg-green a,
            .pricing tr td.bg-lblue a {
                color: #fff;
            }

        .pricing tr td i {
            display: block;
            margin-bottom: 12px;
            font-size: 30px;
        }

            .pricing tr td i.red {
                color: #e91e63;
            }

            .pricing tr td i.green {
                color: #4caf50;
            }

            .pricing tr td i.lblue {
                color: #03a9f4;
            }

        .pricing tr td:first-child i {
            display: inline;
            margin-bottom: 0px;
            font-size: 22px;
        }

.coin_icon {
    display: inline-block;
    color: #e67e22;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    color: #e67e22;
    padding: 2px;
}

@media only screen and (max-width: 600px) {
    .affiliate-wrapper {
        flex-direction: column;
    }
}


.service {
    padding: 80px 0;
}

.service__item-inner {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: linear-gradient(152deg, #edf2f805 0%, #edf2f814 100%);
    border: 2px solid #1d2647;
    border-radius: 16px;
}

@media (min-width: 768px) {
    .service__item-inner {
        padding-block: 52px;
        padding-inline: 32px;
    }
}

.service__thumb-inner {
    padding: 25px;
    display: inline-flex;
}



.service__item-inner:hover {
    transform: translateY(-5px);
    border: 2px solid rgb(0 208 148);
}

.service__item--style2 .service__item-inner {
    background: var(--service-item-bg-color);
}

.service__item--style2 .service__content h5 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service__thumb-inner {
    border-radius: 99px;
    background-color: #070e27;
    box-shadow: 0px 8px 24px rgba(12, 52, 91, 0.04);
}

.service__content h5 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service__content:hover h5 {
    color: var(--brand-color);
}

.service__shape-item--1 {
    width: 40px;
    top: 1%;
    left: 6%;
    -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}

@media (min-width: 576px) {
    .service__shape-item--1 {
        top: 3%;
        left: 7%;
    }
}

@media (min-width: 768px) {
    .service__shape-item--1 {
        width: auto;
        top: 2%;
        left: 1%;
    }
}

@media (min-width: 992px) {
    .service__shape-item--1 {
        left: 4%;
        top: 4%;
    }
}

@media (min-width: 1200px) {
    .service__shape-item--1 {
        top: 5%;
        left: 5%;
    }
}

@media (min-width: 1400px) {
    .service__shape-item--1 {
        top: 8%;
        left: 5%;
    }
}

.service__shape-item--2 {
    width: 40px;
    top: 1%;
    left: 6%;
    -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}

@media (min-width: 576px) {
    .service__shape-item--2 {
        top: 3%;
        left: 7%;
    }
}

@media (min-width: 768px) {
    .service__shape-item--2 {
        width: 70px;
        top: 6%;
        left: 4%;
    }
}

@media (min-width: 992px) {
    .service__shape-item--2 {
        width: auto;
        left: 5%;
        top: 10%;
    }
}

@media (min-width: 1200px) {
    .service__shape-item--2 {
        top: 10%;
        left: 9%;
    }
}

@media (min-width: 1400px) {
    .service__shape-item--2 {
        top: 11%;
        left: 17%;
    }
}

.service__shape-item--3 {
    top: 0.5%;
    right: 2%;
    width: 50px;
    -webkit-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: rotate 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}

@media (min-width: 576px) {
    .service__shape-item--3 {
        width: 70px;
        top: 2%;
        right: 8%;
    }
}

@media (min-width: 768px) {
    .service__shape-item--3 {
        width: auto;
        top: 2%;
        right: 8%;
    }
}

@media (min-width: 992px) {
    .service__shape-item--3 {
        top: auto;
        bottom: 3%;
        right: 4%;
    }
}

@media (min-width: 1200px) {
    .service__shape-item--3 {
        bottom: 4%;
        right: 4%;
    }
}

@media (min-width: 1400px) {
    .service__shape-item--3 {
        bottom: 4%;
        right: 4%;
    }
}

@media (min-width: 1600px) {
    .service__shape-item--3 {
        bottom: 6%;
        right: 13%;
    }
}


.information-area {
    padding: 80px 0;
    background: #050a1e;
}

.price-box-inner {
    position: relative;
    background: url(../images/b-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    z-index: 1;
    padding: 30px 30px 0px;
}

    .price-box-inner h5 {
        padding-left: 10px;
        font-size: 22px;
        position: relative;
        padding-bottom: 20px;
    }

        .price-box-inner h5::after {
            position: absolute;
            content: "";
            left: 12px;
            bottom: -5px;
            width: 80px;
            height: 1px;
            background: #ff8d00;
        }




        .tg__animate-text span {
    animation: 0.8s both tg_animated_text;
}
.section__title .title {
    font-size: 45px;
    font-weight: var(--tg-fw-extra-bold);
    letter-spacing: 1px;
    margin: 0 0;
}
.section__title {
    position: relative;
}
.team__item {
    margin: 0 0 30px;
    text-align: center;
    background: #1c242f;
    border: 1px solid #27313f;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.17);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 30px 25px 35px;
    position: relative;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    overflow: hidden;
    z-index: 1;
}
.row {
    --bs-gutter-x: 30px;
}
.section__title::after {
    content: "";
    display: block;
    background-image: url(siteadmin/images/title_shape.html);
    width: 65px;
    height: 5px;
    margin: 20px auto 0;
}

a, button {
    color: var(--tg-theme-primary);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team__thumb::after {
    left: auto;
    right: 75px;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
}

.team__thumb::after {
    left: auto;
    right: 75px;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
}

.team__content .name {
    font-size: 20px;
    font-weight: var(--tg-fw-extra-bold);
    margin: 0 0 1px;
    letter-spacing: 1px;
    color: var(--tg-theme-primary);
}

.team__thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--tg-common-color-white);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21), inset 0px 3px 9px 0px rgba(0, 0, 0, 0.92);
    max-width: 224px;
}
.team__item::before, .team__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 70px;
    height: 320px;
    background: orange;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.55;
    z-index: -1;
}
.team__item::before, .team__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 70px;
    height: 320px;
    background: orange;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.55;
    z-index: -1;
}
.team__content .designation {
    display: block;
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-semi-bold);
    font-size: 16px;
    /* color: var(--tg-theme-primary); */
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team__item::before, .team__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 70px;
    height: 320px;
    background: orange;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.55;
    z-index: -1;
}
.team__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    width: 70px;
    height: 320px;
    background: orange;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.55;
    z-index: -1;
}
.section__title {
    position: relative;
}
.section__title .title {
    font-size: 45px;
    font-weight: var(--tg-fw-extra-bold);
    letter-spacing: 1px;
    margin: 0 0;
}
@media only screen and (max-width: 600px) {
    header .navbar-collapse {
    position: absolute;
   
    height: 360px;
    
}
  .pasa{
    max-width: 300px;
  }
  .pasa1{
    max-width: 300px;
    margin:auto;
  }
   .pasa2{
    max-width: 300px;
    margin:auto;
  }
  .pasa5{
    max-width: 350px;
    margin:auto;
  }
}

.section__title .title {
    font-size: 45px;
    font-weight: var(--tg-fw-extra-bold);
    letter-spacing: 1px;
    margin: 0 0;
}
.title-ser{
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}






/*ACCEPTABLE-CURRENCIES-css*/

.area-background {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-pt-130 {
    padding-top: 130px;
}

.section__title {
    position: relative;
}

.tg__animate-text.ready {
    opacity: 1;
}

.section__title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #ff8d00;
    line-height: 1;
    margin: 0 0 7px;
}

.section__title .title {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0;
}

.section__title::after {
    content: "";
    display: block;
    background-image: url(../images/title_shape.svg);
    width: 65px;
    height: 5px;
    margin: 20px auto 0;
}
.about__tab-wrap .nav-tabs {
    justify-content: center;
    padding: 22px 0;
    position: relative;
    gap: 15px 35px;
}

.nav-tabs {
    border: none;
}
.about__tab-wrap .nav-tabs {
    justify-content: center;
    padding: 22px 0;
    position: relative;
    gap: 15px 35px;
}

.about__tab-wrap .nav-tabs::before, .about__tab-wrap .nav-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--tg-theme-primary) 50%, transparent 100%);
}
.about__tab-wrap .nav-tabs .nav-item {
    position: relative;
    z-index: 1;
}

.nav-tabs .nav-item {
    margin: 0 0;
}

.about__tab-wrap .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(180deg, #10181f 0%, var(--tg-theme-primary) 48%, #10181f 100%) border-box;
}

.about__tab-wrap .nav-tabs .nav-item .nav-link {
    position: relative;
    background: linear-gradient(180deg, #10181f 0%, #e3b17d 48%, #10181f 100%) border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.nav-tabs .nav-link.active {
    border-color: transparent;
    padding: 10px 20px;
    margin-right: 10px;
    border: 1px solid #1f2e39;
    background: #40ecef;
    color: #000;
}
.nav-tabs .nav-link.active {
    background: transparent;
    border-color: transparent;
}

.about__tab-wrap .nav-tabs .nav-item .nav-link .img-shape::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
   /* background-color: #0c1319;*/
}


.about__tab-wrap .nav-tabs::before, .about__tab-wrap .nav-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--tg-theme-primary) 50%, transparent 100%);
}


.about__tab-wrap .nav-tabs .nav-item .nav-link:hover, .about__tab-wrap .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(180deg, #df9c47a3 0%, #ff8d00 48%, #fe8c00 100%) border-box;
 /*   background: linear-gradient(180deg, #10181f 0%, #40ecef 48%, #10181f 100%) border-box;*/
}


.about__tab-wrap .nav-tabs .nav-item {
    position: relative;
    z-index: 1;
}

.nav-tabs .nav-item {
    margin: 0 0;
}

.about__tab-wrap .nav-tabs::before, .about__tab-wrap .nav-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--tg-theme-primary) 50%, transparent 100%);
}

.about__tab-wrap .nav-tabs .nav-item .nav-link img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #0c1319;
}
img, .img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.about__tab-wrap .nav-tabs::before, .about__tab-wrap .nav-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ff8d00 50%, transparent 100%);
}

.about__tab-wrap .nav-tabs .nav-item .nav-link {
    position: relative;
    background: linear-gradient(180deg, #10181f 0%, #e3b17d 48%, #10181f 100%) border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.about__tab-wrap .nav-tabs .nav-item .nav-link img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #0c1319;
}


.about__tab-wrap .nav-tabs .nav-item .nav-link:hover .img-shape, .about__tab-wrap .nav-tabs .nav-item .nav-link.active .img-shape {
    background: linear-gradient(180deg, #10181f 0%, var(--tg-theme-primary) 48%, #10181f 100%) border-box;
}

<!------------------------------ Success Zone-native-currency-start -------------------------------->



.video-bg {
    background-position: center;
    background-size: cover;
    min-height: 565px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}
.video-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
    background: #0b1328;
    opacity: 0.22;
    z-index: -1;
}
.video__content .title {
    font-size: 55px;
    font-weight: bold;
    margin: 0 0 6px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.33);
    letter-spacing: 3px;
}
.video__content .title span {
    color: orange;
}
.video__content p {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fefefe;
    letter-spacing: 0.9px;
}
.video-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/video_overlay.png);
    background-position: center;
    background-size: cover;
    opacity: 0.38;
    z-index: -1;
}
.affiliate-wrapper {
    /* max-width: 840px; */
    /* margin: 0 auto -40px; */
    justify-content: space-between;
    display: flex;
    margin-top: 6rem;
}
.affiliate-wrapper .affiliate-item {
    display: flex;
    align-content: center;
    align-items: center;
}
.affiliate-item .affiliate-thumb {
    width: 86px;
    height: 86px;
    background: #141b21;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 86px;
    box-shadow: 0 0 20px #ffa500;
    -webkit-box-shadow: 0 0 20px #ffa500;
    font-size: 30px;
    color: #ffffff;
    margin-right: 30px;
}
.affiliate-thumb img {
    width: 55px;
}
img, .img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.affiliate-item .affiliate-content .title {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
p:last-child {
    margin-bottom: -8px !important;
}

p {
    font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
    margin-bottom: 15px;
}

.video-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/video_overlay.html);
    background-position: center;
    background-size: cover;
    opacity: 0.38;
    z-index: -1;
}











<!------------------------------ Success Zone-native-currency-start -------------------------------->









 <!----------------------------------coin-distribution-structure-start  ------------------------>

.section-pb-50 {
    padding-bottom: 50px;
}

.roadMap-bg {
    background-position: center;
    background-size: cover;
}
.section-pt-150 {
    padding-top: 150px;
}
.roadMap__content .title {
    font-size: 55px;
    font-weight: bold;
   /* letter-spacing: 3px;*/
    line-height: 1;
    margin: 0 0 28px;
}
p:last-child {
    margin-bottom: -8px !important;
}
.roadMap__steps-wrap {
    
    position: relative;
    margin-top: 20px;
}
.roadMap__steps-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: -moz-linear-gradient(90deg, #10161c 0%, orange 100%);
    background: -webkit-linear-gradient(90deg, #e68003e6 0%, #e68003 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.roadMap__steps-item {
    margin: 0 0 20px 45px;
    background-color: #0e1131;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 45px 45px;
    position: relative;
}
.roadMap__steps-item.active::before {
    opacity: 0.9;
}
.roadMap__steps-item::before {
    content: "";
    position: absolute;
    left: -39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 18px;
    border-color: transparent transparent transparent #ff8d00;
    opacity: 0;
}

.roadMap__content p {
    max-width: 95%;
   
    margin: 0 0 35px;
}

.roadMap__steps-item .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 22px;
}
.tg__animate-text.ready {
    opacity: 1;
}
.roadMap__list li {
    display: block;
    font-size: 25px;
    font-weight: 500;
    padding-left: 37px;
    position: relative;
    margin: 0 0 16px;
}
.list-wrap li {
    list-style: none;
}
.roadMap__list li.active::before {
    background-color: #ff8d00;
    border-color: #1b242e;
}
.roadMap__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 20px;
    background: #10161c;
    border: 2px solid #262e38;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.roadMap__list li.active:hover::before {
    background-color: #ff8d00;
    border-color: #1b242e;
}
.tg__animate-text.style2 span {
    animation: 0.8s both tg_animated_text2;
}

.roadMap__steps-item.active .roadMap__steps-img {
    opacity: 0.11;
}
.roadMap__steps-img {
    position: absolute;
    right: 20px;
    top: 30px;
    max-height: 210px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (max-width: 600px) {
.roadMap__content .title {
    font-size: 40px;
}
.video__content .title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 6px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.33);
    letter-spacing: 3px;
}
.affiliate-wrapper .affiliate-item 
{

    padding-bottom: 30px;
    display: flex;
    align-content: center;
    align-items: center;
}
}

<!------------------------coin-distribution-structure-end --------------------------------------- -->




 <!------------------------------ Success Zone MOBILE WALLET-start -------------------------------->

.overview-text {
    margin-top: 40px;
}
h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.overview-text li {
    display: block;
    position: relative;
}

.overview-text ul li a {
    font-size: 15px;
    /* color: #fff; */
    padding: 6px 0px 6px 35px;
    display: block;
}

.overview-text li::after {
    position: absolute;
    left: 0px;
    top: 6px;
    content: "✔";
    font-family: themify;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #ff8d00;
}
.overview-btn {
    /* border: 1px solid #d5057f; */
    background: transparent;
    color: #d5057f;
    transition: 0.4s;
    padding-right: 20px;
    /* margin-top: 50px; */
}
.link_button a img {
    width: 180px;
}



/*------------------------------ Success Zone MOBILE WALLET-END --------------------------------*/

.inner-about-area2 .container {
    position: relative;
    z-index: 1;
    color: #fff;
}

    .inner-about-area2 .container h2 {
        width: 100%;
        display: block;
        font-size: 50px;
        margin-bottom: 0;
        line-height: 2rem;
        font-weight: 700;
        width: 100%;
        margin-top: 7rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .inner-about-area2 .container h5 {
        width: 100%;
        display: block;
        margin-bottom: 50px;
        font-size: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }



.bosluk3 {
    margin-top: 2rem;
}

.lower-disc-list li {
    line-height: 1.8em;
    font-size: 15px;
    color: #fff;
    list-style-type: disc!important;
    margin-left: 15px;
    margin-bottom: 10px;
    text-align: justify;
}

.privacy__main-content-container__main-content__text__heading h6 {
    margin: 1.5rem 0 0.5rem;
}

.inner-about-area2 .nav-tabs .nav-link.active {
    background: #ff8d00 !important;
    border-color: transparent;
}






.inner-about-area2 .nav-tabs .nav-link {
    padding: 10px 20px !important;
    margin-right: 10px;
    color: #fff;
}

.para-main{
    font-size: 16px;
   
}





@media only screen and (max-width: 600px) {
    .main-cus {
        display:flex;
        margin:auto;
    }
}
.main-form {
    margin: auto;
    max-width: 600px;
    /* display: flex; */
    background-color: #ff8d00;
    padding: 10px;
    border-radius: 10px;
}

@media (max-width: 479px) {
    .slider-content h1 {
        font-size: 40px!important;
    }
}