*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: "NotoSans-Bold";
	src: url("../fonts/NotoSans-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "NotoSans-Medium";
	src: url("../fonts/NotoSans-Medium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "NotoSans-Regular";
	src: url("../fonts/NotoSans-Regular.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "NotoSans-SemiBold";
	src: url("../fonts/NotoSans-SemiBold.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
html {
	scroll-behavior: unset !important;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "NotoSans-Regular", sans-serif;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
	scroll-behavior: unset !important;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "NotoSans-Bold", sans-serif;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}
button {
	background: rgba(0, 0, 0, 0);
	border: 0;
	outline: none;
	cursor: pointer;
}
img {
	max-width: 100%;
	line-height: 0;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
::-moz-placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
:-ms-input-placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
::-ms-input-placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
::placeholder {
	color: rgba(7, 17, 68, 0.35) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #263238 !important;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.common-btn {
	background: #0f60e0;
	border-radius: 50px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
	z-index: 9;
	white-space: nowrap;
	outline: none;
	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;
	text-transform: capitalize;
	overflow: hidden;
}
@media (max-width: 480px) {
	.common-btn {
		width: auto;
	}
}
.common-btn span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 70%;
	padding: 13px 30px;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 480px) {
	.common-btn span {
		width: 75%;
	}
}
.common-btn:hover {
	border-radius: 0;
}
.common-btn:hover .arrow-img::after {
	-webkit-transform: skew(0);
	transform: skew(0);
}
.common-btn.w-100 {
	width: calc(100% - 100px) !important;
	margin: 0 auto;
}
@media (max-width: 575px) {
	.common-btn.w-100 {
		width: calc(100% - 60px) !important;
	}
}
@media (max-width: 480px) {
	.common-btn.w-100 {
		width: 100% !important;
	}
}
.common-btn.w-100 .arrow-img::after {
	width: 190px;
}
@media (max-width: 991px) {
	.common-btn.w-100 .arrow-img::after {
		/* width: 220px; */
        width: 100%;
	}
}
.common-btn .arrow-img {
	width: 40%;
	padding: 13px 14px;
	border-radius: 0 50px 50px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 480px) {
	.common-btn .arrow-img {
		width: 25%;
	}
}
.common-btn .arrow-img img {
	position: relative;
	z-index: 1;
}
.common-btn .arrow-img::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fcb601;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
@media (max-width: 1399px) {
	.common-btn .arrow-img::after {
		right: -2px;
	}
}
.common-btn.secondary {
	background-color: #fff;
	border: 1px solid #0f60e0;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(15, 96, 224, 0.14);
	box-shadow: 0px 4px 20px 0px rgba(15, 96, 224, 0.14);
	padding: 12px 25px;
	width: auto;
	color: #263238;
}
.common-btn.secondary img {
	margin-left: 10px;
}
.img-wrapper {
	line-height: 0;
	position: relative;
	z-index: 99;
}
p {
	color: rgba(5, 18, 31, 0.6);
	font-size: 16px;
}
p::first-letter {
	text-transform: capitalize;
}
@media (max-width: 991px) {
	.heading {
		text-align: center;
		margin-bottom: 30px;
	}
}
.heading h2 {
	font-size: 64px;
	color: #263238;
	margin-bottom: 35px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: capitalize;
}
@media (max-width: 1600px) {
	.heading h2 {
		font-size: 60px;
	}
}
@media (max-width: 1399px) {
	.heading h2 {
		font-size: 54px;
	}
}
@media (max-width: 1199px) {
	.heading h2 {
		font-size: 46px;
	}
}
@media (max-width: 991px) {
	.heading h2 {
		font-size: 42px;
	}
}
@media (max-width: 767px) {
	.heading h2 {
		font-size: 38px;
	}
}
@media (max-width: 575px) {
	.heading h2 {
		font-size: 32px;
	}
}
@media (max-width: 375px) {
	.heading h2 {
		font-size: 26px;
	}
}
.heading h2::first-letter {
	text-transform: capitalize;
}
.heading h2 span {
	color: #70a6fa;
}
.heading p {
	color: rgba(38, 50, 56, 0.7019607843);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
}
.page-banner {
	padding-top: 138px;
	position: relative;
}
.page-banner::after {
	content: "";
	position: absolute;
	width: 190px;
	height: 190px;
	background-color: #fcb601;
	-webkit-filter: blur(240px);
	filter: blur(240px);
	border-radius: 50%;
	top: 100px;
	right: 0;
	z-index: -1;
}
@media (max-width: 767px) {
	.page-banner::after {
		width: 130px;
		height: 130px;
		-webkit-filter: blur(130px);
		filter: blur(130px);
	}
}
@media (max-width: 991px) {
	.page-banner {
		padding-top: 75px;
	}
}
.page-banner .page-title {
	position: relative;
	padding-top: 80px;
	text-align: center;
}
@media (max-width: 1399px) {
	.page-banner .page-title {
		padding-top: 60px;
	}
}
@media (max-width: 1199px) {
	.page-banner .page-title {
		padding-top: 50px;
	}
}
@media (max-width: 991px) {
	.page-banner .page-title {
		padding-top: 40px;
	}
}
.page-banner .page-title h2 {
	color: #263238;
	font-size: 52px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding: 20px 50px;
	-webkit-box-shadow: 0px 4px 0px 0px #fcb601;
	box-shadow: 0px 4px 0px 0px #fcb601;
	border-radius: 100px;
	background-color: #fff;
}
@media (max-width: 767px) {
	.page-banner .page-title h2 {
		padding: 20px 30px;
	}
}
.page-banner .page-title h2::after {
	content: "";
	position: absolute;
	height: calc(100% + 2px);
	width: calc(100% + 2px);
	background: linear-gradient(136deg, #0f60e0 0%, #fcb601 100%);
	top: -1px;
	left: -1px;
	border-radius: 100px;
	z-index: -1;
}
@media (max-width: 1600px) {
	.page-banner .page-title h2 {
		font-size: 46px;
	}
}
@media (max-width: 1399px) {
	.page-banner .page-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.page-banner .page-title h2 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.page-banner .page-title h2 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.page-banner .page-title h2 {
		font-size: 26px;
	}
}
.page-banner .page-title h2::first-letter {
	text-transform: capitalize;
}
.page-banner .page-title h2 span {
	color: #0f60e0;
}
body {
	position: relative;
	min-height: 100%;
}
@media (max-width: 1199px) {
	body.blur-body:before {
		background-color: #000;
		background: rgba(156, 156, 156, 0.6);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		opacity: 0.8;
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 999;
	}
}
@media (max-width: 1199px) {
	body.blur-body {
		overflow: hidden;
	}
}
body.blur-body #chat-widget-container {
	z-index: 9 !important;
}
body.blur-body .navbar {
	background-color: #fff;
}
body section {
	position: relative;
	z-index: 1;
}
body main {
	position: relative;
}
body main::after {
	content: "";
	position: absolute;
	background: rgba(15, 96, 224, 0.5);
	height: 150px;
	width: 150px;
	border-radius: 50%;
	left: 0;
	bottom: 50px;
	-webkit-filter: blur(240px);
	filter: blur(240px);
}
body .side-blur div {
	position: fixed;
	border-radius: 50%;
	height: 300px;
	width: 300px;
	background: #0f60e0;
	opacity: 0.3;
	-webkit-filter: blur(121px);
	filter: blur(121px);
	z-index: -1;
}
body .side-blur div.blur-1 {
	left: -150px;
	top: 15%;
}
body .side-blur div.blur-2 {
	right: -150px;
	bottom: 15%;
}
.gap-t-70 {
	padding-top: 70px;
}
@media (max-width: 1399px) {
	.gap-t-70 {
		padding-top: 60px;
	}
}
@media (max-width: 1199px) {
	.gap-t-70 {
		padding-top: 50px;
	}
}
@media (max-width: 991px) {
	.gap-t-70 {
		padding-top: 30px;
	}
}
.gap-b-70 {
	padding-bottom: 70px;
}
@media (max-width: 1399px) {
	.gap-b-70 {
		padding-bottom: 60px;
	}
}
@media (max-width: 1199px) {
	.gap-b-70 {
		padding-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.gap-b-70 {
		padding-bottom: 30px;
	}
}
.section-gap {
	padding: 100px 0 100px;
}
@media (max-width: 1399px) {
	.section-gap {
		padding: 80px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.section-gap {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.section-gap {
		padding: 40px 0;
	}
}
#services,
#pricing,
#about {
	scroll-margin-top: 60px;
	overflow: inherit;
}
@media (max-width: 575px) {
	#services,
	#pricing,
	#about {
		scroll-margin-top: 70px;
	}
}
#features {
	scroll-margin-top: 0;
}
@media (max-width: 1199px) {
	#features {
		scroll-margin-top: 20px;
	}
}
@media (max-width: 991px) {
	#features {
		scroll-margin-top: 30px;
	}
}
a {
	color: #0f60e0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
a:hover {
	color: #fcb601;
}
.back-to-top {
	height: 40px;
	width: 40px;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: 70px;
	right: 20px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-box-shadow: 0px 13px 35px 0px rgba(3, 32, 78, 0.15);
	box-shadow: 0px 13px 35px 0px rgba(3, 32, 78, 0.15);
	transition: 0.3s all;
}
@media (max-width: 991px) {
	.back-to-top {
		bottom: 20px;
		width: 45px;
		height: 45px;
	}
}
@media (max-width: 767px) {
	.back-to-top {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 375px) {
	.back-to-top {
		width: 35px;
		height: 35px;
		right: 10px;
	}
}
.back-to-top.show {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.88);
		transform: scale(0.88);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
#chat-widget-container {
	bottom: 0 !important;
	z-index: 9999 !important;
}
.links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
@media (max-width: 480px) {
	.links {
		display: block;
	}
}
.links a {
	display: inline-block;
	color: #fff;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}
.links a:hover {
	color: #fcb601;
}
.links a:last-child::after {
	display: none;
}
.links a::after {
	content: "";
	position: absolute;
	height: calc(100% - 4px);
	width: 1px;
	background-color: #fff;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 480px) {
	.links a {
		text-align: center;
		margin: 5px 0;
	}
}
.form-control {
	padding: 0;
}
.home-page {
	position: relative;
}
.g-recaptcha {
	margin-bottom: 24px;
}
@media (max-width: 575px) {
	.g-recaptcha {
		margin-bottom: 0;
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media (max-width: 375px) {
	.g-recaptcha {
		margin-bottom: 5px;
	}
}
textarea {
	resize: none;
}
header {
	width: 100%;
}
@media (max-width: 991px) {
	header {
		background: #fff;
	}
}
header.fixed-top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1030;
	border: none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
header.fixed-top.fixed-menu {
	-webkit-box-shadow: 0px 1px 9px rgba(15, 96, 224, 0.15);
	box-shadow: 0px 1px 9px rgba(15, 96, 224, 0.15);
}
@media (min-width: 992px) {
	header.fixed-top.fixed-menu {
		position: fixed;
		top: -160px;
	}
	header.fixed-top.sticky-header {
		top: -80px;
		background-color: #fff;
	}
}
@media (min-width: 1200px) {
	header.fixed-top.sticky-header {
		top: -66px;
	}
}
header .top-header {
	padding: 15px 0;
	border-bottom: 1px solid rgba(12, 47, 102, 0.2);
}
header .navbar {
	position: relative;
	padding: 0;
	padding: 15px 0;
	z-index: 999;
}
header .navbar .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header .navbar .logo .navbar-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	position: relative;
	margin-right: 40px;
}
@media (max-width: 991px) {
	header .navbar .logo .navbar-brand {
		margin-right: 30px;
	}
}
@media (max-width: 575px) {
	header .navbar .logo .navbar-brand {
		margin-right: 10px;
	}
}
@media (max-width: 1199px) {
	header .navbar .logo .navbar-brand img {
		max-width: 220px;
	}
}
@media (max-width: 767px) {
	header .navbar .logo .navbar-brand img {
		max-width: 160px;
	}
}
header .navbar .navbar-toggler {
	border: none;
	padding: 5px;
	line-height: 0;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	border-radius: 5px;
}
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;
	background: #0f60e0;
}
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: #fcb601;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	margin-right: auto;
	margin-left: 0;
}
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: 20px;
}
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: 10px;
}
header .navbar .navbar-collapse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 991px) {
	header .navbar .navbar-collapse {
		position: absolute;
		top: 65px;
		width: 100%;
		background: #fff;
		z-index: 99;
		left: 0;
	}
}
@media (max-width: 767px) {
	header .navbar .navbar-collapse {
		top: 65px;
	}
}
header .navbar .auth-div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .navbar .auth-div ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}
header .navbar .auth-div ul li .nav-link {
	padding: 0 !important;
}
header .navbar .auth-div ul li:last-child {
	margin-right: 0;
}
header .navbar .auth-div ul li svg {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
header .navbar .auth-div ul li svg path {
	fill: rgba(28, 28, 28, 0.6);
}
header .navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	header .navbar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
header .navbar-nav .nav-item {
	padding: 0 15px;
}
@media (max-width: 1199px) {
	header .navbar-nav .nav-item {
		text-align: center;
	}
}
@media (max-width: 991px) {
	header .navbar-nav .nav-item {
		margin: 0px;
	}
}
header .navbar-nav .nav-item.auth-link {
	display: none;
}
@media (max-width: 1200px) {
	header .navbar-nav .nav-item.auth-link {
		display: block;
	}
}
header .navbar-nav .nav-item .nav-link {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	color: rgba(38, 50, 56, 0.7019607843);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	font-weight: 400;
	text-transform: capitalize;
	padding: 0;
}
@media (max-width: 1199px) {
	header .navbar-nav .nav-item .nav-link {
		color: #263238;
		padding: 15px 5px;
		text-align: center;
	}
}
header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item .nav-link:hover {
	color: #0f60e0;
}
@-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;
	overflow: hidden;
	background: url(../images/footer-back.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
footer .main-footer {
	position: relative;
	padding: 50px 0 40px;
}
@media (max-width: 1399px) {
	footer .main-footer {
		padding: 60px 0 40px;
	}
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 30px 0 30px;
	}
}
footer .main-footer .footer-top {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(38, 50, 56, 0.3);
	margin-bottom: 30px;
}
footer .main-footer .footer-about a {
	display: inline-block;
}
@media (max-width: 575px) {
	footer .main-footer .footer-about a {
		max-width: 250px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-about {
		text-align: center;
	}
}
@media (max-width: 480px) {
	footer .main-footer .footer-about {
		text-align: left;
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links-outer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links-outer .footer-links {
		margin-top: 0;
	}
}
footer .main-footer .footer-links-outer .footer-links .footer-title {
	font-size: 20px;
	line-height: 1.5;
	color: #0f60e0;
	position: relative;
	margin-bottom: 30px;
	font-weight: 700;
	cursor: pointer;
	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: 1199px) {
	footer .main-footer .footer-links-outer .footer-links .footer-title {
		margin-bottom: 15px;
		font-size: 18px;
		font-weight: 400;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links-outer .footer-links .footer-title {
		font-size: 16px;
	}
}
footer .main-footer .footer-links-outer .footer-links .footer-title.mob[aria-expanded="true"] .footer-toggler {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
@media (max-width: 991px) {
	footer .main-footer .footer-links-outer .footer-links .footer-title.mob .footer-toggler {
		line-height: 0;
		margin-left: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		position: relative;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links-outer .footer-links .footer-title.mob .footer-toggler {
		display: none;
	}
}
footer .main-footer .footer-links-outer .footer-links ul {
	padding-left: 20px;
}
@media (min-width: 992px) {
	footer .main-footer .footer-links-outer .footer-links ul {
		display: block;
		padding-left: 0;
	}
}
footer .main-footer .footer-links-outer .footer-links li {
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	footer .main-footer .footer-links-outer .footer-links li:last-child {
		margin-bottom: 0;
	}
}
footer .main-footer .footer-links-outer .footer-links li a {
	font-size: 16px;
	line-height: 1.3;
	color: #263238;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-weight: normal;
	display: inline-block;
	position: relative;
}
footer .main-footer .footer-links-outer .footer-links li a::first-letter {
	text-transform: capitalize;
}
@media (max-width: 575px) {
	footer .main-footer .footer-links-outer .footer-links li a {
		font-size: 14px;
	}
}
footer .main-footer .footer-links-outer .footer-links li a:hover {
	color: #0f60e0;
}
footer .main-footer .footer-links-outer .footer-links.footer-contact p {
	color: #263238;
}
footer .main-footer .visa-cards {
	margin-top: 15px;
}
@media (max-width: 991px) {
	footer .main-footer .visa-cards {
		display: block;
	}
}
footer .main-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: #263238;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 15px;
	margin-bottom: 15px;
}
footer .main-footer .visa-cards .encryption img {
	margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	footer .main-footer .visa-cards .encryption {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	footer .main-footer .visa-cards .cards {
		text-align: center !important;
	}
}
footer .main-footer .info-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
@media (max-width: 991px) {
	footer .main-footer .info-div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .info-div {
		display: block;
	}
}
footer .main-footer .info-div .content {
	position: relative;
}
footer .main-footer .info-div .content:first-child {
	padding-right: 50px;
	margin-right: 50px;
}
@media (max-width: 767px) {
	footer .main-footer .info-div .content:first-child {
		padding-right: 30px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .info-div .content:first-child {
		padding-right: 0;
		margin-bottom: 20px;
	}
}
footer .main-footer .info-div .content .title {
	font-size: 20px;
	font-family: "NotoSans-SemiBold", sans-serif;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #0f60e0;
}
footer .main-footer .info-div .content .text a {
	color: #263238;
}
footer .main-footer .info-div .content .text a:hover {
	color: #0f60e0;
}
@media (max-width: 1199px) {
	footer .main-footer .membership-block {
		margin-top: 20px;
	}
}
footer .main-footer .membership-block .title {
	color: #0f60e0;
	font-size: 24px;
	margin-bottom: 15px;
}
@media (max-width: 1199px) {
	footer .main-footer .membership-block .title {
		font-size: 32px;
		text-align: center !important;
	}
}
@media (max-width: 991px) {
	footer .main-footer .membership-block .title {
		font-size: 28px;
		text-align: left !important;
	}
}
@media (max-width: 767px) {
	footer .main-footer .membership-block .title {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .membership-block .title {
		font-size: 20px;
	}
}
footer .main-footer .membership-block p {
	color: #263238;
}
@media (max-width: 1199px) {
	footer .main-footer .membership-block p {
		text-align: center !important;
	}
}
@media (max-width: 991px) {
	footer .main-footer .membership-block p {
		margin-bottom: 15px;
		text-align: left !important;
		max-width: 550px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .membership-block p {
		max-width: 450px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .membership-block form .input-group {
		max-width: 485px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .membership-block form .input-group {
		max-width: 420px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .membership-block form .input-group {
		max-width: 420px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .membership-block form .input-group {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		display: block;
	}
}
footer .main-footer .membership-block form .user-input {
	padding: 16px;
	border-radius: 50px 0 0 50px;
}
@media (max-width: 480px) {
	footer .main-footer .membership-block form .user-input {
		border-radius: 15px !important;
		margin-bottom: 10px;
		width: 100%;
	}
}
footer .main-footer .membership-block form .user-input:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
footer .main-footer .membership-block form .common-btn {
	color: #fff;
	width: auto;
	padding: 15px;
	overflow: auto;
}
footer .main-footer .membership-block form .common-btn span {
	padding: 0;
	position: relative;
	z-index: 1;
	width: auto;
}
footer .main-footer .membership-block form .common-btn::after {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	height: 100%;
	width: 20px;
	background-color: #0f60e0;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: 0;
}
@media (min-width: 481px) {
	footer .main-footer .membership-block form .common-btn::after,
	footer .main-footer .membership-block form .common-btn::before {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}
footer .main-footer .membership-block form .common-btn::before {
	background: #263238;
}
@media (max-width: 480px) {
	footer .main-footer .membership-block form .common-btn {
		border-radius: 15px !important;
	}
}
footer .copyright {
	background-color: #0f60e0;
}
footer .copyright .sub-footer {
	padding: 10px 0;
	text-align: center;
	position: relative;
}
@media (max-width: 1399px) {
	footer .copyright .sub-footer {
		padding: 10px 0 80px;
	}
}
footer .copyright .sub-footer p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
@media (max-width: 991px) {
	footer .copyright .sub-footer p {
		font-size: 11px;
		line-height: 18px;
	}
}
.banner-section {
	position: relative;
	padding-top: 200px;
	background: url(../images/banner-back.png);
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 991px) {
	.banner-section {
		padding-top: 100px;
	}
}
.banner-section::after,
.banner-section:before {
	content: "";
	position: absolute;
	height: 300px;
	width: 300px;
	-webkit-filter: blur(300px);
	filter: blur(300px);
}
.banner-section::after {
	background: rgba(252, 182, 1, 0.5);
	left: 0;
	bottom: 100px;
}
.banner-section::before {
	background: rgba(15, 96, 224, 0.5);
	right: 0;
	top: 0;
}
.banner-section .vector2 {
	position: absolute;
	right: 40px;
	top: 200px;
	-webkit-animation: scale 5s ease infinite;
	animation: scale 5s ease infinite;
}
.banner-section .banner-content {
	position: relative;
	z-index: 2;
}
.banner-section .banner-content h1 {
	font-size: 112px;
	color: #263238;
	font-weight: 700;
	margin-bottom: 24px;
	text-transform: capitalize;
}
@media (max-width: 1600px) {
	.banner-section .banner-content h1 {
		font-size: 100px;
	}
}
@media (max-width: 1399px) {
	.banner-section .banner-content h1 {
		font-size: 85px;
	}
}
@media (max-width: 1199px) {
	.banner-section .banner-content h1 {
		font-size: 65px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-content h1 {
		font-size: 46px;
		margin-bottom: 20px;
		line-height: 1.6;
	}
}
@media (max-width: 767px) {
	.banner-section .banner-content h1 {
		font-size: 32px;
		margin-bottom: 18px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-content h1 {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.banner-section .banner-content h1 {
		font-size: 22px;
	}
}
.banner-section .banner-content h1 .blue {
	color: #0f60e0;
}
.banner-section .banner-content .img {
	line-height: 0;
	vertical-align: middle;
}
@media (max-width: 1199px) {
	.banner-section .banner-content .img img {
		max-height: 65px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-content .img img {
		max-height: 46px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-content .img img {
		max-height: 30px;
	}
}
@media (max-width: 480px) {
	.banner-section .banner-content .img img {
		max-width: 55px;
	}
}
.banner-section .banner-content .txt {
	display: inline-block;
	font-size: 22px;
	font-family: "NotoSans-Regular", sans-serif;
	font-weight: 400;
	text-align: left;
	margin-left: 15px;
}
@media (max-width: 1199px) {
	.banner-section .banner-content .txt {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-content .txt {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.banner-section .banner-content .txt {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-content .txt {
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.banner-section .banner-content .txt {
		font-size: 8px;
		margin-left: 5px;
	}
}
.banner-section .banner-content .sub-title {
	color: #263238;
	opacity: 0.6;
	margin-bottom: 40px;
	max-width: 450px;
}
@media (max-width: 991px) {
	.banner-section .banner-content .sub-title {
		margin: 0 auto 30px;
	}
}
.banner-section .banner-btn {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.banner-section .img-block {
	position: relative;
	z-index: 99;
}
@media (max-width: 991px) {
	.banner-section .img-block {
		margin-left: 0;
		margin-top: 30px;
	}
}
.feature-section {
	background: url(../images/feature-back.png);
	background-size: cover;
	background-position: center;
}
.feature-section .top-feature {
	padding: 80px 0;
}
@media (max-width: 1199px) {
	.feature-section .top-feature {
		padding: 50px 0;
	}
}
.feature-section .top-feature .img-block {
	line-height: 0;
	text-align: end;
}
@media (max-width: 1199px) {
	.feature-section .top-feature .img-block {
		height: 190px;
		width: 190px;
	}
}
@media (max-width: 991px) {
	.feature-section .top-feature .img-block {
		margin: 0 auto 20px;
	}
}
@media (max-width: 767px) {
	.feature-section .top-feature .img-block {
		width: 140px;
		height: auto;
	}
}
@media (max-width: 991px) {
	.feature-section .top-feature .text {
		text-align: center;
	}
}
.feature-section .top-feature .text h4 {
	color: #fff;
	font-size: 42px;
	text-transform: capitalize;
}
@media (max-width: 1399px) {
	.feature-section .top-feature .text h4 {
		font-size: 38px;
	}
}
@media (max-width: 1199px) {
	.feature-section .top-feature .text h4 {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.feature-section .top-feature .text h4 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.feature-section .top-feature .text h4 {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.feature-section .top-feature .text h4 {
		font-size: 22px;
	}
}
.feature-section .top-feature .text p {
	color: #fff;
}
.feature-section .top-feature .swiper {
	padding-bottom: 40px;
}
@media (max-width: 991px) {
	.feature-section .top-feature .swiper {
		padding-bottom: 60px;
	}
}
.feature-section .top-feature .swiper .swiper-pagination.swiper-pagination-horizontal {
	bottom: 0;
}
.feature-section .top-feature .swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	height: 20px;
	width: 20px;
	margin: 0 18px;
	position: relative;
}
.feature-section .top-feature .swiper .swiper-pagination .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	height: 8px;
	width: 8px;
	background-color: #fcb601;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
}
.feature-section
	.top-feature
	.swiper
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	opacity: 1;
}
.feature-section h4 {
	font-size: 24px;
	color: #fcb601;
	margin-bottom: 25px;
	font-weight: 700;
}
@media (max-width: 1399px) {
	.feature-section h4 {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.feature-section h4 {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.feature-section h4 {
		font-size: 16px;
	}
}
.service-section {
	position: relative;
}
.service-section .vector5 {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-animation: scale 5s ease infinite;
	animation: scale 5s ease infinite;
}
@media (max-width: 1199px) {
	.service-section .vector5 {
		right: -80px;
		top: 30px;
	}
}
@media (max-width: 991px) {
	.service-section .vector5 {
		display: none;
	}
}
.service-section .heading {
	position: relative;
}
.service-section .heading .vector3 {
	position: absolute;
	right: -70px;
	top: 80px;
}
@media (max-width: 1199px) {
	.service-section .heading .vector3 {
		right: -80px;
		top: 30px;
	}
}
@media (max-width: 991px) {
	.service-section .heading .vector3 {
		display: none;
	}
}
@media (max-width: 991px) {
	.service-section .service-content {
		text-align: center;
	}
}
.service-section .service-content .heading h2 {
	text-align: start;
}
.service-section .service-content ul {
	display: inline-block;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
@media (max-width: 767px) {
	.service-section .service-content ul {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}
.service-section .service-content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.service-section .service-content ul li p {
	margin-bottom: 0;
	text-align: start;
}
.service-section.service2 .heading {
	position: relative;
}
.service-section.service2 .heading .vector4 {
	position: absolute;
	left: -80px;
	top: 30px;
	-webkit-transform: scale(-1);
	transform: scaleX(-1);
}
@media (max-width: 1199px) {
	.service-section.service2 .heading .vector4 {
		right: -80px;
		top: 0;
	}
}
@media (max-width: 991px) {
	.service-section.service2 .heading .vector4 {
		display: none;
	}
}
.service-section.service2 .heading h2 {
	text-align: end;
}
@media (max-width: 991px) {
	.service-section.service2 .heading h2 {
		text-align: center;
	}
}
.service-section.service2 .service-content ul {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}
.service-section.service2 .service-content ul li {
	color: #263238;
	position: relative;
	padding-left: 15px;
}
.service-section.service2 .service-content ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #263238;
	border-radius: 50%;
	height: 4px;
	width: 4px;
}
.service-section.service2 .service-content .common-btn {
	margin-top: 30px;
}
.service-section.service3 .vector6 {
	position: absolute;
	right: -70px;
	top: 0;
}
@media (max-width: 1199px) {
	.service-section.service3 .vector6 {
		right: -80px;
		top: 0;
	}
}
@media (max-width: 991px) {
	.service-section.service3 .vector6 {
		display: none;
	}
}
.service-section.service3 .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.service-section.service3 .info .img {
	height: 50px;
	width: 50px;
	min-width: 50px;
	margin-right: 15px;
	margin-top: 0;
	-webkit-filter: drop-shadow(0px 4px 12px rgba(15, 96, 224, 0.15));
	filter: drop-shadow(0px 4px 12px rgba(15, 96, 224, 0.15));
}
.service-section.service3 .info .text h3 {
	font-size: 24px;
	color: #263238;
	font-family: "NotoSans-Regular", sans-serif;
	text-transform: capitalize;
	margin-bottom: 10px;
}
@media (max-width: 1399px) {
	.service-section.service3 .info .text h3 {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.service-section.service3 .info .text h3 {
		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: 991px) {
	.service-section.service3 .info .text h3 img {
		margin-right: 10px;
		height: 40px;
		width: 40px;
	}
}
.pricing-section {
	padding: 100px 0;
	background: rgba(252, 182, 1, 0.1);
	position: relative;
	z-index: 1;
}
@media (max-width: 1399px) {
	.pricing-section {
		padding: 80px 0;
	}
}
@media (max-width: 1199px) {
	.pricing-section {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.pricing-section {
		padding: 40px 0;
	}
}
.pricing-section .content {
	background-color: #0f60e0;
	padding: 40px 30px 40px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 44px -2px rgba(113, 110, 110, 0.1);
	box-shadow: 0px 4px 44px -2px rgba(113, 110, 110, 0.1);
	text-align: center;
}
@media (max-width: 991px) {
	.pricing-section .content {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.pricing-section .content {
		padding: 20px;
	}
}
.pricing-section .content .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: self-start;
	-ms-flex-align: self-start;
	align-items: self-start;
	margin-bottom: 40px;
}
.pricing-section .content .info img {
	margin-right: 10px;
}
.pricing-section .content h6 {
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 1.4;
}
.pricing-section .content h6 span {
	color: #fcb601;
}
.pricing-section .content .common-btn {
	background: #fff;
}
.pricing-section .content .common-btn span {
	color: #0f60e0;
}
.pricing-section .common-btn {
	display: none;
}
.pricing-section .common-btn.active {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.pricing-section .price-title {
	background: #fcb601;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
	border-radius: 20px;
}
@media (max-width: 1399px) {
	.pricing-section .price-title {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.pricing-section .price-title {
		padding: 15px;
		margin-bottom: 24px;
	}
}
.pricing-section .price-title:last-child {
	margin-bottom: 0;
}
.pricing-section .price-title h2 {
	font-size: 26px;
	color: #263238;
}
@media (max-width: 1399px) {
	.pricing-section .price-title h2 {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.pricing-section .price-title h2 {
		font-size: 16px;
	}
}
.pricing-section .price-title .custom-radio {
	display: block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 24px;
	font-weight: 700;
	font-family: "NotoSans-Bold", sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #263238;
}
@media (max-width: 1399px) {
	.pricing-section .price-title .custom-radio {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.pricing-section .price-title .custom-radio {
		font-size: 20px;
	}
}
.pricing-section .price-title .custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.pricing-section .price-title .checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	border: 1px solid #fff;
}
@media (max-width: 1399px) {
	.pricing-section .price-title .checkmark {
		height: 25px;
		width: 25px;
	}
}
@media (max-width: 767px) {
	.pricing-section .price-title .checkmark {
		height: 20px;
		width: 20px;
	}
}
.pricing-section .price-title .custom-radio:hover input ~ .checkmark {
	background-color: #ccc;
}
.pricing-section .price-title .custom-radio input:checked ~ .checkmark {
	background-color: #fff;
}
.pricing-section .price-title .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.pricing-section .price-title .custom-radio input:checked ~ .checkmark:after {
	display: block;
}
.pricing-section .price-title .custom-radio .checkmark:after {
	top: 3px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 17px;
	width: 8px;
	border-bottom: 2px solid #0f60e0;
	border-right: 2px solid #0f60e0;
}
@media (max-width: 1399px) {
	.pricing-section .price-title .custom-radio .checkmark:after {
		top: 2px;
		left: 8px;
	}
}
@media (max-width: 767px) {
	.pricing-section .price-title .custom-radio .checkmark:after {
		top: 1px;
		left: 6px;
		height: 13px;
		width: 6px;
	}
}
.pricing-section .price-title.active {
	background-color: #0f60e0;
}
.pricing-section .price-title.active h2 {
	color: #fcb601;
}
.pricing-section .price-title.active .custom-radio {
	color: #fff;
}
.cta-section {
	position: relative;
}
.cta-section .heading {
	margin-bottom: 40px;
	text-transform: capitalize;
}
.cta-section .img-wrapper {
	margin-bottom: -275px;
	position: relative;
	margin-top: 50px;
}
.cta-section .img-wrapper img {
	-webkit-box-shadow: 0px 4px 54px -3px rgba(29, 28, 28, 0.47);
	box-shadow: 0px 4px 54px -3px rgba(29, 28, 28, 0.47);
	border-radius: 30px;
}
.cta-section .img-wrapper::after,
.cta-section .img-wrapper::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}
.cta-section .img-wrapper::before {
	background-color: #0f60e0;
	width: 165px;
	height: 165px;
	right: 30px;
	bottom: 80px;
	-webkit-filter: blur(90px);
	filter: blur(90px);
}
.cta-section .img-wrapper::after {
	background-color: #fcb601;
	width: 299px;
	height: 299px;
	left: 80px;
	bottom: 45px;
	-webkit-filter: blur(142px);
	filter: blur(142px);
}
@media (max-width: 1399px) {
	.cta-section .img-wrapper {
		margin-bottom: -200px;
	}
}
@media (max-width: 1199px) {
	.cta-section .img-wrapper {
		margin-bottom: -170px;
		margin-top: 30px;
	}
}
.cta-section .img-wrapper .cta-img {
	position: relative;
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
.about-page ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-bottom: 30px;
}
@media (max-width: 480px) {
	.about-page ul {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		display: inline-block;
	}
}
.about-page ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 15px;
}
.about-page ul li img {
	margin-right: 10px;
}
.about-page ul li p {
	margin-bottom: 0;
	text-align: left;
}
.signup-page .form-div .link {
	color: #263238;
}
.signup-page .form-div .link a {
	color: #0f60e0;
}
.signup-page .form-div .link a:hover {
	color: #fcb601;
}
.signup-page .signup-info {
	background-color: rgba(252, 182, 1, 0.6);
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 991px) {
	.signup-page .signup-info {
		padding: 20px 15px;
	}
}
.signup-page .signup-info p {
	color: #000;
}
.signup-page .signup-div {
	background-color: #0f60e0;
	height: 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;
	position: relative;
}
.signup-page .signup-div .vector1 {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 210px;
}
.signup-page .signup-div .vector2 {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	max-width: 125px;
}
.signup-page .signup-div .img-block h3 {
	color: #fff;
	font-size: 32px;
	max-width: 300px;
	margin: 40px auto 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
@media (max-width: 1600px) {
	.signup-page .signup-div .img-block h3 {
		font-size: 28px;
	}
}
@media (max-width: 1399px) {
	.signup-page .signup-div .img-block h3 {
		font-size: 24px;
	}
}
.right-div {
	height: 100%;
	position: relative;
}
.right-div .img-block {
	height: 100%;
	position: relative;
}
.right-div .img-block::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(49, 49, 49, 0.17)),
		color-stop(65.25%, rgba(0, 0, 0, 0.65)),
		to(rgba(0, 0, 0, 0.65))
	);
	background: linear-gradient(
		180deg,
		rgba(49, 49, 49, 0.17) 0%,
		rgba(0, 0, 0, 0.65) 65.25%,
		rgba(0, 0, 0, 0.65) 100%
	);
}
@media (max-width: 1399px) {
	.right-div .img-block img {
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.contact-info {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	max-width: 400px;
	width: 100%;
}
@media (max-width: 1199px) {
	.contact-info {
		max-width: 350px;
	}
}
.contact-info p {
	color: #fff;
}
.contact-info a {
	color: #fff;
}
.contact-info a:hover {
	color: #fcb601;
}
.chat-block {
	padding: 24px 100px;
	border-radius: 24px;
	background: #faebc6;
	margin-top: 24px;
	text-align: center;
}
@media (max-width: 1600px) {
	.chat-block {
		padding: 24px 80px;
	}
}
@media (max-width: 1399px) {
	.chat-block {
		padding: 24px 60px;
	}
}
@media (max-width: 991px) {
	.chat-block {
		padding: 24px 50px;
	}
}
@media (max-width: 575px) {
	.chat-block {
		padding: 24px 50px;
	}
}
@media (max-width: 480px) {
	.chat-block {
		padding: 24px 30px;
	}
}
.chat-block p {
	font-size: 18px;
	color: #263238;
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.chat-block p {
		font-size: 16px;
	}
}
.support-page .title h2 {
	font-size: 52px;
	text-align: center;
	margin-bottom: 18px;
}
@media (max-width: 1600px) {
	.support-page .title h2 {
		font-size: 48px;
	}
}
@media (max-width: 1399px) {
	.support-page .title h2 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.support-page .title h2 {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	.support-page .title h2 {
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	.support-page .title h2 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.support-page .title h2 {
		font-size: 26px;
	}
}
.support-page .title p {
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
}
.faq-page .heading {
	margin-bottom: 30px;
}
.faq-page .heading span {
	color: #70a6fa;
	font-size: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.faq-page .heading h2 {
	font-size: 42px;
	text-align: left;
	margin-bottom: 20px;
}
@media (max-width: 1600px) {
	.faq-page .heading h2 {
		font-size: 38px;
	}
}
@media (max-width: 1399px) {
	.faq-page .heading h2 {
		font-size: 34px;
	}
}
@media (max-width: 1199px) {
	.faq-page .heading h2 {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	.faq-page .heading h2 {
		text-align: center;
	}
}
.faq-page .title {
	margin-bottom: 50px;
	text-align: center;
}
.faq-page .title p {
	font-family: "NotoSans-Medium", sans-serif;
	color: #263238;
}
.faq-page .myaccordion .card {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 10px;
	margin-bottom: 0;
}
.faq-page .myaccordion .card:last-child {
	margin-bottom: 0;
}
.faq-page .myaccordion .card[aria-expanded="true"] {
	-webkit-box-shadow: 0px 39px 70px -15px rgba(109, 141, 173, 0.13);
	box-shadow: 0px 39px 70px -15px rgba(109, 141, 173, 0.13);
	border: 1px solid rgba(38, 50, 56, 0.21);
}
.faq-page .myaccordion .card[aria-expanded="true"] .card-header {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: none;
	border-radius: 16px;
}
.faq-page .myaccordion .card[aria-expanded="true"] .card-header img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq-page .myaccordion .card .card-header {
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	padding: 25px 20px 25px;
	background-color: #fff;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(38, 50, 56, 0.15);
}
@media (max-width: 1199px) {
	.faq-page .myaccordion .card .card-header {
		padding: 20px;
	}
}
.faq-page .myaccordion .card .card-header img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.faq-page .myaccordion .card .card-header .faq-content h5 {
	font-size: 20px;
	color: #263238;
	line-height: 1.4;
	padding-right: 0;
	font-weight: bold;
	font-family: "NotoSans-Bold", sans-serif;
	margin-bottom: 0;
	cursor: pointer;
}
@media (max-width: 1600px) {
	.faq-page .myaccordion .card .card-header .faq-content h5 {
		font-size: 18px;
	}
}
@media (max-width: 1399px) {
	.faq-page .myaccordion .card .card-header .faq-content h5 {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.faq-page .myaccordion .card .card-header .faq-content h5 {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.faq-page .myaccordion .card .card-header .faq-content h5 {
		font-size: 14px;
	}
}
.faq-page .myaccordion .card .card-header .faq-content .icon {
	height: 24px;
	min-width: 24px;
	width: 24px;
	margin-left: 5px;
}
.faq-page .myaccordion .card .card-header .faq-content .icon img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.faq-page .myaccordion .card .card-body {
	color: rgba(38, 50, 56, 0.7019607843);
	font-size: 16px;
	line-height: 1.5;
	padding: 0px 20px 20px 20px;
	border-radius: 0 0px 10px 10px;
}
@media (max-width: 1199px) {
	.faq-page .myaccordion .card .card-body {
		padding: 20px 20px 20px;
	}
}
@media (max-width: 575px) {
	.faq-page .myaccordion .card .card-body {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.faq-page .myaccordion .card .card-body {
		font-size: 14px;
	}
}
.faq-page .myaccordion .card .card-body table {
	margin: 30px 0;
}
@media (max-width: 575px) {
	.faq-page .myaccordion .card .card-body table {
		margin: 20px 0;
	}
}
.faq-page .myaccordion .card .card-body table th {
	background-color: #0f60e0;
	color: #fff;
	padding: 10px;
	font-size: 18px;
}
.faq-page .myaccordion .card .card-body table td {
	padding: 10px;
	background-color: #fff !important;
}
.form-div {
	padding: 50px 50px;
	text-align: center;
}
@media (max-width: 1399px) {
	.form-div {
		padding: 50px 40px;
	}
}
@media (max-width: 1199px) {
	.form-div {
		padding: 50px 30px;
	}
}
@media (max-width: 767px) {
	.form-div {
		padding: 30px 20px;
	}
}
.form-div .form-title {
	color: #fcb601;
	font-weight: 700;
	font-size: 34px;
	margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 1399px) {
	.form-div .form-title {
		font-size: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	.form-div .form-title {
		font-size: 26px;
	}
}
@media (max-width: 375px) {
	.form-div .form-title {
		font-size: 20px;
	}
}
form .user-input,
form textarea {
	padding: 0 0 15px;
	color: #263238;
	background: #fff;
	border: none;
	border-bottom: 1px solid rgba(38, 50, 56, 0.7);
	border-radius: 0;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	position: relative;
	line-height: 1;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
form .user-input:focus,
form textarea:focus {
	outline: none;
	background: #fff;
}
form .user-input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.3;
	color: rgba(32, 32, 32, 0.35);
}
@media (max-width: 991px) {
	form .user-input::-webkit-input-placeholder,
	form textarea::-webkit-input-placeholder {
		font-size: 14px;
	}
}
form .form-group {
	position: relative;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	form .form-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
form .form-btn {
	margin-top: 30px;
}
.remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.remember .custom-check-box {
	position: relative;
	font-size: 16px;
	color: #fff;
	display: block;
	padding-left: 25px;
	cursor: pointer;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: inherit;
}
@media (max-width: 375px) {
	.remember .custom-check-box {
		font-size: 14px;
	}
}
.remember .custom-check-box input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	cursor: pointer;
}
.remember .custom-check-box .checkmark {
	position: absolute;
	top: 2px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0);
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 1px solid #fcb601;
}
@media (max-width: 375px) {
	.remember .custom-check-box .checkmark {
		top: 1px;
	}
}
.remember .custom-check-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #263238;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.remember .custom-check-box input:checked ~ .checkmark {
	background: #fff;
}
.remember .custom-check-box input:checked ~ .checkmark:after {
	display: block;
}
.remember .link {
	color: #fff;
}
.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;
	}
}
.form-block {
	-webkit-box-shadow: 0px 4px 48px rgba(15, 96, 224, 0.15);
	box-shadow: 0px 4px 48px rgba(15, 96, 224, 0.15);
	border-radius: 30px;
	overflow: hidden;
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: rgba(38, 50, 56, 0.7019607843);
	position: relative;
	overflow: inherit;
}
@media (max-width: 991px) {
	.policy-content {
		font-size: 14px;
		line-height: 22px;
	}
}
.policy-content a {
	white-space: nowrap;
	color: #0f60e0;
}
.policy-content a:hover {
	color: #fcb601;
}
@media (max-width: 767px) {
	.policy-content a {
		white-space: normal;
	}
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-size: 26px;
	color: #263238;
	margin-bottom: 15px;
	font-family: "NotoSans-Medium", sans-serif;
	font-weight: 700;
}
@media (max-width: 991px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
	}
}
.policy-content 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-size: 18px;
	color: #263238;
	margin-bottom: 15px;
	font-weight: 700;
}
@media (max-width: 991px) {
	.policy-content b {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.policy-content b {
		font-size: 14px;
	}
}
.policy-content p.small {
	font-size: 14px;
	line-height: 21px;
	color: rgba(38, 50, 56, 0.7019607843);
	margin-bottom: 15px;
}
.policy-content .print {
	position: sticky;
	margin-left: auto;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	right: 0;
	top: 109px;
	padding: 20px 15px;
	border-radius: 12px 0 0 12px;
	-webkit-box-shadow: 0px 12px 30px 0px rgba(247, 155, 54, 0.26);
	box-shadow: 0px 12px 30px 0px rgba(247, 155, 54, 0.26);
	background: #0f60e0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	z-index: 99;
	float: right;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.policy-content .print:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0px;
		padding: 10px;
		top: 22%;
	}
}
.policy-content .print img {
	margin-top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 767px) {
	.policy-content .print img {
		margin-top: 0px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
	border-radius: 25px;
	-webkit-box-shadow: 0px 18px 44px -5px rgba(15, 96, 224, 0.12);
	box-shadow: 0px 18px 44px -5px rgba(15, 96, 224, 0.12);
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
table:focus {
	outline: none;
}
table th {
	background: #0f60e0;
	font-weight: 400;
	padding: 25px;
	border: none;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.92);
	text-transform: capitalize;
}
table th:first-child {
	border-radius: 10px 0 0 0;
}
@media (min-width: 992px) {
	table th:first-child {
		width: 20%;
	}
}
table th:last-child {
	border-right: none;
	border-radius: 0 10px 0 0;
}
@media (max-width: 1399px) {
	table th {
		padding: 20px;
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	table th {
		font-size: 18px;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table tr {
	background-color: #fff;
}
table tr td:first-child {
	border-left: 1px solid rgba(2, 2, 2, 0.23);
}
table tr td:last-child {
	border-right: 1px solid rgba(2, 2, 2, 0.23);
}
table tr:last-child td {
	border-bottom: 1px solid rgba(2, 2, 2, 0.23);
}
table tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}
table tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}
table tr:nth-child(even) td {
	background-color: rgba(252, 182, 1, 0.05);
}
table td {
	padding: 25px 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #263238;
	border-right: 1px solid rgba(253, 101, 54, 0.25);
}
table td:last-child {
	border-right: none;
}
@media (max-width: 1399px) {
	table td {
		padding: 20px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 5px;
		font-size: 12px;
	}
}
.modal {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.48);
}
@media (min-width: 576px) {
	.modal.welcome-modal .modal-dialog {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (min-width: 991px) {
	.modal.welcome-modal .modal-dialog {
		max-width: 800px;
	}
}
@media (min-width: 1199px) {
	.modal.welcome-modal .modal-dialog {
		max-width: 998px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content {
	padding: 0;
	border-radius: 30px;
	background-color: #fff;
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog .modal-content {
		padding: 40px;
	}
}
@media (max-width: 767px) {
	.modal.welcome-modal .modal-dialog .modal-content {
		padding: 30px 30px 30px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text {
	position: relative;
	text-align: center;
	max-width: 435px;
	margin: 0 auto;
}
@media (max-width: 1199px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text {
		padding: 20px 0;
	}
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text {
		padding: 0;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text::before,
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background-color: #fcb601;
	height: 8px;
	width: 8px;
	-webkit-animation: scale 5s ease infinite;
	animation: scale 5s ease infinite;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text::before {
	top: 50px;
	left: 0;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text::after {
	top: 100px;
	right: -10px;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text h2 {
	font-size: 32px;
	margin-bottom: 18px;
}
@media (max-width: 1199px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text h2 {
		font-size: 28px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text h2 span {
	color: #70a6fa;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text p {
	margin: 0 auto 30px;
	max-width: 390px;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text p a {
	color: #0f60e0;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-text p a:hover {
	color: #fcb601;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .img-block {
	line-height: 0;
	background-color: #263238;
}
.modal.welcome-modal .vector7 {
	position: absolute;
	height: 18px;
	width: 18px;
	left: -45px;
	top: 50%;
	-webkit-animation: scale 5s ease infinite;
	animation: scale 5s ease infinite;
}
@media (max-width: 991px) {
	.modal.welcome-modal .vector7 {
		left: 0;
	}
}
.modal.welcome-modal .vector8 {
	position: absolute;
	height: 18px;
	width: 18px;
	right: 60px;
	bottom: 40px;
	-webkit-animation: scale 5s ease infinite;
	animation: scale 5s ease infinite;
}
@media (min-width: 991px) {
	.modal .modal-dialog {
		max-width: 715px;
	}
}
.modal .modal-dialog .modal-content {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	padding: 50px 70px;
	background-color: #0f60e0;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content {
		padding: 40px 30px;
	}
}
.modal .modal-dialog .modal-content .btn-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 25px;
	right: 25px;
	background: #fff;
	opacity: 1;
	line-height: 0;
	padding: 0px;
	border-radius: 3px;
}
.modal .modal-dialog .modal-content .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .title {
	margin-bottom: 40px;
	text-align: center;
}
@media (max-width: 1199px) {
	.modal .modal-dialog .modal-content .modal-body .title {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .title {
		margin-bottom: 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body .title h3 {
	font-size: 32px;
	color: #fff;
	display: block;
}
.modal .modal-dialog .modal-content .modal-body .title h3::first-letter {
	text-transform: capitalize;
}
@media (max-width: 1199px) {
	.modal .modal-dialog .modal-content .modal-body .title h3 {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .title h3 {
		font-size: 24px;
	}
}
.modal .modal-dialog .modal-content .modal-body form .user-input {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border-bottom: 1px solid #fff;
	color: #fff !important;
}
.modal .modal-dialog .modal-content .modal-body form .user-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}
.modal .modal-dialog .modal-content .modal-body form .user-input:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
}
.modal#signIn .common-btn {
	max-width: 450px;
	width: 100%;
	background-color: #fff;
}
.modal#signIn .common-btn span {
	color: #0f60e0;
}
.modal#signIn .common-btn .arrow-img::after {
	width: 190px;
}
.modal#forgot-modal .common-btn {
	background-color: #fff;
}
.modal#forgot-modal .common-btn span {
	color: #0f60e0;
}
.modal#forgot-modal p {
	color: rgba(255, 255, 255, 0.6);
}
.modal#forgot-modal p a {
	color: #fff;
}
.modal#forgot-modal p a:hover {
	color: #fcb601;
}
.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;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 4px;
	height: 36px;
	padding: 6px;
	margin-bottom: 0px;
}
#teams-dropdown-menu .flag-text {
	font-size: 16px;
	color: #000;
	vertical-align: middle;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 5px;
}
#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: 9999;
	padding: 0;
	left: unset !important;
	right: 0;
}
img.img-fluid.flg {
	margin-right: 10px;
}
#teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
@-webkit-keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
#teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	float: none;
}
#teams-dropdown-menu ul li img {
	margin-right: 10px;
}
#teams-dropdown-menu ul li:hover {
	color: #000 !important;
	background-color: #f0f0f0;
}
#teams-dropdown-menu span.icon:before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: 0.3em solid rgba(0, 0, 0, 0);
	position: relative;
	top: 2px;
}
@media screen and (max-width: 1199px) {
	#teams-dropdown-menu {
		height: 32px;
		position: relative !important;
		cursor: pointer !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-right: 0px !important;
		margin-bottom: 0px !important;
	}
	#teams-dropdown-menu .flag-text {
		font-size: 0px;
		color: #000;
		margin-right: 10px;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #000;
	}
	.header-main #teams-dropdown-menu {
		margin-left: auto !important;
	}
	.header.sticky header nav.menu.open ul {
		margin-top: 25px;
	}
}
@media (max-width: 575px) {
	#teams-dropdown-menu .flag-text {
		margin-right: 0;
	}
}
.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.fr_wrapper header .navbar .navbar-nav .nav-item .nav-link {
	font-size: 14px;
}
@media (max-width: 1399px) {
	.fr_wrapper header .navbar .navbar-nav .nav-item {
		padding: 0 5px;
	}
}
.fr_wrapper .pricing-section .price-title h2 {
	font-size: 22px;
}
@media (max-width: 1399px) {
	.fr_wrapper .pricing-section .price-title h2 {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.fr_wrapper .pricing-section .price-title h2 {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.fr_wrapper .pricing-section .price-title h2 {
		font-size: 16px;
	}
}
.fr_wrapper footer .main-footer .info-div .content:first-child {
	padding-right: 10px;
	margin-right: 10px;
}
@media (max-width: 575px) {
	.fr_wrapper footer .main-footer .membership-block form .input-group {
		max-width: 390px;
	}
}
@media (max-width: 992px) {
	.fr_wrapper footer .main-footer .membership-block form .input-group {
		max-width: 400px;
	}
}
@media (max-width: 575px) {
	.fr_wrapper .links a {
		font-size: 12px;
		padding-right: 5px;
	}
}
font {
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
