*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: "DMSans-Bold";
	src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "DMSans-Medium";
	src: url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "DMSans-Regular";
	src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Fahkwang-Bold";
	src: url("../fonts/Fahkwang-Bold.woff2") format("woff2"), url("../fonts/Fahkwang-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Fahkwang-Medium";
	src: url("../fonts/Fahkwang-Medium.woff2") format("woff2"), url("../fonts/Fahkwang-Medium.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "DMSans-Regular", sans-serif;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
	background-color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Fahkwang-Bold", sans-serif;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}
button {
	background: rgba(0, 0, 0, 0);
	border: 0;
	outline: none;
	cursor: pointer;
}
img {
	max-width: 100%;
	line-height: 0;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
::-moz-placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
:-ms-input-placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
::-ms-input-placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
::placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #9ecc90 !important;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.common-btn {
	padding: 15px 50px;
	background: -webkit-gradient(linear, left bottom, left top, from(#12104f), to(#12104f)),
		radial-gradient(100% 100% at 50% 0%, #12104f 0%, rgba(18, 16, 79, 0.66) 100%);
	background: linear-gradient(0deg, #12104f, #12104f),
		radial-gradient(100% 100% at 50% 0%, #12104f 0%, rgba(18, 16, 79, 0.66) 100%);
	-webkit-box-shadow: 0px 18px 32px -9px rgba(18, 16, 79, 0.42);
	box-shadow: 0px 18px 32px -9px rgba(18, 16, 79, 0.42);
	border-radius: 28px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
	z-index: 9;
	white-space: nowrap;
	outline: none;
	display: inline-block;
}
.common-btn::after {
	content: "";
	position: absolute;
	height: calc(100% + 10px);
	width: calc(100% + 10px);
	top: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 84px;
	z-index: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.common-btn:hover {
	color: #fff;
	border-radius: 0;
}
.common-btn:hover::after {
	border-radius: 0;
}
.img-wrapper {
	line-height: 0;
	position: relative;
	z-index: 99;
}
p {
	color: rgba(29, 26, 26, 0.7);
}
@media (max-width: 991px) {
	.heading {
		text-align: center;
		margin-bottom: 30px;
	}
}
.heading h2 {
	font-size: 50px;
	color: #1d1a1a;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.heading h2 span {
	color: #9ecc90;
}
@media (max-width: 1399px) {
	.heading h2 {
		font-size: 46px;
	}
}
@media (max-width: 1199px) {
	.heading h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.heading h2 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.heading h2 {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.heading h2 {
		font-size: 28px;
	}
}
@media (max-width: 375px) {
	.heading h2 {
		font-size: 20px;
	}
}
.heading p {
	color: rgba(29, 26, 26, 0.7);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
}
.page-banner {
	background: url(../images/breadcrumb-back.png);
	background-position: right;
	margin-top: 60px;
	max-width: 850px;
}
@media (max-width: 1199px) {
	.page-banner {
		margin-top: 50px;
	}
}
@media (max-width: 991px) {
	.page-banner {
		margin-top: 40px;
	}
}
@media (max-width: 575px) {
	.page-banner {
		background-position: center;
	}
}
.page-banner .page-title {
	position: relative;
	padding: 40px 40px 40px 50px;
}
@media (max-width: 767px) {
	.page-banner .page-title {
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.page-banner .page-title {
		padding: 20px;
	}
}
.page-banner .page-title::after {
	content: "";
	position: absolute;
	border: 2px solid #9ecc90;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 50px;
}
@media (max-width: 767px) {
	.page-banner .page-title::after {
		left: 20px;
	}
}
@media (max-width: 575px) {
	.page-banner .page-title::after {
		display: none;
	}
}
.page-banner .page-title h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}
@media (max-width: 1600px) {
	.page-banner .page-title h2 {
		font-size: 44px;
	}
}
@media (max-width: 1399px) {
	.page-banner .page-title h2 {
		font-size: 38px;
	}
}
@media (max-width: 1199px) {
	.page-banner .page-title h2 {
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	.page-banner .page-title h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.page-banner .page-title h2 {
		font-size: 26px;
	}
}
@media (max-width: 375px) {
	.page-banner .page-title h2 {
		font-size: 22px;
	}
}
.page-banner .page-title.faq-heading h2 {
	font-size: 42px;
}
@media (max-width: 1399px) {
	.page-banner .page-title.faq-heading h2 {
		font-size: 38px;
	}
}
@media (max-width: 1199px) {
	.page-banner .page-title.faq-heading h2 {
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	.page-banner .page-title.faq-heading h2 {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.page-banner .page-title.faq-heading h2 {
		font-size: 26px;
	}
}
@media (max-width: 375px) {
	.page-banner .page-title.faq-heading h2 {
		font-size: 22px;
	}
}
body {
	position: relative;
	min-height: 100%;
}
body.blur-body:before {
	background-color: #000;
	background: rgba(156, 156, 156, 0.6);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	opacity: 0.8;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 999;
}
@media (max-width: 1199px) {
	body.blur-body {
		overflow: hidden;
	}
}
body.blur-body #chat-widget-container {
	z-index: 9 !important;
}
body section {
	position: relative;
	z-index: 1;
}
body main {
	position: relative;
	padding-top: 100px;
}
body .side-blur div {
	position: fixed;
	border-radius: 50%;
	height: 300px;
	width: 300px;
	background: #12104f;
	opacity: 0.3;
	-webkit-filter: blur(121px);
	filter: blur(121px);
	z-index: -1;
}
body .side-blur div.blur-1 {
	left: -150px;
	top: 15%;
}
body .side-blur div.blur-2 {
	right: -150px;
	bottom: 15%;
}
.gap-t-65 {
	padding-top: 65px;
}
@media (max-width: 1399px) {
	.gap-t-65 {
		padding-top: 50px;
	}
}
@media (max-width: 1199px) {
	.gap-t-65 {
		padding-top: 40px;
	}
}
@media (max-width: 991px) {
	.gap-t-65 {
		padding-top: 30px;
	}
}
.gap-b-65 {
	padding-bottom: 65px;
}
@media (max-width: 1399px) {
	.gap-b-65 {
		padding-bottom: 50px;
	}
}
@media (max-width: 1199px) {
	.gap-b-65 {
		padding-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.gap-b-65 {
		padding-bottom: 30px;
	}
}
.section-gap {
	padding: 100px 0 100px;
}
@media (max-width: 1399px) {
	.section-gap {
		padding: 80px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.section-gap {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.section-gap {
		padding: 40px 0;
	}
}
#services,
#pricing,
#features {
	scroll-margin-top: 100px;
	overflow: inherit;
}
@media (max-width: 575px) {
	#services,
	#pricing,
	#features {
		scroll-margin-top: 70px;
	}
}
a {
	color: #12104f;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
a:hover {
	color: #9ecc90;
}
a:hover {
	color: #9ecc90;
}
.back-to-top {
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: 70px;
	right: 20px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden;
	z-index: 997;
	background-color: #9ecc90;
	-webkit-box-shadow: 0px 12px 35px -1px rgba(158, 204, 144, 0.16);
	box-shadow: 0px 12px 35px -1px rgba(158, 204, 144, 0.16);
	border-radius: 8px;
}
@media (max-width: 1399px) {
	.back-to-top {
		bottom: 10px;
		right: 10px;
	}
}
@media (max-width: 480px) {
	.back-to-top {
		right: 5px;
	}
}
.back-to-top.show {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.88);
		transform: scale(0.88);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
#chat-widget-container {
	bottom: 0 !important;
	z-index: 9999 !important;
}
.links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}
@media (max-width: 480px) {
	.links {
		display: block;
	}
}
.links a {
	display: inline-block;
}
@media (max-width: 480px) {
	.links a {
		display: block;
		text-align: center;
		margin: 5px 0;
	}
}
header {
	background: rgba(0, 0, 0, 0);
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.fixed-menu {
	width: 100%;
	position: fixed;
	top: -88px;
	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
@media (max-width: 991px) {
	header.fixed-menu {
		top: 0;
	}
}
header.fixed-menu .main-header {
	padding: 20px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.168627451);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.168627451);
}
header .top-header {
	padding: 30px 0 20px 0;
}
header .top-header > div {
	line-height: 1;
}
header .top-header .top-header-logo {
	display: block;
	line-height: 0;
}
header .top-header .top-header-logo img {
	max-width: 200px;
}
header .top-header .nav-link {
	font-size: 16px;
	color: rgba(29, 26, 26, 0.7);
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;
	padding: 0 15px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .top-header .nav-link:hover,
header .top-header .nav-link.active {
	color: #12104f;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .header-border {
	height: 2px;
	width: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(209, 209, 209, 0.09)),
		color-stop(51.04%, rgba(209, 209, 209, 0.3)),
		to(rgba(209, 209, 209, 0.09))
	);
	background: linear-gradient(
		90deg,
		rgba(209, 209, 209, 0.09) 0%,
		rgba(209, 209, 209, 0.3) 51.04%,
		rgba(209, 209, 209, 0.09) 100%
	);
}
@media (max-width: 991px) {
	header .header-border {
		display: none;
	}
}
header .main-header {
	padding-top: 20px;
	position: relative;
	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
@media (max-width: 991px) {
	header .main-header {
		padding: 20px 0;
		border-bottom: 1px solid rgba(235, 242, 255, 0.5);
	}
}
header .main-header .navbar {
	padding: 0;
}
header .main-header .navbar .scroll-logo {
	display: none;
}
@media (max-width: 991px) {
	header .main-header .navbar .scroll-logo {
		display: block;
	}
}
header .main-header .navbar .scroll-logo .navbar-brand {
	display: block;
	padding: 0;
	line-height: 0;
	max-width: 180px;
}
header .main-header .navbar .scroll-logo.active {
	display: block;
}
header .main-header .navbar .navbar-toggler {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 7px;
	width: 35px;
	height: 35px;
	position: relative;
	padding: 5px;
	border: 1px solid #12104f;
}
header .main-header .navbar .navbar-toggler:focus,
header .main-header .navbar .navbar-toggler :active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .main-header .navbar .navbar-toggler .icon-bar {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #12104f;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	margin-left: auto;
}
header .main-header .navbar .navbar-toggler .icon-bar + .icon-bar {
	margin-top: 4px;
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(2) {
	background-color: #9ecc90;
	width: 14px;
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(3) {
	width: 10px;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar + .icon-bar {
	margin-top: -2px;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 22px;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
	opacity: 0;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 22px;
}
header .main-header .navbar .navbar-collapse {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse {
		position: absolute;
		top: 56px;
		width: 100%;
		background: #fff;
		z-index: 99;
		left: 0;
	}
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav.navbar-nav-scroll {
		height: calc(100vh - 75px);
		max-height: 100%;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	color: rgba(29, 26, 26, 0.7);
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;
	padding: 0 20px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 1399px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 0 15px;
	}
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 0;
		text-align: center;
		margin: 12px 0;
		font-size: 17px;
	}
}
@media (max-width: 575px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 16px;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	color: #12104f;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header.fixed-menu {
	background: #fff;
	padding: 22px 0;
	width: 100%;
	position: fixed;
	top: -100px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	z-index: 9;
	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
@media (max-width: 991px) {
	header .main-header.fixed-menu {
		padding: 20px 0;
	}
}
header .main-header.fixed-menu .navbar .navbar-collapse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
header .main-header.active {
	top: 0;
	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
.blur-body header {
	background-color: #fff;
}
.skiptranslate,
.goog-te-combo {
	display: none !important;
}
body {
	top: 0 !important;
}
.goog-te-gadget {
	display: block !important;
}
#google_translate_element,
select.goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}
body .goog-text-highlight {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#teams-dropdown-menu span.icon .fa {
	display: none;
}
.loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
}
#teams-dropdown-menu ul li {
	text-transform: capitalize;
}
#teams-dropdown-menu {
	position: relative;
	cursor: pointer;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0px;
	height: 36px;
	padding: 6px;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
}
#teams-dropdown-menu .flag-text {
	font-size: 0px;
	color: #000;
}
#teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: unset !important;
	right: 0;
}
img.img-fluid.flg {
	margin-right: 10px;
}
#teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
@-webkit-keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
#teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	float: none;
}
#teams-dropdown-menu ul li:hover {
	color: #000 !important;
	background-color: #f0f0f0;
}
#teams-dropdown-menu span.icon:before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: 0.3em solid rgba(0, 0, 0, 0);
	position: relative;
	top: 2px;
}
@media screen and (max-width: 1199px) {
	#teams-dropdown-menu {
		height: 32px;
		position: relative !important;
		background-color: #fff !important;
		cursor: pointer !important;
		width: 60px !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-right: 0px !important;
	}
	#teams-dropdown-menu .flag-text {
		font-size: 0px;
		color: #000;
		margin-right: 10px;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #000;
	}
	.header-main #teams-dropdown-menu {
		margin-left: auto !important;
	}
	div#dropBlock_wrapper {
		margin-right: 10px;
		margin-left: auto;
	}
	.header.sticky header nav.menu.open ul {
		margin-top: 25px;
	}
}
.fr_wrapper .page-banner .faq-heading h2 {
	font-size: 38px;
	font-weight: 700;
}
@media (max-width: 1199px) {
	.fr_wrapper .page-banner .faq-heading h2 {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.fr_wrapper .page-banner .faq-heading h2 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.fr_wrapper .page-banner .faq-heading h2 {
		font-size: 22px;
	}
}
@media (max-width: 575px) {
	.fr_wrapper .page-banner .faq-heading h2 {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.fr_wrapper header .navbar .logo img {
		max-width: 180px;
	}
}
.fr_wrapper footer .main-footer .footer-links ul li a {
	display: block;
}
.fr_wrapper footer .main-footer .footer-links ul li a::first-letter {
	text-transform: uppercase;
}
.fr_wrapper .banner-section {
	padding: 180px 0 0;
}
@media (max-width: 1199px) {
	.fr_wrapper .banner-section {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.fr_wrapper .banner-section {
		margin-bottom: 30px;
		padding: 120px 0 0;
	}
}
.fr_wrapper .page-banner .page-title h2::first-letter {
	text-transform: capitalize;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0) !important;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0) !important;
}
footer {
	position: relative;
	overflow: hidden;
	border-top: 2px solid rgba(0, 107, 255, 0.2);
}
footer.top-margin {
	margin-top: 65px;
}
@media (max-width: 1399px) {
	footer.top-margin {
		margin-top: 50px;
	}
}
@media (max-width: 1199px) {
	footer.top-margin {
		margin-top: 40px;
	}
}
@media (max-width: 991px) {
	footer.top-margin {
		margin-top: 30px;
	}
}
footer .main-footer {
	position: relative;
	background-color: #12104f;
	padding: 70px 0 140px;
}
@media (max-width: 1399px) {
	footer .main-footer {
		padding: 60px 0 100px;
	}
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 30px 15px 50px;
	}
}
footer .main-footer .footer-logo {
	margin-bottom: 35px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-logo {
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: center;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	footer .main-footer .footer-links {
		padding-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links {
		margin-top: 0;
	}
}
footer .main-footer .footer-links .footer-title {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	margin-bottom: 35px;
	font-weight: 700;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title {
		margin-bottom: 20px;
		font-size: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 400;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 16px;
	}
}
footer .main-footer .footer-links .footer-title.mob[aria-expanded="true"] .footer-toggler {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		line-height: 0;
		margin-left: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		position: relative;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		display: none;
	}
}
footer .main-footer .footer-links ul {
	padding-left: 20px;
}
@media (min-width: 992px) {
	footer .main-footer .footer-links ul {
		display: block;
		padding-left: 0;
	}
}
footer .main-footer .footer-links li {
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	footer .main-footer .footer-links li:last-child {
		margin-bottom: 0;
	}
}
footer .main-footer .footer-links li a {
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: inline-block;
}
footer .main-footer .footer-links li a::first-letter {
	text-transform: capitalize;
}
@media (max-width: 575px) {
	footer .main-footer .footer-links li a {
		font-size: 14px;
	}
}
footer .main-footer .footer-links li a:hover {
	color: #9ecc90;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links.footer-contact {
		margin-bottom: 50px;
	}
}
footer .main-footer .footer-links.footer-contact ul li {
	font-size: 16px;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links.footer-contact ul li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .main-footer .footer-links.footer-contact ul li .icons {
	margin-right: 12px;
	line-height: 0;
}
footer .main-footer .footer-links.footer-contact ul li:last-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
footer .main-footer .footer-links.footer-contact ul li a {
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
footer .main-footer .footer-links.footer-contact ul li a::first-letter {
	text-transform: unset;
}
footer .main-footer .footer-links.footer-contact ul li a:hover {
	color: #9ecc90;
}
footer .main-footer .footer-encry .visa-div {
	padding: 20px 0;
}
footer .main-footer .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	opacity: 0.85;
	margin-top: 24px;
}
@media (max-width: 991px) {
	footer .main-footer .encryption {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
	}
}
footer .main-footer .encryption img {
	margin-right: 10px;
}
footer .copyright {
	background-color: #12104f;
}
footer .copyright .sub-footer {
	padding: 10px 0;
	text-align: center;
	position: relative;
}
footer .copyright .sub-footer p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
@media (max-width: 991px) {
	footer .copyright .sub-footer p {
		font-size: 11px;
		line-height: 18px;
	}
}
.banner-section {
	padding: 180px 0 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(-5.06%, rgba(158, 204, 144, 0.18)),
		color-stop(103.13%, rgba(255, 255, 255, 0))
	);
	background: linear-gradient(180deg, rgba(158, 204, 144, 0.18) -5.06%, rgba(255, 255, 255, 0) 103.13%);
	position: relative;
	margin-bottom: 65px;
}
@media (max-width: 1399px) {
	.banner-section {
		margin-bottom: 50px;
		padding: 150px 0 0;
	}
}
@media (max-width: 1199px) {
	.banner-section {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.banner-section {
		margin-bottom: 30px;
		padding: 120px 0 0;
	}
}
.banner-section .banner-content {
	position: relative;
}
@media (max-width: 991px) {
	.banner-section .banner-content {
		text-align: center;
	}
}
.banner-section .banner-content h1 {
	color: #1d1a1a;
	font-size: 76px;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.banner-section .banner-content h1 span {
	display: inline-block;
	color: #9ecc90;
}
@media (max-width: 1600px) {
	.banner-section .banner-content h1 {
		font-size: 54px;
	}
}
@media (max-width: 1399px) {
	.banner-section .banner-content h1 {
		font-size: 48px;
	}
}
@media (max-width: 1199px) {
	.banner-section .banner-content h1 {
		font-size: 42px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-content h1 {
		font-size: 36px;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.banner-section .banner-content h1 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-content h1 {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.banner-section .banner-content h1 {
		font-size: 30px;
	}
}
.banner-section .banner-content .banner-text {
	position: relative;
	max-width: 690px;
	margin: 0 auto;
	text-align: center;
}
.banner-section .banner-content .banner-text p {
	font-size: 16px;
	margin-bottom: 30px;
}
.banner-section .banner-content .vector1,
.banner-section .banner-content .vector2,
.banner-section .banner-content .vector3 {
	position: absolute;
}
@media (max-width: 991px) {
	.banner-section .banner-content .vector1,
	.banner-section .banner-content .vector2,
	.banner-section .banner-content .vector3 {
		display: none;
	}
}
.banner-section .banner-content .vector1 {
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.banner-section .banner-content .vector2 {
	right: 0;
	top: 40%;
}
.banner-section .banner-content .vector3 {
	right: 0;
	bottom: 0;
}
.banner-section .banner-img {
	margin-top: 60px;
	text-align: center;
	position: relative;
}
.banner-section .banner-img img {
	position: relative;
	z-index: 1;
}
.banner-section .banner-img::after,
.banner-section .banner-img::before {
	content: "";
	position: absolute;
	height: 190px;
	width: 190px;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	z-index: 0;
}
.banner-section .banner-img::after {
	background-color: #12104f;
	top: 0;
	left: 0;
}
.banner-section .banner-img::before {
	background-color: #9ecc90;
	bottom: 0;
	right: 0;
}
.count-section .text {
	max-width: 615px;
}
@media (max-width: 991px) {
	.count-section .text {
		max-width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}
.count-section .counts .single-count {
	display: inline-block;
	position: relative;
}
@media (max-width: 991px) {
	.count-section .counts .single-count {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.count-section .counts .single-count::after {
		content: "";
		position: absolute;
		border-bottom: 1px solid rgba(29, 26, 26, 0.3);
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 52px;
	}
	.count-section .counts .single-count.no-border::after {
		display: none;
	}
}
.count-section .counts .single-count h2 {
	color: #12104f;
	font-size: 52px;
}
@media (max-width: 1600px) {
	.count-section .counts .single-count h2 {
		font-size: 48px;
	}
}
@media (max-width: 1399px) {
	.count-section .counts .single-count h2 {
		font-size: 44px;
	}
}
@media (max-width: 1199px) {
	.count-section .counts .single-count h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.count-section .counts .single-count h2 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.count-section .counts .single-count h2 {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.count-section .counts .single-count h2 {
		font-size: 26px;
	}
}
.count-section .counts .single-count h2 span {
	color: #9ecc90;
}
.count-section .counts .single-count p {
	text-transform: capitalize;
	font-family: "DMSans-Medium", sans-serif;
}
.count-section .counts .border-right {
	border-right: 1px solid rgba(29, 26, 26, 0.3);
}
@media (max-width: 991px) {
	.count-section .counts .border-right {
		border-right: none;
	}
}
.feature-section {
	position: relative;
}
.feature-section .row-flex {
	display: -webkit-box;
}
.feature-section .feature-block {
	border-radius: 15px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#9ecc90), to(rgba(158, 204, 144, 0.09)));
	background: linear-gradient(180deg, #9ecc90 0%, rgba(158, 204, 144, 0.09) 100%);
	-webkit-box-shadow: 0px 10px 30px rgba(173, 173, 173, 0.15);
	box-shadow: 0px 10px 30px rgba(173, 173, 173, 0.15);
	height: 100%;
}
@media (max-width: 991px) {
	.feature-section .feature-block {
		max-width: 425px;
		margin: 0 auto 20px;
		height: auto;
	}
}
.feature-section .feature-block .img-block {
	-webkit-filter: drop-shadow(0px 10px 30px rgba(173, 173, 173, 0.15));
	filter: drop-shadow(0px 10px 30px rgba(173, 173, 173, 0.15));
	line-height: 0;
}
.feature-section .feature-block .text-block {
	padding: 18px;
	text-align: center;
}
.service-section {
	position: relative;
}
@media (max-width: 991px) {
	.service-section {
		text-align: center;
	}
}
.service-section .heading h2 {
	text-align: left;
}
@media (max-width: 991px) {
	.service-section .heading h2 {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.service-section .img-block {
		margin-top: 30px;
	}
}
.service-section ul {
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.service-section ul {
		display: inline-block;
	}
}
.service-section ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.service-section ul li img {
	margin-right: 5px;
}
.service-section ul li p {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.service-section.service-2 .img-block {
		margin-top: 30px;
	}
}
.service-section.service-2 ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
}
@media (max-width: 991px) {
	.service-section.service-2 ul li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}
.service-section.service-2 ul li:last-child {
	margin-bottom: 0;
}
.service-section.service-2 ul li:last-child::after {
	display: none;
}
.service-section.service-2 ul li::after {
	content: "";
	position: absolute;
	background-color: rgba(29, 26, 26, 0.3);
	width: 1px;
	height: 60px;
	left: 4px;
	top: 35px;
}
@media (max-width: 991px) {
	.service-section.service-2 ul li::after {
		display: none;
	}
}
.service-section.service-2 ul li span {
	display: inline-block;
	line-height: 1.5;
	margin-right: 20px;
	color: #12104f;
	font-family: "DMSans-Bold", sans-serif;
	font-size: 20px;
}
@media (max-width: 991px) {
	.service-section.service-2 ul li span {
		margin-right: 10px;
	}
}
.service-section.service-2 ul li h6 {
	color: #12104f;
	font-family: "DMSans-Bold", sans-serif;
	font-size: 20px;
	line-height: 1.5;
}
.service-section.service-2 ul li p {
	color: rgba(29, 26, 26, 0.7);
	font-size: 18px;
}
.pricing-section {
	background: #9ecc90 url(../images/price-back.png);
	background-position: center;
	background-repeat: repeat-x repeat-y;
}
.pricing-section .price-box {
	padding: 100px 50px;
}
@media (max-width: 1399px) {
	.pricing-section .price-box {
		padding: 80px 40px;
	}
}
@media (max-width: 991px) {
	.pricing-section .price-box {
		padding: 60px 0px;
	}
}
.pricing-section .price-box .heading {
	text-align: center;
}
.pricing-section .price-box .heading h2 {
	margin-bottom: 20px;
}
.pricing-section .price-box .heading h6 {
	font-size: 24px;
	font-family: "DMSans-Medium", sans-serif;
	margin-bottom: 25px;
}
.pricing-section .price-box .heading p {
	color: #1d1a1a;
}
.pricing-section .price-box .single-price {
	text-align: center;
	cursor: pointer;
}
.pricing-section .price-box .single-price .price-check {
	display: inline-block;
	background-color: #12104f;
	border-radius: 35px;
	padding: 15px 40px;
	margin-bottom: 30px;
}
.pricing-section .price-box .single-price h2 {
	font-size: 40px;
	color: #1d1a1a;
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.pricing-section .price-box .single-price h2 {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.pricing-section .price-box .single-price h2 {
		font-size: 28px;
	}
}
.pricing-section .price-box .single-price p {
	max-width: 205px;
	margin: 0 auto 35px;
}
.pricing-section .price-box .single-price .common-btn {
	background: #fff;
	color: rgba(29, 26, 26, 0.7);
}
.pricing-section .price-box .single-price.active .common-btn {
	background: -webkit-gradient(linear, left bottom, left top, from(#12104f), to(#12104f)),
		radial-gradient(100% 100% at 50% 0%, #12104f 0%, rgba(18, 16, 79, 0.66) 100%);
	background: linear-gradient(0deg, #12104f, #12104f),
		radial-gradient(100% 100% at 50% 0%, #12104f 0%, rgba(18, 16, 79, 0.66) 100%);
	color: #fff;
}
.pricing-section .price-box .single-price .custom-radio {
	display: block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 30px;
	font-family: "Fahkwang-Bold", sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
}
@media (max-width: 1399px) {
	.pricing-section .price-box .single-price .custom-radio {
		font-size: 24px;
	}
}
.pricing-section .price-box .single-price .custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.pricing-section .price-box .single-price .checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	border: 1px solid #fff;
}
@media (max-width: 1399px) {
	.pricing-section .price-box .single-price .checkmark {
		height: 25px;
		width: 25px;
	}
}
.pricing-section .price-box .single-price .custom-radio:hover input ~ .checkmark {
	background-color: #ccc;
}
.pricing-section .price-box .single-price .custom-radio input:checked ~ .checkmark {
	background-color: #fff;
}
.pricing-section .price-box .single-price .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.pricing-section .price-box .single-price .custom-radio input:checked ~ .checkmark:after {
	display: block;
}
.pricing-section .price-box .single-price .custom-radio .checkmark:after {
	top: 3px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 17px;
	width: 8px;
	border-bottom: 2px solid #12104f;
	border-right: 2px solid #12104f;
}
@media (max-width: 1399px) {
	.pricing-section .price-box .single-price .custom-radio .checkmark:after {
		top: 2px;
		left: 8px;
	}
}
.pricing-section .price-box.premium-box {
	margin-top: 60px;
}
@media (min-width: 992px) {
	.about-section .heading h2 {
		text-align: left;
	}
}
@media (max-width: 991px) {
	.about-section .about-img {
		max-width: 450px;
		margin: 30px auto 0;
	}
}
@media (max-width: 991px) {
	.contact-page .right-div {
		margin-top: 40px;
		text-align: center;
	}
}
.contact-page .right-div .form-title {
	margin-bottom: 15px;
}
.contact-page .right-div .contact-info {
	margin-top: 40px;
	padding: 20px;
	position: relative;
	max-width: 420px;
	border: 1px solid #9ecc90;
	border-radius: 50px;
}
@media (max-width: 991px) {
	.contact-page .right-div .contact-info {
		display: inline-block;
		text-align: left;
	}
}
.contact-page .right-div .contact-info a {
	margin-top: 15px;
	display: inline-block;
	color: #1d1a1a;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-page .right-div .contact-info a:hover {
	color: #12104f;
}
.contact-page .right-div .contact-info p {
	color: #1d1a1a;
}
.faq-section .title {
	max-width: 750px;
	margin: 0 auto 60px;
	text-align: center;
}
.faq-section .title p {
	font-family: "DMSans-Bold", sans-serif;
	color: #1d1a1a;
}
.faq-section .myaccordion .card {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 8px;
	border: none;
}
.faq-section .myaccordion .card .card-header {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	position: relative;
	padding: 0;
}
.faq-section .myaccordion .card .card-header .faq-content h5 {
	font-size: 18px;
	color: #1d1a1a;
	line-height: 1.4;
	padding-right: 0;
	font-weight: normal;
	font-family: "Fahkwang-Medium", sans-serif;
	margin-bottom: 10px;
	cursor: pointer;
}
@media (max-width: 991px) {
	.faq-section .myaccordion .card .card-header .faq-content h5 {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.faq-section .myaccordion .card .card-header .faq-content h5 {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.faq-section .myaccordion .card .card-header .faq-content h5 {
		font-size: 14px;
	}
}
.faq-section .myaccordion .card .card-body {
	color: rgba(29, 26, 26, 0.7);
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
}
@media (max-width: 575px) {
	.faq-section .myaccordion .card .card-body {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.faq-section .myaccordion .card .card-body {
		font-size: 14px;
	}
}
.faq-section .myaccordion .card .card-body table {
	margin: 30px 0;
}
@media (max-width: 575px) {
	.faq-section .myaccordion .card .card-body table {
		margin: 20px 0;
	}
}
.faq-section .myaccordion .card .card-body table thead tr th {
	width: 50%;
	color: #fff;
	padding: 10px;
}
.faq-section .myaccordion .card .card-body table td {
	padding: 10px;
}
.chat-now {
	margin-top: 40px;
	background: #9ecc90;
	-webkit-box-shadow: 0px 4px 16px rgba(88, 88, 88, 0.06);
	box-shadow: 0px 4px 16px rgba(88, 88, 88, 0.06);
	border-radius: 240px;
	padding: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 480px) {
	.chat-now {
		padding: 30px;
	}
}
.chat-now img {
	min-width: 100px;
}
@media (max-width: 480px) {
	.chat-now img {
		display: none;
	}
}
.chat-now .text {
	margin-left: 20px;
}
@media (max-width: 480px) {
	.chat-now .text {
		margin-left: 0;
		text-align: center;
	}
}
.chat-now h3 {
	font-size: 18px;
	color: #1d1a1a;
}
.chat-now .start-chat {
	margin-top: 15px;
	color: #12104f;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: underline !important;
}
.form-div {
	padding: 70px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-box-shadow: 0px 11px 30px -4px rgba(7, 62, 62, 0.3);
	box-shadow: 0px 11px 30px -4px rgba(7, 62, 62, 0.3);
	border-radius: 20px;
}
@media (max-width: 1399px) {
	.form-div {
		padding: 50px;
	}
}
@media (max-width: 1199px) {
	.form-div {
		padding: 40px;
	}
}
@media (max-width: 991px) {
	.form-div {
		padding: 30px;
	}
}
.form-div .form-title {
	color: #12104f;
	font-size: 30px;
	margin-bottom: 40px;
}
@media (max-width: 1399px) {
	.form-div .form-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	.form-div .form-title {
		font-size: 22px;
	}
}
form .user-input,
form textarea {
	padding: 10px 10px;
	color: #202020;
	background: #fff;
	border: none;
	border-bottom: 1px solid #1d1a1a;
	border-radius: 0;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	position: relative;
	line-height: 1;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
form .user-input + .form-icon,
form textarea + .form-icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.5;
}
form .user-input:focus,
form textarea:focus {
	outline: none;
	background: #fff;
}
form .user-input:focus + .form-icon,
form textarea:focus + .form-icon {
	opacity: 1;
}
form .user-input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.3;
	color: rgba(32, 32, 32, 0.35);
}
@media (max-width: 991px) {
	form .user-input::-webkit-input-placeholder,
	form textarea::-webkit-input-placeholder {
		font-size: 14px;
	}
}
form textarea {
	min-height: 100px !important;
	max-height: 150px;
}
form textarea + .form-icon {
	top: 20px !important;
	-webkit-transform: none !important;
	transform: none !important;
}
form .form-group {
	position: relative;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	form .form-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
form .form-btn {
	margin-top: 30px;
}
.remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}
@media (max-width: 991px) {
	.remember {
		margin-bottom: 20px;
	}
}
.remember .form-check-input {
	background: #fff;
	border: 1px solid rgba(7, 15, 43, 0.15);
	border-radius: 5px;
}
.remember .form-check-input:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.remember .form-check-input:checked {
	background-color: #12104f;
	border-color: #12104f;
}
.remember .form-check-label,
.remember .forgot-pass {
	font-size: 16px;
	color: #fff;
}
@media (max-width: 991px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 13px;
	}
}
.remember .forgot-pass {
	text-transform: capitalize;
}
.remember .forgot-pass:hover {
	color: #f37168;
}
.already {
	text-align: center;
	margin-top: 20px;
}
.already a {
	color: #12104f;
	font-size: 16px;
	font-family: "DMSans-Bold", sans-serif;
}
.already a:hover {
	color: #9ecc90;
}
.recaptcha {
	margin-bottom: 24px;
}
@media (max-width: 1399px) {
	.recaptcha {
		margin-bottom: 22px;
	}
}
@media (max-width: 991px) {
	.recaptcha {
		margin-bottom: 20px;
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.recaptcha {
		margin-bottom: 8px;
	}
}
@media (max-width: 991px) {
	.sign-in-section .account-form {
		margin-bottom: 0;
	}
}
@media (max-width: 991px) {
	.signup-page .right-div {
		margin-top: 30px;
	}
}
.signup-page .right-div .card-block {
	background: #fff;
	border: 1px solid #12104f;
	border-radius: 8px;
	padding: 18px;
}
.signup-page .right-div .card-block:last-child {
	border: 1px solid #9ecc90;
}
.signup-page .right-div .card-block.mb-25 {
	margin-bottom: 25px;
}
.signup-page .right-div .card-block p {
	color: rgba(29, 26, 26, 0.7);
	font-size: 16px;
}
.cancel-form .left-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 1199px) {
	.cancel-form .right-div img {
		max-width: 300px;
	}
}
@media (max-width: 991px) {
	.cancel-form .right-div img {
		display: none;
	}
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: rgba(29, 26, 26, 0.7);
	position: relative;
	overflow: inherit;
}
@media (max-width: 991px) {
	.policy-content {
		font-size: 14px;
		line-height: 22px;
	}
}
.policy-content a {
	white-space: nowrap;
	color: #9ecc90;
}
.policy-content a:hover {
	color: #12104f;
}
@media (max-width: 767px) {
	.policy-content a {
		white-space: normal;
	}
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-size: 26px;
	color: #1d1a1a;
	margin-bottom: 15px;
	font-family: "Fahkwang-Medium", sans-serif;
	font-weight: 700;
}
@media (max-width: 991px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
	}
}
.policy-content b {
	font-size: 18px;
	color: #1d1a1a;
	margin-bottom: 15px;
	font-weight: 700;
}
@media (max-width: 991px) {
	.policy-content b {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.policy-content b {
		font-size: 14px;
	}
}
.policy-content p.small {
	font-size: 14px;
	line-height: 21px;
	color: rgba(29, 26, 26, 0.7);
	margin-bottom: 15px;
}
.policy-content .print {
	position: sticky;
	margin-left: auto;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	right: 0;
	top: 109px;
	padding: 20px 15px;
	border-radius: 12px 0 0 12px;
	background: #9ecc90;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	z-index: 99;
	float: right;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.policy-content .print:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0px;
		padding: 10px;
		top: 22%;
	}
}
.policy-content .print img {
	margin-top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 767px) {
	.policy-content .print img {
		margin-top: 0px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
#pricingplans,
#deliverypolicy,
#cancellation {
	padding-top: 100px;
	margin-top: -100px;
	display: block;
}
@media (max-width: 991px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation {
		padding-top: 80px;
		margin-top: -80px;
	}
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
	border-radius: 25px;
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
@media (max-width: 480px) {
	table {
		table-layout: auto;
	}
}
table:focus {
	outline: none;
}
table th {
	background: #12104f;
	font-weight: 400;
	padding: 25px;
	border: none;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	border-right: 1px solid #9ecc90;
	text-transform: capitalize;
}
table th:first-child {
	border-radius: 10px 0 0 0;
}
table th:last-child {
	border-right: none;
	border-radius: 0 10px 0 0;
}
@media (max-width: 1399px) {
	table th {
		padding: 20px;
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	table th {
		font-size: 18px;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table tr {
	background-color: rgba(158, 204, 144, 0.1);
}
table tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}
table tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}
table td {
	padding: 25px 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #202020;
	border-right: 1px solid #9ecc90;
}
table td:last-child {
	border-right: none;
}
@media (max-width: 1399px) {
	table td {
		padding: 20px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 5px;
		font-size: 12px;
	}
}
.faq table {
	margin: 15px 0;
}
.faq table tr:nth-child(odd) {
	background: #caf0ff;
}
.faq table tr td {
	border-radius: 0 !important;
}
.faq table tr th {
	background-color: #fff;
	color: #1d1a1a;
	border-color: rgba(7, 17, 68, 0.2);
	border-radius: 0;
}
.modal {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.48);
}
.modal.welcome-modal {
	bottom: 0;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	top: auto;
}
.modal.welcome-modal .modal-dialog {
	margin: 0 0 0 auto;
	max-width: 100%;
	border-radius: 0;
}
.modal.welcome-modal .modal-dialog .modal-content {
	border-radius: 0;
}
.modal.welcome-modal .modal-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-body {
		display: block;
		text-align: center;
	}
}
.modal.welcome-modal .modal-body a {
	color: #9ecc90;
}
.modal.welcome-modal .modal-body a:hover {
	color: #12104f;
}
.modal.welcome-modal .modal-body a.common-btn {
	color: #fff;
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-body a.common-btn {
		margin-top: 15px;
	}
}
.modal.welcome-modal .modal-title {
	margin-bottom: 15px;
	color: #9ecc90;
	line-height: 1;
}
@media (min-width: 992px) {
	.modal.signin .modal-lg,
	.modal.forgot-password .modal-lg {
		max-width: 910px;
	}
}
.modal.signin .modal-lg .modal-content,
.modal.forgot-password .modal-lg .modal-content {
	padding: 75px 60px;
}
@media (max-width: 1199px) {
	.modal.signin .modal-lg .modal-content,
	.modal.forgot-password .modal-lg .modal-content {
		padding: 60px 40px;
	}
}
@media (max-width: 991px) {
	.modal.signin .modal-lg .modal-content,
	.modal.forgot-password .modal-lg .modal-content {
		padding: 40px 30px;
	}
}
.modal.signin .modal-lg .modal-content .modal-body,
.modal.forgot-password .modal-lg .modal-content .modal-body {
	padding: 0;
}
.modal.signin .modal-lg .modal-content .modal-body .title,
.modal.forgot-password .modal-lg .modal-content .modal-body .title {
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
	.modal.signin .modal-lg .modal-content .modal-body .title,
	.modal.forgot-password .modal-lg .modal-content .modal-body .title {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.modal.signin .modal-lg .modal-content .modal-body .title,
	.modal.forgot-password .modal-lg .modal-content .modal-body .title {
		margin-bottom: 20px;
	}
}
.modal.signin .modal-lg .modal-content .modal-body .title h3,
.modal.forgot-password .modal-lg .modal-content .modal-body .title h3 {
	font-size: 32px;
	color: #1d1a1a;
}
@media (max-width: 1199px) {
	.modal.signin .modal-lg .modal-content .modal-body .title h3,
	.modal.forgot-password .modal-lg .modal-content .modal-body .title h3 {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.modal.signin .modal-lg .modal-content .modal-body .title h3,
	.modal.forgot-password .modal-lg .modal-content .modal-body .title h3 {
		font-size: 24px;
	}
}
.modal .modal-dialog .modal-content {
	border-radius: 18px;
	border: none;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.modal .modal-dialog .modal-content .btn-close {
	width: auto;
	height: auto;
	position: absolute;
	top: 25px;
	right: 25px;
	background: none;
	opacity: 1;
	line-height: 0;
	padding: 5px;
	border-radius: 5px;
}
.modal .modal-dialog .modal-content .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-header {
		padding: 15px 0;
	}
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 15px 15px 20px 80px;
	border-radius: 0 0 18px 18px;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 15px;
	}
}
.modal .modal-dialog .modal-content .modal-body .right-div {
	text-align: end;
}
.modal .modal-dialog .modal-content .modal-body .modal-text {
	text-align: left;
}
.modal .modal-dialog .modal-content .modal-body .modal-text .modal-title {
	font-size: 60px;
	color: #9ecc90;
}
@media (max-width: 1600px) {
	.modal .modal-dialog .modal-content .modal-body .modal-text .modal-title {
		font-size: 54px;
	}
}
@media (max-width: 1399px) {
	.modal .modal-dialog .modal-content .modal-body .modal-text .modal-title {
		font-size: 48px;
	}
}
@media (max-width: 1199px) {
	.modal .modal-dialog .modal-content .modal-body .modal-text .modal-title {
		font-size: 40px;
	}
}
.modal .modal-dialog .modal-content .modal-body .modal-text .sub-title {
	color: rgba(32, 32, 32, 0.65);
	margin-bottom: 15px;
	font-size: 16px;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .modal-text .sub-title {
		font-size: 16px;
	}
}

.z-100 {
	z-index: 100;
}
