.logo {
	color: #fff !important;
	font-weight: 700;
	font-size: 21px !important;
	text-transform: capitalize !important;
}

header {
	background-color: #17303b;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
	min-height: 80px;
}
@media (max-width: 960px) {
	.uk-navbar-item,
	.uk-navbar-nav > li > a,
	.uk-navbar-toggle {
		min-height: 70px;
	}
}

@media (max-width: 960px) {
	.uk-navbar-nav {
		gap: 25px;
	}
}

header .uk-navbar {
	max-width: 1090px;
}

.uk-navbar-nav > li > a {
	color: #fff;
	text-transform: inherit;
	font-size: 14px;
	letter-spacing: 0.08em;
}
.uk-navbar-nav > li > a:hover {
	color: #00d084;
}

.mob-button {
	color: #eee;
	padding: 10px;
	border-radius: 5px;
}

header .uk-width-large {
	background-color: #17303b;
}

.mob-menu {
	list-style: none;
	padding: 0 !important;
	margin: 0;
}
.mob-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}
.mob-menu li:last-child {
	border-bottom: 0;
}
.mob-menu li a {
	text-transform: capitalize;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	display: block;
}
.mob-menu li a:hover {
	text-decoration: none;
	color: #00d084;
}

.lang-btn {
	outline: inherit;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lang-btn img {
	margin-right: 6px;
}

.ast-arrow-svg {
	height: 0.6em;
	width: 0.6em;
	position: relative;
	margin-left: 10px;
	fill: currentColor;
	display: none;
}

.lang-menu {
	background-color: #17303b;
}
.lang-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.lang-menu ul a {
	color: #fff;
	padding: 5px 0;
	display: block;
}
.lang-menu ul a img,
.lang-menu ul a svg {
	margin-right: 10px;
}

.footer-cta {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 30px 120px;
	border-radius: 5px;
	background-color: #ffffff;
}
@media (max-width: 960px) {
	.footer-cta {
		padding: 30px;
		text-align: center;
	}
}
.footer-cta .uk-grid {
	z-index: 1;
	position: relative;
}
.footer-cta h2 {
	position: relative;
	font-size: 36px;
	margin-bottom: 0px;
	color: #00d084;
	font-weight: bold;
}
.footer-cta:before {
	content: '';
	background-image: url(../images/background-4.webp);
	width: 100%;
	height: 90vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: inherit;
	transition: inherit;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0.08;
}

.site-footer {
	background-color: #17303b;
	color: #fff;
	padding: 50px 0 0 0;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #00d084;
}
.site-footer .footer-nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.site-footer .footer-nav li {
	display: inline-block;
}
.site-footer .footer-nav li a {
	color: #fff;
	padding: 5px 10px;
}

.site-footer p {
	font-size: 15px;
	color: #fff;
}

.site-footer b {
	color: #fff;
}

.footer-top {
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.footer-bottom {
	background-color: #00d084;
	color: #17303b;
	margin-top: 50px;
	padding: 11px 0;
}

.copyright {
	font-size: 14px;
	color: #17303b;
	text-align: center;
}

@media (max-width: 960px) {
	.order-1 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}

.footer-widget .footer-heaing {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 25px;
	padding-bottom: 7px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: #00d084;
	font-weight: normal;
}
.footer-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-widget ul li {
	margin-bottom: 20px;
}
.footer-widget ul li a {
	text-decoration: underline;
}
.footer-widget ul li svg {
	margin-right: 7px;
}
.footer-widget .ul2 {
	margin-top: 40px;
}
@media (max-width: 960px) {
	.footer-widget .ul2 {
		margin-top: 0;
	}
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI',
		Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol';
	font-weight: 400;
	text-transform: none;
	font-size: 17px;
	line-height: 1.5;
	color: #222;
	word-wrap: break-word;
}

h2,
h1,
.uk-h1,
.uk-h2 {
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

h2 {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 700;
	text-transform: none;
}

.site-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.site-content {
	position: relative;
}

.site-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.uk-container {
	max-width: 1200px;
}

.hero-section {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 120px 0 50px;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#9b51e0),
		to(#00d084)
	);
	background-image: linear-gradient(90deg, #9b51e0, #00d084);
	color: #ffffff;
}
.hero-section:before {
	content: '';
	background-image: url(../images/background-4.webp);
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: inherit;
	transition: inherit;
	pointer-events: none;
	opacity: 0.05;
}
@media (max-width: 960px) {
	.hero-section {
		padding-top: 40px;
		padding-bottom: 40px;
		background-position: center center;
	}
}
.hero-section h1 {
	font-size: 55px;
	font-weight: normal;
	color: #fff;
	margin-right: 5%;
}
@media (max-width: 960px) {
	.hero-section h1 {
		margin-right: 0;
		font-size: 45px;
	}
}
.hero-section h3 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 700;
	text-transform: none;
	color: #fff;
}
.hero-section .desc {
	padding-right: 5%;
}
@media (max-width: 960px) {
	.hero-section .desc {
		padding-right: 0;
	}
}
.hero-section .hero-form {
	max-width: 444px;
}
.hero-section .iti--allow-dropdown {
	width: 100%;
}
.hero-section .hero-inner {
	position: relative;
	z-index: 1;
}
.hero-section .hero-meta {
	margin-top: -10px;
}
.hero-section .gfa {
	color: #00d084;
	text-decoration: underline;
}
.hero-section .gfa:hover {
	color: #9b51e0;
}

.bnr-section {
	padding: 60px 0 0;
	text-align: center;
}
.bnr-section h1 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 0;
}
.bnr-section .shape-bottom {
	bottom: 0;
}

.hero-about h1 {
	font-size: 42px;
	margin-right: 0;
}
.hero-about h3 {
	font-weight: normal;
	font-size: 35px;
}

.garbox-2 h3 {
	font-weight: bold !important;
}

.gb-shapes .gb-shape-1 {
	color: #fff;
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	line-height: 0;
	left: 0;
	right: 0;
	bottom: -1px;
}

.shape {
	height: 100px;
	width: calc(100% + 1.3px);
	fill: #f7f8f9;
	position: relative;
	left: 0;
	min-width: 100%;
}

.shape80 {
	height: 30px;
}

.shape-bottom {
	bottom: -50px;
}

.shape-top {
	top: -51px;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.shapew {
	fill: #fff !important;
	top: -71px;
}
@media (max-width: 960px) {
	.shapew {
		top: -41px;
	}
}

.uk-input,
.uk-select,
.uk-textarea {
	padding: 0 15px;
	background: #fff;
	color: #333;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.055);
	border: 1px solid #818a91;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.uk-input,
.uk-select {
	height: 55px;
}

* + .uk-grid-margin-small,
.uk-grid + .uk-grid-row-small,
.uk-grid + .uk-grid-small,
.uk-grid-row-small > .uk-grid-margin,
.uk-grid-small > .uk-grid-margin {
	margin-top: 20px;
}

.btn-submit {
	background-color: #9b51e0;
	color: #fff;
	border-radius: 12px;
	text-transform: uppercase;
	width: 100%;
	height: 65px;
	font-weight: bold;
	text-align: center;
	border: 0;
	outline: inherit;
	font-size: 17px;
	font-weight: 700;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.btn-submit:hover {
	background-color: #00d084;
}

.stk-block-text {
	font-size: 8.7px !important;
	color: #141313 !important;
	line-height: 1.5em !important;
	font-weight: 600 !important;
	margin-top: 10px;
}
.stk-block-text p:last-child {
	margin-bottom: 0;
}
.stk-block-text a {
	color: #5dbcc9;
	font-weight: 600;
}

a.cu-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 15px 30px;
	background-color: #00d084;
	color: #e0f4f5;
	text-decoration: none;
	border-radius: 7px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.cu-button strong {
	font-weight: normal;
}
a.cu-button:hover {
	background-color: #00f69c;
	color: #fff;
}

.after-hero em {
	color: #222;
	font-size: 13px;
	word-wrap: break-word;
	position: relative;
}
.after-hero em a {
	color: #00d084;
	text-decoration: underline;
}
.after-hero em a:hover {
	color: #9b51e0;
}

.gar-box {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
	border-radius: 7px;
	border-top: 1px solid #9b51e0;
	border-right: 1px solid #9b51e0;
	border-bottom: 1px solid #00d084;
	border-left: 1px solid #00d084;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
	min-height: 311px;
}
.gar-box h3 {
	font-weight: normal;
	font-size: 29px;
	margin-bottom: 20px;
}
.gar-box p {
	margin: 0;
	color: #222;
}

.gar-active {
	background-image: linear-gradient(135deg, #00d084, #9b51e0);
	color: #fff;
	padding-bottom: 35px;
	/*padding-top: 35px;*/
}
.gar-active p,
.gar-active h3 {
	color: #fff;
}

.sec3 {
	position: relative;
	overflow: hidden;
	background-color: #f7f8f9;
}
.sec3 .uk-container {
	position: relative;
	z-index: 1;
}
.sec3:before {
	content: '';
	background-image: url(../images/background-5.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: inherit;
	transition: inherit;
	pointer-events: none;
	opacity: 0.08;
}

.sec4 {
	background-image: url(../images/shape-02.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 10%;
}

.sec4-img {
	position: relative;
}
.sec4-img .img-1 {
	border-radius: 7px;
	vertical-align: middle;
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.sec4-img .img-shape {
	position: absolute;
	bottom: -50px;
	left: -30px;
}
@media (max-width: 960px) {
	.sec4-img .img-shape {
		width: 80px;
		bottom: -30px;
		left: -10px;
	}
}

@media (max-width: 960px) {
	.sec3-meta {
		margin-top: 40px;
	}
	.hero-meta2 {
		margin-top: 40px !important;
	}
}

.img-2 {
	width: 130px;
	position: absolute;
	top: -50px;
	left: -30px;
	bottom: inherit;
	z-index: -1;
}

.sec5 {
	background-color: #f7f8f9;
}
.sec5 strong {
	font-style: italic;
}

.sec6 {
	background-color: #222222;
	color: #fff;
	position: relative;
}
.sec6 .uk-container {
	z-index: 1;
	position: relative;
}
.sec6 h2 {
	color: #00d084;
}
.sec6:before {
	content: '';
	background-image: url(../images/background-2.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: inherit;
	transition: inherit;
	pointer-events: none;
	opacity: 0.3;
}

.sec7 {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#9b51e0),
		to(#00d084)
	);
	background-image: linear-gradient(90deg, #9b51e0, #00d084);
	color: #ffffff;
	position: relative;
	padding-bottom: 0;
}
.sec7 .uk-container {
	z-index: 1;
	position: relative;
}
.sec7 h2,
.sec7 h3 {
	color: #fff;
}
.sec7 h3 {
	font-size: 29px;
}
.sec7 h3 svg {
	margin-right: 10px;
}
.sec7:before {
	content: '';
	background-image: url(../images/background-4.webp);
	width: 100%;
	height: 110vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: inherit;
	transition: inherit;
	pointer-events: none;
	opacity: 0.05;
}

.sec8 h3 {
	font-size: 29px;
	font-weight: normal;
}
.sec8 .gb-icon {
	line-height: 0;
	color: #00d084;
	margin-right: 10px;
}
.sec8 .gb-icon svg {
	width: 1em;
	height: 1em;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

table {
	border-spacing: 0;
	border-width: 1px 0 0 1px;
}

table,
td,
th {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: 0.5em;
}

table,
td,
th {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%;
}

td,
th {
	padding: 8px;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

.wp-block-table {
	overflow: auto;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: #0000;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.rank-math-total-wrapper .rank-math-total {
	border: 0;
	display: block;
	margin: 0;
	width: auto;
	float: left;
	text-align: left;
	padding: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.rank-math-review-notes {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.rank-math-review-notes h4 {
	font-weight: bold;
}
.rank-math-review-notes ol,
.rank-math-review-notes ul {
	margin: 0 0 1.5em 3em;
	padding: 0;
}

.uk-text-white {
	color: #fff !important;
}

.sec6-e:before {
	opacity: 0.19;
	background-attachment: fixed;
}

.gfa a {
	color: #00d084;
	text-decoration: underline;
}
.gfa a:hover {
	color: #9b51e0;
}

.contact-info .gb-icon,
.listgreen .gb-icon,
.garbox-3 .gb-icon {
	color: #00d084;
	margin-right: 10px;
}
.contact-info .gb-icon svg,
.listgreen .gb-icon svg,
.garbox-3 .gb-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.listgreen .gb-icon {
	margin-right: 0;
	font-size: 32px;
}

.contact-info .gb-icon {
	font-size: 21px;
}

.sec99 {
	background-image: url(../images/background-3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: inherit;
	transition: inherit;
	pointer-events: none;
}

.lang-mob {
	padding: 8px 0;
}
.lang-mob .lang-btn {
	padding: 0;
}
.lang-mob .lang-menu {
	background-color: #17303b;
	width: 100% !important;
	padding: 10px 25px !important;
}
.lang-mob .lang-menu li {
	border: 0;
}
.lang-mob .lang-menu li a {
	color: #fff;
}
.lang-menu {
	display: none !important;
}

@media (max-width: 768px) {
	.uk-container {
		padding: 0 15px;
	}
}

[scroll='goScrollToForm'] {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.has-fixed-layout td:first-child {
		white-space: normal;
		width: 50%;
		word-break: normal;
	}
}

@media (max-width: 992px) {
	.uk-grid {
		gap: 10px;
		flex-direction: column;
	}
	.uk-grid1 > * {
		margin-bottom: 40px;
	}
	.uk-margin-medium-top1 {
		margin-top: 0 !important;
	}
	.hero-section .hero-form {
		max-width: 100%;
	}

	.uk-width-auto\@s,
	.uk-width-1-2\@s,
	.uk-child-width-1-2\@s > *,
	.uk-child-width-1-3\@s > *,
	.uk-width-2-5\@s {
		width: 100%;
	}
	.uk-first-column2 {
		margin-bottom: 40px;
	}
}

.cu-button2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 15px 30px;
	background-color: #00d084;
	color: #e0f4f5;
	text-decoration: none;
	border-radius: 7px;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: none;
	margin-bottom: 40px;
	cursor: pointer;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI',
		Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol';
	font-size: 17px;
}
#contactForm * {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI',
		Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol';
	font-size: 17px;
}
.uk-grid2 {
	justify-content: space-around;
}
.iti {
	width: 100%;
}

@media (max-width: 992.5px) {
	.flex-con-one {
		width: 100%;
	}

	.flex-one {
		width: 100%;
		flex-direction: row;
	}

	.gar-box {
		min-height: auto !important;
	}
}
