/*footer*/
.footer-nav{
    background: #333333;
    width: 100%;
}
.footer-sub-box-main{
    color: #a1a1a0;
    margin: 10px 0 0px 0;
}
.footer-sub-box li{
    display: inline-block;
}
.footer-sub-box li a{
    color: gray;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
    border-right: 1px solid #000;
    font-weight: 600;
}
.footer-sub-box li a:hover{
    color: #fff;
}
.footer-sub-box p{
    color: gray;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
    text-align: right;
}
.develope {

}
.develope h4{
    font-size: 12px;
    color: #a1a1a0;
    letter-spacing: 1px;
    padding: 0 10px;
    text-align: left;
}

@media (max-width: 767px) {
    /*footer*/
    .footer-nav{
        height: auto;
    }
    .develope h4{
        text-align: center;
    }

    .footer-sub-box p{
        text-align: center;
    }
}