* {
    margin: auto;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: rgb(0, 0, 150);
}

/* navigations bar */
/* .ale{
    width: 100%;
    height: 8vh;
} */
.navi {
    width: 100%;
    /* height: 10vh; */
    background: rgb(0, 0, 150) !important;
}

.navbar-brand img {
    width: 100%;
    height: 10vh;
    /* background: transparent; */
}

.nav-link {
    color: white !important;
}

.nav-link:hover {
    border-bottom: 2px solid white;
}

.ser {
    margin-left: 320px;
}
/* text */
.text{
    width: 100%;
    height: 10vh;
}
.textrap{
    width: 50%;
    height: 15vh;
    display: grid;
    grid-template-columns: auto auto auto auto;
    
}
.log h4{
    color: black;
    border: 2px solid white;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}
.log1 h4{
    color: white;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
}
.log1 h4:hover{
    border: 3px solid rgb(12, 12, 12);
    background-color: white;
    color: blue;
}
/* ach  */
.achive {
    width: 80%;
    height: 25vh;
}

.achiverap {
    width: 90%;
    height: 20vh;
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-color: gainsboro;
    border-radius: 20px;
}
/* footer */
.footer{
    width: 100%;
    height: 90vh;
    margin: auto;
    background-color:rgb(27, 27, 41) ;
    /* border: 1px solid white; */
}
.footerrap{
    width: 90%;
    height: 88vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    border-bottom: 1px solid white;
    /* border: 1px solid white; */
}
#co1{
    margin-top: 25px;
}
#cos{
    margin-top: 25px;
    font-size: 20px;
}
#cos ul li a:hover{
    color: gold;
}
#co2 {
    margin-top: 25px;
}
.con h4{
    color: white;
    margin-top: 10px;
    /* border-bottom: 2px solid white; */
}
.con ul {
    
   list-style: none;

}
.con ul li {
    color: white;
    list-style: none;
    padding-top: 4px;
    padding-bottom: 4px;
 
 }
 .con ul li a {
    color: white;
    list-style: none;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
 }
 .con ul li a:hover{
    border-bottom: 2px solid white;   
    border-radius: 10px;
 }
/* Under line */
.under{
    width: 100%;
    height: 10vh;
    background-color:rgb(27, 27, 41) ;
   
}
.underrap{
    width: 90%;
    color: white;
}