 @charset "utf-8";
/* CSS Document */

 
/***************************************************indexpage*********************************************************/

.right_info {
	float: right;
}
.right_info li {
	display: inline-block;
	padding: 0 0 0 35px;
}
.right_info li h5 a {
	color: #fff;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}
.right_info li h5 i {
	color: #e7af49;
	font-size: 15px;
}
.right_info li span {
	color: #fff;
	font-size: 15px;
	display: inline-block;
}
.current-time h5 {
	display: inline-block;
}
.current-time h5 {
	font-size: 14px;
	color: #ecb451;
	vertical-align: middle;
}
.current-time h5 strong {
	font-size: 24px;
	display: block;
	color: #fff;
	font-weight: 400;
}
.top_bar {
	padding: 30px 0;
}
.navbar-nav li {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0 43px 0 16px;
	position: relative;
}
.navbar-nav li a {
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
.navbar-nav li::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(246, 240, 240, 0.54);
	right: 10px;
	margin: auto;
	top: 4px;
	bottom: 0;
	border-radius: 50%;
}
.navbar {
	padding: 10px 0;
	position: relative;
	z-index: 33;
}
.navbar-nav li:last-child::after {
	display: none;
}
.banner h2 {
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: bold;
}
.banner h2 span {
	color: #ecb451;
}
.banner p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	width: 55%;
	line-height: 28px;
	padding: 20px 0;
}
.banner {
	padding: 30px 0;
}
.deposit-info {
	background: #e4a941;
	padding: 35px 20px;
	border-radius: 0 100px 100px 0;
	margin-left: -130px;
	margin-top: 27px;
	z-index: 5;
	position: relative;
}
.deposit-info h5 {
	font-size: 22px;
	font-weight: bold;
	font-family: 'Archivo', sans-serif;
}
.deposit-info h6 {
	font-size: 17px;
	color: #211836;
	padding: 7px 0;
	text-align: center;
}
.deposit-info a {
	background: #087ce0;
	padding: 12px 29px;
	border-radius: 50px;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.measures {
	display: inline-block;
	float: right;
	margin-top: -16px;
}
.company-info h6 a:hover {
	color: #fff;
}
.deposit-info a:hover {
	background: #ffffff;
	color: #000;
}
#loading {
	-webkit-animation: rotation 5s infinite linear;
}
 @-webkit-keyframes rotation {
 from {
 -webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(359deg);
}
}
.bear-bull {
	position: relative;
}
.bear-bull::after {
	content: '';
	position: absolute;
	background: url(../images/bear-bull.png) no-repeat;
	width: 844px;
	height: 472px;
	bottom: -140px;
	right: 0;
}

.forum li span a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.features {
	display: inline-block;
	width: 50%;
}
.youtube-vdo {
	display: inline-block;
	width: 43%;
	background: #000;
	-webkit-box-shadow: 0px 0px 19px -4px rgba(77,73,77,1);
	-moz-box-shadow: 0px 0px 19px -4px rgba(77,73,77,1);
	box-shadow: 0px 0px 19px -4px rgba(77,73,77,1);
	border: 12px solid #fff;
}
.features {
	display: inline-block;
	width: 56%;
	background: #e4a941;
	vertical-align: top;
	padding: 15px 20px 10px 0;
	margin-left: -4px;
}
.features li {
	display: inline-block;
	padding: 6px 20px 5px 40px;
	width: 205px;
}
.features li h5 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 25px;
}
iframe {
	width: 486px;
	height: 270px;
}
.features li {
	display: inline-block;
	position: relative;
}
.feature-block {
	width: 90%;
	margin: auto;
}
.heading h4 {
	font-size: 35px;
	font-weight: bold;
	font-family: 'Archivo', sans-serif;
	position: relative;
	display: inline-block;
}
.heading h4::after {
	content: '';
	position: absolute;
	background: url(../images/heading-line.png) no-repeat;
	width: 37px;
	height: 11px;
	bottom: 0;
	right: -50px;
	top: 3px;
	margin: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.heading h4::before {
	content: '';
	position: absolute;
	background: url(../images/heading-line.png) no-repeat;
	width: 37px;
	height: 11px;
	bottom: 0;
	left: -50px;
	top: 3px;
	margin: auto;
}
.choose-bg {
	background: url(../images/choose.png) no-repeat center;
	background-size: cover;
	text-align: center;
	width: 380px;
	height: 350px;
	padding: 50px 0;
}
.choose-bg p {
	color: #fff;
	line-height: 27px;
	width: 60%;
	margin: auto;
	padding: 20px 0;
}
.choose-heading {
	text-transform: uppercase;
	font-size: 21px;
	text-align: center;
	padding: 10px 0px;
}
.choose-heading span {
	color: #f4a228;
	display: block;
}
.choose-block li {
	display: inline-block;
	width: 29%;
}
.choose-info {
	display: inline-block;
}
.choose-block li:nth-child(1) {
	top: 40px;
	position: relative;
}
.choose-block li:nth-child(3) {
	top: 40px;
	position: relative;
}
.plan-info h4 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-left: 40px !important;
	text-align: center;
	margin: 0;
}
.plan-info h4 span {
	font-size: 29px;
}
.plan-info .daily-plan {
	font-size: 20px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-left: 20px;
}
.plan-info ul li small {
	font-size: 15px;
	color: #ea9921;
	display: inline-block;
	width: 100%;
}
.plan-info ul li {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
}
.plan-info ul li span {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: bold;
}
.principal {
	color: #fff;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	padding: 10px 0;
	padding-bottom: 6px !important;
}
.plan-visible .principal {
	padding-bottom: 13px !important;
}
.plan-info ul {
	padding: 18px 0;
	position: relative;
	margin-left: -25px;
}
.plan-btn {
	margin-top: -5px;
	text-align: center;
	margin-left: -68px;
}
.plan-btn .btn.btn-primary {
	font-size: 17px;
	color: #fff;
}
.plan-block li {
	display: inline-block;
	width: 23%;
	margin: 0 20px;
}p {
	 
	color: #000000;
}
.plan-details {
	background: url(../images/plan-bg.png) no-repeat;
	background-size: cover;
	text-align: center;
	width: 353px;
	height: 340px;
	padding-top: 30px;
	position: relative;
}
.bg-btn1:hover {
	background: #da4e63;
}
.bg-btn2:hover {
	background: #000;
}
.plan-visible h2 {
	color: #e99820;
	font-size: 19px;
	margin-left: 30px;
	font-weight: bold;
}
.plan-visible ul li {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}
.plan-visible ul li small {
	font-size: 14px;
	color: #f19f27;
	display: inline-block;
	width: 100%;
}
.plan-visible ul li span {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.plan-visible {
	position: absolute;
	top: 0;
	padding: 47px 0;
	left: 41px;
}
.plan-details .plan-visible {
	opacity: 0;
}
.plan-details:hover .plan-info {
	opacity: 0;
}
.plan-details:hover .plan-visible {
	opacity: 1;
	transition: all 0.8s ease-in-out;
}
.sm {
	font-size: 15px !important;
	margin-left: 26px;
}
.plan-visible ul {
	padding: 6px 0;
}
.section-3 {
	padding: 50px 0;
}
.referral p {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	line-height: 28px;
	width: 90%;
}
.referral li h2 {
	font-size: 95px;
	font-family: 'Archivo', sans-serif;
	color: #f3a128;
	font-weight: 600;
}
.referral li h2 span {
	font-size: 43px;
	color: #fff;
}
.referral li {
	display: inline-block;
}
.referral li h2 {
	font-size: 48px;
	font-family: 'Archivo', sans-serif;
	color: #f3a128;
	font-weight: 600;
	background: #005fde;
	padding: 38px 0;
	width: 165px;
	height: 155px;
	text-align: center;
}
.refer-bg {
	background: url(../images/refer-bg.png) no-repeat;
	background-size: cover;
	padding: 15px 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-top: -34px;
	margin-left: 20px;
}
.referral li:nth-child(2) h2 {
	font-size: 39px;
	font-weight: 600;
	width: 140px;
	height: 128px;
}
.referral li:nth-child(2) h2 span {
	font-size: 36px;
}
.referral li:nth-child(2) .refer-bg {
	padding: 15px 40px;
	font-size: 16px;
}
.referral li:nth-child(3) h2 {
	font-size: 28px;
	font-weight: 600;
	width: 114px;
	height: 106px;
}.bg4.footer.inner-footer {
	margin-top: 161px;
}
.referral li:nth-child(3) h2 span {
	font-size: 30px;
}
.referral li:nth-child(3) .refer-bg {
	padding: 10px 26px;
	font-size: 14px;
}
.referral li {
	display: inline-block;
	padding: 0 5px;
}
.candle-chart {
	position: relative;
}
.candle-chart::after {
	content: '';
	position: absolute;
	background: url(../images/investment-vdo.png) no-repeat;
	width: 571px;
	height: 420px;
	bottom: 0;
	right: 0;
	top: 20px;
}
.vdo-play {
	position: relative;
	z-index: 33;
	width: 85px;
	height: 85px;
	background: #f3a128;
	text-align: center;
	padding: 23px 0;
	border-radius: 50px;
	border: 5px solid rgba(255, 255, 255, 0.68);
	margin-left: 70px;
	position: relative;
	margin-top: 36px;
}
.vdo-play::after {
	content: '';
	position: absolute;
	background: url(../images/arrow.png) no-repeat;
	width: 311px;
	height: 101px;
	left: 84px;
	top: -73px;
	right: 0;
	margin: auto;
}
.section-4 {
	margin: 30px 0;
}
.section-5 {
	padding: 50px 0;
}
.licence {
	text-align: center;
	padding: 30px 0;
}
.contact-info li h5 {
	color: #f4a228;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	display: inline-block;
}
.contact-info span {
	color: #fff;
	display: inline-block;
	border: 2px solid #fff;
	width: 34px;
	height: 34px;
	text-align: center;
	padding-top: 8px;
	border-radius: 50%;
	font-size: 16px;
	vertical-align: top;
	margin-right: 10px;
}
.contact-info li h5 small {
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	display: block;
	line-height: 29px;
}
.contact-info li {
	display: inline-block;
	width: 100%;
	padding: 6px 0;
}
.compnay-info a i {
	font-size: 26px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.compnay-info a h5 small {
	font-size: 15px;
	display: inline-block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	display: block;
}
.compnay-info a h5 {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-left: 8px;
	margin: 0;
}
.compnay-info a {
	padding: 19px 28px;
	margin: 0 8px;
	border-radius: 50px;
}
.bg-btn1 {
	background: #f3a128;
}
.bg-btn2 {
	border: 2px solid #fff;
}
.compnay-info {
	padding: 30px 0;
}
.certify {
	float: right;
	margin: -90px 0;
}
.contact-info {
	padding: 30px 0;
}
.section-6 {
	padding: 60px 0 30px 0;
}
.top_investors h5 {
	font-size: 18px;
	color: #4a3f53;
	background: #f3a128;
	text-align: center;
	padding: 14px 0;
	font-weight: 600;
	margin: 0;
}
.top_investors {
	display: inline-block;
	margin-right: 12px;
	vertical-align: top;
}
.top_investors table {
	background: #005fde;
	display: inline-block;
	width: 100%;
	position: relative;
}
.top_investors table::after {
	content: '';
	position: absolute;
	background: url(../images/table-after.png) no-repeat;
	width: 213px;
	height: 48px;
	bottom: 0;
	right: 0;
	bottom: 0;
}
.top_investors table tbody tr:last-child {
	border: none;
}
.top_investors table tbody tr td {
	font-size: 15px;
	color: #fff;
	white-space: nowrap;
	padding: 8px;
	font-family: 'Open Sans', sans-serif;
	border-radius: inherit;
	padding: 8px 22px;
}
.top_investors table tbody tr {
	border-bottom: 1px solid rgba(155, 150, 150, 0.42);
	background: #005fde;
}
.section-7 {
	padding: 80px 0;
}
.tb-pb1 {
	padding-bottom: 131px;
}
.tb-pb2 {
	padding-bottom: 86px;
}
.tb-pb3 {
	padding-bottom: 40px;
}
.stats-info li h5 {
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	color: #f3a128;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
.stats-info li h5 span {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	display: block;
	color: #0155dc;
	padding-top: 5px;
}
.stats-info li img {
	display: inline-block;
}
.stats-info li {
	display: inline-block;
	padding: 15px 42px 10px 0px;
}
.section-7 {
	padding: 80px 60px;
}
.footer {
	position: relative;
}
.footer::after {
	content: '';
	position: absolute;
	background: url(../images/wave.png);
	width: 100%;
	height: 178px;
	top: -150px;
	background-repeat: repeat-x;
	text-align: center;
	animation: marquee 30s infinite linear;
}
 @keyframes marquee {
 0% {
 background-position: 0;
}
 100% {
 background-position: -1190px;
}
}
.footer {
	margin-top: 20px;
}
.contact-details li h5 {
	display: inline-block;
}
.contact-details li span {
	display: inline-block;
	padding: 0 5px;
}
.contact-details li h5 {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin: 0;
	vertical-align: middle;
}
.forum li span a {
	color: #5df668;
	border-bottom: 1px solid #5df668;
}
.contact-details h5 strong {
	font-size: 15px;
	color: #f3a128;
 font-weight:;
	font-weight: normal;
	display: block;
}
.contact-details li {
	display: inline-block;
}
.contact-details {
	padding: 30px 0;
}
.foot-logo {
	padding: 30px 0;
}
.company-info p {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.company-info p a {
	color: #17b122;
}
.company-info p a:hover {
	color: #fff;
}
.company-info h6 {
	font-size: 14px;
	color: #bab3b3;
}
.company-info h6 a {
	color: #bab3b3;
}
.foot-links li a {
	font-size: 15px;
	color: #fff;
}
.foot-links {
	display: inline-block;
	padding: 0 50px 0 10px;
}
.foot-links li {
	line-height: 29px;
	list-style-type: disc;
	color: #da9d2f;
	font-size: 17px;
}
.forum li {
	display: inline-block;
	font-size: 15px;
	color: #fff;
}
.forum li span {
	display: block;
}
.forum li {
	display: block;
}
.forum {
	display: inline-block;
}
.payment-details li {
	display: inline-block;
	padding: 0 2px;
}
.payment-details {
	text-align: center;
	padding: 30px 0;
}
.imp-links {
	padding: 30px 0 0 0;
	border-top: 1px solid rgba(251, 251, 251, 0.26);
}
.navbar-nav li a:hover {
	color: #e4aa41;
}
.right_info li h5 a:hover {
	color: #e4a941;
}
.features li::after {
	position: absolute;
 color:;
 color:;
	content: '';
	height: 82px;
 border-radius:;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.features li:last-child::after {
	border: none;
}
.features li:nth-child(3)::after {
	border: none;
}
.section-2 {
	padding: 30px 0 0 0;
}
.foot-links li a:hover {
	color: #e4a941;
}
#plus::after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/stats.png) no-repeat;
	width: 97px;
	height: 199px;
	top: -20px;
	left: 0;
}
#plus {
	position: fixed;
	color: #fff;
	bottom: 45%;
	font-size: 15px;
	margin-left: -425px;
	-webkit-transition: all 1.25s ease;
	-moz-transition: all 1.25s ease;
	-o-transition: all 1.25s ease;
	transition: all 1.25s ease;
	cursor: pointer;
	text-align: left;
	letter-spacing: 1px;
	z-index: 999;
}
.stats-box {
	width: 445px;
	text-align: center;
	height: 220px;
	padding: 20px 12px;
	background: #087ce0;
}
#popUp .close {
	color: #fff;
	right: 8px;
	top: 4px;
	position: absolute;
	font-size: 20px;
	cursor: pointer;
	z-index: 5;
}
#popUp {
	position: fixed;
	bottom: 0;
	margin-left: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	top: 50%;
	z-index: 999;
}
.stats li h5 {
	font-size: 18px;
	color: #fff;
	display: block;
	vertical-align: middle;
	margin: 10px 0;
}
.stats li small {
	color: #acacac;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	display: block;
	padding: 5px 0;
}
.stats li span {
	background: #e4a941;
	display: inline-block;
	padding: 18px 0;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
}
.stats li {
	padding: 25px 0;
	display: inline-block;
	width: 100%;
}
.stats.owl-carousel .owl-item img {
	display: block;
	width: auto;
	-webkit-transform-style: preserve-3d;
	margin: auto;
}
.candlechart-img::after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/graph.png) no-repeat;
	width: 370px;
	height: 274px;
	bottom: 0;
	right: 0;
	top: -140px;
	margin: auto;
}
 @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
 $green: darken(#2980b9, 15%);
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
.bg2 {
	background: #f3f3f3 url(../images/bg2.jpg);
	background-repeat: repeat;
	background-size: cover;
	text-align: center;
	animation: marquee 30s infinite linear;
}
 @keyframes marquee {
 0% {
 background-position: 0;
}
 100% {
 background-position: -1190px;
}
}
.main_menu {
	display: none;
}
/***************************************************Register*********************************************************/
 

.form-heading h5 {
	font-size: 37px;
	font-family: 'Raleway', sans-serif;
	color: #e4a941;
	font-weight: bold;
}
.form-heading span {
	color: #11204a;
}
.form-bg {
	background: #fff url(../images/form-bg.jpg) bottom repeat-x;
	padding: 25px 0 60px 0;
	border-radius: 20px 20px 0 0;
	width: 75%;
	margin: auto;
	position: relative;
}
.form-bg::after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/bear.png) no-repeat;
	width: 180px;
	height: 209px;
	bottom: 0;
	left: -180px;
	bottom: 0;
}
.form-bg::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/bull.png) no-repeat;
	width: 176px;
	height: 292px;
	bottom: 0;
	right: -175px;
	bottom: 0;
}
.form_block {
	position: relative;
	margin: 15px;
	-webkit-box-shadow: 0px 5px 0px 1px rgba(228,168,65,1);
	-moz-box-shadow: 0px 5px 0px 1px rgba(228,168,65,1);
	box-shadow: 0px 5px 0px 1px rgba(228,168,65,1);
	border-radius: 10px;
}
.form_block i {
	background: #e4a941;
	width: 50px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 11px 0;
	font-size: 16px;
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.form_block i {
	background: #e4a941;
	width: 50px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 11px 0;
	font-size: 16px;
}
.already_acc {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	padding: 20px 0;
}
.submit_btn {
	float: right;
	display: inline-block;
	padding: 20px 0;
}
.already_acc a {
	font-weight: bold;
	color: #cf8d1a;
}
.msg h5 span {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
}
.msg h5 span i {
	font-size: 16px;
}
.msg h5 {
	font-size: 16px;
	margin: 0;
}
.success h5 span {
	color: #23a558;
}
.inner-cpy h5 {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 50px;
}
.inner-cpy h5 a {
	color: #000;
}
.inner-cpy h5 a:hover {
	color: #e4a941;
}
.msg {
	padding: 10px 20px;
	border-radius: 10px;
	width: 65%;
	margin: auto;
	text-align: left;
	margin: 10px auto;
}
.success {
	border: 3px solid #25a85a;
}
.error {
	border: 3px solid #df4439;
}
.error h5 span {
	color: #df4439;
}
/***************************************************Dashboard*********************************************************/

.access-info {
	float: right;
	padding-top: 15px;
}
.access-info li {
	display: inline-block;
	padding: 0 18px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #0155dc;
}
.access-info li b {
	font-family: 'Archivo', sans-serif;
}
.admin-top {
	background: #fff;
	padding: 15px;
}
.access-info li i {
	background: #e6ad47;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	border-radius: 50%;
	font-size: 20px;
	color: #101f48;
}
.user h5 {
	display: inline-block;
	color: #0155dc;
	font-size: 18px;
	vertical-align: bottom;
}
.user span {
	display: inline-block;
}
.user h5 small {
	font-size: 16px;
	display: block;
	line-height: 24px;
}
.admin-btns {
	display: inline-block;
	padding-left: 30px;
}
.user {
	display: inline-block;
}
.admin-btns a {
	margin-right: 30px;
}
.referral-box input[type="text"] {
	font-size: 15px;
	padding-right: 32px;
	padding-left: 45px;
	height: 42px;
	background: #e4a941;
	color: #000000;
	border-radius: 50px;
	font-family: 'Raleway', sans-serif;
}
.referral-box span i {
	position: absolute;
	left: 0;
	top: 0;
	bpt: ;
	bottom: 0;
	margin: auto;
	background: #0155dc;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	padding-top: 12px;
	border-radius: 50px;
}
.referral-box {
	position: relative;
}
.referral-box span i:hover {
	background: #c2bdbd;
}
.user-details {
	padding: 15px 0 0 0;
	border-top: 1px solid rgba(20, 20, 20, 0.27);
}
.admin-menu li a {
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	padding: 15px 5px;
	display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.admin-menu li i {
	font-size: 34px;
	display: block;
	padding-bottom: 7px;
}
.admin-menu li {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: inherit;
	width: 100%;
}
.admin-menu li a:hover {
	background: #e4aa41;
	color: #fff;
}
.payment-balance {
	width: 75%;
	margin: 0 auto 30px;
}
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: middle;
	border-top: 6px solid #e4a941;
	border-right: 5px solid transparent;
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown-menu {
	background: #e4a941;
	padding: 0 0;
	text-align: center;
}
.dropdown-menu li {
	display: inline-block;
	width: 100%;
}
.dropdown-menu a {
	padding: 4px 0 !important;
}
.dropdown-menu li a:hover {
	background: #fff;
	color: #000;
}
.acc-info h5 {
	display: inline-block;
	color: #e2a83f;
	font-size: 28px;
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	margin: 0;
	padding-left: 15px;
	border-left: 1px solid rgba(252, 255, 255, 0.3);
}
.admin-middle {
	background: #fff;
	padding: 20px;
}
.acc-info span {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
.acc-info h5 small {
	font-size: 17px;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
}
.acc-info {

background: rgba(0,108,223,1);
background: -moz-linear-gradient(top, rgba(0,108,223,1) 0%, rgba(0,90,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,108,223,1)), color-stop(100%, rgba(0,90,221,1)));
background: -webkit-linear-gradient(top, rgba(0,108,223,1) 0%, rgba(0,90,221,1) 100%);
background: -o-linear-gradient(top, rgba(0,108,223,1) 0%, rgba(0,90,221,1) 100%);
background: -ms-linear-gradient(top, rgba(0,108,223,1) 0%, rgba(0,90,221,1) 100%);
background: linear-gradient(to bottom, rgba(0,108,223,1) 0%, rgba(0,90,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cdf', endColorstr='#005add', GradientType=0 );

	display: inline-block;
	padding: 25px 30px;
}
.admin-head {
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	margin: 0;
	padding: 15px 0;
}
.chartbox {
	background: #005add;
	padding: 20px 0;
	margin: 40px 0;
}
canvas {
	width: 160px;
	margin: 22px 0;
}
.knob_circle {
	display: inline-block;
}
.knob {
	font-size: 50px !important;
	margin-top: 72px !important;
	margin-left: -130px !important;
}
.knob-head {
	font-size: 20px;
	color: #dc9f32;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.active-info li {
	display: inline-block;
	width: 100%;
	font-size: 19px;
	font-family: 'Archivo', sans-serif;
}
.active-info li small {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #dc9f32;
}
.active-info {
	text-align: center;
}
.knob_circle {
	display: inline-block;
	text-align: center;
	width: 48%;
}
.knob-block {
	background: #fff;
	-webkit-box-shadow: 0px 0px 27px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 27px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 27px -11px rgba(0,0,0,0.75);
	padding: 20px;
	margin: 40px 0;
}
.heading.line-yl h4::before {
	content: '';
	position: absolute;
	background: url(../images/heading-line2.png) no-repeat;
	width: 37px;
	height: 11px;
	bottom: 0;
	left: -50px;
	top: 3px;
	margin: auto;
}
.heading.line-yl h4::after {
	content: '';
	position: absolute;
	background: url(../images/heading-line2.png) no-repeat;
	width: 37px;
	height: 11px;
	bottom: 0;
	right: -50px;
	top: 3px;
	margin: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.main-balance {
	background: #f6f6f8;
}
.main-balance h5 {
	font-size: 28px;
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
}
.main-balance h5 small {
	display: block;
	font-size: 18px;
	padding: 10px 0;
}
.main-balance h5 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
.main-balance span {
	display: inline-block;
	background: #e4a941;
	padding: 15px;
}
.acc-notes li {
	background: #e4a941;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 8px 35px;
	margin: 0 20px;
}
.acc-notes li b {
	font-size: 20px;
}
.acc-notes {
	text-align: center;
}
.accnotes-block {
	background: #fff;
	margin: 40px 0;
}
.stats-link li {
	display: inline-block;
	padding: 0 15px;
}
.stats-link {
	text-align: center;
}
.admin-cpy {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.admin-cpy a {
	color: #fff;
}
.p-admin-top {
	padding: 50px 40px 0 40px;
}
.p-admin-mid {
	padding: 0 40px;
}
.make-deposit {
	text-align: center;
	background: #005add;
	padding: 10px 0 30px 0;
	width: 90%;
	margin: auto;
}
.make-deposit h5 span {
	font-size: 26px;
	color: #f3a128;
	font-weight: bold;
}
.make-deposit h5 b {
	font-size: 19px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.make-deposit h5 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 20px 0;
}
.deposit-inpt input[type="text"] {
	background: #ffffff;
	color: #0f305b;
}
.make-deposit .form_block.deposit-inpt {
	width: 85%;
	margin: auto;
}
.payment-list li {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 9px 14px;
}.payment-list {
	margin: 20px 0;
}
.reftextarea {
	min-height: inherit;
}.table_page a {
	color: #f3a128;
}table tbody tr td.inheader {
	background-color: #f3a128;
}
.deposit-notes li {
	display: inline-block;
	color: #0f305b;
	font-size: 16px;
	padding: 10px 25px;
}
.deposit-notes {
	background: #e5ac44;
	text-align: center;
	padding: 10px 0;
	width: 90%;
	margin: auto;
}
.table_page i {
	background: #f3a128;
	color: #fff;
	border: transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	margin: 0 5px;
}
.table_page i:hover {
	background: #000;
}
.table_page {
	color: #fff;
	font-size: 15px;
}
.table_page {
	padding: 20px 0;
}
.admin-cpy a:hover {
	color: #f3a128;
}
.transaction-info table {
	border-collapse: collapse;
}
.abt_us h5 {
	font-size: 30px;
	color: #e4a941;
	font-family: 'Archivo', sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
.abt_us span {
	color: #fff;
	font-size: 16px;
}
.abt_us span a {
	color: #fff;
	font-size: 16px;
}
.abt_us {
	text-align: center;
	padding: 30px 0;
}
.abt_us span a:hover {
	color: #e0a53b;
}


/***************************************************news-faq-security*********************************************************/


.news-sec {
    padding: 10px 16px;
    border-radius: 5px;
    min-height: 448px;
    margin-bottom: 20px;
    background: #087ce0;
}
.news-sec h4 {
    margin-bottom: 16px;
    color: #e4a941;
    font-size: 23px;
    text-transform: capitalize;
}
.news-sec h4 a {
    color: #e4a941 !important;
}
.news-sec small {
    color: #000000;
    padding: 5px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    background: #e4a941;
}

.news-sec p {
    font-size: 15px;
    font-weight: 500;
	color: #ffffff;
}
.news-sec-details {
    min-height: inherit;
}
.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,#c2bdbd;

        color: #000000;
}
.faq_accordian .accordion h4 {
        

background: url(../images/accordian_arrow_down.png) no-repeat center right,#e4a941;

         
        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: #ffffff;
    line-height: 30px;
    background: #087ce0;
    padding: 10px;
}

.faq_accordian .accordion .open {display: block;}
.security-block h4 {
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 17px;
       background: #76b529;
}
.security-block {
    background: #002a4c;
}
.security-block ul {
    text-align: center;
    margin: 0;
    padding: 20px 0;
}
.security-block ul li {
    display: inline-block;
    padding: 0 9px;
    color: #fff;
    font-size: 16px;
}
.sec-links li {
    color: #000000;
    padding: 8px 0px;
	list-style-type: none;
}
.security-note h5 {
    font-size: 16px;
    color: #ffffff;
    background: #76b529;
    text-align: center;
    padding: 12px 20px;
    display: inline-block;
    margin: 10px 0px;
}
option {
    background: #3690ce;
}
.forgot-pass {
    text-align: center;
	padding: 20px 0px;
}
.forgot-pass a
{
font-size:15px;
color: #11204a;
text-transform:capitalize;
font-weight:bold;
}

.ref-link span {
    padding: 10px 0px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}
.ref-link {
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.tcu
{
text-align:center;
}



 
 