/*Header start*/

body {
	background: #08123a;
}
a:hover {
	color: #fff000;
}
.box {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
}
.box2 {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}
.z-in1 {
	z-index: 1;
}
.z-in2 {
	z-index: 2;
}
.z-in3 {
	z-index: 3;
}
.text-gray {
	color: #7c7a7a;
}

@font-face {
    font-family: 'Acens';
    src: url('../fonts/Acens.woff2') format('woff2'),
        url('../fonts/Acens.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fonarto';
    src: url('../fonts/Fonarto.woff2') format('woff2'),
        url('../fonts/Fonarto.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fornarto{
font-family: Fonarto;
}

.acens{
font-family: Acens;
}

.karla{
font-family: Karla;
}
.age{
font-family: Atomic Age;
}
.mont{
font-family: Montserrat;

}

.btn-secondary:hover {
	background: rgba(6,102,159,1);
	background: -moz-linear-gradient(top, rgba(6,102,159,1) 0%, rgba(50,56,226,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,102,159,1)), color-stop(100%, rgba(50,56,226,1)));
	background: -webkit-linear-gradient(top, rgba(6,102,159,1) 0%, rgba(50,56,226,1) 100%);
	background: -o-linear-gradient(top, rgba(6,102,159,1) 0%, rgba(50,56,226,1) 100%);
	background: -ms-linear-gradient(top, rgba(6,102,159,1) 0%, rgba(50,56,226,1) 100%);
	background: linear-gradient(to bottom, rgba(6,102,159,1) 0%, rgba(50,56,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06669f', endColorstr='#3238e2', GradientType=0 );
}
/**********************************Header **********************************/

.navbar-head h4 {
	display: none;
}

.head-nav-link li {
	display: inline-block;
	margin: 0 30px;
}

.head-nav-link li a:hover {
	color: #13fdfe !important;
}
.head-nav-link li a {
	font-size: 14px;
	text-transform: uppercase;
}
.head-nav-link li {
	position: relative;
}

.head-nav-link li:not(:last-child)::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,0.7);
	right: -29px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 1px;
	height: 16px;
}

/**********************************banner start **********************************/

.banner-robot {
	margin-left: -100px;
	margin-top: -32px;
}
.banner-sec p {
	line-height: 27px;
}

.banner-ico {
	width: 37px;
	height: 37px;
	padding: 5px 10px;
	border-radius: 50%;
}

.banner-content-title {
	margin-top: 30px;
}
.stat-list-content span {
	font-size: 14px;
}

.static-ico {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	padding: 15px 0px;
}

.banner-contents {
	position: relative;
	left: 62px;
}
.banner-bg {
	background: url("../images/banner-aft.png") no-repeat scroll 0 0;
	background-size: cover;
}
.banner-list-number span {
	font-size: 66px;
	position: relative;
	top: -9px;
}
.banner-list {
	display: flex;
	align-items: center;
}
.banner-list-p p {
	font-size: 14px;
	line-height: 25px;
}
.banner-list-number {
	width: 140px;
	height: 74px;
	border-radius: 15px;
	text-align: center;
}
.banner-content-list {
	background: url("../images/banner-list-background.png") no-repeat;
	width: 1170px;
	height: 173px;
	padding: 47px 2px 0px 84px;
}
/**********************************banner end **********************************/

/**********************************about start **********************************/
.abt-content {
	position: relative;
	left: 86px;
	margin-top: 89px;
}

.abt-certificate {
	margin-top: 177px;
	margin-left: 53px;
}

.abt-content::after {
	position: absolute;
	content: "";
	background: url("../images/abt-aft.png") no-repeat;
	width: 75px;
	height: 374px;
	top: -33px;
	left: -111px;
}
.abt-sec::after {
	position: absolute;
	content: "";
	background: url("../images/abt-bg.png") no-repeat;
	width: 100%;
	height: 528px;
	top: -44px;
	z-index: -1;
}
/**********************************about end **********************************/

/**********************************how it start **********************************/

.howit-img {
	width: 150px;
	height: 150px;
	margin: auto;
	padding: 18px 0px;
	background: rgb(71,104,255);
	background: linear-gradient(0deg, rgba(71,104,255,1) 0%, rgba(28,28,41,1) 100%);
	border: 2px solid #5a72de;
}
.howit-img:hover {
	background: rgb(71,104,255);
	background: linear-gradient(180deg, rgba(71,104,255,1) 0%, rgba(28,28,41,1) 100%);
	border: 2px solid #5a72de;
}
.howit-list::after {
	position: absolute;
	content: "";
	font-size: 73px;
	right: 14px;
	top: 18px;
	color: rgba(19,253,254,0.1);
	font-weight: bold;
	animation-name: tada;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.how-list1::after {
	content: "01";
}
.how-list2::after {
	content: "02";
}
.how-list3::after {
	content: "03";
}
.how-list4::after {
	content: "04";
}

.how-it-bg {
	background: url("../images/how-it-bg.jpg") no-repeat scroll 0 0;
	background-size: cover;
}
/**********************************how it end **********************************/

/**********************************investmentplan start **********************************/
.plan-percentage span {
	font-size: 60px;
}
.plan-name span {
	font-size: 20px;
}
.plan-daily small {
	font-size: 16px;
}

.plan-sec table thead tr th {
	color: #fff;
	font-size: 16px;
	text-align: start;
	padding: 10px 15px;
	font-family: atomic age;
	text-transform: uppercase;
	font-weight: normal;
	background: transparent;
}
.plan-detail {
	background: transparent;
}
.plan-sec table thead tr th:nth-child(2) {
	text-align: end;
}
.plan-detail tbody tr td {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 5px 15px;
}
.plan-detail tbody tr td:first-child {
	text-align: start;
}
.plan-detail tbody tr td:last-child {
	text-align: end;
}

.plan-sec-bg {
	background: url("../images/plan-bg.png") no-repeat;
	width: 347px;
	height: 454px;
	padding: 65px 19px;
}
.plan-percentage {
	position: relative;
	top: -16px;
}
.table-height {
	margin-top: 57px;
	min-height: 149px !important;
}
.plan-btn .btn-primary {
	border-radius: 5px;
	padding: 6px 33px;
	color: #054a8e;
	text-transform: uppercase;
}
.plan-btn .btn-primary:hover {
	color: #fff;
}
.plan-carousel {
	margin-left: 33px;
}
.plan-sec::after {
	position: absolute;
	content: "";
	background: url("../images/plan-aft.png") no-repeat scroll 0 0;
	width: 100%;
	height: 1704px;
	top: 0px;
	z-index: -1;
}
/**********************************investmentplan end **********************************/

/**********************************referral  start **********************************/

.ref-level-list span {
	font-size: 55px;
}
.ref-level-head::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,0.5);
	width: 1px;
	height: 89px;
	right: 53px;
	top: 0px;
	bottom: 0px;
	margin: 0 auto;
}
.ref-level-list {
	position: relative;
	left: -42px;
}
.rep-level-list span {
	font-size: 55px;
}
.rep-level-list {
	margin-right: -108px;
}
.rep-level-head::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,0.5);
	width: 1px;
	height: 89px;
	left: 126px;
	top: 0px;
	bottom: 0px;
	margin: 0 auto;
}


/**********************************referral  end **********************************/


/**********************************transation start **********************************/
.last-withdraw {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 15px 20px;
	caption-side: bottom;
	border-collapse: collapse;
	width: 94%;
	text-align: center;
	background: transparent;
	border-radius: 10px !important;
	margin: ;
}
.last-withdraw tbody tr td {
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid rgb(255, 255, 255,0.3);
	text-align: start;
	font-weight: 600;
}
.last-withdraw tbody tr td {
	padding: 4px 26px;
}
.tra-pad {
	position: relative;
	left: -62px;
}
.tra-pad-left {
	position: relative;
	left: -33px;
}
.referral-aft::after {
	position: absolute;
	content: "";
	background: url("../images/stone-ref.png") no-repeat;
	width: 486px;
	height: 500px;
	top: -41px;
	z-index: -1;
	left: 66px;
	right: 0px;
	margin: auto;
}
/**********************************transation end **********************************/

/**********************************footer start**********************************/

.footer-logo-head span {
	font-size: 25px;
	font-weight: 600;
}
.footer-nav-list li a {
	font-size: 14px;
	text-transform: uppercase;
}
.disclaimer-content p {
	font-size: 13px;
	font-weight: 600 !important;
}

.reg-company {
	display: flex;
	align-items: center;
}

.reg-company h5, span {
	font-size: 12px;
	position: relative;
}
.footer-sec::after {
	position: absolute;
	content: "";
	background: url("../images/footer-bg.png") no-repeat scroll 0 0;
	width: 100%;
	height: 477px;
	bottom: 0px;
	z-index: -1;
}
.footer-nav-list li {
	margin-top: 13px;
}@media only screen and (min-width: 1199px) {
.rule-and-reg h5::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,0.9);
	right: -13px;
	width: 2px;
	height: 16px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
}
.copy-rights h5 {
	font-size: 14px;
}

.copy-rights {
	margin-top: 38px;
}
.footer-list {
	position: relative;
	left: 28px;
}
/**********************************footer end **********************************/


/**********************************Innerpages start **********************************/
input::placeholder {
	color: #fff !important;
	background: #000 !important;
}
textarea::placeholder {
	color: #fff !important;
	background: #000 !important;
}

.support .innerpage-bg {
	height: 729px !important;
	background: url(../images/inner-bg2.jpg) no-repeat scroll 0 0;
	background-size: cover;
}
.innerpage-bg {
	background: url(../images/inner-bg2.jpg) no-repeat scroll 0 0;
	background-size: cover;
}

.success-msg {
	border: 2px solid #39e862;

}

.error-msg {
	border: 2px solid #e21e51;
}

.info-msg {
	
	border: 2px solid #ffa370;

}

.input-msg {
	background: transparent;
	border-radius: 10px;
	padding: 10px 13px;
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 10px auto;
}
.form-ico {
	position: absolute;
	right: 12px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background: rgb(71,104,255);
	background: linear-gradient(0deg, rgba(71,104,255,1) 0%, rgba(28,28,41,1) 100%);
	border: 2px solid #5a72de;
	color: #fff;
	width: 33px;
	height: 33px;
	padding: 4px 0px;
	border-radius: 50%;
	text-align: center;
}
.form-control {
	background: #000 !important;
	color: #fff !important;
	padding: 13px 21px;
	border: 1px solid #2837de;
	border-radius: 7px;
}
.form-control:focus-visible {
	outline: none;
}
iconify-icon {
	font-size: 20px;
}

.innerpage-foot {
	display: flex;
	justify-content: center;
	align-items: center;
}

.reg-left {
	margin: 0 15px;
}
.form-block {
	margin-top: 15px;
}
.inner-top {
	margin-top: 30px;
}
.innerpage-foot {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 29px;
}
.login-con h6 {
	font-size: 16px;
}
.login-con a {
	color: #05dcff;
}
.login-con a {
	font-size: 16px;
}

.innerpage-footer {
	position: relative;
	top: 145px;
}
 .innerpage-foot-top {
	margin-top: 20px;
} 

.form-arrow {
	background: url(../images/lan-arrow.png) center right 10px no-repeat, #000;
}
.footer-copy-right a:hover {
	color: #fff !important;
}
/**********************************Innerpages end **********************************/

/**********************************aboutpage start **********************************/.abtus-page-bg {
	background: url("../images/abt-page-bg.png") no-repeat scroll 0 0;
	background-size: cover;
}
/**********************************aboutpage end **********************************/

/********************************** Responsive **********************************/

 @media only screen and (max-width: 1345px) {
}
 @media only screen and (max-width: 1199px) {
 
.head-nav-link li {
	display: inline-block;
	margin: 0 18px;
}
.banner-contents {
	position: relative;
	left: 86px;
}
.banner-sec {
	position: relative;
	left: -68px;
}
.banner-robot {
	margin-left: -104px;
	margin-top: -62px;
}
.head-logo {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.nav-btn {
	text-align: center !important;
}


.banner-contents {
	left: 114px;
	/* text-align: center; */
}
.stat-list {
	justify-content: center;
}

.white-trade {
	justify-content: center;
}
.banner-contents {
	margin-top: 20px;
}
.white-trade {
	margin-top: 20px;
}
.banner-content-list {
	background: url("../images/banner-list-background.png") no-repeat;
	width: 979px;
	height: 173px;
	padding: 47px 2px 0px 16px;
	background: #202757;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.ref-level-head::after {
	right: 33px;

}
.rep-level-head::after {

	left: 97px;
}
.tra-pad {
	position: relative;
	left: 0px;
}
.tra-pad-left {
	position: relative;
	left: 0px;
}
.social-media h5 {
	font-size: 10px;
}
.copy-rights h5 {
	font-size: 12px;
}
.reg-company h5, span {
	font-size: 11px;
	
}
.footer-list {
	left: 8px;
}
}
 @media only screen and (max-width: 991px) {
 .head-pad {
	margin-top: 25px;
}
.head-nav-link li a {
	/* font-size: 14px; */
	/* font-weight: bold; */
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
.rules-and-reg h5, span {
	font-size: 20px;
}
.head-nav-link li a h6 {
	font-size: 12px;
}
.head-nav-link li h6 {
	font-size: 12px;
	color: rgba(255,255,255,0.34);
}
.head-nav-link li {
	padding: 3px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-head {
	width: 100%;
	border-radius: 5px;
	padding: 5px 10px;
	background: rgb(0,87,203);
	background: linear-gradient(0deg, rgba(0,87,203,1) 0%, rgba(0,115,215,1) 100%);
}
.navbar-head h4 {
	display: inline-block;
	font-size: 20px;
	margin-top: 0px;
	color: #fff;
}
.nav-head button {
	float: right;
}
.nav-head .navbar-toggler {
	background: #fff;
	border: 0;
}
.head-nav-link li {
	width: 100%;
	text-align: center;
}
.head-nav-link {
	border-radius: 5px;
	padding: 10px;
	background: rgb(29,53,155);
}
.head-nav-link li:last-child {
	border-bottom: none;
}
 br {
	display: none;
}
.head-nav-link li:not(:last-child)::after {
	content: "inherit";
	display: none;
}
.head-nav-link li {
	display: inline-block;
	margin: 0px;
}
.banner-sec {
	left: 0px;
	text-align: center;
}
.banner-contents {
	left: 0px;
	text-align: center !important;
}
.banner-robot {
	margin-left: 0px;
	margin-top: 0px;
	display: none;
}
.nav-btn.text-end {
	margin-top: 15px;
}
.banner-content-list {
	width: 100%;
	height: auto;
	padding: 0px;
	background: transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.banner-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}
.abt-sec::after {
	content: "inherit";
	display: none;
}
.abt-content {
	position: relative;
	left: 0px;
	margin-top: 0px;
	text-align: center;
}
.abt-certificate {
	margin-top: 0px;
	margin-left: 0px;
	display: none;
}
.abt-img {
	text-align: center;
	margin-top: 30px;
}
.abt-content::after {

	top: 62px;

}
.howit-list::after {
	content: "inherit";
	display: none;
}
.plan-sec-bg {
	/* background: url("../images/plan-bg.png") no-repeat; */
	width: 100%;
	height: auto;
	padding: 19px 14px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 25px;
}
.plan-carousel {
	margin-left: 0px;
}
.ref-title {
	text-align: center;
}
.ref-level-head::after {
	content: "inherit";
	display: none;
}
.rep-title {
	text-align: center !important;
}
.ref-level-list {
	left: 0px;
}
.rep-level-list {
	margin-right: 0px;
}
.rep-level-head::after {
	content: "inherit";
	display: none;
}
.last-withdraw {

	width: 100%;
}
.plan-sec::after {

	background: transparent;
}
.footer-logo {
	text-align: center;
}
.footer-list {
	left: 0px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px !important;
}
.footer-logo-head {
	margin-bottom: 7px;
	margin-top: 10px;
}
.social-media h5 {
	font-size: 16px;
}
.social-list {
	justify-content: center;
}
.company-rules {
	text-align: center;
	margin-top: 20px;
}
.reg-company {
	justify-content: center;
}
.reg-company span {
	font-size: 15px;
}
.reg-company h5, span {
	font-size: 15px;
}
.copy-rights {
	margin-top: 16px;
}
.copy-rights h5 {
	font-size: 14px;
}
.footer-sec {
	margin-top: 25px;
}

}
 @media only screen and (max-width:767px) {
 .tra-pad {
	position: relative;
	left: 0px;
	margin-top: 25px;
}
 .abt-content::after {

	content: "inherit";
	display: none;
}
.plan-percentage {

	text-align: center;
}
.plan-name {
	text-align: center;
}
.table-height {
	margin-top: 10px;
	min-height: 149px !important;
}
}
 @media only screen and (max-width: 575px) {
 .banner-content-list {

	margin-top: 24px;
}
 .banner-robot img {
	width: 100%;
}

}
 @media only screen and (max-width: 424px) {
 .referral-aft::after {
	width: 100%;
	left: -91px;
	right: 0px;
	margin: auto;
}
.abt-img img {
	width: 100%;
}
.abt-btn a {
	margin-bottom: 15px;
}
.banner-list-number span {
	font-size: 35px;
	position: relative;
	top: 7px;
}
.banner-list-number {
	width: 139px;
	height: 65px;
	border-radius: 15px;
	text-align: center;
}
.reg-company {
	display: block;
	align-items: center;
	text-align: center;
}
.reg-company span {
	font-size: 14px;
	margin-left: 0px !important;
}
.reg-company h5, span {
	font-size: 14px;
}
.social-list {
	justify-content: center;
	display: block !important;
	text-align: center;
}
.align-items-center {
	justify-content: center;
}
 .footer-copy-right h6 {
	font-size: 14px !important;
}
.login-con a {
	font-size: 15px;
}
.login-con h6 {
	font-size: 15px;
}

}