/*Home*/
/**/
.homeBanner {
  background: url(../images/homebannerkv.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 700px; }
  .homeBanner .jumbotron {
    background: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%; }
  .homeBanner h1, .homeBanner h2 {
    margin-bottom: 40px;
    color: #fff;
    font-family: "Poppins Medium" !important; }
  .homeBanner h5 {
    color: #fff;
    font-size: 32px; }
  .homeBanner .linkbtn {
    margin-top: 40px;
    border-radius: 30px; }

.aboutUs .aboutVideoWrap .videoPopImg {
  width: 760px;
  height: 480px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.aboutUs .aboutVideoWrap .videoPopImg img {
  border-radius: 24px;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

.aboutUs .aboutVideoWrap .videoPopImg .popVideoBtn {
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100; }

.aboutUs .aboutVideoWrap .videoPopImg .popVideoBtn:hover {
  transform: scale(1.2); }

.aboutUs .aboutVideoWrap .popVideoBtn .playIcon {
  display: flex;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: url(../images/playerbtn.svg) center center no-repeat; }

.startJourney {
  padding: 100px 0px 80px 0px; }

.investmentPerformance h4 {
  margin-bottom: 20px; }

.investmentPerformance .dataNumGroup {
  margin-top: 100px; }
  .investmentPerformance .dataNumGroup h4 {
    margin-bottom: 0px; }

.investmentPerformance .ptips {
  color: #818181;
  font-size: 13px;
  line-height: 18px; }

.investmentPerformance .pline {
  width: 94%;
  display: block;
  margin: 20px 0px; }

.responsibleInvestment .wrapTitleBox {
  margin-bottom: 0px; }

.responsibleInvestment .dataNumList {
  margin-top: 60px; }

.ceoVoiceWrap {
  padding: 80px 0px;
  margin-bottom: 60px; }
  .ceoVoiceWrap .wrapTitleBox {
    margin-bottom: 80px; }
  .ceoVoiceWrap .card-img img {
    width: 615px;
    border-top-right-radius: 30px;
    object-fit: cover; }
  .ceoVoiceWrap .row {
    position: relative; }
  .ceoVoiceWrap .col-lg-5 {
    position: relative;
    z-index: 100; }
  .ceoVoiceWrap .col-lg-7:after {
    width: 110%;
    height: 116%;
    left: -13%;
    top: -10%;
    position: absolute;
    content: '';
    background: #EDF5FA;
    display: block;
    z-index: 10; }
  .ceoVoiceWrap .card-body {
    padding: 40px 40px;
    position: relative;
    margin-top: 0px;
    z-index: 100; }
    .ceoVoiceWrap .card-body:after {
      content: "";
      position: absolute;
      width: 106px;
      height: 81px;
      background: url(../images/voice_ico.svg) center center no-repeat;
      background-size: contain;
      display: block;
      z-index: 1;
      top: 0px;
      left: -10px; }
    .ceoVoiceWrap .card-body .txtCon {
      position: relative;
      z-index: 10; }
      .ceoVoiceWrap .card-body .txtCon .desc {
        color: #252525;
        line-height: 24px;
        font-size: 18px; }
      .ceoVoiceWrap .card-body .txtCon hr {
        background: #252525;
        width: 40px;
        margin: 40px 0px 20px; }
      .ceoVoiceWrap .card-body .txtCon .name {
        color: #0071BC;
        font-size: 24px; }
      .ceoVoiceWrap .card-body .txtCon .title {
        color: #000000;
        font-size: 18px; }

/**/
/**/
.teamListWrap {
  padding: 60px 0px 60px 0px; }
  .teamListWrap .container {
    position: relative; }
  .teamListWrap .wrapTitleBox {
    padding: 0px 24px; }
  .teamListWrap .teamListSwiper {
    position: relative;
    z-index: 100; }
  .teamListWrap .swiper-wrapper {
    padding-bottom: 20px; }
  .teamListWrap .teamListSwiper {
    padding-bottom: 40px; }
  .teamListWrap .teamInner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    .teamListWrap .teamInner a {
      width: 50%; }
    .teamListWrap .teamInner img {
      width: 100%;
      object-fit: cover; }
    .teamListWrap .teamInner .titleBox {
      width: 50%;
      padding: 16px 16px 40px 24px; }
    .teamListWrap .teamInner h5 {
      font-size: 21px;
      margin-top: 24px;
      margin-bottom: 12px;
      color: #000; }
    .teamListWrap .teamInner h6 {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 30px;
      color: rgba(0, 0, 0, 0.6); }
    .teamListWrap .teamInner .linkbtn {
      border: 1px solid rgba(0, 0, 0, 0.6);
      color: rgba(0, 0, 0, 0.6);
      padding: 20px 0px;
      width: 130px;
      height: 40px;
      background: none;
      justify-content: center; }
      .teamListWrap .teamInner .linkbtn:hover {
        color: #fff;
        background: #006EB8; }
  .teamListWrap .swiper-pagination {
    bottom: 0px; }
    .teamListWrap .swiper-pagination .swiper-pagination-bullet {
      width: 24px;
      height: 2px;
      border-radius: 0px; }
    .teamListWrap .swiper-pagination .swiper-pagination-bullet-active {
      background: #D6001D; }
  .teamListWrap .slidearrowgroup {
    position: absolute;
    bottom: 45%;
    left: -6%;
    right: -6%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(112% - 0%);
    gap: 16px; }
    .teamListWrap .slidearrowgroup .slide-arrow {
      width: 62px;
      height: 62px;
      border-radius: 12px;
      cursor: pointer;
      background: #fff;
      transition: all ease-in-out 0.3s; }
    .teamListWrap .slidearrowgroup .slide-arrow-prev {
      border: 1px solid #1B365D;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_left.svg) center center no-repeat;
      background-size: 24px 18px; }
      .teamListWrap .slidearrowgroup .slide-arrow-prev:hover {
        background: #1B365D url(../images/slide_arrow_left_w.svg) center center no-repeat;
        background-size: 24px 18px; }
    .teamListWrap .slidearrowgroup .slide-arrow-next {
      border: 1px solid #1B365D;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_right.svg) 45% center no-repeat;
      background-size: 24px 18px; }
      .teamListWrap .slidearrowgroup .slide-arrow-next:hover {
        background: #1B365D url(../images/slide_arrow_right_w.svg) 45% center no-repeat;
        background-size: 24px 18px; }
  .teamListWrap .morebtn {
    width: 150px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #697a89;
    border: 1px solid #697a89;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px; }
    .teamListWrap .morebtn:hover {
      border: 1px solid #9c7f42;
      background: #9c7f42;
      color: #fff; }

/**/
.newsInsightsSecion {
  padding: 100px 0px 100px 0px;
  background: #F8F8FA; }
  .newsInsightsSecion .container {
    position: relative; }
  .newsInsightsSecion .wrapTitleBox {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 20px; }
  .newsInsightsSecion .newsinsightslist {
    padding: 20px 0px;
    position: relative;
    z-index: 100; }
    .newsInsightsSecion .newsinsightslist .swiper-wrapper {
      width: 100%;
      position: relative;
      z-index: 10;
      display: flex;
      justify-content: space-between; }
  .newsInsightsSecion .newsInner {
    background: #fff;
    height: 452px; }
    .newsInsightsSecion .newsInner .imgBox {
      width: 100%;
      height: 228px;
      background: #F2F3F5; }
      .newsInsightsSecion .newsInner .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .newsInsightsSecion .newsInner .txtBox {
      padding: 16px 24px 16px 24px;
      background-color: #fff; }
      .newsInsightsSecion .newsInner .txtBox h4 {
        font-size: 21px;
        margin-bottom: 12px;
        color: #000000;
        font-weight: 500;
        line-height: 24px;
        text-transform: capitalize; }
      .newsInsightsSecion .newsInner .txtBox .columnTitle {
        color: #006EB8;
        font-size: 14px;
        margin-bottom: 12px; }
      .newsInsightsSecion .newsInner .txtBox p {
        font-size: 15px;
        color: #9f9fb1;
        line-height: 21px;
        font-weight: 400; }
      .newsInsightsSecion .newsInner .txtBox a {
        color: #15284B;
        font-weight: 300; }
  .newsInsightsSecion .slideArrowGroup {
    position: absolute;
    bottom: 45%;
    left: -6%;
    right: -6%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(112% - 0%);
    gap: 16px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow {
      width: 62px;
      height: 62px;
      border-radius: 12px;
      cursor: pointer;
      background: #fff;
      transition: all ease-in-out 0.3s; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow-prev {
      border: 1px solid #1B365D;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_left.svg) center center no-repeat;
      background-size: 24px 18px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-prev:hover {
        background: #1B365D url(../images/slide_arrow_left_w.svg) center center no-repeat;
        background-size: 24px 18px; }
    .newsInsightsSecion .slideArrowGroup .slide-arrow-next {
      border: 1px solid #1B365D;
      transition: all ease-in-out 0.3s;
      background: url(../images/slide_arrow_right.svg) 45% center no-repeat;
      background-size: 24px 18px; }
      .newsInsightsSecion .slideArrowGroup .slide-arrow-next:hover {
        background: #1B365D url(../images/slide_arrow_right_w.svg) 45% center no-repeat;
        background-size: 24px 18px; }

/*Cooperative Partner*/
.partnerListWrap {
  padding-top: 80px;
  padding-bottom: 120px; }
  .partnerListWrap .clientListCon ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
    justify-content: center; }
    .partnerListWrap .clientListCon ul .clientInner {
      width: calc(25% - 30px);
      transition: all ease-in 0.3s;
      padding: 16px 24px;
      background: #F5F7F8; }
      .partnerListWrap .clientListCon ul .clientInner a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100px; }
      .partnerListWrap .clientListCon ul .clientInner img {
        max-height: 50px;
        width: auto; }

.contactUsWrap {
  background: #F4F4F4;
  padding: 80px 0px 100px 0px; }
  .contactUsWrap h4 {
    margin-bottom: 12px; }
  .contactUsWrap .intro {
    line-height: 21px;
    margin-top: 12px; }

@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; }
  .cardGroupList {
    padding: 80px 0px; }
  .cardlist .card .card-body {
    min-height: auto;
    padding: 20px 32px 30px 32px; }
  .icoList .card .card-body {
    min-height: inherit;
    padding: 0px 16px 0px 0px; }
  .dataNumList .card {
    padding: 12px 16px;
    border-radius: 0px;
    margin-bottom: 20px; }
    .dataNumList .card .card-body {
      min-height: 120px;
      padding: 12px 12px; }
  .contentGroup {
    padding: 60px 0px; }
    .contentGroup .imgWrap {
      margin-top: 40px; }
  .cardListTitle h4 {
    font-size: 24px;
    line-height: 32px; }
  .aboutUs .imgWrap {
    margin-top: 40px; }
  .aboutUs .aboutVideoWrap .videoPopImg {
    width: 100%;
    height: 250px; }
  .aboutUs .aboutVideoWrap .videoPopImg img {
    border-radius: 12px; }
  .ceoVoiceWrap .col-lg-7:after {
    width: 100%;
    left: 0%; }
  .newsInsightsSecion a.linkbtn {
    position: relative;
    width: 110px;
    height: 32px;
    margin-right: 12px;
    font-size: 14px; }
  .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;
    height: 400px; }
  .newsInsightsSecion .titleWrap h3 {
    font-size: 24px; }
  .newsInsightsSecion .newsInner .txtBox {
    padding: 16px 16px 16px 16px;
    background-color: #fff; }
  .newsInsightsSecion .newsInner .txtBox h4 {
    font-size: 18px; }
  .newsInsightsSecion .newsInner .txtBox p {
    font-size: 14px; }
  .newsInsightsSecion .newsInner .txtBox h4 {
    font-size: 16px;
    line-height: 1.5; }
  .partnerListWrap {
    padding-top: 60px;
    padding-bottom: 80px; }
    .partnerListWrap .clientListCon {
      margin-top: 0px; }
      .partnerListWrap .clientListCon ul .clientInner {
        padding: 0px;
        width: calc(50% - 24px); }
        .partnerListWrap .clientListCon ul .clientInner a {
          height: 60px; }
        .partnerListWrap .clientListCon ul .clientInner img {
          width: 80%; } }
