@charset "utf-8";
/* CSS Document */
body
{
font-family: 'Raleway', sans-serif;
/*font-family: 'Oswald', sans-serif;
font-family: 'Rajdhani', sans-serif;
overflow-x:hidden;
background-color:#fff;
box-sizing: border-box;
min-width: 390px;
width: 100%;*/
font-size:14px;
margin:0;
padding:0;
height:auto;
background-image:url(images/body_bottom.png); background-repeat:repeat;
}

#wrapper
{
	width:100%;
}
.clear
{
	clear:both;
}
p {
margin:0px;
}
ul li {
list-style:none;
}
a {
text-decoration:none;
transition: all ease 0.2s;
}
/******** top************/


/*Normal style starts*/
.header-bg
{
background-image:url(images/banner.jpg);
background-size:cover;
background-position:center;
background-position-y: 99%;
min-height:180px;
overflow:hidden;
position:relative;
}

@media (max-width : 767px) and (orientation: landscape)  {
.header-bg
{
padding-bottom:180px;
}
}

#snow{
	background: none;
	background-image: url(images/snow1.png), url(images/snow2.png), url(images/snow3.png);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}	

.full_pres {
width:100%;
height:auto;
position:relative;
padding-top: 75px;
z-index:1;
}
.top-bg
{
/*position:relative;*/
padding:10px 0;
position: fixed;
left: 0;
right: 0;
z-index: 999;
}
.top-bg ul li {
display: inline-block  !important;
}
.top-bg ul li a{
    font-family: 'Raleway', sans-serif;
    color: #fff  !important;
    font-weight: normal  !important;
    text-transform: capitalize  !important;
    font-size: 100%;
	line-height:36px;
        width: auto;
		padding:0px 15px;
}

.top-menu .right-btn a:hover {
color:#f3af27;
transition:0.8s;
}





.logo-bg {
padding-bottom:15px;
}
.logo-bg .logo-btn a{
    color: #3e3343;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform:uppercase;
    width: 120px;
	background-color:#fff;
	margin-right:5px;
    text-decoration: none;
    border-radius: 24px;
	display: inline-block;
	position:relative;
	text-align: center;
    line-height: 36px;
}
.logo-bg .logo-btn a:hover {
background-color:transparent;
color: #feb729;
transition:0.8s;
}

/*logo ends*/

/*banner starts*/

.banner-content-bg {
padding:30px 0 90px;
position:relative;
overflow-x:hidden;
}
.banner-content-bg .btc_rate {
font-family: 'Oswald', sans-serif;
text-align:left;
text-transform:inherit;
font-size:18px;
 -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner-content-bg .btc_rate .tie .cryptonatorwidget , .banner-content-bg .btc_rate .tie1 .cryptonatorwidget {
border-radius: 0 !important; 
    padding: 0 !important;
    background: transparent;
    border: none !important;
    font-size: 100% !important;
    color:#16294a !important;
	line-height:30px;

}
.banner-content-bg .btc_rate .tie  .cryptonatorwidget div:first-child:before {
content:"BTC Rate = $";
position:relative;

}
.banner-content-bg .btc_rate .tie1  .cryptonatorwidget div:first-child:before {
content:"ETH Rate = $";
position:relative;
}
.banner-content-bg .btc_rate .tie .cryptonatorwidget div:last-child , .banner-content-bg .btc_rate .tie .cryptonatorwidget div font , .cryptonatorwidget div:nth-child(2) , .banner-content-bg .btc_rate .tie1 .cryptonatorwidget div:last-child , .banner-content-bg .btc_rate .tie1 .cryptonatorwidget div font {
display:none !important;
}
.banner-content-bg .btc_rate .tie .cryptonatorwidget div b font , .banner-content-bg .btc_rate .tie1 .cryptonatorwidget div b font {
display: inline !important;
} 
.banner-content-bg .title {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform:inherit;
    font-size: 50px;
	text-align:center;
	padding-top:20px;
	 -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner-content-bg .sub-title {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform:inherit;
    font-size: 24px;
	padding-bottom:20px;
	 -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner-content-bg .sub-title span {
color:#011b3b;
}
.banner-content-bg .time {
font-family: 'Oswald', sans-serif;
text-align:right;
text-transform:inherit;
color:#16294a;
font-size:18px;
padding-top:10px;
padding-bottom:30px;
 -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner-content-bg .banner_btn a {
display:block;
font-family: 'Oswald', sans-serif;
font-weight:lighter;
width:240px;
text-align:center;
text-transform:uppercase;
color:#fff;
font-size:18px;
line-height:48px;
border:2px solid #fff;
letter-spacing:3px;
position:relative;
}
.banner-content-bg .banner_btn a span{
  display: block;
  
}
.banner-content-bg .banner_btn a:before , .banner-content-bg .banner_btn a:after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #16294a;
}
.banner-content-bg .banner_btn span:before , .banner-content-bg .banner_btn span:after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #16294a;
}
.banner-content-bg .banner_btn a:after{
  left: -2px;
  bottom: -2px;
  transition-delay: 0.6s;
}
.banner-content-bg .banner_btn span:after{
  transition-delay: 0.4s;
  right: -2px;
  bottom: 0px;
}
.banner-content-bg .banner_btn a:before{
  right: -2px;
  top: -2px;
  transition-delay: 0.2s;
}
.banner-content-bg .banner_btn span:before{
  transition-delay: 0s;
  left: -2px;
  top: 0px;
}
.banner-content-bg .banner_btn a:hover:before {
  width: 101.6%;
}
.banner-content-bg .banner_btn a:hover:after {
width: 102%;
}
.banner-content-bg .banner_btn a:hover span:before, .banner-content-bg .banner_btn a:hover span:after{
  height: 100%;
}
.banner-content-bg .banner_btn a:hover:after{
  transition-delay: 0s;
}
.banner-content-bg .banner_btn a:hover span:after{
  transition-delay: 0.2s;
}
.banner-content-bg .banner_btn a:hover:before{
  transition-delay: 0.4s;
}
.banner-content-bg .banner_btn a:hover span:before{
  transition-delay: 0.6s;
}

.banner-content-bg .banner_btn a i {
width:30px;
}
.banner-content-bg .banner_btn a:hover {
transition:0.8s;
transition-delay: 0.8s;
color:#feb729;
}


/*banner ends*/


/*menu starts*/

.reliable-bg {
position:relative;
padding:60px 0;
background-image:url(images/banner-2.jpg);
background-size:cover;
background-position:center;
background-position-y: 99%;
overflow-x:hidden;
}
.reliable-bg .content {
width:360px;
float:left;
display: flex;
justify-content: space-around;
padding-right:0;
padding-bottom:30px;
}
.reliable-bg .content .left {
float:left;
}
.reliable-bg .content .left:before , .reliable-bg .content .right:before , .reliable-bg .content .left:after , .reliable-bg .content .right:after , .reliable-bg .content .right .tie:before , .reliable-bg .content .right .tie:after , .reliable-bg .content .right .text:before , .reliable-bg .content .right .text:after {
content:"";
display:table;
clear:both;
}
.reliable-bg .content .right {
float:left;
padding-left:10px;
text-align:left;
}
.reliable-bg .content .right .tie {
text-transform:inherit;
color:#011b3b;
font-size:21px;
font-weight:500;

}
.reliable-bg .content .right .text {
text-transform:inherit;
color:#8c959e;
font-size:14px;
padding-bottom:10px;
font-weight:500;
}


/*reliable ends*/


/*unique starts*/

.unique-bg {
position:relative;
background-image:url(images/banner-3.jpg);
background-size:cover;
background-position:center;
background-position-y: 99%;
padding-bottom:90px;
margin-top:-3px;
}
.unique-bg .title {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform:uppercase;
    font-size: 30px;
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}
.unique-bg a {
    color: #fff;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    text-transform:inherit;
    width:210px;
	padding:0px 15px;
	background-color:#ff1e4f;
	line-height:48px;
    text-decoration: none;
    border-radius: 6px;
	font-weight:bold;
	display:block;
	margin-top:20px;
	transition:0.8s;
}
.unique-bg a:hover {
transition:0.8s;
color: #ff1e4f;
background-color: #fff;
}

/*unique ends*/

/*about starts*/

.about-bg {
position:relative;
background-image:url(images/banner-4.jpg);
background-size:cover;
background-position:center;
background-position-y: 99%;
padding:90px 0 60px;
}
.about-bg .left {
float:right;
text-align:left;
}
.about .sub-title {
    font-family: 'Raleway', sans-serif;
    color: #333333;
    text-transform:uppercase;
    font-size: 18px;
        width: auto;
		line-height:30px;
}
.about .title {
    font-family: 'Raleway', sans-serif;
    color: #1464f7;
    font-weight: bold;
    text-transform:uppercase;
    font-size: 24px;
        width: auto;
	padding-bottom:15px;
}
.about .left p{
color:#585656;
font-family: 'Raleway', sans-serif;
text-align:justify;
line-height:24px;
font-size:15px;
font-weight:300;
}
.about-bg .col-lg-8 {
padding-left:7%;
}
.about-bg .left .about-btn a {
font-family: 'Raleway', sans-serif;
    color: #062156;
	font-weight:normal;
	font-size:16px;
	text-transform:capitalize;
	display:block;
	background-color:transparent;
	border:1px solid #790b57;
	padding:10px;
	width:180px;
	text-align:center;
	float:left;
	margin-top: 20px;
	margin-right:20px;
}
.about-bg .left .about-btn img {
float:left;
}


/*about ends*/


/*plan starts*/

.plan-bg {
position:relative;
background-image:url(images/banner-5.jpg);
background-size:cover;
background-position:center;
background-position-y: 0;
padding:120px 0 60px;
overflow-x:hidden;
}
.plan .title {
    color: #161c2a;
    font-weight: bold;
    text-transform:inherit;
    font-size: 24px;
	margin-bottom:20px;
}





.plan .plan-box {
display:inline-block;
width:240px;
background-color: transparent;
box-sizing: border-box;
padding: 25px;
text-align:left;
border:1px solid #b1dcf9;
margin-right: 2%;
margin-bottom:10px;
}
.plan .plan-box .tie {
 line-height: 36px;
 color:#161c2a;
 font-size:18px;
 font-family: 'Oswald', sans-serif;
}
.plan .plan-box .per {
 font-family: 'Rajdhani', sans-serif;
 font-size:60px;
 color:#fff;
 font-weight:600;
 }
.plan .plan-box .days {
 font-size:18px;
 color:#fff;
 padding-bottom:15px;
 }
.plan .plan-box .cont p {
 font-size:16px;
 color:#fff;
 text-transform:capitalize;
 }
 .plan .left .text {
 font-size:18px;
 color:#011b3b;
 padding:15px 0;
 font-family: 'Oswald', sans-serif;
 font-weight: 500;
 }
.plan .plan-btn a {
display: inline-block;
font-family: 'Oswald', sans-serif;
font-weight:lighter;
width:100%;
text-align:center;
text-transform:uppercase;
color:#fff;
font-size:18px;
line-height:48px;
border:2px solid #fff;
letter-spacing:3px;
position:relative;
}
.plan .plan-btn a span{
  display: block;
  
}
.plan .plan-btn a:before , .plan .plan-btn a:after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #16294a;
}
.plan .plan-btn span:before , .plan .plan-btn span:after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #16294a;
}
.plan .plan-btn a:after{
  left: -2px;
  bottom: -2px;
  transition-delay: 0.6s;
}
.plan .plan-btn span:after{
  transition-delay: 0.4s;
  right: -2px;
  bottom: 0px;
}
.plan .plan-btn a:before{
  right: -2px;
  top: -2px;
  transition-delay: 0.2s;
}
.plan .plan-btn span:before{
  transition-delay: 0s;
  left: -2px;
  top: 0px;
}
.plan .plan-btn a:hover:before {
  width: 101.6%;
}
.plan .plan-btn a:hover:after {
width: 102%;
}
.plan .plan-btn a:hover span:before, .plan .plan-btn a:hover span:after{
  height: 100%;
}
.plan .plan-btn a:hover:after{
  transition-delay: 0s;
}
.plan .plan-btn a:hover span:after{
  transition-delay: 0.2s;
}
.plan .plan-btn a:hover:before{
  transition-delay: 0.4s;
}
.plan .plan-btn a:hover span:before{
  transition-delay: 0.6s;
}

.plan .plan-btn a i {
width:30px;
}
.plan .plan-btn a:hover {
transition:0.8s;
transition-delay: 0.8s;
color:#feb729;
}
.affiliate .level1 {
float:left;
}
.affiliate .level2 {
float:left;
}
.affiliate .tie {
 font-family: 'Rajdhani', sans-serif;
 color:#6a3075;
 text-transform:capitalize;
 font-size:36px;
}
.affiliate .level2 .cont {
 font-family: 'Rajdhani', sans-serif;
 color:#fff;
 font-size:16px;
 font-weight:600;
 padding-top:20px;
}
.affiliate .level2 .tie {
    display: flex;
    line-height: 120px;
}
.plan-bg .calc {
padding-top:30px;
}
.plan-bg .calc .content {
padding-bottom:30px;
}

/*plan ends*/


/*plan starts*/

.invest-bg {
position:relative;
background-image:url(images/banner-6.jpg);
background-size:cover;
background-position:center;
background-position-y: 99%;
padding:30px 0 60px;
min-height:300px;
overflow-x:hidden
}
.invest {
position:relative;
overflow-x:hidden;
}
.invest-bg .stats {
width:100%;
position:relative;
}
.invest-bg .stats .content {
min-width:240px;
text-align:center;
display:inline-block;
margin-right:2%;
color:#790b57;
font-family: 'Raleway', sans-serif;
text-transform:capitalize;
}
.invest-bg .stats .content .num {
font-size:36px;
}
.invest-bg .stats .content .text {
font-size:14px;
}
.invest .deposit:before , .invest .withdraw:before {
font-family: 'Raleway', sans-serif;
    color: #999999;
    font-weight: 600;
    text-transform:capitalize;
    font-size: 24px;
}
.invest .deposit:before {
content:"Latest Deposit";
position:absolute;
top:0;
left:0;
}
.invest .withdraw:before {
content:"Latest Withdraw";
position:absolute;
top:-30px;
left:0;
}
.invest-bg .deposit {
background-image:url(images/path1.png);
background-position:center;
background-repeat:no-repeat;
height:210px;
position:relative;
width:1170px;
}
.invest-bg .withdraw {
background-image:url(images/path2.png);
background-size:1170px 170px;
background-position:center;
background-repeat:no-repeat;
height:210px;
position:relative;
width:1170px;
margin-top: 50px;
}
.invest-bg .deposit .list , .invest-bg .withdraw .list {
position:absolute;
width:180px;
text-align: -moz-center;
text-align: -webkit-center;
text-align: -o-right;
text-align: -ms-right;
}
.invest-bg .list .num {
font-family: 'Oswald', sans-serif;
font-weight:lighter;
text-align:center;
text-transform:uppercase;
color:#fff;
font-size:18px;
line-height:36px;
background-color:#35c4df;
border-bottom: 3px solid rgba(0, 0, 0, 0.2);
border-radius:30px;
position:relative;
display: inline-block;
padding-left:36px;
padding-right:10px;
margin-bottom:15px;
width:auto;
}
.invest-bg .withdraw .list .num {
background-color:#df8135;
}
.invest-bg .list .text:before {
content:"";
background-image:url(images/loc.png);
background-size:100%;
position:absolute;
height: 41px;
width: 41px;
top:0;
}
.invest-bg .list .text {
color:#3f4030;
font-size:18px;
text-transform:capitalize;
font-family: 'Raleway', sans-serif;
font-weight:500;
position:relative;
padding-top: 45px;
display:block;
}
.invest-bg .list .num img{
position: absolute;
top: 3px;
left: 3px; 
background-color:#fff; 
height:30px; 
width:30px;
border-radius: 30px;
}
/*.invest-bg .withdraw .list .num {
background-image:url(images/adv.png);
background-repeat:no-repeat;
background-position-x:3px;
background-position-y:center;
background-size:30px;
}*/
.invest-bg .deposit .list:nth-child(1) {
top: 55px;
left: 65px;
}
.invest-bg .deposit .list:nth-child(2) {
top: 52px;
left: 286px;
}
.invest-bg .deposit .list:nth-child(3) {
top: -40px;
left: 470px;
}
.invest-bg .deposit .list:nth-child(4) {
top: -66px;
right: 312px;
}
.invest-bg .deposit .list:last-child {
top: 12px;
right: 112px;
}

.invest-bg .withdraw .list:first-child {
top: 17px;
left: 60px;
}
.invest-bg .withdraw .list:nth-child(2) {
top: -10px;
left: 278px;
}
.invest-bg .withdraw .list:nth-child(3) {
top: 56px;
left: 473px;
}
.invest-bg .withdraw .list:nth-child(4) {
top: -23px;
right: 320px;
}
.invest-bg .withdraw .list:last-child {
top: -45px;
right: 115px;
}



.transcation .dep , .transcation .draw {
/*width:45%;*/
 -webkit-animation-duration: 6s;
    animation-duration: 6s;
	    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.transcation  {
padding-bottom:60px;
}
.transcation table {
width:96%;
box-sizing: border-box;
    padding: 10px;
	max-width:450px;
	
}
.transcation table thead tr th {
line-height:75px;
font-size:22px;
color:#999999;
text-align:center;
text-transform:uppercase;
font-family: 'Raleway', sans-serif;
font-weight:500;
}
.transcation table tbody tr td:first-child {
background-color:#007eff;
text-align:left;
padding-left:10px;
}
.transcation table tbody tr td:nth-child(2) {
background-color:#35c4df;
}
.transcation table tbody tr td:last-child {
background-color:#df8135;
}
.transcation table tbody tr td {
line-height:48px;
text-align:center;
font-family: 'Raleway', sans-serif;
font-size:15px;
color:#fff;
border-bottom:10px solid #e7eaf1;
}
.transcation .news table tbody tr td {
line-height:24px;
text-align:left;
}





/*team start*/

.team-bg {
position:relative;
background-image:url(images/banner-7.jpg);
background-size:cover;
background-position:center;
background-position-y: 99%;
padding:10px 0 90px;
}
.team-bg .sub-title {
    font-family: 'Raleway', sans-serif;
    color: #6d6e71;
    text-transform:inherit;
    font-size: 16px;
	max-width:500px;
	line-height:24px;
	padding-bottom:15px;
}
.team-bg .title {
    font-family: 'Raleway', sans-serif;
    color: #1464f7;
    font-weight: bold;
    text-transform:uppercase;
    font-size: 30px;
        width: auto;
}
.team-bg .team .member {
width:248px;
display:inline-block;
margin-right:2%;
padding-bottom:30px;
}
/*team ends*/

/*video start*/

.video-bg {
position:relative;
background-image:url(images/banner-8.jpg);
background-size:cover;
background-position:center;
background-position-y: 99%;
padding:10px 0 90px;
margin-top:-6px;
}
.video-bg .title {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform:inherit;
    font-size: 40px;
	padding-bottom:20px;
}
.video-bg .multi-item-carousel .carousel-inner .item  a {
padding-bottom:45%;
position:relative;
display:block;
}
.video-bg .multi-item-carousel .carousel-inner .item iframe {
position:absolute;
left:10%;
top:0;
width:80%;
border:6px solid #fff;
}
.video-bg .full_slider .carousel-control {
width:5%;
}
.video-bg .sub-title {
    font-family: 'Raleway', sans-serif;
    color: #f6f5f3;
    text-transform:uppercase;
    font-size: 16px;
	padding:20px 0;
	display:inline-block;
}
.video-bg .content {
    font-family: 'Raleway', sans-serif;
    color: #ff6d6d;
    text-transform:inherit;
    font-size: 16px;
	max-width:900px;
	padding-bottom:30px;
	float:none;
	    display: inline-block;
}

/*team ends*/

/*bottom starts*/

.bottom-bg {
position:relative;
padding-bottom:15px;
}
.bottom-bg .copy {
    font-family: 'Rajdhani', sans-serif;
    color: #323969;
    text-transform:uppercase;
    font-size: 15px;
	padding:15px 0 0;
}

/*bottom ends*/

/*Normal style ends*/



/*media query style starts*/

.menu .sr-only {
    position: absolute;
    width: auto;
    height: auto;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:inherit !important;
    border: 0;
    color: #000;
	    font-size: 18px;
    font-weight: bold;
	    left: 42%;
}

@media (min-width : 600px) {

.logo-bg .logo-btn {
padding: 20px 0;
}

}

@media (min-width : 401px) and (max-width : 600px) {

.logo-bg .logo-btn {
padding:10px 0;
}
.logo-bg .logo-btn a{
    font-size: 14px;
       width: 80px;
}

}

@media (max-width : 400px) {

.logo-bg .logo-btn a{
    font-size: 10px;
    width: 60px;
	line-height: 27px;
}
.logo-bg .logo-btn {
padding: 10px 10px 0 0;
}

}


@media (min-width : 768px) and (max-width : 992px) {

.banner-content-bg .sub-title {
font-size:100%;
}
.banner-content-bg .title {
font-size:45px;
}
.banner-content-bg .title-content {
font-size:24px;
}

}

@media (min-width : 768px) and (max-width : 992px) {

.banner-content-bg .sub-title {
font-size:100%;
}
.banner-content-bg .title {
font-size:45px;
}
.banner-content-bg .title-content {
font-size:21px;
}

}

@media (min-width : 480px) and (max-width : 768px) {

.banner-content-bg .sub-title {
font-size:100%;
}
.banner-content-bg .title {
font-size:30px;
}
.banner-content-bg .title-content {
font-size:16px;
}

}

@media (max-width : 480px) {

.banner-content-bg .sub-title {
font-size:100%;
}
.banner-content-bg .title {
font-size:18px;
}
.banner-content-bg .title-content {
font-size:12px;
}

}


@media (max-width:400px) {

.reliable-bg .content {
width:284px;
padding-left: 0;
padding-right:10px;
}
.reliable-bg .content .left img {
width:60px;
height:60px;
}
.reliable-bg .content .right .tie {
font-size:18px;
}
.plan .title {
font-size:20px !important;
}
.plan .left .text {
font-size:16px;
}
.affiliate .tie {
font-size:24px;
}

} 

@media (max-width:240px) {

.about .sub-title {
font-size:10px;
}
.about .title {
font-size:14px;
}

.about .left p {
font-size:8px;
line-height:16px;
}

}


@media (max-width:992px) {

.plan .plan-btn a , .plan-bg .calc .content{
width:240px;
display:inline-block;
}
.plan .plan-btn a{
margin-top:15px;
}

}

@media (max-width:240px) {

.plan .sub-title {
font-size:10px;
}
.plan .title {
font-size:14px;
}

}


@media (min-width : 1200px) {

.invest-bg .transcation {
display:none;
}
.invest-bg .stats {
padding-bottom:90px;
}

}

@media (max-width : 1199px) {

.invest-bg .deposit , .invest-bg .withdraw {
display:none;
}
.invest-bg .stats {
padding-bottom:30px;
}

}

@media (max-width : 767px) {

.video-bg .full_slider {
display:none;
}
.video-bg .title {
font-size:24px;
}
.video-bg .video .play {
min-width:270px;
display:inline-block;
margin-right:2%;
padding-bottom:30%;
margin-bottom:10px;
position:relative;
}
.video-bg .video .play iframe{
position:absolute;
left:12.5%;
top:0;
}

}

@media (min-width : 768px) {

.video-bg .video {
display:none;
}

}


/*media query style ends*/


/*edited style*/

.top-bg .navbar {
margin-bottom:0 !important;
min-height:auto;
}
.navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {
background-color:#fff;
transition:0.6s;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
	transition:0.6s;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
	transition:0.6s;
}
.navbar-default .navbar-toggle:focus .icon-bar , .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #16c9f6;
	transition:0.6s;
}
@media (max-width:992px) {

.top-bg .navbar-default .navbar-nav li {
display:block !important;
text-align:right;
}

.top-bg .navbar-collapse {
width:100%;
background-color: #25b3c9;
}

}

@media (min-width:768px) and (max-width: 992px) {

	.top-bg .container {
	width:auto;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		width:100%;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


/*edited style end*/





/***************** calc ************/


.calall {
    height: auto;
    width: 96%;
    margin: 10px;
    overflow: hidden;
}
.cal-one {
    height: auto;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 25px;
	}
	.cal-one:first-child {
    margin-top: 0px;
	}
	.cal-tittle {
    height: auto;
    width: 40%;
    float: left;
    overflow: hidden;
    text-transform: inherit;
    background: #003366;
    font-size: 15px;
    color: #ffde00;
line-height:45px;
	}
	.cal-selectbox {
    height: auto;
    width: 60%;
    float: right;
    overflow: hidden;
    margin-top: 0px;
	outline: none;
	}
	.cal-selectbox select {
 /*background:#008bdc;  For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #0077d7, #0096e0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #0077d7, #0096e0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #0077d7, #0096e0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #0077d7, #0096e0); /* Standard syntax */
    border-radius: 0px;
    height:45px;
    border: none;
color:#fff;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    letter-spacing: 1px;
	outline: none;
padding-left:10px;
}
.cal-type input {
color:#fff;
  /*background:#008bdc;  For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #0077d7, #0096e0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #0077d7, #0096e0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #0077d7, #0096e0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #0077d7, #0096e0); /* Standard syntax */
    border: none;
    border-radius: 0px;
    line-height:43px;
    background-repeat: no-repeat;
    background-size: 102% 100%;
    outline: none;
    width: 60%;
padding-left:10px;
}
.cal-left {
    height: auto;
    width: 49%;
    float: left;
    overflow: hidden;
	}
	.cal-right {
    height: auto;
    width: 49%;
    float: right;
    overflow: hidden;
	}
.cal-left .cal-tittle , .cal-right .cal-tittle , .cal-right .calearn , .cal-left .calearn {
width: 49%;
}
.calearn {
    height: auto;
    width: 60%;
     /*background:#008bdc;  For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #0077d7, #0096e0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #0077d7, #0096e0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #0077d7, #0096e0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #0077d7, #0096e0); /* Standard syntax */
    border-radius: 0px;
    line-height:45px;
    overflow: hidden;
    margin-top: 0px;
color:#fff;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.calcu-depo-btn {

    margin-top: 1px;
    display: block;
	}
	.calcu-depo-btn a
	{
    width: 98%;
    height: auto;
    line-height:45px;
    font-size: 18px;
    color: #010f33;
    display: block;
    text-align: center;
    text-transform: uppercase;
		/*background:#a81e00;  For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(left,#a81e00,#c96000,#a81e00);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(left,#ffb903,#ffca05,#ffba03);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(left,#ffb903,#ffca05,#ffba03);
  /* Standard syntax */
  background: linear-gradient(to right, #ffb903,#ffca05,#ffba03); 
}
	.calcu-depo-btn a:hover
{
 color:#0088dc;
  transition:0.8s;
}


@media (max-width:500px) {

 .cal-tittle , .calearn {
font-size: 10px;
}


}

/***************** calc ************/


/***************** login starts ************/


.log_bg  {
 background-image:url(images/banner-3.jpg);
background-position:center;
    box-sizing: border-box;
    padding: 15px 0;
}

.log_bg #formname_main {
position:relative;
background-color:transparent; 
color:#3e3343;
}

.logpage {
width:100%;
padding-bottom:30px;
}
.logpage table tr td{
line-height:48px;
padding:0 10px;
    color: #3e3343;
}

.log_bg .table-responsive {
border:none;
}
.logpage table .inpts , .logpage table textarea {
position:relative;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}



@media (min-width:1200px) {
.log_bg #formname_main {
font-size:21px; 
}

.logpage table .inpts , .logpage table textarea {
    border: none;
    min-width: 390px;
    padding-left: 6px;
}


}

@media (min-width:768px) {

.log_bg #formname_main:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 30%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}
.log_bg #formname_main:after {
    content: "";
    position: absolute;
    right: 5%;
    width: 30%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}

}

@media (max-width:767px) { 

.log_bg #formname_main:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 21%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}
.log_bg #formname_main:after {
    content: "";
    position: absolute;
    right: 5%;
    width: 21%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}

}

@media (max-width:420px) {
.log_bg #formname_main {
font-size:80%; 
}
}



/***************** login ends ************/

/***************** signup starts ************/

.sign_bg  {
 background-image:url(images/banner-3.jpg);
background-position:center;
    background-size: cover;
    box-sizing: border-box;
    padding: 15px 0;
}

.sign_bg #formname_main {
position:relative;
background-color:transparent; 
color:#3e3343;
}



.sign_bg .table-responsive {
border:none;
}


.regpage {
padding:30px 0;
float: none;
}

.regpage table thead tr th {
text-align:center;
padding-bottom:20px;
color:#fff;
font-size:24px;
}
.regpage table {
width:90%;
    margin-bottom: 30px;
}

.regpage table tr td{
line-height:48px;
padding:0 10px;
    color: #3e3343;
}
.regpage table .inpts , .regpage table textarea {
width:100%;
position:relative;
/*max-width:480px;*/
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  position:absolute;
  bottom:0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}



@media (min-width:1200px) {

.sign_bg #formname_main {
font-size:21px; 
}
.regpage {
width:50%;
padding:30px 0;
}
.sign_bg #formname_main:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 20%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}
.sign_bg #formname_main:after {
    content: "";
    position: absolute;
    right: 5%;
    width: 20%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}

.regpage table .inpts , .regpage table textarea {
    border: none;
    min-width: 390px;
    padding-left: 6px;
	
}

}


@media (min-width:768px) and  (max-width:1199px) {

.sign_bg #formname_main {
font-size:15px;
}
.sign_bg #formname_main:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 20%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}
.sign_bg #formname_main:after {
    content: "";
    position: absolute;
    right: 5%;
    width: 20%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}

}

@media (max-width:767px) { 

.sign_bg #formname_main:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border: 1px solid #fff;
	top: 0%;
}
.sign_bg #formname_main:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    border: 1px solid #fff;
	bottom: 0%;
}

}

@media (max-width:420px) {

.sign_bg #formname_main {
font-size:80%; 
}

}


/***************** signup ends ************/

/***************** support starts ************/


 .sup_bg  {
 background-image:url(images/banner-3.jpg);
background-position:center;
background-size: cover;
    box-sizing: border-box;
    padding: 15px 0;
}

.sup_bg #formname_main {
position:relative;
background-color:transparent; 
color:#3e3343;
}
.sup_bg .table-responsive {
border:none;
}
.supage .supageleft table {
width:100%;
}
.supage table .inpts {
border:none;
background-color:#fff;
padding-left:6px;
position:relative;
}
.supage table tr td{
line-height:48px;
padding:0 10px;
color:#000;
position:relative;
}


@media (min-width:1200px) {
.sup_bg #formname_main {
font-size:21px; 
}
.sup_bg #formname_main:before {
    content: "";
    position: absolute;
    left: 5%;
    width:36%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}
.sup_bg #formname_main:after {
    content: "";
    position: absolute;
    right: 5%;
    width: 36%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}

.supage {
width:100%;
display:flex;
justify-content: space-around;
padding-top:30px;
}
.supage .supageleft , .supage .supageright {
width:45%;
color:#000;
}

button, input, select, textarea {

}

}


@media (min-width:768px) and  (max-width:1199px) {

.sup_bg #formname_main {
font-size:18px;
}

.sup_bg #formname_main:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 30%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}
.sup_bg #formname_main:after {
    content: "";
    position: absolute;
    right: 5%;
    width: 30%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}

}

@media (min-width:421px) and (max-width:767px) { 

.sup_bg #formname_main:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 30%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}
.sup_bg #formname_main:after {
    content: "";
    position: absolute;
    right: 5%;
    width: 30%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}

}

@media (max-width:420px) {
.sup_bg #formname_main {
font-size:100%; 
}

.sup_bg #formname_main:before {
    content: "";
    position: absolute;
    left: 5%;
    width: 24%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}
.sup_bg #formname_main:after {
    content: "";
    position: absolute;
    right: 5%;
    width: 24%;
    height: 1px;
    border: 1px solid #fff;
	top: 50%;
}

}



/***************** support ends ************/


/***************** Dashboard starts ************/

.user_page {
width:100%;
position:relative;
border:none;
overflow-x: hidden;
}
.user_page .list {
width:240px;
height:180px;
display:inline-block;
margin-right:10px;
background-color:#f5f5f5;
margin-bottom:30px;
    box-sizing: border-box;
    padding: 15px;
	color:#3e3343;
}
.user_page .list p{
font-size:18px;
line-height:36px;
}
.user_page .list span{
font-size:24px;
display:block;
padding-top:15px;
font-weight:bold;
}
.user_page .list:nth-child(1) {
background-color:#16c9f6;
color:#fff;
}
.user_page .content {
display:inline-block;
float: none;
max-width: 420px;
padding:0 0 20px 0;
}
.user_page .content .tables {
border:1px solid #3498db; 
border-radius:3px;
border-spacing: inherit;
border-collapse:inherit;
box-sizing: border-box;
padding: 10px;
/*background-image: url(images/banner-3.jpg);
background-position: center;*/
}
.user_page .content .tables thead tr th {
padding:0px 36px;
background-color: #16c9f6;
border-radius:5px;
font-size:18px;
background-position:left;
background-repeat:no-repeat;
line-height:48px;
}
.user_page .content .tables tbody tr td span {
float:right;
}
.user_page .content .tables tbody tr td {
border-bottom:1px solid #3498db;
color:#000;
line-height: 52px;
}
.user_page .content .tables a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #3e3343;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    border:1px solid #000;
    transition: 0.8s;
	margin: 6px 21% 0;
	display: block;
	text-align: center;
}
.user_page .content .tables a:hover {
    transition: 0.8s;
    color: #3498db;
	border:1px solid #3498db;
}
.user_page .content .tables tr:last-child td {
border-bottom:none;
}


.dash_tie span {
line-height:36px;
font-size:24px;
color:#3e3343;
font-weight:bold;
display: inline-block;
border-bottom:2px solid #000;
margin-bottom:30px;
padding:0 30px;
}

.dash_detail {
position:relative;
min-width:300px;
border:3px solid #16c9f6;
max-width:480px;
display:inline-table;
min-height:120px;
margin-right: 6%;
box-sizing: border-box;
padding: 10px 15px;
padding-left: 50px;
background-image: url(images/banner-3.jpg);
background-position: center;
margin-bottom:30px;
}
.dash_detail .dash_pic {
    position: absolute;
    left: -15%;
    width: 90px;
    height: 90px;
    top: 15px;
}
.dash_detail .dash_pic img {
max-width:100%;
border: 3px solid #16c9f6;
border-radius: 50%;
background-color: #324a5e;
}

.dash_detail .dash_text p {
    text-transform: inherit;
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
	font-family: 'Raleway', sans-serif;
	text-align:left;
}
.dash_detail .dash_text p span {
float:right;
}

.refer_link {
line-height:60px;
border-radius:3px;
font-size:18px;
background-color:#3e3343;
padding:0 15px;
display:inline-block;
box-sizing: border-box;
color: #16c9f6;
margin-bottom:30px;
}

@media (max-width:768px) {
.refer_link {
font-size:14px;
line-height:24px;
}
.user_page .content .tables a {
    font-size: 12px;
    line-height: 24px;
}
}

/***************** Dashboard end ************/




/********** registration part Media query **********/

 

@media (max-width:992px) {

.box6 , .box6 p , .box6 a  {
width:100%;
font-family: 'Roboto', sans-serif;
font-size:100%;
line-height:24px;
color: #4d4d4d;
padding-bottom:15px;
}

#formname_main {
color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: #790b57;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    margin: 5px 0px;
    font-family: 'Roboto', sans-serif;
}

input, select, textarea {
width:auto;
height:auto;
}

input[type=submit] {
width: auto;
background: #eaa22f;
border: 1px solid #eaa22f;
color:#fff;
}

input[type=submit]:hover {

/*transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;*/ 
background:#fff;    color: #2074c9;
    /*box-shadow: inset 100px 0px 0px 0px #003399;*/
	    border: 1px solid #2074c9;
}


}



/********** account-main page **********/


@media (max-width:420px) {

 
.member_detail , .member_detail table {
font-size:100%;
}


}

.menu ul li a {
padding:20px;
}

.tik , .users{
width:100%;
}

.menu ul li a {
padding:20px;
}

.tik , .users{
width:100%;
}

.tik .contents1 p {
	    position: relative;
    width: 100%;
	color:#202223;
}
.tik .contents1 span {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #242e35;
    position: absolute;
left: 40px;
	}
	.tik .contents1 span img {
	padding:15px 0;
	}
.tik .contents1 {
padding:20px 0px;
text-align:center;
line-height:45px;
position:relative;
background-color:#f3af27;
width: 180px;
margin:10px;
    display: inline-block;
}

.member_detail {
    font-family: 'Roboto', sans-serif;
    /* background: #212424; */
    border-radius: 5px;
}

.member_detail .left , .member_detail .rightmembox{
    height: auto;
    background: rgba(255, 255, 255, 0.25);
	margin-bottom:30px;
}

.member_detail .left .boxcontent , .member_detail .rightmembox .boxcontent{
border: 2px solid #192134;
	    box-sizing: border-box;
    padding: 15px;
	    border-radius: 5px;
width:100%;
}
.member_detail .left .memtitlebox , .member_detail .rightmembox .memtitlebox{
    background: #00bff3;
    color: #FFFFFF;
    padding: 13px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.member_detail .left .boxcontent .usimg {
    text-align: center;
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.member_detail table tr td {
    border-bottom: 1px solid #012670;
    /* border-left: 1px solid #ffcc00; */
    color: #012670;
    line-height: 30px;
}

/********** registration part **********/

.navigation .menutxt:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #3e3343;
    left: 0;
    top: -53px;
	transition:0.8s;
	z-index:-1;
}

.navigation .menutxt:hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #3e3343;
    left: 0;
    top: 0px;
	transition:0.8s;
}

.navigation .menutxt {
position:relative;
overflow:hidden;
}


@media (min-width:993px) {

.navigation .menutxt
{
    font-size: 16px;
    width: 240px;
    float: left;
    text-decoration: none;
    line-height: 50px;
    color:#3e3343;
	border:1px solid #3e3343;
	margin-bottom:5px;
/*background-color: #790b57;*/

}
.navigation .menutxt:hover
{
color:#16c9f6;
text-decoration:underline;
border:1px solid #16c9f6;
/*background-color: #16c9f6;*/
}

.sidebar {
display:none;
}

.dash_head {
background-image:url(images/dash.png); 
background-position:10px; 
background-repeat:no-repeat; 
background-color:#790b57; 
padding:30px 15px; 
width:240px; 
border-bottom: 1px solid #fff;
}

.dash_head p {
color:#fff; 
font-size:24px; 
padding-left: 64px;
}

}


@media (max-width:993px) {


.navigation .menutxt
{
    font-size: 16px;
    width: 240px;
    float: left;
    text-decoration: none;
    line-height: 50px;
    color:#3e3343;
	border:1px solid #3e3343;
	margin-bottom:5px;
/*background-color: #790b57;*/

}

.left-navigation .fullnav li {
display:inline-block;
}


.navigation .menutxt:hover
{
color:#16c9f6;
text-decoration:underline;
border:1px solid #16c9f6;
/*background-color: #16c9f6;*/
}


.right-navigation .table-responsive {
border:none;
}
.right-navigation {
width:96%;
position:relative;
left:0px;
padding-right: 0;
}
.sidebar .menutxt
{
    font-size: 16px;
    width: 270px;
    float: left;
    text-decoration: none;
    line-height: 50px;
    color:#fff;
background-color: #790b57;

}
.sidebar .menutxt:hover
{
color:#202223;
text-decoration:underline;
background-color: #16c9f6;
}
.sidebar .full_menu ul li a {
display:block;
color:#fff;
font-family: 'Titillium Web', sans-serif;
text-transform:uppercase;
font-size:15px;
line-height:50px;
text-align:left;
}




 
.sidebar .dash_head {
display:block;
background-image:url(images/dash.png); 
background-position:10px; 
background-repeat:no-repeat; 
background-color:#790b57; 
padding:30px 15px; 
width:100%; 
border-bottom: 1px solid #fff;
}

.sidebar .dash_head p {
color:#fff; 
font-size:24px; 
padding-left: 64px;
}

.sidebar ul {
margin:0;
}

.sidebar  {
  min-height: 758px;
  z-index:5;
  position:absolute;
  top: 15%;
  left: 0;
  bottom: 0;
  width: 270px;
  background: #000;
  text-align: center;
  color: #fff;
  -webkit-transform: translate3d(-270px, 0, 0);
  -moz-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  -o-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0);
}
.show {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
}
.animate {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.fixed_menu {
    width: 30px;
    height: 100%;
    background: #3e3343;
    position: absolute;
    right: -30px;
    top: 0px;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px 3px;
	cursor: pointer;
}

.fixed_menu .text_title {
position: absolute;
    right: -100px;
    top: 150px;
    color: #fff;
    width: 233px;
    text-align: right;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
  .animate span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
}
.animate span + span {
    margin-top: 4px;
}


}



@media (min-width:992px) {

.box6{
width:100%;
font-family: 'Roboto', sans-serif;
font-size:14px;
line-height:24px;
color: #4d4d4d;
padding-bottom:30px;
}


#formname{
text-align: center;
    text-transform: uppercase;
    color:#000000;
    font-size: 21px;
	border:3px solid #09b719;
	}
#formname_main
{
color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    background: #790b57;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
	margin:0;
/*    margin: 5px 0px;*/
    font-family: 'Roboto', sans-serif;
}

input.sbmt{
    background: #eaa22f;
    color: #fff;
    border: 1px solid #eaa22f;
    padding: 10px 30px;
    outline: none;
	  /*  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;
}
input.sbmt:hover
{
/*transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;*/ 
background:#fff;    color: #2074c9;
    /*box-shadow: inset 100px 0px 0px 0px #003399;*/
	    border: 1px solid #2074c9;
}


}


.form-control {
    display: block;
    width: 96%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
margin: 0 auto;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#formname_sub
{
color:#222;
text-transform:uppercase;
font-size:18px;
text-align:center;
/*background:#D1A703;*/
padding: 10px;
width:400px;
border-bottom: 5px solid #222;
margin:5px 0px;
font-family: 'Roboto', sans-serif;
}

.alls{
height:auto !important;
}
span#menu-icon{
height: 51px;
float: left;
width: 55px;
/*border-right: 5px solid #FFFFFF;*/
margin-right: 10px;
}
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;
}



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;
}


.left-navigation .navigation ul  {
    padding: 0;
}
.left-navigation .navigation , .right-navigation .navigation {
margin:0;
}
.register {
padding-left:0;
}


@media screen and (min-width: 993px){

.left-navigation {
width:270px;
}

}

.navigation
{
opacity:1;
margin-top:20px;
    padding: 0;
}
.navigations td
{
font-family: 'Roboto', sans-serif;
    color: #E7BA04;
    font-size: 18px;
    border: 1px solid;
    border-color: #fff;
    padding: 0;
    background-color:#1f1f1f;
	   /* 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;
	/*    border-radius: 7px;*/
}
.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;color:#E7BA04;font-style: Narrow;
	font-size: 18px;padding-left:20px;border:1px solid #fff; /*border-color:#666a6b;*/     color: #08072b;
	/* box-shadow: inset 0 0 0 0 #003399;*/
	background-color:#eaa22f;
}

.register table {
/*background-image:url(images/banner.jpg); 
background-position:center;*/
}
.register table tr th {
box-sizing: border-box;
    padding: 15px 0;
}
	.register table tr td
	{
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    /*background: #202223;*/
	background-color:transparent;
    color: #3e3343;
    line-height: 18px;
    border-radius: 3px;
    padding: 10px 0px;
    border: 1px solid #16c9f6;
text-align: center;
	}
/*
.inheader{
    background: #E4B704;	
}
.item {
    background: #F5F2DC;
	}*/
.table_r
{
width:100%;
height:auto;
}
.table_r .table_r1
{
width: 64.5%;
height: 200px;
background:#fff;
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: #e82b25;
    /*-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;
	}
/*****poput calc***********************/


@-webkit-keyframes zoomIn {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
}
50% {
    opacity: 1;
}
}

@keyframes zoomIn {
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
}
50% {
    opacity: 1;
}
}
