:root {
    --theme: #064aad !important;

}

.video-area .info-box .section-title-wrapper {
    margin-top: 45px !important;
}

.text {
    font-size: 18px !important;
}

h1.heading-tag {
    font-size: 42px;
    padding-bottom: 20px;
}

.hero-area .info-box .btn-wrapper {
    margin-top: 38px !important;
}

.footer-area .footer-logo img {
    max-height: 100% !important;
}

img.banner-img {
    transform: none !important;
}

.hero-area-inner {
    padding-top: 140px !important;
    padding-bottom: 0px !important;
}

.feature-area .feature-box .thumb img {
    max-width: 80px !important;
}

a.wc-btn.wc-btn-primary.btn-text-flip.ai-fill-btn {
    padding: 19px 28px;
    background: #064aad;
    border: none;
}

a.wc-btn.wc-btn-primary.btn-text-flip.ai-fill-btn:hover {
    background-color: #121212 !important;
}

.features-wrapper {
    padding-bottom: 50px !important;
}

img.about-img {
    border-radius: 20px !important;
}

section.client-area {
    display: none;
}

section.faq-area {
    display: none;
}

.wc-btn-primary.bordered {
    padding: 19px 28px !important;
}

.service-box .title {
    font-size: 32px !important;
    line-height: 1.2 !important;
}

.header-area .wc-btn-primary:hover {
    background-color: #121212 !important;
}


h4.our-product-title {
    padding-bottom: 35px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.video-area .info-box .info-list {
    margin-top: 25px !important;
}


a.wc-btn.wc-btn-circle.video-popup {
    margin-bottom: 25px !important;
}

li.para-text {
    margin-bottom: 15px !important;
}

.info-box h4.our-product-title {
    font-weight: 600 !important;
}

.video-area .info-box {
    padding: 60px !important;

}

.service-box {
    gap: 0 25px !important;
}

@media only screen and (max-width: 600px) {
    .hero-area-inner {
        padding-top: 100px !important;
        padding-bottom: 0px !important;
    }

    section.feature-area {
        margin-bottom: 60px !important;
    }

    .video-area .info-box {
        padding: 40px !important;
    }

    h4.our-product-title {
        padding-bottom: 0px !important;
    }

    .video-area .info-box .info-list li {
        font-size: 16px;
    }

}


