.footer ul li:hover a,
.footer ul li:hover i,
.footer ul li.active a,
.footer ul li.active i {
    color: #1fa84f !important;
}

.modal-icon-s {
    color: rgb(143, 6, 6);
    font-size: 24px;
}

.navbar-nav .nav-item .nav-link {
    padding: 0px 20px;
}

.ck-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}



.ck-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 24px;
}

.ck-content ul {
    padding-left: 1.5rem;
    list-style-type: disc;
}

.box-details-icon,
.box-details-icon i {
    color: #1fa84f;
}

.client-box {
    height: 120px;
    margin-bottom: 12px;
}

.client-logo {
    max-height: 120px;
    width: auto;
    max-width: 90%;
    align-self: center;
}

.btn-outline-primary:hover,
.btn-outline-success:hover,
.btn-outline-dark:hover {
    color: #000 !important;
    /* Keep icon + text black */
    background-color: transparent !important;
    /* Prevent Bootstrap background on hover */
    border-color: #000 !important;
    /* Optional: make border black */
}

/*top header*/
.second-header {
    border-bottom: 1px solid #808080;

    padding: 10px 0px;
    position: relative;
    z-index: 1;
}

/*client carousel*/
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item img {
    display: block;
    width: 75%;
    /* height: 100px; */
    /* max-width: 100%; */
    max-height: 125px;
}

.clients img {
    filter: none !important;
}

/*client carousel*/

/*terms and privacy*/
#terms p {
    text-align: justify;
}

.copyrights a.active,
.copyrights a:hover,
.copyrights a:focus {
    color: #1fa84f !important;
}


/*terms and privacy*/