
.nav1{
     margin: 0px 39px 0px 10px;
    font-size: 16px;
    text-decoration: none;
    color: rgb(255, 255, 255);

}
.nav1:hover{
     color:#c2dfff;
}
nav{
     box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
     background-color: #276b93;
}

.nav-item:hover{
background-color: #0355af;
}




section{
     margin-top: 40px;
     margin-bottom: 30px;
}
.fone{
 border: 1px solid gray;
 border-top:3px solid #0b69cc;
}
.ftwo{
     margin: 23px 20px;
}
.heading{
     font-size: 29px;
    font-weight: 600;
    color: #07203a;
}
.foot{
     margin-top: 100px;
}
