.content-section1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.652), rgba(0, 0, 0, 0.652)), url(school_image/Landscaping_08.jpg);

    background-size: cover;
    background-position: center;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;

    padding: 150px 0px 200px 0px;


}

.img-fluid1 {
    height: 250px;
}

.grid-item1 {
    height: 500px !important;
}

.grid-item1:hover {
    height: 500px;
}

.bb7 {
    font-size: 17px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.carousel {
    --color-default-state: #ddd;
    --color-active-state: #1bb9ed;
    position: relative;
    width: 100%;
    height: 720px;
}

.carousel_track-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.carousel_track {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 147px 0px 0px 0px;
    padding: 0;
    list-style: none;

}

.carousel_slide,
.carousel_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.carousel_slide {
    padding: 5% 12% 8%;
    text-align: center;
    transform: translateX(-100%);
    transition: transform .3s ease-out;
}

.carousel_slide.is-selected {
    transform: translateX(0);
}

.carousel_slide.is-selected~.carousel_slide {
    transform: translateX(100%);
}

.carousel_image {
    z-index: -1;
}

.carousel_image>img {
    display: block;
    width: 100%;
    height: 72%;
    /*object-fit: cover;*/
    object-position: center;
    border: none;
}

.carousel_title {
    font-size: 40px;
    color: #fff;
}

.carousel_btn,
.carousel_dot {
    z-index: 1;
    padding: 0;
    cursor: pointer;
    border: none;
    color: white;

}

.carousel_dot {
    display: none;
}

.carousel_btn {
    position: absolute;
    top: 50%;
    padding: 10px 10px 10px 10px;
    background-color: #fff0;
    transform: translateY(-50%);
    border-radius: 50px;

}

.carousel_btn:focus,
.carousel_dot:focus,
.carousel_btn:active,
.carousel_dot:active {
    outline: none;
}

.carousel_btn>* {
    pointer-events: none;
}

.carousel_btn svg {
    fill: var(--color-default-state);
    transform-origin: center;
    transition: fill .2s;
    width: 40px;

}

.carousel_btn:hover svg {
    fill: var(--color-active-state);
}

.jsPrev {
    left: 10px;
}

.jsNext {
    right: 10px;
}

.jsPrev svg {
    transform: rotate(-90deg);
}

.jsNext svg {
    transform: rotate(90deg);
}

.carousel_nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);

}

.carousel_dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-default-state);
    transition: background-color .2s;
}

.carousel_dot+.carousel_dot {
    margin-left: 20px;
}

.carousel_dot.is-selected {
    background-color: var(--color-active-state);
}

.slideh {
    font-size: 50px;
    font-family: "Merriweather", serif;
    font-weight: 800;
}

.slidep {
    font-size: 22px;
    font-family: "Merriweather", serif;
    font-weight: 600;
}

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: -192px;
    color: #fff;
    background-color: rgba(33, 71, 109, 0.7);
    padding: 40px;

}

.v {
    width: 550px;
    border-radius: 20px;
    border: 6px solid #c9a34e;
    height: 500px;
}

.tought1 {
    font-style: italic;
    text-align: center;
    color: black;
    font-size: 18px;
    margin-top: 30px;


}

.j1 {
    font-size: 40px;
    margin: 50px 0px 10px 0px;
}

.j2 {
    color: #c9a34e;
}

.j3 {
    font-size: 17px;
    text-align: justify;
    margin: 20px 0px 0px 0px;
}

.cc {
    font-size: 18px;
    padding: 10px 60px 0px 60px;
}

.cc1 {
    color: #debc69;
    font-size: 50px;
}

.bnm {
    margin-top: 80px;
}


@media (max-width: 480px) {
    .v {
        width: 340px !important;
        border-radius: 20px;
        border: 6px solid #c9a34e;
        height: 300px !important;
    }

    .carousel {
        --color-default-state: #ddd;
        --color-active-state: #1bb9ed;
        position: relative;
        width: 100%;
        height: 600px !important;
        margin-top: -60px !important;

    }

    .slideh {
        font-size: 30px;
        font-family: "Merriweather", serif;
        font-weight: 800;
        /* margin: 0px -20px 0px -20px; */
    }

    .slidep {
        font-size: 19px;
        font-family: "Merriweather", serif;
        font-weight: 600;
        /* margin: 0px -20px 0px -20px; */
    }

    .slide_buttons {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        margin-top: -192px;
        color: #fff;
        background-color: rgba(33, 71, 109, 0.7);
        padding: 20px;

    }

    .grid-item1 {
        height: 600px !important;
    }

    .grid-item1:hover {
        height: 600px;
    }

    .carousel_track-container {
        overflow: hidden;
        width: 100%;
        height: 70%;

    }

    .slide_buttons {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        margin-top: 0px;
        color: #fff;
        background-color: #2067af;
        padding: 30px;

    }

    .campus-section {
        padding: 50px 0;
        margin: 280px 0px 0px 0px !important;
    }

    button.btn.btn-lg {
        margin: 0px 0px 0px 40px !important;
    }

    .box1 {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        width: 340px !important;
        height: 400px !important;
        margin: 200px 0px 0px 0px !important;
        background: white;
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0 20px 50px rgb(23, 32, 90);
        border: 6px solid #2a3cad;
        /* color: white; */
        padding: 20px;
        background-size: cover;
        background-position: center;
        color: #fff;
        background-size: cover;
        background-image: url('school_image/Apnaschool_03.jpg');
    }

    .box1 .content1 {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 3px solid #f0a591;
        padding: 20px;
        text-align: center;
        box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
        background: white;
        color: black;
        margin: 0px !important;

    }
    
    div.ex1 {
        background-color: lightblue;
        width: 110px;
        height: 110px;
        overflow: scroll;
    }
    h2.upcoming {
        font-size: 17px;
        margin: 10px 10px 10px 10px !important;
        color: #176289;
    }
    h2.past {
        font-size: 17px;
        margin: 10px 10px 10px 10px !important;
        color: #176289;
    }
    .bj7 {
        font-size: 17px;
        margin: 10px 10px 10px 10px !important;
        width: 462px;
    }

}

@media (max-width: 768px) {
    .campus-section {
        padding: 50px 0;
        margin: 280px 0px 0px 0px !important;
    }

    /* button.btn.btn-lg {
    margin: 0px 0px 0px 40px !important;
} */

    .box1 {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        width: 410px !important;
        height: 527px !important;
        margin: 200px 0px 0px 0px !important;
        background: white;
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: 0 20px 50px rgb(23, 32, 90);
        border: 6px solid #2a3cad;
        /* color: white; */
        padding: 20px;
        background-size: cover;
        background-position: center;
        color: #fff;
        background-size: cover;
        background-image: url('school_image/Apnaschool_03.jpg');
    }

    .box1 .content1 {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 3px solid #f0a591;
        padding: 20px;
        text-align: center;
        box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
        background: white;
        color: black;
        margin: 0px !important;

    }

    .carousel {
        --color-default-state: #ddd;
        --color-active-state: #1bb9ed;
        position: relative;
        width: 100%;
        height: 600px !important;
        margin-top: -60px !important;

    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .grid-item1 {
        height: 600px !important;
    }

    .grid-item1:hover {
        height: 600px;
    }
    .past_events {
        color:red;
        font-size:16px;
       /* margin: 3px 0px 0px 1px; */
       text-align: left;
    }
    div.ex1 {
        background-color: lightblue;
        width: 110px;
        height: 110px;
        overflow: scroll;
    }

    
}

.bj7 {
    font-size: 17px;
    margin: -5px -11px -3px 134px;
    width: 408px;
}



.card67 {
    background-size: cover;
    background-position: center;
    color: #fff;
    background-size: cover;
    background-image: url('school_image/Video_Image2.jpeg');

    padding: 30px 30px 30px 30px;
}

.bodytt {
    background: white;
    border-radius: 20px;
    border-radius: 20px;
    border: 6px solid #c9a34e;
    padding: 40px 30px 200px 30px !important;
}

.bh6 {
    font-size: 26px;
    color: #c1441d;
}

.bh7 {
    font-size: 20px;
    font-family: "Merriweather", serif;
    font-weight: 600;
    margin: -20px -20px 7px -20px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0b0c26;
    background: #00356b;
    margin: 0;
    padding: 10px 10px;
    color: #fff;
}

.bj6 {
    font-size: 17px;
    font-family: "Merriweather", serif;
    font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
}




/* h2{ font-size:20px;color:black;} */

.box1 {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 577px;
    height: 645px;
    background: white;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 20px 50px rgb(23, 32, 90);
    border: 6px solid #2a3cad;
    /* color: white; */
    padding: 20px;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-size: cover;
    background-image: url(school_image/Apnaschool_03.jpg);
}

.box1:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    pointer-events: none;
}

.box1:hover:before {
    left: -50%;
    transform: skewX(-5deg);
}


.box1 .content1 {
    position: absolute;
    top: -3px;
    left: -15px;
    right: -30px;
    bottom: -33px;
    border: 3px solid #f0a591;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
    background: #d7c7c7;
    color: black;
    margin: 40px;

}

.box1 .span65 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;

}

.box1 .span65:nth-child(1) {
    transform: rotate(0deg);
}

.box1 .span65:nth-child(2) {
    transform: rotate(90deg);
}

.box1 .span65:nth-child(3) {
    transform: rotate(180deg);
}

.box1 .span65:nth-child(4) {
    transform: rotate(270deg);
}

.box1 .span65:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: #50dfdb;
    animation: animate 4s linear infinite;
}

@keyframes animate {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(1);
        transform-origin: right;

    }

    100% {
        transform: scaleX(0);
        transform-origin: right;

    }


}

.btn88 {
    color: black;
    font-size: 20px;
    text-decoration: none;

}

.btn88:hover {
    color: white;
    font-size: 20px;
    text-decoration: none;
}


.line-text1::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #2a3cad;
}

.line-text::after {
    margin-top: 1.5em;
}

.line-text-event1::before,
.line-text-event1::after {
    content: "";
    position: absolute;
    top: 218px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #2a3cad;
}

.line-text-event1::before {
    margin-top: -0.7em;
}

.line-text-event1::after {
    margin-top: 0.9em;
}

h2.upcoming {
    font-size: 21px;
   /* margin: 11px 308px 10px 10px; */
    color: #176289;
}

h2.past {
    font-size: 21px;
  /*  margin: 11px 363px 10px 10px; */
    color: #176289;
}

.no_events {
    margin: 22px -118px -1px -20px !important;
    color: red;
}