.ab-sec1 {
	margin-top: -75px !important;
}
.ab-sec1 .img {
	padding: 8px;
	background: #fff;
	border-radius: 8px;
}
.ab-icons .box {
	position: relative;
}
.ab-icons .box-image {
	width: 90px;
	padding: 25px;
	height: 90px;
	border-radius: 50%;
	width: fit-content !important;
}
.ab-icons .box-image img {
	height: 40px; 
}
.ab-icons .box-1 .box-image {
	background: #ebf7ff;
}
.ab-icons .box-2 .box-image {
	background: #fff2f0;
}
.ab-icons .box-3 .box-image {
	background: #ebfaf1;
}
.ab-icons .box-text h4 {
	margin: 10px 0;
	font-size:28px;
}
.ab-icons .box-text p {
	font-size: 18px;
	font-weight: 600;
}
.ab-icons .box:after {
	content:"";
	width: 90px;
	height: 92px;
	position: absolute;
	top: 20%;
	right: -55px;
}
.ab-icons .box-1:after, .ab-icons .box-3:after {
	background-image: url(/wp-content/uploads/2025/02/655ad329378415d1db22b294_counter-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.ab-icons .box-2:after {
	background-image: url(/wp-content/uploads/2025/02/655ad329800621546a1a8373_counter-arrow-two.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.ab-sec2 .button {
	margin: 0;
	border: 1px solid;
	padding:5px 20px;
	font-weight: 600;
	font-size: 18px;
	margin-top: 20px;
}
.ab-sec2 .sticky-ct {
	position: sticky;
	padding: 30px !important;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	height: fit-content;
}
.ab-sec2 .sticky-1{
	top: 200px;
}
.ab-sec2 .sticky-2 {
	top: 235px;
}
.ab-sec2 .sticky-3 {
	top: 270px;
}
.ab-sec2 .sticky-4 {
	top: 300px;
}
.ab-sec2 .heading-title h2:after {
	left: 0;
	transform: unset;
}
.ab-sec2 .right-ct {
	position: relative;
	display: flex;
	gap:40px;
}
.ab-sec2 .sticky-ct p{
	margin:0;
	font-weight: 400;
}
.ab-sec2 .sticky-ct h4 {
	position: absolute;
	top: -45px;
	background: #fff;
	width: fit-content;
	padding: 0 3px;
}
.ab-sec2 .sticky-ct h3 {
	margin-bottom: 10px;
}
.ab-sec2 .left-ct > .col-inner {
	position: sticky;
	top: 200px;
}
.ab-sec2 .left-ct p {
	margin: 20px 0
}
.ab-sec2 .left-full-h {
	position: relative;
	height: 100vh;
}
.ab-sec2 .left-ct h3 {
	margin: 0;
}
.ab-core .icon-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}
.ab-core > .col > .col-inner {
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 8px; 
	padding: 30px; 
	transition: all .4s;
}
.ab-core .icon-box .icon-box-img .icon-inner {
	width: 62px;
	height: 62px;
	background: #f5fbff;
	display: flex; 
	justify-content: center;
	align-items: center;
	border-radius:50%;
}
.ab-core .icon-box .icon-box-img .icon-inner svg {
	padding: 0;
	height: 30px;
	color: var(--fs-color-secondary);
}
.ab-core .icon-box .icon-box-text p{
	margin-top: 10px;
	font-size: 18px;
}
.ab-core > .col > .col-inner:hover {
	background: url(/wp-content/uploads/2025/02/65520ded00f687d201f5dc4d_bg-e1736215843960.webp);
	background-position: center;
	border-color: transparent;
}
.ab-ceo-sec1 .img {
	border-radius: 50%;
	overflow:hidden;
	border: 2px solid var(--primary-color);
}
@media (max-width: 849px) {
	.ab-sec2 .right-ct {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media (max-width: 549px) {
	.ab-icons .box-2:after {
		content: none;
	}
	.ab-sec2 .sticky-ct {
			position: unset;
	}
	.ab-sec1 {
		margin-top: -50px !important;
	}
}