header {
    transition: all 0.5s;

    .row {
        flex-wrap: nowrap;
    }

    &.homeHeader {
        position: absolute;
        z-index: 2;
        width: 100%;
        padding: 10px 0;

        .logoH_inner {
            width: 160px;

            a {
                display: block;

                img {
                    width: 100%;
                }
            }
        }

        .middleH_inner {
            span {
                font-weight: 300;
            }
        }
    }

    &.innerHeader {
        padding: 15px 0;
        background-color: #2f703b;
        border-bottom: 2px solid #14441d;

        .logoH_inner {
            width: 160px;

            a {
                display: block;

                img {
                    width: 100%;
                }
            }
        }
    }

    .middleH_inner {
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .navH_inner {
        .closeNav {
            width: 60px;
            height: 60px;
            transition: 0.3s;
            border-radius: 50%;
            border: 1px solid #ffffff60;
            background-color: #ffffff20;

            &:hover {
                color: #123885;
                background-color: #fff;
            }
        }
    }

    &.is-sticky {
        width: 100%;
        padding: 6px 0px !important;
        background-color: #2f703b;
        border-bottom: 2px solid #14441d;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 90;

        .logoH_inner {
            width: 85px;
        }

        .middleH_inner {
            .fz_18 {
                font-size: 16px !important;
            }
        }

        .closeNav {
            width: 40px;
            height: 40px;
            font-size: 18px;
        }
    }

}

/* start breadcrumb */
.breadcrumbSec {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    margin-bottom: 0;
    justify-content: center;

    .breadcrumb {
        background-color: transparent;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;

        li {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            /* padding: 5px; */
            overflow: hidden;
            font-size: 20px;
            border: 1px solid #21409a;
            background-color: #123885;
            margin-bottom: 0;
            border-radius: 50px;

            &:before {
                content: normal;
            }

            a {
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                width: 54px;
                height: 54px;
                color: #fff;
                font-size: 24px;

                &:hover {
                    color: #21409a;
                    background-color: #fff;
                }

                span {
                    line-height: 1;

                    &.icon-home {
                        position: absolute;
                        width: 80px;
                        height: 50px;
                        top: -17px;
                        left: 2px;
                        display: flex;
                        transition: 0.6s;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50px;
                        background-color: #db7000;
                        border: 3px solid #e9ecef;
                        /* &::after {
                            content: "\f015";
                            position: absolute;
                            font-family: fontawesome;
                            font-size: 24px;
                            line-height: 1;
                        } */

                        &:hover {
                            color: #db7000;
                            background-color: #e9ecef;
                        }
                    }
                }
            }

            &.active {
                height: 54px;
                padding-left: 30px;
                padding-right: 50px;

                a {
                    /* border-radius: 0 50px 50px 0; */
                    width: 100%;
                    height: 54px;
                    cursor: auto;
                    line-height: 44px;
                    padding: 5px 60px 5px 0;
                }
            }
        }
    }
}

/* end breadcrumb */

/* start pagiantion */
/* .pageNav {
    background-color: #004c8d08;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px #cbcbcb;
    gap: 20px;

    .pagePrev {
        z-index: 10;
        position: relative;

        .navBtn {
            padding: 0 30px 0px 30px;
            border-radius: 5px;

            &::after {
                left: -18px;
                top: -3px;
                transform: rotate(180deg);
            }
        }
    }

    .pageNext {
        z-index: 10;
        position: relative;
    }

    & .navBtn {
        border-radius: 5px;
        width: auto;
        height: 40px;
        padding: 0 80px 0px 30px;
        background-color: #ee7e2f;
        text-decoration: none;
        text-transform: capitalize;
        text-align: center;
        line-height: 36px;
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        z-index: 10;

        &::before {
            position: absolute;
            content: "";
            top: 0;
            right: -18px;
            width: 40px;
            height: 40px;
            transform: scale(0.707) rotate(45deg);
            z-index: 1;
            background: #666;
            background: linear-gradient(135deg, #ee7e2f, #ee7e2f);
            box-shadow: 2px -2px 0 2px rgb(0 76 141 / 1), 3px -3px 0 2px rgb(0 76 141 / 10%);
            border-radius: 0 5px 0 50px;
        }

        &::after {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: url(../images/pagi-right-arrow.png) no-repeat #284996;
            padding: 10px;
            content: normal;
            right: -30px;
            top: -3px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            background-position: center;
        }
    }
} */

/* end pagination */

/* pagination */
.pagiWrap {
    display: flex;
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cccccc;
    margin-top: 30px;

    .pagiNav {
        position: relative;
        transition: 0.3s;
        width: 320px;
        height: 50px;
        display: flex;
        z-index: 50;
        align-items: center;
        background-color: var(--blue);
        border: 1px solid transparent;
        border-radius: 50px;
        justify-content: center;
        padding: 5px 5px;
        transition: all 0.5s;

        .pagiico {
            transition: 0.6s;
            z-index: 11;
            color: var(--blue);
            font-size: 20px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s;
        }

        .pagiLink {
            color: #FFF;
            text-decoration: none;
            font-size: 14px;
            line-height: 1.2;
            font-weight: 500;
            position: relative;
            z-index: 0;
            opacity: 1;
            cursor: pointer;
            transition: ease-out 0.5s;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        &.leftPagi {
            .pagiLink {
                padding-left: 10px;
                width: calc(100% - 30px);
                justify-content: flex-start;
                padding-left: 6px;
            }
        }

        &.rightPagi {
            flex-direction: row-reverse;

            .pagiLink {
                padding-right: 10px;
                padding-left: 10px;
                width: calc(100% - 30px);
                justify-content: flex-start;
                padding-right: 6px;
                flex-direction: row-reverse;
            }
        }

        &:hover {
            background-color: #fff;
            border-color: var(--blue);

            .pagiico {
                background-color: var(--blue);

                i {
                    color: #fff;
                }
            }

            .pagiLink {
                color: var(--blue);
            }
        }
    }
}


/*===sidemenu start===*/
.overlay {
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transition: all 0.3s ease;

    &.open {
        opacity: 1;
        position: fixed;
        visibility: visible;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        transition: 0.3s;
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.4);
    }
}

.closeNav {
    width: 60px;
    height: 80px;
    display: flex;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
    transition: background-color 0.35s ease, box-shadow 0.35s ease;
    background-color: #db7000;
    box-shadow: -4px 0 14px rgba(219, 112, 0, 0.35);
}

.closeNav:hover {
    background-color: #f15a29;
    box-shadow: -4px 0 18px rgba(241, 90, 41, 0.5);
}

.sideMenu {
    top: 0;
    bottom: 0;
    right: -100%;
    width: 500px;
    height: 100vh;
    z-index: 100;
    display: flex;
    position: fixed;
    transition: right 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    align-items: center;

    &.active {
        right: 0px;

        .closeNav {
            .fa-bars {
                &:before {
                    content: "\f00d";
                }
            }
        }
    }

    .menuWrap {
        z-index: 6;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        overflow: hidden;
        position: relative;
        background: linear-gradient(165deg, #21409a 0%, #15306e 55%, #0d1d45 100%);
        box-shadow: inset 0 0 160px rgba(7, 20, 51, 0.55);

        /* soft brand glow accent in the top corner */
        &::before {
            content: "";
            top: -130px;
            right: -130px;
            width: 300px;
            height: 300px;
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
            background: radial-gradient(circle, rgba(242, 144, 30, 0.28) 0%, rgba(242, 144, 30, 0) 70%);
        }

        /* padding-left: 250px; */
        .logoMenu {
            position: relative;
            padding: 6px 0 16px;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);

            a {
                display: block;
                text-align: center;

                img {
                    height: 60px;
                    display: inline-block;
                }
            }
        }

        .mainMenuBlockWrap {
            overflow-y: auto;
            padding: 0 15px 30px;
            height: calc(100% - 80px);
            scrollbar-width: thin;
            scrollbar-color: rgba(242, 144, 30, 0.5) rgba(255, 255, 255, 0.05);

            &::-webkit-scrollbar {
                width: 6px;
            }

            &::-webkit-scrollbar-track {
                background: rgba(255, 255, 255, 0.05);
            }

            &::-webkit-scrollbar-thumb {
                border-radius: 10px;
                background: rgba(242, 144, 30, 0.5);
            }

            .mainMenuBlock {
                .mainMenuBlockH {
                    cursor: pointer;
                    font-size: 24px;
                    color: #ffffff;
                    padding: 8px 22px 8px 18px;
                    overflow: hidden;
                    position: relative;
                    border-radius: 10px;
                    margin-bottom: 10px;
                    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
                    background: linear-gradient(135deg, #f7a02f 0%, #e07a12 100%);
                    box-shadow: 0 6px 16px rgba(224, 122, 18, 0.28);

                    /* left accent bar — reveals when the section is open */
                    &:before {
                        top: 0;
                        left: 0;
                        bottom: 0;
                        width: 4px;
                        content: "";
                        position: absolute;
                        transform: scaleY(0);
                        transition: transform 0.35s ease;
                        background-color: rgba(255, 255, 255, 0.75);
                    }

                    &:hover {
                        transform: translateY(-2px);
                        box-shadow: 0 9px 22px rgba(224, 122, 18, 0.4);
                    }

                    &:after {
                        top: 50%;
                        right: 14px;
                        width: 17px;
                        height: 8px;
                        content: '';
                        transition: 0.3s;
                        position: absolute;
                        background-size: contain;
                        background-repeat: no-repeat;
                        filter: brightness(1) invert(0);
                        transform: translateY(-50%);
                        background-image: url(../images/accArrow.png);
                    }

                    &.active {
                        background: linear-gradient(135deg, #41b257 0%, #2c8b3e 100%);
                        box-shadow: 0 6px 18px rgba(54, 155, 71, 0.35);

                        &:before {
                            transform: scaleY(1);
                        }

                        &:after {
                            transform: translateY(-50%) rotate(180deg);
                        }
                    }
                }

                .menuList {
                    height: 0;
                    opacity: 0;
                    visibility: hidden;
                    transform: translateY(-8px);
                    transition: opacity 0.4s ease, transform 0.4s ease;

                    &.menuListSpl {
                        padding: 0 10px;
                    }

                    li {
                        position: relative;
                        margin-bottom: 15px;
                        /* background: #FFFFFF; */

                        &>a {
                            font-weight: 600;
                            font-size: 20px;
                            line-height: 1.1;
                            color: #f15a29;
                            display: inline-block;
                            transition: color 0.3s ease, transform 0.3s ease;
                        }

                        &>a:hover {
                            color: #ffb15a;
                            transform: translateX(4px);
                        }

                        &::before {
                            top: 13px;
                            width: 8px;
                            left: -32px;
                            height: 1px;
                            content: "";
                            position: absolute;
                            background-color: #f68c2e;
                        }

                        ul {
                            margin-top: 6px;
                            padding: 6px;
                            border-radius: 12px;
                            border: 1px solid rgba(255, 255, 255, 0.08);
                            backdrop-filter: blur(6px);
                            background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);

                            li {
                                padding: 0;
                                margin-bottom: 1px;
                                border-bottom: 1px solid rgba(252, 210, 173, 0.25);

                                &:last-child {
                                    border-bottom: none;
                                }

                                a {
                                    display: flex;
                                    color: #fff;
                                    font-weight: 400;
                                    font-size: 16px;
                                    padding: 9px 10px;
                                    border-radius: 8px;
                                    transition: 0.35s ease;
                                    line-height: 1.4;
                                    align-items: center;
                                    justify-content: space-between;

                                    img {
                                        width: 20px;
                                    }

                                    &:hover {
                                        color: #ffffff;
                                        padding-left: 18px;
                                        background: rgba(242, 144, 30, 0.18);
                                    }
                                }
                            }
                        }
                    }
                }

                .active+.menuList {
                    height: auto;
                    opacity: 1;
                    visibility: visible;
                    transform: translateY(0);
                }

                .menuItem {
                    position: relative;
                    padding-left: 40px;
                    margin-bottom: 20px;

                    h2 {
                        cursor: pointer;
                        position: relative;
                        padding-right: 20px;

                        &::after {
                            right: 0;
                            top: 7px;
                            content: "\2b";
                            font-size: 20px;
                            position: absolute;
                            font-family: "FontAwesome";
                        }
                    }

                    &::before {
                        left: 0;
                        top: 12px;
                        width: 15px;
                        height: 15px;
                        content: "";
                        position: absolute;
                        border-radius: 50%;
                        background-color: #f68c2e;
                    }

                    &::after {
                        top: 20px;
                        left: 7px;
                        width: 1px;
                        opacity: 0;
                        content: "";
                        position: absolute;
                        height: calc(100% - 20px);
                        background-color: #f68c2e;

                    }

                    &.active {
                        &::after {
                            opacity: 1;
                        }

                        & h2 {
                            &::after {
                                right: 0;
                                top: 7px;
                                content: "\f068";
                                font-size: 20px;
                                position: absolute;
                                font-family: "FontAwesome";
                            }
                        }
                    }
                }
            }
        }
    }

    a[href="javascript:void(0);"] {
        cursor: auto;
    }

    .closeBtn {
        top: 50%;
        z-index: 7;
        width: 40px;
        height: 40px;
        left: -20px;
        display: flex;
        cursor: pointer;
        color: #123885;
        transition: 0.6s;
        border-radius: 50%;
        position: absolute;
        align-items: center;
        justify-content: center;
        border: 2px solid #f68c2e;
        transform: translateY(-50%);
        background-color: #ffffff;

        &:hover {
            color: #fff;
            background-color: #f78d1e;
        }
    }
}

.sideMenuWrap {
    .sideMenu {
        right: 0;
    }

    .overlayMenuBg {
        right: 0;
    }
}


@media(max-width: 1600px) {
    header {
        &.innerHeader {
            .logoH_inner {
                width: 120px;
            }

            &.is-sticky {
                .logoH_inner {
                    width: 85px;
                }
            }
        }
    }

    .breadcrumbSec {
        .breadcrumb {
            li {
                font-size: 18px;
            }
        }
    }

    .sideMenu {
        &::before {
            height: 104%;
            width: 96%;
            background-color: #2b5792;
        }

        & .menuWrap {
            padding-top: 20px;

            & .mainMenuWrapInner {
                & .menuList {
                    & li {
                        a {
                            font-size: 15px;
                        }
                    }
                }
            }
        }

        & .menuWrap {

            & .mainMenuWrapInner {
                & .menuItem {
                    &::before {
                        left: 2px;
                        top: 12px;
                        width: 10px;
                        height: 10px;
                    }
                }
            }

            & .mainMenuWrapInner {
                & .menuList {
                    & li {
                        a {
                            font-size: 16px;
                        }
                    }
                }
            }

            & .mainMenuWrapInner {
                & .menuItem {
                    & h2 {
                        &.fz_30 {
                            font-size: 24px !important;
                        }

                        &.mb_10 {
                            margin-bottom: 0px !important;
                        }
                    }
                }
            }
        }
    }

    .closeNav {
        width: 50px;
        height: 70px;
        font-size: 20px;
    }

    .sideMenu {
        .menuWrap {
            .mainMenuBlockWrap {
                .mainMenuBlock {
                    .mainMenuBlockH {
                        .fz_20 {
                            font-size: 16px !important;
                        }
                    }

                    .menuList {
                        li {
                            &>a {
                                font-size: 18px;
                            }

                            ul {
                                li {
                                    a {
                                        font-size: 14px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 1366px) {

    header {
        &.innerHeader {
            .logoH_inner {
                width: 100px;
            }
        }
    }

    .breadcrumbSec {
        .breadcrumb {
            li {
                font-size: 16px;
            }
        }
    }

    .sideMenu {
        & .menuWrap {
            & .mainMenuWrapInner {
                & .menuList {
                    & li {
                        a {
                            font-size: 14px;
                        }
                    }
                }

                .menuItem {
                    margin-bottom: 10px;
                }
            }
        }
    }

    .breadcrumb-arrow {
        & li {
            & a {
                span {
                    font-size: 18px !important;
                    line-height: 30px;

                    &.icon-home {
                        width: 68px;
                        height: 42px;
                        top: -15px;
                        left: 1px;

                        &::after {
                            font-size: 20px;
                        }
                    }
                }
            }

            &.active {
                height: 44px;

                a {
                    height: auto;
                    line-height: normal;
                    padding: 5px 60px 5px 0;
                }
            }
        }
    }
}

@media(max-width: 1280px) {
    header {
        .navH_inner {
            .closeNav {
                width: 40px;
                height: 40px;
            }
        }
    }
}

@media(max-width: 1100px) {
    .overlayMenuBg {
        right: -165%;
    }

    .sideMenu {
        right: -150%;
    }
}

@media(max-width: 991px) {
    .header {
        &.homeHeader {
            .logoH_inner {
                width: 120px;
            }
        }

        .middleH {
            padding: 0px 10px;

            .middleH_inner {
                flex-wrap: nowrap;

                .fz_18 {
                    font-size: 14px !important;
                }
            }
        }

        &.innerHeader {
            padding: 10px 0;

            .logoH_inner {
                width: 80px;
            }
        }

        .navH_inner {
            .closeNav {
                width: 52px;
                height: 52px;
                font-size: 18px;
            }
        }

        &.is-sticky {
            .navH_inner {
                .closeNav {
                    width: 46px;
                    height: 46px;
                }
            }
        }
    }

    .breadcrumbSec {
        .breadcrumb {
            li {
                &.active {
                    font-size: 16px;
                }

                a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    width: 50px;
                    height: 50px;
                    color: #fff;
                    font-size: 20px;
                }
            }
        }
    }

    .breadcrumb-arrow {
        & li {
            &.active {
                padding: 0 0 0 80px;

                a {
                    padding: 5px 44px 5px 0;
                }
            }
        }
    }

    .overlayMenuBg {
        right: -200%;
    }

    .sideMenu {
        right: -200%;
    }

    .mainMenuWrapInner {
        overflow: auto;
        height: 100vh;
        padding-right: 20px;
    }

    .sideMenu {
        padding-right: 0;
    }

}

@media(max-width:768px) {
    header {
        .navH_inner {
            .closeNav {
                width: 42px;
                height: 42px;
            }
        }

        &.innerHeader {
            .logoH_inner {
                width: 85px;
            }
        }
    }

    .header {
        .row {
            justify-content: space-between;
        }

        .logoH {
            width: 95px;
            padding-right: 0;

            .logoH_inner {
                width: 70px;
            }
        }

        .navH_inner {
            .closeNav {
                width: 42px;
                height: 42px;
                font-size: 16px;
            }
        }

        .middleH {
            padding: 0;
            width: calc(100% - 185px);
            text-align: center;

            .middleH_inner {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 2px;

                .fz_18 {
                    font-size: 13px !important;
                }
            }
        }

        .navH {
            padding-left: 0;
            width: 70px;
        }

        &.is-sticky {
            .navH_inner {
                .closeNav {
                    width: 40px;
                    height: 40px;
                }
            }
        }
    }

    /* .sideMenu {
        width: 95%;
        align-items: flex-start;
        transition: all 0.7s;

        &::before {
            width: 90%;
            height: 100%;
            border-radius: 0;
        }

        &::after {
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

        .menuWrap {
            width: 100%;
            position: relative;
            z-index: 6;
            overflow: auto;
        }
    } */

    .closeNav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .overlayMenuBg {
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }

    .breadcrumbSec {
        .breadcrumb {
            li {
                &.active {
                    height: auto;
                    padding: 10px;
                    font-size: 14px;
                    padding-left: 20px;
                    padding-right: 20px;
                    text-align: center;
                }
            }
        }
    }

    .pagiWrap {
        display: flex;
        padding: 20px 15px;
        flex-direction: column;
        gap: 12px;

        .pagiNav {
            &.rightPagi {
                flex-direction: row-reverse;

                .pagiLink {
                    padding-right: 10px;
                    padding-left: 6px;
                }
            }
        }
    }
}

@media(max-width: 575px) {
    .breadcrumb-arrow {
        & li {
            & a {
                span {
                    font-size: 14px !important;
                    line-height: 24px;

                    &.icon-home {
                        width: 58px;
                        height: 36px;

                        &::after {
                            font-size: 16px;
                        }
                    }
                }
            }

            &.active {
                height: 38px;
                padding: 0 0 0 40px;

                a {
                    padding: 5px 22px 5px 30px;
                    line-height: 25px;
                    height: auto;
                    font-size: 13px;
                }
            }
        }
    }

    .header {
        .logoH {
            padding-left: 10px;
        }

        .navH {
            padding-right: 10px;
        }
    }

    .sideMenu {
        width: calc(100% - 10px);

        .menuWrap {
            width: 100%;
        }
    }

    /* start pagination */
    .pageNav {
        & .navBtn {
            font-size: 17px;
        }
    }

    /* end pagintaion */

    .sideMenu {
        padding-right: 0px;

        &::before {
            width: 92%;
        }

        & .menuWrap {

            & .mainMenuWrapInner {
                padding-right: 15px;

                & .menuItem {
                    padding-left: 25px;

                    &::before {
                        top: 5px;
                    }

                    & h2 {
                        &.fz_30 {
                            font-size: 20px !important;
                        }

                        &::after {
                            content: "\2b";
                            font-size: 15px;
                            font-family: "FontAwesome";
                            position: absolute;
                            right: 0;
                            top: 5px;
                        }
                    }
                }

                & .menuList {
                    & li {
                        &::before {
                            width: 6px;
                            left: -17px;
                        }
                    }
                }
            }
        }

        .closeBtn {
            left: -15px;
        }
    }
}

@media(max-width: 420px) {
    .md_page {
        .breadcrumb-arrow {
            flex-wrap: initial;

            li {
                height: auto;

                &.active {
                    height: auto;
                }

                a {
                    span {

                        &.icon-home {
                            width: 58px;
                            height: 33px;
                            top: -15px;
                            left: 1px;
                        }
                    }
                }
            }
        }
    }
}