    /* page banner */

    .banner_page_section {
        height: 463px;
    }

    .dynamic-title {
        font-size: 57px;
        font-weight: 600;
        color: #fff;
    }

    .banner_page_row {
        height: 100%;
        display: flex;
        align-items: end;
    }
    /* page banner end*/
    /* service page */

    .section_main_title {
        font-size: 30px;
        color: #000;
        font-weight: 400;
        line-height: 1.3;
    }

    .service_page_img img {
        height: 446px !important;
        border-radius: 30px;
        object-fit: cover;
    }

    .services_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .services_inner .service-box {
        width: 16.66% !important;
        text-align: center;
        color: #aaa;
        transition: all 0.3s ease;
        border-right: 0.5px solid #FFFFFF33
    }

    .services_inner .service-box:last-child {
        border: none !important;
    }

    .services_inner .service-box:hover .divider {
        opacity: 1;
    }

    .divider {
        transition: 1s !important;
        width: 16px;
        position: relative;
        height: 16px;
        margin: 10px auto;
        opacity: 0;
    }

    .divider::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: url(../../../../../wp-content/uploads/2025/10/Vectorzsd.png);
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }

    .services_inner .service-box:hover svg path {
        fill: #910000;
        fill-opacity: 1;
    }

    .service-box-inner {
        padding: 10px 30px;
    }

    .services_inner .icon {
        height: 55px;
    }

    .service-box:hover .title {
        color: rgba(1, 148, 254, 1);
    }

    .services_inner .title {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
    }

    .vp-pagination__style-minimal .vp-pagination__item a {
        font-size: 16px !important;
        color: #fff !important;
        font-weight: 400 !important;
        text-transform: capitalize !important;
        padding: 14px !important;
    }

    .seo_title_main {
        border-right: 1px solid #DDDDDD;
        padding-right: 20px;
    }

    .bottom_line::before,
    .top_line::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #ddd;
        width: 80%;
        height: 1px;
        top: auto;
    }

    .top_line::before {
        bottom: auto !important;
        top: 0 !important;
    }

    .seo_content .dis_fx_al {
        justify-content: center;
    }

    .service_main_row {
        padding-top: 0 !important;
    }

    .first_col_main {
        padding: 30px;
        margin-top: 40px !important;
    }

    .first_col_main::before {
        position: absolute;
        content: '';
        background: transparent;
        border: 1px solid #DDDDDD;
        width: 110%;
        height: 100%;
        border-radius: 20px;
        top: 0px;
        bottom: 0;
        margin: auto;
        left: 0;
    }
    /* service page end*/
    /* sub service */

    .pd0.padding_top {
        padding-top: 50px !important;
    }

    .site_padd.gallery_page_section {
        padding-top: 0px !important;
    }

    .vp-portfolio__items-style-default .vp-portfolio__item-img img {
        border-radius: 20px !important;
    }
    /* sub service end*/

    @media all and (min-width: 320px) and (max-width: 767px) {
        /* page banner */
        .dynamic-title {
            font-size: 24px;
            line-height: 1.3;
        }
        .banner_page_section {
            height: 300px !important;
        }
        /* page banner end*/
        /* service page */
        .service_main_row {
            padding-bottom: 0px !important;
        }
        .section_main_title {
            font-size: 24px;
        }
        .service_page_img img {
            height: 250px !important;
        }
        .service_main_row .et_pb_column {
            margin-bottom: 0px !important;
        }
        /* service page */
        .service-box-inner {
            padding: 10px;
        }
        .services_inner .title {
            font-size: 18px;
        }
        .services_inner .service-box {
            width: 50% !important;
            border: none;
        }
        .seo_title_main {
            border: none;
            text-align: center;
            margin-bottom: 0;
            padding: 0 !important;
        }
        .service_main_row {
            padding-top: 0 !important;
        }
        /* service page end*/
        /* sub services */
        .first_col_main {
            padding: 20px;
            margin-top: 0px !important;
        }
        .first_col_main::before {
            width: 100%;
        }
        .pd0.padding_top {
            padding-top: 30px !important;
        }
        /* sub services end*/
    }

    @media all and (min-width: 768px) and (max-width: 980px) {
        /* page banner */
        .dynamic-title {
            font-size: 30px;
        }
        .banner_page_section {
            height: 300px !important;
        }
        /* page banner end*/
        /* service page */
        .service_main_row {
            padding-bottom: 0px !important;
        }
        .section_main_title {
            font-size: 26px;
        }
        .service_main_row .et_pb_column {
            margin-bottom: 0px !important;
        }
        /* service page end*/
        /* service page */
        .service-box-inner {
            padding: 10px;
        }
        .services_inner .title {
            font-size: 18px;
        }
        .services_inner .service-box {
            width: 25% !important;
            border: none;
        }
        .seo_title_main {
            border: none;
            text-align: center;
            margin-bottom: 0;
            padding: 0 !important;
        }
        .service_main_row {
            padding-top: 0 !important;
        }
        /* service page end*/
        /* sub services */
        .first_col_main {
            padding: 20px;
            margin-top: 0px !important;
        }
        .first_col_main::before {
            width: 100%;
        }
        .pd0.padding_top {
            padding-top: 30px !important;
        }
        /* sub services end*/
    }

    @media only screen and (min-width: 981px) and (max-width: 1024px) {
        /* page banner */
        .dynamic-title {
            font-size: 38px;
        }
        .banner_page_section {
            height: 300px !important;
        }
        /* page banner end*/
        /* service page */
        .service-box-inner {
            padding: 10px;
        }
        .services_inner .title {
            font-size: 18px;
        }
        /* service page end*/
        /* sub services */
        .first_col_main {
            padding: 20px;
            margin-top: 20px !important;
        }
        .pd0.padding_top {
            padding-top: 30px !important;
        }
        /* sub services end*/
    }

    @media all and (min-width: 1025px) and (max-width: 1140px) {
        /* page banner */
        .dynamic-title {
            font-size: 38px;
        }
        .banner_page_section {
            height: 350px !important;
        }
        /* page banner end*/
        /* service page */
        .service-box-inner {
            padding: 10px;
        }
        .services_inner .title {
            font-size: 18px;
        }
        /* service page end*/
        /* sub services */
        .first_col_main {
            padding: 20px;
            margin-top: 20px !important;
        }
        .pd0.padding_top {
            padding-top: 30px !important;
        }
        /* sub services end*/
    }

    @media all and (min-width: 1141px) and (max-width: 1280px) {
        /* page banner */
        .dynamic-title {
            font-size: 44px;
        }
        .banner_page_section {
            height: 350px !important;
        }
        /* page banner end*/
    }

    @media all and (min-width: 1281px) and (max-width: 1440px) {
        /* page banner */
        .dynamic-title {
            font-size: 44px;
        }
        .banner_page_section {
            height: 400px !important;
        }
        /* page banner end*/
    }

    @media all and (min-width: 1441px) and (max-width: 1680px) {
        /* page banner */
        .dynamic-title {
            font-size: 44px;
        }
        .banner_page_section {
            height: 400px !important;
        }
        /* page banner end*/
    }

    @media all and (min-width: 1681px) and (max-width: 1880px) {}