@charset "utf-8";
/* CSS Document */

body
{
font-family: 'Roboto', sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	height:auto;
}

#wrapper
{
	width:100%;
}
.wrap
{
	width:1170px;
	margin:0 auto;
	padding:0 15px;
}
.clear
{
	clear:both;
}
p {
margin:0px;
}
ul li {
list-style:none;
}
a {
text-decoration:none;
}
/******** top************/


.banner-bg {
display:inline-table;
position: relative;
background-image:url(images/banner.jpg);
background-position:center;
overflow:hidden;
}


.tops-bg {
display:inline-table;
position: relative;
background-color:#2e84d2;
padding:15px 0;
}
.tops {
width:100%;
display:flex;
justify-content: space-between;
position:relative;
line-height:36px;
}
.tops .left a {
display:inline-block;
font-size:16px;
}
.tops .right {
display:flex;
}
.tops .right p {
font-size:16px;
color:#fff;
margin-right:5px;
}
.tops .right .content {
height:36px;
}
.tops .right .content a {
display:inline-block;
}
.tops .right .content a img {
margin:5px;
}


.menu-bg {
display:inline-table;
position: relative;
background-color:rgba(41, 41, 61, 0.5);
padding:15px 0;
}
.menu {
width:100%;
display:flex;
justify-content: space-between;
position:relative;
}
.menu .left {
width:27%;
}
.menu .right {
width:70%;
display:flex;
justify-content: space-around;
align-self: center;
}
.menu .right ul {
display:flex;
justify-content: space-around;
width:63%;
}
.menu .right ul li {
align-self: center;
padding-right:14px;
border-right:1px solid #fff;
}
.menu .right ul li:last-child {
border:none;
}
.menu .right ul li a {
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	transition:0.8s;
	}
.menu .right ul li a:hover {
color:#2e84d2;
transition:0.8s;
}
.menu .right .content {
display: flex;
justify-content: space-around;
width:36%;
}
.menu .right .content a {
display:inline-block;
	font-size:16px;
	text-transform:uppercase;
	color:#f0f0f4;
	background-color:#2e84d2;
	padding:0 30px;
	line-height:42px;
	border-radius:3px;
	transition:0.8s;
	}
.menu .right .content a:hover {
background-color:#000000;
transition:0.8s;
}


.banner {
width: 100%;
position: relative;
padding: 60px 0 60px 60px;
box-sizing: border-box;
}
.banner p {
color:#2e84d2;
text-transform:uppercase;
font-weight:bold;
font-size:40px;
line-height:48px;
}
.banner p span {
color:#fff;
}
.banner .btns {
margin-top:30px;
}	
.banner a {
display:inline-block;
padding:0 36px;
line-height:48px;
font-size:16px;
border-radius:3px;
font-weight:500;
color:#f0f0f4;
border:1px solid #afafb2;
text-transform:uppercase;
background-color:#274584;
box-shadow: inset 0 0 0 0 #29293d;
transition:0.8s;
margin-right:30px;
}
.banner a:hover {
box-shadow: inset 0 48px 0 0 #29293d;
transition:0.8s;
}




.secure-bg {
display:inline-table;
position: relative;
background-color:rgba(0, 34, 56, 0.6);
padding:15px 0;
}
.secure {
width:100%;
display:flex;
justify-content: space-around;
position:relative;
}
.secure img {
opacity:0.7;
transition:0.8s;
}
.secure img:hover {
opacity:1;
transition:0.8s;
}




.faction-bg {
display:inline-table;
position: relative;
background-color:#2e84d2;
padding:15px 0;
overflow:hidden;
}
.faction {
width:100%;
display:flex;
justify-content: space-around;
position:relative;
}
.faction .left {
width:30%;
}
.faction .left img {
max-width:100%;
}
.faction .right {
width:70%;
display:flex;
justify-content: space-around;
align-self: center;
}
.faction .right .cont {
width:70%;
color:#f0f0f4;
font-size:16px;
line-height:24px;
}
.faction .right .btn {
align-self: center;
}
.faction .right a {
display:inline-block;
padding:6px 36px;
font-size:18px;
border-radius:3px;
font-weight:500;
color:#f0f0f4;
border:1px solid #afafb2;
text-transform:capitalize;
background-color:#29293d;
box-shadow: inset 0 0 0 0 #274584;
transition:0.8s;
text-align: center;
}
.faction .right a span {
display:block;
font-size:14px;
color:#a5d4ff;
}
.faction .right a:hover {
box-shadow: inset 0 51px 0 0 #274584;
transition:0.8s;
}


.stats-bg {
display:inline-table;
position: relative;
padding:60px 0;
overflow:hidden;
}
.stats {
width: 100%;
position: relative;
display:flex;
justify-content: space-around;
}
.stats .content {
width:15%;
color:#f0f0f4;
background-color:#29293d;
border-radius:3px;
line-height:48px;
padding-top:20px;
}
.stats .tie {
text-transform:uppercase;
font-size:16px;
background-color:#2e84d2;
}
.stats .num {
font-size:24px;
font-weight:bold;
}
.stats .content:nth-child(2n) {
background-color:#2e84d2;
}
.stats .content:nth-child(2n) .tie {
background-color:#29293d;
}



.calc-bg {
display:inline-table;
position: relative;
background-color:#29293d;
background-image:url(images/percent.png);
background-repeat:no-repeat;
background-position:center;
padding:60px 0;
overflow:hidden;
}
.calc {
width:100%;
display:flex;
justify-content: space-between;
position:relative;
}
.calc .content {
width:39%;
color:#fff;
}
.calc .content p {
font-size:16px;
text-align:justify;
line-height:24px;
}
.calc .content .title {
font-size:24px;
color:#fff;
text-transform:capitalize;
background-color:#004b9b;
line-height:54px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.calc .content .calculator {
width:100%;
background-color:#2e84d2;
box-sizing: border-box;
padding: 30px 15px 10px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
position:relative;
}
.calc .content .sym {
position:absolute;
top: -24px;
left: 24px;
}
.calc .content .calculator .text {
width:100%;
display:flex;
justify-content: space-between;
padding-bottom:20px;
}
.calc .content .calculator .text .cont {
width:48%;
display:flex;
}
.calc .content .calculator .text .cont span {
display:block;
font-size:16px;
font-weight:500;
line-height:42px;
width:45%;
background-color:#29293d;
}
.calc .content .calculator .cont input , .calc .content .calculator .cont select {
background-color:#fff;
text-align:center;
border:none;
font-size:14px;
color:#29293d;
font-weight:500;
}
.calc .content .calculator .cont select {
width:100%;
height:42px;
}
.calc .content .calculator .cont input {
width:55%;
height:42px;
}
.calc .content .calculator .cont option {
background-color: #fff;
}


.plan-bg {
display:inline-table;
padding:30px 0;
overflow:hidden;
}
.plan {
width:100%;
position:relative;
}
.plan .title {
color:#29293d;
font-size:24px;
padding-bottom:15px;
border-bottom:2px solid #274584;
}

.plan .sub_plan {
display: flex;
justify-content: space-around;
position:relative;
padding-top:30px;
}
.plan .content {
width:15%;
position:relative;
color:#fff;
transition:0.8s;
}
.plan .cont {
background-color:#29293d;
border-radius:3px;
box-sizing: border-box;
padding:15px 0;
}
.plan .content .tie {
font-size:18px;
color:#2e84d2;
text-transform:uppercase;
font-weight:bolder;
line-height:48px;
}
.plan .content .per {
font-size:18px;
font-weight:500;
color:#fff;
padding-top:20px;
}
.plan .content .day {
font-size:16px;
text-transform:uppercase;
color:#fff;
line-height:36px;
padding-bottom:10px;
}
.plan .content .amt {
background-color:#274584;
color:#fff;
line-height:30px;
font-size:16px;
text-align:left;
box-sizing: border-box;
padding:10px;
}
.plan .content .amt p span {
float:right;
}
.plan .content .btn {
margin-top:15px;
}
.plan .content a {
font-size:14px;
text-transform:uppercase;
color:#fff;
display:block;
transition:0.8s;
font-weight:bold;
}
.plan .content a b {
font-size:20px;
margin-right:10px;
display:inline-block;
}
.plan .content a:hover {
transition:0.8s;
}




.advance-bg {
display:inline-table;
position: relative;
background-image:url(images/banner-2.jpg);
background-position:center;
background-size:cover;
padding:50px 0 30px;
overflow:hidden;
}
.advance {
width: 100%;
position: relative;
}
.advance .title {
color:#fff;
font-size:24px;
padding-bottom:15px;
border-bottom:2px solid #fff;
}
.advance .features {
display: flex;
justify-content: space-around;
flex-wrap: wrap;

position:relative;
padding-top:30px;
}
.advance .content {
display:flex;
width:30%;
color:#ffffff;
background-color:#29293d;
    box-sizing: border-box;
    padding: 20px;
	margin-bottom:20px;
}
.advance .text {
text-align:left;
margin-left:15px;
}
.advance .tie {
text-transform:uppercase;
font-size:18px;
padding-bottom:6px;
}
.advance .cont {
font-size:14px;
font-weight:300;
}



.referral-bg {
display:inline-table;
position: relative;
background-image:url(images/banner-3.jpg);
background-position:center;
background-size:cover;
padding:50px 0 30px;
overflow:hidden;
}
.referral {
width: 100%;
position: relative;
}
.referral .title {
color:#fff;
font-size:50px;
padding-bottom:15px;
}
.referral .title span {
font-weight:bold;
}
.referral .cont {
color:#fff;
font-size:18px;
padding-bottom:15px;
line-height:27px;
}




.present-bg {
display:inline-table;
position:relative;
padding:40px 0;
background-color:#29293d;
overflow:hidden;
}
.present {
width:100%;
position:relative;
padding-top:15px;
}
.present .left {
width:60%;
background-color:#3498db;
/*box-sizing: border-box;
padding: 30px;*/
border: 1px solid #fff;
outline: 15px solid #3498db;
margin: 15px 0 45px;
}
.present .tie {
color:#2b304c;
font-size:30px;
padding-bottom:10px;
}
.present .cont {
font-size:15px;
line-height:21px;
padding-bottom:20px;
}
.present .left a {
	font-size:18px;
	line-height:42px;
	padding:0 30px;
	display:inline-block;
	text-transform:capitalize;
	border-radius:30px;
	border: 1px solid #fff;
	transition:0.8s;
	color:#fff;
	}
.present .cont {
color:#fff;
}
.present .left a:hover {
border: 1px solid #2b304c;
 box-shadow: inset 0 42px 0 0 #2b304c;
	color:#16a6f1;
	transition:0.8s;
}
.present .right {
width:63%;
overflow:hidden;
}
.present .right marquee {
padding:10px 0;
margin: 0 5px;
}
.present .right a {
display:inline-block;
width:150px;
background-color:#3498db;
/*box-sizing: border-box;
padding: 15px;*/
border: 1px solid #fff;
outline: 5px solid #3498db;
color:#fff;
font-size:15px;
margin:0 15px;
text-align:center;
}



.invest-bg {
display:inline-table;
background-color:#2e84d2;
padding:30px 0;
overflow:hidden;
} 
.invest {
width:100%;
}
.invest .left , .invest .right {
width:45%;
}
.invest .title {
color:#fff;
font-size:24px;
padding-bottom:15px;
border-bottom:2px solid #fff;
}
.invest .deposit {
display: flex;
justify-content: space-around;
position:relative;
padding-top:30px;
}
.invest .deposit .tie {
color:#fff;
font-size:21px;
text-transform:uppercase;
background-image:url(images/dep.png);
background-repeat:no-repeat;
background-position-x:left;
background-position-y:center;
line-height:45px;
padding-left:50px;
text-align:left;
}
.invest table {
width:100%;
border-spacing: 0 15px;
}
.invest table tbody tr td:first-child {
width: 45%;
background-color:rgba(41, 41, 61, 0.7);
text-align:left;
padding-left:10px;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.invest table tbody tr td:nth-child(2) {
background-color:#274584;
}
.invest table tbody tr td:last-child {
background-color:#274584;
border-right:1px solid #fff;
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.invest table tbody tr td {
line-height:45px;
text-align:center;
font-size:16px;
color:#fff;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}



.pay-bg {
display:inline-table;
background-color:#cccccc;
padding:15px 0;
overflow:hidden;
} 
.pay {
width:100%;
}
.pay img {
max-width:100%;
}

.application-bg {
display:inline-table;
background-color:#fff;
padding:15px 0;
overflow:hidden;
} 
.application {
width:100%;
}
.application img {
max-width:100%;
}


.bottom-bg {
display:inline-table;
background-image:url(images/banner-4.jpg);
background-position:center;
background-size:cover;
padding: 30px 0;
overflow:hidden;
}
.bottom {
width:100%;	
display:flex;
justify-content: space-around;
}
.bottom .left {
width:23%;
}
.bottom .left .cont {
font-size:14px;
color:#fff;
text-align:left;
line-height:21px;
margin-top:15px;
}

.bottom .middle {
display:flex;
justify-content: space-around;
width:57%
}
.bottom .tie {
font-size:18px;
color:#fff;
text-transform:uppercase;
text-align:left;
padding-bottom:10px;
}
.bottom .middle ul li a {
font-size:14px;
color:#fff;
text-transform:capitalize;
display:block;
line-height:36px;
transition:0.8s;
text-align:left;
}
.bottom .middle ul li a:hover{
color:#2b7db9;
transition:0.8s;
}
.bottom .middle ul li a i{
width:10px;
height:10px;
padding:10px;
border-radius:50%;
background-color:#2b7db9;
color:#2e3234;
margin:0 5px;
font-size:12px;
text-align:center;
}
.bottom .middle ul li a:hover i {
color:#2b7db9;
transition:0.8s;
background-color:#fff;
}
.bottom .right {
width:15%;
}
/********** popup part **********/

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	transition: 3s;
}

.lightbox img {
	max-width: 96%;
	max-height: 93%;
	margin-top: 2%;
}

.lightbox:target {
	outline: none;
	display: block;
}

/********** popup part end **********/

#main-white{
	height:auto;
	width:100%;
	background-color:#fff
	min-width:1170px;
	}
#sub-white{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	padding:30px 0px;
	}

.about-us{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	border-bottom:1px solid#009cd4;
	padding-bottom: 20px;
	}

.about-left{
	height:auto;
	width:500px;
	float:left;
	overflow:hidden;
	}


.about-right{
	height:auto;
	width:602px;
	float:right;
	overflow:hidden;
	}
.about-right-head{
	height:auto;
	width:100%;
	overflow:hidden;
	color: #009cd4;
	}

.about-tittle{
	height:auto;
	width:100%;
	float:left;
	margin-top:14px;
	text-transform:uppercase;
	}

.about-tittle p{
	color:#fff;
	font-weight:bold;
	font-size:15px;
    line-height: 30px;
	}

.about-text{
	color:#060606;
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:10px;
	line-height:28px;
	left:1px;
	text-align:justify;
	}

.read-more{
	height:auto;
	width:auto;
	overflow:hidden;
	margin-top:15px;
	float:left;
	}
.read-more a{
	color:#009cd4;
	font-weight:bold;
	}

.read-more a:hover{
	color:#000000;
	}

.ct-right1{
	width: 47%;
	height: 345px;
	float: center;
	/*! background: url(https://bitmagnet.biz/styles/images/bg-daily.png) transparent repeat center; */
	position: relative;
	margin: 85px 0px 0px 50px;
	/* background: #D48F03; */
}
.wrap-info{
	width: 100%;
	height: 100%;
	/*! background: #d99204; */
	position: absolute;
	top: -15px;
	right: 12px;
	border: 5px solid #07133d;
	background: url(images/regi.jpg) transparent no-repeat center;
	background-size: cover;
}
.wrap-info-part1{
	width: 100%;
	min-height: 112px;
	background: url(images/view-img1.png) transparent no-repeat left;
	padding: 18px;
	padding-left: 150px;
}
.wrap-info-part1 h4{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 19px;
	/* font-family: 'UniSansThinCAPS'; */
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.wrap-info-part1 h3{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 36px;
	/* font-family: 'UniSansThinCAPS'; */
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}
.wrap-info-part2{
	width: 52%;
	float: left;
	padding-top: 25px;
}
.wrap-info-part2 p{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	margin-bottom: 10px;
}
.wrap-info-part2 a:hover {
    opacity: 0.7;
}
.wrap-info-part2 a{
	margin: 0;
	padding: 11px 31px;
	background: #07133d;
	display: inline-block;
	/* font-family: 'UniSansThinCAPS'; */
	font-weight: normal;
	/* font-size: 24px; */
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin-top: 11px;
	border-radius: 3px;
.affiliate-row
	a: hover {      opacity: 0.7;  }
}
.wrap-info-part3{
	width: 48%;
	float: right;
	position: relative;
	/* height: 200px; */
}
.wrap-info-part3 img{
	position: absolute;
	right: 0;
	top: -11px;
	left: 10px;
	height: 180px;
}
.ct-line{
	width: 100%;
	height: 10px;
	background: url(images/bg-daily.html) transparent repeat center;
}

/********** placeholder part **********/






::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #34495e;
  padding-left:20px;
  position:absolute;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #34495e;
  padding-left:20px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #34495e;
  padding-left:20px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #34495e;
  padding-left:20px;
}
/********** placeholder part end **********/


/********** header title **********/

.sup_title-bg {
display:inline-table;
position:relative;
display:none;
}
.sup_title {
padding: 60px;
box-sizing: border-box;
	background-image:url(images/banner-2.jpg);
	background-repeat:no-repeat;
	background-size: cover;
    background-position: center;
	height:210px;
	width:100%;
	position:relative;
} 

.sup_title p{
color:#fff;
font-size:21px;
padding-left: 5px;
}
.sup_title p a {
padding-right:10px;
color:#fff;
text-transform:capitalize;
font-size:21px;
}
.sup_title .active {
color:#ffa300;
cursor: text;
padding-left: 10px;
}

.sup_title h1 {
    margin: 0;
	color:#e3dbbe;
	margin-bottom:10px;
	    text-align: left;
		font-weight: normal;
		font-size:36px;
		    letter-spacing: 2px;
			text-transform:uppercase;
}


/********** header title end**********/


/********** login part **********/


.log_page {
width:100%;
position:relative;
}
.log_form {
    width: 100%;
	    display: flex;
    justify-content: space-around;
		    padding: 20px 0;
}


.log_form .left {
width:50%;
}
.log_form .left .log_title {
    padding: 15px;
    border-bottom: 1px solid #1677b2;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 0 0 rgba(17, 25, 33, 0.3);
    color: #111921;
    text-align: center;
	    margin-bottom: 20px;
}
.log_form .left {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1677b2;
    -webkit-box-shadow: 2px 2px 3px 3px rgba(22, 119, 178, 0.6);
    box-shadow: 2px 2px 3px 3px rgba(22, 119, 178, 0.6);
	    box-sizing: border-box;
    padding: 0 0 30px 0;
}
.log_form .log_box {
width:48%;
display:inline-block;
position:relative;
margin-bottom:20px;
}
.log_form .log_box .log_img i{
    color: #3b62b9;
    position: absolute;
    left: 5%;
    line-height: 40px;
    font-size: 30px;
    background-color: transparent;
    width: 40px;
    border-right: 1px solid #3b62b9;	
}
.log_form .log_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #030200;
    font-size: 15px;
	padding-left:50px;
	border:1px solid #000;
}
.log_form .log_box .log_input , .log_form .ver_box .log_input{
border:1px solid #fff;
width:90%;
background-color:#fff;
}
.log_form  .ver_box {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 4%;
	width:48%;
	    float: left;
		position:relative;
}
.log_form  .ver_box img {
    position: absolute;
    padding: 12px 0;
    width: 60px;
	    left: 30px;
}
.log_form .ver_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #030200;
    font-size: 15px;
	    padding-left: 70px;
}

.log_form .log_val {
width:48%;
	float:left;
	padding:2.5px 0;
}
.log_form .val_text , .log_form .val_input {
width:100%;
}

.log_form .rest_val {
width:100%;
text-align:left;
padding-left:4%;
font-size:14px;
    margin: 15px 0 0 0;
    float: left;
	color:#1677b2;
}
.log_form .log_error {
    width: 90%;
    background-color: #e3dbbe;
    padding: 15px 0;
    border-radius: 3px;
    border: 3px solid #fff;
    margin-bottom: 30px;
    color: #34495e;
}
.log_form .log_error h3 {
margin:0;
    color: #1677b2;
    margin: 0;
    text-transform: capitalize;
}

.log_form .right {
width:48%;
}
.log_form .right img {
max-width:100%;
border-radius:10px;
}
.log_form .log_text {
    text-align: left;
    padding-left: 9%;
}
 .verify {
width:100%;
    display: flex;
    justify-content: space-around;
	color:#111921;

}

 .verify .log_content {
    display: flex;
    justify-content: space-around;
    width: 48%;
    height: 100px;
}
 .verify .log_content .cont_img {
    width: 20%;
	    padding: 15px 0;
}
 .verify .log_content .cont_text {
width:70%;
text-align:left;
font-size:16px;
    margin: auto;
}
 .verify .log_content h2 {
margin:10px 0;
 color: #1677b2;
}


/********** login part end **********/

/********** signup part **********/

.reg_form {
    width: 90%;
	position:relative;
/*	    display: flex;
    justify-content: flex-end;*/
	margin:0 auto;
}
.reg_form .left {
width:50%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1677b2;
	    box-sizing: border-box;
    padding: 0 15px 15px;
	    /*margin-right: 60px;*/
}
.reg_form .reg_box {
width:90%;
float:left;
padding: 0 4%;
display:inline-block;
position:relative;
margin-bottom:20px;
}
.reg_form .val_text , .reg_form .val_input {
width:100%;
color:#1677b2;
}
.reg_form .reg_val {
    display: flex;
    justify-content: flex-start;
	width:48%;
	    float: left;
		position:relative;
		    line-height: 40px;
}
.reg_form  .val_text img {
    position: absolute;
    padding: 12px 0;
    width: 60px;
}
.reg_form  .reg_text {
position: absolute;
    left: 5px;
    top: 12px;
}
.reg_form .ver_box input  {
border:none;
width:100%;
background-color: #fff;
    color: #030200;
    font-size: 15px;
	    padding-left: 70px;
}

.reg_form .reg_title {
    padding: 15px;
    border-bottom: 1px solid #1677b2;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 0 0 rgba(17, 25, 33, 0.3);
    color: #1677b2;
    text-align: center;
	    margin-bottom: 20px;
}


.reg_form .reg_box .reg_img i{
    color: #3b62b9;
    position: absolute;
    left: 5%;
    line-height: 40px;
    font-size: 30px;
    background-color: transparent;
    width: 40px;
    border-right: 1px solid #3b62b9;	
}
.reg_form .reg_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #030200;
    font-size: 15px;
	padding-left:50px;
}
.reg_form .reg_box .reg_input , .reg_form .ver_box {
border:1px solid #fff;
width:100%;
background-color: #fff;
}


.reg_form .right {
 width:30%; 
}
.reg_form .right img{
max-width:100%;
margin:20px 0;
    border-radius: 6px;
}
.reg_form .right .reg_choose {
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
	text-align:justify;
}
.reg_form .right .reg_tie {
text-align: center;
    font-size: 24px;
    text-transform: uppercase;
	color:#e3dbbe;
}
.reg_form .right a {
color:#ffa300;
font-size:16px;
}
.reg_form .right .reg_cert {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
	margin-top:30px;
}


/********** signup part end**********/


/********** support part **********/
 
.sup_form {
    width: 100%;
	display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}
.sup_form .form_title{
    min-height: 20px;
    color: #111921;
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    width:auto;
	    text-align: left;
	}

.sup_form .left {
width:48%;
}
.sup_form .left .map{
    position: relative;
    padding-bottom: 300px;
}
.sup_form .left .map iframe{
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.sup_form .sup_box {
width:96%;
padding: 0 2%;
margin-bottom:10px;
}
.sup_form .sup_val {
width:100%;
margin-bottom:10px;
    text-align: left;
    padding-left: 30%;
	margin:10px 0;
}
.sup_form .sup_box {
width:96%;
position:relative;
margin-bottom:20px;
}
.sup_form .sup_box .log_img i{
    color: #3b62b9;
    position: absolute;
	text-align: center;
    line-height: 40px;
    font-size: 30px;
    background-color: transparent;
    width: 40px;
    border-right: 1px solid #3b62b9;	
}

.sup_form .sup_box .log_box input  {
border:none;
width:100%;
background-color: #fff;
    color: #fff;
    font-size: 15px;
	padding-left:50px;
}
.sup_form  .ver_box {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 2%;
		position:relative;
}
.sup_form  .ver_box img {
    position: absolute;
    padding: 12px 0;
    width: 60px;
	    left: 20px;
}
.sup_form .ver_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #030200;
    font-size: 15px;
	    padding-left: 70px;
}
.sup_form .sup_box .log_input {
border:1px solid #3b3772;
width:90%;
border-radius: 6px;
}
.sup_form .ver_box .log_input {
border:1px solid #15162d;
width:88.5%;
border-radius: 6px;
background-color:#fff;
}
.sup_form .sup_box input  {
border:none;
width:100%;
background-color: #fff;
    color: #030200;
    font-size: 15px;
	padding-left:50px;
	    border-radius: 6px;
}
.sup_form textarea {
background-color: #fff;
margin-top:20px;
position: relative;
font-size:15px;
    width: 90%;
	color:#030200;
}
.sup_form .right {
width:48%;
position:relative;
}
.sup_form .right img {
width: 100%;
    border-radius: 10px;
    max-height: 300px;
}
.sup_form .right .tie {
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 24px;
    background-color: #2e84d2;
    border-radius: 6px;
    margin: 20px 0 10px;
	color: #fff;
} 
.sup_form .right .text , .sup_form .right .num  {
position:relative;
padding-left:20px;
font-size:16px;
color:#1677b2;
}
.sup_form .right i {
position:absolute;
top:6;
left:0;
color:#2e84d2;
}
.sup_form .right a {
color:#1677b2;
}
.sup_form .right a:hover {
text-decoration:underline;
}
.sup_form .right b {
color:#111921;
}
/********** support part end **********/

/********** Dashboard part **********/

.dash_head {
    font-family: 'Rajdhani', sans-serif;
    text-transform:capitalize;
    color: #29293d;
    font-size: 36px;
    font-weight:bold;
    position: relative;
	width:100%;
	text-align:left;
	border-bottom:2px solid #29293d;
	margin-bottom:30px;
}
.dash_head span {
float:right;
color: #2e84d2;
}

.user_page {
width:100%;
position:relative;
display: flex;
justify-content: space-around;
}
.user_page .left , .user_page .right {
width:48%;
}
.user_page .content , .ref_content {
padding-bottom:20px;
height:150px;
background-position:left;
background-repeat:no-repeat;
padding-left:150px;
line-height: 50px;
text-align:left;
}
.user_page .content .num , .ref_content .num {
    font-family: 'Rajdhani', sans-serif;
    text-transform: inherit;
    color: #2e84d2;
    font-size: 36px;
    font-weight:bold;
    position: relative;
	word-break: break-word;
}
.user_page .content .text , .ref_content .text {
    font-family: 'Rajdhani', sans-serif;
    text-transform: inherit;
    color: #29293d;
    font-size: 24px;
    font-weight: 600;
    position: relative;
	padding-top:30px;
}
.user_page .content .text:after , .ref_content .text:after {
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
border:1px solid #29293d;
}
/********** Dashboard part end **********/


/********** registration part **********/
.box6{
  font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:25px;
	    color: #2a2d2f;
		padding:30px 0;
  position:relative;
}
.inpts{
height: 40px;
}
input.sbmt{
    background: #2e84d2;
    color: #fff;
    border: 1px solid #2e84d2;
    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: #29293d;
    /*box-shadow: inset 100px 0px 0px 0px #003399;*/
	    border: 1px solid #2e84d2;
}
#formname{
text-align: center;
    text-transform: uppercase;
    color:#000000;
    font-size: 22px;
	border:3px solid #09b719;
	}
#formname_main
{
color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    background: #2e84d2;
    border-radius: 0px;
    padding: 10px 0;
    width: 100%;
    margin: 5px 0px;
    font-family: 'Rajdhani', sans-serif;
}
#formname_sub
{
color:#222;
text-transform:uppercase;
font-size:18px;
text-align:left;
/*background:#D1A703;*/
padding: 10px;
width:96%;
border-bottom: 3px solid #e6e6e6;
margin:5px 0px;
font-family: 'Roboto', sans-serif;
}
#formname_mainleft
{
color: #2a2d2f;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    padding: 10px;
    width: 1180px;
    /*margin: 5px 0px;*/
    font-family: 'Roboto', sans-serif;
}
#formname_mem
{
color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    background: #02243c;
    border-radius: 0px;
    padding: 10px;
    width: 1180px;
    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;
}
.icon {

    position: relative;

    float: left;

    width: 40px;

    height: 40px;

    background: #ec4224;

    /*-webkit-border-radius: 2px 0 0 2px;

    -moz-border-radius: 2px 0 0 2px;*/

    border-radius: 0px 0 0 0px;



}

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 .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: 100%;
    margin: 24px 0px;
   /* padding: 25px;*/
    font-family: 'Ubuntu', sans-serif;
	line-height:60px;
	    background: #171717;
		border:1px solid #171717;
	    border-radius: 0px;
		text-align:center;
		color:#ffa300;
		font-size: 21px;
		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: 18px;
    border: 1px solid ;
    border-color: #2b2f2b;
    padding: 0;
    background-color:#2b2f2b;
	   /* 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: #c4cac4;
    background-color:#c4cac4;
}
.navigations td:hover
{
	font-family: 'Roboto', sans-serif; color:#E7BA04; font-style: Narrow;
	font-size: 18px; padding-left:20px; border:1px solid #033ec9; /*border-color:#666a6b;*/     color: #fff;
	/* box-shadow: inset 0 0 0 0 #003399;*/
	background-color:#033ec9;
}
.register
{
    width: 775px;
    margin: 0px auto;
	}
	.register table tr td
	{
    font-family: "Roboto",sans-serif;
    font-size: 16px;
   /* background: #161c2a;
    color: #FFF;*/
	color:#fff; 
background-color:#29293d;
    line-height: 18px;
    border-radius: 3px;
    padding: 13px;
   border: 1px solid #fff;
	}


/*.register table {
background-image:url(images/banner-6.jpg); 
background-position:center; 
background-size:cover; 
}*/
.register table th {
    line-height: 48px;
    border: 1px solid #fff;
    font-size: 18px;
}

/*
.inheader{
    background: #E4B704;	
}
.item {
    background: #F5F2DC;
	}*/
.table_r

{

width:100%;

height:auto;

}
.table_r .table_r1
{

width: 32%;

height: 142px;

background:#ffa300;

font-family: 'Roboto', sans-serif;
border-radius: 3px;
 margin: 0px 0px 0px 0px;

    border: 1px solid #171717;
}
.table_r .table_center
{
float:left;
width:20%;
}
.table_r .table_r2

{

    width: 32%;
    height: 142px;
  background:#ffa300;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    margin: 0px 0px 0px 7px;
    border: 1px solid #171717;

}
.table_r .table_r3
{

    width: 32%;
    height: 142px;
    background: #ffa300;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    margin: 0px 0px 0px 7px;
    border: 1px solid #171717;
}

.table_rr1

{

width:100%;

float:left;

height:auto;

}







.icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: #77a983;
    /*-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***********************/

nav .drop-down {
  list-style: none; 
  overflow: hidden; /* When ul height is reduced, ensure overflowing li are not shown */
  height: 172px; /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */
  background-color: #34495e;
  font-family: Arial;
  width: 200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transition: height 0.3s ease;
          transition: height 0.3s ease;
}




nav .drop-down.closed {
  /*  When toggled via jQuery this class will reduce the height of the ul which inconjuction
      with overflow: hidden set on the ul will hide all list items apart from the first */
  /* current li height 38px + 5px border */
  height: 43px;
}

nav .drop-down li {
  border-bottom: 5px solid #2c3e50;
}

nav .drop-down li a {
  display: block;
  color: #ecf0f1;
  text-decoration: none;
  padding: 10px; /* Larger touch target area */
}

nav .drop-down li:first-child a:after {
  content: "\25BC";
  float: right;
  margin-left: -30px; /* Excessive -margin to bring link text back to center */
  margin-right: 5px;
}