.footer a:hover {
    color: #00a8ff !important;
}

.footer .line {   
    width: 100%;
    background-color: #adbdca42;
    margin: 25px 0;
}

.footer .progress {
    width: 20%;
    background-color: #00a8ff;
	transition: width .5s;
}

.footer .elementor-top-column:hover .progress {
	width: 100%;
	transition: width .5s;
}

.footer .line,
.footer .progress {
    height: 1px;
    display: block;
}

.footer li a:before {
    content: "";
    width: 0;
    height: 2px;
    display: inline-block;
    margin-right: 0;
    transition: 0.5s;
    border-bottom: 2px solid;
}

.footer li:hover>a:before {
    width: 20px;
    margin-right: 5px;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
}

.footer a {
    color: #adbdca;
}

.footer p,
.footer li {
    line-height: 30px;
}

.footer li {
    margin-bottom: 5px;
}

.footer-news article:not(:last-of-type):after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}

.footer-news article,
.footer-news .elementor-post__text,
.footer-news .elementor-posts {
    display: block !important;  
}