.owl-carousel .owl-nav {
    width: 18% !important;
    height: 0 !important;
}

.owl-stage {
    margin-top: 20px !important;
}

.owl-prev, .owl-next {
    background-color: #2AB151 !important;
    color: white !important;
    margin-top: 10px;
}

.wealthpro-academy-carousel .active .item {
    opacity: 1;
    transform: scale(1);
}

.wealthpro-academy-carousel .owl-item {
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    /* left: -150px !important; */
}

.wealthpro-academy-carousel .owl-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wealthpro-academy-carousel .item {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    transform: scale(0.5);
    position: relative;
}

.wpa-item {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 100%;
}

.img-cstm-container {
    position: relative;
    width: 100%;
    border-radius: 10px !important;
  }
  
.image-cstm {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 10px !important;
}

.overlayy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 30%;
    transition: .5s ease;
    border-radius: 10px;
    color:#2AB151;
}

.img-cstm-container:hover .overlayy {
    height: 100%;
    overflow: auto;
}

.h4-cstm {
    font-size : 1.45rem;
}

@media (max-width: 768px) {
    .h4-cstm {
        font-size : 0.95rem;
    }

    .carousel-caption {
        /* top: 0.5rem !important; */
        text-align: left !important;
        left: 10% !important;
    }
}

/* .text-image-cstm {
    color: #2AB151 !important;
    position: absolute;
    font-size: 10px !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: start;
} */