/*start Footer*/
footer {
    color: #c2c2c2;
}

footer a {
    color: #fff;
    text-decoration: none
}

footer a:hover {
    color: #02D3E0;
    text-decoration: none;
}

.media a {
    position: relative;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #092224;
    padding: .7rem !important;
    border: 1px solid #bfbfbf33;
}

.media a svg {
    fill: #fff;
}

.media a:hover {
    background: #4caf50;
}

.media a:hover svg {
    fill: #000319;
}

ul.list-footer {
    list-style: none;
    padding-left: 0px
}
ul.list-green li {
    font-size: 16px;
    margin-top: .33rem;
    padding-left: 1.55rem;
    position: relative;
    text-align: start;
}
ul.list-green {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-logo{
    width: 150px;
    height: 100px;
    object-fit: contain;
}
ul.list-green li:before {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 1;
}
ul.list-green li:after {
    width: 15px;
    height: 15px;
    border-radius: 14px;
    background: #099e44;
    position: absolute;
    left: 0;
    margin: auto;
    content: '';
    top: 5px;
    z-index: 0;
}
ul.list-footer li:before {
    position: absolute;
}
.title {
    background-color: #09222480;
    background-image: url(../img/elements/line.png);
    padding: 5px 10px 5px 10px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #4caf50;
    border-radius: 5px 5px 5px 5px;
    color: #4caf50;
    font-weight: 400;
    text-transform: uppercase !important;
}
/*End Footer*/