:root {
    --hero-bg-color: #000007;

    --section-1-bg-color: rgba(241, 215, 194, 0.85);
    --section-2-bg-color: #ffffff;
    --section-3-bg-color: #111117;
    --section-4-bg-color: rgba(241, 215, 194, 0.85);
    --section-5-bg-color: #ffffff;
    --section-6-bg-color: #111117;
    --section-7-bg-color: #ffffff;
}

.requiredField {
    color: red;
    font-weight: bolder;
    font-size: 15pt;
}

.form-control:disabled {
    background: #b0acac;
}

header .navbar-sticky.sub {
    background-color: white !important;

}

.effect-static-text {
    font-size: 42pt !important;
}

@media (max-width: 767px) {
    body .no-slider .slide-content .inner .left {
        width: 100% !important;
        margin-top: 165px !important;

    }

    .smooth-anchor {
        font-size: 10pt !important;
    }

    .effect-static-text {
        font-size: 30pt !important;
    }
}

@media (max-width: 320px) {
    .effect-static-text {
        font-size: 16pt !important;
    }
}