@charset "utf-8";
/* CSS Document */

/*****************************************************************
reset css
******************************************************************/

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none !important;
}
body {
	width: 100%;
	padding: 0px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
wrapper {
	width: 100%;
}
/****************
     table
***************/



table {
	width: 100%;
}
table thead {
}
table thead tr {
}
table thead tr th {
	white-space: nowrap;
}
table tbody {
}
table tbody tr {
}
table tbody tr td {
	white-space: nowrap;
}
table tbody tr td img {
	margin-left: 3px;
}

/****************
     button
***************/
.btn, .sbmt {
	text-shadow: none;
	display: inline-block;
	min-width: 180px;
	height: 44px;
	line-height: 23px !important;
	text-align: center;
	font-size: 18px;
	text-transform: capitalize !important;
	font-weight: 100;
	outline: none !important;
	color: #fff !important;
	border-radius: 50px;
	border: none;
	font-family: 'Aquawax-medium';
}
.btn-primary, .sbmt  {
	background: #fdd023;
	line-height: 34px !important;
	color: #000 !important;
}
.btn-secondary {
	background: #ff5a00 !important;
	line-height: 28px !important;
}
.btn-default {
	background: #005eff;
	border: 1px solid transparent !important;
	height: 60px !important;
	width: 178px;
	line-height: 45px !important;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(0,94,255,1);
	-moz-box-shadow: 0px 0px 12px 3px rgba(0,94,255,1);
	box-shadow: 0px 0px 12px 3px rgba(0,94,255,.5);
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background: #ff5a00;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(255,90,0,1);
	-moz-box-shadow: 0px 0px 12px 3px rgba(255,90,0,1);
	box-shadow: 0px 0px 12px 3px rgba(255,90,0,.5);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .sbmt:hover, .sbmt:active, .sbmt:focus {
	background: #fdd023;
	color: #000;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(253,208,35,1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(253,208,35,1);
	box-shadow: 0px 0px 13px 0px rgba(253,208,35,1);
}
.btn-secondary:hover, .btn-primary:focus, .btn-primary:active {
	background: #fdd023;
	color: #000;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(253,208,35,1);
	-moz-box-shadow: 0px 0px 13px 0px rgba(253,208,35,1);
	box-shadow: 0px 0px 13px 0px rgba(253,208,35,1);
}
.btn-block {
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
}
.btn-block:hover, .btn-block:focus, .btn-block:active {
}
/****************
     select
***************/

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	width: 100%;
}
select:active, select:focus {
	border-radius: 0;
}
select option {
	padding: 5px 15px;
	-moz-padding: 5px 15px;
	-webkit-padding: 5px 15px;
	color: #ffffff;
	background: #4a1481;
}
select option:hover {
	background: #3d171e !important;
}
/****************
     input
***************/

input[type="submit"] {
	border: none;
	outline: none;
}
input[type="radio"] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
input[type="checkbox"] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
input[type="text"]:active, input[type="email"]:active, input[type="password"]:active, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
}
textarea:active, textarea:focus {
}




::-webkit-input-placeholder {
 color: #ffffff;
opacity:1;
}
::-moz-placeholder {
 color: #ffffff;
opacity:1;
}
:-ms-input-placeholder {
 color: #ffffff;
opacity:1;
}
:-moz-placeholder {
 color: #ffffff;
opacity:1;
}
 .form-blocks input[type="text"]::-webkit-input-placeholder {
 color: #3d171e;
opacity:1;
}
.form-blocks input[type="text"]::-moz-placeholder {
 color: #3d171e;
opacity:1;
}
.form-blocks input[type="text"]:-ms-input-placeholder {
 color: #3d171e;
opacity:1;
}
.form-blocks input[type="text"]:-moz-placeholder {
 color: #3d171e;
opacity:1;
}
.deposit input[type="text"]::-webkit-input-placeholder {
 color: #49127f;
opacity:1;
}
.deposit input[type="text"]::-moz-placeholder {
 color: #49127f;
opacity:1;
}
.deposit input[type="text"]:-ms-input-placeholder {
 color: #49127f;
opacity:1;
}
.deposit input[type="text"]:-moz-placeholder {
 color: #49127f;
opacity:1;
}
/*****************************************************************
fonts
******************************************************************/


@font-face {
	font-family: 'Aquawax-medium';
	src: url('../fonts/Aquawax-Medium.woff2') format('woff2'), url('../fonts/Aquawax-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Aquawax-black';
	src: url('../fonts/Aquawax-Black.woff2') format('woff2'), url('../fonts/Aquawax-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Aquawax-light';
	src: url('../fonts/Aquawax-Light.woff2') format('woff2'), url('../fonts/Aquawax-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
.btn-default:hover i {
	transform: rotate(180deg);
}
.btn-primary:hover i {
	transform: rotate(180deg);
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navbar-inverse .navbar-toggle {
	background: #845f80;
	border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #9a52b2;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: visible;
}
.navbar-right {
	float: right !important;
	margin-right: 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}
.navbar-nav > li {
	float: none;
	text-align: center;
	display: inline-block;
}
.navbar-nav {
	float: none;
	margin: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.navbar-header h5 {
	display: none;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #ff5a00 !important;
	background-color: transparent;
}
header .nav > li:last-child a {
	border: none;
}
.nav.navbar-nav li i {
	color: #fe9b00;
	margin-left: 12px;
	font-size: 16px;
}
.nav-btn {
	margin-left: 50px;
}
.navbar {
	position: relative;
	min-height: 0px;
	margin-bottom: 0px;
	border: 1px solid transparent;
	border-radius: 0px;
	background: transparent;
	float: right;
	padding-top: 21px;
}
.navbar-header {
	float: none;
	padding: 5px 8px;
	display: none;
}
header .nav > li > a {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #000 !important;
	padding: 0px 16px;
	border-right: 1px solid #a37153;
	font-family: 'Aquawax-black';
}
header .nav > li:first-child a {
	padding-left: 0px;
}
.header_menu .navbar-inverse {
	margin: 0;
	min-height: auto;
	border-radius: 0;
	border: 0;
	background: none;
}
.header_menu .navbar-collapse {
	padding: 0;
}
.header_menu .navbar-right {
	margin: 0;
}
.header_menu .navbar-inverse .navbar-nav > li {
	padding: 0;
}
.navbar-nav li a {
	color: #000;
	font-size: 14px;
	font-family: 'Aquawax-black';
	text-transform: uppercase;
	padding: 0px 14px;
	border-right: 1px solid #000;
}
.navbar-nav li :hover {
	border-bottom: 1px solid #000;
}
header {
	background: #fdd023;
	padding: 16px 0px;
}
.social-links li i {
	color: #000;
	font-size: 16px;
 background:;
	width: 35px;
	height: 35px;
	border: 1px solid #000;
	text-align: center;
	line-height: 35px;
	border-radius: 50px;
}
.social-links li i:hover {
	color: #fff;
	background: #000;
}
.social-links li {
	display: inline-block;
	padding: 0px 1px;
}
.social-links {
	float: right;
}
.links li a span {
	color: #fdd023;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 800;
}
.links li a span small {
	font-size: 18px;
	color: #fdd023;
}
.links li:first-child a {
	color: #fff;
	font-family: 'Aquawax-light';
	font-size: 18px;
	color: #fdd023;
}
.banner-linnks li i:hover {
	background: #49127f;
	color: #fff;
}
.navbar-nav li:last-child a {
	border: none;
}
.navbar-nav li:last-child a:hover {
	border-bottom: 1px solid #000;
}
.links li:first-child a {
	background: #4a1382;
	display: inline-block;
	padding: 0px 21px;
	border-radius: 50px;
}
.links li:first-child a:hover {
	background: #000;
	border-bottom: none;
}
.links li a:hover {
	border-bottom: 1px solid #000;
}
.links li {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 1px;
}
.links li a {
	font-family: 'Aquawax-light';
	font-size: 18px;
	color: #000;
}
.links li:last-child:hover a {
	color: #0000;
	border: none;
}
/*banner*/

.banner {
	background: url(../images/bg-1.jpg) no-repeat scroll 0 0 /cover;
	background-position: center;
}
.navbar.navbar-expand-md.navbar-light h4 {
	display: none;
}
.banner-content h4 {
	font-family: 'Aquawax-medium';
	font-size: 55px;
	color: #fff;
}
.banner-linnks li a:hover {
	color: #fdd023;
}
.banner-linnks li i {
	color: #4b1381;
	background: #fdd023;
	width: 60px;
	height: 60px;
 left:;
	text-align: center;
	line-height: 60px;
	font-size: 13px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 0px 7px rgba(102,61,154,1);
	-moz-box-shadow: 0px 0px 0px 7px rgba(102,61,154,1);
	box-shadow: 0px 0px 0px 7px rgba(102,61,154,1);
	margin-right: 15px;
}
.banner-linnks li a {
	color: #d4dff9;
	font-size: 18px;
	font-family: 'Aquawax-medium';
}
.banner-linnks li {
	padding-right: 10px;
	display: inline-block;
}
.banner-linnks {
	padding-top: 36px;
}
.banner-content {
	padding-top: 65px;
}
.banner-detail img {
	float: right;
	padding: 15px 4px;
}
.banner-detail h4 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
}
.banner-detail-content.link a {
	margin-top: 19px;
	display: block;
}
.banner-detail-content span {
	color: #fdd023;
	font-family: 'Aquawax-black';
	font-size: 14px;
	width: 100%;
	background: #49127f;
	padding: 7px 5px;
	margin: 2px 0px;
}
.banner-detail-content span small {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight: 700;
}
.link a {
	background: #4a1382;
	font-family: 'Aquawax-medium';
	font-size: 18px;
	color: #fdd023;
	padding: 18px 84px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 50px;
}
.banner-detail-content.link {
	float: left;
	padding: 23px 19px;
	text-align: center;
}
.banner-detail {
	padding: 10px;
	background: #fdd023;
	border-radius: 0px 100px 100px 0%;
	margin-right: 14px;
	margin-top: 50px;
}
.link a:hover {
	background: #c08fe5;
	color: #000;
}
/*color*/

.yl {
	color: #fdd023;
}
.vlt {
	color: #4a1383;
}
.bl {
	color: #d4dff9;
}
.blc {
	color: #000;
}
.wh{color:#fff;}
.title h4 {
	font-size: 28px;
	font-family: 'Aquawax-medium';
}
.title h4 {
	font-size: 28px;
	font-family: 'Aquawax-medium';
	text-transform: uppercase;
}
.title span {
	text-transform: capitalize;
	font-size: 28px;
	font-family: 'Aquawax-medium';
}
.title-one h4 {
	background: #fdd023;
	padding: 7px 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.title-two h4 {
	display: inline-block;
	background: #fdd023;
	padding: 7px 10px;
}
.statistics-list li h4 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
}
.statistics-list li h4 small {
	font-size: 12px;
}
.statistics-list li span {
	font-family: 'Aquawax-medium';
	font-size: 18px;
	color: #fdd023;
	background: #4a1383;
	padding: 5px 10px;
	margin-top: 6px;
	display: inline-block;
	width: 180px;
	text-align: center;
}
.statistics-list li {
	text-align: center;
 border-radius:;
	border-right: 1px solid #4a1383;
}
.violet-block {
	background: #4a1383;
	padding: 24px 10px;
	text-align: center;
	position: relative;
	-webkit-box-shadow: -80px 0px 0px 0px rgba(74,19,131,1);
	-moz-box-shadow: -80px 0px 0px 0px rgba(74,19,131,1);
	box-shadow: -120px 0px 0px 0px rgba(74,19,131,1);
}
.stat {
	background: #eee8f4;
}
.statistics-list {
	padding: 30px 0px;
}
.violet-block::after {
	position: absolute;
	content: "";
	background: url(../images/triangle-1.png) no-repeat;
	right: -57px;
	top: 0;
	width: 58px;
	height: 137px;
}
.about-content p {
	color: #000;
	font-size: 14px;
	padding: 14px 0px;
	line-height: 28px;
}
.about-content ul li i {
	color: #fdd023;
	font-size: 20px;
	background: #4a1383;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50px;
	margin-right: 10px;
}
.about-content ul li {
	font-family: 'Aquawax-medium';
	font-size: 18px;
	padding: 15px 0px;
}
.about-right-cont.link {
	text-align: center;
}
.about-right-cont h4 {
	font-size: 40px;
	color: #fdd023;
	background: #4a1383;
	display: inline-block;
	font-weight: 700;
	padding: 0px 10px;
}
.about-right-cont.link p {
	font-family: 'Aquawax-medium';
	font-size: 18px;
	color: #000;
}
.about-right-cont {
	margin-top: -40px;
}
.plans {
	background: url(../images/bg-2.jpg) no-repeat scroll 0 0 / cover;
}
.title p {
	font-size: 14px;
	display: block;
	padding-top: 20px;
}
.plan-block {
	background: #36006c;
	border: 2px solid #fdd023;
	padding-top: 20px;
	padding-bottom: 35px;
	margin: 0 25px;
}
.plan-top h4 {
	color: #49127f;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	background: #fdd023;
	display: inline-block;
	padding: 10px 10px;
	margin-bottom: 28px;
}
.plan-top li h3 {float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #fdd023;
	font-weight: 700;
	background: #4a1383;
	display: inline-block;
	height: 121px;
	width: 121px;
	text-align: center;
	line-height: 91px;
	border-radius: 50%;
	border: 13px solid #fdd023;
	-webkit-box-shadow: 0px 0px 0px 13px rgba(74,19,131,1);
	-moz-box-shadow: 0px 0px 0px 13px rgba(74,19,131,1);
	box-shadow: 0px 0px 0px 13px rgba(74,19,131,1);
}
.plan-top li i {
	color: #fdd023;
	font-size: 39px;
	display: inline-block;
	background: #4a1383;
	width: 105px;
	text-align: center;
	padding: 10px;float: left;
	border-radius: 0px 0px 37px 0px;margin: 32px 0;
}
.plan-top {
	text-align: center;
}
.plan-top li {
	display: inline-block;
}
.plan-middle li span {
	color: #d4dff9;
	font-size: 18px;
	font-family: open sans;
}
.plan-middle li h4 {
	color: #fdd023;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 200;
}
.plan-middle {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.plan-btm {
	text-align: center;
}
.plan-middle li {
	display: inline-block;
	text-align: left;
	padding: 0px 20px;
	width: 47%;
}
.payment {
	float: right;
	text-align: center;
	padding: 35px 0px;
}
.owl-carousel .owl-item img {
	display: block;
	width: auto;
}
.payment-list li {
	padding: 15px 0px;
	border-right: 1px solid #36006c;
}
.payment-list {
	background: #ece7f2;
}
.payment-list li img {
	text-align: center;
	margin: 0 auto;
}
.feat-block {
	padding-bottom: 20px;
}
.feat-block p br {
	display: none;
}
.referral-block h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 700;
	background: #49127f;
	display: inline-block;
	border-radius: 50%;
	color: #fdd023;
	-webkit-box-shadow: 0px 0px 23px -5px rgba(253,208,35,1);
	-moz-box-shadow: 0px 0px 23px -5px rgba(253,208,35,1);
	box-shadow: 0px 0px 23px -6px rgba(253,208,35,1);
	height: 142px;
	width: 142px;
	text-align: center;
	line-height: 37px;
	padding: 45px 20px;
}
.referral-block h2 span {
	color: #fff;
	font-family: 'Aquawax-medium';
	font-size: 18px;
	-moz-transform: skew(24deg);
	padding: 11px 17px;
	display: block;
}
.referral-block h2 {
	display: inline-block;
	background: #49127f;
	-moz-transform: skew(148deg);
	margin-top: 25px;
	position: relative;
	padding: 0px 15px;margin-bottom: 10px;
}
.referral-block h2::after {
	position: absolute;
	content: "";
	right: -78px;
	background: url(../images/ref-after.png) no-repeat;
	width: 77px;
	height: 42px;
	top: 0;
	-moz-transform: skew(18deg);
}
.features {
	background: url(../images/bg-3.jpg) no-repeat scroll 0 0 / cover;
}
.feat-block i {
	color: #fdd023;
	font-size: 35px;
	background: #49127f;
	height: 75px;
	width: 75px;
	text-align: center;
	line-height: 75px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 0px 9px rgba(253,208,35,1);
	-moz-box-shadow: 0px 0px 0px 9px rgba(253,208,35,1);
	box-shadow: 0px 0px 0px 7px rgba(253,208,35,1);
	display: inline-block;
	z-index: 1;
	position: relative;
}
.feat-block h4 {
	font-size: 22px;
	display: inline-block;
	background: #fdd023;
	color: #49127f;
	font-weight: 700;
	padding: 14px 46px;
	border-radius: 0px 0px 20px 0px;
	margin-left: -11px;
}
.feat-block p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}
footer {
	background: url(../images/bg-4.jpg) no-repeat scroll 0 0 / cover;
	padding-top: 50px;
}
.ftr-left img {
	float: left;
	margin-right: 30px;
}
.ftr-left-content li h4 {
	font-family: 'Aquawax-medium';
	font-size: 21px;
	color: #fdd023;
}
.ftr-left-content li p {
	color: #d4dff9;
	font-size: 15px;
	line-height: 29px;
	margin-top: 10px;
}
.ftr-left-content li {
	padding-bottom: 20px;
}
.ftr-left-content li i {
	margin-right: 10px;
	font-size: 18px;
}
.ftr-links h4 {
	color: #fdd023;
	font-size: 21px;
	font-family: 'Aquawax-medium';
	padding-bottom: 10px;
}
.ftr-links li i {
	color: #fdd023;
	font-size: 6px;
	display: inline-block;
	vertical-align: middle;
}
.ftr-links li a {
	color: #d4dff9;
	font-size: 15px;
	margin-left: 10px;
}
.ftr-links li {
	padding: 3px 0px;
}
.ftr-links {
	margin-left: 25px;
}
.ftr-last p {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding-top: 15px;
}
.social-links.ftr-social-links {
	background: #fdd023;
	padding: 36px 16px;
	position: relative;
	-webkit-box-shadow: 82px 0px 0px 0px rgba(253,208,35,1);
	-moz-box-shadow: 82px 0px 0px 0px rgba(253,208,35,1);
	box-shadow: 146px 0px 0px 0px rgba(253,208,35,1);
	margin-bottom: -45px;
}
.new-list {
	padding: 36px 0px;
 text-align:;
}
.new-list p {
	font-size: 14px;
	color: #000;
	padding-left: 18px;
}
.social-links.ftr-social-links::before {
	background: url(../images/ftr-social-before.png);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 20px;
	height: 107px;
	left: -20px;
}
.ftr-btm {
	background: #1d0636;
}
.ftr-btm span {
	color: #fff;
	font-size: 14px;
}
.ftr-btm {
	background: #1d0636;
	padding: 12px 0px;
}
.hometable table tr td {
	color: #fff;
	background: #49127f;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
padding: 10px 1px;
	border-bottom: 1px dashed #7a5f9d;
}
.hometable h4 {
	color: #000;
	background: #fdd023;
	font-family: 'Aquawax-black';
	font-size: 18px;
	text-transform: uppercase;
	padding: 13px 15px;
	border-radius: 15px 15px 0px 0px;
}
.ftr-links li a:hover {
	color: #fdd023;
}
input[type="text"], input[type="email"], input[type="password"] {
	width: 100%;
	background: #4a1481;
	font-size: 15px;
	color: #fff;
	height: 47px;
	border: none;
	border-radius: 0px;
	padding: 0px 21px 0px 37px;
	font-family: open sans;
	border: 1px solid #fdd023;
	border-radius: 0px 0px 25px;
	outline: none !important;
}
.frmcont span {
	width: 100%;
	display: inline-block;
	position: relative;
}
.frmcont span i {
	font-size: 14px;
	color: #fdd023;
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	background: #4a1383;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 38px;
	border-radius: 50px;
	border: 5px solid #fdd023;
	-webkit-box-shadow: 0px 0px 0px 7px rgba(74,19,131,1);
	-moz-box-shadow: 0px 0px 0px 7px rgba(74,19,131,1);
	box-shadow: 0px 0px 0px 7px rgba(74,19,131,1);
	margin: auto;
}
.frmcont.texta-area i {
	margin: 0 auto;
	top: 0;
}
.frmcont select {
	width: 100%;
	background: #4a1481 url(../images/arrow.png) no-repeat right;
	font-size: 15px;
	color: #fff;
	height: 47px;
	border: none;
	border-radius: 0px;
	font-family: 'Aquawax-light';
	border: 1px solid #fdd023;
	border-radius: 0px 0px 25px;
	padding: 0px 21px 0px 37px;
}
.frmbtn {
	text-align: center;
}
.frmcont aside {
	color: #fff;
	text-align: center;
	font-family: montserrat;
	font-size: 16px;
	text-transform: capitalize;
	padding: 10px 0px;
}
.frmcont {
	padding-bottom: 40px;
}
.form-block {
	background: url(../images/form-bg.jpg) no-repeat scroll 0 0 / cover;
	padding: 30px 40px;
}
textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	background: #4a1481;
	font-size: 15px;
	color: #fff;
	height: 47px;
	/* border: none; */
	/* border-radius: 0px; */
	padding: 9px 23px 3px 36px;
	font-family: 'Aquawax-light';
	border: 1px solid #fdd023;
	border-radius: 0px 0px 25px;
}











.admin-top-bar{background:url(../images/bg-5.jpg) no-repeat scroll 0 0 / cover;}

.user-details li i {
	color: #4a1383;
	background: #fdd023;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	display: inline-block;
	font-size: 19px;
	margin-right: 8px;
}
.user-details h4 {
	font-family: 'Aquawax-medium';
	font-size: 20px;
	color: #fff;
	display: inline-block;
}
.user-details h4 span {
	color: #fdd023;font-family: opensans;
}
.user-details .btn {
	min-width: 139px;
}
.user-details li {
	display: inline-block;
	padding: 0px 5px;
	vertical-align: middle;
}
.user-details {
	float: right;
	padding-bottom: 20px;
}
.social-links.admin-social li i {
	color: #fdd023;
	border: 1px solid #fdd023;
}
.admin-links a:hover {
	background: #fdd023;
	color: #49127f;
}


.social-links.admin-social li i:hover {
	color: #fff;
	border: 1px solid #fff;
}
.admin-top-bar {
	background: url(../images/bg-5.jpg) no-repeat scroll 0 0 / cover;
	padding: 20px 0px;
}

.adminbar-details {
	background: url(../images/bg-6.jpg) no-repeat scroll 0 0 /cover;
	padding: 10px 0px;
}

.page-name h4 {
	font-family: 'Aquawax-medium';
	font-size: 40px;
	color: #fdd023;text-transform: capitalize;
}
.date-details li i {
	color: #4a1383;
	background: #fdd023;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	margin-right: 10px;
}
.date-details li {
	display: inline-block;
	padding: 0px 10px;
}
.date-details {
	float: right;
}
.admin-links li i {
	color: #fdd023;
	background: #4a1383;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 27px;
	display: block;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 0px 7px rgba(253,208,35,1);
	-moz-box-shadow: 0px 0px 0px 7px rgba(253,208,35,1);
	box-shadow: 0px 0px 0px 6px rgba(253,208,35,1);
	margin: 12px 0px;
	text-align: center;
	margin: 15px auto;
}
.admin-links a {
	color: #fdd023;
	font-family: 'Aquawax-medium';
	font-size: 18px;
	background: #4a1383;
 
	display: inline-block;
	text-align: center;
	line-height: 34px;
	width: 160px;
}


.admin-menu {
	background: rgb(165,138,190);
	background: -moz-linear-gradient(top, rgba(165,138,190,1) 0%, rgba(251,229,146,1) 100%);
	background: -webkit-linear-gradient(top, rgba(165,138,190,1) 0%,rgba(251,229,146,1) 100%);
	background: linear-gradient(to bottom, rgba(165,138,190,1) 0%,rgba(251,229,146,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a58abe', endColorstr='#fbe592',GradientType=0 );
	padding: 10px 0px;
}


.date-details li h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.date-details li h4 span {

	color: #fdd023;

}


.admin-links li {
	text-align: center;
	border-right: 1px solid #49127f;
	width: 228px;
}
.account-block h4 {
	font-size: 22px;
	color: #49127f;
	padding: 13px 0px;
}
.account-block h2 span {
	font-size: 22px;
	font-weight: 700;
	color: #fdd023;
	-moz-transform: skew(24deg);
	padding: 8px 17px;
	display: block;
}
.account-block h2 {
	display: inline-block;
	background: #49127f;
	-moz-transform: skew(148deg);
	margin-top: 6px;
	position: relative;
	padding: 0px 14px;
	float: none;
	margin-right: 70px;
}
.account-block h2::after {
	background: url(../images/ref-after.png) no-repeat;
	width: 77px;
	height: 42px;
	content: "";
	position: absolute;
	top: 0;
	right: -83px;
	-moz-transform: skew(18deg);
}
.account-block img {
	text-align: center;
	margin: 0 auto;
	background: #49127f;
	height: ;
	padding: 16px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 23px -5px rgba(253,208,35,1);
	-moz-box-shadow: 0px 0px 23px -5px rgba(253,208,35,1);
	box-shadow: 0px 0px 23px -6px rgba(253,208,35,1);
}


.account-block {
	text-align: center;
	background: #f5f1f8;
	padding: 17px;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(74,19,131,0.47);
	-moz-box-shadow: 0px 0px 11px 1px rgba(74,19,131,0.47);
	box-shadow: 0px 0px 11px 1px rgba(74,19,131,0.25);margin-bottom: 20px;
}

.gray-bg{background:url(../images/bg-7.jpg) no-repeat scroll 0 0 / cover;}
.acc-bal-block i {
	color: #49127f;
	background: #fdd023;
	font-size: 40px;
	height: 125px;
	width: 125px;
	text-align: center;
	line-height: 105px;
	border-radius: 50%;
	border: 12px solid #49127f;
	-webkit-box-shadow: 0px 0px 0px 16px rgba(253,208,35,1);
	-moz-box-shadow: 0px 0px 0px 16px rgba(253,208,35,1);
	box-shadow: 0px 0px 0px 13px rgba(253,208,35,1);
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	position: relative;
}
.acc-bal-block h4 {
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	color: #fdd023;
	width: 70%;
	background: #49127f;
	padding: 14px 20px;
	vertical-align: middle;
	border-radius: 0px 0px 40px;
	border: 1px solid #fdd023;
	margin-left: -5px;
}
.acc-bal-block h4  span{

	font-size: 20px;
	
	color: #fdd023;
}

.acc-bal-block h4 span {
	font-size: 20px;
	color: #fdd023;
	font-weight: 100;
	display: block;
	text-transform: capitalize;
}

.balance-btn {
	text-align: center;
	padding-top: 40px;
}
.balance-btn li {
	display: inline-block;
	padding: 0px 20px;
}
.light-vlt {
	background: #ebe3f4;
}






.select_box {
	margin-bottom: 35px;
}
.form-control {
	display: block;
	width: 100%;
	font-weight: 400;
	background: rgb(225,198,253);
	background: -moz-linear-gradient(top, rgba(225,198,253,1) 0%, rgba(253,208,35,1) 100%);
	background: url(../images/arrow1.png) no-repeat right ,-webkit-linear-gradient(top, rgba(225,198,253,1) 0%,rgba(253,208,35,1) 100%);
	background: linear-gradient\(to bottom, rgb(225, 198, 253) 0%,rgb(253, 208, 35) 100%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c6fd', endColorstr='#fdd023',GradientType=0 );
	color: #000;
	font-size: 17px;
	font-weight: 700;
	height: 45px;
	border-radius: 5px;
	padding-left: 10px;
	border: none;
}
.form-control:focus {
	color: #000;
	background-color: transparent;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.deposit_list h4 > a:hover {
	background: #fdd023;
	color: #4e1980;
}
.deposit_list h4 > a {
	font-size: 14px;
	color: #fdd023;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	background: #4e1980;
	border-radius: 30px;
	padding: 8px 26px;
	display: inline-block;
}
.table_page h6 a:hover {
	background: #fdd023;
	color: #4e1980;
}
.make-deposit.submit {
	text-align: center;
}
.table_page h6 span {
	display: inline-block;
	font-size: 14px !important;
	color: #000 !important;
	text-transform: capitalize;
	padding: 0 0;
	margin: 0 10px;
	font-family: 'Montserrat', sans-serif;
}
.table_page h6 a {
	font-size: 13px;
	color: #fdd023;
	border-radius: 50%;
	padding: 8px 12px;
	display: inline-block;
	background: #4e1980;
}
.table_page {
	float: none;
	text-align: center;margin: 5px 0;
}

table  th {
	background: #4e1980;
	background-size: cover;
	padding: 10px 20px;
	text-transform: capitalize;
	color: #fdd023;
	font-size: 17px;
	text-align: left;
	font-weight: 400;
}
table tbody tr td i {
	color: #4e1980;
	margin-right: 2px;
}
table tbody td {
	text-align: left;
	font-size: 14px;
	color: #000;
	padding: 17px 20px;
	background: transparent;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 2px dashed #a6a9af;
}
.currency b {
	color: #fdd023;
	background: #4e1980;
	padding: 4px 7px;
	text-align: center;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 16px;
}
tbody tr td span {
	background: #4e1980;
	padding: 6px 28px;
	border-radius: 0px;
	color: #fdd023;
	font-size: 16px;
}
 table {
	background-color: transparent;
	border: 1px solid #89929d;
}


.deposit input[type="text"] {
	border-radius: 0px;
	border: none;
	padding-left: 66px;
	color: #000;
	height: 61px;
	background: rgb(158,127,183);
	background: -moz-linear-gradient(top, rgba(158,127,183,1) 0%, rgba(242,215,141,1) 100%);
	background: -webkit-linear-gradient(top, rgba(158,127,183,1) 0%,rgba(242,215,141,1) 100%);
	background: linear-gradient(to bottom, rgba(158,127,183,1) 0%,rgba(242,215,141,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e7fb7', endColorstr='#f2d78d',GradientType=0 );
}
.deposit-block h4 {
	font-size: 42px;
	color: #49127f;
	font-weight: 700;
	padding-bottom: 18px;
}
.deposit-block h4 span {
	font-size: 27px;
	color: #49127f;
	font-weight: 200;
}
.deposit span {
	display: inline-block;
	width: 100%;
	position:relative;
}
.deposit i {
	color: #fdd023;
	background: #4a1383;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 36px;
	border: 5px solid #fdd023;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 0px 9px rgba(73,18,127,1);
	-moz-box-shadow: 0px 0px 0px 9px rgba(73,18,127,1);
	box-shadow: 0px 0px 0px 4px rgb(73, 18, 127);
	position: absolute;
	left: 10px;
	right: ;
	top: 0;
	bottom: 0;
	margin: auto;
}



.deposit input[type="text"] {
	border-radius: 0px;
	border: none;
	padding-left: 15px;
	color: #000;
	height: 61px;
	background: rgb(158,127,183);
	background: -moz-linear-gradient(top, rgba(158,127,183,1) 0%, rgba(242,215,141,1) 100%);
	background: -webkit-linear-gradient(top, rgba(158,127,183,1) 0%,rgba(242,215,141,1) 100%);
	background: linear-gradient(to bottom, rgba(158,127,183,1) 0%,rgba(242,215,141,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e7fb7', endColorstr='#f2d78d',GradientType=0 );
	padding-left: 65px;
	font-size: 18px;
}

.payment-method li h2 {
	display: inline-block;
	background: #49127f;
	-moz-transform: skew(148deg);
	margin-top: 6px;
	position: relative;
	padding: 0px 14px;
	float: none;
	vertical-align: middle;
}

.payment-method li h2:after{background: url(../images/ref-after.png) no-repeat;

width: 77px;

height: 42px;

content: "";

position: absolute;

top: 0;

right: -83px;

-moz-transform: skew(18deg);}



.payment-method li h2 span {
	font-size: 18px;
	color: #fdd023;
	-moz-transform: skew(26deg);
	padding: 11px 17px;
	display: block;
	font-family: 'Aquawax-medium';
	width: 210px;
}
.payment-method li {
	display: inline-block;
	padding: 24px 104px 0px 0px;
}
.payment-method {
	text-align: center;
}

.deposit-btn {
	text-align: center;
	padding-top: 26px;
}

.crumb h4 {
	font-size: 40px;
	color: #fdd023;
	margin: 10px 0px;text-transform: capitalize;
}
.breadcrumb {
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.breadcrumb.about-crumb li a {
	font-size: 17px;
	color: #fff;
}
.breadcrumb span {
	color: #fdd023;
	font-size: 17px;text-transform: capitalize;
}
.breadcrumb.about-crumb li a:hover {
	color: #fdd023;
}

.about-section{background:url(../images/bg-1.jpg) no-repeat;}


.breadcrumb li {
	display: inline-block;
}









.faq_accordian{ width:100%;}
.faq_accordian .accordion-toggle{ cursor:pointer; margin:10px 0 0 0;}
.faq_accordian .accordion-toggle.active {
	background: url(../images/accordian_arrow_up.png) no-repeat center right, #fdd023;
	color: #000000;
}

.faq_accordian .accordion h4 {
	background: url(../images/accordian_arrow_down.png) no-repeat center right, #491480;
	font-size: 14px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	padding:13px 45px 13px 10px;
}
.faq_accordian .accordion-content{display: none;} 
.faq_accordian .accordion-content p{ width:100%; display:inline-block; font-size:15px; color:#2f2e2e; line-height:30px;
background:#f0eeee; padding: 20px 30px;}

.faq_accordian .accordion .open {display: block;}





.news-sec {
	background-color: #ffffff;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);
box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.2);margin: 5px 0;
}


.news-sec h4 {
	margin-bottom: 16px;
	color: #3d171e;
	font-size: 23px;text-transform: capitalize;
}
.news-sec h4 a{color: #3d171e;}
.news-sec small {
	background-color: #fdd023;
	color: #000000;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}

.secu-msg {
	margin-bottom: 24px;
	text-align: center;
}


.note li i { color:#491480;
}

.note li {
	display: inline-block;
	margin: 0 5px;
}
.note {
	text-align: center;
}

.tcu {
	text-align: center;
	margin-bottom: 20px;
}
table.light tbody tr td {
	color: #ffffff;
}
table td a.btn {
	min-width: inherit;
	font-size: 16px;
	padding: 0 8px;
	height: auto;
}

.reftextarea {
	font-family: open sans;
	height: auto;
	margin-bottom: 20px;
	overflow-y: hidden;
}

.sec-links li {
	color: #ffffff;
	margin-bottom: 20px;
}


.sec-sec h4{
color: #000;
background: #fdd023;
font-family: 'Aquawax-black';
font-size: 18px;
text-transform: uppercase;
padding: 13px 15px;
border-radius: 15px 15px 0px 0px;
}


.sec_details{
	color: #fff;
	background: #49127f;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	padding: 10px 10px;
	border-bottom: 1px dashed #7a5f9d;
}

.plan-block h5 {
	color: #ffffff;
	margin-bottom: 27px;
}

.pay li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 7px;color: #4a1383;
	font-size: 19px;
font-weight: 600;
}

.calc_block {
    display: inline-block;
    width: 100%;
    background-color: #f3f3f3b0;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.col-md-2 {

    width: 16.66666667%;

}
.col-md-10 {
    width: 83.33333333%;
}
.heading::after {
    position: absolute;
    content: '';
    background: #f1c49b;
    width: 43px;
    height: 2px;
    top: -17px;
}
.heading::after {
    position: absolute;
    background: url(../images/head_aft.html) no-repeat;
    content: "";
    width: 37px;
    height: 10px;
    left: 0;
}
.calc_box select {
    background: url(../images/select_arrow_down.png) no-repeat center right 3%, #4a1383 !important;
    height: 50px;
    min-width: 215px;
    padding-left: 6px;
    outline: none;
    color: #f1c49b;
    border-radius: inherit;
}
.calc_box input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    color: #4a1383;
    font-weight: 600;
    opacity: 1;
    transition: .3s;
    height: 50px;
    background: #f1c49b;
}
.total small {

    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #4a1383;
    font-weight: 600;

}
.total_return {

    text-align: center;

}
.calc_box label {

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4a1383;

}
.calc_box label {

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4a1383;

}
label {

    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;

}
.calc_box li {

    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;

}
.ic_calc {

    background: #fdd023;
    padding: 15px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;

}
#total_return {

    text-align: center;

}
#total_return {

    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 20px;
    height: auto;

}
.calc_box input[type="text"] {

    font-family: 'Montserrat', sans-serif;
    color: #4a1383;
    font-weight: 600;
    opacity: 1;
    transition: .3s;
    height: 50px;
    background: #fdd023;

}
.calc_box li:last-child {

    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 0;

}
.calc_box li:last-child {

    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 0;

}
.calc_box {

    text-align: center;

}