:root {
	--grey-BG: #e3e5ff;
	--brand: #76b2fd;
	--brand-2: #147afd;
	--linear-3:linear-gradient(322.05deg, #a4c7f5 6.72%, #e5eeff 40.79%, #ffffff 97.57%);
	--text-blue: #02131c;
	--blue-1: #222729;
	--blue-2: #1f1e7e;
	--blue-4: #07b3d4;
	--blue-3: #04697c;
	--blue-5: #accef9;
	--blue-shadow: #00d7ff;
	--green-1: #008550;
	--green-3: #0bf49a;
	--green-4: #a3fdc2;
	--green-5: #099430;
	--green-shadow: #00ff48;
	--green-shadow-2: #00e47d;
	--yellow-1: #856300;
	--yellow-3: #f7dc6f;
	--yellow-4: #f7dc6f;
	--yellow-5: #f6e9ba;
	--yellow-6: #edd77f;
	--yellow-7: #b48c14;
	--yellow-shadow: #e3aa00;
	--purple: #e3abed;
	--purple-2: #fed3f5;
	--orange: #964b00;
	--deep-black: #09090a;
	--grey-1: #d3d3d3;
	--grey-2: #959595;
	--grey-3: #455a64;
	--grey-4: #29292b;
	--grey-5: #222729;
	--slate: #f7f7f7;
}

body {
	font-family: "Inter", Helvetica;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
}

.cursor-pointer {
	cursor: pointer;
}

button {
	padding: 0;
}

input:focus {
	outline: none;
}

.text-black {
	color: var(--text-blue);
}

.login-anchor {
	border: 2px solid var(--brand-2);
}

/* shadow */
.blue-shadow {
	box-shadow: 8px 8px 0px 0px var(--blue-shadow);
}

.yellow-shadow {
	box-shadow: 8px 8px 0px 0px var(--yellow-shadow);
}

.green-shadow {
	box-shadow: 8px 8px 0px 0px var(--green-shadow);
}

.green-shadow-2 {
	box-shadow: 8px 8px 0px 0px var(--green-shadow-2);
}

/* blue */
.bg-blue-1 {
	background-color: var(--blue-1);
}

.border-blue-1 {
	border-color: var(--blue-1);
}

.text-blue-1 {
	color: var(--blue-1);
}

.fill-blue-1 {
	fill: var(--blue-1);
}

.bg-blue-2 {
	background-color: var(--blue-2);
}

.bg-blue-3 {
	background-color: var(--blue-3);
}

.border-blue-3 {
	border-color: var(--blue-3);
}

.text-blue-3 {
	color: var(--blue-3);
}

.bg-blue-4 {
	background-color: var(--blue-4);
}

.bg-blue-5 {
	background-color: var(--blue-5);
}

.text-blue-2 {
	color: var(--blue-2);
}

.border-blue-5 {
	border-color: var(--blue-5);
}

.text-blue-5 {
	color: var(--blue-5);
}

.bg-brand {
	background-color: var(--brand);
}

.bg-brand-2 {
	background-color: var(--brand-2);
}

.bg-brand-2:hover {
	background-color: blue;
}

.text-brand-2 {
	color: var(--brand-2);
}

.fill-brand-2 {
	fill: var(--brand-2);
}

.border-brand-2 {
	border-color: var(--brand-2);
}

/* green */
.bg-green-1 {
	background-color: var(--green-1);
}

.border-green-1 {
	border-color: var(--green-1);
}

.text-green-1 {
	color: var(--green-1);
}

.fill-green-1 {
	fill: var(--green-1);
}

.bg-green-3 {
	background-color: var(--green-3);
}

.border-green-3 {
	border-color: var(--green-3);
}

.text-green-3 {
	color: var(--green-3);
}

.bg-green-4 {
	background-color: var(--green-4);
}

.border-green-4 {
	border-color: var(--green-4);
}

.text-green-4 {
	color: var(--green-4);
}

.bg-green-5 {
	background-color: var(--green-5);
}

.border-green-5 {
	border-color: var(--green-5);
}

.text-green-5 {
	color: var(--green-5);
}

/* yellow */
.bg-yellow-1 {
	background-color: var(--yellow-1);
}

.border-yellow-1 {
	border-color: var(--yellow-1);
}

.text-yellow-1 {
	color: var(--yellow-1);
}

.bg-yellow-3 {
	background-color: var(--yellow-3);
}

.text-yellow-3 {
	color: var(--yellow-3);
}

.text-orange {
	color: var(--orange);
}

.fill-yellow-3 {
	fill: var(--yellow-3);
}

.fill-green-4 {
	fill: var(--green-4);
}

.fill-blue-5 {
	fill: var(--blue-5);
}

.bg-yellow-4 {
	background-color: var(--yellow-4);
}

.border-yellow-4 {
	border-color: var(--yellow-4);
}

.text-yellow-4 {
	color: var(--yellow-4);
}

.bg-yellow-5 {
	background-color: var(--yellow-5);
}

.border-yellow-5 {
	border-color: var(--yellow-5);
}

.text-yellow-5 {
	color: var(--yellow-5);
}

.bg-yellow-6 {
	background-color: var(--yellow-6);
}

.border-yellow-6 {
	border-color: var(--yellow-6);
}

.text-yellow-6 {
	color: var(--yellow-6);
}

.bg-yellow-7 {
	background-color: var(--yellow-7);
}

.border-yellow-7 {
	border-color: var(--yellow-7);
}

.text-yellow-7 {
	color: var(--yellow-7);
}

/* grey */
.bg-grey {
	background: var(--grey-BG);
}

.text-grey-1 {
	color: var(--grey-1);
}

.text-grey-4 {
	color: var(--grey-4);
}

.text-grey-3 {
	color: var(--grey-3);
}

.text-grey-5 {
	color: var(--grey-5);
}

.fill-purple-2 {
	fill: var(--purple-2);
}

.bg-slate {
	background: var(--slate);
}

.bg-purple {
	background-color: var(--purple);
}

.bg-purple-2 {
	background-color: var(--purple-2);
}

.bg-orange {
	background: var(--orange);
}

.border-orange {
	border-color: var(--orange);
}

.border-bottom-grey-2 {
	border-bottom: 1px solid var(--grey-2);
}

/* utils */

.top-nav {
	z-index: 1000;
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 1px 2px 0px #0000004d;
	padding-left: 3rem!important;
    padding-right: 3rem!important;
}

.card-img-top1 
{
	width:120px;
}
.card-img-top2 
{
	width: 80px;
    height: 80px;
    background: #295ea3;
    line-height: 80px;
    border-radius: 50%;
    box-shadow: 0px 8px 32px rgb(0 0 0 / 30%);
    text-align: center;
    margin: 0 auto;
}
.card-img-top2 img
{
	width:50px;
	height:50px;
}
.card-img-top {
	width: 24px;
}

.tabs-container {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.sticky-tabs {
	position: -webkit-sticky;
	/* For Safari */
	position: sticky;
	top: 4.4em;
	z-index: 99;
}

.sticky-tab {
	position: -webkit-sticky;
	position: sticky;
	top: 4.4em;
}

.nav-tab {
	width: Hug (152px) px;
	height: Hug (40px) px;
	padding: 8px 16px 8px 16px;
	gap: 10px;
	color: white;
	border: 2px solid white;
	border-radius: 24px;
	text-align: center;
	transition: 0.3s ease;
	/* Smooth transition */
}

.nav-tab.active {
	background-color: white;
	/* Background color for the active tab */
	color: black;
	/* Optional: Change text color for better contrast */
	border: none;
}

.faq-question {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
	cursor:pointer;
	padding: 20px;
}
.faq-question.active
{
	background-color:#efefef;
}
.faq-arrow {
	transition: transform 0.3s ease-in-out;
}

.transition {
	transition: transform 0.3s all ease-in-out;
}

.content-card {
	width: 400px;
	padding: 24px 0px 0px 0px;
	gap: 24px;
	border-radius: 12px 0px 0px 0px;
	opacity: 0px;
	line-height: 28px;
	letter-spacing: 0.25px;
}

.form-checkbox-wrapper {
	position: relative;
	width: 20px;
	/* Width of the custom checkbox */
	height: 20px;
	/* Height of the custom checkbox */
}

.form-checkbox {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.custom-checkbox {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	/* Optional: rounded corners */
	border: 2px solid #ccc;
	/* Default border color */
	position: relative;
	cursor: pointer;
	background-color: white;
}

.form-checkbox:checked + .custom-checkbox {
	background-color: inherit;
	/* Use the dynamic background color */
}

.custom-checkbox::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	/* Create the checkmark shape */
	transform: rotate(45deg);
	opacity: 0;
	/* Hide checkmark initially */
}

.form-checkbox:checked + .custom-checkbox::after {
	opacity: 1;
	/* Show checkmark when checked */
}

.active-tab {
	border-bottom: 1px solid var(--grey-2);
}

.hidden-span {
	display: none;
}

.our-mission-border {
	border-top: 1px solid var(--grey-2);
}


.mybtnlink a
{
	display: inline-block;
    color: #fff;
    background: #f00;
    border: 1px solid #f00;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 600;
}
.color-1
{
	background-color: #fffbed !important;
}
.color-2
{
	background-color: #effcff !important;
}
.color-3
{
	background-color: #f1fff9 !important;
}

/******************************************************************
********************** Utilities.css *******************************
******************************************************************/

/* button */
.btn-primary-custom {
	border: none;
	color: white;
}

.btn-secondary-custom {
	background-color: transparent;
	color: black;
}

.btn-tertiary-custom {
	background-color: transparent;
	border: none;
	color: black;
}

.btn-tertiary-custom:hover {
	color: var(--brand-2) !important;
}

/* hero */
.hero {
	gap: 0px;
	opacity: 0px;
	background: var(--linear-3);
	position: relative;
	top: 60px;
}

.hero-title {
	    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    color: #1479fb;
}

.hero-des {
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
}
.color_big_heading {
    position: relative;
    z-index: 99;
    color: #000000;
}
.color_big_heading::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: .3em;
     background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='236' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 8.3l16.8-.6L35 7.1l15-.7c2.2-.1 4.5-.3 6.8-.3l10-.2h5.5l10.3.2 15.4.6L129.5 8l15.5.8 15.4.7c9.7.4 19.4.7 29 1.3l8 .5 8.9.7 7.7.7 3.2.3 3.7.5 5.2.6 6.6 1.2.6.1a2.3 2.3 0 002.3-1.6c.2-.6.1-1.3-.2-1.9-.2-.4-.8-1-1.3-1.1l-4.2-.8-4.2-.7A403.3 403.3 0 00212 7.7a2.4 2.4 0 001-2.4c-.2-.6-.6-1.2-1-1.5l-1.1-.5a33 33 0 00-2.6-.4l-2-.3-3.8-.2L195 2l-15.5-.5-15.4-.3L156 1h-24.4L115.8.8C106.1.7 96.2.6 86.4.7H71.8c-5.2 0-10.4 0-15.6.2L45.9 1l-5.9.1-9.4.4-6.2.3c-7.4.5-14.7 1-22 1.7-.5.1-.8.3-1.1.6-.5.4-.8 1-.8 1.6 0 1.3 1 2.5 2.3 2.5' fill='%23ffd000' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 0;
    bottom: -.1em;
    z-index: -1;
}
.text-center {
	text-align: center;
}

/* border-radius */
.rounded-6 {
	border-radius: 6px;
}

.rounded-12 {
	border-radius: 12px;
}

.rounded-16 {
	border-radius: 16px;
}

.rounded-24 {
	border-radius: 24px;
}

.rounded-56 {
	border-radius: 56px;
}

/* line-height */
.lh-22 {
	line-height: 22px;
}

.lh-24 {
	line-height: 24px;
}

.lh-28 {
	line-height: 28px;
}

.lh-32 {
	line-height: 32px;
}

.lh-36 {
	line-height: 36px;
}

.lh-49 {
	line-height: 49px;
}

.lh-72 {
	line-height: 72px;
}

/* font-weight */
.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.text-xs {
	font-size: 12px;
}

/* font-size */
.title-large-font-size {
	text-align: center;
	font-size: 32px;
}

.text-justify {
	text-align: justify;
}

.title-large-font-size-bold {
	font-size: 32px;
}

.title-medium-font-size {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.heading-large-font-size {
	font-size: 52px;
}

.heading-small-font-size {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-align: left;
}

.body-large-font-size {
	font-size: 22px;
	text-align: center;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-28 {
	font-size: 28px;
}

.fs-24 {
	font-size: 24px;
}

.fs-32 {
	font-size: 32px;
}

.fs-36 {
	font-size: 36px;
}

.body-large-font-size-light {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}

.body-small-font-size {
	font-size: 14px;
}

.body-xs-font-size {
	font-size: 12px;
}

.body-medium-font-size {
	font-size: 16px;
}

/* utils */
.grid-2 {
	grid-template-columns: 1fr 1fr;
}

.btn-end {
	display: grid;
	justify-content: end;
}

.rotate-180 {
	transform: rotate(180deg);
}

.rotate-90 {
	transform: rotate(90deg);
}

.z-100 {
	position: relative;
	z-index: 99;
}

.justify-content-end {
	justify-content: end;
	display: flex;
}

.footer {
	font-family: "Montserrat";
	background-color:#001a3c;
	padding: 40px 0;
}

.footer a {
	color:#acacad;
	text-decoration: none;
}



.footer .social-icons i {
	font-size: 24px;
	margin-right: 15px;
}

.footer .line {
	border-top:1px solid #222a30;
	margin: 20px 0;
}

.footer .bottom-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list-unstyled li {
	padding: 8px 0;
}

.features-dropdown {
	right: 30em;
}

.features-dropdown,
.resources-dropdown {
	top: 3.6em;
}

.centered-placeholder {
	text-align: center;
}

/* Change the placeholder color */
.centered-placeholder::placeholder {
	color: var(--deep-black);
	font-size: 18px;
}

.shadow-box {
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 1px 2px 0px #0000004d;
}

.transition {
	transition: all 0.2s ease-out;
}

.invoice-hero {
	position: relative;
	top: 5rem;
}

.hero-footer {
	height: 23em;
}

.hero-background-svg {
	width: 150px;
	position: absolute;
	top: 2em;
}

.features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.hero-bg {
	margin-top: 4.4rem;
}

.hero-image {
	height: 8rem;
}

.hero-image img {
	top: 1rem;
}

.flip-horizontal {
	transform: scaleX(-1);
}

.quotation {
	top: 20px;
}

.quotation-flip {
	left: 70px;
	bottom: 50px;
}

.active-orange {
	border-top: 3px solid var(--orange);
}

.active-yellow {
	border-top: 3px solid var(--yellow-1);
}

.active-green {
	border-top: 3px solid var(--green-1);
}

.active-blue-2 {
	border-top: 3px solid var(--blue-2);
}

.profile-img {
	width: 80%;
}

.form-control {
	border: 1px solid #a7a7a9;
	border-radius: 10px;
	padding: 0.6rem;
}

.form-check-label {
	font-size: 14px;
}

.form-control::placeholder {
	font-size: 14px;
	color: #404045;
	line-height: 20px;
	letter-spacing: 0.25px;
}

.section-title {
	background: var(--green-4);
	font-size: 18px;
	width: fit-content;
	border-radius: 12px;
}

.post-date {
	font-size: 12px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 5px;
}

.post-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin: 5px 0;
}

.post-des {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
}

.read-more {
	border: 2px solid var(--brand-2);
	border-radius: 12px;
	align-items: center;
	font-size: 14px;
}

.privacy-border {
	border: 2px solid var(--green-1);
}

.terms-border {
	border: 2px solid var(--yellow-7);
}

.active-nav-tab {
	background-color: #ffffff;
	color: black;
	border: none;
}

.dropdown-menu {
	position: absolute;
	top: 3.5rem;
	left: -10rem;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.resources-dropdown {
	right: 15rem;
}

.dropdown-item:hover {
	background-color: #f8f9fa;
}

.bg-red {
	background-color:#df0000;
}

.bg-red:hover {
	background-color: rgb(150, 92, 92);
}

.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.period-tab {
	box-shadow: 0px 1px 3px 1px #00000026;
	background-color: white;
	box-shadow: 0px 1px 2px 0px #0000004d;
}

/******************************************************************
********************** mobile.css *******************************
******************************************************************/

@media (max-width: 768px) {
	/* You can adjust the max-width value for different screen sizes */
	.top-nav 
	{
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	}
	.tab-img {
		width: 65%;
	}

	.tab-content {
		width: 100vw;
	}

	.tab-frame {
		width: 100%;
	}

	.tab-wrapper {
		height: fit-content;
	}

	.content-card {
		width: 350px;
		top: 3rem;
		gap: 24px;
		opacity: 0px;
		line-height: 28px;
		letter-spacing: 0.25px;
	}

	.trial-bg-img {
		width: 13rem;
		right: 1rem;
		top: 0;
	}

	.trial-img {
		width: 12rem;
		margin-top: 4px;
	}

	.w-full {
		width: 100%;
	}

	.logo {
		width:120px;
	}

	.features-dropdown {
		right: 20px;
	}

	.hero {
		min-height: 35vh;
	}

	.hero-container {
		min-height: 650px;
	}

	.hero-title,
	.hero-des {
		text-align: center;
	}
	.indu-m
	{
		padding: 0px !important;
 	   padding-top: 10px !important;
	}
	.hero-title {
		font-size: 32px;
		line-height: 40px;
		text-align: left;
		width: 100%;
		margin-bottom:20px;
	}

	.hero-des {
		font-size: 16px;
		line-height: 28px;
		width: 100%;
		text-align: left;
		padding-right: 0px !important;
	}

	.fs-sm-12 {
		font-size: 12px;
	}

	.fs-sm-14 {
		font-size: 14px;
	}

	.fs-sm-16 {
		font-size: 16px;
	}

	.fs-sm-18 {
		font-size: 18px;
	}

	.fs-sm-22 {
		font-size: 22px;
	}

	.fs-sm-24 {
		font-size: 24px;
	}

	.fs-sm-28 {
		font-size: 28px;
	}

	.lh-sm-24 {
		line-height: 24px;
	}

	.lh-sm-26 {
		line-height: 26px;
	}

	.lh-sm-28 {
		line-height: 28px;
	}

	.lh-sm-32 {
		line-height: 32px;
	}

	.lh-sm-40 {
		line-height: 40px;
	}

	.lh-sm-58 {
		line-height: 58px;
	}

	.tab-navigator {
		top: 10rem;
	}

	.text-center-sm {
		text-align: center;
	}

	.features-grid {
		grid-template-columns: 1fr;
	}

	.mobile-hamburger 
	{
	    position: absolute;
	    padding: 0.5rem;
	    right: 0px;
	    top: 68px;
	    background: #fff;
	    width: 100%;
	    border-bottom: 2px solid #ddd;
	}
	.mobile-hamburger button
	{
		text-align:left;
	}

	.resources-dropdown {
		right: 3rem;
		top: 10rem;
	}

	.w-sm-100 {
		width: 100%;
	}

	.hero-background-svg {
		width: 80px;
	}
	.hero-btn
	{
		width:160px;
	}
}

.w-fit {
	width: fit-content;
}

#tab-section .tab-content {
	min-height: 70vh;
}

#resourcesDropdown .resource-item {
	padding-right: 0.5rem !important;
	width: 100%;
}

#resourcesDropdown .resource-title,
#resourcesDropdown .resource-title a {
	display: inline-block;
	width: 100%;
}

.back-to-top {
	position: fixed;
    bottom: 25px;
    right: 20px;
    padding: 10px 15px;
    background: #1479fb;
    font-size: 16px;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: none;
    transition: opacity 0.3s;
    box-shadow: 0px 2px 3px 1px #0000004d;
}

.back-to-top:hover {
	background-color: var(--grey-1);
}

.rounded-flag {
	border-radius: 50%;
}

.dropdown-flag {
	border-radius: 50%;
	margin: 2px;
}

/** Hide all hero action anchor buttons **/
.hero-bg div > a.btn-primary-custom.bg-red {
	display: none !important;
}
.contact_title
{
    font-weight: bold;
    padding-bottom: 15px;
}
.contact_title_sec
{
	position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color:#000000;
    border: 0;
    border-radius: 15px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	margin-bottom: 20px;
}
.contact_title_sec img 
{
    font-size: 1.333rem;
    margin: 4px 30px 0px 0px;
	width:40px;
}

.cta__copy {
    border-radius: 6px;
    box-shadow: 0px 8px 32px rgb(0 0 0 / 30%);
    padding: 20px 45px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.bg-cloud-server {
    background: url(../images/con-erp-bg.png) no-repeat center left -1px;
    background-size: contain;
    height: 200px !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
@media (max-width: 767px)
{
	.bg-cloud-server {
		background-image: none;
		height: auto !important;
	}
	.cta__copy 
	{
	    flex-direction: unset;
	    min-height: 240px;
	    padding: 20px;
	}
}
@media (min-width: 992px)
{
	.cta__copy {
		flex-direction: row-reverse;
		height: 220px;
	}
	.d-lg-inline-block {
    	display: inline-block !important;
	}
}
.u-text-mark {
    position: relative;
    z-index: 1;
	font-weight: bold;
    color: #1479fb;
}
.u-text-mark:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: .3em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='236' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.8 8.3l16.8-.6L35 7.1l15-.7c2.2-.1 4.5-.3 6.8-.3l10-.2h5.5l10.3.2 15.4.6L129.5 8l15.5.8 15.4.7c9.7.4 19.4.7 29 1.3l8 .5 8.9.7 7.7.7 3.2.3 3.7.5 5.2.6 6.6 1.2.6.1a2.3 2.3 0 002.3-1.6c.2-.6.1-1.3-.2-1.9-.2-.4-.8-1-1.3-1.1l-4.2-.8-4.2-.7A403.3 403.3 0 00212 7.7a2.4 2.4 0 001-2.4c-.2-.6-.6-1.2-1-1.5l-1.1-.5a33 33 0 00-2.6-.4l-2-.3-3.8-.2L195 2l-15.5-.5-15.4-.3L156 1h-24.4L115.8.8C106.1.7 96.2.6 86.4.7H71.8c-5.2 0-10.4 0-15.6.2L45.9 1l-5.9.1-9.4.4-6.2.3c-7.4.5-14.7 1-22 1.7-.5.1-.8.3-1.1.6-.5.4-.8 1-.8 1.6 0 1.3 1 2.5 2.3 2.5' fill='%23ffd000' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 0;
    bottom: -.1em;
    z-index: -1;
}
.benifit-ul
{
	list-style-type:none;
	padding:0px;
}
.benifit-ul li
{
	background: #ffffff;
    color: #3a3838;
    margin: 15px 0px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0px #0000004d;
}
.benifit-ul-1
{
	list-style-type:none;
	padding:0px;
}
.benifit-ul-1 li
{
	    background: #e3e5ff;
    color: #3a3838;
    margin: 15px 0px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0px #a4abfb;
}
.qr-work
{
	width:100%;
    min-height: 302px;
    gap: 0px;
    border-radius: 16px;
    border: 1px solid #fdfdfd;
    box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
}
.qr-work ul
{
	list-style-type:none;
	padding:0px;
}
.qr-work .card-img-top {
    width: 100%;
     border-radius:16px 16px 0px 0px;
    object-fit: cover;
}
.qr-work .card-title 
{
    font-size: 22px;
    color:#000;
    font-weight: 600;
    padding: 10px 0px;
}
.qr-work .card-body
{
	padding:20px;
}
.how-work
{
	width: 302px;
    min-height: 302px;
    padding: 20px 20px 35px 20px;
    gap: 0px;
    border-radius: 16px;
    box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
}
.how-work img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.how-work .card-title 
{
    font-size: 16px;
    color:#000;
    font-weight: 600;
}
.hw-btn
{
    background:#2c73cf;
    color: #fff;
    padding: 7px 10px;
    border-radius: 40px;
}
.bg-hw-1
{
	background:#eff6ff;
}
.bg-hw-2
{
	background:#eff6ff;
}
.bg-hw-3
{
	background:#eff6ff;
}

.bg-hw-4
{
	background:#eff6ff;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.numbers 
{
    font-weight: 500;
    font-size: 64px;
	color:#c2daf3;
}
.border-1
{
	border: 1px solid #ccc;
}
.bg-1
{
	background-color:#2c3a8c;
}
.bg-2
{
	background-color:#f6843c;
}
.bg-1-1
{
	background-color:#f1f1f1 !important;
}
.bg-2-2
{
	background-color:#fff9f5 !important;
}
.ab_ft
{
	list-style-type:none;
}
.ab_ft li
{
	margin: 10px;
    padding: 10px;
    background: #f2f5ff;
    color: #0e0e0e;
    border-radius: 15px;
}
.accordion-item1 {
    text-align: center;
    min-height: 250px;
    padding: 25px;
}
.accordion-item1 img
{
	width:100px;
	padding:10px;
}
.border-bottom-1 {
    border-bottom: 1px solid #e8e8e8;
}
.border-right-1 {
    border-right: 1px solid #e8e8e8;
}
.border-left-1 {
    border-left: 1px solid #e8e8e8;
}
.quicklinks
{
	list-style-type: none;
    margin: 0;
    padding: 0px;
}
.quicklinks li
{
	padding: 5px 0;
}
.quicklinks li a
{
    font-size: 15px;
}
.quicklinks li a:hover
{
	color:#fff;
}
@media (min-width: 768px) and (max-width: 1100px)
{
	.d_none
	{
	  display:none;
	}
	.px-3 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
   .gap-md-5 {
        gap: 1rem !important;
    }
	.gap-md-3 {
        gap: 0.5rem !important;
    }
	
}
@media (max-width: 768px) 
{
	.mobile-bottom-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #00091e;
		box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
		padding: 0.35rem 0.65rem env(safe-area-inset-bottom);
		z-index: 1050;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 0.25rem;
	}
	.mobile-bottom-item.active {
		color: #fff;
	}
	.mobile-bottom-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		color: rgba(255, 255, 255, 0.75);
		font-size: 12px;
		text-decoration: none;
		padding: 6px 3px;
		border-radius: 12px;
		transition: all 0.2s ease;
		font-family: arial;
	}
	.mobile-bottom-item img
	{
		width:20px;
	}
	.mobile-bottom-item.emphasize 
	{
		background: linear-gradient(135deg, #ff0000, #ff0000);
        color: #fff;
        box-shadow: 0 8px 16px rgba(11, 130, 96, 0.35);
        border-radius: 20px 20px 0px 0px;
	}
	.back-to-top
	{
		bottom:70px;
	}
}
.feat-title
{
	font-size: 45px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background:#daeaff;
    color: #8298ff;
    width: 80px;
    height: 80px;
    margin: 10px auto;
    line-height: 80px;
}
.indu_b
{
	    background: #e2efff;
		    padding: 15px;
}
.indu_b img
{
	    width: 80px;
    height: 80px;
    background: #1479fb;
    padding: 15px;
}
