*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: "Quicklime ExtBd";
	src: url("../fonts/Quicklime-ExtraBold.woff2") format("woff2"),
		url("../fonts/Quicklime-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Quicklime SemBd";
	src: url("../fonts/Quicklime-SemiBold.woff2") format("woff2"),
		url("../fonts/Quicklime-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Quicklime";
	src: url("../fonts/Quicklime-Regular.woff2") format("woff2"), url("../fonts/Quicklime-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Quicklime";
	src: url("../fonts/Quicklime-Regular.woff2") format("woff2"), url("../fonts/Quicklime-Regular.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Quicklime";
	src: url("../fonts/Quicklime-Bold.woff2") format("woff2"), url("../fonts/Quicklime-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Franklin Gothic";
	src: url("../fonts/FranklinGothic-Heavy.woff2") format("woff2"),
		url("../fonts/FranklinGothic-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Quicklime";
	font-weight: 400;
	position: relative;
	overflow-x: hidden;
	background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d1819;
	font-family: "Franklin Gothic";
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;
}
p {
	color: #1d1819;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
@media (max-width: 991px) {
	p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	p {
		font-size: 12px;
	}
}
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;
}
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: rgba(29, 24, 25, 0.3) !important;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-transition: 5000s ease-in-out 0s;
	transition: 5000s ease-in-out 0s;
}
.my-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	background: url(../images/button-back.png) no-repeat;
	background-size: 100% 100%;
	padding: 4px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: capitalize;
}
.my-button::first-letter {
	text-transform: capitalize;
}
@media (max-width: 1199px) {
	.my-button {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.my-button {
		font-size: 12px;
	}
}
.my-button .image {
	width: 34px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 0 10px;
	background: url(../images/button-arrow-back.png) no-repeat;
	background-size: 100% 100%;
}
.my-button .image img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.my-button:hover {
	color: #000;
}
.my-button:hover .image img {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.img-wrapper {
	line-height: 0;
	position: relative;
	z-index: 99;
}
body {
	position: relative;
	min-height: 100%;
}
body.blur-body {
	overflow: hidden;
}
body.blur-body:before {
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 999;
}
body.blur-body #chat-widget-container {
	z-index: 9 !important;
}
body.modal-open #chat-widget-container {
	z-index: 9 !important;
}
.section-gap.padding {
	padding: 60px 0;
}
@media (max-width: 1399px) {
	.section-gap.padding {
		padding: 50px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap.padding {
		padding: 40px 0;
	}
}
@media (max-width: 991px) {
	.section-gap.padding {
		padding: 30px 0;
	}
}
@media (max-width: 575px) {
	.section-gap.padding {
		padding: 20px 0;
	}
}
.section-gap.margin {
	margin: 60px 0;
}
@media (max-width: 1399px) {
	.section-gap.margin {
		margin: 50px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap.margin {
		margin: 40px 0;
	}
}
@media (max-width: 991px) {
	.section-gap.margin {
		margin: 30px 0;
	}
}
@media (max-width: 575px) {
	.section-gap.margin {
		margin: 20px 0;
	}
}
.section-gap-bottom {
	margin-bottom: 60px;
}
@media (max-width: 1399px) {
	.section-gap-bottom {
		margin-bottom: 50px;
	}
}
@media (max-width: 1199px) {
	.section-gap-bottom {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.section-gap-bottom {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.section-gap-bottom {
		margin-bottom: 20px;
	}
}
.breadcrubms-section {
	padding: 50px 0;
	background: url(../images/breadcrubms.png) no-repeat center;
	background-size: contain;
	background-color: #f9faff;
	overflow: hidden;
	position: relative;
}
@media (max-width: 767px) {
	.breadcrubms-section {
		padding: 40px 0;
	}
}
@media (max-width: 575px) {
	.breadcrubms-section {
		padding: 30px 0;
	}
}
.breadcrubms-section .heading h4 {
	text-align: center;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
}
.breadcrubms-section .heading h4::first-letter {
	text-transform: capitalize;
}
@media (max-width: 1399px) {
	.breadcrubms-section .heading h4 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.breadcrubms-section .heading h4 {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	.breadcrubms-section .heading h4 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.breadcrubms-section .heading h4 {
		font-size: 34px;
	}
}
@media (max-width: 575px) {
	.breadcrubms-section .heading h4 {
		font-size: 28px;
	}
}
#services,
#about {
	scroll-margin-top: 80px;
}
@media (max-width: 1399px) {
	#services,
	#about {
		scroll-margin-top: 40px;
	}
}
@media (max-width: 1199px) {
	#services,
	#about {
		scroll-margin-top: 100px;
	}
}
@media (max-width: 575px) {
	#services,
	#about {
		scroll-margin-top: 80px;
	}
}
#pricing {
	scroll-margin-top: 100px;
}
@media (max-width: 1399px) {
	#pricing {
		scroll-margin-top: 60px;
	}
}
@media (max-width: 991px) {
	#pricing {
		scroll-margin-top: 80px;
	}
}
@media (max-width: 575px) {
	#pricing {
		scroll-margin-top: 80px;
	}
}
a {
	color: #000;
}
.back-to-top {
	width: 50px;
	height: 50px;
	background: #1d1819;
	border-radius: 50px;
	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: -50px;
	right: -50px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 990;
	cursor: pointer;
}
@media (max-width: 767px) {
	.back-to-top {
		width: 40px;
		height: 40px;
	}
}
.back-to-top img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
}
@media (max-width: 767px) {
	.back-to-top img {
		padding: 12px;
	}
}
.back-to-top.show {
	bottom: 40px;
	right: 40px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
@media (max-width: 1399px) {
	.back-to-top.show {
		bottom: 30px;
		right: 30px;
	}
}
@media (max-width: 767px) {
	.back-to-top.show {
		bottom: 15px;
		right: 15px;
	}
}
#chat-widget-container {
	bottom: -10px !important;
	z-index: 9999 !important;
}
header {
	background-color: #f9faff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	z-index: 9991;
}
header.fixed-top {
	position: sticky;
	top: -150px;
}
header.fixed-top .menu {
	padding: 20px 0;
}
@media (max-width: 1199px) {
	header.fixed-top .menu {
		padding: 0;
	}
}
header.sticky-header {
	top: -85px;
	-webkit-box-shadow: 0px 20px 20px rgba(96, 96, 96, 0.16);
	box-shadow: 0px 20px 20px rgba(96, 96, 96, 0.16);
}
@media (max-width: 1199px) {
	header.sticky-header {
		top: 0;
	}
}
header .top-menu {
	width: 100%;
	padding: 0 0 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	position: relative;
}
@media (max-width: 575px) {
	header .top-menu {
		padding: 0;
		border: 0;
	}
}
header .top-menu .logo {
	max-width: 290px;
	margin: 0 260px 0 0;
}
@media (max-width: 1399px) {
	header .top-menu .logo {
		margin: 0 200px 0 0;
	}
}
@media (max-width: 1199px) {
	header .top-menu .logo {
		margin: 0;
	}
}
header .top-menu .navbar-nav {
	padding: 0 !important;
}
header .top-menu .navbar-nav .nav-item {
	margin: 0 40px 0 0;
}
@media (max-width: 1399px) {
	header .top-menu .navbar-nav .nav-item {
		margin: 0 20px 0 0;
	}
}
@media (max-width: 1199px) {
	header .top-menu .navbar-nav .nav-item {
		margin: 0 0 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
header .top-menu .navbar-nav .nav-item:last-child {
	margin: 0;
}
header .top-menu .lang_wrapper .profile {
	margin: 0 30px 0 0;
	cursor: pointer;
}
@media (max-width: 1199px) {
	header .top-menu .lang_wrapper .profile {
		margin: 0 20px 0 0;
	}
}
header .top-menu .lang_wrapper .profile img:first-child {
	margin: 0 10px 0 0;
}
header .top-menu .lang_wrapper .profile .dropdown-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .top-menu .lang_wrapper .profile .dropdown-toggle::after {
	display: none;
}
header .top-menu .lang_wrapper .profile .dropdown-toggle img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header .top-menu .lang_wrapper .profile .dropdown-toggle.show img:last-child {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
header .top-menu .lang_wrapper .profile .dropdown-menu {
	padding: 10px 0;
	border: 0;
	margin-top: 20px;
	-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);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1199px) {
	header .top-menu .lang_wrapper .profile .dropdown-menu {
		background: #e8576a;
	}
}
header .top-menu .lang_wrapper .profile .dropdown-menu .nav-item {
	display: block;
	margin: 0;
}
header .top-menu .lang_wrapper .profile .dropdown-menu .nav-item .nav-link {
	padding: 10px 20px !important;
}
header .top-menu .lang_wrapper .profile .dropdown-menu .nav-item .dropdown-item {
	background: rgba(0, 0, 0, 0);
}
header .menu {
	padding: 30px 0 0;
}
@media (max-width: 1199px) {
	header .menu {
		padding: 0;
	}
}
header .nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 80px 0 0;
}
@media (max-width: 1399px) {
	header .nav-item {
		margin: 0 60px 0 0;
	}
}
@media (max-width: 1199px) {
	header .nav-item {
		margin: 20px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
header .nav-item:last-child {
	margin: 0;
}
@media (max-width: 1199px) {
	header .nav-item:last-child {
		margin: 20px 0;
	}
}
header .nav-item img {
	margin: 0 10px 0 0;
}
header .nav-item .nav-link {
	padding: 0 !important;
	color: #1d1819;
	font-family: "Quicklime";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1199px) {
	header .nav-item .nav-link {
		color: #fff;
	}
}
header .nav-item .nav-link:hover,
header .nav-item .nav-link.active {
	color: #e8576a;
}
@media (max-width: 1199px) {
	header .nav-item .nav-link:hover,
	header .nav-item .nav-link.active {
		color: #fbac1a;
	}
}
header .navbar {
	width: 100%;
	display: block;
	padding: 30px 0 0;
}
@media (max-width: 1199px) {
	header .navbar {
		position: static;
	}
}
@media (max-width: 575px) {
	header .navbar {
		padding: 30px 0 20px 0;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse {
		width: 100%;
		background: #e8576a;
		position: absolute;
		left: 0;
	}
}
@media (max-width: 575px) {
	header .navbar .navbar-collapse {
		top: 61px;
	}
}
@media (max-width: 1399px) {
	header .navbar .logo {
		max-width: 250px;
	}
}
@media (max-width: 991px) {
	header .navbar .logo {
		max-width: 230px;
	}
}
@media (max-width: 767px) {
	header .navbar .logo {
		max-width: 200px;
	}
}
@media (max-width: 575px) {
	header .navbar .logo {
		max-width: 170px;
	}
}
header .navbar .navbar-toggler {
	padding: 0;
}
header .navbar .navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
header .navbar .navbar-toggler .hamburger {
	display: block;
}
header .navbar .navbar-toggler .hamburger .bar {
	width: 20px;
	height: 2px;
	display: block;
	color: #000;
	padding: 0;
	margin-bottom: 5px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	background-color: #000;
	margin-left: auto;
}
header .navbar .navbar-toggler .hamburger .bar:nth-child(2) {
	background-color: #e8576a;
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger .bar:nth-child(2) {
		width: 20px;
	}
}
header .navbar .navbar-toggler .hamburger .bar:nth-child(3) {
	width: calc(100% - 5px);
	margin-bottom: 0px;
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger .bar:nth-child(3) {
		width: calc(100% - 8px);
	}
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger .bar {
		margin-bottom: 4px;
	}
}
header .navbar .navbar-toggler .hamburger.active .bar:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(-315deg);
	transform: translateY(7px) rotate(-315deg);
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger.active .bar:nth-child(1) {
		-webkit-transform: translateY(6px) rotate(-315deg);
		transform: translateY(6px) rotate(-315deg);
	}
}
header .navbar .navbar-toggler .hamburger.active .bar:nth-child(2) {
	opacity: 0;
}
header .navbar .navbar-toggler .hamburger.active .bar:nth-child(3) {
	width: 100%;
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 575px) {
	header .navbar .navbar-toggler .hamburger.active .bar:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-nav {
		display: block;
		padding: 20px 0;
	}
}
@media (max-width: 991px) {
	header .navbar .navbar-nav {
		padding: 15px 0;
	}
}
@media (max-width: 575px) {
	header .navbar .navbar-nav {
		padding: 10px 0;
	}
}
footer {
	position: relative;
	overflow: hidden;
	background: url(../images/footer-back.png) no-repeat;
	background-size: 100% 100%;
}
@media (max-width: 575px) {
	footer {
		background: url(../images/footer-back-2.png) no-repeat;
		background-size: 100% 100%;
	}
}
footer .main-footer {
	padding: 60px 0 40px;
}
@media (max-width: 480px) {
	footer .main-footer {
		padding: 30px 0 20px;
	}
}
footer .main-footer .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .main-footer .block {
	height: 100%;
}
@media (max-width: 1199px) {
	footer .main-footer .block {
		height: auto;
		margin: 0 0 40px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .block {
		padding: 0 15px;
		margin: 0 0 20px;
	}
}
footer .main-footer .block .footer-about {
	height: 100%;
	padding: 60px 50px;
	background: url(../images/footer-about.png) no-repeat;
	background-size: 100% 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: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1399px) {
	footer .main-footer .block .footer-about {
		padding: 40px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .block .footer-about {
		padding: 40px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .block .footer-about {
		padding: 30px 35px 30px 15px;
	}
}
footer .main-footer .block .footer-about .logo {
	display: block;
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	footer .main-footer .block .footer-about .logo {
		width: 300px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .block .footer-about .logo {
		width: 220px;
	}
}
footer .main-footer .block .footer-about .my-button {
	margin: 0 auto 30px;
}
footer .main-footer .block .footer-about .visa {
	display: block;
	margin: 0 auto 30px;
}
footer .main-footer .block .footer-about .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #1d1819;
	font-family: "Quicklime";
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}
@media (max-width: 991px) {
	footer .main-footer .block .footer-about .encryption {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .block .footer-about .encryption {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .block .footer-about .encryption {
		font-size: 12px;
	}
}
footer .main-footer .block .footer-about .encryption img {
	margin: 0 10px 0 0;
}
footer .main-footer .main-link {
	position: relative;
}
footer .main-footer .main-link::before {
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	right: 40px;
}
@media (max-width: 1399px) {
	footer .main-footer .main-link::before {
		display: none;
	}
}
footer .main-footer .footer-links {
	margin: 0 0 40px;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-links {
		margin: 0 0 30px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links {
		margin: 0;
		padding: 0 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links.other {
		padding: 20px 0;
	}
}
footer .main-footer .footer-links:last-child {
	margin: 0;
}
footer .main-footer .footer-links .footer-title {
	color: #fff;
	font-family: "Quicklime";
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 20px;
	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;
	cursor: pointer;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links .footer-title {
		margin: 0;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links .footer-title {
		font-size: 16px;
	}
}
footer .main-footer .footer-links .footer-title[aria-expanded="true"] .footer-toggler img {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
footer .main-footer .footer-links .footer-title .footer-toggler img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer .main-footer .footer-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul {
		display: block;
		margin: 0;
	}
}
footer .main-footer .footer-links ul li {
	margin: 0 40px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-links ul li {
		margin: 0 40px 0 0;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul li {
		margin: 0;
		padding: 6px 0;
	}
	footer .main-footer .footer-links ul li:first-child {
		padding: 15px 0 6px 0;
	}
}
footer .main-footer .footer-links ul li:last-child {
	margin: 0;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul li:last-child {
		padding: 6px 0 0 0;
	}
}
footer .main-footer .footer-links ul li.contact {
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul li.contact {
		margin: 0;
	}
}
footer .main-footer .footer-links ul li p,
footer .main-footer .footer-links ul li a {
	color: #fff;
	font-family: "Quicklime";
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1199px) {
	footer .main-footer .footer-links ul li p,
	footer .main-footer .footer-links ul li a {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-links ul li p,
	footer .main-footer .footer-links ul li a {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links ul li p,
	footer .main-footer .footer-links ul li a {
		font-size: 12px;
	}
}
footer .main-footer .footer-links ul li a:hover {
	color: #fbac1a;
}
footer .main-footer .footer-links ul li img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
	margin: 0 15px 0 0;
}
@media (max-width: 480px) {
	footer .main-footer .footer-links ul li img {
		margin: 0 10px 0 0;
	}
}
footer .main-footer .footer-content {
	height: 100%;
	padding: 80px 90px;
	background: url(../images/footer-content.png) no-repeat;
	background-size: 100% 100%;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-content {
		padding: 70px 70px;
	}
}
@media (max-width: 1199px) {
	footer .main-footer .footer-content {
		padding: 50px 70px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-content {
		padding: 20px 30px;
	}
}
footer .sub-footer p {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}
@media (max-width: 1399px) {
	footer .sub-footer p {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	footer .sub-footer p {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	footer .sub-footer p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	footer .sub-footer p {
		padding: 20px 0 60px 0;
	}
}
@media (max-width: 575px) {
	footer .sub-footer p {
		font-size: 12px;
		padding: 20px 30px 70px;
	}
}
.banner-section {
	position: relative;
	overflow-x: hidden;
	padding: 100px 0 30px;
	background: url(../images/banner-back.webp) no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #f9faff;
}
@media (max-width: 1399px) {
	.banner-section {
		padding: 80px 0 30px;
	}
}
@media (max-width: 1199px) {
	.banner-section {
		padding: 60px 0 20px;
	}
}
@media (max-width: 991px) {
	.banner-section {
		padding: 40px 0 20px;
	}
}
@media (max-width: 575px) {
	.banner-section {
		background: url(../images/banner-back-2.webp) no-repeat;
		background-size: 100% 100%;
	}
}
.banner-section .banner-content h1 {
	font-size: 60px;
	margin: 0 0 50px;
}
@media (max-width: 1399px) {
	.banner-section .banner-content h1 {
		font-size: 50px;
	}
}
@media (max-width: 1199px) {
	.banner-section .banner-content h1 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.banner-section .banner-content h1 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.banner-section .banner-content h1 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.banner-section .banner-content h1 {
		font-size: 26px;
	}
}
@media (max-width: 1199px) {
	.banner-section .banner-content h1 {
		margin: 0 0 30px;
	}
}
@media (max-width: 991px) {
	.banner-section .image_wrapper {
		margin: 0 0 30px;
	}
}
.banner-section .text_wrapper {
	margin: 0 0 80px;
}
@media (max-width: 1199px) {
	.banner-section .text_wrapper {
		margin: 0;
	}
}
@media (max-width: 991px) {
	.banner-section .text_wrapper {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.banner-section .text_wrapper {
		max-width: 240px;
		margin: auto;
	}
}
@media (max-width: 991px) {
	.banner-section .text_wrapper > img {
		max-width: 40px;
	}
}
@media (max-width: 480px) {
	.banner-section .text_wrapper > img {
		max-width: 30px;
	}
}
.banner-section .text_wrapper span {
	display: block;
	color: #1d1819;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	margin: 15px 0;
}
@media (max-width: 1399px) {
	.banner-section .text_wrapper span {
		font-size: 26px;
	}
}
@media (max-width: 1199px) {
	.banner-section .text_wrapper span {
		font-size: 22px;
		margin: 10px 0;
	}
}
@media (max-width: 575px) {
	.banner-section .text_wrapper span {
		font-size: 18px;
		margin: 5px 0;
		padding: 0 30px;
	}
}
.banner-section .text_wrapper p {
	margin: 0 0 20px;
}
@media (max-width: 1199px) {
	.banner-section .text_wrapper p {
		margin: 0 0 15px;
	}
}
@media (max-width: 991px) {
	.banner-section .text_wrapper .my-button {
		margin: auto;
	}
}
#pricing {
	background: url(../images/pricing-bg.svg) no-repeat center;
	background-size: 100% 100%;
}
#pricing .pricing-section {
	background: url(../images/pricing-back-1.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 0;
}
@media (max-width: 767px) {
	#pricing .pricing-section {
		background: url(../images/pricing-back-1-1.png) no-repeat;
		background-size: 100% 100%;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section {
		padding: 30px 0;
	}
}
#pricing .pricing-section .title-content {
	text-align: center;
	margin: 0 0 40px;
}
@media (max-width: 575px) {
	#pricing .pricing-section .title-content {
		margin: 0 0 20px;
	}
}
#pricing .pricing-section .title-content h2 {
	font-size: 50px;
	color: #fff;
	margin: 0 0 20px;
}
@media (max-width: 1399px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .title-content h2 {
		font-size: 26px;
	}
}
#pricing .pricing-section .title-content p {
	color: #fff;
}
#pricing .pricing-section .pricing-block {
	position: relative;
	background: url(../images/pricing-back-2.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 90px 30px;
}
@media (max-width: 1199px) {
	#pricing .pricing-section .pricing-block {
		padding: 40px 70px 30px;
	}
}
@media (max-width: 767px) {
	#pricing .pricing-section .pricing-block {
		background: url(../images/pricing-back-2-2.png) no-repeat;
		background-size: 100% 100%;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .pricing-block {
		padding: 40px 60px 30px;
	}
}
@media (max-width: 480px) {
	#pricing .pricing-section .pricing-block {
		padding: 20px 50px;
	}
}
#pricing .pricing-section .block {
	margin: 0 0 30px;
}
@media (max-width: 575px) {
	#pricing .pricing-section .block {
		margin: 0 0 20px;
	}
}
#pricing .pricing-section .block .pricing-box {
	height: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-right: 1px solid rgba(29, 24, 25, 0.4);
	-webkit-filter: blur(4px);
	filter: blur(4px);
	cursor: pointer;
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box {
		border: 0;
	}
}
#pricing .pricing-section .block .pricing-box.active {
	-webkit-filter: blur(0);
	filter: blur(0);
}
#pricing .pricing-section .block .pricing-box.silver-plan {
	border: 0;
}
#pricing .pricing-section .block .pricing-box.silver-plan .box-content {
	padding: 0 0 0 40px;
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box.silver-plan .box-content {
		padding: 0;
		margin: 0;
	}
}
#pricing .pricing-section .block .pricing-box .box-content {
	padding: 0 40px 0 0;
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content {
		padding: 0;
		margin: 0 0 30px;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button {
	width: 100%;
	padding: 0 0 40px;
	border-bottom: 1px solid rgba(29, 24, 25, 0.4);
}
@media (max-width: 1199px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button {
		padding: 0 0 30px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button {
		padding: 0 0 15px;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .custom-check-box {
	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: 50px;
	height: 50px;
	border: 1px solid #e8576a;
	border-radius: 8px;
	margin: 0 20px 0 0;
	cursor: pointer;
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .custom-check-box {
		width: 40px;
		height: 40px;
		padding: 10px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .custom-check-box {
		width: 30px;
		height: 30px;
		padding: 6px;
		margin: 0 10px 0 0;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
	color: #1d1819;
	font-family: "Quicklime";
	font-size: 44px;
	font-weight: 700;
}
@media (max-width: 1399px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .title .plan-title {
		font-size: 20px;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
	color: #1d1819;
	font-family: "Quicklime";
	font-size: 34px;
	letter-spacing: 3.4px;
}
@media (max-width: 1399px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	#pricing .pricing-section .block .pricing-box .box-content .plan-button .price {
		font-size: 16px;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item {
	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;
	padding: 20px 0;
	border-bottom: 1px solid rgba(29, 24, 25, 0.4);
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item {
		padding: 12px 0;
	}
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item svg {
		width: 10px;
		height: 9px;
	}
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item:last-child {
		border: 0;
	}
}
#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
	font-size: 22px;
	line-height: 1.2;
}
@media (max-width: 1399px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	#pricing .pricing-section .block .pricing-box .box-content .pricing-content .item p {
		font-size: 14px;
	}
}
#pricing .pricing-section .block .pricing-box.active .box-content .plan-button .title .custom-check-box {
	background: #e8576a;
}
.service-section {
	position: relative;
}
.service-section.service-1 {
	background: url(../images/service-bg.webp) no-repeat center;
	background-size: contain;
}
@media (max-width: 575px) {
	.service-section.service-1 {
		background: url(../images/service-bg-1-1.webp) no-repeat center;
		background-size: contain;
	}
}
.service-section.service-2 {
	padding: 60px 0;
	background: url(../images/service-bg-2.webp) no-repeat center;
	background-color: #f9faff;
	background-size: contain;
}
@media (max-width: 575px) {
	.service-section.service-2 {
		padding: 30px 0;
		background: url(../images/service-bg-2-2.webp) no-repeat center;
		background-color: #f9faff;
		background-size: contain;
	}
}
.service-section.service-3 {
	background: url(../images/service-bg-3.webp) no-repeat center;
	background-size: contain;
}
@media (max-width: 575px) {
	.service-section.service-3 {
		background: url(../images/service-bg-3-3.webp) no-repeat center;
		background-size: contain;
	}
}
.service-section .section-title {
	margin: 0 0 40px;
}
@media (max-width: 575px) {
	.service-section .section-title {
		margin: 0 0 20px;
	}
}
.service-section .section-title h2 {
	font-size: 50px;
}
@media (max-width: 1399px) {
	.service-section .section-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.service-section .section-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.service-section .section-title h2 {
		font-size: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.service-section .section-title h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.service-section .section-title h2 {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.service-section .section-content .img-wrapper {
		margin: 0 0 20px;
	}
}
.service-section .section-content .img-wrapper img {
	display: block;
}
@media (max-width: 575px) {
	.service-section .section-content .img-wrapper img {
		width: 400px;
		margin: auto;
	}
}
@media (max-width: 480px) {
	.service-section .section-content .img-wrapper img {
		width: 280px;
	}
}
.service-section .section-content .img-wrapper p {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 60px;
}
@media (max-width: 1399px) {
	.service-section .section-content .img-wrapper p {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.service-section .section-content .img-wrapper p {
		font-size: 16px;
		margin: 0 0 40px;
	}
}
@media (max-width: 767px) {
	.service-section .section-content .img-wrapper p {
		font-size: 14px;
		margin: 0 0 20px;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .img-wrapper p {
		font-size: 12px;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.service-section .section-content .service-content {
		text-align: center;
	}
}
.service-section .section-content .service-content.service-content-2 {
	margin: 0 0 40px;
}
@media (max-width: 991px) {
	.service-section .section-content .service-content.service-content-2 {
		margin: 0 0 20px;
	}
}
.service-section .section-content .service-content.service-content-3 {
	text-align: start;
}
@media (max-width: 575px) {
	.service-section .section-content .service-content.service-content-3 {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .service-content .text-wrapper {
		margin: 0 0 20px;
	}
}
.service-section .section-content .service-content .text-wrapper span {
	color: #1d1819;
	font-family: "Quicklime";
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 15px;
}
@media (max-width: 1399px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 28px;
	}
}
@media (max-width: 1199px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 22px;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .service-content .text-wrapper span {
		font-size: 20px;
	}
}
.service-section .section-content .service-content .text-wrapper ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin: 0 0 30px;
}
@media (max-width: 1199px) {
	.service-section .section-content .service-content .text-wrapper ul li {
		margin: 0 0 20px;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .service-content .text-wrapper ul li {
		display: block;
	}
}
.service-section .section-content .service-content .text-wrapper ul li:last-child {
	margin: 0;
}
.service-section .section-content .service-content .text-wrapper ul li img {
	margin: 8px 15px 0 0;
}
.service-section .section-content .service-content .text-wrapper ul li p {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
@media (max-width: 1399px) {
	.service-section .section-content .service-content .text-wrapper ul li p {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.service-section .section-content .service-content .text-wrapper ul li p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.service-section .section-content .service-content .text-wrapper ul li p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.service-section .section-content .service-content .text-wrapper ul li p {
		font-size: 12px;
		text-align: center;
	}
}
.about {
	background: url(../images/about-back.webp) no-repeat center;
	background-size: contain;
}
@media (max-width: 575px) {
	.about {
		background: url(../images/about-back-2.webp) no-repeat center;
		background-size: contain;
	}
}
.about .section-content .section-title h2 {
	font-size: 50px;
	text-align: center;
	margin: 0 0 60px;
}
@media (max-width: 1399px) {
	.about .section-content .section-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.about .section-content .section-title h2 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.about .section-content .section-title h2 {
		font-size: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.about .section-content .section-title h2 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.about .section-content .section-title h2 {
		font-size: 26px;
	}
}
@media (max-width: 1399px) {
	.about .section-content .section-title h2 {
		margin: 0 0 40px;
	}
}
@media (max-width: 575px) {
	.about .section-content .section-title h2 {
		margin: 0 0 20px;
	}
}
.about .section-content .about-content .img-wrapper img {
	display: block;
	margin: auto;
}
@media (max-width: 575px) {
	.about .section-content .about-content .img-wrapper img {
		width: 400px;
	}
}
@media (max-width: 480px) {
	.about .section-content .about-content .img-wrapper img {
		width: 280px;
	}
}
@media (max-width: 991px) {
	.about .section-content .about-content .text-wrapper {
		text-align: center;
	}
}
.about .section-content .about-content .text-wrapper > p {
	margin: 0 0 20px;
}
.about .section-content .about-content .text-wrapper ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin: 0 0 20px;
}
@media (max-width: 991px) {
	.about .section-content .about-content .text-wrapper ul li {
		display: block;
	}
}
.about .section-content .about-content .text-wrapper ul li:last-child {
	margin: 0;
}
.about .section-content .about-content .text-wrapper ul li img {
	display: block;
	margin: 8px 15px 0 0;
}
@media (max-width: 991px) {
	.about .section-content .about-content .text-wrapper ul li img {
		margin: 0 auto 5px;
	}
}
.about .section-content .about-content .text-wrapper ul li p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
@media (max-width: 1399px) {
	.about .section-content .about-content .text-wrapper ul li p {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.about .section-content .about-content .text-wrapper ul li p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.about .section-content .about-content .text-wrapper ul li p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.about .section-content .about-content .text-wrapper ul li p {
		font-size: 12px;
		text-align: center;
	}
}
.about .section-content .about-content .text-wrapper .my-button {
	margin: auto;
}
.contact-us-section .contact-us-block {
	padding: 60px 20px 60px 40px;
	background: #f9faff;
	border-radius: 30px;
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block {
		padding: 40px 30px;
	}
}
@media (max-width: 575px) {
	.contact-us-section .contact-us-block {
		padding: 30px;
	}
}
.contact-us-section .contact-us-block .content {
	padding: 20px;
	background: url(../images/content.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block .content {
		margin: 0 0 30px;
	}
}
@media (max-width: 575px) {
	.contact-us-section .contact-us-block .content {
		padding: 15px;
	}
}
.contact-us-section .contact-us-block .content .dummy-box {
	width: 100%;
	height: calc(100% - 40px);
	background: url(../images/box.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	left: 20px;
}
@media (max-width: 575px) {
	.contact-us-section .contact-us-block .content .dummy-box {
		top: 15px;
		left: 15px;
		height: calc(100% - 30px);
	}
}
.contact-us-section .contact-us-block .content .detail {
	padding: 0 40px 40px 40px;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block .content .detail {
		padding: 30px;
	}
}
@media (max-width: 375px) {
	.contact-us-section .contact-us-block .content .detail {
		padding: 20px;
	}
}
.contact-us-section .contact-us-block .content .detail .header {
	max-width: 420px;
	padding: 45px 40px;
	background: url(../images/header.png) no-repeat;
	background-size: 100% 100%;
	margin: -40px auto 40px;
}
.contact-us-section .contact-us-block .content .detail .header > img {
	width: 100%;
}
@media (max-width: 1399px) {
	.contact-us-section .contact-us-block .content .detail .header {
		padding: 60px 70px;
	}
}
@media (max-width: 1199px) {
	.contact-us-section .contact-us-block .content .detail .header {
		padding: 50px 60px;
		margin: -40px auto 30px;
	}
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block .content .detail .header {
		max-width: 300px;
		padding: 50px;
		margin: 0 auto 20px;
		display: none;
	}
}
.contact-us-section .contact-us-block .content .detail .box .text {
	color: #fff;
	font-family: "Quicklime";
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
}
@media (max-width: 1399px) {
	.contact-us-section .contact-us-block .content .detail .box .text {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.contact-us-section .contact-us-block .content .detail .box .text {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.contact-us-section .contact-us-block .content .detail .box .text {
		text-align: center;
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.contact-us-section .contact-us-block .content .detail .box .text {
		font-size: 14px;
	}
}
.contact-us-section .contact-us-block .content .detail .box .text a {
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contact-us-section .contact-us-block .content .detail .box .text a:hover {
	color: #e8576a;
}
.contact-us-section .contact-us-block .content .detail .box .text.sign-up-text {
	font-size: 16px;
}
@media (max-width: 480px) {
	.contact-us-section .contact-us-block .content .detail .box .text.sign-up-text {
		font-size: 14px;
	}
}
.cancel-ms .cancel-wrapper {
	padding: 60px 40px;
	background: #f9faff;
	border-radius: 30px;
}
@media (max-width: 991px) {
	.cancel-ms .cancel-wrapper {
		padding: 40px;
	}
}
@media (max-width: 767px) {
	.cancel-ms .cancel-wrapper {
		padding: 40px 30px;
	}
}
@media (max-width: 575px) {
	.cancel-ms .cancel-wrapper {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.cancel-ms .cancel-wrapper .img-wrapper {
		margin: 0 0 30px;
	}
}
.cancel-ms .cancel-wrapper .img-wrapper img {
	display: block;
}
@media (max-width: 575px) {
	.cancel-ms .cancel-wrapper .img-wrapper img {
		width: 400px;
		margin: auto;
	}
}
@media (max-width: 991px) {
	.cancel-ms .cancel-wrapper .text-wrapper {
		text-align: center;
	}
}
.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 15px;
}
@media (max-width: 1399px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.cancel-ms .cancel-wrapper .text-wrapper .form-title h5 {
		font-size: 20px;
		margin: 0 0 10px;
	}
}
.cancel-ms .cancel-wrapper .text-wrapper p {
	margin: 0 0 40px;
}
@media (max-width: 1399px) {
	.cancel-ms .cancel-wrapper .text-wrapper p {
		margin: 0 0 30px;
	}
}
@media (max-width: 575px) {
	.cancel-ms .cancel-wrapper .text-wrapper p {
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	.faq-section .faq-wrapper .text-wrapper {
		text-align: center;
		margin: 0 0 50px;
	}
}
.faq-section .faq-wrapper .text-wrapper .faq-title {
	margin: 0 0 60px;
}
@media (max-width: 767px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title {
		margin: 0 0 30px;
	}
}
.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}
@media (max-width: 1399px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .text-wrapper .faq-title h4 {
		font-size: 20px;
	}
}
.faq-section .faq-wrapper .text-wrapper .img-wrapper img {
	display: block;
}
@media (max-width: 575px) {
	.faq-section .faq-wrapper .text-wrapper .img-wrapper img {
		width: 400px;
		margin: auto;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .text-wrapper .img-wrapper img {
		width: 280px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item {
	border: 0;
	background: #f9faff;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 0 20px;
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item {
		border-radius: 10px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button {
	background: #f9faff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px;
	border-radius: 0;
	position: relative;
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button {
		padding: 20px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button p {
	display: block;
	color: #1d1819;
	font-family: "Quicklime";
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 100px 0 0;
}
@media (max-width: 1199px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button p {
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button p {
		font-size: 15px;
		padding: 0 80px 0 0;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button p {
		font-size: 14px;
		padding: 0 40px 0 0;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
	display: none;
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button .icon {
	margin: 0 20px 0 0;
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button .icon {
		display: none;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button .icon:last-child {
	margin: 0;
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button .icon img {
	display: block;
	max-width: 60px;
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button svg {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button svg {
		right: 15px;
	}
}
.faq-section .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button svg path {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.faq-section
	.faq-wrapper
	.accordion
	.accordion-item
	.accordion-header
	.accordion-button[aria-expanded="true"]
	svg
	path:last-child {
	opacity: 0;
}
.faq-section .faq-wrapper .accordion .accordion-body {
	padding: 0 150px 20px 90px;
}
@media (max-width: 1199px) {
	.faq-section .faq-wrapper .accordion .accordion-body {
		padding: 0 50px 20px 90px;
	}
}
@media (max-width: 767px) {
	.faq-section .faq-wrapper .accordion .accordion-body {
		padding: 0 20px 20px 90px;
	}
}
@media (max-width: 575px) {
	.faq-section .faq-wrapper .accordion .accordion-body {
		padding: 0 100px 20px 90px;
	}
}
@media (max-width: 480px) {
	.faq-section .faq-wrapper .accordion .accordion-body {
		padding: 0 50px 20px 20px;
	}
}
.account-form .form-title h5 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 40px;
}
@media (max-width: 1399px) {
	.account-form .form-title h5 {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.account-form .form-title h5 {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.account-form .form-title h5 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.account-form .form-title h5 {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.account-form .form-title h5 {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.account-form .form-title h5 {
		font-size: 20px;
		margin: 0 0 10px;
	}
}
.account-form > p a {
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.account-form > p a:hover {
	color: #e8576a;
}
form label {
	width: 100%;
	display: block;
	text-align: left;
	color: #1d1819;
	font-family: "Quicklime";
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
@media (max-width: 767px) {
	form label {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	form label {
		font-size: 15px;
	}
}
form .user-input,
form textarea {
	outline: none;
	border: 0;
	resize: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	color: rgba(29, 24, 25, 0.3);
	background: rgba(0, 0, 0, 0);
	padding: 0 0 10px;
	border-bottom: 1px solid rgba(29, 24, 25, 0.3);
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 20px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 480px) {
	form .user-input,
	form textarea {
		font-size: 13px;
	}
}
form .user-input.support,
form textarea.support {
	margin: 0 0 30px;
}
form .user-input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form .user-input::-moz-placeholder,
form textarea::-moz-placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form .user-input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form .user-input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form .user-input::placeholder,
form textarea::placeholder {
	font-size: 14px;
	line-height: 1.2;
	color: rgba(29, 24, 25, 0.3);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 480px) {
	form .user-input::-webkit-input-placeholder,
	form textarea::-webkit-input-placeholder {
		font-size: 13px;
	}
	form .user-input::-moz-placeholder,
	form textarea::-moz-placeholder {
		font-size: 13px;
	}
	form .user-input:-ms-input-placeholder,
	form textarea:-ms-input-placeholder {
		font-size: 13px;
	}
	form .user-input::-ms-input-placeholder,
	form textarea::-ms-input-placeholder {
		font-size: 13px;
	}
	form .user-input::placeholder,
	form textarea::placeholder {
		font-size: 13px;
	}
}
form .user-input:focus,
form .user-input:hover,
form textarea:focus,
form textarea:hover {
	color: rgba(29, 24, 25, 0.8);
	border-bottom: 1px solid rgba(29, 24, 25, 0.8);
}
form .user-input:focus::-webkit-input-placeholder,
form .user-input:hover::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder,
form textarea:hover::-webkit-input-placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .user-input:focus::-moz-placeholder,
form .user-input:hover::-moz-placeholder,
form textarea:focus::-moz-placeholder,
form textarea:hover::-moz-placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .user-input:focus:-ms-input-placeholder,
form .user-input:hover:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder,
form textarea:hover:-ms-input-placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .user-input:focus::-ms-input-placeholder,
form .user-input:hover::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder,
form textarea:hover::-ms-input-placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .user-input:focus::placeholder,
form .user-input:hover::placeholder,
form textarea:focus::placeholder,
form textarea:hover::placeholder {
	color: rgba(29, 24, 25, 0.8);
}
form .form-group {
	position: relative;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 767px) {
	form .form-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 575px) {
	form .form-group .g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@media (max-width: 991px) {
	form button {
		margin: auto;
	}
}
form button.sign-up-button {
	margin: 0 0 30px;
}
@media (max-width: 991px) {
	form button.sign-up-button {
		margin: 0 auto 20px;
	}
}
.form-footer {
	background: #fbac1a;
	padding: 30px 60px;
	position: relative;
	margin-top: 30px;
	border-radius: 12px;
}
@media (max-width: 1199px) {
	.form-footer {
		margin-top: 25px;
		padding: 25px 50px;
	}
}
@media (max-width: 991px) {
	.form-footer {
		margin-top: 20px;
		padding: 20px 30px;
	}
}
.form-footer .sub-title {
	font-size: 16px;
}
.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: #e8576a;
	border-color: #e8576a;
}
.remember .form-check-label,
.remember .forgot-pass {
	font-size: 16px;
	color: #1d1819;
}
@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;
}
.form-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}
.form-check-input {
	margin-right: 10px;
	margin-top: 0;
	vertical-align: middle;
}
.already {
	color: #fff;
}
@media (max-width: 575px) {
	.already {
		font-size: 14px;
	}
}
.already a {
	text-transform: capitalize;
}
.recaptcha {
	margin-bottom: 24px;
}
@media (max-width: 1399px) {
	.recaptcha {
		margin-bottom: 22px;
	}
}
@media (max-width: 991px) {
	.recaptcha {
		margin-bottom: 20px;
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.recaptcha {
		margin-bottom: 8px;
	}
}
@media (max-width: 991px) {
	.sign-in-section .account-form {
		margin-bottom: 0;
	}
}
.policy-content {
	font-family: "Quicklime";
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	position: relative;
	overflow: inherit;
}
@media (max-width: 991px) {
	.policy-content {
		font-size: 14px;
		line-height: 22px;
	}
}
.policy-content a {
	color: #e8576a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.policy-content a:hover {
	color: #fbac1a;
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-family: "Quicklime";
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px;
	text-transform: inherit;
}
@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: 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-family: "Quicklime";
	font-size: 18px;
	color: #000;
	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: 1.2;
	margin-bottom: 15px;
}
.policy-content .print {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: sticky;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;
	right: 0;
	top: 100px;
	z-index: 99;
	background: #39bced;
	padding: 20px 15px;
	border-radius: 0 12px 12px 0px;
	-webkit-box-shadow: 0px 4px 60px rgba(191, 191, 191, 0.2);
	box-shadow: 0px 4px 60px rgba(191, 191, 191, 0.2);
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	cursor: pointer;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1399px) {
	.policy-content .print {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.policy-content .print {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.policy-content .print {
		font-size: 0px;
		padding: 12px;
	}
}
.policy-content .print svg {
	margin-top: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.policy-content .print svg path {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1199px) {
	.policy-content .print svg {
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.policy-content .print svg {
		margin-top: 0px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
.policy-content .print:hover {
	background: #e8576a;
	color: #fff;
}
.policy-content .print:hover svg path:nth-child(3) {
	fill: #39bced;
}
#pricingplans,
#deliverypolicy,
#cancellation,
#paymentandbilling {
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}
@media (max-width: 575px) {
	#pricingplans,
	#deliverypolicy,
	#cancellation,
	#paymentandbilling {
		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;
}
@media (max-width: 767px) {
	table {
		table-layout: fixed;
	}
}
@media (max-width: 480px) {
	table {
		table-layout: auto;
	}
}
table:focus {
	outline: none;
}
table th {
	background: #e8576a;
	font-weight: 400;
	padding: 30px 30px 35px 30px;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 1px solid #1a1a1a;
	text-transform: capitalize;
}
table th:first-child {
	border-radius: 12px 0 0 0;
	border-left: 1px solid #1a1a1a;
}
table th:last-child {
	border-right: 1px solid #1a1a1a;
	border-radius: 0 12px 0 0;
}
@media (max-width: 1399px) {
	table th {
		padding: 25px;
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	table th {
		font-size: 20px;
		padding: 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 10px;
		font-size: 12px;
	}
}
table tr {
	background: #fff;
}
table tr:nth-child(even) {
	background: #fadde1;
}
table td {
	padding: 25px 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	border-right: 1px solid rgba(26, 26, 26, 0.4);
	border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
table td:first-child {
	border-left: 1px solid rgba(26, 26, 26, 0.4);
}
@media (max-width: 1399px) {
	table td {
		padding: 20px 25px;
	}
}
@media (max-width: 1199px) {
	table td {
		padding: 20px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 13px;
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		padding: 15px 10px;
		font-size: 12px;
	}
}
table tbody {
	-webkit-box-shadow: 0 10px 20px 5px rgba(7, 17, 68, 0.2);
	box-shadow: 0 10px 20px 5px rgba(7, 17, 68, 0.2);
	border-radius: 12px;
}
table tbody tr {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}
table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 12px;
}
table tbody tr:last-child td:last-child {
	border-radius: 0 0 12px 0;
}
.faq table th {
	padding: 20px 30px;
}
@media (max-width: 1399px) {
	.faq table th {
		font-size: 20px;
		padding: 20px;
	}
}
@media (max-width: 991px) {
	.faq table th {
		font-size: 18px;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.faq table th {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.faq table th {
		padding: 15px 10px;
	}
}
.modal {
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	z-index: 9992;
}
.modal.welcome-modal .modal-dialog {
	height: 100%;
	max-width: 580px;
	margin: auto;
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog {
		max-width: 500px;
	}
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-dialog {
		max-width: 400px;
	}
}
@media (max-width: 480px) {
	.modal.welcome-modal .modal-dialog {
		max-width: 280px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content {
	border: 0;
	padding: 20px 20px 30px 20px;
	background: url(../images/welcome-modal-bg.png) no-repeat;
	background-size: 100% 100%;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body {
	padding: 40px 120px 30px 35px;
	background: url(../images/modal-body-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body {
		padding: 30px 80px 30px 30px;
	}
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body {
		padding: 30px;
	}
}
@media (max-width: 480px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body {
		padding: 20px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .close {
	position: absolute;
	top: 20px;
	right: 30px;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
	color: #1d1819;
	font-family: "Franklin Gothic";
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}
@media (max-width: 1399px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 36px;
	}
}
@media (max-width: 1199px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 32px;
		margin: 0 0 10px;
	}
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
		font-size: 26px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p {
	display: block;
	margin: 0 0 20px;
}
@media (max-width: 991px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body p {
		margin: 0 0 15px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p a {
	font-weight: 700;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p a:hover {
	color: #e8576a;
}
.modal-backdrop {
	background: rgba(255, 255, 255, 0.4);
}
.lang-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 1199px) {
	.lang-wrapper {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 10px;
	}
}
.lang-wrapper #dropBlock_wrapper {
	margin: 0;
}
.lang-wrapper #dropBlock_wrapper .goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}
.lang-wrapper #dropBlock_wrapper #google_translate_element {
	position: fixed;
	z-index: 999;
	top: -999px;
}
.lang-wrapper #dropBlock_wrapper .loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu {
	border-radius: 3px;
	position: relative;
	background-color: #efeaf5;
	cursor: pointer;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	padding: 5px;
}
.lang-wrapper #dropBlock_wrapper #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;
	right: 0;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu ul li {
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0;
	float: none;
	text-transform: capitalize;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu ul li img {
	margin-right: 5px;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu ul li:hover {
	color: #000;
	background-color: #f0f0f0;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu ul.active {
	display: block;
	-webkit-animation: slidedown 0.2s;
	animation: slidedown 0.2s;
	top: 50px;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu .flag-text {
	margin-right: 10px;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu span.icon .fa {
	display: none;
}
.lang-wrapper #dropBlock_wrapper #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;
}
.lang-wrapper #dropBlock_wrapper #teams-dropdown-menu span.icon i {
	color: #000;
}
.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;
}
.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 {
	border-radius: 3px;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
@media (max-width: 1199px) {
	#teams-dropdown-menu {
		margin: 0 20px 0 0;
	}
}
@media (max-width: 480px) {
	#teams-dropdown-menu {
		margin: 0 10px 0 0;
	}
}
#teams-dropdown-menu .flag-text {
	font-size: 16px;
	margin: 0 10px 0 0;
}
@media (max-width: 767px) {
	#teams-dropdown-menu .flag-text {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	#teams-dropdown-menu .flag-text {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	#teams-dropdown-menu .flag-text {
		font-size: 13px;
		margin: 0 5px 0 0;
	}
}
#teams-dropdown-menu .translate-btn {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#teams-dropdown-menu .translate-btn.active {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 99;
	padding: 0;
	left: unset !important;
	right: 0;
}
#teams-dropdown-menu ul.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;
	text-transform: capitalize;
}
#teams-dropdown-menu ul li:hover {
	color: #000 !important;
	background-color: #f0f0f0;
}
#teams-dropdown-menu ul img.img-fluid.flg {
	margin-right: 10px;
}
.fr_wrapper .banner-section .banner-content h1 {
	font-size: 52px;
}
@media (max-width: 1399px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 38px;
	}
}
@media (max-width: 991px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.fr_wrapper .banner-section .banner-content h1 {
		font-size: 20px;
	}
}
@media (min-width: 1400px) {
	.fr_wrapper #pricing .pricing-section .title-content h2 {
		font-size: 45px;
	}
}
.fr_wrapper footer .main-footer .footer-content {
	padding: 80px 60px;
}
@media (min-width: 1400px) {
	.fr_wrapper footer .main-footer .footer-links ul li a {
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	.fr_wrapper footer .main-footer .footer-links ul li a {
		font-size: 14px;
	}
}
.fr_wrapper footer .main-footer .footer-links ul li {
	margin: 0 20px 0 0;
}
.fr_wrapper footer .main-footer .footer-links ul li.contact {
	margin: 0 0 20px 0;
}
.fr_wrapper .faq table th {
	font-size: 15px;
}
@media (max-width: 767px) {
	.fr_wrapper .faq table th {
		padding: 15px 8px;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.fr_wrapper table td {
		padding: 15px 8px;
		font-size: 12px;
	}
}
@media (max-width: 575px) {
	.fr_wrapper .faq table th {
		font-size: 13px;
	}
}
font {
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.p_first_capitalize::first-letter {
	text-transform: capitalize;
}
