@charset "utf-8";
/* CSS Document */
	
.faq .row {
    padding: 25px 20px;
    background-color: #fea703 !important;
    cursor: pointer;
    margin-bottom: 20px;
}
.rulespage{
	border-color: #fea703 !important;
}

body {

    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: auto;
}

#wrapper {

    width:100%;
}

.wrap {

    width:1200px;
	margin:0px auto;
}

.clear {
	
    clear: both;
}

a {
    text-decoration: none !important;
}


.menu-bg {

	display:inline-table;
	background:#fff;
	background-position:center;
	background-repeat:no-repeat;
}

.menu {

	width:100%;
	float:left;
	padding-bottom: 15px;
}

.menu .top-logo{

    width: 30%;
    float: left;
    padding-top: 30px;
    padding-left: 55px;
}
.menu .top-logo img:hover {

    opacity: 0.7;
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
}

.menu .top-menu{

    width: 60%;
    float: left;
    padding-top: 25px;
}

.menu .top-menu ul {

    margin: 0px;
    padding:0px;
}

.menu .top-menu ul li {

    float:left;
	padding: 16px 2px;
	list-style-type: none;
}

.menu .top-menu ul li a {

    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #2b2b2c;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 5px;
	text-transform: uppercase;
}

.menu .top-menu ul li a:hover {

    color: #fff;
    transition: 0.7s;
	background:linear-gradient(#575fb3, #893fd5);
	border: 1px solid #893fd5;
    padding: 10px 15px;
    border-radius: 5px;
}

.activePinky{
    color: #fff !important;
    transition: 0.7s;
	background:linear-gradient(#575fb3, #893fd5);
	border: 1px solid #893fd5;
    padding: 10px 15px;
    border-radius: 5px;
}

.bgDim{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.bgDim1{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.slide-bg {


	height:788px;
	background:url(img/slide-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-table;
}

.slide {

	width:100%;
	float:left;
}

.slide .slide-cont {

    width: 63%;
    float: left;
    padding-top: 180px;
	
}

.slide .slide-cont .slide-cont1{

	width:100%;
    float: left;
}

.slide .slide-cont .slide-cont1 span {

	font-family: 'Poppins', sans-serif;
    font-size:36px;
    text-align: justify;
	font-weight:bold;
	color:#fff;
	padding-left:60px;	
}

.slide .slide-plan {

	width: 39%;
    float: left;
    text-align: center;
    padding-left:50px;
}

.slide .slide-plan span {

    font-family: 'Poppins', sans-serif;
    font-size: 36px;
	font-weight:bold;
    color: #fff;
    line-height: 75px;
    border: 1px solid #0404046e;
    background: #0404046e;
    padding: 5px;	
}

.slide .slide-cont .slide-invest {

    width:80%;
    float: left;
    padding-left: 58px;
    padding-top: 30px;
}

.slide .slide-cont .slide-invest .start
{

}

.slide .slide-invest .start a
{
	 color:#fffd4c;
	 font-size:16px;
	 font-weight: bold;
	 font-family: 'Poppins', sans-serif;
	 text-transform:uppercase;
	 float:left; 
	 padding:0px 55px;
	 line-height:47px;
	 border:3px solid #3264e6;
	 border-radius: 30px;
	 display: inline-block;
     transition-duration: .5s;
     transition-property: transform;

}

.slide .slide-invest .start a:hover
{
	color:#fff;
	background:#000000;
	transition: 0.7s;
	transform: translateY(15px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	box-shadow: 0px 0px 10px 0px;
	
}
.slide .slide-invest .start3
{
	color:#fff !important;
	background:#000000 !important;
    margin-left: 20px;
	border:3px solid #bf1218;
}
.slide .slide-invest .start3:hover
{  
	color:#fffd4c !important;
	background:none !important;
	transition: 0.7s;
    border: 3px solid #fffd4c !important;
}

.slide .stabg {
	
	width:32%;
	float:left;
	padding-top:150px;
}

.slide .stabg .stabg1 {
	
	width:100%;
	float:left;
	height:633px;
	background:url(img/sta-bg.png);
	background-position:center;
	background-repeat:no-repeat;
}


.slide .stabg .stabg1 .sta1{
	
	width:80%;
	float:left;
	padding:68px 0px 0px 120px;
}

.slide .stabg .stabg1 .sta1 span{
	
	 font-family: 'Muli', sans-serif;
	 font-size:20px;
	 color:#0029fd;
}

.slide .stabg .stabg1 .sta1 b{
	
	 font-family: 'Muli', sans-serif;
	 font-size:38px;
	 color:#fff;
	 font-weight:bold;
}


.abo-bg {

	display:inline-table;
	height:650px;
	background:#fff;
	background-position:center;
	background-repeat:no-repeat;
}

.abo {

	width:100%;
	float:left;
}

.abo .abobg{

	width:100%;
	float:left;
	padding-top:100px;
}


.abo .abobg .abobg1{

	width:100%;
	float:left;
	height:500px;
	background:url(img/abobg.png);
	background-position:center;
	background-repeat:no-repeat;
}

.abo .abobg .abobg1 .abo-left{

	width:39%;
	float:left;
}

.abo .abobg .abobg1 .abo-left .watch{

    width: 50%;
    float: left;
    padding-top: 350px;
    padding-left: 80px;
}

.abo .abobg .abobg1 .abo-left .watch a{

	 font-family: 'Muli', sans-serif;
	 font-size:20px;
	 color:#ffffff;
	 padding:0px 45px;
	 line-height:47px;
	 border:1px solid #fff;
	 border-radius: 0px;
	 display: inline-block;
     transition-duration: .5s;
     transition-property: transform;
}

.abo .abobg .abobg1 .abo-left .watch a:hover{

	color:#fff;
	background:#551b98;
	border:1px solid #551b98;
	transition: 0.7s;
	transform: translateY(15px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	box-shadow: 0px 0px 10px 0px;
}

.abo .abobg .abobg1 .abo-right{

    width: 55%;
    float: left;
    padding: 50px 0px 0px 0px;
}

.abo .abobg .abobg1 .abo-right .abo-head{

	width:100%;
	float:left;
	font-family: 'Poppins', sans-serif;
    font-size: 30px;
	font-weight:bold;
    color: #072359;
}

.abo .abobg .abobg1 .abo-right .abo-head p{

	font-family: 'Poppins', sans-serif;
    font-size:16px;
	font-weight:normal;
    color: #8f939b;
	line-height: 30px;
}

.abo .abobg .abobg1 .abo-right .abo-read{

    width: 40%;
    float: right;
	padding-top:10px;
}

.abo .abobg .abobg1 .abo-right .abo-read a{

	 font-family: 'Poppins', sans-serif;
	 font-size:20px;
	 color:#15befc;
	 padding: 0px 45px;
     line-height: 47px;
	 border:1px solid #15befc;
	 border-radius: 0px;
	 display: inline-block;
     transition-duration: .5s;
     transition-property: transform;
}

.abo .abobg .abobg1 .abo-right .abo-read a:hover{

	color:#000;
	background:#15befc;
	border:1px solid #15befc;
	transition: 0.7s;
	transform: translateY(10px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	box-shadow: 0px 0px 10px 0px;
}


.plan-bg {


	height:800px;
	background:url(img/plan-bg5.jpg);
	background-position:center;
	background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
	display:inline-table;
}

.plan {

	width:100%;
	float:left;
}

.plan .planbg{

	width:100%;
	float:left;
	padding-top: 50px;
}

.plan .plan-head{

    width: 90%;
    float: left;
	padding-top:50px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #f8faff;
    padding-left: 50px;
}

.plan .planbg .planbg1{

	width:30%;
	float:left;
	margin-left:35px;
	height:550px;
	background:url(img/planbg.png);
	background-position:center;
	background-repeat:no-repeat;
}


.plan .planbg .planbg1 .plan-day{

	font-family: 'Source Sans Pro', sans-serif;
    font-size:48px;
    font-weight: bold;
    color: #fff;
	text-align: center;
    width:100%;
    float: right;
    padding-top: 20px;
}

.plan .planbg .planbg1 .plan-day p{

    font-family: 'Source Sans Pro', sans-serif;
    font-size:30px;
    font-weight: normal;
    color: #fff;
	margin:0;
}

.plan .planbg .planbg1 .plan-min{

	font-family: 'Roboto Slab', sans-serif;
    font-size:18px;
    color: #f8faff;
	text-align: center;
    width:100%;
    float: left;
    padding-top: 60px;
}

.plan .planbg .planbg1 .plan-min p{

    font-family: 'Roboto Slab', sans-serif;
    font-size:18px;
    font-weight: bold;
    color: #072359;
	margin:0;
}

.plan .planbg .planbg1 .plan-max{

	font-family: 'Roboto Slab', sans-serif;
    font-size:18px;
    color: #f8faff;
	text-align: center;
    width:100%;
    float: left;
    padding-top:33px;
}

.plan .planbg .planbg1 .plan-max p{

    font-family: 'Roboto Slab', sans-serif;
    font-size:18px;
    font-weight: bold;
    color: #072359;
	margin:0;
}

.plan .planbg .planbg1 .plan-per{

	font-family: 'Roboto Slab', sans-serif;
    font-size:18px;
    color: #7a7a7a;
	text-align: center;
    width:100%;
    float: left;
    padding-top:23px;
}

.plan .planbg .planbg1 .plan-per p{

    font-family: 'Roboto Slab', sans-serif;
    font-size:18px;
    font-weight: bold;
    color: #072359;
	margin:0;
}

.plan .planbg .planbg1 .plan-invest {

    width: 100%;
    float: left;
    padding-top: 30px;
    text-align: center;
} 

.plan .planbg .planbg1 .plan-invest a{

	 font-family: 'Oswald', sans-serif;
	 font-size:18px;
	 letter-spacing: 1px;
	 background:linear-gradient(#fec300, #fea703);
	 border:1px solid #fea703;
	 color:#fff;
	 padding: 0px 45px;
     line-height: 47px;
	 border-radius: 5px;
	 display: inline-block;
     transition-duration: .5s;
     transition-property: transform;
}

.plan .planbg .planbg1 .plan-invest a:hover{

	color:#fff;
	background:linear-gradient(#fec300, #fea703);
	border:1px solid #fea703;
	transition: 0.7s;
	transform: translateY(15px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	box-shadow: 0px 0px 10px 0px;
}

.plan .planbg .planbg1 .plan-prince{

	font-family: 'Roboto Slab', sans-serif;
    font-size:14px;
    color: #7a7a7a;
	text-align: center;
    width:100%;
    float: left;
    padding-top:35px;
}

.cal-bg {


	height:120px;
	background:url(img/cal-bg.html);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-table;
}

.calci
{
    width: 80%;
    text-align: center;
    background: transparent;
    margin:26px 0px 20px 0px;
    padding:0px 0px 0px 240px;
    float: left;
}

.advan-bg {
	height:650px;
	background:url(img/advan-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-table;
}

.advan {

	width:100%;
	float:left;
}

.advan .advan-head{

    width: 90%;
    float: left;
	padding-top:100px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #072359;
    padding-left: 50px;
}

.advan .advanbg{

	width:100%;
	float:left;
    padding-top: 30px;
}

.advan .advanbg .advanbg1{

	width:30%;
	float:left;
	margin-left:35px;
	height:400px;
	background:url(img/advanbg.png);
	background-position:center;
	background-repeat:no-repeat;
}

.advan .advanbg .advanbg1 .advan-img{

	width:100%;
	float:left;
    padding-top:80px;
	text-align:center;
}

.advan .advanbg .advanbg1 .advan-img img{

	margin-left:15px;
}

.advan .advanbg .advanbg1 .advan-cont{

    width: 50%;
    float: left;
    text-align: center;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #d4a3a3;
    padding-left: 120px;
}

.work-bg {

	height:650px;
	background:url(img/work-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
    display:inline-table;
}

.work {

	width:100%;
	float:left;
}

.work .work-head {

    width: 90%;
    float: left;
	padding-top:100px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #072359;
    padding-left: 50px;
	
}

.work .workbg {

	width:100%;
	float:left;
	padding-top:20px;
	
}

.work .workbg .work-bg1 {

	width:50%;
	float:left;
	height:260px;
	background:url(img/work-bg1.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left: 32px;
	
}


.work .workbg .work-bg1 .work-cont1 {

    font-family: 'Myriad Pro', sans-serif;
    font-size:24px;
	font-weight:bold;
	color: #111921;	
	width: 45%;
    float: left;
    padding-top: 75px;
    padding-left: 190px;
}

.work .workbg .work-bg1 .work-cont1 span{

    font-family: 'Myriad Pro', sans-serif;
    font-size:18px;
	font-weight:normal;
	color: #111921;	
}


.work .workbg .work-bg2 {

	width:50%;
	float:left;
	height:270px;
	background:url(img/work-bg2.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top: 48px;
    margin-left: -38px;
	
}


.work .workbg .work-bg2 .work-cont2 {

    font-family: 'Myriad Pro', sans-serif;
    font-size:24px;
	font-weight:bold;
	color: #111921;	
	width: 45%;
    float: left;
    padding-top: 24px;
    padding-left: 224px;
}

.work .workbg .work-bg2 .work-cont2 span{

    font-family: 'Myriad Pro', sans-serif;
    font-size:18px;
	font-weight:normal;
	color: #111921;	
}


.work .workbg .work-bg3 {

	width:50%;
	float:left;
	height:210px;
	background:url(img/work-bg3.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top: 48px;
    margin-left: -15px;
    margin-top: -50px;
	
}


.work .workbg .work-bg3 .work-cont3 {

    font-family: 'Myriad Pro', sans-serif;
    font-size:24px;
	font-weight:bold;
	color: #111921;	
	width: 45%;
    float: left;
    padding-top: 50px;
    padding-left: 224px;
}

.work .workbg .work-bg3 .work-cont3 span{

    font-family: 'Myriad Pro', sans-serif;
    font-size:18px;
	font-weight:normal;
	color: #111921;	
}


.work .workbg .work-bg4 {

    width: 50%;
    float: left;
    height: 286px;
    background: url(img/work-bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 48px;
    margin-left: -30px;
    margin-top: -55px;
	
}


.work .workbg .work-bg4 .work-cont4 {

    font-family: 'Myriad Pro', sans-serif;
    font-size:24px;
	font-weight:bold;
	color: #111921;	
	width: 45%;
    float: left;
    padding-top: 62px;
    padding-left: 266px;
}

.work .workbg .work-bg4 .work-cont4 span{

    font-family: 'Myriad Pro', sans-serif;
    font-size:18px;
	font-weight:normal;
	color: #111921;	
}

.refer-bg {

	height:650px;
	background:url(img/refer-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-table;
}

.refer {

	width:100%;
	float:left;
}

.refer .refer-head {

    width: 90%;
    float: left;
	padding-top:100px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #072359;
    padding-left: 50px;
}

.refer .refer-cont {

    width:60%;
    float: right;
}

.refer .refer-cont p {

    font-family: 'Poppins', sans-serif;
    font-size:15px;
    color: #3a3b3a;
	margin:0;
}


.refer .refer-cont .refer-per{

    width: 80%;
    float: right;
}

.refer .refer-cont .refer-per p {

    font-family: 'Poppins', sans-serif;
    font-size:250px;
	font-weight:bold;
    color: #009eff;
	margin:0;
}

.transbg
{
    height:800px;
	display:inline-table;
	background:url(img/depo-bg.html);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.transcontainer
{
width:100%;
display: flex;
justify-content: space-around;
}

.depo-head {

    width: 90%;
    float: left;
	padding-top:30px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #072359;
    padding-left: 50px;
}

.transcontainer .transleft , .transcontainer .transright
{
    width: 42%;	
	padding-left: 50px;
}
.transcontainer .title
{
    width: 96%;
    float: left;
	margin-left:-25px;
    padding-top: 65px;
	float:left;
	text-align:center;
	font-family: 'Poppins', sans-serif;
    font-size:40px;
	color:#000d1e;
	padding-bottom: 25px;

}
.transcontainer .title span {
	
	color:#009eff;
	font-size:40px;
	font-family: 'Poppins', sans-serif;
}


.transcontainer table
{
	/*background:url(images/stat_bg1.jpg);
	background-size: cover;
	padding-bottom:30px;*/
}
.transcontainer table td
{
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 50px;
	
}

.transcontainer table tr:nth-child(odd) 
{
	text-align: center;
	background:url(img/depobg.html);
	background-repeat:no-repeat;
	background-position:center;
}
.transcontainer table tr:nth-child(even) {

    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background: transparent !important;

}


.foot-bg{

    height:450px;
	display:inline-table;
	background:url(img/foot-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
    background-size:cover;
    /* background-color: #000000; */
}

.foot {

	width:100%;
	float:left;
	padding-top:50px;
}

.foot .foot-contact{

    width: 40%;
    float: left;
    padding-left:100px;
}

.foot .foot-contact span{

	font-family: 'Source Sans Pro', sans-serif;
    font-size:18px;
	font-weight:bold;
    color: #ffffff;
}

.foot .foot-contact .foot-contact1 {

	width:50%;
	float:left;
	padding-top:10px;
    padding-left:30px;
	line-height:40px;
}

.foot .foot-contact .foot-contact1 img{

	position: absolute;
    margin: 8px -35px;
}


.foot .foot-contact .foot-contact1 img:hover{

    transition: transform .8s ease-in-out;
    transform: rotate(360deg);
}


.foot .foot-contact .foot-contact1 span{

	font-family: 'Source Sans Pro', sans-serif;
    font-size:16px;
    color: #ffffff;
	font-weight:normal;
}

.foot .foot-contact .fb {
	
    width:55%;
    float: left;
    padding-top: 30px;
    text-align: center;
}
 
.foot .foot-contact .fb img:hover{
	
	opacity: 0.7;
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
}

.foot .foot-acc{

    width:50%;
    float: left;
}

.foot .foot-acc span{

	font-family: 'Source Sans Pro', sans-serif;
    font-size:18px;
	font-weight:bold;
    color: #ffffff;
}

.foot .foot-acc .pay{

    width:100%;
    float: left;
	padding-top: 30px;
}

.foot .foot-acc .pay img{

    width:100%;
}

.foot .copy{

    width:45%;
    float: left;
    padding-top: 50px;
    padding-left: 85px;
}

.foot .copy span{

    font-family: 'Source Sans Pro', sans-serif;
    font-size:14px;
    color: #ffffff;
}

.foot .clients {
	
	width:30%;
    float: left;
    padding-top:12px;
}
























/*************** footer **********/



/************ member area ***********/

/********** registration part **********/
.box6{
    /*box-shadow: 0px 4px 10px 3px #303131;
    padding: 10px;
background: -webkit-linear-gradient(#303131, #303131);
    background: -o-linear-gradient(#303131, #303131);
    background: -moz-linear-gradient(#AEB8C7, #303131);
    background: linear-gradient(#AEB8C7, #303131);*/
	background:#FFFFFF;
font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:25px;
	padding-bottom:10px;
	    color: #555;
}
.inpts{
height: 40px;
outline:none;
}
::-webkit-input-placeholder { /* Chrome */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}
input.sbmt{
   background: #fea703;
    color: #ffffff;
    border: 1px solid #fea703;
    padding: 10px 30px;
    outline: none;
    box-shadow: inset 0 0 0 0 #5f5ab9;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    display: inline-block;
	font-size:18px;
	cursor:pointer;
}
input.sbmt:hover
{
    background: #061d47;
    color: #ffffff;
    box-shadow: inset 100px 0px 0px 0px #061c44;
    border: 1px solid #061d47;
    animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
#formname{
text-align: center;
    text-transform: uppercase;
    color:#000000;
    font-size: 22px;
	border:3px solid #09b719;
	}
#formname_main
{
    color: #fea302;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    /*background: #1f9877;*/
    border-radius: 0px;
    padding: 10px 0;
    width: 100%;
    margin:0px;
    font-family: 'Roboto', sans-serif;
	    margin-top: 10px;
}
#formname_sub
{
color:#222;
text-transform:uppercase;
font-size:18px;
text-align:left;
/*background:#D1A703;*/
padding: 10px;
width:40%;
border-bottom: 3px solid #e6e6e6;
margin:5px 0px;
font-family: 'Roboto', sans-serif;
}
#formname_mainleft
{
	color: #9736df;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    /*background: #1f9877;*/
    border-radius: 0px;
    padding: 10px;
    width: 1180px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
	margin-top:10px;
}
#formname_mem
{
color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
        background: #1f9877;
    border-radius: 0px;
    padding: 10px;
    width: 1180px;
    margin: 5px 0px;
    font-family: 'Roboto', sans-serif;
}
.alls{
height:auto !important;
}
p#menu-icon{
    height: 51px;
    position: absolute;
    width: 60px;
    /* border-right: 5px solid #FFFFFF; */
    /* margin-right: 10px; */
    top: -40px;
    left: -63px;
}
table.account_table{
    font-size: 16px;
    width: 100%;
    float: left;
    text-decoration: none;
    line-height: 50px;
    font-weight: bold;
    color: white;
    padding: 0;
    margin-left: 6px;
    margin-top: 6px;
}
table.account_table img
{
max-width:100%;
border-radius: 7px;
}
table.account_table img a
{
opacity:0.4;
filter:alpha(opacity=40);
}
table.account_table img a:hover
{
opacity:1.0;
filter:alpha(opacity=100);
text-decoration:none;
}
.account_table img
{
max-width:100%;
}
.account_table img:hover
{
transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
}
.member_detail{
       width: 92%;
    margin: 0px auto;
    margin: 0px 0px 15px 0px;
    float: left;
    font-family: 'Roboto', sans-serif;
/*    background: #28272d;*/
    border-radius: 0px;
}
.member_detail .left
{
    float: left;
    width: 48%;
    background: #00349a;
}
.member_detail .left tr td
{
    border-bottom: 1px solid #fff;
    line-height: 15px;
    padding: 18px;
}
.member_detail .right
{
    float: right;
    width: 48%;
    background: #3f78ea;
}
.member_detail .right tr td
{
    border-bottom: 1px solid #fff;
    line-height: 15px;
    padding: 18px;
}
.member_detail table tr td
{
/*border-bottom: 1px solid #ffcc00;
    border-left: 1px solid #ffcc00;*/
}
.member_detail .m1
{
width:30%;
float:left;
}
.member_detail .m1
{
max-width:100%;
/*margin:10px 0px 0px 0px;*/
}
.member_detail .m2
{
width:44%;
float:left;
}
.member_detailref{
width: 80%;
    /* margin: 48px 0px 0px 0px; */
    padding: 0px;
    /* float: left; */
    font-family: 'Ubuntu', sans-serif;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 20px;
    padding-bottom: 0px;
}
.member_detailref .member-head{
	
    background-color: #9637df;
    border: 1px solid #595eb5;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    width: 97%;
    text-align: center;
    margin-left: 5px;
    box-shadow: 0px 2px 10px 0px #595eb5;
    padding: 0px;
}

.member_detailref .member-head span{
	
    color: #fff;
    font-size:45px;
    font-weight: bold;
}

.member_detailref img
{
max-width:100%;
}
.member_detailref img:hover
{
transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
}
.member_detail > #formname_r{
  color: #FFFFFF;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    background: #7545b4;
    line-height: 45px;
    height: 45px;
}
table.make_deposit td.second{
background:#242e35;
    color: #fff;
    padding: 10px;
}
table.make_deposit td.first{
background:#242e35;
    color: #fff;
    padding: 10px;
		font-family: 'Roboto', sans-serif;
	
}
.memberuser
{
float:left;
width:100%;
  /*  background: #D1A703;*/
	height:100px;
}
.memberuser table tr td
{
color:#FF0000;
font-family: 'Roboto', sans-serif;
font-size:16px;
}
.navigation a
{
    font-size: 16px;
    width: 210px;
    float: left;
    text-decoration: none;
    line-height: 50px;
    font-weight: bold;
    color:#fff;
}
/*.navigation a:hover
{
color:#00FF66;
text-decoration:underline;
}*/
.navigation
{
opacity:1;
margin-top:20px;
}
.navigations td
{
	font-family: 'Roboto', sans-serif;
    color: #E7BA04;
    /* font-size: 15px; */
    padding: 0;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    /* border-radius: 7px; */
    vertical-align: bottom;
    position: relative;
    height: 50px;
    width: 164px;
    text-align: center;
    font-weight: bold;
}
}
.navigations td a {
    color: #fff !important;
    position: relative;
}

.navigations td a:hover {
	
	color:#0a2b62;
	transition:0.7s;
}
.navigations td a img{
padding:3px 30px 0;
}
.navigations th
{
font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    border-color: #666a6b;
    background-color:#7545b4;
}
.navigations td:hover
{
    font-family: 'Roboto', sans-serif;
    font-style: Narrow;
    font-size: 17px;
    color: #000;
    /*box-shadow: inset 0 0 0 0 #9637df;
    background-color: #5f5ab9;*/
}
.register
{
    width: 90%;
    margin: 0px 5%;
	}
	.register table tr td
	{
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    background: #5c5cb7;
    color: #FFF;
    line-height: 18px;
    border-radius: 3px;
    padding: 13px;
    border: 1px solid #fff;
	}
/*
.inheader{
    background: #E4B704;	
}
.item {
    background: #F5F2DC;
	}*/
.table_r
{
width:100%;
height:auto;
}
.table_r .table_r1
{
width: 61%;
height: 200px;
background:#02243c;
float: left;
font-family: 'Roboto', sans-serif;
border-radius: 0px;
 margin: 0px 0px 0px 0px;
}
.table_r .table_r1 .left
{
float:left;
width:44%;
    margin: 10px 0px 0px 0px;
}
.table_r .table_r1 .left img
{
max-width:100%;
}
.table_r .table_r1 .right
{
float:left;
width:50%;
    margin: 0px 0px 0px 0px;
}
.table_r .table_r1 .right .text1
{
color: #fff;
font-family: "Open Sans",sans-serif;
font-size: 25px;
text-transform: uppercase;
padding: 55px 0px 0px 0px;
font-weight: bold;
}
.table_r .table_r1 .right .text2
{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: inherit;
    padding: 13px 0px 0px 20px;
    font-weight: bold;
}
.table_r .table_r1 .reg
{
    float: left;
    width: 50%;
    background: #3f78ea;
    height: 75px;
    border-radius: 0px 0px 0px 0px;
	    margin: 20px 0px 0px 0px;
}
.table_r .table_r1 .reg .title
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 16px 0px 0px 0px;
}
.table_r .table_r1 .reg .subtitle
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 2px 0px 0px 0px;
}
.table_r .table_r1 .last
{
    float: left;
    width: 50%;
    background: #003399;
    height: 75px;
    border-radius: 0px 0px 0px 0px;
	    margin: 20px 0px 0px 0px;
}
.table_r .table_r1 .last .title
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 16px 0px 0px 0px;
}
.table_r .table_r1 .last .subtitle
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 2px 0px 0px 0px;
}
.table_r .table_center
{
float:left;
width:20%;
}
.table_r .table_r2
{
    width: 30%;
/*height: 235px;
background: #212424;*/
    float: left;
font-family: 'Roboto', sans-serif;
	border-radius: 5px;
	    margin: -10px 0px 0px 7px;
}
.table_r .table_r2 .button
{
float:left;
width:100%;
}
.table_r .table_r2 .button .but1
{
text-align:center;
width:100%;
margin: 0px 0px 0px 0px;
}
.table_r .table_r2 .button .but1 a
{
text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    background: #3f78ea;
        padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #003399;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but1 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #003399;
}
.table_r .table_r2 .button .but2
{
text-align:center;
width:100%;
margin: 71px 0px 0px 0px;
}
.table_r .table_r2 .button .but2 a
{
text-decoration: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ffffff;
    background: #003399;
    padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #3f78ea;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but2 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #3f78ea;
}
.table_r .table_r2 .button .but3
{
text-align:center;
width:100%;
margin: 141px 0px 0px 0px;
}
.table_r .table_r2 .button .but3 a
{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    background: #3f78ea;
    padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #003399;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but3 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #003399;
}
.table_r .table_r2 .button .but4
{
text-align:center;
width:100%;
margin: 213px 0px 0px 0px;
}
.table_r .table_r2 .button .but4 a
{
text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    background: #003399;
        padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #3f78ea;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but4 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #3f78ea;
}
.table_r .table_r3
{
width: 30%;
height: 235px;
background: #212424;
float: left;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
 margin: 0px 0px 0px 7px;
}
.table_rr1
{
width:100%;
float:left;
height:auto;
}
.valids td
{
	font-family: Arial, Helvetica, sans-serif;color:#606362;font-style: Narrow;/*border:1px solid;*/
	font-size: 20px;padding-left:17px;/*border-color:#000000;*//*border-radius:10px;*/
/*	background:#18BD9B;*/
}
.valids td.plan
{
	background:url('images/plan_bg.html') no-repeat;
	height:93px;
}
.valids td.plan1
{
	    background: #CFD6E6;
	height:50px;
}
.valids td.plan b{
    font-size: 20px;
    color: #1B1B1B;
    text-transform: uppercase;
}
.valids b
{
font-family:Arial, Helvetica, sans-serif;font-style:Narrow;font-size:18px;color:#2BB8DA;
}
.valids a
{
color::#2BB8DA;font-family:Arial, Helvetica, sans-serif;font-style:Narrow;font-size:16px; text-decoration:none;
}
.maketb
{
float:left;
width:100%;
}
.maketb .tb1
{
width:50%;
float:left;
}
.maketb .tb1
{
width:50%;
float:right;
}
.icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: #9637de;
    /*-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;*/
    border-radius: 0px 0 0 0px;
}
h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
 /* border: 2px solid #06D85F;*/
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
/*.button:hover {
  background: #06D85F;
}
*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -1px;
  right: 13px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #10e1d5;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
	}
.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	}
	
	
.signupalign
{
width:100%;
}
.signupalign .tab1
{
float:left;
width:50%;
}	
.signupalign .tab2
{
float:right;
width:40%;
}		
	
	
	.supportcon
	{
	float:left;
	width:100%;
	}
	.supportcon .sup1
	{
	float:left;
	width:50%;
}
	.supportcon .sup2
	{
	float:left;
	width:45%;
}
    
	
	/*************login redirect style **************/
	.loginrebg
	{
	background:#000000;
	height:700px;
	}
	.loginrecontainer
	{
	float:left;
	width:100%;
	}
	
	
		/*************login redirect style **************/
		
		
/*****poput calc***********************/
h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
 /* border: 2px solid #06D85F;*/
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
/*.button:hover {
  background: #06D85F;
}
*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #000;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  opacity:0.8;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -1px;
  right: 13px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #369223;
}
.popup .close:hover {
  color:#000;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
	}
.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	}
.btc_form btc1 {
text-align:right;
}
/*****poput calc***********************/