﻿    <style>
        .banner {
            width: 100%;
            float: left;
            height: auto;
            max-width: 100%;
        }

        .sidebar {
            width: 95px;
            position: fixed;
            left: 0px;
            top: 572px;
            z-index: 99;
        }

        .our-gallery-1 {
            height: auto;
            width: 100%;
            margin: 0px 0px;
            overflow: hidden;
            padding: 5px 0px 0px 0px;
            max-width: 100%;
        }

        .gal {
            width: 15%;
            float: left;
            margin: 0px 0px;
            padding: 0px 0px;
            max-width: 100%;
        }

            .gal h4 {
                font-size: 25px;
                color: #333;
                margin: 0px 0px;
                padding: 5px 0px;
                font-family: 'Open Sans', sans-serif;
            }

        .gal-border {
            width: 70%;
            border: 1px solid grey;
            /* height: 2px; */
            float: left;
            margin: 19px 10px 0px 0px;
            padding: 0px 0px 0px 0px;
            max-width: 100%;
        }

        .gallery {
            height: auto;
            width: 100%;
            margin: 0px 0px;
            padding: 0px 0px;
            max-width: 100%;
        }

        button.btn:hover {
            background-color: #fff;
            border: 2px solid #bbb;
            text-decoration: none;
        }

        button.btn a:hover {
            text-decoration: none;
        }

        .ln_rm {
            color: #fff;
            float: right;
        }

        .modal-header {
            display: flex;
            justify-content: space-between;
        }

        .new-logo {
            width: 120px;
        }

        .top-header {
            height: 40px;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            background-color: #22409A;
            max-width: 100%;
            font-family: 'Open Sans', sans-serif;
        }

        .solid-menus .navbar-default.navbar-default-dark {
            background: #22409A;
            border-left: 1px solid #22409A;
            border-right: 1px solid #22409A;
            border-bottom: 0;
            border-top: 0;
        }

        .aboutus h2 {
            background: #22409A;
            width: 100%;
            color: #fff;
            font-size: 14px;
            padding: 15px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            margin: 10px 0px 0px 0px;
        }

        .dept h2 {
            background: #22409A;
            width: 100%;
            color: #fff;
            font-size: 14px;
            padding: 15px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            margin: 10px 0px 0px 0px;
        }

        li.resp-tab-item.resp-tab-active {
            background: #22409A;
            color: #fff;
        }

        .md-set .panel-default > .panel-heading {
            color: #fff;
            background-color: #22409A;
            border-color: #ddd;
            border-radius: 0px;
            padding: 15px 15px;
        }

        .std-verify-item {
            background-color: #22409A;
            color: #fff;
            padding: 15px 15px;
            text-decoration: none;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }

         #campus {
            height: auto;
            padding: 50px 0;
            margin-top: 100px;
        }

        .image-flex {
            display: flex;
            /* margin-bottom: 100px; */
        }

        .cultural {
            position: relative;
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

            .cultural .campus-cultural {
                position: absolute;
                bottom: 0;
                left: 0;
                padding-right: 30px;
                font-size: 24px;
                color: white;
                background-color: #22409A;
                font-family: ruda-medium;
                margin-bottom: 0;
                padding-left: 20px;
            }

        #campus .img-margin-right {
            padding-right: 0;
        }

        #campus {
            height: calc(100vh - 128px);
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .campus {
            text-align: center;
            font-size: 40px;
            font-family: ruda-bold;
            color: #22409A;
            margin-bottom: 50px;
        }

        #campus .img-margin-right {
            padding-right: 0;
        }

        /* .img-margin {


  margin-bottom: 80px;



} */

        .library {
            position: relative;
        }

            .library img {
                height: 275px;
                width: 100%;
            }

            .library .btnon-img {
                position: absolute;
                bottom: 0;
                left: 0;
                color: white;
                background-color: #22409A;
                padding-right: 50px;
                font-size: 24px;
                font-family: ruda-medium;
                margin-bottom: 0;
                padding-left: 20px;
            }

        .image-flex {
            display: flex;
            /* margin-bottom: 100px; */
        }

        .library-padding-right {
            padding-right: 0;
        }

        .library {
            position: relative;
        }

            .library img {
                height: 275px;
                width: 100%;
            }

            .library .btnon-img {
                position: absolute;
                bottom: 0;
                left: 0;
                color: white;
                background-color: #22409A;
                padding-right: 50px;
                font-size: 24px;
                font-family: ruda-medium;
                margin-bottom: 0;
                padding-left: 20px;
            }

        .cultural .campus-cultural {
            font-size: 18px;
        }

        .image-flex {
            display: flex;
            /* margin-bottom: 100px; */
        }


        .cultural {
            position: relative;
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

            .cultural .campus-cultural {
                position: absolute;
                bottom: 0;
                left: 0;
                padding-right: 30px;
                font-size: 24px;
                color: white;
                background-color: #22409A;
                font-family: ruda-medium;
                margin-bottom: 0;
                padding-left: 20px;
            }
    </style>
