






body {
  background-color: #FFFFFF;
}


.maincontent{
    background-color: #0e5dae;
    height: 65px;
   
    /* background-color: rgba(0,0,0,.34); */
}

.logo{
    color:white;
    padding-top: 11px;
    overflow: hidden;
    object-fit: cover;
    height: 50px;
    width: 100px;;
    
}

.nav_item_code{
            background-color: blue;
            padding-top: 11px;
            height:65;
}

.collapse_iteml{
   color: white!important;
    font-size: 18px;
    background-color: blue;

}
.collapse_iteml:hover{
    color: White!important;
 
}

.toggler{
    color:black;
}

.nav_option{
    padding-top: 2px;
    color: pink;
    width: 100%;
    align-items: center;
    font-size: 23px;
    border: none!impotant;
background: none;
  
}