    
    @media (max-width: 480px) {
        .desktop {
            display: none !important;
        }

        .content-section {

            padding: 50px 0px 50px 0px !important;
        }

        .group {

            margin: 0px 0px 0px 0px !important;
        }

    }

    @media (max-width: 768px) {
        .desktop {
            display: none !important;
        }

        .group {

            margin: 0px 0px 0px 450px;
        }
    }
    #navbar {
        background-color: white;
        width: 100%;
    }

    .dropdown {

        display: inline-block;
    }

    .dropbtn {
        background-color: inherit;
        color: black;
        padding: 10px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .dropbtn:hover {
        background-color: #286dc0;
    }

    .dropdown-content {
        display: none;
        /* position: absolute; */
        background-color: #286dc0;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: rgb(255, 255, 255);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* Hero section styles */
    .hero-section {

        height: 700px;
        overflow: hidden;
        font-family: "Merriweather", serif;
        z-index: -1 !important;
    }


    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1 !important;
    }

    .hero-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px;
        text-align: center;
        color: #fff;
        background-color: rgba(33, 71, 109, 0.7);
        z-index: -1;
    }

    .hero-content h1 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 18px;
    }

    /* Campus section styles */
    .campus-section {
        padding: 50px 0;
    }

    .campus-section h2 {
        font-family: "Source Serif Pro", serif;
        font-weight: 400;
        font-size: 40px;
        margin-bottom: 40px;
        color: #286dc0;
        text-align: left;
    }

    .container {
        max-width: 1200px;
        margin: -58px auto;
        padding: 0 20px;
    }

    .grid-item1 {
        background-color: #ffffff;
        border-radius: 5px;
        overflow: hidden;
        font-family: "Merriweather", serif;
        height: 460px;
        border-bottom: 4px solid #286dc0;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .bb6 {
        padding: 10px 40px 0px 20px !important;
    }

    .bb7 {
        padding: 10px 40px 0px 20px !important;
    }

    .img-fluid1 {
        width: 100%;
    }

    .grid-item1:hover {
        background-color: #f1f1f1;
        border-radius: 5px;
        overflow: hidden;
        font-family: "Merriweather", serif;
        height: 460px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        border-bottom: 4px solid #e4bf69;
    }

    .grid-item {
        background-color: #ffffff;
        border-radius: 5px;
        overflow: hidden;
        font-family: "Merriweather", serif;
        height: 380px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .grid-item:hover {
        background-color: #f1f1f1;
        border-radius: 5px;
        overflow: hidden;
        font-family: "Merriweather", serif;
        height: 380px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        border-bottom: 4px solid #286dc0;
    }

    .image-container img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .grid-item .caption {
        padding: 10px;
    }

    .p1 {
        font-size: 17px !important;
    }

    .grid-item .caption h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .grid-item .caption p {
        font-size: 20px;
        line-height: 1.5;
    }

    .grid-item img {
        width: 100%;
    }

    .btn-lg {
        padding: 12px 60px 12px 60px !important;
    }

    /* Content section styles */
    .content-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.652), rgba(0, 0, 0, 0.652)), url(Images/schoolimage.jpg);

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

        padding: 150px 0px 200px 0px;


    }

    .content-section h2 {
        font-family: "Source Serif Pro", serif;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #e4bf69;
    }

    .content-section p {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
        /* font-family: "Merriweather", serif; */
        color: #ffffff;
        padding: 0px 150px 0px 150px;
    }

    /* Student life section styles */
    .student-life-section {
        padding: 40px 0;
    }

    .student-life-section h2 {
        font-family: "Source Serif Pro", serif;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 20px;
        color: #286dc0;
        text-align: left;
    }

    .student-life-section .grid-item {
        background-color: #f1f1f1;
        border-radius: 5px;
        overflow: hidden;
    }


    .student-life-section .grid-item .caption {
        padding: 10px;
        text-align: left;
    }

    .student-life-section .grid-item .caption h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .student-life-section .grid-item .caption p {
        font-size: 20px;
        line-height: 1.5;
    }

    .footer {
        background-color: #00356b;
        color: white;
        padding: 50px 0px 10px 0px;
    }

    .footer-contact p {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: small;
    }

    .footer-year a {
        text-decoration: none;
        color: white;
    }

    .footer-year a:hover {
        color: #e4bf69;
        text-decoration: none;
    }

    .footer-logo {
        max-width: 250px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .footer-contact {
        margin-bottom: 50px;
    }

    .footer p {
        font-family: 'Poppins', sans-serif;
    }

    .footer-quick-links {
        margin-top: 30px;
        margin-bottom: 50px;
        line-height: 2;
    }

    .footer h4 {
        color: #63aaff;
        font-family: 'Poppins', sans-serif;
    }

    .footer-quick-links li {
        list-style: none;
        margin-bottom: 5px;
    }

    .footer-quick-links li a {
        color: white;
        text-decoration: none;
    }

    .footer-quick-links li a:hover {
        color: #e4bf69;
        text-decoration: none;
    }

    .footer-information {
        margin-top: 30px;
        margin-bottom: 50px;
        line-height: 2;

    }


    .footer-information li {
        list-style: none;
        margin-bottom: 5px;
    }

    .footer-information li a {
        color: white;
        text-decoration: none;
    }

    .footer-information li a:hover {
        color: #e4bf69;
        text-decoration: none;
    }

    .footer-social-media ul {
        list-style-type: none;
        padding-left: 0;
    }

    .footer-social-media ul li {
        display: inline-block;
        margin-right: 10px;
    }

    .footer-social-media ul li a {
        color: white;
    }

    .footer-social-media ul li a:hover {
        color: #e4bf69;
    }


    @media (max-width: 767px) {

        /* Mobile styles */
        .container {
            padding: 0;
        }

        a {
            text-decoration: none !important;
        }

        .hero-section {

            height: 700px;
            overflow: hidden;
            font-family: "Merriweather", serif;
            z-index: -1 !important;
        }

        .hero-content {
            padding: 20px;
            z-index: -1 !important;
            margin-top: -100px !important
        }

        .hero-content {
            position: absolute;
            bottom: none !important;
            left: 0;
            right: 0;
            padding: 40px;
            text-align: center;
            color: #fff;
            background-color: rgba(33, 71, 109, 0.7);
            z-index: -1;
        }

        p.text-center.cc {
            padding: 0px 0px 0px 0px;
            font-size: 16px;
        }

        .hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1 !important;
        }

        .grid-item img {
            width: 100%;
        }

        .campus-section h2,
        .content-section h2,
        .student-life-section h2 {
            font-size: 28px;
            margin-bottom: 30px;
        }

        .grid-item .caption h3 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .grid-item .caption p {
            font-size: 16px;
        }
    }



    #rc_logo a {
        color: inherit;
        text-decoration: none;
    }

    .rc_nav {
        /* overflow: hidden; */
        background-color: #ffffff;
        text-align: right;
        z-index: 6;
        color: black;
    }

    .b {
        padding: 20px 8px;
    }

    .rc_nav a {
        display: inline-block;
        margin-right: -4px;
        /* inline-block gap fix */
        color: #000000;
        /* padding: 23px 20px; */
        margin: 12px 0px 12px 0px;
        text-decoration: none;

        font-size: 17px;
        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear;
        /* z-index: 9; */
    }

    .rc_nav a:hover {
        background-color: #00356b;
        color: white;
    }

    .rc_nav .icon {
        display: none;
    }

    .rc_content {
        text-align: center;
        padding-left: 14px;

        margin-top: -40px;
        color: #8e909b;
    }

    #rc_logo {
        left: 30px;

        position: absolute;
        color: #fff;
        font-size: 19px;

        text-decoration: none;
    }

    #rc_logo a {
        color: inherit;
        text-decoration: none;
    }

    @media screen and (max-width: 820px) {
        .rc_nav a {
            display: none;
        }

        .rc_nav a.icon {
            float: right;
            display: block;
            width: 60px;
        }
    }

    @media screen and (max-width: 820px) {
        .rc_nav.responsive {
            top: 73px;
        }

        .rc_nav.responsive .icon {
            position: fixed;
            right: 0;
            top: 0;
        }

        .rc_nav.responsive a {
            float: none;
            display: block;
            text-align: center;
        }

    }


    .cp_wrapper {


        margin-inline: auto;
        padding: 10px 0px 10px 0px;


        background: #00356b;

    }


