/***--- MENU ---***/
#nav-index, #nav-legal { display: none; }
    #nav-ext a:nth-child(3) { 
        background-color: #6ea833;
        color: #ffffff !important;
    }


/***--- HEADING ---***/
#heading {
    text-align: center;
}
#heading .vid-bg {
    overflow: hidden;
    position: absolute;
    top: -0.4vw;
    width: 100%;
    height: 100%;
    z-index: 1;
}
    #heading .vid-bg video {
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
#heading .hd-title {
    margin-top: 0px;
}
#heading .hd-sub {
    margin-top: 1.5vw;
    font-size: 2vw;
    font-family: 'sol-400';
    line-height: 1.2;
}
#heading .inner {
    padding: 8vw 0vw;
    z-index: 2;
}


/***--- STATS ---***/
#stats {
    overflow: visible;
    margin-top: -2vw;
    background-color: #f0f0f0;
    padding-bottom: 5vw;
    z-index: 20;
}
    #stats .inner {
        margin-top: -2vw;
        width: 60%;
        text-align: center;
        background: #ffffff;
        border-radius: 1.5vw;
        padding: 2vw;
    }
        #stats .inner .w-mixed .w-33 i {
            color: #6ea833;
            font-size: 2.2vw;
            padding-right: 5px;
        }
        #stats .inner .w-mixed .w-33 .counter {
            font-size: 2.2vw;
            font-family: 'sol-800';
        }
            #stats .inner .w-mixed .w-33 div:nth-child(2) {
                color: #999999;
                font-size: 1.5vw;
                padding-top: .5vw;
                text-transform: capitalize;
            }


/***--- WHY ---***/
#why .inner {
    padding-top: 3vw;
    padding-bottom: 6vw;
}

#why .sub-text {
    margin-top: 1.5vw;
    line-height: 1.3;
}

    #why .sub-text span {
        color: #6ea833;
    }

    #why .cta {
        position: relative;
        margin-top: 2.2vw;
        color: #6ea833;
        font-size: 1.4vw;
        border: 1px solid #6ea833;
        border-radius: 500px;
        text-transform: capitalize;
        padding: 1.5vw 2vw;
        transition: 0.4s;
        float: left;
    }


/* points */
#why .point-con {
    overflow: hidden;
    position: relative;
    margin-top: 1.5vw;
    width: 100%;
    float: left;
}

#why .point-con .point {
    overflow: hidden;
    position: relative;
    margin-top: 1.2vw;
    width: 100%;
    background: #f0f0f0;
    border-radius: 1vw;
    padding: 2vw;
    float: left;
}
    #why .point-con .point:nth-child(1) {
        margin-top: 0px;
    }

    #why .point-con .point .point-title {
        overflow: hidden;
        position: relative;
        width: 100%;
        cursor: pointer;
        float: left;
    }

        #why .point-con .point .point-title i {
            position: relative;
            color: #6ea833;
            font-size: 1.6vw;
            padding-top: .1vw;
            float: left;
        }

        #why .point-con .point .point-title .ico::after {
            overflow: hidden;
            position: relative;
            margin-top: .2vw;
            content: '\f067';
            font-family: FontAwesome;
            font-size: 1.3vw;
            float: right;
        }
            .point-con .open::after {
                content: "\f068" !important;
            }

        #why .point-con .point .point-title .text {
            overflow: hidden;
            position: relative;
            margin: 0;
            margin-top: .15vw;
            font-size: 1.3vw;
            font-family: 'sol-400';
            text-transform: capitalize;
            padding-left: 1.2vw;
        }

    #why .point-con .point .point-desc {
        overflow: hidden;
        position: relative;
        margin-top: 1.3vw;
        color: #666666;
        font-size: 1.3vw;
        line-height: 1.4;
        float: left;
        display: none;
    }
        #why .point-con .point .point-desc span {
            display: block;
            padding-bottom: 1vw;
        }

        #why .point-con .point .point-desc div {
            font-size: .8vw;
            color: #333333;
            text-transform: capitalize;
        }

        #why .point-con .point .point-desc a {
            color: #6ea833;
        }

/* images */
#why .img-con {
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0; 
}

    #why .img-con div {
        overflow: hidden;
        position: relative;
        width: 100%;
        background-repeat: no-repeat;
        transition: 0.4s;
    }
        #why .img-con div:hover {
            background-size: auto 110%;
        }

    /* images */
    #why .img-1 {
        width: 85%;
        border-radius: 2vw 2vw 1vw 2vw;
        float: right;
    }
        #why .img-1 div {
            background-image: url('../img/ab-img-01.png');
            background-position: top center;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-2 {
        margin-top: 1.1vw;
        width: 100%;
        border-radius: 2vw .6vw 2vw 2vw;
        float: right;
    }
        #why .img-2 div {
            background-image: url('../img/ab-img-02.png');
            background-position: top right;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-3 {
        width: 100%;
        border-radius: 2vw 2vw 2vw .6vw;
        float: left;
            
    }
        #why .img-3 div {
            background-image: url('../img/ab-img-03.png');
            background-position: top center;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-4 {
        margin-top: 1.1vw;
        width: 85%;
        border-radius: 1vw 2vw 2vw 2vw;
        float: left;
    }
        #why .img-4 div {
            background-image: url('../img/ab-img-04.png');
            background-position: top center;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-5 {
        width: 85%;
        border-radius: 2vw 2vw 1vw 2vw;
        float: right;
    }
        #why .img-5 div {
            background-image: url('../img/ab-img-05.png');
            background-position: top center;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-6 {
        margin-top: 1.1vw;
        width: 100%;
        border-radius: 2vw .6vw 2vw 2vw;
        float: right;
    }
        #why .img-6 div {
            background-image: url('../img/ab-img-06.png');
            background-position: top right;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-7 {
        width: 100%;
        border-radius: 2vw 2vw 2vw .6vw;
        float: left;
            
    }
        #why .img-7 div {
            background-image: url('../img/ab-img-07.png');
            background-position: top center;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-8 {
        margin-top: 1.1vw;
        width: 85%;
        border-radius: 1vw 2vw 2vw 2vw;
        float: left;
    }
        #why .img-8 div {
            background-image: url('../img/ab-img-08.png');
            background-position: top center;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-9 {
        width: 100%;
        border-radius: 2vw 2vw 1vw 2vw;
        float: right;
    }
        #why .img-9 div {
            background-image: url('../img/ab-img-09.png');
            background-position: top center;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-10 {
        margin-top: 1.1vw;
        width: 85%;
        border-radius: 2vw .6vw 2vw 2vw;
        float: right;
    }
        #why .img-10 div {
            background-image: url('../img/ab-img-10.png');
            background-position: top right;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-11 {
        width: 100%;
        border-radius: 2vw 2vw 2vw .6vw;
        float: left;
            
    }
        #why .img-11 div {
            background-image: url('../img/ab-img-11.png');
            background-position: top center;
            background-size: auto 100%;
            padding: 9vw 0px;
        }

    #why .img-12 {
        margin-top: 1.1vw;
        width: 85%;
        border-radius: 1vw 2vw 2vw 2vw;
        float: left;
    }
        #why .img-12 div {
            background-image: url('../img/ab-img-12.png');
            background-position: top center;
            background-size: auto 100%;
            padding: 9vw 0px;
        }


/***--- BROKER ---***/
#broker {
    background-color: #333333;
    text-align: center;
}

    #broker .title {
        color: #ffffff;
    }

    #broker .inner {
        width: 100%;
        text-align: center;
        padding: 4vw 0vw;
        
    }

    /* logo */
    .ab-logo {
        overflow: hidden;
        position: relative;
        margin-top: 2vw;
        margin-left: -1vw;
        width: calc(100% + 1vw);
        display: inline-block;
    }

        .ab-logo div {
            overflow: hidden;
            position: relative;
            margin-top: 1vw;
            margin-left: 1vw;
            width: calc(25% - 1vw);
            background: #444444;
            border-radius: 1vw;
            padding: 3vw 6vw;
            transition: 0.4s;
            float: left;
        }
            .ab-logo div:hover {
                background: #6ea833;
                padding: 2.5vw 4vw;
                cursor: pointer;
            }

            .ab-logo img {
                width: 100%;
            }


/***--- TIMELINE ---***/
#timeline :is(.label, .title, .sub-text) {
    text-align: center;
}

/* timeline */
#timeline .timeline {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    width: 100%;
    float: left;
}

    /* start & end */
    #timeline .timeline .start {
        overflow: hidden;
        position: relative;
        width: 100%;
        text-align: center;
        float: left;
    }

        #timeline .timeline .start i {
            background: #6ea833;
            color: #ffffff;
            font-size: 2vw;
            border: 6px solid #e0e0e0; border-radius: 100%;
            padding: 1.3vw 1.6vw;
        }

    #timeline .timeline .end {
        overflow: hidden;
        position: relative;
        width: 100%;
        text-align: center;
        float: left;
    }

        #timeline .timeline .end div {
            background: #6ea833;
            border: 6px solid #e0e0e0; border-radius: 100%;
            padding: 1vw;
            display: inline-block;
        }

    /* lines */
    #timeline .timeline .line {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 6vw;
        float: left;
    }  

        #timeline .timeline .line div {
            overflow: hidden;
            position: absolute;
            left: 50%;
            width: 2px;
            height: 100%;
            border-left: 2px solid #e0e0e0;
        }

    /* post */
    #timeline .timeline .post-con {
        overflow: hidden;
        position: relative;
        margin-top: -2px;
        margin-left: -2px;
        width: 100%;
        text-align: left;
        float: left;
    }

    #timeline .timeline .post {
        overflow: hidden;
        position: relative;
        margin-top: -1vw;
        width: 100%;
        float: left;
    }

        /* text */
        #timeline .timeline .post .text {
            overflow: hidden;
            position: relative;
            max-width: 80%;
            background-color: #f0f0f0;
            border-radius: 1.5vw;
            padding: 2vw;
        }

            #timeline .timeline .post .text div:nth-child(1) {
                overflow: hidden;
                background-color: #6ea833;
                color: #ffffff;
                font-size: 1vw;
                font-family: 'sol-500';
                border-radius: 500px;
                padding: .5vw .9vw;
                float: left;
            }

            #timeline .timeline .post .text div:nth-child(2) {
                position: relative;
                margin-top: 1.2vw;
                width: 100%;
                font-size: 1.3vw;
                font-family: 'sol-500';
                text-transform: capitalize;
                float: left;
            }

            #timeline .timeline .post .text div:nth-child(3) {
                overflow: hidden;
                position: relative;
                margin-top: .5vw;
                width: 100%;
                color: #888888;
                font-size: 1.3vw;
                line-height: 1.4;
                float: left;
            }

            #timeline .timeline .post .text button {
                margin-top: 1vw;
                font-size: 1vw;
                border-radius: .8vw;
                padding: 1vw 1.5vw;
            }

        #timeline .timeline .post .text-2 {
            overflow: hidden;
            position: relative;
            max-width: 74%;
            background-color: #f0f0f0;border-radius: 1.5vw;
            padding: 2vw;
        }

            #timeline .timeline .post .text-2 div {
                overflow: hidden;
                position: relative;
                width: 100%;
                font-size: 1.2vw;
                font-family: 'sol-500';
                float: left;
            }

            #timeline .timeline .post .text-2 i {
                color: #6ea833;
                font-size: 1.5vw;
                padding-left: .2vw;
            }

        /* tip */
        #timeline .timeline .post .tip {
            overflow: hidden;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            width: 20px;
            height: 20px;
            background: #f0f0f0;
            border-radius: 0px .5vw;
            transform: rotate(45deg);
            z-index: 1;
        }

        /* dot */
        #timeline .timeline .post .dot {
            overflow: hidden;
            position: absolute;
            top: 50%;
            margin-top: -12px;
            background: #6ea833;
            border:4px solid #e0e0e0;
            border-radius: 100%;
            padding: 8px;
            z-index:1;
        }

        /* line */
        #timeline .timeline .post .p-line {
            overflow: hidden;
            position: absolute;
            width: 2px;
            height: 100%;
            border-left: 2px solid #e0e0e0;
        }

    /* left */
    #timeline .timeline .post .p-left {
        overflow: hidden;
        position: relative;
        width: 50%;
        margin-left: 15px;
        float:left;
    }

        #timeline .timeline .post .p-left .text, #timeline .timeline .post .p-left .text-2 {
            margin-right: 55px;
            float: right;
        }

        #timeline .timeline .post .p-left .tip {
            right: 40px;
            margin-right: 5px;
        }

        #timeline .timeline .post .p-left .dot {
            right: 2px;
        }

        #timeline .timeline .post .p-left .p-line {
            right: 13px;
        }

    /* right */
    #timeline .timeline .post .p-right {
        overflow: hidden;
        position: relative;
        width: 50%;
        margin-right: 13px;
        float: right;
    }

        #timeline .timeline .post .p-right .text, #timeline .timeline .post .p-right .text-2 {
            margin-left: 55px;
            float: left;
        }

        #timeline .timeline .post .p-right .tip {
            left: 40px;
            margin-left: 5px;
        }

        #timeline .timeline .post .p-right .dot {
            left: 2px;
        }

        #timeline .timeline .post .p-right .p-line {
            left: 13px;
        }


/***--- JOIN ---***/
#join {
    background-color: #6ea833;
    padding-bottom: 1vw;
}

#join .inner {
    text-align: center;
}

    #join .inner-con {
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        width: 100%;
        color: #ffffff;
    }

        #join .title {
            margin-top: 0px;
            color: #ffffff;
       
        }
            
        #join .sub-text {
            color: #ffffff;
        }

/* bg images */
#join .bg {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

    #join .bg div {
        overflow: hidden;
        position: absolute;
        height: 120%;
        background-repeat: no-repeat;
    }

        #join .bg .bg-1 {
            left: 0;
            width: 21%;
            background-image: url('../img/test-img-1.png');
            background-size: auto 110%;
            background-position: right top;
            animation: bg-move-1 4s infinite;
        }

            @keyframes bg-move-1 {
                0% { transform: translatey(0px); }
                    50% {  transform: translatey(-15px); }
                100% { transform: translatey(0px); }
            }

        #join .bg .bg-2 {
            left: 0;
            width: 21%;
            background-image: url('../img/test-img-2.png');
            background-size: auto 110%;
            background-position: right top;
            animation: bg-move-2 3s infinite;
        }
        
            @keyframes bg-move-2 {
                0% { transform: translatey(0px); }
                    50% {  transform: translatey(25px); }
                100% { transform: translatey(0px); }
            }

        #join .bg .bg-3 {
            right: 0;
            width: 21%;
            background-image: url('../img/test-img-1.png');
            background-size: auto 110%;
            background-position: left top;
            animation: bg-move-1 4s infinite;
        }

        #join .bg .bg-4 {
            right: 0;
            width: 21%;
            background-image: url('../img/test-img-2.png');
            background-size: auto 110%;
            background-position: left top;
            animation: bg-move-2 3s infinite;
        }

/* form */
#join .join-form {
    overflow: hidden;
    position: relative;
    margin-top: 2vw;
    width: 60%;
    background-color: #ffffff;
    border-radius: 500px;
    padding: .8vw;
    display: inline-block;
}
    #join .join-form input {
        position: relative;
        margin: 0;
        width: 73%;
        font-size: 1.4vw;
        border: none;
        padding: 1.7vw 1.5vw;
        border-radius: 0vw;
        border: none !important;
        float: left;
    }
        #join .join-form input:focus, #join .join-form input:hover {
            outline: none;
            border: none;
            box-shadow: none;
        }
    #join .join-form button {
        width: 27%;
        font-size: 1.4vw;
        border-radius: 500px;
        padding: 1.7vw 0vw;
        float: right; 
    }









        
/*** ----- BREAKPOINTS ----- ***/

/* Tablet */
@media screen and (min-device-width: 650px)
and (max-device-width: 1024px) {





}

/* Mobile */
@media screen and (max-width: 750px) {


    /** HEADING **/
    #heading .vid-bg {
        display: none;
    }
    #heading .inner {
        padding: 60px 20px;
        z-index: 2;
    }

        /* text */
        #heading .hd-sub {
            margin-top: 20px;
            font-size: 25px;
            font-family: 'sol-300';
        }

    /** STATS **/
    #stats {
        margin-top: 0px;
        background-color: #f0f0f0;
        border-top: 0px;
        padding-bottom: 60px;
    }
    #stats .inner {
        margin-top: -30px;
        width: 95%;
        border-radius: 15px;
        padding: 24px 12px;
    }
    #stats .inner .w-mixed .w-33 i {
        font-size: 30px;
        padding-right: 0px;
        display: block;
    }
    #stats .inner .w-mixed .w-33 .counter {
        font-size: 25px;
        padding-top: 8px;
        display: block;
    }
    #stats .inner .w-mixed .w-33 div:nth-child(2) {
        color: #999999;
        font-size: 15px;
        padding-top: 2px;
    }

    /** WHY **/
    #why .tip {
        margin-bottom: 40px;
    }
    #why .inner {
        padding: 0px 20px;
        padding-bottom: 90px;
    }  
    #why .inner :is(.left, .right) {
        overflow: hidden;
        position: relative;
        margin: 0;
        width: 100%;
        padding: 0px !important;
        float: left;
    }

        /* text */
        #why :is(.mtitle, .msub) {
            text-align: left;
        }
        #why .label {
            margin-top: 15px;
        }
        #why .mtitle {
            margin-top: 15px;
        }
        #why .cta {
            margin-top: 20px;
            margin-bottom: 10px;
            width: 100%;
            font-size: 20px;
            text-align: center;
            border-radius: 15px;
            padding: 25px 30px;
        }
            #why .cta i {
                padding-left: 6px;
            }
    
        
        /* points */
        #why .point-bg {
            margin-top: 15px;
        }
        #why .point-con {
            margin-top: 30px;
            padding-bottom: 45px;
        }
        #why .point-con .point {
            margin-top: 15px;
            border-radius: 10px;
            padding: 25px 30px;
        }
        #why .point-con .point .point-title i {
            font-size: 18px;
            padding-top: 2px;
        }
        #why .point-con .point .point-title .ico::after {
            display: none;
        }
        #why .point-con .point .point-title .text {
            margin-top: .5px;
            font-size: 18px;
            padding-left: 11px;
        }
        #why .point-con .point .point-desc {
            margin-top: 20px;
            font-size: 19px;
            line-height: 1.3;
        }
        #why .point-con .point .point-desc span {
            padding-bottom: 20px;
        }
        #why .point-con .point .point-desc div {
            font-size: 15px;
        }

        /* images */
        #why .w-mixed {
            margin-top: 5px;
            margin-left: -15px;
            width: calc(100% + 15px);
            padding: 0px;
        }
        #why .w-50 {
            padding: 0px;
        }
        #why :is(.img-5, .img-6, .img-7, .img-8) {
            display: none;
        }
        #why :is(.img-1, .img-2, .img-3, .img-4, .img-5, .img-6, .img-7, .img-8, .img-9, .img-10, .img-11, .img-12 ) {
            margin-top: 15px;
            margin-left: 15px;
            width: calc(50% - 15px);
            border-radius: 20px;
            padding: 0px;
        }
        #why :is(.img-1, .img-2, .img-3, .img-4, .img-5, .img-6, .img-7, .img-8, .img-9, .img-10, .img-11, .img-12 ) div {
            background-position: center center;
            background-size: cover;
            padding: 75px 0px;
        }
    
    /** BROKER **/
    #broker .inner {
        width: 100%;
        text-align: left;
        padding: 40px 20px;
        padding-bottom: 80px;
    }
    #broker .mtitle {
        margin-top: 0px;
        color: #ffffff;
        text-align: center;
    }

        /* logo */
        .ab-logo {
            display: none;
        }
    
        /* slider */
        .ab-logo-slider {
            overflow: hidden;
            position: relative;
            margin-top: 20px;
            width: 100%;
            float: left;
            display: block;
        }
        .ab-logo-slider .ab-slide {
            overflow: hidden;
            position: relative;
            width: 100%;
            float: left;
        }
        .ab-logo-slider .ab-slide div {
            overflow: hidden;
            position: relative;
            margin-top: 15px;
            margin-left: 0px;
            width: 100%;
            background: #444444;
            border-radius: 15px;
            padding: 30px 70px;
            float: left;
        }
        .ab-logo-slider img {
            width: 100%;
        }

    /** TIMELINE **/
    #timeline :is(.label, .mtitle, .msub) {
        text-align: left;
    }
    #timeline .timeline :is(.start, .end,.line, .tip, .dot, .p-line) {
        display: none;
    }
    #timeline .timeline {
        margin-top: 10px;
        padding-bottom: 30px;
    }

        /* post */
        #timeline .timeline .post :is(.p-left, .p-right) {
            margin: 0;
            width: 100%;
            float: left;
        }
        #timeline .timeline .post-con {
            margin-top: 0px;
            margin-left: 0px;
            width: 100%;
            text-align: left;
            float: left;
        }
        #timeline .timeline .post {
            margin-top: 20px;
            width: 100%;
            float: left;
        }

        /* text */
        #timeline .timeline .post .text {
            overflow: hidden;
            position: relative;
            margin: 0px !important;
            width: 100%;
            max-width: 100%;
            background-color: #f0f0f0;
            border-radius: 15px;
            padding: 25px;
        }
            #timeline .timeline .post .text div:nth-child(1) {
                font-size: 14px;
                padding: 8px 15px;
            }
            #timeline .timeline .post .text div:nth-child(2) {
                margin-top: 18px;
                font-size: 21px;
            }
            #timeline .timeline .post .text div:nth-child(3) {
                margin-top: 8px;
                font-size: 20px;

            }
            #timeline .timeline .post .text button {
                margin-top: 1vw;
                font-size: 1vw;
                border-radius: .8vw;
                padding: 1vw 1.5vw;
            }

    /** JOIN **/
    #join .inner {
        padding-bottom: 70px;
    }

        /* text */
        #join .mtitle {
            color: #ffffff;
            font-family: 'sol-700';
        }
        #join .msub {
            color: #ffffff;
        }

        /* form */
        #join .join-form {
            margin-top: 30px;
            width: 100%;
            border-radius: 15px;
            padding: 10px;
        }
        #join .join-form input {
            width: 57%;
            font-size: 18px;
            padding: 18.5px 15px;
        }
        #join .join-form button {
            width: 43%;
            font-size: 16px;
            padding: 20px 0px;
        }

}