/* ==========
   1.BASIC
   ========== */
.print {
    display: none;
}

@media print {
    .print-hide {
        display: none;
    }

    .print {
        display: block;
    }

    .Header {
        display: none;
    }

    b {
        font-weight: 900;
        display: inline-block;
    }
}

/*linking*/
.anchor_link a {
    color: #8947e8;
    padding-bottom: 2px;
    box-shadow: inset 0 -1px 0 0 #8947e859;
    font-weight: 400;
}

.anchor_link a:hover {
    box-shadow: inset 0 -34px 0 0 #8947e859;
    transition: .5s;
    text-decoration: none;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: rgba(255, 255, 255, 0.6);
}

.dropdown-menu {
    padding-top: 0;
    margin: 0;
}

#dropdown-menu {
    background: white;
}

#dropdown-menu .dropdown-item {
    color: #32343c !important;
}

#dropdown-menu .dropdown-item:hover {
    color: #914ef8 !important;
}

.is-sticky #dropdown-menu {
    background: #272a33;
}

.is-sticky #dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.6) !important;
}

.is-sticky #dropdown-menu .dropdown-item:hover {
    color: white !important;
}

body {
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden !important;
    position: relative;
    font-kerning: none;
    -webkit-font-smoothing: subpixel-antialiased !important;
    text-rendering: optimizeLegibility !important;
}

.btn {
    border-radius: 0 !important;
}

.text-grey {
    color: grey;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}

.btn-outline-dark.focus, .btn-outline-dark:focus, button .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    background: #272A33;
    top: 50px;
    padding-bottom: 15px;
}

p, li {
    font-size: 14.4px;
    line-height: 24px;
}

p {
    word-break: break-word;
}

pre {
    display: block;
    font-size: 14.4px;
    color: #212529;
    font-weight: 400;
    line-height: 25px;
    word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

b {
    font-weight: 500;
}

::-moz-selection {
    background-color: #2e3138;
    color: #fff;
}

::selection {
    background-color: #2e3138;
    color: #fff;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*====================
  2.HELPER
  ===================*/
.margin-t-20 {
    margin-top: 20px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.padding-t-15 {
    padding-top: 15px;
}

.padding-t-30 {
    padding-top: 30px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.height-100vh {
    height: 100vh;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.bg-overlay {
    background: -webkit-linear-gradient(bottom, rgba(229, 229, 229, 1) -7%, rgb(255, 255, 255) 50%);
    background: -o-linear-gradient(bottom, rgba(229, 229, 229, 1) -7%, rgb(255, 255, 255) 50%);
    background: linear-gradient(to top, rgba(229, 229, 229, 1) -7%, rgb(255, 255, 255) 50%);
    opacity: 0.9;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
}

.bg-overlay-light {
    background-color: rgba(0, 0, 0, 0.5);
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}


.section-lg {
    padding: 100px 0;
}

.section-title {
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: 500;
}

.section-title-border {
    width: 50px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
}

.section-subtitle {
    letter-spacing: 0.02em;
}

.svg-pattern {
    width: 100%;
    position: relative;
}

iframe {
    max-width: 100%;
}


.hover-effect {
    transition: all .3s ease-in-out;
}

/*----BACKGROUND COLOR-----*/

.bg-gray {
    background-color: #f7f7f7;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #393f4f !important;
}

.bg-light {
    background-color: #fafbfe !important;
}

/*--Text color--- */

.text-muted {
    color: grey !important;
}

.text-white {
    color: #2E2C35 !important;
}

.text-gray {
    color: #777 !important;
}

.text-dark {
    color: #212121 !important;
}


/*====Buttons=======*/

.btn {
    padding: 10px 22px;
    transition: all 0.5s;
    box-shadow: none !important;
}

.btn:hover {

}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    color: white;
    border: none;
    background-color: #c741fc;
}

.is-sticky .btn-custom {
    border: none;
    background-color: #c741fc !important;
    transition: all 0.3s;
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    border: none;
    color: white;
}

.btn-bg-white {
    background-color: #fff !important;
    transition: all 0.3s;
    border: 2px solid #fff;
    color: #000 !important;
    font-size: 14px;
}

.read-btn {
    font-size: 15px;
}

.read-btn:hover {
    color: #212529 !important;
}

.modal {
    padding-left: 0;
    padding-right: 0 !important;
}

/*======================
  4.NAVBAR
  ======================*/

.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sticky-wrapper {
    position: absolute;
    width: 100%;
}

.navbar-nav {
    margin-left: 50px;
    border-bottom: none;
}

.navbar-custom .navbar-brand {
    text-transform: uppercase;
    color: #32343c;
    font-weight: 350;
    letter-spacing: 2px;
    height: auto;
    font-family: 'Poppins', sans-serif;
}

.is-sticky .navbar-custom .navbar-brand {
    color: white;
}

#text-color {
    color: white;
}

#text-colors {
    color: #32343c;
}

.navbar-custom .navbar-nav li a {
    color: #32343c;
    font-size: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 0px;
    transition: all 0.4s;

}

.is-sticky .navbar-custom .navbar-nav li a {
    color: rgba(255, 255, 255, 0.6);
}

#navbar-background {
    background-color: #ffffff;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: #aa46fa !important;
}

#text-colors:hover {
    color: grey !important;
}

.is-sticky .navbar-custom .navbar-nav li a:hover,
.is-sticky .navbar-custom .navbar-nav li a:focus,
.is-sticky .navbar-custom .navbar-nav li a:active, #text-color:hover {
    color: #ffffff !important;
}

.is-sticky .navbar-custom .navbar-nav li.active a {
    color: white;
}

.navbar-custom .navbar-nav li.active a {
    color: #914ef8;
    font-weight: 300;
}

.navbar-custom .navbar-nav li.active #text-colors {
    color: #ffffff;
    font-weight: 500;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .7rem !important;
    padding-left: .7rem !important;
}

.is-sticky .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #272a33;
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

.navbar-custom .btn-custom {
    margin-top: -6px;
    margin-bottom: 0px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.dropdown-item {
    padding-left: 8px !important;
    padding-right: 8px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    padding-bottom: 0 !important;
    font-weight: 300;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 58px;
    background: #272A33;
}

.navbar-custom.navbar-white {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
}

.navbar-custom.navbar-white .navbar-nav li a,
.navbar-custom.navbar-white .navbar-brand,
.navbar-white .navbar-toggle {
    color: #393f4f !important;
}


/*=======================================
          5.HOME 
  =====================================*/
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 2rem;
    padding-bottom: 2rem;
    text-align: left;
}

.modal-dialog {
    max-width: 1000px;
    margin: 9.75rem auto;
}

.modal-body img {
    width: 90% !important;
    margin: auto;
    display: block;
}

.bg-home {
    background: url("../images/bg-home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-title {
    font-size: 24px;
    line-height: 40px;
    color: #2e2c35;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.home-up {
    z-index: 10;
    position: relative;
}

.play-btn {
    border: 2px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
    line-height: 60px;
    margin-top: 10px;
    text-align: center;
}

.play-shadow {
    border-radius: 50%;
    border: 1px solid transparent;
    width: 82px;
    height: 82px;
    margin: 20px auto;
}

.home-desc {
    color: rgba(46, 44, 53, 1.00);
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
}

#bouncearrow {
    font-size: 35px;
    color: black;
}

.bounce {
    animation-delay: 1s !important;
}

.text_typing {
    padding-bottom: 30px;
}

.home-half {
    padding-bottom: 150px;
    padding-top: 220px;
}

.bg-pattern-effect {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.bg-pattern-effect img {
    max-width: 100%;
}

.home-registration {
    padding-top: 190px;
}

.home-registration-form .form-heading {
    margin-bottom: 25px;
}

.home-registration-form {
    padding: 15px 32px 32px 32px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}

.home-subtitle-width-100 {
    max-width: 100%;
}

.small-text {
    font-size: 14px;
}

.home-btn-width {
    width: 100%;
}

.home-cell-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.home-padding-t-150 {
    padding-top: 150px;
}

.subscribe-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 180px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.subscribe-form button {
    position: absolute;
    text-transform: uppercase;
    top: 6px;
    right: 8px;
    outline: none !important;
    border-radius: 30px;
    font-size: 16px;
    padding: 9px 30px;
}

.subscribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.frame-border {
    border: 9px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.slidero {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
}

.wave-effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
}

.shape-one {
    z-index: 15;
    opacity: 0.5;
}

.shape-two {
    z-index: 10;
    opacity: 0.75;
}

.shape-three {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wave-one {
    background-size: 50% 100px;
}

.wave-anim .wave-one {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-two {
    background-size: 50% 120px;
}

.wave-anim .wave-two {
    animation: move_wave 10s linear infinite;
}

.wave-three {
    background-size: 50% 100px;
}

.wave-anim .wave-three {
    animation: move_wave 15s linear infinite;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

/*======================================
     6. SERVICES
========================================*/

.services-box {
    padding: 15px 10px;
}

.services-box i {
    font-size: 32px;
    height: 68px;
    width: 68px;
    background-color: transparent;
    border-radius: 50%;
    line-height: 68px;
    color: #704fff !important;
    margin-bottom: 5px;
}

.services-box a:hover i {
    background-color: #32343c !important;
    color: #ffffff !important;
    transition: all .3s ease-in-out;
}


/*=====================================
     7. ABOUT US
======================================*/


.features-box h3 {
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 32px;
}

.features-item-list li:before {
    content: "";
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 14px;
}

.features-item-list li {
    position: relative;
    line-height: 24px;
    font-size: 15px;
    padding: 7px 0 7px 20px;
}

.features-img {
    max-width: 500px;
    margin: 0 0 0 auto;
}

/*======================================
         10. TEAM
========================================*/

.team-box {
    border-bottom: 1px solid #ecf0f5;
}

.team-name {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 7px;
}

.team-designation {
    font-size: 13px;
    color: #a8aeb4;
}

.process-box i {
    font-size: 48px;
    line-height: 72px;
}

.plan-line:before {
    content: "";
    border: 1px dashed #e0e0e0;
    position: absolute;
    width: 67%;
    left: 65%;
    top: 50px;
}

.process-left-icon {
    content: "";
    position: absolute;
    top: 10px;
    background-color: #000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.process-left-icon-1 i,
.process-left-icon-2 i {
    font-size: 35px;
    border-radius: 50%;
    position: absolute;
    top: 83px;
    color: #fff;
    z-index: 9;
}

.process-left-icon-1 i {
    left: 63%;
}

.process-left-icon-2 i {
    left: 30%;
}

.blog-title {
    color: #212529;
    transition: all 0.5s;
}

/*======================================
    11. CONTACT
=======================================*/
#overview {
    margin-top: 50px;
}

#contacts {

}

.form-control {
    margin-bottom: 20px;
    box-shadow: none !important;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

.form-control:focus {
    border-color: #ccc;
}

textarea.form-control {
    height: auto;
    padding-top: 13.5px;
}


.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: #fdf0d3;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 20px;
    background-color: #c5ffdf;
    padding: 18px;
}

#success_page h4 {
    color: #0dba26;
    font-size: 22px;
}


/*======================================
       12. FOOTER
========================================*/

.social-icon {
    border: 3px solid #dadcdf;
    border-radius: 50%;
    color: #dadcdf !important;
    width: 48px;
    height: 48px;
    display: block;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
}

.cta {
    padding: 20px 0;
}

.social-icon:hover i {
    transition: all 0.5s;
}

.footer {
    padding: 50px 0;
    background-color: #272a33;
    z-index: 1;
    position: relative;
}

.footer h4 {
    color: #ffffff;
}

.footer-list li a {
    color: #98a0aa;
    padding-top: 8px;
    display: inline-block;
    font-size: 14px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.footer-list li a:hover {
    color: #dce6f3;
}

.contact-title {
    font-size: 20px;
    color: white
}

.contact-detail {
    padding-left: 25px;
    font-size: 12px;
}

.subscribe {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}

.subscribe input {
    height: 40px;
    background-color: #2e313a !important;
    box-shadow: none !important;
    border: none;
    padding-right: 50px;
    color: #fff !important;
}

.subscribe .submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    color: #acacac !important;
}

.footer-alt-border {
    background-color: #f5f5f5;
    height: 1px;
    width: 100%;
}

.footer-alt {
    padding: 15px 0;
    background-color: #2e313a;
    z-index: 1;
    position: relative;
}

.copy-rights {
    margin-top: 27px;
    line-height: 36px;
}

/*======================================
    13. overview
=======================================*/
#rotate::before {
    transform: rotate(90deg) !important;
}

#overview {
    margin-left: 230px;
    margin-top: 50px;
}

.scroll-view {
    position: absolute;
    top: -40px;
}

.scrolls-view {
    position: absolute;
    top: -90px;
}

.overview-item {
    position: relative;
}

.overview-item img {
    width: 100%;
    margin-left: 0;
    float: right;
    margin-top: 100px;
}

#roadmap-img {
    margin-top: -100px;
}

#left-menu {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;

}

.left-navbar {
    width: 250px;
    margin-top: 80px;
    height: 100%;
    display: block;
    z-index: 1;
}

.navbar-collapse1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.sub-link {
    padding-left: 13px;
    color: #32343c;
    list-style-type: disc;
}

.click-link {
    margin-bottom: 4px;
}

.click-link a {
    display: block;
    padding: 0 !important;
}

.click-link:hover a {
    color: grey !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-14:hover {
    color: grey !important;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    text-decoration: none;
}

.more-less {
    position: absolute;
    right: 22px;
    color: white;
    margin-top: 3px;
}

.card {
    background: transparent;
    border: none;
}

.card-body {
    padding: 1rem 1.25rem;
}

.card-header {
    padding: 0rem .25rem;
    border-bottom: none;
    background-color: transparent;
}

.left-link::after {
    content: "\f067";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #32343c;
    right: 20px;
    position: absolute;
    top: 9px;
    z-index: -1;
    border: none;
}

.left-link[aria-expanded="true"]::after {
    content: "\f068";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #32343c;
    border: none;
}

/*wallet section*/
#download {
    margin-top: 50px;
    padding-bottom: 80px;
}

.btn-download {
    background-color: #c741fc !important;
    padding: 15px 67px;
    color: white;
    font-size: 22px;
    transition: .4s;
}

.btn-download:hover {
    background: linear-gradient(90deg, rgba(108, 80, 246, 1) 36%, rgba(199, 65, 252, 1) 108%);
    color: white;

}

.left-download {
    width: 90%;
    margin: auto;
}

.left-download h6 {
    font-size: 18px;
    margin-top: 20px;
}

.left-download a {
    color: #8947e8;
    padding-bottom: 2px;
    box-shadow: inset 0 -2px 0 0 #8947e859;
    font-weight: 400;
    text-decoration: none;
    padding-left: 1px;
}

.left-download a:hover {
    box-shadow: inset 0 -34px 0 0 #8947e859;
    transition: .5s;
    text-decoration: none;
}

.left-download ul, .left-download ol {
    list-style: none;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.left-download ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.left-download ul li i {
    font-size: 20px;
    color: #8947e9;
    margin-right: 20px;
}

.left-download span {
    font-size: 14px;
    line-height: 20px;
}

.right-download {
    vertical-align: middle;
    display: inline-grid;
    height: 100%;
}

/*team*/
.team {
    width: 60%;
    margin: auto;
}

.single {
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

.single img {
    width: 75%;
    cursor: pointer;
}

.single p {
    margin: 20px 0px;
    margin-bottom: 5px;
}

.single span {
    display: block;
    font-size: .85rem;
    color: #999;
    line-height: 1.45;
}

/*particle.js*/
.particles-js-canvas-el {
    width: 24% !important;
    margin: auto !important;
    height: 30% !important;
    position: absolute !important;
    left: 37% !important;
    top: 20% !important;
    z-index: 998 !important;
    opacity: .4;

}

/*=====================================
    14. EXTRA
====================================*/

.bg-account-pages {
    background: linear-gradient(to right, #512DA8, #711e72);
    opacity: 0.9;
}

.account-home-btn {
    position: absolute;
    top: 18px;
    right: 28px;
    z-index: 1;
}

.account-pages-logo {
    letter-spacing: 2px;
}

.account-card form .form-control {
    height: 45px;
}

.account-card form label {
    font-size: 15px;
}

.account-card .custom-control-input:checked ~ .custom-control-label::before {
    background: #fb3e3e;
    border-color: #fb3e3e;
}

.account-card .alert {
    font-size: 14px;
}

/*carousel*/
.carousel-inner {
    position: relative;
    width: 85%;
    margin: auto;
    overflow: hidden;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
    opacity: 1;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: .8;
}

.carousel-control-next:focus, .carousel-control-prev:focus {
    opacity: 1;
}

.cid {
    bottom: -30px;
}

.cid li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: grey;
}

.cid .active {
    opacity: 1;
    background-color: black;
}

.send-receive-millix {
    width: 70%;
    text-align: center;
    display: block;
    margin: 50px auto;
}

/*contact page*/
.form-control {
    margin-bottom: 20px;
    box-shadow: none !important;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

.form-control:focus {
    border-color: #ccc;
}

textarea.form-control {
    height: auto;
    padding-top: 13.5px;
}


.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: #fdf0d3;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 20px;
    background-color: #c5ffdf;
    padding: 18px;
}

#success_page h4 {
    color: #0dba26;
    font-size: 22px;
}

#base-img {
    margin-top: 28px;
}

.activity {
    width: 60%;
}

#activity-img {
    float: right;
    width: 50%;
    margin-right: -70px;
    margin-top: 55px;
}

.button-visible {
    display: none;
}

/*=====================================
    18. RESPONSIVE
====================================*/
@media (max-width: 10000px) and (min-width: 576px) {
    .container-fluid {
        width: 95% !important;
    }
}

@media (max-width: 1199px) {
    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #fff !important;
    }

    #left-menu {
        margin-bottom: 0px;
        color: #272a33 !important;
        display: block;
        padding-right: 0rem;
        padding-left: 0;
        font-size: 35px;
        position: absolute;
        left: 0;
        background: white !important;
        z-index: 999;
        height: 101%;
    }

    #navbar-background {
        background-color: #ffffff !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: relative;
        background: #272A33 !important;
        top: 0;
        border: none;
        padding-left: 0;
    }

    .navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:active {
        color: white !important;
    }

    .dropdown-item {
        padding-left: 0 !important;
        padding: 10px 0 !important;
    }

    #dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.6) !important;
    }

    #dropdown-menu .dropdown-item:hover {
        color: white !important;
    }

    #overview {
        margin-left: 20px;
        z-index: -2;
    }

    .navbar-custom .navbar-brand {
        color: white;
    }

    .navbar-custom .navbar-nav li.active a {
        color: white;
        /* font-weight: 500;*/
    }

    .navbar-custom .navbar-nav li a {
        color: rgba(255, 255, 255, 0.6);
    }

    .position {
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
    }

    .position2 {
        position: absolute !important;
        right: auto !important;
        left: 0 !important;
    }

    .left-navbar {
        width: min-content;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
    }

    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #272a33 !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #fff !important;
    }

    .navbar-collapse1 {
        height: 100%;
        padding: 0px 20px;
        padding-right: 50px;
        padding-top: 80px;

    }

    .footer {
        margin-left: 0px;
    }

    .footer-alt {
        margin-left: 0px;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse1 {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl #left-menu {
        display: none;
    }
}

@media (max-width: 1199px) {
    .navbar-right {
        display: none;
    }

    .button-visible {
        display: block;
    }

    .navbar-custom .navbar-nav {
        margin-left: 0;
    }

    .navbar-custom .btn-custom {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .navbar-custom .navbar-nav li a {
        transition: all 0.4s;
        margin: 0px;
        padding-left: 10px !important;
        padding-bottom: 0px !important;
    }
}

@media (max-width: 1024px) {
    .navbar-custom .navbar-nav {
        margin-left: 0;
    }

    .home-half .slidero {
        top: 80%;
        transform: translateY(-50%);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
    }

    .home-half {
        padding-bottom: 100px;
        padding-top: 120px;
    }

    .home-padding-t-150 {
        padding-top: 110px;
    }


    .navbar-white {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #fff !important;
    }

    .navbar-white .navbar-toggler {
        color: #393f4f !important;
    }

    .navbar-custom .navbar-nav li a {
        transition: all 0.4s;
        margin: 0px;
        padding-left: 10px !important;
        padding-bottom: 0px !important;
    }

    .navbar-custom > .container-fluid {
        width: 100%;
    }

    .navbar-custom .navbar-nav li.active a {
        /*        color: #fff !important;*/
        border-color: transparent;
    }

    .navbar-custom > .container {
        width: 90%;
    }

    .login-btn {
        padding-left: 10px;
    }

    .navbar-custom .navbar-brand {
        line-height: 24px;
    }

    .bg-pattern-effect {
        bottom: -4px
    }

    .home-title {
        font-size: 24px;
        line-height: 48px;
    }

    .vertical-content {
        display: inherit;
    }

    .team-box {
        margin-top: 45px;
    }

    .footer-alt .float-none {
        float: none !important;
        text-align: center;
    }

    .features-img {
        margin-top: 30px;
    }

    .float-left.pull-none {
        float: none !important;
        text-align: center;
    }

    .float-right.pull-none {
        float: none !important;
        text-align: center;
    }

    .pricing-box {
        margin-top: 30px;
    }

    .single img {
        width: 155px;
    }

    .team {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1366px) {
    #roadmap-img {
        margin-top: 0px;
    }

    #base-img {
        margin-top: 60px;
    }
}

@media (max-width: 1365px) and (min-width: 1200px) {
    .particles-js-canvas-el {
        width: 20% !important;
        height: 28% !important;
        left: 40% !important;
        top: 27% !important;
    }

    #roadmap-img {
        margin-top: 0px;
    }

    #base-img {
        margin-top: 70px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .particles-js-canvas-el {
        width: 28% !important;
        height: 35% !important;
        left: 35% !important;
        top: 10% !important;
    }

    .home-title {
        font-size: 24px;
        line-height: 43px;
    }

    .slidero {
        top: 60%;
    }

    .social {
        margin-right: 40px;
    }

    #roadmap-img {
        margin-top: 0;
    }

    #base-img {
        margin-top: 85px;
    }

    .activity {
        width: 100%;
    }

    #activity-img {
        float: none;
        width: 80%;
        margin-right: 0;
        padding: 40px 0px;
        display: block;
        margin: auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .particles-js-canvas-el {
        width: 30% !important;
        height: 28% !important;
        left: 35% !important;
        top: 14% !important;
    }

    .slidero {
        top: 55%;
    }

    .overview-item img {
        width: 60%;
        margin: auto;
        margin-right: auto;
        float: none;
        margin-top: 20px;
        text-align: center;
        display: block;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .particles-js-canvas-el {
        width: 28% !important;
        height: 20% !important;
        left: 37% !important;
        top: 10% !important;
    }

    #overview {
        margin-left: 40px;
        z-index: -2;
    }

    .slidero {
        top: 45%;
    }

    .overview-item img {
        width: 90%;
        margin: auto;
        margin-right: auto;
        float: none;
        margin-top: 20px;
        text-align: center;
        display: block;
    }
}

@media (max-width: 575px) and (min-width: 320px) {
    .particles-js-canvas-el {
        width: 70% !important;
        height: 40% !important;
        left: 15% !important;
        top: 6% !important;
    }

    .slidero {
        top: 400px;
    }

    .home-title {
        font-size: 22px;
        line-height: 34px;
    }

    #overview {
        margin-left: 40px;
        z-index: -2;
    }

    .overview-item img {
        width: 90%;
        margin: auto;
        margin-right: auto;
        float: none;
        margin-top: 20px;
        text-align: center;
        display: block;
    }

    .height-100vh {
        height: 700px !important;
    }
}

@media (max-width: 991px) and (min-width: 200px) {
    .plan-line:before {
        content: "";
        display: none;
    }

    .process-left-icon-1 i,
    .process-left-icon-2 i {
        display: none;
    }

    #contacts {
        margin-top: 20px;
    }

    .scroll-view {
        top: -50px;
    }

    .right-download {
        text-align: center;
        display: block;
        margin-bottom: 50px;
    }

    .modal-dialog {
        padding-left: 20px;
        padding-right: 20px;
        margin: 4.75rem auto;
    }

    .height-100vh {
        height: 120vh;
    }

    .cid {
        bottom: -60px;
    }

    #roadmap-img {
        margin-top: 0;
    }

    #base-img {
        margin-top: 0px;
    }

    .activity {
        width: 100%;
    }

    #activity-img {
        float: none;
        width: 90%;
        margin-right: 0;
        padding: 40px 0px;
        display: block;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .wave-one, .wave-three {
        background-size: 50% 50px;
    }

    .wave-two {
        background-size: 50% 70px;
    }

    .bg-pattern-effect {
        bottom: -7px
    }

    .social {
        margin-top: 0;
    }

    .social-icon {
        margin-bottom: 5px;
    }

    .testimonial-box {
        margin-top: 80px;
    }

    .contact-title {
        text-align: left;
    }

    #menu-modal {
        max-width: 96%;
    }

    .modal-body {
        padding: 1rem 1rem;
    }

    .left-download h6, .left-download ul li {
        font-size: 16px;
    }

    .left-download ul li i {
        font-size: 18px;
        margin-right: 15px;
    }

    .btn-download {
        padding: 10px 81px;
        font-size: 18px;
    }

    .left-download {
        width: 100%;
    }

    .team {
        width: 60%;
        margin: auto;
    }

    .modal-body img {
        width: 150px !important;
        padding-bottom: 50px;
    }
}

@media (max-width: 375px) {

    .navbar-brand {
        font-size: .9rem;
    }
}

@media (max-height: 420px) {
    .navbar-collapse {
        max-height: 200px;
        overflow-y: auto;
    }

}

/*3 sections */
.section__3videos {
    padding: 100px 0;

    margin: auto;
    position: relative;
    padding-top: 50px;
    background-color: #F4F5F7;

}

.section__3videos .videos-row {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;

}

.title-video {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    height: 60px;
}

.section__3videos .videos-row .videothumbnail {

    position: relative;
    margin: auto;
}

.section__3videos .videos-row .videothumbnail a {
    display: block;
}

.section__3videos .videos-row .videothumbnail img {
    width: 100%;
    height: 100%;
}

.section__3videos .videos-row .videothumbnail:nth-child(2) {
    margin: 0 25px;
}

.button.is-play {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1200px) {
    .button.is-play {
        top: 35%;
    }
}

@media only screen and (max-width: 440px) {
    .button.is-play {
        top: 30%;
    }
}

h2.text-cntr {
    text-align: center;
}


#services {
    border-bottom: 1px solid #ececec;
}

/*media query */

@media only screen and (max-width: 768px) {
    .section__3videos .videos-row {
        flex-direction: column;
    }
}


@media only screen and (max-width: 991px) {
    .section__3videos .videos-row .videothumbnail:nth-child(2) {
        margin: auto;
        margin-bottom: 50px;
    }

    .videos-row {
        flex-direction: column;
    }

    .section__3videos .videos-row .videothumbnail {
        width: 75%;
        margin-bottom: 50px;
    }
}


.button {
    display: inline-block;
    position: relative;
}

.button.is-play {
    background-color: #c741fc80;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.button.is-play .button-outer-circle {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.button.is-play .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

.button.is-play .button-icon .triangle {
    -webkit-animation: fadeIn 7s ease;
    animation: fadeIn 7s ease;
}

.button.is-play .button-icon .path {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    -webkit-animation: triangleStroke 3s;
    animation: triangleStroke 3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.has-scale-animation {
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
}

.has-delay-short {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes triangleStroke {
    from {
        stroke-dashoffset: 90;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes triangleStroke {
    from {
        stroke-dashoffset: 90;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}


/*carousel videos */
.carousel-videos .caroseul-content .item-video {
    position: relative;
    display: block;
}

.carousel-videos .caroseul-content .item-video img {
    height: 300px;
}

.carousel-videos .caroseul-content .item-video .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;

}

.section__3videos .owl-nav {
    display: flex;
    justify-content: space-between;
}

.section__3videos .owl-next {
    position: absolute;
    right: -30px;
    top: 30%;
    line-height: 0 !important;
}

.section__3videos .owl-next:hover {
    background: none !important;
    color: #869791 !important;
}

.section__3videos .owl-next span {
    font-size: 35px;
}


.section__3videos .owl-prev {
    position: absolute;
    left: -30px;
    top: 30%;
    line-height: 0 !important;
}

.section__3videos .owl-prev:hover {
    background: none !important;
    color: #869791 !important;
}

.section__3videos .owl-prev span {
    font-size: 35px;
}

@media only screen and (max-width: 992px) {
    .section__3videos .owl-prev {
        left: 30px;
    }

    .section__3videos .owl-next {
        right: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .section__3videos .owl-prev {
        left: 10px;
        top: 25%;
    }

    .section__3videos .owl-next {
        right: 10px;
        top: 25%;
    }
}


@media only screen and (max-width: 1365px) {
    .navbar-nav {
        margin-left: 0 !important;
    }

    #navbarCollapse > div:nth-child(1) {
        flex-grow: 1;
    }

    #mySidenav {
        justify-content: center;
    }
}

@media only screen and (max-width: 1262px) {
    .nav-button.ml-auto {
        justify-content: center;

    }

    .nav-button > ul.nav.navbar-nav .btn.btn-custom.navbar-btn.btn-rounded.waves-effect.waves-light {
        padding: 10px 10px;
        font-size: 13px;

    }

}

@media only screen and (max-width: 1199px) {
    .navbar-custom .navbar-nav li a {
        width: 170px !important;
        display: inline-block;
    }

    ul#mySidenav .btn.btn-custom.navbar-btn.btn-rounded.waves-effect.waves-light {
        padding: 10px !important;
        width: 100%;


    }

}


a:not(.redOvrlink)[href="https://millix.org/millix_foundation_deck.pdf"] {
    display: none !important;
}


/*Style Carousel */
.carouselContainer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.slidepdf {
    margin-top: 150px;
    position: relative;
    z-index: 99;
}

.slidepdf .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
}

.whitepaper-page .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent !important;
    color: inherit !important;
}

.slidepdf .owl-next, .slidepdf .owl-prev {
    font-size: 50px !important;
}

.slidepdf .owl-next {

    position: absolute;
    left: auto;
    right: -45px;
    font-size: 40px;
    top: -65px;
}

.slidepdf .owl-prev {
    left: 50px;
    position: absolute;
    left: -40px;
    right: auto;
    font-size: 40px;
    top: -65px;
}

.slidepdf .owl-item .item {
    cursor: pointer;
}

.slidepdf .owl-next span:not(.disabled) {
    color: #c741fc !important;
}

.slidepdf .owl-prev span:not(.disabled) {
    color: #c741fc !important;
}

.slidepdf .owl-dots {
    margin-top: 25px;
}


.slidepdf .owl-theme .owl-dots .owl-dot.active span, .slidepdf .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgb(148, 0, 206) !important;
}


.whitepaper-page .modal-dialog {
    width: 1250px !important;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    top: 20%;
}

.whitepaper-page button[aria-label="Close"] {
    position: absolute;
    top: -55px;
    right: -20px;
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    opacity: 1;
    box-shadow: none !important;
    text-shadow: none !important;
}


@media only screen and (max-width: 500px) {
    .slidepdf .owl-prev, .slidepdf .owl-next {
        top: -80px;
    }
}


.pwoeredbymillixHome {
    height: 60vh;
    margin-top: 250px;
}

.powered-icons {
    width: 150px;
    margin-bottom: 15px;
}

.carouselTicker {
    overflow: hidden;
    float: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: auto;

    padding: 50px 0;


}

.carouselTicker__list {


}

.carouselTicker__item {
    width: 250px;
    border: none !important;
    height: auto;
}

.carouselTicker__item img {
    width: 50px;
}

.powered-home {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.powered-home h2 {
    padding-bottom: 0;
    margin-left: 15px;
}

.powered-home img {
    width: 50px;
}

/*
@media only screen and (max-width: 1199px) {
    .dropdown-menu.ecosystemheader {
      display: flex;
      flex-wrap: wrap;
    }
       .navbar-custom .navbar-nav li .dropdown-menu.ecosystemheader a{
       
        width: auto !important;
        display: block !IMPORTANT;
        flex-grow: 1 !IMPORTANT;
        width: 100% !important;
        max-width: 100% !important;
    }
  }

*/










