

#footer a{color:#909090}
#footer{
    background: var(--second) url(../images/bg-footer-overlay.png) no-repeat center bottom;
    color: #fff;
    position: relative;
    z-index: 2;
}
#footer .company-name{
    font-size:1rem;
    line-height:1.5;
}

#footer .title{
    font-weight: 500;
    font-size: 1.1rem;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc38;
}
#footer .content{
    font-size: 15px;
}
    
#footer .content ul.list-links li:not(:last-child){
    border-bottom: 1px solid #ffffff4f;
}
#footer .content ul.list-links li a{display:flex;align-items: center;gap: 6px;font-size: 14px;}
#footer .content ul.list-links li a:before{content: "\f054";font-family: "Font Awesome 5 Pro";font-size: 8px;}

#footer .content ul li{
    padding: 4px 0;
}
#footer .content ul li a:hover{color:#fff}
#footer .content ul li a{
}
#footer .form-newsletter{
    margin: 10px 0;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
#footer .form-newsletter input{
    background: #fff;
    border: 0;
    color: var(--primary);
    padding: 6px 10px;
    border-radius: 3px;
    width: 100%;
}
#footer .form-newsletter button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 18px;
    background: var(--primary);
    border-radius: 0;
    border: 0;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    color: #fff;
}
#footer .xbd{
    border-left: 1px solid #000
}
@media(max-width:767px){
    #footer .title{font-size: 1.1rem;}
    #footer .xbd{border-left: 0;}
}

.link-copyright{}
.link-copyright a:first-child{border-right:0}
.link-copyright a{
    font-weight: 300;
    color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0px 37px;
    text-decoration: none;
    height: 41px;
    line-height: 40px;
}
.link-copyright a:hover{}
.link-copyright button{
    background: #3B3B3B;
    padding: 6px 20px;
    border-radius: 5px;
    color: #fff;
    border: 0;
}
.footer-social{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-social a{transition: 0.5s ease;-webkit-transition: 0.5s ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;-o-transition: 0.5s ease;width: 40px;height: 40px;text-align: center;background: #212121;border-radius: 50%;color: #7C7C7C !important;line-height: 40px;}
.footer-social a:hover{
    background: var(--primary);
    color: #fff !important;
}