* {
    font-family: 'Encode Sans', sans-serif;
    transition: all 0.2s ease-out;
}



.footer-sm-color li.list-group-item {
    background-color: initial;
    border:  none;
    color: #ffffff;
}
.footer-sm-color li.list-group-item a{
    color: #ffffff;
}
.footer-sm-color li.list-group-item a:hover{
    color: rgba(255, 255, 255, 0.52);
}

.footer-sm-color a{
    color: #ffffff;
    text-decoration: none;
}

.footer-sm-color a:hover{
    color: rgba(255, 255, 255, 0.52);
}


.footer-sm-white {
    background-color: #ffffff;
    padding: 40px 0px;
    filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.25));
}
.footer-sm-white a{
    color: #272727;
    text-decoration: none;
}
.footer-sm-white a:hover{
    color: #757575;
}

.logos-white svg{
    padding-left: 30px;
}


.footer-sm-grey {
    background-color: #8D8D8D;
    color: #ffffff;
    padding: 20px 0px;
}
.footer-sm-grey a{
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    padding-left: 30px;
}

.footer-sm-grey a:hover{
    color: #cccccc;
}
.logo-side img{
    width: 360px;

}
.footer-sm-grey, .footer-sm-white, .footer-sm-color{
font-size: 14px;
}

.footer-sm-color .social {
    margin-top: 26px;
}

.footer-sm-color .social svg {
    margin-right: 30px;
}

.footer-sm-color .social  a:hover svg{
    opacity: 0.4;
}

.contact-footer svg {
    width: 22px;
}

.contact-footer {
    line-height: 26px;
}

.footer-sm-color li {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
}

.footer-sm-color#tira {
    padding: 60px 0px !important;
    
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: contain !important;
    height: initial !important;
    margin: initial !important;
}


.text-md-end {
    text-align: right!important;
}
@media (max-width: 767px) {

.footer-sm-color ul {
    padding: 0px;
}

    .footer-sm-color li {
       
        padding: 0.45rem 0.25rem;
    }

.logo-side img {
    width: 100%;
}

.footer-sm-color .social {
    
    justify-content: center!important;
}
.footer-sm-color .social svg {
    margin: 0px 13px 30px 13px;
}

.col-sm-6 {
    width: 50% !important;
}
li.list-group-item {
    padding: 5px 0px;
}

.footer-sm-color#tira  {
    background-position: left !important;
    background-size: cover !important;
}

.contact-footer {
    margin-bottom: 30px;
}
.logos-white svg {
   
    width: 48%;
    padding: 0px 10px;
}
.footer-sm-grey {
    font-size: 12px;
}

.footer-sm-grey a {

    padding: 0px 10px;
    line-height: 28px;
}

.clearfix-mobile {
    clear: both;
}

}