*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
	font-family: "Galano Grotesque";
	src:
		url("../fonts/GalanoGrotesque-Regular.woff2") format("woff2"),
		url("../fonts/GalanoGrotesque-Regular.woff") format("woff");
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "Galano Grotesque";
	src:
		url("../fonts/GalanoGrotesque-Medium.woff2") format("woff2"),
		url("../fonts/GalanoGrotesque-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Galano Grotesque";
	src:
		url("../fonts/GalanoGrotesque-SemiBold.woff2") format("woff2"),
		url("../fonts/GalanoGrotesque-SemiBold.woff") format("woff");
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src:
		url("../fonts/Nunito-Bold.woff2") format("woff2"),
		url("../fonts/Nunito-Bold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Galano Grotesque";
	font-weight: 400;
	position: relative;
}
html {
	scroll-behavior: unset !important;
}
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;
	font-size: 100%;
	list-style: none;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
button {
	background: rgba(0, 0, 0, 0);
	border: 0;
	outline: none;
	cursor: pointer;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	cursor: pointer;
}
div#chat-widget-container {
	left: 0 !important;
	bottom: -10px !important;
	z-index: 99 !important;
}
.main-wrapper {
	padding-top: 120px;
}
.main-wrapper.home-page {
	position: relative;
}
.main-wrapper.home-page::before {
	content: "";
	width: 100%;
	height: calc(100% - 150px);
	background: url(../images/main.svg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}
@media (max-width: 991px) {
	.main-wrapper.home-page::before {
		background: url(../images/main-2.svg) no-repeat;
		background-size: contain;
		background-position: center;
		height: 100%;
		bottom: auto;
		top: 20px;
	}
}
@media (max-width: 575px) {
	.main-wrapper.home-page::before {
		display: none;
	}
}
p {
	display: block;
	color: #4d4b63;
	font-family: "Galano Grotesque";
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}
@media (max-width: 575px) {
	p {
		font-size: 14px;
	}
}
.section-gap {
	padding: 75px 0;
}
@media (max-width: 1399px) {
	.section-gap {
		padding: 65px 0;
	}
}
@media (max-width: 991px) {
	.section-gap {
		padding: 55px 0;
	}
}
@media (max-width: 767px) {
	.section-gap {
		padding: 45px 0;
	}
}
@media (max-width: 575px) {
	.section-gap {
		padding: 35px 0;
	}
}
@media (max-width: 480px) {
	.section-gap {
		padding: 30px 0;
	}
}
.section-gap-top {
	margin: 75px 0 0;
}
@media (max-width: 1399px) {
	.section-gap-top {
		margin: 65px 0 0;
	}
}
@media (max-width: 991px) {
	.section-gap-top {
		margin: 55px 0 0;
	}
}
@media (max-width: 767px) {
	.section-gap-top {
		margin: 45px 0 0;
	}
}
@media (max-width: 575px) {
	.section-gap-top {
		margin: 35px 0 0;
	}
}
@media (max-width: 480px) {
	.section-gap-top {
		margin: 30px 0 0;
	}
}
.section-gap-bottom {
	margin: 0 0 75px;
}
@media (max-width: 1399px) {
	.section-gap-bottom {
		margin: 0 0 65px;
	}
}
@media (max-width: 991px) {
	.section-gap-bottom {
		margin: 0 0 55px;
	}
}
@media (max-width: 767px) {
	.section-gap-bottom {
		margin: 0 0 45px;
	}
}
@media (max-width: 575px) {
	.section-gap-bottom {
		margin: 0 0 35px;
	}
}
@media (max-width: 480px) {
	.section-gap-bottom {
		margin: 0 0 30px;
	}
}
.heading h2 {
	color: #12001a;
	font-family: "Nunito";
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin: 0 0 30px;
}
@media (max-width: 1399px) {
	.heading h2 {
		font-size: 30px;
		margin: 0 0 20px;
	}
}
@media (max-width: 1199px) {
	.heading h2 {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.heading h2 {
		margin: 0 0 10px;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.heading h2 {
		font-size: 20px;
	}
}
.overley {
	overflow: hidden;
}
.overley #chat-widget-container {
	z-index: 1 !important;
}
.overley::after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(16, 16, 16, 0.5);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	top: 0;
	left: 0;
	z-index: 98;
}
.my-button {
	display: block;
	width: 100%;
	max-width: 160px;
	background: rgba(0, 0, 0, 0);
	border-radius: 10px;
	padding: 13px;
	border: 1px solid #224d90;
	color: #224d90;
	font-family: "Galano Grotesque";
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: normal;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}
@media (max-width: 575px) {
	.my-button {
		max-width: 145px;
		font-size: 14px;
	}
}
.my-button.form-btn {
	max-width: 235px;
}
.my-button.white-button {
	color: #fff;
	border: 1px solid #fff;
}
.my-button.white-button::after {
	background: #fff;
}
.my-button.white-button:hover {
	color: #224d90;
}
.my-button::after {
	content: "";
	width: 20px;
	height: 100%;
	background: #224d90;
	border-radius: 8px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.my-button:hover {
	color: #fff;
}
.my-button:hover::after {
	width: 100%;
}
.page-banner {
	position: relative;
}
.page-banner .heading {
	margin-bottom: 0;
}
.page-banner::before {
	content: "";
	background-image: url(../images/svg/page-banner-line.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.page-banner h2 {
	padding: 70px 0;
	font-family: "Galano Grotesque";
	font-weight: 600;
	text-align: center;
	margin: 0;
	text-transform: none;
}
@media (max-width: 991px) {
	.page-banner h2 {
		padding: 50px 0;
	}
}
.page-banner h2:first-letter {
	text-transform: uppercase;
}
form .user-input {
	resize: none;
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	padding: 10px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 0;
	color: #224d90;
	font-size: 16px;
	line-height: normal;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 575px) {
	form .user-input {
		font-size: 14px;
	}
}
form .user-input::-webkit-input-placeholder {
	font-size: 16px;
	line-height: normal;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form .user-input::-moz-placeholder {
	font-size: 16px;
	line-height: normal;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form .user-input:-ms-input-placeholder {
	font-size: 16px;
	line-height: normal;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form .user-input::-ms-input-placeholder {
	font-size: 16px;
	line-height: normal;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
form .user-input::placeholder {
	font-size: 16px;
	line-height: normal;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 575px) {
	form .user-input::-webkit-input-placeholder {
		font-size: 14px;
	}
	form .user-input::-moz-placeholder {
		font-size: 14px;
	}
	form .user-input:-ms-input-placeholder {
		font-size: 14px;
	}
	form .user-input::-ms-input-placeholder {
		font-size: 14px;
	}
	form .user-input::placeholder {
		font-size: 14px;
	}
}
form .user-input:focus,
form .user-input:hover {
	outline: none;
	color: #224d90;
	border-bottom: 1px solid #224d90;
}
form .user-input:focus::-webkit-input-placeholder,
form .user-input:hover::-webkit-input-placeholder {
	color: #224d90;
}
form .user-input:focus::-moz-placeholder,
form .user-input:hover::-moz-placeholder {
	color: #224d90;
}
form .user-input:focus:-ms-input-placeholder,
form .user-input:hover:-ms-input-placeholder {
	color: #224d90;
}
form .user-input:focus::-ms-input-placeholder,
form .user-input:hover::-ms-input-placeholder {
	color: #224d90;
}
form .user-input:focus::placeholder,
form .user-input:hover::placeholder {
	color: #224d90;
}
form .form-group {
	position: relative;
	margin-bottom: 30px;
	line-height: 0;
}
@media (max-width: 575px) {
	form .form-group {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.title {
		text-align: center;
	}
}
.title h2 {
	font-weight: normal;
	font-size: 32px;
	color: #12001a;
	margin-bottom: 30px;
	font-weight: 600;
}
@media (max-width: 1199px) {
	.title h2 {
		font-size: 28px;
		line-height: 48px;
	}
}
@media (max-width: 991px) {
	.title h2 {
		margin-bottom: 10px;
	}
}
@media (max-width: 400px) {
	.title h2 {
		font-size: 24px;
		line-height: 38px;
	}
}
.title p {
	font-size: 16px;
	max-width: 500px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.title p {
		margin: 0 auto 30px;
	}
}
@media (max-width: 767px) {
	.title p {
		font-size: 15px;
	}
}
.modal {
	z-index: 99999 !important;
}
.modal .modal-dialog {
	max-width: 100%;
}
.modal .modal-dialog .modal-content {
	border: none;
	position: relative;
	border-radius: 24px;
	max-width: 840px;
	margin: auto;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content {
		max-width: 700px;
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content {
		max-width: 500px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content {
		max-width: 400px;
	}
}
.modal .modal-dialog .modal-content .modal-header {
	display: block;
	padding: 40px 0;
	border: 0;
	border-radius: 24px 24px 0 0;
	background: #bdd7ff;
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-header {
		padding: 30px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-header {
		padding: 20px 30px;
	}
}
.modal .modal-dialog .modal-content .modal-header img {
	display: block;
	margin: auto;
}
.modal .modal-dialog .modal-content .modal-body {
	background: #cce0ff;
	padding: 0;
	border-radius: 0 0 24px 24px;
	position: relative;
}
.modal .modal-dialog .modal-content .modal-body .close {
	width: 25px;
	height: 25px;
	background: #224d90;
	border-radius: 20px;
	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;
	padding: 7px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 9;
}
.modal .modal-dialog .modal-content .modal-body .close img {
	line-height: 0;
}
.modal .modal-dialog .modal-content .modal-body h2 {
	font-family: "Galano Grotesque";
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0 0 40px;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body h2 {
		margin: 0 0 30px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body h2 {
		font-size: 20px;
		margin: 0 0 20px;
	}
}
@media (max-width: 480px) {
	.modal .modal-dialog .modal-content .modal-body h2 {
		margin: 0 0 10px;
	}
}
.modal .modal-dialog .modal-content .modal-body h2 span {
	font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-body .my-button {
	margin: auto;
}
.modal.welcome-modal .modal-dialog .modal-content {
	max-width: 530px;
	margin: auto;
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-dialog .modal-content {
		max-width: 400px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body {
	padding: 40px 70px 70px;
	text-align: center;
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body {
		padding: 30px 50px 50px;
	}
}
@media (max-width: 480px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body {
		padding: 20px 30px 30px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p {
	line-height: 1.6;
	color: #4d4b63;
	padding: 0;
	margin: 0 0 30px 0;
}
@media (max-width: 575px) {
	.modal.welcome-modal .modal-dialog .modal-content .modal-body p {
		margin: 0 0 20px;
	}
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p a {
	color: #224d90;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p a:hover {
	color: #fff;
	font-weight: 600;
}
.modal.signin-modal .modal-dialog .modal-content .modal-body,
.modal.forgot-modal .modal-dialog .modal-content .modal-body {
	border-radius: 24px;
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .image-div,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .image-div {
	border-radius: 24px 0 0 24px;
	padding: 50px 15px;
	background: #bdd7ff;
	height: 100%;
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .image-div .title-img,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .image-div .title-img {
	margin: 0 0 40px;
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .image-div > img,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .image-div > img {
	width: 100%;
	line-height: 0;
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form {
	position: relative;
	padding: 70px;
}
@media (max-width: 991px) {
	.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form,
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form {
		padding: 50px;
	}
}
@media (max-width: 480px) {
	.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form,
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form {
		padding: 40px 30px;
	}
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .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;
	color: #4d4b63;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 30px 0;
	margin: 0;
}
@media (max-width: 767px) {
	.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember,
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember {
		padding: 0 0 20px 0;
	}
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box {
	font-size: 16px;
	line-height: 16px;
	color: #4d4b63;
	display: block;
	position: relative;
	padding-left: 25px;
	font-weight: normal;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: inherit;
}
@media (max-width: 575px) {
	.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box,
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box,
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box {
		font-size: 12px;
		padding-left: 18px;
	}
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box input,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box .checkmark,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box .checkmark {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #224d90;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .custom-check-box .checkmark:after,
.modal.forgot-modal
	.modal-dialog
	.modal-content
	.modal-body
	.account-form
	.remember
	.custom-check-box
	.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 1px;
	width: 4px;
	height: 8px;
	border: solid #224d90;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal.signin-modal
	.modal-dialog
	.modal-content
	.modal-body
	.account-form
	.remember
	.custom-check-box
	input:checked
	~ .checkmark:after,
.modal.forgot-modal
	.modal-dialog
	.modal-content
	.modal-body
	.account-form
	.remember
	.custom-check-box
	input:checked
	~ .checkmark:after {
	display: block;
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .forgot-pass,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember .forgot-pass {
	font-size: 16px;
	line-height: normal;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #ff0404;
	font-weight: 400;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	cursor: pointer;
}
@media (max-width: 575px) {
	.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .forgot-pass,
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember .forgot-pass {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .forgot-pass,
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember .forgot-pass {
		font-size: 12px;
	}
}
.modal.signin-modal .modal-dialog .modal-content .modal-body .account-form .remember .forgot-pass:hover,
.modal.forgot-modal .modal-dialog .modal-content .modal-body .account-form .remember .forgot-pass:hover {
	color: #fff;
}
.modal.forgot-modal .modal-dialog .modal-content .modal-body .image-div {
	padding: 50px 50px 40px;
}
.modal.forgot-modal .modal-dialog .modal-content .modal-body .image-div .title-img {
	margin: 0 0 15px;
}
.modal.forgot-modal .modal-dialog .modal-content .modal-body .heading {
	margin: 0 0 40px;
}
@media (max-width: 991px) {
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .heading {
		margin: 0 0 30px;
	}
}
@media (max-width: 575px) {
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .heading {
		margin: 0 0 20px;
	}
}
@media (max-width: 480px) {
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .heading {
		margin: 0 0 10px;
	}
}
.modal.forgot-modal .modal-dialog .modal-content .modal-body .heading h2 {
	margin: 0 0 30px;
}
@media (max-width: 991px) {
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .heading h2 {
		margin: 0 0 20px;
	}
}
@media (max-width: 575px) {
	.modal.forgot-modal .modal-dialog .modal-content .modal-body .heading h2 {
		margin: 0 0 10px;
	}
}
.modal.cancel-ms-modal .modal-dialog .modal-content .modal-body {
	padding: 50px;
	border-radius: 25px;
}
@media (max-width: 480px) {
	.modal.cancel-ms-modal .modal-dialog .modal-content .modal-body {
		padding: 40px 20px;
	}
}
.modal-backdrop {
	z-index: 9999 !important;
	background: rgba(16, 16, 16, 0.5);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.modal-backdrop.show {
	opacity: 1 !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
@media (max-width: 575px) {
	.g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
#services,
#pricing {
	scroll-margin-top: 150px;
	overflow: inherit;
	position: relative;
}
@media (max-width: 1399px) {
	#services,
	#pricing {
		scroll-margin-top: 120px;
	}
}
@media (max-width: 991px) {
	#services,
	#pricing {
		scroll-margin-top: 90px;
	}
}
.fixed {
	content: "";
	position: fixed;
	border-radius: 100px;
	z-index: -1;
	opacity: 0.7;
}
.ring1 {
	content: "";
	top: 5%;
	left: 10%;
	position: absolute;
	border: 5px solid;
	height: 30px;
	width: 30px;
	border-radius: 100px;
}
@media (max-width: 480px) {
	.ring1 {
		top: 1%;
	}
}
.ring2 {
	content: "";
	bottom: 10%;
	left: 10%;
	position: absolute;
	border: 5px solid #83abff;
	height: 30px;
	width: 30px;
	border-radius: 100px;
}
@media (max-width: 480px) {
	.ring2 {
		bottom: 12%;
		left: 3%;
	}
}
.ring3 {
	content: "";
	bottom: 10%;
	right: 10%;
	position: absolute;
	border: 5px solid rgba(0, 0, 0, 0.15);
	height: 30px;
	width: 30px;
	border-radius: 100px;
}
@media (max-width: 480px) {
	.ring3 {
		bottom: 2%;
		right: 6%;
	}
}
.ring4 {
	top: 20%;
	right: 10%;
	border: 5px solid #83abff;
	height: 30px;
	width: 30px;
	-webkit-animation: scale 7s ease infinite alternate;
	animation: scale 7s ease infinite alternate;
}
@media (max-width: 1199px) {
	.ring4 {
		display: none;
	}
}
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes scale2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}
@keyframes scale2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}
.ring5 {
	bottom: 30%;
	left: 10%;
	background-color: #224d90;
	height: 30px;
	width: 30px;
	-webkit-animation: scale 10s ease infinite alternate;
	animation: scale 10s ease infinite alternate;
}
.ring6 {
	top: 30%;
	left: 15%;
	border: 1px solid #224d90;
	height: 30px;
	width: 30px;
}
@media (max-width: 580px) {
	.ring6 {
		display: none;
	}
}
.ring7 {
	top: 35%;
	left: 40%;
	background-color: #83abff;
	height: 15px;
	width: 15px;
	-webkit-animation: scale2 7s ease infinite alternate;
	animation: scale2 7s ease infinite alternate;
}
@media (max-width: 1199px) {
	.ring7 {
		top: 30%;
		left: 35%;
	}
}
@media (max-width: 767px) {
	.ring7 {
		top: 26%;
		left: 25%;
	}
}
@media (max-width: 575px) {
	.ring7 {
		top: 30%;
		left: 25%;
	}
}
.ring8 {
	top: 25%;
	right: 40%;
	border: 1px solid #224d90;
	height: 30px;
	width: 30px;
}
@media (max-width: 580px) {
	.ring8 {
		display: none;
	}
}
.ring9 {
	bottom: 25%;
	right: 20%;
	border: 5px solid rgba(0, 0, 0, 0.15);
	height: 30px;
	width: 30px;
	-webkit-animation: scale 4s ease infinite alternate;
	animation: scale 4s ease infinite alternate;
}
.ring10 {
	bottom: 25%;
	left: 45%;
	border: 5px solid #83abff;
	height: 15px;
	width: 15px;
	-webkit-animation: scale2 10s ease infinite alternate;
	animation: scale2 10s ease infinite alternate;
}
#button {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #234f93;
	-webkit-filter: drop-shadow(0px 2px 7px rgba(255, 255, 255, 0.25));
	filter: drop-shadow(0px 2px 7px rgba(255, 255, 255, 0.25));
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 50px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 100%;
}
@media (max-width: 1199px) {
	#button {
		bottom: 20px;
		right: 20px;
	}
}
#button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/svg/top-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
.skiptranslate,
.goog-te-combo {
	display: none !important;
}
body {
	top: 0 !important;
}
.goog-te-gadget {
	display: block !important;
}
#google_translate_element,
select.goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}
body .goog-text-highlight {
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#teams-dropdown-menu span.icon .fa {
	display: none;
}
.loader {
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: #fff;
	left: 0;
}
#teams-dropdown-menu ul li {
	text-transform: capitalize;
}
#teams-dropdown-menu {
	border-radius: 3px;
	position: relative;
	background-color: #bdd7ff;
	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: 6px;
	margin-left: 10px;
}
#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;
		cursor: pointer !important;
		width: 60px !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-left: 0;
	}
	#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-left: auto;
	}
	.header.sticky header nav.menu.open ul {
		margin-top: 25px;
	}
}
.fr_wrapper .already span .open-signin {
	text-transform: capitalize;
}
header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header .fix-menu {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	background: #cce0ff;
	font-family: "Galano Grotesque";
	font-weight: 600;
	padding: 30px 0;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 1399px) {
	header .fix-menu {
		padding: 20px 0px;
	}
}
@media (max-width: 991px) {
	header .fix-menu {
		padding: 15px 0px;
	}
}
header .navbar {
	padding: 0px;
	position: static;
}
header .navbar .navbar-brand {
	margin-right: 0px;
	padding: 0px;
	line-height: 0;
}
header .navbar .navbar-brand img {
	width: 250px;
}
@media (max-width: 1199px) {
	header .navbar .navbar-brand img {
		width: 160px;
	}
}
header .navbar .nav-item {
	margin: 0 35px 0 0;
}
@media (max-width: 1399px) {
	header .navbar .nav-item {
		margin: 0 15px 0 0;
	}
}
@media (max-width: 1199px) {
	header .navbar .nav-item {
		margin: 10px 0;
	}
}
header .navbar .nav-item .nav-link {
	font-family: "Galano Grotesque";
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	white-space: nowrap;
}
@media (max-width: 1399px) {
	header .navbar .nav-item .nav-link {
		font-size: clamp(11px, 1vw, 14px);
	}
}
@media (max-width: 1199px) {
	header .navbar .nav-item .nav-link {
		font-size: 16px;
		white-space: normal;
	}
}
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
	font-weight: 500;
	color: #224d90;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse {
		width: 100%;
		background: #cce0ff;
		position: absolute;
		left: 0;
		top: 82px;
	}
}
@media (max-width: 991px) {
	header .navbar .navbar-collapse {
		top: 73px;
	}
}
header .navbar .navbar-collapse .navbar-nav {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: nowrap;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav {
		padding: 20px 0;
		border-top: 1px solid #224d90;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .my-button {
		margin: 10px 0;
	}
}
header .sticky-menu {
	position: fixed;
	top: -200px;
	-webkit-box-shadow: 0 2px 25px rgba(18, 0, 26, 0.38);
	box-shadow: 0 2px 25px rgba(18, 0, 26, 0.38);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header .sticky-menu.active {
	top: 0 !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-toggler {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	padding: 6px;
	border: none;
	line-height: 0;
	margin: 0 0 0 20px;
}
@media (max-width: 1199px) {
	.navbar-toggler {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 575px) {
	.navbar-toggler {
		margin: 0 0 0 10px;
	}
}
.navbar-toggler:focus {
	color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-toggler #nav-icon1 {
	width: 100%;
}
.navbar-toggler span:nth-child(3) {
	-webkit-animation: ease 0.7s bottom forwards;
	animation: ease 0.7s bottom forwards;
	background: #224d90;
}
.navbar-toggler span:nth-child(2) {
	-webkit-animation: ease 0.7s scaled forwards;
	animation: ease 0.7s scaled forwards;
	background: #3375ff;
}
.navbar-toggler span:nth-child(1) {
	-webkit-animation: ease 0.7s top forwards;
	animation: ease 0.7s top forwards;
	background: #224d90;
}
.navbar-toggler span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	margin-left: auto;
}
.navbar-toggler span + span {
	margin-top: 5px;
}
.navbar-toggler.collapsed span:nth-child(1) {
	-webkit-animation: ease 0.7s top-2 forwards;
	animation: ease 0.7s top-2 forwards;
}
.navbar-toggler.collapsed span:nth-child(2) {
	-webkit-animation: ease 0.7s scaled-2 forwards;
	animation: ease 0.7s scaled-2 forwards;
	width: calc(100% - 5px);
}
.navbar-toggler.collapsed span:nth-child(3) {
	-webkit-animation: ease 0.7s bottom-2 forwards;
	animation: ease 0.7s bottom-2 forwards;
}
@-webkit-keyframes top {
	0% {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		top: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@keyframes top {
	0% {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		top: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes top-2 {
	0% {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	50% {
		top: 7px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes top-2 {
	0% {
		top: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	50% {
		top: 7px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes bottom {
	0% {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		bottom: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		bottom: 7px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}
@keyframes bottom {
	0% {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		bottom: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		bottom: 7px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}
@-webkit-keyframes bottom-2 {
	0% {
		bottom: 7px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	50% {
		bottom: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes bottom-2 {
	0% {
		bottom: 7px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	50% {
		bottom: 7px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@-webkit-keyframes scaled {
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@keyframes scaled {
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@-webkit-keyframes scaled-2 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scaled-2 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.banner .banner-inner .content {
	position: relative;
	z-index: 2;
}
.banner .banner-inner .content .heading h1 {
	color: #12001a;
	text-align: center;
	font-family: "Nunito";
	font-size: 55px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 20px;
	position: relative;
}
@media (max-width: 1399px) {
	.banner .banner-inner .content .heading h1 {
		font-size: 50px;
	}
}
@media (max-width: 1199px) {
	.banner .banner-inner .content .heading h1 {
		font-size: 42px;
	}
}
@media (max-width: 991px) {
	.banner .banner-inner .content .heading h1 {
		font-size: 34px;
		margin: 0 0 10px;
	}
}
@media (max-width: 767px) {
	.banner .banner-inner .content .heading h1 {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.banner .banner-inner .content .heading h1 {
		font-size: 25px;
	}
}
@media (max-width: 480px) {
	.banner .banner-inner .content .heading h1 {
		font-size: 22px;
	}
}
@media (max-width: 375px) {
	.banner .banner-inner .content .heading h1 {
		font-size: 20px;
	}
}
.banner .banner-inner .content p {
	font-size: 23px;
	max-width: 900px;
	margin: 0 auto 30px;
}
@media (max-width: 1399px) {
	.banner .banner-inner .content p {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.banner .banner-inner .content p {
		max-width: 700px;
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.banner .banner-inner .content p {
		max-width: 500px;
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.banner .banner-inner .content p {
		max-width: 400px;
		margin: 0 auto 20px;
		font-size: 14px;
	}
}
.banner .banner-inner .banner-image {
	position: relative;
}
.banner .banner-inner .banner-image img {
	margin: -100px 0 0;
}
@media (max-width: 991px) {
	.banner .banner-inner .banner-image img {
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	.services.service1 {
		margin-bottom: 50px;
	}
}
.services .services-inner .services-image {
	margin: 0 0 10px;
}
@media (max-width: 575px) {
	.services .services-inner .services-image img {
		display: block;
		max-width: 400px;
		margin: auto;
	}
}
@media (max-width: 480px) {
	.services .services-inner .services-image img {
		max-width: 280px;
	}
}
.cta {
	max-width: 1920px;
	margin: auto;
}
.cta .cta-inner {
	padding: 50px 0 0;
	background: #cce0ff;
}
@media (max-width: 991px) {
	.cta .cta-inner {
		padding: 30px 0 20px;
	}
}
.cta .cta-inner .cta-image {
	line-height: 0;
}
@media (max-width: 991px) {
	.cta .cta-inner .cta-image {
		margin: 0 0 10px;
	}
}
@media (max-width: 575px) {
	.cta .cta-inner .cta-image img {
		display: block;
		max-width: 400px;
		margin: auto;
	}
}
@media (max-width: 480px) {
	.cta .cta-inner .cta-image img {
		max-width: 280px;
	}
}
@media (max-width: 991px) {
	.cta .cta-inner .content .heading {
		text-align: center;
	}
}
.cta .cta-inner .content .heading p {
	margin: 0 0 40px;
}
@media (max-width: 991px) {
	.cta .cta-inner .content .my-button {
		margin: auto;
	}
}
.cta .cta-inner .content .swiper-pagination {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	margin-top: 50px;
}
@media (max-width: 991px) {
	.cta .cta-inner .content .swiper-pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px;
	}
}
.cta .cta-inner .content .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 5px;
	border-radius: 50px;
	margin-right: 5px;
	background: #fff;
	opacity: 1;
}
.cta .cta-inner .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #224d90;
}
.pricing .pricing-inner .content {
	position: relative;
	z-index: 2;
}
.pricing .pricing-inner .content .heading {
	margin: 0 0 30px;
}
@media (max-width: 480px) {
	.pricing .pricing-inner .content .heading {
		margin: 0 0 20px;
	}
}
.pricing .pricing-inner .content .heading h2 {
	text-align: center;
	font-size: 40px;
	margin: 0 0 20px;
}
@media (max-width: 1399px) {
	.pricing .pricing-inner .content .heading h2 {
		font-size: 38px;
	}
}
@media (max-width: 1199px) {
	.pricing .pricing-inner .content .heading h2 {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-inner .content .heading h2 {
		font-size: 30px;
		margin: 0 0 10px;
	}
}
@media (max-width: 575px) {
	.pricing .pricing-inner .content .heading h2 {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.pricing .pricing-inner .content .heading h2 {
		font-size: 20px;
	}
}
.pricing .pricing-inner .content .heading p {
	max-width: 370px;
	margin: auto;
}
.pricing .pricing-inner .content .pricing-plan-content .pricing-plan {
	width: 100%;
	max-width: 580px;
	margin: 0 auto 20px;
	padding: 20px;
	background: #91a6c8;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1399px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan {
		padding: 15px;
	}
}
@media (max-width: 1199px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan {
		max-width: 500px;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan {
		padding: 15px 20px;
		display: block;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
}
.pricing .pricing-inner .content .pricing-plan-content .pricing-plan.active-plan {
	background: #224d90;
}
.pricing .pricing-inner .content .pricing-plan-content .pricing-plan.active-plan .my-button {
	pointer-events: auto;
}
.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
}
@media (max-width: 1399px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h4 {
		font-size: 22px;
	}
}
@media (max-width: 1199px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h4 {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h4 {
		margin: 0 0 10px;
		font-size: 18px;
	}
}
.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h5 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	line-height: normal;
	margin: 0 30px;
	cursor: pointer;
}
@media (max-width: 1399px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h5 {
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h5 {
		font-size: 26px;
		margin: 0 30px 0 0;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h5 {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h5 {
		margin: 0 20px 0 0;
	}
}
.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h5 span {
	font-size: 16px;
}
@media (max-width: 991px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan h5 span {
		display: block;
		font-size: 14px;
	}
}
.pricing .pricing-inner .content .pricing-plan-content .pricing-plan .my-button {
	pointer-events: none;
}
@media (max-width: 991px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan .my-button {
		width: 160px;
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	.pricing .pricing-inner .content .pricing-plan-content .pricing-plan .my-button {
		width: 145px;
	}
}
.pricing .pricing-inner .pricing-image {
	line-height: 0;
}
.pricing .pricing-inner .pricing-image img {
	margin: -300px 0 0;
}
@media (max-width: 1399px) {
	.pricing .pricing-inner .pricing-image img {
		margin: -250px 0 0;
	}
}
@media (max-width: 1199px) {
	.pricing .pricing-inner .pricing-image img {
		margin: -200px 0 0;
	}
}
@media (max-width: 767px) {
	.pricing .pricing-inner .pricing-image img {
		margin: -150px 0 0;
	}
}
@media (max-width: 575px) {
	.pricing .pricing-inner .pricing-image img {
		margin: -120px auto 0;
	}
}
@media (max-width: 480px) {
	.pricing .pricing-inner .pricing-image img {
		margin: -130px auto 0;
	}
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}
@keyframes floating {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}
.about .about-inner .content .heading {
	margin: 0 0 40px;
}
@media (max-width: 991px) {
	.about .about-inner .content .heading {
		margin: 0 0 20px;
	}
}
.about .about-inner .content .heading p {
	max-width: 530px;
}
@media (max-width: 1199px) {
	.about .about-inner .content .heading p {
		max-width: 400px;
	}
}
@media (max-width: 991px) {
	.about .about-inner .content .heading p {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.about .about-inner .content .my-button {
		margin: auto;
	}
}
@media (max-width: 991px) {
	.about .about-inner .about-image {
		margin: 0 0 20px;
	}
}
.policy-content {
	color: #4d4b63;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	position: relative;
}
@media (max-width: 767px) {
	.policy-content {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	.policy-content {
		font-size: 14px;
	}
}
.policy-content a {
	color: #224d90;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.policy-content a:hover {
	color: #12001a;
}
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
	font-family: "Galano Grotesque";
	color: #12001a;
	font-size: 30px;
	line-height: normal;
	font-weight: 600;
	margin: 0 0 10px;
}
@media (max-width: 1399px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 26px;
	}
}
@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: 767px) {
	.policy-content h1,
	.policy-content h2,
	.policy-content h3,
	.policy-content h4,
	.policy-content h5,
	.policy-content h6 {
		font-size: 18px;
	}
}
.policy-content p small {
	display: block;
	font-size: 14px;
	margin: 0 0 30px;
}
@media (max-width: 575px) {
	.policy-content p small {
		font-size: 12px;
		margin: 0 0 20px;
	}
}
@media (max-width: 480px) {
	.policy-content p small {
		font-size: 11px;
	}
}
.policy-content .print {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #224d90;
	padding: 20px 12px;
	border-radius: 10px 0px 0px 10px;
	color: #fff;
	font-size: 16px;
	line-height: normal;
	position: sticky;
	top: 150px;
	right: 0;
	float: right;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	cursor: pointer;
	z-index: 9;
}
@media (max-width: 991px) {
	.policy-content .print {
		font-size: 0px;
		padding: 10px;
	}
}
.policy-content .print:hover {
	color: #fff;
	background: #12001a;
}
.policy-content .print span {
	display: block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.policy-content .print img {
	margin-top: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media (max-width: 991px) {
	.policy-content .print img {
		margin-top: 0;
	}
}
table {
	width: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-radius: 20px;
	border-collapse: separate;
	border-spacing: 0;
	position: relative;
	-webkit-box-shadow: 0px 16px 48px rgba(109, 141, 173, 0.15);
	box-shadow: 0px 16px 48px rgba(109, 141, 173, 0.15);
	overflow: hidden;
	table-layout: fixed;
}
@media (max-width: 575px) {
	table {
		border-radius: 10px;
	}
}
table:focus {
	outline: none;
}
table th {
	background: #bdd7ff;
	padding: 20px 30px;
	font-family: "Galano Grotesque";
	color: #12001a;
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	border: none;
	position: relative;
}
@media (max-width: 1399px) {
	table th {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	table th {
		font-size: 20px;
		padding: 20px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	table th {
		padding: 15px;
		font-size: 13px;
	}
}
@media (max-width: 480px) {
	table th {
		font-size: 12px;
		padding: 10px;
	}
}
@media (max-width: 375px) {
	table th {
		font-size: 11px;
	}
}
table th::first-letter {
	text-transform: capitalize !important;
}
table th:last-child {
	border-right: 0;
}
table td {
	background: #cce0ff;
	padding: 30px;
	color: #4d4b63;
	font-size: 16px;
	line-height: 1.7;
}
@media (max-width: 1399px) {
	table td {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	table td {
		font-size: 14px;
		padding: 20px;
	}
}
@media (max-width: 767px) {
	table td {
		font-size: 13px;
	}
}
@media (max-width: 575px) {
	table td {
		padding: 15px;
	}
}
@media (max-width: 480px) {
	table td {
		font-size: 12px;
		padding: 10px;
	}
}
@media (max-width: 375px) {
	table td {
		font-size: 10px;
	}
}
table td:last-child {
	border: rgba(0, 0, 0, 0);
}
table tr:focus {
	outline: none;
}
table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}
@media (max-width: 575px) {
	table tbody tr:last-child td:first-child {
		border-radius: 0 0 0 10px;
	}
}
table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}
@media (max-width: 575px) {
	table tbody tr:last-child td:last-child {
		border-radius: 0 0 10px 0;
	}
}
table a:hover {
	color: #12001a;
	outline: none;
	text-decoration: none;
}
#paymentandbilling,
#deliverypolicy,
#cancellation,
#pricingplans {
	display: block;
	padding-top: 250px;
	margin-top: -250px;
}
@media (max-width: 1399px) {
	#paymentandbilling,
	#deliverypolicy,
	#cancellation,
	#pricingplans {
		padding-top: 200px;
		margin-top: -200px;
	}
}
@media (max-width: 1199px) {
	#paymentandbilling,
	#deliverypolicy,
	#cancellation,
	#pricingplans {
		padding-top: 180px;
		margin-top: -180px;
	}
}
@media (max-width: 991px) {
	#paymentandbilling,
	#deliverypolicy,
	#cancellation,
	#pricingplans {
		padding-top: 165px;
		margin-top: -165px;
	}
}
@media (max-width: 767px) {
	#paymentandbilling,
	#deliverypolicy,
	#cancellation,
	#pricingplans {
		padding-top: 150px;
		margin-top: -150px;
	}
}
.support .support-inner .support-image img {
	display: block;
	margin: auto;
}
.support .support-inner .content .heading {
	position: relative;
	-webkit-animation: floating 3s infinite cubic-bezier(0.16, 0.09, 0.52, 0.6);
	animation: floating 3s infinite cubic-bezier(0.16, 0.09, 0.52, 0.6);
}
@media (max-width: 991px) {
	.support .support-inner .content .heading {
		-webkit-animation: none;
		animation: none;
	}
}
.support .support-inner .content .heading h2 {
	margin: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
	.support .support-inner .content .heading h2 {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.support .support-inner .content .heading h2 {
		font-size: 16px;
	}
}
@media (max-width: 375px) {
	.support .support-inner .content .heading h2 {
		font-size: 14px;
	}
}
.support .support-inner .content .heading img {
	margin: 0 0 0 -60px;
}
@media (max-width: 991px) {
	.support .support-inner .content .heading img {
		display: none;
	}
}
.support .support-inner .content .btn-wrapper {
	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: 100px 0;
}
@media (max-width: 991px) {
	.support .support-inner .content .btn-wrapper {
		display: none;
		margin: 60px 0;
	}
}
@media (max-width: 375px) {
	.support .support-inner .content .btn-wrapper {
		margin: 30px 0 50px;
	}
}
.support .support-inner .content .btn-wrapper .my-button {
	margin: 0 50px 0 0;
}
@media (max-width: 767px) {
	.support .support-inner .content .btn-wrapper .my-button {
		margin: 0 auto 20px;
	}
}
.support .support-inner .btn-wrapper-small {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 100px 0;
}
@media (max-width: 991px) {
	.support .support-inner .btn-wrapper-small {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 60px 0;
	}
}
@media (max-width: 575px) {
	.support .support-inner .btn-wrapper-small {
		display: block;
		margin: 20px 0;
	}
}
@media (max-width: 375px) {
	.support .support-inner .btn-wrapper-small {
		margin: 30px 0 50px;
	}
}
.support .support-inner .btn-wrapper-small .my-button {
	margin: 0 50px 0 0;
}
@media (max-width: 767px) {
	.support .support-inner .btn-wrapper-small .my-button {
		margin: 0 auto 20px;
	}
}
.faq .heading h2 {
	margin: 0 0 40px;
}
@media (max-width: 991px) {
	.faq .heading h2 {
		margin: 0 0 30px;
	}
}
@media (max-width: 575px) {
	.faq .heading h2 {
		margin: 0 0 20px;
	}
}
.faq .myaccordion {
	position: relative;
	z-index: 1;
}
.faq .myaccordion .card {
	margin: 0 0 30px;
	background: #f2f6fe;
	border-radius: 5px;
	border: 0;
}
@media (max-width: 575px) {
	.faq .myaccordion .card {
		margin: 0 0 20px;
	}
}
.faq .myaccordion .card .card-header[aria-expanded="true"] {
	background: #224d90;
	color: #fff;
	font-weight: 600;
}
.faq .myaccordion .card .card-header[aria-expanded="true"] .icon:before {
	opacity: 0;
}
.faq .myaccordion .card .card-header[aria-expanded="true"] .icon:after {
	background: #fff;
}
.faq .myaccordion .card .card-header {
	padding: 20px 30px;
	border: rgba(0, 0, 0, 0);
	cursor: pointer;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: "Galano Grotesque";
	color: #12001a;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	position: relative;
}
@media (max-width: 1399px) {
	.faq .myaccordion .card .card-header {
		padding: 15px 20px;
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.faq .myaccordion .card .card-header {
		font-size: 14px;
		padding: 10px;
	}
}
.faq .myaccordion .card .card-header span {
	display: block;
	margin: 0 10px 0 0;
}
.faq .myaccordion .card .card-header .icon {
	min-width: 30px;
	height: 30px;
	margin-left: 10px;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 575px) {
	.faq .myaccordion .card .card-header .icon {
		min-width: 20px;
		height: 20px;
	}
}
.faq .myaccordion .card .card-header .icon.minus {
	display: none;
}
.faq .myaccordion .card .card-header .icon:after,
.faq .myaccordion .card .card-header .icon:before {
	content: "";
	background: #4d4b63;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.faq .myaccordion .card .card-header .icon:after {
	width: 14px;
	height: 2px;
}
.faq .myaccordion .card .card-header .icon:before {
	width: 2px;
	height: 14px;
}
.faq .myaccordion .card .card-body {
	border: 0;
	padding: 15px 30px;
	border-radius: 0 0 5px 5px;
}
@media (max-width: 480px) {
	.faq .myaccordion .card .card-body {
		padding: 15px;
		font-size: 15px;
	}
}
.faq .myaccordion .card .card-body p {
	line-height: 1.6;
}
.faq .myaccordion table {
	margin: 20px 0;
}
.faq .myaccordion table th {
	width: 50%;
}
@media (max-width: 991px) {
	.form-pages.contact .image {
		margin-bottom: 50px !important;
	}
}
.form-pages.contact .contact-details .heading {
	margin: 0 0 40px;
}
@media (max-width: 1399px) {
	.form-pages.contact .contact-details .heading {
		margin: 0 0 30px;
	}
}
.form-pages.contact .contact-details .heading h2 {
	font-size: 36px;
	margin: 0 0 10px;
}
@media (max-width: 1399px) {
	.form-pages.contact .contact-details .heading h2 {
		font-size: 32px;
	}
}
@media (max-width: 1199px) {
	.form-pages.contact .contact-details .heading h2 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.form-pages.contact .contact-details .heading h2 {
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.form-pages.contact .contact-details .heading h2 {
		font-size: 20px;
	}
}
.form-pages.contact .contact-details .heading p {
	opacity: 0.7;
}
.form-pages.contact .contact-details .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 30px;
}
@media (max-width: 1399px) {
	.form-pages.contact .contact-details .block {
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .block {
		display: block;
	}
}
.form-pages.contact .contact-details .block .icon {
	margin: 0 20px 0 0;
}
@media (max-width: 991px) {
	.form-pages.contact .contact-details .block .icon {
		margin: 0 0 10px;
	}
}
.form-pages.contact .contact-details .block a,
.form-pages.contact .contact-details .block p {
	color: #4d4b63;
}
.form-pages.contact .contact-details .block a:hover {
	color: #224d90;
}
.form-pages.sign-up .join-now {
	text-align: center;
	margin: 0 0 90px;
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now {
		margin: 0 0 50px;
	}
}
@media (max-width: 575px) {
	.form-pages.sign-up .join-now {
		margin: 0 0 30px;
	}
}
.form-pages.sign-up .join-now h2 {
	color: #4d4b63;
	margin: 0 0 25px;
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now h2 {
		margin: 0 0 20px;
	}
}
.form-pages.sign-up .join-now p {
	font-size: 22px;
	line-height: normal;
	margin: 0 0 5px;
}
@media (max-width: 1199px) {
	.form-pages.sign-up .join-now p {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.form-pages.sign-up .join-now p {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.form-pages.sign-up .join-now p {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.form-pages.sign-up .join-now p {
		font-size: 15px;
	}
}
.form-pages.sign-up .join-now p span {
	font-weight: 600;
}
.form-pages.sign-up .image {
	display: block;
	margin: auto auto -1px;
}
.form-pages.sign-up .account-form {
	background: #cce0ff;
	border-radius: 15px;
}
.form-pages.sign-up .account-form .account-header {
	padding: 30px;
	background: #bdd7ff;
	border-radius: 15px 15px 0 0;
}
@media (max-width: 1199px) {
	.form-pages.sign-up .account-form .account-header {
		padding: 20px;
	}
}
.form-pages.sign-up .account-form .account-header h2 {
	margin: 0;
}
.form-pages.sign-up .account-form .account-content {
	padding: 40px;
}
@media (max-width: 480px) {
	.form-pages.sign-up .account-form .account-content {
		padding: 30px;
	}
}
@media (max-width: 375px) {
	.form-pages.sign-up .account-form .account-content {
		padding: 30px 20px;
	}
}
.already {
	display: block;
	padding: 30px 0 0;
	text-align: center;
}
@media (max-width: 767px) {
	.already {
		padding-top: 20px;
	}
}
.already a {
	color: #224d90;
}
.already a:hover {
	color: #fff;
	font-weight: 600;
}
footer {
	background: #e6f0ff;
	font-family: "Galano Grotesque";
	z-index: 11;
	position: relative;
}
footer .main-footer {
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	footer .main-footer {
		padding: 20px 0 30px;
	}
}
footer .main-footer .footer-links {
	padding: 30px 0 50px;
	border-top: 1px solid #000;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-links {
		padding: 30px 0 40px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links {
		border: 0;
		padding: 0 0 20px;
	}
}
footer .main-footer .footer-links.footer-contact ul li {
	margin: 0 0 20px;
}
footer .main-footer .footer-links .footer-title {
	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;
}
footer .main-footer .footer-links .footer-title span {
	display: block;
	color: #12001a;
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 30px;
}
@media (max-width: 1399px) {
	footer .main-footer .footer-links .footer-title span {
		margin: 0 0 20px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title span {
		margin: 0;
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links .footer-title span {
		font-size: 18px;
	}
}
footer .main-footer .footer-links .footer-title svg {
	display: none;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links .footer-title svg {
		display: block;
	}
}
footer .main-footer .footer-links .footer-title svg path {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer .main-footer .footer-links .footer-title[aria-expanded="true"] svg path:nth-child(3) {
	opacity: 0;
}
footer .main-footer .footer-links #policies ul li a {
	display: inline-block;
}
footer .main-footer .footer-links #policies ul li a::first-letter {
	text-transform: capitalize;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul {
		padding: 20px 0 0;
	}
}
footer .main-footer .footer-links ul li {
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li {
		margin: 0 0 15px;
	}
}
footer .main-footer .footer-links ul li img {
	display: block;
	margin: 0 10px 0 0;
}
footer .main-footer .footer-links ul li a,
footer .main-footer .footer-links ul li p {
	color: #4d4b63;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}
@media (max-width: 991px) {
	footer .main-footer .footer-links ul li a,
	footer .main-footer .footer-links ul li p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	footer .main-footer .footer-links ul li a,
	footer .main-footer .footer-links ul li p {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	footer .main-footer .footer-links ul li a,
	footer .main-footer .footer-links ul li p {
		font-size: 14px;
	}
}
footer .main-footer .footer-links ul li a:hover {
	color: #224d90;
}
footer .main-footer .footer-links ul li .icon {
	line-height: 0;
	margin: 2px 0 0 0;
}
footer .main-footer .footer-about .logo {
	display: inline-block;
	margin: 0 0 30px;
}
@media (max-width: 575px) {
	footer .main-footer .footer-about .logo {
		max-width: 180px;
		margin: 0 auto 30px;
	}
}
@media (max-width: 991px) {
	footer .main-footer .footer-about .logo img {
		display: block;
		margin: auto;
	}
}
footer .main-footer .footer-about p {
	margin: 0 0 30px;
}
@media (max-width: 991px) {
	footer .main-footer .footer-about p {
		margin: 0;
	}
}
footer .main-footer .footer-about.top-about {
	padding: 20px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: 0 0 20px;
}
@media (max-width: 991px) {
	footer .main-footer .visa-div {
		margin: 20px 0 0;
		padding: 20px 0 0;
		border-top: 1px solid #000;
	}
}
footer .main-footer .visa-div .visa {
	margin: 0 0 15px;
}
@media (max-width: 991px) {
	footer .main-footer .visa-div .visa {
		display: block;
		margin: 0 auto 20px;
	}
}
@media (max-width: 480px) {
	footer .main-footer .visa-div .visa {
		max-width: 280px;
	}
}
footer .main-footer .visa-div .encryption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
@media (max-width: 991px) {
	footer .main-footer .visa-div .encryption {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .main-footer .visa-div .encryption img {
	margin-right: 15px;
}
footer .main-footer .visa-div .encryption p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	footer .main-footer .visa-div .encryption p {
		font-size: 16px;
	}
}
footer .sub-footer {
	background: #224d90;
}
footer .sub-footer p {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	padding: 12px 0;
}
@media (max-width: 1199px) {
	footer .sub-footer p {
		padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	footer .sub-footer p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	footer .sub-footer p {
		font-size: 11px;
	}
}
.fr_wrapper header .navbar .nav-item .nav-link {
	/* font-size: 14px; */
	font-size: clamp(11px, 14px, 12px);
}
.fr_wrapper header .navbar .nav-item {
	margin-right: 20px;
}
@media screen and (max-width: 1399px) {
	.fr_wrapper header .navbar .nav-item .nav-link {
		/* font-size: 12px; */
	}
	.fr_wrapper header .navbar .nav-item {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1199px) {
	.fr_wrapper header .navbar .nav-item .nav-link {
		/* font-size: 16px; */
	}
	.fr_wrapper header .navbar .nav-item {
		margin-right: 0px;
	}
}

body {
	top: 0 !important;
}

body .goog-text-highlight {
	background: rgba(0, 0, 0, 0) !important;
	box-shadow: none !important;
}

.goog-te-gadget {
	display: block !important;
}

#google_translate_element,
select.goog-te-combo {
	position: fixed;
	z-index: 999;
	top: -999px;
}

.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-tooltip {
	display: none !important;
}

font,
.goog-text-highlight {
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: none !important;
}

#goog-gt-tt,
.goog-te-combo,
.skiptranslate {
	display: none !important;
}
