:root {
  --fontColor1:#FFFFFF;
  --fontColor2:#454545;
  --fontColor3:#6E6E6E;
  --fontColor4:#9E9E9E;
  --fontColor5:#6F6F6F;
  --color1:#E2E2E2;
  --color2:#363636;
  --color3:#005E5C;
  --color4:#E6E6E6;
  --color5:#EDEDED;
  --bgColor1:#FFF;
  --bgColor2:#FAFAFA;
  --bgColor3:#656565;
  --primaryFont:"Poppins", sans-serif;
  --fontSizePrimary:16px;
  --fontSizeSecondary:35px;
  --fontSizeTeritiary:20px;
  --fontSizeQuarternary:30px;
  --fontSizeQuinary:18px;
  --fontSizeBcHd:25px;
  --fontSizebrdCrmb:16px;
}

p {
  margin: 0;
  padding: 0;
}

.section {
  padding: 60px 0;
}

.container {
  padding: 0 16px;
}

.hdTyp1 {
  color: var(--fontColor2);
  font-family: var(--primaryFont);
  font-size: var(--fontSizeSecondary);
  font-weight: 600;
  line-height: 55px;
}
.hdTyp1 .lght {
  font-weight: 300;
}

.bg-grey {
  background-color: var(--bgColor2);
}

.hdTyp2 {
  color: var(--fontColor2);
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: normal;
  font-size: var(--fontSizeTeritiary);
}

.btntyp1 {
  display: inline-block;
  padding: 12px 27px 12px 28px;
  background: var(--color3);
  color: #FFF;
  font-size: var(--fontSizePrimary);
  font-family: var(--primaryFont);
  line-height: normal;
  border: 1px solid var(--color3);
  font-weight: 300;
}

@media (min-width: 375px) {
  :root {
    --primaryFont:"Poppins", sans-serif;
    --fontSizePrimary:16px;
    --fontSizeSecondary:40px;
    --fontSizeTeritiary:20px;
    --fontSizeQuarternary:30px;
    --fontSizeQuinary:18px;
    --fontSizeBcHd:25px;
    --fontSizebrdCrmb:16px;
  }
}
@media (min-width: 768px) {
  :root {
    --fontSizePrimary:16px;
    --fontSizeSecondary:50px;
    --fontSizeQuarternary:34px;
    --fontSizeBcHd:30px;
  }
  .hdTyp1 {
    line-height: 60px;
  }
  .section {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  :root {
    --fontSizePrimary:15px;
    --fontSizeSecondary:40px;
    --fontSizeTeritiary:20px;
    --fontSizeQuarternary:32px;
    --fontSizeQuinary:20px;
    --fontSizeBcHd:30px;
    --fontSizebrdCrmb:14px;
  }
  .container {
    padding: 0 5px;
  }
  .section {
    padding: 70px 0;
  }
  .hdTyp1 {
    line-height: 1.25;
  }
  .btntyp1 {
    padding: 13px 24px 12px;
  }
}
@media (min-width: 1399px) {
  :root {
    --fontSizePrimary:16px;
    --fontSizeSecondary:45px;
    --fontSizeTeritiary:23px;
    --fontSizeQuarternary:35px;
    --fontSizeQuinary:20px;
    --fontSizeBcHd:32px;
  }
  .section {
    padding: 80px 0;
  }
}
@media (min-width: 1699px) {
  :root {
    --fontSizePrimary:18px;
    --fontSizeSecondary:55px;
    --fontSizeTeritiary:25px;
    --fontSizeQuarternary:40px;
    --fontSizeQuinary:20px;
    --fontSizeBcHd:35px;
    --fontSizebrdCrmb:16px;
  }
  .section {
    padding: 100px 0;
  }
}
.inner-banner-section {
  font-family: var(--primaryFont);
  overflow-x: hidden;
  background: url(../images/inner-banner-mob.jpg) no-repeat 0 0/cover;
  width: 100%;
  min-height: 225px;
  position: relative;
}
.inner-banner-section .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-banner-section .breadcrumb {
  margin-bottom: 10px;
}
.inner-banner-section .bc-link, .inner-banner-section .breadcrumb-item {
  font-size: var(--fontSizebrdCrmb);
  font-weight: 300;
  line-height: normal;
  color: var(--fontColor1);
}
.inner-banner-section .breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}
.inner-banner-section .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  padding-right: 12px;
  color: var(--fontColor1);
  content: url(../images/bread-crumb-arrow.svg);
  height: 14px;
  width: 11px;
}
.inner-banner-section .page-header {
  color: var(--fontColor1);
  font-size: var(--fontSizeBcHd);
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 768px) {
  .inner-banner-section {
    background: url(../images/inner-banner-tab.jpg) no-repeat 0 0/cover;
    min-height: 255px;
  }
}
@media (min-width: 1200px) {
  .inner-banner-section {
    background: url(../images/inner-banner.jpg) no-repeat 0 0/cover;
    min-height: 186px;
  }
  .inner-banner-section .inner {
    padding-top: 60px;
  }
  .inner-banner-section .page-header {
    line-height: 1.25;
  }
}
@media (min-width: 1400px) {
  .inner-banner-section {
    min-height: 216px;
  }
  .inner-banner-section .inner {
    padding-top: 90px;
  }
}
@media (min-width: 1600px) {
  .inner-banner-section {
    min-height: 256px;
  }
  .inner-banner-section .inner {
    bottom: 0;
  }
}
.snd-banner-section {
  font-family: var(--primaryFont);
  background: url(../images/small-banner.jpg) no-repeat 0 0/cover;
  width: 100%;
  min-height: 456px;
  height: 100vh;
  position: relative;
}
.snd-banner-section .banner-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 80px;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.snd-banner-section .page-header {
  color: var(--fontColor1);
  font-family: var(--primaryFont);
  font-size: var(--fontSizeSecondary);
  font-weight: 600;
  line-height: normal;
  text-align: center;
  position: relative;
  z-index: 1;
}
.snd-banner-section .banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(9, 70, 40, 0.9);
  filter: blur(167.5px);
}
.snd-banner-section .inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 20px);
}
.snd-banner-section .breadcrumb {
  margin-bottom: 0;
  justify-content: center;
}
.snd-banner-section .bc-link, .snd-banner-section .breadcrumb-item {
  font-size: var(--fontSizebrdCrmb);
  font-weight: 300;
  line-height: normal;
  color: var(--fontColor3);
}
.snd-banner-section .breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}
.snd-banner-section .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  padding-right: 12px;
  color: var(--fontColor1);
  content: url(../images/bread-crumb-arrow-black.svg);
  height: 14px;
  width: 11px;
}

@media (min-width: 768px) {
  .snd-banner-section {
    min-height: 456px;
    height: 456px;
  }
  .snd-banner-section .inner {
    top: calc(100% + 20px);
  }
}
@media (min-width: 1200px) {
  .snd-banner-section.invt-soln-banner .page-header {
    max-width: 1200px;
  }
  .snd-banner-section .banner-hd {
    padding-top: 90px;
  }
  .snd-banner-section .page-header {
    max-width: 950px;
    margin: 0 auto;
  }
  .snd-banner-section .inner {
    top: calc(100% + 30px);
  }
  .snd-banner-section .breadcrumb {
    justify-content: left;
  }
}
.contact-form-section {
  font-family: var(--primaryFont);
  background: var(--bgColor1);
}
.contact-form-section.hlthcr-cf-section .container {
  padding: 0 16px;
}
.contact-form-section.hlthcr-cf-section .row {
  gap: 32px;
}
.contact-form-section.hlthcr-cf-section .cols {
  padding: 0;
}
.contact-form-section.hlthcr-cf-section .cntct-form {
  padding: 20px;
  margin-top: 0;
  background-color: var(--bgColor1);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.contact-form-section .container {
  padding: 0;
}
.contact-form-section .row {
  margin: 0;
  gap: 40px;
}
.contact-form-section .cols {
  width: 100%;
  padding: 0 16px;
}
.contact-form-section .intro-para {
  color: var(--fontColor3);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
.contact-form-section .cntct-form {
  margin-top: 40px;
}
.contact-form-section .form-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form-section .form-list .input-data {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.contact-form-section .form-list .input-data label {
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--fontColor4);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  transition: transform 0.5s ease, font-size 0.5s ease, color 0.5s ease;
  pointer-events: none;
}
.contact-form-section .form-list .input-data .cntct-form-control {
  width: 100%;
  outline: none;
  border: 1px solid var(--color1);
  border-width: 0 0 1px 0;
  padding: 15px 0 18px;
  color: var(--color2);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  background: transparent;
  transition: border 0.5s ease;
}
.contact-form-section .form-list .input-data .cntct-form-control:focus {
  border-color: var(--color2);
}
.contact-form-section .form-list .input-data .cntct-form-control:not(:-moz-placeholder-shown) + label {
  transform: translateY(-20px);
  font-size: calc(var(--fontSizePrimary) - 2px);
  color: var(--color2);
}
.contact-form-section .form-list .input-data .cntct-form-control:focus + label, .contact-form-section .form-list .input-data .cntct-form-control:not(:placeholder-shown) + label {
  transform: translateY(-20px);
  font-size: calc(var(--fontSizePrimary) - 2px);
  color: var(--color2);
}
.contact-form-section .btntyp1 {
  margin-top: 40px;
}
.contact-form-section .contact-col {
  padding: 40px 16px;
  background: var(--bgColor2);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-form-section .img-box img {
  min-width: 100%;
}
.contact-form-section .adrs-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form-section .adrs-item .item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.contact-form-section .adrs-item .icon {
  margin-top: 4px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color1);
  height: 45px;
  width: 45px;
}
.contact-form-section .adrs-item .desc {
  display: inline-block;
  flex-basis: calc(100% - 65px);
  flex-shrink: 0;
  color: var(--fontColor3);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  max-width: 274px;
}
.contact-form-section .social-icons {
  margin-top: 60px;
  display: flex;
  gap: 20px;
}
.contact-form-section .social-icons .icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color1);
  height: 35px;
  width: 35px;
}

@media (min-width: 768px) {
  .contact-form-section {
    background: var(--bgColor2);
  }
  .contact-form-section.hlthcr-cf-section {
    background: var(--bgColor1);
  }
  .contact-form-section.hlthcr-cf-section .cntct-form {
    padding: 40px;
  }
  .contact-form-section.hlthcr-cf-section .intro-para {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .contact-form-section .container {
    padding: 0 16px;
  }
  .contact-form-section .row {
    gap: 70px;
  }
  .contact-form-section .cols {
    padding: 0;
  }
  .contact-form-section .intro-para {
    max-width: 475px;
  }
  .contact-form-section .contact-col {
    padding: 40px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1200px) {
  .contact-form-section.hlthcr-cf-section {
    background: var(--bgColor1);
  }
  .contact-form-section.hlthcr-cf-section .container {
    padding: 0 5px;
  }
  .contact-form-section.hlthcr-cf-section .hdTyp1 {
    max-width: 486px;
  }
  .contact-form-section.hlthcr-cf-section .intro-para {
    max-width: -moz-max-content;
    max-width: max-content;
    display: block;
  }
  .contact-form-section .container {
    padding: 0 5px;
  }
  .contact-form-section .row {
    gap: 40px;
    justify-content: space-between;
  }
  .contact-form-section .cols {
    width: calc(50% - 20px);
    padding: 0;
  }
  .contact-form-section .hdTyp1 {
    max-width: 312px;
  }
  .contact-form-section .cntct-form {
    margin-top: 10px;
  }
  .contact-form-section .intro-para {
    margin-top: 14px;
  }
  .contact-form-section .form-list {
    gap: 14px;
  }
  .contact-form-section .form-list .input-data .cntct-form-control {
    padding: 10px 0 10px;
  }
  .contact-form-section .contact-col {
    gap: 30px;
  }
  .contact-form-section .con-details {
    padding: 0 40px 40px;
  }
  .contact-form-section .adrs-item {
    gap: 14px;
  }
  .contact-form-section .adrs-item .desc {
    max-width: 308px;
  }
  .contact-form-section .btntyp1 {
    margin-top: 30px;
  }
  .contact-form-section .social-icons {
    margin-top: 40px;
  }
  .contact-form-section .adrs-item .link, .contact-form-section .adrs-item a, .contact-form-section .social-icons .link, .contact-form-section .social-icons a {
    transition: opacity 0.5s ease;
  }
  .contact-form-section .adrs-item .link:hover, .contact-form-section .adrs-item a:hover, .contact-form-section .social-icons .link:hover, .contact-form-section .social-icons a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1400px) {
  .contact-form-section .hdTyp1 {
    max-width: 312px;
  }
  .contact-form-section .adrs-item .desc {
    max-width: 308px;
  }
}
@media (min-width: 1600px) {
  .contact-form-section.hlthcr-cf-section {
    background: var(--bgColor1);
  }
  .contact-form-section.hlthcr-cf-section .hdTyp1 {
    max-width: 486px;
  }
  .contact-form-section.hlthcr-cf-section .row {
    gap: 0;
  }
  .contact-form-section.hlthcr-cf-section .logo-col {
    max-width: 612px;
  }
  .contact-form-section.hlthcr-cf-section .intro-col {
    max-width: calc(100% - 770px);
  }
  .contact-form-section .intro-para {
    margin-top: 20px;
  }
  .contact-form-section .cntct-form {
    margin-top: 20px;
  }
  .contact-form-section .contact-col {
    gap: 40px;
  }
  .contact-form-section .form-list {
    gap: 20px;
  }
  .contact-form-section .form-list .input-data .cntct-form-control {
    padding: 15px 0 15px;
  }
  .contact-form-section .adrs-item {
    gap: 20px;
  }
  .contact-form-section .btntyp1 {
    margin-top: 40px;
  }
  .contact-form-section .social-icons {
    margin-top: 60px;
  }
}
.map-embed {
  padding: 0;
  margin: 0;
  min-height: 510px;
  position: relative;
}
.map-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
}

.about-intro-section {
  font-family: var(--primaryFont);
}
.about-intro-section .row {
  margin: 0;
}
.about-intro-section .cols {
  padding: 0;
}
.about-intro-section .logo-col .hdTyp1 {
  margin-bottom: 40px;
}
.about-intro-section .img-box img {
  min-width: 100%;
}
.about-intro-section .desc-col .hdTyp1 {
  display: none;
}
.about-intro-section .intro-desc {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-intro-section .intro-desc .txt {
  color: var(--fontColor5);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
}

@media (min-width: 1200px) {
  .about-intro-section .row {
    gap: 40px;
    justify-content: space-between;
  }
  .about-intro-section .cols {
    width: calc(50% - 20px);
  }
  .about-intro-section .logo-col {
    order: 2;
    width: calc(50% - 120px);
  }
  .about-intro-section .logo-col .hdTyp1 {
    display: none;
  }
  .about-intro-section .desc-col .hdTyp1 {
    display: block;
  }
  .about-intro-section .intro-desc {
    margin-top: 16px;
    gap: 7px;
  }
}
@media (min-width: 1600px) {
  .about-intro-section .row {
    gap: 70px;
  }
  .about-intro-section .logo-col {
    width: calc(50% - 85px);
  }
  .about-intro-section .logo-col .img-box {
    margin: 0 auto;
  }
  .about-intro-section .desc-col {
    width: calc(50% + 15px);
  }
  .about-intro-section .desc-col .hdTyp1 {
    margin-top: 10px;
  }
  .about-intro-section .intro-desc {
    margin-top: 20px;
    padding-right: 10px;
    gap: 10px;
  }
}
.invetment-intro-section.hlthcr-intro-section .row {
  gap: 20px;
}
.invetment-intro-section.hlthcr-intro-section .mob-hide {
  display: none;
}
.invetment-intro-section .hdTyp1 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
.invetment-intro-section .row {
  margin: 0;
  gap: 50px;
}
.invetment-intro-section .cols {
  padding: 0;
}
.invetment-intro-section .img-box img {
  min-width: 100%;
}
.invetment-intro-section .sep-line {
  width: 100%;
  height: 1px;
  background: var(--color5);
}
.invetment-intro-section .intro-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.invetment-intro-section .intro-desc .txt {
  color: var(--fontColor5);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
}

@media (min-width: 768px) {
  .invetment-intro-section.hlthcr-intro-section .row {
    gap: 24px;
  }
  .invetment-intro-section.mng-srvc-section .hdTyp2 {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .invetment-intro-section .row {
    gap: 20px;
  }
  .invetment-intro-section .hdTyp2 {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .invetment-intro-section.hlthcr-intro-section .desk-hide {
    display: none;
  }
  .invetment-intro-section.hlthcr-intro-section .mob-hide {
    display: block;
  }
  .invetment-intro-section.hlthcr-intro-section .row {
    gap: 40px;
  }
  .invetment-intro-section.hlthcr-intro-section .logo-col {
    max-width: calc(50% - 20px);
  }
  .invetment-intro-section.hlthcr-intro-section .desc-col {
    max-width: calc(50% - 20px);
  }
  .invetment-intro-section.hlthcr-intro-section .hdTyp1 {
    margin-bottom: 10px;
    text-align: left;
  }
  .invetment-intro-section .hdTyp1 {
    margin-top: 0;
  }
  .invetment-intro-section .row {
    gap: 40px;
  }
  .invetment-intro-section .logo-col {
    max-width: calc(50% - 10px);
    order: 2;
  }
  .invetment-intro-section .desc-col {
    max-width: calc(50% - 40px);
  }
  .invetment-intro-section .intro-desc {
    gap: 12px;
  }
  .invetment-intro-section .hdTyp2 {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .invetment-intro-section .sep-line {
    max-width: 527px;
  }
}
@media (min-width: 1400px) {
  .invetment-intro-section.hlthcr-intro-section .desk-hide {
    display: none;
  }
  .invetment-intro-section.hlthcr-intro-section .mob-hide {
    display: block;
  }
  .invetment-intro-section.hlthcr-intro-section .row {
    gap: 70px;
  }
  .invetment-intro-section.hlthcr-intro-section .intro-desc {
    gap: 20px;
  }
  .invetment-intro-section.hlthcr-intro-section .logo-col {
    max-width: 562px;
  }
  .invetment-intro-section.hlthcr-intro-section .desc-col {
    max-width: calc(100% - 632px);
  }
  .invetment-intro-section.hlthcr-intro-section .hdTyp1 {
    padding-right: 50px;
  }
  .invetment-intro-section.hlthcr-intro-section .hdTyp2 {
    margin-top: 20px;
  }
  .invetment-intro-section.mng-srvc-section .row {
    gap: 65px;
  }
  .invetment-intro-section.mng-srvc-section .hdTyp2 {
    max-width: 546px;
  }
  .invetment-intro-section.mng-srvc-section .logo-col {
    max-width: 563px;
    margin-right: auto;
    margin-left: auto;
  }
  .invetment-intro-section.mng-srvc-section .desc-col {
    max-width: calc(100% - 636px);
  }
  .invetment-intro-section .row {
    gap: 50px;
  }
  .invetment-intro-section .logo-col {
    max-width: calc(50% - 50px);
  }
  .invetment-intro-section .desc-col {
    max-width: calc(50% - 100px);
  }
}
@media (min-width: 1600px) {
  .invetment-intro-section.hlthcr-intro-section .row {
    gap: 70px;
  }
  .invetment-intro-section.hlthcr-intro-section .intro-desc {
    gap: 20px;
  }
  .invetment-intro-section.hlthcr-intro-section .logo-col {
    max-width: 562px;
  }
  .invetment-intro-section.hlthcr-intro-section .desc-col {
    max-width: calc(100% - 632px);
  }
  .invetment-intro-section.hlthcr-intro-section .hdTyp1 {
    padding-right: 50px;
  }
  .invetment-intro-section.hlthcr-intro-section .hdTyp2 {
    margin-top: 20px;
  }
  .invetment-intro-section.mng-srvc-section .row {
    gap: 65px;
  }
  .invetment-intro-section.mng-srvc-section .hdTyp2 {
    max-width: 546px;
  }
  .invetment-intro-section.mng-srvc-section .logo-col {
    max-width: 563px;
    margin-right: auto;
    margin-left: auto;
  }
  .invetment-intro-section.mng-srvc-section .desc-col {
    max-width: calc(100% - 636px);
  }
  .invetment-intro-section .row {
    gap: 66px;
  }
  .invetment-intro-section .logo-col {
    max-width: calc(50% - 33px);
  }
  .invetment-intro-section .desc-col {
    max-width: calc(50% - 33px);
  }
}
@media (min-width: 1200px) {
  .finServ-intro-section .hdTyp2 {
    max-width: 550px;
  }
}
.hlthcr-kf-section {
  position: relative;
}
.hlthcr-kf-section::after {
  content: "";
  position: absolute;
  top: 315px;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color5);
}
.hlthcr-kf-section .item-card {
  background: var(--bgColor1);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hlthcr-kf-section .hdTyp1 {
  text-align: center;
}
.hlthcr-kf-section .item-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hlthcr-kf-section .item-list li {
  padding-left: 35px;
  position: relative;
  color: var(--fontColor3);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
}
.hlthcr-kf-section .item-list li::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid var(--bgColor3);
  background-color: var(--bgColor3);
  opacity: 0.2;
  left: 0;
  top: 5px;
}

@media (min-width: 768px) {
  .hlthcr-kf-section .item-card {
    padding: 40px;
  }
  .hlthcr-kf-section .hdTyp1 {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hlthcr-kf-section::after {
    top: 200px;
    right: auto;
    width: 50vw;
  }
  .hlthcr-kf-section .item-card {
    padding: 40px 66px;
    max-width: 1127px;
    margin-right: 0;
    margin-left: auto;
  }
  .hlthcr-kf-section .hdTyp1 {
    margin-bottom: 0;
  }
  .hlthcr-kf-section .hdTyp2 {
    margin-bottom: 4px;
  }
  .hlthcr-kf-section .item-list li {
    padding-left: 38px;
  }
  .hlthcr-kf-section .item-list li::before {
    width: 16px;
    height: 16px;
  }
}
.why-us-section {
  position: relative;
  background: var(--bgColor2);
}
.why-us-section .row {
  margin: 0;
  gap: 180px;
  position: relative;
  z-index: 1;
}
.why-us-section .cols {
  padding: 0;
}
.why-us-section .content-col {
  padding: 20px;
  background: #FAFAFA;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.why-us-section .txt {
  color: var(--fontColor5);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
}
.why-us-section .hdTyp2 {
  margin: 40px 0 20px;
}
.why-us-section .video-background {
  width: 100%;
  height: 181px;
  position: absolute;
  top: 150px;
}
.why-us-section .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .why-us-section .row {
    margin: 0;
    gap: 320px;
    position: relative;
    z-index: 1;
  }
  .why-us-section .cols {
    padding: 0;
  }
  .why-us-section .content-col {
    padding: 40px 50px;
  }
  .why-us-section .video-background {
    width: 100%;
    height: 369px;
    top: 170px;
  }
}
@media (min-width: 1200px) {
  .why-us-section {
    min-height: 630px;
    overflow: hidden;
  }
  .why-us-section .row {
    margin: 0;
    gap: 0;
    position: relative;
    z-index: 1;
  }
  .why-us-section .cols {
    padding: 0;
    width: 512px;
  }
  .why-us-section .content-col {
    width: calc(100% - 512px);
    padding: 40px 50px;
  }
  .why-us-section .video-background {
    width: 800px;
    height: 400px;
    top: 230px;
  }
}
@media (min-width: 1400px) {
  .why-us-section {
    min-height: 710px;
  }
  .why-us-section .video-background {
    width: 900px;
    height: 480px;
  }
}
@media (min-width: 1600px) {
  .why-us-section {
    min-height: 814px;
  }
  .why-us-section .video-background {
    width: 1216px;
    height: 584px;
  }
}
.innovations-section.fin-strategies-section .hdTyp1 {
  margin-bottom: 40px;
}
.innovations-section.fin-strategies-section .intro-para {
  display: none;
}
.innovations-section.finServ-col-section .intro-para {
  color: var(--fontColor5);
  text-align: center;
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  margin: 20px 0 40px;
}
.innovations-section .hdTyp1 {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
}
.innovations-section .row {
  margin: 0;
}
.innovations-section .cols {
  padding: 0;
}
.innovations-section .list-card {
  padding: 40px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  font-family: var(--primaryFont);
  border-top: 1px solid var(--color4);
}
.innovations-section .list-card:first-child {
  border-top: none;
  padding-top: 0;
}
.innovations-section .list-card .txt {
  color: var(--fontColor5);
  text-align: center;
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
}
.innovations-section .icon-desc {
  display: flex;
  gap: 20px;
  align-items: center;
}
.innovations-section .icon-hd {
  color: var(--fontColor2);
  font-size: var(--fontSizeTeritiary);
  font-weight: 400;
  line-height: normal;
  max-width: 236px;
}

@media (min-width: 768px) {
  .innovations-section.fin-strategies-section .hdTyp1 {
    margin-bottom: 20px;
    padding: 0;
  }
  .innovations-section.fin-strategies-section .intro-para {
    color: var(--fontColor5);
    text-align: center;
    font-size: var(--fontSizePrimary);
    font-weight: 300;
    line-height: normal;
    display: block;
    margin-bottom: 40px;
  }
  .innovations-section.finServ-col-section .hdTyp1 {
    margin-bottom: 20px;
    padding: 0;
  }
  .innovations-section.finServ-col-section .intro-para {
    color: var(--fontColor5);
    text-align: center;
    font-size: var(--fontSizePrimary);
    font-weight: 300;
    line-height: normal;
    display: block;
    margin-bottom: 70px;
  }
  .innovations-section.finServ-col-section .list-card:nth-last-child(1), .innovations-section.finServ-col-section .list-card:nth-last-child(2) {
    padding-bottom: 0;
  }
  .innovations-section.finServ-col-section .list-card:nth-last-child(1)::after, .innovations-section.finServ-col-section .list-card:nth-last-child(2)::after {
    content: none;
  }
  .innovations-section.finServ-col-section .list-card:nth-child(even)::before {
    height: calc(100% - 40px);
  }
  .innovations-section.finServ-col-section .list-card:last-child::before {
    height: 100%;
  }
  .innovations-section .row {
    gap: 40px;
  }
  .innovations-section .cols {
    width: calc(50% - 20px);
  }
  .innovations-section .icon-hd {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .innovations-section .list-card {
    padding: 0 0 40px;
    align-items: start;
    border-top: none;
    position: relative;
  }
  .innovations-section .list-card .txt {
    text-align: left;
  }
  .innovations-section .list-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--color4);
  }
  .innovations-section .list-card:nth-last-child(1), .innovations-section .list-card:nth-last-child(2) {
    padding: 0;
  }
  .innovations-section .list-card:nth-last-child(1)::after, .innovations-section .list-card:nth-last-child(2)::after {
    content: none;
  }
  .innovations-section .list-card:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    background: var(--color4);
  }
  .innovations-section .list-card:nth-child(2)::before {
    height: calc(100% - 40px);
  }
}
@media (min-width: 1200px) {
  .innovations-section.fin-strategies-section .intro-para {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
  .innovations-section.fin-strategies-section .row {
    gap: 40px;
  }
  .innovations-section.fin-strategies-section .list-card {
    padding: 0 0 40px;
  }
  .innovations-section.finServ-col-section .intro-para {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .innovations-section.finServ-col-section .row {
    gap: 40px;
  }
  .innovations-section.finServ-col-section .list-card {
    padding: 0 0 40px;
  }
  .innovations-section.finServ-col-section .list-card:nth-last-child(1), .innovations-section.finServ-col-section .list-card:nth-last-child(2) {
    padding-bottom: 0;
  }
  .innovations-section.finServ-col-section .list-card:nth-last-child(1)::after, .innovations-section.finServ-col-section .list-card:nth-last-child(2)::after {
    content: none;
  }
  .innovations-section.finServ-col-section .list-card:nth-child(even)::before {
    height: calc(100% - 40px);
  }
  .innovations-section.finServ-col-section .list-card:last-child::before {
    height: 100%;
  }
  .innovations-section .hdTyp1 {
    margin-bottom: 60px;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
  .innovations-section .row {
    justify-content: space-between;
    gap: 60px;
  }
  .innovations-section .cols {
    width: calc(50% - 30px);
  }
  .innovations-section .icon {
    width: 45px;
  }
  .innovations-section .icon img {
    min-width: 100%;
  }
  .innovations-section .list-card {
    padding: 0 0 60px;
  }
  .innovations-section .list-card::after {
    width: calc(100% - 45px);
  }
  .innovations-section .list-card:nth-last-child(1), .innovations-section .list-card:nth-last-child(2) {
    padding-bottom: 0;
  }
  .innovations-section .list-card:nth-last-child(1)::after, .innovations-section .list-card:nth-last-child(2)::after {
    content: none;
  }
  .innovations-section .list-card:nth-child(even)::before {
    left: -30px;
    height: 100%;
  }
  .innovations-section .list-card:nth-child(even)::after {
    left: auto;
    right: 0;
  }
  .innovations-section .list-card:nth-child(2)::before {
    height: calc(100% - 60px);
  }
}
@media (min-width: 1600px) {
  .innovations-section .cols {
    width: calc(50% - 85px);
  }
  .innovations-section .list-card:nth-child(even)::before {
    left: -85px;
  }
}
.quote-section {
  padding: 135px 0;
  background: url(../images/YourSuccessIsOurCommitment-mob.jpg) 0 0/cover;
}
.quote-section .hdTyp1 {
  color: var(--bgColor1);
  text-align: center;
  font-size: var(--fontSizeQuarternary);
  line-height: 1.5;
}
.quote-section .hdTyp2 {
  color: var(--bgColor1);
  font-size: var(--fontSizeQuinary);
  text-align: center;
  font-weight: 300;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .quote-section {
    padding: 80px 0;
    background: url(../images/YourSuccessIsOurCommitment-tab.jpg);
  }
  .quote-section .hdTyp1 {
    max-width: 530px;
    margin: 0 auto;
    line-height: normal;
  }
  .quote-section .hdTyp2 {
    max-width: 600px;
    margin: 20px auto 0;
  }
}
@media (min-width: 1200px) {
  .quote-section {
    padding: 90px 0 90px;
    background: url(../images/YourSuccessIsOurCommitment.jpg);
  }
  .quote-section .hdTyp1 {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .quote-section .hdTyp2 {
    color: var(--bgColor1);
    text-align: center;
    max-width: 973px;
    margin: 20px auto 0;
  }
}
.ceo-section {
  background: var(--bgColor2);
}
.ceo-section .logo-col .hdTyp1 {
  margin-bottom: 20px;
  position: relative;
}
.ceo-section .logo-col .hdTyp1::after {
  content: "";
  position: absolute;
  top: calc(100% + 64px);
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color5);
}
.ceo-section .logo-col .subHd {
  color: var(--fontColor5);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  margin: 0 0 60px;
}
.ceo-section .desc-col .subHd {
  display: none;
}

@media (min-width: 768px) {
  .ceo-section .logo-col .hdTyp1 {
    display: inline-block;
  }
  .ceo-section .logo-col .hdTyp1::after {
    width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .ceo-section .logo-col .hdTyp1 {
    display: none;
  }
  .ceo-section .logo-col .subHd {
    display: none;
  }
  .ceo-section .desc-col .hdTyp1 {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }
  .ceo-section .desc-col .hdTyp1::after {
    content: "";
    position: absolute;
    top: calc(100% + 57px);
    left: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: var(--color5);
  }
  .ceo-section .desc-col .subHd {
    display: block;
    color: var(--fontColor5);
    font-family: var(--primaryFont);
    font-size: var(--fontSizePrimary);
    font-weight: 300;
    line-height: normal;
    margin: 0 0 40px;
  }
}
@media (min-width: 1600px) {
  .ceo-section .desc-col .hdTyp1 {
    margin-top: 0;
  }
}
.com-soln-section {
  position: relative;
}
.com-soln-section .row {
  margin: 0;
  gap: 20px;
}
.com-soln-section .cols {
  padding: 0;
}
.com-soln-section .txt {
  color: var(--fontColor5);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  margin: 20px 0;
}
.com-soln-section .img-box img {
  min-width: 100%;
}
.com-soln-section .soln-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.com-soln-section .soln-list .item {
  padding-left: 46px;
  position: relative;
}
.com-soln-section .soln-list .absPos {
  position: absolute;
  left: 0;
  top: 0;
}
.com-soln-section .soln-list .list-desc {
  color: var(--fontColor5);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .com-soln-section .hdTyp1 {
    max-width: 484px;
  }
  .com-soln-section .txt {
    margin-bottom: 40px;
  }
  .com-soln-section .soln-list .item {
    padding-left: 86px;
  }
}
@media (min-width: 1200px) {
  .com-soln-section .row {
    gap: 50px;
  }
  .com-soln-section .logo-col {
    max-width: calc(50% - 25px);
  }
  .com-soln-section .list-col {
    max-width: calc(50% - 25px);
  }
  .com-soln-section .hdTyp1 {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .com-soln-section .txt {
    margin-bottom: 40px;
  }
  .com-soln-section .soln-list {
    gap: 24px;
  }
  .com-soln-section .soln-list .item {
    padding-left: 66px;
  }
  .com-soln-section .soln-list .list-desc {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .com-soln-section .row {
    gap: 80px;
  }
  .com-soln-section .logo-col {
    max-width: calc(50% - 40px);
  }
  .com-soln-section .list-col {
    max-width: calc(50% - 40px);
  }
  .com-soln-section .hdTyp1 {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .com-soln-section .txt {
    margin-bottom: 40px;
  }
  .com-soln-section .soln-list {
    gap: 30px;
  }
  .com-soln-section .soln-list .item {
    padding-left: 86px;
  }
  .com-soln-section .soln-list .list-desc {
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .com-soln-section .row {
    gap: 77px;
  }
  .com-soln-section .logo-col {
    max-width: 534px;
  }
  .com-soln-section .list-col {
    max-width: calc(100% - 611px);
  }
  .com-soln-section .hdTyp1 {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .com-soln-section .txt {
    margin-bottom: 40px;
  }
  .com-soln-section .soln-list {
    gap: 30px;
  }
  .com-soln-section .soln-list .item {
    padding-left: 86px;
  }
  .com-soln-section .soln-list .list-desc {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .key-serv-section .img-box {
    position: absolute;
    width: calc(50vw - 30px);
    left: 0;
  }
  .key-serv-section .soln-list {
    gap: 20px;
  }
  .key-serv-section .soln-list .list-desc {
    margin-top: 12px;
  }
}
@media (min-width: 1400px) {
  .key-serv-section .img-box {
    position: absolute;
    width: calc(50vw - 46px);
    left: 0;
  }
  .key-serv-section .soln-list {
    gap: 24px;
  }
}
@media (min-width: 1600px) {
  .key-serv-section .img-box {
    position: absolute;
    width: calc(50vw - 113px);
    left: 0;
  }
  .key-serv-section .soln-list {
    gap: 30px;
  }
  .key-serv-section .soln-list .list-desc {
    margin-top: 20px;
  }
}
.invstmnt-prncpl-section {
  position: relative;
  padding-bottom: 60px;
}
.invstmnt-prncpl-section .img-box {
  width: 100%;
}
.invstmnt-prncpl-section .img-box img {
  min-width: 100%;
}
.invstmnt-prncpl-section .prncpl-card {
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding: 40px 18px 40px 20px;
  background-color: var(--bgColor1);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.invstmnt-prncpl-section .txt {
  color: var(--fontColor5);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
.invstmnt-prncpl-section .soln-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.invstmnt-prncpl-section .soln-list .item {
  padding-left: 40px;
  position: relative;
}
.invstmnt-prncpl-section .soln-list .absPos {
  position: absolute;
  left: 0;
  top: 0;
}
.invstmnt-prncpl-section .soln-list .list-desc {
  color: var(--fontColor5);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .invstmnt-prncpl-section {
    padding-bottom: 70px;
  }
  .invstmnt-prncpl-section .prncpl-card {
    margin-top: -132px;
    padding: 40px 60px 40px;
  }
  .invstmnt-prncpl-section .soln-list .item {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .invstmnt-prncpl-section {
    padding: 100px 0;
  }
  .invstmnt-prncpl-section .img-box {
    position: absolute;
    left: 0;
    top: 158px;
    width: clamp(550px, 550px + 387 * (100vw - 1200px) / 640, 937px);
  }
  .invstmnt-prncpl-section .prncpl-card {
    margin-top: 0;
    padding: 48px;
    max-width: 655px;
    margin-right: 0;
    margin-left: auto;
  }
  .invstmnt-prncpl-section .soln-list {
    gap: 24px;
  }
  .invstmnt-prncpl-section .soln-list .item {
    padding-left: 80px;
  }
  .invstmnt-prncpl-section .soln-list .item .list-desc {
    margin-top: 14px;
  }
}
@media (min-width: 1600px) {
  .invstmnt-prncpl-section .prncpl-card {
    padding: 58px 60px;
    max-width: 655px;
  }
  .invstmnt-prncpl-section .soln-list {
    gap: 30px;
  }
  .invstmnt-prncpl-section .soln-list .item {
    padding-left: 80px;
  }
  .invstmnt-prncpl-section .soln-list .item .list-desc {
    margin-top: 20px;
  }
}
.sty-infrm-section.key-hglt-section .key-hglt {
  margin-top: 40px;
}
.sty-infrm-section.key-hglt-section .item-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sty-infrm-section.key-hglt-section .item-list li {
  padding-left: 35px;
  position: relative;
  color: var(--fontColor3);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
}
.sty-infrm-section.key-hglt-section .item-list li::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid var(--bgColor3);
  background-color: var(--bgColor3);
  opacity: 0.2;
  left: 0;
  top: 5px;
}
.sty-infrm-section .hdTyp1 {
  text-align: center;
}
.sty-infrm-section .intro-para {
  display: none;
}
.sty-infrm-section .sty-infrm-slider {
  margin-top: 40px;
}
.sty-infrm-section .item {
  padding: 40px 32px 40px 31px;
  background: var(--bgColor1);
  box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.03);
  margin-top: 30px;
  position: relative;
}
.sty-infrm-section .item::before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  content: "";
  position: absolute;
  background: var(--color3);
}
.sty-infrm-section .item::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  background: #CD992B;
  transition-property: width;
  transition-behavior: ease;
  transition-duration: 0.4s;
}
.sty-infrm-section .item:first-of-type {
  margin-top: 0;
}
.sty-infrm-section .item-desc {
  color: var(--fontColor3);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .sty-infrm-section {
    overflow: hidden;
  }
  .sty-infrm-section.key-hglt-section .hdTyp1 {
    margin: 0 auto;
    max-width: 466px;
  }
  .sty-infrm-section.key-hglt-section .key-hglt {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .sty-infrm-section.key-hglt-section .item {
    width: calc(50% - 15px);
    margin: 0;
  }
  .sty-infrm-section .intro-para {
    display: block;
    color: var(--fontColor3);
    text-align: center;
    font-family: var(--primaryFont);
    font-size: var(--fontSizePrimary);
    font-weight: 300;
    line-height: normal;
    margin-top: 20px;
  }
  .sty-infrm-section .sty-infrm-slider {
    width: 110.3%;
    margin: 40px -15px 0;
  }
  .sty-infrm-section .item {
    margin: 0 15px;
    padding: 40px 35px;
    min-height: 210px;
    margin-top: 0;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .sty-infrm-section {
    overflow: hidden;
  }
  .sty-infrm-section.key-hglt-section .hdTyp1 {
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .sty-infrm-section.key-hglt-section .item {
    padding: 77px 80px;
  }
  .sty-infrm-section.key-hglt-section .item-list {
    margin-top: 24px;
  }
  .sty-infrm-section.key-hglt-section .item-list li {
    padding-left: 40px;
  }
  .sty-infrm-section.key-hglt-section .item-list li::before {
    width: 16px;
    height: 16px;
    top: 6px;
  }
  .sty-infrm-section .intro-para {
    max-width: 840px;
    margin: 20px auto 0;
  }
  .sty-infrm-section .sty-infrm-slider {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .sty-infrm-section .item {
    width: calc(33% - 16.666px);
    margin: 0;
  }
  .sty-infrm-section .item:hover::after {
    width: 100%;
  }
}
.collab-section .row {
  margin: 0;
  gap: 20px;
}
.collab-section .cols {
  padding: 0;
}
.collab-section .img-box {
  margin-top: 40px;
}
.collab-section .img-box img {
  min-width: 100%;
}
.collab-section .content-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.collab-section .content-col .txt {
  color: var(--fontColor5);
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
}

@media (min-width: 1200px) {
  .collab-section .row {
    gap: 60px;
  }
  .collab-section .cols {
    width: calc(50% - 30px);
  }
  .collab-section .hdTyp1 {
    max-width: 435px;
  }
}
.our-journey-section {
  background: var(--bgColor2);
}
.our-journey-section .hdTyp1 {
  text-align: center;
}
.our-journey-section .intro-para {
  color: var(--fontColor5);
  text-align: center;
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
.our-journey-section .item-box {
  padding: 40px 0;
  border-top: 1px solid var(--color4);
}
.our-journey-section .item-box:first-of-type {
  border: none;
}
.our-journey-section .item-box:last-of-type {
  padding-bottom: 0;
}
.our-journey-section .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 80px 0 0;
  position: relative;
}
.our-journey-section .item::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color4);
}
.our-journey-section .item:first-of-type {
  padding-top: 0;
}
.our-journey-section .item:first-of-type::before {
  content: none;
}
.our-journey-section .item .year {
  color: var(--fontColor2);
  font-family: var(--primaryFont);
  font-size: var(--fontSizeTeritiary);
  font-weight: 400;
  line-height: normal;
}
.our-journey-section .item .logo {
  width: 118px;
}
.our-journey-section .item .item-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.our-journey-section .item .itemHd {
  color: var(--fontColor2);
  font-family: var(--primaryFont);
  font-size: var(--fontSizeTeritiary);
  text-align: center;
  font-weight: 400;
  line-height: normal;
}
.our-journey-section .item .desc {
  color: var(--fontColor5);
  text-align: center;
  font-family: var(--primaryFont);
  font-size: var(--fontSizePrimary);
  font-weight: 300;
  line-height: normal;
}

@media (min-width: 768px) {
  .our-journey-section .hdTyp1 {
    text-align: left;
  }
  .our-journey-section .intro-para {
    text-align: left;
    max-width: 550px;
    margin-bottom: 40px;
  }
  .our-journey-section .item {
    justify-content: space-between;
    flex-direction: row;
    padding: 80px 0 0 106px;
  }
  .our-journey-section .item::before {
    content: "";
    position: absolute;
    width: calc(100% - 106px);
    height: 1px;
    top: 40px;
    left: 106px;
    transform: none;
    background: var(--color4);
  }
  .our-journey-section .item:first-of-type {
    padding-top: 0;
  }
  .our-journey-section .item:first-of-type::before {
    content: none;
  }
  .our-journey-section .item .year {
    position: absolute;
    left: 0;
    top: 0;
  }
  .our-journey-section .item .logo {
    width: 112px;
    order: 2;
    flex-shrink: 0;
  }
  .our-journey-section .item .item-desc {
    max-width: 402px;
  }
  .our-journey-section .item .itemHd {
    text-align: left;
  }
  .our-journey-section .item .desc {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .our-journey-section .intro-para {
    max-width: 782px;
    margin-bottom: 0;
  }
  .our-journey-section .item-box {
    max-width: 992px;
  }
  .our-journey-section .item {
    padding: 80px 0 0 155px;
  }
  .our-journey-section .item::before {
    width: calc(100% - 155px);
    left: 155px;
  }
  .our-journey-section .item .logo {
    width: 118px;
  }
  .our-journey-section .item .item-desc {
    max-width: 628px;
  }
  .our-journey-section .item .itemHd {
    text-align: left;
  }
  .our-journey-section .item .desc {
    text-align: left;
  }
}/*# sourceMappingURL=new-style.css.map */