
#header-nav-holder{
    position: fixed;
    height: 80px;
    width: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 999;
    transition: background-color 1s ease 0s;
    font-weight: 400;
}

#header-nav-holder.solid {
    background-color: #fff;
    transition: background-color 1s ease 0s;
}

li a #menu-li, li a #menu-tw {
    display: inline-block;
    position: relative;
    top:-0;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}


#menu-li{
    position: relative;
    background: url("/wp-content/uploads/2022/01/linked-in.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer;
    top:30px;
}

#menu-tw{
    position: relative;
    background: url("/wp-content/uploads/2022/01/twitter.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-color: transparent;
    cursor: pointer;
    top:30px;
}

#menu-fb{
    position: relative;
    background: url("https://www.asusbusiness.com/wp-content/uploads/2019/10/facebook.jpg") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-color: transparent;
    float: right;
    cursor: pointer;
    top:30px;
}


#header-nav h1{
    float: left;
    display: block;
    background: url("/wp-content/uploads/2025/02/logo-black.png") no-repeat center;
    background-size: cover;
    width: 150px;
    height: 75px;
    text-indent: -9999px;
    margin-top: 10px;
}

#header-nav > ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #eee;
    margin-top: 25px;
    overflow: hidden;
}

#header-nav > ul > li{
    position: relative;
}

#header-nav > ul > li a{
    display: inline;
    padding: 10px;
    text-decoration: none;
}

#header-nav .menu{
    clear: both;
    max-height: 0;
    transition:max-height .2s ease-out;
}

#header-nav .menu-icon{
    position: relative;
    margin-top:10px ;
    padding: 28px 20px;
    float: right;
    cursor: pointer;
}

#header-nav .menu-icon .nav-icon{
    background: #333;
    display: block;
    height: 3px;
    width: 35px;
    position: relative;
    transition:background .2s ease-out;

}

#header-nav .menu-icon .nav-icon:after{
    background: #333;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -10px;
    transition:all .2s ease-out;
}

#header-nav .menu-icon .nav-icon:before{
    background: #333;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 10px;
    transition:all .2s ease-out;
}

#header-nav .menu-btn{
    display: none;
}

#header-nav #menu-btn:checked ~ .menu{
    min-height: 215px;
}

#header-nav #menu-btn:checked ~ .menu-icon .nav-icon{
    background: transparent;
}

#header-nav #menu-btn:checked ~ .menu-icon .nav-icon:before{
    transform: rotate(-45deg);
    top: 0;
}

#header-nav #menu-btn:checked ~ .menu-icon .nav-icon:after{
    transform: rotate(45deg);
    top: 0;
}

#header-nav > ul > li a:hover {
    font-weight: 400;
    color: #ccc;
}

#menu-footer-navigation li a{
    display:block;
    color: #333;
    font-size: 1rem;
    text-decoration: none;
    margin-top: 1px;
    font-weight: 300;
}


#footer{
    height: 100px;
    padding: 30px;
}

.footer-menu-bg{
    position: relative;
    top: 250px;
    background-color: #e9f8ff;
    height: 120px;
    width: 100%;
}

#menu-footer-navigation ul{
    float:left;
}

#menu-footer-navigation ul a{
    font-size: 1rem;
    text-decoration: none;
}

#menu-footer-navigation ul a:hover{
    color: #00f;
}


#powered-by{
    color: #999;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    float: right;
    margin: 50px 15px;

}

#powered-by a{
    color: #999;
    text-decoration: none;
}

#powered-by a:hover{
    color: #aaa;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#header-nav > ul > li > ul {
    display: none;
}

#partner-link a:hover{
    color: #900!important;
}


