:root {
    --orange-color: #e37500;
    --primary-color: #727272;
    --black-color: #000000;
    --blue-color: #043b72;
    --error-txt-color: #f00;
    --white-color: #fff;
}

@font-face {
    font-family: "Spoqa Han Sans Neo";
    src: url("https://www.sharekhan.com/Content/fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Spoqa Han Sans Neo";
    src: url("https://www.sharekhan.com/Content/fonts/SpoqaHanSansNeo-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Spoqa Han Sans Neo";
    src: url("https://www.sharekhan.com/Content/fonts/SpoqaHanSansNeo-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== comman CSS : start ===== */
.skContainer {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

@media all and (max-width: 1250px) {
    .skContainer {
        padding: 0 20px;
    }
}

.secTitle {
    color: #000;
    font-weight: 700 !important;
    font-size: clamp(28px, 1rem + 1.5vw, 38px);
    line-height: clamp(38px, 1.6rem + 1.5vw, 48px) !important;
    margin-bottom: 10px;
    text-align: center;
}

.mobView {
    display: none;
}

.aboutUsPage {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--primary-color);
    overflow-x: hidden;
    *

{
    font-family: "Spoqa Han Sans Neo", sans-serif;
    font-weight: 400;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}

p,
span {
    color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

.demat-btn-hold {
    z-index: 3;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    li

{
    button

{
    width: 12px;
    height: 12px;
    padding: 0;
    &:before

{
    width: 11px;
    height: 11px;
    padding: 0;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: 0;
}

}

&.slick-active button:before {
    width: 11px;
    height: 11px;
    background: #f58220;
}

}
}
}

.orangeTxt {
    color: var(--orange-color);
}

a.blueAlinkText:hover,
a.blueAlinkText:focus,
a.blueAlinkText:active,
a.blueAlinkText:link,
a.blueAlinkText:visited {
    color: var(--blue-color);
}

.mobView {
    display: none;
}

.bottomCreditLine {
    font-size: 12px;
    text-align: right;
    position: relative;
    top: 20px;
    color: #757575;
}
/* ===== comman CSS : end ===== */

/* ===== topIntroSec : start ===== */
.topIntroSec {
    position: relative;
    background-color: #fff !important;
    padding: 70px 0 80px 0 !important;
    .secTitle

{
    margin-bottom: 35px;
}

.highlightsUlist {
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    max-width: 880px;
    margin: 0 auto -20px auto;
    .hlSlide

{
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 2px 20px 20px 20px;
}

.hlCard {
    border: 1px solid #eee;
    background-color: #f7f8f9;
    border-bottom: 10px solid var(--blue-color);
    border-radius: 15px;
    padding: 35px 20px 20px 25px;
    height: 100%;
    min-height: 300px;
    margin: 0;
    box-shadow: -16px 16px 6px 0px #dee0e6;
    .imgWrap

{
    margin-bottom: 20px;
}

.title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    max-width: 250px;
}

.subTitle {
    font-size: 15px;
    line-height: 22px;
    max-width: 190px;
    strong

{
    font-weight: 500;
}

}
}
}
}
/* ===== topIntroSec : end ===== */

/* ===== permanentInnovatorSec : start ===== */
.permanentInnovatorSec {
    position: relative;
    background-color: #f7f8f9 !important;
    .secTitle

{
    margin-bottom: 35px;
    color: var(--blue-color);
}

.asideWrap {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    .lhsWrap

{
    flex: 0 0 550px;
    width: 550px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    .videoHolder

{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videoHolder iframe,
.videoHolder object,
.videoHolder video,
.videoHolder embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

}

.rhsWrap {
    flex: 0 0 calc(100% - 550px);
    width: calc(100% - 550px);
    padding-left: 50px;
    .title

{
    font-size: 22px;
    line-height: 28px !important;
    font-weight: 700;
    color: var(--blue-color);
    margin-bottom: 10px;
}

.desc {
    font-size: 15px;
    line-height: 22px;
    max-width: 545px;
    strong

{
    font-weight: 500;
}

}
}
}
}
/* ===== permanentInnovatorSec : end ===== */

/* ===== mafgGlanceSec : start ===== */
.mafgGlanceSec {
    position: relative;
    background-color: #fff !important;
    .secTitle

{
    margin-bottom: 50px;
}

.glanceUlist {
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    .glanceCard

{
    flex: 0 0 33.33%;
    width: 33.33%;
    text-align: center;
    position: relative;
    .imgWrap

{
    margin-bottom: 20px;
}

.title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: var(--orange-color);
    letter-spacing: 0.8px;
    margin-bottom: 7px;
    width: 100%;
    span

{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: var(--orange-color);
    letter-spacing: 0.8px;
}

}

.subTitle {
    font-size: 18px;
    line-height: 22px;
}

&:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: transparent linear-gradient( 180deg, #e1e1e100 0%, #e1e1e1 24%, #e1e1e1 79%, #e1e1e100 100% ) 0% 0% no-repeat;
}

&:first-of-type:before {
    display: none;
}

}

&.glance1ndLi {
    margin-bottom: 80px;
    max-width: 500px;
    .glanceCard

{
    flex: 0 0 50%;
    width: 50%;
}

}

&.glance2ndLi {
    margin-bottom: 50px;
    max-width: 1000px;
    .glanceCard

{
    flex: 0 0 33.33%;
    width: 33.33%;
}

}
}
}
/* ===== mafgGlanceSec : end ===== */

/* ===== aboutTheGroupSec : start ===== */
.aboutTheGroupSec {
    position: relative;
    background: #f7f8f9 !important;
    .secTitle

{
    margin-bottom: 30px;
}

.skContainer {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}

.captionTxt {
    font-size: 15px;
    line-height: 20px;
}

.asideWrap {
    display: flex;
    padding: 40px 0 40px 0;
    .lhsWrap

{
    flex: 0 0 calc(50% - 210px);
    width: calc(50% - 210px);
    text-align: right;
    padding-right: 30px;
    .captionTxt

{
    max-width: 315px;
    margin: 0 0 0 auto;
}

}

.midWrap {
    flex: 0 0 420px;
    width: 420px;
}

.rhsWrap {
    flex: 0 0 calc(50% - 210px);
    width: calc(50% - 210px);
    display: flex;
    align-items: end;
    .innerDiv

{
    position: relative;
    left: -50px;
    top: 60px;
}

}
}

.captionUlist {
    font-size: 15px;
    line-height: 20px;
    .li

{
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
    span

{
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 1px;
}

}
}

.subTitle {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
}

}
/* ===== aboutTheGroupSec : end ===== */

/* ===== coreValueSec : start ===== */
.coreValueSec {
    position: relative;
    background-color: var(--orange-color) !important;
    padding: 70px 0 80px 0 !important;
    .secTitle

{
    color: var(--white-color);
    margin-bottom: 45px;
}

.coreValueUlist {
    display: flex;
    column-gap: 135px;
    row-gap: 35px;
    flex-wrap: wrap;
    position: relative;
    padding: 30px 0 40px 0;
    .coreValueCircleImg

{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.cvLiCard {
    flex: 0 0 calc(50% - 68px);
    width: calc(50% - 68px);
    border: 1px solid #eee;
    background-color: #fff;
    border-bottom: 10px solid var(--blue-color);
    border-radius: 15px;
    padding: 25px 25px 20px 25px;
    min-height: 150px;
    margin: 0;
    box-shadow: 0px 8px 18px -3px #00000047;
    .topWrap

{
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    .imgWrap

{
    flex: 0 0 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    img

{
    max-width: 100%;
}

}

.liTitle {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #000;
    padding-left: 20px;
    margin: 0;
}

}

.cvCaption {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-top: 15px;
}

&:nth-of-type(1) {
    padding-right: 160px;
}

&:nth-of-type(2) {
    padding-left: 50px;
    text-align: right;
    .topWrap

{
    flex-direction: row-reverse;
    .liTitle

{
    padding-left: 0;
    padding-right: 20px;
}

}
}

&:nth-of-type(3) {
    padding-right: 70px;
}

&:nth-of-type(4) {
    padding-left: 70px;
    text-align: right;
    .topWrap

{
    flex-direction: row-reverse;
    .liTitle

{
    padding-left: 0;
    padding-right: 20px;
}

}
}
}
}
}
/* ===== coreValueSec : end ===== */

/* ===== GlobalPresenceSec : start ===== */
.globalPresenceSec {
    position: relative;
    background-color: #f7f8f9 !important;
    .secTitle

{
    margin-bottom: 35px;
}

.globalPresenceUlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    .gpSlide

{
    flex: 0 0 25%;
    width: 25%;
    padding: 5px 15px 25px 15px;
}

.gpCard {
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 5px 15px 5px;
    min-height: 300px;
    margin: 0;
    box-shadow: 6px 9px 12px 0px #dee0e6;
    text-align: center;
    .imgWrap

{
    max-width: 126px;
    margin: 0 auto 20px auto;
}

.title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: var(--blue-color);
    margin-bottom: 2px;
    strong

{
    font-weight: 700;
    &:before

{
    content: "\a";
    white-space: pre;
}

}
}

.subTitle {
    font-size: 15px;
    line-height: 22px;
    strong

{
    font-weight: 500;
}

}

.subTtlStatus {
    font-size: 15px;
    line-height: 22px;
}

}
}
}

.gpCard {
    overflow: hidden;
}

.gpCard {
    transition: transform 0.6s;
    filter: brightness(100%);
}

    .gpCard:hover {
        transform: scale(1.08);
        filter: brightness(105%);
        border-bottom: 10px solid var(--blue-color) !important;
    }
/* ===== globalPresenceSec : end ===== */

/* ========== Responsive ========== */
@media all and (max-width: 1200px) {
    /* ===== permanentInnovatorSec : start ===== */
    .permanentInnovatorSec {
        .asideWrap

{
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
    .lhsWrap

{
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
}

.rhsWrap {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    text-align: center;
}

}
}
/* ===== permanentInnovatorSec : end ===== */

/* ===== aboutTheGroupSec : start ===== */
.aboutTheGroupSec {
    .asideWrap

{
    .lhsWrap

{
    flex: 0 0 300px;
    width: 300px;
}

.midWrap {
    flex: 0 0 300px;
    width: 300px;
}

.rhsWrap {
    flex: 0 0 calc(100% - 600px);
    width: calc(100% - 600px);
}

}

.asideWrap {
    padding: 20px 0 20px 0;
    .lhsWrap

{
    flex: 0 0 calc(50% - 150px);
    width: calc(50% - 150px);
}

.midWrap {
    flex: 0 0 300px;
    width: 300px;
}

.rhsWrap {
    flex: 0 0 calc(50% - 150px);
    width: calc(50% - 150px);
    .innerDiv

{
    left: 0;
    top: 0;
    max-width: 320px;
    margin: 0 auto;
}

}
}
}
/* ===== aboutTheGroupSec : end ===== */
/* ===== mafgGlanceSec : start ===== */
.mafgGlanceSec {
    .secTitle

{
    margin-bottom: 30px;
}

.glanceUlist {
    align-items: center;
    .glanceCard

{
    .imgWrap

{
    margin-bottom: 20px;
}

.title {
    font-size: 32px;
    line-height: 40px;
    span

{
    font-size: 32px;
    line-height: 40px;
}

}
}

&.glance1ndLi {
    margin-bottom: 50px;
}

&.glance2ndLi {
    margin-bottom: 10px;
    max-width: 700px;
    flex-wrap: wrap;
    .glanceCard

{
    flex: 0 0 50%;
    width: 50%;
    &:last-of-type

{
    margin-top: 20px;
    &:before

{
    display: none;
}

}
}
}
}
}
/* ===== mafgGlanceSec : end ===== */
}

@media all and (max-width: 992px) {
    .skContainer {
        padding: 0 15px;
    }

    .deskView {
        display: none;
    }

    .mobView {
        display: block;
    }

    .secTitle {
        margin-bottom: 15px;
    }

    .aboutUsPage {
        section

{
    padding-top: 60px;
    padding-bottom: 60px;
}

}

.bottomCreditLine {
    text-align: center;
}
/* ===== aboutTheGroupSec : start ===== */
.aboutTheGroupSec {
    .asideWrap

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

{
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding-right: 0;
    .captionTxt

{
    margin: 0 auto 30px auto;
}

}

.midWrap {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}

.rhsWrap {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-top: 30px;
    .captionUlist

{
    text-align: left;
    max-width: 420px;
    margin: 0 auto 0 0;
}

}
}

.subTitle {
    font-size: 24px;
}

}
/* ===== aboutTheGroupSec : end ===== */

/* ===== coreValueSec : start ===== */
.coreValueSec {
    .secTitle

{
    margin-bottom: 30px;
}

.coreValueUlist {
    column-gap: 0;
    row-gap: 16px;
    max-width: 500px;
    margin: 0 auto;
    .coreValueCircleImg

{
    display: none;
}

.cvLiCard {
    flex: 0 0 100%;
    width: 100%;
    padding: 25px 20px 20px 30px !important;
    &:nth-of-type(2)

{
    .topWrap

{
    flex-direction: row;
    text-align: left;
}

}

&:nth-of-type(4) {
    .topWrap

{
    flex-direction: row;
    text-align: left;
}

}

.topWrap .liTitle {
    font-size: 24px;
    padding-right: 0 !important;
    padding-left: 20px !important;
}

}
}
}
/* ===== coreValueSec : end ===== */

/* ===== GlobalPresenceSec : start ===== */
.globalPresenceSec {
    .globalPresenceUlist

{
    max-width: 760px;
    margin: 0 auto;
    .gpSlide

{
    flex: 0 0 33.33%;
    width: 33.33%;
}

}
}
/* ===== globalPresenceSec : end ===== */

.coreValueSec .coreValueUlist .cvLiCard {
    text-align: left !important;
}

    .coreValueSec .coreValueUlist .cvLiCard .cvCaption {
        text-align: left !important;
    }

}

@media all and (max-width: 768px) {
    .skContainer {
        position: relative;
    }

    .aboutUsPage {
        section

{
    padding-top: 50px;
    padding-bottom: 50px;
}

}

.topIntroSec {
    padding: 0 !important;
    .skContainer

{
    padding: 50px 0 60px 0 !important;
}

.secTitle {
    margin-bottom: 25px;
}

.highlightsUlist {
    max-width: 300px;
    margin: 0 auto 50px auto !important;
    .hlSlide

{
    flex: 0 0 100%;
    width: 100%;
}

.hlCard {
    min-height: 290px;
    .title

{
    font-size: 20px;
}

.subTitle {
    font-size: 14px;
    max-width: 180px;
}

}
}

.bottomCreditLine {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    height: 20px;
    top: unset;
    text-align: center;
}

}

.permanentInnovatorSec {
    .asideWrap

{
    .rhsWrap

{
    .title

{
    font-size: 20px;
}

.desc {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

}
}
}

.mafgGlanceSec {
    .skContainer

{
    padding: 0;
}

.glanceUlist {
    .glanceCard

{
    .imgWrap

{
    margin-bottom: 14px;
    img

{
    max-width: 55px;
}

}

.title {
    font-size: 26px;
    line-height: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    span

{
    font-size: 26px;
    line-height: 30px;
}

}

.subTitle {
    font-size: 15px;
}

}
}
}

.aboutTheGroupSec {
    .asideWrap

{
    padding: 10px 0 0 0;
    .midWrap

{
    max-width: 250px;
}

}
}
/* ===== coreValueSec : start ===== */
.coreValueSec {
    padding: 50px 0 50px 0 !important;
    .coreValueUlist

{
    padding: 10px 0 30px 0;
    .cvLiCard

{
    padding: 20px 20px 20px 20px;
    .topWrap

{
    .imgWrap

{
    flex: 0 0 45px;
    width: 45px;
}

.liTitle {
    flex: 0 0 calc(100% - 45px);
    width: calc(100% - 45px);
    font-size: 21px;
    line-height: 27px;
    padding-left: 10px;
}

}

.cvCaption {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0px;
    padding-top: 10px;
}

&:nth-of-type(1) {
    padding-right: 20px;
}

&:nth-of-type(2) {
    padding-left: 20px;
    .topWrap

{
    .liTitle

{
    padding-right: 12px;
}

}
}

&:nth-of-type(3) {
    padding-right: 20px;
}

&:nth-of-type(4) {
    padding-left: 20px;
    .topWrap

{
    .liTitle

{
    padding-right: 12px;
}

}
}
}
}
}
/* ===== coreValueSec : end ===== */

.globalPresenceSec {
    padding: 0 !important;
    .skContainer

{
    padding: 50px 0 60px 0 !important;
}

.secTitle {
    margin-bottom: 25px;
}

.globalPresenceUlist {
    max-width: 100%;
    margin: 0 auto 50px auto !important;
    .gpCard

{
    .subTitle

{
    font-size: 14px;
}

.subTtlStatus {
    font-size: 14px;
}

}

.slick-dots {
    column-gap: 5px !important;
}

}

.bottomCreditLine {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    height: 20px;
    top: unset;
    text-align: center;
}

}
}

@media all and (max-width: 358px) {
    .mafgGlanceSec {
        .glanceUlist

{
    .glanceCard

{
    .title

{
    font-size: 22px;
    line-height: 28px;
    span

{
    font-size: 22px;
    line-height: 28px;
}

}

.subTitle {
    font-size: 14px;
}

}
}
}
}
