/* footer widget area */
#footer-sidebar {
    background: #1e384e;
    color: #fff;
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
}
.footer-column {
    display: flex;
    justify-content: left;
    padding: 50px;
}
.footer-column .widget {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
.footer-column .widget .menu-item {
    display: block;
    float: none;
    padding: 5px 10px;
}
.right-footer {
    flex: 0 0 300px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.left-footer {
    flex: 1 1 100%;
}
@media only screen and (max-width: 1368px) {
    .footer-column .widget {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .footer-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 15px;
    }
    .right-footer {
        margin-top: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        justify-content: flex-start;
    }
    .supports__grid .grid_item_name {
        font-size: 30px;
    }
}