*,
*::after,
*::before {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
@font-face {
	font-family: "Sani Trixie Sans";
	src:
		url("../fonts/SaniTrixieSans.woff2") format("woff2"),
		url("../fonts/SaniTrixieSans.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Mulish";
	src:
		url("../fonts/Mulish-Bold.woff2") format("woff2"),
		url("../fonts/Mulish-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Mulish";
	src:
		url("../fonts/Mulish-ExtraBold.woff2") format("woff2"),
		url("../fonts/Mulish-ExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Mulish";
	src:
		url("../fonts/Mulish-Regular.woff2") format("woff2"),
		url("../fonts/Mulish-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Mulish";
	src:
		url("../fonts/Mulish-Black.woff2") format("woff2"),
		url("../fonts/Mulish-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Mulish";
	src:
		url("../fonts/Mulish-Medium.woff2") format("woff2"),
		url("../fonts/Mulish-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Mulish";
	src:
		url("../fonts/Mulish-SemiBold.woff2") format("woff2"),
		url("../fonts/Mulish-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Mulish";
	background: #f5f5f5;
}
body.active {
	position: relative;
	overflow: hidden;
}
body.active::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}
h1,
h2,
h3,
h4 {
	font-family: "Sani Trixie Sans";
}
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;
	font-family: "Mulish";
}
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;
	outline: none;
	color: #191624;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
::-moz-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.2);
}
::placeholder {
	color: rgba(0, 0, 0, 0.2);
}
.image-wrapper {
	line-height: 0;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
	-webkit-text-fill-color: #000 !important;
}
.my-button {
	position: relative;
	display: block;
	width: 100%;
	max-width: 112px;
	cursor: pointer;
}
@media (max-width: 991px) {
	.my-button {
		max-width: 92px;
	}
}
.my-button span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #000;
	padding: 24px;
	border-radius: 50%;
	width: 100%;
	max-width: 112px;
	text-align: center;
	height: 112px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
	background: #f5f5f5;
	color: #000;
}
@media (max-width: 991px) {
	.my-button span {
		max-width: 92px;
		height: 92px;
	}
}
.my-button span:hover {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #000;
	color: #fff;
}
.my-button span.white-button:hover {
	background: #fff;
	color: #000;
}
.my-button .img-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.my-button:hover {
	color: #000;
}
.my-button:hover .img-wrapper::after,
.my-button:hover .img-wrapper::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-100%, -100%) scale(1);
	transform: translate(-100%, -100%) scale(1);
	background-color: #000;
	border-radius: 50%;
	-webkit-animation-name: round;
	animation-name: round;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.my-button:hover .img-wrapper::after {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}
.my-button:hover .img-wrapper::before {
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}
@-webkit-keyframes round {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.5);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3);
		opacity: 0;
	}
}
@keyframes round {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.5);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3);
		opacity: 0;
	}
}
.my-button .white-button {
	color: #fff !important;
	background: #000 !important;
	border: 1px solid #fff;
}
.my-button .white-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.my-button:hover {
	color: #000;
}
.my-button:hover .white-wrapper::after,
.my-button:hover .white-wrapper::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-100%, -100%) scale(1);
	transform: translate(-100%, -100%) scale(1);
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation-name: round;
	animation-name: round;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.my-button:hover .white-wrapper::after {
	width: calc(120% + 2px);
	height: calc(120% + 2px);
}
.my-button:hover .white-wrapper::before {
	width: calc(100% + 14px);
	height: calc(100% + 14px);
}
@keyframes round {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.5);
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3);
		opacity: 0;
	}
}
.section-gap {
	padding: 120px 0;
}
@media (max-width: 1399px) {
	.section-gap {
		padding: 100px 0;
	}
}
@media (max-width: 1199px) {
	.section-gap {
		padding: 70px 0;
	}
}
@media (max-width: 991px) {
	.section-gap {
		padding: 50px 0;
	}
}
::-webkit-scrollbar,
::-webkit-scrollbar-width {
	width: 5px;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-color {
	background: #000;
}
#about,
#contact {
	scroll-margin-top: 90px;
}
@media (max-width: 575px) {
	#about,
	#contact {
		scroll-margin-top: 70px;
	}
}
#services,
#second-services {
	scroll-margin-top: 70px;
}
@media (max-width: 575px) {
	#services,
	#second-services {
		scroll-margin-top: 70px;
	}
}
#pricing {
	scroll-margin-top: 80px;
}
@media (max-width: 991px) {
	#pricing {
		scroll-margin-top: 70px;
	}
}
.modal-backdrop.show {
	opacity: 0.7;
	z-index: 991;
}
.modal .modal-dialog {
	max-width: 524px;
}
@media (max-width: 575px) {
	.modal .modal-dialog {
		max-width: 100%;
	}
}
.modal .modal-dialog .modal-content {
	border: 0;
	border-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-body {
	padding: 0 !important;
}
.modal .modal-dialog .modal-content .modal-body .content {
	padding: 50px;
	margin-bottom: 0 !important;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .content {
		padding: 40px;
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-body .content {
		padding: 30px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .content {
		padding: 25px;
	}
}
.modal .modal-dialog .modal-content .modal-body .content .close {
	color: #000;
	cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body .content h6 {
	color: #000;
	text-align: center;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: capitalize;
}
@media (max-width: 991px) {
	.modal .modal-dialog .modal-content .modal-body .content h6 {
		font-size: 40px;
	}
}
@media (max-width: 575px) {
	.modal .modal-dialog .modal-content .modal-body .content h6 {
		font-size: 30px;
	}
}
.modal .modal-dialog .modal-content .modal-body .content input:-webkit-autofill,
.modal .modal-dialog .modal-content .modal-body .content textarea:-webkit-autofill,
.modal .modal-dialog .modal-content .modal-body .content select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #000 !important;
}
.welcome-modal {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.welcome-modal.fade:not(.show) {
	z-index: -1;
}
.welcome-modal .welcome-dialog .modal-content .modal-body {
	padding: 0;
	position: relative;
}
.welcome-modal .welcome-dialog .modal-content .modal-body .modal-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}
.welcome-modal .welcome-dialog .modal-content .modal-body .modal-wrapper .border-right {
	border-right: 1px solid #000;
}
.welcome-modal .welcome-dialog .modal-content .modal-body .content {
	padding: 50px;
	margin: 0;
}
@media (max-width: 991px) {
	.welcome-modal .welcome-dialog .modal-content .modal-body .content {
		padding: 30px;
	}
}
.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background {
	background: #fff;
}
.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background p {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #666;
	padding: 10px 0;
}
@media (max-width: 1399px) {
	.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background p {
		font-size: 17px;
	}
}
@media (max-width: 1199px) {
	.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background p {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background p {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background p {
		text-align: center;
	}
}
.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background p a {
	color: #bdd92b;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background .link-area {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background .link-area a:hover {
	color: #000;
}
.welcome-modal .welcome-dialog .modal-content .modal-body .content .main-background .my-button span {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 575px) {
	.welcome-modal .welcome-dialog .modal-content .modal-body .content .btn_block {
		margin: auto;
	}
}
.welcome-modal .welcome-dialog .modal-content .modal-body .content .image_wrapper img {
	width: 100%;
}
@media (max-width: 575px) {
	.welcome-modal .welcome-dialog .modal-content .modal-body .content .image_wrapper img {
		display: none;
	}
}
.welcome-modal .my-button {
	margin: 20px 0;
	text-transform: capitalize;
}
.signin-modal .welcome-dialog .modal-content .modal-body {
	position: relative;
}
.signin-modal .welcome-dialog .modal-content .modal-body .modal-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}
.signin-modal .welcome-dialog .modal-content .modal-body .modal-wrapper .border-right {
	border-right: 1px solid #000;
}
.signin-modal .welcome-dialog .modal-content .modal-body .main-background {
	background: #fff;
}
.forgot-modal .welcome-dialog .modal-content .modal-body {
	position: relative;
}
.forgot-modal .welcome-dialog .modal-content .modal-body .modal-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}
.forgot-modal .welcome-dialog .modal-content .modal-body .modal-wrapper .border-right {
	border-right: 1px solid #000;
}
.forgot-modal .welcome-dialog .modal-content .modal-body .main-background {
	background: #fff;
}
.link-bold {
	font-weight: 700 !important;
}
#chat-widget-container {
	bottom: -10px !important;
}
.css-ztl6w1 {
	width: 50px;
	height: 50px;
}
.scroll-arrow {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 13px 33px rgba(185, 185, 185, 0.25);
	box-shadow: 0px 13px 33px rgba(185, 185, 185, 0.25);
	position: fixed;
	bottom: 20px;
	right: 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;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 999;
}
@media (max-width: 767px) {
	.scroll-arrow {
		width: 30px;
		height: 30px;
		border-radius: 5px;
	}
}
.scroll-arrow.active {
	opacity: 0;
	z-index: -1;
}
.main-section {
	position: relative;
}
.main-section .border-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.main-section .border-wrapper .border-right {
	height: 100%;
	border-right: 1px solid #a5a5a5;
}
.already {
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	font-weight: 500;
}
.already p a:hover {
	color: #bdd92b !important;
}
.link-hover:hover {
	color: #bdd92b !important;
}
.heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: start;
}
@media (max-width: 991px) {
	.heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.heading > .span-white {
	margin: 0 10px;
	display: block;
	width: 130px;
	height: 1px;
	background: #fff;
}
@media (max-width: 991px) {
	.heading > .span-white {
		width: 100px;
	}
}
@media (max-width: 575px) {
	.heading > .span-white {
		width: 50px;
	}
}
.heading .span-black {
	margin: 0 10px;
	display: block;
	width: 130px;
	height: 1px;
	background: #000;
}
@media (max-width: 991px) {
	.heading .span-black {
		width: 100px;
	}
}
@media (max-width: 575px) {
	.heading .span-black {
		width: 50px;
	}
}
.light-white-bg {
	background: #f5f5f5;
}
table {
	overflow: hidden;
	width: 100%;
}
table thead {
	border-radius: 10px 10px 0px 0px;
	background: #1a1a1a;
}
table thead tr th {
	padding: 20px;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
}
@media (max-width: 1399px) {
	table thead tr th {
		font-size: 17px;
	}
}
@media (max-width: 1199px) {
	table thead tr th {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	table thead tr th {
		font-size: 15px;
		padding: 18px;
	}
}
@media (max-width: 575px) {
	table thead tr th {
		font-size: 14px;
		padding: 15px;
	}
}
@media (max-width: 375px) {
	table thead tr th {
		font-size: 12px;
		padding: 12px;
	}
}
table thead tr th:first-child {
	border-top-left-radius: 10px;
	border-right: 1px solid #fff;
}
table thead tr th:last-child {
	border-top-right-radius: 10px;
}
table th {
	background: #263238;
	padding: 20px 30px;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
	color: #fff;
	text-align: left;
	position: relative;
	border-left: 1px solid #f2f6ff;
	border-bottom: 1px solid #f2f6ff;
}
@media (max-width: 991px) {
	table th {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	table th {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	table th {
		padding: 15px 5px;
		font-size: 12px;
	}
}
@media (max-width: 375px) {
	table th {
		padding: 12px 5px;
	}
}
table tbody tr td {
	padding: 20px;
	font-size: 16px;
	line-height: 1.3;
	color: #666;
	border-right: 1px solid rgba(26, 26, 26, 0.3);
	border-left: 1px solid rgba(26, 26, 26, 0.3);
	border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
@media (max-width: 1399px) {
	table tbody tr td {
		font-size: 15px;
	}
}
@media (max-width: 1199px) {
	table tbody tr td {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	table tbody tr td {
		padding: 15px;
	}
}
@media (max-width: 767px) {
	table tbody tr td {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	table tbody tr td {
		padding: 15px;
		font-size: 12px;
	}
}
table tbody tr:first-child {
	background: #bdd92b;
}
@media (max-width: 991px) {
	footer {
		background: #f5f5f5;
	}
}
footer .topup {
	padding: 20px 0;
	border-bottom: 1px solid #a5a5a5;
	border-top: 1px solid #a5a5a5;
}
@media (max-width: 1399px) {
	footer .topup {
		padding: 30px 0;
	}
}
footer .topup .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 991px) {
	footer .topup .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
footer .topup .main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 320px;
	margin: auto;
}
@media (max-width: 991px) {
	footer .topup .main {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
@media (max-width: 575px) {
	footer .topup .main {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}
footer .topup .main .image {
	width: 100%;
	max-width: 60px;
	height: 60px;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .topup .main a {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	color: #191624;
}
@media (max-width: 1399px) {
	footer .topup .main a {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	footer .topup .main a {
		font-size: 14px;
	}
}
footer .topup .main a:hover {
	color: #000;
}
footer .topup .main .footer-mail:hover {
	color: #bdd92b;
}
@media (max-width: 991px) {
	footer .topup .footer-bottom {
		padding: 10px;
		border-bottom: 1px solid #a5a5a5;
	}
}
@media (max-width: 991px) {
	footer .topup .footer-margin {
		margin-top: 40px;
	}
}
footer .topup .footer-logo {
	padding: 20px;
}
footer .topup .footer-logo img {
	width: 100%;
	max-width: 320px;
	margin: auto;
}
@media (max-width: 991px) {
	footer .topup .footer-logo img {
		max-width: 280px;
	}
}
@media (max-width: 767px) {
	footer .topup .footer-logo img {
		max-width: 200px;
	}
}
@media (max-width: 575px) {
	footer .topup .footer-logo img {
		max-width: 180px;
	}
}
@media (max-width: 375px) {
	footer .topup .footer-logo img {
		max-width: 150px;
	}
}
footer .last-contant {
	background: #f5f5f5;
}
@media (max-width: 767px) {
	footer .last-contant {
		border-bottom: 1px solid #a5a5a5;
	}
}
footer .footer-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	footer .footer-links ul {
		padding: 20px 0;
	}
}
footer .footer-links ul li {
	border-right: 1px solid #a5a5a5;
	padding: 50px 70px;
	position: relative;
}
@media (max-width: 1399px) {
	footer .footer-links ul li {
		padding: 40px 40px;
	}
}
footer .footer-links ul li:last-child {
	border-right: none;
}
@media (max-width: 991px) {
	footer .footer-links ul li {
		padding: 15px 20px;
		border-left: 1px solid #a5a5a5;
		border-right: none;
	}
	footer .footer-links ul li:last-child {
		border-right: 1px solid #a5a5a5;
	}
}
footer .footer-links ul li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: #a5a5a5;
}
@media (max-width: 767px) {
	footer .footer-links ul li::before {
		height: 0px;
	}
}
@media (max-width: 767px) {
	footer .footer-links ul li {
		padding: 5px 20px;
	}
}
footer .footer-links ul li a {
	font-weight: 600;
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 1.3;
}
footer .footer-links ul li a:hover {
	color: #bdd92b;
}
@media (max-width: 767px) {
	footer .footer-links .res-ul li {
		width: 100%;
		text-align: center;
		border: none;
	}
	footer .footer-links .res-ul li:last-child {
		border: none;
	}
}
footer .footer-content {
	padding: 40px 0;
}
@media (max-width: 575px) {
	footer .footer-content {
		padding: 30px 0;
	}
}
footer .footer-content .active-footer .footer-wrapper .footer-title::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
footer .footer-content .footer-wrapper.block {
	background: #000;
	border-radius: 20px;
	text-align: center;
	padding: 40px 20px;
}
@media (max-width: 1399px) {
	footer .footer-content .footer-wrapper.block {
		padding: 30px 20px;
	}
}
footer .footer-content .footer-wrapper.block h6 {
	font-size: 30px;
	line-height: 1.6;
	color: #fff;
}
@media (max-width: 1399px) {
	footer .footer-content .footer-wrapper.block h6 {
		font-size: 25px;
	}
}
@media (max-width: 1199px) {
	footer .footer-content .footer-wrapper.block h6 {
		font-size: 20px;
	}
}
footer .footer-content .footer-wrapper .footer-title {
	font-size: 22px;
	line-height: 1.2;
	color: #191624;
	text-transform: capitalize;
	margin-bottom: 30px;
}
@media (max-width: 1399px) {
	footer .footer-content .footer-wrapper .footer-title {
		font-size: 21px;
		margin-bottom: 25px;
	}
}
@media (max-width: 1199px) {
	footer .footer-content .footer-wrapper .footer-title {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	footer .footer-content .footer-wrapper .footer-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	footer .footer-content .footer-wrapper .footer-title {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	footer .footer-content .footer-wrapper .footer-title {
		position: relative;
	}
	footer .footer-content .footer-wrapper .footer-title::after {
		content: "";
		width: 20px;
		height: 20px;
		background: url(../images/icons/footer-downarrow.svg) no-repeat;
		background-size: contain;
		position: absolute;
		top: 3px;
		right: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}
@media (max-width: 991px) {
	footer .footer-content .footer-wrapper .footer-block {
		margin-bottom: 20px;
	}
}
footer .footer-content .footer-wrapper .footer-block.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .footer-content .footer-wrapper .footer-block.main .image {
	width: 100%;
	height: 100%;
	max-width: 60px;
	min-height: 60px;
	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;
	border-radius: 30px;
	background: #bdd92b;
	margin-right: 15px;
}
@media (max-width: 1399px) {
	footer .footer-content .footer-wrapper .footer-block.main .image {
		max-width: 50px;
		min-height: 50px;
	}
}
@media (max-width: 991px) {
	footer .footer-content .footer-wrapper .footer-block.main .image {
		margin: 0 auto 10px auto;
		width: 50px;
		min-height: 0;
		height: 50px;
	}
}
@media (max-width: 575px) {
	footer .footer-content .footer-wrapper .footer-block.main .image {
		width: 50px;
		height: 50px;
	}
}
footer .footer-content .footer-wrapper .footer-block.main p span {
	display: block;
	font-size: 16px;
	line-height: 1.9;
	color: #191624;
}
@media (max-width: 1399px) {
	footer .footer-content .footer-wrapper .footer-block.main p span {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	footer .footer-content .footer-wrapper .footer-block.main p span {
		text-align: center;
	}
}
footer .footer-content .footer-wrapper .footer-block .footer-item {
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	footer .footer-content .footer-wrapper .footer-block .footer-item {
		margin-bottom: 20px;
	}
}
footer .footer-content .footer-wrapper .footer-block .footer-item:last-child {
	margin: 0;
}
footer .footer-content .footer-wrapper .footer-block .footer-item .footer-link {
	font-size: 16px;
	line-height: 22px;
	color: #191624;
	text-transform: capitalize;
	margin-bottom: 25px;
	position: relative;
}
@media (max-width: 1399px) {
	footer .footer-content .footer-wrapper .footer-block .footer-item .footer-link {
		font-size: 15px;
		margin-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	footer .footer-content .footer-wrapper .footer-block .footer-item .footer-link {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	footer .footer-content .footer-wrapper .footer-block .footer-item .footer-link {
		margin-bottom: 15px;
	}
}
footer .footer-content .footer-wrapper .footer-block .footer-item .footer-link::after {
	content: "";
	width: 0%;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -5px;
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer .footer-content .footer-wrapper .footer-block .footer-item .footer-link:hover,
footer .footer-content .footer-wrapper .footer-block .footer-item .footer-link.active {
	color: #000;
}
footer .footer-content .footer-wrapper .footer-block .footer-item .footer-link:hover::after,
footer .footer-content .footer-wrapper .footer-block .footer-item .footer-link.active::after {
	width: 50%;
}
footer .copyright {
	background: #f5f5f5;
	padding: 20px;
	position: relative;
}
footer .copyright::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #a5a5a5;
}
@media (max-width: 991px) {
	footer .copyright {
		padding: 20px 0 70px 0;
	}
}
footer .copyright p {
	font-size: 16px;
	line-height: 1.3;
	color: #191624;
	text-align: center;
}
@media (max-width: 1399px) {
	footer .copyright p {
		font-size: 15px;
	}
}
@media (max-width: 1199px) {
	footer .copyright p {
		font-size: 14px;
	}
}
header {
	background: #fff;
	padding: 30px 0;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #a5a5a5;
}
@media (max-width: 991px) {
	header {
		padding: 20px 0;
	}
}
@media (max-width: 575px) {
	header {
		padding: 10px 0 10px 0;
	}
}
header.fixed-menu {
	position: sticky;
	top: -120px;
	left: 0;
	-webkit-transition: top 0.5s ease;
	transition: top 0.5s ease;
	z-index: 9;
	-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
header.fixed-menu.active {
	top: 0;
}
header .navbar {
	padding: 0;
}
header .navbar .header-wrapper {
	width: 100%;
	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;
}
header .navbar .header-wrapper .btn_wrapper {
	gap: 20px;
}
header .navbar .header-wrapper .btn_wrapper .btn_block {
	padding: 8px 20px;
}
@media (max-width: 991px) {
	header .navbar .header-wrapper .btn_wrapper .btn_block {
		padding: 6px 10px;
	}
}
@media (max-width: 767px) {
	header .navbar .header-wrapper .btn_wrapper .btn_block:first-child {
		display: none;
	}
}
@media (max-width: 575px) {
	header .navbar .header-wrapper .btn_wrapper .btn_block {
		display: none;
	}
}
header .navbar .header-wrapper .btn_wrapper p:hover {
	color: #bdd92b;
}
header .navbar .header-wrapper .btn_wrapper a:hover {
	color: #bdd92b;
}
header .navbar .header-wrapper .btn_wrapper #dropBlock_wrapper #teams-dropdown-menu {
	padding: 0;
}
header .navbar .header-wrapper .btn_wrapper #dropBlock_wrapper #teams-dropdown-menu ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .navbar .header-wrapper .btn_wrapper #dropBlock_wrapper #teams-dropdown-menu ul li img {
	margin-right: 10px;
}
header .navbar .header-wrapper .btn_wrapper .navbar-toggler {
	overflow-x: hidden;
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
	padding: 3px;
	border: 2px solid #000;
}
@media (max-width: 1199px) {
	header .navbar .header-wrapper .btn_wrapper .navbar-toggler {
		display: block;
	}
}
@media (max-width: 575px) {
	header .navbar .header-wrapper .btn_wrapper .navbar-toggler {
		width: 25px;
		height: 25px;
	}
}
header .navbar .header-wrapper .btn_wrapper .navbar-toggler .navbar-toggler-icon {
	display: block;
	width: 16px;
	height: 2px;
	background: #000;
	margin-bottom: 4px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 575px) {
	header .navbar .header-wrapper .btn_wrapper .navbar-toggler .navbar-toggler-icon {
		width: 15px;
	}
}
@media (max-width: 575px) {
	header .navbar .header-wrapper .btn_wrapper .navbar-toggler .navbar-toggler-icon:nth-child(2) {
		display: none;
	}
}
header .navbar .header-wrapper .btn_wrapper .navbar-toggler .navbar-toggler-icon:last-child {
	margin: 0;
	width: 9px;
	margin-left: auto;
}
header .navbar .header-wrapper .btn_wrapper .navbar-toggler.active {
	padding: 0px;
}
header .navbar .header-wrapper .btn_wrapper .navbar-toggler.active .navbar-toggler-icon {
	width: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
header .navbar .header-wrapper .btn_wrapper .navbar-toggler.active .navbar-toggler-icon:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .navbar .header-wrapper .btn_wrapper .navbar-toggler.active .navbar-toggler-icon:nth-child(2) {
	left: -100px;
}
header .navbar .header-wrapper .btn_wrapper .navbar-toggler.active .navbar-toggler-icon:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header .navbar .header-wrapper .btn_wrapper .logged-icon img {
	height: 24px;
	width: 24px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: center;
	align-self: center;
}
@media (max-width: 1199px) {
	header .navbar .header-wrapper .btn_wrapper .logged-icon img {
		height: 40px;
		width: 40px;
	}
}
header .navbar .header-wrapper .btn_wrapper .logged-icon p {
	font-size: 16px;
}
@media (max-width: 1199px) {
	header .navbar .header-wrapper .btn_wrapper .logged-icon p {
		display: none !important;
	}
}
@media (max-width: 991px) {
	header .navbar .header-wrapper .btn_wrapper .profile-hidden {
		display: none !important;
	}
}
header .navbar .logo {
	width: 280px;
	margin-right: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1399px) {
	header .navbar .logo {
		margin-right: 50px;
	}
}
@media (max-width: 1199px) {
	header .navbar .logo {
		margin-right: 0px;
	}
}
@media (max-width: 991px) {
	header .navbar .logo {
		width: 250px;
	}
}
@media (max-width: 767px) {
	header .navbar .logo {
		width: 200px;
	}
}
@media (max-width: 575px) {
	header .navbar .logo {
		width: 180px;
	}
}
@media (max-width: 420px) {
	header .navbar .logo {
		width: 150px;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse {
		width: 100%;
		position: absolute;
		top: 70px;
		left: 0;
		background: #fff;
		padding: 20px;
		z-index: 999;
	}
}
@media (max-width: 1199px) and (max-width: 991px) {
	header .navbar .navbar-collapse {
		top: 56px;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 30px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
	margin-right: 0;
}
@media (max-width: 1399px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item {
		margin-right: 15px;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item {
		margin: 0 0 6px 0;
		padding: 5px 0;
	}
	header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
		margin: 0;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
	margin-right: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	padding: 0;
	opacity: 0.5;
	font-size: 18px;
	line-height: 1.4;
	color: #191624;
	text-transform: capitalize;
	position: relative;
}
@media (max-width: 1399px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		color: #000;
	}
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
	content: "";
	width: 0;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -5px;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
	color: #000 !important;
	opacity: 1;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active::after,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
	width: 30px;
}
@media (max-width: 1199px) {
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active::after,
	header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
		width: 100%;
		height: 1px;
	}
}
.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: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	padding: 10px;
}
#teams-dropdown-menu .flag-text {
	font-size: 0px;
	color: #000;
	margin-right: 5px;
}
#teams-dropdown-menu ul {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow:
		0 2px 5px rgba(10, 10, 10, 0.0509803922),
		0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	box-shadow:
		0 2px 5px rgba(10, 10, 10, 0.0509803922),
		0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
	display: none;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: 50px;
	width: 135px;
	z-index: 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;
	z-index: 9992;
	right: -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;
}
.banner {
	overflow-x: hidden;
}
.banner .banner_wrapper {
	position: relative;
	background: #f5f5f5;
}
.banner .banner_wrapper::after {
	background: url(../images/icons/hero-banner-triangle.webp) no-repeat;
	background-size: contain;
	left: auto;
	top: 50px;
	right: 0;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.banner .banner_wrapper .banner-first-border {
	border-right: 1px solid #a5a5a5;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-first-border {
		border: none;
	}
}
.banner .banner_wrapper .banner-first-border .banner-contant-1 {
	text-align: center;
}
.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-first-box {
	margin: 50px 20px 0 20px;
}
.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-first-box img {
	border-radius: 15px;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-first-box img {
		text-align: center;
	}
}
.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-review {
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-review {
		padding: 30px 0;
		margin-top: 10px;
	}
}
@media (max-width: 575px) {
	.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-review {
		padding: 20px 0;
		margin-top: 0;
	}
}
.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-review .happy-Client {
	border-right: 1px solid #a5a5a5;
}
.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-review p {
	font-size: 14px;
}
.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-review h5 {
	text-align: start;
	font-size: 34px;
	font-weight: 600;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-review h5 {
		text-align: center;
	}
}
.banner .banner_wrapper .banner-first-border .banner-contant-1 .banner-review h5 span {
	color: #bdd92b;
}
.banner .banner_wrapper .banner-contant-2 {
	position: relative;
	margin: 100px 0;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-contant-2 {
		margin: 0 0;
	}
}
.banner .banner_wrapper .banner-contant-2::before {
	content: "";
	width: 120px;
	height: 120px;
	background: url(../images/icons/banner-ring.svg) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: -78px;
	left: 12px;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-contant-2::before {
		top: 0px;
		left: -45px;
	}
}
.banner .banner_wrapper .banner-contant-2 h2 {
	color: #000;
	font-family: "Sani Trixie Sans";
	font-size: 92px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	padding: 0 15px;
	margin-bottom: 15px;
}
@media (max-width: 1199px) {
	.banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 70px;
	}
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-contant-2 h2 {
		text-align: center;
		font-size: 40px;
	}
}
@media (max-width: 575px) {
	.banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 27px;
	}
}
@media (max-width: 320px) {
	.banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 30px;
	}
}
.banner .banner_wrapper .banner-contant-2 .my-button {
	margin: 0 10px;
}
.banner .banner_wrapper .banner-last-border {
	border-left: 1px solid #a5a5a5;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-last-border {
		border: none;
	}
}
.banner .banner_wrapper .banner-last-border .banner-contant-3 {
	text-align: end;
	position: relative;
}
.banner .banner_wrapper .banner-last-border .banner-contant-3::before {
	content: "";
	width: 120px;
	height: 120px;
	background: url(../images/icons/black-dots.svg) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	bottom: 220px;
	left: -40px;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-last-border .banner-contant-3::before {
		display: none;
	}
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-last-border .banner-contant-3 {
		text-align: center;
	}
}
.banner .banner_wrapper .banner-last-border .banner-contant-3 p {
	text-align: start;
	padding: 50px 25px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-last-border .banner-contant-3 p {
		text-align: center;
		padding: 20px;
	}
}
.banner .banner_wrapper .banner-last-border .banner-contant-3 img {
	margin: 50px;
	border-radius: 15px;
	position: relative;
	z-index: 2;
}
@media (max-width: 991px) {
	.banner .banner_wrapper .banner-last-border .banner-contant-3 img {
		margin: 10px 0px 50px 0;
	}
}
.services {
	background-color: #000;
	padding: 50px;
}
@media (max-width: 991px) {
	.services {
		padding: 40px;
	}
}
@media (max-width: 575px) {
	.services {
		padding: 20px;
	}
}
.services .text_wrapper {
	margin: 0 40px 0 0;
	position: relative;
	color: #fff;
	padding: 0 10px;
}
@media (max-width: 1199px) {
	.services .text_wrapper {
		margin: 0 0 30px 0;
	}
}
@media (max-width: 575px) {
	.services .text_wrapper {
		margin: 0 0 20px 0;
	}
}
.services .text_wrapper img {
	margin: 50px 0 0 0;
	border-radius: 15px;
}
@media (max-width: 1199px) {
	.services .text_wrapper img {
		margin: 10px 0;
	}
}
.services .text_wrapper h2 {
	font-size: 52px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Sani Trixie Sans";
}
@media (max-width: 1399px) {
	.services .text_wrapper h2 {
		font-size: 45px;
	}
}
@media (max-width: 991px) {
	.services .text_wrapper h2 {
		font-size: 40px;
		margin-bottom: 10px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.services .text_wrapper h2 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.services .text_wrapper h2 {
		font-size: 25px;
	}
}
@media (max-width: 375px) {
	.services .text_wrapper h2 {
		font-size: 22px;
	}
}
.services .text_wrapper > p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.services .text_wrapper > p {
		font-size: 15px;
	}
}
@media (max-width: 1199px) {
	.services .text_wrapper > p {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.services .text_wrapper > p {
		font-size: 14px;
		margin-bottom: 10px;
	}
}
.services .text_wrapper .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 4px 20px -8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 20px -8px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.services .text_wrapper .box {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.services .text_wrapper .box {
		padding: 15px;
		margin-bottom: 10px;
	}
}
.services .text_wrapper .box:last-child {
	margin: 0;
}
.services .text_wrapper .box .image {
	width: 100%;
	height: 100%;
	max-width: 80px;
	max-height: 80px;
	background: #bdd92b;
	border-radius: 40px;
	padding: 20px;
	margin-right: 20px;
}
@media (max-width: 1199px) {
	.services .text_wrapper .box .image {
		max-width: 70px;
		max-height: 70px;
		margin-right: 15px;
	}
}
@media (max-width: 991px) {
	.services .text_wrapper .box .image {
		max-width: 60px;
		max-height: 60px;
		padding: 15px;
	}
}
@media (max-width: 575px) {
	.services .text_wrapper .box .image {
		margin-right: 10px;
	}
}
.services .service-section-text {
	position: relative;
}
.services .service-section-text::after {
	content: "";
	width: 124px;
	height: 180px;
	background: url(../images/icons/green-dots.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: -85px;
	right: 30px;
}
@media (max-width: 991px) {
	.services .service-section-text::after {
		display: none;
	}
}
.services .service-section-text .service-text {
	margin-top: 100px;
}
@media (max-width: 991px) {
	.services .service-section-text .service-text {
		margin-top: 0;
	}
}
.services .service-section-text .service-text:first-child {
	border-top: 1px solid #bdd92b;
}
.services .service-section-text .service-text p {
	padding: 20px;
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #bdd92b;
}
@media (max-width: 767px) {
	.services .service-section-text .service-text p {
		padding: 10px;
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.services .service-section-text .service-text p {
		text-align: center;
	}
}
.services .service-section-text .service-content p {
	width: 100%;
	max-width: 70%;
}
@media (max-width: 991px) {
	.services .service-section-text .service-content p {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.services .service-section-text .my-button {
		margin: 10px auto !important;
	}
}
@media (max-width: 575px) {
	.services .service-section-text .my-button {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}
@media (max-width: 991px) {
	.services .service-section-text .service-button {
		margin: auto;
	}
}
@media (max-width: 767px) {
	.services .service-section-text .service-button {
		margin: 10px auto;
	}
}
.services .image_wrapper img {
	display: block;
}
@media (max-width: 575px) {
	.services .image_wrapper img {
		width: 350px;
		margin: auto;
	}
}
.services .service-content {
	color: #fff;
	margin: 20px 0;
}
@media (max-width: 575px) {
	.services .service-content p {
		text-align: center;
	}
}
.pricing {
	padding: 60px 0 0 0;
}
@media (max-width: 1399px) {
	.pricing {
		padding: 80px 0 0;
	}
}
@media (max-width: 1199px) {
	.pricing {
		padding: 60px 0 0;
	}
}
@media (max-width: 991px) {
	.pricing {
		padding: 50px 0 0;
	}
}
.pricing .text_wrapper {
	margin: auto;
	background: #f5f5f5;
	padding-bottom: 60px;
}
.pricing .text_wrapper P {
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
}
@media (max-width: 768px) {
	.pricing .text_wrapper P {
		font-size: 18px;
	}
}
.pricing .text_wrapper h2 {
	color: #000;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 20px 0;
	font-family: "Sani Trixie Sans";
}
@media (max-width: 991px) {
	.pricing .text_wrapper h2 {
		font-size: 40px;
	}
}
@media (max-width: 575px) {
	.pricing .text_wrapper h2 {
		font-size: 28px;
	}
}
.pricing .text_wrapper .pricing-text {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
@media (max-width: 991px) {
	.pricing .price-text {
		text-align: center;
		margin-bottom: 65px;
	}
}
.pricing .pricing-design {
	margin: auto;
	padding: 40px 0;
	position: relative;
}
@media (max-width: 991px) {
	.pricing .pricing-design {
		margin-top: 20px;
	}
}
.pricing .pricing-design .pricing-gap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}
@media (max-width: 991px) {
	.pricing .pricing-design .pricing-gap {
		position: static;
		margin-top: 20px;
		gap: 20px;
		max-width: 290px;
		margin: 0 auto;
		padding: 0 0 20px;
	}
}
.pricing .pricing-design .pricing-gap .pricing-image {
	background: #fff;
	width: 50%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1399px) {
	.pricing .pricing-design .pricing-gap .pricing-image {
		gap: 72px;
	}
}
@media (max-width: 1199px) {
	.pricing .pricing-design .pricing-gap .pricing-image {
		gap: 40px;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-design .pricing-gap .pricing-image {
		width: 100%;
		gap: 9px;
		background: none !important;
		margin-top: -5px;
	}
}
.pricing .pricing-design .pricing-gap .pricing-image .tick-part {
	max-width: 200px;
	width: 100%;
	text-align: center;
}
@media (max-width: 1399px) {
	.pricing .pricing-design .pricing-gap .pricing-image .tick-part {
		max-width: 212px;
	}
}
@media (max-width: 1199px) {
	.pricing .pricing-design .pricing-gap .pricing-image .tick-part {
		max-width: 212px;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-design .pricing-gap .pricing-image .tick-part {
		max-width: 115px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		background: #fff;
		margin: auto;
	}
}
.pricing .pricing-design .pricing-gap .pricing-image .tick-part img {
	padding: 30px 0;
	width: 32px;
}
@media (max-width: 991px) {
	.pricing .pricing-design .pricing-gap .pricing-image .tick-part img {
		padding: 15px 0;
	}
}
.pricing .pricing-design .pricing-gap .pricing-detail {
	z-index: 2;
	width: 100%;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	border-radius: 12px;
	background: #fff;
}
@media (max-width: 1199px) {
	.pricing .pricing-design .pricing-gap .pricing-detail {
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-design .pricing-gap .pricing-detail {
		display: block !important;
		background: none;
	}
}
@media (max-width: 767px) {
	.pricing .pricing-design .pricing-gap .pricing-detail {
		font-size: 14px;
	}
}
.pricing .pricing-design .pricing-gap .pricing-detail span {
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}
@media (max-width: 575px) {
	.pricing .pricing-design .pricing-gap .pricing-detail span {
		font-size: 14px !important;
	}
}
.pricing .pricing-design .pricing-gap .pricing-detail p {
	padding: 30px 20px;
	background: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
	max-width: 47%;
	font-size: 18px;
}
@media (max-width: 991px) {
	.pricing .pricing-design .pricing-gap .pricing-detail p {
		max-width: 100%;
		text-align: center;
		padding: 10px 20px;
		border-radius: 10px;
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.pricing .pricing-design .pricing-gap .pricing-detail p {
		font-size: 14px !important;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-design .both-plan {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
	}
}
.pricing .pricing-design .both-plan .silver-plan {
	margin-top: -40px;
	position: absolute;
	background: rgba(189, 217, 43, 0.5);
	height: 100%;
	top: 0;
	right: 230px;
	padding: 30px 10px;
	z-index: 1;
	width: 200px;
	border-radius: 10px;
}
.pricing .pricing-design .both-plan .silver-plan.active-plan {
	background: #bdd92b;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.pricing .pricing-design .both-plan .silver-plan.active-plan .my-button {
	pointer-events: auto;
}
@media (max-width: 1199px) {
	.pricing .pricing-design .both-plan .silver-plan {
		right: 175px;
		width: 160px;
		padding: 30px 0px;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-design .both-plan .silver-plan {
		position: relative;
		right: 0;
		width: 100%;
		text-align: center;
		max-width: 140px;
	}
}
.pricing .pricing-design .both-plan .silver-plan .my-button {
	position: absolute;
	bottom: -113px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	pointer-events: none;
}
@media (max-width: 991px) {
	.pricing .pricing-design .both-plan .silver-plan .my-button {
		display: block !important;
		bottom: -92px;
	}
}
.pricing .pricing-design .both-plan .gold-plan {
	margin-top: -40px;
	position: absolute;
	background: rgba(189, 217, 43, 0.5);
	height: 100%;
	top: 0;
	right: 450px;
	padding: 30px 10px;
	z-index: 1;
	width: 200px;
	border-radius: 10px;
}
@media (max-width: 991px) {
	.pricing .pricing-design .both-plan .gold-plan {
		display: block !important;
		bottom: -92px;
	}
}
.pricing .pricing-design .both-plan .gold-plan.active-plan {
	background: #bdd92b;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.pricing .pricing-design .both-plan .gold-plan.active-plan .my-button {
	pointer-events: auto;
}
@media (max-width: 1199px) {
	.pricing .pricing-design .both-plan .gold-plan {
		right: 350px;
		padding: 30px 0px;
		width: 160px;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-design .both-plan .gold-plan {
		position: relative;
		right: 0;
		width: 100%;
		text-align: center;
		max-width: 140px;
	}
}
.pricing .pricing-design .both-plan .gold-plan .my-button {
	position: absolute;
	bottom: -113px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	pointer-events: none;
	margin-right: -18px;
}
@media (max-width: 991px) {
	.pricing .pricing-design .both-plan .gold-plan .my-button {
		display: block !important;
		bottom: -92px;
	}
}
.pricing .pricing-design .both-plan .bass-plan {
	margin-top: -40px;
	position: absolute;
	background: rgba(189, 217, 43, 0.5);
	height: 100%;
	top: 0;
	right: 0px;
	padding: 30px 10px;
	z-index: 1;
	width: 200px;
	border-radius: 10px;
}
@media (max-width: 991px) {
	.pricing .pricing-design .both-plan .bass-plan {
		display: block !important;
		bottom: -92px;
	}
}
.pricing .pricing-design .both-plan .bass-plan.active-plan {
	background: #bdd92b;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
.pricing .pricing-design .both-plan .bass-plan.active-plan .my-button {
	pointer-events: auto;
}
@media (max-width: 1199px) {
	.pricing .pricing-design .both-plan .bass-plan {
		padding: 30px 0px;
		width: 160px;
	}
}
@media (max-width: 991px) {
	.pricing .pricing-design .both-plan .bass-plan {
		position: relative;
		right: 0;
		width: 100%;
		text-align: center;
		max-width: 140px;
	}
}
.pricing .pricing-design .both-plan .bass-plan .my-button {
	position: absolute;
	bottom: -113px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	pointer-events: none;
	margin-right: -18px;
}
@media (max-width: 991px) {
	.pricing .pricing-design .both-plan .bass-plan .my-button {
		display: block !important;
		bottom: -92px;
	}
}
.cta-2 .image_wrapper {
	position: relative;
	line-height: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.cta-2 .image_wrapper {
		display: none;
	}
}
.cta-2 .image_wrapper img {
	border-radius: 12px;
}
.cta-2 .cta-second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
@media (max-width: 991px) {
	.cta-2 .cta-second {
		margin-top: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.cta-2 .cta-second img {
	border-radius: 12px;
}
.cta-2 .cta-background {
	background: #000;
	border-radius: 30px;
	padding: 50px;
}
@media (max-width: 991px) {
	.cta-2 .cta-background {
		padding: 25px;
	}
}
.cta-2 .cta-background .respons-image img {
	border-radius: 12px;
}
@media (max-width: 991px) {
	.cta-2 .cta-background .respons-image .my-button a {
		margin: 10px 0;
	}
}
.cta-2 .text_wrapper {
	position: relative;
}
.cta-2 .text_wrapper::before {
	content: "";
	width: 120px;
	height: 120px;
	background: url(../images/icons/banner-ring.svg) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: 40px;
	left: -11px;
}
@media (max-width: 991px) {
	.cta-2 .text_wrapper::before {
		top: 0px;
		left: 70px;
	}
}
.cta-2 .text_wrapper h2 {
	color: #fff;
	text-align: center;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;
	font-family: "Sani Trixie Sans";
}
@media (max-width: 1399px) {
	.cta-2 .text_wrapper h2 {
		font-size: 41px;
	}
}
@media (max-width: 1199px) {
	.cta-2 .text_wrapper h2 {
		font-size: 33px;
	}
}
@media (max-width: 991px) {
	.cta-2 .text_wrapper h2 {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.cta-2 .text_wrapper h2 {
		font-weight: 400;
		font-size: 30px;
		line-height: 36px;
	}
}
.cta-2 .text_wrapper p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
@media (max-width: 991px) {
	.cta-2 .text_wrapper p {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.cta-2 .text_wrapper .cta-heading {
		max-width: 60%;
		margin: auto;
		text-align: start;
	}
}
@media (max-width: 575px) {
	.cta-2 .text_wrapper .cta-heading {
		max-width: 80%;
		margin: auto;
		text-align: start;
	}
}
.cta-2 .text_wrapper .cta-image {
	display: none;
}
@media (max-width: 991px) {
	.cta-2 .text_wrapper .cta-image {
		display: block;
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.cta-2 .text_wrapper .cta-image {
		width: 350px;
		margin: 0 auto 20px auto;
	}
}
.cta-2 .text_wrapper .my-button a {
	border: 2px solid #fff;
}
@media (max-width: 991px) {
	.cta-2 .text_wrapper .my-button {
		display: none !important;
	}
}
.contact-section {
	background: #f5f5f5;
}
.contact-section .text_wrapper h2 {
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 20px 0;
}
@media (max-width: 1399px) {
	.contact-section .text_wrapper h2 {
		font-size: 41px;
	}
}
@media (max-width: 1199px) {
	.contact-section .text_wrapper h2 {
		font-size: 33px;
	}
}
@media (max-width: 991px) {
	.contact-section .text_wrapper h2 {
		font-size: 30px;
		text-align: center;
		margin: 10px 0;
	}
}
@media (max-width: 767px) {
	.contact-section .text_wrapper h2 {
		font-style: normal;
		font-weight: 400;
	}
}
@media (max-width: 375px) {
	.contact-section .text_wrapper h2 {
		font-size: 22px;
		margin: 7px 0;
	}
}
.contact-section .contact-text p {
	color: #666;
	font-size: 16px;
	font-style: normal;
	line-height: 1.3;
}
@media (max-width: 575px) {
	.contact-section .contact-text p {
		font-size: 14px;
	}
}
.contact-section .contact-text h5 {
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0;
}
.contact-section .contact-text h5 a {
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.contact-section .contact-text h5 a:hover {
	color: #bdd92b;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
@media (max-width: 575px) {
	.contact-section .contact-text h5 {
		font-size: 16px;
	}
}
.second-services {
	background: #000;
	padding: 50px 0;
}
@media (max-width: 575px) {
	.second-services {
		padding: 50px 0 30px 0;
	}
}
.second-services .text_wrapper {
	color: #fff;
}
.second-services .text_wrapper h2 {
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 20px 0;
}
@media (max-width: 1399px) {
	.second-services .text_wrapper h2 {
		font-size: 41px;
	}
}
@media (max-width: 1199px) {
	.second-services .text_wrapper h2 {
		font-size: 33px;
	}
}
@media (max-width: 991px) {
	.second-services .text_wrapper h2 {
		font-size: 30px;
		text-align: center;
		margin: 10px 0;
	}
}
@media (max-width: 767px) {
	.second-services .text_wrapper h2 {
		font-style: normal;
		font-weight: 400;
	}
}
@media (max-width: 375px) {
	.second-services .text_wrapper h2 {
		font-size: 22px;
		margin: 7px 0;
	}
}
.second-services .text_wrapper .service-heading {
	position: relative;
}
@media (max-width: 991px) {
	.second-services .text_wrapper .service-heading {
		text-align: center;
	}
}
.second-services .text_wrapper .service-heading::before {
	content: "";
	width: 120px;
	height: 120px;
	background: url(../images/icons/banner-ring.svg) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: -27px;
	left: 25px;
}
.second-services .text_wrapper .second-text {
	padding: 0px 0px 30px 0;
	font-size: 16px;
}
@media (max-width: 991px) {
	.second-services .text_wrapper .second-text {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.second-services .text_wrapper .second-text {
		font-size: 14px !important;
	}
}
@media (max-width: 991px) {
	.second-services .text_wrapper .service-album {
		margin: 20px 0;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
}
.second-services .text_wrapper .second-image-1 {
	line-height: 0;
}
.second-services img {
	border-radius: 12px;
	text-align: center;
}
.second-services .my-button a {
	border: 2px solid #fff;
}
.second-services .img-wrapper {
	line-height: 0;
}
@media (max-width: 575px) {
	.second-services .img-wrapper {
		max-width: 300px;
	}
}
.about .title {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	line-height: 26px;
	background: #f5f5f5;
}
.about h2 {
	background: #f5f5f5;
	color: #000;
	font-family: "Sani Trixie Sans";
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: auto;
}
@media (max-width: 991px) {
	.about h2 {
		text-align: center;
		font-size: 40px;
		line-height: 1.3;
	}
}
@media (max-width: 575px) {
	.about h2 {
		font-size: 27px;
		line-height: 1.2;
	}
}
@media (max-width: 320px) {
	.about h2 {
		font-size: 30px;
	}
}
.about p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.about img {
	border-radius: 12px;
	margin: 20px 0;
}
@media (max-width: 991px) {
	.about img {
		margin: 20px 0 0 0;
	}
}
.about .about-container {
	padding: 50px 0 0 0;
}
@media (max-width: 991px) {
	.about .about-container {
		background: #f5f5f5;
		padding: 20px 0;
	}
}
.about .about-container .about-first {
	margin-top: 30px;
}
@media (max-width: 991px) {
	.about .about-container .about-first {
		margin-top: 10px;
	}
}
.about .my-button a {
	font-weight: 700;
}
.cta-4 .sign-up {
	position: relative;
}
@media (max-width: 575px) {
	.cta-4 .sign-up {
		max-width: 350px;
		margin: auto;
	}
}
.cta-4 .sign-up::after,
.cta-4 .sign-up::before {
	content: "";
	width: 75px;
	height: 75px;
	background: url(../images/icons/hero-banner-half-circle.webp) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50px;
	left: 50px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 1399px) {
	.cta-4 .sign-up::after,
	.cta-4 .sign-up::before {
		width: 65px;
		height: 65px;
	}
}
@media (max-width: 1199px) {
	.cta-4 .sign-up::after,
	.cta-4 .sign-up::before {
		width: 55px;
		height: 55px;
		top: 0px;
	}
}
@media (max-width: 991px) {
	.cta-4 .sign-up::after,
	.cta-4 .sign-up::before {
		width: 50px;
		height: 50px;
		top: -20px;
	}
}
@media (max-width: 767px) {
	.cta-4 .sign-up::after,
	.cta-4 .sign-up::before {
		top: -50px;
	}
}
@media (max-width: 575px) {
	.cta-4 .sign-up::after,
	.cta-4 .sign-up::before {
		width: 40px;
		height: 40px;
		left: 0;
	}
}
.cta-4 .sign-up::after {
	width: 55px;
	height: 45px;
	background: url(../images/icons/hero-banner-triangle.webp) no-repeat;
	background-size: contain;
	left: 400px;
	top: auto;
	bottom: 50px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: round-3 5s infinite cubic-bezier(0.21, 0.13, 0.64, 0.7);
	animation: round-3 5s infinite cubic-bezier(0.21, 0.13, 0.64, 0.7);
}
@media (max-width: 1399px) {
	.cta-4 .sign-up::after {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 1199px) {
	.cta-4 .sign-up::after {
		bottom: 0;
	}
}
@media (max-width: 991px) {
	.cta-4 .sign-up::after {
		display: none;
	}
}
@-webkit-keyframes round-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes round-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@media (max-width: 991px) {
	.cta-4 .sign-up .text_wrapper {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.cta-4 .sign-up .text_wrapper {
		margin-bottom: 20px;
	}
}
.cta-4 .sign-up .text_wrapper p {
	font-size: 18px;
	line-height: 1.8;
	color: #000;
}
@media (max-width: 1399px) {
	.cta-4 .sign-up .text_wrapper p {
		font-size: 17px;
	}
}
@media (max-width: 1199px) {
	.cta-4 .sign-up .text_wrapper p {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.cta-4 .sign-up .text_wrapper p {
		text-align: center;
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.cta-4 .sign-up .text_wrapper p {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.cta-4 .sign-up .text_wrapper p {
		font-size: 13px;
	}
}
.cta-4 .sign-up .image_wrapper {
	position: relative;
}
.cta-4 .sign-up .image_wrapper::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/icons/hero-banner-square.webp) no-repeat;
	background-size: contain;
	position: absolute;
	top: 30px;
	right: 50px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation: round-4 5s infinite cubic-bezier(0.21, 0.13, 0.64, 0.7);
	animation: round-4 5s infinite cubic-bezier(0.21, 0.13, 0.64, 0.7);
}
@media (max-width: 1399px) {
	.cta-4 .sign-up .image_wrapper::after {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 1199px) {
	.cta-4 .sign-up .image_wrapper::after {
		top: 0;
	}
}
@media (max-width: 575px) {
	.cta-4 .sign-up .image_wrapper::after {
		width: 30px;
		height: 30px;
		right: 0;
	}
}
@-webkit-keyframes round-4 {
	0% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	50% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@keyframes round-4 {
	0% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	50% {
		-webkit-transform: rotate(120deg);
		transform: rotate(120deg);
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.form .form-content .form-gap {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.form .form-content .form-gap {
		margin-bottom: 10px;
	}
}
.form .form-content form {
	margin-bottom: 20px;
}
.form .form-content form .remember {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
@media (max-width: 575px) {
	.form .form-content form .remember label {
		font-size: 12px;
	}
	.form .form-content form .remember a {
		font-size: 12px;
	}
}
.form .form-content form .user-input {
	width: 100%;
	border: 0;
	outline: none;
	resize: none;
	padding: 20px;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1399px) {
	.form .form-content form .user-input {
		padding: 18px;
	}
}
@media (max-width: 1199px) {
	.form .form-content form .user-input {
		padding: 15px;
	}
}
@media (max-width: 991px) {
	.form .form-content form .user-input {
		padding: 13px;
	}
}
@media (max-width: 767px) {
	.form .form-content form .user-input {
		padding: 12px;
	}
}
@media (max-width: 575px) {
	.form .form-content form .user-input {
		padding: 10px;
	}
}
.form .form-content form .user-input:hover::-webkit-input-placeholder,
.form .form-content form .user-input:focus::-webkit-input-placeholder {
	opacity: 0.6;
}
.form .form-content form .user-input:hover::-moz-placeholder,
.form .form-content form .user-input:focus::-moz-placeholder {
	opacity: 0.6;
}
.form .form-content form .user-input:hover:-ms-input-placeholder,
.form .form-content form .user-input:focus:-ms-input-placeholder {
	opacity: 0.6;
}
.form .form-content form .user-input:hover::-ms-input-placeholder,
.form .form-content form .user-input:focus::-ms-input-placeholder {
	opacity: 0.6;
}
.form .form-content form .user-input:hover::placeholder,
.form .form-content form .user-input:focus::placeholder {
	opacity: 0.6;
}
.form .form-content form .user-input::-webkit-input-placeholder {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
}
.form .form-content form .user-input::-moz-placeholder {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
}
.form .form-content form .user-input:-ms-input-placeholder {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
}
.form .form-content form .user-input::-ms-input-placeholder {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
}
.form .form-content form .user-input::placeholder {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
}
@media (max-width: 991px) {
	.form .form-content form .user-input::-webkit-input-placeholder {
		font-size: 16px;
	}
	.form .form-content form .user-input::-moz-placeholder {
		font-size: 16px;
	}
	.form .form-content form .user-input:-ms-input-placeholder {
		font-size: 16px;
	}
	.form .form-content form .user-input::-ms-input-placeholder {
		font-size: 16px;
	}
	.form .form-content form .user-input::placeholder {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.form .form-content form .user-input::-webkit-input-placeholder {
		font-size: 14px;
	}
	.form .form-content form .user-input::-moz-placeholder {
		font-size: 14px;
	}
	.form .form-content form .user-input:-ms-input-placeholder {
		font-size: 14px;
	}
	.form .form-content form .user-input::-ms-input-placeholder {
		font-size: 14px;
	}
	.form .form-content form .user-input::placeholder {
		font-size: 14px;
	}
}
.form .form-content form .reset {
	margin-bottom: 20px;
}
.form .form-content form .reset .box .tick {
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 0.5px solid rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0px 4px 20px -8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 20px -8px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
}
.form .form-content form .reset .box .tick img {
	opacity: 0;
}
.form .form-content form .reset .box .tick.active img {
	opacity: 1;
}
.form .form-content form .reset span,
.form .form-content form .reset a {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	text-transform: capitalize;
}
@media (max-width: 991px) {
	.form .form-content form .reset span,
	.form .form-content form .reset a {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.form .form-content form .reset span,
	.form .form-content form .reset a {
		font-size: 14px;
	}
}
@media (max-width: 575px) {
	.form .form-content form .reset span,
	.form .form-content form .reset a {
		font-size: 12px;
	}
}
.form .form-content form .reset span:hover,
.form .form-content form .reset a:hover {
	color: #bdd92b;
}
.form .form-content form .g-recaptcha {
	margin-bottom: 20px;
}
@media (max-width: 575px) {
	.form .form-content form .g-recaptcha {
		-webkit-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		margin-bottom: 0px;
	}
}
.form .form-content h6 {
	font-size: 52px;
	font-weight: 400;
	line-height: 1.2;
	margin: 10px 0;
	font-family: "Sani Trixie Sans";
}
@media (max-width: 991px) {
	.form .form-content h6 {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.form .form-content h6 {
		font-size: 32px;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.form .form-content h6 {
		font-size: 26px;
	}
}
.form .form-content p {
	font-size: 16px;
	line-height: 1.4;
	color: #666;
	text-align: center;
	margin: 10px 0;
}
@media (max-width: 1199px) {
	.form .form-content p {
		font-family: 15px;
	}
}
@media (max-width: 991px) {
	.form .form-content p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.form .form-content p {
		font-size: 13px;
	}
}
.form .form-content p a {
	color: #000;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 991px) {
	.form .form-content button {
		margin-bottom: 30px;
	}
}
.form .form-content .my-button {
	max-width: 112px !important;
}
.form .form-content .my-button span {
	text-transform: capitalize;
	padding: 20px 10px;
	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;
	font-weight: 700;
}
@media (max-width: 991px) {
	.form .form-content .my-button {
		max-width: 92px !important;
	}
}
.form .sign-up-bg {
	background: #f5f5f5;
	margin-top: 100px;
}
@media (max-width: 991px) {
	.form .sign-up-bg {
		margin-top: 70px;
	}
}
@media (max-width: 767px) {
	.form .sign-up-bg {
		margin-top: 30px;
	}
}
@media (max-width: 575px) {
	.form .sign-up-bg {
		margin-top: 0px;
	}
}
.form .sign-up .right {
	margin-right: 65px;
}
@media (max-width: 1399px) {
	.form .sign-up .right {
		margin-right: 50px;
	}
}
@media (max-width: 1199px) {
	.form .sign-up .right {
		margin-right: 40px;
	}
}
@media (max-width: 991px) {
	.form .sign-up .right {
		margin: 0 0 30px 0;
	}
}
@media (max-width: 575px) {
	.form .sign-up .right {
		max-width: 350px;
	}
}
.form .sign-up .right .text_wrapper {
	background: #000;
	border-radius: 20px;
	padding: 60px;
}
@media (max-width: 1399px) {
	.form .sign-up .right .text_wrapper {
		padding: 50px;
	}
}
@media (max-width: 1199px) {
	.form .sign-up .right .text_wrapper {
		padding: 40px;
	}
}
@media (max-width: 991px) {
	.form .sign-up .right .text_wrapper {
		padding: 30px;
	}
}
.form .sign-up .right .text_wrapper h6 {
	font-size: 50px;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
}
@media (max-width: 1399px) {
	.form .sign-up .right .text_wrapper h6 {
		font-size: 45px;
	}
}
@media (max-width: 1199px) {
	.form .sign-up .right .text_wrapper h6 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.form .sign-up .right .text_wrapper h6 {
		font-size: 35px;
	}
}
@media (max-width: 767px) {
	.form .sign-up .right .text_wrapper h6 {
		font-size: 30px;
		margin-bottom: 10px;
	}
}
@media (max-width: 575px) {
	.form .sign-up .right .text_wrapper h6 {
		font-size: 25px;
	}
}
@media (max-width: 375px) {
	.form .sign-up .right .text_wrapper h6 {
		font-size: 22px;
	}
}
.form .sign-up .right .text_wrapper p {
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.form .sign-up .right .text_wrapper p {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media (max-width: 1199px) {
	.form .sign-up .right .text_wrapper p {
		font-size: 17px;
	}
}
@media (max-width: 991px) {
	.form .sign-up .right .text_wrapper p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.form .sign-up .right .text_wrapper p {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
@media (max-width: 575px) {
	.form .sign-up .right .text_wrapper p {
		font-size: 14px;
	}
}
.form .sign-up .right .text_wrapper p:last-child {
	margin: 0;
}
.form .sign-up .right .text_wrapper p a {
	color: #bdd92b;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 16px;
}
@media (max-width: 991px) {
	.form .contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
@media (max-width: 991px) {
	.form .contact .text_wrapper {
		text-align: center;
		margin-bottom: 30px;
	}
}
.form .contact .text_wrapper h6 {
	font-size: 50px;
	line-height: 1.3;
	color: #191624;
	text-transform: capitalize;
	margin-bottom: 15px;
}
@media (max-width: 1399px) {
	.form .contact .text_wrapper h6 {
		font-size: 45px;
	}
}
@media (max-width: 1199px) {
	.form .contact .text_wrapper h6 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.form .contact .text_wrapper h6 {
		font-size: 35px;
	}
}
@media (max-width: 767px) {
	.form .contact .text_wrapper h6 {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.form .contact .text_wrapper h6 {
		font-size: 25px;
	}
}
.form .contact .text_wrapper p {
	font-size: 20px;
	line-height: 1.6;
	color: #191624;
	margin-bottom: 30px;
}
@media (max-width: 1399px) {
	.form .contact .text_wrapper p {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	.form .contact .text_wrapper p {
		font-size: 17px;
	}
}
@media (max-width: 991px) {
	.form .contact .text_wrapper p {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.form .contact .text_wrapper p {
		font-size: 15px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.form .contact .text_wrapper p {
		font-size: 14px;
	}
}
.form .contact .text_wrapper .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991px) {
	.form .contact .text_wrapper .box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 575px) {
	.form .contact .text_wrapper .box {
		display: block;
	}
}
.form .contact .text_wrapper .box .image {
	width: 100%;
	height: 100%;
	max-width: 90px;
	min-height: 90px;
	background: #bdd92b;
	border-radius: 50px;
	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-right: 10px;
	padding: 25px;
}
@media (max-width: 1399px) {
	.form .contact .text_wrapper .box .image {
		max-width: 80px;
		min-height: 0;
		max-height: 80px;
	}
}
@media (max-width: 1199px) {
	.form .contact .text_wrapper .box .image {
		max-width: 70px;
		max-height: 70px;
		padding: 20px;
	}
}
@media (max-width: 575px) {
	.form .contact .text_wrapper .box .image {
		max-width: 60px;
		max-height: 60px;
		padding: 17px;
		margin: 0 auto 20px auto;
	}
}
.form .contact .text_wrapper .box .image img {
	width: 35px;
	height: 35px;
}
.form .contact .text_wrapper .box a {
	font-size: 20px;
	line-height: 1.3;
	color: #191624;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1399px) {
	.form .contact .text_wrapper .box a {
		font-size: 19px;
	}
}
@media (max-width: 1199px) {
	.form .contact .text_wrapper .box a {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.form .contact .text_wrapper .box a {
		font-size: 17px;
	}
}
@media (max-width: 767px) {
	.form .contact .text_wrapper .box a {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.form .contact .text_wrapper .box a {
		font-size: 15px;
	}
}
.form .contact .text_wrapper .box a:hover {
	color: #bdd92b;
}
.content {
	position: relative;
	padding-bottom: 100px;
	font-size: 18px;
}
@media (max-width: 1399px) {
	.content {
		padding-bottom: 80px;
	}
}
@media (max-width: 1199px) {
	.content {
		padding-bottom: 60px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.content {
		padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.content {
		padding-bottom: 40px;
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	.content {
		padding-bottom: 30px;
		font-size: 14px;
	}
}
.content h1 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
}
@media (max-width: 1199px) {
	.content h1 {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.content h1 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.content h1 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.content h1 {
		font-size: 18px;
	}
}
@media (max-width: 375px) {
	.content h1 {
		font-size: 16px;
	}
}
.content .print {
	background: #bdd92b;
	padding: 20px 15px;
	border-radius: 12px 0px 0px 12px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: sticky;
	float: right;
	right: 0;
	top: 150px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 16px;
	line-height: 18px;
	text-transform: capitalize;
	color: #000;
	z-index: 99;
}
@media screen and (max-width: 991px) {
	.content .print {
		padding: 10px;
		font-size: 0;
	}
}
@media screen and (max-width: 575px) {
	.content .print {
		top: 150px;
	}
}
.content .print:hover {
	background: #191624;
}
.content .print span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.content .print img {
	margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
	.content .print img {
		margin: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.content .details_wrapper {
	background: #f5f5f5;
}
.content .details_wrapper p {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.7);
	margin: 0;
}
@media screen and (max-width: 575px) {
	.content .details_wrapper p {
		font-size: 14px;
		margin: 0 0 25px 0;
	}
}
.content .details_wrapper a {
	color: #bdd92b !important;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 500;
}
.content .details_wrapper a:hover {
	color: #000 !important;
}
.content .details_wrapper .box {
	display: block;
	padding-left: 20px;
	color: rgba(0, 0, 0, 0.7);
	position: relative;
}
.content .details_wrapper .box::after {
	content: "";
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.content .details_wrapper ul li {
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
}
@media (max-width: 1399px) {
	.content .details_wrapper ul li {
		padding-left: 15px;
	}
}
@media (max-width: 575px) {
	.content .details_wrapper ul li {
		font-size: 14px;
	}
}
.content .details_wrapper ul li::after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #000;
	position: absolute;
	top: 10px;
	left: 0px;
}
.content .details_wrapper table {
	width: 100%;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.content .details_wrapper table {
		border-radius: 10px 10px 0 0;
	}
}
.content .details_wrapper table thead {
	border-radius: 20px 20px 0px 0px;
}
.content .details_wrapper table thead tr {
	background: #191624;
}
.content .details_wrapper table thead tr th {
	padding: 30px 25px;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	text-transform: capitalize;
	margin: 0;
	font-weight: 600;
	border-right: 1px solid #fff;
}
@media (max-width: 1399px) {
	.content .details_wrapper table thead tr th {
		font-size: 18px;
	}
}
@media screen and (max-width: 1199px) {
	.content .details_wrapper table thead tr th {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.content .details_wrapper table thead tr th {
		font-size: 14px;
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.content .details_wrapper table thead tr th {
		padding: 15px;
	}
}
.content .details_wrapper table tbody {
	border: 1px solid rgba(26, 26, 26, 0.3);
	background: #fff;
}
.content .details_wrapper table tbody tr {
	width: 100%;
	border: 0;
}
.content .details_wrapper table tbody tr:nth-child(odd) {
	background: #fff;
}
.content .details_wrapper table tbody tr:nth-child(even) {
	background: #bdd92b;
	opacity: 0.6;
}
.content .details_wrapper table tbody tr td {
	font-size: 16px;
	line-height: 1.2;
	color: #191624;
	padding: 40px 30px;
	border-right: 1px solid #1a1a1a;
}
.content .details_wrapper table tbody tr td:last-child {
	border-right: 1px solid rgba(26, 26, 26, 0.3);
}
@media (max-width: 1399px) {
	.content .details_wrapper table tbody tr td {
		font-size: 14px;
		padding: 30px;
	}
}
@media screen and (max-width: 1199px) {
	.content .details_wrapper table tbody tr td {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.content .details_wrapper table tbody tr td {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.content .details_wrapper table tbody tr td {
		font-size: 12px;
		padding: 10px;
	}
}
@media (max-width: 375px) {
	.content .details_wrapper table tbody tr td {
		font-size: 10px;
	}
}
#pricingplans,
#deliverypolicy,
#cancellation,
#paymentandbilling {
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
.support-banner {
	padding: 50px 0 0px 0;
}
@media (max-width: 991px) {
	.support-banner {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.support-banner {
		padding: 10px 0 0px 0;
	}
}
.support-banner .policy-heading {
	padding-bottom: 120px !important;
}
@media (max-width: 991px) {
	.support-banner .policy-heading {
		padding-bottom: 80px !important;
	}
}
@media (max-width: 767px) {
	.support-banner .policy-heading {
		padding-bottom: 60px !important;
	}
}
@media (max-width: 575px) {
	.support-banner .policy-heading {
		padding-bottom: 40px !important;
	}
}
.support-banner .outer-ring {
	position: relative;
}
.support-banner .outer-ring::before {
	content: "";
	width: 120px;
	height: 120px;
	background: url(../images/icons/white-ring.svg) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 0;
	top: 20px;
	left: 35%;
}
.support-banner .outer-ring h1 {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 8px 0;
	font-size: 46px;
	line-height: 63px;
	color: #000;
	position: relative;
	border-bottom: 1px solid #a5a5a5;
}
.support-banner .outer-ring h1::first-letter {
	text-transform: capitalize;
}
@media (max-width: 1399px) {
	.support-banner .outer-ring h1 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.support-banner .outer-ring h1 {
		font-size: 35px;
	}
}
@media (max-width: 991px) {
	.support-banner .outer-ring h1 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.support-banner .outer-ring h1 {
		font-size: 25px;
		margin-bottom: 50px;
	}
}
@media (max-width: 575px) {
	.support-banner .outer-ring h1 {
		font-size: 22px;
		padding: 0;
		margin: auto;
	}
}
.faq {
	padding: 0 0 60px 0;
}
.faq .main-image img {
	border-radius: 12px;
	margin: 10px 0;
}
.faq h2 {
	font-size: 50px;
	line-height: 1.4;
	color: #191624;
	margin-bottom: 60px;
	text-align: center;
}
@media (max-width: 1399px) {
	.faq h2 {
		font-size: 45px;
		margin-bottom: 50px;
	}
}
@media (max-width: 1199px) {
	.faq h2 {
		font-size: 40px;
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
	.faq h2 {
		font-size: 35px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.faq h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.faq h2 {
		font-size: 22px;
	}
}
.faq .wrapper {
	background: #f5f5f5;
}
.faq .wrapper .item {
	border-radius: 5px;
	background: rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #a5a5a5;
	margin: 10px 0;
	padding: 30px;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
@media (max-width: 1399px) {
	.faq .wrapper .item {
		padding: 25px;
	}
}
@media (max-width: 1199px) {
	.faq .wrapper .item {
		padding: 22px;
	}
}
@media (max-width: 991px) {
	.faq .wrapper .item {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.faq .wrapper .item {
		padding: 18px;
	}
}
@media (max-width: 575px) {
	.faq .wrapper .item {
		padding: 15px;
	}
}
.faq .wrapper .item .title {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.faq .wrapper .item .title h6 {
	font-size: 18px;
	line-height: 1.3;
	color: #666;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	margin-right: 15px;
}
@media (max-width: 1399px) {
	.faq .wrapper .item .title h6 {
		font-size: 17px;
	}
}
@media (max-width: 1199px) {
	.faq .wrapper .item .title h6 {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.faq .wrapper .item .title h6 {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	.faq .wrapper .item .title h6 {
		font-size: 14px;
	}
}
.faq .wrapper .item .title img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 1399px) {
	.faq .wrapper .item .title img {
		width: 22px;
	}
}
@media (max-width: 1199px) {
	.faq .wrapper .item .title img {
		width: 18px;
	}
}
@media (max-width: 767px) {
	.faq .wrapper .item .title img {
		width: 15px;
	}
}
.faq .wrapper .item .item-content span {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	padding-top: 30px;
	display: block;
}
@media (max-width: 1399px) {
	.faq .wrapper .item .item-content span {
		font-size: 15px;
	}
}
@media (max-width: 1199px) {
	.faq .wrapper .item .item-content span {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.faq .wrapper .item .item-content span {
		padding-top: 20px;
	}
}
@media (max-width: 767px) {
	.faq .wrapper .item .item-content span {
		padding-top: 15px;
	}
}
@media (max-width: 575px) {
	.faq .wrapper .item .item-content span {
		padding-top: 10px;
	}
}
.faq .wrapper .item .item-content table thead tr th {
	width: 50%;
}
.faq .wrapper .item[aria-expanded="true"] {
	background: #fff;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.faq .wrapper .item[aria-expanded="true"] .title img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
.faq .support-gap {
	padding: 120px 0;
}
@media (max-width: 1199px) {
	.faq .support-gap {
		padding: 100px 0;
	}
}
@media (max-width: 991px) {
	.faq .support-gap {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.faq .support-gap {
		padding: 60px 0;
	}
}
@media (max-width: 575px) {
	.faq .support-gap {
		padding: 40px 0;
	}
}
.faq .support-gap .chat-section {
	background: #fff;
	padding: 30px;
	display: inline-block;
	border-radius: 10px;
	position: relative;
}
@media (max-width: 991px) {
	.faq .support-gap .chat-section {
		margin-bottom: 65px;
	}
}
.faq .support-gap .chat-section p {
	font-size: 18px;
	line-height: 1.3;
	text-align: start;
}
@media (max-width: 575px) {
	.faq .support-gap .chat-section p {
		font-size: 16px;
	}
}
@media (max-width: 375px) {
	.faq .support-gap .chat-section p {
		font-size: 15px;
	}
}
.faq .support-gap .chat-section .my-button {
	position: absolute;
	right: -31px;
	top: 51px;
	font-weight: 700;
}
@media (max-width: 375px) {
	.faq .support-gap .chat-section .my-button {
		right: -18px;
	}
}
.faq .support-gap .cancle-account {
	background: #fff;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
}
.faq .support-gap .cancle-account h6 {
	text-align: start;
	font-weight: 600;
}
.faq .support-gap .cancle-account input {
	width: 90%;
	border: 0;
	outline: none;
	resize: none;
	padding: 10px;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.faq .support-gap .cancle-account .my-button {
	position: absolute;
	right: -33px;
	top: 86px;
	font-weight: 700;
}
.faq .support-gap .cancle-account input::-webkit-input-placeholder,
.faq .support-gap .cancle-account textarea::-webkit-input-placeholder,
.faq .support-gap .cancle-account select::-webkit-input-placeholder {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	box-shadow: 0 0 0 1000px #fff inset !important;
	color: #000 !important;
}
.faq .support-gap .cancle-account input::-moz-placeholder,
.faq .support-gap .cancle-account textarea::-moz-placeholder,
.faq .support-gap .cancle-account select::-moz-placeholder {
	box-shadow: 0 0 0 1000px #fff inset !important;
	color: #000 !important;
}
.faq .support-gap .cancle-account input:-ms-input-placeholder,
.faq .support-gap .cancle-account textarea:-ms-input-placeholder,
.faq .support-gap .cancle-account select:-ms-input-placeholder {
	box-shadow: 0 0 0 1000px #fff inset !important;
	color: #000 !important;
}
.faq .support-gap .cancle-account input::-ms-input-placeholder,
.faq .support-gap .cancle-account textarea::-ms-input-placeholder,
.faq .support-gap .cancle-account select::-ms-input-placeholder {
	box-shadow: 0 0 0 1000px #fff inset !important;
	color: #000 !important;
}
.faq .support-gap .cancle-account input::placeholder,
.faq .support-gap .cancle-account textarea::placeholder,
.faq .support-gap .cancle-account select::placeholder {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	box-shadow: 0 0 0 1000px #fff inset !important;
	color: #000 !important;
}
.chat .wrapper {
	position: relative;
}
.chat .wrapper::after,
.chat .wrapper::before {
	content: "";
	width: 70px;
	height: 70px;
	background: url(../images/icons/hero-banner-square-3.webp) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: -100px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 1399px) {
	.chat .wrapper::after,
	.chat .wrapper::before {
		left: 0;
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 1199px) {
	.chat .wrapper::after,
	.chat .wrapper::before {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 575px) {
	.chat .wrapper::after,
	.chat .wrapper::before {
		display: none;
	}
}
.chat .wrapper::before {
	width: 55px;
	height: 45px;
	background: url(../images/icons/features-triangle.webp) no-repeat;
	background-size: contain;
	left: 300px;
	top: auto;
	bottom: 100px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
@media (max-width: 1399px) {
	.chat .wrapper::before {
		width: 50px;
		height: 40px;
	}
}
@media (max-width: 1199px) {
	.chat .wrapper::before {
		width: 40px;
	}
}
@media (max-width: 991px) {
	.chat .wrapper::before {
		bottom: auto;
		top: 130px;
		left: auto;
		right: 0;
	}
}
.chat .wrapper .text_wrapper {
	margin-right: 80px;
}
@media (max-width: 1399px) {
	.chat .wrapper .text_wrapper {
		margin-right: 70px;
	}
}
@media (max-width: 1199px) {
	.chat .wrapper .text_wrapper {
		margin-right: 60px;
	}
}
@media (max-width: 991px) {
	.chat .wrapper .text_wrapper {
		margin: 0;
	}
}
.chat .wrapper .text_wrapper h3 {
	font-size: 48px;
	line-height: 1.4;
	color: #191624;
	margin-bottom: 15px;
}
@media (max-width: 1399px) {
	.chat .wrapper .text_wrapper h3 {
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.chat .wrapper .text_wrapper h3 {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.chat .wrapper .text_wrapper h3 {
		font-size: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.chat .wrapper .text_wrapper h3 {
		font-size: 25px;
	}
}
@media (max-width: 575px) {
	.chat .wrapper .text_wrapper h3 {
		font-size: 22px;
	}
}
.chat .wrapper .text_wrapper p {
	font-size: 16px;
	line-height: 1.6;
	color: #191624;
}
@media (max-width: 1199px) {
	.chat .wrapper .text_wrapper p {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	.chat .wrapper .text_wrapper p {
		font-size: 14px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.chat .wrapper .text_wrapper p {
		font-size: 13px;
	}
}
.chat .wrapper .image_wrapper {
	position: relative;
}
.chat .wrapper .image_wrapper::after {
	content: "";
	width: 75px;
	height: 75px;
	background: url(../images/icons/chat-half-circle.webp) no-repeat;
	background-size: contain;
	position: absolute;
	top: 150px;
	left: 30px;
}
@media (max-width: 1399px) {
	.chat .wrapper .image_wrapper::after {
		width: 70px;
		height: 70px;
	}
}
@media (max-width: 1199px) {
	.chat .wrapper .image_wrapper::after {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 575px) {
	.chat .wrapper .image_wrapper::after {
		display: none;
	}
}
@media (max-width: 575px) {
	.chat .wrapper .image_wrapper img {
		width: 350px;
		margin: auto;
		display: block;
	}
}
.chat .wrapper .image_wrapper .btn_block {
	margin-left: auto;
}
@media (max-width: 991px) {
	.chat .wrapper .image_wrapper .btn_block {
		margin: 30px auto;
	}
}
@media (min-width: 1400px) {
	.fr_wrapper header .navbar .logo {
		width: 250px;
		margin-right: 30px;
	}
}
.fr_wrapper .modal .modal-dialog .modal-content .modal-body .content h6 {
	font-size: 42px;
}
.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
	font-size: 82px;
}
.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-size: 15px;
}
.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item {
	margin-right: 20px;
}
.fr_wrapper header .navbar .header-wrapper .btn_wrapper .logged-icon p {
	font-size: 15px;
}
.fr_wrapper .cta-2 .text_wrapper h2 {
	font-size: 40px;
}
.fr_wrapper .second-services .text_wrapper h2 {
	font-size: 42px;
}
.fr_wrapper footer .footer-links ul li a:first-letter {
	text-transform: capitalize;
}
.fr_wrapper .contact-section .text_wrapper h2 {
	font-size: 45px;
}
.fr_wrapper footer .footer-links ul li {
	padding: 50px 60px;
}
@media (max-width: 1399px) {
	.fr_wrapper .modal .modal-dialog .modal-content .modal-body .content h6 {
		font-size: 38px;
	}
	.fr_wrapper header .navbar .logo {
		width: 170px;
	}
	.fr_wrapper footer .footer-links ul li {
		padding: 30px 25px;
	}
	.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
	.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 70px;
	}
	.fr_wrapper header .navbar .header-wrapper .btn_wrapper .logged-icon p {
		font-size: 14px;
	}
	.fr_wrapper header .navbar .navbar-collapse .navbar-nav .nav-item {
		margin-right: 10px;
	}
	.fr_wrapper .pricing .text_wrapper h2 {
		font-size: 42px;
	}
	.fr_wrapper .cta-2 .text_wrapper h2 {
		font-size: 32px;
	}
	.fr_wrapper .contact-section .text_wrapper h2 {
		font-size: 38px;
	}
	.fr_wrapper .second-services .text_wrapper h2 {
		font-size: 35px;
	}
	.fr_wrapper .about h2 {
		font-size: 45px;
	}
}
@media (max-width: 1199px) {
	.fr_wrapper .modal .modal-dialog .modal-content .modal-body .content h6 {
		font-size: 36px;
	}
	.fr_wrapper footer .footer-links ul li a {
		font-size: 15px;
	}
	.fr_wrapper footer .footer-links ul li {
		padding: 25px 15px;
	}
	.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 58px;
	}
	.fr_wrapper .services .text_wrapper h2 {
		font-size: 35px;
	}
	.fr_wrapper .cta-2 .text_wrapper h2 {
		font-size: 28px;
	}
	.fr_wrapper .contact-section .text_wrapper h2 {
		font-size: 32px;
	}
	.fr_wrapper .about h2 {
		font-size: 38px;
	}
	.fr_wrapper .services .service-section-text .service-text p {
		padding: 18px;
		font-size: 18px;
	}
	.fr_wrapper .pricing .text_wrapper h2 {
		font-size: 35px;
	}
	.fr_wrapper .contact-section .contact-text h5 {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.fr_wrapper .modal .modal-dialog .modal-content .modal-body .content h6 {
		font-size: 32px;
	}
	.fr_wrapper .contact-section .contact-text h5 {
		font-size: 15px;
	}
	.fr_wrapper .my-button span {
		font-size: 14px;
	}
	.fr_wrapper .services .text_wrapper h2,
	.fr_wrapper .pricing .text_wrapper h2,
	.fr_wrapper .second-services .text_wrapper h2,
	.fr_wrapper .contact-section .text_wrapper h2 {
		font-size: 30px;
	}
	.fr_wrapper .both-plan .my-button span {
		max-width: 92px;
		height: 92px;
	}
	.fr_wrapper footer .footer-links ul li {
		padding: 20px 10px;
	}
	.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 45px;
		padding: 0;
	}
	.fr_wrapper .my-button span {
		max-width: 105px;
		height: 105px;
		width: 105px;
		min-width: 105px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.fr_wrapper footer .footer-links ul li a {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 28px;
	}
	.fr_wrapper footer .footer-links ul li {
		padding: 10px;
	}
	.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 32px;
	}
	.fr_wrapper .about h2 {
		font-size: 30px;
	}
	.fr_wrapper .services .text_wrapper h2,
	.fr_wrapper .pricing .text_wrapper h2,
	.fr_wrapper .second-services .text_wrapper h2,
	.fr_wrapper .contact-section .text_wrapper h2,
	.fr_wrapper .cta-2 .text_wrapper h2 {
		font-size: 26px;
	}
	.fr_wrapper .my-button span {
		max-width: 100px;
		height: 100px;
		width: 100px;
		min-width: 100px;
	}
}
@media (max-width: 575px) {
	.fr_wrapper .faq .support-gap .chat-section .my-button {
		right: -20px;
	}
	.fr_wrapper .modal .modal-dialog .modal-content .modal-body .content h6 {
		font-size: 28px;
	}
	.fr_wrapper .services .service-section-text .service-text p {
		padding: 15px 10px;
		font-size: 16px;
	}
	.fr_wrapper .about h2 {
		font-size: 26px;
	}
	.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.fr_wrapper .modal .modal-dialog .modal-content .modal-body .content h6 {
		font-size: 26px;
	}
	.fr_wrapper .services .text_wrapper h2,
	.fr_wrapper .pricing .text_wrapper h2,
	.fr_wrapper .second-services .text_wrapper h2,
	.fr_wrapper .contact-section .text_wrapper h2,
	.fr_wrapper .cta-2 .text_wrapper h2 {
		font-size: 24px;
	}
	.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 26px;
	}
	.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.fr_wrapper .modal .modal-dialog .modal-content .modal-body .content h6 {
		font-size: 22px;
	}
	.fr_wrapper .banner .banner_wrapper .banner-contant-2 h2 {
		font-size: 20px;
	}
	.fr_wrapper .services .service-section-text .service-text p {
		padding: 14px 10px;
		font-size: 14px;
	}
	.fr_wrapper .services .text_wrapper h2,
	.fr_wrapper .pricing .text_wrapper h2,
	.fr_wrapper .second-services .text_wrapper h2,
	.fr_wrapper .contact-section .text_wrapper h2,
	.fr_wrapper .cta-2 .text_wrapper h2 {
		font-size: 22px;
	}
	.fr_wrapper .about h2 {
		font-size: 28px;
	}
}
