/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 09:42:57 */
section.aboutpage-hero-section{
    background: linear-gradient(103.51deg, #EEF2F6 25.5%, #FFFFFF 39%, #EEF2F6 49%, #FFFFFF 55%, #EEF2F6 59%);
	padding:160px 0 120px;
}
.abt-img{
	border-radius:16px;
}
h1.abt-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
	margin:30px 0;
	color: var(--secondary);
}
.aboutpage-hero-section h2{
	  font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
	margin-bottom:30px;
	color: #0D0D0D;
}
.aboutpage-hero-section p{
	  font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	margin-bottom:20px;
	color: #697586;
}
.top-border{
	padding-top: 30px;
    border-top: 1px solid #D6D6D6;
}
section.aboutpage-team-section {
    padding: 120px 0;
}
section.aboutpage-team-section h2{
	color:#202939;
	font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
	margin-bottom:50px;
}
.team-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
}
.team-card h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
	color:#202939;
	margin:30px 0 20px;
}

.team-card span {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
	color:#202939b3;
	font-weight:600;
	font-family: 'Manrope', sans-serif !important;
}
.team-card p{
	margin:25px 0 0 !important;
	padding-top: 30px;
    border-top: 1px solid #D6D6D6;
}

@media (max-width:767px){
	section.aboutpage-hero-section {
    padding: 120px 0 60px;
}
	.aboutpage-hero-section h2,
	section.aboutpage-team-section h2{
    font-size: 30px;
	}
	.team-image{
		width:200px;
	}
	
/* 	h1.abt-title, 
    .aboutpage-hero-section h2,
	section.aboutpage-team-section h2{
		font-size: 24px;
	} */
	.team-card h6{
		font-size: 24px;
	}
	.team-sec {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}
}


/* Contact page */
.contactpage-section{
	background: linear-gradient(103.51deg, #EEF2F6 25.5%, #FFFFFF 39%, #EEF2F6 49%, #FFFFFF 55%, #EEF2F6 59%);
	padding:160px 0 120px;
	position: relative;
    overflow:hidden;
}
.contactpage-section:after{
	content:"";
	background:url(/wp-content/uploads/2026/03/Circle.png);
	background-repeat:no-repeat;
	bottom:0px;
    width: 800px;
    height: 400px;
    position: absolute;
    right: 0;
	pointer-events: none;
    z-index: 0;
}
h1.contact-title{
color:#202939;
font-weight: 700;
font-size: 56px;
	margin-bottom:20px;
}
.contact-desc{
	font-size: 18px;
	padding-right:50px;
}
.ican-cards {
    padding: 32px 28px;
    box-shadow: 0px 12px 16px -4px #10182814;
    box-shadow: 0px 4px 6px -2px #10182808;
    background: #fff;
    border: 1px solid #FFF5EC;
    border-radius: 16px;
    width: 420px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
	justify-content:space-between;
	    align-items: center;
	margin-bottom:20px;
}
.ican-cards:last-child{
	margin-bottom:0px;
	
}
.title {
    color: #697586;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
.link-title
 {
    color: #202939;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}
.ican-cards a{
	float: right;
    font-size: 20px;
    background: #202939;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: #fff;
}
.info-cards{
	margin-top:auto
}
.contact-left-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.contact-form {
    box-shadow: 0px 12px 16px -4px #10182814;
/*     box-shadow: 0px 4px 6px -2px #10182808; */
    border: 1px solid #FFF5EC;
    background: #fff;
    padding: 45px;
    border-radius: 16px;
	z-index:999;
}
.contact-form .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
        margin-bottom: 20px !important;
    }
.contactpage-section .container{
	z-index:999;
	position:relative;
}

.contact-form label {
    font-weight: 400 !important;
    color: #202939 !important;
    font-size: 16px !important;
    line-height: 24px !important;
	    margin-bottom: 8px !important;
}
.contact-form input, .contact-form textarea{
	border: 1px solid #E9EAEC;
	background: #FFFFFF;
	border-radius:8px !important;
	height:54px !important;
padding:20px !important;
}
.contact-form::placeholder{
	color: #697586;
 font-weight: 400 !important;
    font-size: 16px !important;
}
.forminator-ui#forminator-module-1538.forminator-design--default .forminator-label .forminator-required {
    color: #202939 !important;
}
.contact-form button.forminator-button.forminator-button-submit{
	border: 1px solid #0057D9 !important;
	background:#0057D9 !important;
font-weight: 500 !important ;
font-size: 16px !important;
line-height: 24px !important;
padding:12px 25px !important;
	border-radius:12px !important;
box-shadow: 0px 4px 8px -2px #0000001A !important;
	width:100% !important;
color:#fff !important;

}

/* Thank you */
.thank-sec {
	height:100vh;
}
h1.top-heading{
font-weight: 700;
font-size: 56px;
line-height: 1.2;
	color:#202939;
	width:600px;
	max-width:100%;
	margin-bottom:50px;
}
/* h2.bottom-title{
	font-weight: 700;
    font-size: 15rem;
    line-height: 1.3;
    color: #202939;
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 99;
    top: auto;
    width: 100%;
} */
.thank-sec:before{
	content:"";
	background:url(/wp-content/uploads/2026/03/THANK-YOU.png);
	background-repeat:no-repeat;
	width: 100%;
    height: 155px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
    pointer-events: none;
    z-index: 99;
    max-width: 100%;
    background-size: contain;
    background-position: bottom center;
}
/* Download page */
.contact-form.download-form {
    background: #F6F6F6 !important;
}
.download-section {
    padding-top: 120px;
	overflow:hidden;
}
.download-section .left-content-box {
    width: 600px;
	max-width:100%;
    padding-left: 40px;
}
.download-section .left-content-box h1{
	font-size:56px;
	font-weight:bold;
	line-height:1.2;
	color:#202939;
	margin-bottom:20px;
}
.download-section .left-content-box p{
	font-size:18px;
	line-height:28px;
	color:#697586;
	margin-bottom:20px;
}
.download-section .left-content-box h1 span{
	color:#0057D9;
}
.download-dark-section {
    background: #0057D9;
    color: #fff;
    padding: 150px 0;
}
.download-dark-section  h2{
	font-size:40px;
	font-weight:bold;
	line-height:1.3;
	color:#fff;
}
.download-dark-section  h5{
	font-size:24px;
	font-weight:bold;
	line-height:1.3;
	color:#fff;
	margin-bottom:25px;
}
.download-dark-section  p{
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#fff;
	text-align:justify;
}
.download-case-study-section h2{
	font-size:40px;
	font-weight:bold;
	line-height:1.3;
	color:#202939;
}
section.download-case-study-section {
    padding: 100px 0;
}
@media(max-width:767px){
	
	
	h1.contact-title,h1.top-heading{
		font-size:40px;
		line-height:48px;
	}
	.info-cards{
		margin-top:20px;
	}
	.contact-form{
		padding:40px 20px;
	}
}

/* service page */
.service-top-sec{
	padding:220px 0 0px !important;
	position:relative;
	min-height:700px;
	overflow:hidden;
}
.service-top-sec:before{
	content:"";
	position:absolute;
	left:0;
	top:120px;
	background:var(--secondary);
	height:100%;
	width:50%;
}
.service-top-sec h1{
	font-size:56px;
	font-weight:700;
	line-height:1.3;
	color:#fff;
	margin-bottom:20px;
}
.service-top-sec p{
	font-size:18px;
	font-weight:400;
	line-height:28px;
	color:#fff;
}
.service-top-left-content{
	padding:0  50px 80px 0;
}
.two-col-section {
    padding: 120px 0 50px;
}
.two-col-section h2{
	font-size:38px;
	font-weight:700;
	line-height:1.3;
	color:#202939;
	margin-bottom:20px;
}
.service-icon-card {
    padding-right: 80px;
	position:relative;
}
.service-icon-card:after{
	content:"";
	width:2px;
	height:135px;
	background:#E3E8EF;
	position:absolute;
	right:30px;
	top:0;
}
.last-child:after{
	display:none;
}
.three-card-section{
	padding-bottom:100px;
}

.service-icon-card figure {
    background: #FFF5EC;
    height: 62px;
    width: 62px;
    border-radius: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.service-icon-card h3{
	font-size:24px;
	font-weight:700;
	line-height:32px;
	color:#202939;
	margin-bottom:20px;
	min-height:65px;
}
.white-section {
    padding: 80px 0;
}
.white-section h3{
	font-size:38px;
	font-weight:700;
	line-height:40px;
	color:#202939;
	margin-bottom:20px;
}
.white-text-box{
	padding-right:50px;
}
.why-work-section {
    padding: 80px 0;
}
.why-work-section h2{
	font-size:38px;
	font-weight:700;
	line-height:48px;
	color:#202939;
	margin-bottom:40px;
}
.list-card-grp {
    display: flex;
    flex-direction: column;
    gap: 50px;
	padding-right:120px;
}

.list-card {
    border-bottom: 1px solid #E3E8EF;
    padding-bottom: 20px;
}
.list-card:last-child{
	border:none;
}

h5.list-heading {
    color: #202939;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 32px;
    letter-spacing: 0;
}
section.cta-section_main.service-cta:before{
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.29) 50%, rgba(0, 70, 174, 0.639665) 71.33%, #0057D9 98.95%);
}
.approach-section {
    padding: 120px 0;
/*     background: #DAECFF; */
}
.approach-section h2{
	font-size:38px;
	font-weight:700;
	line-height:40px;
    margin-bottom: 20px;
	color:#202939;
}
.approach-section p{
	color:#202939;
	
}
.app-card h5{
	font-size:24px;
	font-weight:700;
	line-height:32px;
    margin-bottom: 20px;
	color:#202939;
}
.app-card{
	padding-left:70px;
}
.pe-50{
	padding-right:50px;
}
.author-title{
color: var(--para);
	font-size:18px;
	font-weight:400
}
.designation{
color: var(--para);
	font-size:16px;
	font-weight:400	
}
.arrow-btn {
	display:flex;
	justify-content:end;
	gap:20px;
}
.arr-btn.slick-arrow {
    background: #fff;
    border-radius: 100%;
    border: 1px solid #7F7F8A;
    height: 45px;
    width: 45px;
    color: #7F7F8A;
}
.arr-btn.slick-arrow:hover {
	color: #fff;
    border: 1px solid var(--primary);
	background:var(--primary);
}

/* Responsive */
@media (max-width:767px){
	.service-top-sec h1 {
    font-size: 40px;
	line-height: 48px;
	}
	.service-top-sec:before{
		display:none;
	}
	section.service-top-sec .col-12:first-child{
		background:var(--secondary);
		padding-top:50px;
		padding-bottom:50px;
	}
	.service-top-sec {
		padding: 100px 0 60px !important;
	}
	.service-top-left-content{
		padding:0;
	}
	.service-top-sec .mt-auto img{
		margin-top:30px;
	}
	.two-col-section {
    padding: 80px 0 50px;
    } 
	.two-col-section h2 {
    font-size: 36px;
		line-height:44px;
	}
	.service-icon-card {
    padding-right: 20px;
    }
	.service-icon-card:after {
    content: "";
    width: 135px;
    height: 2px;
    background: #E3E8EF;
    position: absolute;
    left: 0px;
	right:auto;
	top:auto;
    bottom: -30px;
		display:block;
}
	.three-card-section .row div:last-child .service-icon-card:after{
		display:none;
	} 
	.service-icon-card h3 br{
		display:none;
	}
	.service-icon-card h3{
		min-height:unset;
	}
	.dark-section .row{
		flex-direction:column-reverse;
		row-gap:30px;
	}
	.three-card-section {
    padding-bottom: 60px;
}
	section.dark_image_with_text_section .left_side_content h3,
	.white-section h3{
		font-size:30px !important;
	}
	.white-section .row{
		row-gap:30px;
	}
	.why-work-section h2{
		margin-bottom:20px;
	}
	.white-text-box,
	.list-card-grp,
	.pe-50{
    padding-right: 0px;
}
	section.cta-section_main .cta-content h2, section.cta-section_main .cta-content h3 {
    font-size: 24px !important;
		line-height:32px !important;
}
	.app-card {
    padding-left: 0px;
}
	.testimonial-section-main .section-title{
		margin-bottom:25px;
		font-size:36px !important;
	}
	.contact-desc {
    font-size: 16px;
    padding-right: 0;
}
	.contact-left-sec{
		row-gap:60px;
	}
	.contactpage-section:after{
		    width: 210px;
    height: 110px;
		background-size: contain;
		bottom: -10px;
	}
}

@media (min-width:992px){
	section.dark_image_with_text_section {
    min-height: 650px;
    display: flex;
    align-items: center;
}
	.service-top-left-content {
    padding: 0 50px 80px 0;
    width: 610px;
    margin-left: auto;
    max-width: 100%;
}
	.hero-text-box{
	width: 610px;
    margin-left: auto;
    max-width: 100%;	
	}
	.service-top-sec img, .homepage-hero-section img{
		width:100%;
		margin: auto;
        display: flex;
	}
	.white-section img{
		padding-left:50px;
	}
	.home-cta .cta-desc{
		padding-right:50px;
	}
}
@media (max-width:992px){
    section.service-top-sec .col-12:first-child {
        background: var(--secondary);
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.service-top-sec:before{
		display:none;
	}
	.footer-social, .contact-content{
		margin-bottom:20px;
	}
	
}

