﻿

.fixedbc {
    display: block;
    background: #280028;
    display: none;
    z-index: 10;
}

.isfixed {
    display: flex;
    position: fixed;
    justify-content: space-between;
    top: 0;
    left: -1px;
    right: -1px;
}

.invest-nav {
    display: inline-flex;
    align-items: center;
    /*justify-content: space-evenly;*/
    overflow-x: auto;
}

.fixedbc i {
    padding: 10px;
    margin: 10px;
}

.invest-nav a {
    /*  padding: 10px 20px;
    min-width: 200px;
    text-align: center;
    background: white;
    color: #800080;
    border: 1px solid;*/
    white-space: nowrap;
}


@media only screen and (max-width: 770px) {
    .invest-nav a {
        min-width: 100%;
    }
}

.h {
    background: #280028;
    color: white;
    padding: 15px;
    margin: 20px auto;
    max-width: 500px;
    text-align: center;
}

.whyinvest .col-md-4 {
    padding: 20px 30px 20px 30px;
    height: 446px;
    background: rgba(75, 117, 31, 0.71);
    border-radius: 15px;
    border: 1.5px solid #2f4817;
}

.whyinvest li {
    font-size: 15px;
    list-style-type: square;
}

.whyinvest h2 {
    padding-bottom: 25px;
    color: rgb(172, 243, 13);
}

.whyinvest {
    /*  background: rgba(0, 0, 0, 0.76);*/
}

.whyinvest {
    color: #fff !important;
}

.content {

margin-top:50px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
}

.content ul, label {
    margin: 0;
    padding: 0 30px;
    line-height: 2;
}

.h > .active {
    background: #607d1f !important;
}

aside {
    background-color: #f7f7f7;
}

.vc_btn3-container {
    display: block;
    margin-bottom: 21.73913043px;
    max-width: 100%;
}

.related-material {
    display: inline-block !important;
    margin: 0px 15px 15px 0 !important;
}

#related-materials a {
    text-transform: none;
    letter-spacing: 0;
    padding-left: 15px !important;
}

a.button-border {
    padding: 13px 20px 12px !important;
    color: #B23A3F;
    background: none;
    border: 2px solid #B23A3F;
}

.ui--tabs-header {
    border-right: 2px solid #a0d034;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    height: auto;
   
}

.ui--tabs-titles {

    list-style-type: none;
    text-align: right;
    max-width: 262.5px;
   
}

li.ui--tabs-titles {
    padding-right: 10px;
}

li.active.choosen1 {
    background: #fff;
    padding: 1px 10px 20px;
    margin-right: -2px;
    text-align: left;
    border: 2px solid #a0d034;
    border-right: 0;
    max-width: 280px;
}

li.active.choosen2 {
    background: #fff;
    padding: 20px 10px;
    margin-right: -2px;
    text-align: left;
    border: 2px solid #a0d034;
    border-right: 0;
    max-width: 280px;
}

.number {
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    background: #a0d034;
    color: #fff;
    line-height: 37px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 20px;
}

.content h3 {
    display: flex;
    padding: 5px 5px 5px 20px;
    border-radius: 40px 0 0 40px;
    background: rgb(160,208,52);
    background: linear-gradient(90deg, rgba(160,208,52,1) 86%, rgba(255,255,255,0) 100%);
    align-items: center;
}

p {
    margin: 1rem;
}

i {
    margin-bottom: 1rem;
}

.list li {
    padding: 10px 0;
    text-align: left;
}

.list {
    display: none;
}

ol.list.isactive {
    display: block;
}

.fixed-col-3 {
    position: fixed;
    top: 0;
    max-width: 280px;
    transition: position 1.5s ease;
    margin-top:unset!important;
}

.active2{
    background:#a0d034
}



.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.isbottom {
    position: absolute;
    bottom: 0;
    border-bottom: 5px solid #058204;
    transition: all 0.5s linear;
}

.scrollspy-indicator-container li{
    padding:10px;
}

    .scrollspy-indicator-container li.spy-active {
        font-weight: bold;
        color: #72bf44 !important;
        border-left: 5px solid #72bf44 !important;
        transition: all .5s linear;
    }


