.btn.light-btn:hover {
    color: white;
}

.btn.light-btn::before {
    background: #092c3f;
}

.count-down-area .single-counter.active::before {
    border: 0;
}

.cat-icon {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-area .single-cat {
    padding: 22px 35px;
}

.categories-area .single-cat,
.categories-area .single-cat:hover,
.categories-area .single-cat::before {
    border: none;
}

.about-details .about-details-cap p {
    font-size: 1rem;
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
    margin-left: 0;
}

.services-img {
    border: 1px solid #ddd;
    aspect-ratio: 3/2;
    overflow: auto;
    -ms-overflow-style: auto;
    scrollbar-width: none;
}

.services-img::-webkit-scrollbar {
    display: hidden;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.recaptcha-info a {
    color: #092c3f;
}

.info-area h3 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: -10px;
}

.info-area p {
    text-align: justify;
}

.info-area p a {
    color: #092c3f;
}

.footer-area .footer-number h4 a {
    color: #ff2143;
}

.footer-area .footer-number p a {
    color: white;
}