
    .academic-section {
        position: relative;
        overflow: hidden;
    }

    .facility-h4 {
        color: #312e44;
        font-size: 25px;
        font-weight: 900;
    }

    .facility {
        margin: auto;
    }

    .left-side {
        position: absolute;
        left: -150px;
        top: 9%;
        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: -150px;
    }

    .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-1-side {
        position: absolute;
        left: -150px;
        top: 55%;
        width: 260px;
        height: 260px;
        background-color: #dde1e4;
        z-index: 1;
        border-radius: 200px;
    }

    .right-1-side {
        position: absolute;
        top: 78%;
        width: 260px;
        height: 260px;
        background-color: #dde1e4;
        z-index: 1;
        border-radius: 200px;
        right: -150px;
    }

    .carousel {
        position: relative;
        margin-top: 0px !important;
    }

    @media (max-width: 1100px) {

        .left-side,
        .right-side,
        .right-1-side,
        .left-1-side {
            display: none;
        }
    }

  

    .carousel-item img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
