body {
    margin: 0!important;
}

ul{
    list-style: none;
}

ul li a {
    text-decoration: none;
}
footer p{
    font-size: 16px!important;
}
footer#colophon p {
    margin: 0;
    color: white;
}

footer#colophon {
    background: #1C1C1C;
    padding-top: 80px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    align-items: center;
}

.column-one-footer-menu ul {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.column-one-footer-menu ul li {
    margin-left: 30px;
    margin-right: 30px;
}
.site-footer .container {
    max-width: 1600px;
}
.banner .container {
    max-width: 1540px;
}
.column-one-footer-menu ul li a, .column-two-footer-menu ul li a {
    color: white;
    font-weight: 500;
    -webkit-transition: all .5s cubic-bezier(0.54, 0.35, 0.29, 0.99);
    font-size: 13px;
}

.column-one-footer-menu ul li a:hover, .column-two-footer-menu ul li a:hover {
    color: red;
}
.footer-address p {
    color: white;
    font-weight: 400;
    font-size: 13px;
}
.banner span {
    color: #1a1a1a;
    font-size: 15px;
    font-family: "Arial", Sans-serif!important;
}
.banner span > a {
    text-decoration: none;
    color: #1a1a1a;
}
.column-two-footer-menu ul li {
    margin: 0px 12px;
}
.footer-logo {
    padding-bottom: 46px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.menu-footer-menu-container ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-transform: uppercase;
    gap: 5px;
}

.footer-number h1 {
    margin: 0;
}
.column-three {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 55px;
    margin-right: 30px;
}
.column-two-footer-menu ul {
    display: flex;
    text-align: center;
    margin: unset;
}

.footer-address {
    padding-bottom: 30px;
}

.footer-number h1 {
    color: red;
}

.column-two p {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.banner {
    background: #d3d3d3;
    padding: 10px 20px;
}

.banner-content span {
    color: black;
    font-weight: 500;
}

.banner-content a {
    color: black;
    -webkit-transition: all .5s cubic-bezier(0.54, 0.35, 0.29, 0.99)
}

.banner-content a:hover {
    color: red;
}

.footer-number h2 a {
    color: red;
    text-decoration: none;
    -webkit-transition: all .5s cubic-bezier(0.54, 0.35, 0.29, 0.99);
    font-size: 40px;
}

.footer-contact-heading-wdgt p{
    line-height: 0;
}

.footer-number h2 a:hover{
    color: white;
}

@media (max-width: 1024px){
    footer#colophon p{
        margin-bottom: 10px;
    }
    .menu-footer-menu-container ul {
        align-items: center;
        padding: 0px!important;
    }
    .column-three {
        margin-right: 0px!important;
        text-align: center;
    }
    .footer-content {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .column-one, .column-two {
        text-align: center;
    }

    .column-one {
        padding-bottom: 70px;
    }

    .column-two {
        padding-top: 70px;
    }

    .column-one-footer-menu ul, .column-two-footer-menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-content {
        margin: 0;
        text-align: center;
    }
    footer#colophon {
        padding-top: 60px;
    }
    .footer-content {
        padding-bottom: 60px;
    }
    .column-one {
        padding-bottom: 40px;
    }
    .column-two {
        padding-top: unset;
        padding-bottom: 40px;
    }
    .footer-address {
        margin-left: unset;
        text-align: center;
        padding-bottom: 30px;
    }
    .banner .footer-message {
        text-align: center;
    }
   
}

@media (max-width: 767px) {
   
    .footer-logo {
        width: 100%;
    }
    .column-one-footer-menu ul li a, .column-two-footer-menu ul li a {
        font-size: 13px;
    }
    .column-two p {
        font-size: 20px;
    }
    .footer-number h2 a {
        font-size: 40px;
    }
    .banner span {
        font-size: 15px;
    }
    .footer-logo img {
        max-width: 200px;
    }
    .footer-logo, .footer-address {
        padding-bottom: 20px;
    }
    .column-one-footer-menu ul li {
        margin-left: 20px;
        margin-right: 20px;
    }
    .column-two {
        padding-bottom: 30px;
    }
}