
.academic-section {
    position: relative;
    overflow: hidden;
    /* background: #fcc769; */
    /* padding: 100px 0; */
}

.academic-h4 {
    color: #312e44;
    font-size: 25px;
    font-weight: 700;

}

.academic-h5 {
    color: #312e44;
    font-size: 18px;
    font-weight: 700;
}

.academics-tab {
    background-color: #312e44;
}

.nav-tabs .nav-link {
    background: rgb(239, 127, 25);
    border-radius: 10px;
    color: #fff;
    margin-left: 20px;
    padding: 10px 33px 10px 33px;
    height: 65px;
}

.left-side {
    position: absolute;
    left: -190px;
    top: 33%;
    width: 260px;
    height: 260px;
    background-color: #dde1e4;
    z-index: 1;
    border-radius: 200px;
}

.right-side {
    position: absolute;
    top: 33%;
    width: 260px;
    height: 260px;
    background-color: #dde1e4;
    z-index: 1;
    border-radius: 200px;
    right: -180px;
}

@media (max-width: 768px) {

    .left-side,
    .right-side {
        display: none;
    }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    display: none;
}

.carousel-item {
    text-align: center;
    /* padding: 30px; */
}

.carousel-item img {
    height: auto !important;
    object-fit: cover;
    width: 80%;
    /* width: 100%; */
}

.carousel-item p {
    font-size: 1.2rem;
}

.carousel {
    position: relative;
    margin-top: 0px;
}
