/****************
     table
***************/

.table-responsive {
	-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	background: #471380;
	width: 100%;
	padding: 20px;
	border: none;
	margin: 0;
}
.table-responsive.bg-res {
	background: transparent;
	padding: 0;
 
	box-shadow: inherit;
}
table {
	width: 100%;
}
table th {
	padding: 7px 15px;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
	white-space: nowrap;
	background: none;
	font-weight: bold;
}
table tbody td {
	text-align: left;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	padding: 15px 15px;
	white-space: nowrap;
	border-bottom: 1px solid rgba(239, 239, 239, 0.14);
	background: #284f7c;
	font-family: 'Helvetica World';
}
table tbody td.htd {
	background: transparent;
}
table tbody td i {
	margin-right: 5px;
	color: #d93f87;
}
table tbody td span {
	color: #63a9ec;
}
.text-green {
	color: #3ae63a !important;
}
.text-yellow {
	color: #f9ee27 !important;
}
.text-red {
	color: #f43d3d !important;
}
/****************
     button
***************/
 

/****************
     select
***************/

select {
	background: url(../images/select_arrow_down.png) no-repeat center right, #284e7b;
	font-size: 14px;
	color: #ffffff;
	height: 45px;
	padding: 0 35px 0 15px;
	font-weight: normal;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	width: 100%;
}
select:active, select:focus {
	border-radius: 0;
}
select option {
	-webkit-box-shadow: inset 0px 0px 0px 200px rgba(217,63,135,1);
	-moz-box-shadow: inset 0px 0px 0px 200px rgba(217,63,135,1);
	box-shadow: inset 0px 0px 0px 200px rgba(217,63,135,1);
	background: #233750;
	padding: 5px 15px;
	-moz-padding: 5px 15px;
	-webkit-padding: 5px 15px;
	color: #fff !important;
}
select option:hover {
	-webkit-box-shadow: inset 0px 0px 0px 200px rgba(68,49,141,1);
	-moz-box-shadow: inset 0px 0px 0px 200px rgba(68,49,141,1);
	box-shadow: inset 0px 0px 0px 200px rgba(68,49,141,1);
	background: #44318d;
}
/****************
     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="text"], input[type="email"], input[type="password"], input[type="number"] {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: none;
	outline: none;
	font-size: 14px;
	color: #000000;
	background: #ffffff;
	border-radius: inherit;
	padding-left: 18px !important;
}
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 {
	padding: 0 15px;
	font-size: 14px;
	color: #000000;
	background: #ffffff;
	width: 100%;
	min-height: 150px;
	resize: none;
	border-radius: 0;
	border: none;
	outline: none;
	padding-top: 10px !important;
	padding-left: 10px !important;
}
textarea:active, textarea:focus {
}
/****************

::-webkit-input-placeholder {
  color: #fff; opacity:1;
}
::-moz-placeholder {
  color: #fff; opacity:1;
}
:-ms-input-placeholder {
  color: #fff; opacity:1;
}
:-moz-placeholder {
  color: #fff; opacity:1;
}

***************/

/*****************************************************************
dashboard
******************************************************************/

.bg_body {
	background: url(../images/blur_bg_2.html) no-repeat center top fixed;
	background-size: cover;
}
header {
	width: 100%;
	margin-bottom: 30px;
}
.header_left {
	width: 100%;
	display: inline-block;
}
.admin_logo {
	-webkit-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	display: inline-block;
	padding: 16px 45px;
	border-radius: 0 0 30px 30px;
	background: #fff;
}
.admin_logo img {
	display: inline-block;
	width: 70px;
	height: 70px;
}
.header_left .breadcrumb {
	background: none;
	border-radius: 0;
	margin: 0;
	display: inline-block;
	padding: 9px 17px;
}
.earning_withdraw .col-lg-6 {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.earning_withdraw .col-lg-6:last-child {
	border: none;
}
.header_left .breadcrumb li {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: normal;
}
.header_left .breadcrumb li a {
	display: inline-block;
	color: #36c2cf;
}
.header_left .breadcrumb > li + li::before {
	color: #ffffff;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding: 0 5px;
}
.header_left .breadcrumb li a:hover {
	color: #ffffff;
}
.header_right {
	width: 100%;
	display: inline-block;
	text-align: right;
}
.header_right h5 {
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	font-family: 'Helvetica World';
}
.header_right h5 i {
	color: #31c0d3;
}
.header_right ul {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}
.header_right ul li {
	display: inline-block;
}
.header_right ul li a {
	display: inline-block;
	font-size: 16px;
	padding: 25px;
	color: #fff;
	background: rgba(0, 0 ,0, 0.1);
}
.header_right ul li a:hover {
	background: #4282c0;
}
.admin_body {
	width: 100%;
}
.admin_top {
	width: 100%;
	display: inline-block;
}
.admin_top_left {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding:20px 0px 20px 0px;
}
.admin_top_left h5 {
	width: 100%;
	display: inline-block;
	font-size: 28px;
	color: #fff;
	text-transform: capitalize;
}
.admin_top_right {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.admin_top_right ul {
	width: 100%;
	display: inline-block;
}
.admin_top_right ul li {
	display: inline-block;
}
.admin_top_right ul li a {
    font-size: 30px;
    color: #fff;
    padding: 14px;
    display: inline-block;
    position: relative;
    background: #28507d;
    transition: 0.7s;
    margin: 0px 0px 20px 10px;
}
.admin_top_right ul li a:hover {
	-webkit-box-shadow: inset 0px 4px 0px 0px rgb(255, 255, 255);
	-moz-box-shadow: inset 0px 4px 0px 0px rgb(255, 255, 255);
	box-shadow: inset 0px 4px 0px 0px rgb(255, 255, 255);
	background: #98366a;
	transition:0.7s;
}
.admin_top_right ul li a span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin: 20px auto 10px;
}
.admin_top_right ul li a:hover span {
	
}
.admin_body_box {
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 40px 30px;
}
/** admin_body_top **/

.admin_body_top {
	width: 100%;
	margin-bottom: 30px;
}
.user_detail {
	width: 100%;
	display: inline-block;
}
.user_detail img {
	-webkit-box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.05);
	-moz-box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.05);
	box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.05);
	border-radius: 50%;
	display: inline-block;
	width: 60px;
	height: 60px;
}
.user_detail h4 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 25px;
}
.user_detail h4 span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #b5a2f0;text-transform: capitalize;
}
/** referral_link **/

.referral_link {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-top: 37px;
}
.referral_link [type="text"] {
	padding: 0 40px 0 20px;
}
.alert {
	display: none;
	width: auto;
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 12px;
	color: #fff;
	padding: 0;
	border: none;
	border-radius: 30px;
	padding: 1px 10px;
}
.alert-success {
	background: #b09576;
}
.copy_btn {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #fff;
	background: #31c0d3;
	border: none;
	width: 40px;
	height: 40px;
	text-align: center;
	outline: none !important;
}
.copy_btn i {
	line-height: 32px;
}
/** admin_body_bottom **/

.admin_body_bottom {
	width: 100%;
}
.account_detail {
	-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	width: 100%;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 40px;
}
.account_detail ul {
	display: inline-block;
	width: 100%;
}
.account_detail ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	padding: 14px 22px;
}
.account_detail ul li img {
	display: inline-block;
	background: #471380;
	border-radius: 50%;
	padding: 13px;
}
.account_detail ul li span {
	display: inline-block;
	font-size: 16px;
	color: #7fb7ec;
	fotn-weight: bold;
	text-transform: capitalize;
	vertical-align: middle;
	margin-left: 10px;
}
.account_detail ul li span b {
	display: block;
	font-size: 35px;
	color: #fff;
	font-weight: 300;
	font-family: 'Helvetica World';
}
.account_detail ul li span b sup {
	font-size: 20px;
	display: inline-block;
}
.account_detail ul li span b small {
	font-size: 20px;
	color: #fff;
}
.earning_withdraw {
	width: 100%;
	display: inline-block;
}
.earning_withdraw .col-xs-6 {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.earning_withdraw .col-xs-6:last-child {
	border: none;
}
/* knob circle */

 

.knob_value_cirle {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-right: 30px;
}


.knob_value_cirle canvas {
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	margin-bottom: 20px;
}
.knob_value_cirle span {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
}
.knob {
	font-size: 25px !important;
	color: #fff !important;
	font-weight: 300 !important;
	font-family: 'Helvetica World' !important;
}
.admin_title {
	width: 100%;
	display: inline-block;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
/** chart **/

.chart_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.highcharts-button {
	display: none;
}
.highcharts-background {
	fill: transparent;
}
.highcharts-axis-title, .highcharts-axis-labels text, .highcharts-legend-item text {
	fill: #fff !important;
}
#area_chart {
	min-width: auto;
	max-width: auto;
	width: 100%;
	height: 380px;
	margin: 0 auto;
}
/** account_stats **/

.account_stats {
	width: 100%;
	display: inline-block;
}
.stats_box h6 {
	font-size: 22px;
}
.stats_box {
	-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	display: inline-block;
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	padding: 15px;
}
.stats_box ul {
	list-style: none;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.stats_box ul li {
	display: inline-block;
	text-align: center;
	width: 50%;
}
.stats_box ul li span {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	color: #ffffff;
	font-weight: 300;
	border-right: 1px solid #ffffff;
	font-family: 'Helvetica World';
	font-weight: 300;
}
.stats_box ul li:last-child span {
	border: none;
}
.stats_box ul li span sup {
	font-size: 20px;
}
.stats_box ul li span small {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Montserrat', sans-seriff;
	text-transform: uppercase;
}
.stats_box ul li b {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 16px;
	color: #b5a2f0;
	font-weight: normal;
	margin-top: 20px;
}
/** admin_footer **/

.admin_footer {
	width: 100%;
	display: inline-block;
	padding: 30px 0;
}
.admin_footer h6 {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.admin_footer h6 i {
	color: #31c0d3;
	padding-right: 5px;
}
/*****************************************************************
deposit
******************************************************************/

.select_transaction_box {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
}
.select_box {
	width: 100%;
	display: inline-block;
	margin: 0 0 30px 0;
}
.deposit_list {
	width: 100%;
}
.deposit_list h4 {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.deposit_list h4 > a {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	background: #481280;
	border-radius: 30px;
	padding: 6px 17px;
	display: inline-block;
}
.table_page h6 a {
	background: #481280;
	font-size: 13px;
	color: #fff;
	border-radius: 50%;
	padding: 8px 12px;
	display: inline-block;
	transition: .3s;
}
.deposit_list h4 > a i {
	padding-right: 4px;
	font-size: 10px;
}
.deposit_list h4 > a:hover {
	background: #fff;
	color: #000000;
}
.table_page {
	display: inline-block;
	float: right;
}
.table_page h6 {
	width: 100%;
	display: inline-block;
}
.table_page h6 span {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
	padding: 0 5px;
}
.table_page h6 a:hover {
	background: #ffffff;
	color: #000000;
	transition: .3s;
}
/*****************************************************************
make deposit
******************************************************************/

.package_carousel {
	width: 100%;
	margin-bottom: 30px;
}
.package_carousel .owl-stage-outer {
	padding: 20px 0px;
}
.package_block {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 35px 20px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.package_block h5 {
	width: 100%;
	display: inline-block;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.package_block:after {
	content: "";
	position: absolute;
	background: url(../images/white_curve_bg.html) no-repeat center;
	width: 100%;
	height: 536px;
	right: 0;
	left: 0;
	bottom: -7px;
	margin: auto;
	background-position: right bottom;
	background-size: 100% auto;
	width: 100%;
}
.package_block span {
	width: 100%;
	display: inline-block;
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.package_block span sup {
	font-size: 22px;
	display: inline-block;
}
.package_block span small {
	font-size: 13px;
	color: #fff;
}
.package_block > small {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 40px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.package_block > small:before {
	content: "";
	position: absolute;
	background: url(../images/plan_title_design.html) no-repeat center;
	width: 34px;
	height: 7px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.package_block > small:after {
	content: "";
	position: absolute;
	background: url(../images/plan_title_design.html) no-repeat center;
	width: 34px;
	height: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.package_block ul {
	list-style: none;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.package_block ul li {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
	line-height: 28px;
}
.package_block ul li b {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Helvetica World';
}
.package_block aside {
	width: 100%;
	display: inline-block;
	text-align: right;
	position: relative;
	z-index: 1;
}
.package_block aside a {
	display: inline-block;
	text-align: right;
	font-size: 15px;
	color: #6d7c92;
}
.package_block aside a:hover {
	color: #d93f87;
}
.package_carousel .owl-item:nth-child(1n) .package_block {
	background: #4284c3;
}
.package_carousel .owl-item:nth-child(2n+1) .package_block {
	background: #00c7d0;
}
.package_carousel .owl-item:nth-child(1n) .package_block:before {
	content: "";
	position: absolute;
	background: url(../images/plan_icon_bg_2.html) no-repeat center;
	width: 184px;
	height: 184px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.package_carousel .owl-item:nth-child(2n) .package_block:before {
	content: "";
	position: absolute;
	background: url(../images/plan_icon_bg_1.html) no-repeat center;
	width: 184px;
	height: 184px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.package_carousel .owl-item:nth-child(3n) .package_block:before {
	content: "";
	position: absolute;
	background: url(../images/plan_icon_bg_3.html) no-repeat center;
	width: 184px;
	height: 184px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/** deposit_method_box **/

.deposit_method_box {
	-webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	padding: 30px;
}
.deposit_method_box h3 {
	width: 100%;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 20px;
}
.deposit_method_box h3 span {
	font-weight: 300;
	color: #ffffff;
	font-size: 35px;
	font-weight: 300;
	font-family: 'Helvetica World';
	vertical-align: middle;
	padding: 0 10px;
}
.deposit_method_box h3 span sup {
	font-size: 20px;
}
.deposit_method_box h3 span small {
	font-size: 16px;
	color: #3f7cb6;
}
.admin_input {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.payment_select {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.payment_select ul {
	list-style: none;
}
.payment_select ul li {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	text-transform: capitalize;
	text-align: center;
	padding: 0 25px 0 0;
}
/*****************************************************************
register
******************************************************************/

.bg_body {
	background: url(../images/blur_bg_2.html) no-repeat center top fixed;
	background-size: cover;
}
/** form_header **/

.form_header {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
}
.form_header a {
	-webkit-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 21%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 21%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 21%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	display: inline-block;
	padding: 20px 50px;
	border-radius: 0 0 35px 35px;
}
.form_header a img {
	display: inline-block;
}
/** form_body **/

.form_body {
	width: 100%;
	padding-bottom: 40px;
}
.form_body h2 {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0;
}
.form_body h2 span {
	-webkit-box-shadow: inset 0px 4px 0px 0px rgb(67, 133, 197);
	-moz-box-shadow: inset 0px 4px 0px 0px rgb(67, 133, 197);
	box-shadow: inset 0px 4px 0px 0px rgb(67, 133, 197);
	display: inline-block;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	padding: 16px 55px;
	background: rgba(255, 246, 246, 0.1);
}
.form_box {
	width: 100%;
	display: inline-block;
	padding: 20px 70px 50px;
	margin-bottom: 40px;
	background: rgba(255, 246, 246, 0.1);
}
.form_box .breadcrumb {
	padding: 20px 0;
	background: none;
	border-radius: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.form_box .breadcrumb li {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: normal;
}
.form_box .breadcrumb li a {
	display: inline-block;
	color: #4385c5;
}
.form_box .breadcrumb > li + li::before {
	color: #ffffff;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding: 0 5px;
}
.form_box .breadcrumb li a:hover {
	color: #ffffff;
}
.form_icon {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 20px 0 40px;
}
.form_icon i {
	-webkit-box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.05);
	-moz-box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.05);
	box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.05);
	font-size: 60px;
	color: #fff;
	display: inline-block;
	width: 113px;
	height: 113px;
	text-align: center;
	line-height: 113px;
	background: #4385c5;
	border-radius: 50%;
}
.form_block {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.form_block span {
	width: 100%;
	display: inline-block;
	position: relative;
}
.form_block span i {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #407eb9;
}
.form_block span [type="text"], .form_block span [type="email"], .form_block span [type="password"], .form_block span [type="number"], .form_block span textarea {
	padding: 0 60px 0 0;
}
.payment_block {
	width: 100%;
}
.payment_block ul {
	width: 100%;
	display: inline-block;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	min-height: 50px;
}
.payment_block ul li {
	display: inline-block;
	color: #fff;
	font-family: "open Sans", sans-serif;
	font-size: 14px;
	padding: 14px 25px;
}
.check_block span {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.check_block span a {
	font-size: 14px;
	color: #32c1d2;
}
.check_block span a:hover {
	color: #fff;
}
.copyright {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.copyright h6 {
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.copyright h6 i {
	color: #32c1d2;
	padding-right: 4px;
}
/*****************************************************************
login
******************************************************************/

.forgot_pwd span {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.forgot_pwd span a {
	font-size: 14px;
	color: #d93f87;
 
}
.forgot_pwd span a:hover {
	color: #fff;
}
/*****************************************************************
contact
******************************************************************/

 
.contact_block {
	width: 100%;
	display: inline-block;
	padding: 20px 0 100px;
}
.contact_block ul {
	width: 100%;
	text-align: center;
}
.contact_block ul li {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	padding: 0 8px;
}
.contact_block ul li i {
	background: #4385c5;
	border-radius: 50%;
	color: #fff;
	margin-right: 8px;
	display: inline-block;
	font-size: 15px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	width: 37px;
}
.header_right .dropdown-toggle::after {
	display: none;
}
.header_right .dropdown-item {
	padding: 3px 9px !important;
}
.header_right .dropdown-menu.show {
	/* right: auto; */
	left: -25px !important;
	transform: translate3d(-65px, 66px, 0px) !important;
}
.header_right .dropdown-menu.show {
	display: block;
	padding: 0;
}
.header_right .dropdown-item {
	background: #4282c1;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #f8f9fa !important;
}
.admin_top_right .dropdown-toggle::after {
	display: none;
}
.admin_top_right .dropdown-item {
	padding: 1px 13px !important;
	color: #000 !important;
}
.admin_top_right .dropdown-item:focus, .dropdown-item:hover {
	background-color: #28507d !important;
	color: #fff !important;
}





.plan-info span {
	font-size: 16px;
	color: #4385c5;
	padding-left: 17px;
	line-height: 13px;
}
.plan-info h5 {
	font-family: 'Helvetica World';
	color: #fff;
	font-size: 37px;
}
.plan-info h5 small {
	font-size: 14px;
}
.plan-info.profit {
	position: absolute;
	top: 55px;
	left: 20px;
	width: 140px;
	height: 80px;
	right: 0;
	margin: auto;
	text-align: initial;
}
.plan-info.deposit {
	position: absolute;
	height: 120px;
	bottom: 30px;
	text-align: initial;
}
.plan-head {
	color: #fff;
	font-family: 'Helvetica World';
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
}
.plan-list span small {
	font-size: 16px;
	color: #4385c5;
	font-family: 'Raleway', sans-serif;
}
.plan-list span b {
	font-size: 14px;
	color: #fff;
	font-family: 'Helvetica World';float: right;
}
.plan-list span {
	font-size: 20px;
	font-family: 'Helvetica World';
	color: #fff;
	display: inline-block;width: 100%;

}
.plan-img {
	text-align: center;
	position: relative;
}
.plan-list li {
	display: inline-block;
	width: 100%;
	color: #6a7386;
	text-align: center;
}
.plan-list {
	border: 2px solid #6ae2f4;
	border-radius: 5px;
	padding: 10px;
	width: 70%;
	margin: auto;
}
.pricing_plan.owl-carousel .owl-item img {
	display: block;
	width: auto;
	-webkit-transform-style: preserve-3d;
	margin: auto;
}
.plan-list ul {
	padding: 5px 0;
}
.plan-img img {
	width: 251px;
	height: 400px;
}
.section-3 {
	padding: 40px 0;
}
.plan-block {
	padding: 10px 0;
}

.heading h4 {
	color: #ffffff;
	font-weight: 600;
	font-size: 38px;
	font-family: 'Raleway', sans-serif;
}
.heading span {
	color: #9fa3b1;
	font-size: 16px;
}






.success {
	  background: linear-gradient(1deg, #171858, #2b792b); background-size: 400% 400%;
  	

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation:AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
   border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 13px;
  padding: 1px 10px;
opacity: 0.7; display:inline-block;
}
.msg {
	color: #000;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}
.msg.black {
	color: #fff;

}


.error {
  background: linear-gradient(1deg, #171858, #b93b37);
  
   background-size: 400% 400%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
  border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 13px;
  padding: 1px 10px;
  opacity: 0.7;display:inline-block;
}
.msg li {
	display: inline-block;
	list-style-type: none;
 margin: 5px 0;
}



.msg .error i {
  background-color: #b93b37;
  color: #fff;

}

.msg .success i {
  background-color: #2b792b;
  color: #fff;

}
.msg i {

  margin-right: 5px;
  padding: 10px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}

.succes_msg {
  text-align: center;
  width: 100%;
}




.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.html) no-repeat center right 10px, #e84717;
	color: #fff;
	padding: 13px 30px;
}
.faq_accordian .accordion h4 {
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	padding: 13px 45px 13px 10px;
	background: url(../images/accordian_arrow_down.png) no-repeat center right 10px,#080b19;
}.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 h4 {
	margin-bottom: 16px;
	color: #da9e13;
	font-size: 23px;
	text-transform: capitalize;
}

.news-sec h4 a {
	color: #da9e13;
	font-size: 21px;
}

.news-sec small {
background-color: #6734e9;
	color: #ffffff;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}

.news-sec p {
    font-size: 15px;
    font-weight: 500;
}

.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;
	min-height: 390px;
}

.full_detail{
	
    min-height: 145px;
	
}
.news-sec h4 {
	margin-bottom: 16px;
	color: #0055b8;
	font-size: 23px;
	text-transform: capitalize;
}

.news-sec h4 a {
	color: #ff3b00 !important;
	font-size: 21px;
}
.news-sec small {
	background-color: #ff3b00;
	color: #ffffff;
	padding: 5px;
	margin-top: 20px;
	display: inline-block;
}
.news-sec p {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.news-sec {
	background-color: #080b19;
	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;
	min-height: 383px;
}

.commission_block {
	background-color: #28507d;
	padding: 10px;margin-bottom: 10px;
}
.commission_list li {
	list-style-type: none;
	margin-bottom: 10px;
	color: #ffffff;
}
.commission_block h4 {
	color: #ffffff;
}

.reftextarea {
	min-height: inherit;
	background: #28507d;
	color: #ffffff;
	overflow: hidden;
	padding-bottom: 10px !important;
}

.mobile-menu {
 
	display: none;
}
.mobile-menu li a {
	color: #ffffff;
}