.home-two-marquee-paragraph.heading-three.text-black {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.home-two-marquee-large-text {
    font-size: 25px;
    line-height: normal;
}

.about-one-what-we-do-section {
    margin-top: 60px;
}

.about-one-what-we-do-section {
    padding-top: 80px;
}

.service-two-hero-large-text, .service-one-hero-large-text, .contact-two-hero-large-text {
    background: radial-gradient(circle at 100% 100%, rgb(112 204 13 / 64%) 7%, rgb(149 217 76 / 64%) 37%, rgb(255 255 255 / 64%) 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
}

.service-two-hero-heading {
    margin-top: 71px;
    font-size: 40px;
    line-height: 45px;
}

.home-three-process-section {
    padding-top: 187px;
}

p.margin-top-fifteen {
    text-align: center;
}

p.margin-top-fifteen {
    text-align: left;
}

.home-three-card-paragraph {
    max-width: 100%;
}

.margin-top-fifteen {
    margin-top: 20px;
}

.service-one-hero-heading {
    margin-top: 10px;
    font-size: 40px;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.about-two-feature-contain-bottom-block p {
    text-align: left;
    margin-top: 63px;
}

.service-details-boost-image {
    height: 80vh;
}

.service-one-what-we-do-grid {
    margin-top: 100px;
}

.service-one-brand-wrap {
    margin-top: 60px;
}

.service-three-box-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

@media (max-width: 468px) {
    .service-three-box-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
}

@media (min-width: 468px) and (max-width: 991px) {
    .service-three-box-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
}

.about-three-what-we-do-card-image-block img {
    max-width: 75%;
}

.heading-three.margin-top-twenty-five {
    font-size: 18px;
}

.heading-five.text-green.text-uppercase {
    font-size: 22px;
    text-transform: capitalize;
}

.service-details-boost-section {
    height: 580vh;
}

.service-one-brand-section {
    padding-top: 65px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader img {
    width: 200px;
}

.w-layout-hflex.service-details-boost-wrap {
    margin: auto;
}

.faq-heading {
    font-size: 40px;
    max-width: 100%;
    line-height: normal;
}

.contact-two-hero-contain {
    margin: 35px auto;
}

.contact-two-hero-heading {
    text-align: center;
    max-width: 32ch;
    font-size: 40px;
    line-height: normal;
}

.contact-two-hero-paragraph {
    font-size: 18px;
    text-align: center;
    max-width: 79ch;
}


@media (max-width: 767px) {

    .mobile-hflex {

        flex-direction: column;

    }

    .mobile-vflex {

        align-items: center !important;
    }

    .mtb-25px {

        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mobile-tab .home-two-tab-video-overlay {


        height: unset;
    }
    .mobile-navs .nav-one-hamburgar{


        padding: 15px 5px;
    }
    .mobile-menus .creativeo-image{

        width: 130px;
    }
    .mobile-menus .creativeo{

        margin: unset;
        padding-left: unset;
    }
    .mobile-section-center h2{

        text-align: center;
    }
    .mobile-section-center p{

        text-align: center;
    }
    .mobile-section-center{

        padding-top: 50px;
        padding-bottom: 0px;
    }

}