*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: "Barlow";
	src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Barlow";
	src: url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Thin.woff2") format("woff2"), url("../fonts/SFProDisplay-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Ultralight.woff2") format("woff2"),
		url("../fonts/SFProDisplay-Ultralight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"),
		url("../fonts/SFProDisplay-Light.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
		url("../fonts/SFProDisplay-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
		url("../fonts/SFProDisplay-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"),
		url("../fonts/SFProDisplay-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"),
		url("../fonts/SFProDisplay-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SFProDisplay-Black.woff2") format("woff2"),
		url("../fonts/SFProDisplay-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Barlow";
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
	background-color: #fff;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}
button {
	background: rgba(0, 0, 0, 0);
	border: 0;
	outline: none;
	cursor: pointer;
}
img {
	max-width: 100%;
	line-height: 0;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: #fff !important;
}
::-moz-placeholder {
	color: #fff !important;
}
:-ms-input-placeholder {
	color: #fff !important;
}
::-ms-input-placeholder {
	color: #fff !important;
}
::placeholder {
	color: #fff !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: #010101 !important;
	-webkit-box-shadow: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.my-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 5px 5px 15px;
	background-color: #5d55db;
	-webkit-box-shadow: 0px 2px 20px 10px rgba(0, 0, 0, 0);
	box-shadow: 0px 2px 20px 10px rgba(0, 0, 0, 0);
	border-radius: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	position: relative;
	z-index: 9;
	white-space: nowrap;
	outline: none;
	min-width: 160px;
}
@media (max-width: 575px) {
	.my-button {
		min-width: 120px;
	}
}
.my-button p {
	width: 100%;
	text-align: center;
}
.my-button span {
	min-width: 45px;
	height: 45px;
	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;
	background: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin-left: 15px;
}
@media (max-width: 575px) {
	.my-button span {
		margin-left: 10px;
	}
}
@media (max-width: 575px) {
	.my-button span {
		min-width: 35px;
		height: 35px;
	}
}
.my-button span img {
	-webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(92%) saturate(625%) hue-rotate(208deg)
		brightness(87%) contrast(98%);
	filter: brightness(0) saturate(100%) invert(37%) sepia(92%) saturate(625%) hue-rotate(208deg) brightness(87%)
		contrast(98%);
}
@media (max-width: 575px) {
	.my-button span img {
		max-width: 12px;
	}
}
.my-button:hover {
	background-color: #000;
	color: #fff;
}
.my-button:hover span {
	background: #fff;
}
.my-button:hover span img {
	-webkit-animation-name: scale;
	animation-name: scale;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(92%) saturate(625%) hue-rotate(208deg)
		brightness(87%) contrast(98%);
	filter: brightness(0) saturate(100%) invert(37%) sepia(92%) saturate(625%) hue-rotate(208deg) brightness(87%)
		contrast(98%);
}
.my-button.white-btn {
	background-color: #fff;
	color: #5d55db;
}
.my-button.white-btn span {
	background: #5d55db;
}
.my-button.white-btn span img {
	-webkit-filter: none;
	filter: none;
}
@media (max-width: 575px) {
	.my-button.white-btn span img {
		max-width: 12px;
	}
}
.my-button.white-btn:hover {
	background-color: #5d55db;
	color: #fff;
}
.my-button.white-btn:hover span {
	background: #fff;
}
.my-button.white-btn:hover span img {
	-webkit-animation-name: scale;
	animation-name: scale;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(92%) saturate(625%) hue-rotate(208deg)
		brightness(87%) contrast(98%);
	filter: brightness(0) saturate(100%) invert(37%) sepia(92%) saturate(625%) hue-rotate(208deg) brightness(87%)
		contrast(98%);
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.img-wrapper {
	line-height: 0;
	position: relative;
	z-index: 99;
}
.title {
	font-family: "SF Pro Display";
	font-weight: 700;
	font-size: 52px;
	line-height: 1.3;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin-bottom: 20px;
	position: relative;
	color: #010101;
	z-index: 9;
}
@media (max-width: 1399px) {
	.title {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.title {
		font-size: 32px;
		margin-bottom: 16px;
	}
}
@media (max-width: 767px) {
	.title {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.title {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
.title span {
	color: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
}
.title.white {
	color: #fff;
}
.sub-title {
	font-family: "Barlow";
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 30px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	color: #010101;
	position: relative;
	z-index: 9;
}
@media (max-width: 1399px) {
	.sub-title br {
		display: none;
	}
}
@media (max-width: 991px) {
	.sub-title {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.sub-title {
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.sub-title.white {
	color: rgba(255, 255, 255, 0.7);
}
.page-title {
	font-family: "SF Pro Display";
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	text-transform: capitalize;
	color: #010101;
	text-align: center;
	margin-bottom: 24px;
}
@media (max-width: 1199px) {
	.page-title {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.page-title {
		font-size: 28px;
		margin-bottom: 22px;
	}
}
@media (max-width: 767px) {
	.page-title {
		font-size: 24px;
		font-weight: 700;
	}
}
@media (max-width: 575px) {
	.page-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
.page-title.white {
	color: #fff;
}
.page-title span {
	color: #5d55db;
}
@media (min-width: 1200px) {
	.left-line {
		margin-left: 30px;
	}
}
@media (min-width: 992px) {
	.left-line {
		padding-left: 20px;
		margin-left: 20px;
		border-left: 3px solid #5d55db;
	}
}
.sign-up-img,
.contact-img {
	position: relative;
	bottom: -1px;
}
body {
	position: relative;
	min-height: 100%;
}
@media (max-width: 1199px) {
	body.blur-body {
		overflow: hidden;
	}
	body.blur-body:before {
		background-color: #000;
		background: rgba(156, 156, 156, 0.6);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		opacity: 0.8;
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 999;
	}
}
body.blur-body #chat-widget-container {
	z-index: 9 !important;
}
.inner-page-gap {
	padding: 120px 0;
}
@media (max-width: 1399px) {
	.inner-page-gap {
		padding: 100px 0;
	}
}
@media (max-width: 1199px) {
	.inner-page-gap {
		padding: 80px 0;
	}
}
@media (max-width: 991px) {
	.inner-page-gap {
		padding: 60px 0;
	}
}
.gap-b-30 {
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	.gap-b-30 {
		margin-bottom: 25px;
	}
}
@media (max-width: 991px) {
	.gap-b-30 {
		margin-bottom: 20px;
	}
}
.gap-b-50 {
	margin-bottom: 50px;
}
@media (max-width: 1399px) {
	.gap-b-50 {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.gap-b-50 {
		margin-bottom: 30px;
	}
}
.gap-t-60 {
	padding-top: 60px;
}
@media (max-width: 1399px) {
	.gap-t-60 {
		padding-top: 50px;
	}
}
@media (max-width: 1199px) {
	.gap-t-60 {
		padding-top: 40px;
	}
}
@media (max-width: 991px) {
	.gap-t-60 {
		padding-top: 30px;
	}
}
.gap-b-60 {
	padding-bottom: 60px;
}
@media (max-width: 1399px) {
	.gap-b-60 {
		padding-bottom: 50px;
	}
}
@media (max-width: 1199px) {
	.gap-b-60 {
		padding-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.gap-b-60 {
		padding-bottom: 30px;
	}
}
.section-gap.padding {
	padding: 60px 0;
}
@media (max-width: 1399px) {
	.section-gap.padding {
		padding: 50px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap.padding {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	.section-gap.padding {
		padding: 30px 0;
	}
}
@media (max-width: 575px) {
	.section-gap.padding {
		padding: 25px 0;
	}
}
.section-gap.margin {
	margin: 60px 0;
}
@media (max-width: 1399px) {
	.section-gap.margin {
		margin: 50px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap.margin {
		margin: 40px 0;
	}
}
@media (max-width: 991px) {
	.section-gap.margin {
		margin: 30px 0;
	}
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "SF Pro Display";
}
a {
	color: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
a:hover {
	color: #010101;
}
.back-to-top {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: 0px;
	right: 20px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden;
	z-index: 997;
	background-color: #5d55db;
	border-radius: 5px;
	padding: 15px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0);
}
@media (max-width: 1399px) {
	.back-to-top {
		bottom: 0px;
		right: 10px;
	}
}
@media (max-width: 480px) {
	.back-to-top {
		right: 5px;
	}
}
.back-to-top:hover {
	background-color: #010101;
	-webkit-box-shadow: 0px 1px 10px 0px #010101;
	box-shadow: 0px 1px 10px 0px #010101;
}
.back-to-top.show {
	opacity: 1;
	visibility: visible;
	bottom: 70px;
}
@media (max-width: 1399px) {
	.back-to-top.show {
		bottom: 10px;
	}
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.88);
		transform: scale(0.88);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
#chat-widget-container {
	bottom: 0 !important;
	z-index: 9999 !important;
}
@media (min-width: 1400px) {
	.forgot-password-section .account-form {
		padding: 80px 100px;
	}
}
.breadcrubms-section {
	padding: 160px 0 70px;
	background: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	overflow: hidden;
	position: relative;
	-webkit-clip-path: polygon(100% 0, 100% 70%, 95% 100%, 5% 100%, 0% 70%, 0 0);
	clip-path: polygon(100% 0, 100% 70%, 95% 100%, 5% 100%, 0% 70%, 0 0);
}
@media (max-width: 991px) {
	.breadcrubms-section {
		-webkit-clip-path: none;
		clip-path: none;
	}
}
.breadcrubms-section::after {
	content: "";
	position: absolute;
	background-image: url(../images/wave-vector.svg);
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-size: cover;
	background-position: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}
@media (max-width: 991px) {
	.breadcrubms-section::after {
		display: none;
	}
}
@media (max-width: 1399px) {
	.breadcrubms-section {
		padding: 130px 0 40px;
	}
}
@media (max-width: 1199px) {
	.breadcrubms-section {
		padding: 130px 0 50px;
	}
}
@media (max-width: 991px) {
	.breadcrubms-section {
		padding: 120px 0 40px;
	}
}
@media (max-width: 575px) {
	.breadcrubms-section {
		padding: 100px 0 40px;
	}
}
.breadcrubms-section h1 {
	font-family: "SF Pro Display";
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 1.3;
	color: #fff;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 1399px) {
	.breadcrubms-section h1 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.breadcrubms-section h1 {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	.breadcrubms-section h1 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.breadcrubms-section h1 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.breadcrubms-section h1 {
		font-size: 26px;
	}
}
#features,
#services,
#pricing {
	scroll-margin-top: 90px;
	overflow: inherit;
}
@media (max-width: 991px) {
	#features,
	#services,
	#pricing {
		scroll-margin-top: 80px;
	}
}
@media (min-width: 1400px) {
	.fr_wrapper .title {
		font-size: 42px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.fr_wrapper .title {
		font-size: 28px;
	}
}
@media (min-width: 1400px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 50px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 38px;
	}
}
@media (max-width: 375px) {
	.fr_wrapper .features-section .feature-box .content h5 {
		max-width: 300px;
	}
}
@media (max-width: 360px) {
	.fr_wrapper .features-section .feature-box .content h5 {
		max-width: 270px;
	}
}
.fr_wrapper footer .main-footer .footer-links ul li a {
	display: block;
}
.fr_wrapper footer .main-footer .footer-links ul li a::first-letter {
	text-transform: capitalize;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.fr_wrapper footer .main-footer .footer-links ul li a {
		font-size: 18px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.fr_wrapper footer .main-footer .footer-links ul li a {
		font-size: 16px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.fr_wrapper footer .main-footer .footer-links ul li {
		padding: 0 20px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.fr_wrapper .contact-us-section .media-main-box .media-box .media .media-content h4 {
		font-size: 24px;
	}
}
@media screen and (min-width: 576px) and (max-width: 991px) {
	.fr_wrapper .contact-us-section .media-main-box .media-box {
		max-width: 380px;
	}
}
@media (max-width: 575px) {
	.fr_wrapper .contact-us-section .media-main-box .media-box {
		max-width: 300px;
	}
}
.fr_wrapper .my-button.white-btn {
	text-transform: capitalize;
}
.fr_wrapper .breadcrubms-section h1 {
	display: block;
}
.fr_wrapper .breadcrubms-section h1::first-letter {
	text-transform: capitalize;
}
header {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
}
header.fixed-menu {
	z-index: 1041;
	background-color: #5d55db;
	-webkit-box-shadow: 0px 0px 10px rgba(96, 96, 96, 0.16);
	box-shadow: 0px 0px 10px rgba(96, 96, 96, 0.16);
}
header nav.navbar {
	padding: 20px 40px;
}
@media (max-width: 1399px) {
	header nav.navbar {
		padding: 20px 30px;
	}
}
@media (max-width: 991px) {
	header nav.navbar {
		padding: 15px 30px;
	}
}
@media (max-width: 575px) {
	header nav.navbar {
		padding: 15px;
	}
}
@media (max-width: 1399px) {
	header nav.navbar .logo {
		max-width: 250px;
	}
}
@media (max-width: 991px) {
	header nav.navbar .logo {
		max-width: 230px;
	}
}
@media (max-width: 767px) {
	header nav.navbar .logo {
		max-width: 200px;
	}
}
@media (max-width: 575px) {
	header nav.navbar .logo {
		max-width: 150px;
	}
}
header nav .navbar-toggler {
	padding: 5px 3px;
}
@media (max-width: 1399px) {
	header nav .navbar-toggler {
		padding: 10px;
	}
}
@media (max-width: 575px) {
	header nav .navbar-toggler {
		padding: 5px 3px;
	}
}
header nav .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header nav .navbar-toggler .hamburger {
	display: block;
}
header nav .navbar-toggler .hamburger .bar {
	width: 30px;
	height: 2px;
	display: block;
	color: #fff;
	padding: 0;
	margin-bottom: 6px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	background-color: #fff;
	margin-right: auto;
}
@media (max-width: 575px) {
	header nav .navbar-toggler .hamburger .bar {
		width: 25px;
		height: 2px;
		margin-bottom: 5px;
	}
}
header nav .navbar-toggler .hamburger .bar:nth-child(2) {
	width: 20px;
	background-color: #fff;
}
@media (max-width: 575px) {
	header nav .navbar-toggler .hamburger .bar:nth-child(2) {
		width: 15px;
	}
}
header nav .navbar-toggler .hamburger .bar:nth-child(3) {
	margin-bottom: 0px;
}
header nav .navbar-toggler .hamburger.active .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
}
@media (max-width: 575px) {
	header nav .navbar-toggler .hamburger.active .bar:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
}
header nav .navbar-toggler .hamburger.active .bar:nth-child(2) {
	opacity: 0;
}
header nav .navbar-toggler .hamburger.active .bar:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 575px) {
	header nav .navbar-toggler .hamburger.active .bar:nth-child(3) {
		-webkit-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg);
	}
}
@media (max-width: 1199px) {
	header nav .navbar-nav {
		padding: 20px 0;
	}
}
@media (max-width: 991px) {
	header nav .navbar-nav {
		padding: 15px 0;
	}
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.nav-link {
	color: #010101;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	padding: 10px 20px;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active,
header nav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
	background-color: #5d55db;
	color: #fff;
}
header nav .navbar-nav .nav-item .nav-link {
	padding: 0px 20px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 1599px) {
	header nav .navbar-nav .nav-item .nav-link {
		padding: 0px 10px;
	}
}
@media (max-width: 1399px) {
	header nav .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	header nav .navbar-nav .nav-item .nav-link {
		padding: 10px 15px;
		font-size: 16px;
		margin-bottom: 10px;
		font-size: 16px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	header nav .navbar-nav .nav-item .nav-link {
		margin-bottom: 5px;
	}
}
@media (max-width: 575px) {
	header nav .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
}
header nav .navbar-nav .nav-item .nav-link:hover:not(.support_btn),
header nav .navbar-nav .nav-item .nav-link.active:not(.support_btn) {
	color: #fff;
}
@media (max-width: 1199px) {
	header nav .navbar-collapse {
		position: absolute;
		width: 100%;
		top: 65px;
		left: 0;
		right: 0;
		background-color: #5d55db;
	}
}
.dropdown-menu[data-bs-popper],
#teams-dropdown-menu ul.active {
	top: 50px;
	-webkit-box-shadow: 0px 0px 10px #5d55db;
	box-shadow: 0px 0px 10px #5d55db;
}
.dropdown-menu[data-bs-popper]::after,
#teams-dropdown-menu ul.active::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #fff;
	bottom: 100%;
	right: 40px;
}
@media (max-width: 1199px) {
	.dropdown-menu[data-bs-popper]::after,
	#teams-dropdown-menu ul.active::after {
		right: 20px;
	}
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 10px;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.4em solid #fff;
	border-right: 0.4em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: 0.4em solid rgba(0, 0, 0, 0);
	position: relative;
	top: 2px;
}
footer {
	position: relative;
	overflow: hidden;
}
footer .main-footer {
	position: relative;
	background-image: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	-webkit-clip-path: polygon(4.3% 0%, 95.1% 0%, 100% 9%, 100% 70%, 100% 100%, 0% 100%, 0% 70%, 0% 8.3%);
	clip-path: polygon(4.3% 0%, 95.1% 0%, 100% 9%, 100% 70%, 100% 100%, 0% 100%, 0% 70%, 0% 8.3%);
	padding: 60px 0;
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 50px 0;
		-webkit-clip-path: none;
		clip-path: none;
	}
}
footer .main-footer .logo {
	display: block;
}
@media (min-width: 992px) {
	footer .main-footer .footer-links {
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links {
		margin-top: 0;
	}
}
footer .main-footer .footer-links .footer-title {
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	margin-bottom: 25px;
	font-weight: 700;
	cursor: pointer;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title {
		margin-bottom: 20px;
		padding: 0 10px;
		font-size: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 18px;
	}
}
footer .main-footer .footer-links .footer-title.mob[aria-expanded="true"] .footer-toggler img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		background-color: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
		line-height: 0;
		border-radius: 5px;
		margin-left: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 26px;
		height: 26px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	footer .main-footer .footer-links .footer-title.mob .footer-toggler img {
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		display: none;
	}
}
footer .main-footer .footer-links ul.foot-mob {
	padding-left: 20px;
}
@media (min-width: 992px) {
	footer .main-footer .footer-links ul.foot-mob {
		display: block;
		padding-left: 0;
	}
}
footer .main-footer .footer-links ul li {
	margin-bottom: 20px;
	/* border-right: 1px solid #fff; */
}
footer .main-footer .footer-links ul li:last-child {
	border-right: none;
}
@media (min-width: 992px) {
	footer .main-footer .footer-links ul li:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links ul li {
		display: inline-block;
		padding: 0 25px;
		margin-bottom: 0px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li {
		border: none;
	}
}
footer .main-footer .footer-links ul li a {
	font-size: 20px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
footer .main-footer .footer-links ul li a::first-letter {
	text-transform: capitalize;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul li a {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li a {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links ul li a {
		font-size: 14px;
	}
}
footer .main-footer .footer-links ul li a:hover {
	color: #fff;
}
footer .main-footer .footer-links ul li a.mail::first-letter {
	text-transform: inherit !important;
}
footer .main-footer .encryption {
	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;
	font-size: 16px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1199px) {
	footer .main-footer .encryption {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .main-footer .encryption img {
	margin-right: 10px;
}
footer .sub-footer {
	padding: 10px 0;
	text-align: center;
	position: relative;
	background-color: #fff;
}
@media (max-width: 1199px) {
	footer .sub-footer {
		padding-bottom: 20px;
	}
}
footer .sub-footer p {
	font-size: 16px;
	line-height: 30px;
	color: rgba(93, 85, 219, 0.7);
}
@media (max-width: 991px) {
	footer .sub-footer p {
		font-size: 11px;
		line-height: 18px;
	}
}
.banner-block {
	position: relative;
	background: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
}
.banner-block::after {
	content: "";
	position: absolute;
	background-image: url("../images/banner-bg.png");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60%;
	height: calc(100% + 73px);
	background-size: auto 100%;
}
@media (max-width: 1199px) {
	.banner-block::after {
		background-size: 60% 100%;
	}
}
@media (max-width: 991px) {
	.banner-block::after {
		width: 100%;
		height: 50%;
		background-size: cover;
		background-position: center;
	}
}
.banner-block::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 991px) {
	.banner-block::before {
		display: none;
	}
}
.banner-section {
	position: relative;
	padding: 170px 0 80px;
	margin-bottom: 80px;
}
.banner-section::after {
	content: "";
	position: absolute;
	background-image: url(../images/wave-vector.svg);
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	width: 2200px;
	height: 1370px;
	opacity: 0.7;
	background-size: 100% auto;
	-webkit-transform: translate(-50%, -50%) rotate(360deg);
	transform: translate(-50%, -50%) rotate(360deg);
	z-index: 0;
}
@media (max-width: 991px) {
	.banner-section::after {
		display: none;
	}
}
@media (max-width: 575px) {
	.banner-section .img-wrapper {
		max-width: 300px;
	}
}
@media (max-width: 1399px) {
	.banner-section {
		padding: 160px 0 50px;
		margin-bottom: 70px;
	}
}
@media (max-width: 1199px) {
	.banner-section {
		padding: 150px 0 50px;
		margin-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.banner-section {
		padding: 130px 0 50px;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.banner-section {
		padding: 100px 0 50px;
	}
}
.banner-section .banner-content {
	z-index: 99;
	position: relative;
}
@media (max-width: 991px) {
	.banner-section .banner-content {
		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: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 30px;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-content {
		margin-top: 20px;
	}
}
.banner-section .banner-content h1 {
	font-family: "SF Pro Display";
	font-weight: 700;
	font-size: 62px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #fff;
}
@media (max-width: 1399px) {
	.banner-section .banner-content h1 {
		font-size: 50px;
	}
}
@media (max-width: 1199px) {
	.banner-section .banner-content h1 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-content h1 {
		font-size: 44px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.banner-section .banner-content h1 {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-content h1 {
		font-size: 24px;
	}
}
.service-section {
	position: relative;
}
.service-section .service-content {
	position: relative;
}
@media (max-width: 991px) {
	.service-section .service-content {
		margin-top: 30px;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.service-section .service-content {
		margin-top: 20px;
	}
}
.service-section.service-2 {
	padding: 25px;
	-webkit-clip-path: polygon(5% 0%, 100% 0, 100% 85%, 95% 100%, 0 100%, 0% 15%);
	clip-path: polygon(5% 0%, 100% 0, 100% 85%, 95% 100%, 0 100%, 0% 15%);
	background-image: url(../images/service-2.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
@media (max-width: 991px) {
	.service-section.service-2 {
		-webkit-clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
		clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
	}
}
@media (max-width: 575px) {
	.service-section.service-2 {
		-webkit-clip-path: polygon(0 0, 85% 0%, 100% 10%, 100% 100%, 15% 100%, 0% 90%);
		clip-path: polygon(0 0, 85% 0%, 100% 10%, 100% 100%, 15% 100%, 0% 90%);
		padding: 15px;
	}
}
.service-section.service-2 .service-content {
	background-image: linear-gradient(135deg, rgba(33, 8, 110, 0.77) 0%, rgba(47, 26, 113, 0.52) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 80px 50px;
	-webkit-clip-path: polygon(5% 0%, 100% 0, 100% 90%, 95% 100%, 0 100%, 0% 10%);
	clip-path: polygon(5% 0%, 100% 0, 100% 90%, 95% 100%, 0 100%, 0% 10%);
}
@media (max-width: 991px) {
	.service-section.service-2 .service-content {
		-webkit-clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
		clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
		padding: 50px;
	}
}
@media (max-width: 575px) {
	.service-section.service-2 .service-content {
		-webkit-clip-path: polygon(0 0, 85% 0%, 100% 10%, 100% 100%, 15% 100%, 0% 90%);
		clip-path: polygon(0 0, 85% 0%, 100% 10%, 100% 100%, 15% 100%, 0% 90%);
		padding: 30px;
	}
}
.pricing-section {
	margin-bottom: 55px;
	background: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	-webkit-clip-path: polygon(5% 0%, 100% 0, 100% 85%, 95% 100%, 0 100%, 0% 15%);
	clip-path: polygon(5% 0%, 100% 0, 100% 85%, 95% 100%, 0 100%, 0% 15%);
}
@media (max-width: 1399px) {
	.pricing-section {
		margin-bottom: 45px;
	}
}
@media (max-width: 1199px) {
	.pricing-section {
		margin-bottom: 35px;
	}
}
@media (max-width: 991px) {
	.pricing-section {
		margin-bottom: 25px;
		-webkit-clip-path: polygon(0 0, 95% 0%, 100% 10%, 100% 100%, 5% 100%, 0% 90%);
		clip-path: polygon(0 0, 95% 0%, 100% 10%, 100% 100%, 5% 100%, 0% 90%);
	}
}
@media (max-width: 575px) {
	.pricing-section {
		margin-bottom: 25px;
		-webkit-clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
		clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
	}
}
.pricing-section::after {
	content: "";
	position: absolute;
	background-image: url(../images/wave-vector.svg);
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	width: 160%;
	height: 170%;
	opacity: 0.3;
	background-size: cover;
	background-position: center;
	-webkit-transform: translate(-50%, -50%) rotate(360deg);
	transform: translate(-50%, -50%) rotate(360deg);
	z-index: -1;
}
@media (max-width: 991px) {
	.pricing-section::after {
		display: none;
	}
}
.pricing-section .sub-title {
	max-width: 460px;
	margin: 0 auto 20px;
}
@media (max-width: 575px) {
	.pricing-section .sub-title {
		margin-bottom: 15px;
	}
}
.pricing-tab .nav-pills {
	background-color: rgba(0, 0, 0, 0);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px;
	border-radius: 0px;
	border: 1px solid #5d55db;
}
.pricing-tab .nav-pills .nav-link {
	font-family: "Barlow";
	font-weight: 500;
	padding: 15px;
	background: rgba(0, 0, 0, 0);
	color: #010101;
	font-size: 20px;
	line-height: 1.3;
	min-width: 150px;
	border-radius: 0px;
}
@media (max-width: 1399px) {
	.pricing-tab .nav-pills .nav-link {
		padding: 15px 55px;
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.pricing-tab .nav-pills .nav-link {
		padding: 15px 50px;
		font-size: 16px;
		min-width: 130px;
	}
}
@media (max-width: 767px) {
	.pricing-tab .nav-pills .nav-link {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.pricing-tab .nav-pills .nav-link {
		padding: 12px 45px;
		min-width: 110px;
	}
}
.pricing-tab .nav-pills .nav-link.active {
	opacity: 1;
	background-color: #000f4b;
	color: #fff;
}
.pricing-tab .nav-pills .nav-link.active .pricing-icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.pricing-tab .tab-content {
	padding: 30px 0;
	max-width: 650px;
	margin: 0 auto;
}
.pricing-tab .tab-content .tab-pane p {
	font-family: "Barlow";
	font-size: 24px;
	line-height: 1.5;
	color: #010101;
}
@media (max-width: 1399px) {
	.pricing-tab .tab-content .tab-pane p {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.pricing-tab .tab-content .tab-pane p {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.pricing-tab .tab-content .tab-pane p {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.pricing-tab .tab-content .tab-pane p {
		font-size: 16px;
	}
}
.pricing-tab .tab-content .tab-pane .my-button {
	margin-top: 30px;
	padding: 15px 50px;
}
@media (max-width: 991px) {
	.pricing-tab .tab-content .tab-pane .my-button {
		padding: 15px 45px;
	}
}
@media (max-width: 575px) {
	.pricing-tab .tab-content .tab-pane .my-button {
		margin-top: 20px;
		padding: 12px 40px;
	}
}
.features-section .title {
	position: relative;
	padding-bottom: 30px;
}
@media (max-width: 991px) {
	.features-section .title {
		padding-bottom: 20px;
	}
}
.features-section .title::after {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 120px;
	height: 3px;
	background-color: #5d55db;
}
.features-section .feature-box {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}
@media (max-width: 575px) {
	.features-section .feature-box {
		max-width: 400px;
		margin: 0 auto 30px auto;
	}
}
.features-section .feature-box .img-wrapper img {
	width: 100%;
}
.features-section .feature-box .content {
	position: absolute;
	bottom: 25px;
	left: 15px;
	z-index: 99;
	max-width: 260px;
}
@media (max-width: 1199px) {
	.features-section .feature-box .content {
		max-width: 100%;
	}
}
.features-section .feature-box .content h5 {
	font-family: "Barlow";
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	color: #fff;
}
@media (max-width: 1199px) {
	.features-section .feature-box .content h5 {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.features-section .feature-box .content h5 {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.features-section .feature-box .content h5 {
		font-size: 16px;
	}
}
.contact-section {
	margin-bottom: -50px;
	position: relative;
	z-index: 9;
}
@media (max-width: 991px) {
	.contact-section {
		margin-bottom: 0;
	}
}
.contact-section .contact-block {
	background-color: #5d55db;
	border-radius: 20px 20px 0 0;
	padding: 30px 0;
}
@media (min-width: 1400px) {
	.contact-section .contact-block .title {
		font-size: 48px;
	}
}
.contact-section .contact-block .contact-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.contact-section .contact-block .contact-list li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.contact-section .contact-block .contact-list li .img-wrapper {
	margin-right: 10px;
}
@media (max-width: 991px) {
	.contact-section .contact-block .contact-list li .img-wrapper {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}
.contact-section .contact-block .contact-list li a {
	font-family: "Barlow";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.contact-section .contact-block .contact-list li a:hover {
	color: #fff;
	border-bottom-color: #fff;
}
@media (max-width: 991px) {
	.contact-section .contact-block .contact-list li a {
		font-size: 14px;
	}
}
.contact-section .contact-block .contact-list li p {
	font-family: "Barlow";
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
	text-transform: capitalize;
	color: #fff;
}
@media (max-width: 1399px) {
	.contact-section .contact-block .contact-list li p {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.contact-section .contact-block .contact-list li p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.contact-section .contact-block .contact-list li p {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.contact-section .contact-block .contact-list li p {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.home-page footer .main-footer {
		padding: 120px 0 60px;
	}
}
@media (max-width: 991px) {
	.about-us-section .about-contant {
		margin-bottom: 30px;
	}
}
.sign-up-section .sign-up-contant {
	margin-top: 50px;
}
@media (max-width: 1199px) {
	.sign-up-section .sign-up-contant {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-contant {
		margin-top: 0;
	}
}
.sign-up-section .sign-up-contant .page-title {
	color: #010101;
	margin-bottom: 50px;
}
@media (max-width: 1199px) {
	.sign-up-section .sign-up-contant .page-title {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-contant .page-title {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.sign-up-section .sign-up-contant .page-title {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-contant .sign-up-details {
		max-width: 420px;
		margin: auto;
	}
}
@media (max-width: 575px) {
	.sign-up-section .sign-up-contant .sign-up-details {
		max-width: 350px;
		margin: auto;
	}
}
.sign-up-section .sign-up-contant .sign-up-details .sign-up-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1199px) {
	.sign-up-section .sign-up-contant .sign-up-details .sign-up-box {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-contant .sign-up-details .sign-up-box {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.sign-up-section .sign-up-contant .sign-up-details .sign-up-box {
		margin-bottom: 20px;
	}
}
.sign-up-section .sign-up-contant .sign-up-details .sign-up-box .img-wrapper {
	margin-right: 40px;
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-contant .sign-up-details .sign-up-box .img-wrapper {
		margin-right: 30px;
	}
}
@media (max-width: 767px) {
	.sign-up-section .sign-up-contant .sign-up-details .sign-up-box .img-wrapper {
		margin-right: 20px;
	}
}
.sign-up-section .sign-up-contant .sign-up-details .sign-up-box .sign-up-text {
	font-size: 22px;
	line-height: 1.5;
	color: #787c83;
}
@media (max-width: 1399px) {
	.sign-up-section .sign-up-contant .sign-up-details .sign-up-box .sign-up-text {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.sign-up-section .sign-up-contant .sign-up-details .sign-up-box .sign-up-text {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-contant .sign-up-details .sign-up-box .sign-up-text {
		font-size: 16px;
	}
}
.sign-up-section .sign-up-contant .sign-up-details .sign-up-box .sign-up-text span {
	color: #010101;
	font-weight: 600;
}
.sign-up-section .section-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.sign-up-section .logo img {
	min-width: 250px;
}
@media (max-width: 991px) {
	.sign-up-section .logo img {
		min-width: 200px;
	}
}
.sign-up-section .account-form {
	border-radius: 30px 0 0 30px;
	height: 100%;
}
@media (max-width: 1199px) {
	.sign-up-section .account-form {
		border-radius: 20px;
	}
}
.sign-up-section .join-us {
	background: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	border-radius: 0 50px 50px 0;
	padding: 90px 110px 0 110px;
	height: 100%;
	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;
}
@media (max-width: 1199px) {
	.sign-up-section .join-us {
		padding: 120px 80px 0 80px;
	}
}
@media (max-width: 991px) {
	.sign-up-section .join-us {
		background: rgba(0, 0, 0, 0);
		padding: 0;
	}
}
.sign-up-section .join-us .join-content {
	background-color: #fff;
	padding: 32px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.sign-up-section .join-us .join-content {
		border-radius: 40px;
		background-color: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	}
}
@media (max-width: 767px) {
	.sign-up-section .join-us .join-content {
		border-radius: 30px;
	}
}
@media (max-width: 575px) {
	.sign-up-section .join-us .join-content {
		border-radius: 20px;
	}
}
.sign-up-section .join-us .join-content h5 {
	text-transform: capitalize;
	text-align: center;
	color: #344875;
}
.sign-up-section .join-us .join-content h5 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
@media (max-width: 1199px) {
	.sign-up-section .join-us .join-content h5 {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.sign-up-section .join-us .join-content h5 {
		font-size: 26px;
		color: #fff;
	}
}
@media (max-width: 767px) {
	.sign-up-section .join-us .join-content h5 {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.sign-up-section .join-us .join-content h5 {
		font-size: 22px;
		margin-bottom: 10px;
	}
}
.sign-up-section .join-us .join-content p,
.sign-up-section .join-us .join-content h6 {
	text-align: center;
	font-size: 20px;
	color: #8c8f98;
}
@media (max-width: 991px) {
	.sign-up-section .join-us .join-content p,
	.sign-up-section .join-us .join-content h6 {
		font-size: 18px;
		color: #fff;
	}
}
@media (max-width: 767px) {
	.sign-up-section .join-us .join-content p,
	.sign-up-section .join-us .join-content h6 {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.sign-up-section .join-us .join-content p,
	.sign-up-section .join-us .join-content h6 {
		font-size: 15px;
	}
}
.sign-up-section .join-us .join-content p span,
.sign-up-section .join-us .join-content h6 span {
	color: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
}
@media (max-width: 991px) {
	.sign-up-section .join-us .join-content p span,
	.sign-up-section .join-us .join-content h6 span {
		color: #010101;
	}
}
.sign-up-section .join-us .join-content p {
	margin-bottom: 12px;
}
.contact-us-section .media-main-box .media-box {
	text-align: center;
}
@media (max-width: 991px) {
	.contact-us-section .media-main-box .media-box {
		max-width: 320px;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.contact-us-section .media-main-box .media-box {
		max-width: 250px;
	}
}
.contact-us-section .media-main-box .media-box button:hover,
.contact-us-section .media-main-box .media-box button:focus {
	background: rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
	.contact-us-section .media-main-box .media-box .media {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.contact-us-section .media-main-box .media-box .media .media-img {
	background: #5d55db;
	border-radius: 50%;
	min-width: 160px;
	min-height: 160px;
	width: 160px;
	height: 160px;
	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: 0 auto 20px;
	-webkit-box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 1399px) {
	.contact-us-section .media-main-box .media-box .media .media-img {
		min-width: 130px;
		min-height: 130px;
		width: 130px;
		height: 130px;
	}
}
@media (max-width: 1199px) {
	.contact-us-section .media-main-box .media-box .media .media-img {
		min-width: 100px;
		min-height: 100px;
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 991px) {
	.contact-us-section .media-main-box .media-box .media .media-img {
		margin: 0 15px 0 0;
		min-width: 80px;
		min-height: 80px;
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 575px) {
	.contact-us-section .media-main-box .media-box .media .media-img {
		min-width: 60px;
		min-height: 60px;
		margin: 0 10px 0 0;
		width: 60px;
		height: 60px;
	}
}
.contact-us-section .media-main-box .media-box .media .media-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 1399px) {
	.contact-us-section .media-main-box .media-box .media .media-img img {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 1199px) {
	.contact-us-section .media-main-box .media-box .media .media-img img {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 575px) {
	.contact-us-section .media-main-box .media-box .media .media-img img {
		width: 30px;
		height: 30px;
	}
}
.contact-us-section .media-main-box .media-box .media .media-img:hover {
	-webkit-box-shadow: 0px 11px 30px 0px rgba(93, 85, 219, 0.49);
	box-shadow: 0px 11px 30px 0px rgba(93, 85, 219, 0.49);
}
.contact-us-section .media-main-box .media-box .media .media-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.contact-us-section .media-main-box .media-box .media .media-content h4 {
	font-family: "Barlow";
	font-weight: 600;
	font-size: 28px;
	line-height: 1.5;
	color: #010101;
	text-align: center;
}
@media (max-width: 1199px) {
	.contact-us-section .media-main-box .media-box .media .media-content h4 {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.contact-us-section .media-main-box .media-box .media .media-content h4 {
		text-align: left;
	}
}
@media (max-width: 575px) {
	.contact-us-section .media-main-box .media-box .media .media-content h4 {
		font-size: 16px;
	}
}
.support .heading {
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.support .heading {
		margin-bottom: 10px;
	}
}
.support .heading h2 {
	font-size: 36px;
	line-height: 49px;
	text-align: center;
	color: #344875;
}
@media (max-width: 991px) {
	.support .heading h2 {
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.support .heading h2 {
		font-size: 22px;
	}
}
.support .can-we-help {
	background: #fff;
	padding: 40px;
	border: 1px solid rgba(94, 184, 176, 0.3);
	border-radius: 30px;
	margin-bottom: 65px;
}
@media (max-width: 991px) {
	.support .can-we-help {
		margin-bottom: 40px;
		padding: 30px 20px;
	}
}
@media (max-width: 575px) {
	.support .can-we-help {
		margin-bottom: 30px;
		padding: 20px 15px;
	}
}
.support .can-we-help .sub-heading h2 {
	margin-bottom: 20px;
}
@media (max-width: 575px) {
	.support .can-we-help .sub-heading h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
}
.support .can-we-help .sub-heading h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-transform: capitalize;
	color: rgba(41, 45, 50, 0.7);
	margin-bottom: 30px;
}
@media (max-width: 480px) {
	.support .can-we-help .sub-heading h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
.support .can-we-help .sub-heading p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: rgba(41, 45, 50, 0.6);
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.support .support-right {
		display: none;
	}
}
.support .support-right .right-img {
	text-align: end;
}
.support .customer-support {
	position: relative;
}
.support .customer-support .heading {
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.support .customer-support .heading {
		margin-bottom: 30px;
	}
}
.support .customer-support .media {
	position: relative;
}
@media (max-width: 991px) {
	.support .customer-support .media {
		margin-bottom: 30px;
		display: block;
		text-align: center;
	}
}
.support .customer-support .media .media-body h5 {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #101c6f;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.support .customer-support .media .media-body p {
	font-size: 16px;
	line-height: 30px;
	color: #8489a8;
	max-width: 270px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 1200px) {
	.support .customer-support .media .media-body p {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.support .customer-support .media .media-body p {
		font-size: 15px;
		max-width: 100%;
	}
}
.support .customer-support .media .media-body p a {
	color: #101c6f;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.support .customer-support .media .media-body p a:hover {
	color: #5d55db;
}
.support .customer-support .media-main-box {
	margin-bottom: 90px;
}
@media (max-width: 991px) {
	.support .customer-support .media-main-box {
		margin-bottom: 40px;
	}
}
.support .customer-support .media-main-box .media-box {
	text-align: center;
}
@media (max-width: 991px) {
	.support .customer-support .media-main-box .media-box {
		max-width: 320px;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 575px) {
	.support .customer-support .media-main-box .media-box {
		max-width: 230px;
	}
}
.support .customer-support .media-main-box .media-box button:hover,
.support .customer-support .media-main-box .media-box button:focus {
	background: rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
	.support .customer-support .media-main-box .media-box .media {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.support .customer-support .media-main-box .media-box .media .media-img {
	background: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	border-radius: 10px;
	width: 100px;
	height: 100px;
	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: 0 auto 15px;
}
@media (max-width: 1199px) {
	.support .customer-support .media-main-box .media-box .media .media-img {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 991px) {
	.support .customer-support .media-main-box .media-box .media .media-img {
		margin: 0 15px 0 0;
	}
}
@media (max-width: 575px) {
	.support .customer-support .media-main-box .media-box .media .media-img {
		width: 60px;
		height: 60px;
		margin: 0 10px 0 0;
	}
}
@media (max-width: 991px) {
	.support .customer-support .media-main-box .media-box .media .media-img img {
		max-width: 38px;
	}
}
.support .customer-support .media-main-box .media-box .media .media-content h4 {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.5;
	color: #292d32;
	text-align: center;
}
@media (max-width: 1199px) {
	.support .customer-support .media-main-box .media-box .media .media-content h4 {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.support .customer-support .media-main-box .media-box .media .media-content h4 {
		font-size: 16px;
	}
}
.support .faq {
	position: relative;
}
.support .faq .accordion .accordion-item {
	background: rgba(0, 0, 0, 0);
	border: none;
	margin-bottom: 30px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.support .faq .accordion .accordion-item .accordion-header .accordion-button {
	font-family: "SF Pro Display";
	background-color: rgba(0, 0, 0, 0);
	color: rgba(1, 1, 1, 0.7);
	border-color: rgba(0, 0, 0, 0);
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 25px 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 1199px) {
	.support .faq .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.support .faq .accordion .accordion-item .accordion-header .accordion-button {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.support .faq .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.support .faq .accordion .accordion-item .accordion-header .accordion-button {
		padding: 15px;
	}
}
.support .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.support .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.support .faq .accordion .accordion-item .accordion-header .accordion-button .icon {
	line-height: 0;
	padding: 5px;
	border-radius: 5px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin-left: 10px;
}
.support .faq .accordion .accordion-item .accordion-header .accordion-button .icon img {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	min-width: 16px;
}
.support .faq .accordion .accordion-item .accordion-header .accordion-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.support .faq .accordion .accordion-item .accordion-header .accordion-button::after {
	display: none;
}
.support .faq .accordion .accordion-item .accordion-collapse {
	color: rgba(1, 1, 1, 0.7);
}
.support .faq .accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 10px 60px 25px 30px;
	font-size: 16px;
	position: relative;
}
@media (max-width: 991px) {
	.support .faq .accordion .accordion-item .accordion-collapse .accordion-body {
		font-size: 14px;
		padding: 20px;
		padding-top: 10px;
	}
}
@media (max-width: 575px) {
	.support .faq .accordion .accordion-item .accordion-collapse .accordion-body {
		padding: 15px;
		padding-top: 10px;
	}
}
.support .faq .accordion .accordion-item .accordion-collapse .accordion-body::after {
	content: "";
	position: absolute;
	width: 94%;
	height: 1px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(1, 1, 1, 0.7);
}
.support .get-in-touch-box {
	padding: 50px 40px;
	background: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	border-radius: 25px;
}
@media (max-width: 1399px) {
	.support .get-in-touch-box {
		padding: 30px;
	}
}
@media (max-width: 1199px) {
	.support .get-in-touch-box {
		padding: 30px 20px;
	}
}
@media (max-width: 1199px) {
	.support .get-in-touch-box .content {
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.support .get-in-touch-box .content {
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.support .get-in-touch-box .content {
		padding-left: 20px;
		text-align: left;
	}
}
.support .get-in-touch-box .content h4 {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
	font-family: "SF Pro Display";
	color: #fff;
	margin-bottom: 15px;
}
@media (max-width: 1199px) {
	.support .get-in-touch-box .content h4 {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.support .get-in-touch-box .content h4 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.support .get-in-touch-box .content h4 {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.support .get-in-touch-box .content h4 {
		font-size: 22px;
	}
}
.support .get-in-touch-box .content p {
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 0px;
}
@media (max-width: 1399px) {
	.support .get-in-touch-box .content p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.support .get-in-touch-box .content p {
		font-size: 16px;
		margin: 0 auto 15px;
	}
}
@media (max-width: 575px) {
	.support .get-in-touch-box .content p {
		font-size: 14px;
	}
}
form .form-control,
form textarea {
	padding: 15px 0;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	position: relative;
	line-height: 1;
	margin-bottom: 24px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 1399px) {
	form .form-control,
	form textarea {
		margin-bottom: 22px;
	}
}
@media (max-width: 991px) {
	form .form-control,
	form textarea {
		margin-bottom: 20px;
	}
}
form .form-control:focus,
form textarea:focus {
	color: #fff;
	outline: none;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form .form-control::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}
@media (max-width: 991px) {
	form .form-control::-webkit-input-placeholder,
	form textarea::-webkit-input-placeholder {
		font-size: 14px;
	}
}
form .form-group {
	position: relative;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	form .form-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.form-footer {
	background: rgba(0, 0, 0, 0);
	border: 1px solid linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	padding: 15px;
	position: relative;
	margin-top: 30px;
	border-radius: 12px;
}
@media (max-width: 1199px) {
	.form-footer {
		margin-top: 25px;
		padding: 25px 50px;
	}
}
@media (max-width: 991px) {
	.form-footer {
		margin-top: 20px;
		padding: 20px 30px;
	}
}
.form-footer .sub-title {
	font-size: 16px;
	color: #787c83;
}
.remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}
@media (max-width: 991px) {
	.remember {
		margin-bottom: 20px;
	}
}
.remember .form-check-input {
	background: #fff;
	border: 1px solid rgba(7, 15, 43, 0.15);
	border-radius: 5px;
}
.remember .form-check-input:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.remember .form-check-input:checked {
	background-color: #5d55db;
	border-color: #5d55db;
}
.remember .form-check-label,
.remember .forgot-pass {
	font-size: 16px;
	color: #fff;
}
@media (max-width: 991px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 13px;
	}
}
@media (max-width: 375px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 12px;
	}
}
.remember .forgot-pass {
	text-transform: capitalize;
}
.remember .forgot-pass:hover {
	color: #010101;
}
.already {
	color: #fff;
}
@media (max-width: 575px) {
	.already {
		font-size: 14px;
	}
}
.already a {
	text-transform: capitalize;
}
.recaptcha {
	margin-bottom: 24px;
}
@media (max-width: 1399px) {
	.recaptcha {
		margin-bottom: 22px;
	}
}
@media (max-width: 991px) {
	.recaptcha {
		margin-bottom: 20px;
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.recaptcha {
		margin-bottom: 8px;
	}
}
.sign-up-section .sign-up-block {
	padding: 50px;
	background: rgba(0, 0, 0, 0);
	border: 2px solid #5d55db;
	-webkit-box-shadow: 0px 11px 30px -4px rgba(7, 62, 62, 0.24);
	box-shadow: 0px 11px 30px -4px rgba(7, 62, 62, 0.24);
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-block {
		padding: 30px;
	}
}
.sign-up-section .sign-up-block .account-form {
	margin-top: 50px;
}
@media (max-width: 991px) {
	.sign-up-section .sign-up-block .account-form {
		margin-top: 30px;
	}
}
.sign-up-section form .form-control,
.sign-up-section form textarea {
	color: rgba(1, 1, 1, 0.4);
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #010101;
}
.sign-up-section form .form-control:focus,
.sign-up-section form textarea:focus {
	color: #010101;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #010101;
}
.sign-up-section form .form-control::-webkit-input-placeholder,
.sign-up-section form textarea::-webkit-input-placeholder {
	color: #787c83 !important;
}
.sign-up-section form .form-control::-webkit-input-placeholder,
.sign-up-section form textarea::-webkit-input-placeholder {
	color: #787c83 !important;
}
.sign-up-section form .form-control::-moz-placeholder,
.sign-up-section form textarea::-moz-placeholder {
	color: #787c83 !important;
}
.sign-up-section form .form-control:-ms-input-placeholder,
.sign-up-section form textarea:-ms-input-placeholder {
	color: #787c83 !important;
}
.sign-up-section form .form-control::-ms-input-placeholder,
.sign-up-section form textarea::-ms-input-placeholder {
	color: #787c83 !important;
}
.sign-up-section form .form-control::placeholder,
.sign-up-section form textarea::placeholder {
	color: #787c83 !important;
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: #787c83;
	position: relative;
	overflow: inherit;
}
@media (max-width: 991px) {
	.policy-content {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 1199px) {
	.policy-content.service-gap {
		padding: 120px 0;
	}
}
@media (max-width: 991px) {
	.policy-content.service-gap {
		padding: 100px 0;
	}
}
@media (max-width: 767px) {
	.policy-content.service-gap {
		padding: 80px 0;
	}
}
.policy-content a {
	white-space: nowrap;
}
@media (max-width: 767px) {
	.policy-content a {
		white-space: normal;
	}
}
.policy-content div [id] {
	padding-top: 135px;
	margin-top: -135px;
	display: block;
}
@media (max-width: 991px) {
	.policy-content div [id] {
		padding-top: 110px;
		margin-top: -110px;
	}
}
.policy-content table {
	margin-top: 0 !important;
	padding-top: 0 !important;
	display: revert !important;
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-size: 26px;
	color: #010101;
	margin-bottom: 15px;
	font-family: "SF Pro Display";
	font-weight: 700;
}
@media (max-width: 991px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
	}
}
.policy-content b {
	font-size: 18px;
	color: #010101;
	margin-bottom: 15px;
	font-family: "SF Pro Display";
	font-weight: 700;
}
@media (max-width: 991px) {
	.policy-content b {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.policy-content b {
		font-size: 14px;
	}
}
.policy-content p.small {
	font-size: 14px;
	line-height: 21px;
	color: #787c83;
	margin-bottom: 15px;
}
.policy-content .print {
	position: sticky;
	margin-left: auto;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	right: 0;
	top: 100px;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 4px 60px rgba(191, 191, 191, 0.2);
	box-shadow: 0px 4px 60px rgba(191, 191, 191, 0.2);
	border-radius: 20px 0px 0px 20px;
	background: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	z-index: 99;
	float: right;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.policy-content .print:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0px;
		padding: 10px;
		top: 22%;
	}
}
.policy-content .print img {
	margin-bottom: 5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 767px) {
	.policy-content .print img {
		margin-bottom: 0px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
@media (max-width: 480px) {
	table {
		table-layout: auto;
	}
}
table:focus {
	outline: none;
}
table th {
	background: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	font-weight: 400;
	padding: 30px;
	border: none;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	text-transform: capitalize;
}
table th:last-child {
	border-right: none;
}
@media (max-width: 1399px) {
	table th {
		padding: 20px;
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	table th {
		font-size: 18px;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table tr {
	background: #fff;
}
table td {
	padding: 25px 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #010101;
}
table td:first-child {
	border-right: 0;
}
table td:last-child {
	border-left: 0;
}
@media (max-width: 1399px) {
	table td {
		padding: 20px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table tbody tr {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
}
table tbody tr td:first-child {
	border-right: 1px solid rgba(7, 17, 68, 0.2);
}
table tbody tr td:last-child {
	border-left: 1px solid rgba(7, 17, 68, 0.2);
}
.faq table {
	margin: 15px 0;
}
.faq table th {
	color: #fff;
	background-color: #000;
}
.faq table tr {
	background: #ceccf4;
}
.faq table tr td {
	border-radius: 0 !important;
}
.modal {
	background: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.modal .modal-dialog {
	max-width: 700px;
}
@media (max-width: 991px) {
	.modal .modal-dialog {
		max-width: 100%;
		margin-right: 10px;
		margin-left: 10px;
	}
}
.modal .modal-dialog .page-title {
	color: #fff;
}
.modal .modal-dialog .modal-content {
	border-radius: 0;
	border: none;
	background-color: #ada8ee;
	overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	padding: 30px 0;
	background-color: #5d55db;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-header {
		padding: 15px 0;
	}
}
.modal .modal-dialog .modal-content .modal-header .modal-logo {
	line-height: 0;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-header .modal-logo img {
		max-width: 200px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-header .modal-logo img {
		max-width: 180px;
	}
}
.modal .modal-dialog .modal-content .btn-close {
	width: auto;
	height: auto;
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	opacity: 1;
	line-height: 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	z-index: 999;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .btn-close {
		top: 15px;
		right: 15px;
	}
}
.modal .modal-dialog .modal-content .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 30px;
	border-radius: 0 0 18px 18px;
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body .modal-text {
	text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .modal-text .sub-title {
	margin-bottom: 15px;
	font-size: 16px;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .modal-text .sub-title {
		font-size: 16px;
	}
}
.welcome-modal .modal-dialog {
	max-width: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.welcome-modal .modal-title {
	margin-bottom: 15px;
	color: #010101;
}
.welcome-modal .modal-body {
	max-width: 350px;
	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;
}
@media (max-width: 991px) {
	.welcome-modal .modal-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.welcome-modal .modal-body .modal-text {
	text-align: center;
}
.welcome-modal .modal-content {
	border-radius: 0 !important;
}
.cancel-membership-section {
	background: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.cancel-membership-section .cancel-membership-block {
	background: linear-gradient(108.96deg, #22212f 15.86%, #220083 102.56%);
	border-radius: 25px;
	padding: 50px;
}
@media (max-width: 991px) {
	.cancel-membership-section .cancel-membership-block {
		padding: 30px;
	}
}
@media (min-width: 1400px) {
	.cancel-membership-section .cancel-membership-block .my-button {
		min-width: auto;
	}
}
.cancel-membership-section .cancel-membership-block form .form-group {
	background-color: #fff;
	padding: 10px;
	border-radius: 15px;
}
.cancel-membership-section .cancel-membership-block form .form-group .form-control {
	border-bottom: 0;
	color: #010101;
	padding: 15px 10px;
	border-bottom: 1px solid #010101;
}
@media (min-width: 1400px) {
	.cancel-membership-section .cancel-membership-block form .form-group .form-control {
		border-bottom: 1px solid rgba(0, 0, 0, 0);
	}
}
.cancel-membership-section .cancel-membership-block form .form-group .form-control::-webkit-input-placeholder {
	color: #010101 !important;
}
.cancel-membership-section .cancel-membership-block form .form-group .form-control::-moz-placeholder {
	color: #010101 !important;
}
.cancel-membership-section .cancel-membership-block form .form-group .form-control:-ms-input-placeholder {
	color: #010101 !important;
}
.cancel-membership-section .cancel-membership-block form .form-group .form-control::-ms-input-placeholder {
	color: #010101 !important;
}
.cancel-membership-section .cancel-membership-block form .form-group .form-control::placeholder {
	color: #010101 !important;
}
.cancel-membership-section .cancel-membership-block form .form-group .form-control:hover,
.cancel-membership-section .cancel-membership-block form .form-group .form-control:focus {
	border-bottom: 1px solid #010101;
}
.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: 3px;
	position: relative;
	-webkit-filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.12));
	filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.12));
	border-radius: 6px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px;
	margin-bottom: 0px;
	padding: 0px 20px;
}
@media (max-width: 1599px) {
	#teams-dropdown-menu {
		padding: 0px 10px;
	}
}
@media (max-width: 1199px) {
	#teams-dropdown-menu {
		padding: 10px;
	}
}
@media (max-width: 991px) {
	#teams-dropdown-menu {
		padding: 5px;
	}
}
#teams-dropdown-menu .flag-text {
	font-size: 16px;
	line-height: 1.5px;
	color: rgba(255, 255, 255, 0.7);
	margin-right: 5px;
}
@media (max-width: 1599px) {
	#teams-dropdown-menu .flag-text {
		padding: 0px 10px;
	}
}
@media (max-width: 1399px) {
	#teams-dropdown-menu .flag-text {
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	#teams-dropdown-menu .flag-text {
		padding: 10px 15px;
	}
}
#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;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: unset !important;
	right: 0;
}
#teams-dropdown-menu ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid rgba(6, 6, 6, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #fff;
	bottom: 100%;
	right: 40px;
}
@media (max-width: 1199px) {
	#teams-dropdown-menu ul::after {
		border-left: 5px solid rgba(6, 6, 6, 0);
		border-right: 5px solid rgba(0, 0, 0, 0);
		border-bottom: 5px solid #fff;
	}
}
@media (max-width: 991px) {
	#teams-dropdown-menu ul::after {
		right: 20px;
	}
}
img.img-fluid.flg {
	margin-right: 10px;
}
@media (max-width: 575px) {
	img.img-fluid.flg {
		margin-right: 5px;
	}
}
#teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
@media (max-width: 1199px) {
	#teams-dropdown-menu ul.active {
		top: 60px;
	}
}
@media (max-width: 991px) {
	#teams-dropdown-menu ul.active {
		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.4em solid #fff;
	border-right: 0.4em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: 0.4em solid rgba(0, 0, 0, 0);
	position: relative;
	top: 2px;
}
@media screen and (max-width: 1199px) {
	#teams-dropdown-menu {
		position: relative !important;
		border: 1px solid #fff;
		cursor: pointer !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-right: 0 !important;
		margin-bottom: 0px !important;
	}
	#teams-dropdown-menu span.icon:before {
		border-top: 0.3em solid #fff;
		border-right: 0.3em solid rgba(0, 0, 0, 0);
		border-left: 0.3em solid rgba(0, 0, 0, 0);
	}
	#teams-dropdown-menu .flag-text {
		font-size: 0px;
		color: #000;
		padding: 0;
		line-height: 0;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #000;
	}
	.header-main #teams-dropdown-menu {
		margin-left: auto !important;
	}
	.header.sticky header nav.menu.open ul {
		margin-top: 25px;
	}
}
@media (max-width: 1199px) {
	#teams-dropdown-menu .flag-text {
		margin-right: 0;
	}
}
font {
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
