 *{
	margin:0px;
	padding:0px;
	}

.inheader {
    padding: 10px;

    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
	background: #013c66;
}

.item {
	font-size: 20px;
	color: #013c66;
}

td .item {
	font-size: 20px;
	color: #013c66;
    border: 1px solid #cccccc;
}	
	
body{
	margin:0px;
	padding:0px;
	font-family:Poppins;
	font-size: 17px;
	}
	
.clr{
	clear:both;
	}
	
h1 { font-size: 40px;  color: #FFFFFF; font-family:SourceSansPro-Bold; text-transform:uppercase;}
h2 { font-size: 35px;  color: #FFFFFF; font-family:Poppins; text-transform:uppercase;}
h4 { font-size: 27px;  color: #FFFFFF; font-family:Poppins; text-transform:uppercase;}
h5 { font-size: 22px;  color: #FFFFFF; font-family:Poppins; text-transform:uppercase;}
h6 { font-size:17px;   color: #FFFFFF; font-family:Poppins;}
h1, h2, h4, h5, h6 { margin-bottom: 0px; margin-top:0px; }
	


h3{
    height: auto;
    width: 100%;
    background-color: #f4a110;
    border-bottom: 1px solid#000000;
    padding: 9px 0px;
    text-align: center;
    letter-spacing: 1px;
 }

h3{
	color:#000000;
	}

	
::-webkit-input-placeholder {
		color:    #000;
	}
	:-moz-placeholder {
		color:    #000;
	}
	::-moz-placeholder {
		color:    #000;
	}
	:-ms-input-placeholder {
		color:    #000;
	}
	

/*-----placheholder-color-------
.amounttype input::-webkit-input-placeholder{
	color:#FFFFFF;
	}----------*/

	
a{text-decoration:none;}

@font-face{
	font-family:SourceSansPro-Bold;
	src:url(fonts/SourceSansPro-Bold.html);
	}

@font-face{
	font-family:Poppins;
	src:url(fonts/Poppins.ttf);
	}

@font-face{
	font-family:Poppins;
	src:url(fonts/Poppins.ttf);
	}


	
input[type="submit"]{
	height:auto;
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#ef9a03;
	font-size:19px;
	font-family:Poppins;
	padding: 12px 0px;
	border-radius:5px;
	border:none;
	outline:none;
	border:1px dashed#000000;
	}


input[type="submit"]:hover {
	background-color:#C07B00;
	}	


input[type="button"]{
	height:auto;
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#ef9a03;
	font-size:19px;
	font-family:Poppins;
	padding: 12px 0px;
	border-radius:5px;
	border:none;
	outline:none;
	border:1px dashed#000000;
	}


input[type="button"]:hover {
	background-color:#C07B00;
	}

	
input[type='text'], input[type='password'] {
	font-size:19px;
	width: 98%;
	height:100%;
	border:none;
	padding:12px 6px;
	background-color: #ffffff;
	color: #000;
	font-family:Poppins;
	outline:none;
	border:1px solid#e99502;
	}
	
textarea{
	font-size:19px;
	font-family:Poppins;
	border:1px solid #e99502; 
	border-radius:5px;
	outline:none;
	width:100%;
	padding:10px;
	height:100%;
	}	
	
.a-link{
	width:100%;
	height:auto;
	padding: 12px 0px;
	font-size:20px;
	font-family:Poppins;
	color:#FFFFFF;
	display: block;
	text-align:center;
	background-color:#f5a00c;
	border-radius:6px;
	border:1px dashed#000000;
	}
	
	
.a-link:hover{
	background-color:#E99400;
	transition:all 0.5s ease-in-out;
	}
	
select{
    height: auto;
    width: 26%;
    border-radius: 5px;
    border: 1px solid #e99502;
    font-size: 20px;
    font-family: Poppins;
    color: #000;
    outline: none;
    padding: 10px;
	 }
	
#main-header{
	height:auto;
	width:100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#272727+0,202020+48,272727+100 */
	background: rgb(39,39,39); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(39,39,39,1) 0%, rgba(32,32,32,1) 48%, rgba(39,39,39,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(39,39,39,1) 0%,rgba(32,32,32,1) 48%,rgba(39,39,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(39,39,39,1) 0%,rgba(32,32,32,1) 48%,rgba(39,39,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
	;
	}

#sub-header{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}

.logo{
	height:auto;
	width:335px;
	float:left;
	overflow:hidden;
	padding:22px 0px;
	}

.header-right{
	height:auto;
	width:805px;
	float:right;
	overflow:hidden;
	}

.header-rightup{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	}

.menu{
	height:70px;
	width:804px;
	float:left;
	background-color:#053254;
	}
.menu ul{
	list-style:none;
	}

.menu ul li{
	float:left;
	line-height:70px;
	    border-right: 1px solid#04365c;
    border-left: 1px solid #062b47;
	}


.menu ul li:first-child {
  border-left: 0px solid #062b47;
}


.menu ul li:last-child {
    margin-left: 0px;
    padding: 0px 14px;
    border-right: 0px solid#00233d;
}

.menu ul li:hover{
	background-color: #042c49;
	}
	
.menu ul li a{
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    padding: 0px 22px;
	}

.header-down{
	height:auto;
	width:100%;
	background-color:#f4a110;
	padding:10px 0px;
	overflow:hidden;
	}

.member{
	height:auto;
	width:auto;
	float:left;
	margin-left:16px;
	text-transform:uppercase;
	padding:10px 0px;
	font-family:Poppins;
	color:#FFFFFF;
	}

.logintype{
	height:auto;
	width:190px;
	float:left;
	margin-left:20px;
	overflow:hidden;
	}

.logicon{
	height:38px;
	width:auto;
	float:left;
	}

.logtext{
	height:38px;
	width:139px;
	float:left;
	}

.logtext input{
	border:none;
	padding:0px 6px;
	}

.login{
	height:auto;
	width:88px;
	float:left;
	overflow:hidden;
	margin-left:20px;
	}
.login input{
	padding:8px 0px;
	}

.forgot-pass{
    height: 40px;
    width: 125px;
    float: right;
    margin-right: 15px;
    padding: 0px 0px;
	}
.forgot-pass a{
	color:#FFFFFF;
	}

#main-slider{
	height:616px;
	width:100%;
	background-image:url(../images/slider.png);
	background-repeat:no-repeat;
	background-size:100% 616px;
	;
	}

#sub-slider{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}

.slidbg{
	height:450px;
	width:100%;
	margin:50px 0px;
	background-image:url(../images/sliderm.png);
	background-repeat:no-repeat;
	background-size:100% 450px;
	}

.slid-left{
	height:auto;
	width:410px;
	float:left;
	overflow:hidden;
	margin-left:20px;
	}
	
.slid-text{
	height:auto;
	width:100%;
	float:left;
	margin-top:90px;
	}

.slid-text h1{
	font-size:40px;
	font-family:Poppins;
	}

.get-started{
	height:auto;
	width:260px;
	float:left;
	margin-top:49px;
	}



.main-plan{
	height:auto;
	width:1140px;
	margin: -68px auto 0px;
	overflow:hidden;
	position:relative;
	}


.plan-head{
	height:auto;
	width:auto;
	float:left;
	}

.plan-all{
	height:auto;
	width:1060px;
	float:left;
	overflow:hidden;
	}

.planlink{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	background-color:#083554;
	}

.linkone{
	height:auto;
	    width: 150.80px;
	float:left;
	border-right:1px solid#001a2c;
	}

.linkone:last-child{
	border-right:none;

	}
	
.linkone a{
	font-size:30px;
	font-family:Poppins;
	padding:15px 5px;
	text-align:center;
	display:block;
	color:#FFFFFF;
	}

.linkone a:hover{
	background-color:#f19b04;
	}

.plan-one{
	height:auto;
	width:1020px;
	background-color:#ededeb;
	padding:20px;
	overflow:hidden;
	border-bottom:2px solid#f4a110;
	}

.plan-round{
	height:295px;
	width:295px;
	    background-color: #575757;
	float:left;
	border-radius:50%;
	overflow:hidden;
	margin:1px 40px;
	}


.plan-round1{
	height:295px;
	width:295px;
	background-color:#1c75bc;
	float:left;
	border-radius:50%;
	overflow:hidden;
	margin:1px 40px;
	}



.plan-round2{
	height:295px;
	width:295px;
	background-color:#343434;
	float:left;
	border-radius:50%;
	overflow:hidden;
	margin:1px 40px;
	}



.plan-round3{
	height:295px;
	width:295px;
	background-color:#f7931a;
	float:left;
	border-radius:50%;
	overflow:hidden;
	margin:1px 40px;
	}


.plan-roundx1{
	    height: 190px;
    width: 190px;
    background-color: #575757;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 4px 31px;
	}
	
	.plan-roundx2{
	    height: 190px;
    width: 190px;
	background-color:#1c75bc;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 4px 31px;
	}
	
		.plan-roundx3{
	    height: 190px;
    width: 190px;
background-color:#343434;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 4px 31px;
	}
	
	
			.plan-roundx4{
	    height: 190px;
    width: 190px;
	background-color:#f7931a;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 4px 31px;
	}
	
	
.plan-sroundx{
	  border-radius: 50%;
    margin: 6.2px auto 0px;
    border: 16px solid#FFFFFF;
    height: 145px;
    width: 145px;
	}
	
	  
	  
.percent-textx{	      height: auto;
    width: auto;
    text-align: center;
    font-size: 32px;
    font-family: Poppins;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 28px;
    inline-height: 53px;
    line-height: 40px;
}

.plan-sround{
	height:256px;
	width:256px;
	border-radius:50%;
	margin:3.2px auto 0px;
	border:16px solid#FFFFFF;
	}

.percent-text{
	height:auto;
	width:auto;
	text-align:center;
	font-size:60px;
	font-family:Poppins;
	color:#FFFFFF;
	text-transform:uppercase;
	margin-top:42px;
	}

.plan-details{
	height:auto;
	width:635px;
	float:right;
	overflow:hidden;
	}

.details-one{
	height:auto;
	width:625px;
	float:left;
	border-left:10px solid#f4a110;
	padding:20px 0px;
	background-color:#FFFFFF;
	text-transform:capitalize;
	color:#000000;
	}

.details-one:nth-child(odd){
	height:auto;
	width:625px;
	float:left;
	border-left:10px solid#f4a110;
	padding:19px 0px;
	background-color:#FFFFFF;
	text-transform:capitalize;
	color:#000000;
	}
	
.details-one:nth-child(even){
	height:auto;
	width:625px;
	float:left;
	border-left:10px solid#005d6f;
	padding:20px 0px;
	background-color:#ededeb;
	text-transform:capitalize;
	color:#000000;
	}


.details-left{
	height:auto;
	width:auto;
	float:left;
	margin-left:20px;
	}
.details-one p span{
	color:#f4a110;
	}
	
.details-right{
	height:auto;
	width:auto;
	float:right;
	margin-right:20px;
	font-size:20px;
	}


#main-white{
	height:auto;
	width:100%;
	background-color:#FFFFFF;

	}

#sub-white{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0px;
	}

.about-left{
	height:auto;
	width:719px;
	border-top:1px solid#042b47;
	border-left:1px solid#042b47;
	padding:20px;
	overflow:hidden;
	background-color:#f1f1ef;
	float:left;
        padding-bottom: 10px;
	}

.about-head{
	    height: auto;
    width: 98%;
    float: left;
    overflow: hidden;
    background-color: #e6e6df;
    padding: 8px;
	}
.about-head h5{
	color:#000000;
	}

.about-down{
	height:410px;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.about-icon{
	height:auto;
	width:auto;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	    margin-top: -32px;
	}

.about-text{
	height:auto;
	width:auto;
	text-align:justify;
	line-height:27px;
	margin-top:-5px;
	}


.aboutcert{
	height:500px;
	width:360px;
	float:right;
	overflow:hidden;
	}

#main-rpc{
	height:auto;
	width:100%;
	background-image:url(../images/prc.png);
	background-repeat:no-repeat;
	;
	background-size:100% 100%;
	}

#sub-rpc{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0px;
	}
	

.rpc-left{
	height:auto;
	width:720px;
	float:left;
	overflow:hidden;
	}

.rerferbg{
	height:280px;
	width:100%;
	background-image:url(../images/referbg.png);
	background-repeat:no-repeat;
	background-size:100% 280px;
	}

.refer-text{
	height:auto;
	width:400px;
	float:right;
	text-align:center;
	}

.up{
	height:auto;
	width:auto;
	text-align:center;
	margin-top:27px;
	}

.up h1{
	color: #f4a110;
    font-family: Poppins;
    font-size: 35px;
	}

.percent{
	height:auto;
	width:auto;
	text-align:center;
	overflow:hidden;
	margin-top: -20px;
	}

.percent h1{
    color: #f4a110;
    font-size: 65px;
    font-family: Poppins;
    text-shadow: 2px 1px#5e5e5e;
    margin-top: 32px;
    border-top: 10px solid #eeebeb;
	}

.commission-text{
	height:auto;
	width:auto;
	text-align:center;
	font-size:30px;
	color:#000000;
	}

.payment{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:15px;
	}

.payment-head{
	height:auto;
	width:auto;
	overflow:hidden;
	border-bottom:1px solid#FFFFFF;
	padding-right:10px;
	display:table;
	padding-bottom:3px;
	}

.paymentall{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:25px;
	}

.calculator{
	height:auto;
	width:360px;
	background-color:#f39d06;
	padding:20px;
	float:right;
	overflow:hidden;
	border-radius:5px;
	}

.calcuhead{
	height:auto;
	width:auto;
	text-align:center;
	border-bottom:1px solid#d48701;
	padding-bottom:10px;
	}
	

.cal-one{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.cal-one:first-child{
	margin-top:0px;
	}

.tittle-head{
	height:auto;
	width:auto;
	float:left;
	}

.tittle-head p{
	color:#FFFFFF;
	text-transform:capitalize;
	}

.calselect{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:5px;
	}

.calselect select{
	border-radius:5px;
	padding:13px 6px;
	border:none;
	}


.textnum{
	height:auto;
	width:96.5%;
	float:left;
	margin-top:5px;
	}

.textnum input{
	padding:6px 10px;
	border-radius:5px;
	border:none;
	}
	
.profit-percent{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.profone{
	height:auto;
	width:172px;
	padding:3px 0px;
	text-align:center;
	background-color:#FFFFFF;
	border-radius:5px;
	float:left;
	}
	
.proftwo{
	height:auto;
	width:172px;
	padding:3px 0px;
	text-align:center;
	background-color:#FFFFFF;
	border-radius:5px;
	float:right;
	}

.profthree{
	height:auto;
	width:172px;
	padding:8px 0px;
	text-align:center;
	background-color:#FFFFFF;
	border-radius:5px;
	overflow:hidden;
	margin:20px auto 0px;
	}

.invest-one{
	height:auto;
	width:365px;
	float:left;
	overflow:hidden;
	margin-left:20px;
	}

.invest-one:first-child{
	margin-left:0px;
	}


.inhead{
	height:auto;
	width:100%;
	padding:13px 0px;
	text-align:center;
		overflow:hidden;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e79401+0,faa30b+48,e79401+100 */
	background: rgb(231,148,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(231,148,1,1) 0%, rgba(250,163,11,1) 48%, rgba(231,148,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(231,148,1,1) 0%,rgba(250,163,11,1) 48%,rgba(231,148,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(231,148,1,1) 0%,rgba(250,163,11,1) 48%,rgba(231,148,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e79401', endColorstr='#e79401',GradientType=0 ); /* IE6-9 */
	}

.state-all{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:5px;
	}

.state-one{
	height:45px;
	width:100%;
	background-color:#eeeeed;
	border-bottom:1px solid#f4a110;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	text-transform:capitalize;
	margin-top:5px;
	}


.state-one:first-child{
	margin-top:0px;
	}

.state-left{
	height:auto;
	width:auto;
	float:left;
	margin-left:15px;
	}

.state-left p{
	margin-top:10px;
	}
.state-right p{
	margin-top:10px;
	}

.state-right{
	height:auto;
	width:auto;
	float:right;
	margin-right:15px;
	}

.state-right p img{
    margin: -5px 0px -5px 15px;
	}

#main-test{
	height:auto;
	width:100%;
	background-color:#f4a110;
	;
	}

#sub-test{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	padding:25px 0px;
	}

.testimonial{
	height:auto;
	width:auto;
	margin: 20px auto;
	border-bottom:1px solid#FFFFFF;
	display:table;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	}

.t-monial{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.t-monial-left{
	height:auto;
	width:550px;
	float:left;
	overflow:hidden;
	}

.t-monial-right{
	height:auto;
	width:555px;
	float:right;
	overflow:hidden;
	}

.t-monial-one{
	height:auto;
	width:510px;
	padding:20px;
	overflow:hidden;
	background-color:#063253;
	float:left;
	border-radius:5px;
	margin-top:19px;
	}

.t-monial-one:first-child{
	margin-top:0px;
	}

.tmonial-text{
	height:auto;
	width:380px;
	float:left;
	text-align:justify;
	line-height:24px;
	color:#FFFFFF;
	font-size:20px;
	}

.tmonial-text p span{
	float:right;
	margin-top:15px;
	font-weight:bold;
	}
	
.man{
	height:110px;
	width:auto;
	float:right;
	}

#main-footer{
	height:auto;
	width:100%;
	background-color:#000000;
	;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;

    background-size: 100% 100%;
	}

#sub-footer{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0px;
	}

.footer-one{
	height:auto;
	width:285px;
	float:left;
	overflow:hidden;
	}

.fo-head{
	height:auto;
	width:100%;
	float:left;
	}

.border{
	height:2px;
	width:50px;
	background-color:#f4a110;
	margin-top:5px;
	float:left;
	overflow:hidden;
	}

.fo-menu{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.fo-menu ul{
	list-style:none;
	width:auto;
	padding-left:20px;
	border-left:1px solid#f4a110;
	}
.fo-menu ul li{
	width:100%;
	margin-top:16px;
	}

.fo-menu ul li:first-child{
	margin-top:0px;
	}

.fo-menu ul li a{
	font-size:18px;
	text-transform:capitalize;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
    letter-spacing: 0.5px;
	}

.fo-menu ul li a:hover{
	color:#f4a110;
	}

.fo-contact{
	height:auto;
	width:262px;
	padding-left:20px;
	border-left:1px solid#f4a110;
	margin-top:20px;
	float:left;
	color:#FFFFFF;
	font-size:18px;
	}
	

.fo-contact2{
	height:auto;
	width:262px;
	padding-left:20px;
	border-left:1px solid#f4a110;
	margin-top:20px;
	float:left;
	color:#FFFFFF;
	font-size:18px;
	}
.fo-contact2 p{
	line-height:31px;
	font-weight:bold;
	}

.conone{
	height:auto;
	width:100%;
	overflow:hidden;
	margin-top:18px;
	}
	
.conone:first-child{
	margin-top:0px;
	}

.conone p{
	color:#FFFFFF;
	}

.conone p i{
	color:#f4a110;
	}

.fo-media{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	padding-top:24px;
	}

.media{
	height:auto;
	width:auto;
	float:left;
	margin-left:10px;
	}

.media:first-child{
	margin-left:0px;
	}

#downf{
	height:auto;
	width:100%;
	;
	background-color:#000000;
	border-top:1px solid#f4a110;
	}

#sub-downf{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0px;
	}

.reserved{
	height:auto;
	width:auto;
	text-align:center;
	color:#FFFFFF;
	}

.main-other{
    height: auto;
    width: 1140px;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
	}

.other-head{
    height: auto;
    width: 100%;
    background-color: #f4a110;
    border-bottom: 1px solid#000000;
    padding: 9px 0px;
    text-align: center;
    letter-spacing: 1px;
	}

.other-head h4{
	color:#000000;
	}

	
.other-boxes{
	height:auto;
	width:100%;
	float:left;
	padding:20px 0px;
	line-height: 30px;
	}

.other-left{
	height:auto;
	width:555px;
	float:left;
	overflow:hidden;
	}

.other-right{
	height:auto;
	width:555px;
	float:right;
	overflow:hidden;
	}

.other-one{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:30px;
	}

.other-one:first-child{
	margin-top:0px;
	}

.head-up{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	}
.head-left{
	height:auto;
	width:auto;
	float:left;
	overflow:hidden;
	border-bottom:1px solid#f4a110;
	padding-bottom:5px;
	font-size:24px;
	color:#000000;
	font-family:Poppins;
	letter-spacing:0.8px;
	}

.head-right{
	height:2px;
	width:50px;
	float:right;
	margin-top:31px;
	}
	

.boxes-all{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.box-onetype{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.box-onetype:first-child{
	margin-top:0px;
	}

.box-tittle{
	height:auto;
	width:200px;
	margin-top:11px;
	float:left;
	}

.box-type{
	height:auto;
	width:340px;
	float:left;
	}

.box-type input{
    border: none;
    background-image: url(../images/inputbg.png);
    background-repeat: no-repeat;
    background-size: 100% 42px;
    padding: 10px 10px;
    background-color: #e4dbdb;
	}


.box-type input::-webkit-input-placeholder{
	color:#9a8f8f;
	}

.box-type2 input::-webkit-input-placeholder{
	color:#9a8f8f;
	}

.upline{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	}

.up-left{
	height:auto;
	width:auto;
	float:left;
	color:#000000;
	text-transform:capitalize;
	font-weight:bold;
	}

.up-right{
    height: auto;
    width: auto;
    float: left;
    color: #000000;
    text-transform: capitalize;
    margin-left: 14px;
	}

.text-read{
	height:150px;
	width:100%;
	float:left;
	margin-top:20px;
	}
.text-read textarea{
	height:85%;
	width:95%;
	border-radius:0px;
	text-align:justify;
	}

.check-text{
	height:auto;
	width:auto;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;
	display:table;
	}
	
.check-box{
	height:auto;
	width:30px;
	float:left;
	}
	
.check-box input{
	height:20px;
	width:20px;
	}
	
.agree{
	height:auto;
	width:auto;
	float:left;
	margin-top:0px;
	}
	
.agree p{
	font-size:363f48;
	color:#000000;
	}
	
.agree p span a{
	color:#e99502;
	font-weight:bold;
	text-transform:capitalize;
	}

.create{
	height:auto;
	width:220px;
	margin:0 auto;
	overflow:hidden;
	padding-top:22px;
	}

.contact-up{
	height:auto;
	width:100%;
	overflow:hidden;
	}

.contact-left{
	height:auto;
	width:360px;
	float:left;
	overflow:hidden;
	}

.contact-right{
	height:auto;
	width:740px;
	float:right;
	overflow:hidden;
	}

.conbg{
	height:150px;
	width:auto;
	float:left;
	}
	
.con-add{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.con-head{
	height:40px;
	width:100%;
	overflow:hidden;
	color:#000000;
	font-size:22px;
	font-weight:bold;
	}

.con-head p img{
    margin: 0px 11px -13px 0px;
	}

.con-box{
	height:auto;
	width:318px;
	padding:20px;
	border:1px solid#e99502;
	background-color:#f3f2f2;
	overflow:hidden;
	margin-top:20px;
	}

.con-box p{
	line-height:25px;
	color:#000000;
	font-size:18px;
	}

.box-type2{
	height:auto;
	width:531px;
	float:left;
	}

.box-type2 input{
    border: none;
    background-image: url(../images/inputbg.png);
    background-repeat: no-repeat;
    background-size: 100% 42px;
    padding: 10px 10px;
    background-color: #eae6e6;
	}

.textarea{
	height:250px;
	width:100%;
	overflow:hidden;
	margin-top:20px;
	float:left;
	}

.textarea textarea{
	height:85%;
	border-radius:0px;
	width:97%;
	}

.send{
	height:auto;
	width:200px;
	margin-top:20px;
	float:right;
	}
	
.contact-map{
	height:auto;
	width:100%;
	margin-top:20px;
	overflow:hidden;
	}

.main-login{
	height:auto;
	width:555px;
	margin:0 auto;
	overflow:hidden;
	}

.for-log{
	height:auto;
	width:100%;
	float:left;
	margin-top:30px;
	overflow:hidden;
	}

.loginnow{
	height:auto;
	width:201px;
	float:left;
	overflow:hidden;
	}

.forgot{
	height:auto;
	width:auto;
	float:right;
	margin-top:16px;
	}

.forgot a{
	color:#000000;
	font-weight:bold;
	}

.desh-left{
	height:auto;
	width:350px;
	float:left;
	overflow:hidden;
	}

.desh-right{
	height:auto;
	width:770px;
	float:right;
	overflow:hidden;
	}

.desh-user{
	height:auto;
	width:310px;
	background-color:#013c66;
	padding:20px;
	overflow:hidden;
	}

.user-up{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	}

.user-icon{
	height:90px;
	width:auto;
	float:left;
	overflow:hidden;
	}

.user-name{
	height:auto;
	width:auto;
	float:left;
	margin-left:18px;
	color:#FFFFFF;
	text-transform:capitalize;
	margin-top:20px;
	line-height:25px;
	}

.user-details{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:15px;
	}

.his-one{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:10px;
	text-transform:capitalize;
	color:#FFFFFF;
	}
.his-one:first-child{
	margin-top:0px;
	}


.his-left{
	height:auto;
	width:auto;
	float:left;
	}

.his-right{
	height:auto;
	width:auto;
	float:right;
	}

.desh-bg{
	height:auto;
	width:310px;
	float:left;
	overflow:hidden;
	padding:20px;
	background-color:#023255;
	}


.desh-menu{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	}

.desh-menu ul{
	list-style:none;
	}

.desh-menu ul li{
	float:left;
	width:100%;
	background-color:#00487d;
	border-radius:5px;
	margin-top:10px;
	}
.desh-menu ul li:hover{
	background-color:#ed9d11;
	}

.desh-menu ul li:first-child{
	margin-top:0px;
	}



.desh-menu ul li a{
	font-size:18px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:15px 20px;
	display:block;
	}

.desh-menu ul li a img{
	    margin: 0px 8px -2px 0px;
	}
.desh-menu ul li a i{
	margin-right:5px;
	}

.desh-rightup{
	height:209px;
	width:100%;
	background-image:url(../images/balance.png);
	background-repeat:no-repeat;
	background-size:100% 209px;
	overflow:hidden;
	}

.balance-one{
	height:auto;
	width:340px;
	margin:20px;
	overflow:hidden;
	float:left;
	border-right:1px solid#FFFFFF;
	}

.balance-two{
	height:auto;
	width:340px;
	margin:20px;
	overflow:hidden;
	float:left;
	}
	
.balance-icon{
	height:auto;
	width:auto;
	text-align:center;
	padding-top:14px;
	}

.balance-text{
	padding:10px 0px;
	text-align:center;
	width:auto;
	}

.dh{
	height:auto;
	width:500px;
	margin:0 auto;
	overflow:hidden;
	padding:30px 0px;
	}
	
.md{
	height:auto;
	width:220px;
	float:left;
	}

.mw{
	height:auto;
	width:220px;
	float:right;
	margin-right:2px;
	}

.main-refer-{
	height:50px;
	width:100%;
	background-color:#e99502;
	float:left;
	}

.refer-text-{
	height:auto;
	width:auto;
	float:left;
	margin-left:25px;
	margin-top:15px;
	color:#FFFFFF;
	}

.banner{
	height:auto;
	width:188px;
	float:right;
	}

.banner a{
	background-color:#000000;
	border-radius:0px;
	padding:10px 0px;
	border:none;
	}

.banner a:hover{
	border:none;
	background-color:#013c66;
	}

.all-investment{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.investment-one{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	background-color:#e5e1e1;
	}

.investment-one:nth-child(odd){
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	background-color:#e5e1e1;
	}

.investment-one:nth-child(even){
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	background-color:#FFFFFF;
	}

.investment{
	height:auto;
	width:380px;
	float:left;
	overflow:hidden;
	border-right:1px solid#bebdbd;
	padding:20px 0px;
	}

.investment2{
	height:auto;
	width:380px;
	float:left;
	overflow:hidden;
	padding:20px 0px;
	}

.invest-box{
	height:auto;
	width:auto;
	margin:20px;
	float:left;
	}

.invest-icon{
	height:auto;
	width:auto;
	float:left;
	padding-right:10px;
	border-right:1px solid#495c6b;
	}

.invest-text{
	height:auto;
	width:201px;
	float:left;
	overflow:hidden;
	margin-left:19px;
	margin-top:17px;
	}

.text-head{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	font-size:24px;
	color:#00406e;
	}

.text-dolar{
	height:auto;
	width:100%;
	float:left;
	margin-top:10px;
	color:#ec9300;
	font-size:24px;
	}

/*------news------*/


.news-one-2{
	height:auto;
	width:555px;
	float:left;
	margin-top:20px;
	}
	
.news-one:first-child{
	margin-top:0px;
	}

	
.news-headline{
	height:auto;
	width:100%;
	float:left;
	}
	
.news-icon{
	height:auto;
	width:auto;
	float:left
	}
	
.news-heading{
	height:auto;
	width:auto;
	float:left;
	margin-left:10px;
	}
	
.news-head-{
	height:auto;
	width:auto;
	}
	
.news-head- h5{
	color:#000;
	font-size:22px;
	margin-top:7px;
	}
	
.news-date{
	height:auto;
	width:auto;
float: left;
	}
	
.news-date p{
    font-size: 18px;
    margin-top: 6px;
	}
	
.news-all{
	height:auto;
	width:100%;
	float:left;
    line-height: 26px;
    letter-spacing: 0.5px;
	}

/*------news------*/

.error{
    width: 97.5%;
    color: #fff;
    background-color: #f4a110;
    padding: 14px 0px 14px 18px;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: 96% 15px;
    background-size: 22px 22px;
    border-radius: 4px;
    border-bottom: 3px solid red;
}

.success{
    width: 97.5%;
    color: #fff;
    background-color: #f4a110;
    padding: 14px 0px 14px 18px;
    background-image: url(../images/success.png);
    background-repeat: no-repeat;
    background-position: 96% 15px;
    background-size: 22px 22px;
    overflow: hidden;
    border-radius: 4px;
    border-bottom: 3px solid green;
}


table.tab {font-size:16px;color:#333333;width:100%;border-width: 1px;border-color: #DA0014;border-collapse: collapse;}
table.tab th {
    font-size: 16px;
    background-color: #013c66;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #013c66;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}
table.tab tr {}
table.tab td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #bbb9b9;
    background-color: rgba(0, 0, 0, 0.16);
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px;
}


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


.deposit-tot {
max-width: 400px;
background-color:#013c66;
    padding: 12px;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
    margin-top: 20px;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
}


.deposit-process-wrap{
width:30%; 
float:left;
}

.deposit-cancel-wrap{
width:30%;
 float:left; 
margin-left:15px;
}


.earne-total {
    max-width: 400px;
    color: #fff;
    padding: 12px;
    float: left;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 25px;
    border-radius: 4px;
background-color:#013c66;
}


.earne-total:first-child {
margin-left:0px;
}

.tot-his{
    background-color: #013c66;
    padding: 6px 14px;
    color: #fff;
    border-radius: 18px;
}


.after-lo{
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-top:13px;
}


.rateus {
    border-collapse: separate;
    border-spacing: 6px;
    width: 100%;
}
.rateus  td {
    margin-left:20px;
    margin-bottom: 25px;
    width: 200px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
	    border: 1px solid #FFF;

	
}


/* Tooltip container */
.tooltip {
        position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    width: 260px;
    height: 200px;
    /* border: 2px solid #000; */
    float: left;
    margin-left: 21px;
}


.tooltips {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    width: 154px;
    height: 200px;
    /* border: 2px solid #000; */
    float: left;
    margin-left: 8px;
}



.tooltips:first-child {
          margin-left: 0px;
}


.tooltip:first-child {
          margin-left: 0px;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
    width: 260px;
    background-color: #ffffff;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -130px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    border: 1px solid #dfdddd;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
	
}
	
.deposit-plan{
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}



.sub-plan-deposit:first-child{
margin-left:0px;
}

.sub-plan-deposit{
    width: 372px;
    float: left;
    overflow: hidden;
    margin-left: 25px;
}

.ch--{
    overflow: hidden;
    padding: 9px 0px;
    text-align: center;
    margin-bottom: -10px;
}

.ch-- label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 15px;
}

.ch-- input{
    display: none;
}

.ch-- label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: 3px;
    bottom: -5px;
    /* background-color: #B7A3A3; */
    border-radius: 50%;
    /* margin: 5px; */
    border: 2px solid #0D3E76;
}

.radio label {
	margin-bottom: 10px;
}
.radio label:before {
    border-radius: 3px;
}


input[type=radio]:checked + label:before {
	content: "\2022";
    font-size:68px;
    color: #0D3E76;
    text-align: center;
    line-height:14px;
}

.howbg {
        height: auto;
    width: 100%;
    background-color: #f4a110;
    ;
}

.howitworks {
        height: auto;
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0px;

}

.howbox {
        width: 21%;
    display: inline-block;
    background: url(/images/stars_bg.png) repeat-x center top, #083554;
    text-align: center;
    padding: 20px 0;
    margin: 20px;
}

.howbox h2 {
    
       font-size: 27px;
    color: #FFFFFF;
    font-family: Poppins;
    text-transform: uppercase;
}

.howitworks h2 {
        font-size: 27px;
    color: #FFFFFF;
    font-family: Poppins;
    text-transform: uppercase;
}

.heading {
    height: auto;
width: auto;
margin: 20px auto;
border-bottom: 1px solid #FFFFFF;
display: table;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}

.btc {
    content: "";
    background: url(/images/stats_text_design.png) no-repeat center;
    width: 101px;
    height: 22px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 10px;
}

.a-linke {
    width: 70%;
    height: auto;
    padding: 12px 0px;
    font-size: 20px;
    font-family: Poppins;
    color: #FFFFFF;
    display: block;
    text-align: center;
    background-color: #f5a00c;
    border-radius: 6px;
    border: 1px dashed #000000;
    margin-left: 35px;
}


.whybg {
        height: auto;
    width: 100%;
    background-color: #FFFFFF;
    ;
}

.whychoose {
        height: auto;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0px;

}

.whybox {
    height: auto;
    width: 45%;
    padding: 20px;
    overflow: hidden;
    background-color: #063253;
    float: left;
    border-radius: 5px;
    margin: 10px;
}

.whybox h2 {
    
       font-size: 27px;
    color: #FFFFFF;
    font-family: Poppins;
    text-transform: uppercase;
    padding: 20px 0px;
}

.whychoose h6 {
        color: #083554;
        font-size: 27px;
}

.whytext {
    height: auto;
float: left;
text-align: justify;
line-height: 24px;
color: #FFFFFF;
font-size: 20px;
}

.heading2 {
    height: auto;
width: auto;
margin: 20px auto;
border-bottom: 1px solid #083554;
display: table;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}

.certbg {
        height: auto;
    width: 100%;
    background-color: #083554;
    ;
}

.cert {
        height: auto;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0px;

}

.cert h8 {
    
      color: #ffffff;
        font-size: 27px;
}
.img {
    
    width: 400px;
    float: left;
    margin: 20px;
}

.textt {
    width: 700px;
    float: left;
    padding-top: 20px;
}

.textt p {
    padding-top: 25px;
    font-size: 20px;
    color: #ffffff;
}

.heading3 {
    height: auto;
width: auto;
margin: 20px auto;
border-bottom: 1px solid #d48701;
display: table;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}

.widgetbg {
        height: auto;
    width: 100%;
    background-color: #FFFFFF;
    ;
}

.widget {
        height: auto;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0px;

}

.widget1 {
    float: left;
    width: 700px;
    margin-right: 20px;
}

.widget2 {
    float: left;
    width: 400px;
    margin: 0px;
    padding-top: 55px;
}