:root{
    --colorOne:#019640;
    --colorTwo:#0dac4f;
    --colorThree:#70d399;
    --colorFour:#d1e9db;
}

.footer-area{
    background:var(--colorOne);
    margin-top:20px;
}
.padding-left20 {
    padding-left: 28px;
}
.single-footer h3 {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    width: max-content;
}
.single-footer ul {
    list-style: none;
    padding: 0;
}
.single-footer ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0;
    display: inline-block;
    transition: all.3s;
    text-transform: capitalize;
}
.single-footer ul li a:hover, .single-footer ul li a:hover span {
    color: #9ffe8b;
}
.footerText{
    margin-bottom: 8px;
}
.footerText a{
    color:#fff;
}
.footerText a:hover{
    color:#9ffe8b;
}
.single-footer h3:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 30px;
}
.single-footer ul li a img {
    margin-top: -4px;
    filter: brightness(0) invert(1);
}
.footerLogo a img{
    filter: brightness(0) invert(1);
}
.copyright2 {
	background: var(--colorOne);
	border-top: 1px solid var(--colorTwo);
	padding: 16px 0;
	margin-top: 10px;
}
.copyright_text {
    color: #fff;
    font-size: 14px;
}

