footer {
    background-color: #1d1d4c;
    padding-top: 100px;
    padding-bottom: 45px;
    z-index: 1;
}

/* === 1st Col === */
.footer_logo {
    margin-bottom: 15px;
}

.footer_info p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 27px;
}

/* === 2nd Col === */
.footer_links {
    padding-left: 80px;
    margin-bottom: 50px;
}

footer h3 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 0;
}

.footer_links ul {
    list-style: disc
}

.footer_links ul li {
    margin-bottom: 17px;
    line-height: 1;
    color: #b0b0b8;
}

.footer_links ul li a {
    color: #c0c9c7;
}

/* === 3rd Col === */
.footer_links .footer_contact p {
    line-height: 26px;
}

.footer_contact ul li {
    margin-bottom: 10px;
}

.footer_contact ul li strong {
    color: #fff;
}

/* === 4th Col === */
.footer_newsletter p {
    color: #fff;
}

.footer_subscribe {
    position: relative;
}

.footer_subscribe input {
    border-radius: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    font-size: 15px;
    border: 0;
    outline: 0;
    padding-left: 30px;
    padding-right: 60px;
}

.footer_subscribe button {
    border-radius: 0;
    background-color: #f50963;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    outline: none;
    border: none;
}

.footer_subscribe button i {
    transform: rotate(320deg);
}