/*Header start*/

body {
	background: #061d24;
}

a:hover {
	color: #e5770b;
}

.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: 'SavingsBond';
	src: url('../fonts/SavingsBond.woff2') format('woff2'), url('../fonts/SavingsBond.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../fonts/AlternoxRegular.woff2') format('woff2'), url('../fonts/AlternoxRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../fonts/AlternoxSemiBold.woff2') format('woff2'), url('../fonts/AlternoxSemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../fonts/AlternoxBold.woff2') format('woff2'), url('../fonts/AlternoxBold.woff') format('woff');
	font-weight: 500;
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../fonts/AlternoxExtraBold.woff2') format('woff2'), url('../fonts/AlternoxExtraBold.woff') format('woff');
	font-weight: 500;
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../fonts/AlternoxExtraLight.woff2') format('woff2'), url('../fonts/AlternoxExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../fonts/AlternoxLight.woff2') format('woff2'), url('../fonts/AlternoxLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

.alter {
	font-family: 'Alternox';
}

.sav {
	font-family: 'SavingsBond';
}

.courge {
	font-family: Courgette;
}

.text-grade1 {
	background: linear-gradient(100deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 36%, rgba(244, 125, 4, 1) 63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.title h2 {
	letter-spacing: 3px;
}

/**********************************Header **********************************/
.navbar-head h4 {
	display: none;
}

.banner-bg::after {
	position: absolute;
	content: "";
	background: url("../images/banner-bg-world.png") no-repeat scroll 0 0;
	width: 100%;
	height: 539px;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: -2;
	animation-name: flash;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.banner-bg::before {
	position: absolute;
	content: "";
	background: url("../images/numbers-bg.png") no-repeat scroll 0 0;
	width: 100%;
	height: 620px;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: -1;
	animation: number 10s linear infinite;
}

.login-bg {
	border: 2px dotted #fff;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	padding: 4px 4px;
}

/**********************************tongle **********************************/

.mobile {
	position: relative;
	z-index: 99;
	top: 10px;
}

.pre-body {
	background-color: #051230;
	height: auto;
	color: white;
	display: none;
}

ul.pre-body-list a {
	color: #fff;
	font-family: Alternox;
}

.btn img {
	margin-top: -10px;
}

ul.pre-body-list {
	text-align: center;
	padding-left: 0;
	padding-top: 14px;
}

.pre-body-list a:hover {
	color: #e68745;
}

ul.pre-body-list li {
	display: inline;
	list-style-type: none;
	margin: 20px;
	width: auto;
	padding: 0 5px;
}

.pre-body {
	background-color: #6b8891;
	height: auto;
	color: white;
	display: none;
	padding: 6px 0px;
}

/**********************************tongle **********************************/

/**********************************Header **********************************/
.navbar-head h4 {
	display: none;
}

.head-bg {
	background: rgba(255, 255, 255, 0.1);

	border-radius: 55px;
	
}

.telegram-img {
	background: #039be5;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 6px 0px;
	animation: spin 5s infinite;
}

.telegram {
	display: flex;
	align-items: center;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	position: relative;
	top: 15px;
}

.telegram-content p {
	line-height: 25px;
	font-size: 15px;
}

.telegram-img iconify-icon {
	color: #fff;
	font-size: 23px;
}

.telegram-bg {
	background: rgba(3, 155, 299, 0.3);
	border-radius: 50%;
	width: 45px;
	height: 45px;
	padding: 5px 5px;
	animation-name: flipInY;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.telegram-margin {
	margin-left: 40px;
}

.login-link iconify-icon {
	color: #fff;
}

.login-cir iconify-icon {
	font-size: 25px;
	color: #000;
}

.members-login {
	display: flex;
	align-items: center;
	justify-content: end;
	position: relative;
	top: 10px;
}

.login-cir {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 9px 0px;
	text-align: center;
}

.login-link {
	background: linear-gradient(0deg, rgba(114, 129, 163, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.login-link:hover {
	background: linear-gradient(90deg, rgba(114, 129, 163, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.login-link:hover iconify-icon {
	color: #000000 !important;
}

.reg-link {
	background: linear-gradient(180deg, rgba(235, 118, 7, 1) 0%, rgba(150, 59, 35, 1) 100%);
}

.reg-link iconify-icon {
	color: #fff;
}

.reg-link:hover {
	background: linear-gradient(-90deg, rgb(235, 118, 7) 0%, rgb(150, 59, 35) 100%);
}

.reg-link:hover iconify-icon {
	color: #fff !important;
}

.members-login span {
	font-size: 14px;
	font-weight: 600;
	padding: 2px 0px;
	position: relative;
	top: 8px;
	left: -5px;
}

.tongle .navbar-nav {
	text-align: start;
}

.navbar-nav li a:hover {
	color: #ec5d25 !important;
}

.tongle .navbar-nav li a {
	text-decoration: none;
	color: #000;
}

.tongle-bar {
	display: none;
}

.login-bg {
	margin: 0 35px;
}

/********************************** header end **********************************/

/********************************** banner **********************************/
.banner-content {
	margin-top: 28px;
}

.banner-content h4 {
	font-size: 181px;
	position: relative;
	top: 30px;
	letter-spacing: 15px;
}

.ban-im img {
	position: relative;
	top: -12px;
	animation-name: rotate;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.banner-content small {
	font-size: 36px;
	border-radius: 10px;
	padding: 5px 13px;
	position: absolute;
	rotate: 90deg;
	right: 24px;
	top: 97px;
}

.banner-content h1 {
	letter-spacing: 8px;
	font-size: 62px;
}

.banner-img {
	top: 42px;
}

.banner-content h2 {
	letter-spacing: 4px;
	font-size: 38px;
}

.video-bg {
	margin-left: 67px;
	margin-top: 19px;
}

.video-bg1 {
	width: 81px;
	height: 81px;
	background: rgba(248, 139, 14, 0.4);
	border-radius: 50%;
	align-content: center;
	margin: 0 auto;
}

.video-bg2 {
	width: 65px;
	height: 65px;
	background: rgba(248, 139, 14, 0.5);
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	align-content: center;
}

.video-icon {
	background: #03af32;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 11px 0px;
	cursor: pointer;
}

.cross-tit {
	position: absolute;
	left: -93px;
	top: 16px;
}

.cross-tit h2 {
	font-size: 103px;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
	writing-mode: vertical-rl;
	/* text-orientation: upright; */
	letter-spacing: 6px !important;
}

.support-img img:first-child {
	top: 0;
	right: -85px;
	position: absolute;
	z-index: -1;
}

.support-img img:last-child {
	bottom: -73px;
	right: 0;
	position: absolute;
	z-index: -1;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 4s linear infinite;
}

.trade-collection-list {
	position: relative;
	top: 15px;
	margin: 0 auto;
}

.trade-collection-list li {
	display: inline-block;
	padding: 0 26px;
}

.trade-market-list {
	background: url("../images/trade-shape.png") no-repeat;
	width: 135px;
	height: 125px;
	position: relative;
	padding: 56px 6px;
}

.trade-market-price {
	transform: rotate(31deg);
}

.trade-market-price span {
	font-size: 18px;
	position: relative;
}

.trade-ico iconify-icon {
	color: #fff;
	font-size: 27px;
}

.trade-ico {
	text-align: start;
}

.trade-market-price {
	transform: rotate(35deg);
	position: absolute;
	top: 16px;
	right: 11px;
}

/************************ payment start**********************************/

.payment-bg {
	background: #6b8891;
	padding: 30px 0px;
	position: relative;
	z-index: 1;
}

.payment-details {
	justify-content: center;
}

.pay-cont span {
	font-size: 17px;
}

/************************ payment end **********************************/


/************************ About Start **********************************/
.tit-bg {
	background: linear-gradient(280deg, rgba(114, 129, 163, 1) 0%, rgba(0, 0, 0, 1) 100%);
	width: 43%;
	margin: 0 auto;
	border-radius: 20px;
}

.abt-img::after {
	position: absolute;
	content: "";
	background: url("../images/abt-bull-bg.png");
	width: 603px;
	height: 363px;
	top: -29px;
	z-index: -1;
	left: -78px;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 8s linear infinite;
}

.abt-img {
	margin: 20px 0px;
	left: -40px;
}

.abt-img img {
	animation-name: shake;
	animation-duration: 9.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.abt-content {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.abt-ico {
	background: #4A4A4A;
	background: linear-gradient(0deg, rgba(74, 74, 74, 1) 0%, rgba(35, 35, 35, 1) 100%);
	width: 48px;
	height: 48px;
	text-align: center;
	align-content: center;
	border-radius: 100px;
	border: 2px solid #ffff;
	margin-right: 10px;
}

.location-ico iconify-icon {
	color: #fff;
	font-size: 64px;
}

.address {
	display: flex;
	align-items: center;
}

.reg-details span {
	font-size: 25px;
	letter-spacing: 4px;
}

.contact-details {
	background: rgba(255, 255, 255, 0.1);
	padding: 15px 10px;
	border-radius: 10px;
}

.add-details p {
	text-align: start;
}

.abt-section::after {
	position: absolute;
	content: "";
	background: url("../images/abt-after.png");
	width: 100%;
	height: 667px;
	top: 0;
	z-index: -1;
	right: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tit-bg {
	background: linear-gradient(280deg, rgba(114, 129, 163, 1) 0%, rgba(0, 0, 0, 1) 100%);
	width: 43%;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
}

.tit-bg::after {
	position: absolute;
	content: "";
	background: url("../images/coin1.png");
	width: 84px;
	height: 84px;
	top: 0;
	left: -372px;
	animation-name: rotate;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.abt-section::before {
	position: absolute;
	content: "";
	background: #7282a3;
	width: 137px;
	height: 472px;
	bottom: 312px;
	top: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 500px;
	filter: blur(100px);
	z-index: -1;
	opacity: 1;
	z-index: -1;
	animation-name: flash;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

/************************ About End **********************************/

/************************ Plan Start **********************************/
.coin-tit2::after {
	position: absolute;
	content: "";
	background: url("../images/coin2.png");
	width: 107px;
	height: 105px;
	top: -81px;
	right: 41px;
	animation-name: rotate;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: reverse;
}

.margin-left-del {
	margin-left: 10%;
}

.why-ico {
	width: 81px;
	height: 81px;
	text-align: center;
	border: 3px solid #fff;
	animation-name: bounce;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	background: linear-gradient(0deg, rgba(114, 129, 163, 1) 0%, rgba(255, 255, 255, 1) 100%);
	align-content: center;
}

.why-content p {
	text-align: start;
	font-size: 13px;
	line-height: 20px;
	padding: 0px 10px 0px 0px;
}

.margin-left-del .title h2 {
	line-height: 81px;
}

.plan-bg {
	background: #566058;
	border-radius: 40px;
	text-align: center;
	margin: 0 auto;
	z-index: -1;
	opacity: 0.1;
	width: 318px;
	height: auto;
}
.plan-btn {
	padding: 20px;
	margin-bottom: 40px;
}

/* .owl-item.center .plan-bg {
	transform: scale(107%);
	z-index: 99999;
	opacity: 1;
} */

.invest-plan .owl-nav button {
	position: absolute;
	top: 144px;
	/* bottom: 0; */
	right: 0;
	left: 0;
	margin: auto;
	background: #e94040;
	width: 45px;
	height: 45px;
	/* font-size: 26px; */
	border-radius: 50%;
}

.invest-plan .owl-nav button i {
	font-size: 20px;
	color: #fff;
}

.invest-plan .owl-nav button.owl-prev {
	left: -36%;
	top: 44%;
}

.invest-plan .owl-nav button.owl-next {
	right: -63%;
	top: 44%;
}

.plan-top {
	background: url("../images/plan-bg-top2.png") no-repeat scroll center, #061d24;
	border: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	background-size: cover;
	width: 100%;
	height: 276px;
	margin: 20px 0px 7px 0px;
	text-align: center;
	padding: 22px 0px;
}

.plan-added-value {
	padding: 10px 20px;
}

.plan-name h4 {
	font-size: 20px;
}
.plan-percentage h2 {
	font-size: 50px;
}
.plan-added-title h5 {
	font-size: 14px;
	font-weight: bold;
}

.min-dep-value h6 {
	font-size: 20px;
	font-weight: bold;
}

.plan-bottom-bg {
	background: url("../images/plan-bg-bottom2.png") no-repeat scroll center, #061d24;
	border-radius: 30px;
	border: 3px solid #fff;
	padding: 7px 5px;
	margin-top: -10px;
}

/* .owl-item.active.center {
	z-index: 2;
	position: relative;
	opacity: 1;
} */

/* .owl-item {
	z-index: 1;
	position: relative;
	opacity: 0.3;
} */
.investment::after {
	position: absolute;
	content: "";
	background: #e77300;
	width: 137px;
	height: 472px;
	bottom: 312px;
	top: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 500px;
	filter: blur(100px);
	z-index: -1;
	opacity: 0.7;
	animation-name: flash;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.tit-aft::after {
	position: absolute;
	content: "";
	background: url("../images/trans-after.png") no-repeat;
	width: 695px;
	height: 389px;
	top: 0;
	left: -189px;
	z-index: -1;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 3s linear infinite;
}

.tit-aft::before {
	position: absolute;
	content: "";
	background: url("../images/trans-before.png") no-repeat;
	width: 825px;
	height: 389px;
	top: 0;
	right: -181px;
	z-index: -1;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 3s linear infinite;
	animation-delay: 3s;
}

.trans-vector::after {
	position: absolute;
	content: "";
	background: #e77300;
	width: 137px;
	height: 472px;
	bottom: 312px;
	top: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 500px;
	filter: blur(100px);
	z-index: -1;
	opacity: 0.7;
	z-index: -1;
	animation-name: flash;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.trans-vector::before {
	position: absolute;
	content: "";
	background: #7282a3;
	width: 137px;
	height: 472px;
	bottom: 312px;
	top: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 500px;
	filter: blur(100px);
	z-index: -1;
	opacity: 0.7;
	z-index: -1;
	animation-name: flash;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

/************************ Plan End **********************************/

/************************ Referral Start **********************************/

.referral-sec {
	padding: 40px 0px;
}

.affiliate {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-bottom: 10px;
}

.ref-ico img {
	animation-name: tada;
	animation-duration: 2.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.ref-ico span {
	background: #313332;
	padding: 10px 50px;
	border-radius: 20px;
	font-size: 16px;
	margin-left: -16px;
	font-family: Courgette;
}

.ref-con {
	background: linear-gradient(280deg, rgba(114, 129, 163, 1) 0%, rgba(0, 0, 0, 1) 100%);
	align-items: center;
	padding: 11px 26px;
	border-radius: 20px;
	position: relative;
	right: -16px;
	display: flex;
}

.ref-ico img {
	position: relative;
}

.ref-btn {
	margin-top: 56px;
}

.certify-details {
	position: relative;
	top: -121px;
	animation: animate 3s ease-in-out infinite;
}

.affiliate-img {
	position: absolute;
	content: "";
	top: 42%;
	right: 34px;
	margin: 0 auto;
	animation-name: shake;
	animation-duration: 9.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.aff-sec {
	padding: 45px 0px;
}

.level1 {
	width: 30%;
}

.level2 {
	width: 36%;
}

.level3 {
	width: 42%;
}

.level4 {
	width: 49%;
}

.level5 {
	width: 58%;
}

.level6 {
	width: 65%;
}

.level7 {
	width: 74%;
}

.level8 {
	width: 78%;
}

.referral-sec::after {
	position: absolute;
	content: "";
	background: url("../images/ref-bg-vector.png");
	width: 100%;
	height: 996px;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: -1;
}

.referral-sec::before {
	position: absolute;
	content: "";
	background: #e77300;
	width: 257px;
	height: 332px;
	bottom: 312px;
	right: 0;
	/* top: 0; */
	/* left: 0; */
	margin: 0 auto;
	border-radius: 500px;
	filter: blur(100px);
	opacity: 0.7;
	animation-name: flash;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.coin-tit::after {
	position: absolute;
	content: "";
	background: url("../images/coin3.png");
	width: 110px;
	height: 108px;
	top: 86px;
	left: -31px;
	animation-name: rotate;
	animation-duration: 2.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/************************ Referral End **********************************/

/********************************** Our Features **********************************/
.fea-head {
	margin: 10px auto;
	text-align: center;
}

.fea-head h4 {
	font-size: 24px;
}

.fea-ico {
	text-align: center;
}

.fea-ico img {
	animation-name: swing;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.fea-icos img {
	animation-name: swing;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.fea-head p {
	font-size: 14px;
	margin: 60px 0px 0px 0px;
	position: relative;
}

.feature {
	margin-bottom: 70px;
}

.fea-icos {
	text-align: center;
}

.feature::before {
	position: absolute;
	content: "";
	background: url("../images/fea-wave.png");
	width: 100%;
	height: 571px;
	margin: 0 auto;
	z-index: -1;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 6s linear infinite;
}

@media only screen and (min-width: 1200px) {
	.fea-ico::after {
		position: absolute;
		content: "";
		background: url("../images/fea-img6.png") no-repeat scroll 0 0;
		width: 107px;
		height: 449px;
		right: -106px;
		top: 203px;
		z-index: 2;
	}

	.feature::after {
		position: absolute;
		content: "";
		background: url("../images/fea-img5.png");
		width: 1150px;
		height: 29px;
		bottom: 147px;
		right: 0;
		left: 24px;
		margin: 0 auto;
	}
}

/********************************** Transaction **********************************/
.trans-history .nav {
	justify-content: center;
}

.trans-history .nav-pills .nav-link.active {
	color: #5c2928;
}

.trans-history .nav-link {
	color: #5c2928;
	background: #fff;
	padding: 15px;
	margin: 10px;
	border-radius: 20px;
	width: 240px;
	height: 55px;
}

.trans-table tr th h4 {
	font-size: 15px;
	margin-top: 14px;
	/* margin-left: -20px; */
	font-family: Alternox;
}

.transaction .trans-table table thead tr th {
	padding: 5px 0px !important;
}

.transaction .trans-table table tbody tr {
	border-bottom: none;
}

.transaction .trans-table h3 {
	margin-left: 35px;
	text-align: center;
}

.transaction .trans-table tbody tr td {
	padding: 17px 58px 3px 58px;
	font-size: 18px;
	font-family: Courgette;
}

.transaction .trans-table tbody tr td span {
	font-size: 14px;
	font-family: Mulish;
}

.transaction .trans-head h2 {
	font-size: 25px;
}

.transaction .table-contain::after {
	position: absolute;
	content: "";
	background: url("../images/trans-bull.png");
	width: 557px;
	height: 629px;
	top: -114px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: -1;
}

.transaction .table-contain {
	margin-top: 100px;
}

.transaction .trans-head {
	margin-top: 35px;
	margin-bottom: 25px;
}
.transaction .trans-table {
	background: url("../images/trans-background.png") no-repeat scroll 0 0;
	background-size: auto;
	background-size: cover;
	width: 551px;
	height: 502px;
	margin: 0 auto;
}
.trans-table table {
	border: none;
	white-space: inherit;
	background: transparent;
	box-shadow: none;
}

.table-tit {
	position: relative;
	top: 10px;
	left: 50px;
}

.coin-img li {
	position: absolute;
}

.coin-img li:first-child {
	left: -46px;
	top: -71px;
	animation-name: rotate;
	animation-duration: 2.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.coin-img li:last-child {
	right: 0;
	top: 0;
	animation-name: rotate;
	animation-duration: 2.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: reverse;
}

/************ Payment-start ***********/


.listing-currency li {
	padding: 35px 24px;
	display: inline-block;
	/* text-align: center !important; */
}

.payment {
	padding: 50px 0px 0px 0px;
}

/************ Payment-end ***********/

/************ footer-start ***********/

.footer {
	background: url("../images/foot-after.png") rgba(255, 255, 255, 0.1) no-repeat scroll 0 0;
}

.foot-para p {
	font-size: 13px;
}

.foot-list1 {
	display: flex;
	justify-content: space-between;
}

.foot-list1 li iconify-icon {
	top: 5px;
	position: relative;
	font-size: 20px;
}

.menu-list ul li a {
	text-decoration: none;
	font-size: 16px;
	font-family: Alternox;
}

.menu-list ul li {
	padding: 4px 0;
}

.footer-details {
	padding: 20px 0;
	position: relative;
}

.listing-soci li {
	padding: 13px 4px;
	display: inline-block;
	margin: 0px 10px;
}

.listing-soci li iconify-icon:hover {
	color: #e5770b !important;
}

.tele h6 {
	font-size: 11px;
}

.border-list {
	border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-details::after {
	position: absolute;
	content: "";
	border: 1px dashed #fff;
	height: 280px;
	top: 0;
	left: 384px;
}

.footer-details::before {
	position: absolute;
	content: "";
	border: 1px dashed #fff;
	height: 281px;
	top: 0;
	right: 317px;
}

.copy-right h6 {
	font-size: 14px;
}

.footer::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.2);
	bottom: 50px;
}


/********************************** Common CSS **********************************/
.inpts:focus-visible {
	outline: none;
}
.logout-btn {
	padding-bottom: 30px;
	margin-top: 30px;
	margin-left: 57px;
}
.error-msg img {
	margin-right: 9px;
}
.input-msg {
	background: rgba(77, 153, 59, 0.1);
	border-radius: 10px;
	padding: 10px 13px;
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 10px auto;
}

.input-msg p {
	color: #000 !important;
}

.success-msg {
	border: 2px solid #39e862;
}

.error-msg {
	border: 2px solid #e21e51;
}

.info-msg {
	border: 2px solid #ffa370;
}

.table-page {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 5px 0;
}

.table-page li {
	list-style-type: none;
	color: #000000;
	margin: 10px;
}

.table-page a {
	padding: 9px 17px;
	border-radius: 50%;
	color: #ffffff;
	background: #774200;
}



.table-page a:hover {

	background: #ffa949;

}


.faq_accordian .accordion-toggle {
	margin-bottom: 5px;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	padding: 20px 46px 20px 17px;
	border-radius: 10px;
	background: url(../images/accordian_arrow_down.png) no-repeat center right 20px, linear-gradient(181deg, rgba(114, 129, 163, 1) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfd0f6', endColorstr='#95abe2', GradientType=1);
}

.faq_accordian .accordion-toggle.active {
	color: #fff;
	background: url(../images/accordian_arrow_up.png) no-repeat center right 20px, linear-gradient(180deg, rgba(114, 129, 163, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.faq_accordian {
	width: 100%;
}

.faq_accordian .accordion-content p {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	background: #1f343a;
	padding: 20px;
	border-radius: 10px;
	/* color: #fff; */
	margin-top: 0;
}

.faq_accordian .accordion-content {
	display: none;
	margin-bottom: 10px;
}

.faq_accordian .accordion .open {
	display: block;
}

.faq-btn {
	text-align: center;
	margin: 20px 0;
}

.faq_accordian .accordion-content p a {
	color: #ffffff;
}
.input-msg h5 {
	color: #fff;
}
.input-msg i {
	margin-right: 7px;
}
.bootbox-close-button.close {
	float: right;
}
.input-msg span {
	color: #fff !important;
}

.owl-carousel .owl-item.active.center .plan-bg {
  opacity: 1;
  z-index: 1;
}

.error {
	border-radius: 0px;
	padding: 10px;
	font-size: 14px;
	background: #ff8b02;
	color: #ffffff;
	display: inline-block;
	width: auto;
	margin: 2px 0;
	font-family: var(--bs-font-sans-serif);
}

.success {
	border-radius: 0px;
	padding: 10px;
	font-size: 14px;
	background: #448d17;
	color: #ffffff;
	display: inline-block;
	width: auto;
	margin: 2px 0;
	font-family: var(--bs-font-sans-serif);
}

.msg ul {
	list-style-type: none;
}

.msg br {
	display: none;
}

.error i,
.success i {
	margin-right: 5px;
}

.msg {
	margin: 10px 0 !important;
	text-align: center;
}

.bootbox-close-button.close {
	background: #04445a;
	border: 1px solid #04445a;
	color: #ffffff;
	border-radius: 5px;
	float: right;
}

textarea:focus-visible {
	box-shadow: none;
}
.input-msg img {
	margin-right: 10px;
}
.news {
	background: #c8b8fd;
	border: 2px solid #2a1769;
	border-radius: 25px;
	margin-bottom: 25px;
	padding: 25px 15px;
}

table input[type="text"] {
	width: 100%;
	border: none;
	background-color: #f2f2f2;
	padding: 10px 0;
}

.inner-navbar-head {
	display: none;
}

.news {
	background: #eeebf9;
	border: 2px solid #9e84f4;
	border-radius: 25px;
	margin-bottom: 25px;
	padding: 25px 15px;
}

.news p {
	min-height: 202px;
	margin-top: 25px;
	color: #000 !important;
}

.news h5 a {
	color: #2a1769 !important;
}

.news h5 a:hover {
	color: #f77a49 !important;
}

.form-arrow {
	background: url(../images/lan-arrow.png) center right 10px no-repeat, #5a3cc5;
}


/************************ animation **********************************/

.masked {
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 2s linear infinite;
}

@keyframes mask {
	0% {
		mask-size: 0% 70%;
	}

	20% {
		mask-size: 20% 100%;
	}

	30% {
		mask-size: 30% 100%;
	}

	40% {
		mask-size: 40% 100%;
	}

	60% {
		mask-size: 60% 100%;
	}

	80% {
		mask-size: 80% 100%;
	}

	100% {
		mask-size: 100% 100%;
	}
}

.spinner {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	transition-property: transform;
	animation-name: rotate;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes play {
	from {
		background-position: 0px;
	}

	to {
		background-position: -1024px;
	}
}

@keyframes marquee {
	0% {
		background-position: 0;
	}

	100% {
		background-position: -1190px;
	}
}

.typewriter h1 {
	color: #fff;
	/* overflow: inherit; */
	white-space: break-spaces;
	margin: 0 auto;
	letter-spacing: 0px;
	animation: typing 3.5s, blink-caret .5s step-end alternate;
}

/* The typing effect */
@keyframes typing {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}
}

@keyframes animate {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}
}

.swing {
	animation: swing ease-in-out 1s infinite alternate;
	transform-origin: center -20px;
	float: left;
}

@keyframes swing {
	0% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(-3deg);
	}
}

@keyframes animate {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes number {
	from {
		background-position: 50% -780px, 0 0;
	}

	to {
		background-position: 50% 0px;
	}
}

/******************************* About start ************************************/
.abt h4 {
	font-size: 83px;
	letter-spacing: 8px;
}

.abt-why {
	padding: 10px 30px;
}

.referral-sec-abt {
	margin: 50px 0px;
}

.abt-fea::before {
	position: absolute;
	content: "";
	background: url("../images/ref-bg-vector.png");
	width: 100%;
	height: 823px;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: -1;
}

/******************************* innerpage start ************************************/
.footer-inner {
	background: #1f343a;
	padding: 40px 0px;
}

.inner-left {
	
	position: relative;
	text-align: center;
}

.innerpgae-pad {
	margin-top: 133px;
}
.form-ico {
	position: absolute;
	top: 0px;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	padding: 10px 0px;
	left: 4px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, rgb(244, 129, 66) 0%, rgb(206, 59, 8) 50%, rgb(244, 129, 66) 100%);
	background-size: 300% 300%;
	animation: gradient-animation 4s ease infinite;
}
.form-ico i {
	font-size: 20px;
}
.form-icos i {
	font-size: 20px;
}
.input-msg p {
	margin-bottom: 0px !important;
}
.inner-tit h2 {
	font-size: 50px;
}

@keyframes gradient-animation {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

textarea::placeholder {
	color: #fff !important;
}

.form-icos {
	position: absolute;
	top: 9px;
	width: 40px;
	height: 40px;
	padding: 2px 0px;
	left: 4px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: rgb(236, 93, 37);
	font-size: 25px;
}
.checkbox a:hover {
	color: #ec5d25 !important;
}

input::placeholder {
	color: #fff !important;
}

.form-control option {
	background: #151515;
	color: #fff;
}

.select-arrow {
	background: url("../images/country-arrow.png") center right 5px no-repeat, linear-gradient(280deg, rgb(114, 129, 163) 0%, rgb(0, 0, 0) 100%);
}

.copy-rights a:hover {
	color: #ec5d25 !important;
}

.checkbox label {
	font-size: 14px;
}

.innerpage-footer {
	background: #353844;
}

.innerpage-banner-img {
	top: 32px;
}

.inner-left::after {
	position: absolute;
	content: "";
	background: url("../images/inner-coin1.png") no-repeat;
	width: 85px;
	height: 83px;
	bottom: -98px;
	right: 0;
	animation-name: rotate;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: reverse;
	z-index: 1;
}

.inner-left::before {
	position: absolute;
	content: "";
	background: url("../images/inner-coin2.png") no-repeat;
	width: 76px;
	height: 76px;
	bottom: -138px;
	left: 0;
	animation-name: rotate;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin: 0 auto;
	z-index: 1;
}

.input-msg {
	background: linear-gradient(0deg, rgb(74, 74, 74) 0%, rgb(35, 35, 35) 100%);
	border-radius: 0px;
	padding: 6px 6px;
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 10px auto;
	margin-bottom: 20px;
}
.error-msg {
	border: 2px solid #df0b04;
}

.success-msg {
	border: 2px solid #5c9705;
}

/******************************* innerpgae end ************************************/



/********************************** Responsive **********************************/

@media only screen and (max-width: 1345px) {}

@media only screen and (max-width: 1199px) {
	ul.pre-body-list li {
		padding: 0px 10px;
	}

	.login-bg {
		margin: 0 20px;
	}

	.members-login {
		top: 0px;
	}

	.banner-content h4 {
		font-size: 159px;
		letter-spacing: 5px;
	}

	.banner-content small {
		font-size: 30px;
		right: 0;
		top: 89px;
	}

	.banner-content h1 {
		letter-spacing: 7px;
		font-size: 51px;
	}

	.trade-collection-list li {
		padding: 0 6px;
	}

	.banner-img {
		top: 31px;
	}

	.support-img img:first-child {
		right: -131px;
	}

	.h2,
	h2 {
		font-size: 45px;
	}

	.h4,
	h4 {
		font-size: 18px;
	}

	.abt-img img {
		width: 100%;
	}

	.abt-img::after {
		width: 100%;
	}

	.h5,
	h5 {
		font-size: 17px;
	}

	.margin-left-del {
		margin-left: 0;
	}

	.why-ico {
		margin: 0 auto;
	}

	.why-content p {
		text-align: center;
	}

	.why-content {
		text-align: center;
	}

	.coin-tit2::after {
		top: -28px;
		right: 0;
	}

	.coin-tit2 {
		margin-top: 45px;
	}

	.affiliate-img {
		top: 41%;
	}

	.certify-details {
		top: 0;
	}

	.level5 {
		width: 53%;
	}

	.level6 {
		width: 58%;
	}

	.level7 {
		width: 65%;
	}

	.level8 {
		width: 70%;
	}

	.fea-head p {
		font-size: 14px;
		margin: 20px 0px 0px 0px;
	}

	.listing-soci li {
		margin: 0px 4px;
	}

	.footer-details::after {
		left: 307px;
	}

	.footer-details::before {
		position: absolute;
		content: "";
		border: 1px dashed #fff;
		height: 281px;
		top: 0;
		right: 243px;
	}

	.invest-plan .owl-nav button.owl-prev {
		left: -36%;
		top: 44%;
	}

	.invest-plan .owl-nav button.owl-next {
		right: -36%;
		top: 44%;
	}

	.inner-left::before {
		bottom: 0;
	}
}

@media only screen and (max-width: 991px) {
.table-tit {
	position: relative;
	top: 0px;
	left: 0px;
}
.table-tit h5 {
	text-align: center !important;
	/* background: linear-gradient(100deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 36%, rgba(244, 125, 4, 1) 63%); */
	/* background-clip: border-box; */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	/* background-clip: text; */
	color: #fff;
	font-size: 40px;
	font-family: 'SavingsBond';
}

.inner-bg .banner-right {
	display: none;
}
	.head-logo {
		text-align: center;
		padding: 10px 0px;
	}

	ul.pre-body-list li {
		margin: 20px -1px;
	}

	.telegram-content p {
		line-height: 19px;
		font-size: 13px;
		text-align: start;
	}

	.members-login {
		top: -19px;
	}

	.mobile {
		position: absolute;
		z-index: 99;
		top: 10px;
	}

	.head-bg {
		margin: 0px 0px 0 0px;
	}

	.banner-content {
		margin-top: 0;
		text-align: center;
	}

	.banner-content h4 {
		font-size: 180px;
		letter-spacing: 5px;
	}

	.banner-content h1 {
		letter-spacing: 7px;
		font-size: 63px;
	}

	.banner-content small {
		font-size: 35px;
		right: 39px;
		top: 99px;
	}

	.banner-content p {
		text-align: center;
	}

	.added-banner {
		justify-content: center;
		padding: 20px 0px;
	}

	.trade-collection-list {
		text-align: center;
	}

	.trade-collection-list li {
		padding: 0 35px;
	}

	.support-img img:first-child {
		right: -147px;
	}

	.banner-img {
		top: 31px;
		text-align: center;
	}

	.tit-bg::after {
		left: 0;
		top: -15px;
	}

	.abt-img::after {
		width: 100%;
		left: 0px;
	}

	.affiliate-img {
		top: 48%;
		right: -151px;
	}

	.affiliate-img img {
		width: 64%;
	}

	.certify-details {
		top: 53px;
	}

	br {
		display: none;
	}

	.footer-details::before {
		display: none;
	}

	.footer-details::after {
		display: none;
	}

	.coin-tit h3 {
		font-size: 34px;
	}

	.ref-btn {
		margin-top: 30px;
		text-align: center;
	}

	.title.coin-tit::after {
		top: 15px;
	}

	.ref-tit {
		text-align: center;
	}

	.ref-tit p {
		text-align: center;
	}

	.ref {
		margin-top: 36px;
	}

	.feature {
		margin-bottom: 40px;
	}

	.tit-aft::after {
		width: 100%;
	}

	.tit-aft::before {
		width: 100%;
	}

	.affiliate-img {
		top: 81%;
		right: 66px;
	}

	.tit-aft::before {
		width: 100%;
		right: 0;
	}

	.foot-logo {
		text-align: center;
	}

	.foot-para p {
		text-align: center;
	}

	.foot-sub-menu {
		padding: 20px 0px;
	}

	.foot-menu {
		text-align: center;
	}

	.menu-list ul li h5 {
		font-size: 22px;
	}

	.listing-soci li {
		margin: 8px 15px;
	}

	.foot-address {
		text-align: center;
	}

	.company-address p {
		text-align: center;
	}

	.company-mail p {
		text-align: center;
	}

	.copy-right {
		padding: 20px 0px 10px 0px;
	}

	.footer-details {
		padding: 20px 0px 0px 0px;
		position: relative;
	}

	.foot-address {
		text-align: center;
		padding: 13px 0px;
	}

	.listing-soci {
		margin: 0;
	}

	.invest-plan .owl-nav button.owl-prev {
		left: -46%;
		top: 44%;
	}

	.invest-plan .owl-nav button.owl-next {
		right: -46%;
		top: 44%;
	}

	.certify-logo {
		text-align: center;
	}

	.tit-bg {
		width: 100%;
	}

	.mobile {
		left: 0;
	}

.inner-left::after {

	display: none;
}

.inner-left::before {
	display: none;
}
	.abt h4 {
		font-size: 61px;
		letter-spacing: 8px;
		margin-top: 25px;
	}
}

@media only screen and (max-width:767px) {
	.telegram-margin {
		margin-left: 0;
	}

	ul.pre-body-list li {
		margin: 20px 10px;
	}

	.social-link {
		justify-content: center;
	}

	.members-login {
		justify-content: center;
		margin: 32px 0px;
		top: 0;
	}

	.banner-content small {
		right: 0;
	}

	.banner-content h4 {
		font-size: 153px;
		letter-spacing: 6px;
	}

	.banner-content small {
		font-size: 28px;
		right: 0;
		top: 85px;
	}

	.banner-content h1 {
		letter-spacing: 7px;
		font-size: 57px;
	}

	.trade-collection-list li {
		padding: 0 12px;
	}

	p {
		font-size: 15px;
		text-align: justify;
		line-height: 26px;
	}

	.address {
		justify-content: center;
		margin: 0px 0px 15px 0px;
	}

	.h2,
	h2 {
		font-size: 36px;
	}

	.coin-tit2::after {
		top: -49px;
		right: -30px;
	}

	.invest-plan .owl-nav button.owl-next {
		right: -100%;
		top: 44%;
	}

	.invest-plan .owl-nav button.owl-prev {
		left: -100%;
		top: 44%;
	}

	.ref-con {
		width: 0%;
		padding: 10px 293px 10px 19px;
	}

	.affiliate-img {
		top: 83%;
		right: 0;
	}

	.affiliate-img img {
		width: 44%;
	}

	.fea-head {
		margin: 20px auto;
	}

	.fea-head h4 {
		font-size: 30px;
		margin: 0;
	}

	.coin-img li:first-child {
		left: -80px;
		top: -24px;
	}

	.table-contain::after {
		width: 100%;
	}

	.trans-table tbody tr td {
		padding: 7px 40px;
	}

	.h4,
	h4 {
		font-size: 17px;
	}

	.support-img img:first-child {
		right: -125px;
	}

	.affiliate-img {
		top: 83%;
		right: 21px;
	}
}

@media only screen and (max-width: 575px) {
	.support-img img:first-child {
		right: -10px;
		/* width: 72%; */
	}

	.cross-tit {
		position: absolute;
		left: -81px;
		top: 32px;
	}

	.margin-left-del .title h2 {
		line-height: 81px;
		text-align: center;
	}

	.abt-content {
		display: inline-block;
		margin-bottom: 20px;
	}

	.abt-right {
		text-align: center;
	}

	.abt-ico {
		margin: 16px auto;
	}

	.coin-tit2::after {
		/* top: -49px; */
		right: 22px;
	}

	.invest-plan .owl-nav button.owl-prev {
		left: -75%;
		top: 44%;
	}

	.invest-plan .owl-nav button.owl-next {
		right: -75%;
		top: 44%;
	}

	.ref-para p {
		text-align: center;
	}

	.title.coin-tit::after {
		top: 15px;
		left: 0;
	}

	.affiliate-img img {
		width: 44%;
		display: none;
	}

	ul.pre-body-list li {
		margin: 0px 23px;
	}

	.abt-img {
		left: 0;
	}

	.trade-market-price span {
		font-size: 14px;
	}

	.coin-img li:last-child {
		right: 35px;
	}

	.coin-img li:first-child {
		left: 0;
	}

	.border-list {
		border-right: none;
	}

	.inner-left::after {
		right: 18px;
		bottom: -98px;
	}

	.inner-left::before {
		bottom: -75px;
	}
}

@media only screen and (max-width: 424px) {
	.head-bg {
		padding: 20px;
	}

	ul.pre-body-list li {
		margin: 0px 15px;
	}

	.banner-content h4 {
		font-size: 121px;
	}

	.banner-content small {
		font-size: 18px;
		top: 78px;
	}

	.banner-content h1 {
		letter-spacing: 7px;
		font-size: 40px;
	}

	.trade-collection-list li {
		padding: 10px 12px;
	}

	.banner-img img {
		width: 100%;
	}

	.tit-bg {
		width: 65% !important;
	}

	.margin-left-del .title h2 {
		line-height: 49px;
		text-align: center;
	}

	.coin-tit2::after {
		display: none;
	}

	.title.coin-tit::after {
		display: none;
	}

	.affiliate {
		display: inline-block;
		margin-bottom: 20px;
	}

	.table-contain::after {
		width: 100%;
		display: none;
	}

	.ref-ico {
		padding: 14px 0px;
	}

	.ref-con {
		width: 100%;
		padding: 10px 26px 10px 20px;
		margin: 0px auto;
		right: 0;
	}

	.ref {
		text-align: center;
	}

	.listing-soci li {
		margin: 0px 5px;
	}

	.invest-plan .owl-nav button.owl-prev {
		display: none;
	}

	.invest-plan .owl-nav button.owl-next {
		display: none;
	}

	.tit-bg::after {
		left: -73px;
		top: 0;
	}

	ul.pre-body-list a {
		color: #fff;
		font-family: Alternox;
		font-size: 12px;
	}

	.cross-tit h2 {
		font-size: 79px;
	}

	.inner-tit h2 {
		font-size: 30px;
	}

	.abt h4 {
		font-size: 42px;
		letter-spacing: 8px;
		margin-top: 25px;
	}
}

@media only screen and (max-width: 360px) {
	.head-bg {
		padding: 5px;
	}

	ul.pre-body-list li {
		margin: 0px 9px;
	}

	.cross-tit {
		left: -78px;
		top: 0;
	}

	.banner-btn a {
		margin-bottom: 11px;
	}

	.banner-content h4 {
		font-size: 90px;
	}

	.banner-content h1 {
		letter-spacing: 7px;
		font-size: 28px;
		margin-top: 20px;
	}

	.banner-content small {
		font-size: 18px;
		top: 60px;
	}

	.abt h4 {
		font-size: 35px;
		letter-spacing: 8px;
		margin-top: 25px;
	}
}