/*====footerSec start====*/
.footerSec {
    background-color: #2E3780;
    padding: 80px 0 0;

    .footerLogo {
        text-align: center;
        border-bottom: 1px solid #f7f7f752;
        padding-bottom: 30px;

        a {
            text-align: center;
            width: auto;
            margin: 0 auto;
            display: inline-block;
        }
    }

    .footerLogo {
        margin-bottom: 30px;
    }

    .footerTitle {
        font-size: 24px;
        color: #0361a4;
        margin-bottom: 20px;
        font-weight: 500;
    }

    ul.widgetList {
        column-count: 2;

        li {
            margin-bottom: 12px;
            /* &:not(:last-child){
                margin-bottom: 10px;
            } */

            a {
                color: #fff;
                font-size: 18px;
                /* line-height: 40px; */
                line-height: 1.2;
                padding: 5px 0;
                transition: 0.5s;
                display: block;

                &:hover {
                    color: #0361a4;
                }
            }
        }
    }

    .footerInfoWrap {
        padding-left: 85px;
        border-left: 1px solid #f7f7f752;

        ul.footerInfo {
            column-count: 2;

            li {
                min-height: 90px;
                margin-bottom: 20px;

                p {
                    color: #fff;
                }

                a {
                    color: #fff;
                    min-height: 80px;
                    display: inline-block;
                }

                .footerIcon {
                    margin-bottom: 10px;
                }
            }
        }
    }

    .copywriteWrap {
        margin-top: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #f7f7f752;
        display: flex;
        justify-content: space-between;

        p {
            color: #fff;

            a {
                color: #fff;
            }
        }
    }
}

.toggle-btn {
    font-size: 12px;
    color: #000000;
    padding-left: 10px;
    position: relative;
    top: -2px;
}

.menuTrigger {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50px;
    gap: 12px;
    position: absolute;
    /* right: 30px; */
    right: 120px;
    cursor: pointer;
    display: none;

    .hamburger-line {
        height: 3px;
        width: 100%;
        background-color: #fff;

        &:last-child {
            width: 73%;
            margin: 0 auto;
            margin-right: 0px;
        }
    }
}

.leftLogo-2,
.rightLogo-2 {
    display: none;
}

.header.is-sticky {
    padding: 0px 0;

    .leftLogo-1,
    .rightLogo-1 {
        display: none !important;
    }

    .leftLogo-2,
    .rightLogo-2 {
        display: block;
    }

    .hamburger-line {
        background-color: #000;
    }
}

.mob768 {
    display: none;
}

/*======home page Responsive======*/
.overflow {
    position: fixed;
    width: 100%;
    transform: translateX(-100%);
    transition: 0.5s;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #00000094;
    z-index: 999;
    backdrop-filter: blur(8px);

    &.overflow-active {
        transform: translateX(0);
    }
}

.sideMenu {
    position: fixed;
    width: 400px;
    transform: translateX(-410px);
    transition: 1s;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: 0 0 18px -5px #737373;

    .mobCloseMenu {
        position: absolute;
        right: 10px;
        cursor: pointer;
        top: 10px;
    }

    .mobLogo {
        padding: 15px;
        border-bottom: 3px solid #3c4690;
        margin-bottom: 10px;

        img {
            width: 115px;
        }
    }

    .menuWrapOuter {
        height: 100%;
        overflow: auto;
    }

    .menuWrap {
        ul {
            li {
                position: relative;
                padding: 10px 0;

                &:not(:last-child) {
                    border-bottom: 1px solid #2f3a9298;
                }

                a {
                    font-size: 20px;
                    color: #000000;
                    padding: 5px 20px;
                    position: relative;
                    display: inline-block;
                }

                .toggle-btn {
                    color: #000;
                    position: absolute;
                    right: 15px;
                    top: 10px;
                    cursor: pointer;











                    &.open {
                        svg {
                            transform: rotate(180deg);
                        }
                    }
                }

                .tp-submenu {
                    display: none;
                    background-color: #3a45931c;

                    li {
                        padding: 2px 10px 2px 35px;

                        &:not(:last-child) {
                            border-bottom: 1px solid #2e388021;
                        }

                        a {
                            padding: 8px 0;
                            font-size: 16px;
                        }
                    }
                }
            }
        }
    }

    &.active {
        transform: translateX(0px);
    }
}

.page-template-tube-mill {
    .equipMain {
        & .prodDescWrap {
            & .prodDescInner {
                & .prodDesc {
                    & .eachProdDesc {
                        & .prodEachRow {
                            & .infoBox {
                                & ul {
                                    &.customList {
                                        li {
                                            font-size: 20px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

/* common background */
.texture_bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* end common background */

@media (max-width: 1680px) {
    .left-right-structure.right-image-structure .content-part {
        padding: 0 60px 0vw 15%;
    }

    .innerBanner {
        height: 600px;
    }

    .header {
        .headerWrap {
            .headerMenu {
                .menuWrap {
                    text-align: center;

                    ul {
                        display: flex;
                        align-items: center;
                        justify-content: flex-end;

                        li {
                            padding: 0 12px;
                            line-height: 90px;

                            a {
                                font-size: 15px;
                            }
                        }
                    }
                }
            }

            .leftLogo,
            .rightLogo {
                width: 95px;
            }
        }

        .container-max {
            width: 100%;
            max-width: 95%;
            margin: 0 auto;
        }

        .solutionSec {
            .solutionWrap {
                .solutionItem {
                    height: 260px;
                    border-radius: 20px;
                    background-color: #2E3A80;
                    position: relative;
                    transition: 0.5s;
                }
            }
        }
    }
}

@media (max-width: 1560px) {
    .left-right-structure.right-image-structure .content-part {
        padding: 0 60px 0vw 15%;
    }

    .header {
        & .headerWrap {
            & .headerMenu {
                & .menuWrap {
                    & ul {
                        & li {
                            line-height: 70px;
                        }

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

    .header {
        & .headerWrap {
            & .headerMenu {
                & .menuWrap {
                    & ul {
                        & li {
                            line-height: 60px;

                            & .tp-submenu {
                                padding-top: 5px;
                                padding-bottom: 5px;

                                & li {
                                    padding: 3px 15px;

                                    a {
                                        padding: 5px 0px 5px 0;
                                        font-size: 13px;

                                        &::before {
                                            top: 10px;
                                        }

                                        &:hover {
                                            color: #0361a4;
                                            padding-left: 15px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1480px) {
    .header {
        & .headerWrap {
            & .headerMenu {
                & .menuWrap {
                    & ul {
                        li {
                            padding: 0 15px;
                        }
                    }
                }
            }
        }

        &.is-sticky {
            & .headerWrap {
                & .headerMenu {
                    & .menuWrap {
                        & ul {
                            li {
                                padding: 0 13px;
                            }
                        }
                    }
                }
            }
        }
    }

    .header-links {
        padding: 5px 40px;
        position: relative;
    }
}


@media (max-width:1440px) {
    .bannerInner {
        br {
            display: none;
        }
    }

    .bannerSlider {
        & .slide-inner {
            & .bannerContent {
                & .bannerInner {
                    .bannerH {
                        font-size: 50px;
                    }
                }
            }
        }
    }

    .header {
        & .headerWrap {
            & .headerMenu {
                & .menuWrap {
                    & ul {
                        li {
                            padding: 0 13px;

                            a {
                                font-size: 15px;
                            }
                        }
                    }
                }
            }

            .leftLogo {
                width: 95px;
            }

            .rightLogo {
                width: 95px;
            }
        }

        .container-max {
            width: 100%;
            max-width: 95%;
            margin: 0 auto;
        }

        .solutionSec {
            & .solutionWrap {
                .solutionItem {
                    height: 260px;
                    border-radius: 20px;
                    background-color: #2E3A80;
                    position: relative;
                    transition: 0.5s;
                }
            }
        }
    }

    .secH {
        font-size: 50px;
    }
}

@media (max-width: 1366px) {
    .abt-seventh-section .flip-card {
        height: 583PX;
    }

    .header {
        & .headerWrap {
            .leftLogo {
                width: 75px;
            }

            .rightLogo {
                width: 75px;
            }

            & .headerMenu {
                & .menuWrap {
                    & ul {
                        & li {
                            line-height: 60px;

                            & .tp-submenu {
                                li {
                                    padding: 6px 20px;

                                    &:not(:last-child) {
                                        margin-bottom: inherit;
                                        padding-top: inherit;
                                        padding-bottom: inherit;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .menuWrap ul li a {
        font-size: 14px !important;
    }

    .toggle-btn {
        padding-left: 3px;
    }

    .header.is-sticky {
        & .headerWrap {
            .leftLogo {
                width: 50px;
            }

            .rightLogo {
                width: 50px;
            }

            & .headerMenu {
                & .menuWrap {
                    & ul {
                        li {
                            line-height: 45px;

                            a {
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
    }

    .innerBanner {
        height: 450px;
    }

    .bannerSlider {
        & .slide-inner {
            & .bannerContent {
                & .bannerInner {
                    .bannerH {
                        font-size: 45px;
                    }
                }
            }
        }
    }

    .solutionSec {
        & .solutionWrap {
            .solutionItem {
                height: 320px;
            }
        }
    }

    .gallerySec {
        & .gallerySlider {
            & .galleryItem {
                & .galleryImg {
                    figure {
                        height: 255px;
                    }
                }
            }
        }
    }

    .footerSec {
        padding: 60px 0 0;

        & .footerLogo {
            a {
                width: 300px;
            }
        }
    }

    .abt-seventh-section .flip-card-back {
        height: auto;
    }

    .vmvContent {
        min-height: 360px;
        background-size: 100%;
    }

    .vmvNo {
        font-size: 72px;
        bottom: -14px;
    }

    .customPadding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}

@media (max-width:1200px) {
    .menuWrap ul li a {
        font-size: 15px !important;
    }

    .header {
        & .headerWrap {
            & .headerMenu {
                & .menuWrap {
                    & ul {
                        & li {
                            a {
                                font-size: 14px;
                            }
                        }
                    }
                }
            }

            .leftLogo {
                width: 80px;
            }

            .rightLogo {
                width: 80px;
            }

            & .headerMenu {
                & .menuWrap {
                    & ul {
                        li {
                            padding: 0 10px;
                        }
                    }
                }
            }
        }

        &.is-sticky {
            & .headerWrap {
                & .headerMenu {
                    & .menuWrap {
                        & ul {
                            li {
                                padding: 0 10px;
                            }
                        }
                    }
                }
            }
        }
    }

    .secH {
        font-size: 45px;
    }

    .footerSec {
        .footerInfoWrap {
            padding-left: 35px;
        }
    }
}

@media (max-width: 1199px) {
    .gallerySec {
        & .gallerySlider {
            & .galleryItem {
                & .galleryImg {
                    figure {
                        height: 320px;
                    }
                }
            }
        }
    }
}

@media (max-width:1100px) {
    .header {
        padding: 0px 0;

        & .headerWrap {
            justify-content: space-between;

            & .headerMenu {
                display: none;
            }

            .leftLogo {
                margin-right: 15px;
            }
        }

        &.is-sticky {
            padding: 5px 0px;
        }

        & .headerWrap {
            .leftLogo {
                width: 70px;
            }
        }
    }

    .menuTrigger {
        display: flex;
    }

    .sideMenu {
        .menuWrap {
            ul {
                li {
                    .toggle-btn {
                        svg {
                            transition: 0.6s;
                        }

                        &.open {
                            svg {
                                transform: rotate(180deg);
                            }
                        }
                    }
                }
            }
        }
    }
}


@media (max-width:1024px) {
    .solutionSec {
        & .solutionWrap {
            .solutionItem {
                height: 210px;
            }
        }
    }
}

@media (max-width:991px) {
    .bannerSlider {

        .slide-inner {
            & .bannerContent {
                bottom: auto !important;
                left: 50% !important;
                width: 100% !important;
                top: 50% !important;
                transform: translate(-50%, -50%) !important;

                & .bannerInner {
                    max-width: 550px !important;
                    margin: 0 auto !important;

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

        .pageHeader {
            .pageHead {
                font-size: 24px;
            }
        }
    }

    .bannerWrap {
        height: 90vh !important;

        & .bannerArrow {
            background-color: #fec62a9c;
            backdrop-filter: blur(3px);

            &.swiper-button-next {
                bottom: 20px !important;
                right: calc(50% - 60px) !important;
                left: auto !important;
                top: auto !important;
            }

            &.swiper-button-prev {
                bottom: 20px !important;
                left: calc(50% - 60px) !important;
                right: auto !important;
                top: auto !important;
            }

        }

    }

    .solutionSec {
        padding-bottom: 150px;
    }

    .slide-inner {
        & .bannerContent {
            & .bannerInner {
                .bannerH {
                    font-size: 24px;
                }
            }
        }
    }

    .menuTrigger {
        width: 45px;
        gap: 9px;
        /* right: 20px; */
    }

    .aboutImgOut {
        margin-top: 20px;
    }

    .secH {
        font-size: 48px;
    }

    .subH {
        font-size: 30px;
    }

    .footerSec {
        .footerInfoWrap {
            padding-left: 0px;
            border-left: none;
            margin-top: 20px;
        }
    }

    .footerSec {
        .copywriteWrap {
            flex-wrap: wrap;

            .copyrightLeft {
                width: 100%;
                text-align: left;
                margin-bottom: 10px;
                padding-right: 90px;
            }

            .copyrightRight {
                width: 100%;
                text-align: left;
                padding-right: 90px;
            }
        }
    }

    .knowledgeContent {
        padding-top: 40px;
    }
}

@media (max-width:768px) {

    .container,
    .container-sm {
        max-width: 90% !important;
    }

    .commonSec {
        padding: 50px 0;
    }

    /* .secH {
        font-size: 40px;
    } */

    .mob768 {
        display: block;
    }

    .desk768 {
        display: none;
    }

    .secH {
        font-size: 30px;
    }

    .subH {
        font-size: 22px !important;
    }

    p {
        font-size: 16px;
    }

    ul li {
        font-size: 16px;
    }

    .solutionSec {
        .solutionWrap {
            margin-top: 20px;

            .solutionAcc {
                &:not(:last-child) {
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #ccc;
                }

                .solutionHead {
                    padding: 20px 0;
                    position: relative;

                    &::after {
                        content: "\2b";
                        position: absolute;
                        right: 0;
                        font-size: 20px;
                        color: #fff;
                        font-family: 'FontAwesome';
                        top: 20px;
                    }

                    h3 {
                        color: #fff;
                        font-size: 26px;
                        font-weight: bold;
                    }

                    &.active::after {
                        content: "\f068";
                        color: #0361a4;
                    }

                    &.active {
                        h3 {
                            color: #0361a4;
                        }
                    }
                }
            }

            & .solutionItem {
                height: auto;
                background-color: #0361a4;
                margin-bottom: 20px;

                & a {
                    & .solutionTitle {
                        .portfolioTitle {
                            color: #000 !important;
                        }
                    }
                }

                &:hover {
                    .solutionItemInner {
                        margin-top: 0px;

                        & .solutionTitle {
                            .btnWrap {
                                display: block;
                            }
                        }
                    }
                }

                .solutionItemInner {
                    margin-top: 0px;

                    & .solutionTitle {
                        .btnWrap {
                            display: block;
                        }
                    }
                }

                & a {
                    .solutionItemInner {
                        padding: 20px;
                        position: static;
                    }

                    & .solutionTitle {
                        .portfolioTitle {
                            color: #0361a4;
                            font-size: 20px;
                            min-height: 50px;
                        }
                    }
                }
            }
        }

    }

    .page-template-templatescement-php {
        .solutionSec {
            & .solutionWrap {
                & .solutionItem {
                    height: 270px;

                    & a {
                        & .solutionTitle {
                            .portfolioTitle {
                                min-height: auto;
                            }

                        }
                    }
                }
            }
        }
    }

    .gallerySec {
        padding-bottom: 130px;

        & .gallerySlider {
            .slick-dots {
                bottom: -50px;
            }
        }
    }

    .innerBanner {
        height: 380px !important;
        position: relative;
    }

    .pageHeader {
        min-width: 90% !important;
    }

    .inner-apges-image {
        width: 100%;
    }

    .pageHeader .pageHead {
        font-size: 22px;
        line-height: 26px;
    }

    .breadCrumb {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 12px;
        flex-wrap: wrap;
    }

    .footerNav {
        width: 100%;
        height: 50px;
        background-color: #00000082;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 90;
        backdrop-filter: blur(10px);
        border-radius: 20px 20px 0 0;

        .menuTrigger {
            width: 55px;
            gap: 5px;
            margin: 0 auto;
            position: static;
            height: 55px;
            border-radius: 50%;
            padding: 14px;
            /* background-color: #00000063; */
            background-color: #000000;
            margin-top: -18px;
            backdrop-filter: blur(14px);
            align-items: center;
            justify-content: center;

            & .hamburger-line {
                height: 2px;

                &:last-child {
                    width: 100%;
                }

                &:nth-child(2) {
                    width: 80%;
                }

                &:nth-child(1) {
                    width: 50%;
                }
            }
        }
    }

    .sideMenu {
        position: fixed;
        width: 100%;
        transform: translateY(115%);
        transition: 1s;
        top: auto;
        bottom: 0;
        left: 0;
        height: 90%;
        background-color: #ffffff;
        z-index: 999;
        box-shadow: 0 0 18px -5px #737373;
        border-radius: 30px 30px 0 0;
    }

    .sideMenu {
        &.active {
            transform: translateY(0px);
        }
    }

    .overflow {
        transform: translateY(105%);
        top: auto;
        bottom: 0;

        &.overflow-active {
            transform: translateY(0);
        }
    }

    .sideMenu {
        .mobCloseMenu {
            position: absolute;
            right: 10px;
            cursor: pointer;
            top: 10px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #fff;
            right: auto;
            left: 50%;
            transform: translateX(-50%);
            top: -18px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

    .sideMenu {
        & .mobLogo {
            padding: 25px 15px 10px;
            border-bottom: 3px solid #3c4690;
            margin-bottom: 10px;

            img {
                width: 64%;
            }
        }
    }

    .sideMenu {
        .menuWrap {
            overflow: auto;
            height: calc(100vh - 185px);
        }
    }

    .footerSec {
        .copywriteWrap {
            padding-bottom: 70px;
        }
    }

    .sideMenu {
        & .menuWrap {
            & ul {
                & li {
                    .toggle-btn {
                        svg {
                            transition: 0.5s;
                        }

                        &.open {
                            svg {
                                transform: rotate(180deg);
                            }
                        }
                    }
                }
            }
        }
    }

    .social-icon {
        display: none;
    }

    .social-title {
        display: none !important;
    }

    .leftLogo {
        width: 226px !important;
        padding: 5px 0px;
    }

    .homeintro-row1 .business-intro {
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .homeintro-row1 {
        padding: 0px 0 100px 0 !important;
        height: auto;
    }


    .headerWrap {
        justify-content: center !important;
    }

    .leftLogo-1 img {
        width: 100% !important;
        height: auto;
    }

    .about-content {
        margin-top: 20px;
    }

    .about-text {
        text-align: justify;
    }

    .innovationAssociates-counter .count-box {
        margin-bottom: 10px;
    }

    .testmonialSec .slick-list .slick-track {
        padding-bottom: 10px !important;
        padding-top: 60px !important;
    }

    .testiContentInner {
        box-shadow: 0px 0px 11px 0 rgba(0, 0, 0, 0.17);
        padding: 20px 15px;
    }

    .testiItem {
        margin: 0px !important;
    }

    .footerWrap::before {
        display: none !important;
    }

    .contactFrm {
        display: none !important;
    }

    .mapWrap {
        height: 300px;
    }

    .homeintro-row1 .business-name {
        margin-left: 0px;
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .innerminessteps-wrap .slick-prev {
        background-image: url(../images/back.png);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1000000;
        position: absolute;
        bottom: -5% !important;
        left: 30% !important;
    }

    .innerminessteps-wrap .slick-next {
        background-image: url(../images/back.png);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1000000;
        position: absolute;
        bottom: -5% !important;
        left: 57% !important;
        transform: rotate(180deg);
    }

    .round-slider {
        display: none !important;
    }

    .curve-line {
        display: none !important;
    }

    .minessteps-content-img img {
        height: auto !important;
    }

    .business-intro {
        padding: 0px !important;
    }

    video.minessteps-video {
        width: 100% !important;
        opacity: 0.5;
    }

    .minessteps-bg {
        left: -15vw !important;
        top: -8vw !important;
        transform: translate(0) !important;
        width: 110vw !important;
    }

    .business-mobile-title {
        display: block !important;
    }

    .minessteps-innercontent p {
        margin-top: 20px;
    }

    .plus-small-icon {
        display: none;
    }

    .homeintro-row1 {
        padding: 70px 0 0px 0 !important;
    }

    .img-parallax img {
        width: 89% !important;
        margin: 0 auto;
    }

    .left-right-structure.right-image-structure .content-part {
        padding: 0 22px 0vw 5%;
    }

    .img-parallax-outer {
        text-align: center;
    }

    .farming .text-box {
        background: #fff;
        box-shadow: 0 0 10px #ccc;
        border-radius: 0px;
        padding: 20px 30px;
        width: 100%;
        position: static;
        z-index: 15;
        left: 0;
        top: 10%
    }

    .text-box-inner-in h3 {
        font-weight: 700;
        line-height: 30px;
        font-size: 23px;
        color: #004f89;
        margin-bottom: 8px;
    }

    .farming:nth-child(2n) .text-box {
        background: #fff;
        box-shadow: 0 0 10px #ccc;
        border-radius: 0px;
        padding: 20px 30px;
        width: 100%;
        position: static;
        z-index: 15;
        left: 0;
        top: 10%
    }

    .contact-address-row,
    .contact-tel-row {
        display: flex;
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .contact-address-col,
    .contact-tel-col {
        width: 100%;
        border-right: 1px solid #D2DEEF;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        align-items: flex-start;
    }

    .contact-sec .contact-xea img {
        max-width: 28px;
    }
}

@media (max-width: 767px) {
    .img-parallax img {
        width: 89% !important;
        margin: 0 auto;
    }

    .img-parallax-outer {
        text-align: center;
    }

    .left-right-structure.right-image-structure .content-part {
        padding: 0 22px 0vw 5%;
    }

    .solutionSec {
        .solutionWrap {
            & .solutionItem {
                & a {
                    & .solutionTitle {
                        .portfolioTitle {
                            min-height: auto;
                        }
                    }
                }
            }
        }

    }

    .page-template-templatescement-php {
        .solutionSec {
            & .solutionWrap {
                & .solutionItem {
                    height: auto;

                }
            }
        }
    }

    .vmvItem {
        margin-bottom: 20px;
    }

    .copyrightWrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .copyrightSec {
        padding-bottom: 70px;
    }

    .copyrightSec p {
        text-align: center;
    }

    .abt-seventh-section .flip-card-back {
        gap: 0;
    }

    .abt-seventh-section .slick-list {
        padding-top: 0px !important;
    }

    .journeyYr h4 {
        color: #006fbf;
    }

    .innerBanner {
        height: 280px;
        position: relative;
    }

    .pageHeader .pageHead {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .menuTrigger {
        width: 38px;
        gap: 7px;
    }

    .footerSec {
        ul.widgetList {
            column-count: 1;
        }

        & .footerInfoWrap {
            ul.footerInfo {
                column-count: 1;
                min-height: auto;
            }
        }
    }

    .copyrightRight {
        text-align: center;
    }

    .secTop {
        .grindHeadTwo {
            font-size: 17px;
        }
    }

    .footerSec {
        & .footerInfoWrap {
            & ul.footerInfo {
                li {
                    min-height: auto;
                    display: flex;

                    .footerIcon {
                        width: 25px;
                    }

                    p {
                        width: calc(100% - 25px);
                        padding-left: 15px;
                    }

                    a {
                        width: calc(100% - 25px);
                        padding-left: 15px;
                        min-height: auto;
                    }
                }
            }
        }

        .copywriteWrap {
            margin-top: 20px;
            padding-bottom: 80px;
        }
    }

    .footerSec {
        padding: 40px 0 0;

        & .footerLogo {
            text-align: center;

            a {
                width: 200px;
            }
        }
    }

    .journeyItem .journeyContent {
        position: absolute;
        width: 90% !important;
        min-height: 50px;
        border-radius: 20px;
        padding: 20px;
        background-color: #fff;
        top: 110px;
        left: 49%;
        transform: translateX(-50%);
        box-shadow: -1px 8px 30px -1px rgba(0 0 0 / 16%);
        opacity: 1;
        /* transform: translateX(-50%) scale(0); */
        transition: 0.6s all;
    }
}

@media (max-width:520px) {
    .gallerySec {
        & .gallerySlider {
            & .galleryItem {
                & .galleryImg {
                    figure {
                        height: 245px;
                        margin-bottom: 0px;
                        width: 100%;
                    }
                }
            }
        }
    }

    .btnOne {
        padding: 7px 20px;
    }

    .slick-dots {
        li {
            &.slick-active {
                button {
                    width: 40px;
                }
            }
        }
    }

    .page-template-tube-mill {
        .equipMain {
            & .prodDescWrap {
                & .prodDescInner {
                    & .prodDesc {
                        & .eachProdDesc {
                            & .prodEachRow {
                                & .infoBox {
                                    & ul {
                                        &.customList {
                                            li {
                                                font-size: 17px;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1280px) and (min-width: 1190px) {

    .menuWrap ul li a {
        font-size: 12px !important;
    }
}

@media (max-width: 1190px) and (min-width: 700px) {

    .hamburger-line {
        background-color: #000000 !important;
    }

    .homeintro-row1 .business-name {
        margin-left: 0px;
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .innovationAssociates-counter .count-box h3 {
        color: #2dafe6;
        font-size: 58px;
        line-height: 74px;
        margin-bottom: 0;
        font-weight: 700;
    }
}

/* investor */

.finance_top {
    display: none;
}

.finance_mid {
    display: none;
}



.seal {
    right: 10px;
    z-index: 100;
    bottom: 70px;
    position: fixed;
    /* width: 40px; */
}

.seal2 {
    right: 10px;
    z-index: 100;
    bottom: 180px;
    position: fixed;
    /* width: 40px; */
}

/* .seal img,
.seal2 img,
.seal iframe,
.seal2 iframe{
    width: 40px !important;
} */

.fancybox-image {
    width: 100% !important;
}

/*====banner start=====*/
.bannerWrap {
    height: 100vh;
    padding: 0px;
    overflow: hidden;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        /* background: linear-gradient(to bottom, #ffffff 9.82%, rgba(0, 0, 0, 0.00) 92.77%); */
        z-index: 1;
    }

    .swiper-button-prev {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        background-color: #ffffff47;
        color: #ffffff;
        position: absolute;
        bottom: 20px;
        right: 80px;
        left: auto;
        top: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border: 1px solid #ffffff36;
        transition: 0.5s;
    }

    .swiper-button-next {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        background-color: #ffffff47;
        color: #ffffff;
        position: absolute;
        bottom: 20px;
        right: 20px;
        left: auto;
        top: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border: 1px solid #ffffff36;
    }

    .bannerArrow {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        background-color: #fec62a78;
        color: #ffffff;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border: 1px solid #ffffff36;
        transition: 0.5s;

        &:hover {
            background-color: #0361a4;
            color: #000;
        }

        &.swiper-button-prev {
            bottom: 20px;
            right: 80px;
            left: auto;
            top: auto;
        }

        &.swiper-button-next {
            bottom: 20px;
            right: 20px;
            left: auto;
            top: auto;
        }
    }
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;

    .bannerContent {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;

        .bannerInner {
            padding: 30px 30px 50px;
            width: 100%;
            max-width: 680px;
            background-color: rgba(0, 0, 0, 0.5);
            border: 1px solid rgb(255 255 255 / 18%);
            border-radius: 25px;
            backdrop-filter: blur(6px);
            transition: 2s all;
            transform: scale(0.7);

            p {
                color: #fff;
            }

            .btnOne:hover {
                background-color: #fff;
                color: #000;
            }

            .bannerBtn {
                margin-top: 10px;
            }

            .bannerH {
                font-size: 46px;
                color: #fff;
                margin-bottom: 20px;
                padding-bottom: 15px;
                line-height: normal;
                font-weight: 300;
                position: relative;
                transition: 1.5s;

                strong {
                    font-weight: 700;
                    color: #006fbf;
                }

                &::before {
                    width: 70%;
                    height: 1px;
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    background-color: rgba(255, 255, 255, 0.5);
                }
            }
        }
    }
}

.bannerSlider {
    .swiper-slide-active {
        .bannerInner {
            transform: scale(1);
        }
    }
}

.bannerWrap .swiper-wrapper .swiper-slide,
.bannerWrap .swiper-wrapper,
.bannerWrap .bannerSlider,
.bannerImg {
    height: 100%;
}

.bannerImg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.bannerVideo {
    width: 100%;
    height: 100%;

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.bannerWrap .swiper-button-prev,
.bannerWrap .swiper-button-next {
    background-image: none;
}