html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

#iframeHeader {
	overflow: hidden !important;
}

ol,
ul {
	list-style: none
}

:focus {
	outline: 0
}

input,
textarea {
	margin: 0;
	outline: 0;
}

textarea {
	overflow: auto;
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* End Reset */

/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Default Font Styles
______________________*/
body,
input,
select,
textarea {
	color: #212121;
	font-size: 18px;
	line-height: 1.5;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Headings
______________________*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Uniform Cond, sans-serif;
	/* Condensed 6  */
}

/* Language selector */
.switch {
	position: relative;
	display: inline-block;
}

.switch>span {
	position: absolute;
	top: 9px;
	pointer-events: none;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
	width: 50%;
	text-align: center;
}

input.check-toggle-round-flat:checked~.off {
	color: #fff;
}

input.check-toggle-round-flat:checked~.on {
	color: #54ab4a;
}

.switch>span.on {
	left: 0;
	padding-left: 2px;
	color: #fff;
}

.switch>span.off {
	right: 0;
	padding-right: 4px;
	color: #54ab4a;
}

.check-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}

.check-toggle+label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.check-toggle-round-flat+label {
	padding: 2px;
	width: 100px;
	height: 35px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
	display: block;
	position: absolute;
	content: "";
}


input.check-toggle-round-flat+label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 45px;
	background-color: #54ab4a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 2px;
	border-radius: 5px;
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-o-transition: margin 0.2s;
	transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label:after {
	margin-left: 46px;
}


/* Links
______________________*/
a {
	color: #212121;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	color: #126b38;
}

.theme-btn {
	color: #fff;
	font-size: 18px;
	background: #54ab4a;
	border-radius: 4px;
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	border: 1px solid #54ab4a;
	text-transform: uppercase;
	min-height: 50px;
	cursor: pointer;
	font-family: Uniform, sans-serif;
}

.theme-btn.empty {
	background: none;
}

.theme-btn span {
	z-index: 1;
	position: relative;
}

.theme-btn::before {
	content: '';
	position: absolute;
	bottom: 0%;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 4px;
	background: #126b38;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.theme-btn:hover::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.theme-btn:hover {
	color: #fff !important;
	border-color: #126b38;
}

.planner-wrapper {
	position: relative;
	margin: -1.5em;
}


/* p, blockquote, address
______________________*/
p {
	margin-bottom: 25px;
}

img {
	height: 100%;
	max-width: 100%;
}

#address {
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
}

/* Layout 
______________________*/

.content-width {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1180px;
}

/* Header
______________________*/
.header-wrap {
	z-index: 5;
	padding: 23px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/* background: rgb(0, 0, 0, 0.8); */
}

.sticky-header {
	position: fixed;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.active-header {
	background: rgba(0, 0, 0, 0.75);
}

#header {
	display: flex;
	align-self: center;
	justify-content: space-between;
}

.header-right ul {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* .header-right li {
	margin-left: 24px;
} */

.header-right a {
	color: #fff;
	text-transform: uppercase;
}

.logo {
	display: block;
	width: 210px;
}

.logo img {
	display: block;
}

/*  Main Area
-------------------------------------- */
#main-wrap {
	overflow: hidden;
}

.main-banner {
	z-index: 2;
	/* From height to min-height for index-planner */
	min-height: 100vh;
	overflow: hidden;
	background: #000;
	position: relative;
	padding: 180px 0 80px;
	/* display: none; */
}

.gradient-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
}

.banner-sec {
	display: flex;
	position: relative;
	padding: 0 150px 0 50px;
	justify-content: space-between;
}

.banner-img img {
	z-index: 1;
	position: relative;
}


/*  Footer 
-------------------------------------- */
.footer-wrap {
	z-index: 1;
	background: #fff;
	position: relative;
}

#footer {
	display: flex;
	padding: 50px 0;
	justify-content: space-between;
}

.ft-col1 {
	max-width: 260px;
}

.ft-col p {
	margin-bottom: 0;
	font-weight: bold;
}

.ft-col p a {
	color: #126b38;
}

.ft-col p a:hover {
	color: #212121;
}

.fund {
	display: flex;
	gap: 5px;
	font-size: 13px;
	align-items: flex-start;
}

.ft-col .fund {
	font-weight: normal;
}

.fund img {
	width: 44px;
	border-radius: 100%;
}

.ft-logo {
	margin-bottom: 20px;
	display: inline-block;
}

.ft-col li {
	margin-bottom: 16px;
}

.social-share {
	display: flex;
	flex-wrap: initial;
	column-gap: 15px;
	max-width: 90px;
}

.social-share li {
	margin-bottom: 15px;
}

.social-share a {
	padding: 0;
	width: 35px;
	height: 35px;
	font-size: 0;
	display: block;
	position: relative;
}

.social-share a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 100%;
	transition: all 0.3s ease;
	background: url('../images/social-share.png') no-repeat;
}

.social-share .ld::before {
	background-position: 0 -39px;
}

.social-share .yt::before {
	background-position: 0 -78px;
}

.social-share .tt::before {
	background-position: 0 -39px;
}

.social-share .ig::before {
	background-position: 0 -156px;
	background-image: url('../images/social-share2.png')
}

.social-share a:hover::before {
	transform: rotate(360deg);
}

.copyright {
	color: #fff;
	padding: 22px 0;
	font-size: 18px;
	text-align: center;
	background: #126b38;
}

.copyright p {
	margin-bottom: 0;
}

.clearfix::after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

#test {
	color: #54ab4a;
}

.legal-title h1 {
	color: black;
	font-size: 48px;
	margin-bottom: 25px;
	font-family: Uniform Cond, sans-serif;
	direction: ltr;
}

.arb {
	direction: rtl !important;
	text-align: right !important;
	letter-spacing: 0px !important;
}

/* Share on first page */

.share-socials-home {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
	justify-content: center;
	gap: 15px;
}

#share-logo-home {
	height: 30px;
}

#lightbulb-home {
	height: 40px;
	margin-top: -12px;
}

.share-container-home {
	background-color: white;
	/* padding: 20px 0px; */
	border-radius: 9px;
	display: flex;
	justify-content: center;
	margin-top: 25px;
	text-align: center;
	font-family: Uniform Cond, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

@media(min-width: 1920px) {
	.careers-sec {
		padding: 180px 0;
	}
}

@media(min-width: 2500px) {
	.careers-sec {
		padding: 350px 0;
	}
}

@media(min-width: 3330px) {
	.careers-sec {
		padding: 700px 0;
	}
}

@media(max-width: 1439px) {
	.am-box3 {
		right: 38%;
	}

	.main-banner {
		padding-top: 140px;
	}

	.banner-img img {
		width: 230px;
	}

	@keyframes am-box3 {
		0% {
			top: 0;
			right: 38%;
		}

		100% {
			top: 120%;
			right: 90%;
		}
	}
}

@media (max-width: 1199px) {
	.header-right ul {
		flex-direction: column;
		gap: 15px;
		align-items: end;
	}

	.switch>span {
		top: 7px;
	}

	input.check-toggle-round-flat+label {
		width: 90px;
		height: 30px;
	}

	input.check-toggle-round-flat+label:after {
		width: 40px;
	}

	input.check-toggle-round-flat:checked+label:after {
		margin-left: 41.5px;
	}

	body,
	input,
	select,
	textarea {
		font-size: 16px;
	}

	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 74px;
	}

	h3 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.main-banner h3 {
		font-size: 34px;
	}

	.main-banner h2 {
		font-size: 60px;
	}

	.ques-box h2 {
		font-size: 42px;
		min-height: 120px;
	}

	.ans-box {
		padding: 50px 40px;
	}

	.about-info {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.card-info h3 span {
		font-size: 48px;
	}

	.card-img {
		width: 442px;
		height: 590px;
	}

	.capsoul-icon {
		width: 332px;
		height: 419px;
		top: 134px;
	}

	.black-bg {
		width: 442px;
		height: 317px;
	}

	.card-img img {
		left: 70px;
		width: 280px;
	}

	@keyframes MoveUpDown {

		0%,
		100% {
			transform: translateY(0);
		}

		50% {
			transform: translateY(-50px);
		}
	}

	.how-it-works p {
		margin-bottom: 50px;
	}

	.how-it-works {
		padding: 40px 0 90px;
	}

	.how-it-works-card {
		height: 300px;
		max-width: 240px;
	}

	.how-it-works-card h4 {
		font-size: 32px;
	}

	.works-card-img {
		width: 180px;
		margin: 0 auto 40px;
	}

	.works-card-info h5 {
		font-size: 26px;
	}

	.client-box h3 {
		font-size: 38px;
	}

	.client-box h6 {
		font-size: 16px;
		margin-left: 10px;
	}

	.client-box .client-img {
		width: 80px !important;
	}

	.title-sec::after {
		width: 45px;
		height: 38px;
	}

	.client-box {
		padding: 0 50px 44px 20px;
	}

	.client-box h3 {
		font-size: 28px;
	}

	.singup-block h3 {
		font-size: 34px;
	}

	.singup-img {
		padding-right: 20px;
	}

	.singup-for-email {
		padding-left: 20px;
	}

	.slim-banner h1 {
		font-size: 38px;
	}


	.bbc4 {
		right: 80px;
	}
}

@media (max-width: 1023px) {
	h2 {
		font-size: 56px;
	}

	h3 {
		font-size: 32px
	}

	h1 {
		font-size: 60px;
	}

	p {
		margin-bottom: 20px;
	}

	.animate-block {
		display: none;
	}

	.section {
		padding: 50px 0;
	}

	.about-sec {
		padding: 0;
	}

	.main-banner h3 {
		font-size: 30px;
	}

	.main-banner h2 {
		font-size: 50px;
	}

	.main-banner p a {
		padding: 0 20px;
	}

	.theme-btn {
		padding: 10px 20px;
	}

	.banner-sec {
		padding: 0 40px 0 15px;
	}

	.faq-sec .lead-title {
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	.video-sec h2 {
		padding-bottom: 35px;
	}

	.ques-box h2 {
		font-size: 34px;
		padding: 0 30px;
		min-height: 100px;
	}

	.ans-box {
		padding: 30px;
	}

	.card-info h3 span {
		font-size: 38px;
	}

	.about-info .fund {
		font-size: 15px;
	}

	.card-sec {
		padding: 100px 0 70px
	}

	.about-info li,
	.card-info li {
		padding-left: 25px;
	}

	.card-img {
		width: 342px;
		height: 420px;
	}

	.black-bg {
		width: 342px;
		height: 217px;
	}

	.capsoul-icon {
		width: 264px;
		height: 320px;
		top: 90px;
		right: 50px;
	}

	.card-img img {
		left: 70px;
		width: 200px;
	}

	@keyframes MoveUpDown {

		0%,
		100% {
			transform: translateY(0);
		}

		50% {
			transform: translateY(-30px);
		}
	}

	.how-it-works-cards {
		flex-wrap: wrap;
	}

	.how-it-works-card {
		width: 100%;
		max-width: 48%;
		margin-bottom: 4%;
	}

	.how-it-works {
		padding-bottom: 50px;
	}

	.client-box .client-img {
		margin-bottom: 10px;
	}

	.our-clients h2 {
		margin-bottom: 40px;
	}

	.singup-img {
		max-width: 300px;
	}

	.singup-for-email {
		max-width: 438px;
	}

	.singup-block h3 {
		font-size: 28px;
	}

	.singup-block input {
		font-size: 18px;
		height: 50px;
	}

	.singup-block button {
		font-size: 20px;
		height: 50px;
	}

	.careers-sec p {
		margin-bottom: 40px;
	}

	h2 {
		font-size: 50px;
	}

	.ft-logo img {
		width: 180px;
	}

	.content-sec {
		padding: 60px 0;
		display: block;
	}

	.form-data-sec {
		max-width: 100%;
		padding-left: 0;
		margin-bottom: 40px;
	}

	.form-sec {
		max-width: 570px;
		margin: 0 auto;
	}

	.logos-sec .logos {
		margin-right: 20px;
	}

	.our-clients {
		position: relative
	}

	/* .our-clients::after{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
	} */
	.sign-up-sec h2 {
		font-size: 32px;
		max-width: 680px;
	}

	.faq-accordion-title {
		font-size: 22px;
		padding: 15px 40px 15px 20px;
	}
}

@media(max-width: 767px) {

	/* Share on home */

	.share-socials-home {
		gap: 5px;
		font-size: 11px;
	}

	#share-logo-home {
		height: 20px;
		width: 60px;
	}

	#lightbulb-home {
		width: 27px;
		height: 27px;
		margin-top: -7px;
	}

	.legal-title h1 {
		font-size: 32px;
	}

	.slim-banner h1 {
		font-size: 18px !important;
		margin-top: 10px !important;
		font-family: Uniform Cond, sans-serif;
		/* Condensed 6  */
	}

	/* Control the Youtube Video Width on Phones */
	.video-block {
		width: 248px;
		height: 438px;
		max-width: 290px;
	}

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 42px;
	}

	h3 {
		font-size: 28px;
	}

	.card-info h3 span {
		font-size: 32px;
	}

	h4 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.theme-btn {
		padding: 8px 18px;
		min-height: 45px;
	}

	.banner-sec {
		padding: 0;
	}

	.main-banner h3 {
		font-size: 28px;
	}

	.main-banner h2 {
		font-size: 34px;
	}

	.main-banner p a {
		padding: 0 15px;
	}

	.theme-btn {
		font-size: 16px;
	}

	.banner-img {
		max-width: 200px;
	}

	.ques-box h2 {
		font-size: 30px;
		padding: 0 30px;
		min-height: 90px;
	}

	/* 
	.header-right li {
		margin-left: 15px;
	} */

	.careers-sec p {
		margin-bottom: 30px;
	}

	.our-clients h2 {
		margin-bottom: 20px;
	}

	.faq-sec {
		margin-bottom: 0;
	}

	.about-sec::after {
		display: none;
	}

	.about-sec {
		height: auto;
		position: static;
		padding: 70px 0 0;
	}

	.about-img {
		max-width: 100%;
		position: static;
		margin-bottom: 30px;
	}

	.about-us {
		margin: 0 -15px;
	}

	.about-info {
		max-width: 100%;
		padding: 30px 20px;
	}

	.card-sec {
		padding-bottom: 20px;
	}

	.card-img {
		width: 242px;
		height: 340px;
		margin-bottom: -30px;
	}

	.capsoul-icon {
		width: 200px;
		height: 240px;
		top: 90px;
		right: 33px;
	}

	.black-bg {
		width: 242px;
		height: 160px;
	}

	.card-img img {
		left: 37px;
		width: 160px;
	}

	@keyframes MoveUpDown {

		0%,
		100% {
			transform: translateY(0);
		}

		50% {
			transform: translateY(-20px);
		}
	}

	.singup-img {
		max-width: 220px;
	}

	.singup-block h3 {
		font-size: 22px;
	}

	.singup-block form {
		flex-direction: column;
	}

	.singup-block input,
	.singup-block submit {
		max-width: none;
	}

	.careers-sec h2 {
		margin-bottom: 20px;
	}

	#footer {
		flex-wrap: wrap;
		padding: 50px 0 20px;
	}

	.ft-col {
		max-width: 48%;
		margin-bottom: 25px;
	}

	.works-card-info {
		padding: 0;
		height: auto;
		padding-top: 20px;
		position: static;
		background: none;
	}

	.how-it-works-card {
		height: auto;
		padding: 30px 15px;
	}

	.works-card-info h5,
	.works-card-info-img {
		display: none;
	}

	.works-card-info p {
		color: #126b38;
		margin-bottom: 0;
	}

	.how-it-works-card h4 {
		font-size: 24px;
	}

	.works-card-img {
		width: 150px;
		margin-bottom: 20px;
	}

	.logos-sec .logos:first-child {
		width: 45px;
		margin-right: 10px;
	}

	.sign-up-sec h2 {
		font-size: 26px;
	}

	.faq-content {
		padding: 50px 0;
	}

	.faq-col {
		max-width: 50%;
	}

	.video-block {
		padding-bottom: 65%;
	}
}

@media (max-width: 575px) {

	.logos {
		display: flex;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 32px;
	}

	.slim-banner {
		padding: 50px 0 20px;
	}

	.main-banner h1,
	.main-banner h2,
	.main-banner h3 {
		font-weight: normal
	}

	.main-banner {
		height: auto;
		padding: 120px 0 60px;
	}

	.banner-sec {
		display: block;
	}

	.banner-info {
		margin-bottom: 30px;
	}

	.main-banner h3 {
		font-size: 26px;
	}

	.main-banner h2 {
		font-size: 30px;
	}

	.banner-img {
		margin: 0 auto;
	}

	.am-box {
		display: none;
	}

	.theme-btn {
		padding: 7px 15px;
		min-height: 35px;
	}

	.header-right a {
		font-size: 12px;
	}

	.header-right .theme-btn {
		min-height: 30px;
		padding: 7px 5px 7px 5px;
	}

	/* .header-right li {
		margin-left: 10px;
	} */

	.logo {
		display: flex;
		width: 130px;
	}

	.ques-box h2 {
		font-size: 24px;
		padding: 0 20px;
		min-height: 70px;
	}

	.ans-box {
		padding: 20px;
	}

	.faq-sec .lead-title {
		font-size: 25px;
		line-height: 1.3;
		margin-bottom: 15px;
	}

	.how-it-works-card h4 {
		font-size: 20px;
	}

	.works-card-img {
		width: 130px;
		margin-bottom: 20px;
	}

	.how-it-works-card {
		max-width: 100%;
	}

	.works-card-info h5 {
		font-size: 20px;
	}

	/* .works-card-info {
		padding: ;
	} */

	.singup-block {
		display: block;
	}

	.singup-for-email {
		padding-left: 0;
	}

	.singup-img {
		display: flex;
		padding-right: 0;
		margin: 0 auto 30px;
	}

	.card-img {
		width: 342px;
		height: 420px;
		max-width: 100%;
		margin: 0 auto -30px;
	}

	.card-featured {
		display: block;
	}

	.black-bg {
		width: 342px;
		height: 317px;
	}

	.capsoul-icon {
		width: 270px;
		height: 330px;
		top: 25px;
		right: 48px;
	}

	.black-bg {
		width: 342px;
		height: 272px;
	}

	.card-img img {
		left: 65px;
		width: 200px;
	}

	.card-info {
		max-width: 100%;
	}

	.client-box h3 {
		font-size: 24px;
	}

	.client-box h6 {
		font-size: 16px;
	}

	.title-sec::after {
		width: 30px;
		height: 28px;
	}

	.careers-info {
		max-width: 62%;
	}

	.card-featured {
		margin-bottom: 40px;
	}

	.ft-col {
		max-width: 100%;
	}

	.saving .egp {
		font-size: 40px;
		padding: 0 20px;
	}

	.form-data-sec h2 {
		font-size: 40px;
	}

	.form-data-sec p br {
		display: none
	}

	.form-sec label {
		font-size: 18px;
	}

	.form-sec input {
		height: 55px;
		font-size: 18px;
	}

	.content-sec p {
		font-size: 20px;
	}

	.content-sec p br {
		display: none;
	}

	.content-sec {
		padding-bottom: 0;
	}

	.slim-banner h1 {
		font-size: 30px;
	}

	.sign-up-sec h2 {
		font-size: 20px;
	}

	.content-sec {
		padding: 40px 0;
	}

	.content-sec p {
		margin-bottom: 20px;
	}

	.faq-row {
		margin: 0 -5px;
		row-gap: 10px;
	}

	.faq-col {
		padding: 0 5px;
	}

	.faqs-sec {
		height: 170px;
	}

	.faqs-info {
		font-size: 15px;
		min-height: 45px;
		padding: 0 10px;
	}

	.faq-accordion-title {
		font-size: 20px;
	}
}