* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
#nav {
    width: 100%;
    height: 8vh;
    background-color: bisque;
}

.navrap {
    width: 90%;
    margin: auto;
    padding-top: 5px;
}

#nav h1 {
    font-size: 150%;
    color: green;
    margin-left: 35%;
}

/* navigation bar 2 */
#nav1 {
    width: 100%;
    height: 10vh;
}

.navrap1 {
    width: 80%;
    /* margin: auto; */
}

.logo img {
    width: 100%;
    height: 10vh;
    color: green;
}

.logo {
    position: absolute;
}

.menu {
    float: right;
    margin-top: 30px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: rgba(0, 128, 0, 0.9);
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/*  banner 4*/
.ban4 {
    width: 100%;
    height: 100vh;
    background-image: url(banedu\ \(2\).jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.banrap4 {
    width: 60%;
    height: 60%;
}

.mid6 h6 {
    font-size: 06vh;
    color: green;
    text-align: center;
    text-decoration: underline;
}

.mid6 p {
    font-size: 05vh;
    color: green;
    text-align: justify;
}

.midrap6 h6 {
    display: block;
    margin: auto;
}

.midrap7 img {
    display: block;
    margin: auto;
}
/* footer */
.foot {
    width: 100%;
    height: 40vh;
    background-image: url(./footer.jpg);
    background-size: 100%;
    background-repeat: no-repeat;

}

.footrap {

    width: 100%;
    height: 40vh;
    color: green;
    background-color: rgb(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.box1 {
    float: left;
    margin-top: 10vh;
    margin-left: 10%;

}

.box1 ul li {
    display: list-item;
    list-style-type: none;
}

.box1 ul li a {
    color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;

}