  .footer-top {
    display: flex;
    padding: 50px 0;
    background: #2a2a2a;
}

.footer-description {
    width: 24%;
    float: left;
}

.footer-right-description {
    width: 47.9%;
    float: left;
}

.o-nav-panel {
    /* width: 20.4%; */
    float: left;
    width: 33.333333%;
}

.o-fb-panel {
    max-width: 320px;
    float: right;
}

.footer-description .footer-logo {
    display: inline-block;
    margin: 0 0 30px;
}

.footer-description ul {
    list-style: none;
    margin: 0;
}

.footer-description ul li {
    margin: 0 0 15px;
    display: inline-block;
}

.footer-description ul li p,
.footer-description ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    display: inline-block;
    margin: 0;
}

.footer-description ul li i,
.footer-description ul li i {
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.footer-description ul li a:hover {
    color: #ffc600;
}

.footer-right-description .o-nav-panel h6 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 40px;
}

.footer-right-description .o-nav-panel ul {
    list-style: none;
    margin: 0;
}

.footer-right-description .o-nav-panel ul li {
    margin: 0 0 17px;
}

.footer-right-description .o-nav-panel ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.footer-right-description .o-nav-panel ul li a:hover,
.footer-right-description .o-nav-panel ul li.active a,
.footer-right-description .o-nav-panel ul li.current-menu-item a {
    color: #ffc600;
}

.footer-bottom {
    background: #111111;
    padding: 38px 0;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.footer-bottom p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    display: inline-block;
}

.footer-bottom p a {
    color: #fff;
}

.footer-bottom p a:hover {
    color: #ffc600;
}

.footer-bottom ul {
    list-style: none;
    margin: 0;
    width: auto;
    float: right;
}

.footer-bottom ul li {
    display: inline-block;
    margin: 0 12px;
}

.footer-bottom ul li a {
    font-size-adjust: 16px;
    color: #ffc600;
}

.footer-bottom ul li a:hover {
    color: #0011f3;
}

.scrolltop {
    background: #0011f3;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 22px;
    line-height: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-align: center;
    display: none;
}

.scrolltop i {
    animation: bounce 0.6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.scrolltop:hover{
    background: #ffc600;
    color: #0011f3;
}

@keyframes bounce {
    from {
        transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
        -moz-transform: translate3d(0, -2px, 0);
        -ms-transform: translate3d(0, -2px, 0);
        -o-transform: translate3d(0, -2px, 0);
}

    to {
        transform: translate3d(0, 5px, 0);
        -webkit-transform: translate3d(0, 5px, 0);
        -moz-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        -o-transform: translate3d(0, 5px, 0);
}
}

/* 
font-family: 'Jost', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/*====================================================== Responsive =========================*/
@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1199px) {
    .footer-right-description {
        width: 46%;
    }
}

@media only screen and (max-width:1099px) {
    .footer-right-description {
        width: 42.5%;
    }
    .footer-right-description .o-nav-panel h6 {
        font-size: 18px;
    }
}
@media only screen and (max-width:1024px) {}

@media only screen and (max-width:991px) {
    .footer-top {
        padding: 30px 0;
    }
    .footer-description {
        width: 34%;
        float: left;
    }
    .footer-right-description {
        width: 66%;
    }
    .o-nav-panel:last-child{
        width: 40%;
    }
    .o-nav-panel:last-child ul li {
        width: 50%;
        float: left;
    }
    .o-nav-panel{
        width: 30%;
    }
    .o-fb-panel{
        width: 100%;
        float: left;
        margin: 30px 0 0;
        max-width: 100%;
    }
    .fb-page-inner{
        max-width: 320px;
        float: none;
        margin: 0 auto 0;
        position: relative;
    }
    .fb-page-inner:after, 
    .fb-page-inner:before {
        content: " ";
        display: table;
    }
    .fb-page-inner:after {
        clear: both;
    }
}

@media only screen and (max-width:840px) {}

@media only screen and (max-width:767px) {
    .footer-description{
        width: 100%;
        text-align: center;
    }
    .footer-description .footer-logo{
        text-align: center;
        margin: 0 0 20px;
    }
    .footer-description ul {
        list-style: none;
        margin: 0;
        max-width: 260px;
        margin: 0 auto;
        text-align: left;
    }
    .footer-description ul li{
        text-align: left;
    }
    .footer-right-description {
        width: 100%;
    }
    .o-nav-panel {
        width: 100%;
        text-align: center;
    }
    .o-nav-panel:last-child {
        width: 100%;
    }
    .o-nav-panel:last-child ul li {
        width: 100%;
    }
    .footer-right-description .o-nav-panel h6{
        margin: 15px 0;
    }
    .footer-right-description .o-nav-panel ul li {
        margin: 0 0 12px;
    }
    
}

@media only screen and (max-width: 700px) {
    .footer-bottom {
        padding: 12px 0;
    }
    .footer-bottom p {
        margin: 0;
        display: block;
        text-align: center;
    }
    .footer-bottom ul {
        list-style: none;
        margin: 15px 0 0;
        width: 100%;
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width:640px) {}

@media only screen and (max-width:575px) {
    .footer-bottom p{
        font-size: 15px;
    }
    .footer-description ul li p, .footer-description ul li a {
        font-size: 15px;
    }
    .footer-description ul li {
        margin: 0 0 10px;
    }
    .footer-description ul li i, .footer-description ul li i{
        font-size: 15px;
    }
    .o-fb-panel {
        margin: 15px 0 0;
    }
}
@media only screen and (max-width:520px) {}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:380px) {
    .footer-bottom p {
        font-size: 13px;
    }
}