#awards-certi {
    padding: 20px;
}

.awards-certi-container {
    font-size: large;
    font-family: 'Lato', sans-serif;
    padding: 10px 40px 40px 40px;
}

#awards-certi ul {
    list-style-type: none;
}

#awards-certi h1 {
    color: #394096;
    border-bottom: 1px solid #394096;
}

#awards-certi h2 {
    color: #394096;
}

#awards-certi p {
    text-align: justify;
}



/* slide show */

.mySlides {
    display: none;
    width: 100%;
}
.mySlides img {
    width: 100%;
    height: 700px;
}

#aboutusslide {
    width: 100%;
    margin: 0px;
    padding: 40px;
    border: none;
}

@media screen and (max-width:322px) {
    #aboutusslide {
        padding: 0%;
    }
    .mySlides img {
        width: 100%;
        height: 700px;
    }
}
@media screen and (max-width:378px)and (min-width: 323px) {

    #aboutusslide {
        padding: 0%;
    }
    .mySlides img {
        width: 100%;
        height: 700px;
    }
    .mySlides img {
        width: 100%;
        height: 700px;
    }
}
@media screen and (max-width:430px)and (min-width: 379px) {

    #aboutusslide {
        padding: 0%;
    }
    .mySlides img {
        width: 100%;
        height: 700px;
    }
}
@media screen and (max-width:769px)and (min-width: 431px) {

    #aboutusslide {
        /* padding: 10px 150px 10px 150px; */
        padding: 0%;
    }
    .mySlides img {
        width: 100%;
        height: 700px;
    }
}
.slideshow-container {
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    width: 90%;
}


.prev {
    cursor: pointer;
    position: absolute;
    top: 45%;
    left: 0%;
    width: auto;
    margin-top: -22px;
    padding: 30px;
    color: rgb(143, 86, 86);
    font-weight: bold;
    font-size: 25px;
    transition: 0.5s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    right: 0%;
    width: auto;
    margin-top: -22px;
    padding: 30px;
    color: rgb(143, 86, 86);
    font-weight: bold;
    font-size: 25px;
    transition: 0.5s ease;
    user-select: none;
    border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
