:root {
  --Main_Md_Blue: #2264DC;
  --Main_Lt_Blue: #5A8CFF;
  --Main_Dk_Blue: #022060;
  --Accnt_Bright_Blue: #00D4FF;
  --Accnt_Violet: #635CFF;
  --button1_hover: #3F39BF;
  --white: #fff;
  --Neut_Light_gray: #F3F8FA;
  --Neut_Gray: #DFE4EA;
  --Neut_Black: #1A1F22;
  --Text_Dark_Grey: #3E4950;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?xawt5n');
  src: url('../fonts/icomoon.eot?xawt5n#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?xawt5n') format('truetype'), url('../fonts/icomoon.woff?xawt5n') format('woff'), url('../fonts/icomoon.svg?xawt5n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dropdown:before {
  content: "\e900";
}
.icon-long_arrow:before {
  content: "\e901";
}
.icon-chec_arrow:before {
  content: "\e902";
}
.icon-small_arrow:before {
  content: "\e903";
}
body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.pageContent {
  width: 100%;
  overflow: hidden;
}
a {
  color: var(--footer-text);
  text-decoration: none;
  transition: 0.3s ease;
}
a:not(.themeLink, .themeBtnOne, .themeBtnTwo, .themeBtnThree, .themeBtn1, .themeBtn2, .themeBtn3):hover {
  text-decoration: none;
  color: var(--theme-color);
}
p a:hover {
  text-decoration: underline;
  color: var(--theme-color);
}
p {
  line-height: 1.4;
  font-size: 16px;
}
.largeText p {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 500;
}
.smallText p {
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
}
.disclaimerText p {
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 20px;
}
h1,
.h1 {
  font-size: 72px;
  color: var(--white);
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: -0.72px;
}
h2,
.h2 {
  font-size: 48px;
  color: var(--Main_Dk_Blue);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
  letter-spacing: -0.48px;
}
h3,
.h3 {
  font-size: 40px;
  color: var(--Main_Dk_Blue);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}
h4,
.h4 {
  font-size: 24px;
  color: #1E1E1E;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 0;
}
.dark p,
.dark li,
.dark h1,
.dark .h1,
.dark h2,
.dark .h2,
.dark h3,
.dark .h3,
.dark h4,
.dark .h4,
.dark h5,
.dark .h5,
.dark h6,
.dark .h6 {
  color: var(--white);
}
.dark h1 span,
.dark h2 span,
.dark h3 span,
.dark h4 span,
.dark h5 span,
.dark h6 span {
  color: var(--theme-color);
}
.dark .themeLink {
  color: var(--white) !important;
}
.dark .themeLink i:after {
  background-color: var(--white);
}
.themeLink {
  display: inline-block;
  line-height: 1.67;
  font-size: 18px;
  color: var(--Main_Md_Blue);
  font-weight: 500;
  position: relative;
}
/* .themeLink i:after {
  content: "";
  height: 2.3px;
  width: 85%;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: var(--Main_Md_Blue);
} */
/*.themeLink:hover { color: var(--Main_Md_Blue); }*/
.themeLink i {
      top: 0;
    margin-left: 8px;
    transition: 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    overflow: hidden;
}
.themeLink i::before{
  content: "\e901"!important;
  float: right;
}
.themeLink:hover i {
  width: 24px;
}
.pageHeader .themeLink{
  position: relative;
  padding-right: 24px;
}
.pageHeader .themeLink i{
  position: absolute;
  left: 44px;
  top: 10px;
}

.themeBtnOne {
  padding: 8.5px 20px;
  display: inline-block;
  background-color: var(--Accnt_Violet);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--Accnt_Violet);
}
.themeBtnOne i {
  margin-left: 8px;
}
.themeBtnOne:hover {
  background-color: var(--button1_hover);
  border-color: var(--button1_hover);
  color: var(--white) !important;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}
.themeBtnTwo {
  padding: 8.5px 24px;
  display: inline-block;
  background-color: transparent;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--Accnt_Violet);
}
.themeBtnTwo i {
  margin-left: 8px;
}
.themeBtnTwo:hover {
  background-color: var(--white);
  border-color: var(--button1_hover);
  color: var(--button1_hover);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}
.themeBtnThree {
  padding: 8.5px 24px;
  display: inline-block;
  background-color: transparent;
  color: var(--Neut_Black);
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--Accnt_Violet);
}
.themeBtnThree i {
  margin-left: 8px;
}
.themeBtnThree:hover {
  background-color: var(--white);
  border-color: var(--button1_hover);
  color: var(--button1_hover);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}
.light .btnOutline {
  color: var(--Neut_Black);
}
.light .btnOutline:hover {
  color: var(--white);
}
.g-24 {
  gap: 24px;
}
.g-40 {
  gap: 40px;
}
.g-16 {
  gap: 16px;
}
.pageContent .row {
  --bs-gutter-x: 2rem;
}
.pageContent .container-md {
  --bs-gutter-x: 2rem;
}
.navbar {
  padding: 0px 36px;
  background-color: var(--white);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.headerBtn {
  gap: 32px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
}
.headerBtn .themeBtnOne {
  padding: 9px 21px;
}
.dropdown-toggle::after {
  content: "\e900";
  font-family: 'icomoon' !important;
  border-width: 0;
  font-size: 10px;
  vertical-align: middle;
  position: relative;
  top: 0px;
}
.pageHeader .navbar-nav .nav-link {
  padding: 0 24px;
  line-height: 88px;
  font-size: 18px;
  color: var(--Main_Dk_Blue);
  position: relative;
}
.pageHeader .navbar-nav .nav-link:before {
  content: "";
  height: 4px;
  width: 100%;
  background-color: var(--Accnt_Violet);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.pageHeader .navbar-nav .nav-link:hover {
  color: var(--Accnt_Violet);
}
.pageHeader .navbar-nav .nav-link:hover:before {
  opacity: 1;
}
.navbar-brand {
  display: inline-block;
}
.pageFooter {
  padding: 65px 36px 55px;
  background: linear-gradient(237deg, #022060 38.15%, #092E7A 65.41%, #2264DC 106.16%);
}
.footerMenuSol {
  max-width: 135px;
}
.footerMenuWho {
  max-width: 164px;
}
.footerMenuRes {
  max-width: 124px;
}
.footerMenu h6,
.footerSub h6 {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
.footerSub {
  margin-top: 47px;
  max-width: 320px;
  margin-left: auto;
}
.footerBtn {
  max-width: 320px;
  margin-left: auto;
}
.footerSub h6 {
  margin-bottom: 16px;
}
.footerMenu li {
  list-style: none;
  padding-bottom: 8px;
}
.footerMenu ul {
  margin: 0;
  padding: 0;
}
.footerMenu li a {
  color: var(--white);
  font-size: 18px;
  line-height: 25.2px;
}
.footerMenu li a:hover {
  color: var(--Accnt_Violet);
}
.footerMenu li .fa-brands {
  font-size: 28px;
}
.footerBtn {
  gap: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.footerMenu {
  gap: 35px;
}
.bottomFooter {
  margin-top: 120px;
  color: #DFE4EA;
}
.footerLinks a {
  padding: 0 15px;
  border-right: 1px solid var(--white);
}
.footerLinks a:first-child {
  padding-left: 0;
}
.footerLinks a:last-child {
  padding-right: 0;
  border-width: 0;
}
.footerLinks a:hover {
  color: var(--Accnt_Violet);
}
.footerSub .form-control {
  border-radius: 0;
  height: 46px;
  margin-right: 4px !important;
}
.footerSub .btn {
  background: var(--Accnt_Violet);
  border-radius: 0;
  color: var(--white);
  height: 46px;
  border-width: 0;
  min-width: 46px;
  padding: 0;
}
.footerSub .btn:hover {
  background-color: var(--button1_hover);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}
.heroContent {
  z-index: 10;
  max-width: 830px;
  padding: 0 8px;
  margin: 0 auto;
  position: relative;
}
.videoWrap {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homeHero {
  background: #2A518B;
  position: relative;
  z-index: 9;
  padding-top: 156px;
  overflow: hidden;
  padding-bottom: 169px;
}
.videoWrap video {
  position: absolute;
  top: 50%;
  height: 100vh;
  transform: translate(-50%, -50%);
  left: 50%;
}
.homeHero h1 {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.30);
  margin-bottom: 16px;
}
.heroText {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.homeHero+.videoSection .heroBtn {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 60px;
}
.heroBtn .themeBtnOne,
.heroBtn .themeBtnTwo,
.innerHero .themeBtnOne {
  font-size: 22.3px;
  padding: 10.3px 32px;
}
.homeHero:after {
  content: "";
  background: rgb(2 32 96 / 25%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.heroShape {
  z-index: 9;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.innerHero {
  padding: 170px 8px 20px;
  background-image: url(../images/pagebanner.svg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 594px;
}
.innerHeroContent h1 {
  color: var(--Main_Dk_Blue);
  margin-bottom: 0;
}
.innerHeroContent h2 {
  margin-bottom: 0;
  max-width: 510px;
}
.innerHero .innerHeroContent p {
  margin-bottom: 0;
  color: #000;
}
.innerHero p {
  /*margin-top: 8px;*/
  color: var(--Main_Dk_Blue);
}
.bannerGrapghImg img {
  border-radius: 16px;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.08);
}
.videoSection {
  margin-top: -1px;
  position: relative;
  z-index: 11;
  background: linear-gradient(180deg, #CDE9F9 21.14%, #ffffff00 55.43%);
  padding: 78px 0 0;
}
.videoSection .sectionWrap {
  padding: 48px 0 48px 48px;
  position: relative;
  z-index: 1;
}
.videoSection .sectionWrap:before {
  border-radius: 16px;
  background: linear-gradient(180deg, #FFF 41.81%, rgba(255, 255, 255, 0.55) 58.02%, rgba(255, 255, 255, 0.00) 72.68%);
  box-shadow: 0 -2px 20px 2px rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  left: 0;
  width: 93.2%;
  top: 0;
  height: 70%;
  background: #fff;
  z-index: -1;
}
.videoSection .sectionWrap:after {
  border-radius: 0;
  background: linear-gradient(180deg, #FFF 41.81%, rgba(255, 255, 255, 0.55) 58.02%, rgba(255, 255, 255, 0.00) 72.68%);
  content: "";
  position: absolute;
  left: 0;
  width: 93.2%;
  bottom: 0;
  height: 35%;
  background: #fff;
  z-index: -1;
}
.heroDevice {
  padding-bottom: 145px;
  margin-top: -252px;
}
.videoSection .contentWrap h2 {
  margin: 0;
  color: var(--Main_Dk_Blue);
}
.videoSection .contentWrap p {
  max-width: 430px;
  color: var(--Text_Dark_Grey);
}
.investSection .contentWrap p {
  max-width: 870px;
  color: var(--Text_Dark_Grey);
}
.videoWrapSecttion {
  border-radius: 16px;
  box-shadow: -5.468px 5.468px 21.871px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-width: 656px;
  margin-left: auto;
  margin-top: 43px;
  position: relative;
}
.videoWrapSecttion a.playIcon {
  max-width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.investSection {
  padding: 48px;
  border-radius: 16px;
  background: var(--Neut_Light_gray, #F3F8FA);
  box-shadow: 0 -2px 20px 2px rgba(0, 0, 0, 0.15);
  margin-top: 100px;
}
.firmSlider .slick-dots {
  text-align: center;
  margin-bottom: 0;
  margin-top: 24px;
  position: static;
}
.firmSlider .firmLogo {
  padding: 0 10px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.firmSlider .slick-dots li {
  font-size: 0;
  list-style: none;
  display: inline-block;
}
.firmSlider .slick-dots li button {
  background-color: var(--Neut_Gray);
  width: 60px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  margin: 0 8px;
  border-width: 0;
}
.firmSlider .slick-dots li.slick-active button {
  background-color: var(--Accnt_Violet);
}
.CIOQuote {
  background-image: url(../images/directorBg.jpg);
  background-size: cover;
  background-position: center;
  padding: 280px 0 70px;
  margin-top: -205px;
  background-color: #022060;
}
.CIOQuote h2 {
  margin-bottom: 31px;
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.48px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.50);
}
.CIOQuote h4 {
  max-width: 500px;
  margin: 0 auto;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.50);
}
.CommonQuote {
  background-image: url(../images/directorBg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  background-color: #022060;
}
.CommonQuote h2 {
  margin-bottom: 24px;
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.48px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.50);
}
.CommonQuote h4 {
  max-width: 830px;
  margin: 0 auto 40px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.50);
}
.solutionsBlk {
  padding: 120px 0 100px;
}
.solutionsBlk .secHead {
  margin-bottom: 58px;
}
.solutionsBlk .platformBtn {
  margin-top: 32px;
}
.solutionsWrapContent {
  padding: 30px 32px;
}
.solutionsWrapContent h4 {
  margin: 0 0 4px;
  color: var(--Accnt_Bright_Blue);
}
.solutionsWrap {
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(54deg, #021F60 34.03%, #2D3AA6 58.82%, #635CFF 77.41%);
  box-shadow: 0 3.41px 24px 0 rgba(0, 0, 0, 0.10);
  overflow: hidden;
}
.solutionsSlider .slick-dots {
  margin: 30px 0 10px -16px;
  text-align: center;
  padding: 0;
}
.solutionsSlider .slick-dots li {
  list-style: none;
  display: inline-block;
}
.solutionsSlider .slick-dots li button {
  border-width: 0;
  font-size: 0;
  transition: 0.3s ease;
  border-radius: 8px;
  background: var(--Neut_Gray, #DFE4EA);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25) inset;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 6px;
}
.solutionsSlider .slick-dots li.slick-active button {
  background: var(--Main_Md-Blue, #2264DC);
  box-shadow: none;
  width: 39px
}
.investRoleBlk {
  padding: 120px 0;
  background-color: #F3F8FA;
}
.investRoleBlk h2 {
  margin-bottom: 0;
}
.investRoleBlk .secHead {
  margin-bottom: 20px;
}
.investRoleWrap {
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
}
.fullWidthRow div[class^="col-"] {
  width: 100%;
}
.fullWidthRow div[class^="col-"] .contentWrap h2 {
  padding: 0;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  color: #1A1F22;
}
.fullWidthRow div[class^="col-"] .contentWrap {
  padding: 0;
  margin: 0 auto;
}
.fullWidthRow div[class^="col-"] .contentWrap p {
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
}
.investRoleWrap h4 {
  color: var(--Main_Dk_Blue);
  margin-bottom: 15px;
}
.investRoleContent p {
  max-width: 290px;
}
.largeContent.investRoleContent p {
  max-width: 628px;
}
.investRoleContent .themeLink {
  font-size: 16px;
}
.investRoleBlk .g-4 {
  --bs-gutter-y: 2rem;
}
.faqSection {
  padding: 80px 0;
}
.faqSection h2 {
  color: var(--Neut_Black);
  margin-bottom: 54px;
}
.faqWrap {
  max-width: 770px;
  margin: 0 auto 54px;
}
.accordion-item {
  border-radius: 0 !important;
  border-width: 0;
  border-bottom: 1px solid #000;
}
.accordion-header {
  padding: 15px 55px 15px 20px;
  cursor: pointer;
  position: relative;
}
.accordion-header:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 0.3s ease;
  transform: rotate(180deg);
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-header.active:after {
  transform: rotate(0deg);
}
.accordion-content {
  display: none;
  padding: 8px 28px 28px 20px;
}
.accordion-content p {
  margin-bottom: 5px;
  max-width: calc(100% - 22px);
}
.accordion-content p a {
  text-decoration: underline;
}
.contactBlk {
  padding: 80px 4px 120px;
  background: linear-gradient(304deg, #CDE9F9 -1.79%, #F3F8FA 101.06%);
}
.contactBlk h2,
.contactBlk p {
  max-width: 480px;
  margin-bottom: 0;
}
.needsBlk {
  padding: 80px 4px;
}
.needsBlk .row {
  --bs-gutter-x: 1rem;
}
.needsBlkWrap {
  padding: 48px 32px;
  position: relative;
}
.needsBlkWrap h2 {
  margin-bottom: 60px;
}
.needsBlkWrap .iconWrap {
  margin-bottom: 20px;
}
.needsBlkWrap h4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  color: var(--Main_Dk_Blue);
}
.needsBlk .needsBlkWrap:before {
  border-radius: 16px;
  background: linear-gradient(180deg, #FFF 41.81%, rgba(255, 255, 255, 0.55) 58.02%, rgba(255, 255, 255, 0.00) 72.68%);
  box-shadow: 0 -2px 20px 2px rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 70%;
  background: #fff;
  z-index: -1;
}
.needsBlk .needsBlkWrap:after {
  border-radius: 0;
  background: linear-gradient(180deg, #FFF 41.81%, rgba(255, 255, 255, 0.55) 58.02%, rgba(255, 255, 255, 0.00) 72.68%);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 35%;
  background: #fff;
  z-index: -1;
}
.columnBlk {
  padding: 100px 4px;
}
.columnBlk .imageWrap {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
/*.columnBlk .row { --bs-gutter-x: 4.5rem; }*/
.columnBlk .contentWrap h2 {
  margin-bottom: 16px;
}
.columnBlk .contentWrap ul {
  margin-top: 32px;
  margin-bottom: 42px;
}
.columnBlk .contentWrap {
  padding-left: 58px;
}
.columnBlk .contentWrap li {
  list-style: none;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
.columnBlk .contentWrap ul {
  padding: 0;
}
.columnBlk .contentWrap li:before {
  background-image: url(../images/ListIcon.svg);
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.columnBlk .imageWrap img {
  border-radius: 16px;
}
.QuoteSection {
  position: relative;
  margin-top: -241px;
}
.QuoteSection .investSection {
  margin-top: 0;
}
.innerCIOQuote {
  padding-top: 100px;
  margin-top: 0;
  padding-bottom: 300px;
}
.CIOQuote.innerCIOQuote h2 {
  max-width: 960px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.50);
}
.QuoteSection .contentWrap {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.QuoteSection .contentWrap h2 {
  margin: 0;
}
.QuoteSection .firmSlider .swiper-pagination .swiper-pagination-bullet {
  transition: 0.3s ease;
  border-radius: 8px;
  background: var(--Neut_Gray, #DFE4EA);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25) inset;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 6px;
}
.QuoteSection .firmSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Main_Md-Blue, #2264DC);
  box-shadow: none;
  width: 39px
}
.contactInfo {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.columnBlk .contactInfo h2 {
  margin-bottom: 0;
}
.contactInfo p {
  margin-bottom: 8px;
  max-width: 350px;
}
.contactInfo p:last-child {
  margin-bottom: 0;
}
.contactInfo .themeBtnOne {
  margin-top: 3px;
}
.contactInfo .themeBtnOne .fa-brands {
  margin-right: 10px;
}
/* Stage Edits */
.headerMenu {
  margin-right: 80px;
}
ul.mega-sub-menu {
  background: #fff;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #1A1F22;
  padding: 2px 24px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
  padding: 12px 0px;
  background: #fff;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link {
  color: #3F39BF;
  text-decoration: underline;
  background: #fff;
  font-weight: 700;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
  font-size: 18px;
  color: #022060;
  letter-spacing: 0.54px;
  text-transform: capitalize;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
  vertical-align: middle;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu,
#mega-menu-wrap-main-menu {
  position: static;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
  padding: 62px 36px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
  font-size: 20px;
  color: #1A1F22;
  text-transform: initial;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
  line-height: 1.4;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu .MenuFirst .textwidget p {
  font-size: 20px !important;
  color: #3E4950 !important;
  line-height: 1.4;
  font-weight: 500;
  max-width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu .textwidget p {
  font-size: 14px !important;
  color: #1A1F22;
  max-width: 260px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu .textwidget p strong {
  font-size: 16px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-row>ul.mega-sub-menu {
  display: flex;
  gap: 42px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column>ul.mega-sub-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:hover .textwidget p strong {
  text-decoration: underline;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column:hover .textwidget p {
  color: #3F39BF;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-sub-menu .mega-menu-column.MenuFirst {
  width: 25% !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.menuWhoWe .mega-menu-column {
  width: 15% !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu .textwidget p a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
  max-width: 1356px;
  margin: 0 auto;
  float: none;
}
.footerMenu1 {
  max-width: 135px;
}
.footerMenu2 {
  max-width: 164px;
}
.footerMenu3 {
  max-width: 124px;
  margin-left: 20px;
}
.footerSub p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.footerSub p .wpcf7-form-control-wrap {
  display: block;
}
.footerSub p .wpcf7-spinner {
  display: none;
}
.footerSub .btn {
  font-size: 0;
  background-image: url(/wp-content/uploads/2026/01/foot-btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.themeBtn1 {
  padding: 8.5px 24px;
  display: inline-block;
  background-color: var(--Accnt_Violet);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--Accnt_Violet);
}
.themeBtn1 i {
  margin-left: 8px;
}
.themeBtn1:hover {
  background-color: var(--button1_hover);
  border-color: var(--button1_hover);
  color: var(--white);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}
.themeBtn2 {
  padding: 8.5px 24px;
  display: inline-block;
  background-color: transparent;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  border: 2px solid var(--Accnt_Violet);
}
.themeBtn2 i {
  margin-left: 8px;
}
.themeBtn2:hover {
  background-color: var(--white);
  border-color: var(--button1_hover);
  color: var(--button1_hover);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}
.themeBtn3 {
  padding: 8.5px 24px;
  display: inline-block;
  background-color: transparent;
  color: var(--Neut_Black);
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--Accnt_Violet);
}
.themeBtn3 i {
  margin-left: 8px;
}
.themeBtn3:hover {
  background-color: var(--white);
  border-color: var(--button1_hover);
  color: var(--button1_hover);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}
a:not(.themeBtn1, .themeBtn2, .themeBtn3):hover {
  text-decoration: none;
}
.heroBtn .themeBtn1,
.heroBtn .themeBtn2,
.innerHero .themeBtn1 {
  font-size: 22.3px;
  padding: 10.3px 32px;
}
.modal-content .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  position: absolute;
  top: -28px;
  right: 0;
  opacity: 1;
}
.modal-content {
  border-width: 0;
}
.contactShortHead.contactBlk .largeText h2,
.contactShortHead.contactBlk .largeText p {
  max-width: 460px;
}
.columnBlk .imageWrap.wshadow {
  overflow: initial;
}
.btnNoArrow .themeBtnOne i {
  display: none;
}
.rightImagePad .imageWrap {
  max-width: 576px;
  margin-left: auto;
}
.platformSuite .columnBlk:nth-child(even) .row {
  flex-direction: row-reverse;
}
.platformSuite .multiColumn .columnBlk:nth-child(even) .row .imageWrap {
  padding-right: 0;
}
.platformSuite .multiColumn .columnBlk:nth-child(even) .row .contentWrap {
  padding-left: 0;
}
.platformSuite .multiColumn .columnBlk:nth-child(odd) .row .imageWrap {
  padding-left: 0;
}
.platformSuite .multiColumn .columnBlk:nth-child(odd) .row .contentWrap {
  padding-right: 0;
}
.platformSuite .multiColumn .columnBlk:first-child {
  padding-top: 0;
}
.platformSuite .multiColumn .columnBlk:last-child {
  padding-bottom: 0;
}
.gapHead-21.solutionsBlk .secHead {
  margin-bottom: 21px;
}
.echoSysBlk .contentWrap p {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.smallTxt p {
  font-size: 16px;
  font-weight: 400;
}
.iconWrap h3 {
  font-size: 30px;
  padding-bottom: 3px;
  border-bottom: 3px solid var(--Main_Md_Blue);
  display: inline-block;
  color: var(--Main_Md_Blue);
  font-weight: 600;
  min-width: 18px;
}
.investTransparant+.QuoteSection .investSection {
  background: #fff;
}
.solutionImgWrap {
  position: relative;
  background: #fff;
}
.solutionImgWrap .playIcon {
  position: absolute;
  z-index: 9;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.solutionImgWrap .playIcon img {
  max-width: 80px;
}
.solutionsWrapContent .quickVideo {
  position: absolute;
  bottom: 30px;
}
.solutionsWrap {
  position: relative;
  padding-bottom: 15px;
}
.wlh-mgr+.QuoteSection {
  margin-top: -365px;
}
.middleColumn .row div[class^="col-"] {
  display: flex;
  align-items: center;
}
.dottedImageTab .imageWrap:not(:first-child) {
  display: none;
}
.commom-contact h2 {
  margin-bottom: 40px;
}
.formModal .modal-dialog {
  width: calc(100% - 16px);
  max-width: 710px;
}
.formModal .modal-dialog .modal-content {
  border-radius: 16px;
  background: linear-gradient(304deg, #CDE9F9 -1.79%, #F3F8FA 101.06%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 60px 80px 100px;
}
.formModal .modal-dialog .modal-content .modal-header {
  padding: 0 0 60px;
  border-width: 0;
}
.formModal .modal-dialog .modal-content .modal-header .btn-close {
  position: static;
  filter: invert(9%) sepia(96%) saturate(2600%) hue-rotate(222deg) brightness(78%) contrast(105%);
  opacity: 1;
  padding: 0;
  width: 21px;
  height: 21px;
  margin-right: -30px;
}
.formModal .modal-dialog .modal-content .modal-header img {
  max-height: 47px;
}
.formModal .modal-dialog h2 {
  margin-bottom: 24px;
}
.formModal .modal-dialog .wpcf7 {
  margin-top: 40px;
}
.formModal .modal-dialog .wpcf7 .required-note {
  top: 0;
  right: 0;
}
.formModal .modal-dialog .wpcf7 label {
  margin-bottom: 16px;
}
.formModal .modal-dialog .wpcf7 input[type="checkbox"] {
  width: auto !important;
  height: auto;
  display: inline-block;
  background: transparent;
}
.formModal .modal-dialog .wpcf7 .wpcf7-list-item label {
  flex-direction: row;
}
.formModal .modal-dialog .modal-body {
  padding: 0;
}
.formModal .modal-dialog .wpcf7 .wpcf7-list-item {
  margin-left: 0;
  font-size: 12px;
}
.formModal .modal-dialog .wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  color: #3E4950;
}
.modal-backdrop {
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(2px);
}
.rightImagePad.columnBlk .contentWrap {
  padding-left: 0;
}
/**/
.faq-hidden {
  display: none;
}
.accordion-item {
  transition: all 0.3s ease-in-out;
}
.requestdemo-form {
  position: relative;
}
.requestdemo-form .required-note {
  position: absolute;
  right: 0;
  color: #7B7B7B;
  font-size: 14px;
  top: 0;
}
.requestdemo-form input,
.requestdemo-form select,
.requestdemo-form textarea {
  display: flex;
  height: 48px;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  border: 0;
  align-self: stretch;
  background-color: #ffffff;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
}
.requestdemo-form label {
  width: 100%;
  margin-bottom: 20px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  color: #1A1F22;
}
.requestdemo-form label br {
  display: none;
}
.requestdemo-form p {
  max-width: 100%;
}
.requestdemo-form select {
  appearance: none;
  background-image: url(/wp-content/uploads/2026/01/black-downarrow.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  color: #3E4950;
  cursor: pointer;
}
.requestdemo-form input[type="submit"] {
  padding: 8.5px 24px 8.5px 24px;
  display: inline-block;
  background-color: var(--Accnt_Violet);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--Accnt_Violet);
  width: auto;
  transition: 0.3s ease;
  appearance: none;
  /*background-image: url(/wp-content/uploads/2026/01/btn-white-arrow.svg);*/
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
  background-size: 11px;
}
.requestdemo-form input[type="submit"]:hover {
  background-color: #3f39bf;
  border-color: #3f39bf;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}
.requestdemo-form .agreetxt {
  max-width: 370px;
  margin-bottom: 40px;
}
.requestdemo-form .agreetxt p {
  color: #3E4950;
  font-size: 12px;
  line-height: 14.4px;
}
.requestdemo-form input:focus-visible,
.requestdemo-form select:focus-visible,
.requestdemo-form textarea:focus-visible {
  outline: none;
}
.faqSection .faqWrap {
  margin: 0 auto;
}
.faqSection .faqBtn {
  margin-top: 54px;
}

#videoModal .ratio::before,
.videoModal .ratio::before {
  display: none !important;
}
#videoModal .btn-close,
.videoModal .btn-close {
  background-color: #635cff;
  filter: none;
  padding: 10px;
  color: #fff;
  top: -50px;
  right: 13px;
  border-radius: 0;
  --bs-btn-close-bg: url(/wp-content/uploads/2026/01/white-cross.svg) !important;
  transition: all ease 0.3s;
}
#videoModal .btn-close:hover {
  opacity: 0.7;
}
.videoModal .ratio,
#videoModal .ratio{
  position: relative;
  width: 100%;
}
.videoModal .ratio::after,
#videoModal .ratio::after{
  content: '';
  display: block;
  padding-bottom: 54%;
}
.videoModal .ratio p,
#videoModal .ratio p{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#videoModal .modal-content,
.videoModal .modal-content{
  border-radius: 16px;
}
#videoModal iframe,
.videoModal iframe,
.videoModal video,
#videoModal video {
  border-radius: 16px;
  width: 100%!important;
  padding: 0 0px;
  height: 100%!important;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;  
}
#videoModal .modal-dialog,
.videoModal .modal-dialog {
  /* min-height: 14rem; */
  width: 75%;
}
.requestdemo-form.contact-form {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 40px;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
}
.requestdemo-form.contact-form .agreetxt {
  max-width: 100%;
}
.requestdemo-form.contact-form input,
.requestdemo-form textarea {
  border: 1px solid #DFE4EA;
}
.requestdemo-form textarea {
  height: 96px;
}
.requestdemo-form.contact-form .required-note {
  top: 30px;
  right: 40px;
}
.contact-twocols .contentWrap a.themeBtnOne {
  padding-left: 50px;
  background-image: url(/wp-content/uploads/2026/01/mdi_linkedin.svg);
  background-repeat: no-repeat;
  background-position: left 16px center;
}
.contact-twocols .contentWrap p strong {
  font-weight: 500;
}
.contact-twocols .contentWrap p:first-child {
  margin-bottom: 6px;
}
.about-subscription label {
  margin-bottom: -8px;
}
.about-subscription .agreetxt {
  margin-top: 22px;
  max-width: 380px;
}
.footerSub .wpcf7-response-output {
  border-color: #635cff !important;
  color: #fff;
}
.wpcf7-response-output {
  border-color: #635cff !important;
  padding: 15px 20px !important;
  margin-left: 0 !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  border-color: #009d13 !important;
}
.productsHero .heroText {
  max-width: 800px;
}
.productsHero .heroContent {
  max-width: 845px;
}
.productsHero .heroBtn {
  margin-top: 24px;
  margin-bottom: 42px;
}
.productsHero {
  padding-top: 170px;
  padding-bottom: 180px;
  background-image: url(../images/product-Shape.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #fff;
}
.productsHero .heroText p {
  color: #F3F8FA;
}
.productsHero.homeHero:after {
  display: none;
}
.videoProductSection {
  background: #fff;
}
.heroScreen {
  padding-bottom: 84px;
}
.counterBlk {
  padding-bottom: 26px;
}
.counterWrap .counter {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}
.counterWrap h4 {
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
}
.counterWrap {
  padding: 4px;
}
.wshadow img {
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.platform .contentWrap {
  padding-left: 0;
  max-width: 575px;
}
.platform .contentWrap h2,
.platformSuite h2 {
  color: var(--Neut_Black);
}
.platformSuite {
  padding: 100px 0;
  background-color: #f3f8fa;
}
.platformSuite h2 {
  margin-bottom: 72px;
}
.platformSuite .contentWrap {
  padding-left: 20px;
  padding-right: 20px;
}
.contentTag span {
  padding: 6px 12px;
  display: inline-block;
  vertical-align: middle;
  background: var(--Neut_Gray);
  border-radius: 4px;
  margin: 0 2px 5px;
}
.contentTag p {
  font-weight: 500;
}
.contentTag {
  margin-top: -10px;
  margin-bottom: 20px;
}
.platformSuite .columnBlk .contentWrap ul {
  margin-top: 20px;
}
.platformSuite .columnBlk .imageWrap {
  padding-right: 20px;
  padding-left: 20px;
}
.echoSysBlk {
  padding: 100px 0;
}
.echoSysBlk h2 {
  color: var(--Neut_Black);
}
.echoSysBlk .contentWrap {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}
.echoSysBlkWrap {
  padding-top: 56px;
}
.echoSysBlkWrap .firmLogo {
  padding: 0 27px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.echoSysBlkInner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.subsPackage h2 {
  color: var(--Neut_Black);
}
.subsPackage {
  padding: 75px 0;
}
.subsPackage .table-responsive {
  padding-top: 70px;
}
.subsPackage .table-responsive table {
  width: 100%;
  text-align: center;
}
.subsPackage .table-responsive table h5 {
  color: var(--Text_Dark_Grey);
  text-align: left;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.subsPackage .table-responsive table h3 {
  color: var(--Neut_Black);
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}
.subsPackage .table-responsive table h3 span {
  display: block;
  font-weight: 400;
  font-size: 24px;
}
.subsPackage .table-responsive table h3 img {
  vertical-align: middle;
  display: inline-block;
}
.subsPackage .table-responsive table td,
.subsPackage .table-responsive table th {
  vertical-align: top;
  padding: 23px 16px;
  border: 1px solid var(--Neut_Gray);
  border-bottom: 1px solid transparent !important;
}
.subsPackage .table-responsive table tr td:first-child {
  border-bottom: 0 !important;
}
.subsPackage .table-responsive table tr:last-child td:first-child,
.subsPackage .table-responsive table tr td:first-child,
.subsPackage .table-responsive table tr:first-child td:first-child,
.subsPackage .table-responsive table tr:first-child th:first-child {
  border-width: 0;
}
.subsPackage .table-responsive table tr:first-child th {
  border-top: 1px solid var(--Neut_Gray);
}
.subsPackage .table-responsive table tr:last-child td {
  border-bottom: 1px solid var(--Neut_Gray);
}
.subsPackage.subsPackage .table-responsive table tr th {
  min-width: 310px;
}
.subsPackage.subsPackage .table-responsive table tr th:nth-child(3),
.table-responsive table tr td:nth-child(3) {
  background-color: #f3f8fa;
}
.subsPackage.subsPackage .table-responsive table tr th:nth-child(4),
.table-responsive table tr td:nth-child(4) {
  background-color: #dfe4ea;
}
.subsPackage .table-responsive table tr td:first-child,
.subsPackage .table-responsive table tr th:first-child {
  padding-left: 0;
}
.subsPackage .table-responsive table h4 span {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.subsPackage .table-responsive table h4 {
  font-size: 28px;
  margin: 0;
  font-weight: 500;
}
.subsPackage .table-responsive table tr th:last-child,
.subsPackage .table-responsive table tr td:last-child {
  border-bottom: 1px solid #fff;
}
.subsPackage .toolTop {
  background: #1a1f22;
  padding: 12px;
  border-radius: 4px;
  color: #fff;
  text-align: left;
  min-width: 250px;
  position: absolute;
  bottom: calc(100% - 30px);
  left: calc(100% - 150px);
}
.subsPackage .toolTop p {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}
.subsPackage .toolTop ul {
  margin: 0;
}
.subsPackage .toolTop ul li {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.tableHead {
  position: relative;
}
.subsPackage .toolTop {
  display: none;
}
.subsPackage .toolTop.active {
  display: block;
}
.echoSysBlk .secHead {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.pt-80 {
  padding-top: 80px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-40 {
  padding-bottom: 40px;
}
.bg-trans {
  background: transparent;
}
.firmSliderWrap.logo-caro .slick-dots li {
  list-style: none;
  display: inline-block;
  text-align: center;
}
.firmSliderWrap.logo-caro .slick-dots li.slick-active button {
  background: var(--Main_Md-Blue, #2264dc);
  box-shadow: none;
  width: 39px;
  height: 12px;
  opacity: 1;
  margin: 0 6px;
  border-width: 0;
  font-size: 0;
  transition: 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
}
.firmSliderWrap.logo-caro .slick-dots li button {
  border-width: 0;
  font-size: 0;
  transition: 0.3s ease;
  border-radius: 8px;
  background: var(--Neut_Gray, #dfe4ea);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25) inset;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 6px;
}
.CIOQuote.asset-owners {
  background-image: url(../images/caro-background.png);
}
.alpha-nasdaq .contentWrap {
  max-width: none;
}
.dotline {
  position: relative;
  padding-top: 30px;
}
.dotline .contentWrap {
  position: relative;
  z-index: 2;
}
/*.dotline .contentWrap::before {
content: "";
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
width: 24px;
height: 24px;
background-color: #2264dc;
border-radius: 50%;
}
.dotline .contentWrap::after {
content: "";
position: absolute;
top: -40px;
left: 0;
right: 0;
width: calc(100% + 90px);
height: 2px;
background-color: #2264dc;
z-index: 1;
transform: translateX(38%);
}
.dotline .full-wrap .col-lg-4:last-child .contentWrap::after {
display: none;
}*/
.dotline .contentWrap h2 {
  margin-top: 24px;
  font-weight: 600;
  color: #022060;
}
.dotline .contentWrap p {
  color: #3e4950;
}
.dotline .contentWrap {
  padding-left: 0;  
}
.dotline .full-wrap {
  --bs-gutter-x: 5rem;
}
.dotline .contact-btn {
  margin-top: 35px;
}
.alpha-nasdaq {
  padding-bottom: 32px;
}
.powering-our-data {
  padding: 113px 0;
}
.core-module .investRoleWrap {
  padding: 24px;
  min-height: 100%;
  margin-top: 10px;
}
.core-module .investRoleWrap h4 {
  color: #1a1f22;
}
.core-module {
  background-color: #ffffff;
  padding: 20px 0 50px;
}
.core-module .secHead {
  margin-bottom: 0;
}
.key-benefits {
  background-color: transparent;
}
.trusted-ecosystem .contentWrap {
  margin-left: 0;
}
.trusted-ecosystem .slick-dots li {
  list-style: none;
  display: inline-block;
  text-align: center;
}
.trusted-ecosystem .slick-dots li.slick-active button {
  background: var(--Main_Md-Blue, #2264dc);
  box-shadow: none;
  width: 39px;
  height: 12px;
  opacity: 1;
  margin: 0 6px;
  border-width: 0;
  font-size: 0;
  transition: 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
}
.trusted-ecosystem .slick-dots li button {
  border-width: 0;
  font-size: 0;
  transition: 0.3s ease;
  border-radius: 8px;
  background: var(--Neut_Gray, #dfe4ea);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25) inset;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 6px;
}
.trusted-ecosystem .slick-dots {
  text-align: center;
  margin-bottom: 0;
  margin-top: 70px;
  position: static;
}
.trusted-ecosystem {
  background-color: #f3f8fa;
}
.tru-eco .slick-prev,
.tru-eco .slick-next {
  display: flex;
  width: 42px;
  height: 42px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 4px 4px 8px 0 rgba(2, 32, 96, 0.25);
  border: none;
  font-size: 0;
  right: 0;
  z-index: 999;
  position: absolute;
  top: -160px;
  transition: all ease 0.3s;
}
.tru-eco .slick-prev {
  background-image: url(../images/icons/left-blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 65px;
}
.tru-eco .slick-next {
  background-image: url(../images/icons/right-blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.tru-eco .slick-prev:hover,
.tru-eco .slick-next:hover {
  opacity: 0.5;
}
.trusted-ecosystem h2 {
  color: #022060;
  margin-bottom: 15px;
}
.trusted-ecosystem .contentWrap p {
  color: #000;
  font-size: 20px;
}
.trusted-ecosystem .contentWrap {
  max-width: 780px;
  margin-bottom: 55px;
}
.trusted-ecosystem .firmLogo img {
  mix-blend-mode: multiply;
  background-blend-mode: darken;
}
.trusted-ecosystem .firmLogo .content {
  font-size: 20px;
  color: #000;
  margin-bottom: 30px;
}
.trusted-ecosystem .firmLogo {
  padding-right: 50px;
}
.QuoteSection.wealth-mgr {
  margin-top: -31.7%;
}
.wealth-blue-bg {
  min-height: 585px;
}
.wealth-mgr .investSection {
  background: #ffffff;
}
.wealth-mgr .link {
  margin-bottom: 24px;
}
.tru-eco .slick-list {
  overflow: visible;
}
.echoSysBlk {
  overflow: hidden;
}
.tru-eco .slick-list:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f3f8fa;
  z-index: 999;
}
.key-benefits {
  padding-bottom: 0;
}
.ocio-analytics h2 {
  margin-bottom: 40px;
}
.alpha-nasdaq .powered-by p {
  margin-bottom: 0;
  color: #1a1f22;
  font-weight: 700;
  border-right: 1px solid #3e4950;
  padding-right: 10px;
}
.alpha-nasdaq .powered-by img {
  padding-left: 10px;
}
.alpha-nasdaq .powered-by {
  display: inline-flex;
  align-items: center;
  background-color: #f3f8fa;
  padding: 10px 20px;
  border-radius: 4px;
}
.alpha-nasdaq.oversight h2 {
  margin-bottom: 10px;
}
.alpha-nasdaq.oversight .powered-by {
  margin-bottom: 20px;
}
.fourstepwrap .solutionsWrapContent h4 {
  color: #022060;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
  margin-bottom: 15px;
}
.fourstepwrap .solutionsWrapContent p {
  color: #022060;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.fourstepwrap .solutionsWrapContent {
  position: relative;
  padding: 35px 0 0 55px;
}
.fourstepwrap .solutionsWrapContent .number {
  position: absolute;
  left: 0;
  top: 25px;
  display: flex;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #022060;
  color: #00d4ff;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}
.four-steps-cmmittee h2 {
  margin-bottom: 15px;
}
.four-steps-cmmittee p {
  margin-bottom: 25px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.four-steps-cmmittee {
  padding: 90px 0 90px;
}
.analysis-platform {
  padding: 100px 0;
}
.analysis-platform .timeline-wrapper {
  margin-top: 60px;
}
.analysis-platform .timeline-videos {
  margin-top: -20px;
}
.analysis-platform .timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
  max-width: 100%;
}
.analysis-platform .timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 2px;
  background: #d9e1f2;
  z-index: 0;
  width: 830px;
  margin: auto;
  display: none;
}
.analysis-platform .timeline-step {
  width: 33.333%;
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 0 3px;
}
.analysis-platform .circle {
  width: 42px;
  height: 42px;
  background: #F3F8FA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #ACB8CC;
  margin: 0 auto;
  font-size: 24px;
}
.analysis-platform .timeline-step.active .circle,
.analysis-platform .timeline-step.visited .circle {
  background: #2264dc;
  color: #fff;
}
.analysis-platform .content {
  margin-top: 16px;
}
.analysis-platform .timeline-videos>div {
  display: none;
}
.analysis-platform .timeline-videos>div.active {
  display: block;
}
.analysis-platform .timeline-step {
  cursor: pointer;
}
.analysis-platform .timeline-step.active .circle {
  background: #2264dc;
  color: #fff;
}
.analysis-platform video {
  border-radius: 16px;
  width: 100%;
}
.analysis-platform .timeline-step.active {
  position: relative;
}
.analysis-platform .timeline-step:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  right: 0;
  height: 2px;
  background: #f3f8fa;
  z-index: -1;
  width: 51%;
}
.analysis-platform .timeline-step.desc-2:before {
  width: 100%;
  left: 0;
}
.analysis-platform .timeline-step.desc-3:before {
  width: 51%;
  left: -3px;
  right: 0;
}
.analysis-platform .timeline-step.active:before,
.analysis-platform .timeline-step.visited:before {
  background: #2264dc;
}
/*** About us css***/
.innerHero.smallhero {
  min-height: 474px;
}
.innerHero.smallhero .container-md {
  margin-bottom: -33px;
}
.aboutblk {
  padding-top: 135px;
  padding-bottom: 0;
}
.aboutteam {
  padding-top: 60px;
  padding-bottom: 0;
}
.aboutblk .col-sm-4,
.aboutteam .col-sm-4 {
  width: 37%;
}
.aboutblk .col-sm-8,
.aboutteam .col-sm-8 {
  width: 63%;
}
.columnBlk.aboutblk .contentWrap,
.columnBlk.aboutteam .contentWrap {
  padding-left: 37px;
}
.columnBlk.aboutblk .contentWrap p,
.columnBlk.aboutteam .contentWrap p {
  margin-bottom: 7px;
}
.columnBlk.aboutblk .contentWrap p a,
.columnBlk.aboutteam .contentWrap p a {
  text-decoration: underline;
  transition: all ease 0.4s;
}
.columnBlk.aboutblk .contentWrap p a:hover,
.columnBlk.aboutteam .contentWrap p a:hover {
  color: #635cff;
  text-decoration: none;
}
.about-contact {
  margin-top: 100px;
}
.about-contact a {
  transition: all ease 0.4s;
}
.columnBlk.aboutteam h2 {
  margin-bottom: 10px;
  letter-spacing: 0;
}
.columnBlk.aboutteam h5 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 17px;
}
img {
  max-width: 100%;
}
/*** About us css***/
/** Insights css***/
.featured-article {
  padding: 155px 0 132px;
}
.featured-article h2 {
  margin-bottom: 53px;
  letter-spacing: 0;
}
.featured-article .featured-box {
  padding: 57px 40px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(243, 248, 250, 0.00) -8.25%, #F3F8FA 5.8%);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}
.featured-article .featured-box .imagewrap {
  width: 44.4%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.featured-article .featured-box .imagewrap::after {
  content: "";
  padding-bottom: 69.5%;
  display: block;
}
.featured-article .featured-box .imagewrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.featured-article .featured-box .contentwrap {
  width: 52.5%;
  padding-left: 62px;
}
.featured-article .featured-box .contentwrap .category {
  border-radius: 4px;
  background: #DFE4EA;
  color: #022060;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 7px 10px;
  display: inline-block;
  margin-bottom: 25px;
}
.featured-article .featured-box .contentwrap .date {
  color: #022060;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 11px;
}
.featured-article .featured-box .contentwrap p {
  color: #1a1f22;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  margin-bottom: 36px;
  margin-top: 15px;
  display: none;
}
.featured-article .featured-box .text-link{
  margin-top: 10px;
  display: inline-block;
}
.text-link {
  color: #635cff;
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.insights-list {
  padding: 30px 0 80px;
}
.insights-list h2 {
  margin-bottom: 50px;
  letter-spacing: 0;
}
.insights-list .nav-pills {
  width: 100%;
  background-color: #f3f8fa;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.insights-list .nav-pills .nav-item {
  width: 20%;
  text-align: center;
  padding: 0 1px;
}
.insights-list .nav-pills .nav-item button {
  width: 100%;
  text-align: center;
  border-radius: 0;
  color: var(--Main_Dk-Blue, #022060);
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px;
  transition: all ease 0.4s;
  height: 100%;
}
.insights-list .nav-pills .nav-item button.active,
.insights-list .nav-pills .nav-item button:hover,
.insights-list .nav-pills .nav-item button:focus {
  background-color: #635cff;
  color: #fff;
}
.insights-list .insight {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.insights-list .col-md-6 {
  margin-top: 40px;
  margin-bottom: 11px;
}
.insights-list .insight .image {
  width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 31px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.insights-list .insight .image::after {
  content: "";
  padding-bottom: 71%;
  display: block;
}
.insights-list .insight .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.insights-list .insight .metadetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
.insights-list .insight .content .category {
  border-radius: 4px;
  background: #DFE4EA;
  color: #022060;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 7px 10px;
}
.insights-list .insight .content .date {
  color: #022060;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.insights-list .insight .content h3 {
  color: #022060;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
  /* 27px */
  margin-bottom: 15px;
}
.insights-list .insight .content p {
  margin-bottom: 20px;
  display: none;
}
.insights-list .insight .text-link {
  text-align: left;
  margin-top: auto;
}
.insights-list .loadmore {
  margin-top: 94px;
  text-align: center;
}
.social-disrupt {
  padding: 101px 0;
}
.social-disrupt h2 {
  margin-bottom: 39px;
}
.social-disrupt .themeBtnOne {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-disrupt .themeBtnOne img {
  margin-right: 10px;
}
.social-disrupt .themeBtnOne i {
  font-size: 10px;
  line-height: 16px;
}
.insighthero {
  min-height: 475px;
}
.insighthero .container-md {
  margin-bottom: -50px;
}
.insighthero h2 {
  max-width: 490px;
}
.innerHero.smallhero.insighthero .container-md {
  margin-bottom: -46px;
}
.bannerGrapghImg {
  text-align: right;
}
.detailhero .container-md,
.insights-content .container-md {
  max-width: 1130px;
}
.detailhero .insight-hero {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.detailhero .insight-hero::after {
  content: "";
  padding-bottom: 36.5%;
  display: block;
}
.detailhero .insight-hero img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.insights-content {
  padding: 116px 0;
}
.insights-content .insight-meta .date {
  color: #022060;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 13px;
}
.insights-content .insight-meta h3 {
  color: #1a1f22;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 11px;
}
.insights-content .insight-meta .social {
  display: flex;
  align-items: center;
}
.insights-content .insight-meta .social a {
  display: inline-block;
  margin-right: 20px;
  transition: all ease 0.4s;
}
.insights-content .insight-meta .social a:hover {
  opacity: 0.5;
}
.insight-content-wrap {
  padding-left: 0;
}
.insights-content .col-md-9 {
  padding-left: 0;
}
.insight-content-wrap .date {
  color: #022060;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 15px;
}
.insight-content-wrap h1 {
  margin-bottom: 20px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.insight-content-wrap h2 {
  color: #022060;
  font-family: Barlow;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  /* 46px */
  margin-bottom: 20px;
}
.insight-content-wrap h3 {
  color: #1a1f22;
  font-family: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  /* 46px */
  margin-bottom: 20px;
}
.insight-content-wrap h4 {
  color: #1a1f22;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  /* 46px */
  margin-bottom: 20px;
}
.insight-content-wrap p {
  color: #1a1f22;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  margin-bottom: 12px;
}
.insight-content-wrap p a {
  text-decoration: underline;
  transition: all ease 0.4s;
}
.insight-content-wrap p a:hover {
  color: #635cff;
}
.insight-content-wrap ul,
.insight-content-wrap ol {
  padding-left: 30px;
  margin-bottom: 20px;
}
.insight-content-wrap ul li,
.insight-content-wrap ol li {
  color: #1a1f22;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.insight-content-wrap img,
.insight-content-wrap iframe {
  max-width: 100%;
  margin-bottom: 20px;
}
.more-articles {
  padding: 30px 0 92px;
}
.more-articles h2 {
  margin-bottom: 52px;
}
.more-articles .insight {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.more-articles .col-md-6 {
  margin: 0;
}
.more-articles .insight .image {
  width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 34px;
}
.more-articles .insight .image::after {
  content: "";
  padding-bottom: 71%;
  display: block;
}
.more-articles .insight .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.more-articles .insight .content .date {
  color: #022060;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 14px;
}
.more-articles .insight .content h3 {
  color: #022060;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
  /* 27px */
  margin-bottom: 15px;
}
.more-articles .insight .content p {
  margin-bottom: 35px;
  color: #1a1f22;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
.more-articles .insight .text-link{
  margin-top: auto;
}
.innerHero.smallhero.detailhero .container-md {
  margin-bottom: -76px;
}
.client-experience {
  padding: 100px 0 90px;
  background-color: #f3f8fa;
  overflow: hidden;
}
.instituitionblk {
  padding: 96px 0;
}
.instituitionblk h2 {
  max-width: 550px;
  margin-bottom: 12px;
}
.instituitionblk .col-md-6,
.instituitionblk .col-md-4 {
  margin-top: 18px;
}
.instituitionblk .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.instituitionblk p {
  margin-bottom: 24px;
}
.insticard a {
  height: 160px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: inline-block;
  transition: all ease 0.4s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insticard a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition: all ease 0.4s;
}
.insticard a:hover::after {
  background-color: rgba(0, 0, 0, 0.8);
}
.insticard img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: all ease 0.4s;
}
.insticard:hover img {
  transform: scale(1.2);
}
.insticard h3 {
  position: relative;
  z-index: 4;
  color: #fff;
}
.resourceslidesection {
  padding-top: 106px;
  padding-bottom: 98px;
}
.resourceslidesection h2 {
  margin-bottom: 53px;
  text-align: center;
}
.resourceslidesection p {
  margin-top: 25px;
  color: #1a1f22;
  text-align: center;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.resourceslidesection .echoSysBlkInner {
  max-width: 1090px;
  margin: auto;
}
.clientexperience-slider {
  overflow: hidden;
  position: relative;
  margin-right: calc(50% - 50vw);
}
.clientexperience-slider .slick-slide {
  padding-right: 40px;
}
.client-experience p {
  font-size: 20px;
  margin-top: 16px;
}
.client-experience h2 {
  letter-spacing: 0;
}
.client-experience .col-sm-9,
.client-experience .col-sm-3 {
  margin-bottom: 64px;
}
.client-experience .text-right {
  text-align: right;
}
.client-experience .slider-arrow {
  border-radius: 4px;
  background: #fff;
  box-shadow: 4px 4px 8px 0 rgba(2, 32, 96, 0.25);
  width: 50px;
  height: 50px;
  border: 0;
  transition: all ease 0.4s;
  margin-top: 0;
  display: inline-flex;
  align-items: center !important;
  justify-content: center;
}
.client-experience .slider-arrow:hover {
  background-color: #022060;
}
.client-experience .slider-arrow:hover svg,
.client-experience .slider-arrow:hover svg path {
  fill: #fff !important;
}
.client-experience .slider-arrow.next-arrow {
  margin-left: 20px;
}
.clientexperience-slider .slick-slide p {
  color: #000;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  margin: 0;
}
.clientexperience-slider .slick-slide h3 {
  color: #000;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  margin: 0;
}
.clientexperience-slider .slick-slide .client-logo {
  max-width: 180px;
  object-fit: contain;
  object-position: left;
  margin-top: 27px;
}
.clientexperience-slider .slick-dots {
  margin: 30px 0 10px -16px;
  text-align: center;
  padding: 0;
}
.clientexperience-slider .slick-dots li {
  list-style: none;
  display: inline-block;
}
.clientexperience-slider .slick-dots li button {
  border-width: 0;
  font-size: 0;
  transition: 0.3s ease;
  border-radius: 8px;
  background: var(--Neut_Gray, #dfe4ea);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25) inset;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 6px;
}
.clientexperience-slider .slick-dots li.slick-active button {
  background: var(--Main_Md-Blue, #2264dc);
  box-shadow: none;
  width: 39px;
}
.clientexperience-slider .slick-dots {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin-top: 64px;
}
.clientexperience-slider .slick-list {
  margin-left: -80px;
}
.clientexperience-slider .slick-list .slick-track {
  display: flex;
}
.clientexperience-slider .slick-list .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.clientexperience-slider .slick-slide .t-content {
  margin-bottom: 24px;
}
.clientexperience-slider .slick-slide .client-meta {
  margin-top: auto;
  /* height: 90px; */
  display: flex;
  flex-direction: column;
}
.reasearch-analytics {
  padding: 100px 0 75px;
}
.reasearch-analytics h2 {
  margin-bottom: 33px !important;
  text-align: center;
  letter-spacing: 0;
}
.reasearch-analytics .solutionsWrapContent {
  min-height: 152px;
  padding: 25px 23px;
}
.reasearch-analytics h4 {
  margin-bottom: 12px;
}
.reasearch-analytics .col-md-6 {
  margin-bottom: 20px;
}
.productsHero .heroText {
  max-width: 800px;
}
.productsHero .heroContent {
  max-width: 845px;
}
.productsHero .heroBtn {
  margin-top: 24px;
  margin-bottom: 42px;
}
.productsHero {
  padding-top: 170px;
  padding-bottom: 180px;
      background-image: url(../images/product-Shape.svg), linear-gradient(360deg, #ffffff 40%, #022674 40%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #fff;
}
.productsHero.homeHero:after {
  display: none;
}
.videoProductSection {
  background: #fff;
}
.heroScreen {
  padding-bottom: 84px;
}
.counterBlk {
  padding-bottom: 40px;
}
.counterWrap .counter {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}
.counterWrap h4 {
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
}
.counterWrap {
  padding: 4px;
}
.wshadow img {
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.platform .contentWrap {
  padding-left: 0;
  max-width: 575px;
}
.platform .contentWrap h2,
.platformSuite h2 {
  color: var(--Neut_Black);
}
.platformSuite {
  padding: 100px 0;
  background-color: #f3f8fa;
}
.platformSuite h2 {
  margin-bottom: 72px;
}
.platformSuite .contentWrap {
  padding-left: 20px;
  padding-right: 20px;
}
.contentTag span {
  padding: 6px 12px;
  display: inline-block;
  vertical-align: middle;
  background: var(--Neut_Gray);
  border-radius: 4px;
  margin: 0 2px 5px;
}
.contentTag p {
  font-weight: 500;
}
.contentTag {
  margin-top: -10px;
  margin-bottom: 20px;
}
.platformSuite .columnBlk .contentWrap ul {
  margin-top: 20px;
}
.platformSuite .columnBlk .imageWrap {
  padding-right: 20px;
  padding-left: 20px;
}
.echoSysBlk {
  padding: 100px 0;
}
.echoSysBlk h2 {
  color: var(--Neut_Black);
}
.echoSysBlk .contentWrap {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}
.echoSysBlkWrap {
  padding-top: 56px;
}
.echoSysBlkWrap .firmLogo {
  padding: 0 27px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.echoSysBlkInner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.subsPackage h2 {
  color: var(--Neut_Black);
}
.subsPackage {
  padding: 75px 0;
}
.subsPackage .table-responsive {
  padding-top: 70px;
}
.subsPackage .table-responsive table {
  width: 100%;
  text-align: center;
}
.subsPackage .table-responsive table h5 {
  color: var(--Text_Dark_Grey);
  text-align: left;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.subsPackage .table-responsive table h3 {
  color: var(--Neut_Black);
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}
.subsPackage .table-responsive table h3 span {
  display: block;
  font-weight: 400;
}
.subsPackage .table-responsive table h3 img {
  vertical-align: middle;
  display: inline-block;
}
.subsPackage .table-responsive table td,
.subsPackage .table-responsive table th {
  vertical-align: top;
  padding: 23px 16px;
  border: 1px solid var(--Neut_Gray);
}
.subsPackage .table-responsive table tr:last-child td:first-child,
.subsPackage .table-responsive table tr td:first-child,
.subsPackage .table-responsive table tr:first-child td:first-child,
.subsPackage .table-responsive table tr:first-child th:first-child {
  border-width: 0;
}
.subsPackage .table-responsive table tr:first-child th {
  border-top: 1px solid var(--Neut_Gray);
}
.subsPackage .table-responsive table tr:last-child td {
  border-bottom: 1px solid var(--Neut_Gray);
}
.subsPackage.subsPackage .table-responsive table tr th {
  min-width: 310px;
}
.subsPackage.subsPackage .table-responsive table tr th:nth-child(3),
.table-responsive table tr td:nth-child(3) {
  background-color: #f3f8fa;
}
.subsPackage.subsPackage .table-responsive table tr th:nth-child(4),
.table-responsive table tr td:nth-child(4) {
  background-color: #dfe4ea;
}
.subsPackage .table-responsive table tr td:first-child,
.subsPackage .table-responsive table tr th:first-child {
  padding-left: 0;
}
.subsPackage .table-responsive table h4 span {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.subsPackage .table-responsive table h4 {
  font-size: 28px;
  margin: 0;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.subsPackage .table-responsive table tr th:last-child,
.subsPackage .table-responsive table tr td:last-child {
  border-bottom: 1px solid #fff;
}
.subsPackage .toolTop {
  background: #1a1f22;
  padding: 12px;
  border-radius: 4px;
  color: #fff;
  text-align: left;
  min-width: 250px;
  position: absolute;
  bottom: calc(100% - 30px);
  left: calc(100% - 150px);
}
.subsPackage .toolTop p {
  font-size: 14px;
  margin-bottom: 6px;
}
.subsPackage .toolTop ul {
  margin: 0;
}
.subsPackage .toolTop ul li {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.tableHead {
  position: relative;
}
.subsPackage .toolTop {
  display: none;
}
.subsPackage .toolTop.active {
  display: block;
}
.echoSysBlk .secHead {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.pt-80 {
  padding-top: 80px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-40 {
  padding-bottom: 40px;
}
.bannerGrapghImg .ratio-16x9 {
  --bs-aspect-ratio: 67.25%;
  max-width: 557px;
  margin-left: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.08);
}
.footerSub .btn {
  left: -20px;
  position: relative;
}
.footerSub .wpcf7-form-control-wrap input {
  width: 247px;
}
.heroContent .heroBtn a {
  max-width: 292px;
  padding: 11px 27px;
}
.innerHero .largeText p {
  font-weight: 400;
  letter-spacing: -0.4px;
}
.client-experience.trusted-across p {
  max-width: 780px;
}
.oversight-herosection .innerHeroContent {
  position: relative;
}
.oversight-herosection .innerHeroContent p.notetxt {
  position: absolute;
  bottom: -35px;
  color: #022060;
  font-size: 18px;
  font-weight: 500;
}
.ocio-consultants-bullets .contentWrap h2 {
  font-size: 40px;
  letter-spacing: 0;
}
.why-institutions h2 {
  font-size: 40px;
  letter-spacing: 0;
}
.contact-twocols h2 {
  font-size: 40px;
  letter-spacing: 0;
}
.wealth-mrg-two-col h2 {
  font-size: 40px;
  letter-spacing: 0;
}
.client-hero h2 {
  max-width: 505px;
}
.client-hero p {
  max-width: 500px;
}
.innerHero .largeText p {
  max-width: 500px;
}
.timeline-wrapper {
  position: relative;
}
.timeline {
  max-width: 72%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ccc;
  position: relative;
  z-index: 2;
}
.line {
  flex: 1;
  height: 3px;
  background: #ccc;
  position: relative;
  margin: 0;
}
.line-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background: #2264DC;
}
.mobileTimeLine {
  display: none;
}
.contact-hero h2 {
  letter-spacing: -0.48px;
}
.wealth-managers-hero h2 {
  max-width: 530px;
}
.home-contact-section.contactBlk .largeText h2,
.home-contact-section.contactBlk .largeText p {
  max-width: 560px;
}
.ocio-analytics-hero.innerHero .largeText p {
  max-width: 530px;
}
.ocio-analytics-nasdaq .contentWrap h2 {
  max-width: 800px !important;
  letter-spacing: -0.96px;
}
.ocio-analytics-nasdaq p {
  max-width: 820px !important;
}
.ocio-analytics-contact.contactBlk .largeText p {
  max-width: 460px;
}
.ocio-consult-quote.innerCIOQuote h2 {
  max-width: 900px;
}
.ocio-consult-contact .largeText p {
  max-width: 460px;
}
.wealth-mgr-contact .largeText p,
.wealth-mgr-contact .largeText h2,
.money-mgr-contact .largeText h2 {
  max-width: 460px;
}
.wealth-mgr-contact .largeText p {
  max-width: 400px;
}
.money-mgr-contact .largeText p {
  max-width: 400px;
}
.family-offices-hero .innerHeroContent p {
  max-width: 560px;
}
.family-offices-points .contentWrap h2 {
  font-size: 40px;
  letter-spacing: 0;
}
.family-off-faq .accordion-content {
  padding: 8px 55px 28px 20px
}
.family-off-contact .largeText p {
  max-width: 460px;
}
.fiduciary-oversight-points h2 {
  max-width: 500px;
}
.ocio-direct-hero .innerHeroContent p {
  max-width: 550px;
}
.asset-owner-hero .innerHeroContent p {
  max-width: 550px;
}
.asset-owners.investTransparant h2 {
  max-width: 991px;
}
.asset-owner-points h2 {
  font-size: 40px;
  letter-spacing: 0;
}
.money-mgr-points h2 {
  font-size: 40px;
  letter-spacing: 0;
}
.asset-owners.investTransparant h2 {
  margin-bottom: -17px;
}
.clients-contact .largeText p {
  max-width: 400px;
}
.solutionsBlk .solutionsWrapContent {
  min-height: 190px;
}
.homeHero .heroBtn {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 60px;
}
.ocio-consult-quote.investTransparant h2 {
  margin-bottom: 31px;
  max-width: 900px;
}
.clients-trusted-by p {
  max-width: 570px;
}
.investSection {
  background-color: #F3F8FA !important;
}
.subsPackage .table-responsive table tr:last-child td:nth-child(2),
.subsPackage .table-responsive table tr:last-child td:nth-child(3),
.subsPackage .table-responsive table tr:last-child td:nth-child(4) {
  border-bottom: 1px solid #dfe4ea !important;
}
#ContactUs .wpcf7-response-output {
  left: 265px;
}
.faqSection .accordion-content p a {
  color: #635CFF;
}
.faqSection .accordion-content p a:hover {
  color: #212529;
}
.cky-revisit-bottom-left {
  display: none !important;
}
.cky-banner-bottom .cky-consent-bar .cky-btn {
  border-radius: 0 !important;
}
.cky-banner-bottom .cky-consent-bar .cky-btn.cky-btn-accept {
  background-color: #635cff;
}
.cky-notice-des p a {
  color: #635CFF !important;
  text-decoration: underline;
  white-space: nowrap;
}
.cky-notice-des p a:hover {
  color: #212121 !important;
  text-decoration: none;
}
.bannerGrapghImg .ratio-16x9 video {
  border-radius: 16px;
}
.cky-prefrence-btn-wrapper .cky-btn {
  border-radius: 0 !important;
}
#SubscribeNow .modal-content h2 {
  max-width: 350px;
}
#SubscribeNow .modal-content .largeText p {
  max-width: 500px;
}
#ContactUs .modal-content .largeText p {
  max-width: 520px;
}
.clientexperience-slider .slick-list .slick-slide:first-child .client-meta img {
  width: 185px;
  height: 80px;
}
#SubscribeNow .wpcf7-response-output {
  font-size: 14px;
  line-height: normal;
}
@media (min-width:701px) {
  .line-fill {
    height: 100%;
  }
}
@media (min-width:992px) {
  .platformSuite .columnBlk {
    padding: 96px 0;
  }
  .ocio-consultants-bullets ul {
    padding-right: 50px !important;
  }
  .cky-banner-bottom .cky-consent-bar {
    padding: 16.5px 40px !important;
  }
}
@media (min-width:1200px) {
  .ownersSolutions {
    padding: 143px 0 126px;
  }
  .menu-trigger {
    display: none;
  }
  .navbar-collapse {
    margin-right: 32px;
  }
  /*Stage Edits*/
  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    line-height: 88px;
    height: 88px;
  }
  .objective-insights-dir .contentWrap {
    padding-right: 50px;
  }
  li.mega-toggle-on span.mega-indicator:after {
    transform: rotate(180deg) !important;
  }
  .resources-left-menu-content {
    padding-right: 80px !important;
  }
  .bannerGrapghImg img {
    max-width: 557px;
  }
  .four-steps-cmmittee .d-sm-block {
    padding-left: 0rem;
    padding-right: 0rem !important;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
  .subsPackage .table-responsive {
    overflow: initial;
  }
}
@media (min-width:1500px) {
  .footerMenu {
    justify-content: space-between;
  }
  .videoWrap video {
    height: auto;
    width: 100vw;
  }
}
@media (max-width:1500px) {
  .videoWrap video {
    height: auto;
    width: 100vw;
  }
}
@media (min-width:1000px) and (max-width:1400px) {
  .core-module .investRoleWrap {
    min-height: 300px;
  }
  .analysis-platform .content {
    padding: 0 20px;
  }
  .footerSub .wpcf7-form-control-wrap input {
    width: calc(100% - 20px);
  }
}
@media (max-width:1500px) {
  .videoWrap video {
    height: auto;
    width: 100vw;
  }
}
@media (max-width:1400px) {
  .pageHeader .navbar-nav .nav-link,
  .themeLink,
  .themeBtn,
  .footerMenu li a {
    font-size: 16px;
  }
  .headerBtn {
    gap: 25px;
  }
  .navbar {
    padding: 0 15px;
  }
  .pageFooter {
    padding-left: 15px;
    padding-right: 15px;
  }
  .investRoleWrap {
    padding: 28px;
  }
}
@media (max-width:1199px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
    padding: 0;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 0 12px;
  }
  .videoWrap video {
    height: 100vh;
    width: auto;
  }
  .menu-trigger {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    width: 30px;
    margin-right: 16px;
  }
  .menu-trigger span {
    background-color: var(--Main_Md_Blue);
    display: inline-block;
    height: 2px;
    position: relative;
    transition: all .3s ease;
    width: 100%
  }
  .navbar.open .menu-trigger span:first-child {
    margin-top: 0;
    top: 10px;
    transform: rotate(45deg)
  }
  .navbar.open .menu-trigger span:nth-child(2) {
    opacity: 0
  }
  .navbar.open .menu-trigger span:nth-child(3) {
    bottom: 8px;
    margin-bottom: 0;
    transform: rotate(-45deg)
  }
  .navbar-collapse .navbar-nav {
    padding: 20px 0;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--white);
    padding: 0 18px;
  }
  .headerBtn .themeLink {
    display: none;
  }
  .pageHeader .navbar-nav .nav-link {
    line-height: normal;
    padding: 10px 0;
  }
  .navbar {
    padding: 12px 0;
  }
  .bottomFooter,
  .footerMenu {
    margin-top: 60px;
  }
  .footerMenu {
    justify-content: space-between;
  }
  .footerLinks {
    margin-bottom: 20px;
  }
  .headerBtn .themeBtnOne {
    font-size: 14px;
  }
  .heroDevice img {
    width: 76%;
  }
  .heroDevice {
    padding-bottom: 90px;
  }
  .innerHero {
    padding: 120px 8px 40px;
  }
  .columnBlk .contentWrap {
    padding-left: 0;
  }
  .navbar-brand {
    max-width: 102px;
  }
  /* Stage Edits */
  .headerMenu {
    margin-right: 8px;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block {
    margin: 0 !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-column>ul.mega-sub-menu {
    gap: 8px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu .MenuFirst .textwidget p {
    font-size: 16px !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 10px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on .mega-menu-row>ul.mega-sub-menu {
    flex-direction: column;
    gap: 10px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-sub-menu .mega-menu-column,
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-sub-menu .mega-menu-column.MenuFirst {
    width: 100% !important;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open+#mega-menu-main-menu {
    padding: 20px 0;
  }
  .columnBlk .contentWrap,
  .platformSuite .contentWrap {
    padding-left: 0;
  }
  .navbar-brand {
    max-width: 102px;
  }
  .platformSuite,
  .echoSysBlk,
  .subsPackage {
    padding: 60px 0;
  }
  .platformSuite h2 {
    margin-bottom: 60px;
  }
  .echoSysBlkWrap {
    padding-top: 42px;
  }
  .echoSysBlkWrap .firmLogo {
    padding: 0 16px;
  }
  .subsPackage .table-responsive table tr td:nth-child(2):before {
    content: "Access to OCIO Directory";
    display: block;
    margin-bottom: 5px;
  }
  .subsPackage .table-responsive table tr:last-child td:nth-child(2):before,
  .subsPackage .table-responsive table tr:last-child td:nth-child(3):before,
  .subsPackage .table-responsive table tr:last-child td:nth-child(4):before {
    display: none;
  }
  .subsPackage .table-responsive table tr th:first-child,
  .subsPackage .table-responsive table tr td:first-child {
    display: none;
  }
  .subsPackage .table-responsive table tr td:nth-child(3):before {
    content: "Access to OCIO Fiduciary Oversight";
    display: block;
    margin-bottom: 5px;
  }
  .subsPackage .table-responsive table tr td:nth-child(4):before {
    content: "Access to OCIO Analytics";
    display: block;
    margin-bottom: 5px;
  }
  .subsPackage .table-responsive {
    padding-top: 32px;
  }
  .wealth-blue-bg {
    min-height: auto;
  }
  .CIOQuote.wlh-mgr {
    min-height: 485px;
  }
  .wlh-mgr+.QuoteSection {
    margin-top: -400px;
  }
  .solutionsWrapContent p {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .solutionsWrapContent .quickVideo {
    bottom: 15px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu .textwidget p br {
    display: none;
  }
  .modal .modal-content h2 br,
  .modal .modal-content .largeText p br {
    display: none;
  }
  .formModal .modal-dialog .modal-content .modal-header .btn-close {
    margin-right: 0;
  }
}
@media (max-width:991px) {
  .pageHeader .navbar-nav .nav-link,
  .themeLink,
  .themeBtn,
  .footerMenu li a {
    font-size: 18px;
  }
  .h1,
  h1 {
    font-size: 48px;
  }
  .heroDevice img {
    width: 72%;
  }
  .homeHero {
    padding-top: 100px;
  }
  .heroDevice {
    padding-bottom: 50px;
  }
  .homeHero+.videoSection .heroBtn {
    margin-bottom: 50px;
  }
  .videoSection .sectionWrap:before,
  .videoSection .sectionWrap:after {
    width: 100%;
  }
  .videoSection .contentWrap p {
    max-width: 100%;
  }
  .videoSection .sectionWrap {
    padding: 30px;
  }
  .videoWrapSecttion {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .videoSection {
    padding-bottom: 40px;
  }
  .investSection {
    margin-top: 50px;
  }
  .CIOQuote {
    padding-top: 210px;
  }
  .solutionsBlk {
    padding: 60px 0;
  }
  .solutionsBlk .secHead {
    margin-bottom: 16px;
  }
  .solutionsBlk .platformBtn {
    margin-top: 8px;
  }
  .solutionsWrapContent {
    padding: 24px;
  }
  .investRoleBlk .secHead {
    margin-bottom: 8px;
  }
  .faqSection,
  .investRoleBlk {
    padding: 60px 0;
  }
  .faqSection h2 {
    margin-bottom: 25px;
  }
  .faqWrap {
    margin-bottom: 40px;
  }
  .contactBlk {
    padding: 60px 0;
  }
  .innerHero {
    padding: 110px 0 0;
    margin-bottom: 40px;
  }
  .needsBlk {
    padding: 20px 0 42px;
  }
  .columnBlk {
    padding: 0 0 60px;
  }
  .innerCIOQuote {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .QuoteSection {
    padding: 0 0;
  }
  .solutionsWrapContent {
    min-height: initial;
  }
  .pageFooter {
    padding-left: 8px;
    padding-right: 8px;
  }
  .needsBlkWrap {
    padding: 30px 20px;
  }
  .ptm-0 {
    padding-top: 0 !important;
  }
  #videoModal iframe {
    height: 400px;
  }
  .platformSuite .columnBlk .imageWrap,
  .platformSuite .columnBlk .contentWrap {
    padding-left: 0;
    padding-right: 0;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pt-40 {
    padding-top: 30px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pb-40 {
    padding-bottom: 30px;
  }
  .dotline .contentWrap::after {
    transform: translateX(0%);
    width: 100%;
    top: -24px;
  }
  .dotline .contentWrap::before {
    top: -35px;
  }
  .dotline .contentWrap {
    margin-bottom: 25px;
    padding-top: 0 !important;
  }
  .dotline .full-wrap .col-lg-4:last-child .contentWrap::after {
    display: block;
  }
  .tru-eco .slick-prev,
  .tru-eco .slick-next {
    top: -190px;
    width: 30px;
    height: 30px;
    background-size: 12px;
  }
  .tru-eco .slick-prev {
    right: 42px;
  }
  .analysis-platform .timeline-step {
    width: 100%;
  }
  .analysis-platform .content {
    margin-top: 15px;
  }
  .analysis-platform .content p {
    text-align: center;
  }
  .analysis-platform .circle {
    font-size: 20px;
  }
  /*** About us css***/
  .aboutblk .col-sm-4,
  .aboutteam .col-sm-4,
  .aboutblk .col-sm-8,
  .aboutteam .col-sm-8 {
    width: 100%;
  }
  .aboutblk .col-sm-4 .imageWrap,
  .aboutteam .col-sm-4 .imageWrap {
    max-width: 300px;
    margin-bottom: 30px;
  }
  .columnBlk.aboutblk .contentWrap,
  .columnBlk.aboutteam .contentWrap {
    padding-left: 0;
  }
  .aboutteam {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .aboutblk {
    padding-bottom: 0;
  }
  /*** About us css***/
  .featured-article .featured-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .featured-article .featured-box .imagewrap {
    margin-bottom: 30px;
  }
  .featured-article .featured-box .imagewrap {
    width: 100%;
  }
  .featured-article .featured-box .imagewrap::after {
    padding-bottom: 67%;
  }
  .featured-article .featured-box .contentwrap {
    padding: 0;
    width: 100%;
  }
  .insighthero h2 br {
    display: none;
  }
  .featured-article {
    padding: 35px 0 62px;
  }
  .insights-list .col-md-6 {
    margin-bottom: 30px;
    flex: 0 0 auto;
    width: 50%;
  }
  .more-articles .col-md-6 {
    margin-bottom: 40px;
  }
  .innerHero.smallhero.detailhero {
    min-height: 375px;
  }
  .insights-content {
    padding-bottom: 50px;
  }
  .instituitionblk {
    padding: 20px 0 30px;
  }
  .client-experience {
    padding: 60px 0;
  }
  .reasearch-analytics {
    padding: 60px 0;
  }
  .formModal .modal-dialog .modal-content {
    padding: 60px;
  }
  .formModal .modal-dialog .modal-content .modal-header {
    padding-bottom: 42px;
  }
  .pageContent .solutionsBlk .row {
    --bs-gutter-x: 1rem;
  }
  .innerCIOQuote.asset-owners h2 br {
    display: none;
  }
  .asset-owners.investTransparant h2 {
    margin-bottom: 25px;
  }
  .why-institutions ul li br {
    display: none;
  }
  .clients-contact .largeText h2 br {
    display: none;
  }
  .oversight-herosection .innerHeroContent p br {
    display: none;
  }
  .innerHero.ocio-direct-hero {
    margin-bottom: 0;
  }
  .subsPackage {
    padding-bottom: 0;
  }
  .accordion-content {
    padding-right: 25px !important;
  }
  .about-contact {
    margin-top: 20px !important;
  }
  .insights-list .loadmore {
    margin-top: 25px;
  }
  .contactBlk h2 br {
    display: none;
  }
  .solutionImgWrap .playIcon img {
    max-width: 55px;
  }
  .CIOQuote.wlh-mgr+.QuoteSection .investSection {
    margin-top: 50px;
  }
  #videoModal .modal-dialog,
  .videoModal .modal-dialog {
    /* min-height: 14rem; */
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width:767px) {
  .heroBtn .themeBtn {
    font-size: 16px;
    width: 100%;
  }
  .investRoleWrap {
    padding: 24px;
  }
  .accordion-header {
    padding-left: 0;
    padding-right: 50px;
    font-size: 20px;
    line-height: 1.4;
  }
  .accordion-content {
    padding-left: 0;
    padding-right: 25px;
    padding-top: 0;
  }
  .requestdemo-form {
    margin-top: 25px;
  }
  #videoModal iframe {
    height: 200px;
    padding: 0 6px;
  }
  .platformSuite .columnBlk .contentWrap {
    padding-top: 24px;
  }
  .echoSysBlkWrap .firmLogo {
    padding: 0 12px;
  }
  .core-module .investRoleWrap {
    min-height: auto;
    margin-top: 0;
  }
  .trusted-ecosystem h2 {
    max-width: 280px;
  }
  .tru-eco .slick-prev,
  .tru-eco .slick-next {
    top: -240px;
  }
  .trusted-ecosystem .firmLogo {
    padding: 20px;
  }
  .trusted-ecosystem .contentWrap {
    margin-bottom: 15px;
  }
  .analy-sub {
    padding: 50px 0 20px !important;
  }
  /*** about css**/
  .innerHero.smallhero {
    background-size: auto 100%;
  }
  .aboutblk {
    padding-top: 20px;
  }
  .formModal .modal-dialog .modal-content {
    padding: 42px;
  }
  .footerSub .wpcf7-form-control-wrap input {
    width: calc(100% - 20px);
  }
  .footerMenu3 {
    margin-left: 0;
  }
  .footerSub p {
    justify-content: unset;
  }
  .ocio-consultants-points h4 br {
    display: none;
  }
  .family-off-faq .accordion-content {
    padding-left: 0;
    padding-right: 0px;
    padding-top: 0;
  }
  .asset-owner-points h2 {
    font-size: 34px;
  }
  .money-mgr-points h2 {
    font-size: 34px;
  }
  .solutionsBlk .solutionsWrapContent {
    min-height: auto;
  }
  .contact-twocols .contentWrap a.themeBtnOne {
    width: auto;
  }
  .ocio-analy-indus-need h2 br {
    display: none;
  }
}
@media (max-width:700px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
  }
  .h3,
  h3 {
    font-size: 34px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .g-24 {
    gap: 12px;
  }
  .pageContent {
    overflow-x: hidden;
  }
  .heroDevice img {
    width: 100%;
  }
  .footerMenu {
    display: flex;
    flex-direction: column;
  }
  .footerBtn {
    justify-content: start;
    margin-top: 30px;
    max-width: 100%;
  }
  .alpha-nasdaq .contentWrap {
    padding-top: 24px;
  }
  .bottomFooter,
  .footerMenu,
  .footerSub {
    margin-top: 30px;
  }
  .footerSub {
    max-width: 100%;
  }
  .homeHero+.videoSection .heroBtn {
    flex-direction: column;
    margin: 0;
    gap: 15px;
  }
  .heroShape {
    top: auto;
    bottom: 0;
  }
  .investSection {
    padding: 42px 16px;
    margin: 0 -16px;
    box-shadow: none;
    border-radius: 0;
  }
  .heroDevice {
    margin-top: -200px;
  }
  .heroBtn {
    margin-top: 0;
  }
  .heroBtn .themeBtn1,
  .heroBtn .themeBtn2,
  .heroBtn .themeBtnOne,
  .heroBtn .themeBtnTwo,
  .innerHero .themeBtnOne,
  .themeBtnOne,
  .themeBtnThree {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 12.5px 30px;
  }
  .themeBtnTwo,
  .themeBtn2 {
    color: #212121;
  }
  .videoSection .sectionWrap:before,
  .videoSection .sectionWrap:after,
  .firmSlider .swiper-pagination,
  .needsBlk .needsBlkWrap:before,
  .needsBlk .needsBlkWrap:after {
    display: none;
  }
  .videoSection .sectionWrap {
    padding: 42px 0;
  }
  .CommonQuote h2,
  .CIOQuote h2 {
    font-size: 24px;
  }
  .CommonQuote h4,
  .CIOQuote h4 {
    font-size: 20px;
  }
  .CommonQuote,
  .CIOQuote {
    margin: 0;
    padding: 84px 0;
  }
  .videoSection {
    padding-bottom: 0;
  }
  .solutionsBlk,
  .faqSection,
  .investRoleBlk {
    padding: 42px 0;
  }
  .contactBlk p {
    font-size: 16px;
    font-weight: 400;
  }
  .slick-slider .slick-list {
    margin: 0 -16px;
  }
  .solutionsSlider .solutionsSlides {
    height: inherit;
    padding-right: 12px;
    max-width: 230px;
  }
  .solutionsSlider {
    padding-left: 16px;
  }
  .solutionsSlider.slick-slider .slick-track {
    display: flex;
  }
  .solutionsWrap img {
    min-height: 190px;
    object-fit: cover;
  }
  .solutionsWrapContent {
    padding: 16px;
  }
  .sectionWrap .themeBtnOne {
    margin-top: 12px;
  }
  .platformSuite .columnBlk .contentWrap {
    padding-top: 24px;
  }
  .solutionsSlider .solutionsWrapContent p {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .investRoleWrap {
    padding: 20px;
    align-items: center;
  }
  .investRoleWrap p,
  .investRoleWrap .themeLink {
    display: none;
  }
  .investRoleWrap h4 {
    margin-bottom: 0;
  }
  .investRoleBlk .g-4 {
    --bs-gutter-y: 12px;
  }
  .investRoleWrap.active h4 {
    margin-bottom: 15px;
  }
  .investRoleWrap.active p,
  .investRoleWrap.active .themeLink {
    display: block;
  }
  .needsBlkWrapInner p {
    display: none;
  }
  .needsBlkWrap .iconWrap {
    margin-bottom: 0;   
  }
  .needsBlkWrapInner{    
    position: relative;    
  }
  .needsBlkWrapInner::after{
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all ease 0.4s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    transform-origin: center;
  }
  .needsBlkWrapInner.active::after{    
    background-image: url(../images/minus.svg);
    transform: rotate(180deg);
    top: 20px;
  }
  .needsBlkWrapInner.active p {
    display: block;
  }
  .needsBlkWrapInner.active h4 {
    margin-bottom: 12px;
  }
  .needsBlkWrapInner.active .iconWrap {
    margin-bottom: 24px;
  }
  .needsBlkWrapInner.active {
    display: block;
  }
  .needsBlkWrapInner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.12);
  }
  .needsBlkWrap h4 {
    margin: 0;
    padding-right: 25px;
  }
  .needsBlkWrapInner.active .needsBlkWrap h4 {
    padding-right: 0;
  }
  .investRoleWrap.active {
    flex-direction: column;
    align-items: start;
  }
  .contactBlk {
    padding: 42px 0px;
  }
  .footerMenu {
    gap: 24px;
  }
  .pageFooter {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 52px;
  }
  .footerMenuSol {
    max-width: 100%;
  }
  .footerBtn {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .bottomFooter {
    margin-top: 16px;
  }
  .bottomFooter .themeBtnOne {
    width: auto;
  }
  .innerHero {
    background-image: url(../images/mobileInnerBg.svg);
    background-size: auto 88%;
    background-position: top center;
  }
  .bannerGrapghImg {
    padding-bottom: 50px;
  }
  .columnBlk .contentWrap {
    padding-top: 24px;
  }
  .needsBlkWrap {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .columnBlk .contentWrap ul {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .QuoteSection {
    margin-top: 0;
  }
  .faqSection h2 {
    margin-bottom: 13px;
  }
  .headerBtn .themeBtnOne {
    padding: 8px 12px;
  }
  .headerBtn .themeBtnOne .icon {
    display: none;
  }
  .footerLinks a {
    padding: 0 12px;
  }
  .footerLinks a:last-child {
    padding-left: 0;
  }
  .footerLinks {
    max-width: 336px;
  }
  .contactInfo {
    gap: 24px;
  }
  .columnBlk {
    padding-bottom: 42px;
  }
  .counterWrap h4 {
    font-size: 18px;
  }
  .counterWrap h4 br {
    display: none;
  }
  .counterWrap .counter {
    font-size: 38px;
  }
  .echoSysBlk,
  .platformSuite {
    padding: 42px 0;
  }
  .platformSuite h2 {
    margin-bottom: 42px;
  }
  .echoSysBlkWrap {
    padding-top: 42px;
  }
  .subsPackage {
    padding: 0;
  }
  .subsPackage .table-responsive table td,
  .subsPackage .table-responsive table th {
    padding: 10px;
  }
  .subsPackage .toolTop {
    left: 0;
    bottom: auto;
    height: auto;
  }
  .subsPackage .table-responsive table h3 {
    font-size: 24px;
  }
  .subsPackage .table-responsive table h3 span {
    display: inline-block;
  }
  .pt-80 {
    padding-top: 42px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pb-80 {
    padding-bottom: 42px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  /***about css***/
  .aboutblk .col-sm-4 .imageWrap,
  .aboutteam .col-sm-4 .imageWrap {
    max-width: 100%;
    position: relative;
  }
  .aboutblk .col-sm-4 .imageWrap::after,
  .aboutteam .col-sm-4 .imageWrap::after {
    content: "";
    padding-bottom: 98.5%;
    display: block;
  }
  .aboutblk .col-sm-4 .imageWrap img,
  .aboutteam .col-sm-4 .imageWrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .aboutblk .col-sm-4 .imageWrap,
  .aboutteam .col-sm-4 .imageWrap {
    margin-bottom: 0;
  }
  .aboutblk {
    padding-bottom: 0;
  }
  .aboutteam {
    padding-top: 63px;
    padding-bottom: 0;
  }
  .about-contact {
    margin-top: 30px;
    padding: 62px 0;
  }
  .about-contact h2 {
    font-size: 40px;
  }
  /*** insight css**/
  .insights-list .nav-pills .nav-item {
    width: 100%;
  }
  .insights-list .nav-pills .nav-item button {
    padding: 8px;
  }
  .featured-article .featured-box {
    padding: 25px;
  }
  .featured-article .featured-box .imagewrap,
  .featured-article .featured-box .contentwrap {
    width: 100%;
    padding: 0;
  }
  .featured-article .featured-box .imagewrap {
    margin-bottom: 30px;
  }
  .featured-article .featured-box {
    flex-direction: column;
  }
  .featured-article {
    padding: 40px 0 60px;
  }
  .insights-list .col-md-6 {
    margin: 30px 0;
  }
  .featured-article {
    padding: 10px 0 20px;
  }
  .featured-article h2,
  .insights-list h2 {
    margin-bottom: 33px;
  }
  .social-disrupt h2 {
    font-size: 40px;
  }
  .innerHero.smallhero.detailhero {
    background-size: cover;
    background-position: 0% 60%;
  }
  .insights-content {
    padding-top: 100px;
  }
  .insights-content .col-md-9 {
    padding-left: 15px;
  }
  .insight-content-wrap {
    padding-top: 50px;
  }
  .detailhero .insight-hero::after {
    padding-bottom: 71%;
  }
  .client-experience .col-md-9 {
    margin-bottom: 40px;
  }
  .client-experience .text-right {
    text-align: left;
  }
  .clientexperience-slider .slick-list {
    margin-left: -80px;
  }
  .reasearch-analytics h2 {
    margin-bottom: 0 !important;
  }
  .reasearch-analytics {
    padding: 60px 0;
  }
  .solutionImgWrap .playIcon {
    max-width: 60px;
  }
  .solutionImgWrap .playIcon img {
    min-height: initial;
  }
  .solutionsWrapContent .quickVideo {
    bottom: 16px;
    font-size: 16px;
  }
  .solutionsWrap {
    padding-bottom: 25px;
  }
  .solutionsWrapContent .quickVideo .icon {
    top: 0;
  }
  .insights-list .col-md-6 {
    width: 100%;
  }
  .featured-article .featured-box .imagewrap::after {
    padding-bottom: 63%;
  }
  .formModal .modal-dialog .modal-content {
    padding: 24px;
  }
  .analysis-platform .circle {
    font-size: 20px;
    display: inline-block;
    text-align: center;
  }
  .analysis-platform .timeline {
    flex-direction: column;
  }
  .analysis-platform .timeline::before {
    display: none;
  }
  .analysis-platform .timeline-step {
    width: 100%;
    display: flex;
    gap: 16px;
    text-align: left;
    margin-bottom: 24px;
    padding: 0;
  }
  .analysis-platform .circle {
    margin: 0;
  }
  .analysis-platform .content {
    margin-top: 0;
    width: 80%;
  }
  .analysis-platform .content p {
    text-align: left;
  }
  .analysis-platform .timeline {
    position: relative;
  }
  .analysis-platform .timeline::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 2px;
    left: 21px;
    background: #f3f8fa;
    height: 75%;
    display: inline-block;
    right: auto;
  }
  .analysis-platform .timeline-step.active:before {
    top: 45px;
    width: 30px;
    left: 7px;
    rotate: 90deg;
  }
  .analysis-platform .timeline-step.desc-1.visited:before {
    top: 49px;
    width: 80px;
    left: -18px;
    rotate: 90deg;
  }
  .analysis-platform .timeline-step.desc-2.visited:before {
    top: 49px;
    width: 80px;
    left: -18px;
    rotate: 90deg;
  }
  .analysis-platform .timeline-step.desc-3:before {
    top: 0px;
  }
  .analysis-platform .timeline-step .circle {
    display: inline-flex;
  }
  .family-offices-points .contentWrap h2 {
    font-size: 34px;
  }
  .timeline-wrapper {
    display: none;
  }
  .mobileTimeLine {
    display: block;
  }
  .line {
    width: 3px;
    height: calc(100% - 24px);
    margin: 0 auto;
  }
  .mobileTimeLine {
    position: absolute;
    left: 2.5rem;
    top: 0;
    height: 100%;
  }
  .dotline div[class^="col-"] {
    position: relative;
  }
  .dotline .contentWrap h2 {
    margin-top: 0;
  }
  .line-fill {
    width: 100%;
  }
  .dotline .contentWrap {
    text-align: left !important;
    padding-left: 3rem;
  }
  .noPaddMobile,
  .videoSection.noPaddMobile .sectionWrap {
    padding-top: 0 !important;
  }
  .analysis-platform .timeline-wrapper {
    display: block
  }
  .needsBlkWrap h2 {
    margin-bottom: 24px;
  }
  .whoweares-ection h2 {
    margin-bottom: 0;
  }
  .money-mrgs-numbers h4 br {
    display: none;
  }
  .ocio-consult-quote+.QuoteSection .investSection,
  .asset-owners+.QuoteSection .investSection {
    margin-top: -50px !important;
  }
  .faqSection {
    padding-top: 0;
  }
  .subsPackage+.faqSection {
    padding-top: 35px;
  }
  .client-experience+.subsPackage {
    padding-top: 35px;
  }
  .ocio-analy-indus-need {
    padding-top: 10px;
  }
  .alpha-nasdaq.oversight {
    padding-bottom: 10px;
  }
  .investRoleBlk+.faqSection {
    padding-top: 35px;
  }
  .core-module {
    padding-top: 10px;
  }
  .solutionImgWrap .playIcon {
    left: 75px;
  }
  .single-post .insights-content{
    padding: 16px 7px 23px !important;
  }
}