*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: "Gelasio-Bold";
	src: url("../fonts/Gelasio-Bold.woff2") format("woff2"), url("../fonts/Gelasio-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gelasio-Medium";
	src: url("../fonts/Gelasio-Medium.woff2") format("woff2"), url("../fonts/Gelasio-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gelasio-SemiBold";
	src: url("../fonts/Gelasio-SemiBold.woff2") format("woff2"), url("../fonts/Gelasio-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "WorkSans-Medium";
	src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "WorkSans-Regular";
	src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "WorkSans-Regular", sans-serif;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
	background-color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Gelasio-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: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%) !important;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.common-btn {
	padding: 10px 20px;
	background: #fd8636;
	border-radius: 28px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
	z-index: 9;
	white-space: nowrap;
	outline: none;
	display: -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;
}
.common-btn svg {
	margin-left: 5px;
}
.common-btn:hover {
	color: #fff;
	border-radius: 0;
}
.common-btn:hover::after {
	border-radius: 0;
}
.img-wrapper {
	line-height: 0;
	position: relative;
	z-index: 99;
}
.lh-0 {
	line-height: 0;
}
p {
	color: rgba(23, 23, 23, 0.7);
}
@media (max-width: 991px) {
	.heading {
		text-align: center;
		margin-bottom: 30px;
	}
}
.heading h2 {
	font-size: 48px;
	color: #171717;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.heading h2 span {
	color: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
@media (max-width: 1399px) {
	.heading h2 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.heading h2 {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.heading h2 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.heading h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.heading h2 {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.heading h2 {
		font-size: 20px;
	}
}
.heading p {
	color: rgba(23, 23, 23, 0.7);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
}
.page-banner {
	background-position: right;
	max-width: 100%;
}
@media (max-width: 575px) {
	.page-banner {
		background-position: center;
	}
}
.page-banner .page-title {
	position: relative;
	padding: 40px 0;
}
@media (max-width: 767px) {
	.page-banner .page-title {
		padding: 30px 0;
	}
}
@media (max-width: 575px) {
	.page-banner .page-title {
		padding: 20px 0;
	}
}
.page-banner .page-title::after {
	content: "";
	position: absolute;
	border: 2px solid #fd8636;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 50px;
}
@media (max-width: 767px) {
	.page-banner .page-title::after {
		left: -10px;
	}
}
@media (max-width: 575px) {
	.page-banner .page-title::after {
		display: none;
	}
}
.page-banner .page-title h2 {
	color: #171717;
	font-size: 48px;
	font-weight: 700;
}
.page-banner .page-title h2::first-letter {
	text-transform: uppercase;
}
@media (max-width: 1600px) {
	.page-banner .page-title h2 {
		font-size: 44px;
	}
}
@media (max-width: 1399px) {
	.page-banner .page-title h2 {
		font-size: 38px;
	}
}
@media (max-width: 1199px) {
	.page-banner .page-title h2 {
		font-size: 34px;
	}
}
@media (max-width: 767px) {
	.page-banner .page-title h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.page-banner .page-title h2 {
		font-size: 26px;
	}
}
@media (max-width: 375px) {
	.page-banner .page-title h2 {
		font-size: 22px;
	}
}
body {
	position: relative;
	min-height: 100%;
}
body.blur-body:before {
	background-color: #000;
	background: rgba(156, 156, 156, 0.6);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	opacity: 0.8;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 999;
}
@media (max-width: 1199px) {
	body.blur-body {
		overflow: hidden;
	}
}
body.blur-body #chat-widget-container {
	z-index: 9 !important;
}
body section {
	position: relative;
	z-index: 1;
}
body main {
	position: relative;
	padding-top: 100px;
}
body .side-blur div {
	position: fixed;
	border-radius: 50%;
	height: 300px;
	width: 300px;
	background: #fd8636;
	opacity: 0.3;
	-webkit-filter: blur(121px);
	filter: blur(121px);
	z-index: -1;
}
body .side-blur div.blur-1 {
	left: -150px;
	top: 15%;
}
body .side-blur div.blur-2 {
	right: -150px;
	bottom: 15%;
}
.gap-t-65 {
	padding-top: 65px;
}
@media (max-width: 1399px) {
	.gap-t-65 {
		padding-top: 50px;
	}
}
@media (max-width: 1199px) {
	.gap-t-65 {
		padding-top: 40px;
	}
}
@media (max-width: 991px) {
	.gap-t-65 {
		padding-top: 30px;
	}
}
.gap-b-65 {
	padding-bottom: 65px;
}
@media (max-width: 1399px) {
	.gap-b-65 {
		padding-bottom: 50px;
	}
}
@media (max-width: 1199px) {
	.gap-b-65 {
		padding-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.gap-b-65 {
		padding-bottom: 30px;
	}
}
.section-gap {
	padding: 100px 0 100px;
}
@media (max-width: 1399px) {
	.section-gap {
		padding: 80px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.section-gap {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.section-gap {
		padding: 40px 0;
	}
}
#services,
#pricing,
#features {
	scroll-margin-top: 100px;
	overflow: inherit;
}
@media (max-width: 575px) {
	#services,
	#pricing,
	#features {
		scroll-margin-top: 70px;
	}
}
a {
	color: #fd8636;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
a:hover {
	color: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
a:hover {
	color: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
.back-to-top {
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: 70px;
	right: 20px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0;
	visibility: hidden;
	z-index: 997;
	background: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
	-webkit-box-shadow: 0px 4px 32px -3px rgba(88, 83, 83, 0.1);
	box-shadow: 0px 4px 32px -3px rgba(88, 83, 83, 0.1);
	border-radius: 50%;
}
@media (max-width: 1399px) {
	.back-to-top {
		bottom: 10px;
		right: 10px;
	}
}
@media (max-width: 480px) {
	.back-to-top {
		right: 5px;
	}
}
.back-to-top.show {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.88);
		transform: scale(0.88);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
#chat-widget-container {
	bottom: 0 !important;
	z-index: 9999 !important;
}
.links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}
@media (max-width: 480px) {
	.links {
		display: block;
	}
}
.links a {
	display: inline-block;
	color: #171717;
}
.links a:hover {
	color: #fd8636;
}
@media (max-width: 480px) {
	.links a {
		display: block;
		text-align: center;
		margin: 5px 0;
	}
}
font {
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
header {
	background: rgba(0, 0, 0, 0);
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.fixed-menu {
	width: 100%;
	position: fixed;
	top: 0;
	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
@media (max-width: 991px) {
	header.fixed-menu {
		top: 0;
	}
}
header.fixed-menu .main-header {
	padding-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.168627451);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.168627451);
}
header.index-header.fixed-menu .main-header {
	background-color: #2b303b;
}
header.index-header .top-header .nav-link {
	color: rgba(255, 255, 255, 0.7);
}
header.index-header .top-header .nav-link.active {
	color: #fd8636;
}
header.index-header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	color: rgba(255, 255, 255, 0.7);
}
header.pages-header .main-header {
	background: #2b303b;
}
header .top-header {
	padding: 30px 0 20px 0;
}
header .top-header > div {
	line-height: 1;
}
header .top-header .top-header-logo {
	display: block;
	line-height: 0;
}
header .top-header .top-header-logo img {
	max-width: 200px;
}
header .top-header .nav-link {
	font-size: 16px;
	color: rgba(23, 23, 23, 0.7);
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;
	padding: 0 15px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .top-header .nav-link:hover,
header .top-header .nav-link.active {
	color: #fd8636;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .header-border {
	height: 2px;
	width: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(209, 209, 209, 0.09)),
		color-stop(51.04%, rgba(209, 209, 209, 0.3)),
		to(rgba(209, 209, 209, 0.09))
	);
	background: linear-gradient(
		90deg,
		rgba(209, 209, 209, 0.09) 0%,
		rgba(209, 209, 209, 0.3) 51.04%,
		rgba(209, 209, 209, 0.09) 100%
	);
}
@media (max-width: 991px) {
	header .header-border {
		display: none;
	}
}
header .main-header {
	padding: 30px 0;
	position: relative;
	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
@media (max-width: 991px) {
	header .main-header {
		padding: 20px 0;
		border-bottom: 1px solid rgba(235, 242, 255, 0.5);
	}
}
header .main-header .navbar {
	padding: 0;
}
@media (max-width: 991px) {
	header .main-header .navbar {
		position: static;
	}
}
header .main-header .navbar .scroll-logo {
	display: none;
}
@media (max-width: 991px) {
	header .main-header .navbar .scroll-logo {
		display: block;
		max-width: 180px;
		margin-right: auto;
	}
}
@media (max-width: 575px) {
	header .main-header .navbar .scroll-logo img {
		width: 100%;
		max-width: 150px;
	}
}
header .main-header .navbar .navbar-toggler {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 7px;
	width: 35px;
	height: 35px;
	position: relative;
	padding: 5px;
	border: 1px solid #fd8636;
}
header .main-header .navbar .navbar-toggler:focus,
header .main-header .navbar .navbar-toggler :active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .main-header .navbar .navbar-toggler .icon-bar {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #fd8636;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	margin-left: auto;
}
header .main-header .navbar .navbar-toggler .icon-bar + .icon-bar {
	margin-top: 4px;
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(2) {
	background-color: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
	width: 14px;
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(3) {
	width: 10px;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar + .icon-bar {
	margin-top: -2px;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 22px;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
	opacity: 0;
}
header .main-header .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 22px;
}
header .main-header .navbar .navbar-collapse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse {
		position: absolute;
		top: 76px;
		width: 100%;
		background: #fff;
		z-index: 99;
		left: 0;
	}
}
@media (max-width: 991px) and (max-width: 575px) {
	header .main-header .navbar .navbar-collapse {
		top: 76px;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .nav-item.custom-dropdown {
		width: 100%;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;
	padding: 0 20px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 1399px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 0 10px;
	}
}
@media (max-width: 1199px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 0;
		text-align: center;
		margin: 12px 0;
		color: rgba(23, 23, 23, 0.7) !important;
		font-size: 17px;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	color: #fd8636 !important;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
header .main-header .navbar .navbar-collapse .navbar-nav .logo-middle .top-header-logo {
	display: block;
	line-height: 0;
}
header .main-header .navbar .navbar-collapse .navbar-nav .logo-middle .top-header-logo img {
	max-width: 200px;
}
header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
		-webkit-transform: none;
		transform: none;
		border: none;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu[data-bs-popper] {
	margin-top: 1rem;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu[data-bs-popper] {
		margin-top: 0;
		padding: 0;
	}
}
@media (max-width: 1199px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
		text-align: center;
	}
}
header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:active,
header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:focus,
header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: #fd8636;
}
@media (max-width: 991px) {
	header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:active,
	header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:focus,
	header .main-header .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
		background: rgba(0, 0, 0, 0);
		color: #fd8636;
	}
}
header .main-header.fixed-menu {
	background: #fff;
	padding: 22px 0;
	width: 100%;
	position: fixed;
	top: -100px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	z-index: 9;
	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
@media (max-width: 991px) {
	header .main-header.fixed-menu {
		padding: 20px 0;
	}
}
header .main-header.fixed-menu .navbar .navbar-collapse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
header .main-header.active {
	top: 0;
	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
.blur-body header {
	background-color: #fff;
}
.blur-body header.index-header {
	background: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
@media (max-width: 1199px) {
	.fr_wrapper header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 14px;
		padding: 0 8px;
	}
}
@media (max-width: 1199px) {
	.fr_wrapper header .main-header .navbar .navbar-collapse .navbar-nav .logo-middle .top-header-logo img {
		max-width: 130px;
	}
}
footer {
	position: relative;
	overflow: hidden;
}
footer .main-footer {
	position: relative;
	background-color: #fd8636;
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 40px 0;
	}
}
footer .main-footer .footer-logo {
	margin-bottom: 35px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-logo {
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: center;
	}
}
footer .main-footer .footer-logo img {
	width: 100%;
	max-width: 200px;
}
footer .main-footer .footer-links {
	padding: 70px 0;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-links {
		padding: 60px 0;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links {
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
}
footer .main-footer .footer-links .footer-title {
	font-size: 18px;
	line-height: 1.5;
	color: #171717;
	position: relative;
	margin-bottom: 30px;
	font-weight: 700;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title {
		margin-bottom: 20px;
		font-size: 18px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 400;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 16px;
	}
}
footer .main-footer .footer-links .footer-title.mob[aria-expanded="true"] .footer-toggler {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		line-height: 0;
		margin-left: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		position: relative;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-filter: invert(1);
		filter: invert(1);
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links .footer-title.mob .footer-toggler {
		display: none;
	}
}
footer .main-footer .footer-links ul {
	padding-left: 20px;
}
@media (min-width: 992px) {
	footer .main-footer .footer-links ul {
		display: block;
		padding-left: 0;
	}
}
footer .main-footer .footer-links li {
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	footer .main-footer .footer-links li:last-child {
		margin-bottom: 0;
	}
}
footer .main-footer .footer-links li a {
	font-size: 16px;
	line-height: 1.3;
	color: #171717;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	display: inline-block;
	position: relative;
}
footer .main-footer .footer-links li a::first-letter {
	text-transform: capitalize;
}
@media (max-width: 575px) {
	footer .main-footer .footer-links li a {
		font-size: 14px;
	}
}
footer .main-footer .footer-links li a:hover {
	color: #fff;
}
footer .main-footer .footer-links.footer-contact {
	background: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
	padding: 70px 0;
	border-radius: 5px;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-links.footer-contact {
		padding: 60px 0;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links.footer-contact {
		padding: 60px 10px;
	}
}
@media (min-width: 992px) {
	footer .main-footer .footer-links.footer-contact {
		text-align: center;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links.footer-contact {
		padding: 40px 10px;
		margin-bottom: 50px;
	}
}
footer .main-footer .footer-links.footer-contact ul {
	padding-left: 0;
}
footer .main-footer .footer-links.footer-contact ul li {
	font-size: 16px;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .main-footer .footer-links.footer-contact ul li .icons {
	margin-right: 12px;
	line-height: 0;
}
footer .main-footer .footer-links.footer-contact ul li:last-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
footer .main-footer .footer-links.footer-contact ul li a {
	color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	padding-left: 0;
}
footer .main-footer .footer-links.footer-contact ul li a::after {
	display: none;
}
footer .main-footer .footer-links.footer-contact ul li a::first-letter {
	text-transform: unset;
}
footer .main-footer .footer-links.footer-contact ul li a:hover {
	color: #fff;
}
footer .main-footer .footer-encry .visa-div {
	padding: 20px 0;
}
footer .main-footer .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	opacity: 0.85;
	margin-top: 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 991px) {
	footer .main-footer .encryption {
		margin-top: 0;
		color: #171717;
	}
}
footer .main-footer .encryption img {
	margin-right: 10px;
}
footer .copyright {
	background-color: #fd8636;
}
footer .copyright .sub-footer {
	padding: 10px 0;
	text-align: center;
	position: relative;
	border-top: 1px solid rgba(23, 23, 23, 0.4);
}
@media (max-width: 767px) {
	footer .copyright .sub-footer {
		padding: 10px 0 80px;
	}
}
footer .copyright .sub-footer p {
	font-size: 16px;
	line-height: 30px;
	color: #171717;
}
@media (max-width: 991px) {
	footer .copyright .sub-footer p {
		font-size: 11px;
		line-height: 18px;
	}
}
.banner-section {
	padding: 200px 0 0;
	background: url(../images/banner-back.png);
	position: relative;
	margin-bottom: 60px;
}
@media (max-width: 1399px) {
	.banner-section {
		margin-bottom: 50px;
		padding: 170px 0 0;
	}
}
@media (max-width: 1199px) {
	.banner-section {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.banner-section {
		margin-bottom: 30px;
		padding: 120px 0 0;
	}
}
.banner-section .banner-content {
	position: relative;
}
@media (max-width: 991px) {
	.banner-section .banner-content {
		text-align: center;
	}
}
.banner-section .banner-content h1 {
	color: #fff;
	font-size: 64px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.banner-section .banner-content h1 span {
	display: inline-block;
	color: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
@media (max-width: 1600px) {
	.banner-section .banner-content h1 {
		font-size: 54px;
	}
}
@media (max-width: 1399px) {
	.banner-section .banner-content h1 {
		font-size: 48px;
	}
}
@media (max-width: 1199px) {
	.banner-section .banner-content h1 {
		font-size: 42px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-content h1 {
		font-size: 36px;
		margin-bottom: 50px;
		text-align: center;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.banner-section .banner-content h1 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-content h1 {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.banner-section .banner-content h1 {
		font-size: 30px;
	}
}
.banner-section .banner-text {
	position: relative;
}
@media (max-width: 991px) {
	.banner-section .banner-text {
		text-align: center;
	}
}
.banner-section .banner-text p {
	font-size: 16px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.7);
}
.banner-section .banner-img {
	margin-top: 55px;
	text-align: center;
	position: relative;
	margin-bottom: -100px;
}
.banner-section .banner-img img {
	-webkit-box-shadow: 0px 4px 89px -12px rgba(115, 108, 104, 0.26);
	box-shadow: 0px 4px 89px -12px rgba(115, 108, 104, 0.26);
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
.count-section {
	padding-top: 120px;
}
.count-section .text {
	max-width: 615px;
}
@media (max-width: 991px) {
	.count-section .text {
		max-width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}
.count-section .counts .single-count {
	display: inline-block;
	position: relative;
}
@media (max-width: 991px) {
	.count-section .counts .single-count {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.count-section .counts .single-count::after {
		content: "";
		position: absolute;
		border-bottom: 1px solid rgba(29, 26, 26, 0.3);
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 52px;
	}
	.count-section .counts .single-count.no-border::after {
		display: none;
	}
}
.count-section .counts .single-count h2 {
	color: #fd8636;
	font-size: 28px;
}
@media (max-width: 1399px) {
	.count-section .counts .single-count h2 {
		font-size: 22px;
	}
}
.count-section .counts .single-count h2 span {
	color: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
.count-section .counts .single-count p {
	text-transform: capitalize;
	font-family: "WorkSans-Medium", sans-serif;
}
.count-section .counts .border-right {
	border-right: 1px solid rgba(29, 26, 26, 0.3);
}
@media (max-width: 991px) {
	.count-section .counts .border-right {
		border-right: none;
	}
}
.feature-section {
	position: relative;
	padding-top: 65px;
}
@media (max-width: 1399px) {
	.feature-section {
		padding-top: 50px;
	}
}
@media (max-width: 1199px) {
	.feature-section {
		padding-top: 40px;
	}
}
@media (max-width: 991px) {
	.feature-section {
		padding-top: 30px;
	}
}
.feature-section .feature-block {
	background: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
	border-radius: 20px 20px 0 0;
	text-align: center;
	height: 100%;
}
@media (max-width: 991px) {
	.feature-section .feature-block {
		max-width: 425px;
		margin: 0 auto 60px;
		height: auto;
	}
}
@media (max-width: 767px) {
	.feature-section .feature-block {
		margin: 0 auto 30px;
	}
}
.feature-section .feature-block .img-block {
	background: #f0f0f0;
	line-height: 0;
	padding: 50px;
	border-radius: 15px 15px 0 0;
}
@media (max-width: 1399px) {
	.feature-section .feature-block .img-block {
		padding: 40px;
	}
}
@media (max-width: 767px) {
	.feature-section .feature-block .img-block {
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.feature-section .feature-block .img-block {
		padding: 20px;
	}
}
@media (max-width: 1199px) {
	.feature-section .feature-block .img-block img {
		max-width: 110px;
	}
}
.feature-section .feature-block .text-block {
	padding: 30px;
	text-align: center;
}
@media (max-width: 767px) {
	.feature-section .feature-block .text-block {
		padding: 20px 15px;
	}
}
.feature-section .feature-block .text-block p {
	color: rgba(255, 255, 255, 0.7);
}
.service-section {
	position: relative;
}
@media (max-width: 991px) {
	.service-section {
		text-align: center;
	}
}
.service-section .service-block {
	background: #fbfafa;
	padding: 100px 0;
	position: relative;
}
@media (max-width: 1199px) {
	.service-section .service-block {
		padding: 70px 0;
	}
}
@media (max-width: 991px) {
	.service-section .service-block {
		padding: 50px 0;
	}
}
.service-section .service-block::after {
	content: "";
	position: absolute;
	height: calc(100% - 330px);
	width: 55%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fd8636;
	z-index: 0;
}
@media (max-width: 1199px) {
	.service-section .service-block::after {
		height: calc(100% - 220px);
	}
}
@media (max-width: 991px) {
	.service-section .service-block::after {
		height: 35%;
		width: 90%;
		bottom: 0;
		top: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}
}
@media (max-width: 767px) {
	.service-section .service-block::after {
		height: 45%;
		width: 100%;
	}
}
@media (max-width: 575px) {
	.service-section .service-block::after {
		height: 50%;
	}
}
.service-section .heading {
	position: relative;
	z-index: 1;
}
.service-section .heading h2 {
	text-align: left;
	color: #fff;
}
@media (max-width: 991px) {
	.service-section .heading h2 {
		text-align: center;
	}
}
.service-section .heading p {
	color: rgba(255, 255, 255, 0.8);
}
.service-section .img-block {
	position: relative;
	z-index: 1;
}
.service-section .img-block .ring {
	position: absolute;
	right: -50px;
	top: -50px;
	z-index: -1;
}
@media (max-width: 1399px) {
	.service-section .img-block .ring {
		right: -25px;
		top: -25px;
	}
}
@media (max-width: 991px) {
	.service-section .img-block .ring {
		display: none;
	}
}
@media (max-width: 991px) {
	.service-section .img-block {
		margin-top: 30px;
	}
}
.service-section.service1 .common-btn {
	background: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
.service-section.service-2 .service-block {
	background: -webkit-gradient(linear, right top, left top, color-stop(0.62%, #282c35), to(#3f485c));
	background: linear-gradient(to left, #282c35 0.62%, #3f485c 100%);
}
.service-section.service-2 .service-block::after {
	background: rgba(0, 0, 0, 0);
	left: 0;
	right: auto;
}
@media (max-width: 991px) {
	.service-section.service-2 .service-block::after {
		left: 50%;
	}
}
.service-section.service-2 .service-block .img-block img {
	border-radius: 50%;
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover;
}
.pricing-section-outer {
	background: -webkit-gradient(linear, right top, left top, color-stop(0.62%, #282c35), to(#3f485c));
	background: linear-gradient(to left, #282c35 0.62%, #3f485c 100%);
}
.pricing-section-outer .pricing-section {
	background-position: center;
	background-repeat: repeat-x repeat-y;
	position: relative;
}
.pricing-section-outer .pricing-section .vector {
	position: absolute;
	z-index: 0;
}
@media (max-width: 991px) {
	.pricing-section-outer .pricing-section .vector {
		display: none;
	}
}
.pricing-section-outer .pricing-section .vector.vector1 {
	left: 10%;
	top: 2%;
}
.pricing-section-outer .pricing-section .vector.vector2 {
	right: 10%;
	bottom: 2%;
}
.pricing-section-outer .pricing-section .price-box .heading {
	text-align: center;
}
.pricing-section-outer .pricing-section .price-box .heading h2 {
	margin-bottom: 20px;
	color: #fff;
}
.pricing-section-outer .pricing-section .price-box .heading h6 {
	font-size: 24px;
	font-family: "WorkSans-Medium", sans-serif;
	margin-bottom: 25px;
	color: #fff;
}
.pricing-section-outer .pricing-section .price-box .heading p {
	color: #fff;
}
.pricing-section-outer .pricing-section .price-box .single-price {
	text-align: center;
	cursor: pointer;
}
.pricing-section-outer .pricing-section .price-box .single-price .price-check {
	display: inline-block;
	background: #fd8636;
	border-radius: 5px;
	padding: 15px 40px;
	margin-bottom: 30px;
	width: 100%;
	max-width: 300px;
}
.pricing-section-outer .pricing-section .price-box .single-price h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 20px;
	font-family: "WorkSans-Medium", sans-serif;
	font-weight: bold;
}
@media (max-width: 1399px) {
	.pricing-section-outer .pricing-section .price-box .single-price h2 {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.pricing-section-outer .pricing-section .price-box .single-price h2 {
		font-size: 28px;
	}
}
.pricing-section-outer .pricing-section .price-box .single-price p {
	font-size: 14px;
	margin-bottom: 50px;
	color: #fff;
}
.pricing-section-outer .pricing-section .price-box .single-price .common-btn {
	background: #fff;
	color: rgba(23, 23, 23, 0.7);
	border: 1px solid #fd8636;
}
.pricing-section-outer .pricing-section .price-box .single-price .common-btn svg path {
	stroke: #171717;
}
.pricing-section-outer .pricing-section .price-box .single-price.active .common-btn {
	background: #fd8636;
	color: #fff;
}
.pricing-section-outer .pricing-section .price-box .single-price.active .common-btn svg path {
	stroke: #fff;
}
.pricing-section-outer .pricing-section .price-box .single-price .custom-radio {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 30px;
	font-family: "Gelasio-Bold", sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
@media (max-width: 1399px) {
	.pricing-section-outer .pricing-section .price-box .single-price .custom-radio {
		font-size: 24px;
	}
}
.pricing-section-outer .pricing-section .price-box .single-price .custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.pricing-section-outer .pricing-section .price-box .single-price .checkmark {
	position: relative;
	height: 30px;
	width: 30px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
@media (max-width: 1399px) {
	.pricing-section-outer .pricing-section .price-box .single-price .checkmark {
		height: 25px;
		width: 25px;
	}
}
.pricing-section-outer .pricing-section .price-box .single-price .custom-radio:hover input ~ .checkmark {
	background-color: #ccc;
}
.pricing-section-outer .pricing-section .price-box .single-price .custom-radio input:checked ~ .checkmark {
	background-color: #fff;
}
.pricing-section-outer .pricing-section .price-box .single-price .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.pricing-section-outer .pricing-section .price-box .single-price .custom-radio input:checked ~ .checkmark:after {
	display: block;
}
.pricing-section-outer .pricing-section .price-box .single-price .custom-radio .checkmark:after {
	top: 3px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 17px;
	width: 8px;
	border-bottom: 2px solid #282c35;
	border-right: 2px solid #282c35;
}
@media (max-width: 1399px) {
	.pricing-section-outer .pricing-section .price-box .single-price .custom-radio .checkmark:after {
		top: 2px;
		left: 8px;
	}
}
.pricing-section-outer .pricing-section .price-box.premium-box {
	margin-top: 60px;
}
.about-section .about-block {
	background: #fbfafa;
	padding: 100px 0;
	position: relative;
}
@media (max-width: 1199px) {
	.about-section .about-block {
		padding: 70px 0;
	}
}
@media (max-width: 991px) {
	.about-section .about-block {
		padding: 50px 0;
	}
}
.about-section .about-block::after {
	content: "";
	position: absolute;
	height: calc(100% - 200px);
	width: 55%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #333a48;
	z-index: 0;
}
@media (max-width: 1199px) {
	.about-section .about-block::after {
		height: calc(100% - 140px);
	}
}
@media (max-width: 991px) {
	.about-section .about-block::after {
		height: 50%;
		width: 100%;
		bottom: 0;
		top: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}
}
@media (max-width: 767px) {
	.about-section .about-block::after {
		height: 50%;
		width: 100%;
	}
}
@media (max-width: 575px) {
	.about-section .about-block::after {
		height: 50%;
	}
}
@media (max-width: 480px) {
	.about-section .about-block::after {
		height: 65%;
	}
}
.about-section .heading {
	position: relative;
	z-index: 1;
}
.about-section .heading p {
	color: rgba(255, 255, 255, 0.9);
}
.about-section .about-img {
	position: relative;
	z-index: 1;
	padding: 60px 40px;
	background-color: #333a48;
	border-radius: 0 50% 50% 0;
	width: 100%;
	max-width: 70%;
}
@media (max-width: 1399px) {
	.about-section .about-img {
		max-width: 80%;
	}
}
@media (max-width: 1199px) {
	.about-section .about-img {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.about-section .about-img {
		border-radius: 50% 50% 0 0;
		max-width: 450px;
		margin: 0 auto;
		padding: 50px 40px;
	}
}
.about-section .about-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
}
.signup-page .form-div .right-div {
	margin-bottom: 50px;
}
.contact-page .right-div {
	text-align: center;
}
@media (max-width: 991px) {
	.contact-page .right-div {
		margin-top: 40px;
	}
}
.contact-page .right-div .form-title {
	margin-bottom: 15px;
}
.contact-page .right-div p {
	text-align: center;
	margin-bottom: 20px;
}
.contact-page .right-div .contact-info {
	position: relative;
	display: inline-block;
	text-align: left;
}
.contact-page .right-div .contact-info a {
	margin-top: 15px;
	display: inline-block;
	color: #171717;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-page .right-div .contact-info a:hover {
	color: #fd8636;
}
.contact-page .right-div .contact-info p {
	color: #171717;
	text-align: left;
	margin: 0;
	max-width: 270px;
}
.faq-section .title {
	max-width: 750px;
	margin: 0 auto 60px;
	text-align: center;
}
.faq-section .title p {
	font-family: "Gelasio-Medium", sans-serif;
	color: #171717;
}
.faq-section .myaccordion .card {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 8px;
	border: none;
}
.faq-section .myaccordion .card .card-header {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	position: relative;
	padding: 0;
}
.faq-section .myaccordion .card .card-header .faq-content h5 {
	font-size: 18px;
	color: #171717;
	line-height: 1.4;
	padding-right: 0;
	font-weight: normal;
	font-family: "Gelasio-Medium", sans-serif;
	margin-bottom: 10px;
	cursor: pointer;
}
@media (max-width: 991px) {
	.faq-section .myaccordion .card .card-header .faq-content h5 {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.faq-section .myaccordion .card .card-header .faq-content h5 {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.faq-section .myaccordion .card .card-header .faq-content h5 {
		font-size: 14px;
	}
}
.faq-section .myaccordion .card .card-body {
	color: rgba(23, 23, 23, 0.7);
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
}
@media (max-width: 575px) {
	.faq-section .myaccordion .card .card-body {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.faq-section .myaccordion .card .card-body {
		font-size: 14px;
	}
}
.faq-section .myaccordion .card .card-body table {
	margin: 30px 0;
}
@media (max-width: 575px) {
	.faq-section .myaccordion .card .card-body table {
		margin: 20px 0;
	}
}
.faq-section .myaccordion .card .card-body table thead tr th {
	width: 50%;
	color: #fff;
	padding: 10px;
}
.faq-section .myaccordion .card .card-body table td {
	padding: 10px;
}
.chat-now {
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(rgba(43, 48, 59, 0.76)),
			to(rgba(43, 48, 59, 0.76))
		),
		#073e3e;
	background: linear-gradient(0deg, rgba(43, 48, 59, 0.76), rgba(43, 48, 59, 0.76)), #073e3e;
	-webkit-box-shadow: 0px 4px 16px rgba(88, 88, 88, 0.06);
	box-shadow: 0px 4px 16px rgba(88, 88, 88, 0.06);
	padding: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 480px) {
	.chat-now {
		padding: 30px;
	}
}
.chat-now img {
	min-width: 100px;
}
@media (max-width: 480px) {
	.chat-now img {
		display: none;
	}
}
.chat-now .text {
	margin-left: 20px;
	text-align: center;
}
@media (max-width: 480px) {
	.chat-now .text {
		margin-left: 0;
		text-align: center;
	}
}
.chat-now .text h3 {
	font-size: 18px;
	color: #fff;
}
.chat-now .text p {
	color: #fff;
}
.chat-now .start-chat {
	margin-top: 15px;
	color: #fd8636;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: underline !important;
}
.chat-now .start-chat:hover {
	color: #fff;
}
.form-div {
	padding: 70px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 5px;
}
@media (max-width: 1399px) {
	.form-div {
		padding: 50px;
	}
}
@media (max-width: 1199px) {
	.form-div {
		padding: 40px;
	}
}
@media (max-width: 991px) {
	.form-div {
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.form-div {
		padding: 0;
	}
}
.form-div .form-title {
	color: #171717;
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
}
@media (max-width: 1399px) {
	.form-div .form-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1199px) {
	.form-div .form-title {
		font-size: 22px;
	}
}
form .user-input,
form textarea {
	padding: 10px 10px;
	color: #202020;
	background: #fff;
	border: none;
	border-bottom: 1px solid #171717;
	border-radius: 0;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	position: relative;
	line-height: 1;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
form .user-input + .form-icon,
form textarea + .form-icon {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.5;
}
form .user-input:focus,
form textarea:focus {
	outline: none;
	background: #fff;
}
form .user-input:focus + .form-icon,
form textarea:focus + .form-icon {
	opacity: 1;
}
form .user-input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.3;
	color: rgba(32, 32, 32, 0.35);
}
@media (max-width: 991px) {
	form .user-input::-webkit-input-placeholder,
	form textarea::-webkit-input-placeholder {
		font-size: 14px;
	}
}
form textarea {
	min-height: 100px !important;
	max-height: 150px;
}
form textarea + .form-icon {
	top: 20px !important;
	-webkit-transform: none !important;
	transform: none !important;
}
form .form-group {
	position: relative;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	form .form-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
form .form-btn {
	margin-top: 30px;
}
.remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
}
@media (max-width: 991px) {
	.remember {
		margin-bottom: 20px;
	}
}
.remember .form-check-input {
	background: #fff;
	border: 1px solid rgba(7, 15, 43, 0.15);
	border-radius: 5px;
}
.remember .form-check-input:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.remember .form-check-input:checked {
	background-color: #fd8636;
	border-color: #fd8636;
}
.remember .form-check-label,
.remember .forgot-pass {
	font-size: 16px;
	color: #fff;
}
@media (max-width: 991px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.remember .form-check-label,
	.remember .forgot-pass {
		font-size: 13px;
	}
}
.remember .forgot-pass {
	text-transform: capitalize;
}
.remember .forgot-pass:hover {
	color: #f37168;
}
.already {
	text-align: center;
	margin-top: 20px;
}
.already a {
	color: #fd8636;
	font-size: 16px;
	font-family: "WorkSans-Regular", sans-serif;
}
.already a:hover {
	color: #3f485c;
}
.recaptcha {
	margin-bottom: 24px;
}
@media (max-width: 1399px) {
	.recaptcha {
		margin-bottom: 22px;
	}
}
@media (max-width: 991px) {
	.recaptcha {
		margin-bottom: 20px;
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.recaptcha {
		margin-bottom: 8px;
	}
}
@media (max-width: 991px) {
	.sign-in-section .account-form {
		margin-bottom: 0;
	}
}
@media (max-width: 991px) {
	.signup-page .right-div {
		margin-top: 30px;
	}
}
.signup-page .right-div .card-block {
	background: #fff;
	border: 1px solid rgba(43, 48, 59, 0.76);
	border-radius: 8px;
	padding: 18px;
}
.signup-page .right-div .card-block:last-child {
	border: 1px solid #fd8636;
}
.signup-page .right-div .card-block.mb-25 {
	margin-bottom: 25px;
}
.signup-page .right-div .card-block p {
	color: rgba(23, 23, 23, 0.7);
	font-size: 16px;
}
.cancel-form .left-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 1199px) {
	.cancel-form .right-div img {
		max-width: 300px;
	}
}
@media (max-width: 991px) {
	.cancel-form .right-div img {
		display: none;
	}
}
.policy-content {
	font-size: 16px;
	line-height: 28px;
	color: rgba(23, 23, 23, 0.7);
	position: relative;
	overflow: inherit;
}
@media (max-width: 991px) {
	.policy-content {
		font-size: 14px;
		line-height: 22px;
	}
}
.policy-content a {
	white-space: nowrap;
	color: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
.policy-content a:hover {
	color: #3f485c;
}
@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: #171717;
	margin-bottom: 15px;
	font-family: "Gelasio-Medium", sans-serif;
	font-weight: 500;
}
@media (max-width: 991px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
	}
}
.policy-content b {
	font-size: 18px;
	color: #171717;
	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(23, 23, 23, 0.7);
	margin-bottom: 15px;
}
.policy-content .print {
	position: sticky;
	margin-left: auto;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	right: 0;
	top: 109px;
	padding: 20px 15px;
	border-radius: 12px 0 0 12px;
	background: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	z-index: 99;
	float: right;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.policy-content .print:hover {
	color: #fff;
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0px;
		padding: 10px;
		top: 22%;
	}
}
.policy-content .print img {
	margin-top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 767px) {
	.policy-content .print img {
		margin-top: 0px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
#pricingplans,
#deliverypolicy,
#paymentandbilling,
#cancellation {
	padding-top: 100px;
	margin-top: -100px;
	display: block;
}
@media (max-width: 991px) {
	#pricingplans,
	#deliverypolicy,
	#paymentandbilling,
	#cancellation {
		padding-top: 80px;
		margin-top: -80px;
	}
}
table {
	width: 100%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
	border-radius: 25px;
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
@media (max-width: 480px) {
	table {
		table-layout: auto;
	}
}
table:focus {
	outline: none;
}
table th {
	background: #fd8636;
	font-weight: 400;
	padding: 25px;
	border: none;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	border-right: 1px solid linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
	text-transform: capitalize;
}
table th:first-child {
	border-radius: 10px 0 0 0;
}
table th:last-child {
	border-right: none;
	border-radius: 0 10px 0 0;
}
@media (max-width: 1399px) {
	table th {
		padding: 20px;
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	table th {
		font-size: 18px;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
table tr {
	background-color: rgba(158, 204, 144, 0.1);
}
table tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}
table tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}
table td {
	padding: 25px 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #202020;
	border-right: 1px solid linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
table td:last-child {
	border-right: none;
}
@media (max-width: 1399px) {
	table td {
		padding: 20px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 5px;
		font-size: 12px;
	}
}
.faq table {
	margin: 15px 0;
}
.faq table tr:nth-child(odd) {
	background: #caf0ff;
}
.faq table tr td {
	border-radius: 0 !important;
}
.faq table tr th {
	background-color: #fff;
	color: #171717;
	border-color: rgba(7, 17, 68, 0.2);
	border-radius: 0;
}
.modal {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.48);
}
.modal .modal-dialog .modal-content {
	border-radius: 0;
	border: none;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.modal .modal-dialog .modal-content .btn-close {
	width: auto;
	height: auto;
	position: absolute;
	top: 25px;
	right: 25px;
	background: none;
	opacity: 1;
	line-height: 0;
	padding: 5px;
	border-radius: 5px;
}
.modal .modal-dialog .modal-content .btn-close:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-header {
		padding: 15px 0;
	}
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 30px;
	border-radius: 0 0 18px 18px;
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 20px;
	}
}
.modal .modal-dialog .modal-content .modal-body .right-div {
	text-align: end;
}
.modal .modal-dialog .modal-content .modal-body .modal-text {
	text-align: left;
}
.modal .modal-dialog .modal-content .modal-body .modal-text .modal-title {
	font-size: 60px;
	color: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
}
@media (max-width: 1600px) {
	.modal .modal-dialog .modal-content .modal-body .modal-text .modal-title {
		font-size: 54px;
	}
}
@media (max-width: 1399px) {
	.modal .modal-dialog .modal-content .modal-body .modal-text .modal-title {
		font-size: 48px;
	}
}
@media (max-width: 1199px) {
	.modal .modal-dialog .modal-content .modal-body .modal-text .modal-title {
		font-size: 40px;
	}
}
.modal .modal-dialog .modal-content .modal-body .modal-text .sub-title {
	color: rgba(32, 32, 32, 0.65);
	margin-bottom: 15px;
	font-size: 16px;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .modal-text .sub-title {
		font-size: 16px;
	}
}
.modal.welcome-modal {
	bottom: 0;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	top: auto;
}
.modal.welcome-modal .modal-dialog {
	margin: 0 0 0 auto;
	max-width: 100%;
	border-radius: 0;
}
.modal.welcome-modal .modal-dialog .modal-content {
	border-radius: 0;
}
.modal.welcome-modal .modal-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 30px 30px 90px !important;
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-body {
		padding: 20px 20px 80px 20px !important;
	}
}
.modal.welcome-modal .modal-body a {
	color: #fd8636;
}
.modal.welcome-modal .modal-body a:hover {
	color: #3f485c;
}
.modal.welcome-modal .modal-body a.common-btn {
	color: #fff;
}
.modal.welcome-modal .modal-title {
	margin-bottom: 15px;
	color: linear-gradient(234.38deg, #282c35 0.62%, #3f485c 100%);
	line-height: 1;
}
@media (min-width: 992px) {
	.modal.signin .modal-lg,
	.modal.forgot-password .modal-lg {
		max-width: 910px;
	}
}
.modal.signin .modal-lg .modal-content,
.modal.forgot-password .modal-lg .modal-content {
	padding: 75px 60px;
}
@media (max-width: 1199px) {
	.modal.signin .modal-lg .modal-content,
	.modal.forgot-password .modal-lg .modal-content {
		padding: 60px 40px;
	}
}
@media (max-width: 991px) {
	.modal.signin .modal-lg .modal-content,
	.modal.forgot-password .modal-lg .modal-content {
		padding: 40px 30px;
	}
}
.modal.signin .modal-lg .modal-content .modal-body,
.modal.forgot-password .modal-lg .modal-content .modal-body {
	padding: 0;
}
.modal.signin .modal-lg .modal-content .modal-body .title,
.modal.forgot-password .modal-lg .modal-content .modal-body .title {
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
	.modal.signin .modal-lg .modal-content .modal-body .title,
	.modal.forgot-password .modal-lg .modal-content .modal-body .title {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.modal.signin .modal-lg .modal-content .modal-body .title,
	.modal.forgot-password .modal-lg .modal-content .modal-body .title {
		margin-bottom: 20px;
	}
}
.modal.signin .modal-lg .modal-content .modal-body .title h3,
.modal.forgot-password .modal-lg .modal-content .modal-body .title h3 {
	font-size: 32px;
	color: #171717;
}
@media (max-width: 1199px) {
	.modal.signin .modal-lg .modal-content .modal-body .title h3,
	.modal.forgot-password .modal-lg .modal-content .modal-body .title h3 {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.modal.signin .modal-lg .modal-content .modal-body .title h3,
	.modal.forgot-password .modal-lg .modal-content .modal-body .title h3 {
		font-size: 24px;
	}
}
.modal.signin .modal-lg .modal-content .modal-body .title h3::first-letter,
.modal.forgot-password .modal-lg .modal-content .modal-body .title h3::first-letter {
	text-transform: uppercase;
}
.modal.signin .modal-lg .modal-content .modal-body .common-btn,
.modal.forgot-password .modal-lg .modal-content .modal-body .common-btn {
	display: block;
}
.modal.signin .modal-lg .modal-content .modal-body .common-btn::first-letter,
.modal.forgot-password .modal-lg .modal-content .modal-body .common-btn::first-letter {
	text-transform: uppercase;
}
.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;
	display: none;
}
.loader div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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;
}
#teams-dropdown-menu ul li {
	text-transform: capitalize;
}
#teams-dropdown-menu {
	border-radius: 3px;
	position: relative;
	background-color: #fff;
	cursor: pointer;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	height: 36px;
	padding: 6px;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
}
#teams-dropdown-menu .flag-text {
	font-size: 0px;
	color: #000;
}
#teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: unset !important;
	right: 0;
}
img.img-fluid.flg {
	margin-right: 10px;
}
#teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
@-webkit-keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes slidedown {
	from {
		margin-top: -25px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
#teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	float: none;
}
#teams-dropdown-menu ul li:hover {
	color: #000 !important;
	background-color: #f0f0f0;
}
#teams-dropdown-menu span.icon:before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: 0.3em solid rgba(0, 0, 0, 0);
	position: relative;
	top: 2px;
}
@media screen and (max-width: 1199px) {
	#teams-dropdown-menu {
		height: 32px;
		position: relative !important;
		background-color: #fff !important;
		cursor: pointer !important;
		width: 60px !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-right: 0px !important;
	}
	#teams-dropdown-menu .flag-text {
		font-size: 0px;
		color: #000;
		margin-right: 10px;
	}
	#teams-dropdown-menu .submenu-button {
		display: none;
	}
	#teams-dropdown-menu span.icon i {
		color: #000;
	}
	.header-main #teams-dropdown-menu {
		margin-left: auto !important;
	}
	div#dropBlock_wrapper {
		margin-right: 10px;
		margin-left: auto;
	}
	.header.sticky header nav.menu.open ul {
		margin-top: 25px;
	}
}

.cursor-default {
	cursor: default !important;
}
