:root {
    --content-primary: #35302C;
    --content-neutral-primary: #656463;
    --content-neutral-light: #C1C0BF;
    --content-link: #35302C;
    --content-link-hover: #78736E;
    --background-primary: #F6F5F4;
    --surface-primary: #E0D8CE;
    --surface-secondary: #35302C;
    --box-hover:#19D2A7;
    --gray-box: #5F6062;
    --blue-box:#275E6B;
    --green-box:#4B5744;
    --body-bg: #F1F0EF;
    --white-bg: #ffffff;
    --white: #ffffff;
    --black: #000000;
    --color-1: #f0e2dc;
    --color-3: #f3f1da;
    --color-4: #dff0e0;
    --color-5: #dff1ef;
    --color-6: #787570;
    --paroot: #DDEF9F;
    --color-7: #EAE5DE;
    --color-8: #9A9085;
    --color-9: #525E54;
    --color-10: #4F4B47;
}


@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk Light';
    src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'),
         url('../fonts/SpaceGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk Medium';
    src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueHaasDisplay-rg';
    src: url('../fonts/NeueHaasDisplay-rg.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* human tech font */

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Regular.woff2') format('woff2'),
        url('../fonts/NotoSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Medium.woff2') format('woff2'),
        url('../fonts/NotoSerif-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-SemiBold.woff2') format('woff2'),
        url('../fonts/NotoSerif-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}






#wpadminbar {
    z-index: 99999999999;
}

.post,
.page {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

body.overflow-hidden,
html.overflow-hidden {
    overflow-y: hidden;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    box-sizing: border-box;
    margin-bottom: 0;
    font-family: 'NeueHaasDisplay-rg';
    color: var(--content-primary) !important;
    background-color: var(--body-bg);
}

body.human {
    font-family: 'Noto Serif' !important;
}

body.color-0 {
    background-color: var(--color-1);
    transition:all 0.8s ease-in-out;
}

body.color-1 {
    background-color: var(--color-3);
    transition:all 0.8s ease-in-out;

}

body.color-3 {
    background-color: var(--color-4);
    transition:all 0.8s ease-in-out;


}

body.color-4 {
    background-color: var(--color-5);
    transition:all 0.8s ease-in-out;


}


ul,
ol {
    margin-left: 18px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    color: var(--content-primary);
    margin-bottom: 15px;
}

.large-paragraph p,
.text-large a {
    font-size: 20px;
    line-height: 24px;
}

.large-bold-paragraph p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.medium-blod-paragraph p {
    font-weight: 600;
}

.small-paragraph p {
    font-size: 14px;
    line-height: 18px;
}

.small-bold-aragraph {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

h1,
.h1 {
    font-family: 'Space Grotesk';
    font-size: 128px;
    font-weight: 300;
    line-height: 90%;
    color: var(--content-primary);
    margin-bottom: 00px;
    margin-top: 0;
}

body.human h1,
body.human .h1,
body.human h2,
body.human .h2 {
    font-family: 'Noto Serif' !important;
}

h2,
.h2 {
    font-family: 'Space Grotesk Light';
    font-size: 64px;
    font-weight: 300;
    line-height: 118.75%;
    color: var(--content-primary);
    letter-spacing: -2px;
    margin-bottom: 10px;
    margin-top: 0;

}

h3,
.h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 125%;
    color: var(--content-primary);
    margin-bottom: 15px;
    margin-top: 0;
}
span.square.h3{
    width: 20px;
    height: 20px;
    background-color: var(--content-primary);
    display: inline-block;
    vertical-align: middle;
    margin-top: 13px;
}
span.square.p{
    width: 12px;
    height: 12px;
    background-color: var(--content-primary);
    display: inline-block;
    vertical-align: text-top;
    margin-top:2px;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 125%;
    color: var(--content-primary);
    margin-bottom: 10px;
    margin-top: 0;
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
    color: var(--content-primary);
    margin-bottom: 12px;
    margin-top: 0;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    box-sizing: border-box;
    margin-top: 0;
    color: var(--content-primary);
    margin-bottom: 12px;
}

b,
strong {
    font-weight: 600;
}

p:last-child {
    margin-bottom: 0 !important;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.g-10 {
    gap: 10px;
}

.g-15 {
    gap: 15px;
}

.g-20 {
    gap: 20px;
}

.g-25 {
    gap: 25px;
}

.g-30 {
    gap: 30px;
}

.g-35 {
    gap: 35px;
}

.g-40 {
    gap: 40px;
}

.g-50 {
    gap: 50px;
}

.g-60 {
    gap: 60px;
}

.text-center {
    text-align: center;
}


.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}
.mb-0{
    margin-bottom: 0 !important;
}


.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 130rem;

}

.container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
}


section {
    position: relative;
}

section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 5rem);
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid var(--content-primary);
    width: calc(100% - 5rem);
    max-width: calc(130rem - 5rem);
    margin-left: 5rem;
    transform: translate(-50%, 0px);

}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 30px;
}

.row>div {
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    position: relative;
    font-weight: 400;
    color: var(--content-primary);
    line-height: 100%;
    font-size: 16px;
    background-image: url(../images/about-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 0.6s;
    padding: 13px 33px 13px 0;
    font-family: 'Space Grotesk';
}

body.human .btn {
    background-image: url(../images/human-arrow.svg);
    background-size: 22px;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    transition: all 0.6s;
    background-color: var(--content-primary);
}

.btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid var(--content-primary);
    transform: scaleX(0);
    transition: transform .6s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
}

.btn:visited {
    color: var(--content-primary);
}

.btn:hover:before,
.btn.btn-secondary::before {
    width: 100%;
}

.btn.btn-secondary {
    background-size: 19px;
}

.btn.btn-secondary:hover::after {
    transform: scale(1);
    transform-origin: center left;
}

.section-title {
    position: relative;
    display: block;
    padding-left: 24px;
    font-family: 'Space Grotesk Medium';
    color: var(--content-primary);
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    top: 4px;
    background-color: var(--content-primary);
}
section.no-border::before{
    display: none !important;
}


@media only screen and (min-width:576px) {

    .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (max-width:767px) {

.page-id-451 .fintex-framework-wrap.fintex-framework-wrap-step {
    display: unset !important;
}
.page-id-451 .link-block.text-large {
    display: none;
}

.page-id-451 section.header-section {
    padding-bottom: 0px !important;
}
.hero-sec .image-container img{
    border-radius: 4px;
    display: none;
    
}
   .page-id-467 .quotation-sec .quotation-content::before {
        top: 31%;
        left: 50%;
    }
        .page-id-467 .quotation-sec .name {
        top: 3.5%;
    }

    .page-template-case-study .quotation-sec .quotation-content::before {
        top: 20%;
        left: 50%;
    }

    .page-template-case-study {
        top: 3.5%;
    }

 header .top-header .main-menu ul.menu>li {
        width: calc(100% - 15px) !important;
    }
body h3{
  line-height: 38px !important;
}
    span.square.h3 {
        width: 14px;
        height: 14px
    }
    .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    section::before {
        left: calc(50% - 3rem);
        width: calc(100% - 3rem);
        margin-left: 3rem;
        max-width: calc(130rem - 3rem);
        transform: translate(-50%, 0px);

    }
    .btn{
        font-size: 14px;
        padding-right: 23px;
    }

    body h1{
    font-size: 45.65px !important;
}

body h2{
    font-size: 40.35px !important;
}

body h3{
    font-family: 'NeueHaasDisplay-rg', sans-serif !important;
}


body {
    font-size: 14.48 !important;
}

h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 34px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .top-header .header-menu-button.contact-btn {
        display: none;
    }

    header .top-header {
        flex-direction: row-reverse;
    }

    .header-toggle-placement {
        gap: 10px;
    }

    header .top-header .main-menu ul.menu>li {
        width: 100%;
        flex: none;
    }

    .main-menu .menu>li.bg-menu>.sub-menu>li.bg-menu a {
        margin-top: 30px;
    }

    header .navigation-menu {
        justify-content: center;
    }

    .pb-100 {
        padding-bottom: 14px;
    }

}


@media only screen and (min-width:768px) {
    .container {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }

  
    .container-fluid {
        padding: 0 15px;
    }
}




/* responsive css  */
@media only screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 54px;
    }

    h2,
    .h2 {
        font-size: 48px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }
}





a {
    text-decoration: none;
    outline: none !important;
    color: var(--content-primary);
}

a:hover {
    color: var(--content-link-hover);
}

/* common css end  */



/* Header */

/* header#masthead::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #00000060;
    left: 0;
    z-index:1;
    visibility: hidden;
    opacity: 0;
}

body.overflow-hidden header#masthead::after {
    opacity: 1;
    visibility: visible;
} */

.top-header {
    position: sticky;
    top: 0;
    z-index: 99;
}


.top-header.sticky-show {
    position: fixed !important;
    top: 8px;
    width: calc(100% - 30px);
    z-index: 99;
    left: calc(50% - 15px);
    transform: translate(-50%, 0px);
    margin: 0 15px;
    transition: top 0.3s ease-in-out ;
  }
  
  .top-header.sticky-hide {
    position: fixed !important;
    top: -12px; /* adjust if your header is taller/shorter */
    width: calc(100% - 30px);
    z-index: 99;
    left: calc(50% - 15px);
    transform: translate(-50%, 0px);
    margin: 0 15px;
    transition: top 0.3s ease-in-out;
  }

body.logged-in .top-header.sticky-show {
    top: 32px;
}
.sticky-nav .human-tech {
    background: #fff;
    border-radius: 4px;
    padding: 8px;
}


header {
    padding-top: 8px;
}
.header-absolute .site-header{
    position: absolute;
    width: 100%;
}
header .top-header {
    background-color: var(--white-bg);
    border-radius: 4px;
    padding: 8px;
    position: relative;
}

header .top-header .header-menu-button a {
    background-color: var(--body-bg);
    border-radius: 4px;
    padding: 9px 24px 7px;
    font-family: 'NeueHaasDisplay-rg', sans-serif;
}

header .navigation-menu {
    margin-top: 8px;
    position: relative;
    z-index: 9;
}

header .navigation-menu nav .menu {
    gap: 16px;
}

header .navigation-menu nav .menu>li>a {
    background-color: var(--white-bg);
    border-radius: 4px;
    padding: 8px;
    min-width: 240px;
    position: relative;
    font-family: 'NeueHaasDisplay-rg', sans-serif;
}

header .navigation-menu nav .menu>li {
    padding-bottom: 16px;
}

header .navigation-menu nav .menu>li>.sub-menu {
    background-color: var(--white-bg);
    border-radius: 4px;
    padding: 24px 16px;
    box-shadow: none;
    flex-direction: column;
    width: 240px;
    max-width: 240px;
}

header .navigation-menu nav .menu>li>.sub-menu>li.bg-menu a,
.main-menu .menu>li.bg-menu>a,
.main-menu .menu>li.bg-menu>.sub-menu>li.bg-menu a {
    background-color: var(--surface-primary);
    padding: 9px 24px 7px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 8px;
    pointer-events: none;
}

.main-menu .menu>li.bg-menu>.sub-menu>li.bg-menu a,
.main-menu .menu>li.bg-menu>a {
    pointer-events: unset !important;
}

.main-menu .menu>li.bg-menu>.sub-menu>li.bg-menu a {
    margin-top: 60px;
}

header .navigation-menu nav .menu>li>.sub-menu>li:not(.bg-menu) a,
.main-menu .menu>li.bg-menu>.sub-menu>li:not(.bg-menu) a {
    padding: 8px 0px;
    border-bottom: 1px solid var(--body-bg);
    width: 100%;
}

header .navigation-menu nav .menu li.menu-item-has-children>a::after {
    content: "";
    background-image: url(../images/menu-icon.svg);
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    transition: all 0.3s ease-in-out;
    background-size: contain;
    top: 50%;
    transform: translate(0%, -50%);
}

body.human .navigation-menu nav .menu li.menu-item-has-children>a::after {
    background-image: url(../images/human-tone.svg);
}

header .navigation-menu nav .menu li.menu-item-has-children>a:hover::after {
    transform: scale(-1) translate(0%, 50%);
}

header a.menu-image-title-before.menu-image-not-hovered,
.main-menu .menu>li.bg-menu>a.menu-image-title-before.menu-image-not-hovered,
.main-menu .menu>li.bg-menu>.sub-menu>li.bg-menu a.menu-image-title-before.menu-image-not-hovered,
.main-menu .menu>li.bg-menu>.sub-menu>li:not(.bg-menu) a.menu-image-title-before.menu-image-not-hovered,
.main-menu .menu>li.bg-menu>.sub-menu>li:not(.bg-menu) a,
.main-menu .menu>li.bg-menu>a,
.main-menu .menu>li.bg-menu>.sub-menu>li.bg-menu a,
header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a.menu-image-title-before.menu-image-not-hovered img {
    /*width: 30px;*/
}

header .human-tech {
    width: 220px;
    z-index: 0;
}
header .human-tech-1{
    display: none;
}

header .human-tech{
     font-family: 'NeueHaasDisplay-rg', sans-serif;
}

header .human-tech input {
    width: 100%;
    -webkit-appearance: none;
    position: relative;
    border: 0;
    outline: none;
    background-color: transparent;
}

header .human-tech input[type="range"]::-webkit-slider-runnable-track {
    background: var(--content-primary);
    height: 1px;

}

header .human-tech input[type="range"]::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: none;
    -webkit-appearance: none;
    background-color: var(--content-primary);
    margin-top: -5.5px;
    z-index: 99;
    position: relative;
    transition: 0.5s all ease;
    cursor: pointer;
}

header .human-tech input.color-input[type="range"]::-webkit-slider-thumb {
    background-color: var(--body-bg);
    border: 1px solid var(--content-primary);
}

.color-0 header .human-tech input.color-input[type="range"]::-webkit-slider-thumb {
    background-color: var(--color-1);
}

.color-1 header .human-tech input.color-input[type="range"]::-webkit-slider-thumb {
    background-color: var(--color-3);
}

.color-3 header .human-tech input.color-input[type="range"]::-webkit-slider-thumb {
    background-color: var(--color-4);
}

.color-4 header .human-tech input.color-input[type="range"]::-webkit-slider-thumb {
    background-color: var(--color-5);
}

header .top-header .main-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99999;
    background-color: var(--white-bg);
    border-radius: 0 0 4px 4px;
    display: none;
}

header .top-header .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .top-header .main-menu ul.menu {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 18px 8px 8px 8px;
    max-height: calc(100vh - 52px);
    overflow-y: auto;
}

header .top-header .main-menu ul.menu>li {
    flex: 1;
}

@media(max-width:1299px) {
    header .human-tech {
        width: 170px;
    }
}

@media(max-width:1199px) {
    header .navigation-menu nav .menu>li>a {
        min-width: 200px;
    }

    .header-toggle-placement {
        gap: 30px;
        width: 100%;
    }

    header .navigation-menu nav .menu>li>a {
        min-width: 180px;
    }
}

@media(max-width:991px) {
    header .navigation-menu .main-navigation {
        display: none;
    }

    header .navigation-menu {
        justify-content: flex-end;
    }

    header .top-header .main-menu ul.menu {
        gap: 30px;
        flex-wrap: wrap;
    }

    header .top-header .main-menu ul.menu>li {
        width: calc(50% - 15px);
        flex: none;
    }

    .pb-100 {
        padding-bottom: 30px;
    }
    .faq-accordian-text-box{
        padding: 24px 30px;
    }
}



@media(max-width:575px) {
    header .human-tech {
        /*width: calc(50% - 5px);*/
        width: 100%;
    }

    header .human-tech .label span {
        font-size: 14px;
    }
}

.read-toggle-link,
.read-less-link {
  color: var(--body-bg);
  margin-left: 5px;
  cursor: pointer;
  font-weight: normal;
  text-decoration: underline;
}