* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --width78: 78%;
    --maxwidth: 1440px;
    --dlinecolor: rgba(198, 197, 197, 0.34);
    --bordercolor: rgba(198, 197, 197, 0.34);
}

.alert-danger {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2em;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2em;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

body {
    background: #F2F2F2;
}

main {
    max-width: var(--maxwidth);
    margin: auto;
}

html {
    font-size: 62.5%;
}

.cutcut {
    clip-path: polygon(100% 0, 100% 84%, 71.5% 100%, 0 100%, 0 0);
}

.banncont_more {
    width: 100%;
    background: #2E2E2E;
}

.bannercont {
    max-width: var(--maxwidth);
    margin: auto;
    /* height: 90vh; */
    position: relative;
    cursor: none;
    /* ffff */
}

.cursor {
    position: fixed;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    mix-blend-mode: difference;
    transform: scale(0);
    z-index: 1;
}

.bannercont:hover .cursor {
    transform: scale(5);
}

.cursor p {
    font-weight: 700;
    font-size: 3px;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #000000;
    opacity: 0.6;
}

.mcursor {
    display: none;
}

.bannervideocont {
    width: 100%;
    /* max-height: 90vh; */
}

.aboutheroimg {
    width: 100%;
    max-height: 90vh;
}

.aboutheroinfo {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    padding-left: 11%;
}

.sotrytxt {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.2em;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.holistictxt {
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.9rem;
    color: #FFFFFF;
    width: 45%;
    margin-top: 0.5rem;
}

.holisubtxt {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    width: 45%;
    margin-top: 0.5rem;
}

.videocont {
    width: 100%;
    height: 100%;
    position: relative;
}

.videotag {
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
    object-position: 100% 0%;
}

.closeicon {
    position: absolute;
    right: 0%;
    top: 0%;
    padding: 3rem;
    font-size: 2.5rem;
    color: white;
}

.videocloseicon {
    width: 3rem;
    height: 3rem;
}

.detailcont {
    width: var(--width78);
    margin: auto;
    display: flex;
    height: 18vh;
    position: relative;
}

.detailcontleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.detailcontright {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.detailbox {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* border: 1px solid rgba(198, 197, 197, 0.34); */
    position: relative;
    padding-left: 2%;
}

.detailboxline {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.deatailcountline1 {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background-color: var(--bordercolor);
}

.deatailcountline2 {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    transform: scale(0, 1);
    background-color: var(--dlinecolor);
}



/* .txt {
    opacity: 0;
} */
.detailhtxt {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #2F2F2F;
}

.detailsubtxt {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #2F2F2F;
    margin-top: 0.8rem;
}

.skewlinecont {
    width: 100%;
    /* for mobile */
    /* border-top: 1px solid rgba(198, 197, 197, 0.34);
    border-bottom: 1px solid rgba(198, 197, 197, 0.34); */
    position: relative;
    margin-top: -2px;
}

.bt {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    background-color: var(--dlinecolor);
    /* transform-origin: 10% 100%; */
}

.bb {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    transform: scale(1, 1);
    background-color: var(--bordercolor);
}

/* .bil,
.bilc,
.bils1,
.bil2 {
    position: absolute;
    height: 0%;
    width: 2.5px;
    background-color: var(--dlinecolor);
}

.bir2 {
    position: absolute;
    width: 2.5px;
    height: 0%;
    right: 0;
    top: 0;
    background-color: var(--dlinecolor);
}

.birs1 {
    position: absolute;
    width: 2.5px;
    height: 0%;
    left: 100.5%;
    top: 0;
    background-color: var(--dlinecolor);
} */

.skewlinecont2 {
    width: var(--width78);
    margin: auto;
    display: flex;
    height: 15vh;
    position: relative;
}

.svgline {
    stroke-width: 2px;
}

.zl {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.zr {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.skewbox {
    width: 25%;
    height: 100%;
    /* for mo
    border-left: 1px solid rgba(198, 197, 197, 0.34); */
    /* transform: skewX(-50deg); */
    /* transform-origin: left top; */
    position: relative;
}

.yr {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.skewbox:first-child {
    /* transform: skewX(0); */

}

.skewbox:last-child {
    /* transform: skewX(0); */
    /* for m
    border-right: 1px solid rgba(198, 197, 197, 0.34); */
}

.ourcont {
    width: var(--width78);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding: 5% 1px 5% 5px;
    /* for m
    border-left: 1px solid rgba(198, 197, 197, 0.34);
    border-right: 1px solid rgba(198, 197, 197, 0.34); */

}

.cl {
    position: absolute;
    width: 2px;
    height: 0%;
    left: 0;
    top: 0;
    background-color: var(--dlinecolor);
}

.cr {
    position: absolute;
    width: 2px;
    height: 0%;
    right: 0;
    top: 0;
    background-color: var(--dlinecolor);
}

.ourbox {
    width: 40%;
}

.ourbox2 {
    width: 50%;
}

.ourpt {
    padding-top: 2.4rem;
}

.ourboxtool {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-right: 10px;
}

.toolimg {
    height: 6rem;
    transition: 0.5s all;
}

/* .toolimg:hover {
    transform: scale(1.15);
} */

.outtxt1 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.12em;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.outtxt2 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #2F2F2F;
    margin-top: 0.5rem;
}

.outtxt3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #2F2F2F;
}

.peoplecont {
    position: relative;
    /* for m
    border-top: 1px solid rgba(198, 197, 197, 0.34);
    border-bottom: 1px solid rgba(198, 197, 197, 0.34); */

}

.dt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: var(--dlinecolor);
    transform: scale(0, 1);
}

.db {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--dlinecolor);
    transform: scale(0, 1);
}

.peoplecont2 {
    margin-left: 11%;
    /* height: 65vh; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: grid;
    grid-template-columns: auto;
    position: relative;
}

.el {
    position: absolute;
    width: 2px;
    height: 0%;
    left: 0;
    top: 0;
    background-color: var(--dlinecolor);
}

.er {
    position: absolute;
    width: 2px;
    height: 0%;
    right: 11.1%;
    top: 0;
    background-color: var(--dlinecolor);
}

.swiper {
    width: 87.5%;
    margin-left: 2px;
}

.swiper-slide {
    width: 25%;
    height: 100%;
    position: relative;
    /* padding: 10vh 0; */
}

.slidept {
    padding-top: 4vh;
}

.slidepb {
    padding-bottom: 4vh;
}

.ssr {
    position: absolute;
    /* top: 12.5%; */
    right: 0;
    width: 2px;
    height: 0%;
    background-color: var(--dlinecolor);
}

.departmenttxt {
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #8C8C8C;
    margin-bottom: 0.5rem;
    margin-left: 5px;
}

.empimgcont {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid var(--bordercolor);
}

/* .empimgcont::before {
    content: '';
    position: absolute;

    width: 2px;
    right: 0;
    height: 100%;
    transform: rotate(57deg) translate(4px, 100px);
    transform-origin: 0% 63%;
    background-color: rgba(198, 197, 197, 0.34);
} */

.empimg {
    width: 85%;
    /* clip-path: polygon(100% 0, 100% 76%, 63% 100%, 0 99%, 0 0); */
    display: block;
    transition: 0.5s all;
}

/* .empimg:hover {
    transform: scale(1.1);
} */

.empnametxt {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #000000;
    margin-top: 0.5rem;
    margin-left: 5px;
    margin-top: 1rem;
}

.emppositiontxt {
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #8C8C8C;
    margin-top: .5rem;
    margin-left: 5px;
    width: 90%;

}

.ourcontCulture {
    width: var(--width78);
    /* height: 25vh; */
    padding: 5% 1px 5% 5px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;

    /* for m
    border-left: 1px solid rgba(198, 197, 197, 0.34);
    border-right: 1px solid rgba(198, 197, 197, 0.34); */
}

.fl {
    position: absolute;
    width: 2px;
    height: 0%;
    top: 0;
    left: 0;
    background-color: var(--dlinecolor);
}

.fr {
    position: absolute;
    width: 2px;
    height: 0%;
    top: 0;
    right: 0;
    background-color: var(--dlinecolor);
}

.ourcontTolls {
    width: var(--width78);
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 5% 1px 5% 5px;
    /* for m
    border-left: 1px solid rgba(198, 197, 197, 0.34);
    border-right: 1px solid rgba(198, 197, 197, 0.34); */
}

.jl {
    position: absolute;
    width: 2px;
    height: 0%;
    left: 0;
    top: 0;
    background-color: var(--dlinecolor);
}

.jr {
    position: absolute;
    width: 2px;
    height: 0%;
    right: 0;
    top: 0;
    background-color: var(--dlinecolor);
}

.peoplecontTolls {
    position: relative;

    /* for m
    border-top: 1px solid rgba(198, 197, 197, 0.34);
    border-bottom: 1px solid rgba(198, 197, 197, 0.34); */
}

.it {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    background-color: var(--dlinecolor);
    transform: scale(0, 1);
}

.ib {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: var(--dlinecolor);
    transform: scale(0, 1);
}

.collacont {
    width: var(--width78);
    margin: auto;
    display: flex;
    /* padding: 5vh 2px; */
    padding: 5vh 2px 0 2px;
    overflow: hidden;
    position: relative;
}

.gl {
    position: absolute;
    width: 2px;
    height: 0%;
    top: 0;
    left: 0;
    background-color: var(--dlinecolor);
}

.gr {
    position: absolute;
    width: 2px;
    height: 0%;
    top: 0;
    right: 0;
    background-color: var(--dlinecolor);
}

.collabox {
    /* display: flex; */
    width: 33.33%;
    position: relative;

}


.hl {
    position: absolute;
    width: 2px;
    height: 0%;
    right: 0;
    top: 0;
    background-color: var(--dlinecolor);
}

.collabox1 {
    width: 100%;
    position: relative;
    padding-bottom: 2px;
    /* for m
    border-bottom: 1px solid rgba(198, 197, 197, 0.34); */
}

.collaimgbottom {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: var(--dlinecolor);
    transform: scale(0, 1);
}

.collaimg {
    display: block;
    width: 90%;
    /* clip-path: polygon(100% 0, 100% 76%, 63% 100%, 0 99%, 0 0); */
}




.collabox2 {
    padding-bottom: 5vh;
    position: relative;
}

.collahtxt {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    color: #2F2F2F;
    margin-top: 2.4rem;
    margin-left: 5px;
}

.collasubtxt {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #2F2F2F;
    width: 85%;
    margin-top: 1rem;
    margin-left: 5px;
}

.toolsfullcont {
    width: 100%;
}

.viewrolesbutton {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    padding: 1.2rem 4rem;
    margin-top: 4rem;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s all;
}



.viewroletxtwidth {
    width: 70%;
}

.twolines {
    position: relative;
    overflow: hidden;
}

.dialine1 {
    position: absolute;
    width: 100%;
    left: 72%;
    bottom: 0;
    height: 2px;
    transform: rotate(-25deg);
    transform-origin: 0% 0%;
    background-color: var(--bordercolor);

}

.dialine2 {
    position: absolute;
    width: 100%;
    left: 65%;
    bottom: 0;
    height: 2px;
    transform: rotate(-25deg);
    transform-origin: 0% 0%;
    background-color: var(--bordercolor);
}

.ourcontCareers {
    width: var(--width78);
    /* height: 25vh; */
    margin: auto;
    display: flex;

    justify-content: space-between;
    padding: 5% 1px 5% 5px;
    position: relative;
    /* for m
    border-left: 1px solid rgba(198, 197, 197, 0.34);
    border-right: 1px solid rgba(198, 197, 197, 0.34); */
}

.kl {
    position: absolute;
    width: 2px;
    height: 0%;
    background-color: var(--dlinecolor);
    left: 0;
    top: 0;
}

.kr {
    position: absolute;
    width: 2px;
    height: 0%;
    background-color: var(--dlinecolor);
    right: 0;
    top: 0;
}

.mcollacont {
    display: none;
}

/* .twolines::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 72%;
    bottom: 0;
    height: 1px;
    transform: rotate(-25deg);
    transform-origin: 0% 0%;
    background-color:  rgba(198, 197, 197, 0.34);
}
.twolines::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 62%;
    bottom: 0;
    height: 1px;
    transform: rotate(-25deg);
    transform-origin: 0% 0%;
    background-color:  rgba(198, 197, 197, 0.34);
} */







@media screen and (min-width: 1441px) {
    :root {
        --width78: 78%;
        --maxwidth: 99.8%;
    }

    html {
        font-size: 62.5%;
    }

    .peoplecont2 {
        margin-left: 11%;
    }

    .skewbox {
        width: 25%;
        height: 100%;
        /* transform: skewX(-55deg);
        transform-origin: left top; */
    }

    .skewbox:first-child {
        /* transform: skewX(0); */

    }

    .skewbox:last-child {
        /* transform: skewX(0); */
        /* for m
        border-right: 1px solid rgba(198, 197, 197, 0.34); */
    }

    .swiper {
        width: 87.6%;
        margin-left: 2px;
    }

    .swiper-slide {
        width: 24.97%;
        height: 100%;
        position: relative;
        /* padding: 4vh 0; */
    }



}

@media screen and (min-width: 1666px) {
    html {
        font-size: 66%;
    }
}

@media screen and (min-width: 1850px) {
    html {
        font-size: 70%;
    }
}

@media screen and (min-width: 2000px) {
    html {
        font-size: 75%;
    }
}

@media screen and (min-width: 2150px) {
    html {
        font-size: 80%;
    }

    .birs1 {
        left: 100%;
    }
}

@media screen and (min-width: 2300px) {
    html {
        font-size: 85%;
    }
}

@media screen and (min-width: 2450px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width: 2600px) {
    html {
        font-size: 95%;
    }
}

@media screen and (min-width: 2750px) {
    html {
        font-size: 100%;
    }
}


@media only screen and (max-width: 1200px) {
    html {
        font-size: 60.5%;
    }


    .holistictxt {
        width: 70%;
    }

    .holisubtxt {
        width: 70%;
    }

    .skewlinecont2 {
        height: 10vh;
    }



    .swiper-slide {
        /* padding: 7vh 0; */
    }

    .ourcontCulture {
        padding: 6vh 1rem 3vh 1rem;
    }

    .ourcontTolls {
        padding: 8vh 1rem;
    }

    .ourcontCareers {
        padding: 8vh 1rem;
    }

}

@media only screen and (max-width: 992px) {
    html {
        font-size: 55%;
    }



    .holistictxt {
        width: 70%;
    }

    .holisubtxt {
        width: 70%;
    }



    .skewlinecont2 {
        height: 8vh;
    }

    .swiper-slide {
        /* padding: 7vh 0; */
    }

    .ourcontCulture {
        padding: 6vh 1rem 3vh 1rem;
    }

    .ourcontTolls {
        padding: 8vh 1rem;
    }

    .ourcontCareers {
        padding: 8vh 1rem;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 52%;
    }

    .holistictxt {
        width: 100%;
    }

    .holisubtxt {
        width: 99%;
    }
}


@media screen and (max-width: 600px) {
    .mhide {
        display: none;
    }

    html {
        font-size: 62.5%;
    }

    main {
        max-width: 100%;
        margin: auto;
    }

    .banncont_more {
        width: 100%;
        background: #2E2E2E;
    }

    .bannercont {
        max-width: var(--maxwidth);
        margin: auto;
        position: relative;
    }

    .cursor {
        position: absolute;
        width: 12px;
        height: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #fff;
        top: 88%;
        left: 80%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        mix-blend-mode: difference;
        transform: scale(5);
        display: none;
    }

    .bannercont:hover .cursor {
        transform: scale(5);
    }

    .cursor p {
        font-weight: 700;
        font-size: 2px;
        line-height: 30px;
        letter-spacing: 0.2em;
        color: #000000;
        opacity: 0.6;
    }

    .mcursor {
        position: absolute;
        width: 6rem;
        height: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: rgba(86, 172, 222, 0.87);
        right: 5%;
        bottom: 5%;
    }

    .mcursortxt {
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
        color: #FFFFFF;
    }

    .bannervideocont {
        width: 100%;
        /* max-height: 90vh; */
    }

    .aboutheroimg {
        width: 100%;
        height: 35vh;
    }

    .aboutheroinfo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 5% 0 0 5%;
    }


    .sotrytxt {
        font-style: normal;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: 0.12em;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .holistictxt {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        color: #FFFFFF;
        width: 95%;
        margin-top: 0rem;
    }

    .holisubtxt {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #FFFFFF;
        width: 95%;
        margin-top: 0.5rem;
    }

    .videocont {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .videotag {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .closeicon {
        position: absolute;
        right: 0%;
        top: 0%;
        padding: 1rem 1.5rem;
        font-size: 2.5rem;
        color: white;
    }

    .videocloseicon {
        width: 2rem;
        height: 2rem;
    }

    .detailcont_more {
        padding: 0 5%;
    }

    .detailcont {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        position: relative;
        border-right: 1px solid var(--bordercolor);
    }

    .detailbox {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        border: 1px solid rgba(198, 197, 197, 0.34);
        border-bottom: none;
        border-right: none;
        position: relative;
        padding: 5%;
    }

    .deatailcountline1 {
        position: absolute;
        width: 100%;
        height: 1px;
        /* transition: 2s all; */
        transform: scale(0, 1);
        /* background-color: var(--dlinecolor); */
    }

    .deatailcountline2 {
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        transform: scale(0, 1);
        background-color: var(--bordercolor);
    }

    .linee {
        position: absolute;
        width: 1px;
        height: 0%;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: var(--bordercolor);
    }

    .centerline {
        position: absolute;
        width: 1px;
        height: 0%;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: var(--bordercolor);
    }

    .lineegg {
        position: absolute;
        width: 1px;
        height: 0%;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: var(--bordercolor);
    }

    .linee2 {
        position: absolute;
        width: 1px;
        height: 0%;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: var(--bordercolor);
    }

    /* .txt {
        opacity: 0;
    } */
    .detailhtxt {
        font-style: normal;
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.4rem;
        color: #2F2F2F;
    }

    .detailsubtxt {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.6rem;
        color: #2F2F2F;
        margin-top: 0.5rem;
    }

    .skewlinecont {
        width: 100%;
        /* for mobile */
        border-top: 1px solid rgba(198, 197, 197, 0.34);
        border-bottom: 1px solid rgba(198, 197, 197, 0.34);
        position: relative;
        margin-top: -1px;
        padding: 0 5%;
    }

    .bt {
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        transform: scale(0, 1);
        background-color: var(--bordercolor);
        /* transform-origin: 10% 100%; */
    }

    .bb {
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        transform: scale(0, 1);
        background-color: var(--bordercolor);
        transform-origin: 10% 100%;
    }

    /* .bil,
    .bilc,
    .bils1,
    .bil2 {
        position: absolute;
        height: 0%;
        width: 1px;
        background-color: var(--bordercolor);
    }

    .bir2 {
        position: absolute;
        width: 1px;
        height: 0%;
        right: 0;
        top: 0;
        background-color: var(--bordercolor);
    }

    .birs1 {
        position: absolute;
        width: 1px;
        height: 0%;
        right: -1.1%;
        top: 0;
        background-color: var(--bordercolor);
    } */

    .skewlinecont2 {
        width: 100%;
        margin: auto;
        display: flex;
        height: 7vh;
    }

    .svgline {
        stroke-width: 1px;
        stroke: var(--bordercolor);
    }

    .skewbox {
        width: 25%;
        height: 100%;
        /* for mo */
        border: 1px solid var(--bordercolor);
        border-bottom: none;
        border-top: none;
        border-right: none;
        /* transform: skewX(-30deg); */
        transform-origin: left top;
    }

    .skewbox:first-child {
        /* transform: skewX(0); */
    }

    .skewbox:last-child {
        /* transform: skewX(0); */

        border-right: 1px solid rgba(198, 197, 197, 0.34);
    }

    .ourcont {
        width: 90%;
        margin: auto;
        height: auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding: 15% 5px;
        /* for m */

        border-left: 1px solid rgba(198, 197, 197, 0.34);
        border-right: 1px solid rgba(198, 197, 197, 0.34);

    }

    .cl {
        position: absolute;
        width: 1px;
        height: 0%;
        left: 0;
        top: 0;
        background-color: var(--dlinecolor);
    }

    .cr {
        position: absolute;
        width: 1px;
        height: 0%;
        right: 0;
        top: 0;
        background-color: var(--dlinecolor);
    }

    .ourbox {
        width: 100%;
    }

    .ourbox2 {
        width: 100%;
        padding: 1rem 0 0 0;
    }

    .ourpt {
        padding-top: 1rem;
    }


    .ourboxtool {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-top: 1rem;
        padding-bottom: 10px;
    }

    .toolimg {
        height: 4rem;
        transition: 0.5s all;
    }

    /* .toolimg:hover {
        transform: scale(1.15);
    } */

    .outtxt1 {
        font-style: normal;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.7rem;
        letter-spacing: 0.12em;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .outtxt2 {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        color: #2F2F2F;

    }

    .outtxt3 {
        font-style: normal;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #2F2F2F;
    }

    .peoplecont {
        position: relative;
        /* for m */
        border-top: 1px solid rgba(198, 197, 197, 0.34);
        border-bottom: 1px solid rgba(198, 197, 197, 0.34);
        padding: 0 5%;
    }

    .dt {
        position: absolute;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: var(--dlinecolor);
        transform: scale(0, 1);
    }

    .db {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: var(--dlinecolor);
        transform: scale(0, 1);
    }

    .peoplecont2 {
        margin-left: 0%;
        display: grid;
        grid-template-columns: auto;
        position: relative;
        border-left: 1px solid var(--bordercolor);
    }

    .el {
        position: absolute;
        width: 1px;
        height: 0%;
        left: 0;
        top: 0;
        background-color: var(--dlinecolor);
    }

    .er {
        position: absolute;
        width: 1px;
        height: 0%;
        right: 11.1%;
        top: 0;
        background-color: var(--dlinecolor);
    }

    .swiper {
        width: 100%;
        margin-left: 0px;
    }

    .swiper-slide {
        width: 65%;
        height: 100%;
        position: relative;
        /* padding: 4vh 0; */
        display: block;
        border-right: 1px solid var(--bordercolor);
    }

    .ssr {
        position: absolute;
        /* top: 12.5%; */
        right: 0;
        width: 1px;
        height: 0%;
        background-color: var(--dlinecolor);
        display: none;
    }

    .departmenttxt {
        font-style: normal;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #8C8C8C;
        margin-bottom: 1rem;
        margin-left: 5px;

    }

    .empimgcont {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid var(--bordercolor);
    }

    /* .empimgcont::before {
        content: '';
        position: absolute;

        width: 1px;
        right: 0;
        height: 100%;
        transform: rotate(57deg) translate(4px, 100px);
        transform-origin: 0% 63%;
        background-color: rgba(198, 197, 197, 0.34);
    } */

    .empimg {
        width: 90%;
        /* clip-path: polygon(100% 0, 100% 76%, 63% 100%, 0 99%, 0 0); */
        display: block;
        transition: 0.5s all;
    }

    .empimg:hover {
        transform: scale(1.1);
    }

    .empnametxt {
        font-style: normal;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #000000;
        margin-top: 1rem;
        margin-left: 5px;
    }

    .emppositiontxt {
        font-style: normal;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #8C8C8C;
        margin-top: .5rem;
        margin-left: 5px;
        width: 90%;
    }

    .ourcontCulture {
        width: 90%;
        /* height: 25vh; */
        padding: 15% 1rem 15% 5px;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        position: relative;
        /* for m */
        border-left: 1px solid rgba(198, 197, 197, 0.34);
        border-right: 1px solid rgba(198, 197, 197, 0.34);
    }

    .fl {
        position: absolute;
        width: 1px;
        height: 0%;
        top: 0;
        left: 0;
        background-color: var(--dlinecolor);
    }

    .fr {
        position: absolute;
        width: 1px;
        height: 0%;
        top: 0;
        right: 0;
        background-color: var(--dlinecolor);
    }

    .ourcontTolls {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        padding: 15% 5px;
        /* for m */
        border-left: 1px solid rgba(198, 197, 197, 0.34);
        border-right: 1px solid rgba(198, 197, 197, 0.34);
    }

    .jl {
        position: absolute;
        width: 1px;
        height: 0%;
        left: 0;
        top: 0;
        background-color: var(--dlinecolor);
    }

    .jr {
        position: absolute;
        width: 1px;
        height: 0%;
        right: 0;
        top: 0;
        background-color: var(--dlinecolor);
    }

    .peoplecontTolls {
        position: relative;

        /* for m */
        border-top: 1px solid rgba(198, 197, 197, 0.34);
        border-bottom: 1px solid rgba(198, 197, 197, 0.34);
        padding: 0 5%;
    }

    .it {
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        background-color: var(--dlinecolor);
        transform: scale(0, 1);
    }

    .ib {
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        background-color: var(--dlinecolor);
        transform: scale(0, 1);
    }

    .collacont {
        width: 90%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 5vh 2px;
        overflow: hidden;
        position: relative;
        border: 1px solid var(--bordercolor);
        display: none;
    }

    .gl {
        position: absolute;
        width: 1px;
        height: 0%;
        top: 0;
        left: 0;
        background-color: var(--dlinecolor);
    }

    .gr {
        position: absolute;
        width: 1px;
        height: 0%;
        top: 0;
        right: 0;
        background-color: var(--dlinecolor);
    }

    .collabox {
        display: flex;
        width: 100%;
        position: relative;
        margin-bottom: 2.5rem;
    }

    .collabox:last-child {
        width: 100%;
    }

    .hl {
        position: absolute;
        width: 1px;
        height: 0%;
        right: 0;
        top: 0;
        background-color: var(--dlinecolor);
    }

    .collabox1 {
        width: 50%;
        position: relative;
        /* for m */
        border: 1px solid rgba(198, 197, 197, 0.34);
    }

    .collaimgbottom {
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        background-color: var(--dlinecolor);
        transform: scale(0, 1);
    }

    .collaimg {
        display: block;
        width: 100%;
        /* clip-path: polygon(100% 0, 100% 76%, 63% 100%, 0 99%, 0 0); */
    }

    .collalastimg {
        /* width: 100%; */
    }


    .collabox2 {
        width: 50%;
        border: 1px solid rgba(198, 197, 197, 0.34);
        position: relative;

    }

    .collahtxt {
        font-style: normal;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #2F2F2F;
        margin-top: 1rem;
        margin-left: 1rem;
    }

    .collasubtxt {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #2F2F2F;
        width: 85%;
        margin-top: 0.5rem;
        margin-left: 1rem;
    }

    .toolsfullcont {
        width: 100%;
    }

    .viewrolesbutton {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        padding: 1.2rem 4rem;
        margin-top: 3rem;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        transition: 0.5s all;
    }



    .viewroletxtwidth {
        width: 100%;
    }

    .twolines {
        position: relative;
        overflow: hidden;
    }

    .dialine1 {
        position: absolute;
        width: 100%;
        left: 72%;
        bottom: 0;
        height: 1px;
        transform: rotate(-25deg);
        transform-origin: 0% 0%;
        background-color: var(--bordercolor);

    }

    .dialine2 {
        position: absolute;
        width: 100%;
        left: 65%;
        bottom: 0;
        height: 1px;
        transform: rotate(-25deg);
        transform-origin: 0% 0%;
        background-color: var(--bordercolor);
    }

    .ourcontCareers {
        width: 90%;
        /* height: 25vh; */
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 15% 5px;
        position: relative;
        /* for m */
        border-left: 1px solid rgba(198, 197, 197, 0.34);
        border-right: 1px solid rgba(198, 197, 197, 0.34);
    }

    .kl {
        position: absolute;
        width: 1px;
        height: 0%;
        background-color: var(--dlinecolor);
        left: 0;
        top: 0;
    }

    .kr {
        position: absolute;
        width: 1px;
        height: 0%;
        background-color: var(--dlinecolor);
        right: 0;
        top: 0;
    }

    .twolines::before {
        content: '';
        position: absolute;
        width: 100%;
        left: 72%;
        bottom: 0;
        height: 1px;
        transform: rotate(-25deg);
        transform-origin: 0% 0%;
        background-color: rgba(198, 197, 197, 0.34);
    }

    .twolines::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 62%;
        bottom: 0;
        height: 1px;
        transform: rotate(-25deg);
        transform-origin: 0% 0%;
        background-color: rgba(198, 197, 197, 0.34);
    }

    .mcollacont {
        display: block;
        width: 90%;
        margin: auto;
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
    }

    .mcollainfo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid var(--bordercolor);
    }

    .mcollimgtxt1 {
        width: 47%;
        border-right: 1px solid var(--bordercolor);
    }

    .mcollimgtxt2 {
        width: 47%;
        border-left: 1px solid var(--bordercolor);
        padding-left: 2px;
    }

    .mcollaimg {
        width: 100%;
        height: 100%;
    }

    .mcolltxt1 {
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #1A1A1A;
        margin-top: 0.5rem;
    }

    .mcolltxt2 {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #2F2F2F;
        margin-top: 0.5rem;
    }

    .mcollpad {
        padding: 1rem;
    }
}


@media screen and (max-width: 380px) {
    .aboutheroimg {
        height: 40vh;
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size: 50%;
    }

    .aboutheroimg {
        height: 28vh;
    }
}