* {
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: "Amiko-Bold";
	src: url("../fonts/Amiko-Bold.woff2") format("woff2"), url("../fonts/Amiko-Bold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "Amiko-Regular";
	src: url("../fonts/Amiko-Regular.woff2") format("woff2"), url("../fonts/Amiko-Regular.woff") format("woff");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "Amiko-SemiBold";
	src: url("../fonts/Amiko-SemiBold.woff2") format("woff2"), url("../fonts/Amiko-SemiBold.woff") format("woff");
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "Nominee-Bold";
	src: url("../fonts/Nominee-Bold.woff2") format("woff2"), url("../fonts/Nominee-Bold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "Nominee-Light";
	src: url("../fonts/Nominee-Light.woff2") format("woff2"), url("../fonts/Nominee-Light.woff") format("woff");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Amiko-Regular", sans-serif;
	overflow-x: hidden !important;
	position: relative;
	scroll-behavior: unset;
	height: unset;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Nominee-Bold", sans-serif;
	color: #282828;
}
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;
}
button {
	background: rgba(0, 0, 0, 0);
	border: 0;
	outline: none;
	cursor: pointer;
}
img {
	max-width: 100%;
	line-height: 0;
}
form textarea {
	min-height: 100px;
	max-height: 150px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
::-moz-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
::placeholder {
	color: rgba(0, 0, 0, 0.2);
}
p {
	font-size: 18px;
	color: #282828;
	opacity: 0.6;
}
@media (max-width: 1199px) {
	p {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	p {
		font-size: 14px;
	}
}
a {
	color: linear-gradient(135deg, #222539 0%, #26525a 100%);
}
a:hover {
	color: #e3c6ff;
}
a:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.form-group textarea {
	min-height: 60px;
	max-height: 60px;
}
.form-group input,
.form-group textarea {
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	border-radius: 60px;
	font-size: 16px;
	padding: 15px 24px;
	width: 100%;
}
@media (max-width: 767px) {
	.form-group input,
	.form-group textarea {
		padding: 12px 15px;
		font-size: 14px;
	}
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}
.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
	color: rgba(255, 255, 255, 0.3);
}
.form-group input:focus,
.form-group textarea:focus {
	color: #fff !important;
	outline: none !important;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.primary-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.primary-btn.white .text {
	color: #282828;
	background: #fff;
}
.primary-btn.white .img {
	background: #fff;
}
.primary-btn.white .img img {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.primary-btn .text {
	background: #282828;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 16px 40px;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 1;
	height: 55px;
	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;
}
.primary-btn .text::first-letter {
	text-transform: capitalize;
}
.primary-btn .img {
	background-color: #282828;
	padding: 16px;
	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;
	border-radius: 50%;
	width: 55px;
	position: relative;
}
.primary-btn .img img {
	position: relative;
}
@-webkit-keyframes left {
	0% {
		left: 0;
	}
	25% {
		left: -3px;
	}
	50% {
		left: 0;
	}
	75% {
		left: 3px;
	}
	100% {
		left: 0;
	}
}
@keyframes left {
	0% {
		left: 0;
	}
	25% {
		left: -3px;
	}
	50% {
		left: 0;
	}
	75% {
		left: 3px;
	}
	100% {
		left: 0;
	}
}
.primary-btn:hover {
	background: rgba(0, 0, 0, 0);
	color: linear-gradient(135deg, #222539 0%, #26525a 100%);
	border: 1px solid linear-gradient(135deg, #222539 0%, #26525a 100%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.primary-btn:hover .img img {
	-webkit-animation: left 1s linear infinite;
	animation: left 1s linear infinite;
}
#chat-widget-container {
	bottom: 0 !important;
	z-index: 9999 !important;
}
body.blur-body #chat-widget-container {
	z-index: 1 !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: #282828 !important;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
.banner {
	padding: 245px 0 0;
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	position: relative;
	margin-bottom: 80px;
}
@media (max-width: 1600px) {
	.banner {
		margin-bottom: 60px;
	}
}
@media (max-width: 1199px) {
	.banner {
		padding: 140px 0 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.banner {
		padding: 138px 0 0;
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.banner {
		padding: 116px 0 0;
		margin-bottom: 0;
	}
}
.banner::after {
	content: "";
	position: absolute;
	background: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	bottom: -40px;
	left: 0;
	height: 190px;
	width: 100%;
}
@media (max-width: 1600px) {
	.banner::after {
		bottom: -20px;
		height: 160px;
	}
}
@media (max-width: 1199px) {
	.banner::after {
		height: 130px;
	}
}
@media (max-width: 767px) {
	.banner::after {
		height: 80px;
		bottom: 0;
	}
}
.banner .banner-content {
	position: relative;
}
@media (max-width: 991px) {
	.banner .banner-content {
		text-align: center;
		margin-bottom: 40px;
	}
}
.banner .banner-content h1 {
	font-weight: 600;
	font-size: 62px;
	line-height: 1.45;
	color: #fff;
	margin-bottom: 40px;
}
@media (max-width: 1399px) {
	.banner .banner-content h1 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.banner .banner-content h1 {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.banner .banner-content h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.banner .banner-content h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	.banner .banner-content h1 {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.banner .banner-text {
		margin-bottom: 50px;
	}
}
.banner .banner-text p {
	max-width: 500px;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 50px;
}
@media (max-width: 1399px) {
	.banner .banner-text p {
		max-width: 400px;
	}
}
@media (max-width: 991px) {
	.banner .banner-text p {
		max-width: 500px;
		margin: 0 auto 30px;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.banner .banner-text .primary-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.banner .left-img {
	margin-right: 0;
	margin-top: 60px;
	position: relative;
}
@media (max-width: 991px) {
	.banner .left-img {
		max-width: 220px;
	}
}
@media (max-width: 575px) {
	.banner .left-img {
		max-width: 180px;
	}
}
@media (max-width: 480px) {
	.banner .left-img {
		max-width: 110px;
	}
}
.banner .left-img .feature-info {
	right: -160px;
	bottom: 250px;
	z-index: 1;
}
@media (max-width: 1600px) {
	.banner .left-img .feature-info {
		right: -270px;
	}
}
@media (max-width: 1399px) {
	.banner .left-img .feature-info {
		right: -210px;
	}
}
@media (max-width: 991px) {
	.banner .left-img .feature-info {
		bottom: 140px;
		right: -140px;
	}
}
@media (max-width: 480px) {
	.banner .left-img .feature-info {
		right: -70px;
	}
}
.banner .right-img {
	margin-left: -110px;
	margin-top: -170px;
	position: relative;
}
@media (max-width: 1199px) {
	.banner .right-img {
		margin-left: -50px;
	}
}
@media (max-width: 991px) {
	.banner .right-img {
		margin-top: -120px;
		max-width: 400px;
		margin-left: auto;
	}
}
@media (max-width: 767px) {
	.banner .right-img {
		margin-top: -40px;
		max-width: 300px;
	}
}
@media (max-width: 575px) {
	.banner .right-img {
		max-width: 250px;
	}
}
@media (max-width: 480px) {
	.banner .right-img {
		max-width: 150px;
	}
}
.banner .right-img .feature-info {
	left: -130px;
	bottom: 200px;
	background: #fff;
}
@media (max-width: 1199px) {
	.banner .right-img .feature-info {
		bottom: 120px;
	}
}
@media (max-width: 991px) {
	.banner .right-img .feature-info {
		left: -60px;
	}
}
@media (max-width: 767px) {
	.banner .right-img .feature-info {
		bottom: 120px;
	}
}
@media (max-width: 480px) {
	.banner .right-img .feature-info {
		left: -40px;
		bottom: 70px;
	}
}
.banner .right-img .feature-info .info-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.banner .right-img .feature-info .info-text h2 {
	margin-bottom: 5px;
}
.banner .right-img .vector1 {
	position: absolute;
	left: -60px;
	top: 300px;
	max-width: 100px;
	z-index: 0;
}
@media (max-width: 1199px) {
	.banner .right-img .vector1 {
		max-width: 70px;
	}
}
@media (max-width: 1199px) {
	.banner .right-img .vector1 {
		display: none;
	}
}
.banner .right-img .vector2 {
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 0;
}
@media (max-width: 575px) {
	.banner .right-img .vector2 {
		height: 30px;
		left: auto;
		right: 50px;
	}
}
.banner .arrow-down {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 70px;
	z-index: 2;
	height: 140px;
	width: 140px;
	display: inline-block;
	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;
	border-radius: 50%;
	background-color: #fff;
	border: 15px solid #24424e;
}
@media (max-width: 1199px) {
	.banner .arrow-down {
		bottom: 60px;
		height: 100px;
		width: 100px;
		border: 10px solid #24424e;
	}
}
@media (max-width: 767px) {
	.banner .arrow-down {
		height: 60px;
		width: 60px;
		border: 5px solid #24424e;
		bottom: 50px;
	}
}
@media (max-width: 575px) {
	.banner .arrow-down {
		bottom: 50px;
	}
}
.banner .arrow-down img {
	-webkit-animation: down 2s linear infinite;
	animation: down 2s linear infinite;
	position: relative;
}
@media (max-width: 1199px) {
	.banner .arrow-down img {
		max-width: 25px;
	}
}
@media (max-width: 767px) {
	.banner .arrow-down img {
		max-width: 20px;
	}
}
.banner .arrow-down::after {
	content: "";
	display: block;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: waves 2s linear infinite;
	animation: waves 2s linear infinite;
	z-index: -1;
}
@media (max-width: 1199px) {
	.banner .arrow-down::after {
		height: 70px;
		width: 70px;
	}
}
@media (max-width: 991px) {
	.banner .arrow-down::after {
		height: 50px;
		width: 50px;
	}
}
@-webkit-keyframes down {
	0% {
		bottom: 0;
	}
	25% {
		bottom: -5px;
	}
	50% {
		bottom: 0;
	}
	75% {
		bottom: 5px;
	}
	100% {
		bottom: 0;
	}
}
@keyframes down {
	0% {
		bottom: 0;
	}
	25% {
		bottom: -5px;
	}
	50% {
		bottom: 0;
	}
	75% {
		bottom: 5px;
	}
	100% {
		bottom: 0;
	}
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.8);
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
}
@keyframes waves {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.6;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.8);
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
}
.feature-info {
	position: absolute;
	border-radius: 60px;
	border: 2px solid #fff;
	background: #9fffee;
	padding: 7px;
	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;
	z-index: 1;
}
.feature-info .info-img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	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;
}
@media (max-width: 1399px) {
	.feature-info .info-img {
		height: 50px;
		width: 50px;
	}
}
@media (max-width: 991px) {
	.feature-info .info-img {
		height: 40px;
		width: 40px;
	}
}
@media (max-width: 767px) {
	.feature-info .info-img {
		height: 30px;
		width: 30px;
	}
	.feature-info .info-img img {
		height: 20px;
		width: 20px;
	}
}
@media (max-width: 575px) {
	.feature-info .info-img {
		height: 25px;
		width: 25px;
	}
	.feature-info .info-img img {
		height: 10px;
		width: 10px;
	}
}
.feature-info h5 {
	font-size: 22px;
	color: #282828;
	margin-bottom: 0;
	margin-left: 10px;
}
@media (max-width: 1600px) {
	.feature-info h5 {
		font-size: 20px;
	}
}
@media (max-width: 1399px) {
	.feature-info h5 {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.feature-info h5 {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.feature-info h5 {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.feature-info h5 {
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.feature-info h5 {
		font-size: 6px;
	}
}
.feature-info span {
	display: inline-block;
	font-size: 16px;
	color: #282828;
	margin-left: 10px;
}
@media (max-width: 1600px) {
	.feature-info span {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.feature-info span {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.feature-info span {
		font-size: 10px;
	}
}
@media (max-width: 575px) {
	.feature-info span {
		font-size: 8px;
	}
}
@media (max-width: 480px) {
	.feature-info span {
		font-size: 4px;
	}
}
header {
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
}
header.fixed-menu {
	top: -140px;
}
@media (max-width: 1199px) {
	header.fixed-menu {
		top: -76px;
	}
}
header.fixed-menu.sticky-header {
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	top: 0;
}
header.fixed-menu.sticky-header .navbar {
	padding: 20px 0;
}
@media (max-width: 1199px) {
	header.fixed-menu.sticky-header .navbar .navbar-toggler.scroll {
		display: inline-block;
	}
}
@media (max-width: 575px) {
	header.fixed-menu.sticky-header .navbar .navbar-toggler.scroll {
		max-width: 200px;
	}
}
header.fixed-menu.sticky-header .navbar .navbar-toggler.main {
	display: none;
}
header.fixed-menu.sticky-header .navbar .navbar-logo.scroll {
	display: block;
}
header.fixed-menu.sticky-header .navbar .navbar-collapse .navbar-nav {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
@media (min-width: 1200px) {
	header.fixed-menu.sticky-header .navbar .navbar-collapse .navbar-nav .auth-links {
		display: none;
	}
}
header.fixed-menu.sticky-header .navbar .nav-main {
	display: none;
}
header.fixed-menu.sticky-header .navbar .container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
header .navbar {
	z-index: 2;
}
@media (max-width: 1199px) {
	header .navbar {
		padding: 20px 0;
	}
}
header .navbar .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 1199px) {
	header .navbar .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
header .navbar .navbar-logo.scroll {
	display: none;
}
@media (min-width: 1200px) {
	header .navbar .navbar-collapse {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse {
		position: absolute;
		top: 75px;
		width: 100%;
		background: linear-gradient(135deg, #222539 0%, #26525a 100%);
		z-index: 99;
		left: 0;
		padding: 15px 0;
	}
}
@media (max-width: 575px) {
	header .navbar .navbar-collapse {
		top: 70px;
	}
}
header .navbar .navbar-collapse .navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 15px;
	margin-bottom: 20px;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav {
		display: block;
		width: auto;
		border: none;
		margin-bottom: 0;
	}
}
header .navbar .navbar-collapse .navbar-nav .links,
header .navbar .navbar-collapse .navbar-nav .auth-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .links,
	header .navbar .navbar-collapse .navbar-nav .auth-links {
		display: block;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 48px;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item {
		margin-right: 0;
		text-align: center;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
	margin-right: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link::after {
	display: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	color: #fff;
	opacity: 0.6;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	padding: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: calc(100% - 12px);
	right: -24px;
	background-color: #fff;
	width: 1px;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
		display: none;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	opacity: 1;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 12px 0;
		color: #e3c6ff;
	}
}
header .navbar .navbar-collapse .navbar-nav .auth-links .nav-item {
	margin-right: 10px;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .auth-links .nav-item {
		margin-right: 0;
	}
}
header .navbar .navbar-collapse .navbar-nav .auth-links .nav-item:last-child {
	margin-right: 0;
}
header .navbar .navbar-collapse .navbar-nav .auth-links .nav-link {
	padding: 12px 35px;
	font-size: 16px;
	color: #fff;
	border-radius: 60px;
	border: 1px solid #fff;
	opacity: 1;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .auth-links .nav-link {
		color: #e3c6ff;
		border: none;
	}
}
header .navbar .navbar-collapse .navbar-nav .auth-links .nav-link::after {
	display: none;
}
header .navbar .navbar-toggler {
	border-radius: 8px;
	border: none;
	padding: 5px;
	line-height: 0;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	border-radius: 5px;
}
header .navbar .navbar-toggler.scroll {
	display: none;
}
header .navbar .navbar-toggler:focus {
	color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .navbar-toggler span:nth-child(3) {
	width: 22px;
	-webkit-animation: ease 0.7s bottom forwards;
	animation: ease 0.7s bottom forwards;
}
header .navbar .navbar-toggler span:nth-child(2) {
	-webkit-animation: ease 0.7s scaled forwards;
	animation: ease 0.7s scaled forwards;
}
header .navbar .navbar-toggler span:nth-child(1) {
	-webkit-animation: ease 0.7s top forwards;
	animation: ease 0.7s top forwards;
}
header .navbar .navbar-toggler span {
	display: block;
	width: 100%;
	border-radius: 3px;
	width: 22px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	margin-right: auto;
}
header .navbar .navbar-toggler span + span {
	margin-top: 5px;
}
header .navbar .navbar-toggler.collapsed span:nth-child(1) {
	-webkit-animation: ease 0.7s top-2 forwards;
	animation: ease 0.7s top-2 forwards;
}
header .navbar .navbar-toggler.collapsed span:nth-child(2) {
	-webkit-animation: ease 0.7s scaled-2 forwards;
	animation: ease 0.7s scaled-2 forwards;
	width: calc(100% - 5px);
}
header .navbar .navbar-toggler.collapsed span:nth-child(3) {
	-webkit-animation: ease 0.7s bottom-2 forwards;
	animation: ease 0.7s bottom-2 forwards;
	width: calc(100% - 10px);
}
header .navbar .nav-main {
	width: 100%;
	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;
}
@media (max-width: 991px) {
	header .navbar .nav-main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
header .navbar .nav-main .navbar-logo {
	line-height: 0;
	max-width: 210px;
}
@media (max-width: 1199px) {
	header .navbar .nav-main .navbar-logo {
		max-width: 180px;
	}
}
header .navbar .nav-main .navbar-logo.scroll {
	display: none;
}
header .navbar .nav-main .navbar-toggler {
	padding: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	cursor: pointer;
}
header .navbar .nav-main .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .nav-main .header-support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .navbar .nav-main .header-support .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}
header .navbar .nav-main .header-support .info .img {
	line-height: 0;
	margin-right: 10px;
}
header .navbar .nav-main .header-support .info a {
	color: #fff;
}
header .btn_block {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .btn_block img {
	margin-right: 5px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
header .btn_block img:last-child {
	margin: 0 0 0 20px;
}
@media (max-width: 1399px) {
	header .btn_block img:last-child {
		margin: 0 0 0 15px;
	}
}
header .btn_block.active img:last-child {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.blur-body header {
	z-index: 1024;
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
}
@-webkit-keyframes top {
	0% {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		top: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes top {
	0% {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		top: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes top-2 {
	0% {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	50% {
		top: 7px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes top-2 {
	0% {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	50% {
		top: 7px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes bottom {
	0% {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		bottom: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		bottom: 7px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}
@keyframes bottom {
	0% {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		bottom: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		bottom: 7px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}
@-webkit-keyframes bottom-2 {
	0% {
		bottom: 7px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	50% {
		bottom: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes bottom-2 {
	0% {
		bottom: 7px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	50% {
		bottom: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@-webkit-keyframes scaled {
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@keyframes scaled {
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@-webkit-keyframes scaled-2 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scaled-2 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
footer {
	position: relative;
	z-index: 1;
	background-color: #222539;
}
footer .main-footer {
	position: relative;
	padding: 60px 0 30px;
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 60px 0 40px;
	}
}
@media (max-width: 767px) {
	footer .main-footer {
		padding: 55px 0 40px;
	}
}
footer .main-footer .container {
	z-index: 2;
}
footer .main-footer .visa {
	height: 28px;
}
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: 14px;
	line-height: 18px;
	color: #262626;
	height: 30px;
}
@media (max-width: 991px) {
	footer .main-footer .encryption {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .main-footer .encryption img {
	margin-right: 10px;
	margin-bottom: 0;
}
footer .main-footer .footer-links {
	position: relative;
}
footer .main-footer .footer-links .footer-title {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	position: relative;
	margin-bottom: 24px;
	font-family: "Nominee-Light", sans-serif;
}
@media (min-width: 768px) {
	footer .main-footer .footer-links .footer-title {
		margin-top: 0px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}
footer .main-footer .footer-links .footer-title.mob[aria-expanded="true"] .footer-toggler img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title.mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		width: 20px;
		position: relative;
		line-height: 0;
	}
	footer .main-footer .footer-links .footer-title.mob .footer-toggler img {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		display: none;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul {
		padding-left: 40px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .footer-links ul {
		padding-left: 20px;
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links ul.foot-mob {
		display: block;
	}
}
footer .main-footer .footer-links ul li {
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
}
footer .main-footer .footer-links ul li::before {
	content: "";
	position: absolute;
	height: 4px;
	width: 4px;
	background-color: #9fffee;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
footer .main-footer .footer-links ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	padding-left: 10px;
	position: relative;
	display: inline-block;
	left: 0px;
}
footer .main-footer .footer-links ul li a:hover {
	color: #fff;
	left: 5px;
}
footer .main-footer .footer-links ul li a::first-letter {
	text-transform: capitalize;
}
@media screen and (max-width: 1399px) {
	footer .main-footer .footer-links ul li a {
		font-size: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	footer .main-footer .footer-links ul li a {
		font-size: 13px;
		white-space: pre;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li a {
		font-size: 16px;
	}
}
footer .sub-footer {
	padding: 15px 0;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 2;
	border-top: 1px solid rgba(40, 40, 40, 0.1);
}
@media (max-width: 1199px) {
	footer .sub-footer {
		padding: 15px 0 60px;
	}
}
footer .sub-footer p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: #222;
}
@media (max-width: 991px) {
	footer .sub-footer p {
		font-size: 11px;
		line-height: 18px;
	}
}
footer .visa-cards {
	padding-top: 30px;
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
	footer .visa-cards {
		margin-top: 40px;
	}
}
footer .visa-cards .cards {
	line-height: 0;
}
footer .visa-cards .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: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
@media (max-width: 575px) {
	footer .visa-cards .encryption {
		margin-left: 0;
		margin-top: 15px;
	}
}
footer .visa-cards .encryption img {
	margin-right: 10px;
}
.encryption-main > img {
	height: 30px;
}
.feature-section .heading h2 {
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.feature-section .heading h2 {
		margin-bottom: 30px;
	}
}
.feature-section .heading .img-block img {
	-webkit-box-shadow: 0px 2px 30px -8px rgba(40, 40, 40, 0.12);
	box-shadow: 0px 2px 30px -8px rgba(40, 40, 40, 0.12);
}
@media (max-width: 991px) {
	.feature-section .heading .img-block {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.feature-section .img-block {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.feature-section .feature-list {
		text-align: center;
	}
}
.feature-section .feature-list ul {
	margin-top: 50px;
}
@media (max-width: 991px) {
	.feature-section .feature-list ul {
		margin-top: 20px;
		display: inline-block;
	}
}
.feature-section .feature-list ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px;
	text-align: left;
}
@media (max-width: 1399px) {
	.feature-section .feature-list ul li {
		margin-bottom: 20px;
	}
}
.feature-section .feature-list ul li:last-child {
	margin-bottom: 0;
}
.feature-section .feature-list ul li::before {
	content: "";
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #282828;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.service .heading h2 {
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.service .heading h2 {
		margin-bottom: 20px;
	}
}
.service .heading p {
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.service .heading p {
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.service .primary-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.service .img-block {
	margin-bottom: 40px;
	text-align: end;
	position: relative;
}
@media (max-width: 991px) {
	.service .img-block {
		margin-bottom: 0;
		margin-top: 40px;
		display: grid;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.service .img-block .image {
	-webkit-box-shadow: 0px 2px 30px -8px rgba(40, 40, 40, 0.12);
	box-shadow: 0px 2px 30px -8px rgba(40, 40, 40, 0.12);
}
.service .img-block .feature-info {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 2px solid #9fffee;
	margin: 0 0 30px auto;
}
.service .img-block .feature-info h5 {
	font-size: 16px;
}
.service .img-block .feature-info .info-img {
	height: 45px;
	width: 45px;
}
.service .arrow {
	position: absolute;
	top: 70px;
	right: 70px;
}
@media (max-width: 991px) {
	.service .arrow {
		right: 180px;
	}
}
@media (max-width: 575px) {
	.service .arrow {
		right: 100px;
	}
}
.cta {
	position: relative;
	background-image: url("../images/cta.svg");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 120px 0 0;
}
@media (max-width: 1199px) {
	.cta {
		margin-top: 90px;
	}
}
@media (max-width: 991px) {
	.cta {
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.cta {
		margin-top: 50px;
	}
}
.cta::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	background-image: url(../images/cta-shape.svg);
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
	background-size: 100%;
}
@media (max-width: 480px) {
	.cta::after {
		top: 15px;
	}
}
.cta .cta-main {
	text-align: center;
	padding: 240px 0 70px;
}
@media (max-width: 1399px) {
	.cta .cta-main {
		padding: 220px 0 70px;
	}
}
@media (max-width: 1199px) {
	.cta .cta-main {
		padding: 190px 0 60px;
	}
}
@media (max-width: 991px) {
	.cta .cta-main {
		padding: 150px 0 40px;
	}
}
@media (max-width: 767px) {
	.cta .cta-main {
		padding: 100px 0 30px;
	}
}
@media (max-width: 575px) {
	.cta .cta-main {
		padding: 80px 0 30px;
	}
}
.cta .cta-main .cta-content {
	z-index: 2;
	position: relative;
}
.cta .cta-main .cta-content h2 {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 1.5;
	color: #fff;
	text-transform: inherit;
}
@media (max-width: 1199px) {
	.cta .cta-main .cta-content h2 {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.cta .cta-main .cta-content h2 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.cta .cta-main .cta-content h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}
}
@media (max-width: 575px) {
	.cta .cta-main .cta-content h2 {
		font-size: 22px;
	}
}
.cta .cta-main .cta-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	.cta .cta-main .cta-content p {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.cta .cta-main .cta-content p {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.cta .cta-main .cta-content p {
		font-size: 14px;
	}
}
.pricing {
	position: relative;
}
.pricing .common-div {
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
}
.pricing .price-block {
	padding: 110px 0;
}
@media (max-width: 1399px) {
	.pricing .price-block {
		padding: 90px 0;
	}
}
@media (max-width: 991px) {
	.pricing .price-block {
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	.pricing .price-block {
		padding: 50px 0;
	}
}
.pricing .price-block .heading h2 {
	color: #fff;
	margin-bottom: 40px;
}
.pricing .price-block .img-block {
	position: relative;
	height: 100%;
}
@media (max-width: 991px) {
	.pricing .price-block .img-block {
		height: auto;
		margin-bottom: 20px;
	}
}
.pricing .price-block .img-block .img {
	-webkit-box-shadow: 0px 5px 36px 8px #2a3b4d;
	box-shadow: 0px 5px 36px 8px #2a3b4d;
	border-radius: 24px;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.pricing .price-block .img-block .img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		color-stop(42.09%, rgba(30, 35, 52, 0.66)),
		to(#22273a)
	);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(30, 35, 52, 0.66) 42.09%, #22273a 100%);
	height: 100%;
	width: 100%;
	border-radius: 24px;
	z-index: 0;
}
.pricing .price-block .img-block .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.pricing .price-block .img-block .info-content {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1;
}
@media (max-width: 767px) {
	.pricing .price-block .img-block .info-content {
		bottom: 20px;
		left: 20px;
	}
}
.pricing .price-block .img-block .info-content > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.pricing .price-block .img-block .info-content > div:last-child {
	margin-bottom: 0;
}
.pricing .price-block .img-block .info-content > div img {
	margin-right: 10px;
}
.pricing .price-block .img-block .info-content p {
	position: relative;
	z-index: 1;
	font-size: 20px;
	color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.pricing .price-block .img-block .info-content p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.pricing .price-block .img-block .info-content p {
		font-size: 18px;
	}
}
.pricing .price-block .img-block .info-content p span {
	color: #9fffee;
}
.pricing .price-block .img-block .info-text-2,
.pricing .price-block .img-block .info-text-3 {
	display: none;
}
.pricing .price-block .price-plan {
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.7019607843);
	border-radius: 24px;
	position: relative;
}
@media (max-width: 991px) {
	.pricing .price-block .price-plan {
		margin-bottom: 20px;
	}
}
.pricing .price-block .price-plan.active {
	-webkit-box-shadow: 0px 2px 30px 10px rgba(255, 255, 255, 0.12);
	box-shadow: 0px 2px 30px 10px rgba(255, 255, 255, 0.12);
	background-color: #fff;
	-webkit-filter: drop-shadow(0px 2px 30px rgba(255, 255, 255, 0.12));
	filter: drop-shadow(0px 2px 30px rgba(255, 255, 255, 0.12));
	border: 2px solid #42ff00;
}
.pricing .price-block .price-plan.active .top .primary-btn {
	visibility: visible;
	opacity: 1;
}
.pricing .price-block .price-plan.active .circle {
	visibility: visible;
	opacity: 1;
}
.pricing .price-block .price-plan .circle {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 55px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pricing .price-block .price-plan .top {
	margin-bottom: 50px;
	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;
}
@media (max-width: 1399px) {
	.pricing .price-block .price-plan .top {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.pricing .price-block .price-plan .top {
		margin-bottom: 20px;
	}
}
.pricing .price-block .price-plan .top .tag {
	font-size: 40px;
	color: #282828;
	line-height: 1;
}
@media (max-width: 1399px) {
	.pricing .price-block .price-plan .top .tag {
		font-size: 32px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.pricing .price-block .price-plan .top .tag {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.pricing .price-block .price-plan .top .tag {
		font-size: 28px;
	}
}
.pricing .price-block .price-plan .top .primary-btn {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.pricing .price-block .price-plan .top .primary-btn .text {
		padding: 15px 20px;
	}
}
.pricing .price-block .price-plan .bottom .price h2 {
	font-size: 52px;
	color: #282828;
}
@media (max-width: 1399px) {
	.pricing .price-block .price-plan .bottom .price h2 {
		font-size: 42px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.pricing .price-block .price-plan .bottom .price h2 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.pricing .price-block .price-plan .bottom .price h2 {
		font-size: 34px;
	}
}
@media (max-width: 575px) {
	.pricing .price-block .price-plan .bottom .price h2 {
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	.pricing .price-block .price-plan .bottom .price h2 {
		font-size: 26px;
	}
}
@media (max-width: 375px) {
	.pricing .price-block .price-plan .bottom .price h2 {
		font-size: 22px;
	}
}
.pricing .price-block .price-plan .bottom .price h2 span {
	font-size: 32px;
	font-weight: 400;
	font-family: "Amiko-Regular", sans-serif;
}
@media (max-width: 1199px) {
	.pricing .price-block .price-plan .bottom .price h2 span {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.pricing .cta-block {
		margin-top: 50px;
	}
}
@media (max-width: 480px) {
	.pricing .cta-block {
		margin-top: 20px;
	}
}
.pricing .cta-block .cta-content {
	background: url(../images/cta-back.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 32px 32px 0px 0px;
	text-align: center;
	padding: 60px 0 90px;
	position: relative;
}
@media (max-width: 991px) {
	.pricing .cta-block .cta-content {
		padding: 60px 20px 50px;
	}
}
.pricing .cta-block .cta-content .heading {
	max-width: 700px;
	margin: 0 auto;
}
.pricing .cta-block .cta-content .heading h2 {
	margin-bottom: 40px;
	text-transform: inherit !important;
}
@media (max-width: 480px) {
	.pricing .cta-block .cta-content .heading h2 {
		font-size: 23px;
	}
}
.pricing .cta-block .cta-content .heading p {
	max-width: 475px;
	margin: 0 auto 25px;
}
.pricing .cta-block .cta-content .heading .primary-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pricing .cta-block .cta-content .cta-img {
	position: absolute;
	-webkit-filter: drop-shadow(0px 18px 36px rgba(45, 60, 73, 0.08));
	filter: drop-shadow(0px 18px 36px rgba(45, 60, 73, 0.08));
}
.pricing .cta-block .cta-content .cta-img.cta-img1 {
	left: -88px;
	bottom: 80px;
}
@media (max-width: 1199px) {
	.pricing .cta-block .cta-content .cta-img.cta-img1 {
		bottom: 60px;
	}
}
@media (max-width: 991px) {
	.pricing .cta-block .cta-content .cta-img.cta-img1 {
		left: 10px;
		bottom: auto;
		top: -80px;
	}
	.pricing .cta-block .cta-content .cta-img.cta-img1 img {
		max-height: 130px;
	}
}
@media (max-width: 480px) {
	.pricing .cta-block .cta-content .cta-img.cta-img1 {
		top: -40px;
	}
	.pricing .cta-block .cta-content .cta-img.cta-img1 img {
		max-height: 75px;
	}
}
.pricing .cta-block .cta-content .cta-img.cta-img2 {
	right: -88px;
	bottom: 20px;
}
@media (max-width: 991px) {
	.pricing .cta-block .cta-content .cta-img.cta-img2 {
		right: 10px;
		bottom: auto;
		top: -80px;
	}
}
@media (max-width: 575px) {
	.pricing .cta-block .cta-content .cta-img.cta-img2 img {
		max-width: 250px;
	}
}
@media (max-width: 480px) {
	.pricing .cta-block .cta-content .cta-img.cta-img2 {
		top: -40px;
	}
	.pricing .cta-block .cta-content .cta-img.cta-img2 img {
		max-width: 150px;
	}
}
.cta-section {
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	position: relative;
	padding: 135px 0;
}
@media (max-width: 1399px) {
	.cta-section {
		padding: 120px 0;
	}
}
@media (max-width: 1199px) {
	.cta-section {
		padding: 100px 0;
	}
}
@media (max-width: 991px) {
	.cta-section {
		padding: 80px 0;
	}
}
.cta-section .star {
	position: absolute;
}
@media (max-width: 1199px) {
	.cta-section .star {
		height: 50px !important;
		width: 50px !important;
	}
}
@media (max-width: 991px) {
	.cta-section .star {
		height: 30px !important;
		width: 30px !important;
	}
}
.cta-section .star.star1 {
	height: 75px;
	width: 75px;
	left: 210;
	bottom: 50px;
}
.cta-section .star.star2 {
	height: 75px;
	width: 75px;
	right: 150px;
	bottom: 70px;
}
@media (max-width: 767px) {
	.cta-section .star.star2 {
		bottom: 20px;
	}
}
.cta-section .star.star3 {
	height: 110px;
	width: 110px;
	right: 160px;
	top: 30px;
}
.cta-section .heading {
	max-width: 875px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 1399px) {
	.cta-section .heading {
		max-width: 700px;
	}
}
.cta-section .heading h2 {
	color: #fff;
	margin-bottom: 40px;
}
.cta-section .heading p {
	color: #fff;
	opacity: 0.7;
	max-width: 500px;
	margin: 0 auto 0;
}
.about-section {
	position: relative;
}
.about-section .heading {
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
	.about-section .heading {
		text-align: center;
	}
}
.about-section .heading h2 {
	margin-bottom: 20px;
	max-width: 620px;
}
@media (max-width: 1199px) {
	.about-section .heading h2 {
		max-width: 100%;
	}
}
.about-section .heading p {
	margin-bottom: 20px;
	max-width: 600px;
}
@media (max-width: 1199px) {
	.about-section .heading p {
		margin: 0 auto 20px;
	}
}
@media (max-width: 1199px) {
	.about-section .heading .primary-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.about-section .right-div {
	margin-top: 60px;
	margin-left: -110px;
}
@media (max-width: 1600px) {
	.about-section .right-div {
		margin-left: -100px;
	}
}
@media (max-width: 1399px) {
	.about-section .right-div {
		margin-left: -50px;
	}
}
@media (max-width: 767.98px) {
	.about-section .right-div {
		margin-left: unset;
	}
}
.about-section .right-div .cancel-membership-inner {
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	margin-top: 40px;
	border-radius: 40px;
}
@media (max-width: 1199px) {
	.about-section .right-div .cancel-membership-inner {
		max-width: 600px;
		margin: 30px auto 0;
	}
}
.about-section .right-div .cancel-membership-inner h2 {
	color: #fff;
}
.about-section .right-div .cancel-membership-inner .form-label {
	color: #fff;
}
.contact-section {
	position: relative;
}
.contact-section::after {
	content: "";
	position: absolute;
	width: 40%;
	height: calc(100% - 200px);
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
	border-radius: 60px 0px 0px 60px;
}
@media (max-width: 991px) {
	.contact-section::after {
		width: 100%;
		height: 40%;
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
		-webkit-transform: none;
		transform: none;
		border-radius: 0;
		display: none;
	}
}
@media (max-width: 767px) {
	.contact-section::after {
		height: 29%;
	}
}
@media (max-width: 991px) {
	.contact-section .account-form .account-heading h2 {
		text-align: center;
	}
}
.contact-section .account-form .form-group input,
.contact-section .account-form .form-group textarea {
	border: 1px solid rgba(36, 36, 36, 0.3);
	background-color: #fff;
	color: #282828 !important;
}
.contact-section .account-form .form-group input::-webkit-input-placeholder,
.contact-section .account-form .form-group textarea::-webkit-input-placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.contact-section .account-form .form-group input::-moz-placeholder,
.contact-section .account-form .form-group textarea::-moz-placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.contact-section .account-form .form-group input:-ms-input-placeholder,
.contact-section .account-form .form-group textarea:-ms-input-placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.contact-section .account-form .form-group input::-ms-input-placeholder,
.contact-section .account-form .form-group textarea::-ms-input-placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.contact-section .account-form .form-group input::placeholder,
.contact-section .account-form .form-group textarea::placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.contact-section .account-form .form-group input:focus,
.contact-section .account-form .form-group textarea:focus {
	color: rgba(40, 40, 40, 0.3);
}
.contact-information {
	padding: 50px 0;
	position: relative;
}
@media (max-width: 1199px) {
	.contact-information {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	.contact-information {
		margin-left: 0;
		background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	}
}
@media (max-width: 767px) {
	.contact-information {
		padding: 20px;
	}
}
.contact-information .heading {
	margin-bottom: 40px;
}
.contact-information .heading h2 {
	color: #fff;
}
@media (max-width: 991px) {
	.contact-information .contact-details-inner {
		display: inline-block;
	}
}
.contact-information .contact-details-inner .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-information .contact-details-inner .media:not(:nth-of-type(3)) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.contact-information .contact-details-inner .media:not(:nth-of-type(3)) {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.contact-information .contact-details-inner .media:not(:nth-of-type(3)) {
		margin-bottom: 20px;
	}
}
.contact-information .contact-details-inner .media:nth-of-type(3) .media-body p {
	margin-top: 10px;
	text-align: left;
}
.contact-information .contact-details-inner .media .media-icon {
	min-width: 70px;
	height: 70px;
	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;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 50%;
}
.contact-information .contact-details-inner .media .media-icon img {
	max-width: 55px;
}
@media (max-width: 767px) {
	.contact-information .contact-details-inner .media .media-icon {
		min-width: 40px;
		height: 40px;
		margin-right: 14px;
	}
	.contact-information .contact-details-inner .media .media-icon img {
		max-width: 45px;
	}
}
.contact-information .contact-details-inner .media .media-body p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
	opacity: 1;
	text-align: left;
}
@media (max-width: 1199px) {
	.contact-information .contact-details-inner .media .media-body p {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.contact-information .contact-details-inner .media .media-body p {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 480px) {
	.contact-information .contact-details-inner .media .media-body p {
		font-size: 14px;
		line-height: 18px;
	}
}
.contact-information .contact-details-inner .media .media-body p.text {
	opacity: 0.7;
}
.contact-information .contact-details-inner .media .media-body a {
	font-weight: 400;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.7;
	margin-top: 5px;
}
.contact-information .contact-details-inner .media .media-body a .text {
	text-decoration: underline;
	margin: 0 10px 0 0;
}
.contact-information .contact-details-inner .media .media-body a:hover {
	color: #fff;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contact-information .plan-img {
	position: absolute;
	right: 0;
	width: 105px;
	height: 102px;
	opacity: 0.2;
	-webkit-transform: matrix(-0.5, 0.87, 0.87, 0.5, 0, 0);
	transform: matrix(-0.5, 0.87, 0.87, 0.5, 0, 0);
	bottom: 142px;
}
@media (max-width: 1199px) {
	.contact-information .plan-img {
		display: none;
	}
}
.feature-heading {
	margin-bottom: 0px;
	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;
}
.feature-heading .sup-heading {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.4;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 50px;
	color: #e3c6ff;
	display: inline-block;
}
@media (max-width: 991px) {
	.feature-heading .sup-heading {
		font-size: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.feature-heading .sup-heading {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 38px;
	}
}
.get-in-touch {
	position: relative;
	padding-bottom: 0;
}
.get-in-touch .get-in-touch-block {
	height: 100%;
}
.get-in-touch .get-in-touch-block .get-in-touch-block-main {
	text-align: center;
	height: 100%;
	padding: 60px 30px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.get-in-touch .get-in-touch-block .get-in-touch-block-main:hover {
	-webkit-box-shadow: 0 3px 0px -1px rgba(88, 88, 88, 0.1);
	box-shadow: 0 3px 0px -1px rgba(88, 88, 88, 0.1);
}
.get-in-touch .get-in-touch-block .get-in-touch-block-main:hover::after {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.get-in-touch .get-in-touch-block .get-in-touch-block-main::after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-top: 4px solid #efecff;
	position: absolute;
	top: 30px;
	left: 0;
	-webkit-transform: rotate(8deg) skew(8deg);
	transform: rotate(8deg) skew(8deg);
	-webkit-box-shadow: 0px 3px 25px rgba(88, 88, 88, 0.1);
	box-shadow: 0px 3px 25px rgba(88, 88, 88, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
@media (max-width: 991px) {
	.get-in-touch .get-in-touch-block .get-in-touch-block-main {
		max-width: 450px;
		margin: 0 auto;
		padding: 50px 30px 30px;
	}
}
@media (max-width: 767px) {
	.get-in-touch .get-in-touch-block .get-in-touch-block-main {
		padding: 50px 20px 20px;
	}
}
.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-content {
	position: relative;
	z-index: 4;
}
.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-content h5 {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #e3c6ff;
}
@media (max-width: 767px) {
	.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-content h5 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 34px;
	}
}
.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -0.035em;
	color: #282828;
}
@media (max-width: 1199px) {
	.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-content p {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-content p {
		font-size: 14px;
		line-height: 24px;
	}
}
.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	min-width: 150px;
	max-width: 150px;
	height: 150px;
	border: 1px solid #e3c6ff;
}
@media (max-width: 1299px) {
	.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-img {
		min-width: 130px;
		max-width: 130px;
		height: 130px;
	}
	.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-img img {
		max-width: 70px;
	}
}
@media (max-width: 991px) {
	.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-img {
		min-width: 100px;
		max-width: 100px;
		height: 100px;
	}
	.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-img img {
		max-width: 60px;
	}
}
@media (max-width: 767px) {
	.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-img {
		margin-bottom: 20px;
		min-width: 80px;
		max-width: 80px;
		height: 80px;
	}
	.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-img img {
		max-width: 50px;
	}
}
.get-in-touch .get-in-touch-block .get-in-touch-block-main .get-in-touch-text {
	position: relative;
	z-index: 4;
}
.get-in-touch .cancel-membership-content form .form-group input,
.get-in-touch .cancel-membership-content form .form-group textarea {
	border: 1px solid rgba(36, 36, 36, 0.3);
	background-color: #fff;
	color: #282828 !important;
}
.get-in-touch .cancel-membership-content form .form-group input::-webkit-input-placeholder,
.get-in-touch .cancel-membership-content form .form-group textarea::-webkit-input-placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.get-in-touch .cancel-membership-content form .form-group input::-moz-placeholder,
.get-in-touch .cancel-membership-content form .form-group textarea::-moz-placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.get-in-touch .cancel-membership-content form .form-group input:-ms-input-placeholder,
.get-in-touch .cancel-membership-content form .form-group textarea:-ms-input-placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.get-in-touch .cancel-membership-content form .form-group input::-ms-input-placeholder,
.get-in-touch .cancel-membership-content form .form-group textarea::-ms-input-placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.get-in-touch .cancel-membership-content form .form-group input::placeholder,
.get-in-touch .cancel-membership-content form .form-group textarea::placeholder {
	color: rgba(40, 40, 40, 0.3);
}
.get-in-touch .cancel-membership-content form .form-group input:focus,
.get-in-touch .cancel-membership-content form .form-group textarea:focus {
	color: rgba(40, 40, 40, 0.3);
}
.accordion {
	counter-reset: row-num;
}
.accordion .heading {
	margin-bottom: 60px;
}
.accordion .heading h2 {
	font-size: 42px;
}
@media (max-width: 1600px) {
	.accordion .heading h2 {
		font-size: 36px;
	}
}
@media (max-width: 1399px) {
	.accordion .heading h2 {
		font-size: 32px;
	}
}
@media (max-width: 1199px) {
	.accordion .heading h2 {
		font-size: 28px;
	}
}
.accordion .accordion-item {
	border: none;
	border-radius: 14px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 30px -8px rgba(40, 40, 40, 0.12);
	box-shadow: 0px 2px 30px -8px rgba(40, 40, 40, 0.12);
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.accordion .accordion-item:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.accordion .accordion-item {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.accordion .accordion-item {
		margin-bottom: 15px;
	}
}
.accordion .accordion-item .accordion-header {
	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;
	border-radius: 14px;
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	-webkit-box-shadow: 0px 2px 30px -8px rgba(40, 40, 40, 0.12);
	box-shadow: 0px 2px 30px -8px rgba(40, 40, 40, 0.12);
	padding: 10px;
}
.accordion .accordion-item .accordion-header span {
	height: 50px;
	width: 50px;
	min-width: 50px;
	display: inline-block;
	margin-right: 16px;
}
.accordion .accordion-item .accordion-header span img {
	height: 100%;
	width: 100%;
}
.accordion .accordion-item .accordion-header .faq-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 12px;
	margin-left: 10px;
}
.accordion .accordion-item .accordion-header[aria-expanded="true"] .faq-arrow {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.accordion .accordion-item h2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	color: #282828;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}
@media (max-width: 1399px) {
	.accordion .accordion-item h2 {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.accordion .accordion-item h2 {
		padding: 15px;
	}
}
.accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 20px;
}
@media (max-width: 767px) {
	.accordion .accordion-item .accordion-collapse .accordion-body {
		font-size: 12px;
		padding: 10px 15px;
	}
}
.accordion .accordion-item .accordion-collapse .accordion-body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #282828;
	opacity: 0.7;
}
@media (max-width: 1399px) {
	.accordion .accordion-item .accordion-collapse .accordion-body p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.accordion .accordion-item .accordion-collapse .accordion-body p {
		font-size: 12px;
	}
}
.accordion .accordion-item .accordion-collapse .accordion-body table {
	margin: 20px 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body #customers thead tr th {
	width: 50%;
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	padding: 15px 20px;
	font-size: 20px;
}
@media (max-width: 480px) {
	.accordion .accordion-item .accordion-collapse .accordion-body #customers thead tr th {
		padding: 15px;
		font-size: 14px;
		line-height: 24px;
	}
}
.accordion .accordion-item .accordion-collapse .accordion-body #customers tbody {
	border-radius: 20px;
}
.accordion .accordion-item .accordion-collapse .accordion-body #customers tbody td {
	padding: 15px 20px;
	font-size: 16px;
}
@media (max-width: 480px) {
	.accordion .accordion-item .accordion-collapse .accordion-body #customers tbody td {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.accordion .accordion-item .accordion-collapse .accordion-body .card-body {
		padding: 0;
	}
}
.cancel-membership-inner {
	padding: 40px 30px;
	text-align: left;
}
@media (max-width: 991px) {
	.cancel-membership-inner {
		padding: 30px 30px 50px;
	}
}
@media (max-width: 767px) {
	.cancel-membership-inner {
		padding: 20px 20px 50px;
	}
}
.cancel-membership-inner .sup-heading {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #282828;
}
@media (max-width: 1199px) {
	.cancel-membership-inner .sup-heading {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	.cancel-membership-inner .sup-heading {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.cancel-membership-inner .sup-heading {
		margin-bottom: 10px;
		font-size: 24px;
	}
}
.cancel-membership-inner p {
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #282828;
}
@media (max-width: 767px) {
	.cancel-membership-inner p {
		margin-bottom: 20px;
		font-size: 14px;
	}
}
@media (max-width: 375px) {
	.cancel-membership-inner p {
		margin-bottom: 20px;
		font-size: 12px;
	}
}
.cancel-membership-inner form input {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.cancel-membership-inner form input {
		margin-bottom: 20px;
	}
}
.cancel-membership-inner form button {
	width: 100%;
}
#cancelYourSubscriptionModal,
#ContactUsModal {
	padding-right: 0 !important;
	background: rgba(0, 0, 0, 0.4) !important;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
@media (min-width: 992px) {
	#cancelYourSubscriptionModal.modal .modal-dialog,
	#ContactUsModal.modal .modal-dialog {
		max-width: 648px;
	}
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content,
#ContactUsModal.modal .modal-dialog .modal-content {
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	border-radius: 0;
	position: relative;
	border: 1px solid #282828;
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .close,
#ContactUsModal.modal .modal-dialog .modal-content .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	z-index: 9999;
}
@media (max-width: 425px) {
	#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .close,
	#ContactUsModal.modal .modal-dialog .modal-content .close {
		top: 8px;
	}
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body {
	text-align: center;
	position: relative;
	padding: 0;
	background-color: #282828;
	border-radius: 0;
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content {
	text-align: center;
	padding: 24px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
@media (max-width: 991px) {
	#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content,
	#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content {
		text-align: center;
		padding: 22px 30px;
	}
}
@media (max-width: 575px) {
	#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content,
	#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content {
		padding: 28px 20px;
	}
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content h2,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content h2 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
	position: relative;
	z-index: 1060;
	display: inline-block;
}
@media (max-width: 991px) {
	#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content h2,
	#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content h2 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content h2,
	#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content h2 {
		font-size: 20px;
	}
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content h2::first-letter,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content h2::first-letter {
	text-transform: capitalize;
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content p,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 1060;
	text-align: start;
}
@media (max-width: 767px) {
	#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content p,
	#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content p {
		text-align: center;
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content p,
	#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content p {
		margin-bottom: 20px;
	}
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content p a,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content p a {
	color: #282828;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 500;
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content p a:hover,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content p a:hover {
	color: #e3c6ff;
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content ol,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content ol {
	margin: 20px 0;
	padding-left: 15px;
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content ol li,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content ol li {
	list-style-type: decimal;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: #fff;
	padding: 0;
	margin: 0 0 10px 0;
}
@media (max-width: 767px) {
	#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content ol li,
	#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content ol li {
		font-size: 14px;
	}
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content form input,
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content form textarea,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form input,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form textarea {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 12px 36px rgba(33, 123, 244, 0.12);
	box-shadow: 0px 12px 36px rgba(33, 123, 244, 0.12);
	border-radius: 10px;
}
#cancelYourSubscriptionModal.modal
	.modal-dialog
	.modal-content
	.modal-body
	.content
	form
	input::-webkit-input-placeholder,
#cancelYourSubscriptionModal.modal
	.modal-dialog
	.modal-content
	.modal-body
	.content
	form
	textarea::-webkit-input-placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form input::-webkit-input-placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.35);
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content form input::-moz-placeholder,
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content form textarea::-moz-placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form input::-moz-placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.35);
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content form input:-ms-input-placeholder,
#cancelYourSubscriptionModal.modal
	.modal-dialog
	.modal-content
	.modal-body
	.content
	form
	textarea:-ms-input-placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form input:-ms-input-placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.35);
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content form input::-ms-input-placeholder,
#cancelYourSubscriptionModal.modal
	.modal-dialog
	.modal-content
	.modal-body
	.content
	form
	textarea::-ms-input-placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form input::-ms-input-placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form textarea::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.35);
}
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content form input::placeholder,
#cancelYourSubscriptionModal.modal .modal-dialog .modal-content .modal-body .content form textarea::placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form input::placeholder,
#ContactUsModal.modal .modal-dialog .modal-content .modal-body .content form textarea::placeholder {
	color: rgba(0, 0, 0, 0.35);
}
.account-form .account-heading {
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.account-form .account-heading {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.account-form .account-heading {
		margin-bottom: 15px;
	}
}
.account-form .account-heading h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 1.4;
	text-align: left;
	color: #282828;
}
@media (max-width: 1399px) {
	.account-form .account-heading h2 {
		font-size: 38px;
	}
}
@media (max-width: 1199px) {
	.account-form .account-heading h2 {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.account-form .account-heading h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.account-form .account-heading h2 {
		font-size: 20px;
		line-height: 23px;
	}
}
.account-form .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;
	padding: 0 0 30px 0;
	margin: 0;
}
@media (max-width: 767px) {
	.account-form .remember {
		padding: 0 0 20px 0;
	}
}
.account-form .remember .custom-check-box {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: block;
	position: relative;
	padding-left: 30px;
	font-weight: normal;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: inherit;
}
@media (max-width: 767px) {
	.account-form .remember .custom-check-box {
		font-size: 14px;
	}
}
@media (max-width: 375px) {
	.account-form .remember .custom-check-box {
		font-size: 13px;
	}
}
.account-form .remember .custom-check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.account-form .remember .custom-check-box .checkmark {
	position: absolute;
	top: 1px;
	left: 0px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, 0.3);
	width: 18px;
	height: 18px;
	border-radius: 6px;
}
.account-form .remember .custom-check-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.account-form .remember .custom-check-box input:checked ~ .checkmark {
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	border: 1px solid #fdf4f0;
}
.account-form .remember .custom-check-box input:checked ~ .checkmark:after {
	display: block;
}
.account-form .remember .custom-check-box a {
	color: #e3c6ff;
}
.account-form .remember .forgot-pass {
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.account-form .remember .forgot-pass:hover {
	color: linear-gradient(135deg, #222539 0%, #26525a 100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 767px) {
	.account-form .remember .forgot-pass {
		font-size: 14px;
	}
}
@media (max-width: 375px) {
	.account-form .remember .forgot-pass {
		font-size: 13px;
	}
}
.sign-up-section {
	position: relative;
}
.sign-up-section::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 60px 0 0 60px;
}
@media (max-width: 1399px) {
	.sign-up-section::after {
		width: 47%;
	}
}
@media (max-width: 991px) {
	.sign-up-section::after {
		display: none;
	}
}
@media (max-width: 1199px) {
	.sign-up-section {
		text-align: center;
	}
}
@media (max-width: 1199px) {
	.sign-up-section.section-space-top {
		padding-top: 50px;
	}
}
.sign-up-section .sign-up-content .heading {
	margin-bottom: 20px;
}
.sign-up-section .sign-up-content .heading h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4;
	color: #282828;
}
@media (max-width: 1199px) {
	.sign-up-section .sign-up-content .heading h2 {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-content .heading h2 {
		font-size: 26px;
	}
}
.sign-up-section .sign-up-content .sign-up-amount-content p {
	color: #010101;
	opacity: 0.7;
	margin-bottom: 15px;
	font-size: 16px;
}
.sign-up-section .account-form {
	padding-left: 60px;
	padding: 60px 0px 60px 60px;
}
@media (max-width: 991px) {
	.sign-up-section .account-form {
		background: linear-gradient(135deg, #222539 0%, #26525a 100%);
		padding: 40px;
		border-radius: 40px;
		margin-top: 30px;
	}
}
.sign-up-section .account-form .account-heading h2 {
	color: #fff;
}
.sign-up-section .account-form .form-label {
	color: #fff;
	text-align: left;
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	position: relative;
}
@media (max-width: 767px) {
	.policy-content {
		font-size: 15px;
		padding-top: 70px !important;
	}
}
.policy-content.section-gap {
	padding: 100px 0;
}
@media (max-width: 991px) {
	.policy-content.section-gap {
		padding: 80px 0 50px 0;
	}
}
@media (max-width: 767px) {
	.policy-content.section-gap {
		padding: 80px 0 40px 0;
	}
}
.policy-content a {
	color: #5d55db;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.policy-content a:hover {
	color: #222539;
}
.policy-content div [id]:not(#customers) {
	display: block;
	margin-top: -100px;
	padding-top: 100px;
}
@media (max-width: 767px) {
	.policy-content div [id]:not(#customers) {
		margin-top: -80px;
		padding-top: 80px;
	}
}
.policy-content b {
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #282828;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.policy-content b {
		font-size: 16px;
	}
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #2e304f;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
		line-height: 28px;
	}
}
.policy-content p {
	font-size: 14px;
	margin-bottom: 20px;
}
.policy-content p small {
	font-size: 14px;
	line-height: 20px;
}
.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: linear-gradient(135deg, #222539 0%, #26525a 100%);
	-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;
}
.policy-content .print:hover {
	color: #fff;
}
@media (min-width: 768px) {
	.policy-content .print {
		top: 160px;
	}
}
@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);
	}
}
table {
	width: 100%;
	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: 0;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
	table {
		table-layout: auto;
	}
}
table:focus {
	outline: none;
}
table th {
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	padding: 25px 20px;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	position: relative;
	border-right: 1px solid #fff;
	font-family: "Nominee-Light", sans-serif;
}
table th:first-child {
	border-radius: 0;
	text-transform: capitalize;
}
table th:last-child {
	border-radius: 0;
	border-right: 0;
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
		padding: 15px;
		line-height: 24px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
		line-height: 20px;
	}
}
table td {
	padding: 25px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #282828;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: none;
	border-right: none;
}
@media (max-width: 767px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table tbody {
	-webkit-box-shadow: 0px 16px 48px rgba(109, 141, 173, 0.15);
	box-shadow: 0px 16px 48px rgba(109, 141, 173, 0.15);
}
table tbody tr {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
}
table tbody tr:nth-child(odd) {
	background: #fff;
}
table tbody tr:nth-child(even) {
	background-color: #e9eaec;
}
table tbody tr:last-child td:first-child {
	border-radius: 0;
}
table tbody tr:last-child td:last-child {
	border-radius: 0;
}
table tbody tr th:first-child {
	width: 18%;
}
@media (max-width: 991px) {
	table tbody tr th:first-child {
		width: 25%;
	}
}
.section-space-top {
	padding-top: 65px;
}
@media (max-width: 1199px) {
	.section-space-top {
		padding-top: 50px;
	}
}
@media (max-width: 991px) {
	.section-space-top {
		padding-top: 40px;
	}
}
@media (max-width: 767px) {
	.section-space-top {
		padding-top: 30px;
	}
}
.section-space-bottom {
	padding-bottom: 65px;
}
@media (max-width: 1199px) {
	.section-space-bottom {
		padding-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.section-space-bottom {
		padding-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.section-space-bottom {
		padding-bottom: 30px;
	}
}
.title {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.38;
	color: #282828;
	text-transform: capitalize;
	display: block;
}
@media (max-width: 1199px) {
	.title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.title {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.title {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.heading {
		text-align: center;
	}
}
.heading h2 {
	font-size: 52px;
	color: #282828;
	text-transform: capitalize;
}
@media (max-width: 1600px) {
	.heading h2 {
		font-size: 46px;
	}
}
@media (max-width: 1399px) {
	.heading h2 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.heading h2 {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.heading h2 {
		font-size: 32px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.heading h2 {
		font-size: 28px;
	}
}
main {
	position: relative;
	max-width: 1920px;
	overflow-x: hidden;
	overflow-y: visible;
	margin: auto;
}
main .breadcrumb {
	text-align: center;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	position: relative;
}
main .breadcrumb .star {
	position: absolute;
}
main .breadcrumb .star.star1 {
	left: 50px;
	bottom: 50px;
	width: 30px;
	height: 30px;
}
main .breadcrumb .star.star2 {
	right: 50px;
	bottom: 90px;
	width: 30px;
	height: 30px;
}
main .breadcrumb .container .breadcrumb-title {
	padding: 210px 0 60px;
}
@media (max-width: 1199px) {
	main .breadcrumb .container .breadcrumb-title {
		padding: 130px 0 50px;
	}
}
main .breadcrumb .container .breadcrumb-title h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	color: #fff;
	display: inline-block;
}
main .breadcrumb .container .breadcrumb-title h2::first-letter {
	text-transform: capitalize;
}
@media (max-width: 1199px) {
	main .breadcrumb .container .breadcrumb-title h2 {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	main .breadcrumb .container .breadcrumb-title h2 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	main .breadcrumb .container .breadcrumb-title h2 {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	main .breadcrumb .container .breadcrumb-title h2 {
		font-size: 26px;
	}
}
.label {
	display: inline-block;
	background-color: #e3c6ff;
	border-radius: 30px;
	color: #fff;
	padding: 5px 10px;
	line-height: 1;
}
.modal#myModal .modal-content {
	padding: 45px;
}
@media (max-width: 767px) {
	.modal#myModal .modal-content {
		padding: 40px 25px;
	}
}
.modal#myModal .modal-content.star1 {
	top: 10px;
	left: 10px;
}
@media (max-width: 767px) {
	.modal#myModal .modal-content.star1 {
		top: 15px;
		left: 15px;
	}
}
.modal#myModal .modal-content.star2 {
	right: 20px;
	bottom: 10px;
}
@media (min-width: 992px) {
	.modal .modal-dialog {
		max-width: 650px;
	}
}
.modal .modal-dialog .modal-content {
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	position: relative;
	padding: 60px;
	border-radius: 30px;
}
@media (max-width: 1199px) {
	.modal .modal-dialog .modal-content {
		padding: 40px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content {
		padding: 30px 15px;
	}
}
.modal .modal-dialog .modal-content .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	z-index: 9999;
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .close {
		top: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body {
	text-align: center;
	position: relative;
	padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .star {
	position: absolute;
}
.modal .modal-dialog .modal-content .modal-body .star.star1 {
	top: 10px;
	left: 10px;
	height: 30px;
	width: 30px;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .star.star1 {
		top: 15px;
		left: 15px;
	}
}
.modal .modal-dialog .modal-content .modal-body .star.star2 {
	right: 0px;
	top: 20px;
	height: 45px;
	width: 45px;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .star.star2 {
		height: 30px;
		width: 30px;
	}
}
.modal .modal-dialog .modal-content .modal-body .content {
	text-align: center;
	max-width: 490px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .content {
		text-align: center;
	}
}
.modal .modal-dialog .modal-content .modal-body .content h2 {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 30px;
	position: relative;
	z-index: 1060;
	display: block;
}
.modal .modal-dialog .modal-content .modal-body .content h2::first-letter {
	text-transform: capitalize;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .content h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .content h2 {
		margin-bottom: 10px;
	}
}
.modal .modal-dialog .modal-content .modal-body .content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .content p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .content p {
		text-align: center;
		font-size: 14px;
		margin-bottom: 10px;
	}
}
.modal .modal-dialog .modal-content .modal-body .content p a {
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
}
.modal .modal-dialog .modal-content .modal-body .content p a:hover {
	color: linear-gradient(135deg, #222539 0%, #26525a 100%);
}
.modal .modal-dialog .modal-content .modal-body .content .form-label {
	color: #fff;
	text-align: left;
}
.modal .modal-dialog .modal-content .modal-body .content .agree {
	max-width: 600px;
	margin: 0 auto 30px;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .content .agree {
		margin: 0 auto 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body .content .already p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .content .already p {
		text-align: center;
		font-size: 14px;
		margin-bottom: 10px;
	}
}
.modal .modal-dialog .modal-content .modal-body .content .already p a {
	color: #9fffee;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
}
.modal .modal-dialog .modal-content .modal-body .content .already p a:hover {
	color: linear-gradient(135deg, #222539 0%, #26525a 100%);
}
.modal .modal-dialog .modal-content .modal-body .content .primary-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize;
}
.modal .modal-dialog .modal-content .modal-body .content .modal-bottom {
	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;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .content .modal-bottom {
		display: block;
	}
	.modal .modal-dialog .modal-content .modal-body .content .modal-bottom .primary-btn {
		margin: 0 auto 15px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.6);
	position: relative;
	margin-bottom: 20px;
	letter-spacing: -0.035em;
}
@media (max-width: 767px) {
	#myModal.modal .modal-dialog .modal-content .modal-body .content p {
		text-align: center;
		font-size: 14px;
		margin-bottom: 10px;
	}
}
#myModal.modal .modal-dialog .modal-content .modal-body .content p a {
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
}
#myModal.modal .modal-dialog .modal-content .modal-body .content p a:hover {
	color: linear-gradient(135deg, #222539 0%, #26525a 100%);
}
#page-up {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: linear-gradient(135deg, #222539 0%, #26525a 100%);
	border-radius: 0px;
	width: 45px;
	height: 45px;
	text-align: center;
	position: fixed;
	bottom: 15px;
	right: 15px;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
	opacity: 0;
	padding: 10px;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	z-index: 1;
}
@media (max-width: 767px) {
	#page-up {
		width: 35px;
		height: 35px;
		bottom: 10px;
		right: 10px;
	}
}
#page-up.show {
	opacity: 1;
	visibility: visible;
}
#services {
	scroll-margin-top: 80px;
}
@media (max-width: 767px) {
	#services {
		scroll-margin-top: 40px;
	}
}
#pricing,
#contact {
	scroll-margin-top: 70px;
}
@media (max-width: 991px) {
	#pricing,
	#contact {
		scroll-margin-top: 60px;
	}
}
@media (max-width: 1199px) {
	.blur-body {
		overflow: hidden;
	}
	.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: 5;
	}
}
@media (max-width: 380px) {
	.g-recaptcha {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
.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 {
	border-radius: 60px;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	cursor: pointer;
	width: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	height: 36px;
	padding: 6px;
}
#teams-dropdown-menu .flag-text {
	color: #fff;
}
#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;
}
#teams-dropdown-menu ul li img {
	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 #fff;
	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 .flag-text {
		color: #fff;
		margin-right: 4px;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #fff;
	}
}
@media screen and (max-width: 575px) {
	#teams-dropdown-menu {
		width: 70px;
	}
	#teams-dropdown-menu .flag-text {
		font-size: 0;
	}
}
font {
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
@media (max-width: 1399px) {
	.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 15px;
	}
}
.overflow-unset {
	overflow: unset;
}
footer .main-footer .footer-links ul#companyInfo li::before {
	content: unset;
}
footer .f-company-icon > img {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 22px;
}
