.dk-footer {
    padding: 25px 0 0;
    background-color: #151414;
    position: relative;
    z-index: 2;
}

.container-footer {
    padding-right: 15px;
    margin-right: auto;
    margin-left: 5%;
}

.footer-widget .section-heading {
    margin-bottom: 5px;
}

.footer-widget .section-heading h3 {
    color: white;
}

.footer-widget p {
    margin-bottom: 27px;
    color: white;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #007bff;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

.copyright {
    padding: 8px 0;
    margin-top: 10px;
    background-color: #202020;
}

.copyright span {
    color: white;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 7px 14px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px 7px 8px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}
