h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p,
figure {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

#bnr-inner-main {
    padding: 30px 0;
    /* background-color: #013b81; */
}

/* .bnr-inner {
    position: absolute;
    top: 120px;
    left: 321px;
} */

.bnr-inner h2 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    width: 100%;
    margin: 10px 0px;
}

.bnr-inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.bnr-inner a {
    font-size: 18px;
    color: #ffffff;
}

/* .bnr-inner a::after {
    content: '/';
    margin: 0px 10px;
    color: #000;
    text-align: center;
} */

.bnr-inner span {
    font-size: 18px;
    color: #ffffff;
}

/* about section */
#about-main-in {
    padding-top: 80px;
    padding-bottom: 50px;
}

#about-main-in .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abot-tt-text-inside {
    margin: 10px 0px;
}

.abot-tt-text-inside span {
    font-size: 25px;
    color: #013b81;
    font-weight: 700;
    position: relative;
    margin-left: 35px;
}

.abot-tt-text-inside span::after {
    position: absolute;
    content: '';
    left: -35px;
    top: 15px;
    width: 30px;
    border: solid 1px #013b81;
    background-color: #013b81;
}

.abot-tt-text-inside h3 {
    font-weight: bold;
    font-size: 46px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 20px;
}

.abot-tt-text-inside p,
.abot-tt-secnd-text p {
    margin-bottom: 30px;
    line-height: 30px;
    color: #4F5256;
}

.abot-frst-sec-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 135px;
    margin-bottom: 20px;
    padding: 0 50px;
}

#about-vision-main {
    padding: 80px 0;
    background-color: #F1F1F1;
    margin-top: 30px;
}

#about-vision-main .row {
    justify-content: center;
    align-items: center;
}

.vision-class {
    border-right: 2px dashed #4F5256;
    padding-right: 25px;
}

.abot-vision {
    margin: 15px 0;
}

.abot-vision h3 {
    color: var(--pink);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.abot-vision p {
    margin-bottom: 0;
    line-height: 30px;
    color: #4F5256;
    font-size: 17px;
    text-align: center;
}

.abot-mision {
    padding-left: 30px;
}

/* founder page section */

.founder_about {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: calc(100vh - 128px); */
    background-color: #e7e7e7;
    padding: 50px 0;
}

.founder_img_sec {
    position: relative;
}

.fdr_img {
    text-align: end;
    position: relative;
    z-index: 1;
}

.fdr_img::before {
    content: '';
    position: absolute;
    top: -15px;
    width: 80%;
    height: 100px;
    left: 40px;
    background-color: #013b81;
    z-index: -1;
}

.fdr_img img {
    padding: 0 30px;
    width: 95%;
    margin: auto;
    height: 520px;
    object-fit: cover;
}

.fdr_text {
    background-color: #000;
    padding: 15px 29px;
    width: 475px;
    position: absolute;
    left: 36px;
}

.fdr_text p {
    font-size: 18px;
    margin: 5px 0;
    color: #fff;
}

.fdr_text span {
    font-size: 22px;
    font-weight: bold;
    color: #ffd800;
}

.fdr_text h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.abt_fdr_sec h3 {
    font-size: 25px;
    font-weight: 900;
    color: #013b81;
}

.abt_fdr_sec hr {
    border: solid 1px #013b81;
    background-color: #013b81;
    opacity: 1;
    width: 100%;
    margin: 15px 0;
}

.abt_fdr_sec p {
    font-size: 16px;
    text-align: justify;
    color: #333;
    margin: 15px 0;
}

/* our team page section */
.business_process_main,
.history_main,
.our_team_main {
    padding: 80px 0;
    padding-bottom: 50px;
}

.team_head {
    text-align: center;
    margin-bottom: 50px;
}

.team_head h2 {
    font-size: 32px;
    color: #013b81;
    font-weight: bold;
    margin: 15px 0;
    border-bottom: solid 2px #013b81;
    width: fit-content;
    margin: auto;
    padding: 10px 0;
    margin-bottom: 18px;
}

.team_card_sec {
    padding: 0 20px;
}

.team_head p {
    font-size: 18px;
    color: #000;
    width: 60%;
    line-height: 32px;
    margin: auto;
}

.team_img_sec {
    margin-bottom: 10px;
}

.team_img_sec img {
    width: 100%;
}

.team_text h3 {
    font-size: 20px;
    color: #013b81;
    font-weight: bold;
    margin: 15px 0;
    border-bottom: solid 1px #013b81;
    padding-bottom: 10px;
}

.team_text p {
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
}

/* history page section */
.fondr_inn_sec h2 {
    font-size: 30px;
    font-weight: bold;
    color: #013b81;
}

.fondr_inn_sec hr {
    border: solid 1px #013b81;
    background-color: #013b81;
    opacity: 1;
    margin: 15px 0;
    width: 100%;
}

.fondr_inn_sec p {
    font-size: 14px;
    padding-bottom: 10px;
    color: #444;
    text-align: justify;
}

.abt_v_m_img {
    position: relative;
}

.abt_v_m_img::before {
    content: '';
    position: absolute;
    right: 0;
    /* top: 22px; */
    background-color: #013b81;
    z-index: -1;
    width: 84%;
    height: 336px;
    margin-top: 85px;
    margin-right: 13px;
}

.abt_v_m_img img {
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
}

/* business process section */
.bp_text_sec h3 {
    font-size: 32px;
    color: #013b81;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: solid 2px #013b81;
    margin-bottom: 10px;
}

.bp_text_sec p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 20px;
}

.bp_img_sec img {
    width: 100%;
    padding: 15px;
    padding-top: 0;
}

.bp_table_sec .table {
    border: solid 2px #00000094;
}

.bp_table_sec .table thead {
    background-color: #013b81;
    color: #fff;
}

/* why choose us gopedia section */
#why-c-us-main {
    padding: 80px 0;
    position: relative;
}

#why-c-us-main .circle {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: -1;
}

#why-c-us-main .circle img,
#why-c-us-main .circle2 img {
    width: 150px !important;
    filter: grayscale(1);
}

#why-c-us-main .circle2 {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: -1;
}

#why-c-us-main .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-c-u-img img {
    max-width: 100%;
    height: auto;
}

.w-c-u-text-sec h2 {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 46px;
    color: #013b81;
}

#why-c-us-main .choose-sec {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 50px;
}

#why-c-us-main .choose-sec .w-c-u-part1 {
    flex: 1 0 46%;
}

.w-c-u-part1 h3 {
    font-weight: 600;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}

.w-c-u-part1 p {
    color: #4F5256;
    line-height: 30px;
}

/* partner page section */
.partner_main {
    padding: 50px 0;
}

.partner_main .container-fluid {
    padding: 0 100px;
}

.partner_sec {
    display: flex;
    flex-wrap: wrap;
}

.partner_sec li {
    width: 18%;
    margin: 8px;
}

.partner_sec li img {
    width: 100%;
    padding: 15px;
    border: solid 1px #ccc;
    height: 146.3px;
    object-fit: contain;
    cursor: pointer;
}

/* service section */
.service_main {
    padding: 50px 0;
    padding-top: 0;
}

.scnd_row {
    margin-top: 50px;
}

.ser_tabs_sec.nav-pills .nav-link {
    background-color: #fff;
    box-shadow: -1px 9px 30px -15px rgb(0 0 0);
    padding: 20px;
    border-radius: 10px;
    color: #333;
    font-size: 16px;
    border-radius: 10px;
    height: 100%;
}

.ser_tabs_sec.nav-pills .nav-link.active {
    background-color: #013b81;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.mt-service-shorter,
.service-details-left-area {
    margin-top: 0;
}

.service-details-left-area h3 {
    color: #013b81;
    padding: 15px 0;
    border-bottom: solid 1px #013b81;
    margin: 15px 0;
}

.service-details-left-area h4 {
    font-size: 22px;
    color: #333;
    margin: 10px 0;
}

.service-details-left-area .thumbnail {
    margin-bottom: 0;
}

.rts-single-wized .single-categories li a {
    background-color: #013b81;
    color: #fff;
}

.rts-single-wized .single-categories li a.active {
    background-color: #333;
}

.rts-single-wized .single-categories li a:hover {
    background-color: #333;
}

.rts-single-wized {
    background: #cccc;
}

.rts-single-wized .wized-header .title {
    color: #000;
}

/* articles page section */
.articles_main {
    padding: 50px 0;
}

.section_heading {
    margin-bottom: 30px;
}

.section_heading h2 {
    color: #013b81;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 30px;
    text-transform: uppercase;
}

.section_heading h2 span {
    color: #000;
}

.section_heading p {
    font-size: 16px;
    margin: 10px 0 5px;
    width: 60%;
    margin: auto;
}

.blog-card-sec {
    margin: 40px 40px;
}

.blog-card-inside-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog-card-inside-text {
    margin: 10px 0px;
}

.blog-card-inside-text h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--black);
    margin: 10px 0px;
    line-height: 38px;
}

.blog-card-inside-text p {
    font-size: 15px;
    color: #222;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-card-tags {
    margin: 15px 0px;
    display: flex;
    align-items: center;
}

.blog-card-tags span {
    font-size: 16px;
    color: #222;
}

.blog-card-tags a {
    color: var(--pink);
    font-size: 15px;
    font-weight: 700;
}

.rts-contact-area-in-page {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
}

/* index service section css here new 03092025 */
.rts-service-area {
    /* padding-top: 30px;
    padding-bottom: 70px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 86px);
    padding: 0 !important;
}

.box_shadow_main {
    /* box-shadow: 0px 15px 40px -20px rgba(0, 0, 0, 0.5) !important; */
    /* box-shadow:0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%) !important; */
    padding: 80px 0;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    /* border-bottom: solid 1px #33333347; */
}


.rts-service-area .row {
    row-gap: 16px;
}

.rts-service-area .container {
    padding: 0 7.5px;
}

.sections_head {
    text-align: center;
    margin-bottom: 30px;
}

.sections_head h2 {
    font-size: 42px;
    font-weight: bold;
    color: #333;
}

.qs_service_sec {
    background-color: #fff;
    box-shadow: 0px 25px 45px -20px rgba(0, 0, 0, 0.5);
    padding: 30px 50px;
    transition: all 0.5s ease;
    height: 100%;
    position: relative;
    border-radius: 25px;
    text-align: center;
    padding-bottom: 10px;
}

.qs_service_sec .text {
    transition: all 0.5s ease;
}

.phone_foot {
    transform: rotate(90deg);
}

/* .qs_service_sec::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #013b81;
    transition: all 0.5s ease;
    bottom: 70px;
} */

.text img {
    width: 50px;
    margin-bottom: 20px;
}

.inn_tab .tab-pane {
    background-color: #ffffff;
    box-shadow: 0px 7px 24px 6px #ccc;
    border-radius: 20px;
    padding: 0px 20px;
}

.text a {
    color: #013b81;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.5s all;
    position: absolute;
    bottom: 80px;
}

.text a i {
    font-size: 14px;
    color: #013b81;
    padding-top: 2px;
    transition: 0.5s all;
}

.qs_service_sec h3 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    transition: 0.5s all;
    color: #013b81;
    padding-top: 2px;
    line-height: normal;
}

.qs_service_sec p {
    color: #000;
    font-weight: 400;
    padding: 15px 0;
    transition: 0.5s all;
    padding-top: 0;
    text-align: justify;
    margin-bottom: 10px;
}

.qs_service_sec:hover {
    background-color: #013b81;
    transform: scale3d(1, 1, 1);
}

.qs_service_sec:hover span,
.qs_service_sec:hover h3 {
    color: #fff;
}

.qs_service_sec:hover p {
    color: #fff;
}

.qs_service_sec:hover::after {
    background-color: #fff;
    width: 40px;
}

.qs_service_sec:hover img {
    filter: invert(1) contrast(10) brightness(10);
}

.qs_service_sec:hover a i,
.qs_service_sec:hover a {
    color: #fff;
    bottom: 85px;
}

/* service section inner page 03092025 */
.accr_main {
    background-color: #efefef;
    padding: 30px;
}

.inn_srv_accr .accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(10) contrast(10);
}

.inn_srv_accr {
    margin-bottom: 10px;
}

.inn_srv_accr button {
    background-color: #ffffff;
}

.inn_srv_accr button p {
    font-weight: bold;
}

.inn_srv_accr p {
    font-size: 16px;
    color: #000;
    transition: 0.5s all;
    font-family: "DM Sans", serif;
}

.accordion-button:not(.collapsed) p {
    color: #fff;
}

.accrd_bdy {
    background-color: #fff;
}

.accrd_srv_text_inn p {
    color: #000;
    text-align: justify;
    font-size: 18px;
}

.accrd_srv_text_inn ul {
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.accrd_srv_text_inn ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    list-style-type: disclosure-closed;
}

.accrd_srv_text_inn ul li span {
    color: #013b81;
}

.ser_tabs_sec {
    display: flex;
    gap: 5px;
}

.ser_tabs_sec li {
    width: 33%;
    justify-content: center;
    align-items: center;
}


/**************/

@media(max-width:1366px) {
    .abot-frst-sec-img img {
        height: auto;
        padding: 0 20px;
        border-radius: 40px;
    }


    .fdr_img img {
        height: auto;
    }

    .fdr_text {
        width: 400px;
    }

    .fdr_text h5,
    .fdr_text p {
        font-size: 16px;
    }

    .fdr_text span {
        font-size: 20px;
    }

    .mt-service-shorter {
        padding-left: 10px;
    }

    .rts-single-wized {
        padding: 20px;
    }

    .banner-inner-two-content .title {
        font-size: 40px;
    }

    .text a {
        bottom: 30px;
    }

    .qs_service_sec::after {
        bottom: 25px;
    }

    .qs_service_sec:hover a i,
    .qs_service_sec:hover a {
        bottom: 35px;
    }

    .qs_service_sec h3 {
        font-size: 22px;
    }

    .qs_service_sec {
        padding: 60px 20px;
        height: 100%;
    }


}

@media(max-width:1199px) {
    .fdr_text {
        width: 365px;
        left: 0;
    }

    .fdr_img::before {
        top: -8px;
        width: 70%;
    }

    .service_main .row {
        /* flex-direction: column-reverse; */
        row-gap: 20px;
    }
}

@media(max-width:1152px) {

    /* .contact-info-area-wrapper-p .single-contact-info:last-child{
        display: block;
    }
    .contact-info-area-wrapper-p .single-contact-info:nth-child(2){
        margin-bottom: 10px;
    } */
    .contact-info-area-wrapper-p .single-contact-info .info-wrapper a {
        font-size: 17px;
    }
}

@media(max-width:992px) {
    .partner_main .container-fluid {
        padding: 0 20px;
    }
}

@media(max-width:991px) {
    .fdr_img::before {
        top: -8px;
        width: 84%;
        left: 57px;
    }

    .fdr_text {
        width: 93%;
        left: 40px;
    }

    .founder_about .row {
        gap: 100px;
    }

    .fdr_img img {
        width: 100%;
        padding: 0;
    }

    .fdr_text {
        position: unset;
        width: 100%;
    }

    .section_heading p {
        width: 100%;
    }

    .rts-contact-area-in-page .row {
        row-gap: 30px;
    }

    .google-map iframe {
        height: 350px;
    }

    .google-map-area {
        padding-top: 30px;
    }

    .vision-class {
        border-bottom: 2px dashed #4F5256;
        border-right: none;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    #about-vision-main {
        padding: 20px 0;
    }

    .abot-mision {
        padding-left: 0;
    }

    .abot-vision p,
    .abot-vision h3 {
        text-align: left;
    }

    #bnr-inner-main {
        padding: 20px 0;
    }

    .bnr-inner h2,
    .bnr-inner ul li {
        margin: 0;
    }

    .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        display: none !important;
    }

    .top_clr {
        width: 100% !important;
        display: block !important;
        height: 100% !important;
    }

}

@media(max-width:768px) {

    .abot-tt-text-inside p,
    .abot-tt-secnd-text p {
        text-align: justify;
    }

    .partner_sec li {
        width: 31%;
    }
}

@media(max-width:767px) {
    .fdr_img::before {
        top: -8px;
        width: 94%;
        left: -10px;
        height: 18%;
    }

    .founder_about .row {
        gap: 40px;
    }

    .container {
        padding: 0 7.5px;
    }

    .qs_service_sec {
        height: auto;
    }

    .text a {
        bottom: 40px;
    }

    .qs_service_sec::after {
        bottom: 30px;
    }

    .qs_service_sec:hover a i,
    .qs_service_sec:hover a {
        bottom: 45px;
    }

    .rts-section-gap {
        padding-bottom: 20px;
    }

    .qs_service_sec {
        padding: 30px 50px;
    }

    .counter-bg .single-counter {
        justify-content: center !important;
    }
}

@media(max-width:600px) {

    .partner_sec li {
        width: 30.5%;
    }

    .partner_main .container-fluid {
        padding: 0;
    }

    #about-main-in {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header-main .container {
        padding: 0 12px;
    }
}

@media(max-width:576px) {
    .bnr-inner h2 {
        font-size: 20px;
    }

    .bnr-inner a,
    .bnr-inner span {
        font-size: 16px;
    }
}

@media(max-width:575px) {
    .counter-bg .single-counter {
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        margin: 0;
    }

    .rts-counter-up-area .row {
        margin-top: 0px;
    }

    .news_text_sec h3 {
        font-size: 20px;
        padding: 6px 0;
    }

    .rts-counter-up-area .row>* {
        margin-top: 0 !important;
    }

    .box_shadow_main {
        padding-bottom: 40px !important;
    }

    .news_head h2,
    .sections_head h2 {
        font-size: 26px !important;
    }

    .counter-bg .single-counter {
        gap: 0;
    }
}

@media(max-width:540px) {
    .partner_sec li {
        width: 46.5%;
    }

    .sections_head h2 {
        font-size: 27px;
    }

    #bnr-inner-main {
        padding: 5px 0;
    }
}

@media(max-width:492px) {
    .bnr-inner h2 {
        font-size: 28px;
    }

    .bnr-inner {
        width: 98%;
    }

    .footer-one-single-wized {
        padding-left: 0;
    }

    .bnr-inner a,
    .bnr-inner span {
        font-size: 16px;
    }

    .bnr-inner ul li {
        margin: 7px 0;
    }

    .abot-tt-text-inside h3 {
        font-size: 35px;
    }

    .abot-tt-text-inside span {
        font-size: 18px;
    }

    .abot-tt-text-inside h3 {
        margin-bottom: 20px;
    }

    .accr_main {
        padding: 10px;
    }

}

@media(max-width:432px) {

    .partner_sec li {
        width: 47%;
        margin: 5px;
    }

    .bnr-inner {
        top: 30%;
        left: 5px;
        transform: none;
    }

    .bnr-inner h2 {
        font-size: 20px;
    }

    .cta-style-two-area .title {
        font-size: 24px !important;
    }

    .testimonials-main-wrapper-two .right-content-testimonials p.disc {
        font-size: 16px !important;
        max-width: 100% !important;
        margin-bottom: 10px;
    }

    /* .bnr-inner ul {
        box-shadow: 0px 3px 10px 0.4px #ccc;
    } */

    .service-details-left-area p.disc {
        text-align: justify;
    }

    .section_heading h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .blog-card-sec {
        margin: 20px 0;
    }

    .blog-card-inside-img img {
        height: auto;
    }
}

@media(max-width:425px) {
    .abt_v_m_img::before {
        height: 327px;
    }

    .w-c-u-text-sec h2 {
        font-size: 25px;
    }

    .w-c-u-part1 h3 {
        font-size: 20px;
    }

    .blog-card-inside-text h3 {
        font-size: 20px;
        line-height: unset;
    }

    .google-map iframe {
        height: 250px;
    }

    .rts-section-gap .row {
        align-items: baseline;
    }
}

@media(max-width:414px) {
    .abt_v_m_img::before {
        height: 316px;
    }
}

@media(max-width:400px) {

    .abt_v_m_img::before {
        height: 304px;
    }

    .fondr_inn_sec h2 {
        font-size: 28px;
    }

    .bnr-inner a,
    .bnr-inner span {
        font-size: 14px;
    }

    .bnr-inner {
        top: 25%;
        width: fit-content;
        left: 0;
    }
}

@media(max-width:395px) {
    .abt_v_m_img::before {
        height: 81.5%;
        margin-top: 77px;
        top: unset;
        left: unset;
        bottom: unset;
    }
}

@media(max-width:390px) {

    .bnr-inner {
        top: 17%;
    }
}


@media(max-width:375px) {

    .fdr_text h5,
    .fdr_text p {
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }

    .abt_v_m_img::before {
        height: 80.5%;
    }

    .inn_srv_accr p {
        font-size: 14px;
    }
}

@media(max-width:360px) {

    #about-main-in {
        padding-top: 60px;
    }


    .abt_v_m_img::before {
        height: 76.5%;
    }

    .partner_sec li {
        width: 100%;
    }
}




.demo_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* <— enable clipping for zoom */
}

.demo_img img {
    height: calc(100vh - 106px);
    width: 100%;
    object-fit: cover;
    will-change: transform;
    transform: scale(1);
    /* base */
}

/* keep your animate.css speed tweaks */
/* .animate__animated.animate__fadeIn {
    --animate-duration: 2s;
} */

.animate__animated.animate__flipInX {
    --animate-duration: 2s;
}

.bnr_img1.animate__animated.animate__fadeInUp {
    --animate-duration: 1s;
}

.bnr_img1.animate__animated.animate__fadeInDown {
    --animate-duration: 1s;
}

.demo_lst .animate__animated.animate__fadeInUp:nth-child(1),
.demo_text .animate__animated.animate__fadeInUp:nth-child(1) {
    --animate-duration: 4s;
    /* --animate-delay: 10s; */
}

.demo_lst .animate__animated.animate__fadeInUp:nth-child(2),
.demo_text .animate__animated.animate__fadeInUp:nth-child(2) {
    --animate-duration: 4s;
    /* --animate-delay: 10s; */
}

.demo_lst .animate__animated.animate__fadeInUp:nth-child(3),
.demo_text .animate__animated.animate__fadeInUp:nth-child(3) {
    --animate-duration: 4s;
    /* --animate-delay: 10s; */
}

.demo_text {
    position: absolute;
    top: 280px;
    left: 850px;
    z-index: 1;
    text-align: center;
}

.demo_text_scnd {
    left: 150px;
    top: 200px;
}

.demo_text h5,
.demo_text h4,
.demo_text h3 {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
}

.demo_text h4 {
    font-size: 36px;
}

.demo_text h5 {
    font-size: 37px;
    text-align: end;
    margin-top: 30px;
    font-weight: 100;
}

.demo_text2 {
    top: unset;
    bottom: 190px;
    left: unset;
    right: 250px;
}

/* .demo_text_scnd {
    top: unset;
    bottom: 150px;
} */

.demo_text_scnd h3 {
    font-size: 58px;
}

.demo_text_thrd {
    left: unset;
    right: 200px;
    top: unset;
    bottom: 200px;
}

.demo_text p {
    font-size: 22px;
    color: #fff;
    text-align: justify;
    width: 560px;
    margin-bottom: 25px;
}

.demo_text a {
    font-size: 16px;
    color: #000;
    background-color: #fff;
    padding: 8px 25px;
    text-decoration: none;
}

.bnr_img {
    width: 635px;
    height: calc(100vh - 106px);
    object-fit: cover;
}

.bnr_img1 {
    width: 493px;
    height: calc(100vh - 106px);
    object-fit: cover;
    position: relative;
}

.bnr_img2 {
    height: calc(100vh - 106px);
    width: 20%;
    object-fit: cover;
}

.bnr_img3 {
    height: calc(100vh - 106px);
    width: 20%;
    object-fit: cover;
}

.bnr_text {
    /* background: linear-gradient(232deg, #013b81, #333); */
    position: absolute;
    top: 10%;
    left: 11%;
    /* padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px; */
    z-index: 1;
}

.bnr_text h3 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}

/* .start_spt{
    color:#333 !important;
} */
.carousel-item {
    position: relative;
}

.scnd_top_clr,
.scnd_down_clr,
.top_clr,
.down_clr,
.right_clr,
.left_clr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 630px;
    background-color: #00000083;
    z-index: 1;
}

.left_clr {
    width: 150px;
}

.right_clr {
    width: 1100px;
}

.top_clr,
.down_clr,
.right_clr {
    left: unset;
    right: 0;
}

.scnd_down_clr,
.top_clr,
.down_clr {
    right: unset;
    width: 100%;
    height: 100px;
}

.scnd_top_clr,
.top_clr {
    top: unset;
    bottom: 0;
}

.scnd_top_clr {
    height: 100px;
    width: 100%;
}

.demo_immg.animate__animated.animate__slideOutLeft {
    --animate-duration: 2s;
}

.thrd_text .animate__animated.animate__jackInTheBox.trd-f {
    --animate-duration: 2s;
}

.thrd_text .animate__animated.animate__flipInX {
    --animate-duration: 1s;
}

.thrd_text.animate__animated.animate__flipInX.trd-l {
    --animate-duration: 1.5s;
}

.bnr_img2.animate__animated.animate__fadeInDown {
    --animate-duration: 2s;
}

.bnr_text.animate__animated.animate__backInUp {
    --animate-duration: 2s;
}

.bnr_img.animate__animated.animate__fadeInUp,
.bnr_img1.animate__animated.animate__fadeInUp {
    --animate-duration: 2s;
}


.scnd_demo_text {
    top: unset;
    bottom: 240px;
    left: 200px;
}

.scnd_demo_text h3 {
    font-size: 38px;
    line-height: normal;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    padding: 10px;
    right: 50px;
    bottom: 50px;
    top: unset;
    left: unset;
    opacity: 1;
}

.carousel-control-next {
    bottom: 120px;
}







/* ——— Top progress bar ——— */
#carouselExampleAutoplaying {
    position: relative;
}

#carouselExampleAutoplaying .carousel-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: rgba(153, 118, 1, 0.2);
    z-index: 99;
}

#carouselExampleAutoplaying .carousel-progress .bar {
    height: 100%;
    background: darkgoldenrod;
    width: 0%;
}

/* ——— Smooth zoom (no keyframes, no jitter) ———
     Only the ACTIVE slide gets zoomed. We DON'T reset transforms globally,
     so your animate.css effects remain intact. */
#carouselExampleAutoplaying .carousel-item.active.zooming img,
#carouselExampleAutoplaying .carousel-item.active.zooming .bnr_img,
#carouselExampleAutoplaying .carousel-item.active.zooming .bnr_img1,
#carouselExampleAutoplaying .carousel-item.active.zooming .bnr_img2,
#carouselExampleAutoplaying .carousel-item.active.zooming .demo_immg {
    transform: scale(1.10);
    /* adjust zoom strength if needed */
    transition: transform var(--zoom-dur, 6s) ease-in-out;
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
}

/* .bnr_frth_text {
    top: unset;
    bottom: 200px;
    left: unset;
    right: 500px;
} */

/* .fth_bnr {
    left: unset;
    right: 300px;
    bottom: 130px;
} */

/* Smooth, non-janky zoom on images */
.carousel-item.zooming img {
    transform: scale(1.05) translateX(-50%);
    transition: transform var(--zoom-dur) ease-in-out;
}

.letter {
    display: inline-block;
    opacity: 0;
}

.letter.space {
    width: 0.35em;
}

/* Professional fade + up */
@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.onlmb {
    height: 100% !important;
    background-color: #0000006b;
}

/******************/
@media(max-width:1727px) {
    .demo_text {
        left: 740px;
    }
}

@media(max-width:1700px) {
    .qs_service_sec {
        padding: 16px 50px;
    }

    .qs_service_sec p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .scnd_top_clr,
    .scnd_down_clr,
    .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        width: 540px;
    }

    .scnd_down_clr,
    .top_clr,
    .down_clr {
        width: 100% !important;
    }

    .scnd_top_clr {
        width: 100% !important;
    }

    .demo_text {
        left: 820px;
    }

    .left_clr {
        width: 150px;
    }

    .right_clr {
        width: 900px;
    }

    .demo_text h5,
    .demo_text h4,
    .demo_text h3 {
        font-size: 36px;
    }

    .demo_text_scnd {
        left: 150px;
    }

    /* .bnr_frth_text {
        right: 400px;
    } */

    .bnr_img {
        width: 505px;
    }

    .demo_text h4 {
        font-size: 33px;
        margin-top: 10px;
    }

    .demo_text h5 {
        font-size: 28px;
    }
}

@media(max-width:1650px) {
    .bnr_img {
        width: 480px;
    }
}

@media(max-width:1642px) {
    .bnr_img {
        width: 473px;
    }
}

@media(max-width:1631px) {
    .bnr_img {
        width: 468px;
    }
}

@media(max-width:1622px) {
    .bnr_img {
        width: 463px;
    }
}

@media (max-width: 1614px) {
    .bnr_img {
        width: 456px;
    }

    .bnr_mlt {
        width: 100%;
        white-space: nowrap;
        overflow-x: hidden;
        margin-right: 10px;
    }

    .service-details-left-area .title {
        font-size: 26px;
    }
}

@media(max-width:1610px) {
    .demo_text {
        left: 750px;
    }
}

@media(max-width:1600px) {
    .demo_text {
        left: 720px;
    }

    .demo_text_scnd {
        left: 150px;
    }
}

@media(max-width:1536px) {

    .scnd_down_clr,
    .top_clr,
    .down_clr,
    .scnd_top_clr {
        height: 70px !important;
    }

    .scnd_top_clr,
    .scnd_down_clr,
    .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        width: 460px;
    }

    .left_clr {
        width: 150px;
    }

    .right_clr {
        width: 820px;
    }

    .demo_text h5,
    .demo_text h4,
    .demo_text h3 {
        font-size: 32px;
    }

    .demo_text_scnd h3 {
        font-size: 42px;
    }

    .bnr_mlt img {
        overflow: hidden !important;
    }

    .box_shadow_main {
        padding: 40px 0 !important;
        height: auto !important;
    }

    .gallery-bg {
        margin-top: 0 !important;
    }

    .news_main {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media(max-width:1440px) {
    .demo_text {
        left: 670px;
    }

    .demo_text_scnd {
        left: 150px;
    }

    .left_clr {
        width: 100px;
    }
}

@media(max-width:1400px) {
    .counter-bg .single-counter {
        margin-left: 0;
    }

    .scnd_top_clr,
    .scnd_down_clr,
    .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        width: 360px;
    }

    .left_clr {
        width: 130px;
    }

    .right_clr {
        width: 760px;
    }

    .demo_text {
        left: 690px;
        top: 200px;
    }

    .demo_text_scnd {
        left: 150px;
        top: 200px;
    }

    .bnr_frth_text {
        left: 800px;
        top: 260px;
    }

    .demo_text h5,
    .demo_text h4,
    .demo_text h3 {
        font-size: 28px;
    }

    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 38px;
    }

    .demo_text h4 {
        margin-top: -11px;
    }

    /* .bnr_img1,
    .bnr_mlt img,
    .bnr_img,
    .demo_img img{
        height:676px !important;
    }
    .scnd_down_clr, .top_clr, .down_clr, .scnd_top_clr{
        height:auto !important;
    } */
    .bnr_mlt {
        overflow-x: unset;
    }
}

@media(max-width:1399px) {
    .qs_service_sec h3 {
        font-size: 19px;
    }

    .gallery-bg {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }

    .para_flex {
        padding-bottom: 20px;
    }

    .news_main {
        padding-top: 40px;
    }

    .demo_text_scnd h3 {
        font-size: 43px;
    }

    /* .demo_text {
        top: 80px;
    } */

    .demo_text_scnd {
        top: 140px;
    }

    .bnr_frth_text {
        left: 730px;
        top: 300px;
    }
}

@media(max-width:1366px) {
    .qs_service_sec p {
        line-height: 20px;
    }

    .counter-bg .single-counter .icon {
        width: 90px;
        height: 90px;
    }

    .counter-bg .single-counter .counter-details .title {
        font-size: 55px;
    }

    .news_head h2,
    .sections_head h2 {
        font-size: 36px;
    }

    .demo_text h4 {
        margin-top: 10px;
    }

    .demo_text h4 {
        font-size: 31px;
    }

    .demo_text h5 {
        font-size: 26px;
    }

    /* .bnr_frth_text {
        right: 240px;
    } */

    .ser_tabs_sec.nav-pills .nav-link {
        font-size: 14px;
    }

    /* .demo_text {
        top: 90px;
        left: 200px;
    }

    .demo_text_scnd {
        top: 130px;
        left: 150px;
    } */
    .cta-style-two-area .title {
        font-size: 36px;
    }

    .left_clr {
        width: 130px !important;
    }

    .right_clr {
        width: 760px !important;
    }

    .demo_text {
        left: 660px;
        top: 230px;
    }

    .demo_text_scnd {
        left: 150px;
        top: 200px;
    }

    .demo_text h3 {
        font-size: 28px !important;
    }

    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 38px !important;
    }

}

@media(max-width:1280px) {

    /* .demo_text {
        left: 100px;
    } */
    .right_clr {
        width: 670px !important;
    }

    .demo_text {
        left: 630px;
        top: 230px;
    }

    .demo_text_scnd {
        left: 150px;
        top: 200px;
    }
}

@media(max-width:1200px) {

    /* .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        width: 300px !important;
    }

    .scnd_down_clr,
    .top_clr,
    .down_clr {
        width: 100% !important;
    } */

    /* .demo_text {
        top: 120px;
        left: 90px;
    }

    .demo_text_scnd {
        top: 210px;
    } */

    /* .demo_text_scnd {
        bottom: 150px !important;
        top: unset;
    } */

    /* .scnd_down_clr,
    .top_clr,
    .down_clr,
    .scnd_top_clr {
        height: 100px !important;
    } */

    /* .bnr_frth_text {
        left: unset;
        top: unset;
    } */

    /* .bnr_text h3 {
        font-size: 30px;
    } */
    /* .bnr_text {
        top: 16%;
        left: 8%;
    } */
    .counter-bg .single-counter .counter-details .title {
        font-size: 45px;
    }

    .icon {
        min-width: 100px;
        height: 90px;
    }

    .demo_text h3 {
        font-size: 25px !important;
    }

    .demo_text h4 {
        font-size: 25px;
        margin-top: -10px;
    }

    .demo_text {
        left: 610px;
        top: 230px;
    }

    .right_clr {
        width: 610px !important;
    }

    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 38px !important;
    }

    .demo_text_scnd {
        left: 140px;
        top: 130px;
    }
}

@media(max-width:1199px) {
    .qs_service_sec h3 {
        font-size: 20px;
    }

    .text img {
        width: 45px;
    }

    .counter-bg .single-counter .counter-details .title {
        font-size: 46px;
    }

    .cta-style-two-area .title {
        font-size: 30px;
    }

    .news_head h2,
    .sections_head h2 {
        font-size: 32px;
    }

    .counter-bg .single-counter .icon {
        width: 60px;
        height: 80px;
    }

    .demo_text h3 br {
        display: block;
    }

    .ser_tabs_sec li {
        width: 28%;
        display: flex;
    }

    .service-details-left-area .title {
        font-size: 24px;
    }
}

@media(max-width:1152px) {

    /* .demo_text {
        left: 50px;
    } */
    .demo_text {
        left: 560px;
        top: 230px;
    }

    .demo_text_scnd {
        left: 140px;
        top: 130px;
    }

    .carousel-control-next {
        bottom: 50px;
        right: 120px;
    }

    .ticker2,
    .ticker3,
    .ticker1 {
        height: 470px !important;
    }
}

@media(max-width:1100px) {

    /* .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        width: 260px !important;
    } */

    .left_clr {
        width: 50px !important;
    }

    .demo_text {
        left: 500px;
        top: 230px;
    }

    .demo_text_scnd {
        left: 140px;
        top: 130px;
    }
}

@media(max-width:1024px) {
    .rts-btn {
        padding: 13px 10px;
    }

    .bnr_text h3 {
        font-size: 26px;
    }

    .demo_text_scnd {
        left: 140px;
        top: 130px;
    }

    .foot_row {
        row-gap: 30px;
    }

    .footer-two .margin-left-65 {
        margin-left: 0;
    }

    .latest-upates-sec a {
        font-size: 17px !important;
    }

    .demo_img img {
        height: 70vh;
    }

    .scnd_down_clr,
    .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        display: none !important;
    }

    .carousel-item .top_clr {
        display: block !important;
        height: 100% !important;
    }

    .bnr_text {
        z-index: 1;
        top: 40%;
    }

    .bnr_text h3 {
        font-size: 55px !important;
    }

    .scnd_top_clr {
        height: 100% !important;
    }

    .demo_text {
        left: 110px;
        top: 40px;
        width: 72%;
    }

    .demo_text h4 {
        font-size: 37px;
        margin-top: 10px;
    }

    .demo_text h5 {
        font-size: 35px;
        margin-top: 30px;
    }

    .demo_text h3 {
        font-size: 61px !important;
    }

    .demo_text_scnd {
        left: 30px;
        top: 100px;
        width: 92%;
    }

    .bnr_frth_text {
        width: 78%;
    }

    .bnr_mlt img {
        height: 70vh;
    }

    .fth_bnr {
        left: 100px;
        width: 79%;
    }
}

@media(max-width:992px) {
    .nav-area ul li a {
        padding-right: 27px;
    }

    .demo_text h4 {
        font-size: 27px;
        margin-top: 0;
    }

    .bnr_frth_text {
        left: 80px;
        top: 190px;
    }

    .demo_text h3 {
        font-size: 25px !important;
    }

    .demo_text_scnd h3 {
        font-size: 40px !important;
    }

    .bnr_text h3 {
        font-size: 34px;
    }

    .demo_text {
        left: 400px;
        top: 230px;
    }

    .demo_text_scnd {
        left: 140px;
        top: 130px;
    }
}

@media(max-width:991px) {
    .header-one {
        padding: 12px !important;
    }

    .bnr_img1,
    .bnr_img2,
    .demo_img img,
    .bnr_img {
        height: calc(100vh - 79px);
    }

    .rts-service-area {
        height: auto;
        padding: 50px 0;
        padding-top: 0;
    }

    .box_shadow_main {
        padding-top: 20px !important;
    }

    .counter-bg .single-counter .icon {
        height: 70px;
        min-width: 70px;
    }

    .counter-bg .single-counter .counter-details .title {
        font-size: 36px;
    }

    .ser_tabs_sec li {
        width: 32%;
    }

    .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        display: none !important;
    }

    .top_clr {
        width: 100% !important;
        display: block !important;
        height: 100% !important;
    }

    .box_shadow_main {
        padding-bottom: 30px !important;
    }

    .demo_text {
        left: 20px;
        top: unset !important;
        bottom: 350px !important;
        width: 91%;
    }

    .demo_text_scnd {
        left: 140px;
        top: 130px;
    }

    .demo_text h3 {
        font-size: 43px !important;
    }

    .ticker2,
    .ticker3,
    .ticker1 {
        height: 300px !important;
    }
}

@media(max-width:912px) {

    .bnr_img1,
    .bnr_img2,
    .demo_img img,
    .bnr_img {
        height: 70vh;
    }

    .demo_text {
        left: 70px;
        top: unset !important;
        bottom: 350px !important;
        width: 80%;
    }

    .demo_text_scnd {
        bottom: 500px !important;
        left: 80px;
    }

    .bnr_frth_text {
        bottom: 510px !important;
    }

    .fth_bnr {
        width: 83%;
    }
}

@media(max-width:853px) {
    .demo_text {
        width: 83%;
    }

    .bnr_text h3 {
        font-size: 43px !important;
    }

    .bnr_text {
        left: 5%;
    }

    .fth_bnr {
        width: 68%;
        left: 140px;
    }
}

@media(max-width:821px) {
    .demo_text {
        left: 40px;
        top: unset !important;
        bottom: 290px !important;
        width: 89%;
    }

    .bnr_frth_text,
    .demo_text_scnd {
        bottom: 420px !important;
    }

    .fth_bnr {
        width: 92%;
    }
}

@media(max-width:768px) {

    /* .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        width: 130px !important;
    }

    .scnd_down_clr,
    .top_clr,
    .down_clr {
        width: 100% !important;
    } */

    /* .bnr_frth_text {
        bottom: 110px;
    } */

    /* .demo_text {
        left: 40px;
        bottom: 180px !important;
    }

    .demo_text h3 {
        font-size: 31px !important;
    } */

    /* .demo_text h4 {
        font-size: 22px;
        margin-top: -11px;
    } */

    /* .demo_text {
        left: 140px;
    } */

    /* .demo_text_scnd {
        left: 50px;
    } */

    /* .demo_text h5 {
        font-size: 22px;
        margin-top: 5px;
    } */

    /* .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 32px !important;
    } */
    .scnd_top_clr {
        display: block !important;
        height: 100% !important;
    }

    .demo_text {
        left: 40px;
        top: unset !important;
        /* bottom: 440px !important; */
        bottom: 250px !important;
        width: 91%;
    }

    .demo_text_scnd {
        /* bottom: 530px !important; */
        bottom: 380px !important;
        left: 20px;
    }

    .bnr_frth_text {
        left: 20px;
        /* bottom: 510px !important; */
        bottom: 370px !important;

    }

    .bnr_text {
        z-index: 1;
        top: 40%;
    }

    .bnr_text h3 {
        font-size: 43px !important;
    }

    .fth_bnr {
        bottom: 370px !important;
        left: 100px;
        width: 72%;
    }

    .scnd_top_clr {
        display: block !important;
        height: 100% !important;
    }

}

@media(max-width:767px) {
    .ser_tabs_sec li {
        width: 100%;
    }

    /* .bnr-inner h2 {
        font-size: 21px;
    } */

    .service_main .row {
        row-gap: 0;
    }
}

@media(max-width:600px) {
    /* .demo_text h3 {
        font-size: 35px !important;
    } */

    /* .demo_text h4 {
        font-size: 22px;
        margin-top: 0;
    }

    .demo_text h5 {
        font-size: 20px;
    } */

    /* .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        width: 50px !important;
    } */

    /* .scnd_down_clr,
    .top_clr,
    .down_clr,
    .scnd_top_clr {
        height: 120px !important;
    } */

    /* .demo_text h4 {
        margin-bottom: -27px;
    } */

    /* .scnd_down_clr,
    .top_clr,
    .down_clr {
        width: 100% !important;
        height: 100px !important;
    } */

    .carousel-control-next,
    .carousel-control-prev {
        width: 40px;
        height: 40px;
    }

    .carousel-control-next {
        bottom: 50px;
        right: 100px;
    }

    /* .bnr_frth_text {
        bottom: 130px;
    } */

    /* .bnr_text h3 {
        font-size: 32px;
    } */

    /* .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 32px !important;
    } */

    /* .bnr_frth_text {
        right: 340px;
    } */

    /* .bnr_text {
        padding: 20px;
    } */

    .bnr_img {
        width: 346px;
    }

    /* .demo_text {
        left: 10px;
        width: 94%;
    } */

    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 32px !important;
    }

    /* .demo_text_scnd {
        left: 25px;
        top: 167px;
    } */
}

@media(max-width:593px) {
    .demo_text {
        width: 95%;
        bottom: 150px !important;
    }
}

@media(max-width:586px) {
    .demo_text {
        width: 97%;
        bottom: 150px !important;
    }
}


@media(max-width:576px) {
    .demo_text {
        width: 97%;
        bottom: 150px !important;
    }

    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 28px !important;
    }

    .bnr_frth_text {
        left: 70px;
        top: 130px;
    }

    /* .bnr_frth_text {
        right: 310px;
    }

    .bnr_frth_text {
        bottom: 130px;
    } */
}

@media(max-width:574px) {
    .demo_text {
        width: 98%;
        bottom: 150px !important;
        left: 0;
    }
}

@media(max-width:568px) {
    .demo_text h3 {
        font-size: 32px !important;
    }

    .demo_text {
        left: 10px;
        width: 95%;
    }
}

@media(max-width:540px) {
    /* .bnr_frth_text {
        right: 270px;
    } */

    /* .fth_bnr {
        left: 40px;
        right: unset;
    } */
    .demo_text {
        left: 10px;
        bottom: 200px !important;
    }

    .demo_text_scnd {
        top: 155px;
    }

    .bnr_frth_text {
        left: 60px;
        top: 135px;
    }

    .bnr_text {
        left: 70px;
    }

    .demo_text h4 {
        font-size: 25px;
        margin-top: 0;
    }

    .demo_text h5 {
        font-size: 24px;
        margin-top: 10px;
    }

    .bnr_text h3 {
        font-size: 30px !important;
    }

    .demo_text_scnd {
        bottom: 260px !important;
    }

    .bnr_frth_text {
        left: 0px;
        bottom: 260px !important;
    }

    .fth_bnr {
        width: 81%;
        left: 50px;
    }
}

@media(max-width:492px) {

    .bnr_img1,
    .bnr_img2,
    .demo_img img,
    .bnr_img {
        height: 80vh;
    }

    .demo_text h3 {
        font-size: 19px !important;
    }

    .demo_text {
        left: 22px;
    }

    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 24px !important;
    }

    .bnr_frth_text {
        left: 60px;
        top: 135px;
    }

    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 26px !important;
    }

    .bnr_text h3 {
        font-size: 32px !important;
        white-space: normal !important;
    }

    /* .bnr_frth_text {
        right: 230px;
        bottom: 130px;
    } */

}

/* @media(max-width:482px) {
    .fth_bnr {
        left: 32px;
    }
} */

/* @media(max-width:472px) {

    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 23px !important;
    }

    .bnr_text h3 {
        font-size: 23px;
    }
}

@media(max-width:452px) {
    .demo_text {
        left: 12px;
    }

    .bnr_frth_text {
        left: 60px;
    }
}

@media(max-width:442px) {

    .social-wrapper-one::after {
        display: none;
    }
} */

@media(max-width:432px) {
    .demo_text h3 {
        font-size: 25px !important;
    }

    .demo_text h5 {
        font-size: 18px;
        margin-top: 0;
    }

    .demo_text h4 {
        font-size: 19px;
    }

    .demo_text h5 {
        margin-top: 12px;
    }

}

@media(max-width:430px) {

    .bnr_img1,
    .bnr_img2,
    .demo_img img,
    .bnr_img {
        height: 60vh;
    }

    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 32px !important;
    }

    .demo_text h3 {
        font-size: 32px !important;
    }

    .demo_text h5 {
        margin-top: -11px;
        margin-right: 20px;
    }

    .demo_text_scnd {
        left: 40px;
        bottom: 260px !important;
        width: 85%;
    }

    .bnr_frth_text {
        left: 100px;
        width: 50%;
        bottom: 250px !important;
    }

    .bnr_text {
        left: 33px;
        width: 82%;
        bottom: 240px !important;
        text-align: center;
        top: unset !important;
        z-index: 1;
    }

    .fth_bnr {
        left: 49px;
        width: 67%;
        bottom: 240px !important;
    }

    .legal_top_clr {
        display: block !important;
        height: 100% !important;
    }

    .msme_text {
        left: 55px;
        width: 69%;
        bottom: 260px !important;
        text-align: center;
        top: unset !important;
    }

    .sxt_bnr {
        left: 55px;
        width: 67%;
    }

    .bnr_frth_text {
        left: 100px;
        width: 50%;
        bottom: 240px !important;
    }
}

@media(max-width:425px) {

    .bnr_mlt img:nth-child(1),
    .bnr_mlt img:nth-child(3),
    .bnr_mlt img:nth-child(4) {
        display: none;
    }

    .bnr_mlt img {
        width: 100%;
    }

    .ticker2,
    .ticker3,
    .ticker1 {
        height: 450px !important;
    }
}

@media(max-width:414px) {
    .demo_text {
        left: 5px;
    }

    .bnr_frth_text {
        left: 60px;
    }

    /* .bnr_frth_text {
        left: 64px;
    } */

    /* .bnr_text {
        bottom: 1%;
        left: 1%;
    } */
    .demo_text h3 {
        font-size: 30px !important;
    }

    .demo_text {
        left: 20px;
        width: 88%;
        bottom: 180px !important;
    }

    .demo_text_scnd {
        bottom: 250px !important;
        width: 80%;
        left: 40px;
    }

    .bnr_text h3,
    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 32px !important;
    }

    .bnr_text h3 {
        white-space: normal;
    }

    .bnr_text {
        left: 33px;
        width: 83%;
        bottom: 240px !important;
        text-align: center;
        top: unset !important;
        z-index: 1;
    }

    .fth_bnr {
        left: 49px;
        width: 71%;
        bottom: 240px !important;
    }

    .legal_top_clr {
        display: block !important;
        height: 100% !important;
    }

    .msme_text {
        left: 55px;
        width: 71%;
        bottom: 260px !important;
        text-align: center;
        top: unset !important;
    }

    .sxt_bnr {
        left: 55px;
        width: 74%;
    }

    .bnr_frth_text {
        left: 100px;
        width: 50%;
        bottom: 240px !important;
    }

    .bnr_img1,
    .bnr_img2,
    .demo_img img,
    .bnr_img {
        height: 60vh;
    }

    .demo_text h4 {
        font-size: 22px;
    }

}

@media(max-width:412px) {
    .bnr_mlt img {
        height: 60vh;
    }
}

@media(max-width:400px) {

    .demo_text {
        left: 50px;
        width: 72%;
        top: 50px;
    }

    .demo_text_scnd {
        left: 65px;
        text-align: center;
        top: 155px;
    }

    .bnr_frth_text h3 {
        width: 83%;
    }

    .bnr_frth_text h3 {
        width: 39%;
    }

    .bnr_frth_text {
        left: 85px;
        top: 135px;
    }

    .bnr_frth_text {
        width: 100%;
    }

    .demo_text_scnd {
        left: 74px;
        width: 64%;
    }

    .fth_bnr {
        left: 94px;
        width: 53%;
    }

    .sxt_bnr {
        left: 90px;
        width: 54%;
    }

}

@media(max-width:398px) {
    .demo_text {
        left: 49px;
        width: 73%;
        top: 50px;
    }

    .demo_text_scnd {
        left: 65px;
        text-align: center;
        top: 155px;
    }

    .bnr_frth_text h3 {
        width: 83%;
    }

    .bnr_frth_text h3 {
        width: 39%;
    }

    .bnr_frth_text {
        left: 85px;
        top: 135px;
    }

    .bnr_frth_text {
        width: 100%;
    }

    .demo_text_scnd {
        left: 74px;
        width: 64%;
    }

    .fth_bnr {
        left: 94px;
        width: 53%;
    }

    .sxt_bnr {
        left: 90px;
        width: 54%;
    }
}

@media(max-width:390px) {
    .demo_text {
        left: 44px;
        width: 74%;
        top: 50px;
    }

    .bnr_frth_text h3 {
        width: 83%;
    }

    .bnr_frth_text h3 {
        width: 39%;
    }

    .demo_text {
        left: 24px;
        width: 86%;
        bottom: 160px !important;
    }

    .demo_text_scnd {
        left: 44px;
        width: 81%;
        bottom: 240px !important;
    }

    .bnr_frth_text {
        width: 130%;
        bottom: 240px !important;
        left: 94px;
    }



    .sxt_bnr {
        left: 64px;
        width: 69%;
        bottom: 240px !important;
    }

    .demo_text h3 {
        font-size: 28px !important;
    }


    .fth_bnr {
        left: 74px;
        width: 63%;
        bottom: 250px !important;
    }
}

@media(max-width:387px) {
    .service-details-left-area .title {
        font-size: 22px;
    }

    .bnr-inner h2 {
        font-size: 17px;
    }
}

@media(max-width:385px) {
    .demo_text {
        left: 40px;
        width: 75%;
        top: 50px;
    }

    .demo_text_scnd {
        left: 65px;
        text-align: center;
        top: 155px;
    }

    .bnr_frth_text h3 {
        width: 83%;
    }

    .bnr_frth_text h3 {
        width: 39%;
    }

    .bnr_frth_text {
        left: 85px;
        top: 135px;
    }

    .bnr_frth_text {
        width: 100%;
    }

    .demo_text_scnd {
        left: 74px;
        width: 64%;
    }

    .fth_bnr {
        left: 94px;
        width: 53%;
    }

    .sxt_bnr {
        left: 90px;
        width: 54%;
    }
}

@media(max-width:382px) {
    .demo_text {
        left: 38px;
        width: 76%;
        top: 50px;
    }

    .demo_text_scnd {
        left: 65px;
        text-align: center;
        top: 155px;
    }

    .bnr_frth_text h3 {
        width: 83%;
    }

    .bnr_frth_text h3 {
        width: 39%;
    }

    .bnr_frth_text {
        left: 85px;
        top: 135px;
    }

    .bnr_frth_text {
        width: 100%;
    }

    .demo_text_scnd {
        left: 74px;
        width: 64%;
    }

    .fth_bnr {
        left: 94px;
        width: 53%;
    }

    .sxt_bnr {
        left: 90px;
        width: 54%;
    }

    /* .scnd_down_clr,
    .scnd_top_clr {
        height: 60px !important;
    } */
}

@media(max-width:377px) {
    .demo_text {
        left: 27px;
        width: 82%;
        top: 50px;
    }

    .demo_text_scnd {
        left: 65px;
        text-align: center;
        top: 155px;
    }

    .bnr_frth_text h3 {
        width: 83%;
    }

    .bnr_frth_text h3 {
        width: 39%;
    }

    .bnr_frth_text {
        left: 85px;
        top: 135px;
    }

    .bnr_frth_text {
        width: 100%;
    }

    .demo_text_scnd {
        left: 74px;
        width: 64%;
    }

    .fth_bnr {
        left: 94px;
        width: 53%;
    }

    .sxt_bnr {
        left: 90px;
        width: 54%;
    }
}

@media(max-width:375px) {

    .bnr_img1,
    .bnr_img2,
    .demo_img img,
    .bnr_img {
        height: 70vh;
    }

    .bnr_frth_text h3 {
        width: 44%;
    }

    .demo_text h3 {
        font-size: 27px !important;
    }

    .demo_text {
        left: 19px;
        width: 86%;
        bottom: 150px !important;
    }

    .demo_text_scnd {
        left: 19px;
        width: 88%;
        bottom: 230px !important;
    }

    .scnd_top_clr {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .bnr_frth_text {
        left: 83px;
        width: 126%;
        bottom: 210px !important;
    }

    .legal_top_clr {
        width: 100% !important;
        height: 100% !important;

    }

    .bnr_text {
        z-index: 2;
    }

    .bnr_text h3,
    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 32px !important;
    }

    .bnr_text h3 {
        white-space: normal;
    }

    .bnr_text {
        left: 33px;
        width: 83%;
        bottom: 210px !important;
        text-align: center;
        top: unset !important;
    }

    .fth_bnr {
        left: 44px;
        width: 78%;
        bottom: 220px !important;
    }

    .msme_text {
        left: 37px;
        width: 78%;
        bottom: 210px !important;
        text-align: center;
        top: unset !important;
    }

    .sxt_bnr {
        left: 45px;
        width: 78%;
    }

}

@media(max-width:372px) {
    .demo_text {
        left: 32px;
        width: 78%;
        top: 50px;
    }

    .bnr_frth_text h3 {
        width: 83%;
    }

    .bnr_frth_text h3 {
        width: 40%;
    }

    .bnr_frth_text {
        left: 85px;
        top: 135px;
    }

    .bnr_frth_text {
        width: 100%;
    }

    .demo_text_scnd {
        left: 64px;
        width: 64%;
        top: 155px;
    }

    .fth_bnr {
        left: 84px;
        width: 55%;
    }

    .sxt_bnr {
        left: 80px;
        width: 54%;
    }
}

@media(max-width:367px) {
    .demo_text {
        left: 35px;
        width: 80%;
        top: 50px;
    }

    .bnr_frth_text h3 {
        width: 83%;
    }

    .bnr_frth_text h3 {
        width: 40%;
    }

    .bnr_frth_text {
        left: 85px;
        top: 135px;
    }

    .bnr_frth_text {
        width: 100%;
    }

    .demo_text_scnd {
        left: 64px;
        width: 65%;
        top: 155px;
    }

    .fth_bnr {
        left: 84px;
        width: 55%;
    }

    .sxt_bnr {
        left: 80px;
        width: 55%;
    }
}

@media(max-width:360px) {
    .demo_text {
        left: 12px;
        width: 90%;
        bottom: 190px !important;
    }

    .demo_text_scnd {
        left: 9px;
        width: 93%;
        bottom: 230px !important;
    }

    .bnr_frth_text {
        left: 65px;
        width: 150%;
        bottom: 230px !important;
    }

    .bnr_text {
        left: 20px;
        width: 93%;
        bottom: 250px !important;
    }

    .fth_bnr {
        left: 39px;
        width: 78%;
        bottom: 260px !important;
    }

    .msme_text {
        left: 30px;
        width: 82%;
        bottom: 250px !important;
    }

    .sxt_bnr {
        left: 28px;
        width: 85%;
        bottom: 250px !important;
    }
}

@media(max-width:344px) {
    .demo_text h3 {
        font-size: 25px !important;
    }

    .bnr_img1,
    .bnr_img2,
    .demo_img img,
    .bnr_img {
        height: 50vh;
    }

    .demo_text {
        bottom: 150px !important;
    }

    .demo_text_scnd {
        left: 34px;
        width: 82%;
        bottom: 230px !important;
    }

    .bnr_frth_text {
        left: 75px;
        width: 120%;
        bottom: 210px !important;
    }

    .bnr_mlt img {
        height: 50vh;
    }

    .bnr_text h3,
    .bnr_frth_text h3,
    .demo_text_scnd h3 {
        font-size: 25px !important;
    }

    .demo_text_scnd {
        left: 34px;
        width: 76%;
        bottom: 230px !important;
    }

    .bnr_text {
        left: 40px;
        width: 72%;
        bottom: 230px !important;
    }

    .fth_bnr {
        left: 54px;
        width: 66%;
        bottom: 230px !important;
    }

    .msme_text {
        left: 60px;
        width: 64%;
        bottom: 230px !important;
    }

    .sxt_bnr {
        left: 50px;
        width: 69%;
        bottom: 230px !important;
    }
}

@media(max-width:320px) {

    .bnr_img1,
    .bnr_img2,
    .demo_img img,
    .bnr_img {
        height: 60vh;
    }

    .demo_text {
        left: 12px;
        width: 90%;
    }

    .demo_text_scnd {
        left: 34px;
        width: 75%;
        top: 155px;
    }

    .bnr_frth_text {
        left: 52px;
        width: 120%;
    }


    /* .top_clr,
    .down_clr,
    .right_clr,
    .left_clr {
        width: 30px !important;
    }

    .scnd_down_clr,
    .top_clr,
    .down_clr {
        width: 100% !important;
        height: 40px !important;
    } */

    .bnr_text h3 {
        font-size: 20px;
    }

    .demo_text h5 {
        font-size: 18px;
    }

    .demo_text h4 {
        font-size: 19px;
    }

    /* .bnr_frth_text {
        bottom: 130px;
        left: unset;
        right: 120px;
    } */

    .bnr_text {
        padding: 13px;
    }

    .fth_bnr {
        left: 62px;
        width: 63%;
    }

    .sxt_bnr {
        left: 50px;
        width: 64%;
    }
}





/* Section */
.services-section {
  background-color: #f3f3f3e8;
  padding: 60px 20px;
}

/* Container */
.services-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.services-header {
  text-align: center;
  margin-bottom: 40px;
}

.main-title {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  perspective: 1200px;
}

/* Service Card */
.new-service-box {
  background: #ffffff;
  padding: 35px 30px 40px;
  border-radius: 12px;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.281);
  transform-style: preserve-3d;
  overflow: hidden;
}

/* 3D Hover */
.new-service-box:hover {
  background-color: #013b81;
  transform: translateY(-12px) rotateX(4deg) rotateY(-4deg);
  box-shadow:
    0 30px 60px rgba(1,59,129,0.4),
    0 15px 30px rgba(0,0,0,0.2);
}

/* Title Full Row */
.service-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  transition: color 0.4s ease;
}

/* Body Layout */
.service-body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transform: translateZ(15px);
}

/* Icon */
.icon-wrapper {
  width: 52px;
  padding-top: 8px;
  flex-shrink: 0;
  transform: translateZ(20px);
}

.icon-wrapper img {
  width: 100%;
  transition: filter 0.4s ease, transform 0.4s ease;
  filter: brightness(0) saturate(100%) invert(16%) sepia(52%)
          saturate(3445%) hue-rotate(206deg)
          brightness(96%) contrast(104%);
}

/* Icon Hover → White */
.new-service-box:hover .icon-wrapper img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

/* Text */
.new-service-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  transition: color 0.4s ease;
}

/* Text Hover → White */
.new-service-box:hover .service-title,
.new-service-box:hover p {
  color: #ffffff;
}

/* Light Overlay */
.new-service-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left,
    rgba(255,255,255,0.18),
    transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.new-service-box:hover::after {
  opacity: 1;
}

/* Tablet */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-title {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .new-service-box {
    padding: 30px 22px;
  }

  .service-body {
    gap: 16px;
  }

  .main-title {
    font-size: 28px;
  }
}




.new-number-counting {
  background: #ffffff;
  padding: 80px 20px;
}

.counting-container {
  max-width: 1200px;
  margin: 0 auto;
}

.counting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}

.count-box {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.count-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.count-icon {
  width: 90px;
  height: 90px;
  border-radius: 18px;
  background: #003a8f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.count-icon img {
  width: 42px;
  filter: brightness(0) invert(1);
}

.count-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #003a8f;
  margin: 0 0 6px;
}

.count-content p {
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  margin: 0;
}

/* Tablet */
@media (max-width: 992px) {
  .counting-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile – 2 boxes per row */
@media (max-width: 576px) {
  .counting-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .count-box {
    flex-direction: column;
    text-align: center;
    padding: 24px 16px;
  }

  .count-icon {
    width: 70px;
    height: 70px;
  }

  .count-content h2 {
    font-size: 32px;
  }
  #review-title{
    color: white;
    padding-top: 20px;
}
}



.client-review-section {
    position: relative;
    background: url("../images/service/finance-background.webp") center / cover no-repeat;
    overflow: hidden;
}

.client-review-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.client-review-section .rts-client-review-area {
    position: relative;
    z-index: 2;
}


#review-title{
    color: white;
}

#team-para{
    font-size: 14px;
}



/* Leadership Team Cards Section */
.teams-content {
  padding: 70px 20px;
  background-color: #f9fafb;
}

.teams-content .container {
  max-width: 1250px;
  margin: 0 auto;
}

.teams-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 40px;
}

/* Cards Grid */
.teams-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Individual Card */
.team-card {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
}

.team-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1e40af;
  margin-bottom: 12px;
}

.team-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .teams-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .teams-title {
    font-size: 24px;
    text-align: center;
  }

  .teams-cards {
    grid-template-columns: 1fr;
  }

  .team-card {
    padding: 22px 20px;
  }

  .team-card h4 {
    font-size: 18px;
  }

  .team-card p {
    font-size: 15px;
  }
}



.my-connect {
        width: 100%;
        padding: 60px 20px;
        background-color: #fff;
        /* font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
        box-sizing: border-box;
    }

    .my-connect * {
        box-sizing: border-box;
    }

    .mc-container {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .mc-header {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .mc-blue-text {
        color: #0b4a8b;
        font-size: 48px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .mc-black-text {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .mc-sub-text {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        font-size: 22px;
        padding-top: 20px;
        color: #333;
    }

    .mc-btn {
        background-color: #246096;
        color: #fff;
        border: none;
        padding: 5px 20px;
        font-size: 17px;
        cursor: pointer;
        font-family: inherit;
        text-decoration: none;
        display: inline-block;
    }

    .mc-btn:hover {
        background-color: #1b4b7a;
    }

    @media (max-width: 768px) {
        .mc-header {
            flex-direction: column;
            gap: 5px;
        }

        .mc-blue-text {
            font-size: 22px;
        }
        .my-connect {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    /* font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    box-sizing: border-box;
}

        .mc-black-text {
            font-size: 16px;
        }
        .mc-sub-text {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        /* padding-top: 20px; */
        color: #333;
    }

    }



    .news_main .col-lg-4:nth-child(3) .news_text_sec {
    /* background: linear-gradient(135deg, #08325a, #0e4f92); */
    background: linear-gradient(135deg, #0a2a66, #0d3b8a);
}

.news_main .col-lg-4:nth-child(2) .news_text_sec {
    /* background: linear-gradient(135deg, #0b3f73, #1159a6); */
    background: linear-gradient(135deg, #0a2a66, #0d3b8a);
}


.level-2-dropwn .child-sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    /* margin-left: 4px; */
    margin-left: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 1000;
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0;
    transform: translateX(-10px);
    border-bottom: none !important;
    border-radius: 0;
}




.founder-message-new {
        padding: 60px 0;
        background-color: #f4f7f6;
        line-height: 1.6;
        color: #333;
    }

    .founder-message-new * {
        box-sizing: border-box;
    }

    .fm-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .fm-top-row {
        display: flex;
        flex-wrap: wrap;
        /* margin-bottom: 30px; */
    }

    .fm-left-col {
        flex: 0 0 80%;
        max-width: 80%;
        padding-right: 30px; 
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }

    .fm-right-col {
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
        flex-direction: column;
    }

    .fm-title {
        font-size: 24px;
        color: #0b4a8b;
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .fm-content p {
        margin-bottom: 20px;
        font-size: 16px;
        color: #444;
        text-align: justify;
    }

    .fm-content b {
        font-weight: 700;
        color: #000;
    }

    .fm-image-wrapper {
        width: 100%;
        line-height: 0; 
    }

    .fm-image {
        width: 100%;
        height: 335px;
        padding-top: 20%;
        display: block;
        object-fit: cover;
    }

    .fm-profile {
        background-color: #000;
        color: #ffcc00;
        padding: 20px;
        width: 100%;
        border-left: 5px solid #ffcc00;
    }

    .fm-name {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        color: #ffcc00;
        line-height: 1.2;
    }

    .fm-designation {
        margin: 8px 0 0;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
    }

    .fm-bottom-content {
        width: 100%;
    }

    @media (max-width: 992px) {
        .fm-top-row {
            flex-direction: column;
        }

        .fm-left-col {
            flex: 0 0 100%;
            max-width: 100%;
            padding-right: 0;
            margin-bottom: 30px;
        }

        .fm-right-col {
            flex: 0 0 100%;
            max-width: 100%; 
            flex-direction: row; 
            align-items: stretch;
        }

        .fm-image-wrapper {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .fm-profile {
            flex: 0 0 50%;
            max-width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .fm-image {
        width: 100%;
        height: 400px;
        padding-top: 0%;
        display: block;
        margin-bottom: 10%;
        object-fit: cover;
    }

        .updated-breadcum-founder {
    position: relative;
    width: 100%;
    height: 250px;
    background: url(../images/about/founder.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

    }

    @media (max-width: 600px) {
        .fm-right-col {
            flex-direction: column;
        }
        
        .fm-image-wrapper, .fm-profile {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }



    