.dk-footer {
    padding: 75px 0px 0px 0px;
    background-color: #151414;
    position: relative;
    z-index: 2;
    margin: 100px 0px -1px 0px;
}

.dk-footer .contact-us {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 80px;
}

.dk-footer .contact-us {
    margin-left: 50px;
}

.dk-footer .contact-us {
    margin-left: -80px;
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #007bff;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
    text-decoration: none;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
    text-decoration: none;
}

.dk-footer-box-info .footer-social-link a i.fa-github {
    background-color: #000000;
    text-decoration: none;
}

.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-widget .section-heading {
    margin-bottom: 10px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: fit-content;
}

.footer-widget ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #878787;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-widget a:hover {
    color: #007bff;
    text-decoration: none;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff;
}

.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}

.copyright a:hover {
    color: #007bff;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742;
}

@media (min-width: 350px) and (max-width : 576px) {
    .partners {
        margin: 0px 0px 150px 0px;
    }

    .dk-footer-box-info {
        top: -122px;
        background: #202020;
        padding: 3px;
        z-index: 2;
        width: 100%;
        min-height: 200px;
        margin-top: -120px;
        margin-bottom: 10px;
    }

    .copyright {
        padding: 25px 50px 50px 25px;
        background-color: #202020;
        position: absolute;
        margin: -15px -28px 13px -38px;
        bottom: -1px;
    }

    .copyright span,
    .copyright a {
        color: #878787;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .copyright a:hover {
        color: #007bff;
    }

    .copyright-menu ul {
        text-align: left;
        margin: 0px -60px -30px -60px;
    }

    .copyright-menu li {
        display: inline-block;
        padding-left: 20px;
    }
}

@media (min-width: 577px) and (max-width: 767px){
    .partners {
        margin: 0px -10px 0px -10px;
    }

    .dk-footer-box-info {
        top: -122px;
        background: #202020;
        padding: 3px;
        z-index: 2;
        width: 100%;
        min-height: 200px;
        margin-top: -120px;
        margin-bottom: 10px;
    }

    .copyright {
        padding: 30px 25px 50px 70px;
        background-color: #202020;
        margin: 0px 0px 0px 0px;
        position: absolute;
        left: -100px;
        right: -11.9vw;
    }

    .copyright span,
    .copyright a {
        color: #878787;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .copyright a:hover {
        color: #007bff;
    }

    .copyright-menu ul {
        margin: 0px 0px 0px -58px;
        position: absolute;
    }

    .copyright-menu li {
        display: inline-block;
        padding-left: 20px;
    }
}

@media (min-width: 767px) and (max-width: 995px){
    .partners {
        margin: 0px -30px 0px -30px;
    }

    .dk-footer-box-info {
        background: #202020;
        padding: 3px;
        z-index: 2;
        width: 54vw;
        min-height: 200px;
        margin-top: -120px;
        margin-bottom: 10px;
        margin-left: 1vw;
    }

    .copyright {
        padding: 30px 25px 50px 70px;
        background-color: #202020;
        margin: 0px 0px 0px 0px;
        position: absolute;
        left: -190px;
        right: -19.3vw;
    }

    .copyright span,
    .copyright a {
        color: #878787;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .copyright a:hover {
        color: #007bff;
    }

    .copyright-menu ul {
        margin: 0px 0px 0px -58px;
        position: absolute;
    }

    .copyright-menu li {
        display: inline-block;
        padding-left: 20px;
    }
}

@media (min-width: 995px) and (max-width: 1480px){
    .partners {
        margin: 0px -40px 120px -40px;
    }

    .dk-footer-box-info {
        background: #202020;
        padding: 3px;
        z-index: 2;
        width: 20vw;
        margin-top: -120px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .footer-left-widget {
        padding-left: 80px;
    }

    .copyright {
        padding: 25px 0px 25px 0px;
        background-color: #202020;
        margin: 0px 0px 0px 0px;
        position: absolute;
        left: -50px;
        right: -45px;
        bottom: 0px;
    }

    .copyright span,
    .copyright a {
        color: #878787;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-size: smaller;
    }

    .copyright a:hover {
        color: #007bff;
    }

    .copyright-menu ul {
        margin: 0px 0px 0px -58px;
        right: 15px;
        bottom: 0px;
        position: absolute;
        font-size: smaller;
    }

    .copyright-menu li {
        display: inline-block;
        padding-left: 20px;
    }
}

@media (min-width: 1480px){
    .partners {
        margin: 80px -40px 100px -40px;
    }

    .dk-footer-box-info {
        position: absolute;
        top: -122px;
        background: #202020;
        padding: 3px;
        z-index: 2;
    }

    .footer-left-widget {
        padding-left: 80px;
    }

    .copyright {
        padding: 25px 0px 25px 0px;
        background-color: #202020;
        margin: 0px -2px 0px -2px;
        position: absolute;
        left: -50px;
        right: -45px;
        bottom: -1px;
    }

    .copyright span,
    .copyright a {
        color: #878787;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .copyright a:hover {
        color: #007bff;
    }

    .copyright-menu ul{
        margin: 0px 10px 0px -58px;
        right: 15px;
        position: absolute;
    }

    .copyright-menu span {
        right: 25px;
        position: absolute;
    }

    .copyright-menu li {
        display: inline-block;
        padding-left: 20px;
    }
}