/* ***** Global ***** */
:root {
	--lqd-color-primary: #00dd90;
	--lqd-color-gradient-start: #00cb99;
	--lqd-color-gradient-stop: #00cb99;
	--lqd-color-purple-500: #7a25ff;
	--lqd-color-blue-100: #ebf9f4;
	/* --lqd-color-blue-100: #f6f5ff; */
	--lqd-color-blue-200: rgba(177, 204, 255, 0.35);
	--lqd-color-blue-300: #00dd90;
	/* --lqd-color-blue-300: #006ce3; */
	--lqd-color-emerald-500: #49C193;
	--lqd-color-blue-500: #4D68F9;
	--lqd-color-blue-700: #1d293f;
	--lqd-color-blue-900: #000645;
	--lqd-color-green-700: #043c39;
	--lqd-color-slate-100: #edf2f6;
	--lqd-color-slate-200: #b7b9c4;
	--lqd-color-slate-300: #ebf9f4;
	--lqd-color-slate-400: rgba(0, 36, 88, 0.599);
	--lqd-color-slate-500: #e3f0ff;
	--lqd-color-slate-700: #404046;
	--lqd-color-slate-900: #24232c;
	--lqd-color-gray-100: #fafafa;
	--lqd-color-gray-500: #585858;
	--lqd-color-gray-700: #2c2c2c;
	--lqd-color-red-500: #ef4557;
	--lqd-color-green-100: #EAFBF7;
    --lqd-color-link:#00dd90;
	--lqd-badge-color: #00dd90;
	--lqd-body-texr-color: #4d4d4d;

	--lqd-container-width-md: 970px;
	--lqd-container-width-sm: 750px;
	--lqd-row-gutter-x: 30px;
	--lqd-row-gutter-y: 0;

	--lqd-body-font-family: 'Rubik', sans-serif;;
	--lqd-body-font-weight: 400;
	--lqd-body-line-height: 1.666em;
	--lqd-body-letter-spacing: 0.01em;
	--lqd-body-font-size: 15px;

	--lqd-heading-font-family: 'Rubik', Arial, Helvetica, sans-serif;
	--lqd-heading-font-weight: 700;
	--lqd-heading-line-height: 1.2em;
	--lqd-heading-letter-spacing: -0.02em;
	--lqd-heading-color: #01213a;

	--lqd-h1-font-size: 54px;
	--lqd-h1-line-height: 1.333em;
	--lqd-h2-line-height: 1.5em;
    --lqd-h3-line-height: 1.5em;
	--lqd-h2-font-size: 42px;
	--lqd-h3-font-size: 51px;
	--lqd-h4-font-weight: 500;
	--lqd-h4-font-size: 42px;
	--lqd-h5-font-weight: 500;
	--lqd-h5-font-size: 20px;
	--lqd-h6-letter-spacing: 0.1em;
	--lqd-h6-font-size: 10px;
	--lqd-h6-text-transform: uppercase;

	--lqd-cc-bc: var(--lqd-color-primary);
	--lqd-cc-bg: var(--lqd-color-primary);
	--lqd-cc-size-outer: 35px;
	--lqd-cc-size-inner: 7px;
	--lqd-cc-bw: 1px;
	--lqd-cc-br: calc(var(--lqd-cc-size-outer)/2);
	--lqd-cc-active-bc: var(--lqd-color-primary);
	--lqd-cc-active-bg: var(--lqd-color-primary);
	--lqd-cc-active-bw: 1px;
	--lqd-cc-active-circle-color: #fff;
	--lqd-cc-active-arrow-color: #fff;
	--header-gradient: linear-gradient(234deg, rgba(137, 211, 232, 1) 11%, rgba(0, 221, 144, 1) 30%, rgba(190, 218, 135, 1) 84%, rgba(252, 254, 243, 1) 100%);

	--Iconsax-Size:24px;
	--Iconsax-Color:#a5b5c3;
	/* --Iconsax-Color:url(#full-grad); */

	--lqd-tabs-nav-active-width: 220px;
	/* --lqd-tabs-nav-translate: 400px; */
}

/* /////////////////////// */
/* width */
::-webkit-scrollbar {
	width: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px white; 
	border-radius: 2px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #00dd90; 
	border-radius: 2px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #00a36a; 
  }
/* /////////////////////// */

.lqd-highlight-inner {
	height: 0.275em;
	bottom: 0.15em;
}
.lqd-imggrp-single[data-hover3d] {
	perspective: 1200px;
}

@media (min-width: 768px) and (max-width:991px) {
	.container {
		--lqd-row-gutter-x: 0;
		--lqd-row-gutter-y: 0;
	}
}

/* ***** Typography ***** */
.lqd-post-content,
.lqd-post-header .entry-excerpt {
	font-family: inherit;
	font-weight: 400;
	line-height: 2;
	font-size: 14px;
	color: #737373;
}

@media (max-width: 767px) {
	.module-title-10vw h2 {
		font-size: 10vw;
	}
	.module-title-11vw h2 {
		font-size: 11vw;
	}
}
/* ***** Main Header ***** */
.main-header .module-bottom,
.main-header .module-line {
	padding-right: 5vw;
    padding-left: 5vw;
}
.main-header .module-bottom {
	border-radius: 25px 25px 0 0;
}
.main-header .btn-sm {
	--btn-pe: 1.5em;
	--btn-ps: 1.5em;
}
.main-header .main-nav > li.is-active > a {
	color: #000000;
}
.main-header .lqd-stickybar-wrap {
	padding-bottom: 10vh;
}
.main-header .main-nav {
	--lqd-menu-items-top-padding: 3px;
	--lqd-menu-items-right-padding: 30px;
	--lqd-menu-items-bottom-padding: 3px;
	--lqd-menu-items-left-padding: 30px;
}
.main-header .lqd-stickybar-right .btn:hover .btn-icon {
	background-color: #000;
}

.is-stuck .module-bottom {
	margin: 0;
}
/* ***** Banner ***** */
.banner .btn-solid {
	--btn-pt: 0;
	--btn-pe: 1em;
	--btn-pb: 0;
	--btn-ps: 1em;
}
@media (max-width: 1199px) {
	.banner .module-title {
		padding-right: 10%;
		padding-left: 10%;
	}
}
@media (max-width: 991px) {
	.banner {
		padding-top: 60px;
	}
	.banner .module-title {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.banner .ld-fancy-heading h1 {
		font-size: 12vw;
	}
	.banner .ld-fancy-heading p {
		font-size: 16px;
	}
	.banner .module-icon-box {
		padding-top: 35px;
	}
}
/* ***** Section Navigation ***** */
.section-navigation .lqd-fancy-menu li.is-active > a {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}
/* ***** Clients ***** */
.clients-marquee .lqd-fade-sides .flickity-viewport {
	mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
@media(max-width: 767px) {
	.clients .carousel-item {
		width: 33.333%;
	}
}
/* ***** Use Cases ***** */
.use-cases .lqd-tabs-nav li a.active {
	background: #ffffff;
}
.use-cases .lqd-tabs .lqd-tabs-nav li a.active .lqd-tabs-nav-ext {
	display: block;
}
@media (max-width: 767px) {
	.use-cases .module-title {
		margin-bottom: 35px;
	}
	.use-cases .lqd-tabs-nav-wrap {
		margin-bottom: 1.5em;
		margin-right: 0em !important;
	}
	.lqd-tabs-style-13 .lqd-tabs-content {
		margin-bottom: 0;
	}
}
/* ***** Solutions ***** */
.solutions .lqd-tabs-style-2 .lqd-tabs-nav li a.active .lqd-tabs-nav-progress-inner {
	transform-origin: left;
	transform: scaleX(1);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.solutions .lqd-tabs-style-2 .lqd-tabs-nav .iconbox-icon-container {
		width: 55px;
		height: 55px;
		font-size: 23px;
	}
	.solutions .lqd-tabs-style-2 .lqd-tabs-nav .iconbox-icon-wrap {
		margin-inline-end: 20px;
	}
}
@media (max-width: 991px) {
	.solutions {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.solutions .module-content {
		margin-bottom: 35px;
	}
	.solutions .lqd-tabs-nav li {
		flex-basis: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
/* ***** Overview ***** */
.overview .carousel-container .carousel-items {
	margin-inline-start: -2%;
	margin-inline-end: -2%;
}
.overview .carousel-container .carousel-item {
	width: 66.667%;
	flex-basis: 66.667%;
	padding-inline-start: 2%;
	padding-inline-end: 2%;
}
@media (max-width: 767px) {
	.overview .carousel-container .carousel-item {
		width: 86.956%;
		flex-basis: 86.956%;
	}
}
/* ***** Text Image Box ***** */
@media (min-width: 992px) {
	.text-image-box .lqd-imggrp-single[data-hover3d] .lqd-imggrp-img-container {
		transform-style: preserve-3d;
	}
}
@media (max-width: 991px) {
	.text-image-box {
		padding-top: 80px;
	}
	.text-image-box .module-content {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.text-image-box {
		padding-top: 60px;
		padding-bottom: 15px;
	}
}
/* ***** Icon Box ***** */
.icon-box .lqd-iconbox-scale:hover {
	transform: scale(1.1);
}

.icon-box .iconbox-side .iconbox-icon-wrap {
	margin-inline-end: 40px;
}

.icon-box .iconbox-side .iconbox-icon-container {
	box-shadow: 0 20px 55px 0 rgba(185, 208, 250, 0.29);
}

.icon-box .iconbox-side .iconbox-icon-container svg {
	/* width: 50px; */
	--Iconsax-Size: 37px;
	--Iconsax-Color: url(#icn-grad-1);
	/* height: 1em; */
}

.icon-box .lqd-iconbox-scale:hover .iconbox-heading-arrow-onhover h3 svg {
	opacity: 1;
	transform: translateX(.5em);
}

@media(max-width: 1199px) {
	.icon-box {
		padding-top: 50px;
	}
}

@media(max-width: 991px) {
	.icon-box .lqd-iconbox-scale {
		width: 47%;
	}
}

@media(max-width: 767px) {
	.icon-box .lqd-iconbox-scale {
		margin-bottom: 35px;
		width: 100%;
	}
}

/* ***** Testimonials ***** */
.testimonials .star-rating {
	font-family: 'Rubik', Helvetica, sans-serif;
}

.testimonials .carousel-dots {
	top: auto;
	right: auto;
	bottom: -65px;
	left: auto;
}

.testimonials .carousel-dots:not(.carousel-dots-inside) {
	position: relative;
}

[data-elementor-device-mode*=tablet] .testimonials .carousel-dots-mobile,
[data-elementor-device-mode*=mobile] .testimonials .carousel-dots-mobile {
	display: none;
}

.testimonials .module-shape-1 {
	left: 13%;
}

.testimonials .module-shape-2 {
	right: 23%;
}

@media (max-width: 1199px) {
	.testimonials {
		padding-right: 20px;
		padding-left: 20px;
	}

	.testimonials .carousel-item {
		padding-right: 15px;
		padding-left: 15px;
	}

	.testimonials .module-shape-2 {
		top: 14%;
	}

	.testimonials .module-shape-1 {
		left: 3%;
	}

	.testimonials .module-shape-2 {
		right: 8%;
	}
}

@media (max-width: 767px) {
	.testimonials .col-12:first-child {
		margin-bottom: 40px;
	}

	.testimonials .carousel-item {
		padding: 0;
	}

	.testimonials .module-shape-2 {
		top: 4%;
	}
}

/* ***** Pricing ***** */

.pricing .lqd-tabs-nav {
	--icon-size: 1em;
}

.pricing .lqd-tabs-nav li:first-child a {
	border-radius: 50em 0 0 50em;
}

.pricing .lqd-tabs-nav li:last-child a {
	border-radius: 0 50em 50em 0;
}

/* .pricing .lqd-tabs .lqd-tabs-nav li a.active {
	background-color: #FFFFFF;
	color: #002A40;
	border-color: #FFFFFF;
} */
.pricing .lqd-tabs .lqd-tabs-nav li a.active {
    background-color: #FFFFFF;
    color: var(--lqd-color-primary);
    border-color: var(--lqd-color-primary);
}

.pricing .module-shape {
	--float-animate-to: 16%;
	--float-animation-ease: ease;
}

.pricing .icon-list-item {
	--e-icon-list-icon-size: 15px;
	--e-icon-list-icon-align: center;
	--e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);
}

.pricing .btn-underlined.text-green-900:before {
	background: var(--lqd-color-green-900);
}

.pricing .btn-underlined.text-blue-500:before {
	background: var(--lqd-color-blue-500);
}

.pricing .btn-underlined.text-red-900:before {
	background: var(--lqd-color-red-900);
}

.pricing .module-shape {
	right: -100px;
}

.pricing .module-shape-off {
	right: -30px;
}

@media (max-width: 1199px) {
	.pricing {
		padding-top: 90px;
	}

	.pricing .lqd-tabs {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.pricing .module-flex {
		padding-top: 10px;
	}
}

@media screen and (max-width: 575px) {
	.pricing .lqd-tabs-nav li {
		margin-bottom: 3px;
	}

	.pricing .lqd-tabs-nav li:first-child a,
	.pricing .lqd-tabs-nav li:last-child a {
		border-radius: 50em;
	}
}

/* ***** Need Help ***** */
.need-help .btn-icon-circle .btn-icon:before {
	border-color: #0000003B;
}

@media (max-width: 1199px) {
	.need-help .module-gap {
		gap: 20px;
	}
}


/* .pricing .lqd-tabs-nav li a.active {
	color: #000;
}
.pricing .lqd-tabs-nav a:after {
	background: rgb(12, 50, 83);
}
.pricing .lqd-tabs-nav li a.active:before {
	opacity: 1;
	transform: scale(1);
}
.pricing .lqd-pt:hover {
	transform: translateY(-5px);
}
@media (max-width: 575px) {
	.pricing .lqd-tabs-style-10 .lqd-tabs-nav li {
		width: auto;
	}
	.pricing .lqd-tabs-style-10 .lqd-tabs-nav li:first-child {
		margin-bottom: 0;
	}
	.pricing .lqd-tabs-style-10 .lqd-tabs-nav li .lqd-tabs-nav-txt {
		padding-inline-end: 1em;
	}
	.pricing .lqd-tabs-style-10 .lqd-tabs-nav li a:after {
		order: unset;
	}
	.pricing .lqd-tabs-style-10 .lqd-tabs-nav a:before {
		width: 30px;
		height: 30px;
		top: 3px;
	}
	.pricing .lqd-tabs-style-10 .lqd-tabs-nav li:first-child a:before {
		right: 3px;
		left: auto;
	}
	.pricing .lqd-tabs-style-10 .lqd-tabs-nav li:last-child a:before {
		right: auto;
		left: 3px;
	}
	.pricing .lqd-tabs-style-10 .lqd-tabs-nav li:first-child a:after {
		border-radius: 50em 0 0 50em;
	}
}
@media (max-width: 991px) {
	.pricing {
		padding-top: 80px;
		padding-bottom: 25px;
	}
	.pricing .lqd-pt-body,
	.pricing .lqd-pt-head {
		padding-right: 3rem;
		padding-left: 3rem;
	}
} */
/* ***** Subscribe ***** */
@media (max-width: 991px) {
	.subscribe .module-col {
		padding-right: 15px;
		padding-left: 15px;
	}
	.subscribe .btn > span {
		padding: 0.6em 1.2em;
	}
}
/* ***** Help ***** */
@media (max-width: 575px) {
	.help .accordion-title a {
		padding-inline-end: 50px;
	}
}
/* ***** Download ***** */
@media (max-width: 991px) {
	.download .module-col {
		padding-right: 15px;
		padding-left: 15px;
	}
	.download .ld-fancy-heading h2 {
		margin-bottom: 0.5em;
	}
	.download .btn-lg {
		padding: 1.15em 2.5em;
	}
}



/* from start-hub-1 */
/* ***** Features ***** */
.features .lqd-tabs-nav>li>a,
.features .lqd-tabs-nav .h3,
.features .lqd-tabs-nav>li>a .lqd-tabs-nav-txt {
	font-family: var(--lqd-h1-font-family);
	font-size: 26px;
	line-height: 1.14em;
	padding-bottom: 4px;
}

.features .lqd-tabs-nav>li>a.active {
	box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.08);
    padding: 5px 20px 10px 20px;
}

.features .lqd-tabs-nav>li>a.active span {
    color: inherit;
}

.features .lqd-tabs-nav>li .lqd-tabs-nav-txt::before {
	background-color: transparent;
	/* background-image: linear-gradient(234deg, rgba(137,211,232,1) 11%, rgba(0,221,144,1) 30%, rgba(190,218,135,1) 84%, rgba(252,254,243,1) 100%); */
}

.features .lqd-tabs .lqd-tabs-nav>li .lqd-tabs-nav-txt span {
	background-color: #A5B5C3;
}

.features .lqd-tabs-nav a.project.active .lqd-tabs-nav-txt:before {
	opacity: 1;
	--Iconsax-Color:url(#full-grad);
    background: #1EDA65;
}

.features .lqd-tabs-nav a.tasks.active .lqd-tabs-nav-txt:before {
	opacity: 1;
	--Iconsax-Color:url(#full-grad);
    background: #FF613B;
}
.features .lqd-tabs-nav a.crm.active .lqd-tabs-nav-txt:before {
	opacity: 1;
	--Iconsax-Color:url(#full-grad);
    background: #2C80FF;
}
.features .lqd-tabs-nav a.hr.active .lqd-tabs-nav-txt:before {
	opacity: 1;
	--Iconsax-Color:url(#full-grad);
    background: #7754F6;
}
.features .lqd-tabs-nav a.finance.active .lqd-tabs-nav-txt:before {
	opacity: 1;
	--Iconsax-Color:url(#full-grad);
    background: #FFA61B;
}
.features .lqd-tabs-nav a.contract.active .lqd-tabs-nav-txt:before {
	opacity: 1;
	--Iconsax-Color:url(#full-grad);
    background: #F6528F;
}

.features .lqd-tabs-nav a i {
	--Iconsax-Size:32px;
}

.features .lqd-tabs-nav a.active i {
	--Iconsax-Color:url(#full-grad);
	margin-bottom: 10px;
}

.features .lqd-slsh-item .ld-slideelement-hidden-inner,
.features .lqd-tabs-nav a.active .lqd-tabs-nav-txt span {
	opacity: 0;
}

.features .lqd-tabs-nav a.active~.lqd-tabs-nav-ext {
	opacity: 1;
	transform: translateX(var(--lqd-tabs-nav-translate, 0));
}

.features .module-section {
	min-height: 510px;
}

.features .lqd-tabs-content .container {
	max-width: 980px;
}

.features .btn-solid {
	--icon-mt: 0;
	--icon-me: 0;
	--icon-mb: 0;
	--icon-ms: 40px;
}

.features .btn-icon-right:hover {
	color: #FFFFFF;
	background-color: #00dd90;
}

.features .module-btn-xs:hover {
	background-color: var(--lqd-color-blue-700);
	color: #ffffff;
}

@media (max-width: 1199px) {
	.features {
		padding: 40px 14px 0 14px;
	}

	.features .module-section {
		padding-right: 25px;
		padding-left: 25px;
	}

	.features .ld-fancy-heading h2 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.features {
		padding: 40px 6px 0 6px;
	}

	.features .lqd-tabs {
		padding-bottom: 40px;
	}
}
/*************************************************/


/* from start-hub-4 */
/* ***** Digital Solution ***** */
.digital-solution .ld-fancy-heading .txt-rotate-keywords {
	--visible-words: 7;
	color: #d0d2e2;
}

.digital-solution .ld-fancy-heading .txt-rotate-keywords-inner {
	--lqd-color-start: #84F0B2;
	--lqd-color-stop: #5F91A7;
}

@media (max-width: 767px) {
	.digital-solution .module-content {
		padding: 50px 30px;
	}

	.digital-solution .module-shape {
		top: -42%;
	}

	.digital-solution .module-shape {
		left: -50%;
	}

	.digital-solution .lqd-lottie {
		width: 100vw;
	}

	.digital-solution .module-title h2 {
		font-size: 10vw;
		margin: 0 0 0.25em 0;
	}

	.digital-solution .ld-fancy-heading p {
		margin-bottom: 1em;
	}

	.digital-solution .module-text-rotate h2 {
		font-size: 10vw;
	}
}


/* from start-hub-3 */
/* ***** Payments ***** */
.payments .iconbox:last-child .iconbox-icon-wrap:before {
	height: 0;
}

.payments .module-icon-1 {
	left: -7px;
}

.payments .module-icon-2 {
	left: 229px;
}

.payments .module-icon-3 {
	left: 36px;
}

.payments .module-icon-4 {
	left: 411px;
}

.payments .module-icon-5 {
	left: 180px;
}

.payments .module-icon-6 {
	left: 351px;
}

.payments .lqd-imggrp-single[data-float] {
	--float-animate-from: 0;
	--float-animate-to: 1%;
	--float-animation-ease: ease-in-out;
}

.payments .iconbox-circle:hover .iconbox-icon-container {
	color: #F2FDFF;
	background-color: #00dd90;
}

@media (max-width: 1199px) {
	.payments {
		padding: 50px 40px;
	}
}

@media (max-width: 767px) {
	.payments {
		padding: 40px 20px;
	}
}


/* ***** Main Footer ***** */
.main-footer .module-bg {
	background-position: 50% 100px;
}

.main-footer .module-icon-bg-1,
.main-footer .module-icon-bg-5 {
	background-color: rgba(112, 112, 112, 0.2);
}

.main-footer .module-icon-bg-2,
.main-footer .module-icon-bg-4 {
	background-color: rgba(112, 112, 112, 0.5);
}

.main-footer .module-icon-bg-3 {
	background-color: #707070;
}

@media (max-width: 1199px) {
	.main-footer .module-bg {
		padding: 70px 40px 50px 40px;
	}

	.main-footer .footer-info {
		padding-top: 20px;
	}

	.footer-content .module-last {
		margin-top: 50px;
	}

	.footer-menu .module-last {
		margin-top: 30px;
	}

	.footer-info .module-social,
	.footer-info .module-copyright {
		padding: 10px 0;
	}
}

@media (max-width: 767px) {
	.main-footer .module-bg {
		padding: 40px 20px;
	}

	.footer-menu .module-third,
	.footer-menu .module-last {
		margin-top: 20px;
	}
}

.gradient-word, .ld-gradient-heading {
    /* padding-bottom: 12px; */
}

.main-header.is-stuck .module-bottom{
	border-radius: unset;

}
/* .lqd-tabs-pane figure {
	opacity: 0;
	transition: opacity 4s ease-in;
}
.lqd-tabs-pane.active figure {
	opacity: 1;
} */




.main-nav>li>a {
	padding: 0px 20px 0px 20px;
	/* padding: var(--lqd-menu-items-top-padding, 10px) var(--lqd-menu-items-right-padding, 15px) var(--lqd-menu-items-bottom-padding, 10px) var(--lqd-menu-items-left-padding, 15px); */
}

.lqd-tabs-style-14 .lqd-tabs-nav>li>a{
	/* padding: 0.4em 1em; */
}

.lqd-tabs-style-13 {
    --tab-nav-width: 32%;
}

.lqd-tabs-style-13 .lqd-tabs-nav a {
    /* padding: 1em 1.5em; */
    border-radius: 14px;
    /* color: #000; */
}

.dbl-border{
    border: 1px solid rgb(48 60 56 / 10%);
    /* outline: 2px solid #00dd90; */
}

.bg-grad-green{
    background-image: linear-gradient(218deg,#74f1c51f,#f8fdff);
}

.card-grad-1{
	/* background-image: linear-gradient(143.39deg, #f0fdfd7d 4.61%, #bbf1e054 106.61%); */
	/* border: 1px solid #e7ece9; */
	border: 1px solid rgb(255 151 151 / 26%);
	background-image: linear-gradient(234deg, #e8898914 11%, rgb(221 0 0 / 1%) 30%, rgb(218 135 135 / 10%) 84%, rgb(254 243 243 / 2%) 100%);
}
.card-grad-2{
	border: 1px solid rgba(63, 219, 228, 26%);
	background-image: linear-gradient(234deg, #89e3e81f 11%, rgb(0 137 221 / 1%) 30%, rgb(135 218 202 / 14%) 84%, rgb(243 253 254 / 2%) 100%)
}
.card-grad-3{
	border: 1px solid rgb(0 211 138 / 26%);
	background-image: linear-gradient(234deg, #89e8911f 11%, rgb(0 221 19 / 1%) 30%, rgb(135 218 173 / 14%) 84%, rgb(243 254 244 / 2%) 100%);
}
.card-grad-4{
	border: 1px solid rgba(230, 137, 232, 0.26);
	background-image: linear-gradient(234deg, rgba(231, 137, 232, 8%) 11%, rgb(220 0 221 / 1%) 30%, rgb(208 135 218 / 10%) 84%, rgb(254 243 253 / 2%) 100%);
}

.carousel-dots-style4 .dot.is-selected {
    background-color: #00dd90;
}
.carousel-dots-style4 .dot {
    background-color: rgba(0, 221, 144, 0.26);
}

.iconbox-inline h3 {
    /* display: inline-flex; */
    /* justify-content: inherit; */
    /* align-items: center; */
    flex: unset !important;
    /* margin-bottom: 0; */
}

.slideList li{
	margin-bottom: 10px;
}

.slideList li i.iconsax {
	/* width: 50px; */
	padding: 8px 8px 10px 4px !important;
	margin-left: 10px !important;
	background: white;
	border-radius: 10px !important;
	/* height: 1em; */
}

.slideList svg {
	width: 18px;
}

#partners-logos .carousel-nav-shaped .carousel-item-content img{
	height: 100px !important;
	width: 100px;
	padding: 15px;
	margin: auto;
}

.main-header .submenu-expander:before {
	content: '\ea2f';
	display: inline-flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	font: normal 1em/1 'lqd-essentials';
}

.btn-hover-reveal {
    --icon-move: 0px;
    --icon-ms: 0px;
    --icon-me: 0px;
    --txt-move: calc(var(--icon-move)) !important;
}