#site-header{
transition: 1s;
}
#site-header.sticky{
background-color: #000!important;
position: fixed!important;
}
#site-header.sticky .custom-logo {
height: 30px;
}
#site-header.sticky #site-navigation-wrap .dropdown-menu >li >a{
font-size:20px;
line-height: 65px;
}
#site-header.sticky #site-logo #site-logo-inner{
height: 65px;
}
#site-header.sticky .cta-btn .text-wrap{
padding: 8px 18px;
}