/*Home*/
body {
  overflow-x: hidden; }

main {
  padding-top: 0px !important; }

/**/
.homeBanner {
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(68vh - 0px);
  position: relative;
  overflow: hidden;
  background: #000; }
  .homeBanner .container {
    width: 100%;
    height: 100%;
    z-index: 200;
    padding: 0px;
    position: relative; }
  .homeBanner img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .homeBanner .videobg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .homeBanner .videobg video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    background-size: cover; }
  .homeBanner .jumbotron {
    width: 100%;
    background: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px; }
  .homeBanner h1, .homeBanner h2 {
    margin-bottom: 30px;
    line-height: 1.1;
    color: #fff;
    width: 70%;
    text-transform: capitalize;
    font-family: "Aeonik","Noto Sans",system-ui,-apple-system,sans-serif;
    font-weight: 700;
    font-size: 56px; }
    .homeBanner h1 b, .homeBanner h2 b {
      background: linear-gradient(93deg, #ADF684 2.73%, #83EDA3 53.78%, #3182A9 97.27%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 700; }
  .homeBanner h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: Inter; }
  .homeBanner h6 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 12px;
    font-family: Inter; }
  .homeBanner .linkbtn {
    width: 180px;
    height: 48px;
    margin-top: 30px;
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFF;
    padding: 12px;
    font-size: 15px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 350;
    line-height: 24px;
    border-radius: 8px;
    text-transform: capitalize; }
    .homeBanner .linkbtn:hover {
      color: #000;
      background: #ADF684;
      border: 2px solid #ADF684; }
  .homeBanner .scollingArrow {
    position: absolute;
    left: calc(50% - 27.5px);
    bottom: 80px;
    background: url(../images/scoll_tipsbtn.png) center center no-repeat;
    padding-left: 60px;
    width: 55px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    z-index: 200;
    display: none;
    -webkit-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    -moz-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    -ms-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
    -o-animation: b_t 2s ease-in-out 0s infinite;
    -webkit-animation: b_t 2s ease-in-out 0s infinite;
    -moz-animation: b_t 2s ease-in-out 0s infinite;
    -ms-animation: b_t 2s ease-in-out 0s infinite;
    animation: b_t 2s ease-in-out 0s infinite;
    z-index: 100; }

/**/
.aboutUs {
  border-bottom: 1px solid #D9D9D9;
  background: #fff;
  padding: 80px; }
  .aboutUs .wrapTitleBox {
    margin-bottom: 0px; }
  .aboutUs .container {
    padding: 0px; }
  .aboutUs .dataNumList {
    margin-top: 60px;
    display: grid;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr; }
    .aboutUs .dataNumList .row {
      margin: 0px; }
    .aboutUs .dataNumList .card h2 {
      color: #0A0842;
      font-weight: 500;
      font-size: 68px;
      display: inline-block;
      font-family: 'Aeonik'; }
       .aboutUs .dataNumList .card h2 span{
        font-size:21px;
        margin-left:12px;
        font-weight: bold;
    }
    .aboutUs .dataNumList .card hr {
        border:0px;
      height: 2px;
      margin: 20px 0px;
      background: #ADF684; }
    .aboutUs .dataNumList .card p {
      color: #08225A;
      font-family: 'Aeonik'; }
  .aboutUs .wrapTitleBox h5 {
    color: #0A0842;
    font-weight: 700;
    font-size: 24px;
    width: 80%;
    line-height: 1.2;
    text-transform: capitalize; }

/**/
.pageJumbotronFull {
  height: 430px;
  margin-top: 80px;
  margin-bottom: 120px; }
  .pageJumbotronFull .container {
    max-width: 72%;
    margin: 0px auto;
    height: 100%;
    display: flex;
    padding: 0px;
    border-radius: 12px;
    align-items: center; }
  .pageJumbotronFull .jumbotron {
    background: none;
    border: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .pageJumbotronFull .jumbotron h5 {
      color: #fff;
      text-transform: capitalize; }

/**/
.investmentPhilosophyWrap {
  padding: 80px 0px 100px 0px; }
  .investmentPhilosophyWrap .imgWrap {
    margin-top: 80px; }
    .investmentPhilosophyWrap .imgWrap img {
      border-radius: 12px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .investmentPhilosophyWrap .introWrap h4 {
    color: #0A0842;
    font-family: "Aeonik","Noto Sans",system-ui,-apple-system,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-transform: capitalize; }
  .investmentPhilosophyWrap .descWrap {
    padding-left: 5%; }
  .investmentPhilosophyWrap .introDesc {
    color: #333;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 40px; }
    .investmentPhilosophyWrap .introDesc b {
      font-weight: 700; }
  .investmentPhilosophyWrap .videoPopImg {
    height: 640px;
    position: relative; }
    .investmentPhilosophyWrap .videoPopImg img {
      margin: 0 auto;
      cursor: pointer;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12); }
  .investmentPhilosophyWrap .popVideoBtn {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    left: 1%;
    width: 100%;
    z-index: 100; }
  .investmentPhilosophyWrap .popVideoBtn:hover {
    transform: scale(1.1); }
  .investmentPhilosophyWrap .popVideoBtn .playIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 120px;
    height: 120px;
    background: url(../images/playerbtn.svg) center center no-repeat;
    background-size: contain; }

/**/
.ourVisionSection .container {
  position: relative; }

.ourVisionSection .introWrap {
  flex-direction: column;
  padding: 5% 6%;
  display: flex;
  border-radius: 0 24px 24px 0;
  background: #F0FFD7; }
  .ourVisionSection .introWrap h3 {
    color: #0A0842;
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px; }
  .ourVisionSection .introWrap h6 {
    color: #0A0842;
    font-family: Aeonik;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    margin-bottom: 30px; }
  .ourVisionSection .introWrap .intro {
    color: rgba(0, 19, 36, 0.6);
    font-size: 18px;
    font-style: normal;
    font-family: Inter;
    font-weight: 400;
    line-height: 140%; }

.ourVisionSection .imgWrap {
  padding: 0px;
  border-radius: 24px 0px 0px 24px; }
  .ourVisionSection .imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px 0px 0px 24px; }

/**/
.quantitativeWrap {
  margin-bottom: 80px; }
  .quantitativeWrap .wrapTitleBox {
    text-align: center; }
    .quantitativeWrap .wrapTitleBox h6 {
      color: #0A0842;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      text-transform: capitalize; }
    .quantitativeWrap .wrapTitleBox h4 {
      color: #0A0842;
      font-family: Aeonik;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px;
      text-transform: capitalize; }
      .quantitativeWrap .wrapTitleBox h4 span {
        font-weight: 700;
        color: rgba(0, 19, 36, 0.2); }
  .quantitativeWrap .cardlist {
    margin-top: 20px;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr; }
  .quantitativeWrap .cardInner {
    border-radius: 0px;
    padding: 0px 8px;
    border: none;
    border-radius: 16px;
    background: #F0FFD7;
    position: relative;
    top: 0px;
    transition: all 0.3s ease; }
    .quantitativeWrap .cardInner .card {
      background: none;
      border: none;
      padding: 40px 30px;
      margin-bottom: 0px;
      border-radius: 0px;
      border-radius: 16px; }
    .quantitativeWrap .cardInner .card-body {
      padding: 0px 0px; }
      .quantitativeWrap .cardInner .card-body h6 {
        color: #0A0842;
        font-family: Aeonik;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%; }
      .quantitativeWrap .cardInner .card-body p {
        color: #0A0842;
        opacity: .8;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
    .quantitativeWrap .cardInner .card-img {
      width: 80px;
      height: 80px;
      margin-right: 0px;
      background: #ADF684;
      padding: 12px;
      display: flex;
      border-radius: 12px;
      justify-content: center;
      align-items: center;
      align-self: flex-end;
      margin-bottom: 16px; }
    .quantitativeWrap .cardInner:hover {
      top: -5px; }
  .quantitativeWrap .listMoreTips {
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: center; }

/**/
.ceoMessageWrap {
  background-image: linear-gradient(132deg, #ADF684 -31.68%, #83EDA3 26.18%, #3182A9 75.47%);
  position: relative; }
  .ceoMessageWrap:after {
    width: 100%;
    height: 100%;
    background: url(../images/ceomessage_bg.png) right bottom no-repeat;
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10; }
  .ceoMessageWrap .col-lg-6 {
    padding: 0px;
    position: relative;
    z-index: 100; }
  .ceoMessageWrap .introWrap {
    height: 100%;
    position: relative;
    border-radius: 24px 0 0 24px;
    padding: 30px 40px 60px 40px;
    background: #fff; }
    .ceoMessageWrap .introWrap:after {
      content: "";
      position: absolute;
      width: 90px;
      height: 76px;
      background: url(../images/ceomessage_tips.svg) center center no-repeat;
      background-size: contain;
      display: block;
      z-index: 1;
      top: 40px;
      left: 30px; }
    .ceoMessageWrap .introWrap h3 {
      color: #0A0842;
      font-family: Aeonik;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      text-transform: capitalize;
      margin-top: 40px; }
    .ceoMessageWrap .introWrap p.intro {
      color: #3B3B3B;
      font-family: Inter;
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.3;
        margin-top:12px;
    }
    .ceoMessageWrap .introWrap .name {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 20px; }
      .ceoMessageWrap .introWrap .name i {
        display: inline-block;
        height: 3px;
        width: 80px;
        border-radius: 8px;
        background: #85EDA1; }
      .ceoMessageWrap .introWrap .name span {
        color: #0A0842;
        text-align: right;
        font-family: Aeonik;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-transform: capitalize; }
  .ceoMessageWrap .imgWrap {
    height: 674px; }
    .ceoMessageWrap .imgWrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0 24px 24px 0; }

/**/
.teamListPageWrap {
  background: #EEFDFF; }
  .teamListPageWrap .container {
    position: relative; }
  .teamListPageWrap .introBox p {
    text-transform: capitalize; }
  .teamListPageWrap .teamListWrap {
    margin-top: 20px;
    margin-bottom: 60px;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr; }
    .teamListPageWrap .teamListWrap .teamInner {
      background: #fff;
      border-radius: 12px; }
      .teamListPageWrap .teamListWrap .teamInner img {
        border-radius: 12px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
      .teamListPageWrap .teamListWrap .teamInner .titleBox {
        height: auto;
        padding: 20px 30px 40px 30px;
        display: block; }
        .teamListPageWrap .teamListWrap .teamInner .titleBox h4 {
          color: #0A0842;
          font-family: Aeonik;
          font-size: 24px;
          font-style: normal;
          font-weight: 500;
          line-height: 120%;
          margin-bottom: 12px; }
        .teamListPageWrap .teamListWrap .teamInner .titleBox h6 {
          color: rgba(0, 19, 36, 0.6);
          font-family: Inter;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 1.2;
          margin-bottom: 12px;
          height: 50px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .teamListPageWrap .teamListWrap .teamInner .titleBox p {
          font-size: 14px;
          line-height: 1.3;
          color: rgba(0, 19, 36, 0.6); }
        .teamListPageWrap .teamListWrap .teamInner .titleBox .linkTxt {
          color: rgba(0, 19, 36, 0.6);
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-decoration: underline; }

/*Cooperative Partner*/
.partnerListWrap {
  padding-top: 100px;
  padding-bottom: 120px;
  background: linear-gradient(118.01deg, #ADF684 8.36%, #83EDA3 54.44%, #3182A9 93.69%);
  position: relative; }
  .partnerListWrap:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    bottom: 0px;
    right: 0px;
    background: url(../images/major_partnersbg.svg) center center no-repeat;
    background-size: cover;
    z-index: 10; }
  .partnerListWrap .container {
    position: relative;
    z-index: 100; }
  .partnerListWrap .clientListCon ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px; }
    .partnerListWrap .clientListCon ul .clientInner {
      width: calc(25% - 24px);
      transition: all ease-in 0.3s;
      padding: 16px 24px;
      background: #FFFFFF;
      margin-bottom: 0px;
      border-radius: 16px; }
      .partnerListWrap .clientListCon ul .clientInner a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100px; }
      .partnerListWrap .clientListCon ul .clientInner img {
        max-width: 240px;
        max-height: 50px;
        width: auto; }

/**/
.JoinUsWrap {
  padding: 120px 0px 80px 0px; }
  .JoinUsWrap .container {
    position: relative; }
  .JoinUsWrap .introWrap {
    padding: 5% 6%;
    padding-left: 0px; }
  .JoinUsWrap .imgWrap {
    padding: 0px; }
    .JoinUsWrap .imgWrap img {
      border-radius: 24px;
      background: url(<path-to-image>) lightgray 50%/cover no-repeat; }

/**/
.communityWrap {
  padding: 60px 80px 150px 80px; }
  .communityWrap .communityCon {
    border-radius: 16px;
    border: 4px solid #ADF684;
    padding: 60px 6% 80px 6%;
    width: 90%;
    margin: 0 auto; }
  .communityWrap .wrapTitleBox {
    text-align: center; }
    .communityWrap .wrapTitleBox h3 {
      margin: 0px;
      font-size: 36px; }
  .communityWrap .communityList {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr; }
  .communityWrap .communityInner {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 10px;
    background: #ADF684;
    gap: 24px;
    color: #001324;
    transition: all ease-in 0.2s;
    margin-top: 0px; }
    .communityWrap .communityInner span {
      font-weight: bold; }
    .communityWrap .communityInner:hover {
      color: #001324;
      margin-top: -6px; }

/**/
.newsInsightsSecion {
  padding: 100px 0px 120px 0px; }
  .newsInsightsSecion .wrapTitleBox {
    text-align: left;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px; }
  .newsInsightsSecion .slideArrowGroup {
    position: absolute;
    left: auto;
    right: 10px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    gap: 16px;
    bottom: 24px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow {
      width: 50px;
      height: 50px;
      cursor: pointer;
      background: #fff;
      transition: all ease-in-out 0.3s;
      border-radius: 8px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow-prev {
      border: 1px solid #cccccc;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_left.svg) center center no-repeat;
      background-size: 16px 14px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-prev:hover {
        background: #0A0842 url(../images/slide_arrow_left_w.svg) center center no-repeat;
        background-size: 16px 14px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow-next {
      border: 1px solid #cccccc;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_right.svg) 45% center no-repeat;
      background-size: 16px 14px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-next:hover {
        background: #0A0842 url(../images/slide_arrow_right_w.svg) 45% center no-repeat;
        background-size: 16px 14px; }
  .newsInsightsSecion .newsinsightslist {
    padding: 20px 10px !important;
    position: relative;
    z-index: 100; }
    .newsInsightsSecion .newsinsightslist .swiper-wrapper {
      width: 100%;
      position: relative;
      z-index: 10;
      display: flex;
      justify-content: space-between; }
  .newsInsightsSecion .morelistBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px; }

@media only screen and (max-width: 1920px) {
  .homeBanner h1 {
    font-size: 56px; }
    .homeBanner h1 br {
      display: none; }
  .ourAdvantages .introWrap h3 {
    font-size: 28px; }
  .globalPresenceWrap .introWrap h3 {
    font-size: 28px; }
  .contentGroup .intro {
    font-size: 16px;
    line-height: 1.4; } }

@media only screen and (max-width: 1780px) {
  .homeBanner .jumbotron {
    width: 100%;
    padding: 0px 8%; }
  h1 {
    font-size: 56px;
    line-height: 62px; }
  h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px; }
  h3 {
    font-size: 36px;
    line-height: 42px; }
  h4 {
    font-size: 32px;
    line-height: 36px; }
  .dataNumListHorizontal .card p {
    font-size: 18px; }
  .dataNumListHorizontal .card h3 {
    font-size: 42px;
    margin-bottom: 0px; } }

@media only screen and (max-width: 1680px) {
  .homeBanner h1, .homeBanner h2 {
    margin-bottom: 20px;
    font-size: 48px;
    width: 60%;
    padding: 0px; }
  .homeBanner h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px; }
  .homeBanner h5 {
    font-size: 21px; }
  .homeBanner .linkbtn {
    margin-top: 20px;
    font-size: 16px; }
  .homeBanner .groupListBox {
    height: 100px; }
  .homeBanner .groupListBox .iconInner p {
    font-size: 21px;
    line-height: 24px; }
  .homeBanner .groupListBox .container {
    gap: 30px;
    padding: 12px 20px; }
  .homeBanner .groupListBox .iconInner i img {
    width: 56px;
    height: 56px; } }

@media only screen and (max-width: 1480px) {
    .homeBanner h1, .homeBanner h2 {
        font-size: 42px;
        width: 70%;
    }
    .investmentPhilosophyWrap .introWrap h4 {
        font-size: 28px;
        line-height: 1.2;
    }
    .communityWrap .wrapTitleBox {
        margin-bottom: 30px;
    }
    .communityWrap .communityCon {
        padding: 40px 6% 60px 6%;
    }
    .communityWrap .communityInner {
        gap: 12px;
        height: 64px;
    }
    .communityWrap .communityInner img{
        width:32px;
    }
  .dataNumList .card .card-body p {
    font-size: 18px; }
  /**/
  .aboutUs .wrapTitleBox h5 {
    font-size: 21px; }
  .aboutUs .dataNumList .card h2 {
    font-size: 56px;
    margin-bottom: 0px; }
   
  .aboutUs .dataNumList .card hr {
    margin: 16px 0px; }
  /**/
  .ourVisionSection .imgWrap img {
    border-radius: 12px 0px 0px 12px;
}
.ourVisionSection .introWrap {
    border-radius: 0 12px 12px 0;
}
  .investmentPhilosophyWrap .introDesc {
    font-size: 16px;
    line-height: 24px; }
  .investmentPhilosophyWrap {
    padding: 60px 0px 60px 0px; }
  .investmentPhilosophyWrap .popVideoBtn .playIcon {
    width: 110px;
    height: 110px; }
  .investmentPhilosophyWrap .videoPopImg {
    height: 540px; }
  /**/
  .quantitativeWrap {
      padding:60px;
    margin-bottom: 30px; }
  .quantitativeWrap .wrapTitleBox h4 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px; }
  .quantitativeWrap .cardInner .card {
    padding: 30px 20px; }
  .quantitativeWrap .cardInner .card-body h6 {
    font-size: 28px; }
  .quantitativeWrap .cardInner .card-img {
    width: 72px;
    height: 72px; }
  .quantitativeWrap .cardInner .card-body p {
    font-size: 12px; }
  /**/
  .ceoMessageWrap .introWrap:after {
    width: 64px;
    height: 76px;
    top: 20px; }
  .ceoMessageWrap .introWrap {
    padding: 20px 10% 40px 10%; }
  .ceoMessageWrap .introWrap h3 {
    font-size: 24px;
    line-height: 150%; }
  .ceoMessageWrap .introWrap p.intro {
    font-size: 15px;
    line-height: 21px; }
  .ceoMessageWrap .introWrap .name span {
    font-size: 21px; }
  /**/
  .ourVisionSection {
    padding: 100px 80px; }
  .ourVisionSection .introWrap h6 {
    font-size: 24px; }
  .ourVisionSection .introWrap .intro {
    font-size: 16px;
        margin-bottom: 16px;}
  .ourVisionSection .imgWrap {
    height: 480px; }
  /**/
  .teamListPageWrap .teamListWrap .teamInner .titleBox {
    padding: 20px 20px;
    height: auto; }
  .teamListPageWrap .teamListWrap .teamInner .titleBox h4 {
    font-size: 21px; }
  .teamListPageWrap .teamListWrap .teamInner .titleBox h6 {
    font-size: 15px; }
  .JoinUsWrap .container {
    max-width: 80%; }
  /**/
  .partnerListWrap .clientListCon ul .clientInner {
    border-radius: 12px;
}
  .partnerListWrap .clientListCon ul .clientInner img {
       max-width: 180px;
    max-height: 36px;
    }
    
  .partnerListWrap .clientListCon ul .clientInner a {
    height: 50px; }
  .partnerListWrap .clientListCon ul {
    gap: 20px 20px; }
  /**/
  .communityWrap .wrapTitleBox h3 {
    font-size: 32px; } }

@media only screen and (max-width: 1360px) {
  .homeBanner h1 {
    font-size: 45px;
    line-height: 1.2;
    width: 60%; }
  .homeBanner h5 {
    font-size: 21px;
    line-height: 1.5; }
  .homeBanner .jumbotron {
    padding: 0px; }
  .homeBanner .linkbtn {
    height: 42px; }
  .aboutUs .wrapTitleBox h5 {
    font-size: 21px;
    line-height: 1.3; }
  .dataNumList .card .card-body p {
    font-size: 16px; }
  /**/
  .ourVisionSection .introWrap .intro {
    font-size: 16px; }
  .ourVisionSection .imgWrap img {
    border-radius: 16px 0px 0px 16px; }
  .ourVisionSection .introWrap {
    border-radius: 0 16px 16px 0; }
  .investmentPhilosophyWrap .introWrap h4 {
    font-size: 26px;
    line-height: 1.3; }
  .investmentPhilosophyWrap .introDesc {
    font-size: 16px; }
  /**/
  .aboutUs .dataNumList .card h2 {
    font-size: 56px; }
  /**/
  .ceoMessageWrap .introWrap p.intro {
    font-size: 15px;
    line-height: 21px; }
  .quantitativeWrap .card {
    padding: 20px 0px; }
  .quantitativeWrap .cardInner .card {
    padding: 20px 20px; }
  .quantitativeWrap .cardInner .card-body h6 {
    font-size: 24px; }
  .quantitativeWrap .wrapTitleBox .desc {
    font-size: 21px; }
    .quantitativeWrap .wrapTitleBox .desc br {
      display: none; }
  .quantitativeWrap .cardInner .card-img {
    margin-bottom: 12px; }
  .quantitativeWrap .cardInner .card-body p {
    font-size: 12px;
    line-height: 1.4; }
  /**/
  .wrapTitleBox {
    margin-bottom: 30px; }
  .partnerListWrap {
    padding-top: 60px;
    padding-bottom: 80px; }
  .partnerListWrap .clientListCon ul {
    gap: 12px 16px; }
  .partnerListWrap .clientListCon ul .clientInner {
    border-radius: 12px; }
  .partnerListWrap .clientListCon ul .clientInner img {
    max-width: 168px; }
  /**/
  .JoinUsWrap {
    padding: 100px 0px 60px 0px; }
  /**/
  .communityWrap {
    padding: 50px 60px 120px 60px; }
  .communityWrap .wrapTitleBox h3 {
    font-size: 28px; }
  .communityWrap .communityList {
    grid-column-gap: 20px;
    grid-row-gap: 30px; }
  .communityWrap .communityCon {
    padding: 40px 4% 60px 4%;
    width: 90%; }
  .communityWrap .communityInner {
    height: 64px;
    gap: 16px;
    font-size: 16px; } }

@media only screen and (max-width: 1280px) {
  .homeBanner h1 {
    font-size: 36px;
    line-height: 1.2;
    width: 64%; }
  .homeBanner .scollingArrow {
    font-size: 13px; }
  .homeBanner .jumbotron {
    padding: 0px 10%; }
  /**/
  .quantitativeWrap .cardlist {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr; }
  .teamListPageWrap .teamListWrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
  .ourVisionSection .introWrap h6 {
    font-size: 21px; }
  .partnerListWrap {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media only screen and (max-width: 1024px) {
  .homeBanner .container {
    width: 100%;
    max-width: 100%; }
  .homeBanner .container h1 {
    width: 100%; }
  .homeBanner .container h1 br {
    display: none; }
  .homeBanner .jumbotron {
    padding: 0px 5%;
    left: 4%;
    top: -5%;
    position: absolute;
    z-index: 100; }
  .homeBanner .linkbtn {
    height: 45px;
    font-size: 16px;
    width: 180px; }
    .aboutUs .dataNumList {
    margin-top: 40px;
    grid-column-gap: 30px;
}
.aboutUs .dataNumList .card h2 {
    font-size: 45px;
}
.aboutUs .dataNumList .card h2 span {
    font-size: 14px;
}
.dataNumList .card .card-body p {
    font-size: 14px;
}
  .ourVisionSection .container, .quantitativeWrap .container {
    max-width: 100%; }
  .investmentPhilosophyWrap .introWrap h4 br {
    display: none; }
    
    .partnerListWrap .clientListCon ul .clientInner img {
    max-width: 140px;
}
  /**/
 
  .ceoMessageWrap .imgWrap {
    height: 100%; }
  /**/
  .quantitativeWrap .wrapTitleBox .desc {
    font-size: 21px; }
  .quantitativeWrap .wrapTitleBox .desc br {
    display: none; }
  .quantitativeWrap .cardInner .card-body h6 {
    margin-top: 12px; }
  .quantitativeWrap .cardInner .card {
    padding: 30px; }
  /**/
  .teamListPageWrap .teamListWrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr; }
  .teamListPageWrap .linkbtn {
    display: none; }
  .ourVisionSection .introWrap h6 {
    font-size: 18px; }
  .JoinUsWrap .morebtn {
    margin-top: 0px; }
  .JoinUsWrap h3, .JoinUsWrap .introWrap h3 {
    margin-bottom: 12px; }
  .communityWrap {
    padding: 20px 60px 80px 60px; }
  .JoinUsWrap .introWrap {
    padding: 2% 6%;
    padding-left: 0px; }
  .contentGroup .introWrap .intro {
    font-size: 14px; }
  .communityWrap .communityCon {
    border: 3px solid #ADF684; }
  .communityWrap .communityInner {
    height: 56px;
    font-size: 15px; }
  .communityWrap .communityInner img {
    height: 25px; }
  .communityWrap .wrapTitleBox h3 {
    font-size: 24px; } }

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 42px;
    line-height: 48px; }
    h1 br {
      display: none; }
  h3 {
    font-size: 28px;
    line-height: 32px; }
    h3 br {
      display: none; }
  h4 {
    font-size: 24px;
    line-height: 28px; }
    h4 br {
      display: none; }
  h6 {
    font-size: 16px;
    line-height: 21px; }
  .wrapTitleBox {
    margin-bottom: 40px; }
    .wrapTitleBox .intro {
      width: 90%;
      font-size: 18px;
      line-height: 24px; }
      .wrapTitleBox .intro br {
        display: none; }
  .homeBanner {
    background: url(../images/homebannerkv.jpg) 70% center no-repeat;
    background-size: cover; }
    .homeBanner .container {
      max-width: 100%; }
      .homeBanner .container .jumbotron {
        width: 90%;
        padding: 0px 5%;
        left: 4%;
        top: 0px;
        position: absolute;
        z-index: 100; }
      .homeBanner .container h1 {
        font-size: 36px;
        line-height: 42px; }
      .homeBanner .container h5 {
        font-size: 16px;
        line-height: 1.5;
        padding-right: 5%; }
        .homeBanner .container h5 br {
          display: none; }
      .homeBanner .container h6 {
        margin-top: -10%; }
      .homeBanner .container .linkbtn {
        margin-top: 20px;
        padding: 6px 12px;
        width: 140px;
        font-size: 12px; }
    .homeBanner .scollingArrow {
      bottom: 60px; }
  .cardGroupList {
    padding: 80px 0px; }
  .cardlist .card .card-body {
    min-height: auto;
    padding: 20px 24px 30px 24px; }
  .wrapTitleBox {
    margin-bottom: 0px; }
  /**/
  .aboutUs {
    padding: 30px; }
  .aboutUs .dataNumList {
    margin-top: 40px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr; }
  .aboutUs .wrapTitleBox h5 {
    width: 90%; }
    
  .aboutUs .dataNumList .card h2 {
    margin-bottom: 0px;
    font-size: 54px; }
  .aboutUs .dataNumList .card {
    margin-bottom: 20px; }
  .dataNumList .cardlist {
    margin-bottom: 20px; }
  .dataNumList .card .card-body {
    padding: 0px 12px 0px 12px; }
  .dataNumList .card .card-body p {
    font-size: 14px; }
  /**/
  .investmentPhilosophyWrap .descWrap {
    padding-left: 0%; }
  .contentGroup.investmentPhilosophyWrap .introWrap.pr-5 {
    padding: 0% !important; }
  .contentGroup.investmentPhilosophyWrap .container {
    max-width: 90%;
    margin-top: 20px;
    padding:0px 30px;}
  .investmentPhilosophyWrap .videoPopImg {
    height: 260px; }
  .investmentPhilosophyWrap .popVideoBtn .playIcon {
    width: 80px;
    height: 80px; }
  .investmentPhilosophyWrap .introWrap h4 {
    margin-bottom: 0px; }
  .investmentPhilosophyWrap .imgWrap img {
    border-radius: 16px; }
  .ceoMessageWrap .introWrap h3 {
    font-size: 24px;
    line-height: 1.2;
    text-align: center; }
  /**/
  .quantitativeWrap {
       padding: 0px 30px;
    }
  .ourVisionSection .container, .quantitativeWrap .container {
    padding: 0px; }
  /**/
  .quantitativeWrap .cardlist {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr; }
  /**/
  .quantitativeWrap .wrapTitleBox .desc {
    font-size: 21px;
    width: 100% !important;
    margin-bottom: 40px; }
  .quantitativeWrap .wrapTitleBox h4 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px; }
  .quantitativeWrap .wrapTitleBox h4 br {
    display: block; }
  .quantitativeWrap .card {
    height: auto; }
  .quantitativeWrap .cardInner {
    margin-bottom: 20px; }
  .quantitativeWrap .cardInner .card {
    padding: 20px; }
  .quantitativeWrap .cardlist .card .card-body {
    padding: 12px; }
  .quantitativeWrap .cardInner .card-body h6 {
    margin-top: 0px; }
  .quantitativeWrap .listMoreTips {
    margin-top: 20px; }
  /**/
  .ceoMessageTitle {
      padding:0px 20px;
    margin-bottom: 20px; }
  .ceoMessageWrap .imgWrap {
    display: none; }
  .ceoMessageWrap .introWrap {
    border-radius: 12px; }
  .ceoMessageWrap .introWrap img {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 20px; }
  /**/
  .ourVisionSection {
    padding: 60px 40px; }
  .ourVisionSection .imgWrap {
    height: 240px;
    margin-bottom: 0px; }
  .ourVisionSection .imgWrap img {
    border-radius: 12px 12px 0px 0px; }
  .ourVisionSection .introWrap {
    padding-top: 30px;
    padding-bottom: 8%;
    border-radius: 0 0 12px 12px; }
  /**/
  .teamListPageWrap {
    padding-bottom: 80px; }
  .teamListPageWrap .teamListWrap {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 40px; }
  .teamListPageWrap .teamListWrap .teamInner .titleBox h6 {
    height: auto; }
  .teamListPageWrap .teamListWrap .teamInner .titleBox {
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px; }
  /**/
  .contentGroup.partnerListWrap h3 {
    margin-bottom: 30px; }
  /**/
  .JoinUsWrap {
    padding: 60px 0px 20px 0px; }
  .JoinUsWrap .container {
    max-width: 90%;
    padding:0px 30px;
    }
  .JoinUsWrap .imgWrap img {
    border-radius: 12px; }
  .partnerListWrap {
    padding: 60px 20px; }
    .partnerListWrap .container {
      padding: 0px; }
    .partnerListWrap .clientListCon {
      margin-top: 0px; }
      .partnerListWrap .clientListCon ul .clientInner {
        padding: 8px;
        width: calc(50% - 8px);
        margin-bottom: 8px; }
        .partnerListWrap .clientListCon ul .clientInner a {
          height: 60px; }
        .partnerListWrap .clientListCon ul .clientInner img {
          width: 80%; }
  .newsInsightsSecion .wrapTitleBox {
    flex-direction: column; }
  .newsInsightsSecion .container {
    padding-right: 0px; }
  .newsInsightsSecion a.linkbtn {
    position: relative;
    width: 160px;
    height: 32px;
    margin-right: 12px;
    font-size: 14px;
    margin-top: 20px; }
  .newsInsightsSecion .slideArrowGroup {
    display: none; }
  .newsInsightsSecion .container {
    max-width: 100%;
    padding: 0px;
    padding-left: 16px; 
      
  }
  .newsInsightsSecion .slideArrowGroup .slide-arrow {
    width: 42px;
    height: 42px; }
  .newsInsightsSecion .newsInner {
    width: 300px !important; }
  .newsInsightsSecion .newsInner .imgBox {
    height: 160px !important; }
  .newsInsightsSecion .titleWrap h3 {
    font-size: 24px; }
  .newsInsightsSecion .newsInner .txtBox {
    height: 220px !important;
    padding: 16px 16px 30px 16px;
    background-color: #fff; }
  .newsInsightsSecion .newsInner .txtBox h4 {
    font-size: 16px !important;
    line-height: 1.5; }
  .newsInsightsSecion .newsInner .txtBox .morelink {
    font-size: 13px; }
  .newsInsightsSecion .newsInner .txtBox .columnTitle {
    color: #000000;
    margin-bottom: 12px;
    font-size: 13px; }
  /**/
  .communityWrap {
    padding: 20px 20px 80px 20px; }
  .communityWrap .wrapTitleBox {
    margin-bottom: 30px; }
  .communityWrap .wrapTitleBox h3 {
    font-size: 21px; }
  .communityWrap .communityCon {
    width: 100%;
    padding: 20px 4% 40px 4%; }
  .communityWrap .communityList {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr; }
  footer {
    margin-top: -1px; } }
