/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2026 | 13:23:24 */
/* header#fancy-header {
    background-image: url(/wp-content/uploads/2026/07/banner-bg.jpg);
}
h1.fancy-title.entry-title {
    color: var(--primarycolor);
} */

.team-col .team-container .team-desc {
	overflow: auto; /* Enable scrolling */
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.team-col .team-container .team-desc::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.border-rad-top {
    border-radius:45px 45px 0 0;
}
.contact-form-col.vc_row {
    width: 65%;
    margin: auto !important;
}
.contact-section {
    background: #E3E3E3;
    background: linear-gradient(0deg, rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 2;
    border-radius: 0 0 45px 45px;
}
.contact-sec, .border-top{
	border-top: 1px solid rgb(0 0 0 / 15%);
}
.border-bottom{
	border-bottom: 1px solid rgb(0 0 0 / 15%);	
}
.contact-sec .contact-form-col {
    width: 88%;
}
div.wpforms-container-full.contact-form input:not([type="radio"]), div.wpforms-container-full.contact-form textarea, div.wpforms-container-full.contact-form .wpforms-field-radio ul {
    height: 59px;
    border: 1px solid #C9C9C9;
    border-radius: 7px;
    padding-left: 22px;
}
div.wpforms-container-full.contact-form .wpforms-form textarea.wpforms-field-medium {
    height: 143px;
}
div.wpforms-container-full.contact-form .wpforms-field-radio ul {
    padding-left: 15px;
}
div.wpforms-container-full.contact-form .wpforms-field-radio ul {
    background: #F8F8F8;
	align-items: center;
}
div.wpforms-container-full.contact-form textarea{
	 height: 157px;
}
div.wpforms-container-full.contact-form input::placeholder, div.wpforms-container-full.contact-form textarea::placeholder{
	color:rgb(51 56 59 / 50%) !important;
	font-size:18px !important;
	opacity:.8 !important;
}
div.wpforms-container-full.contact-form .wpforms-field {
    padding-top: 7px;
    padding-bottom: 0;
}
div.wpforms-container-full.contact-form #wpforms-386-field_9-container {
    padding-top: 0;
}
div.wpforms-container.contact-form .wpforms-form .wpforms-field-layout .wpforms-layout-column{
    padding: 0 11px;
}
div.wpforms-container-full.contact-form .wpforms-layout-row .wpforms-layout-column-67 {
    width: 62%;
}
div.wpforms-container-full.contact-form .wpforms-layout-row .wpforms-layout-column-33 {
    width: 38%;
}
div.wpforms-container-full.contact-form input[type=radio]+label{
	font-size:18px;
	color:#3D474E;
	margin-left: 5px !important;
}
div.wpforms-container-full.contact-form .wpforms-field-radio ul li.choice-1 {
    position: relative;
}
div.wpforms-container-full.contact-form .wpforms-field-radio input:before, div.wpforms-container-full.contact-form .wpforms-field-radio input:after{
	width:20px;
	height:20px;
}
div.wpforms-container-full.contact-form .wpforms-field-radio ul li.choice-2.depth-1{
    justify-content: flex-end;
	padding-right:15px;
}
div.wpforms-container-full.contact-form .wpforms-field-radio ul li.choice-1:after {
    content: '';
    position: absolute;
    top: -10px;
    right: -5px;
    width: 1px;
    height: 42px;
    background: #DBDBDB;
}
div.wpforms-container-full.contact-form button.contact-btn[type=submit], .case-study-col article.post a.post-details {
    background: var(--primarycolor);
    color: #000;
    padding: 10px 35px 10px 20px;
    border-radius: 50px;
    font-size: 15px;
	margin-top:10px;
}
.case-study-col article.post a.post-details {
    color: #0B0C10;
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 500;
	padding: 12px 35px 12px 20px;
}
.case-study-col article.post a.post-details i {
    display: none;
}
.case-study-col{
	z-index:2;
}
.case-study-col:before, .case-study-col:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8%;
    height: 100%;
    opacity: .7;
    z-index: 1;
    background: #007794;
    background: linear-gradient(90deg, rgba(0, 119, 148, 1) 0%, rgba(255, 255, 255, 0) 90%);
}
.case-study-col:after{
 	left: auto;
	right:0;
	background: #62A45F;
	background: linear-gradient(90deg, rgba(98, 164, 95, 0) 0%, rgb(170 197 70) 50%, rgba(191, 208, 62, 1) 100%);
}

.contact-info-col {
    padding-left: 40px;
    padding-right: 40px;
	padding-top: 65px;
}
.contact-info-inner {
    background: #F2F2F2;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    padding: 55px 40px 60px 50px;
	box-shadow: 15px 15px 25px rgb(0 0 0 / 10%);
}
.contact-info-inner .vc_col-sm-9 .vc_column-inner>.wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
}
.contact-details .wpb_wrapper {
    display: flex;
	align-items: center;
    gap: 20px;
}
/* .contact-details p:first-child img {
    background: #FFFFFF;
    padding: 10px 14px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
	vertical-align: middle; 
}*/
.contact-details p:first-child img{
	border-radius: 10px;
	min-width: 59px;
    width: 59px;
}
.contact-details .wpb_wrapper p, .contact-details .wpb_wrapper a {
    margin-bottom: 0;
    color: #21262A;
    text-decoration: none;
    font-family: var(--primary-font);
}
.contact-details .wpb_wrapper a:hover{
	text-decoration:underline;
}
.contact-info-inner .vc_col-sm-9 .vc_column-inner {
    padding-left: 0;
}
.contact-details {
    border-bottom: 1px solid rgb(255 255 255 / 80%);
    margin-bottom: 0;
    padding: 18px 0;
}
.contact-details:nth-child(1), .contact-details:nth-child(2) {
    padding-top: 0;
}
.contact-details:nth-child(3), .contact-details:nth-child(4) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.contact-details:nth-child(2), .contact-details:nth-child(4) {
    margin-left: 65px;
}
.contact-social a img {
    height: 15px;
	transform: scale(1);
    transition: all .3s;
}
.contact-social a img:hover {
    transform: scale(1.1);
}
.contact-social a {
    padding-right: 5px;
}
.google-map {
    height: 585px;
	border-radius: 0 0 35px 35px;
}
.google-map-col {
    background: #007792;
	margin-top: -50px;
    z-index: 0;
}
.google-map-col .wpb_raw_html {
    margin-bottom: 0;
}

/** Quant page **/

.inner-space {
    padding-left: 25px;
    padding-right: 25px;
}
.inner-space-bg {
    padding-left: 40px;
    padding-right: 40px;
}
.quant-col .vc_column-inner {
/*     background-image: url(/wp-content/uploads/2026/07/Quantum-bg.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 490px;
	border-radius:30px;
	overflow: hidden;
	padding-left: 0;
    padding-right: 0;
}
.quant-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition:all .7s ease-in-out;
}
.quantum-section:hover .quant-text {
    top: 25%;
    opacity: 0;
}
.quant-image{
	position: absolute;
	opacity:0;
	top:60%;
	left:50%;
	width:65%;
	transition:all .7s ease-in-out;
	transform:translatex(-50%);
	z-index:2;
}
.quant-blue .quant-image{
	width:100%;
}
.quantum-section:hover .quant-image {
    top: 20%;
    opacity: 1;
}
.quant-text-img {
    width: max-content;
    background: #E1F549;
    padding: 15px 35px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
	transform: translate(-50%, -50%) scale(1);
	z-index:1;
}
.quant-blue .quant-text-img{
	background:#2678AD;
}
.quant-text-img img {
    width: 40px;
	vertical-align:middle;
}
.quant-blue .quant-text-img img{
	width: 22px;
}
.quant-text-img .wpb_wrapper {
    display: flex;
    align-items: center;
	gap: 15px;
}
.quant-text-img .wpb_wrapper p {
    margin-bottom: 0;
}
.quant-green .vc_column-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    display: inline-block;
    background: #F2FF85;
    background: linear-gradient(180deg, rgba(242, 255, 133, 1) 0%, rgba(180, 200, 22, 1) 33%, rgba(240, 255, 113, 1) 66%, rgba(189, 206, 47, 1) 99%);
	transition: all .7s ease-in-out;
}
.quant-blue .vc_column-inner:before{
	background: #0084D5;
	background: linear-gradient(180deg, rgba(0, 132, 213, 1) 0%, rgba(0, 73, 121, 1) 33%, rgba(0, 132, 212, 1) 66%, rgba(104, 191, 255, 1) 100%);
}
.quantum-section:hover .quant-green .vc_column-inner:before{
	top: -100%;
}
.quantum-section:hover .quant-text-img{
	transform: translate(-50%, -50%) scale(1.5);
}
.quantum-section:hover .quant-text.quant-text-img {
    top: 50%;
}
.quantum-section:hover .quant-top .quant-text.quant-text-img{
	top: -10%;
	transform: translate(-50%, -50%) scale(1);
}
.quantum-section:hover .quant-top .quant-image{
	top: 1%;
}
.quant-blue .quant-text h3 {
    color: #fff;
}
.text-width75 {
	width: 75%;
}
.text-width85 {
	width: 82%;
}
.pad-bot25{
	padding-bottom: 25px;
}
.pad-bot15{
	padding-bottom: 15px;
}
.pad-top25{
	padding-top: 25px;
}
.head-space h2{
	padding-bottom: 10px;
}
.margin-zero{
	margin-bottom:0;
}
.quant-list-width {
    width: 82%;
}
.quant-list ul, .list-text ul {
    margin-left: 0;
}
.quant-list ul li:nth-child(1), .quant-list.col-split ul li:nth-child(4){
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.quant-list ul li, .list-text ul li {
    font-size: 18px;
    line-height: 25px;
    color: #0B0C10;
    font-weight: 400;
    position: relative;
    list-style: none;
    padding: 13px 0;
    padding-left: 23px;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.quant-list ul li:before, .list-text ul li:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 0;
    background: var(--secondarycolor);
    width: 8px;
    height: 8px;
    border-radius: 50px;
}
.quant-list-lite ul li{
    color: rgb(11 12 16 / 70%);	
}
.list-text ul li{
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 8px;
	color: rgb(11 12 16 / 70%);
}
.list-text ul li:before {
    top: 9px;
}
.capablity-col .vc_col-sm-3 .vc_column-inner{
    background: #F2F2F2;
    border: 2px solid #fff;
    border-radius: 28px;
    padding: 30px 25px;
    box-shadow: 15px 15px 25px rgb(0 0 0 / 6%);
}
.capablity-col .vc_col-sm-3 .vc_column-inner img {
    width: 66px;
    border-radius: 10px;
}
.capablity-col .vc_col-sm-3 .vc_column-inner h3 {
    font-size: 26px;
    line-height: 30px;
    color: #21262A;
    padding-bottom: 15px;
}
.capablity-col .vc_col-sm-3 .vc_column-inner p {
    color: rgb(33 38 42 / 70%);
    line-height: 1.4em;
}
.yellow-bg{
	background: #BDCE2F;
	background: linear-gradient(320deg, rgba(189, 206, 47, 1) 0%, rgba(0, 119, 148, 1) 62%, rgba(0, 119, 148, 1) 100%);
}
.case-study-col article.post {
    display: flex;
    flex-direction: row;
	background: #D3E8EC;
    padding: 23px;
    border-radius: 30px;
}

.case-study-col .dt-owl-item.active article.post{
	background: #F5F7A5;
	background: linear-gradient(339deg, rgba(245, 247, 165, 1) 0%, rgba(144, 236, 236, 1) 62%, rgba(110, 228, 239, 1) 100%);	
}
.case-study-col article.post .post-thumbnail-wrap {
    width: 38%;
}
.case-study-col article.post .post-entry-content{
	width: 62%;
	padding:21px 30px 30px 70px !important;
}
.case-study-col article.post .post-thumbnail-wrap img {
    height: 385px;
    object-fit: cover;
	 border-radius: 12px;
}
.case-study-col article.post .post-entry-content h3{
	width:85%;
}
.case-study-col article.post .entry-excerpt {
    padding-bottom: 10px;
}
.case-study-col article.post .post-entry-content h3 a {
    color: #0B0C10 !important;
    font-size: 26px;
    line-height: 30px;
	font-family:var(--primary-font);
}
.case-study-col article.post .post-entry-content p {
    color: rgb(11 12 16 / 70%);
    font-size: 18px;
    padding-top: 15px;
}
.case-study-col .owl-prev {
    right: calc(0% + 265px) !important;
}
.case-study-col .owl-next {
    right: calc(0% + 208px) !important;
}
.case-study-col .owl-next, .case-study-col .owl-prev{
    top: calc(100% + -70px) !important;
}
.automate-img.ani-subone img {
    object-position: center;
}
.automate-float {
    position: absolute;
    top: 10px;
    left: calc(0% + 76px);
}
.float-left {
    left: -25px;
}
.automate-float img {
    width: 108px;
}
.pad-left40{
	padding-left:40px;	
}
.pad-right40{
	padding-right:40px;	
}
.pad-right50{
	padding-right:50px;	
}
.sm-head h3 {
    color: #000;
    font-size: clamp(22px,calc(22px + (50 - 35) * ((100vw - 320px) / (1400 - 320))),25px);
    padding-bottom: 5px;
	line-height:1.35;
}
.agentic-text {
    padding: 27px 0;
    border-top: 1px solid #DFDFDF;
    margin-bottom: 0;
}
.agentic-text p{
    line-height: 1.4em;
}
.agentic-text:last-child {
    border-bottom: 1px solid #DFDFDF;
}
.built-faq h3.wpb_accordion_header a {
    font-size: 35px;
    line-height: 43px;
    font-family: var(--primary-font);
    color: #21262A;
}
.built-faq h3.wpb_accordion_header a b {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: rgb(11 12 16 / 70%);
    font-weight: 600;
    font-family: var(--secondaryfont);
    padding-top: 7px;
}
.built-faq h3.wpb_accordion_header a span {
    color: #21262A;
}
.build-text h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #21262A;
	padding-top: 7px;
}
.build-text {
    padding-top: 10px;
	padding-right: 55px;
}
.built-faq .wpb_accordion_section {
    border-bottom: 1px solid #EAEBEC;
    padding-bottom: 27px;
    padding-top: 17px;
}
.built-faq .wpb_accordion_section:first-child {
    border-top: 1px solid #EAEBEC;
}
.built-faq .wpb_accordion_header a:before {
    background-image: url(/wp-content/uploads/2026/07/plus-img.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: unset !important;
	width: 50px;
    height: 50px;
    border-radius: 10px;
    top: 15px;
    border-radius: 13px;
    border: 2px solid #F5F5F6;
}
.built-faq .wpb_accordion_header.ui-state-active a:before {
    background-image: url(/wp-content/uploads/2026/07/minus-icon.svg);
}
.built-faq .wpb_accordion_header a:after{
	display:none;
}
.margin-auto{
	margin:auto;
}
.pad-bot65{
	padding-bottom:65px;
}
.pad-bot80{
	padding-bottom:80px;
}
.pad-top80{
	padding-top:80px;
}
.border-sm img{
	border-radius:15px;
}
.loan-process-four .wpb_wrapper .vc_row.wpb_row .wpb_column .steps-wrapper:before{
    width: calc(100% + 25px);
    height: calc(100% + 25px);
	top: -12px;
}
.loan-process-four .wpb_wrapper .vc_row.wpb_row .wpb_column .steps-wrapper{
    top: -51px;	
}
.loan-process-four .wpb_wrapper .vc_row.wpb_row .wpb_column .steps-wrapper .steps {
    width: 82px;
    height: 82px;
}
.loan-process-four .wpb_wrapper .vc_row.wpb_row:before {
    top: -30px;
}
.loan-process-four .wpb_wrapper .vc_row.wpb_row .wpb_column:before {
    top: -86px;
    width: 180px;
    height: 100px;
}
.loan-process-four .wpb_wrapper .vc_row.wpb_row span.middle-divider:nth-child(2) {
    left: 25%;
}
.loan-process-four .wpb_wrapper .vc_row.wpb_row span.middle-divider:nth-child(4) {
    background-image:url(/wp-content/uploads/2026/07/blue-arrow.svg);
}
.loan-process-four .wpb_wrapper .vc_row.wpb_row span.middle-divider:nth-child(6) {
    left: 75%;
}
.works-col-white .loan-process-six .wpb_wrapper .vc_row.wpb_row:nth-child(1) span.middle-divider, .works-col-white .loan-process-six .wpb_wrapper .vc_row.wpb_row:nth-child(2) span.middle-divider {
    background-image:url(/wp-content/uploads/2026/07/white-arrow.svg);
}
.works-col-white .wpb_wrapper .vc_row.wpb_row .wpb_column:before {
    background: url(/wp-content/uploads/2026/07/half-circle-black.svg);
    top: -123px;
    width: 135px;
    height: 157px;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.loan-process-six .wpb_wrapper .vc_row.wpb_row span.middle-divider:nth-child(2) {
    left: 33%;
}
.loan-process-six .wpb_wrapper .vc_row.wpb_row span.middle-divider:nth-child(4) {
    left: 66%;
}
.loan-process-six .wpb_wrapper .loan-step-col2.vc_row.wpb_row span.middle-divider:nth-child(2) {
    left: 50%;
}
.loan-process-four .steps img {
    max-height: 40px;
    width: 100%;
}
.loan-process-four .wpb_wrapper .wpb_column .vc_column-inner{
	padding:77px 35px 40px;
}
.loan-process-six .wpb_wrapper .wpb_column .vc_column-inner{
	padding: 45px 35px 25px;	
}
.loan-process-four .wpb_wrapper .wpb_column .vc_column-inner p, .value-col .vc_row.wpb_row .vc_column-inner p {
	color: rgb(255 255 255 / 70%);
}
.loan-process-four .wpb_wrapper .wpb_column .vc_column-inner h3 {
    color: #fff !important;
    padding-bottom: 5px;
}
.works-col-white .wpb_wrapper .wpb_column .vc_column-inner h3{
	color:#21262A !important;
	padding-bottom: 5px;
}
.works-col-white .wpb_wrapper .wpb_column .vc_column-inner {
    background: #F5F5F5;
    background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 0;
}
.works-col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: #F2F2F2;
    width: calc(100% - 150px);
    height: 96%;
    transform: translateX(-50%);
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 15px 15px 30px rgb(0 0 0 / 10%);
}
.works-col-white .wpb_wrapper .vc_row.wpb_row .wpb_column .steps-wrapper:before {
    background-color: #ffffff;
}
.works-col-white .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(odd) .steps-wrapper .steps, .works-col-white .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(even) .steps-wrapper .steps{
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to top, #ffffff -10%, #BDCE2F 100%) border-box;
}
.works-col-white .wpb_wrapper .vc_row.wpb_row:nth-child(1) .wpb_column:nth-of-type(even) .steps-wrapper .steps, .works-col-white .wpb_wrapper .vc_row.wpb_row:nth-child(2) .wpb_column:nth-of-type(odd) .steps-wrapper .steps{
	 background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to top, #ffffff -10%, #00b5f1 100%) border-box;
}
.works-col-white .wpb_wrapper .vc_row.wpb_row:before {
    border-top: dashed 1px rgb(0 0 0 / 15%);
    top: -25px;
}
.loan-process-six.inner-space-bg {
    padding-left: 85px;
    padding-right: 85px;
}
.loan-step-col2 {
    justify-content: center;
}
.loan-process-step .wpb_wrapper .loan-step-col2.vc_row.wpb_row:before {
    width: 64%;
}
/*** Document Intelligence ***/
.quant-green {
    padding-left: 15px;
}
.integration-width {
    width: 76%;
    margin: auto !important;
}
.audit-col .vc_col-sm-5 {
    width: 46%;
}
.audit-col .vc_col-sm-7 {
    width: 54%;
}
.works-white .loan-process-step h3 {
    color: #fff !important;
}
.works-white .loan-process-step p {
    color: rgb(255 255 255 / 70%) !important;
}
.integration-col {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #F5F5F5;
    box-shadow: 15px 15px 25px rgb(0 0 0 / 10%);
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 35px;
}
.integration-col .vc_col-sm-3, .integration-col .vc_col-sm-9 {
    width: auto;
}
.integration-col .vc_col-sm-9 .vc_column-inner>.wpb_wrapper {
    display: flex;
    gap: 25px;
}
.partners-logo img {
    border: 1px solid #E1E1E1;
    width: 205px;
    border-radius: 15px;
}

/*** About Us ***/
.value-col .vc_row.wpb_row .vc_column-inner {
    border: solid 1px #475057;
	padding: 40px 30px 30px;
    border-radius: 35px;
    background: #3D474E;
    background: linear-gradient(0deg, rgba(61, 71, 78, 1) 0%, rgba(82, 92, 100, 1) 100%);
}
.value-col .vc_row.wpb_row .vc_column-inner img {
    width: 48px;
}
.value-col .vc_row.wpb_row .vc_column-inner .wpb_single_image {
    margin-bottom: 25px;
}
.value-col .vc_row.wpb_row .vc_column-inner p {
    padding-top: 8px;
}
.value-col .vc_row.wpb_row .vc_column-inner .wpb_text_column {
    margin-bottom: 0;
}
svg.vc_single_image-img.attachment-full {
    width: 100%;
    height: auto;
}
.diagram.diagram-process > .wpb_column {
    background: #3D474E;
}
.team-col .team-container {
    padding: 15px;
    background: #F2F2F2;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    box-shadow: 10px 9px 30px rgb(0 0 0 / 6%);
	height: 490px !important;
    overflow: hidden;
	transition:all .3s ease-in-out;
	min-width:auto;
}
.team-col .team-container .team-media img {
    border-radius: 12px;
}
.team-col .team-container .team-media img {
    border-radius: 12px;
    height: 387px;
    object-fit: cover;
	transition:all .3s ease-in-out;
	object-position: top;
}
.team-col .team-container:hover .team-media img {
    height: 90px;
    width: 90px;
}
.team-col .team-container .team-desc {
    padding: 8px 16px 20px 10px;
	overflow: auto;
}
.team-col .team-container .team-author .team-author-name {
    font-size: 30px;
    line-height: 1.5;
    color: #21262A;
    font-weight: 500 !important;
    font-family: var(--primary-font);
	display: inline-block;
    position: relative;
}
.team-col .team-container .team-author p {
    color: rgb(11 12 16 / 70%);
    padding-top: 5px;
	display: block;
}
.team-col .soc-ico a:before {
    background: #0789A5 !important;
}
.team-col .soc-ico {
    position: absolute;
    top: -5px;
    right: -45px;
}
.team-col .team-author {
    padding: 18px 10px 10px;
	position: relative;
	transition:all .3s ease-in-out;
}
.team-col .team-container:hover .team-author{
	padding: 10px 10px 0px;
}
.team-col .team-author:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-image: url(/wp-content/uploads/2026/07/black-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: #E2E2E2;
	transform: rotate(0deg);
    transition: all .3s ease;
}
.team-col .soc-ico a, .team-col .soc-ico a:after, .team-col .soc-ico a:before {
    min-width: 29px !important;
    min-height: 29px !important;
}
.team-col .team-container:hover .team-author:after {
	transform: rotate(-50deg);
}
.team-col .team-container .team-content p {
    font-size: 16.5px !important;
	color: rgb(33 38 42 / 70%);
}
.team-col .team-container .team-content ul {
    margin-left: 0;
    border: 1px solid rgb(33 38 42 / 20%);
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
	list-style: none;
}
.team-col .team-container .team-content ul li strong {
    min-width: 20px;
    display: inline-block;
    color: var(--secondarycolor);
    font-weight: 400 !important;
    font-family: var(--secondaryfont);
}
.team-col .team-container .team-content ul li {
    margin-bottom: 4px;
    font-size: 17px;
}
.team-col .team-container .team-content ul li a {
    color: rgb(11 12 16 / 70%);
    text-decoration: none;
}
.team-col .team-container .team-content ul li a:hover{
	text-decoration:underline;
}
.certificate-logo {
    display: inline-block;
    padding-right: 5px;
}
.certificate-logo img {
    width: 100px;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.workflow h3 a{
	color:#fff;
}
.workflow .vc_col-sm-4 .vc_column-inner:hover h3 a{
	text-decoration:underline;
}
.case-study-section.commonspaces{
	padding-bottom: clamp(80px, 4vw, 180px) !important;	
}
.privacy-col {
    width: 90%;
    margin: auto;
}
.privacy-col h1 {
    font-size: clamp(30px, calc(30px + (50 - 35) * ((100vw - 320px) / (1400 - 320))), 40px) !important;
    line-height: 1.25;
}
.privacy-col h2 {
    font-size: clamp(25px, calc(25px + (50 - 35) * ((100vw - 320px) / (1400 - 320))), 30px) !important;
    line-height: 1.25;
	padding-top: 25px;
    padding-bottom: 10px;
}
.privacy-col ul li {
    color: #3D474E;
}
.privacy-text a {
    color: #3D474E;
    text-decoration: underline;
}
.privacy-text a:hover{
	text-decoration:none;
}
/*** Reponsive ***/
@media only screen and (min-width: 1930px) {
    #footer > .wf-wrap, #footer #bottom-bar > .wf-wrap, header.header-bar, #main > .wf-wrap{
        width:1920px !important;
    }
}

@media only screen and (min-width:1600px){
.quant-col .vc_column-inner {
    min-height: 650px;	
}
.case-study-col article.post .post-thumbnail-wrap img {
    height: 540px;	
}
.inner-space {
    padding-left: 50px;
    padding-right: 50px;
}
.inner-space-bg {
    padding-left: 60px;
    padding-right: 60px;
}
.quant-list ul li, .list-text ul li {
    font-size: 22px;
    line-height: 1.4;	
}
.built-faq h3.wpb_accordion_header a {
    font-size: 44px;
    line-height: 1.5;
}
.contact-form-col.vc_row {
    width: 87%;
}
div.wpforms-container-full.contact-form .wpforms-field-radio ul li.choice-1, div.wpforms-container-full.contact-form .wpforms-field-radio ul li.choice-2.depth-1 {
    justify-content: center;
}
}

@media (max-width: 1400px) {
.innerhead h1{
	font-size:clamp(45px, 5vw, 70px) !important;
}
.innerhead h2{
	font-size:clamp(33px,calc(33px + (50 - 35) * ((100vw - 320px) / (1400 - 320))),50px) !important;
}
body:not(.home) h1.fancy-title.entry-title{
	font-size:clamp(38px,calc(38px + (50 - 35) * ((100vw - 320px) / (1400 - 320))),55px) !important;
	line-height: clamp(45px, calc(45px + (75 - 45) * ((100vw - 320px) / (1400 - 320))), 75px) !important;
}
.innerhead h3{
	font-size: clamp(30px, calc(30px + (50 - 35) * ((100vw - 320px) / (1400 - 320))), 40px) !important;	
}	
.accordionsec span.vc_tta-title-text {
    font-size: clamp(28px, 5vw, 33px) !important;
}
.built-faq h3.wpb_accordion_header a{
	font-size: clamp(26px, 5vw, 38px) !important;
}
.commonspaces {
    padding-top:calc(40px + 80 * ((100vw - 320px) / (1400 - 320))) !important;
    padding-bottom:calc(40px + 80 * ((100vw - 320px) / (1400 - 320))) !important;
}
.topspaces, .topspaces.minus-tp-margin, .commonspaces.minus-tp-margin {
    padding-top: calc(80px + 80 * ((100vw - 320px) / (1400 - 320))) !important;
}
.customlowheight, .vc_empty_space.spacer-height120{
	height: clamp(40px, 4vw, 120px) !important;	
}
.commonspaces.minus-tp-margin {
     padding-bottom: calc(80px + 80 * ((100vw - 320px) / (1400 - 320))) !important;
}
}
@media (max-width:1300px){
.case-study-col article.post .post-entry-content {
    padding: 21px 20px 20px 50px !important;
}
}
@media (max-width: 1200px) {
.homebanner {
    height: 600px;
    min-height: auto !important;
}
.homebanner .centerpad {
    width: 70%;
}
.widthpara p {
    width: 60%;
}
.text-width75, .text-width85, .quant-list-width {
    width: 90%;
}
.inner-space {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-info-col {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
}
body:not(.home) header#fancy-header.fancy-header .fancy-subtitle.color-accent {
    width: 85%;
}
}

@media (max-width:1080px){
.homebanner {
    height: 500px;
}
.homebanner .centerpad, .widthpara p {
    width: 80%;
}
.text-width75, .quant-list-width {
    width: 95%;
}
.loan-process-six.inner-space-bg {
    padding-left: 60px;
    padding-right: 60px;
}
.case-study-col article.post .post-entry-content {
    width: 58%;
    padding: 21px 20px 20px 40px !important;
}
.case-study-col article.post .post-thumbnail-wrap {
    width: 42%;
}
.privacy-col {
    width: 95%;
}
.contact-sec .contact-form-col {
    width: 100%;
}
.contact-details p:first-child img {
    border-radius: 5px;
    min-width: 45px;
    width: 45px;
}
.contact-info-inner {
    padding: 45px 40px 50px 25px;
}
.contact-details:nth-child(2), .contact-details:nth-child(4) {
    margin-left: 25px;
}
.contact-details .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
body:not(.home) header#fancy-header.fancy-header .fancy-subtitle.color-accent {
    width: 90%;
}
.pad-right50 {
    padding-right: 30px;
}
.team-col .team-container .team-media img {
    height: 300px;
}
.team-col .team-author:after {
    right: 0;
    width: 37px;
    height: 37px;
}
.team-col .team-container .team-author .team-author-name {
    font-size: 23px;
}
}
@media (max-width:1024px){
h2 br{
	display:none;
}
div.wpforms-container-full.contact-form input[type=radio]+label {
    font-size: 16px;
    margin-left: 1px !important;
}
div.wpforms-container-full.contact-form .wpforms-field-radio ul li.choice-2.depth-1 {
    justify-content: center;
    padding-right: 0;
}
.capablity-col .vc_col-sm-3 {
    width: 50%;
}
.contact-info-inner .vc_col-sm-9 .vc_column-inner>.wpb_wrapper {
    grid-template-columns: repeat(1, 1fr);
}
.contact-details:nth-child(2), .contact-details:nth-child(4) {
    margin-left: 0;
}
.contact-details {
    padding: 10px 0 !important;
	margin-bottom:0 !important;
	border-bottom: 1px solid rgb(255 255 255 / 80%) !important;
}
.team-col.dt-team-shortcode .dt-css-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}
.team-col .team-container {
    height: 385px !important;
}
.team-col .team-container .team-author p {
    font-size: 17px !important;
}
}
@media (max-width:992px){
.homebanner .centerpad, .widthpara p, .quant-list-width {
    width: 90%;
}
.loan-process-six.inner-space-bg {
    padding-left: 40px;
    padding-right: 40px;
}
div.wpforms-container-full.contact-form input[type=radio]+label {
     font-size: 15px;
	 padding-left: 5px !important;
}
div.wpforms-container-full.contact-form .wpforms-field-radio input:before, div.wpforms-container-full.contact-form .wpforms-field-radio input:after {
    width: 15px;
    height: 15px;
}
div.wpforms-container-full.contact-form input::placeholder, div.wpforms-container-full.contact-form textarea::placeholder{
	font-size:16px !important;
}
}
@media (max-width:992px){
.case-study-col:before, .case-study-col:after{
	display:none;
}
.case-study-col.owl-carousel {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media (max-width:767px){
.homebanner {
    margin-left: -20px !important;
}
.homebanner .centerpad, .widthpara p, .quant-list-width {
    width: 95%;
}
.padright {
    padding-right: 15px;
    padding-left: 15px;
}
.loan-faq-col-image .vc_column-inner {
    height: 500px;
}
.ani-subone img {
    width: 350px;
    height: 350px;
}
.ani-subtwo img, .ani-subtwo svg {
    width: 150px;
	height: auto;
}
.ani-subtwo {
    top: 0;
    right: 0;
}
.wpb_content_element.pad-bot25 {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.mobile-space-top{
	padding-top:60px;
}
.mobile-space-bot{
	padding-bottom:60px;	
}	
.inner-space-bg {
    padding-left: 25px;
    padding-right: 25px;
}
.capablity-col .wpb_single_image {
    margin-bottom: 25px;
}
.capablity-col .vc_col-sm-3 .vc_column-inner h3 {
    padding-bottom: 10px;
}
.case-study-col article.post .post-entry-content h3 a, .capablity-col .vc_col-sm-3 .vc_column-inner h3 {
    font-size: 24px;
    line-height: 29px;
}
.pad-right40, .pad-right50 {
    padding-right: 0;
}
.pad-left40 {
    padding-left: 0;
}
.loan-process-six.inner-space-bg {
    padding-left: 20px;
    padding-right: 20px;
}
.works-col:before {
    width: calc(100% - 50px);
    height: 95%;
	top: 2.2%;
}
.case-study-col article.post .post-thumbnail-wrap, .case-study-col article.post .post-entry-content {
    width: 100%;
}
.case-study-col article.post .post-entry-content {
     padding: 10px 20px 20px 10px !important;
}
.case-study-col .owl-next, .case-study-col .owl-prev {
    top: calc(100% + -65px) !important;
}
.case-study-col .owl-next {
    right: calc(0% + 50px) !important;
}
.case-study-col .owl-prev {
    right: calc(0% + 110px) !important;
}
.case-study-col .owl-dots {
    top: calc(100% + 20px) !important;
}
.case-study-col article.post .post-thumbnail-wrap img {
    height: 235px;
	 border-radius: 8px;
}
.case-study-col article.post .post-entry-content h3 {
    width: 100%;
    padding-top: 5px;
}
.case-study-col article.post {
    padding: 18px;
    border-radius: 20px;
}
.contact-sec .contact-form-col {
    width: 100%;
}
div.wpforms-container-full.contact-form input:not([type="radio"]), div.wpforms-container-full.contact-form textarea, div.wpforms-container-full.contact-form .wpforms-field-radio ul {
    height: 53px;
    padding-left: 20px;
}
.privacy-col {
    width: 100%;
}
.privacy-col h2 {
    padding-top: 15px;
    padding-bottom: 5px;
}
.mobile-space{
	margin-bottom:25px;
}
#main > .wf-wrap {
    padding-bottom: 40px;
}
div.wpforms-container.contact-form .wpforms-form .wpforms-field-layout .wpforms-layout-row{
	flex-direction: column;		
}
div.wpforms-container.contact-form .wpforms-form .wpforms-field-layout .wpforms-layout-column-50, div.wpforms-container-full.contact-form .wpforms-layout-row .wpforms-layout-column-67, div.wpforms-container-full.contact-form .wpforms-layout-row .wpforms-layout-column-33{
	width:100%;	
}
div.wpforms-container-full.contact-form #wpforms-386-field_9-container .wpforms-layout-row {
    gap: 10px;
}
.contact-form-col.vc_row {
    width: 95%;
}
.contact-info-inner {
   padding: 30px 15px 35px 5px;
	border-radius: 20px;
}
.contact-info-inner .vc_col-sm-9 .vc_column-inner {
    padding-left: 15px;
}
.contact-details p:first-child img {
   	border-radius: 5px;
   	min-width: 40px;
   	width: 40px;
	vertical-align: middle;
}
.contact-email p {
    font-size: 17px !important;
}
.google-map {
    height: 460px;
    border-radius: 0 0 0;
}
body:not(.home) header#fancy-header.fancy-header .fancy-subtitle.color-accent {
    width: 95%;
	margin-top:30px;
}
.text-width75, .text-width85, .quant-list-width {
    width: 100%;
}
.team-col.dt-team-shortcode .dt-css-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
.pad-top80 {
    padding-top: 40px;
}
.pad-bot80 {
    padding-bottom: 40px;
}
.wpb_content_element.pad-bot25.border-bottom {
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.pad-top25 {
    padding-top: 10px;
}
.float-image-col .automate-img {
    text-align: center !important;
    transform: translateX(0);
}
.automate-float {
    position: relative;
    top: 0;
}
.automate-float, .float-left {
    left: 0;
}
.automate-float img {
    width: 85px;
}
.value-col .vc_row.wpb_row .vc_column-inner {
    padding: 30px 30px 30px;
    border-radius: 25px;
}
.value-col .vc_row.wpb_row .vc_column-inner .wpb_single_image {
    margin-bottom: 20px;
}
.capablity-col .vc_col-sm-3 {
    width: 100%;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column {
    padding-bottom: 65px;
    margin-top: 20px;
}
.loan-process-step .wpb_wrapper .vc_row:nth-child(2){
    margin-top: 55px;		
}	
.loan-process-four .wpb_wrapper .vc_row.wpb_row .wpb_column:before, .loan-process-step .wpb_wrapper .vc_row.wpb_row span.middle-divider, .loan-process-step .wpb_wrapper .vc_row.wpb_row:before, .loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column:before, .works-col-white .wpb_wrapper .vc_row.wpb_row .wpb_column:before{
	display:none;	
}
.works-col .loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column {
    padding-bottom: 45px;
}
.loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column:last-child, .works-col .loan-process-step .wpb_wrapper .vc_row.wpb_row .wpb_column:last-child {
    padding-bottom: 0;
}
.pad-bot65 {
    padding-bottom: 25px;
}
.loan-process-four .wpb_wrapper .vc_row.wpb_row .wpb_column .steps-wrapper .steps {
    width: 70px;
    height: 70px;
}
.built-faq .wpb_accordion_header a:before{
    width: 40px;
    height: 40px;		
}
.build-text {
    padding-top: 10px;
    padding-right: 35px;
}
.quant-list ul li, .list-text ul li {
    font-size: 17px;
    line-height: 24px;
    padding-left: 20px;
}
.list-text ul li{
    padding-bottom: 0;		
}
.built-faq h3.wpb_accordion_header a b{
    font-size: 17px;
    line-height: 24px;		
}
.built-faq .wpb_accordion_section {
    padding-bottom: 20px;
    padding-top: 7px;
}
.wpb_text_column.wpb_content_element.innerhead {
    margin-bottom: 25px;
}
.integration-width {
    width: 100%;
    margin: auto !important;
}
.quant-col .vc_column-inner {
    min-height: 320px;
}
.quant-text-img {
    padding: 10px 25px;
    border-radius: 10px;
}
.quant-text-img img {
    width: 33px;
}
.quant-text-img.sm-head h3 {
    font-size: 20px;
}
.quant-image {
    width: 87%;
}
.audit-col .vc_col-sm-7, .audit-col .vc_col-sm-5{
	width:100%;		
}
.quantum-section:hover .quant-top .quant-image {
    top: 25%;
}
.integration-col {
    flex-direction: column;
}

}
@media (max-width:600px){
div.wpforms-container-full.contact-form .wpforms-field-radio ul li.choice-2.depth-1 {
    justify-content: flex-start;	
}
div.wpforms-container-full.contact-form .wpforms-field-radio ul {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
div.wpforms-container.contact-form .wpforms-form .wpforms-field-layout .wpforms-layout-column {
    padding: 0 0px;
    padding-left: 10px;
}
div.wpforms-container-full.contact-form input::placeholder, div.wpforms-container-full.contact-form textarea::placeholder{
	font-size:15px !important;
}
.integration-col .vc_col-sm-9 .vc_column-inner>.wpb_wrapper {
    display: flex;
    gap: 25px;
    flex-direction: column;
}
.integration-col {
    padding: 15px;
    margin-top: 35px;
    gap: 25px;
}
}
@media (max-width:480px){
p {
    font-size: 17px !important;
}
.commonspaces {
    padding-top: 50px;
    padding-bottom: 50px;
}
body:not(.home) header#fancy-header {
    height: 340px;
}
.vc_inner.vc_row-fluid.teamsec.vc_column-gap-20, .teamsec, .teamcore, .teamcore  {
    width: 100%;
}
.mobile-space-top{
	padding-top:40px;
}
.mobile-space-bot{
	padding-bottom:40px;	
}
}
@media (max-width:480px){
.contact-details p:first-child img {
   min-width: 35px;
   width: 35px;
}
.contact-details .wpb_wrapper {
   gap: 10px;
}
}