.slick-slide {
    display: none;
}

.slick-active {
    display: block;
}

.brand-wrapper .brand-image {    height: 100px;
    display: flex;}
.slick-slide img {
    display: block;
    margin: auto;    max-width: 80%;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #333; /* Change this to the color you prefer */
    cursor: pointer;
}

.slick-prev {
    left: 0px; /* Adjust this value to position the arrow further to the left */
}

.slick-next {
    right: 0px; /* Adjust this value to position the arrow further to the right */
}

.slick-prev:hover, .slick-next:hover {
    color: #000; /* Change this to the hover color you prefer */
}

.slick-prev:focus, .slick-next:focus {
    outline: none; /* Remove focus outline */
}
.footer-widgets-wrapper {
    padding: 50px 0 0px;}

.text-justify {text-align: justify}
.modal-body p {
    font-size: 14px;
}
h3.team-title {color: var(--theme)}
.single-team-items .team-content {
    background-color: var(--white);
    padding: 20px;
    margin: -50px 20px 0;
    position: relative;
    z-index: 9;
    height: 125px;
}

/*.Team-modal .modal-content {background: rgb(255,255,255);*/
/*    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,211,139,1) 100%);*/
/*    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,211,139,1) 100%);*/
/*    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(231,211,139,1) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7d38b",GradientType=1);*/
/*}*/

img.img-fluid.team-img {
    mix-blend-mode: multiply;
    width: 100%;
    height: auto;
}
.sidebar__toggle i {
    font-size: 40px;
    padding: 10px;
}
   .revealOnScroll { opacity: 0; }
.about-wrapper .about-image-items .border-shape2 {
    position: absolute;
    top: 20px;
    right: 22%;
    z-index: 1;
    max-height: 320px;
}
.Investmentoverview h4 {
    font-size: 18px;
}

.Investmentoverview h5 {
    font-size: 16px;
}

.Investmentoverview .red {
    color: #dc3545;
}
.Investmentoverview  .accordion-body.d-flex.justify-content-center.align-items-center {
    flex-direction: column;
}
.no-wrap {
    white-space: nowrap;
}
@media (max-width: 767px) {
    .no-wrap {
        white-space: normal;
    }


}
.counter-wrapper-2 {
    background: rgb(231,211,138);
    background: -moz-linear-gradient(0deg, rgba(231,211,138,1) 0%, rgba(129,101,59,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(231,211,138,1) 0%, rgba(129,101,59,1) 100%);
    background: linear-gradient(0deg, rgba(231,211,138,1) 0%, rgba(129,101,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7d38a",endColorstr="#81653b",GradientType=1);
    /*background-color: #b6925e;*/
}

.counter-wrapper-2::before {
    position: absolute;
    top: 0;
    background-image: url(assets/img/contact-shape.png);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg6);
    z-index: -1;
    opacity: 0.4;
}

.counter-wrapper-2 .counter-items:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 1);
}
.counter-section-2::before {
    background-color: #f8f8f8 !important;
}
.single-team-items {
    border: 2px solid #b6925e; border-radius: 10px;overflow: hidden;
}

.chart-container {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #f2f1f1;
    border-radius: 8px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    /*margin: 50px auto; !* Center container and add margin *!*/
}


.chart-container h6 {
    text-align: center;
    margin-bottom: 20px;
}

.chart {
    display: flex;
    align-items: flex-end;
    height: 400px;
    position: relative;
    overflow: hidden;
    justify-content: center;border-bottom: 2px solid;
    border-left: 2px solid;
}

.bar {
    background: var(--bg-color);
    color: white;
    width: 75px;
    margin: 0 20px;
    position: relative;
    height: 0; /* Start with height 0 for animation */
    animation: grow 4s ease-out forwards;

}

.bar .value {
    position: absolute;
    bottom: calc(100% + 10px); /* Add space between bar and value */
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    background: rgba(0, 0, 0, 0.7); /* Slightly darker background for readability */
    border-radius: 3px;
}

.bar .label {
    position: absolute;
    bottom: 50%; /* Center vertically from the bottom of the bar */
    left: 50%; /* Center horizontally from the center of the bar */
    transform: translateX(-50%) translateY(50%) rotate(-90deg); /* Adjust position and rotation */
    transform-origin: center center; /* Set rotation origin to center */
    white-space: nowrap; /* Prevent text wrapping */

}
.single-team-items .team-image .social-profile {top: 10px; right: 10px}
@keyframes grow {
    from {
        height: 0;
    }
    to {
        height: var(--bar-height);
    }
}
.brand-section {
    background: #f8f8f8 !important;
}

#FinancialHighlights {
    background: #f8f8f8 !important;
}

.accordion-header img {
    width: 45px;
    margin-right: 20px;
}

.accordion-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-wrapper-2 {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.counter-wrapper-2 .counter-items {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.counter-wrapper-2 .counter-items .content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.counter-wrapper-2 .counter-items:not(:last-child) {
    border-right: none;
}

.counter-wrapper-2 .counter-items:not(:last-child) {
    padding-right: 0;
}