header{
    height: 80px;
    transition:  all .3s ease!important;
  
}

.sc_button{
    background-color: transparent!important;
    color: #00205c!important;
    border:1px solid #00205c!important;
}

.sc_button:hover{
    background-color: #00205c!important;
    color: #fff!important;
}


header > div{
    height: 100%!important;
}

header > div >div{
      background-color: #ebebeb!important; 
     
    
}

header > div .elementor-hidden-desktop{
     height: 100%!important;
}


header .sc_layouts_logo .logo_image{
    max-height: none!important;
    height: 70px;
    object-fit: contain!important;
    transition:  all .3s ease!important;
}


header:has(.sc_layouts_row_fixed_on){
    height: 60px;
}

header .sc_layouts_row_fixed_on .logo_image{
     height: 40px;
}


.sc_button + .sc_button{
    margin-left: 0!important;
}
.sc_item_button{
    gap: 20px!important;
    display: flex!important;
    flex-wrap: wrap!important;
}

@media (min-width: 1280px){
    header{
    height: 100px;
    transition:  all .3s ease!important;
  
}
header > div >div{
      background-color: #ebebeb!important;
}
header .sc_layouts_logo .logo_image{
    max-height: none!important;
    height: 90px;
    object-fit: contain!important;
    transition:  all .3s ease!important;
}


header:has(.sc_layouts_row_fixed_on){
    height: 80px;
}

header .sc_layouts_row_fixed_on .logo_image{
     height: 60px;
}





