@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
	font-family: "Better-Yesterday";
	font-weight: "normal";
	font-style: "normal";
	font-display: swap;
	src: url("../fonts/Better-Yesterday.eot");
	src: url("../fonts/Better-Yesterday.eot?#iefix") format("embedded-opentype"), url("../fonts/Better-Yesterday.woff") format("woff"), url("../fonts/Better-Yesterday.ttf") format("truetype"),
		url("../fonts/Better-Yesterday.svg#Better-Yesterday") format("svg");
}
@font-face {
	font-family: "DMSans-Light";
	font-weight: "normal";
	font-style: "normal";
	font-display: swap;
	src: url("../fonts/DMSans-Light.eot");
	src: url("../fonts/DMSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Light.woff") format("woff"), url("../fonts/DMSans-Light.ttf") format("truetype"), url("../fonts/DMSans-Light.svg#DMSans-Light") format("svg");
}
@font-face {
	font-family: "DMSans-Regular";
	font-weight: "normal";
	font-style: "normal";
	font-display: swap;
	src: url("../fonts/DMSans-Regular.eot");
	src: url("../fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Regular.woff") format("woff"), url("../fonts/DMSans-Regular.ttf") format("truetype"),
		url("../fonts/DMSans-Regular.svg#DMSans-Regular") format("svg");
}
@font-face {
	font-family: "DMSans-Medium";
	font-weight: "normal";
	font-style: "normal";
	font-display: swap;
	src: url("../fonts/DMSans-Medium.eot");
	src: url("../fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Medium.woff") format("woff"), url("../fonts/DMSans-Medium.ttf") format("truetype"),
		url("../fonts/DMSans-Medium.svg#DMSans-Medium") format("svg");
}
@font-face {
	font-family: "DMSans-SemiBold";
	font-weight: "normal";
	font-style: "normal";
	font-display: swap;
	src: url("../fonts/DMSans-SemiBold.eot");
	src: url("../fonts/DMSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-SemiBold.woff") format("woff"), url("../fonts/DMSans-SemiBold.ttf") format("truetype"),
		url("../fonts/DMSans-SemiBold.svg#DMSans-SemiBold") format("svg");
}
@font-face {
	font-family: "DMSans-Bold";
	font-weight: "normal";
	font-style: "normal";
	font-display: swap;
	src: url("../fonts/DMSans-Bold.eot");
	src: url("../fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Bold.woff") format("woff"), url("../fonts/DMSans-Bold.ttf") format("truetype"), url("../fonts/DMSans-Bold.svg#DMSans-Bold") format("svg");
}
@font-face {
	font-family: "DMSans-Black";
	font-weight: "normal";
	font-style: "normal";
	font-display: swap;
	src: url("../fonts/DMSans-Black.eot");
	src: url("../fonts/DMSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Black.woff") format("woff"), url("../fonts/DMSans-Black.ttf") format("truetype"), url("../fonts/DMSans-Black.svg#DMSans-Black") format("svg");
}
html {
	height: 100%;
}
body {
	font-size: 16px;
	font-family: "DMSans-Regular";
	color: #fff;
	min-height: 100%;
	position: relative;
	background-color: #140508;
}
@media (max-width: 575.98px) {
	body {
		font-size: 14px;
	}
}
#scrollBtn {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 46px;
	height: 46px;
	background-color: #d9d9d9;
	color: #25314c;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s;
	z-index: 999;
	font-size: 16px;
	transform: rotate(180deg);
	align-items: center;
	justify-content: center;
}
#scrollBtn:hover {
	background-color: #fff;
}
@media (max-width: 767.98px) {
	#scrollBtn {
		bottom: 15px;
		right: 15px;
		width: 38px;
		height: 38px;
		font-size: 14px;
	}
}
a,
.btn {
	text-decoration: none;
	transition: all 0.5s;
}
a:hover,
.btn:hover {
	text-decoration: none;
}
:focus {
	outline: 0 !important;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #e3e3e3;
	border-radius: 30px;
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	background-color: #000;
	border-radius: 30px;
}
.container-1760 {
	max-width: 1784px !important;
}
.container-sm {
	max-width: 1360px !important;
}
@media (max-width: 1399.98px) {
	.container {
		max-width: 1300px;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1518px;
	}
}
.swiper-button {
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
	background-color: #fff;
}
.swiper-button em {
	color: #000;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	display: none !important;
}
.swiper-button-prev {
	left: -30px !important;
}
.swiper-button-next {
	right: -30px !important;
}
@media (max-width: 1399.98px) {
	.swiper-button {
		height: 40px !important;
		width: 40px !important;
	}
	.swiper-button-prev {
		left: 0px !important;
	}
	.swiper-button-next {
		right: 0px !important;
	}
}
@media (max-width: 575.98px) {
	.swiper-button {
		height: 30px !important;
		width: 30px !important;
	}
}
.bgGrediantSection {
	position: relative;
	z-index: 1;
}
.bgGrediantSection:after {
	content: "";
	width: calc(100% - 200px);
	height: 340px;
	background-image: linear-gradient(to bottom, #FE3460, rgba(255, 255, 255, 0));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	top: calc(50% + 70px);
	z-index: -1;
	border-radius: 300px;
	filter: blur(60px);
	opacity: 0.55;
}
.bgGrediantSection-sm:after {
	width: calc(100% + 100px);
	top: 50%;
}
.commonBorder {
	position: relative;
	z-index: 1;
	border: 2px solid transparent;
	border-image-slice: 1;
	border-radius: 30px;
	background-color:rgba(254, 50, 98, 0.2);

}
.commonBorder:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 30px;
	padding: 2px;
	background: linear-gradient(to right, #dc3545 0%, rgba(172, 103, 250, 0) 50%, #dc3545  100%);
	-webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}
.freeTrialBanner {
	min-height: 900px;
	display: flex;
	align-items: center;
	padding-top: 200px !important;
	background-color: #210800;
	border-radius: 0 0 40px 40px;
	overflow: hidden;
}
.freeTrialBanner h1 {
	font-size: 68px;
	font-family: "DMSans-Bold";
	color: #fff;
	margin-bottom: 30px;
}
.freeTrialBanner h1 span {
	color: #FE3262;
}
.freeTrialBanner p {
	font-size: 22px;
	line-height: normal;
	margin-bottom: 30px;
}
.freeTrialBanner p + p {
	font-size: 18px;
	font-family: "DMSans-Light";
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 50px;
}
.freeTrialBanner_form {
	background-color: #fff;
	border-radius: 20px;
	padding: 35px;
	display: none;
}
.freeTrialBanner_form h3 {
	font-size: 22px;
	font-family: "DMSans-Bold";
	color: #000;
	margin-bottom: 0;
}
.freeTrialBanner_form p {
	font-size: 22px;
	font-family: "DMSans-Regular";
	color: #000;
	margin-bottom: 30px;
}
.freeTrialBanner_form-last h2 {
	font-size: 32px;
	font-family: "DMSans-Bold";
	color: #411d66;
	margin-bottom: 20px;
}
.freeTrialBanner_form-last .subTitle1 {
	padding-bottom: 25px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	font-size: 18px;
	font-family: "DMSans-Regular";
	color: #464646;
	margin-bottom: 25px;
}
.freeTrialBanner_form-last .subTitle2 {
	font-size: 18px;
	font-family: "DMSans-SemiBold";
	color: #000;
	margin-bottom: 0;
}
.freeTrialBanner_form-last .subTitle3 {
	font-size: 18px;
	font-family: "DMSans-Regular";
	color: #000;
	margin-bottom: 0;
}
.freeTrialBanner_form.active {
	display: block;
}
@media (max-width: 1599px) {
	.freeTrialBanner {
		min-height: auto;
		padding-top: 150px !important;
	}
	.freeTrialBanner h1 {
		font-size: 55px;
	}
}
@media (max-width: 1199.98px) {
	.freeTrialBanner h1 {
		font-size: 45px;
	}
	.freeTrialBanner_form {
		padding: 25px;
	}
	.freeTrialBanner_form-last h2 {
		font-size: 26px;
	}
	.freeTrialBanner_form-last .subTitle1,
	.freeTrialBanner_form-last .subTitle2,
	.freeTrialBanner_form-last .subTitle3 {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.freeTrialBanner {
		padding-top: 100px !important;
	}
	.freeTrialBanner h1 {
		font-size: 32px;
	}
	.freeTrialBanner p {
		font-size: 18px;
	}
	.freeTrialBanner p + p {
		font-size: 16px;
	}
}
.iconBtn {
	height: 45px;
	padding: 0px 14px 0px 5px !important;
	min-width: 150px;
}
.iconBtn span {
	display: block;
	height: 35px;
	width: 35px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000d49;
	border-radius: 50%;
	margin-right: 7px;
}
.iconBtn span em {
	margin: 0;
	    color: black !important;
}
.fixedMenu {
	position: fixed;
	top: 250px;
	right: 0;
	width: 55px;
	background-color: #fff;
	border-radius: 10px 0 0 10px;
	z-index: 999;
}
.fixedMenu .dropstart {
	width: 100%;
}
.fixedMenu .dropstart .btn {
	width: 100%;
	padding: 6px !important;
}
.fixedMenu .dropstart .dropdown-toggle {
	justify-content: center;
}
.fixedMenu .dropstart .dropdown-toggle em {
	font-size: 24px;
	color: #737373;
	margin-left: 0 !important;
}
.fixedMenu .dropstart .dropdown-toggle:before {
	display: none;
}
.fixedMenu .dropstart .dropdown-menu {
	width: auto;
	height: auto;
	background-color: #edebff;
	border-radius: 26px;
	padding: 0;
}
.fixedMenu .dropstart .dropdown-menu p {
	margin: 15px 15px 0 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-family: "DMSans-Regular";
	color: #000;
	white-space: nowrap;
}
.fixedMenu .dropstart .dropdown-menu .cnt {
	padding: 24px;
}
.fixedMenu .dropstart .dropdown-menu .cnt em {
	font-size: 52px;
}
.fixedMenu_ul {
	position: relative;
}
.fixedMenu_ul:after {
	position: absolute;
	content: "";
	width: 17px;
	height: 24px;
	background-image: url("../images/common/bottom-shape.png");
	background-size: 100%;
	background-repeat: no-repeat;
	bottom: -23px;
	right: 0;
	z-index: 999;
}
.fixedMenu_ul:before {
	position: absolute;
	content: "";
	width: 17px;
	height: 24px;
	background-image: url("../images/common/top-shape.png");
	background-size: 100%;
	background-repeat: no-repeat;
	top: -23px;
	right: 0;
	z-index: 999;
}
.learnMoreBtn {
	min-width: 130px !important;
	color: #FE3262 !important;
	border: 1px solid rgba(106, 55, 227, 0.3) !important;
	filter: drop-shadow(1px 1px 1px rgba(106, 55, 227, 0.3)) !important;
}
.customBadge {
	background-color: #fe3262;
	text-transform: uppercase;
	padding: 7px 20px;
	font-size: 14px;
	font-family: "DMSans-SemiBold";
	border-radius: 60px;
	display: inline-block;
}
.support-container {
	position: relative;
	display: flex;
	align-items: center;
}
.support-tooltip {
	background-color: white;
	color: #000;
	padding: 12px 20px;
	border-radius: 10px;
	font-family: "DMSans-Regular" !important;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 70px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	white-space: nowrap;
}
.support-tooltip::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	border-width: 10px 0 10px 15px;
	border-style: solid;
	border-color: transparent transparent transparent white;
}
.support-icons {
	background-color: white;
	border-radius: 20px;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}
.icon-wrapper {
	position: relative;
}
.icon-wrapper:hover .support-tooltip {
	opacity: 1;
	visibility: visible;
}
.icon-container {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.icon-divider {
	width: 80%;
	height: 1px;
	background-color: #ddd;
	margin: 5px 0;
}
.sales-support .icon-container a {
	color: #737373;
}
.sales-support .icon-container {
	font-size: 24px;
}
.sales-support .icon-container:hover a {
	color: #29010B;
}
.general-support .icon-container {
	background-color: #6c757d;
	color: white;
}
.settings-icon {
	background-color: #6c757d;
	color: white;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.sales-support .settings-icon {
	background-color: #5a2d82;
}
.wpcf7-form.sent p {
	margin-bottom: 0 !important;
}
.wpcf7-response-output {
	border: 0 !important;
	color: #33b400 !important;
	margin-top: 0 !important;
}
@media (max-width: 767.98px) {
	.fixedMenu {
		top: 170px;
		width: 45px;
	}
	.icon-container {
		width: 32px;
		height: 32px;
	}
	.sales-support .icon-container {
		font-size: 20px;
	}
	.support-icons {
		padding: 9px 6px;
	}
	.support-tooltip {
		font-size: 15px;
		padding: 10px 15px;
		right: 50px;
	}
}
.tabPane {
	display: none;
	margin-top: 20px;
}
.tabPane.active {
	display: block;
}
.collapseCareers {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.collapseCareers h3 {
	font-size: 18px;
	font-family: "DMSans-Bold";
}
.collapseCareers h4 {
	font-size: 16px;
	font-family: "DMSans-Medium";
}
.collapseCareers p {
	font-size: 14px;
	font-family: "DMSans-Regular";
}
.collapseCareers ul li {
	font-size: 14px;
	font-family: "DMSans-Regular";
}
.grecaptcha-badge {
	bottom: 90px !important;
	z-index: 999 !important;
}
.mobileBottomBar {
	gap: 15px;
	padding-bottom: 60px;
}
.mobileBottomBar a {
	width: 50%;
}
.mb-84 {
	margin-bottom: 84px;
}
@media (max-width: 1199.98px) {
	.mb-84 {
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.mb-84 {
		margin-bottom: 20px;
	}
}
.sitemapCard {
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.04);
	border-radius: 24px;
}
.sitemapCard_title {
	font-size: 20px;
	font-family: "DMSans-SemiBold";
	color: #ffffff;
	margin-bottom: 10px;
}
.sitemapCard_list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.sitemapCard_list li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 15px;
}
.sitemapCard_list li:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 50%;
	left: 0;
	top: 10px;
}
.sitemapCard_list li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}
.sitemapCard_list li a:hover {
	text-decoration: underline;
}
@media (max-width: 767.98px) {
	.sitemapCard {
		padding: 20px;
	}
	.sitemapCard_title {
		font-size: 18px;
	}
	.sitemapCard_list li {
		font-size: 14px;
	}
}
.otp-container {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.otp-input {
	height: 60px !important;
	font-size: 24px;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 8px;
}
.otp-input.form-control {
	max-width: 80px !important;
}
.otp-input:focus {
	border-color: #4f46e5;
	outline: none;
}
.bannerSec {
	background-image: url("../images/homepage/banner-bg.png");
	background-size: cover;
	min-height: 800px;
	max-height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bannerSec_cnt h1 {
	font-size: 82px;
	font-family: "DMSans-Medium";
	color: #FFF;
	line-height: 1;
	letter-spacing: -5px;
	margin-bottom: 30px;
}
.bannerSec_cnt p {
	font-size: 20px;
	font-family: "DMSans-Regular";
	color: #fff;
	margin-bottom: 30px;
	line-height: normal;
}
.bannerSec .swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.bannerSec .swiper-slide.swiper-slide-prev,
.bannerSec .swiper-slide.swiper-slide-next {
	opacity: 0 !important;
}
.bannerSec .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}
@media (max-width: 1399.98px) {
	.bannerSec_cnt h1 {
		font-size: 65px;
	}
	.bannerSec .swiper-slide img {
		max-width: 500px;
		margin: 0 auto;
		display: block;
	}
}
@media (max-width: 1199.98px) {
	.bannerSec {
		min-height: 560px;
	}
	.bannerSec_cnt {
		padding-top: 50px;
	}
	.bannerSec_cnt h1 {
		font-size: 48px;
		letter-spacing: -1px;
	}
	.bannerSec .swiper-slide {
		padding-top: 50px;
	}
}
@media (max-width: 991.98px) {
	.bannerSec {
		min-height: 560px;
	}
	.bannerSec_cnt {
		padding-top: 50px;
	}
	.bannerSec_cnt h1 {
		font-size: 34px;
		letter-spacing: -1px;
		margin-bottom: 15px;
	}
	.bannerSec_cnt p {
		font-size: 18px;
	}
	.bannerSec .swiper-slide {
		padding-top: 70px;
	}
}
@media (max-width: 767.98px) {
	.bannerSec {
		max-height: 100%;
		padding-top: 70px;
	}
	.bannerSec_cnt {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.bannerSec_cnt h1 {
		font-size: 28px;
	}
	.bannerSec_cnt p {
		font-size: 16px;
	}
	.bannerSec_cnt .btn {
		padding: 5px 20px;
		font-size: 16px;
	}
	.bannerSec .swiper-slide {
		padding-top: 30px;
	}
}
.trustedSec .commonHead_title {
	letter-spacing: -0.06em !important;
}
.trustedSec .trustedSwiper {
	border-radius: 30px;
}
.trustedSec .trustedSwiper .swiper-slide {
	background-color: #210800;
	border-radius: 30px;
}
.trustedSec .trustedSwiper_left {
	padding: 20px 20px 20px 80px;
}
.trustedSec .trustedSwiper_left h3 {
	font-size: 40px;
	font-family: "DMSans-Bold";
	margin-bottom: 20px;
	line-height: 1.3;
}
.trustedSec .trustedSwiper_left p {
	font-size: 22px;
	font-family: "DMSans-Regular";
	margin-bottom: 40px;
}
.trustedSec .trustedSwiper_right {
	padding: 24px;
	display: flex;
	justify-content: flex-end;
}
.trustedSec .trustedSwiper_right img {
	border-radius: 26px;
	margin-left: auto;
	max-width: 100%;
}
.trustedSec .trustedSwiper .swiper-button-prev,
.trustedSec .trustedSwiper .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background-color: #fff;
	color: white;
	border-radius: 50%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.trustedSec .trustedSwiper .swiper-button-prev {
	left: -30px;
}
.trustedSec .trustedSwiper .swiper-button-next {
	right: -30px;
}
@media (max-width: 1399.98px) {
	.trustedSec .trustedSwiper_left h3 {
		font-size: 32px;
	}
	.trustedSec .trustedSwiper_left p {
		font-size: 18px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767.98px) {
	.trustedSec .trustedSwiper_left {
		text-align: center;
		padding: 20px;
	}
}
@media (max-width: 575.98px) {
	.trustedSec .trustedSwiper_left {
		padding-top: 0 !important;
	}
	.trustedSec .trustedSwiper_left h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.trustedSec .trustedSwiper_left p {
		font-size: 16px;
		margin-bottom: 15px;
	}
}
.solutionHome .solutionHomeCard {
	position: relative;
	z-index: 1;
	border: 2px solid #A10C2C !important;
	border-image-slice: 1;
	border-radius: 30px;
	background-color: 120512;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.solutionHome .solutionHomeCard_img {
	border-radius: 30px;
}
.solutionHome .solutionHomeCard:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 30px;
	padding: 2px;
	background: linear-gradient(to right, rgba(204, 158, 255, 0.28) 0%, rgba(172, 103, 250, 0) 50%, rgba(141, 49, 245, 0.22) 100%);
	-webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}
.solutionHome .solutionHomeCard img {
	height: 275px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 30px;
}
.solutionHome .solutionHomeCard_cnt {
	padding: 30px;
}
.solutionHome .solutionHomeCard_cnt h3 {
	font-size: 28px;
	font-family: "DMSans-SemiBold";
	margin-bottom: 15px;
}
.solutionHome .solutionHomeCard_cnt p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
}
.solutionHome .solutionHomeCard:hover img {
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 1399.98px) {
	.solutionHome .solutionHomeCard_cnt h3 {
		font-size: 24px;
	}
	.solutionHome .solutionHomeCard_cnt p {
		font-size: 16px;
	}
}
@media (max-width: 991.98px) {
	.solutionHome .solutionHomeCard_cnt {
		padding: 15px;
	}
	.solutionHome .solutionHomeCard img {
		height: 200px;
	}
}
@media (max-width: 767.98px) {
	.solutionHome .solutionHomeCard_cnt h3 {
		font-size: 22px;
	}
	.solutionHome .solutionHomeCard img {
		height: 142px;
	}
}
@media (max-width: 575.98px) {
	.solutionHome .solutionHomeCard {
		margin-bottom: 20px;
		height: auto !important;
	}
	.solutionHome .solutionHomeCard_cnt h3 {
		font-size: 20px;
	}
	.solutionHome .solutionHomeCard img {
		height: 250px;
	}
}
.ourWorks {
	background-color: #29000A;
}
.ourWorks:before {
	position: absolute;
	width: 700px;
	height: 530px;
	content: "";
	bottom: 0;
	right: 0;
	background-image: url("https://aira.ismynewsite.com/wp-content/uploads/2025/09/Ellipse-16113.png");
	background-size: 100%;
	z-index: 1;
}
.innovateSec {
	overflow: hidden;
}
.innovateSec_img .btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.innovateSec_img .btn.top {
	top: 25px;
	bottom: auto;
	left: 25px;
}
.innovateSec_img .btn.right {
	left: auto;
	right: 25px;
}
@media (max-width: 1399.98px) {
	.innovateSec_img {
		margin-bottom: 20px;
	}
}
.automationSec_cnt {
	background-color: rgba(254, 50, 98, 0.1)
		;
	border-radius: 30px;
	padding: 40px 55px;
	margin-top: -60px;
}
.automationSec_cnt .head {
	font-size: 25px;
	margin-bottom: 32px;
	font-family: "DMSans-SemiBold";
}
.automationSec_cnt .globalCertifications {
	flex-direction: column;
}
.automationSec_cnt .commonBorder.left {
	padding: 17px 32px;
	
	height: 107px;
	display: flex;
	align-items: center;
}
.automationSec_cnt .commonBorder.left:not(:last-child) {
	margin-bottom: 10px;
}
.automationSec_cnt .commonBorder.left p {
	font-size: 22px;
	font-family: "DMSans-SemiBold";
	margin-left: 35px;
	margin-bottom: 0;
}
@media (max-width: 1199.98px) {
	.automationSec_cnt .commonBorder.left {
		height: 87px;
		padding: 17px 20px;
	}
	.automationSec_cnt .commonBorder.left img {
		height: 50px;
		width: 50px;
	}
	.automationSec_cnt .commonBorder.left p {
		font-size: 17px;
		margin-left: 15px;
	}
}
@media (max-width: 767.98px) {
	.automationSec_cnt {
		padding: 40px 20px;
	}
	.automationSec_cnt .commonBorder.left {
		flex-basis: 50%;
	}
	.automationSec_cnt .globalCertifications {
		margin-bottom: 30px;
	}
}
.leadersAira {
	background-color: #210800;
	background-image: url("../images/company/about-us/leader-sec-bg.png");
	background-size: auto;
	background-position: 200px bottom;
	background-repeat: no-repeat;
}
.leadersAira_card {
	padding: 45px 39px;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	min-height: 405px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.leadersAira_card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.1);
}
.leadersAira_card a em {
	font-size: 18px;
	color: #fff;
}
.leadersAira_card a:hover {
	background-color: #fff;
}
.leadersAira_card a:hover em {
	color: #210800;
}
.leadersAira_card:before {
	position: absolute;
	content: "";
	width: 315px;
	height: 315px;
	background-color: #210800;
	bottom: -92px;
	right: -42px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.leadersAira_card h3 {
	font-size: 33px;
	font-family: "DMSans-SemiBold";
	margin-bottom: 8px;
}
.leadersAira_card p {
	font-size: 16px;
	font-family: "DMSans-Medium";
	color: rgba(255, 255, 255, 0.61);
}
.leadersAira_card_img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.leadersAira_card_img img {
	filter: grayscale(1);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.leadersAira_card:hover {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.leadersAira_card:hover:before {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fe3262;
}
.leadersAira_card:hover .leadersAira_card_img img {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter: grayscale(0);
}
@media (max-width: 1599px) {
	.leadersAira_card {
		padding: 30px 25px;
		min-height: 350px;
	}
	.leadersAira_card h3 {
		font-size: 24px;
	}
	.leadersAira_card_img img {
		max-width: 230px;
	}
	.leadersAira_card:before {
		width: 255px;
		height: 255px;
	}
}
@media (max-width: 767.98px) {
	.leadersAira_card {
		padding: 26px 25px;
	}
	.leadersAira_card h3 {
		font-size: 22px;
	}
}
.locationsSec_loc {
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	height: 54px;
	padding: 6px 22px;
}
.locationsSec_loc img {
	flex-shrink: 0;
}
.locationsSec_loc p {
	font-size: 22px;
	font-family: "DMSans-SemiBold";
	margin-bottom: 0;
	margin-left: 20px;
}
.openingSec {
	background-color: #210800;
}
.openingSec_wrapper {
	max-width: 1230px;
	margin: 0 auto;
}
.openingSec_item {
	padding: 23px 40px;
	border: 2px solid rgba(255, 255, 255, 0.14);
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.openingSec_item:hover {
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.openingSec_item:not(:last-child) {
	margin-bottom: 10px;
}
.openingSec_item_cnt {
	max-width: 620px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.openingSec_item_cnt p {
	font-size: 20px;
	font-family: "DMSans-SemiBold";
	margin-bottom: 0;
}
.contactUsForm {
	background-color: #fff;
	border-radius: 24px;
	padding: 45px 30px;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 40px;
}
.contactUsForm textarea.form-control {
	min-height: 236px !important;
}
.ourStory .ourStoryCounter {
	background-color: #000;
}
.ourStory .ourStoryCounter_wrapper {
	max-width: 975px;
	margin: 0 auto;
}
.ourStory .ourStoryCounter_wrapper h2 {
	font-size: 72px;
	font-family: "DMSans-Medium";
	color: #fff;
	margin-bottom: 50px;
	line-height: 1.138;
}
.ourStory .ourStoryCounter_wrapper p {
	color: rgba(245, 246, 248, 0.6);
	font-size: 20px;
	font-family: "DMSans-Regular";
	margin-bottom: 30px;
}
.ourStory .ourStoryCounter_wrapper p.color {
	color: #f5f6f8;
}
@media (max-width: 1399.98px) {
	.ourStory .ourStoryCounter_wrapper h2 {
		font-size: 52px;
		margin-bottom: 30px;
	}
	.ourStory .ourStoryCounter_wrapper p {
		margin-bottom: 15px;
	}
	.ourStory .ourStoryCounter_wrapper .btn {
		line-height: 1;
	}
}
@media (max-width: 991.98px) {
	.ourStory .ourStoryCounter_wrapper h2 {
		font-size: 42px;
	}
	.ourStory .ourStoryCounter_wrapper p {
		font-size: 18px;
	}
}
@media (max-width: 575.98px) {
	.ourStory .ourStoryCounter_wrapper h2 {
		font-size: 32px;
	}
}
.ourStory .counter {
	padding: 80px 0;
}
.ourStory .counter h2 {
	font-size: 80px;
	font-family: "DMSans-Regular";
	margin-bottom: 0;
	line-height: 0.7;
	padding-top: 30px;
}
.ourStory .counter h2 span {
	font-size: 65px;
}
.ourStory .counter p {
	font-size: 24px;
	color: #f5f6f8;
}
@media (max-width: 1399.98px) {
	.ourStory .counter {
		padding: 50px 0;
	}
}
@media (max-width: 1199.98px) {
	.ourStory .counter h2 {
		font-size: 70px;
	}
}
@media (max-width: 991.98px) {
	.ourStory .counter {
		padding: 30px 0;
	}
}
@media (max-width: 767.98px) {
	.ourStory .counter h2 {
		font-size: 50px;
	}
	.ourStory .counter h2 span {
		font-size: 60px;
	}
	.ourStory .counter P {
		font-size: 20px;
	}
}
@media (max-width: 575.98px) {
	.ourStory .counter h2 {
		font-size: 40px;
	}
	.ourStory .counter h2 span {
		font-size: 40px;
	}
	.ourStory .counter P {
		font-size: 18px;
	}
}
.ourStory .visionSec {
	background-color: #f9f8f6;
}
.ourStory .visionSec_card {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
}
.ourStory .visionSec_card h3 {
	font-size: 22px;
	color: #f5f6f8;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #210800;
	border-radius: 50%;
}
.ourStory .visionSec_card p {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.36;
}
@media (max-width: 1399.98px) {
	.ourStory .visionSec_card {
		padding: 20px;
	}
	.ourStory .visionSec_card h3 {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	.ourStory .visionSec_card p {
		font-size: 20px;
		margin-top: 20px;
	}
}
@media (max-width: 575.98px) {
	.ourStory .visionSec_card h3 {
		width: 42px;
		height: 42px;
		font-size: 18px;
	}
	.ourStory .visionSec_card p {
		font-size: 18px;
	}
}
.ourStory .offerSec_wrapper {
	max-width: 992px;
	margin: 0 auto;
}
.designSystem {
	background-color: #dfdfdf;
	min-height: 100vh;
}
.designSystem h1 {
	font-size: 45px;
	margin-bottom: 25px;
}
.designSystem h3 {
	margin-bottom: 20px;
}
.designSystem_btn .btn {
	margin-right: 25px;
}
.workflowSection {
	background-image: url("https://aira.ismynewsite.com/wp-content/uploads/2025/09/GradientBlur-2.png");
	background-repeat: no-repeat;
	background-position: center 80%;
}
.workflowSection .col {
	padding: 0 8px;
}
.tranformingManufacture {
	background-color: #210800;
	padding: 63px 0px;
}
.tranformingManufacture_left h1 {
	margin-bottom: 30px;
}
.tranformingManufacture_left p {
	font-size: 18px;
	margin-bottom: 0;
}
.tranformingManufacture_right h2 {
	font-size: 18px;
	font-family: "DMSans-Medium";
	margin-bottom: 20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991.98px) {
	.tranformingManufacture {
		padding: 40px 0px;
	}
}
@media (max-width: 991.98px) {
	.tranformingManufacture_left {
		text-align: center;
	}
}
@media (max-width: 767.98px) {
	.tranformingManufacture {
		padding-bottom: 15px;
	}
	.tranformingManufacture_left h1 {
		margin-bottom: 15px;
	}
	.tranformingManufacture_left p {
		font-size: 16px;
	}
	.tranformingManufacture_right {
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	.tranformingManufacture .col-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}
}
.featuredAi {
	padding-bottom: 54px;
}
.featuredAi .featuredBox {
	height: 100%;
	padding-bottom: 26px;
}
.featuredAi .featuredBox_inner {
	border:1px solid #dc3545;
	background-color: #210800;
	height: 100%;
	padding: 30px;
	border-radius: 20px;
}
.featuredAi .featuredBox h2 {
	font-size: 22px;
	font-family: "DMSans-SemiBold";
	margin-bottom: 20px;
}
.featuredAi .featuredBox p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
	.featuredAi .featuredBox_inner {
		padding: 20px;
		border-radius: 16px;
	}
	.featuredAi .featuredBox_inner h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media (max-width: 575.98px) {
	.featuredAi .featuredBox {
		padding-bottom: 15px;
	}
}
.whyChoose_inner {
	background-color: #210800;
	border: 1px solid #FE3262;
	padding: 77px 269px;
	text-align: center;
	border-radius: 30px;
}
.whyChoose_inner h1 {
	margin-bottom: 29px;
}
.whyChoose_inner p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
}
.whyChoose_inner p a {
	color: #fe3262;
	text-decoration: underline;
}
@media (max-width: 1399.98px) {
	.whyChoose_inner {
		padding: 40px 100px;
	}
}
@media (max-width: 991.98px) {
	.whyChoose_inner {
		padding: 30px;
	}
	.whyChoose_inner h1 {
		margin-bottom: 18px;
	}
}
@media (max-width: 575.98px) {
	.whyChoose_inner {
		padding: 30px 15px;
	}
	.whyChoose_inner p {
		font-size: 16px;
	}
}
.Blog h1 {
	margin-bottom: 40px;
}
.Blog .blogBox {
	position: relative;
	margin-bottom: 36px;
}
.Blog .blogBox_date {
	background-image: url("https://aira.ismynewsite.com/wp-content/uploads/2025/09/date-bg.png");
	background-repeat: no-repeat;
	height: 80px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 12px;
	color: #fff;
	font-size: 12px;
}
.Blog .blogBox img {
	margin-bottom: 26px;
	width: 100%;
	border-radius: 16px;
	height: 280px;
	object-fit: cover;
}
.Blog .blogBox p {
	font-size: 24px;
	font-family: "DMSans-Medium";
	color: #fff;
	margin-bottom: 0px;
}
.Blog .blogBox a {
	color: white;
}
.Blog .blogBox a img {
	width: 20px;
	height: 20px;
}
@media (max-width: 1512px) {
	.Blog .blogBox p {
		font-size: 20px;
	}
}
@media (max-width: 1199.98px) {
	.Blog .blogBox img {
		height: 230px;
		border-radius: 10px;
		margin-bottom: 15px;
	}
}
@media (max-width: 991.98px) {
	.Blog .blogBox img {
		margin-bottom: 15px;
	}
	.Blog .blogBox p {
		font-size: 17px;
	}
}
@media (max-width: 767.98px) {
	.Blog .blogBox p {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.Blog {
		padding-bottom: 0px !important;
	}
	.Blog .col-6 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.workflowSection .col {
		max-width: 20%;
	}
}
@media (max-width: 1199.98px) {
	.workflowSection .row {
		justify-content: center;
	}
	.workflowSection .col {
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.workflowSection .col {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.workflowAutomation {
	position: relative;
}
.workflowAutomation:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100%;
	height: 213px;
	background: #fe3262;
	background: linear-gradient(0deg, #fe3262 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.75;
	z-index: -1;
	filter: blur(60px);
}
.workflowAutomation .workflowAutomationBox {
	background-color:rgba(254, 50, 98, 0.41);
	border-radius: 30px;
	padding: 40px 23px 30px 23px;
	text-align: center;
	height: 100%;
}
.workflowAutomation .workflowAutomationBox img {
	margin-bottom: 26px;
}
.workflowAutomation .workflowAutomationBox h2 {
	font-size: 24px;
	font-family: "DMSans-Medium";
	margin-bottom: 25px;
	text-transform: capitalize;
}
.workflowAutomation .workflowAutomationBox_border {
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.workflowAutomation .workflowAutomationBox p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
	margin: 0;
}
@media (max-width: 1599px) {
	.workflowAutomation .workflowAutomationBox {
/* 		border-radius: 20px; */
		padding: 35px 15px;
	}
	.workflowAutomation .workflowAutomationBox h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.workflowAutomation .workflowAutomationBox p {
		font-size: 16px;
	}
	.workflowAutomation .workflowAutomationBox img {
		max-width: 65px;
	}
}
@media (max-width: 1199.98px) {
	.workflowAutomation .workflowAutomationBox {
		padding: 25px 15px;
	}
	.workflowAutomation .workflowAutomationBox img {
		max-width: 55px;
	}
}
@media (max-width: 991.98px) {
	.workflowAutomation [class^="col-"] {
		margin-bottom: 24px;
	}
}
@media (max-width: 575.98px) {
	.workflowAutomation [class^="col-"] {
		margin-bottom: 12px;
	}
}
.automatedWorkflow img {
	z-index: 1;
	position: relative;
	border-radius: 16px;
}
.automatedWorkflow_curve {
	position: relative;
}
.automatedWorkflow_curve img {
	z-index: -1 !important;
}
.automatedWorkflow_curve:before {
	height: 365px;
	background-image: url("https://aira.ismynewsite.com/wp-content/uploads/2025/09/curve.png");
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100%;
	background-position: center;
	content: "";
	position: absolute;
	bottom: -160px;
	z-index: 1;
}
.automatedWorkflow .glow:after {
	content: "";
	position: absolute;
	display: block;
	transform: none;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 79%;
	height: 213px;
	background: #fe3262;
	background: linear-gradient(0deg, #fe3262 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.75;
	filter: blur(149px);
	top: auto;
	bottom: 0;
	display: none;
}
.automatedWorkflowList {
	position: relative;
	background-color: #210800;
	padding: 112px 0;
}
.automatedWorkflowList:after {
	content: "";
	height: 40px;
	width: 100%;
	position: absolute;
	background-color: #210800;
	top: -97px;
	z-index: -1;
	display: none;
}
.automatedWorkflowList.noImg:before,
.automatedWorkflowList.noImg:after {
	display: none;
}
.automatedWorkflowList img {
	max-width: 670px;
	margin: 0 auto;
	width: 100%;
}
.automatedWorkflowList h2 {
	margin-bottom: 35px;
}
.automatedWorkflowList p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	max-width: 622px;
}
.automatedWorkflowList ul {
	list-style: none;
	padding-left: 0;
}
.automatedWorkflowList ul li {
	position: relative;
	padding-left: 30px;
	color: rgba(255, 255, 255, 0.7);
}
.automatedWorkflowList ul li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #6755df;
	border-radius: 50%;
	left: 0;
	top: 6px;
}
.automatedWorkflowList .mb-84 {
	margin-bottom: 84px;
	z-index: 1;
	position: relative;
}
@media (max-width: 1599px) {
	.automatedWorkflowList {
		padding: 45px 0px;
	}
}
@media (max-width: 1199.98px) {
	.automatedWorkflowList h2 {
		margin-bottom: 15px;
	}
	.automatedWorkflowList .mb-84 {
		margin-bottom: 40px;
	}
}
@media (max-width: 991.98px) {
	.automatedWorkflowList h2 {
		margin-bottom: 10px;
	}
	.automatedWorkflowList p {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.automatedWorkflowList {
		padding: 20px 0px;
	}
	.automatedWorkflowList .mb-84 {
		margin-bottom: 20px;
	}
	.automatedWorkflowList_left {
		order: 2;
	}
	.automatedWorkflowList_right {
		order: 1;
		margin-bottom: 20px;
	}
}
.accordion {
	max-width: 900px;
	margin: 0 auto;
	--bs-accordion-bg: #5E1323;
}
.accordion-item {
	border: 0;
	margin-bottom: 10px;
	border-radius: 10px !important;
	overflow: hidden;
}
.accordion-body {
	font-size: 18px;
	color: #fff;
	padding: 0 30px 30px;
}
.accordion-button {
	font-size: 20px;
	font-family: "DMSans-SemiBold";
	color: #fff !important;
	padding: 30px;
	box-shadow: none !important;
	background-color: #5E1323 !important;
}
.accordion-button:after,
.accordion-button:not(.collapsed)::after {
	background-image: url("../images/common/arrow-icon.svg");
	transform-origin: 10px 5px;
}
@media (max-width: 1199.98px) {
	.accordion-body {
		font-size: 16px;
	}
	.accordion-button {
		font-size: 18px;
		padding: 20px;
	}
}
@media (max-width: 575.98px) {
	.accordion-button {
		font-size: 16px;
		padding: 15px;
	}
}
.dataConnectors {
	background-color: #29010B;
	position: relative;
	overflow: hidden;
}
.dataConnectors::before {
	content: "";
	background: #29010B;
	background: linear-gradient(0deg, #29010B 100%, rgba(255, 255, 255, 0) 100%);
	filter: blur(49px);
	height: 100%;
	width: 17%;
	position: absolute;
	display: block;
	top: 0;
	z-index: 2;
	left: 0;
}
.dataConnectors::after {
	content: "";
	background: #29010B;
	background: linear-gradient(0deg, #29010B 100%, rgba(255, 255, 255, 0) 100%);
	filter: blur(49px);
	height: 100%;
	width: 17%;
	position: absolute;
	display: block;
	top: 0;
	z-index: 2;
	right: 0;
}
.dataConnectors_slider {
	height: fit-content;
}
.dataConnectors .dataConnectorsBox {
	max-width: 219px;
	flex: 1;
	background-color: #fff;
	border-radius: 20px;
	height: 118px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
.dataConnectors .dataConnectorsBox_wrapper {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.dataConnectors_footer {
	text-align: center;
	margin-top: 87px;
}
.dataConnectors_footer p {
	font-size: 18px;
	margin-bottom: 40px;
}
.dataConnectors_footer .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 1699px) {
	.dataConnectors:before {
		left: -61px;
	}
	.dataConnectors:after {
		right: -61px;
	}
}
@media (max-width: 1399.98px) {
	.dataConnectors_footer {
		margin-top: 55px;
	}
}
@media (max-width: 1199.98px) {
	.dataConnectors .dataConnectorsBox {
		flex-basis: 144px;
		flex-shrink: 0;
	}
}
@media (max-width: 767.98px) {
	.dataConnectors .dataConnectorsBox {
		flex-basis: 60px;
		height: 80px;
	}
}
.dataConnectors_slider {
	overflow: hidden;
}
.dataConnectors_slider .swiper-wrapper {
	transition-timing-function: linear !important;
}
.glow {
	position: relative;
}
.glow:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100%;
	height: 213px;
	background: #fe3262;
	background: linear-gradient(0deg, #FE3460 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.75;
	filter: blur(60px);
}
.z-1 {
	z-index: 1;
	position: relative;
}
.sitemap {
	padding-top: 120px;
}
.sitemap a {
	font-size: 20px;
	display: block;
	color: #fff;
}
.cmsPages h1 {
	font-size: 34px;
	font-family: "DMSans-Bold";
	margin: 15px 0;
}
.cmsPages h1 span {
	font-size: 34px;
	font-family: "DMSans-Bold";
}
.cmsPages h2 {
	font-size: 30px;
	font-family: "DMSans-Bold";
	margin: 15px 0;
}
.cmsPages h2 span {
	font-size: 30px;
	font-family: "DMSans-Bold";
}
.cmsPages h3 {
	font-size: 28px;
	font-family: "DMSans-Bold";
	margin: 15px 0;
}
.cmsPages h3 span {
	font-size: 28px;
	font-family: "DMSans-Bold";
}
.cmsPages h4 {
	font-size: 22px;
	font-family: "DMSans-SemiBold";
	margin: 15px 0;
}
.cmsPages h4 span {
	font-size: 22px;
	font-family: "DMSans-Bold";
}
.cmsPages h5 {
	font-size: 20px;
	font-family: "DMSans-SemiBold";
	margin: 15px 0;
}
.cmsPages h5 span {
	font-size: 20px;
	font-family: "DMSans-Bold";
}
.cmsPages a {
	color: #FE3262;
	text-decoration: underline;
}
.cmsPages p,
.cmsPages span {
	font-size: 18px;
	font-family: "DMSans-Regular";
	color: #fff;
	margin: 15px 0;
	line-height: 1.6;
}
.cmsPages img {
	margin: 15px 0;
	width: 100%;
	display: block;
}
.cmsPages ul {
	list-style: none;
	margin-bottom: 20px;
	padding-left: 0;
}
.cmsPages ul li {
	position: relative;
	font-size: 18px;
	font-family: "DMSans-Regular";
	color: #fff;
	line-height: 1.6;
	margin-bottom: 15px;
	padding-left: 20px;
}
.cmsPages ul li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	left: 0;
	top: 14px;
}
@media (max-width: 1199.98px) {
	.cmsPages h1 {
		font-size: 30px;
	}
	.cmsPages h1 span {
		font-size: 30px;
	}
	.cmsPages h2 {
		font-size: 28px;
	}
	.cmsPages h2 span {
		font-size: 28px;
	}
	.cmsPages h3 {
		font-size: 26px;
	}
	.cmsPages h3 span {
		font-size: 26px;
	}
	.cmsPages h4 {
		font-size: 24px;
	}
	.cmsPages h4 span {
		font-size: 24px;
	}
	.cmsPages p {
		font-size: 18px;
	}
}
@media (max-width: 575.98px) {
	.cmsPages h1 {
		font-size: 26px;
	}
	.cmsPages h1 span {
		font-size: 26px;
	}
	.cmsPages h2 {
		font-size: 24px;
	}
	.cmsPages h2 span {
		font-size: 24px;
	}
	.cmsPages h3 {
		font-size: 24px;
	}
	.cmsPages h3 span {
		font-size: 24px;
	}
	.cmsPages h4 {
		font-size: 20px;
	}
	.cmsPages h4 span {
		font-size: 20px;
	}
	.cmsPages p,
	.cmsPages ul li {
		font-size: 16px;
	}
}
.compliance .commonHead p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
}
.compliance_card {
	padding: 20px;
	height: 355px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.compliance_card p {
	font-size: 24px;
	font-family: "DMSans-SemiBold";
	margin-top: 55px;
}
@media (max-width: 1199.98px) {
	.compliance_card img {
		max-width: 130px;
		margin: 0 auto;
	}
}
.solutions_card {
	display: block;
	/*     background-color: rgba(29, 10, 70, 0.2); */
	padding: 30px;
	border-radius: 30px;
	min-height: 260px;
}
.solutions_card h3 {
	font-size: 22px;
	font-family: "DMSans-SemiBold";
	color: #fff;
	margin-top: 35px;
	margin-bottom: 12px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.solutions_card p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
.solutions_card.commonBorder:after {
	display: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.solutions_card:hover {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.solutions_card:hover h3 {
	color: #FE3262;
}
.solutions_card:hover.commonBorder:after {
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 1399.98px) {
	.solutions_card {
		padding: 24px;
	}
	.solutions_card h3 {
		font-size: 20px;
	}
}
@media (max-width: 991.98px) {
	.solutions_card {
		min-height: 200px;
	}
	.solutions_card img {
		width: 35px;
	}
	.solutions_card h3 {
		margin-top: 20px;
	}
}
.btn {
	height: 52px;
	line-height: normal;
	display: flex;
	align-items: center;
	border-radius: 10px;
	padding: 8px 20px;
	font-family: "DMSans-SemiBold";
	font-size: 18px;
}
.btn br {
	display: none !important;
}
.btn em {
	font-size: 15px;
	color: #FE3262;
	margin-left: 10px;
}
.btn-md {
	height: 42px;
	font-size: 16px;
}
.btn-sm {
	height: 40px;
	padding: 6px 15px;
}
.btn-rounded {
	border-radius: 60px;
}
.btn-filterBtn {
	border: rgba(255, 255, 255, 0.1) !important;
	background-color: #5E1323;
	color: #fff;
}
.btn-filterBtn:focus,
.btn-filterBtn:hover {
	background-color: #fe3262 !important;
	color: #fff !important;
}
.btn-filterBtn.active {
	background-color: #fe3262;
	color: #fff;
}
.btn-filterBtn.active:focus {
	color: #000;
	background-color: #cc8c00;
}
.btn-filterBtn.active em {
	font-size: 12px !important;
	color: #000;
}
@media (max-width: 767.98px) {
	.btn-filterBtn {
		height: 42px !important;
		font-size: 16px !important;
	}
}
.btn-download {
	border: 1px solid #FE3262;
	color: #fff;
	font-size: 18px;
	font-family: "DMSans-Medium";
}
.btn-download a {
	color: #fff !important;
	text-decoration: none !important;
}
.btn-download:hover,
.btn-download:focus,
.btn-download:active {
	background-color: #FE3262 !important;
	border-color: #FE3262 !important;
}
.btn-primary {
	color: #000;
	background-color: #000;
	border-color: #000;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus .btn-primary.active,
.btn-primary.show,
.btn-primary-check:checked + .btn-primary,
.btn-primary:focus-visible,
.btn-primary:not(.btn-check) + .btn-primary:hover,
.btn-primary:first-child:hover,
.btn-primary-check:focus-visible + .btn-primary,
.btn-primary:first-child:active,
.btn-primary:not(.btn-check) + .btn-primary:active {
	color: #000 !important;
	background-color: #000 !important;
	border-color: #000 !important;
	box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
	background-color: #000;
	border-color: #000;
	box-shadow: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #000;
	border-color: #000;
	box-shadow: none;
}
.btn-outline-primary {
	color: #000;
	border-color: #000;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary.focus .btn-outline-primary.active,
.btn-outline-primary:focus-visible,
.btn-outline-primary:not(.btn-check) + .btn-outline-primary:hover,
.btn-outline-primary:first-child:hover,
.btn-outline-primary-check:focus-visible + .btn-outline-primary {
	color: #000 !important;
	background-color: #000 !important;
	border-color: #000 !important;
	box-shadow: none !important;
}
.btn-outline-primary.disabled,
.btn-outline-primary[disabled],
fieldset[disabled] .btn-outline-primary {
	background-color: #000;
	border-color: #000;
	box-shadow: none;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary[disabled]:hover,
.btn-outline-primary[disabled]:focus,
.btn-outline-primary[disabled].focus,
fieldset[disabled] .btn-outline-primary:hover,
fieldset[disabled] .btn-outline-primary:focus,
fieldset[disabled] .btn-outline-primary.focus {
	background-color: #000;
	border-color: #000;
	box-shadow: none;
}
.btn-warning {
	    color: #ffffff;
    background-color: #FE3262;
    box-shadow: inset 0px 2px 28px 6px #FF7D20 !important;
    border: 0px !important;
}
.btn-warning em{
		color: #ffffff !important	;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.focus .btn-warning.active,
.btn-warning.show,
.btn-warning-check:checked + .btn-warning,
.btn-warning:focus-visible,
.btn-warning:not(.btn-check) + .btn-warning:hover,
.btn-warning:first-child:hover,
.btn-warning-check:focus-visible + .btn-warning,
.btn-warning:first-child:active,
.btn-warning:not(.btn-check) + .btn-warning:active {
	color: #ffffff !important;
	background-color: #E41D4B !important;
	border-color: #E41D4B !important;
	box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning {
	background-color: #29000a;
    border-color: #29000a;
    box-shadow: none;
    color: white;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #FE3262;
	border-color: #FE3262;
	box-shadow: none;
}
.btn-outline-warning {
	color: #ffaf00;
	border-color: #ffaf00;
}
.btn-outline-warning:hover,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning.focus .btn-outline-warning.active,
.btn-outline-warning:focus-visible,
.btn-outline-warning:not(.btn-check) + .btn-outline-warning:hover,
.btn-outline-warning:first-child:hover,
.btn-outline-warning-check:focus-visible + .btn-outline-warning {
	color: #000 !important;
	background-color: #FE3262 !important;
	border-color: #FE3262 !important;
	box-shadow: none !important;
}
.btn-outline-warning.disabled,
.btn-outline-warning[disabled],
fieldset[disabled] .btn-outline-warning {
	background-color: #ffaf00;
	border-color: #ffaf00;
	box-shadow: none;
}
.btn-outline-warning.disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning[disabled]:hover,
.btn-outline-warning[disabled]:focus,
.btn-outline-warning[disabled].focus,
fieldset[disabled] .btn-outline-warning:hover,
fieldset[disabled] .btn-outline-warning:focus,
fieldset[disabled] .btn-outline-warning.focus {
	background-color: #ffaf00;
	border-color: #ffaf00;
	box-shadow: none;
}
.btn-light {
	color: #000;
	background-color: #f5f6f8;
	border-color: #f5f6f8;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus,
.btn-light.focus .btn-light.active,
.btn-light.show,
.btn-light-check:checked + .btn-light,
.btn-light:focus-visible,
.btn-light:not(.btn-check) + .btn-light:hover,
.btn-light:first-child:hover,
.btn-light-check:focus-visible + .btn-light,
.btn-light:first-child:active,
.btn-light:not(.btn-check) + .btn-light:active {
	color: #000 !important;
	background-color: #e3e6eb !important;
	border-color: #e3e6eb !important;
	box-shadow: none !important;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light {
	background-color: #f5f6f8;
	border-color: #f5f6f8;
	box-shadow: none;
}
.btn-light.disabled:hover,
.btn-light.disabled:focus,
.btn-light.disabled.focus,
.btn-light[disabled]:hover,
.btn-light[disabled]:focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light:hover,
fieldset[disabled] .btn-light:focus,
fieldset[disabled] .btn-light.focus {
	background-color: #f5f6f8;
	border-color: #f5f6f8;
	box-shadow: none;
}
.btn-outline-light {
	color: #f5f6f8;
	border-color: #f5f6f8;
}
.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light.focus .btn-outline-light.active,
.btn-outline-light:focus-visible,
.btn-outline-light:not(.btn-check) + .btn-outline-light:hover,
.btn-outline-light:first-child:hover,
.btn-outline-light-check:focus-visible + .btn-outline-light {
	color: #000 !important;
	background-color: #e3e6eb !important;
	border-color: #e3e6eb !important;
	box-shadow: none !important;
}
.btn-outline-light.disabled,
.btn-outline-light[disabled],
fieldset[disabled] .btn-outline-light {
	background-color: #f5f6f8;
	border-color: #f5f6f8;
	box-shadow: none;
}
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled.focus,
.btn-outline-light[disabled]:hover,
.btn-outline-light[disabled]:focus,
.btn-outline-light[disabled].focus,
fieldset[disabled] .btn-outline-light:hover,
fieldset[disabled] .btn-outline-light:focus,
fieldset[disabled] .btn-outline-light.focus {
	background-color: #f5f6f8;
	border-color: #f5f6f8;
	box-shadow: none;
}
@media (max-width: 1599px) {
	.btn {
		line-height: 1;
	}
}
@media (max-width: 1399.98px) {
	.btn {
		height: 48px;
		padding: 5px 20px;
		font-size: 18px;
		white-space: nowrap;
	}
}
@media (max-width: 767.98px) {
	.btn {
		padding: 5px 10px;
	}
	.btn-sm {
		height: 35px;
	}
}
@keyframes ripple {
	0% {
		transform: scale(4);
	}
	100% {
		opacity: 0;
		transform: scale(40);
	}
}
.ripple-effect-dark,
.ripple-effect {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
	animation: ripple 0.9s;
	border-radius: 100%;
	background: #fff;
	height: 12px;
	position: absolute;
	width: 12px;
	line-height: 12px;
	opacity: 0.2;
	pointer-events: none;
	z-index: 0;
}
.ripple-effect-dark span.ripple-overlay {
	background: #000;
	opacity: 0.07;
}
.btnHover {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}
.btnHover_effect {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #ff6227;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.btnHover-dark .btnHover_effect {
	background-color: #000;
}
.btnHover-700 .btnHover_effect {
	background-color: #ff6227;
}
.btnHover-dark:hover,
.btnHover-dark:active,
.btnHover-dark:focus-visible {
	color: #fff;
}
.btnHover.btn-primary .btnHover_effect {
	background-color: #ff6227;
}
.btnHover.btn-secondary:hover {
	color: #fff;
}
.btnHover.btn-secondary .btnHover_effect {
	background: -webkit-linear-gradient(34deg, #ff0075 46%, #ff8700 77%, #ffa43b 12%);
}
.btnHover:hover,
.btnHover:active,
.btnHover:focus-visible {
	border-color: #fff !important;
}
.btnHover:hover .btnHover_effect,
.btnHover:active .btnHover_effect,
.btnHover:focus-visible .btnHover_effect {
	width: 225%;
	height: 562.5px;
}
.form-group,
.input-group {
	position: relative;
	margin-bottom: 20px;
}
.form-group.selectCountry .select2,
.input-group.selectCountry .select2 {
	width: 100px !important;
	margin-right: 15px;
}
.form-group label,
.input-group label {
	margin-bottom: 8px;
	color: #000;
	font-size: 18px;
}
.form-group label span,
.input-group label span {
	font-size: 16px;
}
.form-group .form-control,
.form-group .input-group-text,
.input-group .form-control,
.input-group .input-group-text {
	border-color: rgba(0, 0, 0, 0.15);
	color: #000;
	background-color: #fff;
	border-radius: 8px;
	background-clip: initial;
	padding: 10px 20px;
	height: 50px;
	font-size: 15px;
	font-family: "DMSans-Regular";
	line-height: 2;
}
.form-group .form-control:focus,
.form-group .input-group-text:focus,
.input-group .form-control:focus,
.input-group .input-group-text:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none !important;
	border-color: #210800;
}
.form-group .form-control:valid:focus,
.form-group .form-control:invalid:focus,
.form-group .input-group-text:valid:focus,
.form-group .input-group-text:invalid:focus,
.input-group .form-control:valid:focus,
.input-group .form-control:invalid:focus,
.input-group .input-group-text:valid:focus,
.input-group .input-group-text:invalid:focus {
	outline: none;
	box-shadow: none;
}
.form-group .form-control:disabled,
.form-group .form-control[readonly],
.form-group .input-group-text:disabled,
.form-group .input-group-text[readonly],
.input-group .form-control:disabled,
.input-group .form-control[readonly],
.input-group .input-group-text:disabled,
.input-group .input-group-text[readonly] {
	background-color: #e9eef1;
	color: #000;
}
.form-group ::-webkit-input-placeholder,
.input-group ::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
	font-size: 15px;
	font-family: "DMSans-Regular";
}
.form-group :-moz-placeholder,
.input-group :-moz-placeholder {
	color: rgba(0, 0, 0, 0.6);
	font-size: 15px;
	font-family: "DMSans-Regular";
}
.form-group :-ms-input-placeholder,
.input-group :-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
	font-size: 15px;
	font-family: "DMSans-Regular";
}
.form-group .fieldicon-input-right,
.input-group .fieldicon-input-right {
	padding-inline-end: 35px;
}
.form-group .fieldicon-input-left,
.input-group .fieldicon-input-left {
	padding-inline-start: 35px;
}
.form-group .fieldicon-right,
.input-group .fieldicon-right {
	position: absolute;
	top: 15px;
	right: 10px;
	color: rgba(37, 49, 76, 0.4);
	text-decoration: none;
	z-index: 1;
	cursor: text;
}
.form-group .fieldicon-left,
.input-group .fieldicon-left {
	position: absolute;
	top: 15px;
	left: 10px;
	color: rgba(37, 49, 76, 0.4);
	text-decoration: none;
	z-index: 1;
	cursor: text;
}
.form-group .fieldicon .toggle-password,
.input-group .fieldicon .toggle-password {
	cursor: pointer;
}
@media (min-width: 1400px) {
	.form-group .fieldicon .toggle-password,
	.input-group .fieldicon .toggle-password {
		font-size: 20px;
	}
}
textarea {
	resize: none;
	min-height: 120px !important;
}
.form-check {
	line-height: normal;
	min-height: auto;
	position: relative;
	padding-left: 0px;
}
.form-check.custom-control-inline:last-child {
	margin-right: 0;
}
.form-check-input[type="checkbox"] {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	left: 25px;
	z-index: -1;
	width: 16px;
	height: 16px;
	opacity: 0;
}
.form-check-input[type="checkbox"]:focus ~ .form-check-label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-check-input[type="checkbox"]:not(:disabled):active ~ .form-check-label::before {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
}
.form-check-input[type="checkbox"] ~ .form-check-label {
	width: 100%;
	cursor: pointer;
	position: static;
	color: #000;
	font-family: "DMSans-Regular";
	margin-bottom: 0;
	padding-left: 43px;
	padding-top: 5px;
}
.form-check-input[type="checkbox"] ~ .form-check-label:before {
	content: "";
	position: absolute;
	left: 0px;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: transparent;
	top: 0;
	border: 1.5px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.3s;
}
.form-check-input[type="checkbox"] ~ .form-check-label:after {
	content: "";
	position: absolute;
	display: block;
	left: 10px;
	top: 12px;
	transition: all 0.3s;
	cursor: pointer;
	color: #fff;
	line-height: 17px;
}
.form-check-input[type="checkbox"]:checked ~ .form-check-label:before {
	border-color: #210800;
	border-radius: 6px;
	background: #210800;
}
.form-check-input[type="checkbox"]:checked ~ .form-check-label:after {
	left: 6px;
	top: 6px;
	content: "\e901";
	font-family: "icomoon";
	color: #fff;
	text-align: center;
}
.form-check-input[type="checkbox"]:checked:disabled ~ .form-check-label {
	pointer-events: none;
	cursor: default;
	opacity: 0.7;
}
.form-check-input[type="radio"]:checked ~ .form-check-label:before {
	border-color: #210800;
}
.form-check-input[type="radio"]:checked ~ .form-check-label:after {
	width: 10px;
	height: 10px;
	left: 4px;
	top: 7px;
	content: "";
	text-align: center;
	border-color: #210800;
	border-radius: 50%;
	background-color: #210800;
}
.form-check-input[type="radio"] {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	left: 0;
	z-index: -1;
	width: 16px;
	height: 16px;
	opacity: 0;
}
.form-check-input[type="radio"]:focus ~ .form-check-label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-check-input[type="radio"]:not(:disabled):active ~ .form-check-label::before {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
}
.form-check-input[type="radio"]:focus:not(:checked) ~ .form-check-label::before {
	border-color: #210800;
}
.form-check-input[type="radio"] ~ .form-check-label {
	width: 100%;
	cursor: pointer;
	position: static;
	color: #000;
	font-family: "DMSans-Regular";
	margin-bottom: 0;
	padding-left: 25px;
}
.form-check-input[type="radio"] ~ .form-check-label:before {
	content: "";
	position: absolute;
	left: 0px;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	top: 3px;
	border: 1.5px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.3s;
}
.form-check-input[type="radio"] ~ .form-check-label:after {
	content: "";
	position: absolute;
	display: block;
	left: 4px;
	top: 7px;
	transition: all 0.3s;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
@media (max-width: 1399.98px) {
	.form-group label span,
	.input-group label span {
		font-size: 10px;
	}
	.form-group .form-control,
	.form-group .input-group-text,
	.input-group .form-control,
	.input-group .input-group-text {
		height: 48px;
		padding: 10px;
	}
	.form-group .dateIcon:after,
	.form-group .timeIcon:after,
	.form-group .searchIcon:after,
	.input-group .dateIcon:after,
	.input-group .timeIcon:after,
	.input-group .searchIcon:after {
		top: 10px;
	}
	.form-group .fieldicon-input-right,
	.input-group .fieldicon-input-right {
		padding-inline-end: 30px;
	}
	.form-group .fieldicon-input-left,
	.input-group .fieldicon-input-left {
		padding-inline-start: 30px;
	}
	.form-group .fieldicon-right,
	.form-group .fieldicon-left,
	.input-group .fieldicon-right,
	.input-group .fieldicon-left {
		font-size: 14px;
		top: 12px;
	}
	.form-check-input[type="checkbox"] ~ .form-check-label {
		padding-left: 35px;
		padding-top: 3px;
		font-size: 15px;
	}
	.form-check-input[type="checkbox"] ~ .form-check-label:before {
		width: 24px;
		height: 24px;
	}
	.form-check-input[type="checkbox"] ~ .form-check-label:after {
		left: 5px;
		top: 3px;
		font-size: 14px;
	}
	.form-check-input[type="checkbox"]:checked ~ .form-check-label:after {
		left: 5px;
		top: 3px;
		font-size: 14px;
	}
}
@media (max-width: 1199.98px) {
	.form-check-input[type="checkbox"] ~ .form-check-label {
		padding-left: 30px;
		padding-top: 0;
	}
	.form-check-input[type="checkbox"] ~ .form-check-label::before {
		width: 20px;
		height: 20px;
	}
	.form-check-input[type="checkbox"]:checked ~ .form-check-label:after {
		left: 3px;
		top: 2px;
		font-size: 12px;
	}
}
@media (max-width: 991.98px) {
	.form-group,
	.input-group {
		margin-bottom: 15px;
	}
	.form-group .form-control,
	.form-group .input-group-text,
	.input-group .form-control,
	.input-group .input-group-text {
		padding: 6px 10px;
	}
	.form-group label,
	.input-group label {
		font-size: 14px;
	}
	.form-group .dateIcon:after,
	.form-group .timeIcon:after,
	.input-group .dateIcon:after,
	.input-group .timeIcon:after {
		font-size: 15px;
		line-height: 15px;
	}
	.form-group .fieldicon-input-right,
	.input-group .fieldicon-input-right {
		padding-inline-end: 28px;
	}
	.form-group .fieldicon-input-left,
	.input-group .fieldicon-input-left {
		padding-inline-start: 28px;
	}
	.form-group .fieldicon-right,
	.form-group .fieldicon-left,
	.input-group .fieldicon-right,
	.input-group .fieldicon-left {
		top: 11px;
	}
	.form-check-input[type="checkbox"] ~ .form-check-label {
		padding-left: 30px;
		padding-top: 2px;
		font-size: 14px;
	}
	.form-check-input[type="checkbox"]:checked ~ .form-check-label:after {
		left: 4px;
		top: 2px;
	}
	.form-check-input[type="radio"]:checked ~ .form-check-label:after {
		width: 6px;
		height: 6px;
	}
	.form-check-input[type="radio"] ~ .form-check-label {
		padding-left: 20px;
	}
	.form-check-input[type="radio"] ~ .form-check-label:before {
		width: 14px;
		height: 14px;
	}
	.form-check-input[type="radio"] ~ .form-check-label:after {
		width: 6px;
		height: px;
	}
	.form-check .custom-control-label::before {
		width: 14px;
		height: 14px;
	}
	.form-check .custom-control-label:after {
		width: 8px;
		height: 8px;
		left: 3px;
		top: 4px;
	}
}
.select2-selection__rendered::-webkit-scrollbar {
	height: 5px;
}
.select2-selection__rendered::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select2-selection__rendered::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
	border-radius: 50px;
}
input:-internal-autofill-selected,
input:-internal-autofill-previewed {
	-webkit-appearance: menulist-button;
	background-color: #fff !important;
	background-image: none !important;
	color: -internal-light-dark-color(#000, #fff) !important;
}
.form-control.is-valid,
.form-control.is-invalid {
	background-image: none;
	padding-right: inherit;
}
.userProfile {
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px solid #210800;
}
.userProfile img {
	overflow: hidden;
	object-fit: cover;
}
.userProfile label {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	right: 2px;
	bottom: 0;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 0px;
	background-color: #210800;
}
.userProfile label input {
	display: none;
}
@media (max-width: 1399.98px) {
	.userProfile label {
		width: 24px;
		height: 24px;
		line-height: 25px;
		font-size: 14px;
	}
}
@media (max-width: 991.98px) {
	.userProfile {
		width: 80px;
		height: 80px;
	}
	.userProfile label {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
}
.selectIcon {
	position: relative;
}
.selectIcon::after {
	position: absolute;
	content: "\e901";
	font-size: 15px;
	font-family: "icomoon";
	right: 18px;
	bottom: 20px;
	color: #000;
}
@media (max-width: 1399.98px) {
	.selectIcon::after {
		bottom: 13px;
	}
}
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?htxhm8");
	src: url("../fonts/icomoon.eot?htxhm8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?htxhm8") format("truetype"), url("../fonts/icomoon.woff?htxhm8") format("woff"),
		url("../fonts/icomoon.svg?htxhm8#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
	content: "\e930";
}
.icon-arrow-circle:before {
	content: "\e92f";
}
.icon-search:before {
	content: "\e92d";
}
.icon-close:before {
	content: "\e92e";
}
.icon-setting:before {
	content: "\e915";
}
.icon-support:before {
	content: "\e916";
}
.icon-bank:before {
	content: "\e90d";
}
.icon-bed:before {
	content: "\e90e";
}
.icon-book-open:before {
	content: "\e90f";
}
.icon-box-check:before {
	content: "\e910";
}
.icon-brain:before {
	content: "\e911";
}
.icon-chart-pie:before {
	content: "\e912";
}
.icon-chat-settings:before {
	content: "\e913";
}
.icon-cpu:before {
	content: "\e914";
}
.icon-database:before {
	content: "\e915";
}
.icon-document:before {
	content: "\e916";
}
.icon-dollar-square:before {
	content: "\e917";
}
.icon-file-search:before {
	content: "\e918";
}
.icon-flask-round:before {
	content: "\e919";
}
.icon-folder-settings:before {
	content: "\e91a";
}
.icon-football-shirt:before {
	content: "\e91b";
}
.icon-grid:before {
	content: "\e91c";
}
.icon-hand-holding-user:before {
	content: "\e91d";
}
.icon-heart-pulse:before {
	content: "\e91e";
}
.icon-laptop-code:before {
	content: "\e91f";
}
.icon-magicoon:before {
	content: "\e920";
}
.icon-newspaper:before {
	content: "\e921";
}
.icon-note-list:before {
	content: "\e922";
}
.icon-note-text:before {
	content: "\e923";
}
.icon-papers-text:before {
	content: "\e924";
}
.icon-phone:before {
	content: "\e925";
}
.icon-phone-call:before {
	content: "\e926";
}
.icon-pills:before {
	content: "\e927";
}
.icon-shopping-cart:before {
	content: "\e928";
}
.icon-tool:before {
	content: "\e929";
}
.icon-truck:before {
	content: "\e92a";
}
.icon-user-search:before {
	content: "\e92b";
}
.icon-users-group-alt:before {
	content: "\e92c";
}
.icon-ex:before {
	content: "\e908";
}
.icon-facebook:before {
	content: "\e909";
}
.icon-github:before {
	content: "\e90a";
}
.icon-linkedin:before {
	content: "\e90b";
}
.icon-youtube:before {
	content: "\e90c";
}
.icon-chat-setting:before {
	content: "\e900";
}
.icon-down:before {
	content: "\e901";
}
.icon-arrow-right:before {
	content: "\e902";
}
.icon-arrow-up:before {
	content: "\e903";
}
.icon-arrow-down:before {
	content: "\e904";
}
.icon-prev:before {
	content: "\e905";
}
.icon-next:before {
	content: "\e906";
}
.icon-support:before {
	content: "\e907";
}
.commonHead {
	margin-bottom: 35px;
}
.commonHead_title {
	font-size: 48px;
	font-family: "DMSans-Bold";
}
@media (max-width: 1399.98px) {
	.commonHead_title {
		font-size: 30px;
	}
}
@media (max-width: 991.98px) {
	.commonHead {
		margin-bottom: 25px;
	}
	.commonHead_title {
		font-size: 24px;
	}
}
@media (max-width: 575.98px) {
	.commonHead {
		margin-bottom: 20px;
	}
	.commonHead_title {
		font-size: 20px;
	}
}
.commonSubHead {
	font-size: 40px;
	font-family: "DMSans-Bold";
	margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
	.commonSubHead {
		font-size: 32px;
	}
}
@media (max-width: 991.98px) {
	.commonSubHead {
		font-size: 24px;
		margin-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.commonSubHead {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
.offerSec_card {
	height: 255px;
	padding: 0 15px;
}
.offerSec_card_img {
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.offerSec_card_img img {
	width: auto;
}
.offerSec_card_img img.imgCircle {
	max-width: 120px;
	margin-bottom: 25px;
}
.offerSec_card h3 {
	font-size: 20px;
	font-family: "DMSans-SemiBold";
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 20px;
	line-height: 1;
}
.offerSec_card p {
	font-size: 17px;
	font-family: "DMSans-Regular";
	color: #bebebe;
	line-height: 1.3;
}
.offerSec_card.ourStoryCard {
	height: auto;
}
@media (max-width: 1399.98px) {
	.offerSec_card_img img {
		width: 100px;
	}
	.offerSec_card h3 {
		font-size: 18px;
	}
	.offerSec_card p {
		font-size: 16px;
	}
}
@media (max-width: 575.98px) {
	.offerSec_card.ourStoryCard {
		width: 100%;
	}
}
.swiperProgress {
	height: 1000px;
}
.swiperProgress_slider {
	height: 100%;
}
.swiperProgress_slider:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 850px;
	background-color: #ffaf00;
	top: 0;
	right: 0;
	z-index: 1;
}
.swiperProgress_cnt {
	max-width: 405px;
	margin: 0 auto;
}
.swiperProgress_cnt h2 {
	font-size: 80px;
	margin-bottom: 40px;
	line-height: 1;
}
.swiperProgress_cnt h3 {
	font-size: 40px;
	margin-bottom: 40px;
	position: relative;
	width: fit-content;
	line-height: 1.2;
}
.swiperProgress_cnt h3:after {
	position: absolute;
	content: "";
	width: 145px;
	height: 62px;
	background-image: url("../images/circle_element.png");
	background-repeat: no-repeat;
	background-size: contain;
	right: 20px;
	bottom: 0;
}
.swiperProgress_cnt p {
	font-size: 22px;
	font-family: "DMSans-Regular";
	line-height: 1.45;
	margin-bottom: 20px;
}
.swiperProgress_cnt .btn {
	margin-top: 30px;
	min-width: 200px;
}
.swiperProgress .swiper-container {
	width: 100%;
	height: 100vh;
	z-index: 2;
	position: relative;
}
.swiperProgress .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.swiperProgress .swiper-slide {
	padding: 100px 0;
	background-color: transparent !important;
}
.swiperProgress .swiper-pagination {
	top: 50px !important;
	height: 20px;
}
.swiperProgress .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 20px;
}
.swiperProgress .swiper-pagination-bullet {
	position: relative;
	width: 140px;
	height: auto;
	text-align: left;
	border-radius: 0;
	opacity: 1;
	margin-right: 20px;
	background-color: transparent;
}
.swiperProgress .swiper-pagination-bullet em {
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: -0.38px;
	color: #111;
}
.swiperProgress .swiper-pagination-bullet i {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 6px;
	background-color: rgba(255, 255, 255, 0.3);
}
.swiperProgress .swiper-pagination-bullet b {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 0%;
	height: 6px;
	background-color: #ffaf00;
}
.swiperProgress .swiper-pagination-bullet-active {
	background-color: transparent;
}
.swiperProgress .swiper-pagination-bullet-active b {
	animation-name: countingBar;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: backwards;
}
@keyframes countingBar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@media (max-width: 1599px) {
	.swiperProgress {
		height: 850px;
	}
	.swiperProgress_cnt {
		max-width: 525px;
	}
	.swiperProgress_cnt h2 {
		font-size: 60px;
		margin-bottom: 25px;
	}
	.swiperProgress_cnt h3 {
		margin-bottom: 30px;
	}
	.swiperProgress_cnt p {
		font-size: 20px;
	}
	.swiperProgress .swiper-slide {
		padding: 60px 0;
	}
}
@media (max-width: 1399.98px) {
	.swiperProgress {
		height: 750px;
	}
	.swiperProgress_cnt .btn {
		line-height: 1.7;
		margin-top: 0;
		min-width: 160px;
	}
	.swiperProgress .swiper-pagination {
		top: 30px !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.swiperProgress .swiper-pagination-bullet {
		width: 100px;
	}
}
@media (max-width: 1199.98px) {
	.swiperProgress {
		height: 650px;
	}
	.swiperProgress_cnt {
		max-width: 525px;
	}
	.swiperProgress_cnt h2 {
		font-size: 45px;
	}
	.swiperProgress_cnt h3 {
		font-size: 30px;
	}
	.swiperProgress_cnt h3:after {
		width: 120px;
		height: 42px;
	}
	.swiperProgress_cnt p {
		font-size: 18px;
		margin-bottom: 10px;
	}
}
@media (max-width: 991.98px) {
	.swiperProgress {
		height: 550px;
	}
	.swiperProgress .swiper-pagination {
		top: 20px !important;
	}
	.swiperProgress .swiper-pagination-bullet {
		width: 70px;
	}
}
@media (max-width: 767.98px) {
	.swiperProgress {
		height: auto;
	}
	.swiperProgress .container {
		padding: 0;
	}
	.swiperProgress_cnt {
		margin: 0 15px;
	}
	.swiperProgress .swiper-container {
		height: 100%;
	}
	.swiperProgress .swiper-container .swiper-slide img {
		max-width: 525px;
		width: calc(100% - 40px) !important;
		margin: 0 auto;
	}
	.swiperProgress .swiper-slide {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.swiperProgress_slider:after {
		height: 640px;
		bottom: 0;
		top: auto;
	}
	.swiperProgress .swiper-pagination-bullet {
		width: 16%;
	}
}
.productCard_img {
	height: 265px;
	object-fit: cover;
	border-radius: 20px;
}
.productCard_img img {
	border-radius: 20px;
}
.productCard_cnt {
	margin-top: 30px;
}
.productCard_cnt ul li {
	color: #bebebe;
	font-size: 18px;
	font-family: "DMSans-Regular";
}
.productCard_cnt ul li:not(:last-child) {
	margin-right: 15px;
}
.productCard_cnt ul li img {
	margin-right: 6px;
}
.productCard_cnt .title {
	font-size: 40px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.productCard_cnt p {
	font-size: 18px;
	color: #bebebe;
	font-size: 18px;
	font-family: "DMSans-Regular";
	line-height: 1.2;
	padding-bottom: 20px;
	border-bottom: 2px solid #f3f1ed;
}
.productCard_cnt .btn {
	line-height: 2.1;
}
.productCard-plan .productCard_cnt p {
	padding-top: 20px;
	border-top: 2px solid #f3f1ed;
}
.productCard-plan .price-container {
	font-size: 36px;
	font-family: "DMSans-SemiBold";
	display: flex;
	align-items: center;
}
.productCard-plan .currency-symbol {
	font-size: 26px;
	font-family: "DMSans-SemiBold";
	color: #ff6227;
	margin-right: 4px;
}
.productCard-plan .discounted-price {
	color: #ff6227;
}
.productCard-plan .original-price {
	font-size: 20px;
	font-family: "DMSans-Regular";
	color: #bebebe;
	margin-left: 10px;
	text-decoration: line-through;
}
@media (max-width: 1399.98px) {
	.productCard_cnt .title {
		font-size: 28px;
	}
	.productCard_cnt p {
		font-size: 16px;
	}
	.productCard-plan .price-container {
		font-size: 28px;
	}
}
@media (max-width: 991.98px) {
	.productCard-plan {
		margin-bottom: 24px;
	}
}
@media (max-width: 575.98px) {
	.productCard_cnt ul li {
		font-size: 15px;
	}
	.productCard_cnt .title {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.productCard_cnt p {
		font-size: 14px;
	}
}
.testimonialSec .swiper-slide {
	transition: 0.5s all;
}
.testimonialSec .swiper-pagination-testimonial {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative !important;
	margin-top: 100px;
	margin: 0 -15px;
}
.testimonialSec .swiper-pagination-bullet {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 92px;
	height: 92px;
	margin: 0 15px !important;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
	opacity: 1 !important;
}
.testimonialSec .swiper-pagination-bullet span {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 82px;
	border-radius: 50%;
}
.testimonialSec .progressBar {
	transform: rotate(-90deg);
}
.testimonialSec .circle-origin {
	fill: transparent;
	stroke: #427bb4;
	stroke-width: 4px;
	stroke-linecap: round;
	stroke-dasharray: 272px;
	stroke-dashoffset: 272px;
}
.testimonialSec .swiper-pagination-bullet-active {
	transform: scale(1.32);
	background-color: #c1dfff;
}
.testimonialSec .swiper-pagination-bullet-active span {
	padding: 5px;
	width: 84px;
	height: 84px;
	display: block;
	background-color: #fff;
}
.testimonialSec .swiper-pagination-bullet-active .circle-origin {
	animation: progress 5s;
}
@keyframes progress {
	0% {
		stroke-dashoffset: 272px;
	}
	90% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: -272px;
	}
}
.innerBanner {
	background-color: #210800;
	background-image: url("/wp-content/uploads/2025/09/GradientBlur.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 153px 0px 49px;
	border-radius: 0 0 40px 40px;
}
.innerBanner-sm {
	background-image: none;
	min-height: 450px;
}
.innerBanner-sm .breadcrumb {
	margin-bottom: 50px;
	left: 0px;
}
.innerBanner .container {
	position: relative;
}
.innerBanner h1 {
	font-size: 56px;
	font-family: "DMSans-Bold";
	margin-bottom: 25px;
}
.innerBanner h2 {
	font-size: 24px;
	font-family: "DMSans-Regular";
	line-height: 1.5;
}
.innerBanner_right img {
	margin-left: auto;
	display: block;
	border-radius: 30px;
}
.innerBanner .searchWrapper {
	min-width: 550px;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.innerBanner .searchWrapper .form-control {
	border-radius: 60px;
	padding: 10px 65px 10px 35px;
}
.innerBanner .searchWrapper .form-control::placeholder {
	color: #737676;
}
.innerBanner .searchWrapper .btn {
	position: absolute;
	width: 44px;
	height: 44px;
	right: 6px;
	top: 50%;
	background-color: #fe3262;
	transform: translateY(-50%);
}
.innerBanner .searchWrapper .btn em {
	color: #fff;
	margin: 0;
	font-size: 18px;
}
@media (max-width: 767.98px) {
	.innerBanner .searchWrapper {
		min-width: 350px;
		max-width: 350px;
	}
	.innerBanner .searchWrapper_right img {
		margin: auto;
	}
	.innerBanner .searchWrapper .btn {
		width: 38px;
		height: 38px;
		right: 6px;
	}
}
@media (max-width: 1600px) {
	.innerBanner {
		background-size: 67%;
	}
	.innerBanner_right img {
		max-width: 570px;
		width: 100%;
	}
	.innerBanner h1 {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.innerBanner h2 {
		font-size: 22px;
	}
}
@media (max-width: 1399.98px) {
	.innerBanner h1 {
		font-size: 38px;
	}
}
@media (max-width: 991.98px) {
	.innerBanner {
		padding-top: 120px;
		padding-bottom: 30px;
	}
	.innerBanner-sm {
		min-height: auto;
	}
	.innerBanner h2 {
		font-size: 18px;
	}
}
@media (max-width: 767.98px) {
	.innerBanner {
		padding-top: 90px;
	}
	.innerBanner-sm .breadcrumb {
		margin-bottom: 25px;
	}
	.innerBanner h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.innerBanner h2 {
		font-size: 16px;
	}
}
@media (max-width: 575.98px) {
	.innerBanner h1 {
		font-size: 26px;
	}
	.innerBanner_right {
		margin-bottom: 20px;
	}
	.innerBanner_left {
		text-align: center;
	}
}
.breadcrumb {
	background-color: rgba(254, 50, 98, 0.1)
		;
	border: 1px rgba(254, 50, 98, 0.41)
		;
	padding: 8px 12px;
	border-radius: 10px;
	display: inline-flex;
	top: 0;
	left: 15px;
	max-width: 47%;
}
.breadcrumb li {
	font-size: 16px;
}
.breadcrumb li a {
	color: rgba(255, 255, 255, 0.5);
}
.breadcrumb li.active {
	font-family: "DMSans-Bold";
	color: #fff;
	opacity: 1;
}
@media (max-width: 991.98px) {
	.breadcrumb {
		position: static;
		max-width: 100%;
		padding: 4px 10px;
		border-radius: 6px;
	}
	.breadcrumb li {
		font-size: 14px;
	}
}
.workflowBox {
	background-color: #fe3262;
	border-radius: 16px;
	overflow: hidden;
	padding-top: 13px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	height: 100%;
}
.workflowBox h2 {
	font-size: 22px;
	font-family: "DMSans-Bold";
	text-align: center;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.workflowBox_inner {
	background-color: #29010B;
	margin-top: 13px;
	padding: 20px 16px;
	border-radius: 16px;
	height: calc(100% - 73px);
}
.workflowBox_inner ul {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.workflowBox_inner ul li {
	position: relative;
	padding: 9px 0 9px 28px;
	min-height: 50px;
	font-size: 15px;
}
.workflowBox_inner ul li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.workflowBox_inner ul li::before {
	content: "";
	background-image: url("https://aira.ismynewsite.com/wp-content/uploads/2025/09/check-circle1.png");
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0;
	top: 11px;
}
@media (max-width: 1399.98px) {
	.workflowBox h2 {
		font-size: 18px;
	}
	.workflowBox_inner {
		padding: 10px 10px;
	}
}
@media (max-width: 575.98px) {
	.workflowBox {
		height: auto;
	}
	.workflowBox h2 {
		min-height: auto;
	}
	.workflowBox_inner ul li {
		min-height: auto;
	}
}
.commonTabVert_top {
	margin-bottom: 20px;
}
.commonTabVert_top.nav-pills {
	max-width: fit-content;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.35);
	border-radius: 60px;
	padding: 6px;
}
.commonTabVert_top .nav-link {
	background-color: transparent;
	color: #fff;
	border-radius: 35px;
	font-size: 20px;
	font-family: "DMSans-Medium";
	height: 48px;
	min-width: 160px;
}
.commonTabVert_top .nav-link.active {
	color: #000;
	font-family: "DMSans-Bold";
	background-color: #fff;
}
.commonTabVert_mid {
	background-color:#29000A;
	border-color:#A10C2C !important;


}
.commonTabVert_mid .nav-pills {
	padding: 30px 18px 30px 30px;
}
.commonTabVert_mid .nav-link {
	text-align: left;
	padding: 14px 20px;
	border-radius: 14px;
	background-color: transparent;
	font-size: 20px;
	font-family: "DMSans-Medium";
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	height: 66px;
}
.commonTabVert_mid .nav-link .iconBox {
	width: 30px;
	flex-shrink: 0;
	margin-right: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.commonTabVert_mid .nav-link.active {
	background-color: #FE3262;
	/* Rectangle 39661 */


	box-shadow: inset 0px 2px 28px 6px #FF7D20;


}
.commonTabVert_mid .nav-link.active img {
	filter: brightness(2);
}
.commonTabVert_mid .nav-link:not(:last-child):after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
	bottom: -2px;
	left: 75px;
	opacity: 0.18;
}
.commonTabVert_mid .tab-content {
	padding: 12px;
}
.commonTabVert_mid .tab-pane img {
	width: 100%;
}
.commonTabVert_mid_tab .tabContent_cnt {
	position: absolute;
	top: 80px;
	left: 45px;
}
.commonTabVert_mid_tab .tabContent_cnt h3 {
	font-size: 40px;
	font-family: "DMSans-Bold";
	color: #000;
	max-width: 350px;
	margin-bottom: 40px;
}
.commonTabVert_mid_tab .tabContent_btm {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
}
.commonTabVert_mid_tab .tabContent_btm .btmCard {
	background-color: #fff;
	border-radius: 20px;
}
.commonTabVert_mid_tab .tabContent_btm .btmCard_head {
	padding: 15px 17px;
}
.commonTabVert_mid_tab .tabContent_btm .btmCard_text {
	font-size: 32px;
	color: #000000;
	font-family: "DMSans-SemiBold";
	display: block;
	margin-left: 15px;
}
.commonTabVert_mid_tab .tabContent_btm .btmCard_btm {
	padding: 15px;
	height: 55px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.commonTabVert_mid_tab .tabContent_btm .btmCard_btm p {
	font-size: 14px;
	font-family: "DMSans-Medium";
	line-height: normal;
	color: #411d66;
	text-align: center;
}
@media (max-width: 1600px) {
	.commonTabVert_mid .nav-link {
		font-size: 16px;
		padding: 10px;
		height: 55px;
	}
	.commonTabVert_mid_tab .tabContent_btm .btmCard_head {
		padding: 10px 10px;
	}
	.commonTabVert_mid_tab .tabContent_btm .btmCard_text {
		font-size: 20px;
	}
}
@media (max-width: 1199.98px) {
	.commonTabVert_mid .nav-pills {
		padding: 15px;
	}
	.commonTabVert_mid .nav-link {
		font-size: 16px;
		padding: 10px;
		height: 45px;
	}
	.commonTabVert_mid .nav-link:not(:last-child):after {
		left: 9px;
	}
	.commonTabVert_mid_tab .tabContent {
		height: 535px;
	}
	.commonTabVert_mid_tab .tabContent > img {
		height: 100%;
		object-fit: cover;
		border-radius: 15px;
	}
	.commonTabVert_mid_tab .tabContent_btm .btmCard_head {
		padding: 10px 10px;
	}
	.commonTabVert_mid_tab .tabContent_btm .btmCard_text {
		font-size: 18px;
	}
}
@media (max-width: 991.98px) {
	.commonTabVert_mid_tab .tabContent_cnt {
		left: 20px;
		top: 30px;
	}
	.commonTabVert_mid_tab .tabContent_cnt h3 {
		font-size: 28px;
	}
	.commonTabVert_mid .nav-pills {
		display: inline-flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		flex-direction: row !important;
	}
	.commonTabVert_mid .nav-link {
		white-space: nowrap;
	}
	.commonTabVert_mid .nav-link:not(:last-child):after {
		display: none;
	}
	.commonTabVert_mid .nav-link .iconBox {
		margin-right: 13px;
		width: 20px;
	}
	.commonTabVert_mid .nav-link .iconBox img {
		height: 20px;
	}
}
@media (max-width: 767.98px) {
	.commonTabVert_mid_tab .tabContent_cnt {
		left: 10px;
		top: 20px;
	}
	.commonTabVert_mid_tab .tabContent_cnt h3 {
		font-size: 24px;
	}
}
@media (max-width: 575.98px) {
	.commonTabVert_top .nav-link {
		font-size: 14px;
		padding: 8px;
		height: 38px;
		min-width: 120px;
	}
	.commonTabVert_mid_tab .tabContent {
		height: 455px;
	}
	.commonTabVert_mid_tab .tabContent_cnt h3 {
		max-width: 280px;
	}
	.commonTabVert_mid_tab .tabContent_btm .btmCard_btm {
		padding: 10px;
		height: 45px;
	}
	.commonTabVert_mid_tab .tabContent_btm .btmCard_btm p {
		font-size: 12px;
		color:#000 !important;
	}
}
.commonList {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.commonList li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	font-family: "DMSans-Regular";
}
.commonList li:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background-color: #FE3262;
	top: 5px;
	left: 0;
	border-radius: 50%;
}
.commonList li:not(:last-child):after {
	position: absolute;
	content: "";
	width: calc(100% - 38px);
	height: 2px;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
	bottom: -2px;
	left: 38px;
	opacity: 0.18;
}
@media (max-width: 1399.98px) {
	.commonList li {
		font-size: 16px;
	}
	.commonList li:before {
		width: 14px;
		height: 14px;
	}
}
@media (max-width: 991.98px) {
	.commonList li {
		padding-left: 28px;
	}
	.commonList li:not(:last-child):after {
		left: 28px;
	}
	.commonList li:before {
		width: 12px;
		height: 12px;
	}
}
@media (max-width: 575.98px) {
	.commonList li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
.percentBox {
	padding: 0 30px;
	background-color: rgba(255, 255, 255, 0.1);
/* 	border-radius: 24px; */
	margin-bottom: 26px;
	height: 100%;
}
.percentBox_head {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	padding-top: 10px;
}
.percentBox_text {
	font-size: 56px;
	margin-left: 13px;
	display: inline-block;
	background: linear-gradient(180deg, #fff 0%, #fe3262 53%, #fff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.percentBox_body {
	font-size: 18px;
	padding: 14px 0px;
}
.percentBox.commonBorder {
	background-color: rgba(254, 50, 98, 0.2);
	margin-bottom: 0px;
}
.percentBox.commonBorder .percentBox_head {
	border-color: #280916;
}
.percentBox.commonBorder .percentBox_body {
	font-size: 20px;
}
@media (max-width: 1599px) {
	.percentBox {
		padding: 0 20px;
	}
	.percentBox_head img {
		width: 45px;
	}
	.percentBox_text {
		font-size: 45px;
	}
	.percentBox_body {
		font-size: 16px;
		padding: 12px 0px;
	}
}
@media (max-width: 1399.98px) {
	.percentBox {
		padding: 0 15px;
	}
	.percentBox_head img {
		width: 35px;
	}
	.percentBox_text {
		font-size: 35px;
	}
}
@media (max-width: 1199.98px) {
	.percentBox_body {
		font-size: 16px !important;
	}
}
@media (max-width: 991.98px) {
	.percentBox {
		border-radius: 16px;
	}
	.percentBox_head img {
		width: 30px;
	}
	.percentBox_text {
		font-size: 30px;
	}
}
.modal-dialog {
	max-width: 600px;
}
.modal-title {
	font-family: "DMSans-SemiBold";
	font-size: 18px;
}
.mealDeliveryModal .contactUs_form {
	max-width: 600px;
}
.mealDeliveryModal .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9;
}
.careerModal {
	max-width: 465px;
	border-radius: 24px;
}
.careerModal .custom-upload-wrapper {
	position: relative;
	text-align: center;
	background: #f1f4f7;
	padding: 15px;
	border: 2px dashed #d6dce3;
	border-radius: 12px;
	cursor: pointer;
	transition: background 0.3s;
	height: 106px;
}
.careerModal .custom-upload-wrapper br {
	display: none;
}
.careerModal .custom-upload-wrapper:hover {
	background: #e8edf1;
}
.careerModal .custom-upload-input {
	display: none;
}
.careerModal .custom-upload-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-weight: 500;
	color: #7b8a98;
}
.careerModal .custom-upload-label .upload-icon {
	width: 33px;
	height: 28px;
	opacity: 0.6;
}
.careerModal .file-name-display {
	margin-top: 10px;
	font-size: 14px;
	color: #555;
}
.header {
	z-index: 9999;
}
.header .headerTop {
	background-color: #000;
	padding: 7px 0;
}
.header .headerTop p {
	font-size: 13px;
	color: #fff;
	font-family: "DMSans-Regular";
	line-height: 1;
}
.header .navbar {
	padding: 10px 0;
	background-color: transparent;
}
@media (min-width: 992px) {
	.header .navbar .border-right {
		position: relative;
		padding-right: 30px;
	}
	.header .navbar .border-right:after {
		content: "";
		position: absolute;
		right: 15px;
		width: 1px;
		background-color: rgba(0, 0, 0, 0.1);
		height: 100%;
		top: 0;
	}
}
.header .navbar .learnMore {
	font-size: 16px;
	color: #fe3262;
	font-family: "DMSans-Medium";
	display: inline-block;
	margin-top: 17px;
	padding-right: 20px;
	position: relative;
}
.header .navbar .learnMore:after {
	content: "\e906";
	font-family: "icomoon" !important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
}
.header .navbar-brand {
	padding: 0 !important;
	display: inline-block;
}
.header .navbar-brand img {
	max-width: 140px;
}
.header .navbar-brand img.dark {
	display: none;
}
.header .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	font-family: "DMSans-Medium";
	color: #fff;
}
.header .navbar-nav .nav-item .nav-link.active {
	font-family: "DMSans-SemiBold";
}
.header .navbar-nav .nav-item:hover .megaMenu {
	display: block;
}
.header .navbar-nav .nav-item:not(:last-child) .nav-link {
	margin-right: 40px;
}
.header .navbar-nav .nav-item.dropdown .nav-link {
	position: relative;
}
.header .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
	border-top: 0px !important;
}
.header .navbar-nav .nav-item.dropdown .dropdown-toggle.show:after {
	transform: translateY(-50%) rotate(180deg);
	transform-origin: center;
	transition: all 0.3s ease;
}
.header .navbar-nav .nav-item:nth-child(3) .dropdown-menu {
	left: 48%;
	min-width: 271px;
}

.header .navbar-nav .dropdown {
	display: flex;
}

.header .navbar-nav .dropdown > .nav-link {
	margin: 0 !important;
}

.header .navbar-nav li.nav-item.dropdown {
	margin-right: 40px;
}
.header .navbar-nav .nav-item:nth-child(3) .dropdown-menu ul {
	display: block;
	flex-wrap: wrap;
}
.header .navbar-nav .nav-item:nth-child(4) .dropdown-menu {
	left: 60%;
	min-width: 264px;
}
.header .navbar-nav .nav-item:nth-child(4) .dropdown-menu ul {
	display: block;
	flex-wrap: wrap;
}
.header .navbar-toggler {
	border: 0;
}
.header .navbar-toggler:focus {
	box-shadow: none;
}
.header .navbar .headerBtn .btn {
	line-height: 3;
	height: 42px;
	margin-left: 10px;
}
.header .navbar .headerBtn .btn-login {
	width: 76px;
	color: #fff;
}

.header .navbar .headerBtn .btn-login {
	border-color:#FE3262 !important;
}
.header .navbar .headerBtn .btn-login:hover{
	background-color:#FE3262 !important;
	color:white !important;
}
.header .navbar .flagDropdown .btn {
	padding: 0;
	background-color: rgba(255, 255, 255, 0.18);
	border: 0;
	width: 73px;
	justify-content: start !important;
	padding-left: 6px;
}
.header .navbar .flagDropdown .btn:hover,
.header .navbar .flagDropdown .btn:focus,
.header .navbar .flagDropdown .btn:active {
	background-color: rgba(255, 255, 255, 0.18) !important;
}
.header .navbar .flagDropdown .btn em {
	color: #fff;
	font-size: 12px;
}
.header .navbar .flagDropdown .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #fff;
}
.header .navbar .flagDropdown .dropdown-menu {
	position: absolute;
	overflow: hidden;
	width: 100px;
	padding: 10px;
	top: 59px;
	right: auto;
	left: 0;
}
.header .navbar .flagDropdown .dropdown-menu a {
	font-family: "DMSans-SemiBold";
}
.header .navbar .flagDropdown .dropdown-menu a:hover,
.header .navbar .flagDropdown .dropdown-menu a:focus {
	background-color: transparent;
	color: #000;
}
.header .navbar .dropdown-product .dropdown-menu {
	width: 1229px;
}
.header .navbar .dropdown-solution .dropdown-menu {
	left: 30%;
}
.header .navbar .dropdown-solution .dropdown-menu ul {
	display: block;
	flex-wrap: wrap;
}
.header .navbar .dropdown-resources .dropdown-menu {
	left: 48%;
	min-width: 271px;
}
.header .navbar .dropdown-resources .dropdown-menu ul {
	display: block;
	flex-wrap: wrap;
}
.header .navbar .dropdown-company .dropdown-menu {
	left: 60%;
	min-width: 264px;
}
.header .navbar .dropdown-company .dropdown-menu ul {
	display: block;
	flex-wrap: wrap;
}
.header .navbar .dropdown-menu {
	padding: 23px;
	border-radius: 20px;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	border: 0;
}
.header .navbar .dropdown-menu h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "DMSans-SemiBold";
	margin-bottom: 19px;
}
.header .navbar .dropdown-menu ul {
	display: flex;
	flex-wrap: wrap;
}
.header .navbar .dropdown-menu ul.noHover .dropdownItem {
	pointer-events: none !important;
}
.header .navbar .dropdown-menu .dropdownItem {
	padding: 7px 0px;
	display: flex;
	align-items: center;
	flex-basis: 50%;
	flex-grow: 1;
	flex-shrink: 0;
}
.header .navbar .dropdown-menu .dropdownItem a {
	display: flex;
	align-items: center;
	flex-basis: 50%;
	flex-grow: 1;
	flex-shrink: 0;
}
.header .navbar .dropdown-menu .dropdownItem_icon {
	height: 38px;
	width: 38px;
	border-radius: 8px;
	display: block;
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	color: #fe3262;
	flex-shrink: 0;
	font-size: 21px;
}
.header .navbar .dropdown-menu .dropdownItem_icon img{
	width:24px;
	height:24px
}
.header .navbar .dropdown-menu .dropdownItem:hover  img{
	filter: brightness(0) invert(1);
}
.header .navbar .dropdown-menu .dropdownItem_text {
	font-size: 16px;
	font-family: "DMSans-Medium";
	color: #000;
}
.header .navbar .dropdown-menu .dropdownItem:hover {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .navbar .dropdown-menu .dropdownItem:hover .dropdownItem_icon {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fe3262;
}
.header .navbar .dropdown-menu .dropdownItem:hover .dropdownItem_icon em {
	color: #fff;
}
.header .navbar .dropdown-menu .dropdownItem:hover .dropdownItem_text {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #210800;
}
@media (max-width: 991.98px) {
	.header .navbar-collapse {
		position: fixed;
		top: 60px;
		left: 0;
		padding: 10px;
		height: calc(100vh - 60px) !important;
		width: 100%;
		background-color: #210800 !important;
		z-index: 999;
		flex-direction: column;
		justify-content: space-between !important;
		align-items: flex-start;
		display: none;
	}
	.header .navbar-collapse.show {
		display: flex;
	}
	.header .navbar-collapse.show .navbar-nav {
		width: 100%;
	}
	.header .navbar-collapse.show .nav-link {
		color: #fff !important;
	}
	.header .navbar-collapse.show .nav-link:after {
		color: #fff !important;
	}
	.header .navbar-collapse.show .dropdown-menu {
		background-color: #0e0522 !important;
	}
	.header .navbar-collapse.show .dropdown-menu h3 {
		color: #fff !important;
	}
	.header .navbar-collapse.show .dropdown-menu .dropdownItem .dropdownItem_text {
		color: #fff !important;
	}
}
.header-light {
	background-color: #fff;
}
.header-light > * {
	color: #222222 !important;
}
.header-light .navbar-brand img.light {
	display: none;
}
.header-light .navbar-brand img.dark {
	display: block;
}
.header-light .navbar .nav-item .nav-link {
	color: #222222;
}
.header-light .navbar .nav-item.dropdown .nav-link:after {
	color: #222222;
}
.header-light .navbar .flagDropdown .btn {
	background-color: rgba(0, 0, 0, 0.3);
}
.header-light .navbar .flagDropdown .btn:hover,
.header-light .navbar .flagDropdown .btn:focus,
.header-light .navbar .flagDropdown .btn:active {
	background-color: #676767 !important;
}
.header-light .navbar .headerBtn .btn-login {
	color: #222222;
}
.header-search {
	color: #000;
	font-size: 22px;
	display: inline-flex;
	margin-right: 25px;
}
.header-search:hover {
	color: #000;
}
@media (max-width: 1399.98px) {
	.header .btn {
		padding-top: 5px;
		font-size: 16px;
	}
	.header .navbar-brand img {
		max-width: 140px;
	}
	.header .navbar-nav .nav-item .nav-link {
		padding: 20px 0;
	}
	.header .navbar-nav .nav-item .nav-link {
		margin-right: 30px !important;
	}
	.header-search {
		margin-right: 15px;
	}
}
@media (max-width: 1199.98px) {
	.header .navbar-brand {
		margin-right: 40px;
	}
	.header .navbar .dropdown-product .dropdown-menu {
		width: 100% !important;
	}
	.header .navbar-nav .nav-item .nav-link {
		padding: 10px 0;
	}
}
@media (max-width: 991.98px) {
	.header .navbar .dropdown-menu {
		position: static;
		transform: none;
		width: 100% !important;
		max-height: 300px;
		overflow-y: auto;
		overflow-x: hidden;
		border-radius: 0;
	}
	.header .navbar .dropdown-menu h3 {
		font-size: 16px;
	}
	.header .navbar-toggler {
		background-color: #fff;
		padding: 2px 5px;
	}
	.header .navbar-nav .nav-item .nav-link {
		margin-right: 30px !important;
	}
}
@media (max-width: 767.98px) {
	.header .navbar {
		padding: 10px 0;
	}
	.header .navbar .dropdown-menu {
		padding: 10px;
	}
	.header .navbar .dropdown-menu h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.header .navbar .dropdown-menu .dropdownItem {
		margin-bottom: 8px;
	}
	.header .navbar .dropdown-menu .dropdownItem_icon {
		height: 28px;
		width: 28px;
		font-size: 16px;
	}
	.header .navbar .dropdown-menu .dropdownItem_text {
		font-size: 13px;
	}
}
@media (max-width: 575.98px) {
	.header .navbar-brand {
		margin-right: 0;
	}
	.header .navbar-brand img {
		max-width: 100px;
	}
	.header .navbar .headerBtn {
		margin-right: 10px !important;
	}
	.header .navbar .headerBtn .btn {
		height: 42px;
		font-size: 16px;
	}
}
.fixedBtn {
	position: fixed;
	right: 0;
	top: 200px;
	background-color: #fff;
}
.departmentLinks ul li {
	pointer-events: none;
}
.footer {
	position: relative;
	padding-top: 80px;
}
.footer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100%;
	height: 100%;
	background: #150509;
	background: radial-gradient(50% 50% at 50% 50%, rgba(254, 50, 98, 0) 0%, #FE3460 100%);
	opacity: 0.75;
	z-index: -1;
	filter: blur(200px);
}
.footer .getUpdatesWrapper {
	position: relative;
}
.footer .getUpdatesWrapper::before {
	content: "";
	height: 195px;
	width: 100%;
	position: absolute;
	bottom: -50px;
	background-image: url("https://aira.ismynewsite.com/wp-content/uploads/2025/09/Vector.png");
	background-repeat: no-repeat;
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-position: center;
	background-size: 100%;
}
.footer .getUpdates {
	background-color: #FFDDD5;
	max-width: 1358px;
	min-height: 350px;
	margin: 0 auto;
	border-radius: 50px;
	text-align: center;
	padding: 77px 0px;
	overflow: hidden;
	position: relative;
}
.footer .getUpdates::before {
	content: "";
	height: 345px;
	width: 345px;
	border-radius: 50%;
	background: #ffaf00;
	background: radial-gradient(50% 50% at 50% 50%, rgba(254, 50, 98, 0) 0%, #FE3262 100%);
	position: absolute;
	left: -146px;
	top: -42%;
}
.footer .getUpdates::after {
	content: "";
	height: 345px;
	width: 345px;
	border-radius: 50%;
	background: #ffaf00;
	background: radial-gradient(50% 50% at 50% 50%, rgba(254, 50, 98, 0) 0%, #FE3262 100%);
	position: absolute;
	right: -53px;
	bottom: -58%;
}
.footer .getUpdates h1 {
	font-size: 56px;
	color: #000;
	font-family: "DMSans-Bold";
}
.footer .getUpdates p {
	font-size: 26px;
	font-family: "DMSans-Medium";
	color: rgba(0, 0, 0, 0.74);
	margin-bottom: 26px;
}
.footer .subscribForm {
	max-width: 463px;
	margin: 0 auto;
	z-index: 9;
}
.footer .subscribForm p {
	margin-bottom: 0px !important;
	font-size: 16px !important;
}
.footer .subscribForm p .wpcf7-not-valid-tip {
	margin-top: 10px !important;
}
.footer .subscribForm .form-control {
	height: 58px;
	border-radius: 60px;
	padding: 7px 162px 7px 27px;
	-o-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.11);
	-ms-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.11);
	box-shadow: 0 5px 21px rgba(0, 0, 0, 0.11);
	border: 1px solid rgba(0, 0, 0, 0.09);
	font-size: 16px;
	font-family: "DMSans-Medium";
}
.footer .subscribForm .btn {
	position: absolute;
	top: 7px;
	right: 6px;
	height: 45px;
	padding: 0px 14px 0px 5px;
}
.footer .subscribForm .btn span {
	display: block;
	height: 35px;
	width: 35px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000d49;
	border-radius: 50%;
	margin-right: 7px;
}
.footer .subscribForm .btn span em {
	margin: 0;
}
.footer .footerLinks {
	padding-top: 117px;
	background-color: #29000A;
}
.footer .footerLinks h2 {
	font-size: 18px;
	margin-bottom: 31px;
	font-family: "DMSans-Medium";
}
.footer .footerLinks li {
	margin-bottom: 18px;
}
.footer .footerLinks li a {
	color: rgba(255, 255, 255, 0.6);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer .footerLinks li a:hover {
	color: #fff;
}
.footer .copyrightWrapper {
	background-color: #29010B;
}
.footer .copyright {
	padding: 20px 0px;
	border-top: 1px solid rgba(229, 229, 229, 0.2);
}
.footer .copyright p {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
}
.footer .socialLink {
	text-align: right;
	margin: 0;
}
.footer .socialLink li a {
	color: #fe3262;
	font-size: 15px;
	height: 28px;
	width: 28px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer .socialLink li a:hover {
	background-color: #FE3262;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 1499px) {
	.footer .getUpdatesWrapper:before {
		height: 185px;
	}
	.footer .getUpdates h1 {
		font-size: 40px;
		position: relative;
	}
	.footer .footerLinks {
		padding-top: 60px;
	}
}
@media (max-width: 1399.98px) {
	.footer .getUpdatesWrapper {
		max-width: 96%;
		margin: 0 auto;
	}
	.footer .getUpdatesWrapper:before {
		height: 170px;
	}
}
@media (max-width: 1199.98px) {
	.footer .footerLinks {
		padding-top: 40px;
	}
	.footer .footerLinks h2 {
		margin-bottom: 22px;
	}
	.footer .footerLinks li {
		margin-bottom: 10px;
	}
	.footer .getUpdatesWrapper:before {
		height: 160px;
	}
	.footer .subscribForm {
		z-index: 1;
	}
}
@media (max-width: 991.98px) {
	.footer {
		padding-top: 30px;
	}
	.footer .getUpdatesWrapper:before {
		height: 134px;
	}
	.footer .getUpdates {
		border-radius: 24px;
		padding: 46px 0px;
	}
	.footer .getUpdates h1 {
		font-size: 34px;
		position: relative;
		z-index: 1;
	}
	.footer .getUpdates p {
		font-size: 24px;
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 767.98px) {
	.footer .footerLinks img {
		width: 120px;
	}
	.footer .copyright {
		text-align: center;
	}
	.footer .copyright p {
		margin-bottom: 15px;
	}
	.footer .copyright ul {
		margin: 0 auto;
		text-align: center;
	}
}
@media (max-width: 575.98px) {
	.footer .getUpdatesWrapper:before {
		height: 120px;
	}
	.footer .getUpdates {
		padding: 25px;
		min-height: 260px;
	}
	.footer .getUpdates:after,
	.footer .getUpdates:before {
		display: none;
	}
	.footer .getUpdates h1 {
		font-size: 22px;
		max-width: 360px;
		margin: 0 auto 15px;
	}
	.footer .getUpdates p {
		font-size: 18px;
		position: relative;
		z-index: 1;
	}
}
@media (max-width: 360px) {
	.footer .getUpdatesWrapper:before {
		height: 119px;
	}
	.footer .getUpdates {
		padding: 30px 15px;
	}
}
.font-lt {
	font-family: "DMSans-Light" !important;
}
.font-rg {
	font-family: "DMSans-Regular" !important;
}
.font-md {
	font-family: "DMSans-Medium" !important;
}
.font-sm {
	font-family: "DMSans-SemiBold" !important;
}
.font-bd {
	font-family: "DMSans-Bold" !important;
}
.font-arg {
	font-family: "AllenoireFreePersonal-Regular" !important;
}
.font-bys {
	font-family: "Better-Yesterday" !important;
}
.mb-30 {
	margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
	.mb-30 {
		margin-bottom: 20px;
	}
}
.br-10 {
	border-radius: 10px;
}
.br-5 {
	border-radius: 5px !important;
}
.link-secondary {
	color: #6755df !important;
}
.link-secondary:hover {
	color: #412ad7 !important;
}
.py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 1599px) {
	.py-80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media (max-width: 1199.98px) {
	.py-80 {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
@media (max-width: 991.98px) {
	.py-80 {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
.py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (max-width: 1399.98px) {
	.py-70 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (max-width: 1199.98px) {
	.py-70 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 991.98px) {
	.py-70 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.py-70 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (max-width: 1399.98px) {
	.py-50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 1199.98px) {
	.py-50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width: 991.98px) {
	.py-50 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.p-30 {
	padding: 15px;
}
@media (min-width: 768px) {
	.p-30 {
		padding: 15px;
	}
}
@media (min-width: 992px) {
	.p-30 {
		padding: 20px;
	}
}
@media (min-width: 1200px) {
	.p-30 {
		padding: 30px;
	}
}
.text-42 {
	font-size: 42px;
}
@media (max-width: 1399.98px) {
	.text-42 {
		font-size: 32px;
	}
}
@media (max-width: 991.98px) {
	.text-42 {
		font-size: 28px;
	}
}
@media (max-width: 767.98px) {
	.text-42 {
		font-size: 24px;
	}
	.text-42 br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.text-42 {
		font-size: 22px;
	}
}
.text-24 {
	font-size: 24px;
	font-family: "DMSans-Regular";
}
@media (max-width: 991.98px) {
	.text-24 {
		font-size: 20px;
	}
}
@media (max-width: 767.98px) {
	.text-24 {
		font-size: 18px;
	}
}
@media (max-width: 575.98px) {
	.text-24 {
		font-size: 16px;
	}
}
.text-18 {
	font-size: 18px;
	opacity: 0.7;
}
.mb-50 {
	margin-bottom: 50px;
}
@media (max-width: 1399.98px) {
	.mb-50 {
		margin-bottom: 40px;
	}
}
@media (max-width: 767.98px) {
	.mb-50 {
		margin-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.mb-50 {
		margin-bottom: 20px;
	}
}

.btn-getstarted em {
    color: white;
}
