footer {
    margin-top: 100px;
}

footer .footer-bottom{
    align-items: normal;
    min-height: 300px;
    margin-top: auto;
    padding: 15px 0 0;
    background-color: #141414 !important;
    border-top: rgba(255, 255, 255, 0.1) 1px solid;
}

.column-menu .xrm-attribute-value {
    display: flex;
    flex-direction: column;
}

.column-menu .footer-item-menu {
    margin-bottom: 17px;
    padding-left: 0;
}

.column-menu .footer-item-menu button {
    text-transform: uppercase;
    text-align: left;
    font-size: 16px !important;
}

.footer-logo {
    width: 114px;
    height: auto;
    margin-bottom: 4px;
}

.text-column-1, .text-column-3, .text-column-5 {
    color: #fff;
    font-family: 'Nunito';
}

.text-column-1 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-column-3 {
    line-height: 2.15;
    text-wrap: nowrap;
    height: 31px;
    margin-bottom: 10px !important;
    font-weight: 600;
    width: 100%;
}

.text-column-3, .text-column-5 {    
    font-size: 16px;
    letter-spacing: 0.5%;
    line-height: 30.4px;
}
.footer-title h2:before {
    width: 30px;
    right: 19px;
    left: 160px;
    border-bottom-left-radius: 100px;
}
.footer-title h2:after {
    width: 15px;
    right: 0;
    left: 196px;
    border-top-right-radius: 100px;
}
.footer-title h2:before, .footer-title h2:after {
    content: "";
    height: 4px;
    display: inline-block;
    position: absolute;
    top: 46px;
    background: #D61680;
}
.footer-link {
    color: #D61680;
    margin-bottom: 20px;
    font-weight: "Saira";
}
.text-column-5 {
    text-align: left;
    color: #9DA1A5;
    font-weight: 400;
}
.text-column-5 > a {
    color: #D61680;
    font-family: 'Nunito';
}
.column-social > .row {
    display: flex;
    justify-content: justify-content;
}

.footer-icon + .footer-icon {
    margin-left: 25px !important;
}
.footer-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.socialimage {
    height: 24px;
}
.column-social .xrm-attribute-value{
    display: flex;
}

@media screen and (max-width: 992px){
    .text-column-3 {
        margin-left: 15px !important;
    }
    .column-menu .footer-item-menu {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 660px){
    footer .footer-bottom .col-xs-6 {
        width: 100% !important;
    }
    footer .footer-bottom {
        padding-bottom: 85px;
    }
    .column-menu .xrm-attribute-value {
        padding-left: 10px;
    }
    .column-social .xrm-attribute-value {
        padding: 5px 10px 20px 16px;
    }
    .text-column-1 {
        margin-bottom: 5px;
    }
}