*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: "Merriweather Sans";
	src:
		url("../fonts/MerriweatherSans-Bold.woff2") format("woff2"),
		url("../fonts/MerriweatherSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Merriweather Sans";
	src:
		url("../fonts/MerriweatherSans-Light.woff2") format("woff2"),
		url("../fonts/MerriweatherSans-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Merriweather Sans";
	src:
		url("../fonts/MerriweatherSans-SemiBold.woff2") format("woff2"),
		url("../fonts/MerriweatherSans-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Merriweather Sans";
	src:
		url("../fonts/MerriweatherSans-Medium.woff2") format("woff2"),
		url("../fonts/MerriweatherSans-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Merriweather Sans";
	src:
		url("../fonts/MerriweatherSans-Regular.woff2") format("woff2"),
		url("../fonts/MerriweatherSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Merriweather Sans";
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
	background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: capitalize;
	color: #262b34;
	font-weight: 700;
}
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;
}
#chat-widget-container {
	bottom: -10px !important;
}
body.blur-body {
	position: relative;
	overflow: hidden;
}
body.blur-body::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
body.blur-body #chat-widget-container {
	z-index: 9 !important;
}
#pricing,
#service {
	scroll-margin-top: 100px;
}
@media (max-width: 575px) {
	#pricing,
	#service {
		scroll-margin-top: 80px;
	}
}
@media (max-width: 480px) {
	#pricing,
	#service {
		scroll-margin-top: 70px;
	}
}
#cancel-account {
	scroll-margin-top: 85px;
}
@media (max-width: 1199px) {
	#cancel-account {
		scroll-margin-top: 83px;
	}
}
@media (max-width: 575px) {
	#cancel-account {
		scroll-margin-top: 75px;
	}
}
@media (max-width: 480px) {
	#cancel-account {
		scroll-margin-top: 74px;
	}
}
p {
	font-size: 16px;
	color: #262b34;
	font-weight: 300;
	line-height: 1.6;
}
@media (max-width: 1199px) {
	p {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	p {
		font-size: 14px;
	}
}
.breadcrubms-section {
	padding: 125px 0 0;
	background: #f6faff;
}
@media (max-width: 1399px) {
	.breadcrubms-section {
		padding: 105px 0 0;
	}
}
@media (max-width: 1199px) {
	.breadcrubms-section {
		padding: 75px 0 0;
	}
}
@media (max-width: 991px) {
	.breadcrubms-section {
		padding: 65px 0 0;
	}
}
@media (max-width: 575px) {
	.breadcrubms-section {
		padding: 60px 0 0;
	}
}
.breadcrubms-section .wrapper {
	padding: 60px 0;
	background: url(../images/breadcrumbs.png) no-repeat center;
	background-size: contain;
}
@media (max-width: 1399px) {
	.breadcrubms-section .wrapper {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.breadcrubms-section .wrapper {
		padding: 30px 0;
	}
}
.breadcrubms-section .heading h5 {
	text-align: center;
	font-size: 40px;
	line-height: 1;
	text-transform: unset !important;
}
@media (max-width: 1399px) {
	.breadcrubms-section .heading h5 {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.breadcrubms-section .heading h5 {
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	.breadcrubms-section .heading h5 {
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	.breadcrubms-section .heading h5 {
		font-size: 26px;
	}
}
.section-py {
	padding: 60px 0;
}
@media (max-width: 1199px) {
	.section-py {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.section-py {
		padding: 40px 0;
	}
}
@media (max-width: 575px) {
	.section-py {
		padding: 30px 0;
	}
}
.section-mb {
	margin: 0 0 60px;
}
@media (max-width: 1199px) {
	.section-mb {
		margin: 0 0 50px;
	}
}
@media (max-width: 767px) {
	.section-mb {
		margin: 0 0 40px;
	}
}
@media (max-width: 575px) {
	.section-mb {
		margin: 0 0 30px;
	}
}
.section-mt {
	margin: 60px 0 0;
}
@media (max-width: 1199px) {
	.section-mt {
		margin: 50px 0 0;
	}
}
@media (max-width: 767px) {
	.section-mt {
		margin: 40px 0 0;
	}
}
@media (max-width: 575px) {
	.section-mt {
		margin: 30px 0 0;
	}
}
h1 {
	font-size: 60px;
	line-height: 1.3;
}
@media (max-width: 1399px) {
	h1 {
		font-size: 56px;
	}
}
@media (max-width: 1199px) {
	h1 {
		font-size: 46px;
	}
}
@media (max-width: 991px) {
	h1 {
		text-align: center;
		font-size: 38px;
		margin: 0 0 30px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 28px;
	}
}
h1 span {
	position: relative;
}
h1 span:first-child::before {
	content: "";
	width: 35px;
	height: 40px;
	background: url(../images/banner-vector-1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	left: -30px;
	z-index: -1;
}
@media (max-width: 575px) {
	h1 span:first-child::before {
		width: 15px;
		height: 15px;
		left: -10px;
		top: -10px;
	}
}
h1 span:last-child::after {
	content: "";
	width: 100%;
	height: 13px;
	background: url(../images/banner-vector-2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
h2 {
	font-size: 50px;
	line-height: 1.2;
	position: relative;
}
@media (max-width: 1399px) {
	h2 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	h2 {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	h2 {
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	h2 {
		font-size: 26px;
	}
}
h2 > span {
	position: relative;
}
h2 > span:first-child::before {
	content: "";
	width: 35px;
	height: 40px;
	background: url(../images/heading-vector-1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: -1;
}
@media (max-width: 575px) {
	h2 > span:first-child::before {
		width: 15px;
		height: 15px;
		top: -10px;
		left: -10px;
	}
}
h2 > span:last-child::before {
	content: "";
	width: 100%;
	height: 10px;
	background: url(../images/heading-vector-2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.default-btn {
	width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	padding: 12px 16px;
	background: #3d71c3;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	border-radius: 12px;
	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;
	font-size: 16px;
	line-height: 1.3;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.default-btn::before {
	content: "";
	width: 50px;
	height: 15px;
	background: url(../images/icons/btn-back.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 575px) {
	.default-btn::before {
		width: 40px;
		right: 10px;
	}
}
@media (max-width: 1199px) {
	.default-btn {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.default-btn {
		padding: 8px 12px;
	}
}
.default-btn .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.default-btn .text img {
	margin: 0 10px 0 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.default-btn > img {
	margin: 0 0 0 30px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1199px) {
	.default-btn > img {
		margin: 0 0 0 20px;
	}
}
.default-btn.header-btn > img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.default-btn:hover,
.default-btn.active {
	color: #262b34;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
}
.default-btn:hover::before,
.default-btn.active::before {
	background: url(../images/icons/btn-back-2.png) no-repeat;
	background-size: contain;
}
.default-btn:hover .btn-img,
.default-btn.active .btn-img {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.default-btn.active:hover {
	color: #fff;
	background: #262b34;
}
.default-btn.active:hover .btn-img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 40px 0;
}
@media (max-width: 1199px) {
	header {
		padding: 30px 0;
	}
}
@media (max-width: 991px) {
	header {
		padding: 20px 0;
	}
}
header .header-border {
	height: 2px;
	width: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(209, 209, 209, 0.3)),
		color-stop(51.04%, #d1d1d1),
		to(rgba(209, 209, 209, 0.3))
	);
	background: linear-gradient(90deg, rgba(209, 209, 209, 0.3) 0%, #d1d1d1 51.04%, rgba(209, 209, 209, 0.3) 100%);
}
@media (max-width: 991px) {
	header .header-border {
		display: none;
	}
}
header.blur-active {
	background: #fff;
}
header.fixed-menu {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 20px 0;
}
header.fixed-menu .navbar .navbar-collapse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
header.active {
	top: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header .main-header .navbar {
	padding: 0;
}
@media (max-width: 991px) {
	header .main-header .navbar {
		position: static;
	}
}
header .main-header .navbar .top-menu {
	width: 100%;
}
header .main-header .navbar .top-menu .header-logo .navbar-brand {
	display: block;
	padding: 0;
	margin: 0;
}
@media (max-width: 991px) {
	header .main-header .navbar .top-menu .header-logo .navbar-brand img {
		max-width: 200px;
	}
}
@media (max-width: 575px) {
	header .main-header .navbar .top-menu .header-logo .navbar-brand img {
		max-width: 170px;
	}
}
@media (max-width: 480px) {
	header .main-header .navbar .top-menu .header-logo .navbar-brand img {
		max-width: 120px;
	}
}
header .main-header .navbar .navbar-toggler {
	background: #3d71c3;
	width: 100%;
	max-width: 40px;
	height: 40px;
	position: relative;
	border-radius: 100%;
	padding: 0 15px;
}
header .main-header .navbar .navbar-toggler:focus,
header .main-header .navbar .navbar-toggler :active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-toggler {
		margin: 0 0 0 20px;
	}
}
@media (max-width: 575px) {
	header .main-header .navbar .navbar-toggler {
		margin: 0 0 0 10px;
		max-width: 30px;
		height: 30px;
		padding: 0 14px;
	}
}
header .main-header .navbar .navbar-toggler .icon-bar {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	background: #fff;
	display: block;
	width: 20px;
	height: 2px;
	margin-left: -6px;
}
@media (max-width: 575px) {
	header .main-header .navbar .navbar-toggler .icon-bar {
		width: 15px;
		margin-left: -7px;
	}
}
header .main-header .navbar .navbar-toggler .icon-bar + .icon-bar {
	margin-top: 5px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 575px) {
	header .main-header .navbar .navbar-toggler .icon-bar + .icon-bar {
		margin-top: 3px;
	}
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	background: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(1),
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(3) {
	background: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar {
	margin-left: -7px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar + .icon-bar {
	margin-top: -2px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 22px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 575px) {
	header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
		width: 15px;
	}
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
	opacity: 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 22px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 575px) {
	header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
		width: 15px;
	}
}
header .main-header .navbar .navbar-collapse {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse {
		position: absolute;
		top: 70px;
		width: 100%;
		background: #fff;
		z-index: 99;
		left: 0;
	}
}
@media (max-width: 575px) {
	header .main-header .navbar .navbar-collapse {
		top: 65px;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav {
		padding: 20px 0;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .menu {
		display: block;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item {
	margin: 0 70px 0 0;
}
@media (max-width: 1399px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item {
		margin: 0 50px 0 0;
	}
}
@media (max-width: 1199px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item {
		margin: 0 40px 0 0;
	}
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item {
		margin: 20px 0;
		text-align: center;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item.nav-btn {
	margin: 0 20px 0 0;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item.nav-btn {
		margin: 0 0 20px;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item.nav-btn .default-btn {
	margin: auto;
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item .nav-link {
	font-size: 16px;
	color: #262b34;
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;
	padding: 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item .nav-link:hover,
header .main-header .navbar .navbar-collapse .navbar-nav .menu .nav-item .nav-link.active {
	color: #3d71c3;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .dropdown {
	cursor: pointer;
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .dropdown .dropdown-toggle::after {
	display: none;
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .dropdown-menu {
	background: #fff;
	border: 0;
	padding: 0;
	top: 60px;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .menu .dropdown-menu {
		-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
		margin: 20px 0 0;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .dropdown-menu.show {
	-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);
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .dropdown-menu .nav-item {
	margin: 0;
	padding: 10px 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header .main-header .navbar .navbar-collapse .navbar-nav .menu .dropdown-menu .nav-item:hover {
	background: #f0f0f0;
}
header .main-header .navbar .navbar-collapse .navbar-nav .header-logo {
	padding: 0 20px;
}
header .main-header .navbar .navbar-collapse .navbar-nav .header-logo .navbar-brand {
	line-height: 0;
	display: block;
	padding: 0;
	margin: 0;
}
header .main-header .navbar .navbar-collapse .navbar-nav .header-logo .navbar-brand img {
	max-width: 250px;
}
@media (max-width: 1399px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .header-logo .navbar-brand img {
		max-width: 250px;
	}
}
footer {
	position: relative;
	overflow: hidden;
}
footer .main-footer {
	position: relative;
	padding: 60px 0;
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	footer .main-footer {
		padding: 40px 0;
	}
}
@media (max-width: 575px) {
	footer .main-footer {
		padding: 30px 0;
	}
}
footer .main-footer .footer-about {
	position: relative;
	z-index: 1;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-about {
		text-align: center;
		margin: 0 0 25px;
	}
}
footer .main-footer .footer-about > a {
	display: block;
}
footer .main-footer .footer-about .block {
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-about .block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 20px;
	}
}
footer .main-footer .footer-about .block a {
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 0 8px;
	color: #1d1819;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 575px) {
	footer .main-footer .footer-about .block a {
		font-size: 14px;
	}
}
footer .main-footer .footer-about .block a:hover {
	color: #3d71c3;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about .img-wrapper {
		max-width: 250px;
		margin: auto;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-about .img-wrapper {
		max-width: 220px;
	}
}
footer .main-footer .footer-about img.visa {
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-about img.visa {
		margin: 0 0 20px;
	}
}
footer .main-footer .footer-about img.logo {
	margin: 0 0 30px;
}
@media (max-width: 575px) {
	footer .main-footer .footer-about img.logo {
		margin: 0 0 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	footer .main-footer .footer-links {
		padding-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links {
		margin-top: 0;
	}
}
footer .main-footer .footer-links.footer-contact .foot-mob {
	display: block;
}
footer .main-footer .footer-links.footer-contact .foot-mob li {
	margin: 0;
}
footer .main-footer .footer-links .footer-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
	position: relative;
	margin: 0 0 25px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title {
		margin: 0 0 20px;
		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: 767px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 16px;
	}
}
footer .main-footer .footer-links .footer-title.mob[aria-expanded="true"] .footer-toggler img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer .main-footer .footer-links .footer-title.mob .footer-toggler {
	display: none;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		line-height: 0;
		border-radius: 5px;
		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: 25px;
		height: 25px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	footer .main-footer .footer-links .footer-title.mob .footer-toggler img {
		-webkit-filter: brightness(0);
		filter: brightness(0);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul.foot-mob {
		padding-left: 0;
	}
}
footer .main-footer .footer-links ul li {
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	footer .main-footer .footer-links ul li:last-child {
		margin-bottom: 0;
	}
}
footer .main-footer .footer-links ul li a {
	color: #262b34;
	font-size: 18px;
	line-height: 1.2;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	display: inline-block;
}
@media (max-width: 1399px) {
	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: 15px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .footer-links ul li a {
		font-size: 14px;
	}
}
footer .main-footer .footer-links ul li a:hover {
	color: #3d71c3;
}
footer .main-footer .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1d1819;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (max-width: 1199px) {
	footer .main-footer .encryption {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 575px) {
	footer .main-footer .encryption {
		font-size: 14px;
	}
}
footer .main-footer .encryption img {
	margin-right: 10px;
}
footer .sub-footer {
	background: #3d71c3;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
@media (max-width: 991px) {
	footer .sub-footer {
		padding: 20px 0 60px;
	}
}
footer .sub-footer p {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}
@media (max-width: 1399px) {
	footer .sub-footer p {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	footer .sub-footer p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	footer .sub-footer p {
		font-size: 13px;
	}
}
@media (max-width: 480px) {
	footer .sub-footer p {
		font-size: 12px;
	}
}
.footer-contact {
	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;
}
.footer-contact ul li {
	font-size: 16px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-contact ul li p {
	color: #1d1819;
	font-size: 16px;
	margin: 0;
}
@media (max-width: 991px) {
	.footer-contact ul li p {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.footer-contact ul li p {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.footer-contact ul li p {
		font-size: 12px;
	}
}
.banner-wrapper {
	background: rgba(61, 113, 195, 0.04);
	position: relative;
	padding: 200px 0 50px;
}
@media (max-width: 991px) {
	.banner-wrapper {
		padding: 150px 0 50px;
	}
}
@media (max-width: 767px) {
	.banner-wrapper {
		padding: 120px 0 50px;
	}
}
@media (max-width: 575px) {
	.banner-wrapper {
		padding: 100px 0 30px;
	}
}
.banner-wrapper:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/banner-lines.svg) no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	opacity: 0.3;
	z-index: -1;
}
.banner-wrapper .banner-content-left {
	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;
}
.banner-wrapper .banner-content-left .content {
	position: relative;
	z-index: 1;
}
.banner-wrapper .banner-content-left .content .text {
	margin: 0 0 80px;
	max-width: 405px;
}
@media (max-width: 1199px) {
	.banner-wrapper .banner-content-left .content .text {
		max-width: 330px;
	}
}
@media (max-width: 991px) {
	.banner-wrapper .banner-content-left .content .text {
		max-width: 100%;
		margin: 0;
	}
}
.banner-wrapper .banner-content-left .content .text p {
	margin: 0 0 20px;
}
@media (max-width: 991px) {
	.banner-wrapper .banner-content-left .content .text p {
		text-align: center;
	}
}
.banner-wrapper .banner-content-left .content .text .btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.banner-wrapper .banner-content-left .content .text .btn-block {
		display: block;
	}
}
.banner-wrapper .banner-content-left .content .text .btn-block .line {
	width: 100%;
	height: 1.5px;
	background: #000;
	margin: 0 10px 0 0;
}
@media (max-width: 991px) {
	.banner-wrapper .banner-content-left .content .text .btn-block .line {
		width: 100px;
		margin: 0 auto 10px;
	}
}
.banner-wrapper .banner-content-left .content .text .btn-block .default-btn {
	margin: 0 0 0 auto;
}
@media (max-width: 991px) {
	.banner-wrapper .banner-content-left .content .text .btn-block .default-btn {
		margin: auto;
	}
}
.banner-wrapper .workings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.banner-wrapper .workings {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 20px 0 0;
	}
}
@media (max-width: 575px) {
	.banner-wrapper .workings {
		display: block;
	}
}
.banner-wrapper .workings h6 {
	margin: 0 25px 0 0;
}
@media (max-width: 1199px) {
	.banner-wrapper .workings h6 {
		margin: 0 10px 0 0;
	}
}
@media (max-width: 575px) {
	.banner-wrapper .workings h6 {
		margin: 0 0 15px;
	}
}
.banner-wrapper .workings ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.banner-wrapper .workings ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.banner-wrapper .workings ul li {
	line-height: 0;
	margin: 0 8px;
}
.banner-wrapper .workings ul li:first-child {
	margin-left: 0;
}
.banner-wrapper .workings ul li:last-child {
	margin-right: 0;
}
.banner-wrapper .workings ul li img {
	opacity: 0.4;
}
.banner-wrapper .earth {
	line-height: 0;
	min-width: 800px;
	margin-left: -180px;
	position: relative;
}
.banner-wrapper .earth:after {
	content: "";
	position: absolute;
	width: 540px;
	height: 540px;
	background: url(../images/earth.png);
	border-radius: 100%;
	background-size: 600px;
	left: 110px;
	top: 40px;
	-webkit-animation: rotate 12s infinite linear;
	animation: rotate 12s infinite linear;
	z-index: -1;
	opacity: 0.5;
}
@media (max-width: 1399px) {
	.banner-wrapper .earth:after {
		width: 400px;
		height: 400px;
		left: 100px;
		top: 30px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-wrapper .earth:after {
		width: 360px;
		height: 360px;
		left: 85px;
		top: 30px;
	}
}
@media (max-width: 991px) {
	.banner-wrapper .earth:after {
		width: 380px;
		height: 380px;
	}
}
@media (max-width: 767px) {
	.banner-wrapper .earth:after {
		width: 280px;
		height: 280px;
		left: 70px;
		top: 30px;
	}
}
@media (max-width: 575px) {
	.banner-wrapper .earth:after {
		width: 180px;
		height: 180px;
		left: 45px;
		top: 15px;
	}
}
@-webkit-keyframes rotate {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: 600px;
	}
}
@keyframes rotate {
	0% {
		background-position-x: 0;
	}
	100% {
		background-position-x: 600px;
	}
}
@media (max-width: 1399px) {
	.banner-wrapper .earth {
		min-width: 620px;
		margin-left: -110px;
	}
}
@media (max-width: 1199px) {
	.banner-wrapper .earth {
		min-width: 550px;
	}
}
@media (max-width: 991px) {
	.banner-wrapper .earth {
		min-width: 100%;
		margin: 20px 0;
	}
}
@media (max-width: 575px) {
	.banner-wrapper .earth {
		min-width: auto;
		width: 400px;
		margin: 20px auto;
	}
}
@media (max-width: 480px) {
	.banner-wrapper .earth {
		width: 280px;
	}
}
.banner-wrapper .banner-content-right {
	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;
}
@media (max-width: 991px) {
	.banner-wrapper .banner-content-right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.banner-wrapper .banner-content-right .our-clients h6 {
	margin: 0 0 15px;
}
.banner-wrapper .banner-content-right .our-clients .client-img {
	width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	line-height: 0;
	background: #fff;
	border-radius: 12px;
	-webkit-box-shadow: 1px 2px 16px -4px rgba(0, 0, 0, 0.12);
	box-shadow: 1px 2px 16px -4px rgba(0, 0, 0, 0.12);
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.banner-wrapper .banner-content-right .our-clients .client-img {
		margin: 0 auto 20px;
	}
}
@media (max-width: 575px) {
	.banner-wrapper .banner-content-right .our-clients .client-img {
		max-width: 200px;
		padding: 8px 10px;
	}
}
.banner-wrapper .banner-content-right .content h6 {
	margin: 0 0 10px;
}
@media (max-width: 575px) {
	.banner-wrapper .banner-content-right .content h6 {
		padding: 0 30px;
	}
}
.banner-wrapper h6 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
}
@media (max-width: 1399px) {
	.banner-wrapper h6 {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.banner-wrapper h6 {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.banner-wrapper h6 {
		text-align: center;
	}
}
.pricing-section .pricing-wrapper .section-heading {
	margin: 0 0 60px;
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .section-heading {
		margin: 0 0 40px;
	}
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .section-heading {
		margin: 0 0 30px;
	}
}
.pricing-section .pricing-wrapper .section-heading h2 {
	text-align: center;
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .section-heading h2 {
		max-width: 225px;
		margin: auto;
	}
}
.pricing-section .pricing-wrapper .pricing-block {
	padding: 40px;
	background: #f6faff;
	-webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08));
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.08));
	border-radius: 20px;
	position: relative;
}
.pricing-section .pricing-wrapper .pricing-block::before {
	content: "";
	width: 160px;
	height: 60px;
	background: url(../images/sign-up-back.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 40px;
	top: 0;
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .pricing-block::before {
		height: 40px;
		right: 0;
		background-position: center;
	}
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block::before {
		height: 30px;
	}
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block {
		padding: 30px;
	}
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block {
		padding: 30px 20px;
	}
}
.pricing-section .pricing-wrapper .pricing-block.active {
	background: #3d71c3;
}
.pricing-section .pricing-wrapper .pricing-block.active::before {
	background: url(../images/modal-back.png) no-repeat;
	background-size: contain;
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .pricing-block.active::before {
		background-position: center;
	}
}
.pricing-section .pricing-wrapper .pricing-block.active .nav-pills .nav-item .nav-link .plan-name,
.pricing-section .pricing-wrapper .pricing-block.active .nav-pills .nav-item .nav-link .content h4,
.pricing-section .pricing-wrapper .pricing-block.active .nav-pills .nav-item .nav-link .content p,
.pricing-section .pricing-wrapper .pricing-block.active .tab-content .tab-pane ul li p {
	color: #fff;
}
.pricing-section .pricing-wrapper .pricing-block.active .nav-pills .nav-item .nav-link .content {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block.active .nav-pills .nav-item .nav-link .content {
		border-bottom: 0;
	}
}
.pricing-section .pricing-wrapper .pricing-block.active .tab-content .tab-pane ul li img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
.pricing-section .pricing-wrapper .pricing-block.active .default-btn {
	pointer-events: auto;
}
.pricing-section .pricing-wrapper .pricing-block .default-btn {
	pointer-events: none;
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .default-btn {
		margin: auto;
	}
}
.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link {
	padding: 0;
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link {
		text-align: center;
	}
}
.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .plan-name {
	color: #262b34;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
	margin: 0 0 30px;
}
@media (max-width: 1399px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .plan-name {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .plan-name {
		font-size: 34px;
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .plan-name {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .plan-name {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .plan-name {
		font-size: 24px;
		margin: 0 0 15px;
	}
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .plan-name {
		font-size: 22px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content {
	padding: 20px 0;
	border-bottom: 1px solid rgba(38, 43, 52, 0.4);
	border-top: 1px solid rgba(38, 43, 52, 0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content {
		display: block;
	}
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content {
		padding: 15px 0 0;
		border-bottom: 0;
	}
}
.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content h4 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 45px 0 0;
}
@media (max-width: 1399px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content h4 {
		font-size: 28px;
		margin: 0 30px 0 0;
	}
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content h4 {
		font-size: 26px;
		margin: 0 0 10px;
	}
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content h4 {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content p {
		padding: 0 100px;
	}
}
@media (max-width: 767px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content p {
		padding: 0 20px;
	}
}
@media (max-width: 375px) {
	.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link .content p {
		font-size: 12px;
		padding: 0;
	}
}
.pricing-section .pricing-wrapper .pricing-block .nav-pills .nav-item .nav-link.active {
	background: rgba(0, 0, 0, 0);
}
.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul {
	margin: 30px 0;
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul {
		margin: 20px 0;
	}
}
.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}
@media (max-width: 991px) {
	.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li {
		max-width: 220px;
		margin: 0 auto 20px;
	}
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li {
		max-width: 200px;
	}
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li {
		max-width: 180px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li img {
	margin: 0 15px 0 0;
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li img {
		width: 12px;
		height: 12px;
	}
}
.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li p {
	color: #262b34;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}
@media (max-width: 1199px) {
	.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li p {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li p {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.pricing-section .pricing-wrapper .pricing-block .tab-content .tab-pane ul li p {
		font-size: 12px;
	}
}
.services-section .services-wrapper .section-heading {
	margin: 0 0 60px;
}
@media (max-width: 991px) {
	.services-section .services-wrapper .section-heading {
		margin: 0 0 40px;
	}
}
@media (max-width: 575px) {
	.services-section .services-wrapper .section-heading {
		margin: 0 0 30px;
	}
}
@media (max-width: 480px) {
	.services-section .services-wrapper .section-heading {
		margin: 0 0 20px;
	}
}
.services-section .services-wrapper .section-heading h2 {
	text-align: center;
}
@media (max-width: 575px) {
	.services-section .services-wrapper .section-heading h2 {
		margin: 0 0 10px;
		padding: 0 20px;
	}
}
@media (max-width: 480px) {
	.services-section .services-wrapper .section-heading h2 {
		padding: 0;
	}
}
.services-section .services-wrapper .section-heading p {
	max-width: 480px;
}
@media (max-width: 991px) {
	.services-section .services-wrapper .section-heading p {
		max-width: 100%;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.services-section .services-wrapper .content {
		text-align: center;
	}
	.services-section .services-wrapper .content.first {
		margin: 0 0 30px;
	}
}
.services-section .services-wrapper .content h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}
@media (max-width: 1399px) {
	.services-section .services-wrapper .content h6 {
		font-size: 18px;
	}
}
.services-section .services-wrapper .content p {
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	.services-section .services-wrapper .content p {
		margin: 0 0 20px;
	}
}
@media (max-width: 480px) {
	.services-section .services-wrapper .content p {
		font-size: 13px;
	}
}
@media (max-width: 375px) {
	.services-section .services-wrapper .content p {
		font-size: 12px;
	}
}
@media (max-width: 575px) {
	.services-section .services-wrapper .content .img-wrapper {
		margin: 0 0 20px;
	}
}
.services-section .services-wrapper .content ul li {
	color: #262b34;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
	margin: 0 0 30px;
}
@media (max-width: 1399px) {
	.services-section .services-wrapper .content ul li {
		font-size: 18px;
	}
}
.services-section .services-wrapper img {
	display: block;
	margin: auto;
}
@media (max-width: 575px) {
	.services-section .services-wrapper img {
		width: 400px;
	}
}
@media (max-width: 480px) {
	.services-section .services-wrapper img {
		width: 280px;
	}
}
.services-section.services-section-2 .services-wrapper {
	position: relative;
	overflow: hidden;
	padding: 60px 0 0;
	background: #f6faff;
	z-index: 2;
}
@media (max-width: 575px) {
	.services-section.services-section-2 .services-wrapper {
		padding: 40px 0 0;
	}
}
@media (max-width: 480px) {
	.services-section.services-section-2 .services-wrapper {
		padding: 30px 0 0;
	}
}
.services-section.services-section-2 .services-wrapper::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/services-2-back.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 60px;
	left: 0;
	opacity: 0.3;
	z-index: -1;
}
@media (max-width: 575px) {
	.services-section.services-section-2 .services-wrapper::after {
		top: 40px;
	}
}
@media (max-width: 480px) {
	.services-section.services-section-2 .services-wrapper::after {
		top: 30px;
	}
}
.services-section.services-section-2 .services-wrapper .img-wrapper {
	margin: -130px 0 0px 0px;
}
@media (max-width: 1399px) {
	.services-section.services-section-2 .services-wrapper .img-wrapper {
		margin: -110px 0 0 auto;
		max-width: 600px;
	}
}
@media (max-width: 1199px) {
	.services-section.services-section-2 .services-wrapper .img-wrapper {
		margin: -60px 0 0 0;
		max-width: 460px;
	}
}
@media (max-width: 991px) {
	.services-section.services-section-2 .services-wrapper .img-wrapper {
		margin: 60px auto 0;
		max-width: 560px;
	}
}
@media (max-width: 575px) {
	.services-section.services-section-2 .services-wrapper .img-wrapper {
		margin: 30px auto 0;
	}
}
.services-section.services-section-2 .services-wrapper .section-heading h2 {
	margin: 0 0 15px;
}
.about-section .about-wrapper .section-heading {
	margin: 0 0 20px;
	text-align: center;
}
.about-section .about-wrapper .img-wrapper img {
	display: block;
	margin: 0 0 30px;
}
@media (max-width: 575px) {
	.about-section .about-wrapper .img-wrapper img {
		width: 400px;
		margin: 0 auto 30px;
	}
}
@media (max-width: 480px) {
	.about-section .about-wrapper .img-wrapper img {
		width: 280px;
	}
}
@media (max-width: 991px) {
	.about-section .about-wrapper .img-wrapper p {
		margin: 0 0 20px;
		text-align: center;
	}
}
.about-section .about-wrapper .content .section-heading {
	margin: 0 0 30px;
}
.about-section .about-wrapper .content img {
	display: block;
	margin: 0 0 40px;
}
@media (max-width: 575px) {
	.about-section .about-wrapper .content img {
		width: 400px;
		margin: 0 auto 40px;
	}
}
@media (max-width: 480px) {
	.about-section .about-wrapper .content img {
		width: 280px;
	}
}
@media (max-width: 991px) {
	.about-section .about-wrapper .content .block {
		text-align: center;
		margin: 0 0 20px;
	}
}
.about-section .about-wrapper .content .block h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}
@media (max-width: 1399px) {
	.about-section .about-wrapper .content .block h6 {
		font-size: 18px;
	}
}
.cta-section {
	padding: 60px 0;
	background: url(../images/cta.png) no-repeat;
	background-size: 100% 100%;
	background-color: #3d71c3;
}
@media (max-width: 1399px) {
	.cta-section {
		padding: 50px 0;
	}
}
@media (max-width: 991px) {
	.cta-section {
		padding: 40px 0;
	}
}
@media (max-width: 575px) {
	.cta-section {
		padding: 30px 0;
	}
}
.cta-section .cta-wrapper .content {
	text-align: center;
}
.cta-section .cta-wrapper .content .section-heading {
	margin: 0 0 15px;
	position: relative;
	z-index: 2;
}
.cta-section .cta-wrapper .content .section-heading h2 {
	color: #fff;
}
.cta-section .cta-wrapper .content .section-heading h2 span:first-child {
	display: none;
}
.cta-section .cta-wrapper .content p {
	margin: 0 0 20px;
	color: #fff;
}
.cta-section .cta-wrapper .content .default-btn {
	margin: auto;
}
.sign-up-info {
	margin: 0 0 60px;
}
@media (max-width: 991px) {
	.sign-up-info {
		margin: 0 0 40px;
	}
}
@media (max-width: 480px) {
	.sign-up-info {
		margin: 0 0 30px;
	}
}
.sign-up-info .content p {
	color: #3c4252;
	font-weight: 400;
	text-align: center;
}
@media (max-width: 480px) {
	.sign-up-info .content p {
		font-size: 13px;
	}
}
.account-wrapper {
	padding: 20px 40px 20px 20px;
	background: #f6faff;
	border-radius: 20px;
	position: relative;
}
@media (max-width: 991px) {
	.account-wrapper {
		padding: 20px;
	}
}
.account-wrapper::before {
	content: "";
	width: 160px;
	height: 60px;
	background: url(../images/sign-up-back.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 40px;
}
@media (max-width: 1199px) {
	.account-wrapper::before {
		height: 40px;
		right: 0;
		background-position: center;
	}
}
@media (max-width: 991px) {
	.account-wrapper::before {
		display: none;
	}
}
.account-wrapper .img-wrapper {
	line-height: 0;
}
@media (max-width: 991px) {
	.account-wrapper .img-wrapper {
		margin: 0 0 40px;
	}
}
.account-wrapper .img-wrapper img {
	display: block;
	margin: auto;
}
@media (max-width: 575px) {
	.account-wrapper .img-wrapper img {
		width: 400px;
	}
}
.faq-section {
	position: relative;
	overflow: hidden;
}
.faq-section .faq {
	position: relative;
}
.faq-section .faq > h2 {
	text-align: center;
	margin: 0 0 60px;
}
@media (max-width: 767px) {
	.faq-section .faq > h2 {
		margin: 0 0 30px;
	}
}
@media (max-width: 991px) {
	.faq-section .faq .accordion .nav {
		margin: 0 0 30px;
	}
}
@media (max-width: 575px) {
	.faq-section .faq .accordion .nav {
		margin: 0 0 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.faq-section .faq .accordion .nav .nav-link {
	background: #f6faff;
	padding: 30px;
	border-radius: 16px;
	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;
	color: #262b34;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 30px;
}
@media (max-width: 1399px) {
	.faq-section .faq .accordion .nav .nav-link {
		font-size: 22px;
		padding: 25px;
	}
}
@media (max-width: 1199px) {
	.faq-section .faq .accordion .nav .nav-link {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.faq-section .faq .accordion .nav .nav-link {
		font-size: 16px;
		margin: 0 0 20px;
	}
}
@media (max-width: 767px) {
	.faq-section .faq .accordion .nav .nav-link {
		font-size: 15px;
		padding: 20px;
	}
}
@media (max-width: 575px) {
	.faq-section .faq .accordion .nav .nav-link {
		width: 400px;
		margin: 0 0 10px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq .accordion .nav .nav-link {
		font-size: 14px;
		width: 280px;
		padding: 15px;
	}
}
.faq-section .faq .accordion .nav .nav-link img {
	-webkit-filter: brightness(0);
	filter: brightness(0);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.faq-section .faq .accordion .nav .nav-link.active {
	background: #3d71c3;
	color: #fff;
}
.faq-section .faq .accordion .nav .nav-link.active img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.faq-section .faq .accordion .accordion-item {
	background: #f6faff;
	padding: 20px;
	margin: 0 0 20px;
	border-radius: 16px;
	border: none;
	position: relative;
	overflow: hidden;
}
@media (max-width: 575px) {
	.faq-section .faq .accordion .accordion-item {
		margin: 0 0 10px;
	}
}
.faq-section .faq .accordion .accordion-item .accordion-header .accordion-button {
	background: rgba(0, 0, 0, 0);
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #262b34;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1399px) {
	.faq-section .faq .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.faq-section .faq .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.faq-section .faq .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 14px;
	}
}
.faq-section .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: #3d71c3;
}
.faq-section .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faq-section .faq .accordion .accordion-item .accordion-header .accordion-button .faq-arrow {
	margin: 4px 0 0 20px;
	-webkit-filter: brightness(0);
	filter: brightness(0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.faq-section .faq .accordion .accordion-item .accordion-header .accordion-button::after {
	display: none;
}
.faq-section .faq .accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 15px 30px 0 0;
	font-weight: 300;
}
@media (max-width: 575px) {
	.faq-section .faq .accordion .accordion-item .accordion-collapse .accordion-body {
		padding: 15px 20px 0 0;
	}
}
@media (max-width: 480px) {
	.faq-section .faq .accordion .accordion-item .accordion-collapse .accordion-body p {
		font-size: 12px;
	}
}
.calcel-membership-section .wrapper {
	background: #f6faff;
	padding: 60px;
	margin: 0 0 60px;
	border-radius: 16px;
	position: relative;
}
@media (max-width: 1399px) {
	.calcel-membership-section .wrapper {
		padding: 50px;
		margin: 0 0 50px;
	}
}
@media (max-width: 1199px) {
	.calcel-membership-section .wrapper {
		padding: 40px;
		margin: 0 0 40px;
	}
}
@media (max-width: 575px) {
	.calcel-membership-section .wrapper {
		margin: 0 0 30px;
	}
}
.calcel-membership-section .wrapper::before {
	content: "";
	width: 160px;
	height: 60px;
	background: url(../images/sign-up-back.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 40px;
}
@media (max-width: 1199px) {
	.calcel-membership-section .wrapper::before {
		height: 40px;
		right: 0;
	}
}
@media (max-width: 991px) {
	.calcel-membership-section .wrapper::before {
		height: 30px;
		background-position: center;
	}
}
@media (max-width: 991px) {
	.calcel-membership-section .content {
		text-align: center;
		margin: 0 0 30px;
	}
}
.calcel-membership-section .content h2 {
	margin: 0 0 15px;
}
.calcel-membership-section .default-btn {
	margin-left: auto;
}
@media (max-width: 991px) {
	.calcel-membership-section .default-btn {
		margin: auto;
	}
}
.form-content .form-title {
	margin: 0 0 50px;
}
@media (max-width: 1399px) {
	.form-content .form-title {
		margin: 0 0 40px;
	}
}
@media (max-width: 1199px) {
	.form-content .form-title {
		margin: 0 0 30px;
	}
}
@media (max-width: 767px) {
	.form-content .form-title {
		margin: 0 0 20px;
	}
}
@media (max-width: 480px) {
	.form-content .form-title {
		margin: 0 0 15px;
	}
}
.form-content .form-title h5 {
	font-size: 50px;
	line-height: 1.2;
}
@media (max-width: 1399px) {
	.form-content .form-title h5 {
		font-size: 46px;
	}
}
@media (max-width: 1199px) {
	.form-content .form-title h5 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.form-content .form-title h5 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.form-content .form-title h5 {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.form-content .form-title h5 {
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	.form-content .form-title h5 {
		font-size: 24px;
	}
}
.form-content .form-title h5 span {
	position: relative;
}
.form-content .form-title h5 span:first-child::before {
	content: "";
	width: 35px;
	height: 40px;
	background: url(../images/heading-vector-1.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -18px;
	left: -10px;
}
@media (max-width: 1399px) {
	.form-content .form-title h5 span:first-child::before {
		top: -10px;
	}
}
@media (max-width: 991px) {
	.form-content .form-title h5 span:first-child::before {
		top: -20px;
		left: -20px;
	}
}
.form-content .form-title h5 span:last-child::before {
	content: "";
	width: 100%;
	height: 10px;
	background: url(../images/heading-vector-2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (max-width: 991px) {
	.form-content .default-btn {
		margin: 0 auto 20px;
	}
}
form .form-group {
	position: relative;
	line-height: 0;
}
form .form-group.form-contact-group .form-control {
	color: #fff;
	border: 1px solid #fff !important;
}
form .form-group.form-contact-group label {
	color: #fff !important;
}
form .form-group.form-contact-group input:focus ~ label,
form .form-group.form-contact-group input:hover ~ label,
form .form-group.form-contact-group input:valid ~ label {
	background: #3d71c3;
}
form .form-group label {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #262b34;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
@media (max-width: 991px) {
	form .form-group label {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	form .form-group label {
		font-size: 14px;
		left: 15px;
	}
}
@media (max-width: 575px) {
	form .form-group label {
		font-size: 13px;
	}
}
form .form-group input:focus ~ label,
form .form-group input:valid ~ label {
	top: 0;
	padding: 0 5px;
	background: #f6faff;
	color: #3d71c3;
	z-index: 2;
}
form .form-group .form-control,
form .form-group textarea {
	width: 100%;
	outline: none;
	resize: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 20px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(38, 43, 52, 0.4);
	border-radius: 15px;
	color: #262b34;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 20px;
	position: relative;
	z-index: 2;
}
@media (max-width: 991px) {
	form .form-group .form-control,
	form .form-group textarea {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	form .form-group .form-control,
	form .form-group textarea {
		font-size: 14px;
		padding: 10px 15px;
		border-radius: 10px;
	}
}
@media (max-width: 575px) {
	form .form-group .form-control,
	form .form-group textarea {
		font-size: 13px;
	}
}
form .form-group .form-control:focus,
form .form-group .form-control:hover,
form .form-group textarea:focus,
form .form-group textarea:hover {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #3d71c3;
}
.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 {
	border: 1px solid #262b34;
	border-radius: 5px;
}
.remember .form-check-input:checked {
	border: 1px solid #3d71c3;
}
.remember .form-check-input:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.remember .form-check-label,
.remember .forgot-pass {
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 991px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 13px;
	}
}
.remember .form-check-label:hover,
.remember .forgot-pass:hover {
	color: #3d71c3;
}
.remember .forgot-pass {
	color: #262b34;
}
.already a {
	font-weight: 400;
	color: #3d71c3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	white-space: nowrap;
}
.already a:hover {
	color: #f78318;
}
.recaptcha {
	margin: 0 0 20px;
}
@media (max-width: 575px) {
	.recaptcha {
		margin: 0;
	}
}
.g-recaptcha {
	margin: 0 0 20px;
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		margin: 0;
	}
}
.policy-content {
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	overflow: inherit;
}
@media (max-width: 991px) {
	.policy-content {
		font-size: 14px;
	}
}
.policy-content a {
	color: #3d71c3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.policy-content a:hover {
	color: #f78318;
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-weight: 700;
	font-size: 26px;
	margin: 0 0 15px;
	text-align: left;
	text-transform: unset !important;
}
@media (max-width: 1399px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 22px;
	}
}
@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-weight: 700;
	font-size: 18px;
	margin: 0 0 15px;
}
@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: 1;
	margin: 0 0 15px;
}
.policy-content .print {
	background: #3d71c3;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 18px 12px;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(47, 47, 47, 0.25);
	box-shadow: 0px 5px 25px 0px rgba(47, 47, 47, 0.25);
	border-radius: 0 12px 12px 0px;
	position: sticky;
	right: 0;
	top: 110px;
	float: right;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 500;
	cursor: pointer;
	z-index: 99;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0px;
		padding: 10px;
	}
}
.policy-content .print img {
	margin-top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 767px) {
	.policy-content .print img {
		margin-top: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
#pricingplans,
#deliverypolicy,
#cancellation,
#paymentandbilling {
	display: block;
	padding-top: 110px;
	margin-top: -110px;
}
@media (max-width: 991px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation,
	#paymentandbilling {
		padding-top: 100px;
		margin-top: -100px;
	}
}
@media (max-width: 575px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation,
	#paymentandbilling {
		padding-top: 90px;
		margin-top: -90px;
	}
}
table {
	width: 100%;
	background: rgba(0, 0, 0, 0);
	outline: none;
	border-spacing: 0;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 25px;
	-webkit-box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
@media (max-width: 575px) {
	table {
		border-radius: 15px;
	}
}
table th {
	background: #3d71c3;
	padding: 30px;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	border: none;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	text-transform: capitalize;
}
table th:first-child {
	border-radius: 25px 0 0 0;
}
@media (max-width: 575px) {
	table th:first-child {
		border-radius: 10px 0 0 0;
	}
}
table th:last-child {
	border-radius: 0 25px 0 0;
	border-right: none;
}
@media (max-width: 575px) {
	table th:last-child {
		border-radius: 0 15px 0 0;
	}
}
@media (max-width: 1399px) {
	table th {
		padding: 25px;
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	table th {
		padding: 25px;
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	table th {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	table th {
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		font-size: 12px;
	}
}
table tr {
	background: #fff;
}
table tr:nth-child(even) {
	background: #f6faff;
}
table tr:last-child td:first-child {
	border-bottom-left-radius: 25px;
}
@media (max-width: 575px) {
	table tr:last-child td:first-child {
		border-bottom-left-radius: 15px;
	}
}
table tr:last-child td:last-child {
	border-bottom-right-radius: 25px;
}
@media (max-width: 575px) {
	table tr:last-child td:last-child {
		border-bottom-right-radius: 15px;
	}
}
table td {
	padding: 25px 30px 60px 30px;
	font-size: 16px;
	line-height: 1.7;
	border-right: 1px solid rgba(61, 113, 195, 0.5);
	border-bottom: 1px solid rgba(61, 113, 195, 0.5);
}
table td:first-child {
	border-left: 1px solid rgba(61, 113, 195, 0.5);
}
table td:last-child {
	border-left: 0;
}
@media (max-width: 1399px) {
	table td {
		padding: 25px 25px 40px;
	}
}
@media (max-width: 1199px) {
	table td {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 13px;
	}
}
@media (max-width: 575px) {
	table td {
		padding: 15px 15px 20px;
	}
}
@media (max-width: 480px) {
	table td {
		font-size: 12px;
	}
}
table tbody tr {
	position: relative;
}
.faq table thead th:first-child {
	width: 50%;
}
.modal {
	background: rgba(246, 250, 255, 0.6);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.modal .modal-dialog {
	height: 100%;
	margin: auto;
	max-width: 870px;
}
@media (max-width: 991px) {
	.modal .modal-dialog {
		max-width: 700px;
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog {
		max-width: 500px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog {
		max-width: 400px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog {
		max-width: 280px;
	}
}
.modal .modal-dialog.welcome-dialog {
	max-width: 650px;
}
@media (max-width: 767px) {
	.modal .modal-dialog.welcome-dialog {
		max-width: 500px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog.welcome-dialog {
		max-width: 400px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog.welcome-dialog {
		max-width: 280px;
	}
}
.modal .modal-dialog .modal-content {
	border: 0;
	background: rgba(0, 0, 0, 0);
}
.modal .modal-dialog .modal-content .modal-body {
	border-radius: 20px;
	background: #3d71c3;
	position: relative;
	padding: 60px 40px;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 50px 40px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 40px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 30px 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body::before {
	content: "";
	width: 160px;
	height: 60px;
	background: url(../images/modal-back.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 40px;
	top: 0;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body::before {
		height: 40px;
		background-position: center;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body::before {
		right: 0px;
		height: 20px;
		background-position: center;
	}
}
.modal .modal-dialog .modal-content .modal-body .close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 30px;
	right: 30px;
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .close {
		right: 20px;
		top: 15px;
	}
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
	margin: 0 0 15px;
	position: relative;
	z-index: 2;
}
@media (max-width: 1399px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 38px;
	}
}
@media (max-width: 1199px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body .modal-title.contact-title {
	margin: 0 0 50px;
}
@media (max-width: 1199px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title.contact-title {
		margin: 0 0 40px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title.contact-title {
		margin: 0 0 30px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title.contact-title {
		margin: 0 0 15px;
	}
}
.modal .modal-dialog .modal-content .modal-body .modal-title span {
	position: relative;
}
.modal .modal-dialog .modal-content .modal-body .modal-title span:first-child::before {
	content: "";
	width: 35px;
	height: 40px;
	background: url(../images/banner-vector-1.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	left: -20px;
	z-index: -1;
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .modal-title span:first-child::before {
		width: 20px;
		height: 20px;
		top: -15px;
		left: -15px;
	}
}
.modal .modal-dialog .modal-content .modal-body .modal-title span:last-child::before {
	content: "";
	width: 100%;
	height: 10px;
	background: url(../images/banner-vector-2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.modal .modal-dialog .modal-content .modal-body p {
	color: #fff;
	margin: 0 0 20px;
}
.modal .modal-dialog .modal-content .modal-body p a {
	color: #262b34;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.modal .modal-dialog .modal-content .modal-body p a:hover {
	color: #f78318;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .default-btn {
		margin: auto;
	}
}
.modal.contact-modal .modal-title {
	margin: 0 0 30px;
}
.modal.contact-modal .contact-info .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.modal.contact-modal .contact-info .info img {
	margin: 0 8px 0 0;
}
.skiptranslate,
.goog-te-combo {
	display: none !important;
}
body {
	top: 0 !important;
}
.goog-te-gadget {
	display: block !important;
}
#google_translate_element,
select.goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}
body .goog-text-highlight {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#teams-dropdown-menu span.icon .fa {
	display: none;
}
.loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
}
#teams-dropdown-menu ul li {
	text-transform: capitalize;
}
#teams-dropdown-menu {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#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;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
img.img-fluid.flg {
	margin-right: 10px;
}
#teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
@-webkit-keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
#teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	float: none;
}
#teams-dropdown-menu ul li:hover {
	color: #000 !important;
	background-color: #f0f0f0;
}
#teams-dropdown-menu span.icon:before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: 0.3em solid rgba(0, 0, 0, 0);
	position: relative;
	top: 2px;
}
@media screen and (max-width: 1199px) {
	#teams-dropdown-menu {
		position: relative !important;
		cursor: pointer !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	#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;
	}
}
.fr_wrapper header nav .navbar-nav .nav-item .nav-link {
	padding: 0px 12px;
	font-size: 14px;
}
@media (max-width: 1599px) {
	.fr_wrapper header nav .navbar-nav .nav-item .nav-link {
		padding: 0px 10px;
	}
}
@media (max-width: 1399px) {
	.fr_wrapper header nav .navbar-nav .nav-item .nav-link {
		font-size: 12px;
		padding: 0px 5px;
	}
}
@media (max-width: 1199px) {
	.fr_wrapper header nav .navbar-nav .nav-item .nav-link {
		font-size: 14px;
		padding: 10px 15px;
	}
}
.fr_wrapper header nav .navbar-nav .nav-item .nav-link.support_btn {
	font-size: 14px;
	padding: 15px 10px;
}
@media (max-width: 1599px) {
	.fr_wrapper header nav .navbar-nav .nav-item .nav-link.support_btn {
		padding: 15px 5px;
	}
}
@media (max-width: 1399px) {
	.fr_wrapper header nav .navbar-nav .nav-item .nav-link.support_btn {
		font-size: 12px;
	}
}
@media (max-width: 1199px) {
	.fr_wrapper header nav .navbar-nav .nav-item .nav-link.support_btn {
		font-size: 14px;
		padding: 15px 20px;
	}
}
.fr_wrapper .navbar .logo img {
	max-width: 200px;
}
@media (max-width: 575px) {
	.fr_wrapper .navbar .logo img {
		max-width: 180px;
	}
}
.fr_wrapper .features-section .features-inner-content .single-box .content-title {
	font-size: 32px;
}
@media (max-width: 1399px) {
	.fr_wrapper .features-section .features-inner-content .single-box .content-title {
		font-size: 30px;
	}
}
@media (max-width: 1399px) {
	.fr_wrapper .features-section .features-inner-content .single-box .content-title {
		font-size: 26px;
	}
}
.fr_wrapper .features-section .features-inner-content .single-box .content-text h5 {
	font-size: 20px;
}
@media (max-width: 1399px) {
	.fr_wrapper .features-section .features-inner-content .single-box .content-text h5 {
		font-size: 18px;
	}
}
.fr_wrapper footer .main-footer .footer-links ul#policies li a::first-letter {
	text-transform: uppercase !important;
}
