/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/
:root {
	--theme-color: #6B61FC;
	--theme-color2: #F93E5E;
	--title-color: #1F1F1F;
	--title-colo2: #676879;
	--body-color: #5C6574;
	--smoke-color: #E0E0E0;
	--smoke-color2: #F8F8F8;
	--smoke-color3: #EBEEFF;
	--smoke-color4: #F9F8FF;
	--background-color: #FFF;
	--black-color: #000000;
	--black-color2: #0A0A0A;
	--gray-color: #bdbdbd;
	--white-color: var(--white-color, #FFF);
	--light-color: #72849B;
	--yellow-color: #FFB539;
	--success-color: #28a745;
	--error-color: #dc3545;
	--th-border-color: #E0E0E0;
	--body-font: "Figtree", "Segoe UI",sans-serif,serif,"Microsoft YaHei";
	--title-font: "Figtree", "Segoe UI",sans-serif,serif,"Microsoft YaHei";
	--icon-font: "FontAwesome";
	--main-container: 1320px;
	--container-gutters: 24px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 60px;
	--ripple-ani-duration: 5s;
}

@font-face {
	font-family: "FontAwesome";
	font-display: block;
	src: url(../fonts/fa-solid-700.woff2) format("woff2"),url(../fonts/fa-solid-700.ttf) format("truetype")
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input, textarea {
	max-width: 100%;
}

img {
	max-width: 100%;
	max-height: 100%;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
i {
	font-style: normal;
}
a,a:hover,a:focus {
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, figure {
	margin: 0;
}

html {
	width: 100%;
}

body {
	width: 100%;
	background-color: var(--background-color,#FFF);
	color: var(--text-color);
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 500;
	font-weight: 400;
	visibility: hidden;
	overflow: visible;
	overflow-x: hidden !important;
	transition: all 0.4s ease-in-out;
}

/*body > * {
	overflow:hidden;
}*/

h1 {
	font-size: 56px;
	line-height: 98px;
	font-weight: 700;
}

.seo-content {
	letter-spacing: 0px;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	left: 1%;
	padding: 12px 0;
	overflow: hidden !important;
	width: 98%;
}
.seo-content h2{
	font-weight:700;
}
.seo-content h3 {
	font-weight: 500;
}
.seo-content h4 {
	font-weight: 400;
}
.seo-content p {
	font-weight: 300;
}

.seo-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--background-color,#FFF);
}

.title-style1 .margin-top10 {
	margin-top: 10px;
}

.title-style1 .margin-top20 {
	margin-top: 20px;
}

.title-style1 .margin-top30 {
	margin-top: 30px;
}

.title-style1 .title-sign {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	position: relative;
	/*border-radius: 14px;
	background-color: #bbbafe;
	padding: 2px 10px;*/
}

.title-style1 .title-caption {
	font-size: 42px;
	line-height: 48px;
	font-weight: 700;
	margin: 10px 0 10px 0;
}

.title-style1 .title-text {
	opacity: 0.8;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.title-style1 .title-caption2 {
	opacity: 0.7;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin: 10px 0 10px 0;
}

.item-title-style1 .title-sign {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.item-title-style1 .title-caption {
	white-space: nowrap;
	font-size: 26px;
	line-height: 48px;
	font-weight: 600;
}

.item-title-style1 .title-text {
	opacity: 0.7;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 4px;
	margin-bottom: 12px;
}

.item-title-style1 .title-text p {
	margin-top: 10px;
}

.title-style2 .title-sign {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.title-style2 .title-caption {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}

.title-style2 .title-text {
	opacity: 0.8;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.title-style2 .title-caption2 {
	opacity: 0.7;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin: 10px 0 10px 0;
}

.img-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.height-10 {
	height: 10px;
}
.height-20 {
	height: 20px;
}
.height-30 {
	height: 30px;
}
.height-50 {
	height: 50px;
}
.height-100 {
	height: 100px;
}

/*============= PRELOADER CSS AREA===============*/
.preloader {
	visibility: visible;
	position: fixed;
	inset: 0;
	z-index: 999;
	background-color: var(--white-color, #fff);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container {
	margin: 40px auto;
}

.loading {
	border: 1px solid transparent;
	border-color: transparent var(--accent-secondary-color,#459400) transparent var(--accent-secondary-color,#459400);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

.preloader-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/*============= PRELOADER CSS AREA ENDS===============*/

/*============= page progress begins===============*/
.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px rgb(125 0 255 / 50%);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: var(--icon-font, "FontAwesome");
	content: "\f062";
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	color: #433CE7;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	font-family: var(--icon-font, "FontAwesome");
	content: "\f062";
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	opacity: 0;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #433CE7;
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/*============= page progress end===============*/

/*============= FOOTER CSS AREA ===============*/
.footer-section-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 0 0 28px 0;
}

.footer-section-area .footer-elements {
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	width: 80%;
	z-index: -1;
}

.footer-section-area .footer-header {
	padding: 80px 0 80px;
}

@media (max-width: 767px) {
	.footer-section-area .footer-header {
		padding: 40px 0 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-section-area .footer-header {
		padding: 40px 0 40px;
	}
}

.footer-section-area .footer-header h2 {
	color: var(--white-color, #FFF);
	margin-bottom: 20px;
	font-family: "Figtree", sans-serif !important;
}

.footer-section-area .footer-header span {
	color: var(--white-color, #FFF);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
}

.footer-section-area .footer-header span img {
	margin: 0 16px;
}

.footer-section-area .footer-header .header-btn {
	margin-top: 32px;
}

.footer-section-area .footer-last-section {
	background: var(--white-10, rgba(255, 255, 255, 0.1));
	border-radius: var(--radius4, 4px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-backdrop-filter: blur(57.0340957642px);
	backdrop-filter: blur(57.0340957642px);
	padding: 50px 70px 28px 70px;
}

@media (max-width: 767px) {
	.footer-section-area .footer-last-section {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.footer-section-area .footer-last-section .footer-auhtor-area {
		margin-bottom: 30px;
	}
}

.footer-section-area .footer-last-section .footer-auhtor-area h3 {
	color: var(--white-color, #FFF);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.footer-section-area .footer-last-section .footer-auhtor-area p {
	color: #BDBDC5;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	display: inline-block;
	margin-top: 10px;
}

.footer-section-area .footer-last-section .footer-auhtor-area ul {
	display: flex;
	justify-content: space-between;
	align-items: normal;
	flex-direction: column;
	row-gap: 0;
}

.footer-section-area .footer-last-section .footer-auhtor-area ul.social-links {
	align-items: center;
	flex-direction: row;
	column-gap: 6px;
}

.footer-section-area .footer-last-section .footer-auhtor-area ul li {
	display: inline-block;
	margin: 0;
}

.footer-section-area .footer-last-section .footer-auhtor-area ul li a {
	color: #BDBDC5;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	margin-top: 6px;
	transition: all 0.4s ease-in-out;
}

.footer-section-area .footer-last-section .footer-auhtor-area ul li:nth-child(1) {
	margin-top: 12px;
}
	.footer-section-area .footer-last-section .footer-auhtor-area ul li a:hover {
	color: var(--white-color, #FFF);
	transition: all 0.4s ease-in-out;
	padding-left: 5px;
}

.footer-section-area .footer-last-section .footer-auhtor-area ul.social-links li::after {
	display: none;
}

.footer-section-area .footer-last-section .footer-auhtor-area ul.social-links li a {
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	color: var(--title-color, #1F1F1F);
	background: #F6F5FE;
	font-size: 14px;
}

.footer-section-area .footer-last-section .footer-auhtor-area ul.social-links li a:hover {
	background: #433CE7;
	transition: all 0.4s ease-in-out;
	color: var(--white-color, #FFF);
	padding-left: 0;
	transform: translateY(-3px);
}

.footer-section-area .footer-last-section .copyright-social-area {
	display: flex;
	align-items: normal;
	justify-content: space-between;
	padding-top: 20px;
	margin-top:30px;
	border-top: 1px solid #505065;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-section-area .footer-last-section .copyright-social-area {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.footer-section-area .footer-last-section .copyright-social-area {
		display: inline-block;
	}
}

.footer-section-area .footer-last-section .copyright-social-area ul li {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
}

.footer-section-area .footer-last-section .copyright-social-area ul li:not(:last-child)::after {
	position: absolute;
	content: "";
	height: 12px;
	width: 1px;
	background: #505065;
	right: -13px;
	top: 10px;
}

.footer-section-area .footer-last-section .copyright-social-area ul li p {
	color: #BDBDC5;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	font-style: normal;
	display: inline-block;
}

.footer-section-area .footer-last-section .copyright-social-area ul li a {
	color: #BDBDC5;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.footer-section-area .footer-last-section .copyright-social-area ul .copy::after {
	display: none;
}

.footer-section-area .footer-last-section .copyright-social-area ul .terms::after {
	display: none;
}

.footer2-section-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 0 0 80px 0;
}

@media (max-width: 767px) {
	.footer2-section-area {
		padding: 0 0 30px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer2-section-area {
		padding: 0 0 30px 0;
	}
}

@media (max-width: 767px) {
	.footer2-section-area .footer-header {
		padding: 40px 0 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer2-section-area .footer-header {
		padding: 40px 0 40px;
	}
}

.footer2-section-area .footer-header h2 {
	color: var(--white-color, #FFF);
	margin-bottom: 20px;
	font-family: "Figtree", sans-serif !important;
	font-weight: 700;
}

.footer2-section-area .footer-header span {
	color: var(--white-color, #FFF);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
}

.footer2-section-area .footer-header span img {
	margin: 0 16px;
}

.footer2-section-area .footer-header .header-btn2 {
	margin-top: 32px;
	background: #6E24FF;
}

.footer2-section-area .footer2-last-section {
	background: var(--white-color, #FFF);
	border-radius: var(--radius4, 4px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-backdrop-filter: blur(57.0340957642px);
	backdrop-filter: blur(57.0340957642px);
	padding: 50px 70px 28px 70px;
}

@media (max-width: 767px) {
	.footer2-section-area .footer2-last-section {
		padding: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer2-section-area .footer2-last-section {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.footer2-section-area .footer2-last-section .footer-auhtor-area {
		margin-bottom: 30px;
	}
}

.footer2-section-area .footer2-last-section .footer-auhtor-area h3 {
	color: var(--title-color, #1F1F1F);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.footer2-section-area .footer2-last-section .footer-auhtor-area p {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	display: inline-block;
	margin-top: 24px;
}

.footer2-section-area .footer2-last-section .footer-auhtor-area ul {
	margin-bottom: 24px;
}

.footer2-section-area .footer2-last-section .footer-auhtor-area ul li a {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	margin-top: 24px;
	transition: all 0.4s ease-in-out;
}

.footer2-section-area .footer2-last-section .footer-auhtor-area ul li a:hover {
	color: #6E24FF;
	transition: all 0.4s ease-in-out;
	padding-left: 5px;
}

.footer2-section-area .footer2-last-section .footer-auhtor-area ul.social-links li {
	display: inline-block;
	margin: 0 6px 0 0;
}

.footer2-section-area .footer2-last-section .footer-auhtor-area ul.social-links li::after {
	display: none;
}

.footer2-section-area .footer2-last-section .footer-auhtor-area ul.social-links li a {
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	color: var(--title-color, #1F1F1F);
	background: #F6F5FE;
	font-size: 16px;
}

.footer2-section-area .footer2-last-section .footer-auhtor-area ul.social-links li a:hover {
	background: #6E24FF;
	transition: all 0.4s ease-in-out;
	color: var(--white-color, #FFF);
	padding-left: 0;
	transform: translateY(-3px);
}

.footer2-section-area .footer2-last-section .copyright-social-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #CFCFCF;
}

@media (max-width: 767px) {
	.footer2-section-area .footer2-last-section .copyright-social-area {
		display: inline-block;
	}
}

.footer2-section-area .footer2-last-section .copyright-social-area ul li {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
}

.footer2-section-area .footer2-last-section .copyright-social-area ul li::after {
	position: absolute;
	content: "";
	height: 12px;
	width: 1px;
	background: #DDDDDD;
	right: -13px;
	top: 10px;
}

.footer2-section-area .footer2-last-section .copyright-social-area ul li p {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
}

.footer2-section-area .footer2-last-section .copyright-social-area ul li a {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.footer2-section-area .footer2-last-section .copyright-social-area ul .terms::after {
	display: none;
}

.footer2-section-area .footer2-last-section .copyright-social-area ul .copy::after {
	display: none;
}

.footer3-section-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.footer3-section-area .footer-header h2 {
	color: var(--white-color, #FFF);
	margin-bottom: 20px;
	font-family: "Figtree", sans-serif !important;
	font-weight: 700;
}

.footer3-section-area .footer-header span {
	color: var(--white-color, #FFF);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
}

.footer3-section-area .footer-header span img {
	margin: 0 16px;
}

.footer3-section-area .footer-header .header-btn2 {
	margin-top: 32px;
}

.footer3-section-area .footer2-last-section {
	background: var(--white-color, #FFF);
	border-radius: var(--radius4, 4px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-backdrop-filter: blur(57.0340957642px);
	backdrop-filter: blur(57.0340957642px);
	padding: 80px 0 24px 0;
}

@media (max-width: 767px) {
	.footer3-section-area .footer2-last-section {
		padding: 40px 0 24px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer3-section-area .footer2-last-section {
		padding: 40px 0 24px 0;
	}
}

@media (max-width: 767px) {
	.footer3-section-area .footer2-last-section .footer-auhtor-area {
		margin-bottom: 30px;
	}
}

.footer3-section-area .footer2-last-section .footer-auhtor-area h3 {
	color: var(--title-color, #1F1F1F);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.footer3-section-area .footer2-last-section .footer-auhtor-area p {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	display: inline-block;
	margin-top: 24px;
}

.footer3-section-area .footer2-last-section .footer-auhtor-area ul {
	margin-bottom: 24px;
}

.footer3-section-area .footer2-last-section .footer-auhtor-area ul li a {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	margin-top: 24px;
	transition: all 0.4s ease-in-out;
}

.footer3-section-area .footer2-last-section .footer-auhtor-area ul li a:hover {
	color: #4B24EE;
	transition: all 0.4s ease-in-out;
	padding-left: 5px;
}

.footer3-section-area .footer2-last-section .footer-auhtor-area ul.social-links li {
	display: inline-block;
	margin: 0 6px 0 0;
}

.footer3-section-area .footer2-last-section .footer-auhtor-area ul.social-links li::after {
	display: none;
}

.footer3-section-area .footer2-last-section .footer-auhtor-area ul.social-links li a {
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	color: var(--title-color, #1F1F1F);
	background: #F6F5FE;
	font-size: 16px;
}

.footer3-section-area .footer2-last-section .footer-auhtor-area ul.social-links li a:hover {
	background: #4B24EE;
	transition: all 0.4s ease-in-out;
	color: var(--white-color, #FFF);
	padding-left: 0;
	transform: translateY(-3px);
}

.footer3-section-area .footer2-last-section .copyright-social-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #CFCFCF;
}

@media (max-width: 767px) {
	.footer3-section-area .footer2-last-section .copyright-social-area {
		display: inline-block;
	}
}

.footer3-section-area .footer2-last-section .copyright-social-area ul li {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
}

.footer3-section-area .footer2-last-section .copyright-social-area ul li::after {
	position: absolute;
	content: "";
	height: 12px;
	width: 1px;
	background: var(--Stroke-Color, rgba(86, 95, 118, 0.1));
	right: -13px;
	top: 10px;
}

.footer3-section-area .footer2-last-section .copyright-social-area ul li p {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
}

.footer3-section-area .footer2-last-section .copyright-social-area ul li a {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.footer3-section-area .footer2-last-section .copyright-social-area ul .copy::after {
	display: none;
}

.footer3-section-area .footer2-last-section .copyright-social-area ul .terms::after {
	display: none;
}

.cta3-section-area {
	padding: 80px 0 80px;
}

@media (max-width: 767px) {
	.cta3-section-area {
		padding: 40px 0 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta3-section-area {
		padding: 40px 0 40px;
	}
}

.cta3-section-area .cta3-header-area h2 {
	color: var(--white-color, #FFF);
}

.cta3-section-area .cta3-header-area ul li {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: var(--white-color, #FFF);
}

.cta3-section-area .cta3-header-area ul li img {
	margin: 0 16px;
}

.cta3-section-area .cta3-header-area a.header-btn5 {
	background: var(--white-color, #FFF);
	color: #4B24EE;
	transition: all 0.4s ease-in-out;
}

.login-footer {
	background: var(--white-color, #FFF);
	padding: 50px 0;
}

@media (max-width: 767px) {
	.login-footer {
		padding: 25px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.login-footer {
		padding: 25px 0;
	}
}

.login-footer .copyright-social-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.login-footer .copyright-social-area {
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.login-footer .copyright-social-area {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.login-footer .copyright-social-area img {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.login-footer .copyright-social-area img {
		margin-bottom: 20px;
	}
}

.login-footer .copyright-social-area ul li {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
}

.login-footer .copyright-social-area ul li::after {
	position: absolute;
	content: "";
	height: 12px;
	width: 1px;
	background: #DDDDDD;
	right: -13px;
	top: 10px;
}

.login-footer .copyright-social-area ul li p {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
}

.login-footer .copyright-social-area ul li a {
	color: var(--title-colo2, #676879);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.login-footer .copyright-social-area ul.social-links li {
	margin: 0 6px 0 0;
}

.login-footer .copyright-social-area ul.social-links li::after {
	display: none;
}

.login-footer .copyright-social-area ul.social-links li a {
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	color: var(--title-color, #1F1F1F);
	background: #F6F5FE;
	font-size: 16px;
}

.login-footer .copyright-social-area ul.social-links li a svg {
	margin-left: 2px;
}

.login-footer .copyright-social-area ul.social-links li a:hover {
	background: #6E24FF;
	transition: all 0.4s ease-in-out;
	color: var(--white-color, #FFF);
}

.cta4-section-area {
	position: relative;
	padding: 200px 0;
	background: #581164;
}

@media (max-width: 767px) {
	.cta4-section-area {
		padding: 50px 0 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta4-section-area {
		padding: 50px 0 50px;
	}
}

.cta4-section-area .cta-bg-area {
	position: relative;
}

.cta4-section-area .cta-bg-area .cta-content-area {
	padding: 0 50px;
}

.cta4-section-area .cta-bg-area .cta-content-area h2 {
	color: var(--white-color, #FFF);
}

.cta4-section-area .cta-bg-area .cta-content-area p {
	color: var(--white-color, #FFF);
	opacity: 0.8;
}

@media (max-width: 767px) {
	.cta4-section-area .cta-bg-area .cta-content-area {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta4-section-area .cta-bg-area .cta-content-area {
		padding: 0;
	}
}

.cta4-section-area .cta-bg-area .cta-content-area .header-btn7 {
	background: var(--white-color, #FFF);
	color: #581164;
}

.cta4-section-area .cta-bg-area .cta-content-area .header-btn7:hover {
	color: var(--white-color, #FFF);
}

.cta4-section-area .cta-bg-area .cta-content-area .header-btn8 {
	font-size: 16px;
	font-weight: 700;
	color: var(--white-color, #FFF);
	border: 1px solid var(--white-color, #FFF);
	display: inline-block;
	padding: 15px;
	line-height: 16px;
	border-radius: 4px;
	margin-left: 16px;
	position: relative;
	background: none;
	transition: all 0.4s ease-in-out;
}

.cta4-section-area .cta-bg-area .cta-content-area .header-btn8::after {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 44%;
	bottom: 0;
	right: 44%;
	top: 35%;
	background: #43054E;
	transition: all 0.4s ease-in-out;
	border-radius: 50%;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.cta4-section-area .cta-bg-area .cta-content-area .header-btn8:hover {
	color: var(--white-color, #FFF);
	transition: all 0.4s ease-in-out;
	transform: translateY(-5px);
	border: 1px solid #43054E;
}

.cta4-section-area .cta-bg-area .cta-content-area .header-btn8:hover::after {
	height: 100%;
	width: 100%;
	border-radius: 4px;
	transition: all 0.4s ease-in-out;
	left: 0;
	visibility: visible;
	opacity: 1;
	top: 0;
}

.footer2-section-area.footer4-section {
	background: var(--white-color, #FFF);
	padding: 80px 0 0 0;
}

.footer2-section-area.footer4-section .footer2-last-section {
	background: none;
	padding: 0;
	border: none;
}

.footer2-section-area.footer4-section .footer2-last-section .footer-auhtor-area h3 {
	color: var(--title-color, #1F1F1F);
}

.footer2-section-area.footer4-section .footer2-last-section .footer-auhtor-area p {
	color: #565658;
}

.footer2-section-area.footer4-section .footer2-last-section .footer-auhtor-area ul li a {
	color: #565658;
}

.footer2-section-area.footer4-section .footer2-last-section .footer-auhtor-area ul li a:hover {
	color: #581164;
}

.footer2-section-area.footer4-section .footer2-last-section .footer-auhtor-area ul.social-links li {
	display: inline-block;
	margin: 0 6px 0 0;
}

.footer2-section-area.footer4-section .footer2-last-section .footer-auhtor-area ul.social-links li::after {
	display: none;
}

.footer2-section-area.footer4-section .footer2-last-section .footer-auhtor-area ul.social-links li a {
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	color: #581164;
	background: #F7F3F7;
	font-size: 16px;
}

.footer2-section-area.footer4-section .footer2-last-section .footer-auhtor-area ul.social-links li a:hover {
	background: #581164;
	transition: all 0.4s ease-in-out;
	color: var(--white-color, #FFF);
	padding-left: 0;
	transform: translateY(-3px);
}

.footer2-section-area.footer4-section .copyright-social-area {
	padding: 16px 0 24px;
	border-top: 1px solid #CFCFCF;
}

.footer2-section-area.footer4-section .copyright-social-area ul li::after {
	background: #CFCFCF;
}

.footer2-section-area.footer4-section .copyright-social-area ul li a {
	color: #565658;
}

.footer2-section-area.footer4-section .copyright-social-area ul li p {
	color: #565658;
}

.footer2-section-area.footer4-section .copyright-social-area ul li.pera::after {
	display: none;
}

.footer2-section-area.footer5-section {
	background: var(--white-color, #FFF);
	padding: 80px 0 0 0;
}

.footer2-section-area.footer5-section .footer2-last-section {
	background: none;
	padding: 0;
	border: none;
}

.footer2-section-area.footer5-section .footer2-last-section .footer-auhtor-area h3 {
	color: var(--title-color, #1F1F1F);
}

.footer2-section-area.footer5-section .footer2-last-section .footer-auhtor-area p {
	color: #565658;
}

.footer2-section-area.footer5-section .footer2-last-section .footer-auhtor-area ul li a {
	color: #565658;
}

.footer2-section-area.footer5-section .footer2-last-section .footer-auhtor-area ul li a:hover {
	color: #5C3EF4;
}

.footer2-section-area.footer5-section .footer2-last-section .footer-auhtor-area ul.social-links li {
	display: inline-block;
	margin: 0 6px 0 0;
}

.footer2-section-area.footer5-section .footer2-last-section .footer-auhtor-area ul.social-links li::after {
	display: none;
}

.footer2-section-area.footer5-section .footer2-last-section .footer-auhtor-area ul.social-links li a {
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	color: #5C3EF4;
	background: #F7F3F7;
	font-size: 16px;
}

.footer2-section-area.footer5-section .footer2-last-section .footer-auhtor-area ul.social-links li a:hover {
	background: #5C3EF4;
	transition: all 0.4s ease-in-out;
	color: var(--white-color, #FFF);
	padding-left: 0;
	transform: translateY(-3px);
}

.footer2-section-area.footer5-section .copyright-social-area {
	padding: 16px 0 24px;
	border-top: 1px solid #CFCFCF;
}

.footer2-section-area.footer5-section .copyright-social-area ul li::after {
	background: #CFCFCF;
}

.footer2-section-area.footer5-section .copyright-social-area ul li a {
	color: #565658;
}

.footer2-section-area.footer5-section .copyright-social-area ul li p {
	color: #565658;
}

.footer2-section-area.footer5-section .copyright-social-area ul li.pera::after {
	display: none;
}

.cta5-section-area {
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.cta5-section-area {
		padding: 40px 0 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta5-section-area {
		padding: 40px 0 40px;
	}
}

.cta5-section-area .elements4 {
	position: absolute;
	top: 0;
	left: 0;
}

.cta5-section-area .elements5 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.cta5-section-area .elements6 {
	position: absolute;
	top: 0;
	right: 0;
}

.cta5-section-area .elements7 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.cta5-section-area .cta5-header h2 {
	color: var(--white-color, #FFF);
}

.cta5-section-area .cta5-header p {
	color: var(--white-color, #FFF);
	opacity: 0.8;
}

.cta5-section-area .cta5-header .header-btn9 {
	margin-left: 24px;
}

@media (max-width: 767px) {
	.cta5-section-area .cta5-header .header-btn9 {
		margin-left: 0;
		margin-top: 20px;
	}
}
/*============= FOOTER CSS AREA ENDS===============*/

/*============= HEADER CSS AREA ===============*/
.header-area {
	display:block;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.header-area a {
	font-size: 22px;
	line-height: 40px;
	font-weight: 500;
}

.header-area a svg {
	margin-top: -11px;
}

.header-area .navbar {
	display: block;
}

.header-area .header-elements {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 24px 10px 10px;
	transition: all 0.4s ease-in-out;
}

.header-area .header-elements .site-log {
	margin-top: 5px;
}

.header-area .header-elements .main-menu .nav-item .nav-link.active {
	background: none;
	opacity: 0.7;
}

.header-area .header-elements .main-menu ul li {
	display: inline-block;
	position: relative;
	padding:0 2px;
}

.header-area .header-elements .main-menu ul li:hover ul.dropdown-padding {
	visibility: visible;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	z-index: 9;
	top: 50px;
	position: absolute;
}

.header-area .header-elements .main-menu ul li:not(:first-child) {
	margin-left: 8px;
}

.header-area .header-elements .main-menu ul li a {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	transition: all 0.4s ease-in-out;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding {
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	position: absolute;
	top: 100px;
	width: 220px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
	border-radius: 5px;
	padding: 15px;
	background: var(--white-color, #FFF);
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
	position: relative;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
	color: #433CE7;
	transition: all 0.4s ease-in-out;
	padding-left: 25px;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
	color: #433CE7;
	transition: all 0.4s ease-in-out;
	visibility: visible;
	opacity: 1;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu ul.small-dropdown {
	visibility: hidden;
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	background: var(--white-color, #FFF);
	position: absolute;
	top: 70px;
	width: 220px;
	z-index: 1;
	left: 195px;
	transition: all 0.4s ease-in-out;
	border-radius: 5px;
	padding: 15px;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover ul.small-dropdown {
	visibility: visible;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	z-index: 9;
	top: 0;
	position: absolute;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li {
	display: block;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li a {
	font-weight: 500;
	color: var(--title-color, #1F1F1F);
	padding: 8px;
	display: inline-block;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	transition: all 0.4s ease-in-out;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li a::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	transition: all 0.4s ease-in-out;
	z-index: -1;
	background: #433CE7;
	left: 10px;
	top: 22px;
	border-radius: 4px;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
	transition: all 0.4s ease-in-out;
	color: #433CE7;
	padding-left: 25px;
}

.header-area .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
	transition: all 0.4s ease-in-out;
	border-radius: 4px;
	visibility: visible;
	transition: all 0.4s ease-in-out;
	opacity: 1;
}

.header-area .navbar-expand {
	display: block;
}

.header-area.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 111;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	transition: all 0.4s ease-in-out;
	z-index: 99;
}

.header-area .header-elements .site-logo span {
	margin-left: 4px;
	vertical-align: bottom;
}

.header-area .header-elements .elements {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: row;
	column-gap: 10px;
}

.header-area.homepage1.header-sticky {
	background-color: var(--title-color, #1F1F1F);
}
.header-area.homepage1.header-sticky .header-elements {
	margin-top: 0;
	border: none;
	background: none;
	padding: 14px 0;
}

/*============= MOBILE-MENU CSS AREA	===============*/
.mobile-header {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 17px 0;
	z-index: 9;
}
@media (max-width: 991px) {
	.header-area {
		display: none;
	}

	.mobile-header {
		display: block;
	}
}

.mobile-header .mobile-header-elements, .mobile-sidebar .logosicon-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-logo a {
	font-size: 22px;
	line-height: 40px;
	font-weight: 500;
	text-decoration: none;
}

.mobile-logo a svg {
	margin-top: -11px;
}

.mobile-logo span {
	margin-left: 4px;
}

.mobile-header .mobile-nav-icon {
	font-size: 23px;
	border: none;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	color: #0B1B23;
	cursor: pointer;
}

.mobile-header .mobile-nav-icon ul {
	height: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-header .mobile-nav-icon ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 50%;
}

.mobile-header .mobile-nav-icon span {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	color: var(--white-100, #FFF);
	background-color: var(--white-100, #FFF);
	transition: .3s;
	transform-origin: right;
}

.mobile-header .mobile-nav-icon span + span {
	margin-top: 5px;
}

.mobile-header .mobile-nav-icon:hover span {
	background-color: #ea4304
}

.mobile-header .mobile-nav-icon:hover span {
	margin: 0
}

.mobile-header .mobile-nav-icon:hover span:nth-child(1) {
	width: 10px;
	transform: rotate(45deg) translate(7px,-3px)
}

.mobile-header .mobile-nav-icon:hover span:nth-child(3) {
	width: 10px;
	transform: rotate(-45deg) translate(7px,3px)
}

.mobile-header .mobile-btn {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: var(--white-100, #FFF);
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
}

@media (max-width: 359px) {
	.mobile-header .mobile-btn {
		column-gap: 4px;
	}
}

.mobile-header .header-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.mobile-header .header-btn a i {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	margin-left: 4px;
}
@media (max-width: 359px) {
	.mobile-header .header-btn a i {
		font-size: 14px;
	}
}

.mobile-header .header-btn:hover img {
		-moz-animation: anime-pulseBig 1s infinite linear;
		-webkit-animation: anime-pulseBig 1s infinite linear;
		animation: anime-pulseBig 1s infinite linear
}

/*Menu Css*/
.mobile-sidebar {
	color: var(--white-100, #FFF);
	overflow: hidden;
	overflow-y: visible;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #F6F6EC;
	z-index: 99;
	padding: 16px 16px 30px 16px;
	left: -100%;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mobile-sidebar.mobile-menu-active {
	left: 0;
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}

.mobile-sidebar .mobile-sidebar-line {
	height: 10px;
	border-top: 1px solid #592bcb;
	margin: 20px -30px 0 -30px;
}

.mobile-sidebar .menu-close {
	position: relative;
	right: 0px;
	font-size: 14px;
	color: #0B1B23;
	cursor: pointer;
}

.mobile-sidebar .menu-close::before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	top: -3px;
	background-color: var(--white-color, #FFF);
	transform: translateY(7px) rotate(45deg);
}

.mobile-sidebar .menu-close::after {
	content: "";
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	top: 11px;
	background-color: var(--white-color, #FFF);
	transform: translateY(-7px) rotate(-45deg);
}

.mobile-sidebar .mobile-nav {
	padding: 10px 10px 30px 10px;
}

.mobile-sidebar .mobile-nav li {
	position: relative;
	z-index: 2;
	display: block;
	padding: 6px 0;
	border-image-source: linear-gradient(to right, #42415b, #120d36);
	border-image-slice: 1;
}

.mobile-sidebar .mobile-nav li a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: var(--white-100, #FFF);
	padding: 0;
	/*display: block;*/
}

.mobile-sidebar h3 {
	font-size: 20px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
	border-bottom: 1px solid #434681;
	margin-top: 30px;
	margin-bottom: 20px;
}

li.has-children {
	position: relative;
	z-index: 2;
}

ul.mobile-menu-sub {
	display: none;
	position: relative;
	left: 0;
	padding-left: 10px;
	transition: all .3s;
}

ul.mobile-menu-sub.sub-menu-active {
	display: block;
	position: relative;
	transition: all .3s;
}

span.submenu-button {
	position: absolute;
	width: 100%;
	height: 44px;
	top: 0;
	left: 0;
	z-index: 3;
	transition: all .3s;
}

span.submenu-button:after, span.submenu-button:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 2px;
	background: #0B1B23;
	top: 12px;
	right: 9px;
	transition: all .3s;
}

span.submenu-button:before {
	height: 2px;
	width: 20px;
	right: 0px;
	top: 22px;
}

span.submenu-button.submenu-opened:after {
	visibility: hidden;
	opacity: 0;
}

.sub-menu {
	display: none;
	padding-left: 15px;
}


span.multi-drop-icon {
	position: absolute;
	right: 10px;
	width: 20px;
	height: 100%;
	top: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


ul.mobile-nav-list {
	max-height: 500px;
	overflow: hidden;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: row;
	column-gap: 30px;
}
@media (max-width: 359px) {
	ul.mobile-nav-list {
		column-gap: 20px;
	}
}

.mobile-contact-info {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-size: 14px;
	margin-top: 20px;
}

.mobile-contact-info .contact-info-phone {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-direction: column;
}

.mobile-contact-info .contact-info-phone .contact-phone-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-contact-info .contact-info-phone .contact-phone-icon i {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #4948e7;
	text-align: center;
	padding-top: 3px;
}

.mobile-contact-info .contact-info-phone .contact-phone-tips {
	color: var(--white-100, #FFF);
	font-size: 14px;
	line-height: 16px;
	padding-left: 6px;
}

.mobile-contact-info .contact-info-phone .contact-info-text {
	color: var(--white-100, #FFF);
	font-size: 14px;
	margin-top: 10px;
}

.mobile-contact-info .contact-info-sys {
	width: 100px;
	height: 120px;
	text-align: center;
	border: 1px solid #03c80d;
	border-radius: 8px;
	overflow: hidden;
	padding: 2px 10px 10px 10px;
	background-color: #fff;
}

.mobile-contact-info .contact-info-item img {
	width: 100%;
}

.mobile-contact-info .contact-info-sys .contact-sys-tips {
	color: #0B1B23;
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 4px;
}

.mheader-sticky {
	background: #433CE7;
	position: fixed;
	transform: translate3d(0, 0, 0);
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	transition: all 0.4s ease-in-out;
}

.mheader-sticky .mobile-header-elements .dots-menu {
	color: var(--white-color, #FFF);
	cursor: pointer;
}

.mobile-sidebar {
	display: none;
}
/*============= MOBILE-MENU	AREA ENDS===============*/

.header-area.homepage1 .header-elements {
	margin-top: 24px;
	background: var(--Liner, linear-gradient(90deg, rgba(255, 255, 255, 0.4) -10%, rgba(255, 255, 255, 0.1) 98%));
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 43px;
}

.header-area.homepage1 .header-elements .main-menu .nav-item .nav-link.active {
	color: var(--white-color, #FFF);
}

.header-area.homepage1 a,
.mobile-header.mobile-header1 a,
.mobile-sidebar.mobile-sidebar1 a {
	color: var(--white-color, #FFF);
}

	.header-area.homepage1 a:hover,
	.mobile-header.mobile-header1 a:hover,
	.mobile-sidebar.mobile-sidebar1 a:hover {
		color: #ff6500;
	}

	.header-area.homepage2 {
		background-color: transparent;
		padding: 20px 0;
	}

	.header-area.homepage2.header-sticky {
		background-color: var(--title-color, #1F1F1F);
		padding: 0;
	}

	.header-area.homepage2.header-sticky .header-elements {
		margin-top: 0;
		border: none;
		background: none;
		padding: 14px 0;
	}

	.header-area.homepage2 .header-elements .main-menu .nav-item .nav-link.active {
		color: var(--white-color, #FFF);
	}

	.header-area.homepage2 a,
	.mobile-header.mobile-header2 a,
	.mobile-sidebar.mobile-sidebar2 a {
		color: var(--white-color, #FFF);
	}

	.header-area.homepage2 a:hover,
	.mobile-header.mobile-header2 a:hover,
	.mobile-sidebar.mobile-sidebar2 a:hover {
		color: #ff6500;
	}

	/*============= HEADER CSS AREA ENDS===============*/


	/*============= BUTTON CSS HEADER AREA BEGINS===============*/
	.header-area .header-btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		row-gap: 0px;
		column-gap: 4px;
	}

	.header-area .header-btn a i {
		/*position: absolute;
	visibility: hidden;
	opacity: 0;*/
		font-size: 14px;
		line-height: 16px;
		font-weight: 500;
	}

	.header-area .header-btn:hover img {
		animation-delay: 2s;
		animation-duration: 1s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		animation-name: anime-pulseBig;
		-moz-animation: anime-pulseBig 1s infinite linear;
		-webkit-animation: anime-pulseBig 1s infinite linear;
		animation: anime-pulseBig 1s infinite linear;
	}

	.header-area .header-btn:hover a i {
		/*visibility: visible;
	opacity: 1;
	-webkit-transition: all ease-out 0.8s;
	transition: all ease-out 0.8s;*/
	}

	a .header-btn1 {
		display: inline-block;
		border-radius: 25px;
		border: 1px solid var(--white-color, #FFF);
		color: var(--white-color, #FFF);
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px;
		padding: 16px 28px;
		transition: all 0.4s ease-in-out;
		position: relative;
		z-index: 1;
	}

	a.header-btn1::after {
		position: absolute;
		content: "";
		left: 50%;
		right: 50%;
		height: 20px;
		width: 20px;
		top: 14px;
		border-radius: 50%;
		background: #2921D3;
		border: 1px solid #2921D3;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: all 0.4s ease-in-out;
	}

	a.header-btn1:hover {
		transform: translateY(-5px);
		transition: all 0.4s ease-in-out;
		border: 1px solid #2921D3;
	}

	a.header-btn1:hover::after {
		visibility: visible;
		opacity: 1;
		height: 100%;
		width: 100%;
		transition: all 0.4s ease-in-out;
		z-index: -1;
		border-radius: 25px;
		left: 0;
		top: 0;
	}

	a.header-btn1 i {
		margin-left: 4px;
		transform: rotate(-45deg);
	}

	.header-btn3 {
		border-radius: 25px;
		border: 1px solid var(--white-100, var(--white-color, #FFF));
		color: var(--white-color, #FFF);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px;
		display: inline-block;
		padding: 14px 24px;
		transition: all 0.4s ease-in-out;
		z-index: 1;
		position: relative;
	}

	.header-btn3::after {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: 35px;
		top: 15px;
		z-index: -1;
		transition: all 0.4s ease-in-out;
		background: #8D53FF;
		border-radius: 25px;
		visibility: hidden;
		opacity: 0;
	}

	.header-btn3:hover {
		color: var(--white-color, #FFF);
		transition: all 0.4s ease-in-out;
		border-radius: 25px;
		border: 1px solid #6E24FF;
	}

	.header-btn3:hover::after {
		height: 100%;
		width: 100%;
		transition: all 0.4s ease-in-out;
		border-radius: 25px;
		left: 0;
		top: 0;
		visibility: visible;
		opacity: 1;
	}

	.header-btn4 {
		font-weight: 700;
		font-size: 16px;
		color: var(--title-color, #1F1F1F);
		display: inline-block;
		padding: 16px;
		transition: all 0.4s ease-in-out;
	}

	.header-btn4:hover {
		color: #4B24EE;
		transition: all 0.4s ease-in-out;
	}

	.header-btn5 {
		font-weight: 700;
		font-size: 16px;
		color: var(--white-color, #FFF);
		display: inline-block;
		position: relative;
		z-index: 1;
		line-height: 16px;
		padding: 16px;
		border-radius: 5px;
		background: #4B24EE;
		transition: all 0.4s ease-in-out;
	}

	.header-btn5::after {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: 44%;
		bottom: 0;
		right: 44%;
		top: 35%;
		background: #EDE9FD;
		transition: all 0.4s ease-in-out;
		border-radius: 50%;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
	}

	.header-btn5:hover {
		color: #4B24EE;
		transition: all 0.4s ease-in-out;
	}

	.header-btn5:hover::after {
		height: 100%;
		width: 100%;
		border-radius: 4px;
		transition: all 0.4s ease-in-out;
		left: 0;
		visibility: visible;
		opacity: 1;
		top: 0;
	}

	.header-btn6 {
		font-weight: 700;
		font-size: 16px;
		color: #581164;
		display: inline-block;
		position: relative;
		z-index: 1;
		line-height: 16px;
		padding: 16px;
		border-radius: 5px;
		transition: all 0.4s ease-in-out;
	}

	.header-btn6:hover {
		color: #43054E;
		transition: all 0.4s ease-in-out;
	}

	.header-btn7 {
		font-weight: 700;
		font-size: 16px;
		color: var(--white-color, #FFF);
		display: inline-block;
		position: relative;
		z-index: 1;
		line-height: 16px;
		padding: 16px;
		border-radius: 5px;
		background: #581164;
		transition: all 0.4s ease-in-out;
	}

	.header-btn7::after {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: 44%;
		bottom: 0;
		right: 44%;
		top: 35%;
		background: #43054E;
		transition: all 0.4s ease-in-out;
		border-radius: 50%;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
	}

	.header-btn7:hover {
		color: var(--white-color, #FFF);
		transition: all 0.4s ease-in-out;
		transform: translateY(-5px);
	}

	.header-btn7:hover::after {
		height: 100%;
		width: 100%;
		border-radius: 4px;
		transition: all 0.4s ease-in-out;
		left: 0;
		visibility: visible;
		opacity: 1;
		top: 0;
	}

	a.header-btn8 {
		display: inline-block;
		border-radius: 25px;
		background: #5C3EF4;
		color: var(--white-color, #FFF);
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px;
		padding: 16px 28px;
		transition: all 0.4s ease-in-out;
		position: relative;
		z-index: 1;
	}

	a.header-btn8 i::before {
		font-family: var(--icon-font, "FontAwesome");
		content: "\f063";
		font-style: normal;
	}

	a.header-btn8::after {
		position: absolute;
		content: "";
		left: 50%;
		right: 50%;
		height: 20px;
		width: 20px;
		top: 14px;
		border-radius: 50%;
		background: #745DE6;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: all 0.4s ease-in-out;
	}

	a.header-btn8:hover {
		transform: translateY(-5px);
		transition: all 0.4s ease-in-out;
	}

	a.header-btn8:hover::after {
		visibility: visible;
		opacity: 1;
		height: 100%;
		width: 100%;
		transition: all 0.4s ease-in-out;
		z-index: -1;
		border-radius: 25px;
		left: 0;
		top: 0;
	}

	a.header-btn8 i {
		margin-left: 4px;
		transform: rotate(-45deg);
	}

	a.header-btn9 {
		display: inline-block;
		border-radius: 25px;
		background: none;
		color: var(--white-color, #FFF);
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px;
		padding: 16px 28px;
		transition: all 0.4s ease-in-out;
		position: relative;
		border: 1px solid var(--white-color, #FFF);
		z-index: 1;
	}

	a.header-btn9::after {
		position: absolute;
		content: "";
		left: 50%;
		right: 50%;
		height: 20px;
		width: 20px;
		top: 14px;
		border-radius: 50%;
		background: #5C3EF4;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		transition: all 0.4s ease-in-out;
	}

	a.header-btn9:hover {
		transform: translateY(-5px);
		transition: all 0.4s ease-in-out;
		border: 1px solid #5C3EF4;
	}

	a.header-btn9:hover::after {
		visibility: visible;
		opacity: 1;
		height: 100%;
		width: 100%;
		transition: all 0.4s ease-in-out;
		z-index: -1;
		border-radius: 25px;
		left: 0;
		top: 0;
	}

	a.header-btn9 i {
		margin-left: 4px;
		transform: rotate(-45deg);
	}

	/*============= BUTTON CSS AREA ENDS ===============*/

	.image-anime {
		position: relative;
		overflow: hidden;
	}

	.image-anime:after {
		content: "";
		position: absolute;
		width: 200%;
		height: 0%;
		left: 50%;
		top: 50%;
		background-color: rgba(255,255,255,.3);
		transform: translate(-50%,-50%) rotate(-45deg);
		z-index: 1;
	}

	.image-anime:hover:after {
		height: 250%;
		transition: all 600ms linear;
		background-color: transparent;
	}

	/*ÁªÏµ·½Ê½*/
	.contact-section-area .contact-inner-header {
		padding: 0 20px 0 0;
	}

	@media (max-width: 767px) {
		.contact-section-area .contact-inner-header {
			padding: 0;
			margin-bottom: 30px;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 991px) {
		.contact-section-area .contact-inner-header {
			padding: 0;
			margin-bottom: 30px;
		}
	}

	.contact-section-area .contact-box-area .contact-boxs {
		background: var(--white-color, #FFF);
		padding: 10px;
		position: relative;
		border-radius: 6px;
		transition: all 0.4s ease-in-out;
	}

	.contact-section-area .contact-box-area .contact-boxs:hover {
		transform: translateY(-5px);
		transition: all 0.4s ease-in-out;
	}

	.contact-section-area .contact-box-area .contact-boxs .img1 {
		height: 60px;
		width: 60px;
		text-align: center;
		line-height: 60px;
		display: inline-block;
		background: #6c30ff;
		transition: all 0.4s ease-in-out;
		border-radius: 50%;
		position: absolute;
	}

	.contact-section-area .contact-box-area .contact-boxs .contact-content {
		padding: 5px 0 8px 70px;
	}

	.contact-section-area .contact-box-area .contact-boxs .contact-text1 {
		font-size: 20px;
		line-height: 20px;
		font-weight: 600;
		color: var(--title-color, #1F1F1F);
	}

	.contact-section-area .contact-box-area .contact-boxs .contact-text2 {
		font-size: 18px;
		line-height: 20px;
		font-weight: 500;
		color: var(--title-colo2, #676879);
		margin-top: 6px;
	}

	.schedule-boxarea {
		background: var(--white-color, #FFF);
		padding: 40px;
		border-radius: 4px;
		z-index:2;
	}

	.schedule-boxarea .input-area input {
		width: 100%;
		outline: none;
		border: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
		padding: 15px 13px;
		border-radius: 4px;
		height: 50px;
		font-size: 16px;
	}

	.schedule-boxarea .input-area textarea {
		width: 100%;
		outline: none;
		border: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
		padding: 15px 13px;
		border-radius: 4px;
		height: 125px;
		font-size: 16px;
	}

	.schedule-boxarea .schedule-footer button {
		outline: none;
		border: none;
	}

	.schedule-boxarea .schedule-footer button:disabled {
		background-color: #676879;
	}

	.contact-inner-header h2 {
		color: var(--white-color, #FFF);
		font-size: 44px;
		line-height: 54px;
		font-style: normal;
		font-weight: 700;
		transition: all 0.4s ease-in-out;
		text-transform: capitalize;
	}

	.contact-inner-header p {
		color: var(--white-color, #FFF);
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
	}

	.contact-inner-header .contact-info-sys {
		width: 30%;
		text-align: center;
		border: 2px solid #03c80d;
		border-radius: 8px;
		overflow: hidden;
		background-color: var(--white-color, #FFF);
		padding: 6px;
	}

	.contact-inner-header .contact-info-item img {
		width: 100%;
		height: 100%;
	}

	.contact-inner-header .contact-info-sys .contact-sys-tips {
		color: var(--title-colo2, #676879);
		font-size: 15px;
		line-height: 18px;
		padding-bottom: 8px;
	}

	.schedule-boxarea .schedule-footer {
		display: flex;
		align-self: center;
		justify-content: space-between;
		flex-direction: row;
		column-gap: 30px;
	}

.schedule-boxarea .schedule-footer .footer-btn {
	position: relative;
	display: inline-block;
	border-radius: 25px;
	background-color: #FC4B3E;
	color: var(--white-color, #FFF);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	padding: 16px 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
	white-space: nowrap;
}

	.schedule-boxarea .schedule-footer .footer-btn::after {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: 35px;
		top: 15px;
		z-index: -1;
		transition: all 0.4s ease-in-out;
		background: #8D53FF;
		border-radius: 25px;
		visibility: hidden;
		opacity: 0;
	}

	.schedule-boxarea .schedule-footer .footer-btn:hover {
		color: var(--white-color, #FFF);
		transition: all 0.4s ease-in-out;
		border-radius: 25px;
	}

	.schedule-boxarea .schedule-footer .footer-btn:hover::after {
		height: 100%;
		width: 100%;
		transition: all 0.4s ease-in-out;
		border-radius: 25px;
		left: 0;
		top: 0;
		visibility: visible;
		opacity: 1;
	}

	.schedule-boxarea .schedule-footer .tips-text {
		color: #676879;
		float: right;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		text-align: right;
	}

	@media (max-width: 525px) {
		.schedule-boxarea .schedule-footer {
			flex-direction: column;
			row-gap: 10px;
		}

		.schedule-boxarea .schedule-footer .tips-text {
			text-align: center;
		}
	}

	.schedule-boxarea .schedule-footer .error-text {
		color: #FF0000;
	}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
	h1 {
		font-size: 48px;
		line-height: 88px;
		font-weight: 700;
	}

	.title-style1 .title-caption {
		font-size: 36px;
		line-height: 48px;
		font-weight: 700;
		margin: 10px 0 10px 0;
	}
}

@media (max-width: 575px) {
	.title-style1 .title-sign {
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
	}

	.title-style1 .title-caption {
		font-size: 34px;
		line-height: 38px;
		font-weight: 700;
		margin: 10px 0 10px 0;
	}

	.title-style1 .title-text {
		font-size: 16px;
		line-height: 26px;
		font-weight: 500;
	}

	.item-title-style1 .title-sign {
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
	}

	.item-title-style1 .title-caption {
		font-size: 24px;
		line-height: 44px;
		font-weight: 600;
	}

	.item-title-style1 .title-text {
		font-size: 16px;
		line-height: 26px;
		font-weight: 500;
		margin-top: 4px;
		margin-bottom: 12px;
	}
}

@media (max-width: 525px) {
	h1 {
		font-size: 40px;
		line-height: 78px;
		font-weight: 700;
	}
}

@media (max-width: 400px) {
	h1 {
		font-size: 30px;
		line-height: 50px;
		font-weight: 700;
	}
}

@media (max-width: 359px) {
	.item-title-style1 .title-caption {
		font-size: 22px;
	}

	.contact-section-area .contact-box-area .contact-boxs .contact-text1 {
		font-size: 18px;
	}

	.contact-inner-header .contact-info-sys .contact-sys-tips {
		font-size: 13px;
	}

	.schedule-boxarea .input-area input {
		font-size: 14px;
	}
}

@media (max-width: 320px) {
	h1 {
		font-size: 28px;
		line-height: 50px;
		font-weight: 700;
	}

	.mobile-logo a svg {
		width: 32px;
	}

	.mobile-logo a {
		font-size: 20px;
	}

	.contact-inner-header .contact-info-sys .contact-sys-tips {
		font-size: 12px;
	}

	.mobile-contact-info .contact-info-sys .contact-sys-tips {
		font-size: 12px;
	}

	.mobile-sidebar .mobile-nav li a {
		font-size: 16px;
	}
}