html {
    height: 100%;
    overflow-x: hidden
}

::-moz-selection {
    background: #f8a601;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #f8a601;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #f8a601;
    color: #fff;
    text-shadow: none
}

.loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden
}

.loading-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9999
}

.loading-pic {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 99999;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.loading-cover, .loading-map, .loading-srh-bar {
    background: rgba(255,255,255,.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

    .loading-cover .fa-spinner, .loading-map .fa-spinner, .loading-srh-bar .fa-spinner {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -10px;
        font-size: 25px;
        color: #333
    }

.wt-banner-outer {
    margin-bottom: 0
}

.wt-error-top, .wt-success-top {
    margin-bottom: 0
}

.alert-bx.alert-info {
    padding: 15px;
    border: 1px solid #bce8f1
}

.bg-primary {
    background-color: #007bff00 !important
}

.mercury-animation .number-one {
    height: 307px;
    width: 139px;
    position: absolute;
    left: -120px;
    top: 0;
    animation: top-bottom 10s linear 0s infinite
}

.mercury-animation .number-two {
    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(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#earth-box span {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    transition: transform .2s linear;
    animation: rotate 8s linear infinite;
    color: #000;
    border-radius: 50%;
    background: url(../images/logo-large1.png) 0 0 repeat;
    background-size: 400px;
    box-shadow: inset 20px 0 80px 6px #000;
    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%);
    animation: anim-ss steps(23) 5s infinite
}

@keyframes anim-ss {
    0% {
        background-position: 0
    }

    100% {
        background-position: 100%
    }
}

#earth-box-cover {
    position: relative;
    width: 487px;
    height: 487px
}

    #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 0 0/cover;
            width: 52px;
            height: 47px;
            position: absolute;
            top: 205px;
            left: 115px;
            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 0 0/cover;
            width: 54px;
            height: 52px;
            position: absolute;
            top: 312px;
            right: 85px;
            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 0 0/cover;
            width: 37px;
            height: 35px;
            position: absolute;
            top: 171px;
            right: 187px;
            z-index: 1;
            animation: zoomfade .9s linear infinite
        }

        #earth-box-cover .earth-icons .icon-4 {
            background: url(../images/earth-icon-4.png) no-repeat scroll 0 0/cover;
            width: 36px;
            height: 33px;
            position: absolute;
            top: 117px;
            left: 193px;
            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 0 0/cover;
            width: 36px;
            height: 33px;
            position: absolute;
            top: 51px;
            right: 229px;
            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 0 0/cover;
            width: 26px;
            height: 24px;
            position: absolute;
            top: 144px;
            right: 145px;
            z-index: 1;
            animation: zoomfade 950ms linear infinite
        }

        #earth-box-cover .earth-icons .icon-7 {
            width: 63px;
            height: 60px;
            position: absolute;
            top: 364px;
            left: 218px;
            z-index: 1;
            background-size: 100%;
            background-position: center;
            animation: zoomfade 2s linear infinite
        }

@keyframes zoomfade {
    0% {
        transform: scale(.6);
        opacity: .6
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(.6);
        opacity: .6
    }
}

@keyframes rotate {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 730px 0
    }
}

#earth-box-cover:before {
    width: 93%;
    height: 93%;
    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
}

@media screen and (max-width:640px) and (min-width:320px) {
    .exch1 {
        height: 400px
    }

    .imgexcg1 {
        padding-top: 23%
    }
}

.hiw-mockup {
    left: 0;
    position: absolute;
    right: 0;
    top: 45px
}

.hiw-mockup {
    left: 0;
    position: absolute;
    right: 0;
    top: 45px
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

#how-it-works-area .section-heading {
    margin-bottom: 50px
}

.hiw-feature {
    padding: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

    .hiw-feature:hover {
        background-color: #fff;
        box-shadow: 0 10px 25px rgba(0,0,0,.1)
    }

.hiw-feature-content {
    position: relative
}

.hiw-mockup {
    left: 0;
    position: absolute;
    right: 0;
    top: 45px
}

.hiw-feature-icon img {
    margin-top: 15px
}

.hiw-feature-details h5 {
    text-transform: uppercase
}

.hiw-feature-details p {
    margin-bottom: 0
}

#how-it-works-area .section-heading {
    margin-bottom: 50px
}

.hiw-feature {
    padding: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

    .hiw-feature:hover {
        background-color: #fff;
        box-shadow: 0 10px 25px rgba(0,0,0,.1)
    }

.hiw-feature-content {
    position: relative
}

.hiw-mockup {
    left: 0;
    position: absolute;
    right: 0;
    top: 45px
}

.hiw-feature-icon img {
    margin-top: 15px
}

.hiw-feature-details h5 {
    text-transform: uppercase
}

.hiw-feature-details p {
    margin-bottom: 0
}

.hiw-feature-content.style-2 {
    margin-top: 50px
}

.hiw-mockup.style-2 {
    top: -20px
}

header .navbar-light .nav-item {
    margin: 0 1px !important
}

#social-sidebar {
    right: 0;
    position: fixed;
    top: 30%;
    z-index: 11111
}

    #social-sidebar li:first-child a {
        border-top-right-radius: 5px
    }

    #social-sidebar li:last-child a {
        border-bottom-right-radius: 5px
    }

    #social-sidebar li {
        list-style: none
    }

    #social-sidebar a {
        background: rgb(248 166 1);
        color: #fff;
        text-decoration: none;
        display: block;
        list-style: none;
        height: 50px;
        width: 50px;
        font-size: 24px;
        line-height: 50px;
        position: relative;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px
    }

        #social-sidebar a:hover span {
            right: 120%;
            opacity: 1
        }

        #social-sidebar a span {
            font: 12px "Open Sans",sans-serif;
            text-transform: uppercase;
            border-radius: 3px;
            line-height: 24px;
            right: -100%;
            margin-top: -16px;
            opacity: 0;
            padding: 4px 8px;
            position: absolute;
            transition: opacity .3s,left .4s;
            top: 50%;
            z-index: -1
        }

            #social-sidebar a span:before {
                content: "";
                display: block;
                height: 8px;
                width: 8px;
                right: -4px;
                margin-top: -4px;
                position: absolute;
                top: 50%;
                transform: rotate(45deg)
            }

        #social-sidebar a[class*=ti-facebook] span, #social-sidebar a[class*=ti-facebook] span:before {
            background: #3b5998
        }

        #social-sidebar a[class*=ti-twitter] span, #social-sidebar a[class*=ti-twitter] span:before {
            background: #00aced
        }

        #social-sidebar a[class*=ti-instagram] span, #social-sidebar a[class*=ti-instagram] span:before {
            background: #e34429
        }

        #social-sidebar a[class*=ti-youtube] span, #social-sidebar a[class*=ti-youtube] span:before {
            background: red
        }

body {
    font-family: Comfortaa,cursive;
    font-weight: 400;
    position: relative;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #e3e3e3;
    overflow-x: hidden;
    background: #704270
}

a.active, a:focus, a:hover {
    text-decoration: none;
    outline: 0
}

a, a:focus, a:hover {
    color: #f8a601;
    -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;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit
    }

h1 {
    font-size: 50px;
    line-height: normal
}

h2 {
    font-size: 36px;
    line-height: normal
}

h3 {
    font-size: 36px;
    line-height: normal
}

h4 {
    font-size: 28px;
    line-height: normal
}

h5 {
    font-size: 24px;
    line-height: normal
}

h6 {
    font-size: 20px;
    line-height: normal
}

.lead {
    font-size: 18px;
    line-height: 32px;
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

hr {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0
}

.blockquote {
    border-left: 5px solid #704270;
    font-size: 16px
}

.container {
    max-width: 1170px
}

#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0;
    color: #fff;
    background: #121316;
    position: fixed;
    bottom: 48px;
    right: 66px;
    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;
    border: 1px solid #fff
}

    #back-to-top .top:hover {
        background: #f8a601;
        color: #fff;
        -webkit-box-shadow: 0 0 30px 0 rgba(34,34,34,.1);
        -moz-box-shadow: 0 0 30px 0 rgba(34,34,34,.1);
        box-shadow: 0 0 30px 0 rgba(34,34,34,.1)
    }

@media (min-width:30px) and (max-width:767px) {
    #earth-box-cover: :before {
        width: 320px;
        height: 320px
    }

    .mercury-animation {
        padding-bottom: 30px
    }

    #earth-box-cover::before {
        width: 320px;
        height: 320px
    }

    #earth-box, #earth-box span {
        width: 240px;
        height: 240px;
        background-size: 240px
    }

    .benefits {
        background-image: none
    }

    .features {
        background-image: none
    }

    .future-box {
        margin-bottom: 20px
    }

    .mercury-roadmap::before {
        top: 45%;
        width: 27px;
        height: 12px;
        left: 25px
    }

    .mercury-roadmap::after {
        top: 45%;
        width: 27px;
        height: 12px;
        right: 25px
    }

    #earth-box-cover {
        margin: auto;
        display: table;
        width: 320px;
        height: 320px;
        z-index: -2
    }

        #earth-box-cover .earth-icons .icon-1 {
            width: 20px;
            height: 36px;
            top: 107px;
            left: 58px
        }

        #earth-box-cover .earth-icons .icon-2 {
            width: 12px;
            height: 30px;
            top: 168px;
            right: 46px
        }

        #earth-box-cover .earth-icons .icon-3 {
            top: 92px;
            right: 101px;
            width: 19px;
            height: 20px
        }

        #earth-box-cover .earth-icons .icon-4 {
            top: 63px;
            left: 105px;
            width: 14px;
            height: 17px
        }

        #earth-box-cover .earth-icons .icon-5 {
            top: 25px;
            right: 124px;
            width: 17px;
            height: 22px
        }

        #earth-box-cover .earth-icons .icon-6 {
            width: 10px;
            height: 14px;
            top: 77px;
            right: 78px
        }

        #earth-box-cover .earth-icons .icon-7 {
            width: 34px;
            height: 34px;
            top: 196px;
            left: 117px
        }

    .dropup-content {
        right: 0 !important;
        left: 0 !important
    }
}

.iq-partners img {
    vertical-align: middle;
    border-style: none;
    width: 100%
}

.iq-partners h4 {
    font-size: 20px
}

.avatar-sm {
    height: 3rem;
    width: 3rem
}

.mr1-3, .mx1-3 {
    margin-left: 1rem !important
}

.padding-0 {
    padding-right: 3px;
    padding-left: 3px
}

.icon-bar {
    position: fixed;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000;
    padding: 7px;
    right: 0
}

.icon-bar1 {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 9px;
    transition: all .3s ease;
    color: #fff;
    font-size: 20px
}

    .icon-bar a:hover {
        background-color: #000
    }

.facebook {
    background: #3b5998;
    color: #fff
}

.twitter {
    background: #55acee;
    color: #fff
}

.google {
    background: #dd4b39;
    color: #fff
}

.linkedin {
    background: #007bb5;
    color: #fff
}

.youtube {
    background: #b00;
    color: #fff
}

.info-share li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 27px !important;
    font-size: 16px;
    color: #f8a601;
    background: #704270;
    border: 2px solid #f8a601;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 5px
}

.imgdes {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px
}

.ICFde {
    margin-bottom: 14px
}

.ICFim {
    border-radius: 5px
}

.exchdes {
    color: #fff
}

.exchslide {
    border: 3px solid #dad8d5;
    height: 200px
}

.secdes {
    padding: 5px 0 !important
}

.abotICF {
    padding-top: 80px
}

.mored {
    text-align: right
}

.omtdes {
    margin: 0;
    padding: 0;
    font-size: 13px
}

.socialdes {
    line-height: 45px !important
}

.modeldes {
    background: #f9a701;
    text-align: center;
    font-weight: 800
}

.footerdes {
    background: #f8a601 !important
}

.chartdes {
    width: 70%
}

.mapdes {
    width: 100%
}

.exchICFdes {
    width: 100%
}

.gtr {
    display: none
}

.bnner {
    bottom: 0 !important
}

.hedmt {
    margin-bottom: 20px
}

.socilicondes {
    margin-top: 46%
}

.descla {
    color: #fff !important
}

.modind {
    z-index: 11111
}

.rightsocial {
    display: grid !important
}

#loading {
    background-color: #704270;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden !important;
    right: 0;
    z-index: 999999
}

#loading-center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px
}

.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: #f9b707;
    border-left-color: #424242;
    border-right-color: #424242
}

.loader, .loader * {
    will-change: transform
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        border-top-color: rgba(0,0,0,.5)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(0,0,255,.5)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0,0,0,.5)
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        border-top-color: rgba(0,0,0,.5)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(0,0,255,.5)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0,0,0,.5)
    }
}

.button {
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    border: none;
    font-weight: 800;
    font-size: 16px;
    position: relative;
    background: #f8a601;
    font-family: Comfortaa,cursive;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px
}

    .button:focus, .button:hover {
        color: purple;
        background: #fff;
        outline: 0
    }

    .button.bt-white {
        color: #333;
        background: #fff
    }

        .button.bt-white:focus, .button.bt-white:hover {
            color: #fff;
            background: #f8a601;
            outline: 0
        }

    .button.bt-black {
        color: #333;
        background: #fff
    }

        .button.bt-black:focus, .button.bt-black:hover {
            color: #fff;
            background: #23292c;
            outline: 0
        }

.button-play {
    position: relative;
    z-index: 1;
    width: 65px;
    height: 65px;
    line-height: 68px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #f8a601;
    border-radius: 50%;
    border: none;
    transition: box-shadow .4s cubic-bezier(.2,0,.7,1),-webkit-transform .2s cubic-bezier(.2,0,.7,1);
    transition: box-shadow .4s cubic-bezier(.2,0,.7,1),transform .2s cubic-bezier(.2,0,.7,1);
    transition: box-shadow .4s cubic-bezier(.2,0,.7,1),transform .2s cubic-bezier(.2,0,.7,1),-webkit-transform .2s cubic-bezier(.2,0,.7,1)
}

    .button-play i {
        padding-left: 5px
    }

    .button-play:focus, .button-play:hover {
        box-shadow: 0 0 1px 15px rgba(249,183,7,.4),0 0 1px 30px rgba(249,183,7,.1),0 0 1px 45px rgba(249,183,7,.1);
        color: #fff
    }

.overview-block-ptb {
    padding: 60px 0
}

.overview-block-pt {
    padding: 50px 0 0
}

.overview-block-pb {
    padding: 0 0 100px
}

.iq-pall {
    padding: 0 !important
}

.iq-pall-10 {
    padding: 10px
}

.iq-pall-15 {
    padding: 15px
}

.iq-pall-20 {
    padding: 20px
}

.iq-pall-25 {
    padding: 25px
}

.iq-pall-30 {
    padding: 30px
}

.iq-pall-40 {
    padding: 40px
}

.iq-pall-50 {
    padding: 50px
}

.iq-pall-60 {
    padding: 60px
}

.iq-pall-70 {
    padding: 70px
}

.iq-pall-80 {
    padding: 80px
}

.iq-pall-90 {
    padding: 90px
}

.iq-pall-100 {
    padding: 100px
}

.iq-ptb-0 {
    padding: 0
}

.iq-ptb-10 {
    padding: 10px 0
}

.iq-ptb-15 {
    padding: 15px 0
}

.iq-ptb-20 {
    padding: 20px 0
}

.iq-ptb-25 {
    padding: 25px 0
}

.iq-ptb-30 {
    padding: 30px 0
}

.iq-ptb-40 {
    padding: 40px 0
}

.iq-ptb-50 {
    padding: 50px 0
}

.iq-ptb-60 {
    padding: 60px 0
}

.iq-ptb-70 {
    padding: 70px 0
}

.iq-ptb-80 {
    padding: 80px 0
}

.iq-ptb-90 {
    padding: 90px 0
}

.iq-ptb-100 {
    padding: 100px 0
}

.iq-plr-0 {
    padding: 0
}

.iq-plr-10 {
    padding: 0 10px
}

.iq-plr-15 {
    padding: 0 15px
}

.iq-plr-20 {
    padding: 0 20px
}

.iq-plr-25 {
    padding: 0 25px
}

.iq-plr-30 {
    padding: 0 30px
}

.iq-plr-40 {
    padding: 0 40px
}

.iq-plr-50 {
    padding: 0 50px
}

.iq-plr-60 {
    padding: 0 60px
}

.iq-plr-70 {
    padding: 0 70px
}

.iq-plr-80 {
    padding: 0 80px
}

.iq-plr-90 {
    padding: 0 90px
}

.iq-plr-100 {
    padding: 0 100px
}

.iq-pt-0 {
    padding-top: 0
}

.iq-pt-10 {
    padding-top: 10px
}

.iq-pt-15 {
    padding-top: 15px
}

.iq-pt-20 {
    padding-top: 20px
}

.iq-pt-25 {
    padding-top: 25px
}

.iq-pt-30 {
    padding-top: 30px
}

.iq-pt-40 {
    padding-top: 40px
}

.iq-pt-50 {
    padding-top: 50px
}

.iq-pt-60 {
    padding-top: 60px
}

.iq-pt-70 {
    padding-top: 70px
}

.iq-pt-80 {
    padding-top: 80px
}

.iq-pt-90 {
    padding-top: 90px
}

.iq-pt-100 {
    padding-top: 100px
}

.iq-pb-0 {
    padding-bottom: 0
}

.iq-pb-10 {
    padding-bottom: 10px
}

.iq-pb-15 {
    padding-bottom: 15px
}

.iq-pb-20 {
    padding-bottom: 20px
}

.iq-pb-25 {
    padding-bottom: 25px
}

.iq-pb-30 {
    padding-bottom: 30px
}

.iq-pb-40 {
    padding-bottom: 40px
}

.iq-pb-50 {
    padding-bottom: 50px
}

.iq-pb-60 {
    padding-bottom: 60px
}

.iq-pb-70 {
    padding-bottom: 70px
}

.iq-pb-80 {
    padding-bottom: 80px
}

.iq-pb-90 {
    padding-bottom: 90px
}

.iq-pb-100 {
    padding-bottom: 100px
}

.iq-pl-0 {
    padding-left: 0
}

.iq-pl-10 {
    padding-left: 10px
}

.iq-pl-15 {
    padding-left: 15px
}

.iq-pl-20 {
    padding-left: 20px
}

.iq-pl-25 {
    padding-left: 25px
}

.iq-pl-30 {
    padding-left: 30px
}

.iq-pl-40 {
    padding-left: 40px
}

.iq-pl-50 {
    padding-left: 50px
}

.iq-pl-60 {
    padding-left: 60px
}

.iq-pl-70 {
    padding-left: 70px
}

.iq-pl-80 {
    padding-left: 80px
}

.iq-pl-90 {
    padding-left: 90px
}

.iq-pl-100 {
    padding-left: 100px
}

.iq-pr-0 {
    padding-right: 0
}

.iq-pr-10 {
    padding-right: 10px
}

.iq-pr-15 {
    padding-right: 15px
}

.iq-pr-20 {
    padding-right: 20px
}

.iq-pr-25 {
    padding-right: 25px
}

.iq-pr-30 {
    padding-right: 30px
}

.iq-pr-40 {
    padding-right: 40px
}

.iq-pr-50 {
    padding-right: 50px
}

.iq-pr-60 {
    padding-right: 60px
}

.iq-pr-70 {
    padding-right: 70px
}

.iq-pr-80 {
    padding-right: 80px
}

.iq-pr-90 {
    padding-right: 90px
}

.iq-pr-100 {
    padding-right: 100px
}

.iq-mall-0 {
    margin: 0
}

.iq-mall-10 {
    margin: 10px
}

.iq-mall-15 {
    margin: 15px
}

.iq-mall-20 {
    margin: 20px
}

.iq-mall-25 {
    margin: 25px
}

.iq-mall-30 {
    margin: 30px
}

.iq-mall-40 {
    margin: 40px
}

.iq-mall-50 {
    margin: 50px
}

.iq-mall-60 {
    margin: 60px
}

.iq-mall-70 {
    margin: 70px
}

.iq-mall-80 {
    margin: 80px
}

.iq-mall-90 {
    margin: 90px
}

.iq-mall-100 {
    margin: 100px
}

.iq-mtb-0 {
    margin: 0
}

.iq-mtb-10 {
    margin: 10px 0
}

.iq-mtb-15 {
    margin: 15px 0
}

.iq-mtb-20 {
    margin: 20px 0
}

.iq-mtb-25 {
    margin: 25px 0
}

.iq-mtb-30 {
    margin: 30px 0
}

.iq-mtb-40 {
    margin: 40px 0
}

.iq-mtb-50 {
    margin: 50px 0
}

.iq-mtb-60 {
    margin: 60px 0
}

.iq-mtb-70 {
    margin: 70px 0
}

.iq-mtb-80 {
    margin: 80px 0
}

.iq-mtb-90 {
    margin: 90px 0
}

.iq-mtb-100 {
    margin: 100px 0
}

.iq-mlr-0 {
    margin: 0 !important
}

.iq-mlr-10 {
    margin: 0 10px
}

.iq-mlr-15 {
    margin: 0 15px
}

.iq-mlr-20 {
    margin: 0 20px
}

.iq-mlr-25 {
    margin: 0 25px
}

.iq-mlr-30 {
    margin: 0 30px
}

.iq-mlr-40 {
    margin: 0 40px
}

.iq-mlr-50 {
    margin: 0 50px
}

.iq-mlr-60 {
    margin: 0 60px
}

.iq-mlr-70 {
    margin: 0 60px
}

.iq-mlr-80 {
    margin: 0 80px
}

.iq-mlr-90 {
    margin: 0 80px
}

.iq-mlr-100 {
    margin: 0 100px
}

.iq-mt-0 {
    margin-top: 0
}

.iq-mt-5 {
    margin-top: 5px
}

.iq-mt-10 {
    margin-top: 10px
}

.iq-mt-15 {
    margin-top: 15px
}

.iq-mt-20 {
    margin-top: 20px
}

.iq-mt-25 {
    margin-top: 25px
}

.iq-mt-30 {
    margin-top: 30px
}

.iq-mt-40 {
    margin-top: 40px
}

.iq-mt-50 {
    margin-top: 50px
}

.iq-mt-60 {
    margin-top: 60px
}

.iq-mt-70 {
    margin-top: 70px
}

.iq-mt-80 {
    margin-top: 80px
}

.iq-mt-90 {
    margin-top: 90px
}

.iq-mt-100 {
    margin-top: 100px
}

.iq-mb-0 {
    margin-bottom: 0
}

.iq-mb-10 {
    margin-bottom: 10px
}

.iq-mb-15 {
    margin-bottom: 15px
}

.iq-mb-20 {
    margin-bottom: 20px
}

.iq-mb-25 {
    margin-bottom: 25px
}

.iq-mb-30 {
    margin-bottom: 30px
}

.iq-mb-40 {
    margin-bottom: 40px
}

.iq-mb-50 {
    margin-bottom: 50px
}

.iq-mb-60 {
    margin-bottom: 60px
}

.iq-mb-70 {
    margin-bottom: 70px
}

.iq-mb-80 {
    margin-bottom: 80px
}

.iq-mb-90 {
    margin-bottom: 90px
}

.iq-mb-100 {
    margin-bottom: 100px
}

.iq-ml-0 {
    margin-left: 0
}

.iq-ml-10 {
    margin-left: 10px
}

.iq-ml-15 {
    margin-left: 15px
}

.iq-ml-20 {
    margin-left: 20px
}

.iq-ml-25 {
    margin-left: 25px
}

.iq-ml-30 {
    margin-left: 30px
}

.iq-ml-40 {
    margin-left: 40px
}

.iq-ml-50 {
    margin-left: 50px
}

.iq-ml-60 {
    margin-left: 60px
}

.iq-ml-70 {
    margin-left: 70px
}

.iq-ml-80 {
    margin-left: 80px
}

.iq-ml-90 {
    margin-left: 90px
}

.iq-ml-100 {
    margin-left: 100px
}

.iq-mr-0 {
    margin-right: 0
}

.iq-mr-10 {
    margin-right: 10px
}

.iq-mr-15 {
    margin-right: 15px
}

.iq-mr-20 {
    margin-right: 20px
}

.iq-mr-25 {
    margin-right: 25px
}

.iq-mr-30 {
    margin-right: 30px
}

.iq-mr-40 {
    margin-right: 40px
}

.iq-mr-50 {
    margin-right: 50px
}

.iq-mr-60 {
    margin-right: 60px
}

.iq-mr-70 {
    margin-right: 70px
}

.iq-mr-80 {
    margin-right: 80px
}

.iq-mr-90 {
    margin-right: 90px
}

.iq-mr-100 {
    margin-right: 100px
}

.iq-tw-1 {
    font-weight: 100
}

.iq-tw-2 {
    font-weight: 200
}

.iq-tw-3 {
    font-weight: 300
}

.iq-tw-4 {
    font-weight: 400
}

.iq-tw-5 {
    font-weight: 500
}

.iq-tw-6 {
    font-weight: 600
}

.iq-tw-7 {
    font-weight: 700
}

.iq-tw-8 {
    font-weight: 800
}

.iq-tw-9 {
    font-weight: 900
}

.iq-font-blue {
    color: #704270
}

.iq-font-white {
    color: #fff
}

.iq-font-black {
    color: #23292c
}

.iq-font-light {
    color: #666
}

.iq-font-yellow {
    color: #f8a601
}

.iq-font-15 {
    font-size: 15px
}

.iq-font-30 {
    font-size: 30px
}

.white-bg {
    background: #fff
}

.grey-bg {
    background: #f7f7f7
}

.blue-bg {
    background: #704270
}

.light-bg {
    background: purple
}

.yellow-bg {
    background: #f8a601
}

.iq-parallax {
    position: relative;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    background-origin: initial;
    background-position: center center !important;
    background-repeat: no-repeat
}

.iq-bg-over {
    position: relative
}

.iq-over-blue-10:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.1)
}

.iq-over-blue-20:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.2)
}

.iq-over-blue-30:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.3)
}

.iq-over-blue-40:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.4)
}

.iq-over-blue-50:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.5)
}

.iq-over-blue-60:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.6)
}

.iq-over-blue-70:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.7)
}

.iq-over-blue-80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.8)
}

.iq-over-blue-85:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.85)
}

.iq-over-blue-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.9)
}

.iq-over-blue-95:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(5,7,28,.95)
}

.iq-over-black-10:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.1)
}

.iq-over-black-20:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.2)
}

.iq-over-black-30:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.3)
}

.iq-over-black-40:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.4)
}

.iq-over-black-50:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.5)
}

.iq-over-black-60:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.6)
}

.iq-over-black-70:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.7)
}

.iq-over-black-80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.8)
}

.iq-over-black-85:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.85)
}

.iq-over-black-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.9)
}

.iq-over-black-95:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.95)
}

.iq-over-white-10:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.1)
}

.iq-over-white-20:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.2)
}

.iq-over-white-30:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.3)
}

.iq-over-white-40:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.4)
}

.iq-over-white-50:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.5)
}

.iq-over-white-60:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.6)
}

.iq-over-white-70:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.7)
}

.iq-over-white-80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.8)
}

.iq-over-white-85:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.85)
}

.iq-over-white-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.9)
}

.iq-over-white-95:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(255,255,255,.95)
}

[class*=iq-over-]:before {
    z-index: 0
}

.heading-title {
    margin-bottom: 60px;
    text-align: center
}

    .heading-title small {
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        font-family: Montserrat,sans-serif;
        letter-spacing: 4px
    }

    .heading-title.left {
        text-align: left;
        margin-bottom: 20px
    }

    .heading-title .title {
        position: relative;
        padding-bottom: 15px;
        display: inline-block;
        width: 100%
    }

    .heading-title p {
        padding: 0 100px;
        display: block
    }

    .heading-title .title.white:before {
        background: #fff
    }

.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: #f8a601;
        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: #f8a601;
        display: inline-block
    }

#canvas1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

header {
    padding: 20px 80px;
    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: 9999
}

    header .navbar {
        padding: 0
    }

    header .navbar-brand img {
        height: 70px
    }

    header .navbar-light .nav-item {
        margin: 0 5px
    }

        header .navbar-light .nav-item .nav-link {
            color: #fff;
            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: #f8a601;
        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-item .nav-link.active, header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
        color: #f8a601
    }

        .navbar-light .navbar-nav .nav-item .nav-link.active:before, .navbar-light .navbar-nav .nav-link:focus:before, header .navbar-light .navbar-nav .nav-link:hover: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: #c7c7c7
        }

        header .navbar-light .nav .button:focus, header .navbar-light .nav .button:hover {
            color: purple
        }

    header.menu-sticky {
        position: fixed;
        background: purple;
        padding: 10px 30px;
        box-shadow: 0 0 30px 0 rgba(255,255,255,.1)
    }

.dropdown-item.active, .dropdown-item:active {
    background: #f8a601
}

.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 #ced4da;
    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: 0 4px
    }

        .iq-login .modal-footer .iq-media-blog li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            color: #f8a601;
            background: 0 0;
            border: 1px solid #f8a601;
            text-align: center;
            border-radius: 50%
        }

            .iq-login .modal-footer .iq-media-blog li a:hover {
                background: #f8a601;
                border-color: #f8a601;
                color: #fff
            }

.iq-login .modal-header .close {
    outline: 0
}

.iq-banner {
    position: relative;
    padding: 8% 0 6%;
    background-image: url(../images/back.gif);
    background-size: cover;
    background-position: center
}

    .iq-banner:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        z-index: 999;
        background: linear-gradient(to right,rgb(248 166 1 / 68%) 0,rgb(11 12 12 / 73%) 69%);
        height: 100%;
        display: inline-block
    }

.banner-info {
    position: relative;
    z-index: 999
}

.iq-banner .iq-countdown {
    background: purple;
    border-radius: 30px;
    padding: 40px 40px;
    position: relative
}

.iq-banner .wave-poistion {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: .5;
    height: 100%
}

    .iq-banner .wave-poistion canvas {
        width: 100% !important;
        height: 100% !important
    }

.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,.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: #fff
        }

        .iq-countdown #countdown li p {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 0
        }

.iq-banner .iq-countdown .list-inline {
    margin-top: 15px
}

    .iq-banner .iq-countdown .list-inline li a {
        color: #fff;
        font-size: 18px;
        margin: 0 5px
    }

        .iq-banner .iq-countdown .list-inline li a:hover {
            color: #f8a601
        }

.iq-progress-bar-text {
    margin-bottom: 10px
}

    .iq-progress-bar-text span {
        float: right
    }

.iq-progress-bar {
    background: #fff 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: #f8a601 none repeat scroll 0 0;
        display: block;
        height: 100%;
        width: 0;
        border-radius: 90px
    }

.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: #fff;
                font-size: 18px;
                margin: 0 5px
            }

                .iq-banner-2 .iq-countdown .list-inline li a:hover {
                    color: #f8a601
                }

.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 {
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.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%
    }

.iq-our-clients {
    position: relative;
    z-index: 99
}

.iq-fancy-box {
    background: #181a21;
    padding: 0 20px 20px;
    margin-bottom: 40px;
    position: relative;
    border-left: 3px solid #f8a601;
    z-index: 1;
    border-right: 3px solid #f8a601
}

    .iq-fancy-box .fancy-icon img {
        width: 60%;
        margin-top: -80px
    }

    .iq-fancy-box .fancy-content h5 {
        font-family: Comfortaa,cursive;
        margin: 25px 0 25px
    }

.fancy-box {
    text-align: center;
    border: 1px solid #f8a601;
    border-radius: 10px
}

    .fancy-box .heading {
        padding: 20px;
        background: #f8a601;
        border-radius: 10px 10px 0 0
    }

    .fancy-box h5 {
        margin: 20px 0
    }

    .fancy-box h6 {
        margin: 10px 0
    }

.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: #fff;
        border: none;
        background: #101114;
        position: relative
    }

        .iq-tranding-Platform .nav-tabs .nav-item.show .nav-link, .iq-tranding-Platform .nav-tabs .nav-link.active:before, .iq-tranding-Platform .nav-tabs .nav-link:hover:before {
            content: "";
            bottom: 0;
            left: 0;
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #f8a601
        }

        .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:focus, .nav-tabs .nav-link:hover {
    background: purple;
    border: none;
    color: #f8a601
}

.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 #292c34
}

#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: .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 #fff
}

    .amcharts-pie-slice:hover {
        transform: scale(1.1);
        filter: url(#shadow)
    }

.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"
        }

.trending-2 ul {
    padding: 0;
    margin: 0;
    padding-left: 20px
}

    .trending-2 ul li:after {
        position: absolute;
        color: #f8a601;
        content: "";
        font-family: FontAwesome;
        left: 0;
        top: 0
    }

    .trending-2 ul li.dark:after {
        color: #222
    }

.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: #fff
        }

        .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: #f7f7f7;
        z-index: -1;
        font-family: 'PT Sans',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: #f7f7f7;
            transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            z-index: -1;
            border-radius: 5px
        }

.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,.75);
    -moz-box-shadow: 10px 10px 142px -39px rgba(0,0,0,.75);
    box-shadow: 10px 10px 142px -39px rgba(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,.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: #fff !important
    }

        .iq-countdown-2 input::-webkit-input-placeholder {
            color: #fff !important
        }

        .iq-countdown-2 input::-moz-placeholder {
            color: #fff !important
        }

        .iq-countdown-2 input:-moz-placeholder {
            color: #fff !important
        }

        .iq-countdown-2 input:-ms-input-placeholder {
            color: #fff !important
        }

        .iq-countdown-2 input:focus {
            outline: 0
        }

    .iq-countdown-2 .button {
        border-radius: 0 3px 3px 0
    }

.iq-countdown-2 {
    background: #242f6c;
    padding-bottom: 40px;
    border-radius: 10px
}

    .iq-countdown-2 i {
        font-size: 20px;
        padding-left: 10px
    }

.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: #fff
        }

        .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: #f7f7f7;
        z-index: -1;
        font-family: 'PT Sans',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: #f7f7f7;
            transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            z-index: -1;
            border-radius: 5px
        }

.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,.75);
    -moz-box-shadow: 10px 10px 142px -39px rgba(0,0,0,.75);
    box-shadow: 10px 10px 142px -39px rgba(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,.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: #fff !important
    }

        .iq-countdown-2 input::-webkit-input-placeholder {
            color: #fff !important
        }

        .iq-countdown-2 input::-moz-placeholder {
            color: #fff !important
        }

        .iq-countdown-2 input:-moz-placeholder {
            color: #fff !important
        }

        .iq-countdown-2 input:-ms-input-placeholder {
            color: #fff !important
        }

        .iq-countdown-2 input:focus {
            outline: 0
        }

    .iq-countdown-2 .button {
        border-radius: 0 3px 3px 0
    }

.iq-countdown-2 {
    background: #242f6c;
    padding-bottom: 40px;
    border-radius: 10px
}

    .iq-countdown-2 i {
        font-size: 20px;
        padding-left: 10px
    }

.our-team {
    text-align: center
}

    .our-team .team-image {
        width: 70%;
        height: 80%;
        border-radius: 50%;
        border: 5px solid #d7d7d7;
        position: relative;
        margin: 0 auto;
        transition: all .5s ease 0s
    }

    .our-team:hover .team-image {
        border-color: #f8a601
    }

    .our-team .team-image img {
        width: 100%;
        height: auto;
        border-radius: 50%
    }

    .our-team .social {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        position: absolute;
        top: 45%;
        opacity: 0;
        transform: scale(0);
        transition: all .5s ease 0s
    }

    .our-team:hover .social {
        opacity: 1;
        transform: scale(1);
        animation: .5s ease 0s normal 1 bounce
    }

    .our-team .social li {
        display: inline-block;
        border-radius: 50%
    }

        .our-team .social li:first-child {
            margin-left: -30px;
            float: left
        }

        .our-team .social li:last-child {
            margin-right: -30px;
            float: right
        }

        .our-team .social li a {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 46px;
            border-radius: 50%;
            background-color: #fff;
            font-size: 18px;
            color: #f8a601;
            border: 3px solid #f8a601
        }

    .our-team .team-content {
        padding: 40px 0 0
    }

        .our-team .team-content .title {
            font-family: Comfortaa,cursive
        }

@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
    }
}

.our-team-1 {
    text-align: center
}

    .our-team-1 .team-image {
        width: 80%;
        height: 80%;
        border-radius: 50%;
        border: 5px solid #d7d7d7;
        position: relative;
        margin: 0 auto;
        transition: all .5s ease 0s
    }

    .our-team-1:hover .team-image {
        border-color: #f8a601
    }

    .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 .5s ease 0s
    }

    .our-team-1:hover .social {
        opacity: 1;
        transform: scale(1);
        animation: .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: #fff;
            font-size: 18px;
            color: #f8a601;
            border: 3px solid #f8a601
        }

    .our-team-1 .team-content {
        padding: 40px 0 0
    }

        .our-team-1 .team-content .title {
            font-family: Comfortaa,cursive
        }

@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
    }
}

.iq-our-team-2 .team-blog {
    text-align: center;
    overflow: hidden;
    border-radius: 130px;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 2px solid #f8a601;
    position: relative;
    margin: 0 auto;
    transition: all .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,.9);
        opacity: 0
    }

    .iq-our-team-2 .team-blog .team-description {
        position: absolute;
        width: 100%;
        top: -10%;
        left: 0;
        color: #fff;
        margin-top: -20px;
        padding: 0;
        opacity: 0
    }

        .iq-our-team-2 .team-blog .team-description a:hover {
            color: #222
        }

    .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: #fff;
            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: #222
                }

                .iq-our-team-2 .team-blog .team-social ul li a {
                    font-size: 16px;
                    padding: 0 5px;
                    color: #f8a601;
                    display: inline-block;
                    float: none;
                    line-height: 45px;
                    text-align: center;
                    background: 0 0
                }

    .iq-our-team-2, .iq-our-team-2 .team-blog .team-social, .iq-our-team-2 .team-blog: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:hover:before {
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }

.Signal-partners {
    margin-bottom: 50px
}

    .Signal-partners img {
        width: 80%
    }

.iq-blog-box {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.06);
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    border: 0 solid #000
}

    .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: rgb(30,33,38,.9);
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border: 0 solid #000
}

    .iq-blog-detail .blog-title a h5 {
        font-size: 22px;
        font-family: Comfortaa,cursive;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
    }

    .iq-blog-detail a {
        color: #fff
    }

        .iq-blog-detail .blog-title a:hover h5, .iq-blog-detail a:hover {
            color: #f8a601
        }

.iq-blog-meta {
    margin: 15px 0 5px;
    border-top: 1px solid #292c34;
    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
        }

.iq-bolg-video {
    height: 0;
    padding-bottom: 56.5%;
    position: relative;
    overflow: hidden
}

    .iq-bolg-video embed, .iq-bolg-video iframe, .iq-bolg-video object, .iq-bolg-video video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        border: none
    }

.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-style .iq-blog-box .iq-blog-image img, .blog-style .iq-bolg-video, .blog-style .media-wrapper, .blog-style .media-wrapper video {
    border-radius: 10px 10px 0 0
}

.iq-accordion {
    z-index: 9;
    position: relative
}

    .iq-accordion .ad-title {
        position: relative;
        font-family: Comfortaa,cursive;
        padding: 22px 25px;
        font-size: 16px;
        line-height: normal;
        cursor: pointer;
        background-color: rgba(255,255,255,.05);
        display: block;
        text-align: left;
        color: #fff;
        text-decoration: none;
        border-radius: 10px
    }

        .iq-accordion .ad-title:before {
            -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.06);
            -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.06);
            box-shadow: 0 5px 15px 0 rgba(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: #fff;
            font-size: 18px;
            line-height: 35px;
            height: 35px;
            width: 35px;
            font-weight: 400;
            -webkit-transition: all .25s ease-in-out 0s;
            -moz-transition: all .25s ease-in-out 0s;
            transition: all .25s ease-in-out 0s;
            background: #f8a601;
            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: 0 0;
        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 .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: purple;
    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: #fff;
        border: 1px solid #202228;
        background: #202228
    }

        .contact-form .section-field input:focus, .contact-form .section-field.textarea textarea:focus {
            border: 1px solid #f8a601;
            background: #f8a601;
            color: #fff;
            box-shadow: none;
            outline: 0
        }

    .contact-form .section-field.textarea textarea {
        width: 100%;
        float: left;
        color: #fff;
        border: 1px solid #202228;
        border-radius: 30px;
        padding: 15px 0 0 20px;
        resize: none;
        background: #202228
    }

#success {
    display: none;
    margin-top: 10px
}

.contact-form .section-field input::-webkit-input-placeholder, .contact-form .section-field.textarea textarea::-webkit-input-placeholder {
    color: #fff
}

.contact-form .section-field input::-moz-placeholder, .contact-form .section-field.textarea textarea::-moz-placeholder {
    color: #fff
}

.contact-form .section-field input:-ms-input-placeholder, .contact-form .section-field.textarea textarea:-ms-input-placeholder {
    color: #fff
}

.contact-form .section-field input:-moz-placeholder, .contact-form .section-field.textarea textarea:-moz-placeholder {
    color: #fff
}

.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: #fff;
    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: Comfortaa,cursive
    }

.info-share {
    margin: 15px 0 0;
    padding: 0
}

    .info-share li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0 4px
    }

        .info-share li a {
            display: block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            color: #f8a601;
            background: linear-gradient(to bottom, #982860, #442769);
            border: 2px solid #f8a601;
            text-align: center;
            border-radius: 50%
        }

            .info-share li a:hover {
                background: #f8a601;
                border-color: #f8a601;
                color: #fff
            }

.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 .3s ease 0s,left .3s ease 0s;
        -moz-transition: opacity .3s ease 0s,left .3s ease 0s;
        -ms-transition: opacity .3s ease 0s,left .3s ease 0s;
        -o-transition: opacity .3s ease 0s,left .3s ease 0s;
        transition: opacity .3s ease 0s,left .3s ease 0s
    }

    .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 .3s ease 0s,right .3s ease 0s;
        -moz-transition: opacity .3s ease 0s,right .3s ease 0s;
        -ms-transition: opacity .3s ease 0s,right .3s ease 0s;
        -o-transition: opacity .3s ease 0s,right .3s ease 0s;
        transition: opacity .3s ease 0s,right .3s ease 0s
    }

    .owl-carousel .owl-nav i {
        font-size: 18px;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        line-height: 46px;
        padding-left: 0;
        display: inline-block;
        color: #fff;
        background: #202329;
        font-weight: 400;
        text-align: center;
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s
    }

        .owl-carousel .owl-nav i:hover {
            background: #f8a601;
            color: #fff
        }

.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: #23292c;
    display: inline-block;
    border-radius: 30px;
    margin: 0 3px;
    height: 10px;
    width: 10px;
    border: 1px solid #23292c;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    cursor: pointer
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #f8a601;
    border: 1px solid #f8a601
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #f8a601;
    border: 1px solid #f8a601
}

.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: 700;
        line-height: normal;
        margin: 10px;
        padding-left: 10px
    }

        .iq-about ul li span b {
            display: block;
            font-size: 18px;
            line-height: normal;
            margin-bottom: 0
        }

.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: #f8a601;
            height: 2px
        }

.iq-small-icon {
    background: rgba(19,21,25,.5);
    border-radius: 5px;
    color: #fff
}

.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: Comfortaa,cursive;
        margin: 25px 0 25px
    }

.iq-video {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 38px;
    color: #f8a601;
    border-radius: 100%;
    line-height: 2.1;
    z-index: 9
}

    .iq-video i {
        margin-left: 7px
    }

.iq-first-adv {
    background: rgba(249,183,7,.4)
}

.timeline-1 h6 {
    color: #fff
}

.timeline-1 {
    overflow: hidden;
    position: relative
}

    .timeline-1:before {
        content: "";
        width: 3px;
        height: 100%;
        background: #f2f2f2;
        position: absolute;
        top: 0;
        left: 50%
    }

    .timeline-1 .timeline-t {
        padding-right: 30px;
        position: relative
    }

        .timeline-1 .timeline-t:after, .timeline-1 .timeline-t:before {
            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 #f7f7f7;
            background: #f8a601;
            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: #f8a601;
        border: 2px solid #131418;
        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: #131418;
            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: #fff;
        background: #131418;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 35%;
        transform: translateY(-50%)
    }

        .timeline-1 .year:before {
            content: "";
            border-right: 18px solid #131418;
            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: #131418;
        position: relative
    }

        .timeline-1 .timeline-content:after {
            content: "";
            border-left: 20px solid #131418;
            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 #131418;
                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 #131418;
                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 .timeline-t:nth-child(2n) .year, .timeline-1 .year {
        display: block;
        font-weight: 700;
        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 #131418;
            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 #131418;
            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 .timeline-t: nth-child(2n) .year, .timeline-1 .year {
        margin-left: 20px
    }

    .timeline-1 .timeline-content, .timeline-1 .timeline-t:nth-child(2n) .timeline-content {
        margin-left: 10px
    }
}

.iq-footer1 img {
    width: 200px
}

.iq-footer1 .iq-contact-box .iq-icon {
    float: left;
    text-align: center;
    margin-right: 15px;
    color: #f8a601
}

    .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: #fff
}

.iq-footer1 .about-us li {
    margin: 15px 0
}

    .iq-footer1 .about-us li a {
        color: #fff
    }

        .iq-footer1 .about-us li a:hover {
            color: #f8a601
        }

.iq-footer1 .iq-newsletter .form-control {
    background: #fff;
    -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: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.iq-footer .logo img {
    width: 200px
}

.iq-footer .small-title {
    margin-bottom: 20px
}

.iq-footer hr {
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.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: #fff
    }

        .iq-footer .footer-menu li a:hover {
            background: rgba(255,255,255,.2);
            color: #f8a601;
            padding: 8px 15px
        }

.iq-footer .iq-copyright a {
    color: #f8a601
}

    .iq-footer .iq-copyright a:hover {
        color: #fff
    }

.iq-footer .footer-bottom {
    background: #000
}

.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: 0 4px
    }

        .iq-footer .iq-media-blog li a {
            display: block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            color: #fff;
            background: 0 0;
            border: 1px solid #666;
            text-align: center;
            border-radius: 50%
        }

            .iq-footer .iq-media-blog li a:hover {
                background: #f8a601;
                border-color: #f8a601;
                color: #fff
            }

.iq-footer .iq-contact .blog {
    color: #fff
}

    .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: #f8a601;
        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,.2);
    padding: 30px
}

    .iq-footer .call-back .form-control {
        border: none;
        border-radius: 0;
        height: 45px !important
    }

.iq-feature1 .left {
    width: 76px;
    height: 76px;
    float: left;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #f8a601;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

    .iq-feature1 .left i {
        color: #f8a601;
        font-size: 30px;
        background: #f3f3f3;
        display: block;
        margin: 7px 10px 10px 7px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

.iq-feature1 .right {
    display: table-cell;
    margin-top: 10px;
    vertical-align: top
}

    .iq-feature1 .right p {
        margin-top: 0
    }

.iq-feature1:hover .left, .iq-feature1:hover .left i {
    border-color: #f8a601
}

    .iq-feature1:hover .left i {
        background: #f8a601;
        color: #fff
    }

.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
}

.iq-feature1 .left.big {
    width: 89px;
    height: 89px
}

.iq-feature1 .left i.in-bg-1 {
    background: #64c5ae;
    color: #fff;
    width: 74px;
    height: 74px;
    line-height: 74px
}

.iq-feature1 .left i.in-bg-2 {
    background: #f5c795;
    color: #fff;
    width: 74px;
    height: 74px;
    line-height: 74px
}

.iq-feature1 .left i.in-bg-3 {
    background: #b4aaec;
    color: #fff;
    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 #f8a601
}

.iq-feature1:hover .left.in-brd-1 {
    border: 1px solid #64c5ae
}

.iq-feature1:hover .left.in-brd-2 {
    border: 1px solid #f5c795
}

.iq-feature1:hover .left.in-brd-3 {
    border: 1px solid #b4aaec
}

.goog-te-gadget .goog-te-combo {
    padding: 0;
    color: #fff !important;
    background: rgb(248 166 1);
    border: 1px solid rgb(248 166 1);
    font-family: Poppins,sans-serif;
    text-align: center;
    line-height: 40px;
    margin: 14px 0 0 0
}

.boxed-btn:hover {
    color: #fff
}

.goog-te-banner-frame {
    left: 0;
    top: 35px;
    height: 0;
    z-index: 10000001;
    position: absolute;
    border: none;
    border-bottom: 1px solid #6b90da;
    margin: 0;
    -moz-box-shadow: 0 0 8px 1px #999;
    -webkit-box-shadow: 0 0 8px 1px #999;
    box-shadow: 0 0 8px 1px #999;
    display: none
}

.goog-logo-link {
    display: none !important
}

.goog-te-gadget {
    color: transparent !important
}

.boxed-btn.btn-rounded {
    border-radius: 30px;
    margin-top: 0
}

.bon {
    margin-top: -16px !important
}

.boxed-btn {
    display: inline-block;
    text-align: center;
    height: 44px;
    line-height: 41px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff !important;
    width: 200px;
    background-color: rgb(248 166 1);
    padding: 0 20px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.features-item li {
    border-bottom: 2px solid #f8a601;
    border-right: 2px solid #f8a601;
    padding: 1px 9px;
    margin-bottom: 23px
}

.not-258 {
    margin-bottom: 90px
}

.features-item1 li {
    border-bottom: 2px solid #f8a601;
    border-left: 2px solid #f8a601;
    padding: 1px 9px;
    margin-bottom: 23px
}

.box1 {
    margin-top: 0;
    animation: rotation 15.5s infinite linear
}

.rot {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(0);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

    .rot img {
        width: 75%;
        height: 75%
    }

@keyframes rotation {
    100% {
        transform: rotatey(360deg)
    }
}

.rot img.logo-high {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

.rot img.logo-high {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.box {
    overflow: hidden
}

.text {
    text-align: left;
    text-transform: uppercase
}

.animated {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    */animation-iteration-count:infinite*/
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    animation-name: bounce
}

.back-tt {
    background-image: url(../images/bg-2.gif);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

.back-tt1 {
    background: linear-gradient(to right,rgb(248 166 1 / 68%) 0,rgb(27 29 32 / 85%) 69%)
}

    .back-tt1 tr {
        background: #e59a0394
    }

    .back-tt1 b {
        font-size: 17px;
        font-weight: 700
    }

.ocean {
    overflow: hidden;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    height: auto
}

.wave {
    background: url(../images/wave.svg) repeat-x;
    position: absolute;
    bottom: 0;
    width: 7680px;
    height: 100%;
    -webkit-animation: wave 7s cubic-bezier(.36,.45,.63,.53) infinite;
    animation: wave 7s cubic-bezier(.36,.45,.63,.53) infinite;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background-position: bottom
}

@media screen and (max-width:600px) {
    .wave {
        top: -75px;
        height: 75px
    }
}

@-webkit-keyframes wave {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -1920px
    }
}

@keyframes wave {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: -1920px
    }
}

@-webkit-keyframes swell {
    0%,100% {
        -webkit-transform: translate3d(0,-25px,0);
        transform: translate3d(0,-25px,0)
    }

    50% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }
}

@keyframes swell {
    0%,100% {
        -webkit-transform: translate3d(0,-25px,0);
        transform: translate3d(0,-25px,0)
    }

    50% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }
}

.not-5 {
    background-image: url(../images/bg-2.png);
    background-position: center;
    background-repeat: no-repeat
}

.not-6 {
    background: linear-gradient(to right,rgb(26 30 40 / 58%) 0,rgb(255 170 1 / 47%) 69%)
}

.fancy-icon i {
    font-size: 42px;
    color: #f8a601;
    line-height: 40px;
    border: 2px dashed #f8a601;
    padding: 41px 37px;
    width: 124px;
    height: 124px;
    background: linear-gradient(to bottom, #982860, #442769);
    border-radius: 99px
}

.chart-nn {
    padding: 7px;
    background: purple73;
    border: 1px solid
}

    .chart-nn li {
        list-style: none;
        display: block;
        padding: 0 15px 0 8px;
        text-align: left;
        line-height: 36px
    }

.bon-bx {
    color: #ffaa01;
    font-size: 17px;
    padding: 0 8px 0 4px
}

.bon-bx1 {
    color: #44423f;
    font-size: 17px;
    padding: 0 8px 0 4px
}

.bon-bx2 {
    color: #dda432;
    font-size: 17px;
    padding: 0 8px 0 4px
}

.bon-bx3 {
    color: #c0cecd;
    font-size: 17px;
    padding: 0 8px 0 4px
}

.bon-bx4 {
    color: #b4a8e0;
    font-size: 17px;
    padding: 0 8px 0 4px
}

.bon-bx5 {
    color: #e0d2a8;
    font-size: 17px;
    padding: 0 8px 0 4px
}

.bon-bx6 {
    color: #8e8057;
    font-size: 17px;
    padding: 0 8px 0 4px
}

.back-nnnn {
    background-image: url(../images/bg-8.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

.back-nnnn1 {
    background: #f8a60159
}

    .back-nnnn1 h5 {
        font-size: 18px;
        line-height: 25px
    }

.animate_line i:hover {
    background: #f8a601;
    color: #fff
}

.animate_line .fancy-icon {
    padding-top: 25px
}

.dropdown-menu a {
    display: list-item;
    padding: 7px 11px;
    line-height: 28px
}

.dropdown-menu img {
    width: 20%
}

.token-sale h5 {
    font-weight: 700;
    color: #fff;
    text-align: center
}

.token-sale ul.token-sale-info {
    padding-left: 8px;
    font-size: .875rem
}

    .token-sale ul.token-sale-info li {
        padding: 1rem 0;
        color: #fff
    }

        .token-sale ul.token-sale-info li:before {
            color: #fff;
            content: "\f101";
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 10px;
            position: absolute;
            left: -3px;
            font-size: 1.125rem;
            margin-top: 4px
        }

. .animate_line {
    position: relative;
    z-index: 11111
}

.animate_line:after, .animate_line:before {
    content: "";
    height: 4px;
    width: 0;
    position: absolute;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    z-index: -1
}

.animate_line:after {
    left: 0;
    bottom: 0
}

.animate_line:before {
    right: 0;
    top: 0
}

.animate_line:hover:after, .animate_line:hover:before {
    border-bottom: 2px solid #f8a601;
    border-top: 2px solid #f8a601;
    border-top: 2px left #f8a601;
    border-top: 2px right #f8a601;
    background: #f8a601;
    width: 100%
}

.step-number-block {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

    .step-number-block:hover {
        z-index: 1;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

.step-number {
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 72px;
    font-weight: 800;
    color: #e2e2e2
}

    .step-number.active {
        color: #3a4452
    }

.wt-icon-box-wraper.center {
    text-align: center
}

.wt-icon-box-wraper img {
    width: 100%
}

.icon-content p {
    word-break: break-all
}

.wt-icon-box-wraper.center {
    text-align: center;
    padding: 28px 20px
}

.not-back {
    background: #181a21;
    padding: 0 20px 20px;
    margin-bottom: 40px;
    position: relative;
    border-left: 3px solid #f8a601;
    z-index: 1;
    border-right: 3px solid #f8a601
}

    .not-back h4 {
        font-size: 21px;
        line-height: normal;
        line-height: 40px
    }

.icon-lg, .icon-md, .icon-sm, .icon-xl, .icon-xld, .icon-xs {
    display: inline-block;
    text-align: center
}

.wt-icon-box-wraper.center .wt-icon-box-lg, .wt-icon-box-wraper.center .wt-icon-box-md, .wt-icon-box-wraper.center .wt-icon-box-sm, .wt-icon-box-wraper.center .wt-icon-box-xl, .wt-icon-box-wraper.center .wt-icon-box-xld, .wt-icon-box-wraper.center .wt-icon-box-xs {
    margin-left: auto;
    margin-right: auto
}

.wt-icon-box-wraper.bx-style-1, .wt-icon-box-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd
}

    .wt-icon-box-wraper.bx-style-2.center [class*=wt-icon-box-], .wt-icon-box-wraper.bx-style-2.left [class*=wt-icon-box-], .wt-icon-box-wraper.bx-style-2.right [class*=wt-icon-box-] {
        position: absolute
    }

    .wt-icon-box-wraper.bx-style-2.center [class*=wt-icon-box-] {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .wt-icon-box-wraper.bx-style-2.center .wt-icon-box-xl {
        margin-left: -75px
    }

    .wt-icon-box-wraper.bx-style-2.center .wt-icon-box-lg {
        margin-left: -60px
    }

    .wt-icon-box-wraper.bx-style-2.center .wt-icon-box-md {
        margin-left: -50px
    }

    .wt-icon-box-wraper.bx-style-2.center .wt-icon-box-sm {
        margin-left: -40px
    }

    .wt-icon-box-wraper.bx-style-2.center .wt-icon-box-xs {
        margin-left: -20px
    }

    .wt-icon-box-wraper.bx-style-2.left [class*=wt-icon-box-] {
        position: absolute;
        top: auto;
        left: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .wt-icon-box-wraper.bx-style-2.right [class*=wt-icon-box-] {
        position: absolute;
        top: auto;
        right: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

.icon-lg {
    width: 80px
}

.icon-content {
    overflow: hidden
}

.step-number {
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 72px;
    font-weight: 800;
    color: #e2e2e2
}

@media only screen and (max-width:768px) {
    .animate_line: after {
        bottom: -5px
    }

    .animate_line:before {
        top: -5px
    }
}

.dropbtn {
    cursor: pointer;
    padding: 10px 50px;
    border: none;
    font-weight: 800;
    font-size: 16px;
    position: relative;
    background: #f8a601;
    font-family: Comfortaa,cursive;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px
}

.dropup {
    position: relative;
    display: inline-block
}

.dropup-content {
    display: none;
    position: absolute;
    min-width: 200px;
    bottom: 50px;
    z-index: 1;
    right: -12px
}

    .dropup-content a {
        color: #000;
        padding: 0 8px;
        text-decoration: none;
        display: block;
        line-height: 44px
    }

    .dropup-content img {
        width: 20%;
        margin-right: 5px
    }

    .dropup-content a:hover {
        background-color: #ccc
    }

.dropup:hover .dropup-content {
    display: block
}

.dropup:hover .dropbtn {
    background-color: #f8a601
}

.bon-bx-n {
    background: #fff;
    padding: 4px 5px;
    margin: 10px 0;
    border: 1px solid
}

.tt-btn {
    background: #f8a601 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 3px 18px !important;
    font-size: 12px
}

.not-back1 {
    margin-top: 5px;
    background-color: #daa521;
    border: none;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #fff;
    border-radius: .5vw;
    font-weight: 700;
    cursor: pointer
}

    .not-back1 .fa.pull-right {
        margin-left: .3em;
        width: auto;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        padding: 11px 0 0 0
    }

.top-header-1 {
    padding: 2px 27px;
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 0;
    right: 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: 111111111;
    margin-bottom: 14px
}

@media only screen and (max-width:600px) {
    .top-header-1 {
        padding: 2px 10px;
        position: absolute;
        display: inline-block;
        top: 3px;
        left: 0;
        right: 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: 111111111;
        margin-bottom: 14px
    }
}

.our-team h5 {
    font-size: 20px;
    line-height: normal
}
