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



@font-face {
	font-family: 'Helvetica-roman';
	src: url('../fonts/HelveticaLTStd-Roman.eot');
	src: url('../fonts/HelveticaLTStd-Romand41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
		url('../fonts/HelveticaLTStd-Roman.woff') format('woff'),
		url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'),
		url('../fonts/HelveticaLTStd-Roman.html#HelveticaLTStd-Roman') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Bold';
	src: url('../fonts/HelveticaLTStd-Bold.eot');
	src: url('../fonts/HelveticaLTStd-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaLTStd-Bold.woff2') format('woff2'),
		url('../fonts/HelveticaLTStd-Bold.woff') format('woff'),
		url('../fonts/HelveticaLTStd-Bold.html') format('truetype'),
		url('../fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Roman') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStdcond';
	src: url('../fonts/HelveticaLTStd-BoldCond.eot');
	src: url('../fonts/HelveticaLTStd-BoldCondd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaLTStd-BoldCond.woff2') format('woff2'),
		url('../fonts/HelveticaLTStd-BoldCond.woff') format('woff'),
		url('../fonts/HelveticaLTStd-BoldCond.html') format('truetype'),
		url('../fonts/HelveticaLTStd-BoldCond.svg#HelveticaLTStd-BoldCond') format('svg');
	font-weight: 500;
	font-style: normal;
}


html, body {
	height: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */

 color: #fff !important;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */

 color: #fff !important;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */

 color: #fff !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */

 color: #fff !important;
    opacity: 1;
}


.spend ::-webkit-input-placeholder { /* Chrome/Opera/Safari */

 color: #000 !important;
    opacity: 1;
}
.spend ::-moz-placeholder { /* Firefox 19+ */

color: #000 !important;
    opacity: 1;
}
.spend :-ms-input-placeholder { /* IE 10+ */

color: #000 !important;
    opacity: 1;
}
.spend :-moz-placeholder { /* Firefox 18- */

color: #000 !important;
    opacity: 1;
}



 .register ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f6c70a !important;
  opacity: 1 !important;
  text-transform: uppercase;
}
.register ::-moz-placeholder { /* Firefox 19+ */
  color: #f6c70a !important;
  opacity: 1 !important;
  text-transform: uppercase;
}
.register :-ms-input-placeholder { /* IE 10+ */
  color: #f6c70a !important;
  opacity: 1 !important;
  text-transform: uppercase;
}
.register :-moz-placeholder { /* Firefox 18- */
  color: #f6c70a !important;
  opacity: 1 !important;
  text-transform: uppercase;
}

 .contact_us::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
  opacity: 0.2 !important;
  text-transform: uppercase;  font-family: helveticaltstdcond;  font-size: 16px;
}
.contact_us ::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
   opacity: 0.2 !important;
  text-transform: uppercase; font-family: helveticaltstdcond;  font-size: 16px;
}
.contact_us :-ms-input-placeholder { /* IE 10+ */
   color: #fff !important;
 opacity: 0.2 !important;
  text-transform: uppercase; font-family: helveticaltstdcond;  font-size: 16px;
}
.contact_us:-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
 opacity: 0.2 !important;
  text-transform: uppercase; font-family: helveticaltstdcond;  font-size: 16px;
}


ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}

a:focus, a:hover {
	color: #fff;
	text-decoration: none;
}
a {
	outline: medium none;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #081525;
	background-color: #f3f3f3;
	font-size: 14px;/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


/*------------------------------------------------ Header -------------------------------------------------*/

.page-container {
	background-color: #fff;
}
.top_bar {
  background: #1e1e1e none repeat scroll 0 0;
  padding: 6px 0;
}
.top_bar ul.social a {
  background: transparent none repeat scroll 0 0;
  color: #fcca03;
  font-size: 21px;
  line-height: 28px;
  margin: 0;
}
.top_bar ul.social label {
  color: #fcca03;
  float: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 27px;
}
.top_contact {
	float: left;
}
.top_contact a span {
  color: #fcca03;
  font-size: 12px;
  margin-left: 5px;
  text-transform: none;
}
.top_contact a i {
  color: #fcca03;
  font-size: 19px;    margin-right: 5px;
}

/*--- middle header ---*/


.mid_header {
  background-color: #333333;
  padding: 20px 0;
}
.contact_no i {
  border: 2px solid #fcca03;
  color: #fcca03;
  float: left;
  font-size: 22px;
  margin-right: 20px;
  margin-top: 7px;
  padding: 8px;
}
.contact_no h4 {
  color: #fff;
  font-family: HelveticaLTStd-Bold;
  font-size: 28px;
  margin: 0;
}
.contact_no small {
  color: #fff;
  display: block;
  font-family: roboto;
  font-size: 12px;
  font-weight: 300;
  margin: 5px 0;
}
.contact_no {
  display: inline-block;
  width: 100%;
}


.online_chat{
background: rgba(255,203,0,1);
background: -moz-linear-gradient(top, rgba(255,203,0,1) 0%, rgba(255,254,70,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,203,0,1)), color-stop(100%, rgba(255,254,70,1)));
background: -webkit-linear-gradient(top, rgba(255,203,0,1) 0%, rgba(255,254,70,1) 100%);
background: -o-linear-gradient(top, rgba(255,203,0,1) 0%, rgba(255,254,70,1) 100%);
background: -ms-linear-gradient(top, rgba(255,203,0,1) 0%, rgba(255,254,70,1) 100%);
background: linear-gradient(to bottom, rgba(255,203,0,1) 0%, rgba(255,254,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb00', endColorstr='#fffe46', GradientType=0 );
 border-radius: 5px;
 color: #010101;
    display: inline-block;
    font-size: 16px;
    padding: 6px 49px 6px 14px;
    text-transform: uppercase; float: right; position:relative;
}


.online_chat::after {
  background: rgba(0, 0, 0, 0) url("../images/chat_img.png") no-repeat scroll center center;
  content: "";
  height: 83px;
  position: absolute;
  right: -40px;
  top: -19px;
  width: 81px;
}
/*--- Logo ---*/
.logo {
	float: left;
	padding: 3px 0;
}

.logo a {
  color: #f6c70a;
  font-family: coda;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
}
/*--- bottom header ---*/
.navbar {
  background: #fcca03 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 0;
}
.navbar span {
  float: right;
  margin: 5px 0;
}
.navbar-nav > li {
	float: left;
	margin: 0 1px;
}
.navbar-nav > li > a {
  color: #383737 !important;
  font-family: helveticaltstd-bold;
  font-weight: 400;
  padding: 18px 27px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.navbar-nav > li > a:hover{
	
background: rgba(21,21,21,1); color:#f6c70a !important;
background: -moz-linear-gradient(top, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,21,21,1)), color-stop(100%, rgba(75,75,75,1)));
background: -webkit-linear-gradient(top, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
background: -o-linear-gradient(top, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
background: -ms-linear-gradient(top, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
background: linear-gradient(to bottom, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#4b4b4b', GradientType=0 );

	
	
	}
.navbar-nav > li > a.active {
	color: #f6c70a!important;
	  background: rgba(0, 0, 0, 0) url("../images/nav_hover_img.png") no-repeat scroll center center; width:137px;
	  height:47px;
}

ul.social a {
	background-color: #206bb6;
	border: medium none;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: socialico;
	font-size: 26px;
	font-weight: normal;
	height: 30px;
	line-height: 22px;
	margin: 0 4px;
	text-align: center;
	text-transform: uppercase;
	width: 30px;
}
ul.social li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	float: left;
	padding-left: 0;
	list-style-type: none;
}
header .social {
	float: right;
}
/*--- Slider ---*/


.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	left: 0;
	margin: auto;
	padding: 10px 85px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 10%;
}
.slide-text a.btn.btn-default {
  color: #081525;
}


.slide-text > h1 {
-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;

  color: #ffffff;
  display: inline-block;
  font-family: roboto;
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;

}
.slide-text > h1 span {
  color: #f6c70a;
   font-weight: 900;
}
.slide-text > p {
  animation-delay: 1.1s;
  color: #ffffff;
  display: inline-block;
  font-size: 76px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 0;
  margin-top: 40px;
  padding: 0;
  width: 100%;
}
.slide-text a.btn {
  border: medium none;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  margin: 40px 0;
  padding: 17px 84px;
  text-decoration: none;
  text-transform: none;
     background: #f6c70a none repeat scroll 0 0 !important;
}
.payment_details {
  background: rgba(0, 0, 0, 0) url("../images/shape.png") no-repeat scroll center center;
  height: 309px;
  position: absolute;
  right: 9%;
  text-align: center;
  top: 16%;
  width: 449px;
}
.payment_details h2 {
  font-size: 22px;
  font-weight: 600;
}

.payment_details h2 span {
  font-size: 28px;

}
.payment_details p {
  font-size: 20px;
  padding: 0 70px;
}
.payment_details li {
  display: inline-block;
  margin: 12px 20px;
}

.payment_details li img {
  background-color: #fff;
  padding: 10px 5px;
}

/*------------------------------------- top content------------------------------------------*/

#four_block {
  background-color: #2e2e2e;
   padding: 40px 0;
}
.deposit_plan {
  background: rgba(0, 0, 0, 0) url("../images/dep_plan_bg.png") no-repeat scroll center 19px;
  height: 196px;
  text-align: center;
  width: 296px; cursor: pointer;
}

.deposit_plan h4 {
  background: rgba(0, 0, 0, 0) url("../images/dep_plan_title.png") no-repeat scroll center 0;
  font-size: 30px;
  font-weight: 600;
  height: 84px;
  margin: 0 auto;
  padding: 22px 0 0;
  width: 158px;
}
.deposit_plan span {
  color: #e1e5e6;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: 600;
  width: 100%;  margin-bottom: 10px;
}
.make_deposit .deposit_plan span.dep_include{
-webkit-box-shadow: -1px 12px 5px -11px rgba(0,0,0,0.47);
-moz-box-shadow: -1px 12px 5px -11px rgba(0,0,0,0.47);
box-shadow: -1px 12px 5px -11px rgba(0,0,0,0.47);
}

.deposit_plan span small {
  display: block;
  font-size: 12px;
}
.deposit_plan h5 {
  color: #f6c70a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 4px;
  text-transform: uppercase;
}
.dep_include {
  background-color: #fdfdfd;
  color: #000 !important;
  display: inline-block;
  font-size: 14px !important;
  margin-top: 9px !important;
  padding: 5px 14px;width: auto !important;
}
.deposit_plan:hover h4 {
  background-position: center -110px;
  color: #fff;
}
.deposit_plan:hover {
  background-position: center -194px;
}
.deposit_plan:hover span {
  color: #666060;
}
.deposit_plan:hover h5 {
  color: #000;
}
.deposit_plan:hover .dep_include {
  background-color: #666060;
  color: #fff !important;
}	


/*---- calculate profit---*/

.cal_left {
  border: 2px solid #000000;
  border-radius: 5px;
  float: left;
}
.cal_left li:first-child {
  background-color: #000;
  border-radius: 1px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.cal_left li {
  color: #383737;
  display: inline-block;
  float: left;
  font-size: 24px;
  line-height: 40px;
  padding: 11px 37px;
}
.calculate_profit {
  background-color: #f9c801;
  padding: 25px 0;
}
.cal_btn i {
  color: #f6c70a;
  font-size: 31px;
  margin-right: 20px;
}

.cal_btn{
  float: right;	
	-webkit-box-shadow: 0px 5px 0px 0px rgba(45,44,44,1);
-moz-box-shadow: 0px 5px 0px 0px rgba(45,44,44,1);
box-shadow: 0px 5px 0px 0px rgba(45,44,44,1);
background: rgba(21,21,21,1);
background: -moz-linear-gradient(top, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,21,21,1)), color-stop(100%, rgba(75,75,75,1)));
background: -webkit-linear-gradient(top, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
background: -o-linear-gradient(top, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
background: -ms-linear-gradient(top, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
background: linear-gradient(to bottom, rgba(21,21,21,1) 0%, rgba(75,75,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#4b4b4b', GradientType=0 );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

    color: #fff;
    font-size: 24px;
    padding: 19px 31px;
	}
.cal_btn:hover {
  color: #fff !important; box-shadow:none;
}
	
	
/*---- about us---*/


.about_us {
	padding: 20px 0;
}
.about {
	background-color: #081525;
	cursor: pointer;
	margin: 30px 0;
	padding: 25px 20px;
	position: relative;
	text-align: center;
}
.about_us h4 {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about_us p {
  color: #383737;
  line-height: 26px;
  margin-bottom: 30px;
}
.about_us img {
	-webkit-box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.56);
-moz-box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.56);
box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.56);
  
}
/*---- features-----*/

.features{  text-align: center;background: rgba(0, 0, 0, 0) url("../images/feature_bg.jpg") repeat scroll 0 0; padding:30px 0; }
.features h4 {
  color: #fff;
  font-family: helveticaltstdcond;
  font-size: 20px;
  font-weight: 800;
  margin: 30px 0 0;
  text-transform: uppercase;
}
.feat_icon i{color: #fff;  font-size: 65px;}
.feat_icon {  
-webkit-box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.82);
-moz-box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.82);
box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.82);

 border-bottom: 10px solid #e1b400;
    border-top: 10px solid #e1b400;
    display: inline-block;
    padding: 39px 50px;
    position: relative;
 margin: 20px 0 0;
background: rgba(48,48,48,1);
background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,48,48,1)), color-stop(50%, rgba(48,48,48,1)), color-stop(50%, rgba(11,10,10,1)), color-stop(100%, rgba(11,10,10,1)));
background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
background: -o-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
background: linear-gradient(to bottom, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#0b0a0a', GradientType=0 );

}


.feat_icon::before {
  background: rgba(0, 0, 0, 0) url("../images/feature_ico_left.png") no-repeat scroll 0 0;
  content: "";
  height: 163px;
  left: -34px;
  position: absolute;
  top: -10px;
  width: 34px;
}
.feat_icon::after {
  background: rgba(0, 0, 0, 0) url("../images/feature_ico_right.png") no-repeat scroll 0 0;
  content: "";
  height: 163px;
  right: -34px;
  position: absolute;
  top: -10px;
  width: 34px;
}


/*----Project stat-----*/

.project_stat {
  background-color: #f6c70a;
  padding: 20px 0;
}

.stat_left {
  background: rgba(0, 0, 0, 0) url("../images/feature_bg.jpg") repeat scroll 0 0;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  display: inline-block;
  padding: 20px;
-webkit-box-shadow: 0px 4px 37px -4px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 4px 37px -4px rgba(0,0,0,0.45);
box-shadow: 0px 4px 37px -4px rgba(0,0,0,0.45);
}
.stat_left li {
  float: left;
  height: 160px;
  text-align: center;
  width: 33%;
}
.stat_left li h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}
.stat_left li h4 span {
  color: #f6c70a;
  display: block;
  font-family: roboto;
  font-size: 14px;
  margin: 10px 0;
      text-transform: uppercase;
}

.stat_right{ -webkit-box-shadow: 0px 4px 37px -4px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 4px 37px -4px rgba(0,0,0,0.45);
box-shadow: 0px 4px 37px -4px rgba(0,0,0,0.45);
  background-color: #fff;   padding: 20px;
   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

#exTab1 .tab-content {

}

#exTab1 .nav-pills > li > a {
  border-radius: 5px;
  

background: rgba(195,158,11,1);
background: -moz-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,158,11,1)), color-stop(100%, rgba(240,195,15,1)));
background: -webkit-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: -o-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: -ms-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: linear-gradient(to bottom, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c39e0b', endColorstr='#f0c30f', GradientType=0 );

-webkit-box-shadow: 0px 4px 0px 0px rgba(167,134,2,1);
-moz-box-shadow: 0px 4px 0px 0px rgba(167,134,2,1);
box-shadow: 0px 4px 0px 0px rgba(167,134,2,1);

    box-shadow: 0 4px 0 0 rgba(167, 134, 2, 1);
    color: #383737;
    font-size: 15px;
    padding: 7px 34px;
    text-transform: uppercase;
}


#exTab1 ul.nav-pills {
  margin-bottom: 14px;
  text-align: center !important;
}

#exTab1 ul.nav-pills li {
  display: inline-block;
  float: none;
  margin: 0 0 0px;
}
#exTab1 .nav-pills > li.active a {
  box-shadow: none;
}
.last_list ul {
  display: inline-block;
  margin-top: 16px;
}

.last_list ul li {
  background-color: #f6c70a;
  border-top: 3px solid #000000;
  color: #000;
  float: left;
  font-family: helveticaltstdcond;
  font-size: 14px;
  font-weight: 800;
  margin: 0 3px;
  padding: 3px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 120px; transform: skewX(20deg);
}
.last_list ul li span {
  display: inline-block;
  transform: skewX(-20deg);
}
.last_list ul li:last-child {
  background: transparent none repeat scroll 0 0;
  width: 64px;
  border: none;
}
.last_list ul li.name {
  width: 182px;
}

/*----about info-----*/


.reg_btn{

}
.about_info h4 {
  color: #000;
  font-family: helveticaltstdcond;
  font-size: 25px;
}
.about_info p {
  margin: 20px 0;
}
.about_info{ background: rgba(0, 0, 0, 0) url("../images/about_info_bg.jpg") no-repeat scroll 0 0 / cover; width:100%;   padding: 20px 0; }


/*---- footer-----*/
.home-newsletter button {
  box-shadow: none;
}
.footer {
  background: rgba(0, 0, 0, 0) url("../images/footer.jpg") no-repeat scroll 0 0 / cover ;
  padding: 20px 0;
}
.footer .logo {
  margin-bottom: 30px;
}
.footer h2 {
  color: #fff;
  font-family: helveticaltstdcond;
  font-size: 28px;
  margin-bottom: 14px;
 text-transform: none;
}
.footer .address_info h2{font-size: 24px;  text-transform: uppercase; }
.address_info ul {
  margin-top: 23px;
}
.address_info li {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 14px;
}
.address_info li i {
  color: #fcca03;
  margin-right: 10px;
}
.footer h4 {
  color: #fcca03;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
.quick_links li a {
  color: #fff;
  display: inline-block;
  font-family: HelveticaLTStd-Bold;
  font-size: 15px;
  margin-bottom: 6px;
  text-transform: capitalize;
  width: 100%;
}
.quick_links li a:hover {
  color: #f6c70a;
}
.quick_links {
  margin-top: 50px;
}
.copyright {
	color: #ff4e50;
	font-weight: 300;
	text-transform: uppercase;
}
.last_block > h2 {
  float: left;
}
.footer input {
  background: #fff none repeat scroll 0 0 !important;
  border-radius: 0;
  height: 35px;
  margin-left: 0;
  text-transform: none;
  width: 338px !important;
}
.home-newsletter {
  float: right;
  margin-top: 20px;
}
.footer .btn {
  background: #fcca03 none repeat scroll 0 0;
  border-radius: 0;
  color: #342e1d;
  float: right;
  font-size: 16px;
 padding: 7px 24px;
}
.last_block ul.social {
  display: inline-block;
  margin: 40px 0;
}
.footer ul.social li {
  margin: 0 13px;
}
.footer ul.social li a {
  font-size: 37px;
  height: 58px;
  line-height: 55px;
  width: 58px;
}
.footer ul.social li.fb a {
  background-color: #3b5998;
}

.footer ul.social li.pin a {
  background-color: #910101;
}


.footer ul.social li.tweet a {
  background-color: #4099ff;
}


.footer ul.social li.gmail a {
  background-color: #c63d2d;
}


.footer ul.social li.be a {
  background-color: #125688;
}


.footer ul.social li.ln a {
  background-color: #007bb6;
}


.last_block {
  margin-top: 30px;
}
.copyright {
  color: #f6c70a;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}




/*----Color_wrapper-----*/
	
.title {
	text-align: center;
}
.title h2 {
  border-bottom: 3px double #222222;
  color: #000;
  display: inline-block;
  font-family: helveticaltstd-bold;
  font-size: 34px;
  font-weight: 800;
  margin: 10px 0;
  padding: 10px 50px 20px;
}
.title p {
  font-size: 13px;
  margin: 6px auto 23px !important;
  text-align: center;
  width: 52%;
}
.title.white h2 {
  border-bottom: 3px double #fff;
  color: #fff;
}

.title.white p { color:#fff;}



/*---- breadcrump-----*/

.bc {
  background: rgba(0, 0, 0, 0) url("../images/bc.jpg") no-repeat scroll 0 0;
  padding: 37px 0;
  position: relative;
}
.bc .title {
	text-align: left;
}
.bc span {
  color: #f6c70a;
  font-family: helveticaltstdcond;
  font-size: 16px;
}
.bc h2 {
  color: #fff;
  font-family: roboto;
  font-size: 64px;
  font-weight: 900;
 text-transform: capitalize;
}
/*------------------------------------- dashboard------------------------------------------*/




/*----Dash Menu ----*/

.dash_account .title h4, .user_acc .title h4 {
  margin-left: 40px;
}

#dash_nav li {
  background: #333333 none repeat scroll 0 0;
  border: 3px solid #f6c70a;
  color: #fff;
  display: inline-block;
  line-height: 0;
  margin: 4px 0;
    padding: 1px 0;
  text-align: left;
  text-transform: uppercase;
  transform: skewX(-7deg);
  width: 100%;
}
#dash_nav li span {
  display: inline-block;
  line-height: 50px;
  text-align: left;
  transform: skewX(7deg);
}
#dash_nav li i {
  
  color: #f6c70a;
  float: left;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  width: 50px; position: relative;
}
#dash_nav li i::after {
  border: 1px solid #222;
  content: "";
  height: 51px;
  left: 48px;
  position: absolute;
  transform: skewX(-5deg);
}
#dash_nav li span a {
  color: #f6c70a;
  font-family: helveticaltstdcond;
  font-size: 18px;
  font-weight: 600; transform: skewX(7deg);
}

#dash_nav li:hover {
  background-color: #000;
}
.inner_page {
	padding: 40px 0;
}
.dash_menu {
	margin-top: 30px;
	width: 285px;
	position: relative;
}
.username {
  background-color: #333333;
  border-bottom: 3px solid #f6c70a;
  border-left: 3px solid #f6c70a;
  border-right: 3px solid #f6c70a;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 4px;
  padding: 0;
  text-align: center;
  width: 100%;  transform: skewX(-5deg);
}
.username::before {
  background: rgba(0, 0, 0, 0) url("../images/about_after_img_black.png") no-repeat scroll center center / 100% auto;
  content: "";
  height: 36px;
 left: -3px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -36px;
   width: 285px;
}
.username i {
  color: #f6c70a;
  float: left;
  font-size: 25px;
  height: 50px;
  line-height: 58px;
  position: relative;
  transform: skewX(5deg);
  width: 50px;
}
.username i::after {
  border: 1px solid #f6c70a;
  content: "";
  height: 75px;
  left: 48px;
  position: absolute;
  top: -10px;
  transform: skewX(-6deg);
}
.username h4 {
  color: #f6c70a;
  font-family: helveticaltstdcond;
  font-size: 19px;
  padding-left: 65px;
  text-align: left;
  text-transform: uppercase;
  transform: skewX(5deg);
}
.username small {
  color: #fff;
  display: block;
  font-family: helveticaltstdcond;
  margin: 10px 0;
  text-transform: none;transform: skewX(5deg);
}
.dash_account {
  margin-bottom: 30px;
}
.dash_img::after {
  border: 6px solid #f6c70a;
  content: "";
  height: 107px;
  position: absolute;
  top: -21px;
}
.dash_img {
  float: left;
  left: -30px;
  margin-right: 5px;
  margin-top: 42px;
  position: relative;
  z-index: 2;
}
.dash_det {
  margin: 20px 50px;
-webkit-box-shadow: 9px 2px 31px -2px rgba(0,0,0,0.71);
-moz-box-shadow: 9px 2px 31px -2px rgba(0,0,0,0.71);
box-shadow: 9px 2px 31px -2px rgba(0,0,0,0.71);
}
.dash_img i {
  background-color: #f6c70a;
  color: #333333;
  font-size: 36px;
  padding: 13px;
}
.dash_info {
  background: rgba(0, 0, 0, 0) url("../images/dash_info_bg.jpg") repeat scroll 0 0;
  color: #fff;
  height: auto;
  padding: 38px 6px 38px 36px;
  position: relative;
  text-align: left;
  width: 191px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.dash_info::after {
  background: rgba(0, 0, 0, 0) url("../images/wooden_after.png") no-repeat scroll 0 0;
  content: "";
  height: 147px;
  position: absolute;
  right: -35px;
  top: 0;
  width: 35px;
}
.dash_info h4 {
  font-family: HelveticaLTStd-Bold;
  font-size: 26px;
  text-transform: uppercase;
}
.dash_info span {
  display: block;
  font-family: helveticaltstdcond;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.inner_page .title {
	margin-bottom: 20px;
	margin-left:0px;
	text-align: left;
}

.feat_icon1 {
  background: rgba(0, 0, 0, 0) url("../images/feat_ico1.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 164px;
  padding: 30px 0;
  text-align: center;
  width: 294px;
}
.feat_icon1 > small {
  color: #fff;
  font-family: helveticaltstdcond;
  font-size: 15px;
  text-transform: uppercase;
}
.feat_icon1 small i {
  background-color: #f6c70a;
  border-radius: 50%;
  color: #000;
  font-size: 25px;
  margin-right: 10px;
  padding: 7px 9px;
}
.feat_icon1 > h4 {
  color: #f6c70a;
  font-family: helveticaltstdcond;
font-size: 17px;
  text-transform: uppercase; margin: 20px 0;
}


.ref_link::before {
  background: rgba(0, 0, 0, 0) url("../images/feature_ico_left.png") no-repeat scroll 0 0;
  content: "";
  height: 163px;
  left: -34px;
  position: absolute;
  top: -10px;
  width: 34px;
}
.ref_link::after {
  background: rgba(0, 0, 0, 0) url("../images/feature_ico_right.png") no-repeat scroll 0 0;
  content: "";
  height: 163px;
  position: absolute;
  right: -34px;
  top: -10px;
  width: 34px;
}
.ref_link {  
-webkit-box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.82);
-moz-box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.82);
box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.82);

 border-bottom: 10px solid #e1b400;
    border-top: 10px solid #e1b400;
    box-shadow: 0 9px 15px -5px rgba(45, 44, 44, 0.82);
    display: inline-block;
    margin: 30px 40px;
   padding: 17px 50px;
    position: relative;
    text-align: center;
    width: 100%;
background: rgba(48,48,48,1);
background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,48,48,1)), color-stop(50%, rgba(48,48,48,1)), color-stop(50%, rgba(11,10,10,1)), color-stop(100%, rgba(11,10,10,1)));
background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
background: -o-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
background: linear-gradient(to bottom, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 50%, rgba(11,10,10,1) 50%, rgba(11,10,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#0b0a0a', GradientType=0 );

}

.ref_link > small {
  color: #fff;
  font-family: helveticaltstdcond;
  font-size: 25px;
  text-transform: uppercase;
}
.ref_link  small i {
  background-color: #f6c70a;
  border-radius: 50%;
  color: #000;
  font-size: 25px;
  margin-right: 10px;
  padding: 7px 9px;
}
.ref_link > h4 {
  color: #fff;
  font-family: helveticaltstdcond;
  font-size: 26px;
  margin: 20px 0;
  text-transform: none;
    word-wrap: break-word;
}


/*---- deposit-----*/
.make_deposit .title {
  text-align: center;
}
.spend_amt small {
  font-size: 16px;
}
.spend_amt strong {
  color: #f6c70a;
  font-size: 32px;
  margin-right: 10px;
}
.spend_amt h4 {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: helveticaltstdcond;
}
.spend > input {
  background: #fff none repeat scroll 0 0 !important;
  float: left;
  margin: 0 10px;
  width: 420px !important;
  border: none;
  padding: 9px;
}
.spend {
  margin: 24px 0;
}
.dash_calculator small {
	color: #000;
	display: block;
	font-size: 13px;
	margin: 2px 0;
	text-align: right;
	text-transform: uppercase;
}
.deposit span#result {
	margin: 15px auto;
}
.mkdppmnt {
	margin: 40px 0;
	text-align: center;
}
.mkdppmnt p {
	display: inline-block;
	width: 44%;
	margin-bottom: 21px;
}
.mkdppmnt input {
	float: left;
	margin-right: 15px;
	margin-top: 9px;
}
.mkdppmnt input[type="submit"] {
	float: none;
}
.deposit .title {
	margin-bottom: 0;
}
.slctbox input[type="text"], .slctbox input[type="password"], .slctbox select, textarea, .slctbox input[type="email"] {
	background: transparent none repeat scroll 0 0;
	border-bottom: 2px solid #fff;
	border-left: medium none;
	border-radius: 0;
	border-top: medium none;
	box-shadow: none;
	color: #081525;
	font-size: 13px;
	font-weight: 300;
	height: 40px;
	margin-bottom: 40px;
	opacity: 111;
	padding: 8px 20px 8px 5px;
	text-transform: uppercase;
	width: 100%;
}
 .form-control::-moz-placeholder {
 color: #272727;
 opacity: 0.8;
}

.slctbox select {
  color: #f6c70a;
    font-size: 12px;
    font-weight: 800;
  background: url("../images/arw.png") no-repeat scroll 90% center, #333 none repeat scroll 0 0;
  border: 2px solid #f6c70a;
  margin-bottom: 20px;
  	appearance: none;
	-moz-appearance: none;
}
.aflt select option {
	color: #000;
	font-family: typoregular;
}
.aflt *::-moz-placeholder {
 color: #fff !important;
opacity:1;
}
.slctbox .col-md-2 {
	width: 18.5%;
}
/*---- History-----*/
.col-md-offset-1 {
  margin-left: 3.33333%;
}

table.tab {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #DA0014;border-collapse: collapse;}
table.tab th {
    
       font-size: 17px;
    background-color: #333333;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #333333;
    text-align: center;
    color: #fff;
    
    
    
}
table.tab tr {}
table.tab td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #333333;}


table.blank {font-size:14px;color:#333333;width:100%;border-width: 0px;border-color: #9dcc7a;border-collapse: collapse;}
table.blank th {font-size:14px;background-color:#abd28e;border-width: 0px;padding: 8px;border-style: solid;border-color: #9dcc7a;text-align:left;}
table.blank tr {}
table.blank td {font-size:14px;border-width: 0px;padding: 8px;border-style: solid;border-color: #9dcc7a;}




table tbody {
	
}

table tr:hover {
}
table tbody tr:nth-child(2n):hover {
}
.aflt {
	margin: 30px 0;
	z-index: 3;
}
.table-responsive {
  border: none;

}
/*---- make deposit-----*/
.make_deposit .deposit_plan {
  margin-bottom: 40px;
}
.spend_amt {
  margin: 0 40px;
}
.deposit_inner {

}
.funds {
  background: rgba(0, 0, 0, 0) url("../images/dash_info_bg.jpg") repeat scroll 0 0;
  border-radius: 10px;
  display: inline-block;
  margin: 30px 0;
  padding: 30px;
  width: 100%;
  -webkit-box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.82);
-moz-box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.82);
box-shadow: 0px 9px 15px -5px rgba(45,44,44,0.82);
}
.funds li {
  color: #fff;
  display: inline-block;
  float: left;
  font-family: helveticaltstdcond;
  font-size: 19px;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 50%;
}
.funds li input[type="checkbox"] {
  margin-right: 9px;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.funds li:last-child {
  margin-right: 0;
  text-align: center;
  width: 100%;
}

/*---- Register-----*/
.reg_bg .title {

  margin: 30px 0;
  text-align: left;
}
.reg_bg .title h4 {
  font-size: 30px;
}
.register {

}
.reg_ico {
  float: left;
}
.reg_ico i {
  color: #f6c70a;
  font-size: 27px;
  line-height: 56px;
  padding: 0 20px;
  position: relative;
  right: 0;
  transform: skewX(10deg);
}
.reg_ico i::after {
  border: 1px solid #222;
  content: "";
  height: 56px;
  position: absolute;
  right: 0;
  transform: skewX(-13deg);
}
.register input[type="text"], .register input[type="password"] {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #f6c70a;
  float: left;
  font-family: helveticaltstdcond;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  margin-left: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 15px;
  text-transform: none;
  transform: skewX(10deg);
  width: 70%;
}
.reg_bg select {
  background: url("../images/slctarwdwn.png") no-repeat scroll 98% center, transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #f6c70a;
  float: left;
  font-family: helveticaltstdcond;
  font-size: 18px;
  font-weight: normal;
  height: 57px;
  margin-left: 20px;
  padding-bottom: 0;
  padding-left: 0;
  text-transform: none;
  width: 95%; transform: skewX(10deg);
   	appearance: none;
	-moz-appearance: none
}
.reg_input h4 {
	color: #081525;
	display: inline-block;
	font-size: 25px;
	font-weight: 800;
	padding-left: 20px;
	text-transform: uppercase;
}
.register input[type="submit"] {
  background-color: #2fba50;
  border: medium none;
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0px 0 0;
  padding: 16px 52px;
  text-align: center;
  text-transform: none;
}
.register p {
  font-family: helveticaltstdcond;
  font-size: 14px;
  margin: 20px 0;
  padding-right: 100px;
}
.register p span {
	color: #f0f024;
	font-family: typobold;
}
.register p a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.register .form-group {
  background-color: #333;
  border: 3px solid #f6c70a;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  transform: skewX(-10deg);
  width: 95%;
}
.register input[type="checkbox"] {
	margin-right: 10px;
}
/*---- Contact-----*/
.contact_us h5 {
  font-family: helveticaltstdcond;
  font-size: 18px;
  text-transform: uppercase;
}
.contact_us p {
  font-family: Helvetica-roman;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
.address_infor{
  background: #fff url("../images/con_bg.jpg") repeat scroll 0 0;

  height: auto;
     padding: 30px 90px 10px;
  width: 100%;
  -moz-box-shadow: 0px 4px 37px -4px rgba(0,0,0,0.45);
box-shadow: 0px 4px 37px -4px rgba(0,0,0,0.45);
}
.con_ico::after {
  border: 1px solid #222;
  content: "";
  height: 57px;
  left: 46px;
  position: absolute;
  top: -23px;
}
.address_infor li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 14px;
  width: 100%;
}
.address_infor li i {
  color: #fcca03;
  float: left;
  font-size: 28px;
  margin-right: 10px;   width: 28px;
}
.address_infor label {
  color: #f6c70a;
  float: left;
  font-family: helveticaltstdcond;
  font-size: 16px;
  padding: 0 40px;
  width: 170px;
}
.cont_con p {
  font-family: helveticaltstdcond;
  font-size: 14px;
  margin-bottom: 9px;
}
.con_ico {
  position: relative;
}
.con_ico i {
  background-color: #f6c70a;
  border-radius: 50%;
  font-size: 25px;
  padding: 5px 6px;
  transform: skewX(6deg);
}
.contact_us input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  padding-left: 20px;
  transform: skewX(6deg);
}
.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}
.contact_us .form-group label {
  color: #000;
  font-family: helveticaltstdcond;
  text-transform: uppercase;
}
.contact_us textarea {
  background-color: #f2f2f2;
  color: #000;
  font-family: "Roboto",sans-serif;
  height: 150px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-transform: none;
}
.contact_us {
  padding: 50px 0;
  display: inline-block;
}
.cont_con p small {
  color: #f6c70a;
  font-size: 100%;
}
.contact_us input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 10px;
  bottom: 30px;
  box-shadow: none;
  color: #fff;
  font-family: helveticaltstdcond;
  position: absolute;
  right: 30px;
  transform: skewX(0deg);
  padding: 6px 36px;
}
.cont_con {
  float: left;
}
.form_bg {
  background-color: #333333;
  border: 3px solid #f6c70a;
  padding: 14px;
  transform: skewX(-6deg);
}

.contact_us .form-group label small {
  color: #f6c70a;
  font-size: 19px;
}
/*---- faq-----*/
#accordion .panel {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.panel-heading {
  background-color: transparent;
  padding: 17px 0 0;
}
#accordion .panel-title a {
  -moz-border-top-colors: none;
  background-color: #333333;
  display: block;
  font-family: HelveticaLTStd-Bold;
  font-size: 19px;
  font-weight: bold;
  outline: medium none;
  padding: 15px 0 18px 75px;
  position: relative;
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a::before {
  background: url("../images/fap.png") no-repeat scroll 0 0px, rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: -19px;
  content: "";
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 62px;
   left: 8px;
  margin-left: 5px;
  position: absolute;
   transform: skewX(3deg);
  width: 78px;
}
#accordion .panel-title a.collapsed:before{
    background:url("../images/fam.png") no-repeat scroll 0 0px, none repeat scroll 0 0; 
	bottom: -19px;
  content: "";
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 62px;
  left: 8px;
  margin-left: 5px;
  position: absolute;
  width: 78px;  transform: skewX(3deg);
}
#accordion .panel-title a p {
  line-height: 19px;
  transform: skewX(0deg);
}
#accordion .panel-body {
  background: #ececec none repeat scroll 0 0;
  border: medium none;
  color: #feae28;
  font-family: raleway;
  font-size: 15px;
  line-height: 28px;
  padding: 12px 90px 17px 80px;
}
.panel-body > p {
  color: #000;
  font-family: helveticaltstdcond;
  font-size: 17px;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border: medium none;
}
.faaq {
  padding: 55px 0;
}
.faaq .panel-title {
  background-color: transparent;
  border: 3px solid #feae28;
  color: #fff;
  transform: skewX(-6deg); position:relative;
}

/*---- buttons-----*/

.btn {
	border: medium none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	padding: 12px 81px;
	text-decoration: none;
	text-transform: none;
}
.btn-default {
	background: rgba(255,96,99,1);
	background: -moz-linear-gradient(top, rgba(255,96,99,1) 0%, rgba(255,96,98,1) 50%, rgba(255,78,80,1) 50%, rgba(255,78,80,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,96,99,1)), color-stop(50%, rgba(255,96,98,1)), color-stop(50%, rgba(255,78,80,1)), color-stop(100%, rgba(255,78,80,1)));
	background: -webkit-linear-gradient(top, rgba(255,96,99,1) 0%, rgba(255,96,98,1) 50%, rgba(255,78,80,1) 50%, rgba(255,78,80,1) 100%);
	background: -o-linear-gradient(top, rgba(255,96,99,1) 0%, rgba(255,96,98,1) 50%, rgba(255,78,80,1) 50%, rgba(255,78,80,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,96,99,1) 0%, rgba(255,96,98,1) 50%, rgba(255,78,80,1) 50%, rgba(255,78,80,1) 100%);
	background: linear-gradient(to bottom, rgba(255,96,99,1) 0%, rgba(255,96,98,1) 50%, rgba(255,78,80,1) 50%, rgba(255,78,80,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6063', endColorstr='#ff4e50', GradientType=0 );
	color: #081525;
}
.btn-primary {
background: rgba(195,158,11,1)!importnat;
background: -moz-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,158,11,1)), color-stop(100%, rgba(240,195,15,1)));
background: -webkit-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: -o-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: -ms-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: linear-gradient(to bottom, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c39e0b', endColorstr='#f0c30f', GradientType=0 );
-webkit-box-shadow: 0px 4px 0px 0px rgba(167,134,2,1);
-moz-box-shadow: 0px 4px 0px 0px rgba(167,134,2,1);
box-shadow: 0px 4px 0px 0px rgba(167,134,2,1);  color: #000;

}

button, html input[type="button"], input[type="reset"], input[type="submit"]{
background: rgba(195,158,11,1)!importnat;
background: -moz-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,158,11,1)), color-stop(100%, rgba(240,195,15,1)));
background: -webkit-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: -o-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: -ms-linear-gradient(top, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
background: linear-gradient(to bottom, rgba(195,158,11,1) 0%, rgba(240,195,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c39e0b', endColorstr='#f0c30f', GradientType=0 );
-webkit-box-shadow: 0px 4px 0px 0px rgba(167,134,2,1);
-moz-box-shadow: 0px 4px 0px 0px rgba(167,134,2,1);
box-shadow: 0px 4px 0px 0px rgba(167,134,2,1); 
 color: #000;
    font-family: roboto;
    font-size: 16px;
    padding: 6px 46px; border: medium none;
}

.btn-primary:hover, .btn-primary:active {
  box-shadow: none;
  color: #000;
}
.read_more {
	display: block;
	margin: 20px 0;
	text-align: center;
}
input[type="text"], input[type="password"], input[type="email"] {

}
select {

}
select option {
	border: medium none;
	margin: 5px 0;
	padding: 0 5px;
}
.main_bg.inner .title h3 span {
	padding: 0;
}
.aflt .slctbox {
	margin-top: 20px;
}
.title h4 {
  color: #333333;
  font-family: helveticaltstdcond;
  font-size: 25px; text-transform: uppercase;
}


.news > h2 {
  color: #fcca03 ;
  margin-bottom: 20px;
}
.news > p small {
  display: inline-block;
  margin-top: 14px;
}

.msg {
  display: inline-block;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
.before_login {
  margin: 20px 0;
}

.forgot {
  color: #000;
  display: inline-block;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.forgot:hover {
  color: #000;
  text-decoration: underline;
}

table tr td.remove {
  background-color: transparent;
  border: medium none !important;
  padding: 0;
}

table tr th.head {
  background: #1e1e1e none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
.your_dep {
  background-color: #4b4a45 !important;
}
table tr td.your_dep {
  background-color:#4b4a45 !important;
}
table tr th.head1 {
  background: transparent none repeat scroll 0 0;
  font-size: 18px;
}
table tr th.theadb {
  border-radius: 0;
}


.withdraw select {
  -moz-appearance: none;
  background: url("../images/slctarwdwn.png") no-repeat scroll 98% center, #333 none repeat scroll 0 0;
  border: 3px solid #f6c70a;
  border-radius: 0;
  box-shadow: none;
  color: #f6c70a;
  float: left;
  font-family: helveticaltstdcond;
    font-size: 16px;
  font-weight: normal;
  height: auto;
  margin-left: 0;
  padding: 10px;
  text-transform: none;
  width: 100%;
}
.withdraw input.inpts {
  background-color: #333;
  border: 3px solid #f6c70a;
  color: #fff;
  padding: 10px;
  width: 100%;
}
.withdraw .contact_us {
  padding: 0;
  width: 100%;
}
.withdraw {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
.withdraw label {
  margin-bottom: 10px;
}
.pagination > a {
  background-color: #fcca03;
  color: #342e1d;
  padding: 10px;
}
.funds li:first-child {
  width: 100%;
}
.deposit_plan input[type="radio"] {
  width: 100%;
}
.make_deposit .deposit_plan h4 {
  font-size: 12px;
}

.ref table tr th.head {
  background-color: #f6c70a; color:#383737;
}
.reftextarea {
  background-color: #f2f2f2;
  height: 100px;
  text-transform: none;
}
.sec_bg{
	  background: rgba(0, 0, 0, 0) url("../images/shape.png") no-repeat scroll center center;
  height: auto;

  text-align: center;

  width: 100%; margin-bottom: 20px;
	
	}
	.sec_bg > h2 {
  color: #fff;
  font-size: 20px;
  padding: 60px 0 20px;
}
.sec_bg > ul {
  padding-bottom: 20px;
}
.sec_bg ul li {
  color: #fff;
  display: inline-block;
  margin: 0 20px;
}
.dep_include > a {
  color: #000;
  text-transform: uppercase;
}

.dep_include > a:hover {
  color: #fff;

}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{ box-shadow:none;}