footer {
    background-color: rgb(67, 67, 67);
    padding: 60px 0 30px;
}
.footer-content{



}
.footer-nav, .copy-right {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;

}

.copy-right {
    text-align: center;
}

.copy-right div {
    text-align: center;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.5)
}

hr {
    border-bottom-color: rgb(128, 128, 128);
    margin: 16px 0;
}

.footer-nav {
    display: flex;
    box-sizing: content-box;
}
.footer-nav-menu{
    padding-bottom:20px;
    flex: 1;
}
.footer-nav-ul{
    display: flex;
}
.footer-nav-li{
    display: list-item;
    flex: 1;
}
.footer-nav ul,.footer-nav li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav-li p{
    font-weight: 700;
    color: white;
}
.footer-sub-nav-item{
    height: 28px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
}
.footer-contact-us{
    padding-right: 30px;
    padding-left: 30px;
    flex: 0 0 30%;
}
.footer-nav-menu a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}
.footer-nav-first{
color: white !important;
}