.footer-area{
    background-color: #f8f8f8;
    padding: 30px 0;
    clear: both;
}

.copy-right {
    background: #334d6e;
    padding: 20px 0;
    position: sticky;
    z-index: 101;
}

.copy-right span {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}

.footer {
    background: linear-gradient(180deg,rgba(47,128,237,.05),hsla(0,0%,100%,0)),#fff;
    padding-top: 30px;
    position: sticky;
    clear: both;
}

.footer p.head-footer {
    color: #334d6e;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: .5rem
}

.footer span {
    color: #545e6d;
    font-size: 14px;
    line-height: 21px
}

.footer a {
    transition: .15s ease-in-out
}

.footer a:active,.footer a:focus,.footer a:hover {
    color: #06c
}

.footer .link-footer {
    color: #334d6e;
    display: block;
    font-size: 14px;
    line-height: 26px
}

.footer .link-footer a:active,.footer .link-footer a:focus,.footer .link-footer a:hover {
    color: #05c
}

.footer .list-icon-footer {
    display: flex;
    gap: 10px;
}

.footer .list-icon-footer .icon {
    margin: 0 15px
}
.footer .container .row{
    margin: 0 -15px    
}
.footer .p-0 {
    padding: 0 !important;
    margin: 20px 0;
}
.widget-title{
    color: #334d6e;
}

