#aboutUsBannerBotom {
    padding: 50px 0px
}

#aboutUsBanner {
    position: relative;
    margin-top: 0px;
    overflow: hidden;
    transition: 1s;
    contain: layout paint
}

#aboutUsBanner .aboutUsBannerImg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(0.85);
    transition: 1s
}

#aboutUsBanner:hover img {
    transform: scale(1)
}

#aboutUsBanner:hover .common_tile {
    color: #fff
}

.inner_intro_text_wrp {
    padding: 60px 0px
}

.inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
    font-size: 32px;
    line-height: 1.3
}

.inner_intro_text_wrp .container .inner_intro_rhs {
    padding-left: 45px
}

.inner_intro_text_wrp .container .inner_intro_rhs p {
    font-size: 16px;
    line-height: 24px
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 28px
    }

    .inner_intro_text_wrp .container .inner_intro_rhs {
        padding-left: 16px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .inner_intro_text_wrp {
        padding: 40px 0px
    }

    .inner_intro_text_wrp .container .inner_intro_rhs {
        padding-left: 0px
    }

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 24px;
        line-height: 1.3
    }

    .inner_intro_text_wrp .container .inner_intro_rhs p {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .inner_intro_text_wrp {
        padding: 40px 0px
    }

    .inner_intro_text_wrp .container .inner_intro_rhs {
        padding-left: 0px
    }

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 22px;
        line-height: 1.3
    }

    .inner_intro_text_wrp .container .inner_intro_rhs p {
        font-size: 14px;
        line-height: 20px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .inner_intro_text_wrp {
        padding: 40px 0px
    }

    .inner_intro_text_wrp .container .inner_intro_rhs {
        padding-left: 0px
    }

    .inner_intro_text_wrp .container .inner_intro_lhs .common_tile {
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: -0.4px;
        margin-bottom: 30px;
    }

    .inner_intro_text_wrp .container .inner_intro_rhs p {
        font-size: 14px;
        line-height: 20px;
        line-height: 1.5;
    }
}

.infoNos {
    border-radius: 15px;
    border: solid 1px rgba(0, 0, 0, .2);
    padding: 20px;
    position: relative;
    display: flex;
    height: 250px;
    flex-direction: column;
    justify-content: space-between;
    transition: 1s
}

.infoNos h3 {
    font-weight: var(--font-weight-200);
    font-size: 80px;
    margin: 0px
}

.infoNos h3.text-gradient1,
.infoNos h3.text-gradient2 {
    background-image: var(--text-gradient1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.infoNos h3.text-gradient2 {
    background-image: var(--text-gradient2)
}

.infoNos p {
    font-size: 22px;
    line-height: 26px
}

.infoNos:hover {
    box-shadow: var(--black-box-shadow1)
}

.aboutBanner2 {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden
}

.aboutBanner2 .container {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    height: 100%;
    z-index: 1;
    top: 0px;
    display: grid;
    place-content: end
}

.aboutBanner2 .container h3 {
    width: 440px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 90px;
    font-size: 32px;
    font-weight: 500
}

.aboutBanner2 .videoBt {
    position: absolute;
    left: 0px;
    bottom: 80px
}

#InneraboutBanner2 {
    width: 1400px;
    margin: auto;
    transition: all .4s ease
}

.fullscreen-banner2 {
    width: 100% !important
}

#teams {
    padding: 80px 0px
}

#teams .teamCards {
    display: block;
    margin-bottom: 50px
}

#teams .teamCards .teamimg {
    overflow: hidden;
    border-radius: 20px
}

#teams .teamCards .teamName {
    display: block;
    position: relative
}

#teams .teamCards .teamName h2 {
    color: #000;
    font-weight: 500;
    position: relative;
    transition: .2s;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0px
}

#teams .teamCards .teamName p {
    position: relative;
    transition: .2s;
    margin-bottom: 0px;
    padding-right: 60px;
    font-size: 14px;
    margin-bottom: 20px
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: none
}

.overlay.show {
    display: block
}

.c-dialog_content {
    display: flex;
    max-width: 100%;
    margin: auto;
    gap: 100px;
    position: relative
}

.c-dialog_content .profile-image {
    width: 400px;
    height: 470px;
    object-fit: cover;
    top: 0px;
    border-radius: 10px
}

.c-dialog_content .profile-text {
    max-width: 800px;
    padding-top: 130px
}

.c-dialog_content .container>.profile-text {
    flex: 1
}

.infoSlide {
    position: relative;
    width: 80%;
    height: 100%;
    padding: 40px 40px;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 9999;
    transition: right .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: auto
}

.infoSlide::before {
    content: "";
    position: absolute;
    background-color: #fbfbfb;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 300px
}

.infoSlide.open {
    right: 0
}

.infoSlide .closeInfoSlide {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url("../assets/images/close-cross2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

@media(max-width: 767px) {
    .infoSlide {
        width: 100%;
        padding: 50px 24px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .infoSlide {
        width: 90%;
        padding: 50px 24px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1199px) {
    .infoSlide {
        width: 90%;
        padding: 50px 50px
    }
}

.infoSlide .row {
    height: 100%;
    overflow: hidden
}

@media(max-width: 767px) {
    .infoSlide .row {
        overflow: auto
    }
}

.infoSlide .pro_img {
    margin-bottom: 3rem;
    position: sticky;
    top: 0px
}

.infoSlide h2 {
    font-weight: 500;
    font-size: 48px;
    letter-spacing: -0.25px;
    color: #e21e25;
    margin-bottom: 100px
}

.infoSlide h2 small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

@media(max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr
    }
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .c-dialog_content .profile-image {
        width: 300px;
        height: 260px
    }

    .c-dialog_content {
        gap: 60px
    }

    .infoSlide h2 {
        font-size: 36px
    }

    #teams .container {
        max-width: 1230px
    }

    #teams .teamCards .teamName h2 {
        font-size: 20px
    }

    .profile-text h4 {
        font-size: 22px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .c-dialog_content .profile-image {
        width: 300px;
        height: 260px
    }

    .c-dialog_content {
        gap: 60px
    }

    .infoSlide h2 {
        font-size: 42px
    }

    #teams .container {
        max-width: 1230px
    }

    #teams .teamCards .teamName h2 {
        font-size: 18px
    }

    .profile-text h4 {
        font-size: 22px
    }

    #stackingCards #coreValue .coreCards p {
        font-size: 13px
    }

    #stackingCards #coreValue .coreCards {
        height: 400px
    }

    #stackingCards #coreValue .coreValueSlider {
        margin-top: 40px
    }

    #stackingCards #coreValue {
        padding: 40px 0px
    }

    #stackingCards #card-2 .container .innermanufacturing {
        height: 70% !important
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #teams .teamCards .teamName {
        padding: 10px
    }

    #teams .teamCards .teamName h2 {
        font-size: 28px
    }

    #teams .teamCards .teamName .TeamBtn {
        padding: 5px 15px;
        right: 20px;
        bottom: 20px
    }

    #teams .teamCards .teamName p {
        font-size: 16px;
        padding-right: 56px;
        line-height: 19px;
        padding-bottom: 20px
    }

    .c-dialog_content .profile-image {
        width: 238px;
        height: 290px
    }

    .infoSlide {
        gap: 40px;
        padding: 30px 20px
    }

    .c-dialog_content {
        gap: 50px
    }

    .infoSlide h2 {
        font-size: 36px
    }

    .c-dialog_content .profile-text {
        max-width: 500px;
        padding-top: 130px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .c-dialog_content {
        display: block
    }

    .c-dialog_content .profile-image {
        height: auto;
        position: relative
    }

    .infoSlide h2 {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 30px
    }

    #teams .teamCards .teamName p {
        padding-right: 55px
    }

    #teams .teamCards .teamName {
        padding-right: 70px
    }

    .c-dialog_content .profile-text {
        max-width: 800px;
        padding-top: 0px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    #teams {
        padding: 30px 0px
    }

    #teams .teamCards {
        display: block;
        margin-bottom: 20px
    }

    #teams .teamCards .teamName {
        width: 100%;
        padding: 12px
    }

    #teams .teamCards .teamName h2 {
        font-size: 26px
    }

    #teams .teamCards .teamimg {
        width: 100%
    }

    #teams .teamCards .teamName .TeamBtn {
        bottom: 10px;
        padding: 3px 14px;
        right: 0px
    }

    #teams .teamCards .teamName p {
        font-size: 16px;
        padding-right: 40px
    }

    .infoSlide {
        width: 100%;
        padding: 10px 0px
    }

    .c-dialog_content {
        display: block;
        padding: 10px
    }

    .infoSlide h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .c-dialog_content .profile-image {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        height: auto
    }

    .infoSlide .closeInfoSlide {
        top: 20px;
        z-index: 1;
        right: 10px;
        background-size: 20px
    }

    .c-dialog_content .profile-text {
        max-width: 800px;
        padding-top: 10px
    }

    .c-dialog_content .profile-text h4 {
        font-size: 18px;
    }

    .c-dialog_content p {
        font-size: var(--fs-14);
        line-height: 21px;
    }
}

.lineTitle {
    position: relative
}

.lineTitle:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 50%
}

.lineTitle span {
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
    position: relative;
    padding-right: 10px;
    padding-left: 20px;
    background-color: #fff
}

.lineTitle span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 10px;
    height: 10px;
    background-color: var(--red);
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    margin-right: 5px;
    overflow: hidden;
    transition: .5s;
    transform: translate(0px, 7px)
}

#vision {
    padding-bottom: 80px
}

#vision .visionBanner {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px
}

#vision .visionDetails .visionText {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2
}

#mission {
    padding-bottom: 80px
}

#mission .lineTitle {
    position: relative
}

#mission .lineTitle:before {
    width: 90%
}

#mission .swiper-button-next,
#mission .swiper-button-prev {
    top: 10px
}

#mission .swiper-button-prev {
    left: inherit;
    right: 70px
}

#mission .swiper-button-next:after,
#mission .swiper-button-prev:after {
    display: none
}

#mission .missionCards {
    background-color: #eaeef2;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    display: grid;
    place-content: space-between;
    height: 300px
}

#mission .missionCards .missionIcon {
    position: absolute;
    right: 20px;
    top: 20px
}

#mission .missionCards .missionIcon img {
    width: 70px
}

#mission .missionCards h3 {
    font-size: 20px;
    color: #000;
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px
}

#mission .missionSlider {
    margin-top: 50px
}

#mission .missionSlider .swiper-slide:nth-child(even) .missionCards {
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, .2);
    height: 400px
}

#coreValue {
    background-color: #e21e25;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    height: 100vh
}

#coreValue .coreCards {
    border: solid 1px hsla(0, 0%, 100%, .2);
    padding: 20px;
    height: 100%;
    text-align: center;
    height: 490px;
    transition: .5s
}

#coreValue .coreCards .coreIcon {
    padding: 13px 0px
}

#coreValue .coreCards .coreIcon svg path {
    transition: .5s
}

#coreValue .coreCards h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px;
    transition: .5s
}

#coreValue .coreCards p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

#coreValue .coreCards ul {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

#coreValue .coreCards ul li {
    font-size: 14px;
    color: #000;
}

#coreValue .coreCards .whiteArrow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    margin: auto;
    width: fit-content;
    transition: .5s
}

#coreValue .coreCards:hover {
    background-color: #fff
}

#coreValue .coreCards:hover .coreIcon svg path {
    fill: #e21e25
}

#coreValue .coreCards:hover h3 {
    color: #000
}

#coreValue .coreCards:hover p,
#coreValue .coreCards:hover ul {
    opacity: 1;
    visibility: visible
}

#coreValue .coreCards:hover .whiteArrow {
    opacity: 0;
    visibility: hidden
}

#coreValue .coreValueSlider {
    margin-top: 70px
}

#coreValue .CardsBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s ease;
    background-size: cover;
    background-position: center;
    z-index: 1
}

#coreValue .CardsBg.active {
    opacity: 1
}

:root {
    --card-height: 65vw;
    --card-margin: 0vw;
    --card-top-offset: 1em;
    --numcards: 2;
    --outline-width: 0px
}

#stackingCards {
    position: relative;
    background-color: #eaeef2
}

#stackingCards #cards {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--numcards), var(--card-height));
    gap: var(--card-margin);
    padding-bottom: calc(var(--numcards)*var(--card-top-offset));
    margin-bottom: var(--card-margin);
    margin: 0px;
    padding: 0px
}

#stackingCards #card-1 {
    --index: 1
}

#stackingCards #card-2 {
    --index: 2
}

#stackingCards #card-2 .container {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 100%;
    margin: auto
}

#stackingCards #card-2 .container .innermanufacturing {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 30px;
    background-color: #fff;
    width: 550px;
    max-width: 100%
}

#stackingCards #card-2 .container .innermanufacturing .common_tile {
    margin-bottom: 20px
}

#stackingCards .card {
    position: sticky;
    top: 0;
    border: none;
    box-shadow: none
}

#stackingCards .card-content {
    background: #fffaf2;
    color: #131212;
    border-radius: 2rem;
    overflow: hidden;
    display: grid;
    grid-template-areas: "text img";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: stretch;
    padding: 1.4em
}

#stackingCards .card-content>div {
    grid-area: text;
    width: 95%;
    max-width: 800px;
    place-self: center;
    text-align: left;
    display: grid;
    gap: 1em;
    place-items: start
}

#stackingCards .card-content>figure {
    grid-area: img;
    overflow: hidden
}

#stackingCards .card-content>figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .4em
}

@supports(animation-timeline: works) {
    @scroll-timeline cards-element-scrolls-in-body {
        #stackingCards {
            source: selector(body);
            scroll-offsets: selector(#cards) start 1, selector(#cards) start 0;
            start: selector(#cards) start 1;
            end: selector(#cards) start 0;
            time-range: 4s
        }
    }

    #stackingCards .card {
        --index0: calc(var(--index) - 1);
        --reverse-index: calc(var(--numcards) - var(--index0));
        --reverse-index0: calc(var(--reverse-index) - 1)
    }

    #stackingCards .card__content {
        transform-origin: 50% 0%;
        will-change: transform;
        --duration: calc(var(--reverse-index0) * 1s);
        --delay: calc(var(--index0) * 1s);
        animation: var(--duration) linear scale var(--delay) forwards;
        animation-timeline: cards-element-scrolls-in-body
    }

    @keyframes scale {
        to {
            transform: scale(calc(1.1 - 0.1 * var(--reverse-index)))
        }
    }
}

#stackingCards .swiper-pagination {
    position: relative;
    margin-top: 20px
}

#stackingCards .swiper-pagination-bullet-active {
    background-color: #fff
}

#Latestawards {
    background-color: #eaeef2;
    padding: 80px 0px;
    position: relative;
    z-index: 1;
    margin-top: -275px
}

#Latestawards .latestAwardsSlider {
    margin-top: 50px
}

#Latestawards .latestewsCards {
    display: block
}

#Latestawards .latestewsCards .latest-awards-pic {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px
}

#Latestawards .latestewsCards p {
    font-size: 15px;
    line-height: 1
}

#Latestawards .swiper-pagination {
    position: relative;
    margin-top: 10px
}

#Latestawards .swiper-pagination-bullet-active {
    background-color: var(--red)
}

@media(max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr
    }
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .c-dialog_content .profile-image {
        width: 300px;
        height: 260px
    }

    .c-dialog_content {
        gap: 60px
    }

    .infoNos {
        height: 150px;
        margin-bottom: 20px;
        padding: 10px
    }

    .infoNos h3 {
        font-size: 60px
    }

    .infoNos p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px
    }

    #teams .container {
        max-width: 1230px
    }

    #teams .teamCards .teamName h2 {
        font-size: 20px
    }

    .profile-text h4 {
        font-size: 22px
    }

    :root {
        --card-height: 70vw
    }

    #stackingCards #card-2 .container .innermanufacturing {
        height: 74%
    }

    #Latestawards {
        margin-top: -283px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .c-dialog_content .profile-image {
        width: 300px;
        height: 260px
    }

    .c-dialog_content {
        gap: 60px
    }

    #teams .container {
        max-width: 1230px
    }

    #teams .teamCards .teamName h2 {
        font-size: 18px
    }

    .profile-text h4 {
        font-size: 22px
    }

    .infoNos {
        height: 200px
    }

    .infoNos h3 {
        font-size: 60px
    }

    .infoNos p {
        font-size: 16px;
        line-height: 24px
    }

    p {
        font-size: var(--fs-13);
        line-height: 1.5
    }

    .inner_intro_text_wrp .container .inner_intro_rhs p {
        font-size: 13px
    }

    .common-cta {
        font-size: 13px
    }

    .common-cta .arrow {
        transform: translate(0px, 5px)
    }

    .aboutBanner2 .container h3 {
        font-size: 26px
    }

    .aboutBanner2 .videoBt img {
        width: 160px
    }

    .infoNos {
        height: 150px;
        margin-bottom: 20px;
        padding: 10px
    }

    .infoNos h3 {
        font-size: 60px
    }

    .infoNos p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px
    }
}


/* iPad Air — landscape only */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    #inner-Product-banner .container .bannerText h1 {
        font-size: 32px !important;
    }

    #stackingCards .card {
        position: relative;
    }



    #coreValue .CardsBg,
    #stackingCards .card {
        position: relative
    }

    #stackingCards #cards {
        display: block
    }

    #coreValue {
        height: auto;
        padding: 50px 0px
    }

    :root {
        --card-height: 100%;
        --card-margin: 0vw;
        --card-top-offset: 1em;
        --numcards: 1;
        --outline-width: 0px
    }

    #coreValue .CardsBg {
        display: none
    }

    #coreValue .coreValueSlider {
        margin-top: 30px
    }

    #coreValue .coreCards {
        height: 300px;
        padding: 7px
    }

    #coreValue .coreCards ul li {
        color: #fff;
    }

    #coreValue .coreCards ul {
        text-align: left;
        opacity: 1;
        visibility: visible;
        transition: .5s;
    }

    #coreValue .coreCards p {
        opacity: 1;
        visibility: visible;
        color: #fff;
        font-size: 12px
    }

    #coreValue .coreCards .whiteArrow {
        display: none
    }

    #stackingCards #card-2 .container {
        position: relative
    }

    #Latestawards {
        margin-top: 0px
    }

    #stackingCards #card-2 .container .innermanufacturing {
        padding: 20px 0px
    }

    #stackingCards #card-2 .container .innermanufacturing p {
        font-size: 16px
    }

    #Latestawards {
        padding: 40px 0px
    }

    #coreValue .coreCards:hover {
        background-color: rgba(0, 0, 0, 0)
    }

    #coreValue .coreCards:hover .coreIcon svg path {
        fill: #fff
    }

    #coreValue .coreCards:hover h3 {
        color: #fff
    }

    #stackingCards #card-2 .container .innermanufacturing {
        width: 100%
    }



}

/* iPad Air — Portrait only */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}


@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #teams .teamCards .teamName {
        padding: 10px
    }

    #teams .teamCards .teamName h2 {
        font-size: 26px
    }

    #teams .teamCards .teamName .TeamBtn {
        padding: 5px 15px;
        right: 20px;
        bottom: 20px
    }

    #teams .teamCards .teamName p {
        font-size: 16px;
        padding-right: 56px;
        line-height: 19px;
        padding-bottom: 20px
    }

    .c-dialog_content .profile-image {
        width: 238px;
        height: 290px
    }

    .infoSlide {
        gap: 40px;
        padding: 30px 20px
    }

    .c-dialog_content {
        gap: 50px
    }

    .infoSlide h2 {
        font-size: 36px
    }

    .c-dialog_content .profile-text {
        max-width: 500px;
        padding-top: 130px
    }

    #coreValue .CardsBg,
    #stackingCards .card {
        position: relative
    }

    #stackingCards #cards {
        display: block
    }

    #coreValue {
        height: auto;
        padding: 50px 0px
    }

    :root {
        --card-height: 100%;
        --card-margin: 0vw;
        --card-top-offset: 1em;
        --numcards: 1;
        --outline-width: 0px
    }

    #coreValue .CardsBg {
        display: none
    }

    #coreValue .coreValueSlider {
        margin-top: 30px
    }

    #coreValue .coreCards {
        height: 300px;
        padding: 7px
    }

    #coreValue .coreCards ul li {
        color: #fff;
    }

    #coreValue .coreCards ul {
        text-align: left;
        opacity: 1;
        visibility: visible;
        transition: .5s;
    }

    #coreValue .coreCards p {
        opacity: 1;
        visibility: visible;
        color: #fff;
        font-size: 12px
    }

    #coreValue .coreCards .whiteArrow {
        display: none
    }

    #stackingCards #card-2 .container {
        position: relative
    }

    #Latestawards {
        margin-top: 0px
    }

    #stackingCards #card-2 .container .innermanufacturing {
        padding: 20px 0px
    }

    #stackingCards #card-2 .container .innermanufacturing p {
        font-size: 16px
    }

    #Latestawards {
        padding: 40px 0px
    }

    #coreValue .coreCards:hover {
        background-color: rgba(0, 0, 0, 0)
    }

    #coreValue .coreCards:hover .coreIcon svg path {
        fill: #fff
    }

    #coreValue .coreCards:hover h3 {
        color: #fff
    }

    #stackingCards #card-2 .container .innermanufacturing {
        width: 100%
    }

    .infoNos {
        height: 150px;
        margin-bottom: 20px;
        padding: 10px
    }

    .infoNos h3 {
        font-size: 60px
    }

    .infoNos p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px
    }

    #inner-Product-banner {
        margin-top: 100px;
    }

    .infoNos p {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .infoNos h3 {
        font-size: 60px !important;
    }

    #vision .visionDetails .visionText {
        font-size: 30px;
    }

    #mission .missionCards p {
        font-size: 16px;
        line-height: 24px;
    }

    #inner-Product-banner {
        margin-top: 100px !important;
    }

    #coreValue .coreCards ul {
        text-align: left;
        opacity: 1;
        visibility: visible;
        transition: .5s;
    }

}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .c-dialog_content {
        display: block
    }

    .c-dialog_content .profile-image {
        height: auto;
        position: relative
    }

    .infoSlide h2 {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 30px
    }

    #teams .teamCards .teamName p {
        padding-right: 55px
    }

    #teams .teamCards .teamName {
        padding-right: 70px
    }

    .c-dialog_content .profile-text {
        max-width: 800px;
        padding-top: 0px
    }

    .infoNos {
        height: 150px;
        margin-bottom: 20px;
        padding: 10px
    }

    .infoNos h3 {
        font-size: 60px
    }

    .infoNos p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px
    }

    .aboutBanner2 .container h3 {
        font-size: 26px
    }

    .aboutBanner2 .videoBt img {
        width: 150px
    }

    #teams {
        padding: 40px 0px
    }

    #vision .visionDetails .visionText {
        font-size: 24px
    }

    #mission .lineTitle:before {
        width: 80%
    }

    #mission .missionCards .missionIcon img {
        width: 50px
    }

    #coreValue .CardsBg,
    #stackingCards .card {
        position: relative
    }

    #stackingCards #cards {
        display: block
    }

    #coreValue {
        height: auto;
        padding: 50px 0px
    }

    :root {
        --card-height: 100%;
        --card-margin: 0vw;
        --card-top-offset: 1em;
        --numcards: 1;
        --outline-width: 0px
    }

    #coreValue .CardsBg {
        display: none
    }

    #coreValue .coreValueSlider {
        margin-top: 30px
    }

    #coreValue .coreCards {
        height: 420px;
        padding: 7px
    }

    #coreValue .coreCards p {
        opacity: 1;
        visibility: visible;
        color: #fff
    }

    #coreValue .coreCards .whiteArrow {
        display: none
    }

    #stackingCards #card-2 .container {
        position: relative
    }

    #Latestawards {
        margin-top: 0px
    }

    #stackingCards #card-2 .container .innermanufacturing {
        padding: 20px 0px
    }

    #stackingCards #card-2 .container .innermanufacturing p {
        font-size: 16px
    }

    #Latestawards {
        padding: 40px 0px
    }

    #coreValue .coreCards:hover {
        background-color: rgba(0, 0, 0, 0)
    }

    #coreValue .coreCards:hover .coreIcon svg path {
        fill: #fff
    }

    #coreValue .coreCards:hover h3 {
        color: #fff
    }

    .innermanufacturing .common-cta .arrow {
        transform: translate(0px, 9px);
    }

    #inner-Product-banner {
        margin-top: 100px !important;
    }

}

@media(min-width: 320px)and (max-width: 767px) {
    #teams {
        padding: 30px 0px
    }

    #teams .teamCards {
        display: block;
        margin-bottom: 20px
    }

    #teams .teamCards .teamName {
        width: 100%;
        padding: 12px
    }

    #teams .teamCards .teamName h2 {
        font-size: 26px
    }

    #teams .teamCards .teamimg {
        width: 100%
    }

    #teams .teamCards .teamName .TeamBtn {
        bottom: 10px;
        padding: 3px 14px;
        right: 0px
    }

    #teams .teamCards .teamName p {
        font-size: 16px;
        padding-right: 40px
    }

    .infoSlide {
        width: 100%;
        padding: 10px 0px
    }

    .c-dialog_content {
        display: block;
        padding: 10px
    }

    .infoSlide h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .c-dialog_content .profile-image {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        height: auto
    }

    .infoSlide .closeInfoSlide {
        top: 20px;
        z-index: 1;
        right: 10px;
        background-size: 20px
    }

    .c-dialog_content .profile-text {
        max-width: 800px;
        padding-top: 10px
    }

    .infoNos {
        height: 150px;
        margin-bottom: 20px;
        padding: 10px
    }

    .infoNos h3 {
        font-size: 50px
    }

    .infoNos p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px
    }

    #InneraboutBanner2 {
        width: 100%;
        margin: auto;
        transition: all .4s ease
    }

    .aboutBanner2 {
        background-color: var(--red);
        overflow: hidden
    }

    .aboutBanner2 .container,
    .aboutBanner2 .videoBt {
        position: relative
    }

    .aboutBanner2 .container {
        padding: 15px
    }

    .aboutBanner2 .container h3 {
        width: 100%;
        font-size: 24px;
        margin-bottom: 20px
    }

    .aboutBanner2 .videoBt {
        bottom: 0px;
        width: fit-content
    }

    .aboutBanner2 .videoBt img {
        width: 130px
    }

    #vision .visionDetails .visionText {
        font-size: 22px;
        line-height: 1.4;
        margin-top: 10px;
    }

    #mission .lineTitle:before {
        width: 220px
    }

    #mission .swiper-button-next {
        right: 20px
    }

    #mission .swiper-button-prev {
        right: 65px
    }

    #mission .missionSlider {
        margin-top: 30px;
    }

    #mission {
        padding-bottom: 0px
    }

    #mission .missionSlider .swiper-slide {
        margin-bottom: 30px
    }

    #mission .missionSlider .swiper-slide:nth-child(even) .missionCards,
    #mission .missionCards {
        height: 100%
    }

    #mission .missionCards .missionIcon img {
        width: 50px
    }

    #mission .missionCards p {
        font-size: var(--fs-16);
        line-height: 1.4;
    }

    #Latestawards .latestewsCards p {
        line-height: 1.4;
    }

    #mission .missionCards {
        height: 300px !important
    }

    #coreValue .CardsBg,
    #stackingCards .card {
        position: relative
    }

    #stackingCards #cards {
        display: block
    }

    #coreValue {
        height: auto;

        padding: 50px 0px;
    }

    :root {
        --card-height: 100%;
        --card-margin: 0vw;
        --card-top-offset: 1em;
        --numcards: 1;
        --outline-width: 0px
    }

    #coreValue .CardsBg {
        display: none
    }

    #coreValue .coreValueSlider {
        margin-top: 30px
    }

    #coreValue .coreCards {
        height: auto;
        padding: 0px;
        background-color: #fff;
        border: none;
        height: 635px;
    }

    #coreValue .coreCards p {
        opacity: 1;
        visibility: visible;
        /* color: #fff */
    }

    #stackingCards .card {}

    .coreIcon svg path {
        fill: #000
    }

    #coreValue .coreCards h3 {
        color: #000;
        padding-top: 0px;
    }

    #coreValue .coreCards .whiteArrow {
        display: none
    }

    #stackingCards #card-2 .container {
        position: relative
    }

    #Latestawards {
        margin-top: 0px
    }

    #stackingCards #card-2 .container .innermanufacturing {
        padding: 30px 0px
    }

    #stackingCards #card-2 .container .innermanufacturing p {
        font-size: 16px
    }

    #Latestawards {
        padding: 40px 0px
    }

    #coreValue .coreCards:hover {
        background-color: rgba(0, 0, 0, 0)
    }

    #coreValue .coreCards:hover .coreIcon svg path {
        fill: #fff
    }

    #coreValue .coreCards:hover h3 {
        color: #fff
    }
}

#wearthermax {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

#wearthermax .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    pointer-events: none;
}

#wearthermax .weartherImg {
    transform: scale(0.8);
    transition: transform 1s ease;
    will-change: transform;
}

#wearthermax.in-view .weartherImg {
    transform: scale(1);
}

#wearthermax .weartherImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #wearthermax .weartherImg:hover {
    transform: scale(1)
} */

/* #wearthermax .playbt:hover .weartherImg {
    transform: scale(1)
}
 */
#wearthermax h2 {
    font-size: 80px;
    line-height: 85px;
    position: absolute;
    bottom: 230px;
    left: 0px;
    color: var(--White)
}

#wearthermax .playbt {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#wearthermax .project-card>.card-body .g_visual_wrap {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative
}

#wearthermax .project-card>.card-body .g_visual_wrap .img-project {
    opacity: 0;
    width: 100%;
    height: 100%
}

#wearthermax .project-card>.card-body .g_visual_wrap .mask {
    background-size: cover;
    background-position: center;
    transform: scale(1.005)
}

#wearthermax .project-card>.card-body .g_visual_wrap>* {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%
}

#wearthermax .image-container {
    position: relative;
    width: 110%;
    height: 110%
}

#wearthermax .polygons-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

#wearthermax .polygon {
    position: absolute;
    background-color: #fff
}

#wearthermax .revealed-image {
    width: 100%;
    height: 100%;
    display: block
}

#wearethermax_two {
    padding-top: 80px;
    padding-bottom: 80px
}

#wearethermax_two .desc {
    font-size: var(--fs-34);
    font-weight: var(--font-weight-500);
    line-height: 43px
}

#wearethermax_two .desc strong {
    color: var(--grey);
    font-weight: var(--font-weight-500)
}

#wearethermax_two p {
    font-weight: var(--font-weight-500)
}

#wearethermax_two .mask {
    width: 100%;
    height: 115%;
    position: absolute;
    background: #161616;
    left: 0;
    top: 0;
    opacity: .8
}

@media(min-width: 1600px)and (max-width: 1919px) {
    #wearthermax .weartherImg {
        transform: scale(0.92)
    }
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #wearthermax .weartherImg {
        transform: scale(0.94)
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {

    #wearthermax .weartherImg {
        transform: scale(0.9)
    }
}

@media(resolution: 1.25dppx) {
    #wearthermax .weartherImg {
        transform: scale(0.9)
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {

    #wearthermax h2,
    .common_tile,
    #HomeInvestors .container .nse_bse .nos {
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 45px
    }

    #wearthermax .weartherImg {
        transform: scale(0.9)
    }

    #wearthermax .weartherImg a img {
        width: 100%;
        height: 630px;
        object-fit: cover
    }

    #wearthermax .image-container {
        width: 100%;
        height: 100%
    }

    #wearthermax h2 {
        bottom: 70px;
        left: 40px
    }

    #wearthermax .playbt {
        transform: scale(0.6)
    }

    #wearethermax_two {
        padding-top: 13px;
        padding-bottom: 30px
    }

    #wearethermax_two .desc {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {

    #wearthermax h2,
    .common_tile,
    #HomeInvestors .container .nse_bse .nos {
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 45px
    }

    #wearthermax .weartherImg {
        transform: scale(0.9)
    }

    #wearthermax .weartherImg a img {
        width: 100%;
        height: 630px;
        object-fit: cover
    }

    #wearthermax .image-container {
        width: 100%;
        height: 100%
    }

    #wearthermax h2 {
        bottom: 70px;
        left: 40px
    }

    #wearthermax .playbt {
        transform: scale(0.6)
    }

    #wearethermax_two {
        padding-top: 13px;
        padding-bottom: 30px
    }

    #wearethermax_two .desc {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px
    }

}

@media(min-width: 320px)and (max-width: 767px) {

    #IntroText .introTextLSH h1,
    #IntroText .introTextLSH .rotating-text p .word,
    #wearthermax h2,
    .common_tile,
    #HomeInvestors .container .nse_bse .nos {
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 45px
    }


    #wearthermax .weartherImg {
        transform: scale(0.9)
    }

    #wearthermax .weartherImg a img {
        width: 100%;
        height: 630px;
        object-fit: cover
    }

    #wearthermax .image-container {
        width: 100%;
        height: 100%
    }

    #wearthermax h2 {
        bottom: 70px;
        left: 40px
    }

    /*   #wearthermax .playbt {
        transform: scale(0.6)
    } */

    #wearthermax .playbt {
        width: 50px;
        height: 50px;
    }

    #wearthermax .playbt img {
        width: 100%;
    }

    #wearethermax_two {
        padding-top: 0px;
        padding-bottom: 30px
    }

    #wearethermax_two .desc {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px
    }

    #aboutUsBannerBotom {
        padding-top: 140px !important;
        padding-bottom: 0px;
    }

    #wearthermax {
        margin-top: 0px;
    }

    #wearthermax h2 {
        bottom: 40px;
        left: 40px;
        font-size: 20px;
        line-height: 20px;
    }

    .infoNos h3 {
        font-size: 50px !important;
    }

    .infoNos p {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    #aboutUsBannerBotom {
        padding-top: 140px !important;
    }

}



#inner-Product-banner {
    position: relative;
    height: auto;
    overflow: hidden;
    line-height: 0px;
    border-radius: 16px;
    width: 90%;
    margin: auto;
    margin-top: 170px;
    transition: 1s
}

#inner-Product-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(255, 255, 255, 0) 100%);
}


#inner-Product-banner .container {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 60px
}

#inner-Product-banner .container .bannerText {
    width: 640px;
    max-width: 100%
}

#inner-Product-banner .container .bannerText h1 {
    font-size: var(--fs-72);
    color: var(--White);
    line-height: 1;
    margin: 0px;
    font-weight: var(--font-weight-500);
    margin-bottom: 20px
}

#inner-Product-banner .container .bannerText .bannerDesc {
    font-size: var(--fs-24);
    color: var(--White);
    margin: 0px;
    line-height: 1.2;
    font-weight: var(--font-weight-500)
}

#inner-Product-banner.banner_active {
    width: 98%
}

#inner-Product-banner .common-cta {
    position: absolute;
    right: 0px;
    bottom: 70px;
    color: var(--White);
    margin-top: 25px;
    line-height: 26px;
    font-weight: 300
}

#inner-Product-banner .common-cta .arrow {
    display: grid;
    place-content: center
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #inner-Product-banner .container .bannerText {
        width: 580px;
        padding: 0px 40px
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-56)
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-18)
    }

    #inner-Product-banner.banner_active {
        width: 95%;
    }

    #coreValue .coreCards {
        height: 400px;
    }

    #coreValue .coreCards ul {
        margin: 0px;
        padding: 0px;
        padding-left: 17px;
    }

    #coreValue .coreCards ul li {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #inner-Product-banner .container .bannerText {
        width: 500px
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: var(--fs-56)
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-18)
    }

    #inner-Product-banner.banner_active {
        width: 95%;
    }

    #coreValue .coreCards ul {
        margin: 0px;
        padding: 0px;
        padding-left: 17px;
    }

    #coreValue .coreCards ul li {
        font-size: 12px;
    }

}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #inner-Product-banner .container {
        padding-bottom: 20px
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: 32px
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-16)
    }

    #inner-Product-banner {
        margin-top: 100px !important;
    }

}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    #inner-Product-banner .container {
        padding-bottom: 20px
    }

    #inner-Product-banner .container .bannerText {
        display: grid;
        place-content: end
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: 32px
    }

    .inner_intro_text_wrp .infoNos {
        padding: 10px;
        height: 200px;
    }

    .inner_intro_text_wrp .infoNos h3 {
        font-size: 54px;
    }

    .inner_intro_text_wrp .infoNos p {
        font-size: 16px;
        line-height: 20px;
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-16)
    }

    #inner-Product-banner .common-cta {
        position: relative;
        bottom: 0px;
        font-size: 15px
    }

    #coreValue .coreCards ul {
        opacity: 1;
        visibility: visible;
    }

    #coreValue .coreCards ul li {
        color: #fff;
    }

    #inner-Product-banner {
        margin-top: 100px !important;
    }

}

@media(min-width: 320px)and (max-width: 767px) {
    #inner-Product-banner .container {
        padding-bottom: 20px;
        display: grid;
        place-content: inherit;
    }

    #inner-Product-banner .container .bannerText {
        width: 100%
    }

    #inner-Product-banner .container .bannerText h1 {
        font-size: 28px;
    }

    #inner-Product-banner .container .bannerText .bannerDesc {
        font-size: var(--fs-12)
    }

    #inner-Product-banner .common-cta {
        position: relative;
        bottom: 0px;
        font-size: 15px
    }

    #inner-Product-banner.banner_active {
        width: 93%;
    }

    #inner-Product-banner {
        margin-top: 90px;
    }

    #coreValue .coreCards ul {
        opacity: 1;
        visibility: visible;
        padding-bottom: 10px;
        padding-right: 20px;
    }

    #coreValue .coreCards ul li {
        color: #000;
        margin-bottom: 7px;
    }

    .inner_intro_text_wrp .infoNos {
        padding: 10px;
        height: 150px;
    }

    .inner_intro_text_wrp .mt-5 {
        margin-top: 1rem !important;
    }

    #wearthermax.in-view .weartherImg {
        transform: scale(1);
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
        width: 90%;
        margin: auto;
    }

    #vision .visionBanner {
        height: 340px;
    }

    #vision .visionBanner img {
        height: 100%;
        object-fit: cover;
    }

    #mission .swiper-button-next,
    #mission .swiper-button-prev {
        width: 36px;
    }

    #mission .swiper-button-next img,
    #mission .swiper-button-prev img {
        width: 100%;
    }

    .coreValueSlider .mobileImg {
        height: 260px;
        border-radius: 0px;
        overflow: hidden;
    }

    .coreValueSlider .mobileImg img {
        height: 100%;
        object-fit: cover;
    }

    #stackingCards #card-2 img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

}


#Latestawards .common-cta {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}