@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

.menu {
    display: none;
}

.mynavs {
    display: none;
}


.topmenu {
    background: white;
    height: auto;
    border-bottom: solid 1px #f8f8f8;
    padding: 10px 0px;
}

.gred {
    overflow: hidden;
}

.corres {
    background: #f2f2f2;
    height: auto;
    padding: 65px 0px;
    border-radius: 5px;
}

.index {
    padding: 50px 0px;
    height: auto;
}

.photo h2 {
    text-align: center;
    margin-bottom: 50px;
}

.gred {
    margin-bottom: 25px;
}

.meen h2 {
    text-align: center;
    margin-bottom: 50px;
}

.gred img {
    width: 100%;
    height: 200px;
    opacity: 0.7;
    transition: ease-in 0.2s;
    cursor: pointer;
    border-radius: 5px;
}

.gred img:hover,
.gred img:focus {
    opacity: 1;
}

.photo {
    padding: 50px 0px;
}

.logo {
    display: flex;
    align-items: center;
    /* justify-content:center; */
}

.content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.title-main {
    font-size: 42px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0;
}

.sub-title-main {
    margin-top: 7px;
    padding-top: 0;
    font-size: 25px;
}

.logo img {
    display: block;
    height: 90px;
    width: 95px;
}

.navi {
    background: #1e3799;
    height: 60px;
}

.directors {
    text-align: center;
}

.directors th {
    text-align: center;
}

.about h3 {
    text-align: center;
}

.about h4 {
    text-align: center;
    line-height: 1.5;
}


.about {
    text-align: center;
}

.slider {
    height: 500px;
    overflow: hidden;
    max-width: 1200px;
    margin: 2rem auto 2rem auto;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(30, 55, 153, 0.08);
}

.slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

@media (max-width: 900px) {
    .slider {
        height: 300px;
    }

    .slider img {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .slider {
        height: 180px;
    }

    .slider img {
        height: 180px;
    }
}

.index h2 {
    text-align: center;
}

.index h4 {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
}

.index {
    padding: 50px 0px;
}

.index p {
    text-align: center;
    margin-bottom: 70px;
}

.index li {
    background: #f1f1f1;
    padding: 10px;
    width: 32%;
    float: left;
    margin: 5px;
    height: 100px;
    /* //border: solid 1px #dfdfdf; */
    margin-top: 10px;
    padding-top: 25px;
    list-style: none;
    border-left: solid 5px red;
}

.about {
    padding-top: 50px;
    height: auto;
}

.about h2 {
    font-size: 35px;
}

.box {
    background: white;
    height: auto;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px 10px;
    text-align: center;
}

.icon {
    margin-bottom: 10px;
    margin-top: 10px;
}

.box h5 {
    text-align: left;
}

.maps {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.contactus {
    background-color: #f5f5f5;
    height: auto;
    padding: 50px 0px;
}

.mainbacks {
    /* background: rgba(0, 0, 0, 0.5); */
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* margin-left: -300px; */
    /* margin-top: -200px; */
    z-index: 10000;
    display: none;
}

.mainbacks .middle {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainbacks .middle div {
    padding: 0;
    margin: 0;
}

.show {
    /* background: white; */
    /* height: auto; */
    border-radius: 5px;
    /* margin-top: 15%; */
    overflow: hidden;
    /* padding: 10px; */
}

.show img {
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: contain;
    display: block;
}

.mainbacks h4 {
    background: black;
    width: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    /* top: 0%; */
    color: white;
    cursor: pointer;
}

.navi ul {
    list-style: none;
    margin-left: -45px;
}

.navi ul li {
    height: 60px;
    line-height: 60px;
    float: left;
    transition: ease-in 0.2s;
}

.navi ul li a {
    color: #f1f1f1;
    padding: 0px 30px;
    text-decoration: none;
    display: block;
}

.navi ul li:hover,
.navi ul li:focus {
    background: #0c2461;
}

.footer {
    text-align: center;
    background: #0c2461;
    color: whitesmoke;
    height: auto;
    padding: 10px 0px;
}

.footer a {
    color: yellow;
    padding-left: 20px;
}

.profile {
    background: white;
    height: 280px;
    border: solid 1px #f9f9f9;
    text-align: center;
    margin-bottom: 15px;
}

.faculty {
    padding: 40px 0px;
    height: auto;
    text-align: center;
}

.profile img {
    padding: 15px;
    height: 150px;
    width: auto;
}

.icon img {
    height: 40px;
    width: 40px;
}

.corimg img {
    height: 100px;
}

.cormsg {
    text-align: left;
}

.meen {
    background: white;
    height: auto;
    padding: 30px 10px;
    text-align: center;
}

@media(min-width: 320px) and (max-width: 640px) {
    .title-main {
        text-align: center !important;
        font-size: 24px !important;
        margin-bottom: 0;
        margin-top: 5px;
        padding: 0;
    }

    .logo {
        display: block;
    }

    .sub-title-main {
        text-align: center;
        margin-top: 7px;
        padding-top: 0;
        font-size: 18px !important;
    }
}