﻿

.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;
}

.invest-nav::-webkit-scrollbar {
   /* display: none;*/
}

@media only screen and (max-width: 770px) {
    .invest-nav a {
        min-width: 100%;
    }
}

.h {
    background: #a0d034;
    color: #212121;
    padding: 15px;
    margin: 20px auto;
    max-width: 500px;
    text-align: center;
    font-weight: 600;
}

.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 {
    display: none;
    border-top: 2px solid #280028;
}

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.span3.clearfix {
    border-right: 2px solid;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
#indicator{
    margin-top:320px;
}

