.top-back {
    background: #577284;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    height: 45px;
}
.head-ul li:hover
{
    font-size: 16px;
    color: #fff;
    border: 1px solid #0a6196;
    padding: 5px;
    background-color: #0a6196;
    height: 30px;
    width: 34px;
    text-align: center;
    border-radius: 5px;
    margin-right: 9px;
    margin-top: 9px;
}
.header-ul {
    display: inline-flex;
    margin-left: -73px;
    margin-top: 5px;
}
.header-ul li {
    color: #fff;
    float:left;
}

.header-ul li {
    margin-top: 2px;
    font-size: 18px;
    padding-right: 5px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}
.header-ul li a {
    font-size: 21px;
    color: #efcd1f;
    padding-left: 12px;
    text-decoration: underline;
}
.header-ul li i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 7px;
    border: 1px solid #efcd1f;
    padding: 5px;
    width: 34px;
    text-align: center;
    border-radius: 5px;
}
.header-ul li i:hover {
    font-size: 18px;
    color: #ffffff;
    margin-right: 7px;
    border: 1px solid #efcd1f;
    padding: 5px;
    width: 34px;
    text-align: center;
    border-radius: 5px;
    background-color:#efcd1f;
}
.head-ul {
    display: flex;
    float: right;
    margin-bottom: 0px;
}
.head-ul li {
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #efcd1f;
     padding: 5px;
    height: 30px;
    width: 34px;
    text-align: center;
    border-radius: 5px;
    margin-right: 9px;
    margin-top: 9px;
    float:left;
}
.head-ul li i{
    color:#fff;
}
.head-ul li:hover{
    color:#fff;
    background-color: #efcd1f;
}
li
{
	list-style: none;
}
ul {
    margin-left: -40px;
}