
* {
    box-sizing: border-box;
    font-style: sans-serif;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: .5em;
    border-radius: 20px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #466e5c;
    outline: 1px solid slategrey;
}


.go-top {
    /*    left: 41.5em;
*/ top: 33em;
    color: #FAFAFA;
    padding: 5px;
    border-radius: 5px;
    /*    border: 1px solid #e0e0e0;
*/ position: absolute;
    animation: bounce 2s infinite;
}

.scrolltxt {
    /*    left: 48em;
*/ top: 45em;
    color: #fff;
    position: absolute;
    margin-bottom: 10px;
}


.amc {
    background-color: #EAEEFF;
    color: #003366;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 4px 0px;
}


.readmore {
    color: white;
    text-decoration: none;
}

    .readmore:hover {
        color: white;
        text-decoration: underline;
        font-style: italic;
    }

.list-group {
    overflow-y: scroll;
    height: 500px;
}

.profile {
    border-bottom: 3px solid white;
    border-radius: 15px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
}

.invest {
    background-color: #158953 !important;
    color: white;
    padding: 10px 10px 10px 25px;
    border-radius: 65px 0px 65px 0px;
    /*width:850px;*/
}

.slider2 {
    height: 700px;
    width: 1530px;
}

main {
    height: 100vh;
}

.first_footer {
    /*    height: 350px;
*/ background-color: #158953;
    position: relative;
    overflow: auto;
}

footer .footer__inner {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    padding: 40px 60px;
    width: 100%;
}

    footer .footer__inner * {
        color: #fff;
    }

footer .logo {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 40px;
    transform: translateY(50px);
    opacity: 0;
    transition: transform, opacity;
    transition-duration: 1.2s;
    transition-timing-function: ease;
}


    footer .logo.show {
        transform: translateY(0);
        opacity: 1;
    }

footer nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    padding: 0;
    font-weight: 900;
    font-size: 3.5em;
}

    .brand .letter {
        display: inline-block;
        line-height: 1em;
    }


.about ul {
    list-style: none; /* Remove default bullets */
}

    .about ul li::before {
        content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #158953; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
    }

ol {
    list-style: none; /* Remove default bullets */
}

    ol li::before {
        content: counter(li); /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #158953; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
        direction: rtl
    }


/*.modal-content {
    background-color: rgba(29, 40, 51, 0.8);
}*/

.btn bg-gradient-success w-auto me-2 {
    background-color: aqua;
}


.brand {
    font-family: "Sofia", sans-serif;
    font-size: 150px;
    animation: fadeIn 3s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.panel-title {
    cursor: pointer;
}

h4.tab-title {
    font-family: "avenirheavy", Helvetica, Arial, "sans-serif";
    font-weight: normal;
    font-size: 22px;
    color: #ffffff;
}

.vertab-content ul, .vertab-content ol {
    padding-left: 15px;
}

.index-page .page-header {
    height: 100vh;
}


@media (min-width:400px) {
    .vertab-container {
        z-index: 10;
        padding: 0 !important;
        border: 1px solid #ddd;
        margin-top: 20px;
        background-clip: padding-box;
        opacity: 0.97;
        filter: alpha(opacity=97);
        /* overflow-x: auto;
                    overflow-y: auto;*/
        margin-bottom: 50px;
    }

    .vertab-menu {
        padding-right: 0;
        padding-left: 23px;
        padding-bottom: 0;
        display: contents;
        background-color: #158953;
    }

        .vertab-menu .list-group {
            margin-bottom: 0;
        }

            .vertab-menu .list-group > a {
                margin-bottom: 0;
                border-radius: 0;
            }

            .vertab-menu .list-group > a, .vertab-menu .list-group > a {
                color: #818181;
                background-image: none;
                background-color: #F6F6F6;
                border-radius: 0;
                box-sizing: border-box;
                border: none;
                border-bottom: 1px solid #F6F6F6;
                padding: 10px 10px;
            }

                .vertab-menu .list-group > a.active, .vertab-menu .list-group > a:hover, .vertab-menu .list-group > a:focus {
                    position: relative;
                    border: none;
                    border-radius: 0;
                    border-bottom: 1px solid #CACACA;
                    border-left: 5px solid #158953;
                    padding-left: 5px;
                    background-image: none;
                    background-color: #F6F6F6;
                    color: #158953;
                    -webkit-box-shadow: 2px 3px 12px 5px #4F4F4F;
                    box-shadow: 2px 3px 12px 5px #4F4F4F;
                }

    .vertab-content {
        padding-left: 20px;
        padding-top: 10px;
        color: #FFFFFF;
    }

    .vertab-accordion .vertab-content:not(.active) {
    }

    .vertab-accordion .vertab-content.active .collapse {
    }

    .vertab-container .panel-heading {
        display: none;
    }

    .vertab-container .panel-body {
        border-top: none !important;
    }
}

@media (min-width:320px) {
    .vertab-container {
        z-index: 10;
        padding: 0 !important;
        border: 1px solid #ddd;
        margin-top: 20px;
        background-clip: padding-box;
        opacity: 0.97;
        filter: alpha(opacity=97);
        overflow-x: auto;
        overflow-y: auto;
        margin-bottom: 50px;
    }


    .vertab-menu {
        padding-right: 0;
        padding-left: 23px;
        padding-bottom: 0;
        display: flex;
        background-color: #158953;
    }

        .vertab-menu .list-group {
            margin-bottom: 0;
        }

            .vertab-menu .list-group > a {
                margin-bottom: 0;
                border-radius: 0;
            }

            .vertab-menu .list-group > a, .vertab-menu .list-group > a {
                color: #818181;
                background-image: none;
                background-color: #F6F6F6;
                border-radius: 0;
                box-sizing: border-box;
                border: none;
                border-bottom: 1px solid #CACACA;
                padding: 15px 10px;
            }

                .vertab-menu .list-group > a.active, .vertab-menu .list-group > a:hover, .vertab-menu .list-group > a:focus {
                    position: relative;
                    border: none;
                    border-radius: 0;
                    border-bottom: 1px solid #CACACA;
                    border-left: 5px solid #158953;
                    padding-left: 5px;
                    background-image: none;
                    background-color: #158953;
                    color: white;
                }

    .vertab-content {
        padding-left: 20px;
        padding-top: 10px;
        color: #FFFFFF;
    }

    .vertab-accordion .vertab-content:not(.active) {
        display: none;
    }

    .vertab-accordion .vertab-content.active .collapse {
        display: block;
    }

    .vertab-container .panel-heading {
        display: none;
    }

    .vertab-container .panel-body {
        border-top: none !important;
    }
}

/* If the tc_breakpoint variable is changed, this breakpoint should be changed as well */


@media (max-width:767px) {
    .vertab-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .vertab-container .vertab-menu {
            display: block;
        }

        .vertab-container .panel-heading {
            background-color: #F6F6F6;
            color: #818181;
            padding: 15px;
            border-bottom: 1px solid #F6F6F6;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-left: 5px solid #F6F6F6;
        }

            .vertab-container .panel-heading:hover, .vertab-container .panel-heading:focus, .vertab-container .panel-heading.active {
                border-left: 5px solid #7952b3;
                border-bottom: 1px solid #7952b3;
            }

    .vertab-content {
        border-bottom: 1px solid #CACACA;
    }

    .vertab-container .panel-title a:focus, .vertab-container .panel-title a:hover, .vertab-container .panel-title a:active {
        color: #818181;
        text-decoration: none;
    }

    .panel-collapse.collapse, .panel-collapse.collapsing {
        background-color: #7952b3 !important;
        color: #ffffff;
    }

    .vertab-container .panel-collapse .panel-body {
        border-top: none !important;
    }
}


.highcharts-figure,
.highcharts-data-table table {
    min-width: 300px;
    max-width: 00px;
    margin: 1em auto;
}
/*   .highcharts-graph {
                stroke: brown;
                background-color: #158953;
            }
            path {
                fill: #158953;
            }*/

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 10px;
    overflow-x: scroll;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #000;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

@media (max-width: 767px) {
    .panel-collapse.collapse, .panel-collapse.collapsing {
        background-color: #ffff !important;
        color: #ffffff;
    }
}

@media (max-width: 468px) {
    .panel-collapse.collapse, .panel-collapse.collapsing {
        background-color: #ffff !important;
        color: #ffffff;
    }
}

@media (max-width: 320px) {
    .panel-collapse.collapse, .panel-collapse.collapsing {
        background-color: #ffff !important;
        color: #ffffff;
    }
}

@media (max-width: 468px) {
    footer .footer__inner {
        bottom: 0;
        left: 0;
        padding: 40px 60px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .logo {
        height: 430px;
        display: block;
        font-size: 20px;
        flex-wrap: wrap;
    }

    .first_footer {
        height: 430px;
        padding-left: 0;
    }
}





@media(max-width:768px) {
    img {
        height: 100vh;
    }
}

@media(max-width:375px) {
    img {
        height: 100vh;
    }
}


@media(max-width:768px) {
    .header-filter .container {
        bottom: 15%;
    }
}

.mutualfund {
    border: none;
    background: transparent;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.fund:hover {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.2);
    transition: .5s;
}

.fund {
    /*box-shadow: 0 0 10px #2c2929;*/
    width: 120px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 25px;
}


.tab-bg {
    background-color: #4caf50;
    color: white !important;
}

.nav-fill li {
    margin-left: 0px !important;
}

.nav-pills .nav-item {
    margin-bottom: 5px;
}

.cat-box {
    /*    background-color: #4caf50c9;
*/ color: black;
    border: 1px solid green;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    /*    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
*/ margin: 10px;
    padding: 5px;
    padding-left: 15px;
    transition: 0.6s;
}

    .cat-box:hover {
        border-right: 20px solid green;
    }

.scroll {
    height: 500px;
    overflow: auto;
}

.selected-Category {
    border-right: 20px solid green;
}

::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #158953;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*---------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}




@-webkit-keyframes tMenu_bg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes tMenu_bg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-ms-keyframes tMenu_bg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes tMenu_bg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes tMenu_bg {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}



#tMenu_toggle {
    width: 28px;
    height: 50px;
    cursor: pointer;
    /*    margin: 180px auto 0;
*/ float: right;
    /*    margin-right: 30px;

*/
    margin-top: 20px;
    position: relative;
}

    #tMenu_toggle div {
        width: 100%;
        height: 4px;
        background: white;
        margin-bottom: 5px;
        -webkit-transition: all .5s cubic-bezier(1, 2.39, 0, 0.8);
        -moz-transition: all .5s cubic-bezier(1, 2.39, 0, 0.8);
        -ms-transition: all .5s cubic-bezier(1, 2.39, 0, 0.8);
        -o-transition: all .5s cubic-bezier(1, 2.39, 0, 0.8);
        transition: all .5s cubic-bezier(1, 2.39, 0, 0.8);
        position: relative;
    }

.tMenu_close {
    background-color: #546E7A !important;
    top: -44px;
    left: -11px;
    z-index: 0;
    height: 50px !important;
    width: 50px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.tMenu_on .tMenu_close {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

#tMenu_toggle:hover .tMenu_close {
    background-color: #D81B60 !important;
}

.tMenu_on .tMenu_one {
    -webkit-transform: rotate(45deg) translate(5px, 5px) scale(1.5);
    -moz-transform: rotate(45deg) translate(5px, 5px) scale(1.5);
    -ms-transform: rotate(45deg) translate(5px, 5px) scale(1.5);
    -o-transform: rotate(45deg) translate(5px, 5px) scale(1.5);
    transform: rotate(45deg) translate(5px, 5px) scale(1.5);
    z-index: 2;
}

.tMenu_on .tMenu_two {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.tMenu_on .tMenu_three {
    -webkit-transform: rotate(-45deg) translate(7px, -8px) scale(1.5);
    -moz-transform: rotate(-45deg) translate(7px, -8px) scale(1.5);
    -ms-transform: rotate(-45deg) translate(7px, -8px) scale(1.5);
    -o-transform: rotate(-45deg) translate(7px, -8px) scale(1.5);
    transform: rotate(-45deg) translate(7px, -8px) scale(1.5);
    z-index: 2;
}

#tMenu_menu {
    /* float: right; */
    color: #666;
    background-color: white;
    width: 200px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    margin: auto;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 185px;
    margin-top: -85px;
    z-index: 10;
    -webkit-box-shadow: 0px 6px 20px -9px #263238;
    -moz-box-shadow: 0px 6px 20px -9px #263238;
    -ms-box-shadow: 0px 6px 20px -9px #263238;
    -o-box-shadow: 0px 6px 20px -9px #263238;
    box-shadow: 0px 6px 20px -9px #263238;
}

    #tMenu_menu ul {
        padding: 0;
        margin: 0;
    }

        #tMenu_menu ul li {
            list-style: none;
            padding: 10px 0 10px 30px;
            ;
            cursor: pointer;
            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -ms-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            position: relative;
        }

            #tMenu_menu ul li span {
                position: absolute;
                width: 3px;
                height: 100%;
                left: 0;
                top: 0;
                background-color: #607D8B;
                -webkit-transition: .5s cubic-bezier(1, 1.78, 0, 0.71);
                -moz-transition: .5s cubic-bezier(1, 1.78, 0, 0.71);
                -ms-transition: .5s cubic-bezier(1, 1.78, 0, 0.71);
                -o-transition: .5s cubic-bezier(1, 1.78, 0, 0.71);
                transition: .5s cubic-bezier(1, 1.78, 0, 0.71);
                z-index: -1;
            }

            #tMenu_menu ul li:nth-child(1):hover span {
                width: 100%;
                /*                background-color: #FF7043;
*/ background-color: #158953b0;
                -webkit-box-shadow: 0 4px 5px #B0BEC5;
                -moz-box-shadow: 0 4px 5px #B0BEC5;
                -ms-box-shadow: 0 4px 5px #B0BEC5;
                -o-box-shadow: 0 4px 5px #B0BEC5;
                box-shadow: 0 4px 5px #B0BEC5;
            }

            #tMenu_menu ul li:nth-child(2):hover span {
                width: 100%;
                /*                background-color: #ec407a;
*/ background-color: #158953b0;
                -webkit-box-shadow: 0 4px 5px #B0BEC5;
                -moz-box-shadow: 0 4px 5px #B0BEC5;
                -ms-box-shadow: 0 4px 5px #B0BEC5;
                -o-box-shadow: 0 4px 5px #B0BEC5;
                box-shadow: 0 4px 5px #B0BEC5;
            }

            #tMenu_menu ul li:nth-child(3):hover span {
                width: 100%;
                /*                background-color: #42a5f5;
*/
                background-color: #158953b0;
                -webkit-box-shadow: 0 4px 5px #B0BEC5;
                -moz-box-shadow: 0 4px 5px #B0BEC5;
                -ms-box-shadow: 0 4px 5px #B0BEC5;
                -o-box-shadow: 0 4px 5px #B0BEC5;
                box-shadow: 0 4px 5px #B0BEC5;
            }

            #tMenu_menu ul li:nth-child(4):hover span {
                width: 100%;
                /*                background-color: #78909c;
*/ background-color: #158953b0;
                -webkit-box-shadow: 0 4px 5px #B0BEC5;
                -moz-box-shadow: 0 4px 5px #B0BEC5;
                -ms-box-shadow: 0 4px 5px #B0BEC5;
                -o-box-shadow: 0 4px 5px #B0BEC5;
                box-shadow: 0 4px 5px #B0BEC5;
            }

            #tMenu_menu ul li:nth-child(5):hover span {
                width: 100%;
                /*                background-color: #9ccc65;
*/ background-color: #158953b0;
                -webkit-box-shadow: 0 4px 5px #B0BEC5;
                -moz-box-shadow: 0 4px 5px #B0BEC5;
                -ms-box-shadow: 0 4px 5px #B0BEC5;
                -o-box-shadow: 0 4px 5px #B0BEC5;
                box-shadow: 0 4px 5px #B0BEC5;
            }

            #tMenu_menu ul li:nth-child(6):hover span {
                width: 100%;
                /*                background-color: #ab47bc;
*/ background-color: #158953b0;
                -webkit-box-shadow: 0 4px 5px #B0BEC5;
                -moz-box-shadow: 0 4px 5px #B0BEC5;
                -ms-box-shadow: 0 4px 5px #B0BEC5;
                -o-box-shadow: 0 4px 5px #B0BEC5;
                box-shadow: 0 4px 5px #B0BEC5;
            }

            #tMenu_menu ul li i {
                padding-right: 5px;
            }

            #tMenu_menu ul li:hover {
                color: white;
            }


/*-------------------------------------------------------------------*/
.social-bars {
    right: 0;
    top: 32vh;
    position: fixed; /* Make it fixed so that it never gets out of view.*/
    z-index: 1000;
    margin-bottom: 100px; /* Added just to be view properly in this pen, you can remove it this will not disturb anything.*/
}

    .social-bars div {
        height: 50px;
        width: 50px;
        transition: 0.4s;
    }

        .social-bars div a {
            display: block;
            background-size: contain !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
        }

.fb-bar {
    background-color: #0000006b;
    padding: 7px;
    border-bottom-left-radius: 10px;
}

    .fb-bar a {
        background-image: url('../Img/plant.svg');
        /*        background: url(https://i.lensdump.com/i/jeyoQ.png);
*/ height: 40px;
        width: 40px;
    }

.gplus-bar {
    background-color: #0000006b;
    padding: 9px;
}

    .gplus-bar a {
        background-image: url('../Img/Voluntry.svg');
        /*        background: url(https://i.lensdump.com/i/jeG2a.png);
*/ height: 35px;
        width: 35px;
    }

.insta-bar {
    background-color: #0000006b;
    padding: 7px;
}

    .insta-bar a {
        display: block;
        background-image: url('../Img/Exchangetrade.svg');
        /*        background: url(https://i.lensdump.com/i/jehek.png);
*/ height: 40px;
        width: 40px;
    }

.linked-bar {
    background-color: #0000006b;
    padding: 7px;
}

    .linked-bar a {
        background-image: url('../Img/growth.svg');
        /*        background: url(https://i.lensdump.com/i/jeaJe.png);
*/ height: 40px;
        width: 40px;
    }

.twitter-bar {
    background-color: #0000006b;
    padding: 11px;
    border-bottom-left-radius: 0px;
}

    .twitter-bar a {
        background-image: url('../Img/performance.svg');
        /*        background: url(https://i.lensdump.com/i/jn2xx.png);
*/ height: 30px;
        width: 30px;
    }

.return-bar {
    background-color: #0000006b;
    padding: 11px;
    border-top-left-radius: 10px;
}

    .return-bar a {
        background-image: url('../Img/return.svg');
        height: 30px;
        width: 30px;
    }

.social-bars div:hover {
    margin-left: -10px;
    width: 60px;
}

.heading {
    margin-left: 28vw;
    padding-top: 15vh;
    color: rgb(60,60,60);
}

    .heading h1 {
        font-size: 3em;
    }

.bod-card {
    width: 150px;
    height: 150px;
    align-self: center;
    border-radius: 50%;
    padding: 10px;
}

.nav-bar {
    background-color: black;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.nav-hold {
    display: block;
    width: 90%;
}

.nav-logo {
    float: left;
    display: block;
    padding: 30px 0px 20px 20px;
    font-weight: 600;
}

    .nav-logo a {
        color: #f9f9f9;
    }

.nav-items {
    float: right;
    margin: 2px !important;
}

    .nav-items li {
        display: block;
        float: left;
        padding: 10px 20px;
        margin-left: 10px;
        transition: 0.4s;
    }

        .nav-items li a {
            color: #f9f9f9;
        }

        .nav-items li:hover {
            /*            background-color: #9191AA;
*/ border-bottom: 2px solid white;
            /*            border-right: 3px solid #CDCDD3;
*/
        }

.nav-hold {
    overflow: hidden;
}

.nav-menu {
    display: none;
}
/*media Queries*/
@media screen and (max-width: 768px) {
    .nav-menu {
        display: block;
        float: right;
        padding: 10px 20px;
        cursor: pointer;
        color: #fff;
    }

    .nav-items {
        width: 100%;
        float: left;
        height: 0px;
        padding: 0px;
        margin: 0;
    }

        .nav-items li {
            width: 100%;
            display: block;
        }
}

.nav-open {
    height: auto;
}

.submenu {
    position: fixed !important;
    top: 0 !important;
    left: 100% !important;
}

.footEL {
    filter: brightness(0) invert(100%);
    height: 45px;
}

footer p {
    font-size: 13px;
    margin: 0 0 2px;
}
/*---------------------------------------
*/

.hrline {
    margin-top: 10px;
    border-block-width: 2px;
    border-radius: 0px 0px 20px 20px;
    background: #158953;
    width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    color: #158953;
}


.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
    color: #FFFFFF;
    font-weight: 400;
}

.body section {
    background-color: #335d46;
    background-image: url(/Assets/Images/watermark.png);
    background-size: 50px;
}

    .body section .container {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 20px;
        margin-top: 50px;
    }

.post-header {
    width: fit-content;
    margin: auto;
}

.iframe-div {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.grid {
    background: #DDD;
    width: 100%;
}

    /* clear fix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }
/* Responsive image gallery rules begin*/

.image-gallery {
    /* Mobile first */
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

    .image-gallery .column {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 33%
    }


@media screen and (max-width: 768px) {

    .image-gallery .column {
        width: 100%
    }
}

.image-item img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .image-gallery {
        flex-direction: row;
    }
}

/* overlay styles */

.image-item {
    position: relative;
    cursor: pointer;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 57, 0.502);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    /* center overlay content */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hover */
.image-item:hover .overlay {
    transform: scale(1);
}

.carousel-item img {
    width: 100%;
    height: auto;
    max-height: 500px;
}

.carousel-item {
    text-align: center;
}

.card-item-img {
    width: 100%;
}

img {
    max-width: 100%;
}

body {
    word-break: break-word;
}

.risk-low {
    background: #85dd89;
    color: #f8f9fa;
    border-radius: 4px;
    padding: 3px 6px 3px 6px;
    border: 1px solid #85dd89;
}

.risk-medium {
    background: #ff9941ab;
    color: #f8f9fa;
    border-radius: 4px;
    padding: 3px 6px 3px 6px;
    border: 1px solid #ff9941ab;
}

.risk-high {
    background: #f44336;
    color: #f8f9fa;
    border-radius: 4px;
    padding: 3px 6px 3px 6px;
    border: 1px solid #f44336;
}

.risk-lowtohigh {
    background: #4caf50;
    color: #f8f9fa;
    border-radius: 4px;
    padding: 3px 6px 3px 6px;
    border: 1px solid #4caf50;
}

.risk-moderate {
    background: #ff7600ab;
    color: #f8f9fa;
    border-radius: 4px;
    padding: 3px 6px 3px 6px;
    border: 1px solid #ff7600ab;
}

.risk-verylow {
    background: #5eeb64;
    color: #f8f9fa;
    border-radius: 4px;
    padding: 3px 6px 3px 6px;
    border: 1px solid #5eeb64;
}

.fund-sector {
    background-color: #2e609b;
    color: #fff;
    font-size: .9rem;
    clip-path: polygon(0 0,100% 0,93% 100%,0% 100%);
    padding-right: 1.5rem !important;
}

.fund-category {
    background-color: #57b64b;
    color: #fff;
    font-size: .9rem;
    padding-left: 2rem !important;
    z-index: -1;
    margin-left: -28px;
}

.fund-cardHeading {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

.fund-cardValue {
    /*font-size: 1.0rem;*/
    font-weight: 700;
}

.fund-cardValueLable {
    padding: 0px;
}

.loading-dimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(255,255,255,.5);
    z-index: 200;
}

    .loading-dimmer.active {
        display: flex;
        justify-content: center;
        align-items: center;
    }

div.search {
    /* position: absolute;*/
    /* left: 50px;*/
    width: 36px;
    height: 35px;
    border: 3px solid #335d46;
    background: #335d46;
    border-radius: 5px;
    color: white;
    padding: 2px 0px 0px 9px;
}

span.spandatetime {
    font-size: 14px;
    color: #a5a09d;
}


.small {
    font-size: 11px !important;
    line-height: 13px;
}

.fund-block {
    color: #444;
}


.search-field {
    position: absolute;
    /*right: 20px;*/
    top: 66px;
    z-index: 55;
}


    .search-field input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
        background: rgba(255, 255, 255, 0.28);
        border: 0;
     /*   padding: 0 20px;*/
        color: black !important;
        width: 250px;
        border-radius: 20px 0 0 20px;
        font-size: 15px;
        float: right;
    }

    .search-field .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
        background: rgba(255, 255, 255, 0.55);
        color: #43a135;
        font-size: 15px;
        text-transform: uppercase;
        padding: 0 25px;
        height: 35px;
        border: 0;
        border-radius: 0 5px 5px 0;
        font-weight: 600;
    }


table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}

.gsc-control-cse {
    padding: 0em !important;
    left: 5%;
}


/*.gsc-input-box {
    width: 0px;
}*/

/*.gsc-input-box:hover{
    width: 250px;
    transition:0.4s;
}*/



#gsc-i-id1::-webkit-input-placeholder {
    color: #000 !important;
}

#gsc-i-id1::-as-input-placeholder {
    color: #fff;
}

#gsc-i-id1::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#gsc-i-id1::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.gsc-results-wrapper-visible {
    margin-top: 50px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.gsc-control-cse {
    border-color: transparent !important;
    background-color: transparent !important;
}

.gcsc-more-maybe-branding-root {
    display: none !important;
}

.gsc-result-info-container {
    display: none !important;
}

.gsc-orderby-container {
    display: none !important;
}

.hover-theme:hover{
    text-decoration: none!important;
    background-color: #498866!important;
    color: white!important;
}




.pf-cat-tabs {
    display: flex;
    border-bottom: 2px solid #ccc;
}

.pf-cat-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
    transition: background-color 0.3s ease;
}

    .pf-cat-tab:hover {
        background-color: #f0f0f0;
    }

.pf-cat-selected {
    border-bottom: 2px solid #007bff;
    color: #007bff;
}