.shape-2,
.shape-3 img {
	-webkit-animation: 4s linear infinite translateor3
}

section.about-section:after,
section.banner-section,
section.industry,
section.our-services {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.about-image2.BzLoyalty,
.charging-image,
.client,
.counter-box,
.innovative-wap,
.service-grid-icon,
.widgets-main-2,
ul.social-media li {
	text-align: center
}

section.wrapper.container img {
	width: 240px
}

.breadcrumb-item.active,
.loyalty-text span,
.widgets-main-2 i,
a.menu-link:hover {
	color: #94c11f
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px)
	}

	100% {
		transform: translateY(0)
	}
}

.widgets-main ul {
	display: flex;
	gap: 12px;
	margin-bottom: 0;
	align-items: baseline
}

.top-bar {
	background-color: #f7f7f721;
	position: absolute;
	z-index: 9;
	padding: 8px 0;
	width: 100%
}

.widgets-main i,
.widgets-main span {
	font-size: 15px;
	color: #fff
}

.banner-text h1,
.banner-text span {
	font-size: 50px;
	font-family: Poppins-Bold
}

.widgets-main-2 {
	background-color: #16396800;
	border-style: solid;
	border-width: 1px;
	border-color: #f7f7f757;
	padding: 8px;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	line-height: 0 !important
}

.header,
.wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto
}

.menu-link,
.submenu-link {
	line-height: inherit;
	cursor: pointer;
	font-family: Poppins-Medium;
	font-weight: 500
}

.widgets-main.widgets-main2 {
	margin-top: 4px
}

.left-bar2 {
	float: right
}

.get-quotes {
	background-color: #fff;
	color: #052730 !important;
	border-radius: 0 20px;
	padding: 16px 32px !important;
	text-transform: uppercase
}

.header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #002040;
	padding: 8px 0
}

.bottom-bar ul,
ul#menu,
ul.features-list li p {
	margin-bottom: 0
}

.wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 1rem;
	row-gap: 2rem
}

@media screen and (max-width:992px) {
	.navbar {
		position: fixed;
		top: 0;
		left: -100%;
		width: 80%;
		height: 100%;
		z-index: 10;
		opacity: 0;
		overflow-y: auto;
		visibility: hidden;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
		background-color: #052730;
		transition: .5s
	}
}

.menu-link,
.submenu {
	transition: .3s ease-in-out
}

.navbar.active {
	left: 0;
	opacity: 1;
	visibility: visible
}

.menu-item {
	position: relative;
	display: inline-block;
	margin-left: 1.5rem
}

.menu-link {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: .25rem;
	font-size: 15px;
	text-transform: capitalize;
	color: #fff
}

.menu-dropdown:hover>.submenu {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.submenu {
	position: absolute;
	top: 2.35rem;
	left: -2rem;
	min-width: 15rem;
	height: auto;
	padding: 0 1rem 1rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
	border-radius: 0 0 .25rem .25rem;
	border-top: 3px solid #94c11f;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	background-color: #fff
}

.submenu-item {
	display: block;
	margin-top: .75rem
}

.submenu-link {
	font-size: 1rem;
	color: #060709;
	transition: .35s
}

.burger {
	position: relative;
	display: none;
	cursor: pointer;
	user-select: none;
	width: 1.6rem;
	height: 1.15rem;
	opacity: 0;
	visibility: hidden;
	background: 0 0
}

.burger-line {
	position: absolute;
	display: block;
	right: 0;
	width: 100%;
	height: 2.1px;
	opacity: 1;
	border: none;
	outline: 0;
	border-radius: 1rem;
	background: #060709
}

.banner-button a.ContactUs,
.banner-button a.get-Started {
	border-radius: 0 20px;
	padding: 16px 32px;
	font-size: 15px;
	text-transform: uppercase
}

.burger-line:first-child {
	top: 0
}

.burger-line:nth-child(2) {
	top: .5rem;
	width: 70%
}

.burger-line:nth-child(3) {
	top: 1rem
}

.loyalty-image:after,
.overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.overlay,
.pbmit-content-box,
.width-img.active h2 {
	opacity: 0;
	visibility: hidden
}

.overlay {
	position: fixed;
	z-index: 9;
	transition: .35s ease-in-out;
	background-color: rgba(0, 0, 0, .65)
}

@media only screen and (max-width:992px) {
	.menu {
		width: 100%;
		height: 74%
	}

	.menu-item {
		display: block;
		margin: 0 auto
	}

	.menu-link {
		justify-content: space-between;
		padding: 10px 14px
	}

	.submenu {
		position: relative;
		top: -.5rem;
		left: 2.5rem;
		width: 100%;
		max-height: 0;
		padding: 0;
		border: none;
		outline: 0;
		opacity: 1;
		overflow: hidden;
		visibility: visible;
		transform: translateY(0);
		box-shadow: none;
		background: 0 0
	}

	.burger,
	.overlay.active {
		display: block;
		opacity: 1;
		visibility: visible
	}
}

section.banner-section {
	position: relative;
	height: 92vh;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.banner-text h1 {
	color: #fff;
	margin: 14px 0 6px;
	line-height: 64px
}

.banner-text span {
	color: #fff;
	margin-bottom: 5px
}

.banner-text p {
	color: #fff;
	width: 100%;
	line-height: 46px;
	font-size: 35px;
	max-width: 88%;
	font-family: Poppins-Light
}

.Journey-text,
.about-content2,
.banner-text,
.counter-boxes,
.inner-banner-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.banner-text h6 {
	font-size: 18px;
	color: #fff;
	font-family: Poppins-Regular
}

.shape-2 {
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -3;
	width: 240px;
	animation: 4s linear infinite translateor3
}

span.blue {
	color: #078ed1;
	font-weight: 700
}

span.green {
	color: #94c11f;
	font-weight: 700
}

.banner-button a.get-Started {
	background-color: #94c11f;
	color: #000
}

.banner-button a.ContactUs {
	background-color: #078ed1;
	color: #fff
}

.banner-image img {
	width: 100%;
	max-width: 92%
}

.banner-button {
	margin-top: 22px
}

.banner-button a {
	margin-right: 12px
}

.car-image img,
.center-image img,
.get-free-image img,
.loyalty-image img {
	width: 100%
}

.about-image,
.banner-image,
.coustomized-design-image,
.industry-image,
.loyalty-box,
.loyalty-image,
.pbmit-service-icon,
.sidebar__search {
	position: relative
}

.loyalty-image:after {
	content: "";
	position: absolute;
	background: linear-gradient(27.75deg, #000 20.74%, rgba(0, 0, 0, .1) 67.44%, rgba(0, 0, 0, 0) 80.34%, rgba(0, 0, 0, 0) 99.9%);
	right: 0;
	bottom: 0;
	border-radius: 0 0 5px 5px
}

.loyalty-text {
	position: absolute;
	bottom: 0;
	padding: 5px 28px
}

.loyalty-text h2 {
	font-size: 25px;
	color: #fff;
	border-bottom: 1px solid #94c11f;
	padding-bottom: 6px;
	margin-bottom: 12px
}

.loyalty-text p,
.newletter-text span,
.solutions-tabs .nav-tabs .nav-link.active h6,
.top-barwap h2,
section.industry .top-text h2,
section.industry .top-text h6,
section.our-services .top-text h2,
section.our-services .top-text h6,
ul.social-media li a i {
	color: #fff
}

.shape-3 img {
	width: auto !important;
	position: absolute;
	animation: 4s linear 1s infinite translateor3;
	right: 100px;
	bottom: 0
}

section.loyalty-section {
	padding: 40px 0
}

@keyframes translateor3 {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-20px)
	}
}

.ClientSlider .owl-theme .owl-dots .owl-dot.active span {
	background: #94c11f;
	width: 35px;
	transition: .5s
}

.ClientSlider .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: 0 0;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s;
	border-radius: 30px;
	border: 1px solid #94c11f
}

.banner-image.anmat img {
	-webkit-animation: 4s linear infinite translateor3;
	animation: 4s linear infinite translateor3
}

img.about2 {
	position: absolute;
	right: 40px;
	bottom: -160px
}

.client {
	position: absolute;
	right: 80px;
	top: 33px;
	width: 120px;
	height: 120px;
	background-color: #078ed1;
	border-radius: 100%;
	padding: 12px
}

.border-dot {
	width: 100%;
	height: 100%;
	padding: 18px 15px;
	border-radius: 50%;
	border: 2px dotted #fff
}

.border-dot h2 {
	font-size: 30px;
	color: #ffff
}

.border-dot span {
	font-size: 16px;
	color: #ffff;
	font-weight: 700
}

.about-text h6,
.empowering-box h6 {
	font-size: 14px;
	font-family: Poppins-Regular;
	position: relative;
	padding-left: 18px
}

.about-text h6:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #078ed1;
	left: 0;
	border-radius: 100%;
	top: 2px
}

.about-text {
	padding-right: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 30px;
	height: 100%
}

.footer_footerWap1___yFai form,
.mission-box {
	display: flex
}

.travel-1 {
	display: flex;
	align-items: baseline;
	gap: 14px
}

.profile-wap h6,
.travel-text h5 {
	font-size: 16px
}

.travles-box {
	padding-right: 25px
}

.about-text p {
	padding: 8px 0;
	line-height: 28px
}

.about-text ul li i {
	color: #078ed1;
	padding-right: 4px
}

.about-text ul li {
	font-family: Poppins-Medium;
	color: #101010;
	font-size: 14px;
	margin-bottom: 8px
}

.bottom-bar ul li a,
.top-text h6,
.widgets.cmpny ul li a,
li.breadcrumb-item a,
ul.footer-contact-list li b {
	font-family: Poppins-Regular
}

section.about-section {
	padding: 50px 0 100px;
	position: relative
}

.BzLoyalty img {
	width: 100%;
	max-width: 60%
}

section.about-section .about-text {
	padding-right: 8px
}

section.about-section:after {
	content: "";
	position: absolute;
	background-image: url(../images/shape.png);
	width: 270px;
	height: 520px;
	right: 0;
	top: 0
}

.ekit-heading-image img {
	width: 100%;
	border-radius: 14px
}

section.success-loyality.Highlights {
	background-color: rgb(147 191 59 / 10%);
	padding: 50px 0
}

.single-services-box.Business {
	padding: 40px 20px
}

.single-services-box.Business h6 {
	font-size: 18px;
	height: 35px
}

section.fraud-detection.Growth {
	background-color: rgb(7 142 209 / 9%);
	padding: 60px 0 80px
}

.about-text.about-text22 a.ContactUs,
.about-text.about-text23 a.ContactUs,
.about-text23 h6:after,
.icon-wap.icon-wap2,
.solutions-wap.gray,
a.pbmit-service-btn {
	background-color: #94c11f
}

.Business2 {
	border-bottom: 3px solid #94c11f !important
}

.top-text h6 {
	font-size: 14px;
	position: relative;
	padding-left: 18px;
	margin-bottom: 12px;
	display: inline-block
}

#width-slider,
.Customized-box,
.charging-box,
.coustomized-design-box,
.ekit-heading,
.empowering,
.get-free-text,
.industry-waap,
.solutions-wap,
a.pbmit-service-btn,
form.news,
ul.footer-contact-list li {
	display: flex;
	display: flex
}

.empowering-box h6:after,
.top-barwap h6:after,
.top-text h6:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #94c11f;
	left: 0;
	border-radius: 100%;
	top: 2px
}

section.our-services {
	position: relative;
	padding: 60px 0
}

.pbmit-box-content-wrap {
	position: relative;
	padding: 36px;
	border-radius: 30px;
	background-color: #fff;
	z-index: 1
}

.pbmit-service-icon img {
	position: relative;
	z-index: 9
}

.pbmit-service-icon:after {
	content: '';
	position: absolute;
	top: -12px;
	left: -14px;
	background-color: #0091ce;
	opacity: 12%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	z-index: 0;
	transition: .4s ease-in-out
}

.pbmit-box-content-wrap::before {
	content: '';
	position: absolute;
	width: 119px;
	height: 112px;
	top: auto;
	left: auto;
	bottom: -1px;
	right: -1px;
	background-color: #042a34;
	-webkit-mask: url(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAABwCAYAAAAkPO8yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQyMEY5MUZGNDQyNTExRUY4RjQwQ0NBNjAyOUU4MDU4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQyMEY5MjAwNDQyNTExRUY4RjQwQ0NBNjAyOUU4MDU4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDIwRjkxRkQ0NDI1MTFFRjhGNDBDQ0E2MDI5RTgwNTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDIwRjkxRkU0NDI1MTFFRjhGNDBDQ0E2MDI5RTgwNTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5n8lFOAAADrUlEQVR42uydTYhPURiHj49hRtIYJkkNGmLyVcNCw2aSoSZmxgL5mGJBJFlQFrKwYG+hlJqUWSoLyoKFjQU2SkgZHzVK+SolC1/v2730b8ww85+ve37neerXWM7cx3vOvfe859wQQJWfE7kGuiAXuYBcKApTkatLFXJ1mYFc5EKEzEauLrXI1WUecnWpQ64u9cjVZQmXQBN/gfEtsCokyWrLJIZlTZp+/wO5wnJBCx+O3/t8mweEWF8ilhsqMdq4BJp4ob4urVwuiQ6b+ohFrhDXkKvJMst35GpytR+xyBVgjeUHcvXwlxb3BxCL3Mg5/g+xyI2YRssX5Orh3Y0v/iMWuRFSabk9CLHIjYwplhuDFIvciKi23BqCWORGwkLLoyGKRW4EbLd8KkMscgvMHMuVMqUit8A3TUcsH4cpFrkFosLSaekZAanILQg1lhPh7y4K5EZcpd450W35OgpSkTtOQi9Z3o2iUOSOEb4Jend+1ztWQv9kAtd/RJlsWWtpsWwO2b6dcWsfRu7wWZQPtxstzSE/bKQIILe86vTO/lbLlsBe2OjxoXWDpcvyYaznTm6oRoellnOWVxEJRe5/8Cq9GQbuKkRuhKyz3IlcKHL74D1JlwUqFbl98GfSt2JSkWucDv3vsUFuxHin/kVhqUnLvZCA2CTlnkxEbHJyWwTviFkVClnD2cP8ZzLvTFPhfEpiU6I1oXk2qWHZl+i8Wz+5pbkUhuUDIdE1V/XK9S9jPQ/5mf9Urhb7UxWrXrn+tz0JCbfBKFduc0i8v0lZ7qHUn/9Uh+W5Iet7qqBy9ehMXayy3F0BJIflBstj1GpW7k606lbu08AWD8nKXY5YXbnbUKortx2lmnOun7LWg1LNyu1AJ3IZliPDG9/eBL4qKlm5bYjVlcsjkOiw7Htre0N2ICaIVe4OxOrK3YNGzWF5seUZGjUrdy8KNSvX59mXIeuXArHKbUesbuU+CNmpqCBWuS2I1axc/53vhuxcYxCr3A7Ealauf4HSN1LXo06vck8hVrNyV1nuBd4jy8mdlj/6NKBMa1j2/4BdiNXkTEjwmKGQwPGAxxCkKfdoSOicxlTk+n3AWcToyfV+qOtI0ZPrn0vrRYiWXF+T7WZ+1ZJbkz/mfEaCzqmtCywHLYdDgb5YyevH8pkesjOP9+VzK1s/Ipc7Pxe5Nf9ZyeWOU67fFK2wrLQ0WppyuVAwuVUlVeansFVbZpakNhdXl8fXV2dxKYsplw/6ifJLgAEA5HxWs6LkABIAAAAASUVORK5CYII=) no-repeat);
	mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAABwCAYAAAAkPO8yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQyMEY5MUZGNDQyNTExRUY4RjQwQ0NBNjAyOUU4MDU4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQyMEY5MjAwNDQyNTExRUY4RjQwQ0NBNjAyOUU4MDU4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDIwRjkxRkQ0NDI1MTFFRjhGNDBDQ0E2MDI5RTgwNTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDIwRjkxRkU0NDI1MTFFRjhGNDBDQ0E2MDI5RTgwNTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5n8lFOAAADrUlEQVR42uydTYhPURiHj49hRtIYJkkNGmLyVcNCw2aSoSZmxgL5mGJBJFlQFrKwYG+hlJqUWSoLyoKFjQU2SkgZHzVK+SolC1/v2730b8ww85+ve37neerXWM7cx3vOvfe859wQQJWfE7kGuiAXuYBcKApTkatLFXJ1mYFc5EKEzEauLrXI1WUecnWpQ64u9cjVZQmXQBN/gfEtsCokyWrLJIZlTZp+/wO5wnJBCx+O3/t8mweEWF8ilhsqMdq4BJp4ob4urVwuiQ6b+ohFrhDXkKvJMst35GpytR+xyBVgjeUHcvXwlxb3BxCL3Mg5/g+xyI2YRssX5Orh3Y0v/iMWuRFSabk9CLHIjYwplhuDFIvciKi23BqCWORGwkLLoyGKRW4EbLd8KkMscgvMHMuVMqUit8A3TUcsH4cpFrkFosLSaekZAanILQg1lhPh7y4K5EZcpd450W35OgpSkTtOQi9Z3o2iUOSOEb4Jend+1ztWQv9kAtd/RJlsWWtpsWwO2b6dcWsfRu7wWZQPtxstzSE/bKQIILe86vTO/lbLlsBe2OjxoXWDpcvyYaznTm6oRoellnOWVxEJRe5/8Cq9GQbuKkRuhKyz3IlcKHL74D1JlwUqFbl98GfSt2JSkWucDv3vsUFuxHin/kVhqUnLvZCA2CTlnkxEbHJyWwTviFkVClnD2cP8ZzLvTFPhfEpiU6I1oXk2qWHZl+i8Wz+5pbkUhuUDIdE1V/XK9S9jPQ/5mf9Urhb7UxWrXrn+tz0JCbfBKFduc0i8v0lZ7qHUn/9Uh+W5Iet7qqBy9ehMXayy3F0BJIflBstj1GpW7k606lbu08AWD8nKXY5YXbnbUKortx2lmnOun7LWg1LNyu1AJ3IZliPDG9/eBL4qKlm5bYjVlcsjkOiw7Htre0N2ICaIVe4OxOrK3YNGzWF5seUZGjUrdy8KNSvX59mXIeuXArHKbUesbuU+CNmpqCBWuS2I1axc/53vhuxcYxCr3A7Ealauf4HSN1LXo06vck8hVrNyV1nuBd4jy8mdlj/6NKBMa1j2/4BdiNXkTEjwmKGQwPGAxxCkKfdoSOicxlTk+n3AWcToyfV+qOtI0ZPrn0vrRYiWXF+T7WZ+1ZJbkz/mfEaCzqmtCywHLYdDgb5YyevH8pkesjOP9+VzK1s/Ipc7Pxe5Nf9ZyeWOU67fFK2wrLQ0WppyuVAwuVUlVeansFVbZpakNhdXl8fXV2dxKYsplw/6ifJLgAEA5HxWs6LkABIAAAAASUVORK5CYII=) no-repeat
}

.Services-box {
	position: relative;
	margin-bottom: 40px
}

a.pbmit-service-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	color: #000;
	z-index: 1
}

a.know-more {
	color: #078ed1;
	position: relative
}

a.know-more:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	background-color: #078ed1;
	height: 2px;
	bottom: 0
}

.pbmit-service-btn i {
	color: #fff;
	transform: rotate(-55deg);
	font-size: 20px
}

.pbmit-box-content-wrap h6 {
	font-size: 18px;
	padding: 20px 0 8px
}

.pbmit-box-content-wrap span {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	color: #078ed1
}

.pbmit-box-content-wrap span:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #078ed1;
	left: 0;
	border-radius: 100%;
	top: 4px
}

.pbmit-service-icon.elementor-icon,
.swiper-container.swiper-container-horizontal {
	margin-top: 60px
}

.charging-box {
	gap: 20px
}

.charging-text h5 {
	font-size: 16px;
	padding: 6px 0
}

.charging-wap p {
	padding: 0
}

.charging-image {
	width: 80px;
	height: 80px;
	background: rgba(148, 193, 31, .1);
	border-radius: 100%;
	line-height: 80px
}

.about-text.about-text23 {
	margin-top: 40px
}

.about-image2 img {
	width: 100%;
	padding-right: 20px
}

section.about-area2,
section.blog-card-section,
section.faq-section,
section.set-apart,
section.why-choose-us {
	padding: 50px 0
}

.industry-text {
	background-color: #fff;
	padding: 4px 12px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.industry-text h2 {
	font-size: 20px;
	padding: 10px 0
}

.industry-icon {
	position: absolute;
	top: 12px;
	left: 16px;
	background-color: #078ed1;
	padding: 14px;
	border-radius: 100%;
	border: 2px solid #fff
}

section.industry {
	position: relative;
	padding: 50px 0 120px;
	margin-bottom: 130px
}

.industry-text p {
	font-size: 13px;
	height: 150px
}

.industry-image img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.Common_outer2 .owl-carousel .owl-nav.disabled {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 38px auto
}

.Common_outer2 button.owl-next,
.Common_outer2 button.owl-prev {
	background-color: #078ed1 !important;
	color: #fff !important;
	width: 36px;
	height: 36px;
	border-radius: 100% !important
}

footer.xs-footer-sec {
	background: #052730;
	padding: 80px 0 20px
}

.footer-logo img {
	width: 100%;
	max-width: 74%;
	margin: 8px 0 10px
}

.banner-button.banner-button2,
.widgets p {
	margin-top: 8px
}

h3.widget-title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 24px;
	position: relative
}

h3.widget-title:after {
	content: "";
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 40px;
	height: 1px;
	bottom: -8px
}

.widgets p {
	color: #fff;
	font-size: 15px;
	line-height: 29px;
	width: 100%
}

.widgets.pdleft30.cmpny {
	padding-left: 60px
}

.widgets.cmpny ul li a {
	display: block;
	color: #f5f5f5;
	font-size: 14px;
	margin-bottom: 20px
}

ul.footer-contact-list li {
	align-items: baseline;
	color: #000;
	font-size: 16px;
	margin-bottom: 12px;
	padding-left: 26px;
	position: relative
}

.bottom-bar ul li,
ul.social-media li {
	display: inline-block
}

ul.footer-contact-list li b {
	font-weight: 500;
	color: #f5f5f5
}

ul.footer-contact-list i {
	margin-right: 9px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0
}

ul.social-media li {
	width: 40px;
	height: 40px;
	background: rgba(251, 251, 251, .24);
	color: #fff;
	font-size: 16px;
	border-radius: 100%;
	line-height: 42px;
	margin-right: 6px
}

.bottom-bar {
	justify-content: space-between;
	border-radius: 0;
	padding: 18px 24px 0;
	margin-top: 30px;
	border-top: 1px solid #cccccc40
}

p.Cricbooks {
	margin-bottom: 0;
	font-size: 14px;
	color: #fff
}

.bottom-bar ul li a {
	color: #f5f5f5;
	padding-right: 20px;
	font-size: 14px
}

.footer_coustominput__VRmMV {
	border: 0;
	border-bottom: 1px solid #bdbebf;
	border-radius: 0;
	padding: 4px 0;
	color: #000;
	width: 90%;
	background: 0 0
}

.footer-newsletter {
	background-color: #94c11f;
	margin: -196px 70px 80px;
	padding: 30px;
	border-radius: 20px;
	position: relative
}

.newletter-text h2 {
	color: #fff;
	font-size: 24px;
	font-family: Poppins-Bold
}

form.news {
	margin-top: 15px
}

.inputfrom {
	width: 76%;
	margin-right: 12px
}

button.btn {
	background-color: #052730;
	color: #fff;
	border: 0;
	border-radius: 15px;
	padding: 12px 32px;
	font-family: Poppins-Medium;
	text-transform: uppercase
}

.Journey-text h2 span.blue,
.about-text h2 span.blue,
.about-text h2 span.green,
.counter-box span,
.empowering-box h2 span.green,
.innovative-wap span.blue,
.innovative-wap span.green,
.topbar span.blue,
.topbar span.green {
	font-family: Poppins-SemiBold
}

.inputfrom input.form-control {
	padding: 12px 17px;
	border-radius: 15px
}

ul.footer-contact-list.social li a {
	margin-bottom: 4px
}

section.inner-banner {
	position: relative;
	background-position: center 10%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 310px 0 150px;
	text-align: center
}

.breadcrumb {
	justify-content: center
}

.innerbanner-text {
	position: relative;
	z-index: 1
}

.innerbanner-text h1 {
	color: #fff;
	margin-bottom: 6px
}

.counter-box h6,
.counter-box span {
	color: #94c11f;
	display: inline-block;
	font-size: 40px
}

li.breadcrumb-item a {
	color: #fff
}

section.about-section.about-section2 {
	padding: 70px 0 200px
}

section.who-we-are {
	background: linear-gradient(90deg, #f5faee 39%, rgba(245, 250, 238, 0) 100%);
	padding: 90px 0
}

.counter-box {
	border-bottom: 1px solid rgba(103, 103, 103, .18);
	padding-bottom: 40px;
	margin-top: 25px
}

.counter-box p {
	color: #1b1a1a;
	margin-bottom: 0
}

.empowering-box h2 {
	border-left: 3px solid #94c11f;
	padding: 0 18px;
	margin: 12px 0
}

.empowering-box p {
	line-height: 30px;
	border-bottom: 2px dashed rgba(95, 95, 95, .16);
	padding-bottom: 18px;
	margin-bottom: 26px
}

.solutions-wap {
	align-items: baseline;
	gap: 20px;
	align-items: center;
	gap: 30px;
	background-color: #fff;
	padding: 25px;
	width: 48%
}

.solutions-text h5 {
	font-size: 16px;
	color: #1b1a1a
}

.industry-waap {
	flex-wrap: wrap
}

.solutions-tabs .nav-tabs .nav-link.active .profile-wap img,
img.white {
	filter: brightness(0) invert(1)
}

.empowering {
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 0 80px 0 30px
}

.top-barwap h6 {
	font-size: 14px;
	font-family: Poppins-Regular;
	position: relative;
	padding-left: 18px;
	color: #fff;
	margin-bottom: 8px;
	display: inline-block
}

.inner-banner-text h1,
.inner-banner-text span.green,
h3.box-title {
	font-family: Poppins-Bold
}

a.Services-button {
	background-color: #94c11f;
	padding: 18px 20px;
	font-size: 14px
}

.service-grid {
	background-color: #fff;
	padding: 38px 15px 10px 20px;
	border-radius: 8px;
	margin-top: 30px;
	height: 95%
}

.service-grid-icon {
	height: 80px;
	width: 80px;
	line-height: 74px;
	background-color: #078ed1;
	border-radius: 50%;
	position: relative;
	z-index: 2
}

.service-grid_content ul li {
	font-size: 15px;
	margin-bottom: 6px;
	position: relative;
	padding-left: 18px;
	line-height: 26px
}

.service-grid_content ul li:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #94c11f;
	left: 0;
	border-radius: 100%;
	top: 6px
}

.service-grid_content {
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	overflow: hidden
}

h3.box-title {
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 16px;
	color: #078ed1
}

.service-grid_content p {
	line-height: 29px;
	font-size: 14px
}

.service-grid-icon img {
	width: 48px
}

section.Our-Core-Value {
	position: relative;
	padding: 55px 0 60px
}

a.th-btn {
	background-color: #078ed1;
	color: #fff;
	border-radius: 0 20px;
	padding: 14px 28px;
	text-transform: uppercase;
	font-size: 14px;
	transition: .5s
}

#width-slider {
	width: 100%;
	height: 94vh;
	justify-content: center;
	position: relative
}

.width-img {
	width: 16.67%;
	transition: 2s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	object-fit: cover;
	border: 2px solid #fff;
	position: relative;
	margin-top: 80px
}

.pbmit-icon-wrapper,
.pbmit-static {
	background-color: #94c11f;
	border-radius: 100%;
	text-align: center
}

.width-img h2 {
	transform: rotate(-90deg);
	position: absolute;
	bottom: 137px;
	color: #fff;
	z-index: 1;
	font-size: 19px;
	right: 0;
	left: 0
}

.width-img.active {
	width: 50%;
	transition: .5s
}

.width-img.active h2 {
	transition: .1s
}

.width-img:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .11) 68%, rgba(0, 0, 0, 0) 76%);
	width: 100%;
	height: 100%;
	bottom: 0
}

.pbmit-content-box {
	z-index: 1;
	position: absolute;
	top: auto;
	left: 0;
	padding: 60px 40px 70px 34px;
	bottom: 0;
	transition: .2s
}

.pbmit-icon-wrapper img {
	width: 50px
}

.pbmit-icon-wrapper {
	width: 90px;
	height: 90px;
	line-height: 82px
}

.pbmit-content-inner h4 {
	color: #fff;
	font-size: 25px;
	margin: 20px 0 8px
}

.pbmit-content-inner p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 28px;
	width: 100%;
	max-width: 92%
}

.pbmit-static {
	position: absolute;
	right: 34px;
	bottom: 84px;
	width: 45px;
	height: 44px;
	line-height: 44px
}

.pbmit-static i {
	transform: rotate(300deg);
	color: #000
}

.width-img.active .pbmit-content-box {
	opacity: 1;
	visibility: visible;
	transition: .5s .2s
}

.service-grid-icon:after,
.service-grid-icon:before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #078ed1;
	z-index: -2;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: deepak;
	animation-name: deepak
}

.service-grid-icon:after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.about-service-section {
	padding: 120px 0
}

.about-service-section .about-service-section-shape-img-2 {
	top: -74px;
	left: -90px
}

.about-service-section .about-service-section-main-img img {
	box-shadow: 0 0 100px 0 #f3f5f7;
	border-radius: 20px
}

.about-service-section-text {
	margin-top: -8px
}

.contact-page-support-section .counter-box {
	right: -60px;
	bottom: 60px
}

.about-service-section .counter-box {
	width: 280px;
	padding: 25px 29px 18px 44px;
	background: #fff;
	box-shadow: 0 0 100px 0 #e2e4e7;
	border-radius: 10px;
	bottom: 61px;
	right: -80px
}

.about-service-section .counter-box figure {
	margin-right: 22px;
	float: left
}

.about-service-section .counter-box .number,
.about-service-section .counter-box .suffix {
	color: #221c35;
	font-size: 40px;
	line-height: 38px;
	font-weight: 400
}

.about-service-section .counter-box .customer {
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #606480
}

.contact-page-support-section .contact-box {
	padding: 27px 29px 22px;
	background: #fff;
	box-shadow: 0 0 100px 0 #e2e4e7;
	border-radius: 20px;
	margin-bottom: 20px;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.text-size-16 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #606480;
	font-family: Poppins-Regular
}

.contact-box.hover-effect h4 {
	font-size: 18px;
	color: #212529;
	margin-bottom: 12px
}

.contact-box.hover-effect img {
	width: 85%
}

.about-service-section-text.position-relative {
	padding-right: 90px
}

.about-service-section-text p {
	margin: 14px 0 26px
}

.customer-base-section-text p {
	margin: 14px 0 22px
}

.contact-form-section .contact-form .form-group,
.rc__post {
	margin-bottom: 20px
}

/* .contact-form-section .contact-form .form-control {
	background: #fff;
	box-shadow: 0 0 40px 0 #e2e4e7;
	border-radius: 20px;
	height: 70px;
	padding: 0 30px;
	border: none;
	font-size: 16px;
	line-height: 26px;
	color: var(--e-global-color-text)
}

.contact-form-section .contact-form .textarea {
	height: 150px;
	padding-top: 23px;
	padding-bottom: 23px;
	resize: none
} */

.contact-form-section .contact-form .submitform-btn {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	background: #94c11f;
	padding: 20px;
	width: 100%;
	box-shadow: none;
	border: 1px solid #94c11f;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 transparent
}

.customer-base-section .customer-base-section-shape-img-2 {
	top: -74px;
	right: -90px
}

.Journey-text p {
	line-height: 32px;
	margin: 10px 0 35px
}

section.Journey-section {
	padding: 60px 0
}

.map {
	padding: 30px 0 120px
}

section.why-choose {
	padding: 50px 0 0;
	background-color: #f6f6f6
}

p.Partnerships {
	margin-bottom: 0;
	font-size: 18px;
	color: #000;
	text-decoration: underline
}

.swiper-container {
	width: 100%;
	height: 350px !important
}

.Customized-box {
	background-color: #fff;
	border-radius: 10px;
	align-items: center
}

.Customized-image {
	width: 40%
}

.Customized-text {
	width: 60%;
	padding: 0 15px
}

.Customized-image img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

.Customized-text h6 {
	font-size: 15px;
	margin-bottom: 8px
}

.Customized-text p {
	font-size: 12px;
	margin-bottom: 0
}

.swiper-button-next,
.swiper-button-prev {
	top: 88%;
	width: 40px;
	height: 40px;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 18px;
	background-color: #94c11f;
	border-radius: 100%
}

.swiper-button-prev {
	left: 46%;
	right: auto
}

.swiper-button-next {
	right: 46%;
	left: auto
}

section.Journey-section.Journey-section2 {
	padding-top: 0
}

section.loyalty-work {
	padding: 60px 0 50px
}

.tab-contents {
	margin-top: 70px
}

.solutions-tabs li.nav-item {
	width: 18%;
	margin: 0 10px;
	position: relative
}

.solutions-tabs .nav-link:after {
	content: "";
	position: absolute;
	right: 0;
	left: 46%;
	background-color: transparent;
	width: 30px;
	height: 30px;
	bottom: -13px;
	transform: rotate(45deg)
}

.solutions-tabs button {
	display: block;
	width: 100%;
	height: 170px;
	padding: 24px !important;
	background-color: #f5f9ff
}

.solutions-tabs .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #078ed1;
	border-color: transparent
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-tabs {
	border-bottom: 0
}

.profile-wap img {
	margin-bottom: 6px
}

.Journey-text.Journey-text21 {
	padding-left: 30px
}

.nav-link.active.nav-link::after {
	background-color: #078ed1
}

.Journey-text.Journey-text21 h2 {
	font-size: 32px;
	line-height: 48px
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/arrow1.svg)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/arrow2.svg)
}

.program-loyality h2 {
	text-transform: capitalize;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px
}

.goals-wap h6 {
	font-size: 20px;
	color: #000;
	margin-bottom: 8px
}

.goals-wap ul li {
	position: relative;
	padding-left: 18px;
	padding-bottom: 4px;
	font-size: 15px;
	line-height: 28px
}

.goals-wap ul li:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #94c11f;
	left: 0;
	border-radius: 100%;
	top: 10px
}

.goals-wap p {
	font-size: 16px;
	color: #000;
	font-weight: 800;
	letter-spacing: .8px
}

.inner-banner-image img {
	width: 100%;
	padding: 42px
}

section.inner-banner-section {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 90vh
}

.inner-banner-text h1 {
	color: #fff;
	font-size: 48px
}

.inner-banner-text p {
	color: #fff;
	line-height: 29px;
	margin-top: 6px
}

section.transform-loyality {
	padding: 70px 0 30px
}

.coustomized-design-image:after {
	content: '';
	position: absolute;
	top: -12px;
	left: -14px;
	background-color: #94c11f;
	opacity: 15%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	z-index: 0;
	transition: .4s ease-in-out
}

.coustomized-design-box {
	gap: 24px;
	margin-bottom: 20px
}

.coustomized-design-text h6 {
	font-size: 18px
}

.custom-margin {
	margin-top: 80px
}

.coustomized-design-text p {
	padding: 6px 30px 0 0;
	line-height: 30px;
	font-size: 15px
}

.coustomized-design-image img {
	position: relative;
	z-index: 1;
	width: 55px
}

.ekit-heading {
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-right: 50px
}

.ekit-heading p {
	line-height: 32px;
	margin-top: 12px
}

.get-free-text {
	background: rgba(7, 142, 209, .05);
	padding: 20px 30px;
	height: 100%;
	flex-direction: column;
	justify-content: center
}

.form-control,
select.form-select {
	background-color: #fff;
	margin-bottom: 11px;
	width: 100%
}

.success-box {
	padding-bottom: 40px
}

.form-control {
	padding: 16px 15px;
	color: #000;
	border: 1px solid #dbd9d9;
	border-radius: 0
}

select.form-select {
	padding: 15px;
	border: 1px solid #dbd9d9;
	border-radius: 0;
	color: rgba(6, 3, 21, .5)
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none
}

.form-control::placeholder {
	color: rgba(6, 3, 21, .5)
}

.get-free-text p {
	margin-top: 10px;
	width: 100%;
	max-width: 82%;
	margin-bottom: 38px
}

.sendrequest {
	background-color: #94c11f;
	color: #000;
	border: 0;
	padding: 14px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 10px
}

textarea#questions {
	height: 140px;
	resize: none
}

.about-content2 h2,
.get-free-text h2 {
	font-size: 30px
}

section.free-consultaiton {
	padding-bottom: 70px
}

.ekit-heading ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 16px;
	color: #078ed1
}

.ekit-heading ul li {
	position: relative;
	padding: 0 0 10px 22px;
	font-size: 14px;
	line-height: 22px
}

section.fraud-detection {
	background-color: #f5f9ff;
	padding: 60px 0
}

.icon-wap {
	background-color: #078ed1;
	border-radius: 70% 30% 30% 70%/60% 40%;
	display: inline-block;
	width: 85px;
	height: 85px;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	box-shadow: 5px 10px 30px rgba(38, 42, 55, .1215686275);
	line-height: 82px
}

.single-services-box {
	background-color: #fff;
	padding: 40px 30px;
	border-bottom: 3px solid #078ed1
}

.all-industries ul li a i,
.single-services-box h6,
span.Product {
	font-size: 20px
}

.single-services-box p {
	font-size: 15px;
	line-height: 30px;
	margin: 10px 0 0;
	height: 160px
}

.Conditions-text h6,
.about-content2 .features-list li h3 {
	font-size: 20px;
	margin-bottom: 10px
}

.about-content2 .features-list {
	padding-left: 0;
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 0
}

.about-content2 .features-list li {
	position: relative;
	margin-bottom: 20px;
	border-radius: 20px;
	padding: 30px 30px 30px 130px;
	background-color: #fff;
	box-shadow: 5px 10px 30px #f6f4f4
}

.about-content2 .features-list li img {
	transition: .5s;
	transform: translateY(-50%);
	position: absolute;
	left: 30px;
	top: 50%
}

.about-content2 h2 span.blue {
	color: #078ed1;
	font-weight: 600
}

.about-text.about-text22 {
	margin-top: 0
}

.about-image3 img {
	width: 100%;
	padding-right: 30px
}

.about-text.about-text22 h6 {
	margin-bottom: 10px
}

.Conditions-text ul li:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #94c11f;
	width: 18px;
	height: 18px;
	border-radius: 100%
}

.Conditions-text ul li {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 6px;
	padding-left: 30px
}

section.terms-and-conditions {
	padding: 50px 0 70px
}

.Conditions-text {
	padding-bottom: 20px
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem 0;
	border-bottom: 0;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-body {
	padding: 15px 0 30px
}

.modal-body h2 {
	margin: 6px 0
}

.blog-card {
	border: 1px solid #f0f0f0;
	border-radius: 30px;
	transition: .3s;
	background-color: #fff
}

.blog-thumb {
	margin-bottom: 0;
	transition: .5s;
	height: 230px
}

.blog-thumb,
.blog-thumb img {
	border-radius: 20px 20px 0 0
}

.blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.blog-content {
	padding: 15px
}

.blog-date span {
	font-weight: 500;
	font-size: 14px;
	line-height: 12px;
	color: #787b83;
	padding-left: 15px;
	position: relative
}

.blog-date span:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 6px;
	background-color: #94c11f;
	width: 8px;
	height: 8px;
	border-radius: 100%
}

.blog-title-box a {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	margin-top: 6px;
	display: block
}

.blog-title-box p {
	margin: 10px 0;
	line-height: 28px;
	font-size: 15px
}

.sidebar__widget {
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	margin-bottom: 40px
}

.sidebar__widge-title-box {
	border-radius: 14px 14px 0 0
}

.sidebar__widget-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	padding: 20px 0;
	margin: 0 30px;
	border-bottom: 1px solid #ededed
}

.sidebar__widget-content {
	padding: 30px 22px 8px
}

.sidebar__widget-content2 {
	padding: 30px 22px
}

.sidebar__search input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 60px 0 25px;
	text-transform: capitalize;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 14px;
	border: 1px solid #e5e5e5;
	outline: 0
}

.sidebar__search button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 24px;
	line-height: 60px;
	border-radius: 0 7px 7px 0;
	color: #000;
	border: none;
	background-color: transparent
}

.rc__post-thumb img {
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
	height: 100%
}

.rc__post-thumb {
	margin-right: 15px;
	width: 75px;
	height: 54px
}

.rc__post-content {
	width: 100%
}

.rc__post-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #000229
}

.rc__meta span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #6a6a74
}

.sidebar__widget ul li {
	list-style: none;
	margin-bottom: 25px
}

.sidebar__widget ul li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 12px;
	color: #5f6168;
	display: flex;
	justify-content: space-between
}

.postbox__details_images img {
	margin-bottom: 20px;
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px
}

.postbox__details-title-box h1,
.postbox__details-title-box h2 {
	font-size: 26px;
	margin-bottom: 8px;
	line-height: 30px
}

.postbox__details-title-box p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 6px
}

.postbox__details-title-box ul {
    margin-bottom: 5px;
}
.postbox__details-title-box h6 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 28px;
}

.postbox__details-title-box ul li {
	position: relative;
	font-size: 15px;
	padding: 3px 0 4px 20px;
	line-height: 24px
}

.postbox__details-title-box ul li:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 10px;
	background-color: #94c11f;
	width: 10px;
	height: 10px;
	border-radius: 100%
}

.accordion-collapse,
.accordion-item {
	border: 0;
	box-shadow: 0 0 20px 0 hsla(0, 0%, 83.5%, .5)
}

.postbox__details-title-box span {
	font-size: 14px;
	margin-bottom: 12px;
	display: block;
	color: #000;
	font-family: Poppins-Medium
}

button.accordion-button {
	background: #fff;
	border: 1px solid rgba(32, 34, 91, .098);
	box-shadow: 2px -11px 24px rgba(149, 157, 165, .2);
	width: 100%;
	border: none;
	padding: 20px 18px;
	font-weight: 300;
	font-size: 15px
}

.accordion-item {
	margin-bottom: 14px
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: transparent
}

.accordion-collapse {
	border-radius: 2px;
	padding: 0
}

.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none
}

.accordion-body p {
	font-size: 15px;
	line-height: 28px
}

.accordion-body ul li {
	position: relative;
	font-size: 14px;
	padding: 4px 0 4px 19px
}

.accordion-body ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #94c11f;
	width: 10px;
	height: 10px;
	border-radius: 100%
}

.industries-banner-heding h2 {
	text-align: center;
	color: #fff;
	font-size: 48px
}

.industries-banner {
	padding-top: 225px;
	padding-bottom: 175px
}

.all-industries {
	background-color: #f5f5f5;
	padding: 25px
}

.all-industries h5 {
	color: #141d38;
	font-size: 24px;
	margin-bottom: 20px
}

.all-industries ul li {
	background-color: #fff;
	margin-bottom: 17px;
	padding: 15px
}

.all-industries ul li a {
	color: #737887;
	display: block
}

.all-industries ul li a span {
	float: right;
	color: #078ed1
}

.commerce-banner-right {
	height: 100%
}

.commerce-banner-right img {
	width: 100%;
	height: 100%;
	border-radius: 10px
}

ul.industries-detail {
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px
}

.benefits-our-service-cards {
	background-color: #fff;
	padding: 12px;
	box-shadow: 0 4px 20px 0 #4c6fff24;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	gap: 18px
}

.benefits-our-service-cards .icon-box {
	background-color: #94c11f;
	height: 100%;
	box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25);
	padding: 18px;
	border-radius: 5px
}

.benefits-our-service-cards .icon-box img {
	width: 65px
}

.benefits-our-service-cards h6 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}

.benefits-our-service-cards p {
	color: #737887;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0
}

.contact-container-img {
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: 0 4px 20px 0 #4c6fff24
}

.benefits-our-service h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0
}

.services-detail-container h5 {
	font-size: 20px;
	margin-bottom: 16px
}

section.e-commerce-section {
	padding: 50px 0 20px
}

.services-detail-container.industries h6 {
	font-size: 20px;
	margin-bottom: 5px
}

.services-detail-container p {
	font-size: 14px;
	line-height: 28px
}

.services-detail-container ul li {
	position: relative;
	font-size: 14px;
	padding: 4px 0 4px 19px;
	line-height: 25px
}

.services-detail-container ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #94c11f;
	width: 10px;
	height: 10px;
	border-radius: 100%
}

section.inner-banner.inner-banner2 {
	background-position: center
}