#footer .section-footer-top .container{
    display: flex;
    align-items: center;
    height: 100px;
}
.logo-footer > a{
    display: flex;
    align-items: center;
}
.logo-footer > a img{
    margin-right: 30px;
}
.logo-footer > a  span{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: var(--secondColor);
}
.section-footer-bottom{
    padding: 30px 0;
}
.section-footer-bottom > .bg{
    background-color: var(--mainColor);
}
.section-footer-bottom p{
    margin-bottom: 0;
}
.cl-1,.cl-2,.cl-3{
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom:10px !important;
}
.cl-3{
    margin-bottom: 0 !important;
}
.cl-1 strong,
.cl-2 strong,
.cl-3 strong{
    font-weight: 500;
}
.custom-cols-footer .col-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-cols-footer .col-inner .address{
    width: 100%;
    margin-bottom: 10px;
}
.custom-cols-footer .col-inner .address>a{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}
.custom-cols-footer .col-inner .address>a svg{
    font-size: 18px;
}
.custom-cols-footer .col-inner .address>a span{
    margin-left: 15px;
}
.contact-footer{
    width: 100%;
    display: flex;
    flex-direction:column;
}
.contact-footer .ctf-1, .contact-footer  .ctf-2{
    flex:1;
}
    .contact-footer .ctf-1 {
        margin-bottom: 12px;
    }
    .contact-footer .ctf-1 a,
    .contact-footer .ctf-2 a {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
.contact-footer .ctf-1 a svg,
.contact-footer .ctf-2 a svg{
    font-size: 18px;
    margin-right: 12px;
}.contact-footer .ctf-1 a, 
.contact-footer  .ctf-2 a{
    display: flex;
    align-items: center;
}
.section-footer-top{
    display:none;
}
footer#footer {
    position: relative;
    width: 100%;
    bottom: 0px;
}