/*** Footer Start ***/
.footer {
    margin-top: 6rem;
    background: rgba(5, 184, 58, 0.9);
}

.footer .footer-item p {
    font-size: 16px;
    line-height: 35px;
}

.footer .border-top,
.footer .border-bottom {
    border-color: rgba(255, 255, 255, .08) !important;
}

.footer button {
    border: 0;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.footer-item a.btn.btn-light:hover {
    background: var(--bs-primary);
    color: var(--bs-dark) !important;
    border: var(--bs-primary);
}

.footer-item a,
.footer-item a i {
    transition: 0.5s;
}

.footer-item a:hover,
.footer-item a i:hover {
    color: var(--bs-primary) !important;
}
.footer .img-fluid{
    width: 70px;
}
/*** Footer End ***/

/*** Visit Start ***/
.stats-box {
    background: url('') no-repeat center;
    background-size: cover;
    border: 1px solid #dd580a;
    color: #f7f8f4;
    padding: 10px;
    width: 120px;
    height: 120px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.stats-box div {
    display: flex;
    justify-content: space-between;
    margin: 3px 0;
}
.stats-box span {
    color: #f1f1ef;
}
.stats-box b {
    color: #ffff66;
}
/*** Visit End ***/