@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');


html {
	overflow-x: hidden !important;
}



body {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #050001;
	font-style: normal;
	text-align: left;
	background-color: #ffffff;
	overflow-x: hidden !important;
}


::-moz-selection,
::-webkit-selection,
::selection {
	background: blue;
	color: #ffffff;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
}

section,
article,
footer,
header,
nav,
section,
main {
	display: block;
}



p,
th,
td,
li,
label,
input,
output,
blockquote,
span {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #050001;
	font-style: normal;
	text-align: left;
	margin-top: -4px;
}

p.large,
th.large,
td.large,
li.large,
label.large,
input.large,
output.large,
blockquote.large,
span.large {
	font-size: 24px;
	line-height: 34px;
	margin-top: -4px;
}

a,
button {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #3b368c;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

a:hover,
button:hover {
	text-decoration: none;
	color: #ffffff;
	border: none;
	outline: none;
}

h1,
h1>a {
	font-family: "Poppins", sans-serif;
	font-size: 76px;
	line-height: 86px;
	font-weight: 700;
	color: #050001;
	font-style: normal;
	text-align: left;
	margin-top: -2px;
}

h2,
h2>a {
	font-family: "Poppins", sans-serif;
	font-size: 54px;
	line-height: 64px;
	font-weight: 700;
	color: #050001;
	font-style: normal;
	text-align: left;
	margin-top: -4px;
}

h3,
h3>a {
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #3a4a95;
	font-style: normal;
	text-align: left;
	margin-top: -4px;
}

h6,
h6>a {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #050001;
	font-style: normal;
	text-align: left;
	margin-top: -1px;
}


.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


footer.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

.about-footer p {
	color: #707170;
	font-size: 16px;
	text-align: justify;
}

.about-footer a {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-decoration-line: underline;
}

.footer__area {
	padding: 60px 0 60px 0;
}

.footer-logo {
	margin-bottom: 30px;
}

h2.footer-title {
	color: #050001;
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
}

.footer-menu a {
	color: #707170;
	font-family: Poppins;
	font-size: 16px;
	display: inline-block;
	font-weight: 400;
	width: 100%;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #D59F4C;
}

.footer-menu li i {
	margin-right: 10px;
}

ul.footer-menu {
	padding: 0;
}

.footer-menu li {
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.text-center {
	text-align: center;
}

.button {
	width: 100%;
	background-color: #ffffff;
	padding: 11px 20px;
	text-align: center;
	color: #3b368c;
	font-size: 16px;
	font-weight: 600;
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 4px;
}

.button:hover {
	background-color: #D59F4C;
	color: #ffffff;
}

.scrollToTop {
	position: fixed;
	bottom: 0;
	right: 24px;
	width: 45px;
	height: 45px;
	background-color: #D59F4C;
	border-radius: 5px;
	color: #ffffff !important;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	z-index: 99999;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.scrollToTop:hover {
	background-color: #ffffff;
	color: #D59F4C !important;
	-webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
}

.scrollToTop.active {
	bottom: 30px;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	color: #D59F4C;
}



header {
	background-color: transparent;
	padding: 14px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 11;
}

.box_shadow {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.navbar {
	padding: 0px;
}

.navbar li {
	margin: 0px;
}

.navbar-brand {
	margin: 0px;
	padding: 0px;
}

.logo {
	width: 100%;
}

.nav-link {
	padding: 6px 16px 6px !important;
	color: #050001;
}

.invest__thumb img {
	width: 100%;
}

.language-select {
	background-color: transparent;
	border: none;
	outline: none;
	height: auto !important;
	line-height: 0px !important;
	padding: 4px 20px 4px 18px;
	margin-left: 25px;
	margin-right: 8px;
}

.language-select .current {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #050001;
}

.language-select::after {
	height: 8px;
	width: 8px;
	margin-top: -6px;
	right: 8px;
	border-color: #050001;
}

.download {
	display: flex;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	background-color: #0B1F37;
	text-align: center;
	padding: 12px 16px;
	justify-content: center;
	gap: 5px;
	height: 50px;
	color: #FFF;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: solid thin #0B1F37;
}


.play-button.popup {
	font-size: 15px;
	font-weight: 400;
	color: #D59F4C;
	margin-top: 10px;
}

.play-button.popup i {
	font-size: 12px;
	margin-right: 4px;
}

.hero.hero-slide {
	background: url(../images/hero/hero-bg.jpg);
	background-size: cover;
	background-position: center center;
}

.lang-btn {
	font-family: "Cairo", sans-serif !important;
	color: #979797;
	border: solid thin #979797;
	width: 180px;
	line-height: 28px;
	font-size: 15px;
	height: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	border: solid thin #979797;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
	text-wrap: nowrap;
}

.lang-btn:hover {
	border: solid thin  #D59F4C;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	color: #979797;
}

.download:hover {
	background-color: #0B1F37;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	color: #ffffff;
	border: solid thin #0B1F37;
}

.navbar-nav {
	margin-right: auto;
	margin-left: 50px;
}


.hero__content h1 {
	color: #D59F4C;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
}

header.box_shadow {
	background: #ffffff;
	z-index: 777;
	position: fixed;
}

body.inner header.box_shadow {
	background: #ffffff;
	z-index: 777;
	position: fixed;
}

body.inner header {
	position: relative;
}

.page-title {
	background: #fbf9f4;
	padding: 40px 0;
}

.navbar-toggler {
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	line-height: 0px;
}

.navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.navbar-toggler .icon-bar {
	width: 35px;
	height: 2px;
	background-color: #050001;
	margin: 0px;
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-toggler .middle-bar {
	margin: 6px 0px;
	opacity: 1;
}

.toggle-active .top-bar {
	-webkit-transform: rotate(-45deg) translate(-7px, 4px);
	-ms-transform: rotate(-45deg) translate(-7px, 4px);
	transform: rotate(-45deg) translate(-7px, 4px);
	background: #050001;
}

.toggle-active .middle-bar {
	opacity: 0;
}

.toggle-active .bottom-bar {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	-ms-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background: #050001;
}


.hero {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	padding-top: 180px;
	padding-bottom: 100px;
}

.main-color {
	color: #d0a150 !important;
}

.mr-10 {
	margin-right: 10px;
}

.mt-50 {
	margin-top: 50px;
}

.hero__content h6 {
	margin-bottom: 0;
	color: #050001;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
}

.hero__content h1 {
	max-width: 510px;
	margin-bottom: 21px;
}

.hero__content__link {
	margin-top: 35px;
}

.hero__content__link a:first-of-type {
	margin-right: 18px;
}

.hero__content__link a:hover {
	border: none;
	outline: none;
}

.hero__content__link img {
	max-width: 100%;
	max-height: 56px;
	border: none;
	outline: none;
}

.hero__ratings {
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.hero__ratings__store:first-of-type {
	margin-right: 60px;
}

.hero__ratings__star {
	margin-bottom: 10px;
}

.hero__ratings__star i {
	display: inline-block;
	line-height: 0px;
	font-size: 18px;
	color: #ff8e25;
}

.hero__thumb {
	direction: ltr;
}

.hero__img {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.hero__img .hero__circle {
	position: absolute;
	right: 0px;
	top: -100px;
	width: 100%;
	height: auto;
	z-index: 1;
	-webkit-animation: spin 8s linear infinite;
	-moz-animation: spin 8s linear infinite;
	animation: spin 8s linear infinite;
}

.hero__img .hero__wallet {
	position: absolute;
	top: 80px;
	right: 30px;
	z-index: 2;
	max-width: 100%;
	height: auto;
	animation: shake 2s linear infinite;
	-moz-animation: shake 2s linear infinite;
	-webkit-animation: shake 2s linear infinite;
}

.hero__img .hero__mock {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: auto;
}

.hero__content .color-btn {
	border-radius: 5px;
	background: #D59F4C;
	color: #ffffff;
	display: flex;
	height: 60px;
	padding: 16px 30px;
	align-items: center;
	gap: 20px;
	width: fit-content;
}

.white-btn {
	border-radius: 5px;
	background: #ffffff;
	color: #D59F4C;
	display: flex;
	height: 60px;
	padding: 16px 30px;
	align-items: center;
	gap: 20px;
	width: fit-content;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes shake {
	0% {
		transform: translate(13px, 0);
	}

	50% {
		transform: translate(-13px, 5px);
	}

	100% {
		transform: translate(13px, 0);
	}
}

@-moz-keyframes shake {
	0% {
		-moz-transform: translate(13px, 0);
	}

	50% {
		-moz-transform: translate(-13px, 5px);
	}

	100% {
		-moz-transform: translate(13px, 0);
	}
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: translate(13px, 0);
	}

	50% {
		-webkit-transform: translate(-13px, 5px);
	}

	100% {
		-webkit-transform: translate(13px, 0);
	}
}

@keyframes slide {
	0% {
		-webkit-transform: translate(13px, 40);
	}

	50% {
		-webkit-transform: translate(-13px, 20px);
	}

	100% {
		-webkit-transform: translate(0px, 0);
	}
}

.client {
	position: relative;
	top: -136px;
	margin-bottom: -136px;
	z-index: 4;
}

.client__wrapper {
	padding: 60px 12px;
	background-color: #ffffff;
	box-shadow: 0px 14px 30px rgba(39, 59, 130, 0.25);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}


.cta-main-color {
	position: relative;
	top: -110px;
	margin-bottom: -136px;
	z-index: 4;
}

.testimonials-sec {
	padding-top: 0;
	background: url(../images/testimonial/testi-bg.png);
}

.testimonial__item p {
	font-size: 16px;
	color: #707170;
}

.testimonial__box.bg-img {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	padding: 30px 10px;
}

.testimonial__author__info {
	margin-top: 30px;
}

.testimonial__down.owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 44%;
	display: inline-block;
	width: 100%;
	height: 0;
}

.testimonial__down.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background: #D59F4C;
	border: solid #FBF9F4;
}

.testimonial__down.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background: #D59F4C;
	border: solid #FBF9F4;
}

.testimonial__down.owl-theme .owl-nav span {
	color: #ffffff;
	line-height: 27px;
	font-size: 40px;
}

.testimonials-sec h6 {
	margin-bottom: 5px;
	color: #050001;
	font-weight: 600;
	font-size: 24px;
}

.testimonials-sec .testimonial__down h6 {
	margin-bottom: 5px;
	color: #050001;
	font-weight: 600;
	font-size: 24px;
}

.testimonials-sec h6 {
	margin-bottom: 5px;
	color: #707170;
	font-weight: 400;
	font-size: 28px;
}

.testimonials-sec h2 {
	color: #D59F4C;
	font-family: Poppins;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.cta-main-color__wrapper {
	padding: 60px;
	background-color: #D59F4C;
	box-shadow: 0px 14px 30px rgba(39, 59, 130, 0.25);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.cta-main-color__wrapper h3 {
	color: #FFF;
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


.work__area .row {
	align-items: center;
}

.work__area h2 {
	margin-bottom: 0;
	color: #D59F4C;
	font-size: 46px;
	line-height: 45px;
}

.work__area h2 span {
	margin-bottom: 0;
	color: #D59F4C;
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
}

.work__area h6 {
	margin-bottom: 5px;
	color: #707170;
	font-weight: 400;
	font-size: 28px;
}

.work__area p {
	color: #545a79;
}

.statistic-item {
	border-radius: 20px;
	border: 1px solid rgba(213, 159, 76, 0.20);
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	padding: 10px 20px;
	margin: 0 0 30px 0;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
}

.nav-link:focus,
.nav-link:hover {
	color: #D59F4C;
}

.statistic-no {
	margin: 10px 0 20px 0;
}

.statistic-item p {
	color: #707170;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	margin-top: 10px;
	line-height: normal;
}


.client__logo__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 0;
}

.owl-carousel .owl-item img {
	width: auto;
}

.client__logo img {
	display: block !important;
	width: 100px;
	max-height: 80px;
	margin-left: auto;
	margin-right: auto;
}



.invest {
	overflow: hidden;
}

.invest__area {
	padding: 120px 0px;
}

.invest__thumb {
	direction: rtl;
}

.invest__content h6 {
	margin-bottom: 5px;
	color: #707170;
	font-weight: 400;
	font-size: 28px;
}

.title-left {
	border-left: solid #D59F4C;
	padding-left: 20px;
	padding-top: 10px;
}

.invest__content h2 {
	margin-bottom: 23px;
	color: #D59F4C;
	font-size: 46px;
}

.invest__content p {
	color: #545a79;
}

.invest__feature__wrapper {
	margin-top: 54px;
}

.invest__feature__item {
	display: flex;
	align-items: center;
	margin-top: 40px;
	position: relative;
	padding-left: 64px;

}

.invest__feature__item h6 {
	margin-bottom: 12px;
	color: #050001;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.invest__feature__wrapper .row {
	margin-bottom: 30px;
}


.invest__feature__item p {
	color: #545a79;
	font-size: 16px;

}


.invest__feature__item .why-icon svg {
	position: absolute;
	left: -20px;
	top: -30px;
}

.invest__feature__item:first-of-type {
	margin-top: 0px;
}

.invest__feature__item__img {
	margin-right: 30px;
}

.invest__feature__item__img img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}




.wallet {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 0px;
	overflow-x: clip;
	padding-bottom: 0;

}

.wallet__area {
	padding: 120px 0px;
	position: relative;
}

.wallet__content h6 {
	margin-bottom: 5px;
	color: #707170;
	font-weight: 400;
	font-size: 28px;
}

.wallet__content h2 {
	margin-bottom: 0;
	color: #0B1F37;
	font-size: 46px;


}

.wallet__content p {
	color: #545a79;
	margin-bottom: 0;
}

.wallet__content ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

.wallet__content li {
	list-style-position: outside;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 15px;
}

.wallet__content li i {
	width: 30px;
	height: 30px;
	background-color: #00cf86;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
}

.wallet__content li:last-of-type {
	margin-bottom: 0px;
}

.wallet__thumb {
	position: absolute;
	right: 0;
	top: 0;
	direction: ltr;
	-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px);
}

.wallet__thumb img {
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
}

.serv-box {
	display: flex;
	padding: 26px 37px;
	flex-direction: column;
	gap: 20px;
	align-self: stretch;
	border-radius: 24px;
	border: 1px solid rgba(212, 166, 85, 0.20);
	margin-bottom: 0;
	height: 100%;
	justify-content: space-between;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}

.serv-txt {
	display: flex;
	gap: 20px;
	flex-direction: column;
}


.serv-content {
	margin-top: 60px;
}


.serv-box h2 {

	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.serv-box p {
	color: #707170;

	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}



.design {
	background-color: #ffffff;
	padding: 120px 0px;
	overflow: hidden;
}

.design__thumb {
	direction: rtl;
}

.design__content h6 {
	color: #D59F4C;
	margin-bottom: 28px;
}

.design__content h2 {
	margin-bottom: 22px;
}

.design__content p {
	color: #545a79;
}

.design__content__cards {
	display: flex;
	align-items: center;
	margin-top: 55px;
}

.design__content__cards:last-of-type {
	margin-top: 30px;
}

.design__content__cards__item {
	width: 230px;
	padding: 30px 10px;
	text-align: center;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 12px 24px #e6cfe6;
	box-shadow: 0px 12px 24px #e6cfe6;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	background-color: #e1f3fd;
}

.design__content__cards__item h6 {
	color: #050001;
	text-align: center;
	margin-bottom: 8px;
}

.design__content__cards__item p {
	color: #545a79;
	font-weight: 700;
	text-align: center;
}

.design__content__cards__item p::after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	margin-bottom: -5px;
}

.design__content__cards__item:first-of-type {
	margin-right: 24px;
	background-color: #ffecff;
}

.third--item {
	background-color: #eafff8 !important;
}

.fourth--item {
	background-color: #ffe9e9;
}



li.nav-item {
	text-wrap: nowrap;
}




.footer__cta {
	max-width: 1076px;
	margin: 0px auto;
	padding: 80px 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	text-align: center;
}

.footer__social {
	margin-top: 0;
}

.call-us-sec {
	margin-top: 50px;
}

.call-us-sec h3 span {
	display: block;
	color: #707170;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
} 

.footer-icon {
	position: absolute;
	right: -20px;
	bottom: 20px;
}

footer {
	position: relative;
}

.call-us-sec h3 {
	color: #050001;
	font-family: Poppins;
	font-size: 24px;
	display: inline-block;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

.work__area h2 span.million {
	float: right;
    display: inline-block;
    font-size: 30px;
    margin-left: 6px;
}

.footer__copyright {
	padding: 10px 0;
	background: #fffcf5;
}


.footer__copyright p {
	color: #707170;
	font-size: 14px;
}

.footer__copyright img {
	margin-left: 10px;
}

p.copyright {
	color: #222222;
}


@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.call-us-icon {
	background: #D59F4C;
	text-decoration: none;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 30px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.footer__social a {
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #D59F4C;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.footer__social a i {
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.footer__social a:last-of-type {
	margin-right: 0px;
}

.footer__social a:hover {
	background-color: #050001;
}

.footer__social a:hover i {
	color: #ffffff;
}

.footer__links {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 30px;
	border-bottom: 1px solid #050001;
}

.footer__links a {
	padding: 5px 30px;
	line-height: 16px;
	border-right: 1px solid #050001;
}

.footer__links a:hover {
	color: #D59F4C;
}

.footer__links a:first-of-type {
	padding-left: 0px;
}

.footer__links a:last-of-type {
	padding-right: 0px;
	border-right: 0px;
}

.footer__credit {
	padding: 30px 12px 25px;
}

.footer__credit a:hover {
	color: #D59F4C;
}


.invest__thumb {
	position: relative;
}

.video-main-content {
	position: absolute;
	top:46%;
	left: 48%;
	z-index: 999;
}

.video-main-content {

}
.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 70px;
  width: 70px;
  line-height: 74px;
  font-size: 32px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #d0a150;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgb(208 161 80 / 50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -39px;
  bottom: -39px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*# sourceMappingURL=main.css.map */