/*************** Import Css **************/

/* @import "common.css"; */
@import "fonts.css";

/********************* Header Css ******************/
.header-area{
	padding:15px 0px;
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
	position:absolute;
	top:0px;
	left:0px;
	z-index: 99;
	width:100%;
}
.header-area.fixed_header{
	position:fixed;
	top:-100%;
}
.header-area.fixed_header.stky{
	top:0px;
	transition:all 0.5s;
}
.header-wrapper{
	padding: 0px 8px;
}
.header-left{
	gap:50px;
}
.header-right{
	gap:40px
}
.header-phone-number p{
	color: #1E3465;
	font-weight: 500;
	line-height: normal;
	margin:0px
}
.header-phone-number p a:hover{
	color: #1E3465;
}
/*=== Menu ===*/
.menu-area ul{
	margin: 0px;
	padding: 0px;
	list-style: none;;
}
.menu-area > ul{
	display: flex;
	gap:45px
}
.menu-area > ul > li > a{
	color: #1E3465;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
	padding:19px 0px
}
.menu-area > ul > li > a:hover{
	color:#1AABE2
}
main{
	padding-top: 90px;
}
/********** Banner Area ************/
.home .banner-area {
	z-index: 2;
}
.banner-area{
	padding:0px 70px;
}
.banner-image-wrapper{
	min-height: 845px;
	background-position: top center;
	border-radius:25px;
	overflow: hidden;
	padding-top: 145px;
	padding-left: 75px;
	padding-right: 75px;
}
.banner-image-wrapper:after{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.banner-content{
	max-width: 460px;
	padding-left: 5px;;
}
.banner-content h1{
	color:#fff;
	margin-bottom: 15px;
}
.banner-content p{
	color:#fff;
	line-height: 25px;
	margin-bottom: 25px;
}
.counter-area{
	bottom:0px;
	left:50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, rgba(26, 171, 226, 0.53) 0%, rgba(9, 121, 191, 0.53) 100%);
	backdrop-filter: blur(15.600000381469727px);
	border: 2px solid #FFFFFF;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding: 30px;
	width: calc(100% - 150px);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 0px;
}
.counter-number-wrapper{
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	color:#fff;
	margin-bottom: 15px;
}
.each-counter-box p{
	color:#fff;
	margin:0px;
	line-height: normal;
}
.each-counter-box:not(:last-child){
	border-right:2px solid #fff
}
.each-counter-box{
	padding:15px 10px
}
.count{
	animation-duration: 1s;
	animation-delay: 0s;
}

/********** Intro Area *********/
.home{
	background-image: none;
}
.intro-area{
	padding-top:154px;
	padding-bottom: 118px;
	position: relative;
	background-color: #fff;
}
.intro-area:after{
	position: absolute;
	content:'';
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% + 170px);
	background-image: url(../images/body-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	/*     background-size: contain; */
}
.intro-area .inner-container{
	position: relative;
	z-index: 1;
}
.icon{
	margin-bottom: 20px;;
}
.intro-area h2{
	margin-bottom: 20px;
}
/******** Service Area *********/
.services-area{
	margin-top:120px;
	margin-bottom: 80px;
}
.home .services-area{
	margin-top: 0px;
}
.each-service-block{
	padding:41px 37px;
	border-radius: 20px;
	background: #F7FAFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	row-gap: 25px;
	transition: all 0.5s;
}
.each-service-block h3{
	color: #1E3465;
	text-box: trim-both cap alphabetic;
}
.each-service-block p{
	margin: 0px;
	text-box: trim-both cap alphabetic;
}
.services-area .row{
	margin:0px -24px;
	row-gap: 48px;
}
.services-area .row > *{
	padding: 0px 24px;
}
.each-service-block:hover{
	background: #1E3465;
	transition: all 0.5s;
}
.each-service-block:hover h3{
	color:#1AABE2
}
.each-service-block:hover p{
	color:#fff
}
.each-service-block:hover .each-service-icons-wrapper > img{
	filter: invert(1) brightness(200);
}
.each-service-block .each-service-icons-wrapper .each-service-icon img{
	transform-style: preserve-3d;
	transition: transform 1s;
}
.each-service-block:hover .each-service-icons-wrapper .each-service-icon img{
	transform: rotateY(360deg);
}
/******* Our Partner ********/
.our-partner {
	margin-top:80px;
	padding-bottom: 60px;
}
.our-partner-left-content{
	max-width: 520px;
	padding-top: 50px;
}
.our-partner-left-content h2{
	color:#fff;
	margin-bottom: 10px;
}
.our-partner-left-content p{
	color:#fff;
	margin-bottom: 45px;
}
.our-partner-left-content hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 1);
}
.tab-listing{
	max-width: 388px;
	margin-top: 48px;
	margin-bottom: 48px;
}
.tab-listing ul{
	row-gap: 25px;
}
.tab-listing ul li a{
	display: inline-block;
	width: 100%;
	padding:18px 20px;
	text-align: center;
	color:#fff;
	border-radius: 100px;;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
}
.tab-listing ul li.active a{
	background-color: #fff;
	color:#1AABE2;
}
.our-partner-left-content a.common-button{
	max-width:346px;
	width:100%
}
.each-tab-content:after{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%);
	backdrop-filter: blur(75px);
	-webkit-backdrop-filter: blur(75px);
	-webkit-mask-image: linear-gradient(to bottom,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.01) 1%,
		rgba(0,0,0,1) 100%);
	mask-image: linear-gradient(to bottom,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,0.9) 75%,
		rgba(0,0,0,1) 100%);
	pointer-events: none; 
	content:'';
}
.each-tab-content{
	border-radius:20px;
	overflow: hidden;
	box-shadow: 0px 4px 20px 0px #00000026;
}
.tab-content-holder{
	bottom:0px;
	left:0px;
	width:100%;
	z-index: 1;
	padding:42px 50px
}
.tab-content-holder h4{
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color:#1E3465;
	margin-bottom: 12px;
}
.tab-content-holder p{
	color: #1E3465;
	font-size: 16px;
	margin-bottom: 25px;
}
.tab-content-wrapper{
	top:105px
}

/******* Trusted by **********/
.swiper-partner .swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
}
.swiper-partner .swiper-wrapper .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 35px;
}
.truested-by{
	padding-top: 176px;
	background-color: #F7FAFF;
	padding-bottom: 116px;
}
.home .truested-by{
	padding-bottom: 0px;
}
.truested-by h2{
	margin-bottom: 40px;
}
/********* Review Area ***********/
.review-area{
	padding-top: 116px;
	background-color: #F7FAFF;
	padding-bottom: 100px;
}
.review-left-part{
	row-gap:30px
}
.review-left-part img{
	width: max-content;
}
.review-left-part h2{
	margin: 0px;
}
.review-left-part a{
	padding-left: 27px;
	padding-right: 27px;
}
.review-right-part{
	padding-left: 52px;
	padding-right: 52px;
}
.review-right-part p{
	margin-bottom: 24px;
}
.review-right-part h4{
	font-weight:600;
	text-align: center;
	text-transform: uppercase;
}
.review-right-part  .common-arrow.swiper-button-next{
	right:0
}
.review-right-part  .common-arrow.swiper-button-left{
	left:0
}
.review-right-part .swiper-pagination{
	position: relative;
	margin-top: 30px;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
	width: 10px;
	height:10px;
	background-color: #D9D9D9;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #1E3465;
}
/****** Why Partner ********/
.why-partner{
	padding-top:105px
}
.why-choose-service-listing ul{
	gap: 55px;
}
.why-choose-service-listing ul li a{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #1E3465;
	position: relative;
}
.why-choose-service-listing ul li a:after{
	position: absolute;
	content: url('../images/Group8.png');
	left:50%;
	transform: translateX(-50%);
	bottom:-45px;
	opacity: 0;
	z-index: 1;
}
.why-choose-service-listing ul li.active a:after{
	opacity: 1;
}
.why-choose-service-listing{
	padding: 30px 8px;
	background-color: #F7FAFF;
	border-bottom:2px solid #1E3465;
}
.why-choose-service{
	margin-top: 45px;
	border-radius: 20px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
	background-color: #fff;
}
.each-service-content{
	max-width: 482px;
	gap:24px
}
.each-service-content h2{
	margin: 0px;
}
.each-service-content img{
	width: max-content;
}
.each-service-content p{
	margin-bottom: 0px;
}
.each-blue-blox{
	border-radius: 25px;
	background: #1E3465;
	backdrop-filter: blur(7.800000190734863px);
	padding: 44px 27px;
	min-width: 216px;
	max-width: 216px;
}
.blue-box-wrapper{
	gap:20px;
}
.number-box{
	color: #FFF;
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
}
.content-box{
	margin: 0px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}
.blue-box-area{
	padding: 0px 50px;
	margin-top: -50px;
}
.blue-box-area .col-lg-3{
	padding-bottom: 35px;
}
/********* Form Area *********/
.form-area{
	padding:185px 0px;
	background-color: #fff;
}
.form-content-wrapper > img{
	max-width: 83px;
	width: 100%;
	margin-bottom: 40px;
}
.form-content-wrapper{
	max-width: 450px;
}
hr {
	border-top: 1px solid #1E3465;
}
.form-content-wrapper ul{
	margin-top: 40px;
}
.form-content-wrapper ul li img{
	margin-right: 10px;
}
.form-content-wrapper ul li a{
	font-size: 20px;
	font-weight:500;;
}
.form-content-wrapper ul li:not(:last-child){
	margin-bottom: 15px;
}
.form-content-wrapper ul li a:hover{
	color:#0979BF
}
.form-holder{
	border-radius: 20px;
	background: #F7FAFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	padding: 45px 60px;
}
.form-bg-image{
	top:0px;
	left:0px
}
.form-holder{
	max-width: 727px;
}
.footer-social ul{
	gap:20px
}
.footer-social ul li a{
	font-size: 20px;
}
.footer-social ul li a:hover{
	color:#fff
}
.footer-left p{
	color: #fff;
	max-width: 301px;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}
.footer-logo{
	margin-bottom: 30PX;
}
.footer-top-area{
	padding: 95PX 0PX;
}
.each-info h5{
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.each-info ul li img{
	margin-right: 10px;
}
.each-info ul li a{
	font-size: 14px;
	font-weight:500;;
	color:#fff
}
.each-info ul li:not(:last-child){
	margin-bottom: 15px;
}
.each-info ul li a:hover{
	color:#0979BF
}
.each-info:not(:last-child){
	margin-bottom: 60px;
}
.address-info h6{
	color:#fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px; /* 178.571% */
}
.address-info p{
	color: #FFF;
	font-size: 14px; 
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0px;
}
.address-info p a{
	display: inline-block;
	color:inherit
}
.address-info p a:hover{
	color:#0979BF
}
.service-info ul li{
	margin-bottom: 5px !important;
}
.hippa{
	margin-top: 30px;
}
.footer-bottom{
	padding: 17px 0px 60px;
}
.footer-bottom p{
	margin: 0px;
	font-size: 14px;
}
/*======================================= Meet the Team =======================================*/
.page-template-template-service-overview{
	background-image:none;
}
.page-template-template-service-overview .team-overview-banner{
	background-color: #fff;	
}
.team-overview-banner{
	padding-top: 82px;
	padding-bottom: 47px;
	position: relative;
}
/* .page-template-template-service-overview .team-overview-banner:after{
position: absolute;
content:'';
top: 0px;
left: 0px;
width: 100%;
height: calc(100% + 100px);
background-image: url(../images/body-bg.png);
background-position: center center;
background-repeat: no-repeat;
z-index: 0;
} */

.team-overview-banner:after{
	position: absolute;
	content:'';
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% + 100px);
	background-image: url(../images/body-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
	pointer-events: none;
}

.team-overview-banner-wrapper{
	max-width: 925px;
	margin: 0px auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.team-overview-banner-wrapper h1{
	margin-bottom: 18px;
}
.team-overview-banner-wrapper p:last-child{
	margin-bottom: 0;
}
.team-overview-sec{
	margin-bottom: 112px;
	margin-top: 38px;
}
.team-overview-wrapper {
	max-width: 1201px;
	width: 100%;
	margin: 0px auto;
}
.team-overview-wrapper .row{
	margin: 0px -21px;
	row-gap: 40px;
}
.team-overview-wrapper .col-lg-4{
	padding: 0px 21px;
}
.each-member{
	border-radius: 20px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
}
.member-dtls{
	padding: 16px 25px 20px;
	background-image: url("../images/arrow-right.svg");
	background-position: 95%;
	background-repeat: no-repeat;
	background-size: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.member-dtls:hover{
	background-position: 97%;
}
.member-dtls h2{
	font-size: 24px;
	line-height: normal;
	margin-bottom: 8px;
}
.member-dtls h3{
	font-size: 16px;
	line-height: normal;
}
.customer-success-team{
	margin-top: 163px;
}
.customer-success-team-heading{
	max-width: 925px;
	width: 100%;
	margin: 0px auto 84px;
}
.customer-success-team-heading h2{
	line-height: 234.375% ;
	margin-bottom: 3px;	
}
.customer-success-team-heading p{
	color: #1E3465;
	margin-bottom: 24px;
}
/*================= team-post =================*/
.team-post-banner{
	margin-top: 63px;
}
.team-post-banner .container{
	max-width: 1124px;
}
.team-post-banner-wrapper{
	padding: 29px 0;
}
.team-post-banner-wrapper::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	width: 84%;
	height: 100%;
	border-radius: 20px;
	background-color: #F7FAFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.team-post-banner-content{
	padding-left: 92px;
}
.team-post-banner-content .site-breadcrumb{
	margin-bottom: 32px;
}
.team-post-banner-content h1{
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 36px;
}
.team-post-banner-content h1::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 44px;
	height: 2px;
	background-color: #1E3465;
}
.team-post-banner-content h4{
	color: #1AABE2;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}
.team-post-banner-content h4 a{
	color: #1AABE2;
}
.team-post-banner-content h4 a:hover{
	color: #1E3465;
}
.member-img{
	border-radius: 20px;
	overflow: hidden;
}
.team-post-area{
	margin-top: 65px;
	margin-bottom: 50px;
}
.team-post-wrapper{
	max-width: 925px;
	width: 100%;
	margin: 0px auto
}
.team-post-review{
	max-width: 803px;
	margin: 0px auto 45px;
	width: 100%;
	padding: 0 34px 0 55px;
	position: relative;
}
.team-post-review::before{
	height: 87%;
	border-left: 2px solid #0979BF;
	border-right: 2px solid #0979BF;
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.team-post-review::after{
	position: absolute;
	content: "";
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/sami-cone.svg");
	background-position: center;
	background-size: contain;
	padding: 11px 0;
	width: 39px;
	height: 49px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.team-post-review p{
	color: #0979BF;
	font-style: italic;
	font-weight: 500;
}
.team-post-review p:last-child{
	margin-bottom: 0;
}
/*=================== case-study ===================*/
.team-overview-banner-wrapper h3{
	padding-top: 29px;
	margin-bottom: 9px;
}
.case-study-sec {
	margin-top: 18px;
	margin-bottom: 40px;
}
.case-study-wrapper {
	max-width: 1202px;
	width: 100%;
	margin: 0px auto;
}
.case-study-wrapper .row{
	margin: 0px -10px;
	row-gap: 20px;
}
.case-study-wrapper .col-lg-6{
	padding: 0px 10px;
}
.each-case-study {
	border-radius: 20px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	height: 100%;
}
.case-study-dtl {
	padding: 42px 50px;
}	
.case-study-dtl h4 {
	color: #0979BF;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 4px;
}
.case-study-dtl h4 a{
	color: #1AABE2;	
}
.case-study-dtl h3 a:hover,
.case-study-dtl h4 a:hover{
	color: #0979BF;
}
.case-study-dtl h3{
	margin-bottom: 6px;
	line-height: normal;
	font-weight: 500;
}
.case-study-dtl h3 a{
	color: #1E3465;
}
.case-study-dtl .common-link{
	letter-spacing: 2.1px;
}
.case-study-dtl p{
	margin-bottom: 9px;
}
/* =====================case-study-post===================== */
.case-study-post-banner{
	padding-top: 92px;
	position: relative;
}
.case-study-post-banner:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	width: 100%;
	height: calc(100% + 366px);
	background-image: url(../images/body-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	pointer-events: none;
}
.case-study-post-banner-wrapper{
	position: relative;
	z-index: 1;
}
.case-study-post-banner-content .common-button{
	padding: 8.5px 21px;
}
.case-study-post-banner .container{
	max-width: 1124px;
}
.case-study-post-banner-content{
	max-width: 624px;
	padding-right: 30px;
	width: 100%;
}
.case-study-post-banner-content h1{
	color: #1E3465;
	font-size: 48px;
	line-height: normal;
	margin-bottom: 30px;
}
.case-study-post-banner-content .site-breadcrumb{
	margin-bottom: 46px;
}
.case-study-post-banner-content .site-breadcrumb:last-child{
	margin-bottom: 0;
}
.case-study-post-banner-content h3{
	color: #0979BF;
	margin-bottom: 8px;
}
.case-study-post-banner-content h3 a{
	color: #1AABE2;
}
.case-study-post-banner-content h3 a:hover{
	color: #0979BF;
}
.case-study-post-banner-img{
	max-width: 490px;
	width: 100%;
}
.case-study-post-banner-img img{
	border-radius: 20px;
	overflow: hidden;
	/* 	min-height: 432px;
	object-fit: cover; */
}
.case-study-post-sec{
	margin-top: 92px;
}
.case-study-post-sec{
	margin-top: 92px;
}
.case-study-three-column{
	margin-bottom: 55px;
}
.case-study-three-column ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 12px;
}
.case-study-three-column li{
	width: 100%;
	text-align: center;
	max-width: 33.33%;
	border-radius: 25px;
	border: 1px solid #1E3465;
	background: #F7FAFF;
	backdrop-filter: blur(7.800000190734863px);
	padding: 19px;
}
.case-study-three-column li h3{
	margin-bottom: 6px;
	color: #1E3465;
}
.case-study-three-column li h4{
	color: #0979BF;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}
.case-study-three-column li h4 a{
	color: #0979BF;
}
.case-study-three-column li h4 a:hover{
	color: #1E3465;
}
.case-study-post-sec h2{
	color: #000;
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
}
.issues-aima-action-sec{
	margin-top: 70px;
	margin-bottom: 30px;
}
.issues-aima-action-wrapper{
	max-width: 1094px;
	width: 100%;
	margin: 0px auto;
	border-radius: 20px;
	overflow: hidden;
}
.each-issues-aima-action{
	background-color: #F7FAFF;
	padding: 81px 90px 46px;
}
.each-issues-aima-action h2{
	color: #000;
	font-size: 28px;
	line-height: normal;
	margin-bottom: 23px;
}
.each-issues-aima-action ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.each-issues-aima-action li{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 22px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1E3465;
	min-height: 120px;
}
.each-issues-aima-action li strong{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}
.each-issues-aima-action li:last-child{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.issues-aima-action-wrapper .col-lg-6:nth-child(even) .each-issues-aima-action{
	background-color: #1E3465;
	padding: 81px 72px 46px;
}
.issues-aima-action-wrapper .col-lg-6:nth-child(even) .each-issues-aima-action li,
.issues-aima-action-wrapper .col-lg-6:nth-child(even) .each-issues-aima-action h2{
	color: #fff;
}
.issues-aima-action-wrapper .col-lg-6:nth-child(even) .each-issues-aima-action li{
	border-color: #fff;
}
/*============================= blog overview =============================*/
.blog-overview-area{
	margin-bottom: 14px;
}
.filter-area{
	max-width: 395px;
	width: 100%;
	margin: 0px auto 61px;
}
.filter-area select{
	width: 100%;
	padding: 4px 25px 4px 20px;
	color: #4E4E4E;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	border-radius: 20px;
	border: 1px solid #1E3465;
	background: #FFF;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("../images/arrow-down.svg");
	background-position: 96%;
	background-repeat: no-repeat;
	background-size: 12px;
}
.filter-area select:focus-visible{
	outline: none;
}
.blog-overview-wrapper{
	max-width: 1180px;
	width: 100%;
	margin: 0px auto 35px;
}
.blog-overview-wrapper .row{
	margin: 0px -10px;
	row-gap: 20px;
}
.blog-overview-wrapper .col-lg-6{
	padding: 0px 10px;
}
.blog-overview-wrapper .case-study-dtl h3 {
	margin-bottom: 10px;
}
.blog-overview-wrapper .each-case-study p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 16px;
	line-height: 25px;
}
.blog-overview-wrapper .each-case-study{
	margin-bottom: 20px;
}

/* =====================blog-post===================== */
.blog-post-banner {
	margin-top: 92px;
	position: relative;
}
.blog-post-banner:after {
	position: absolute;
	content: '';
	top: -111px;
	right: 0px;
	width: 100%;
	height: calc(100% + 366px);
	background-image: url(../images/body-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	pointer-events: none;
}
.blog-post-banner-wrapper{
	max-width: 1125px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
.blog-post-banner-content h1{
	font-size: 40px;
	margin-bottom: 20px;
}
.blog-post-banner-content .site-breadcrumb{
	margin-top: 33px;
}
.blog-post-banner-content h3 a{
	font-weight: 400;
}
.blog-post-sec{
	margin-top: 98px;
	margin-bottom: 31px;
}
.blog-post-sec h3{
	margin-bottom: 5px;
}
.blog-post-sec h2{
	color: #000;
	font-size: 28px;
	line-height: normal;
}
.blog-post-sec h6{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px; 
	margin-bottom: 5px;
}
.blog-post-sec ol,
.blog-post-sec ul{
	padding-left: 25px;
	margin-bottom: 28px;
}
.blog-post-sec li{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px; 
}
.blog-post-sec ul li::marker{
	font-size: 14px;
}
.blog-post-sec ol li{
	list-style: disc;
}
.blog-post-sec ol li::marker{
	font-size: 10px;
}
.prev-blog{
	float: left;
}
.next-blog{
	float: right;
}
.next-prev-page a{
	color: #1AABE2;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}
.next-prev-page a:hover{
	color: #1E3465;
}
/*========================== review-sec ==========================*/
.review-sec{
	margin-bottom: 55px;
	margin-top: 31px;
}
.review_wrapper{
	column-count: 2;
	column-gap: 40px;
	max-width: 1140px;
	width: 100%;
	margin: 0px auto 52px;
}
.each_review{
	border-radius: 20px;
	background: #F7FAFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	padding: 42px 50px 40px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.each_review p{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 5px;
}
.each_review h6{
	color: #0979BF;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px; 
}
/* ===========================contact-us=========================== */
.contact-us-sec{
	margin-top: 85px;
}
.contact-us-content{
	max-width: 453px;
	width: 100%;
}
.contact-us-content p{
	margin-bottom: 31px;
}
.contact-us-content h3{
	margin-bottom: 7px;
}
.contact-us-content h1{
	margin-bottom: 18px;
}
.contact-us-content hr {
	margin: 29px 0;
}
.contact-us-content h5{
	color: #1AABE2;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 22px;
}
.contact-us-content h5 a{
	color: #1AABE2;
}
.contact-us-content h5 a:hover{
	color: #1E3465;
}
.contact-us-content h5 a img{
	margin-right: 6px;
}
.contact-us-content h4{
	color: #1E3465;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.contact-us-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 26px;
}
.contact-us-content li a{
	font-size: 35px;
	color: #1AABE2;
}
.contact-us-content li a:hover{
	color: #1E3465;
}
.ready-get-started-sec{
	padding: 169px 0 126px;
}
.ready-get-started-content{
	max-width: 1072px;
	width: 100%;
}
.ready-get-started-content h3{
	color: #1AABE2;
	margin-bottom: 10px;
}
.ready-get-started-content h2{
	margin-bottom: 45px;
	line-height: normal;
}
.ready-get-started-content .common-button{
	min-width: 408px;
}
/*============== service-overview ==============*/
.service-overview-area {
	margin-top: 20px;
}
.who-we-partner-sec{
	margin-bottom: 46px;
	margin-top: 91px;
}
.who-we-partner-sec h2{
	text-align: center;
	line-height: normal;
	margin-bottom: 46px;
}
.who-we-partner-wrapper .row{
	row-gap: 33px;
}
.each-who-we-partner{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	height: 100%;
}
.who-we-partner-dtl{
	padding: 42px 75px 50px;
}
.who-we-partner-dtl h3 a,
.who-we-partner-dtl h3{
	color: #0979BF;
	margin-bottom: 15px;
}
.who-we-partner-dtl h3 a:hover{
	color: #1AABE2;
}
.who-we-partner-dtl p{
	margin-bottom: 21px;
}
.who-we-partner-dtl .common-button{
	padding: 8.5px 14px;
}
/*=============================== procedure ===============================*/
.service-dtl-banner .case-study-post-banner-img{
	max-width: 100%;
}
.service-dtl-banner{
	margin-top: 103px;
	position: relative;
}
.service-dtl-banner:after{
	position: absolute;
	content:'';
	top: -103px;
	right: 0px;
	width: 100%;
	height: calc(100% + 245px);
	background-image: url(../images/body-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	/*     background-size: contain; */
}
.service-dtl-banner-wrapper{
	position: relative;
	z-index: 1;
}
.page-template-default{
	background-image: none;
}
.service-dtl-banner-content{
	max-width: 529px;
	width: 100%;
}
.service-dtl-banner-content img{
	margin-bottom: 16px;
}
.service-dtl-banner-content h1{
	margin-bottom: 20px;
}
.service-dtl-banner-content p{
	color: #1E3465;
	margin-bottom: 28px;
}
.service-dtl-banner-banner-img{
	border-radius: 25px;
	overflow: hidden;
}
.service-dtls-area{
	margin-top: 118px;
}
.key-metrics-inject{
	padding: 109px 0 220px;
	margin-top: 92px;
}
.key-metrics-inject-wrapper p,
.key-metrics-inject-wrapper h3,
.key-metrics-inject-left h2{
	color: #FFF;
}
.key-metrics-inject-left p{
	margin-bottom: 18px;
}
.key-metrics-inject-img{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.key-metrics-inject-right{
	padding-left: 30px;
	max-width: 491px;
	width: 100%;
}
.key-metrics-inject-right h3{
	margin-bottom: 8px;
}
.key-metrics-inject-right h3 strong{
	font-weight: 400;
	margin-right: 20px;
}
.each-key-metrics p:last-child{
	margin-bottom: 0;
}
.each-key-metrics:not(:last-child){
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #fff;
}
.case-study-spotlight-inject{
	margin-bottom: 132px;
}
.case-study-spotlight-wrapper{
	position: relative;
	margin-top: -105px;
	z-index: 1;
}
.case-study-spotlight-wrapper .row{
	margin: 0px -11px;
}
.case-study-spotlight-wrapper .col-lg-9,
.case-study-spotlight-wrapper .col-lg-3{
	padding: 0px 11px;
}
.case-study-spotlight-white{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	padding: 43px 75px 50px;
}
.case-study-spotlight-white h2 {
	margin: 25px 0 10px;
}
.case-study-spotlight-white .common-button{
	padding: 8.5px 27px;
}
.case-study-spotlight-blue{
	border-radius: 20px;
	background: #1AABE2;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	align-items: flex-start;
}
.case-study-spotlight-blue h2{
	color: #fff;
	margin-bottom: 25px;
}
.case-study-spotlight-blue a{
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	padding-right: 30px;
	display: inline-block;
	background-image: url("../images/white-arrow-right.svg");
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 8px;
}
.case-study-spotlight-blue a:hover{
	background-position: 97%;
}
.proven-results-sec{
	margin-bottom: 62px;
}
.each-proven-results-list{
	display: flex;
	border-radius: 25px;
	border: 1px solid #1E3465;
	background: #F7FAFF;
	backdrop-filter: blur(7.800000190734863px);
	align-items: center;
	padding: 17px 40px 25px;
	column-gap: 25px;
	margin-bottom: 12px;
}
.each-proven-results-list h3{
	color: #1E3465;
	margin-bottom: 5px;
}
.each-proven-results-list h5{
	color: #0979BF;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}
.each-proven-results-list h6{
	color: #1E3465;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
.proven-results-content h2{
	margin-top: 15px;
	margin-bottom: 5px;
}
.proven-results-content p:last-child{
	margin-bottom: 0;
}
.proven-results-content{
	max-width: 482px;
	width: 100%;
}
.billi-sec{
	margin-bottom: 149px;
	margin-top: 57px;
}
.billi-wrapper{
	border-radius: 0 20px 20px 0;
	border-left: 4px solid #0979BF;
	background: #F7FAFF;
	padding: 49px 55px 55px;
}
.billi-wrapper p:last-child{
	margin-bottom: 0;
}
.billi-wrapper h2{
	margin: 25px 0 7px;
}
.contact-cta-sec{
	padding: 121px 0;
}
.contact-cta-wrapper{
	max-width: 912px;
	width: 100%;
	margin: 0px auto;
}
.contact-cta-wrapper h3{
	margin: 43px 0 8px;
	color: #1AABE2;
}
.contact-cta-wrapper h2{
	color: #FFF;
	margin-bottom: 48px;
}
.service-dtls-area .review-area {
	padding-top: 139px;
	padding-bottom: 125px;
}
.blog-inject{
	padding: 50px 0px 20px;
}
.blog-inject-content .case-study-dtl h3{
	margin: 14px 0 25px;
}
.blog-inject-content .case-study-dtl{
	padding: 42px 75px 50px;
}
.menu-area > ul > li{
	position:relative;
}
.menu-area > ul > li > ul{
	position:absolute;
	top:100%;
	left:-50px;
	border-radius: 20px;
	background: #F7FAFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	overflow:hidden;
	display:flex;
	pointer-events:none;
	opacity:0;
	margin-top:10px;
	transition:all 0.5s;
}
.menu-area > ul > li:hover > ul{
	pointer-events:all;
	opacity:1;
	margin-top:0px;
	transition:all 0.5s;
}
.menu-area > ul > li > ul > li {
	padding:60px 50px;
	min-width:424px;
}
.menu-area > ul > li > ul > li:nth-child(2){
	background-color:#fff;
	padding-left:40px;
	padding-right:40px;
}
.menu-area > ul > li > ul > li > a{
	color: #1E3465;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	white-space:nowrap;
	display:inline-block;
	margin-bottom:30px;
	transition:all 0.5s;
}
.menu-area > ul > li > ul > li > a:hover{
	color:#1AABE2;
	transition:all 0.5s;
}
.menu-area > ul > li > ul > li > ul{
	display:flex;
	flex-direction:column;
	row-gap:25px;
}
.menu-area > ul > li > ul > li > ul > li > a{
	color: #1E3465;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	transition:all 0.5s;
}
.menu-area > ul > li > ul > li > ul > li > a:hover{
	color:#1AABE2;
	transition:all 0.5s;
}
.menu-image-title-after img{
	padding-right:0px !important;
}
.menu-image-title-before.menu-image-not-hovered img, 
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, 
.menu-image-title-after.menu-image-title {
	padding-left: 25px;
}
.menu-area > ul > li > ul > li.button-blocks-holder > ul > li > a{
	display:inline-block;
	border-radius: 10px;
	background: #F7FAFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
	padding:35px 35px 18px 35px;
	width:100%;
	position:relative
}
.menu-area > ul > li > ul > li.button-blocks-holder > ul > li > a:after{
	content:url('/wp-content/uploads/2025/10/Vector.svg');
	position:absolute;
	top:30px;
	right:35px;
}
.menu-area > ul > li > ul > li.button-blocks-holder > ul > li > a img{
	display:flex;
	flex-direction:column;
}
.menu-area > ul > li > ul > li.button-blocks-holder > ul > li > a .menu-image-title {
	padding-left:0px;
	padding-top:20px;
	display:block
}
.menu-area > ul > li.singel-menu > ul{
	flex-direction:column;
}
.menu-area > ul > li.singel-menu > ul > li{
	padding:0px;
	background:#fff;
	min-width:186px;
}
.menu-area > ul > li.singel-menu > ul{
	padding:50px;
	background:#fff;
	display:flex;
	flex-direction:column;
	gap:25px;
}
.menu-area > ul > li.singel-menu > ul > li > a{
	color: #1E3465;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	transition:all 0.5s;
	margin-bottom:0px;
}
.menu-area > ul > li.singel-menu > ul > li > a:hover{
	color:#1AABE2;
	transition:all 0.5s;
}
.menu-area > ul > li.menu-item-has-children > a:after{
	content:url('/wp-content/uploads/2025/10/menu-dopdown-icon.svg');
	margin-left:10px;
}
.menu-area > ul > li > a:hover:after{
	filter: brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(409%) hue-rotate(150deg) brightness(93%) contrast(92%);
}
/********** Form Css **********/
.gform_wrapper.gravity-theme .gfield_label {
	color: #000 !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	margin-bottom:0px !important;
}
.gform_heading{
	display:none;
}
.gform_wrapper.gravity-theme .gfield input.large, 
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea{
	border-radius: 5px !important;
	border: 1px solid #1AABE2 !important;
	background: #FFF !important;
	font-size:14px !important;
	appearance:none;
}
.gform_wrapper.gravity-theme .gfield textarea{
	height:106px !important;
	resize:none
}
.gform_wrapper.gravity-theme .gfield select.large{
	background:url('/wp-content/uploads/2025/10/menu-dopdown-icon.svg') #fff no-repeat calc(100% - 15px) center !important;
}
.gform_button.button{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	border: 2px solid #F58F0A;
	background-color: #F58F0A;
	padding: 8.5px 44px 8.5px 44px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-width: 198px;
	text-align: center;
}
.gform_button.button:hover{
	border: 2px solid #ca790f;
	background-color: #ca790f;
}
/* consultation form css */
.right-consultation-form-area {
	position: relative;
}
.open-btn {
	position: fixed;
	bottom: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	left: 50%;
	transform:translatex(-50%);
	z-index: 9999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.open-btn a{
	border-radius: 5px;
}
.close-btn a{
	border-radius: 5px 5px 0px 0px;
}
.close-btn a, .open-btn a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	border-radius: 20px 20px 0 0;
	background: #1AABE2;
	box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.20);
	padding:12px 13px;
	display:inline-block;
	width:314px;
	text-align:center
}
.close-btn a img, .open-btn a img {
	width: 15px;
	display: inline-block;
	margin-left: 8px;
	margin-top: -5px;
}
.right-consultation-from-wrapper {
	position: fixed;
	bottom: -150%;
	z-index: 9999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	max-width:736px;
	width:100%;
	left: 50%;
	transform: translateX(-50%);
}
.right-consultation-from-wrapper.active {
	bottom: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.right-consultation-from-box {
	position: relative;
}
.close-btn {
	display: block;
	text-align: right;
}
.right-consultation-from {
	background: #F7FAFF;
	padding: 25px 60px 15px;
	box-shadow: 0px 4px 40px 0px #0000006E;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.right-consultation-from li.col-50{
	width:49%;
	display:inline-block;
}
.right-consultation-from .gform_wrapper h3.gform_title{
	font-size:22px !important;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
}
.right-consultation-from .gform_legacy_markup_wrapper .top_label .gfield_label, .right-consultation-from .gform_legacy_markup_wrapper legend.gfield_label{
	display:none;
}
.right-consultation-from-wrapper .close-btn {
	text-align: center;
}
.admin-bar main {
	padding-top: 58px;
}
.gform_wrapper.gravity-theme .gfield input.large:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield select.large:focus{
	outline:none;
}
.gform_wrapper.gravity-theme .gfield textarea:focus{
	outline:none;
}
.right-consultation-form-area.consultation-form-area .open-btn a img{
	filter: brightness(0) invert(1);
	transform: rotate(180deg);
}
.right-consultation-form-area.consultation-form-area .close-btn a img{
	filter: brightness(0) invert(1);	
}
.review_wrapper .no-post-found{
	text-align: right;
	margin-top:130px;
}
@media(max-width:767px){
	.right-consultation-from li.col-50{
		width:100%;
	}
	body .right-consultation-from .gform_wrapper .gform_body ul li.gfield{
		width:100%;
	}
}	

.case-study-sec .each-case-study img {
	height: 300px;
	object-fit: cover;
}
/* .review_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto 52px;
    align-items: start;
}
.each_review {
    border-radius: 20px;
    background: #F7FAFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 42px 50px 40px;
    position: relative;
    z-index: 1;
    height: auto;
    display: block;
} */

.quick-links-area{
	z-index: 9;
}