/* Copyright Footer */
.protech_copyright_footer {
    margin-top: 0;
    background: #000;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
}

.protech_copyright_footer .protech_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.protech_copyright_footer .protech_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.protech_copyright_footer a {
    color: #fff;
    text-decoration: none;
}

.protech_copyright_footer .developer-logo-link img {
    height: 30px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}