* {
    margin: 0px;
    padding: 0px;
}

/* HEADER */
header {
    width: 100%;
    height: 6vh;
    background-color: rgb(5, 5, 124);
}

.headrap {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
}

.box1 {
    margin-top: 10px;
}

.box1 h5 {
    color: aliceblue;
    font-size: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.box1 i {
    color: aliceblue;
}



/* BANNER */
.ban {
    width: 100%;
    height: 17vh;
    /* border: 2px solid red; */
}

.banrap {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 15px;
}

.box2 img {
    height: 17vh;
    /* border: 2px solid red; */
}
.box2 h1{
    text-align: center;
    /* margin-top: 50px; */
}

/* NAVIGATION BAR */



/* middle */
.mid {
    width: 100%;
    height: 10vh;
    /* background-color: aquamarine; */
}

/* NAVIGATION BAR */
 /* Make the image fully responsive */
 .carousel-inner img {
    width: 100%;
    height: 80vh;
}

.nav {
    background-color: rgb(5, 5, 124) !important;
    /* position: sticky !important;
    top: 0px !important; */
    /* width: 250px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    text-align: center !important;

}


.menuc {
    color: aliceblue !important;
    text-transform: uppercase !important;
    /* padding-left: 40px !important; */
    /* padding-right: 40px !important; */
    font-weight: bold;
    text-align: left;
}

.menuc:hover {
    background-color: rgba(243, 231, 231, 0.2) !important;
    border-bottom: 3px solid red !important;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
    color: white !important;

}






/* FOOTER */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background-color: rgb(5, 5, 124);
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

h2 {
    padding: 25px 0;
    text-align: center;
    color: #fff;
    background: #7c8490;
}