
.feature-box-10:hover .number i {
    background: var(--base-color);
    color: #fff;
}

.feature-box-10.len-4:not(:first-child) .number:before {
    width: 133%;
    position: absolute;
    content: "";
    height: 1px;
    background: #e2e2e2;
    top: 45px;
    z-index: -1;
    right: 130px;
}

header a.logo img {
    max-height: none !important;
}

.template-innerpage nav.navbar,
.template-blog-detail nav.navbar {
    background-color: var(--primary_color);
}

.template-innerpage .sticky nav.navbar,
.template-blog-detail .sticky nav.navbar {
    background-color: var(--light_color);
}

.hbspt-form input {
    padding: 18px 25px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
}


@media (max-width: 1199px) {
    .feature-box-10.len-4:not(:first-child) .number:before {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .feature-box-10.len-4:not(:first-child) .number:before {
        width: 0;
    }
}
