.subscribe-box {
    width: 400px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.subscribe-box .form-control {
    height: 50px;
    border-radius: 2px;
    outline: none;
    padding: 3px 45px 3px 15px;
    font-size: 14px;
    border: none;
    box-shadow: 0 8px 50px -6px rgba(0, 0, 0, 0.4);
    width: calc(100% - 10px);
}

.subscribe-box button {
    width: 100%;
}

.footer-dark {
    background: #1e53a1;
}

.footer-section {
    padding-top: 20px;
}

.footer-section h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.footer-section h4:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-section .social-icons {
    margin: 20px 0 0 0;
    padding: 0;
}

.footer-section .social-icons li {
    float: left;
    margin-right: 0px;
    list-style: none;
    padding: 8px 12px;
}

.footer-section .fot-link {
    margin: 0;
    padding: 0;
}

.footer-section .fot-link li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    font-size: 12px;
}

.footer-section .fot-link a {
    color: #fff;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    font-weight: 400;
}

.footer-section .fot-link a:hover {
    color: #fff;
}

.footer-section .fot-link a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.footer-section .fot-link a:hover:after {
    width: 100%;
}

.footer-section .footer-text {
    width: 310px;
    max-width: 100%;
}

.footer-section p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
}

.fot-address p {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}

.fot-address p i {
    position: absolute;
    top: 4px;
    left: 0;
    color: #fff;
    font-size: 18px;
}

.footer-copy {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding: 15px 0;
    text-align: center;
}

.footer-copy p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.47);
    font-weight: 300;
}