.topfixed{       
    padding-bottom:0px !important;  
    box-shadow: 0 5px 7px rgb(0 0 0 / 20%);}
.topfixed #top{
   background:var(--color1) !important;}
.topfixed #logoimg{   
    width:500px;
    margin-top:30px !important;
    margin-bottom:0px !important;}
.topfixed #searchbox{   
    display:block;}    
    
.topfixed #nav{      
    background:var(--color1) !important;}
.topfixed #nav .navbar{
    background:var(--color1) !important;}
.topfixed .navbar .navbar-nav>li>a{
    font-weight:normal !important;}
.topfixed .dropdown-menu{ 
    border-top: 0.5px solid var(--color2);}

@media(max-width: 768px){
   #topfixed{
    background: var(--color1);
    padding-bottom:0px;}  
 
} 

@media(min-width:768px){
    #topfixed{
        position: fixed;    
        width: 100%;
        left: 0;
        top: 0;
        z-index: 90;  
        background: linear-gradient(rgba(0,63,138,1) ,rgba(0,63,138,0));
        padding-bottom:180px;}
    }
}  