.footer {
    background:#2f2c2a;
    padding:70px 0 5px;
    color:#dcdbdb;    
    border-top:4px #7db921 solid;
    font-size:14px;
}
.footer h5{
    color:#fbfbfb;
    text-transform: uppercase;
    font-size: 17px;
}
.footer a, .footer a:visited {
    color:#7db921 !important;
    font-size:14px;
    font-weight:400;
}
.footer a.nav-link {
    display: block;
    padding: .25em 1em 0.25rem 0;
}
.footer a.active, 
.footer a:hover,
.footer a:active,
.footer a:focus{
    color:#ebd6b8;    
}
.footer a:hover {
    text-decoration: underline;
}

.footcompany {
    text-align: center;
    padding-top:20px;    
    border-top: 1px rgba(255,255,255,0.1) solid;
    margin-top:10px;
}
.companycontactfoot {
    text-align:right;
    width:100%;
}
@media (max-width: 991px) {
    .companycontactfoot {
        text-align:center;
        margin-bottom:30px;
    }
}
.foot-i-line {
    border-top:1px #282828 solid;
    padding-top:20px;
    margin-top: 11px;
}
.fbtn-panel-menu a, .fbtn-panel-menu a:visited{
    border:1px #515151 solid;
    width:35px;
    height:35px;
    opacity: 0.5;
    display:flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 2px;
    color:#717171;
    background-color: rgba(0,0,0,0.2);
}
.fbtn-panel-menu a i {
    color:#fff;
    font-size: 20px;
}
.fbtn-panel-menu a:not(:first-child){
    margin-left: 5px;
}
.fbtn-panel-menu a:hover, .fbtn-panel-menu a:active, .fbtn-panel-menu a:focus{    
    opacity: 1;
}
.footer .company-foot i {
    color:#a5ba84;
}
