/*==banner start==*/
.bannerWrap {
    overflow: hidden;

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

    .bannerSLider {
        .banImg {
            height: 100vh;
            overflow: hidden;
            position: relative;
            overflow: hidden;

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

            &::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
            }
        }

    }

    .banner_thumbs {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 350px;
        overflow: hidden;

        .thumbInner {
            display: flex;
            align-items: center;
            padding: 15px;
            background-color: #000;
            border-radius: 15px 15px 0 0;

            .thumbImg {
                width: 100px;
                height: 90px;
                border-radius: 10px;
                overflow: hidden;

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

            h4,
            .thumTitle {
                width: calc(100% - 100px);
                margin-bottom: 0px;
                padding-left: 10px;
                font-size: 14px;
                color: #fff;
                font-weight: 600;
                line-height: 1.4;
                font-family: "Raleway", sans-serif;
            }
        }
    }

    .bannerContent {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
        width: 100%;

        .bannerText {
            width: 60%;

            .subText {
                font-size: 36px;
                color: #fff;
            }

            .bannerHeading {
                font-size: 66px;
                line-height: 1.2;
                font-weight: 700;
                color: #fff;
                text-transform: uppercase;
                font-family: "Raleway", sans-serif;
            }

            .bannerPara {
                margin-bottom: 20px;
                position: relative;
                padding-left: 20px;

                &::before {
                    width: 4px;
                    height: 100%;
                    top: 0;
                    left: 0;
                    position: absolute;
                    background-color: #E30011;
                    content: "";
                }

                p {
                    font-size: 20px;
                    color: #fff;
                }
            }
        }

        .btnArea {
            padding-top: 20px;

            ul {
                display: flex;

                li {
                    margin-right: 20px;

                    &:last-child {
                        margin-right: 0px;
                    }
                }
            }
        }
    }

    .swiper-button-prev {
        font-size: 16px;
        color: #fff;
        position: absolute;
        bottom: 30px;
        left: calc(50% - 280px);
        top: auto;
        height: auto;
        padding: 3px 10px;
        padding-left: 36px;
        transition: .5s;
        width: auto;
        border-radius: 40px;
        border: 1px solid #cecece;
        transition: all 0.5s;

        &::after {
            /* content: "\f060"; */
            content: "";
            position: absolute;
            left: 0;
            font-family: "FontAwesome";
            left: -10px;
            top: 50%;
            transform: translateY(-50%) rotate(180deg) scale(0.68);
            font-size: 14px;
            transition: all 0.5s;
            background-image: url(../images/arrow-right.png);
            background-repeat: no-repeat;
            width: 50px;
            height: 12px;
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(103%) contrast(102%);
        }

        &:hover {
            /* background-color: #E30011;
            color: #fff; */
            /* width: 80px; */
            /* padding-left: 30px; */

            &::after {
                /* color: #fff; */
                filter: none;
                left: -28px;
                transform: translateY(-50%) rotate(180deg) scale(1);
            }
        }
    }

    .swiper-button-next {
        font-size: 16px;
        color: #fff;
        position: absolute;
        bottom: 30px;
        right: calc(50% - 280px);
        top: auto;
        height: auto;
        padding: 3px 10px;
        padding-right: 36px;
        transition: .5s;
        width: auto;
        border-radius: 40px;
        border: 1px solid #cecece;
        left: auto;
        transition: all 0.5s;


        &::after {
            /* content: "\f061"; */
            content: "";
            position: absolute;
            font-family: "FontAwesome";
            right: -10px;
            top: 50%;
            transform: translateY(-50%) scale(0.68);
            font-size: 14px;
            left: auto;
            transition: all 0.5s;
            background-image: url(../images/arrow-right.png);
            background-repeat: no-repeat;
            width: 50px;
            height: 12px;
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(103%) contrast(102%);
        }

        &:hover {
            /* background-color: #E30011;
            color: #fff; */
            /* width: 80px; */
            /* padding-right: 30px; */

            &::after {
                /* color: #fff; */
                filter: none;
                right: -28px;
                transform: translateY(-50%) scale(1);
            }
        }
    }
}


.abtAdvDiv {
    padding-top: 50px;

    .abtAdvDivRow {
        justify-content: center;

        .abtAdvDivCol {
            width: 20%;
        }

        .abtAdvDivInn {
            width: 100%;
            height: 150px;
            padding: 20px 12px;
            background-color: #fff;
            border: 2px solid #e1e1e1;
            border-radius: 12px;
            transition: all 0.3s;

            .abtAdvImg {
                width: 50px;
                height: 50px;
                margin: 0px auto;
                margin-bottom: 10px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    transition: all 0.3s;
                }
            }

            .abtAdvHead {
                font-size: 18px;
                text-align: center;
                color: #000;
                font-weight: 600;
                transition: all 0.3s;
                display: block;
            }

            &:hover {
                background-color: #E30011;
                border-color: transparent;

                .abtAdvImg {
                    img {
                        filter: invert(1) grayscale(1);
                    }
                }

                .abtAdvHead {
                    color: #fff;
                }
            }
        }
    }
}



/*===product sec start===*/
.productSecWrap {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 6px 40px 0px #80808061;
    border-radius: 20px;

    .tabWrap {
        text-align: center;
        display: flex;
        justify-content: center;

        ul {
            display: inline-flex;
            padding: 10px 5px;
            border-radius: 40px;
            background-color: #fff;
            box-shadow: 0px 0px 10px 0px #cccccc;
            flex-wrap: wrap;
            margin-bottom: 30px;

            li {
                padding: 0 5px;

                a {
                    display: inline-block;
                    padding: 10px 40px;
                    font-size: 18px;
                    color: #000;
                    border-radius: 30px;
                    transition: 0.5s;
                }

                &.active {
                    a {
                        background-color: #E30011;
                        color: #fff;
                    }
                }
            }
        }
    }

    .tabContentWrap {
        .tabFormWrap {
            margin-bottom: 30px;

            select {
                font-family: "Oxygen", sans-serif;
            }
        }

        .productWrapInner {
            display: flex;
            align-items: center;

            .productImg {
                width: 50%;
                height: 420px;
                position: relative;
                padding-bottom: 30px;

                &::after {
                    width: 100%;
                    border-radius: 20px;
                    height: 80%;
                    position: absolute;
                    content: "";
                    left: 0;
                    bottom: 0;
                    background-color: #3B3B3B;
                    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
                    transition: 0.7s;
                }

                figure {
                    width: 100%;
                    height: 100%;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                        margin: 0 auto;
                        position: relative;
                        z-index: 1;
                    }
                }

            }

            .productContent {
                width: calc(100% - 50%);
                padding-left: 20px;
                padding-left: 40px;

                .productTitle {
                    font-size: 34px;
                    margin-bottom: 15px;

                    a {
                        color: #000;
                    }
                }

                .textWrap {
                    margin-bottom: 20px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 6;
                }
            }
        }

        .tabContent {
            display: none;
            transition: 0.5s;

            .tabContentInner {
                opacity: 0;
                visibility: hidden;
                position: relative;
            }

            &.active {
                .productImg {
                    &:after {
                        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
                    }
                }

                .tabContentInner {
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
}


/*==salesSec start==*/
.salesSec {
    .row_1 {
        margin-bottom: 20px;
    }

    .salesInner {
        text-align: center;

        .salesIcon {
            width: 150px;
            height: 150px;
            display: flex;
            margin: 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            position: relative;
            padding: 20px;
            margin-bottom: 20px;

            &::before {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 50%;
                border: 2px dashed #000;
                content: "";
                animation: Rotate 15s linear infinite;
                -webkit-animation: Rotate 15s linear infinite;
            }

            .iconInner {
                width: 100%;
                height: 100%;
                background-color: #F4F4F4;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 25px;

                img {
                    filter: brightness(0) invert(0.5);
                    transition: 0.5s;
                }
            }
        }

        .salesContent {
            padding: 0 15px;

            .h4 {
                color: #000;
                font-size: 24px;
            }
        }

        &:hover {
            .salesIcon {
                &::before {
                    border: 2px dashed #E30011;
                }
            }

            .iconInner {
                img {
                    filter: brightness(1) invert(0);
                }

            }
        }
    }

    .salesItem {
        position: relative;

        &::after {
            width: 1px;
            height: 80%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            background-color: #ccc;
            content: "";
        }

        &:last-child {
            &:after {
                display: none;
            }
        }
    }



}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/*==salesSec_2===*/
.salesSec_2 {
    .accordionPro {
        display: flex;
        max-width: 100%;
        height: 640px;
        overflow: hidden;
        gap: 15px;

        .accordion-cell {
            flex: 0.5;
            display: flex;
            flex-direction: column;
            cursor: pointer;
            transition: flex 0.4s ease;
            overflow: hidden;
            border-radius: 15px;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
            position: relative;

            .bgImg {
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0;

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

                &::after {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    background-image: linear-gradient(-90deg, #0000004a 0 20%, #000000d9 70% 100%);
                    content: "";
                }
            }

            .title_1 {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: #F4F4F4;
                color: #000;
                display: flex;
                align-items: center;
                justify-content: center;

                h4 {
                    white-space: nowrap;
                    cursor: pointer;
                    transform: rotate(180deg);
                    writing-mode: vertical-rl;
                    color: #000;
                    font-size: 24px;
                }
            }

            .cellContent {
                opacity: 0;
                transition: 0.6s;
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                max-width: 70%;
                padding: 50px;
                visibility: hidden;
                transform: translateY(-50%);

                span {
                    color: #E30011;
                    font-weight: bold;
                    font-size: 18px;
                    margin-bottom: 15px;
                }

                h3 {
                    font-size: 30px;
                    font-weight: 700;
                    color: #fff;
                    margin-bottom: 15px;
                }

                p {
                    color: #fff;
                }

                .redList {
                    li {
                        padding-left: 25px;
                        position: relative;
                        color: #fff;
                        margin-bottom: 10px;

                        &:last-child {
                            margin-bottom: 0px;
                        }

                        &::before {
                            position: absolute;
                            content: "";
                            left: 0;
                            top: 0;
                            font-family: "FontAwesome";
                            font-size: 16px;
                            color: #E30011;
                        }
                    }
                }
            }

            &.expanded {
                flex: 8;
                background-color: #fff;
                border-radius: 30px;

                .bgImg {
                    opacity: 1;
                }

                .title_1 {
                    display: none;
                }

                .cellContent {
                    opacity: 1;
                    visibility: visible;

                    .textWrap {
                        margin-bottom: 30px;
                    }
                }
            }
        }
    }
}

/*===csr sec start===*/

/* ======= start global presence =========== */
.presenceSecInn {
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;

    .wrldMapSvgWrap {
        height: 650px;

        .svgHolder {
            svg {
                width: 1700px;
                margin: 0 auto;
                height: auto;
            }
        }
    }

    .pinPoint {
        position: absolute;
        width: 24px;
        height: 24px;

        &::before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            content: '';
            width: 16px;
            height: 16px;
            margin: auto;
            border-radius: 50%;
            position: absolute;
            background-color: #E30011;
            animation: pulse-animation 2s infinite;
            animation-name: pulse;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }

        &::after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            content: '';
            width: 6px;
            height: 6px;
            margin: auto;
            border-radius: 50%;
            position: absolute;
            background-color: #fff;
        }

        span {
            position: relative;
            z-index: 9;
            opacity: 0;
            background-color: #000;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            display: inline-block;
            text-align: center;
            transition: .4s;

        }

        &.indLoc {
            bottom: 60%;
            right: 27%;

            span {
                top: -44px;
                left: -16px;
            }
        }

        &.brLoc {
            bottom: 40%;
            left: 35%;

            span {
                top: -38px;
                left: -25px;
            }
        }

        &.usaLoc {
            top: 24%;
            left: 18%;

            span {
                top: -40px;
                left: -10px;

            }
        }
    }
}

.mob-1200 {
    display: none;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 6px #e3000f56;
    }

    100% {
        box-shadow: 0 0 0 20px #e3000f1c;
    }
}

/* ======== end global presence ========= */

.page_home {
    .csrSec {
        &.customBlock {
            padding-top: 20px;
        }
    }
}

.csrSec {
    .slick-list {
        padding-bottom: 20px;
    }

    .csrItem {
        margin: 0 15px;

        .csrInner {
            .csrImg {
                border-radius: 20px;
                overflow: hidden;

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

            .csrContent {
                padding: 0 15px;
                position: relative;
                margin-top: -70px;

                .csrContentInner {
                    padding: 20px;
                    border-radius: 15px;
                    background-color: rgba(0, 0, 0, 0.5);
                    /* filter: blur(1px); */
                    backdrop-filter: blur(6px);
                    transition: 0.5s;

                    h4 {
                        color: #fff;
                        font-size: 30px;
                        font-weight: normal;
                        margin-bottom: 10px;

                        a {
                            color: #fff;
                        }
                    }

                    .textWrap {
                        margin-bottom: 20px;

                        p {
                            color: #fff;
                            margin-bottom: 20px;
                        }
                    }
                }
            }

            &:hover {
                .csrContent {
                    .csrContentInner {
                        background-color: #fff;
                        box-shadow: 0 0 10px 0px #ccc;

                        h4 {
                            a {
                                color: #000;
                            }
                        }

                        .textWrap {
                            p {
                                color: #000;
                            }
                        }

                        .btnOne {
                            background-color: #E30011;
                            color: #fff;
                        }
                    }
                }
            }
        }
    }

    .btnOne {
        &.whiteText {
            color: #fff;
            border: 2px solid #fff;

            &:hover {
                border: 2px solid #E30011;
            }
        }
    }

    .slick-next,
    .slick-prev {
        bottom: -90px;
    }
}

/*===career start===*/
.careerSec {
    .careerWrap {
        border-radius: 30px;
        overflow: hidden;

        .careerImg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;

            &::after {
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                background-color: rgb(0 0 0 / 73%);
                width: 100%;
                height: 100%;
            }

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

        .careerInner {
            position: relative;
            padding: 70px 50px;
            z-index: 1;

            h3 {
                color: #fff;
                margin-bottom: 15px;
                font-family: "Oxygen", sans-serif;
            }

            p {
                color: #fff;
            }

            .btnArea {
                ul {
                    display: flex;
                    gap: 10px;
                    justify-content: center;

                    li {
                        a {
                            border: 2px solid #fff;

                            &:hover {
                                border: 2px solid #E30011;
                            }
                        }
                    }
                }
            }
        }
    }
}

.mob_768 {
    display: none;
}

.mob_991 {
    display: none;
}

.blgTb {
    display: none;
}

/*===blog start==*/



/*===responsive start==*/

@media(max-width: 1768px) {
    .presenceSecInn {
        .wrldMapSvgWrap {
            .svgHolder {
                svg {
                    width: 1470px;
                }
            }
        }
    }
}

@media (max-width: 1600px) {
    .salesSec {
        .salesInner {
            .salesIcon {
                width: 136px;
                height: 136px;
            }
        }
    }
}

@media screen and (max-width: 1560px) {
    .bannerWrap {
        .bannerContent {
            .bannerText {
                .subText {
                    font-size: 30px;
                }

                .bannerHeading {
                    font-size: 60px;
                }

                .bannerPara {
                    p {
                        font-size: 18px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1440px) {
    .bannerWrap {
        .bannerContent {
            .bannerText {
                width: 65%;
            }
        }
    }

    .csrSec {
        .csrItem {
            .csrInner {
                .csrContent {
                    .csrContentInner {
                        h4 {
                            font-size: 26px;
                        }
                    }
                }
            }
        }
    }

    .abtAdvDiv {
        .abtAdvDivRow {
            .abtAdvDivInn {
                .abtAdvImg {
                    width: 45px;
                    height: 45px;
                }

                .abtAdvHead {
                    font-size: 16px;
                }
            }
        }
    }

    .salesSec {
        .salesInner {
            .salesIcon {
                width: 100px;
                height: 100px;
                padding: 12px;

                .iconInner {
                    padding: 18px;
                }
            }

            .salesContent {
                .h4 {
                    font-size: 20px;
                }
            }
        }
    }

    .productSecWrap {
        .tabContentWrap {
            .productWrapInner {
                .productContent {
                    .productTitle {
                        font-size: 28px;
                        margin-bottom: 10px;
                    }
                }
            }
        }
    }

    /* .faqSec {
        .faqContent {
            .faqAcc-container {
                .faqAcc {
                    .faqAcc-head {
                        h4 {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
    } */

    /* start global presence */
    .presenceSecInn {
        height: 600px;

        .wrldMapSvgWrap {
            height: 600px;

            .svgHolder {
                svg {
                    width: 1200px;
                }
            }
        }

        .pinPoint {
            &.brLoc {
                left: 37%;
            }

            &.indLoc {
                bottom: 62%;
                right: 30%;
            }

            &.usaLoc {
                left: 23%;
            }

        }
    }

    /* end global presence */
}

@media (max-width: 1366px) {
    .bannerWrap {
        .bannerContent {
            .bannerText {
                .bannerHeading {
                    font-size: 45px;
                    line-height: 1.2;
                    margin-bottom: 8px;
                }

                .bannerPara {
                    p {
                        font-size: 16px;
                    }
                }
            }
        }
    }

    .productSecWrap {
        .tabContentWrap {
            .productWrapInner {
                .productImg {
                    height: 350px;
                }
            }
        }
    }

    .salesSec_2 {
        .accordionPro {
            height: 520px;

            .accordion-cell {
                .title_1 {
                    h4 {
                        font-size: 22px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1280px) {
    .productSecWrap {
        .tabContentWrap {
            .productWrapInner {
                .productImg {
                    height: 300px;
                }

                .productContent {
                    padding-left: 20px;
                }
            }
        }
    }

    .salesSec {
        .salesInner {
            .salesIcon {
                width: 75px;
                height: 75px;
                margin-bottom: 15px;

                .iconInner {
                    padding: 12px;
                }
            }
        }
    }

    .salesSec_2 {
        .accordionPro {
            height: 480px;
        }
    }

    /* start global presence */
    .presenceSecInn {
        height: 540px;

        .wrldMapSvgWrap {
            height: 540px;

            .svgHolder {
                svg {
                    width: 1040px;
                }
            }
        }

        .pinPoint {
            &.indLoc {
                right: 31%;


            }

            &.brLoc {
                bottom: 44%;
            }
        }
    }

    /* end global presence */

    .csrSec {

        .slick-next,
        .slick-prev {
            bottom: -34px;
        }
    }

}

@media(max-width: 1200px) {
    .mob-1200 {
        display: block;
    }

    .presenceSecInn {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .productSecWrap {
        .tabContentWrap {
            .productWrapInner {
                .productContent {
                    .productTitle {
                        font-size: 24px;
                        margin-bottom: 15px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1024px) {
    .abtAdvDiv {
        .abtAdvDivRow {
            row-gap: 20px;

            .abtAdvDivInn {
                height: 140px;
            }

            .abtAdvDivCol {
                width: 33.33%;
            }
        }
    }

    .productSecWrap {
        .tabContentWrap {
            .tabFormWrap {
                margin-bottom: 10px;
            }
        }
    }
}

@media screen and (max-width: 991px) {
    .bannerWrap {
        .bannerContent {
            .bannerText {
                width: 100%;
            }
        }
    }

    .bannerSLider {
        .banImg {
            position: relative;

            &::before {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background-image: linear-gradient(0deg, #0000004f 0 25%, #00000059 70% 100%);
                content: "";
                z-index: 1;
            }
        }

    }

    .header {
        .headerInner {
            border: 1px solid #ffffff33;
        }
    }

    .bannerWrap {
        .bannerContent {
            .bannerText {
                .bannerHeading {
                    font-size: 48px;
                }
            }
        }
    }

    .salesSec {
        .salesItem {
            padding-bottom: 30px;

            &:not(:last-child) {
                margin-bottom: 30px;

            }

            &:after {
                width: calc(100% - 30px);
                height: 1px;
                left: 50%;
                transform: translateX(-50%);
                top: auto;
                bottom: 0;
            }
        }

        .btnWrap {
            padding-bottom: 15px;
        }
    }

    .salesSec_2 {
        .accordionPro {
            flex-wrap: wrap;
            width: 100%;
            height: auto;

            .accordion-cell {
                flex: none;
                width: 100%;
                height: auto;

                .bgImg {
                    opacity: 1;

                    img {
                        opacity: 1;
                    }
                }

                .title_1 {
                    height: auto;
                    position: relative;
                    justify-content: flex-start;
                    background-color: #000;
                    padding-right: 20px;

                    &::after {
                        position: absolute;
                        top: 25px;
                        right: 15px;
                        content: "\f107";
                        color: #fff;
                        font-family: "FontAwesome";
                        transition: 0.5s;
                    }

                    h4 {
                        transform: none;
                        writing-mode: initial;
                        margin: 0px;
                        padding: 20px;
                        color: #fff;
                    }
                }

                .cellContent {
                    opacity: 1;
                    max-width: 100%;
                    padding: 30px;
                    position: initial;
                    transform: none;
                    display: none;

                    .textWrap {
                        margin-bottom: 15px;
                    }
                }

                &.expanded {
                    border-radius: 15px;

                    .title_1 {
                        display: block;
                    }
                }

                &.active {
                    flex: none;
                    width: 100%;
                    border-radius: 15px;

                    .title_1 {
                        &::after {
                            transform: rotate(180deg);
                        }
                    }

                    .cellContent {
                        display: block;
                        position: relative;
                        z-index: 1;
                        transform: none;
                        top: 0;
                        visibility: visible;
                    }
                }
            }
        }
    }

    .globalSec {
        .headingWrap {
            text-align: center;
        }
    }

    .csrSec {
        .csrItem {
            .csrInner {
                .csrContent {
                    .csrContentInner {
                        background-color: #fff;
                        box-shadow: 0 0 10px 0px #ccc;
                        padding: 15px;

                        h4 {
                            font-size: 24px;

                            a {
                                color: #000;
                            }
                        }

                        .textWrap {
                            p {
                                color: #000;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-box-orient: vertical;
                                -webkit-line-clamp: 2;
                            }
                        }

                        .btnOne {
                            background-color: #E30011;
                            color: #fff;
                        }
                    }
                }
            }
        }
    }

    .productSecWrap {
        .tabWrap {
            ul {
                li {
                    a {
                        padding: 10px 20px;
                        font-size: 17px;
                    }
                }
            }
        }
    }

    .productSec {
        .rightTextWrap {
            text-align: center;
        }
    }

    .mob_991 {
        display: block;
    }

    .desk_991 {
        display: none !important;
    }

    .accordionItem {
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;

        &:last-child {
            margin-bottom: 0px;
        }

        .accordionHead {
            padding: 12px 20px;
            background-color: #000000cc;
            position: relative;
            z-index: 1;
            backdrop-filter: blur(5px);

            &::after {
                content: "\f107";
                font-size: 16px;
                font-family: "FontAwesome";
                right: 20px;
                top: 12px;
                position: absolute;
                z-index: 1;
                color: #fff;
                transition: 0.5s;
            }

            h4 {
                color: #fff;
                margin-bottom: 0px;
                font-size: 22px;
            }
        }

        .accordionCont {
            padding: 50px 20px;
            position: relative;
            z-index: 1;
            display: none;

            &::before {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background-image: linear-gradient(-90deg, #0000004a 0 20%, #000000d9 70% 100%);
                content: "";
            }

            span {
                color: #E30011;
                position: relative;
                z-index: 1;
                margin-bottom: 5px;
            }

            h3 {
                color: #fff;
                font-size: 20px;
                font-weight: 600;
                position: relative;
                z-index: 1;
                margin-bottom: 10px;
            }

            ul.redList {
                li {
                    color: #fff;
                }
            }

            .textWrap {
                position: relative;
                z-index: 1;
                margin-bottom: 15px;

                p {
                    color: #fff;
                }
            }

            .btnWrap {
                position: relative;
                z-index: 1;
            }
        }

        .bgImg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;

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

        &:first-child {
            .accordionCont {
                display: block;
            }
        }

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

@media screen and (max-width: 768px) {
    .abtAdvDiv {
        .abtAdvDivRow {
            .abtAdvDivInn {
                .abtAdvHead {
                    font-size: 14px;
                }
            }
        }
    }

    .productSecWrap {
        padding: 20px;
        margin-top: 30px;
    }

    .mob_768 {
        display: block;
    }

    .desk_768 {
        display: none;
    }

    .productMobAcc {
        margin-bottom: 25px;

        &:last-child {
            margin-bottom: 0px;
        }

        .productMobHead {
            background-color: #000;
            border-radius: 6px;
            padding: 10px 20px;
            padding-right: 40px;
            position: relative;
            display: flex;
            align-items: center;

            .productMobIcon {
                width: 32px;
            }

            .productMobTitle {
                width: calc(100% - 32px);
                padding-left: 20px;
                color: #fff;
                font-size: 22px;
            }

            &::after {
                content: "\f107";
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                font-family: "FontAwesome";
                color: #fff;
                font-size: 20px;
            }
        }

        .productMobContent {
            padding: 20px;
            background-color: #f7f7f7;
            border-radius: 0 0 6px 6px;
            display: none;

            ul {
                li {
                    border-bottom: 1px solid #cecece;
                    padding-bottom: 5px;
                    margin-bottom: 5px;

                    a {
                        font-size: 20px;
                        display: block;
                        padding: 10px 0;
                        color: #3B3B3B;
                        position: relative;
                        padding-right: 25px;

                        &::after {
                            content: "\f105";
                            position: absolute;
                            right: 0px;
                            top: 50%;
                            transform: translateY(-50%);
                            font-family: "FontAwesome";
                            color: #010101;
                            font-size: 18px;
                            transition: 0.5s;
                        }
                    }

                    &:last-child {
                        border-bottom: none;
                        padding-bottom: 0px;
                        margin-bottom: 0px;
                    }
                }
            }
        }

        &:first-child {
            .productMobContent {
                display: block;
            }
        }

        &.active {
            .productMobHead {
                &::after {
                    transform: translateY(-50%) rotate(180deg);
                }
            }
        }
    }
}

@media screen and (max-width: 767px) {
    .bannerWrap {
        .bannerSLider {
            .banImg {
                height: 520px;
            }
        }

        .bannerContent {
            .bannerText {
                .subText {
                    font-size: 20px;
                }

                .bannerHeading {
                    font-size: 30px;
                    line-height: normal;
                    margin-bottom: 10px;
                }

                .bannerPara {
                    p {
                        font-size: 15px;
                        line-height: normal;
                    }
                }
            }
        }
    }

    .banner_thumbs {
        display: none;
    }

    .bannerWrap {
        .swiper-button-prev {
            left: calc(50% - 90px);
        }

        .swiper-button-next {
            right: calc(50% - 90px);
        }
    }
}

@media screen and (max-width: 650px) {
    .csrSec {
        .csrSlider {
            padding: 0 0 40px;
        }

        .slick-next,
        .slick-prev {
            bottom: 0;
        }
    }
}

@media screen and (max-width: 580px) {
    .bannerWrap {
        .bannerContent {
            .bannerText {
                .subText {
                    font-size: 20px;
                    margin-bottom: 15px;
                }

                .bannerHeading {
                    font-size: 30px;
                    margin-bottom: 20px;
                }
            }
        }
    }

    .abtAdvDiv {
        .abtAdvDivRow {
            .abtAdvDivCol {
                width: 50%;
            }
        }
    }

    .productSecWrap {
        padding: 20px 0;
    }
}

@media(max-width: 575px) {
    .bannerWrap {
        .bannerSLider {
            .banImg {
                height: 70vh;
            }
        }
    }
}

@media screen and (max-width: 480px) {
    .careerSec {
        .careerWrap {
            .careerInner {
                padding: 30px;

                .btnArea {
                    ul {
                        flex-wrap: wrap;
                    }
                }
            }
        }
    }

    .secHead {
        br {
            display: none;
        }
    }

    .productMobAcc {
        .productMobHead {
            .productMobIcon {
                width: 30px;
            }

            .productMobTitle {
                width: calc(100% - 30px);
                padding-left: 15px;
                font-size: 20px;
            }
        }
    }
}

@media screen and (max-width: 440px) {
    .bannerWrap {
        .bannerContent {
            .bannerText {
                .subText {
                    font-size: 18px;
                }

                .bannerHeading {
                    font-size: 22px;
                }

                .bannerPara {
                    p {
                        font-size: 14px;
                        line-height: 1.6;
                    }
                }
            }
        }
    }

    .abtAdvDiv {
        .abtAdvDivRow {
            .abtAdvDivCol {
                width: 100%;
            }

            .abtAdvDivInn {
                height: auto;
            }
        }
    }

    .salesSec {
        .salesInner {
            .salesIcon {
                width: 130px;
                height: 130px;

                .iconInner {
                    padding: 15px;
                }
            }
        }
    }

    .salesSec_2 {
        .accordionPro {
            .accordion-cell {
                .title_1 {
                    h4 {
                        font-size: 18px;
                    }

                    &::after {
                        top: 20px;
                    }
                }

                .cellContent {
                    span {
                        font-size: 16px;
                    }

                    h3 {
                        font-size: 24px;
                    }
                }
            }
        }
    }

    .careerSec {
        .careerWrap {
            .careerInner {
                .btnArea {
                    ul {
                        li {
                            a {
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
    }
}

/* end responisve */

/* start min-width */
@media(min-width: 1921px) {

    .productSecWrap {
        .tabWrap {
            ul {
                li {
                    a {
                        font-size: 20px;
                    }
                }
            }
        }

        .tabContentWrap {
            .productWrapInner {
                .productContent {
                    .productTitle {
                        font-size: 46px;
                    }
                }
            }
        }
    }

    /* end product */

    .bannerWrap {
        .banner_thumbs {

            .thumbInner {

                h4,
                .thumTitle {
                    font-size: 18px;
                }
            }
        }

        .swiper-button-prev {
            font-size: 18px;
        }

        .swiper-button-next {
            font-size: 18px;
        }
    }

    /* end banner */

    .abtAdvDiv {
        .abtAdvDivRow {
            .abtAdvDivInn {
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;

                .abtAdvImg {
                    width: 60px;
                    height: 60px;
                }

                .abtAdvHead {
                    font-size: 20px;
                }
            }
        }
    }

    /* end about */

    /* start sales */
    .salesSec {
        .salesInner {
            .salesContent {
                .h4 {
                    font-size: 26px;
                }
            }
        }
    }

    /* end sales */
}

@media(min-width: 2400px) {
    .bannerWrap {
        .banner_thumbs {
            width: 400px;
        }

        .swiper-button-prev {
            font-size: 20px;
            left: calc(50% - 300px);
        }

        .swiper-button-next {
            font-size: 20px;
            right: calc(50% - 300px);
        }

        .bannerContent {
            .bannerText {
                .bannerPara {
                    p {
                        font-size: 22px;
                    }
                }
            }
        }
    }

    .productSecWrap {
        .tabWrap {
            ul {
                li {
                    a {
                        font-size: 22px;
                    }
                }
            }
        }

        .tabContentWrap {
            .productWrapInner {
                .productContent {
                    .productTitle {
                        font-size: 48px;
                    }
                }
            }

            .tabFormWrap {
                select {
                    font-size: 18px;
                }
            }
        }
    }

    /* start sales */

    .salesSec_2 {
        .accordionPro {
            .accordion-cell {
                .title_1 {
                    h4 {
                        font-size: 26px;
                    }
                }

                .cellContent {
                    span {
                        font-size: 16px;
                    }

                    h3 {
                        font-size: 32px;
                    }
                }
            }
        }
    }

    .salesSec {
        .salesInner {
            .salesContent {
                .h4 {
                    font-size: 28px;
                }
            }
        }
    }

    /* end sales */

    /* start manufacture */
    .abtAdvDiv {
        .abtAdvDivRow {
            .abtAdvDivInn {
                .abtAdvImg {
                    width: 70px;
                    height: 70px;
                }

                .abtAdvHead {
                    font-size: 22px;
                }
            }
        }
    }

    /* end manufacture */

    /* presence section */
    .presenceSecInn {
        .pinPoint {
            &.indLoc {
                bottom: 51%;
                right: 28%;
            }

            &.brLoc {
                bottom: 28%;
                left: 34%;
            }

            &.usaLoc {
                top: 28%;
                left: 20%;
            }
        }
    }
}

@media(min-width: 2560px) {
    .bannerWrap {
        .banner_thumbs {
            width: 450px;

            .thumbInner {

                h4,
                .thumTitle {
                    font-size: 20px;
                }
            }
        }

        .swiper-button-prev {
            left: calc(50% - 320px);
        }

        .swiper-button-next {
            right: calc(50% - 320px);
        }

        .bannerContent {
            .bannerText {
                .bannerPara {
                    p {
                        font-size: 24px;
                        color: #fff;
                    }
                }
            }
        }
    }

    /* start manufacture */
    .abtAdvDiv {
        .abtAdvDivRow {
            .abtAdvDivInn {
                .abtAdvImg {
                    width: 80px;
                    height: 80px;
                }

                .abtAdvHead {
                    font-size: 24px;
                }
            }
        }
    }

    /* end manufacture */

    /* product */
    .productSecWrap {
        .tabWrap {
            ul {
                li {
                    a {
                        font-size: 24px;
                    }
                }
            }
        }

        .tabContentWrap {
            .productWrapInner {
                .productContent {
                    .productTitle {
                        font-size: 50px;
                    }
                }
            }

            .tabFormWrap {
                select {
                    font-size: 20px;
                }
            }
        }
    }

    /* end product */

    /* start sales */

    .salesSec_2 {
        .accordionPro {
            .accordion-cell {
                .title_1 {
                    h4 {
                        font-size: 28px;
                    }
                }

                .cellContent {
                    span {
                        font-size: 18px;
                    }

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

    .salesSec {
        .salesInner {
            .salesContent {
                .h4 {
                    font-size: 30px;
                }
            }
        }
    }

    /* end sales */
}

@media(min-width: 2880px) {

    .bannerWrap {
        .banner_thumbs {
            width: 500px;

            .thumbInner {

                h4,
                .thumTitle {
                    font-size: 22px;
                }
            }
        }

        .swiper-button-prev {
            left: calc(50% - 350px);
        }

        .swiper-button-next {
            right: calc(50% - 350px);
        }

        .bannerContent {
            .bannerText {
                .subText {
                    font-size: 38px;
                }

                .bannerHeading {
                    font-size: 70px;
                }

                .bannerPara {
                    p {
                        font-size: 26px;
                    }
                }
            }
        }
    }

    /* start manufacture */
    .abtAdvDiv {
        .abtAdvDivRow {
            .abtAdvDivInn {
                .abtAdvImg {
                    width: 90px;
                    height: 90px;
                }

                .abtAdvHead {
                    font-size: 26px;
                }
            }
        }
    }

    /* end manufacture */


    /* start product */
    .productSecWrap {
        .tabWrap {
            ul {
                li {
                    a {
                        font-size: 26px;
                    }
                }
            }
        }

        .tabContentWrap {
            .productWrapInner {
                .productContent {
                    .productTitle {
                        font-size: 52px;
                    }
                }
            }

            .tabFormWrap {
                select {
                    font-size: 22px;
                }
            }
        }
    }

    /* end product */

    /* start presence */
    .presenceSecInn {
        height: 830px;

        .wrldMapSvgWrap {
            .svgHolder {
                svg {
                    width: 1960px;
                }
            }
        }

        .pinPoint {
            &.indLoc {
                bottom: 55%;
                right: 28%;
            }

            &.brLoc {
                bottom: 32%;
                left: 35%;
            }

            &.usaLoc {
                top: 27%;
                left: 22%;
            }
        }
    }

    /* end presence */

    /* start sales */

    .salesSec_2 {
        .accordionPro {
            .accordion-cell {
                .title_1 {
                    h4 {
                        font-size: 30px;
                    }
                }

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

                    h3 {
                        font-size: 36px;
                    }
                }
            }
        }
    }

    .salesSec {
        .salesInner {
            .salesContent {
                .h4 {
                    font-size: 32px;
                }
            }
        }
    }

    /* end sales */
}

@media(min-width: 3840px) {
    .bannerWrap {
        .banner_thumbs {
            width: 550px;

            .thumbInner {
                .thumbImg {
                    width: 140px;
                }

                h4,
                .thumTitle {
                    width: calc(100% - 140px);
                    font-size: 28px;
                }
            }
        }

        .swiper-button-prev {
            font-size: 28px;
            left: calc(50% - 430px);
            padding: 3px 18px;
            padding-left: 66px;

            &::after {
                left: 0px;
                transform: translateY(-50%) rotate(180deg) scale(0.9);
            }

            &:hover {
                &::after {
                    transform: translateY(-50%) rotate(180deg) scale(1.4);
                }
            }
        }

        .swiper-button-next {
            font-size: 28px;
            right: calc(50% - 430px);
            padding: 3px 18px;
            padding-right: 66px;

            &::after {
                right: 0px;
                transform: translateY(-50%) scale(0.9);
            }

            &:hover {
                &::after {
                    transform: translateY(-50%) scale(1.4);
                }
            }
        }

        .bannerContent {
            .bannerText {
                .subText {
                    font-size: 46px;
                }

                .bannerHeading {
                    font-size: 96px;
                }

                .bannerPara {
                    p {
                        font-size: 34px;
                    }
                }
            }
        }
    }

    /* end banner */

    /* start manufacture */
    .abtAdvDiv {
        .abtAdvDivRow {
            .abtAdvDivInn {
                .abtAdvImg {
                    width: 100px;
                    height: 100px;
                }

                .abtAdvHead {
                    font-size: 30px;
                }
            }
        }
    }

    /* end manufacture */

    /* start product */
    .productSecWrap {
        .tabWrap {
            ul {
                li {
                    a {
                        font-size: 28px;
                    }
                }
            }
        }

        .tabContentWrap {
            .productWrapInner {
                .productContent {
                    .productTitle {
                        font-size: 54px;
                    }
                }
            }

            .tabFormWrap {
                select {
                    font-size: 25px;
                }
            }
        }
    }

    /* end product */

    /* start presence section */
    .presenceSecInn {
        height: 1060px;

        .wrldMapSvgWrap {
            height: 1070px;

            .svgHolder {
                svg {
                    width: 2560px;
                }
            }
        }

        .pinPoint {
            &.indLoc {
                bottom: 54%;
                right: 29%;
            }

            &.brLoc {
                bottom: 30%;
                left: 36%;
            }

            &.usaLoc {
                top: 30%;
                left: 22%;
            }
        }
    }

    /* end presence */

    /* start sales */
    .salesSec_2 {
        .accordionPro {
            .accordion-cell {
                .title_1 {
                    h4 {
                        font-size: 32px;
                    }
                }

                .cellContent {
                    span {
                        font-size: 24px;
                    }

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

    .salesSec {
        .salesInner {
            .salesIcon {
                width: 180px;
                height: 180px;
            }

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

    /* end sales */
}

/* end min-width */