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

body{
	margin:0px;
	padding:0px;wilcome-text-
	color:#82888c;
	font-family:OpenSans-Regular;.invest-btn-main
	}
	
.clr{
	clear:both;
	}
	
h1 { font-size: 37px;  color: #FFFFFF; font-family:Oswald-Bold; text-transform:uppercase;}
h2 { font-size: 35px;  color: #FFFFFF; font-family:Oswald-Bold; text-transform:uppercase;}
h3 { font-size: 30px;  color: #FFFFFF; font-family:Oswald-Bold; text-transform:uppercase;}
h4 { font-size: 15px;  color: #FFFFFF; font-family:Oswald-Bold; text-transform:uppercase;}
h5 { font-size: 20px;  color: #FFFFFF; font-family:Oswald-Bold; text-transform:uppercase;}
h6 { font-size:15px;  color: #FFFFFF; font-family:Oswald-Bold;}
h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; margin-top:0px; }
	
	
	
::-webkit-input-placeholder {
		color:    #727270;
	}
	:-moz-placeholder {
		color:    #727270;
	}
	::-moz-placeholder {
		color:    #727270;
	}
	:-ms-input-placeholder {
		color:    #727270;
	}

	
a{text-decoration:none;}

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

@font-face{
	font-family:OpenSans-Semibold;
	src:url(fonts/OpenSans-Semibold.ttf);
	}
	
@font-face{
	font-family:Oswald-Bold;
	src:url(fonts/Oswald-Bold.ttf);
	}	
	
@font-face{
	font-family:Oswald-Regular;
	src:url(fonts/Oswald-Regular.ttf);
	}		
	

	
input[type="submit"]{
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#335882;
	font-size:17px;
	font-family:Oswald-Regular;
	border:1px solid#335882;
	padding: 8px 0px;
	border-radius:5px;
outline:none;
	}
	


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



input[type="reset"]{
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#335882;
	font-size:17px;
	font-family:Oswald-Regular;
	border:1px solid#335882;
	padding: 8px 0px;
	border-radius:5px;
outline:none;
	}
	


input[type="reset"]:hover {
	background-color:#09458A;
	}



input[type="button"]{
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#335882;
	font-size:17px;
	font-family:Oswald-Regular;
	border:1px solid#335882;
	padding: 8px 0px;
	border-radius:5px;
outline:none;
	}
	


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

	
	

input[type='text'], input[type='password'] {
	font-size:15px;
	width: 98%;
	height:100%;
    border: 1px solid #E8E8E8;
	padding: 9px 5px;
	background-color: #ffffff;
	color: #000;
	font-family:OpenSans-Regular;
	outline:none;
	}
	
textarea{
	font-size:17px;
	font-family:OpenSans-Regular;
	border:1px solid #DDDDDD; 
	outline:none;
	width:98%;
	height:94%;
	padding-left:10px;
	padding-top:5PX;
	background-color:#fff;
	}	
	
.a-link{
	width:100%;
	height:auto;
	padding: 9px 0px;
	font-size:18px;
	font-family:Oswald-Regular;
	color:#FFFFFF;
	display: block;
	text-align:center;
	background-color:#e22f18;
	border-radius:6px;
	text-transform:uppercase;
	}	
	
.a-link:hover{
	background-color:#FD1C00;
	transition:all 0.5s ease-in-out;
	}
	
select{
height: auto;
    width: 26%;
    border-radius: 5px;
       border: 1px solid #E8E8E8;
    font-size: 18px;
    font-family: Oswald-Regular;
    color: #000;
    padding: 6px;
    outline: none;
	 }
	 
	
#top-header{
	height:11px;
	width:100%;
	background-color:#0d3e76;
	min-width:1070px;
	}
	
#sub-top{
	height:auto;
	width:1040px;
	margin:0 auto;
	overflow:hidden;
	}

#main-header{
	height:auto;
	width:100%;
	background-color:#f3f3f3;
	min-width:1070px;
    border-top: 10px solid #0D3E76;
	}
	
#sub-header{
	height:auto;
	width:1040px;
	margin:0 auto;
	overflow:hidden;
	}
	
.logo{
	height:auto;
	width:auto;
	float:left;
	margin-top:20px;
	}

.menu{
	height:auto;
	width:auto;
	float:right;
	}
	
.menu ul{
	list-style:none;
	}
	
.menu ul li{
	float:left;
	line-height:90px;
font-size: 12px;
	}
	
.menu ul li:first-child{
	margin-right:1.5px;
	}
	
.menu ul li a{
	text-align:center;
	color:#506a85;
	text-transform:uppercase;
	padding-left:20px;
	padding-right:20px;
	font-family:OpenSans-Regular;
	display:block;
	}
	
.menu ul li a:hover{
	color:#fff;
	}



/* Sweep To Bottom */
.menu ul li a {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0D3E76;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.menu ul li a:hover:before, .menu ul li a:focus:before, .menu ul li a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

	
.hover-active{
	color: #FFFFFF !important;
        background-color: #0D3E76;
	}

#main-bg{
	height:675px;
	width:100%;
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	background-size:1800px 675px;
	min-width:1070px;
	background-position:center;
	}
	
#sub-bg{
	height:auto;
	width:1040px;
	margin:0 auto;
	overflow:hidden;
	}
	

.main-header{
	height:auto;
	width:1040px;
	float:left;
	overflow:hidden;
	}

	
	
.main-user{
	height:auto;
	width:1040px;
	float:left;
	overflow:hidden;
	}
	
.user-right{
	height:auto;
	width:auto;
	float:right;
	color:#aaaaaa;
	margin-top:7px;
	}

.user-right p{
	font-size:18px;
	}
	
.user-right p i{
	color:#ad1a2a;
	margin-right:5px;
	}
	
.user-right p span{
	color:#1b4f88;
	}
	
.main-plan-part{
	height:auto;
	width:1040px;
	float:left;
	overflow:hidden;
	}
	
.plan-box{
	height:auto;
	width:500px;
	float:right;
	overflow:hidden;
	}
	
.array{
	height:auto;
	width:auto;
	float:left;
	margin-top:116px;
	}
	
.array i{
	color:#6688ad;
	font-size:35px;
	}
	

	
.plan-box-text{
	height:auto;
	width:465px;
	float:left;
	padding-top:45px;
	}
	
.twofifty{
	height:auto;
	width:auto;
	text-align:center;
	}
	
.twofifty h1{
	font-size:80px;
	color:#0d3e76;
	font-family:Oswald-Bold;
	text-align:center;
	}
	
.after{
	height:auto;
	width:auto;
	text-align:center;
	}
	
.after h3{
	color:#0d3e76;
	font-size:40px;
	font-family:Oswald-Bold;
	text-transform:capitalize;
	}
	
.right-array{
	height:auto;
	width:auto;
	float:right;
	margin-top:116px;
	}
	
.right-array i{
	color:#6688ad;
	font-size:35px;
	}
	
.invest-btn-main{
	    height: 280px;
    width: 1040px;
    float: left;
    margin-top: 40px;
    overflow: hidden;
	}
	
.invest-btn{
	height:auto;
	width:64px;
	float:right;
	}
	
.invest-btn a{
	background-color:#a01f33;
	}
	
.main-company{
	height:auto;
	width:1040px;
	float:left;
	margin-top:72px;
	overflow:hidden;
	}
	
.main-state{
	height:auto;
	width:570px;
	float:left;
    margin-top: 85px;
	}
	
.state-one{
	height:218px;
	width:171px;
	float:left;
	background-image:url(../images/round-one.png);
	background-repeat:no-repeat;
	background-size:171px 218px;
	margin-left:16px;
	}
	
.ruuning{
	height:auto;
	width:auto;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	font-family:Oswald-Regular;
	margin-top:45px;
	}
	
.number{
	height:auto;
	width:auto;
	text-align:center;
	margin-top:25px;
	font-size:25px;
	color:#FFFFFF;
	font-family:Oswald-Regular;
	}
	
.total-depsit{
	height:218px;
	width:171px;
	float:left;
	background-image:url(../images/round-two.png);
	background-repeat:no-repeat;
	background-size:171px 218px;
	margin-left:19px;
	}
	
.total-withdraw{
	height:218px;
	width:171px;
	float:left;
	background-image:url(../images/round-three.png);
	background-repeat:no-repeat;
	background-size:171px 218px;
	margin-left:19px;
	}
	
.right-for-all-pages{
    height: auto;
    width: 420px;
    float: right;
    margin-right: 33px;
    margin-top: 3px;
	}
	
.wellcome-company{
	height:auto;
	width:100%;
	float:left;
	}
	
.wellcome-headline{
	height:auto;
	width:100%;
	float:left;
	}
	
.wellcome-headline p{
	color:#0d3e76;
	font-size:24px;
	font-family:Oswald-Regular;
	}
	
.wellcome-headline p span{
	font-family:Oswald-Bold;
	}
	
.wellcome-text{
	height:auto;
	width:100%;
	float:left;
	margin-top:8px;
	}
	
.wellcome-text p{
	color:#82888c;
	line-height:22px;
	}
	
.more-nformation{
	height:auto;
	width:auto;
	float:left;
	margin-top:10px;
	}
	
.more-nformation a{
	color:#7C0002;
	font-size:18px;
	font-family:Oswald-Regular;
	text-transform:capitalize;
	}
	
#all-content{
	height:auto;
	width:100%;
	background-color:#f7f7f7;
	min-width:1070px;
	}

#sub-contents{
	    height: auto;
    width: 999px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 30px;
    background-color: #FDFAFA;
    padding: 20px;
    border-radius: 10px;
	}
	


	
#sub-content{
	height:auto;
	width:1040px;
	margin:0 auto;
	overflow:hidden;
    line-height: 30px;
	}
	

	
.main-choose{
	height:auto;
	width:1040px;
	float:left;
	overflow:hidden;
    margin-top: 15px;
	}
	
.chosse-left{
	height:auto;
	width:505px;
	float:left;
	overflow:hidden;
	}
.choose-headline{
	height:auto;
	width:100%;
	float:left;
	}
	
.choose-headline h3{
	color:#0d3e76;
	}
	
.choose-text{
	height:auto;
	width:100%;
	float:left;
    margin-top: 10px;
	}
	
.choose-text p{
	line-height:25px;
	}

.more{
	height:auto;
	width:auto;
	float:right;
	margin-top:-13px;
	}
	
.more a{
	color:#7C0002;
	font-size:18px;
	font-family:Oswald-Regular;
	text-transform:capitalize;
	}
	
.main-video{
	height:auto;
	width:500px;
	float:right;
	}
	
.video-part{
	height:auto;
	width:auto;
	float:left;
	margin-top:30px;
	}
	
.main-payment{
	height:auto;
	width:1040px;
	float:left;
	margin-top:20px;
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px solid#c9c9c9;
	}
	
.payment-one{
	height:auto;
	width:auto;
	float:left;
	margin-left:24px;
	}
	
.payment-one:first-child{
	margin-left:0px;
	}
	
.payment-one:hover{
	opacity:0.8;
	}
	
.last{
	height:auto;
	width:135px;
	float:left;
	margin-left:19px;
	}
	
.last a{
	font-size:14px;
	padding:6px 0px;
	border:1px solid#9b1027;
	}
	
.last2{
	height:auto;
	width:135px;
	float:left;
	margin-left:19px;
	}
	
.last2 a{
	font-size:14px;
	padding:6px 0px;
	border:1px solid#395f8d;
	background-color:#29496e;
	}
	
.last2 a:hover{
	background-color:#395f8d;
	}
	
.main-footer{
	height:auto;
	width:1040px;
	float:left;
	overflow:hidden;
	}
	
.footer-menu{
	height:auto;
	width:auto;
	float:left;
	}
	
.footer-menu ul{
	list-style:none;
    overflow: hidden;
	}
	
.footer-menu ul li{
	float:left;
	}

.footer-menu ul li a{
	color:#b7b7b7;
	padding:20px;
	display:block;
	text-align:center;
	text-transform:capitalize;
padding-left:0px;
	}
	
.footer-menu ul li a:hover{
	color:#4673a6;
	}
	
.footer-right{
	height:auto;
	width:380px;
	float:right;
	margin-top:10px;
	}
	
.pf{
	height:auto;
	width:auto;
	float:right;
	}
	
.pf p{
	text-transform:capitalize;
	color:#3a618e;
	}
	
.all-right{
	height:auto;
	width:auto;
	float:right;
	margin-top:5px;
	}
	
.all-right p{
	color:#3a618e;
	}
	
.register-one{
	height:auto;
	width:415px;
	float:left;
	margin-top:10px;
	}
	
.text-icon{
	height:auto;
	width:410px;
	padding:4px;
	border:1px solid#dddddd;
	overflow:hidden;
	background-color:#f9f9f2;
	margin-top:12px;
	}
	
.text-icon:first-child{
	margin-top:0px;
	}
	
.icon-by{
	height:auto;
	width:42px;
	float:left;
	border-right:1px solid#d3d3d3;
	text-align:center;
	}
	
.icon-by i{
	color:#0d3e76;
	font-size:22px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	}
	
.title-text{
	height:auto;
	width:340px;
	float:left;
	border-left:1px solid#fff;
	}
	
	
.title-text input{
	background-color: #F7F7F7;
	padding:7px 7px;
    border: none;
	}
	
.main-register{
	height:auto;
	width:1040px;
	float:left;
	margin-top:20px;
	}
	
.register-left{
	height:auto;
	width:580px;
	float:left;
	overflow:hidden;
	}

.reigter-right{
	height:auto;
	width:430px;
	float:right;
    margin-right: 17px;
margin-top: 18px;
	}
	
.question{
	height:auto;
	width:100%;
	float:left;
	}
	
.question p{
	font-size:24px;
	color:#0d3e76;
	font-family:Oswald-Bold;
	}
	
.question-all{
	height:auto;
	width:505px;
	float:left;
	}
	
.reg-two{
	height:auto;
	width:422px;
	float:right;
	margin-right:15px;
	overflow:hidden;
	margin-top:30px;
	}
	
.reg-three{
	height:auto;
	width:422px;
	float:right;
	margin-right:15px;
	overflow:hidden;
	margin-top:40px;
	}
	
.register-complete{
	height:auto;
	width:425px;
	float:right;
	margin-top:20px;
	margin-right:15px;
	margin-bottom:15px;
	}
	
.check-text{
	height:auto;
	width:280px;
	float:left;
	overflow:hidden;
	margin-top:15px;
	}
	
.check-box{
	height:auto;
	width:22px;
	float:left;
	}
	
.check-box input{
	height:15px;
	width:15px;
	}
	
.agree{
	height:auto;
	width:auto;
	float:left;
	margin-top:-2px;
	}
	
.agree p{
	font-size:363f48;
	color:#8894a6;
	font-size:14px;
	}
	
.agree p span a{
	color:#495E7F;
	}
	
.reg-btn{
	height:auto;
	width:130px;
	float:right;
	}
	
	
.main-map{
	height:auto;
	width:100%;
	float:left;
	}
	
	
.text-area{
    height: 120px;
    width: 420px;
    float: right;
    margin-right: 32px;
    overflow: hidden;
	}

.text-area textarea{
width:97%;
}
	
.send{
	height:auto;
	width:150px;
	float:right;
	margin-right:33px;
	margin-top:20px;
	}
	
.contact-right{
	height:auto;
	width:430px;
	float:right;
	} 
	
.main-address-box{
	    height: 128px;
	width:375px;
	float:right;
	margin-right:33px;
	padding:20px;
	background-color:#0d3e76;
	-moz-box-shadow:inset 0px -1px 37px #0d3e76;
	-webkit-box-shadow:inset 0px -1px 37px #0d3e76;
	box-shadow:inset 0px -1px 37px #0d3e76;
	margin-top:20px;
	}
	
.address{
	height:auto;
	width:100%;
	float:left;
	}
	
.place{
	height:auto;
	width:100%;
	float:left;
	margin-top:10px;
	}
	
.place p{
	    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
	}
	
.email{
	height:auto;
	width:100%;
	float:left;
	margin-top:5px;
	}
	
.email p{
	color:#FFFFFF;
	font-size:15px;
	font-family:Oswald-Bold;
	}
	
.email p span{
	font-family:Oswald-Regular;
	}

.for-login{
	height:auto;
	width:100%;
	float:left;
	margin-top:15px;
	}
	
.forgot{
	height:auto;
	width:auto;
	float:left;
	margin-top:10px;
	}
	
.forgot a{
	color:#0d3e76;
	}
	
.login-btn{
	height:auto;
	width:130px;
	float:right;
	}
	
.desh-one{
	height:auto;
	width:415px;
	float:left;
	margin-top:10px;
	}
	
.desh-user{
	height:auto;
	width:405px;
	float:left;
	border:1px solid#dddddd;
	padding:4px;
	border-bottom:none;
	}
	
.desh-user1{
	height:auto;
	width:405px;
	float:left;
	border:1px solid#dddddd;
	padding:4px;
	}
	

	
.user-icon{
	height:auto;
	width:42px;
	float:left;
	border-right:1px solid#dddddd;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	}
	
.user-icon i{
	color:#0d3e76;
	font-size:22px;
	}
	
.name-tittle{
	height:auto;
	width:350px;
	float:left;
	color:#878784;
	margin-top:8px;
	}
	
.name-left{
	height:auto;
	width:150px;
	float:left;
	margin-left:10px;
	font-family:OpenSans-Semibold;
	}
	
.name-right{
	height:auto;
	width:auto;
	float:right;
	font-family:OpenSans-Regular;
	}
	

.depo-with{
	height:auto;
	width:100%;
	float:left;
	margin-top:12px;
	}

.deposit-btn-{
	height:auto;
	width:190px;
	float:left;
	}
	
.withdraw-btn-{
	height:auto;
	width:190px;
	float:right;
	}
	
.main-deshboard{
	height:auto;
	width:1040px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	}

.desh-left{
	height:auto;
	width:270px;
	float:left;
	}
	
.desh-menu{
    height: auto;
    width: 117%;
    float: left;
     margin-left: -33px;
    margin-top: -6px;
	}

.desh-menu ul{
	list-style:none;
	}
	
.desh-menu ul li{
    float: left;
    width: 30%;
    border-radius: 3px;
    border: 1px solid#395f8d;
    margin-left: 7px;
    margin-top: 4px;
	
	}

.desh-menu ul li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    font-size: 12px;
}
.desh-menu ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(102,143,191,1) 0%, rgba(35,64,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); 
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#234061',GradientType=0 ); /* IE6-9 */
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.desh-menu ul li:hover, .desh-menu ul li:focus, .desh-menu ul li:active {
  color: white;
}
.desh-menu ul li:hover:before, .desh-menu ul li:focus:before, .desh-menu ul li:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.desh-menu ul li a{
    color: #FFFFFF;
    text-align: center;
    padding: 10px 7px;
    display: block;
    text-transform: capitalize;
	}
	
.desh-right{
	height:auto;
	width:100%;
	float:right;
	}
	
.bank-up{
	height:auto;
	width:100%;
	float:left;
	margin-top:15px;
	}
	
	
.bank-up:first-child{
	margin-top:0px;
	}
	
.bank-one{
    height: 110px;
    width: 205px;
    float: left;
    border: 2px solid#365d88;
    padding: 20px;
    margin-left: 14px;
    border-radius: 4px;
	}
	
.bank-one:First-child{
	margin-left:0px;
	}

.bank-one:hover{
    background-color: #73C9DC;
    border: 2px solid#E22F18;
transition: all 0.5s ease;
}
	

	
.bank-icon{
	height:auto;
	width:auto;
	float:left;
	margin-right:7px;
	}
	
.bank-text{
	height:auto;
	width:100px;
	float:left;
	margin-top:20px;
	}
	
.bank-dolar{
	height:auto;
	width:100px;
	overflow:hidden;
	}
	
.bank-dolar p{
	color:#0d3e76;
	font-size:20px;
	font-family:Oswald-Bold;
	}
	
.total-deposit{
	height:auto;
	width:auto;
	margin-top:3px;
	}
	
	
.total-deposit p{
	font-size:14px;
	color:#0d3e76;
	font-family:Oswald-Bold;
	}
	
.main-refer{
    height: 50px;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 4%;
    margin-left: 14%;
    border-radius: 4px;
	}
	
.refer-left{
	height:100%;
	width:238px;
	float:left;
	background-color:#0d3e76;
	overflow:hidden;
	}
	
	
.refer-left h4{
	text-align:center;
	margin-top:10px;
	}
	
.link{
	height:96%;
	width:495px;
	float:left;
	border:1px solid#0d3e76;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	}
	
.link p{
	text-align:center;
	color:#000;
	margin-top:9px;
	}
	

	
/*------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:#506A85;
	font-size:20px;
	margin-top:7px;
	}
	
.news-date{
	height:auto;
	width:auto;
float: left;
	}
	
.news-date p{
	font-size:13px;
	}
	
.news-all{
	height:auto;
	width:100%;
	float:left;
	}

.logged-page-headline{
    font-size: 22px;
    padding: 7px 0px;
    border-radius: 3px;
    text-align: center;
	border:1px solid#395f8d;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,668fbf+0,234061+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(102,143,191,1) 0%, rgba(35,64,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#234061',GradientType=0 ); /* IE6-9 */
    font-family: sans-serif;
}

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


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

	border:1px solid#395f8d;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,668fbf+0,234061+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(102,143,191,1) 0%, rgba(35,64,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#234061',GradientType=0 ); /* IE6-9 */
color:#fff;

}

table.tab tr {}
table.tab td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #ccc;

background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f5f5 0%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f5f5 0%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */


}


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


.error{
    width: 86%;
    border: 1px solid red;
    padding: 15px 70px;
    color: red;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: 25px 11px;
    background-size: 30px 30px;
overflow:hidden;
border-radius: 3px;
}

.success{
    width: 86%;
    color: green;
    border: 1px solid green;
    padding: 15px 70px;
    background-image: url(../images/success.png);
    background-repeat: no-repeat;
    background-position: 25px 11px;
    background-size: 30px 30px;
overflow:hidden;
border-radius: 3px;
}



.arrow-w{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,668fbf+0,234061+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(102,143,191,1) 0%, rgba(35,64,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#234061',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 8px 16px;
    overflow: hidden;
border-radius:5px;
    margin-bottom: 11px;
}

.arrow-w:first-child{
margin-top:0px;
}


.a-l{
float:left;
}


.a-r{
float:right;
}


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

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,668fbf+0,234061+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(102,143,191,1) 0%, rgba(35,64,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#234061',GradientType=0 ); /* IE6-9 */

}


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


.history-check{
    width: 29%;
    padding: 10px;
    border-radius: 3px;
    float: left;
    color: #fff;
    text-align: center;
    margin-left: 17px;
    margin-top: 17px;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,668fbf+0,234061+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(102,143,191,1) 0%, rgba(35,64,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#234061',GradientType=0 ); /* IE6-9 */


}

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


.section-1{
width:45%;
float:left;
    color: #000;
}

.section-1 p{
font-size: 16px;
    border-bottom: 1px solid #000;
}

.section-2{
width:45%;
float:right;
    color: #000;
}


.section-2 p{
font-size: 19px;
    border-bottom: 1px solid #000;
}


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

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


.main-output-box{
	height:auto;
	width:1040px;
	float:left;
	margin-top:20px;
	overflow:hidden;
	padding-bottom:20px;
	}

.investor-left{
    height: auto;
    width: 492px;
    float: left;
    margin-left: 56px;
	}
	
	
.investor-left:first-child{
	margin-left:0px;
	}
	

.investor-headline{
	height:auto;
	width:100%;
	background-color:#181717;
	}
	
.investor-headline h4{
	padding:10px;
	text-align:center;
    font-size: 20px;
	}
	
.investor-amount{
	height:auto;
	width:473px;
	float:left;
	padding:10px;
	background-color:#FFFFFF;
	color:#000000;
    font-size: 14px;
	}
	
.name{
	height:auto;
	width:200px;
	float:left;
	}

.amount{
	height:auto;
	width:200px;
	float:left;
	}
	
.time{
height: auto;
    width:72px;
    float: right;
	}
	
.time p{
	float:right;
	}
	
.investor-all{
	height:auto;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	}
	
.invest-one{
	height:auto;
	width:473px;
	float:left;
	background-color:#efefef;
	color:#000000;
	padding:10px;
	overflow:hidden;
	}


.name-in{
	height:auto;
	width:214px;
	float:left;
    text-transform: capitalize;
	}


.amount-in{
	height:auto;
	width:214px;
	float:left;
	}
	
.time-in{
	height:25px;
	width:44px;
	float:left;
	}
	
.time-in p{
	float:right;
	}
	
 .invest-one:nth-child(even) {
   background-color:#3E6B93;
color:#fff;
	}


.invest-one:nth-child(odd) {
    background: #B72F3B;
color:#fff;
}


 .invest-one:nth-child(even):hover {
   background-color:#000;
   color:#fff;
	}

.invest-one:nth-child(odd):hover {
background: #d67475;
    background: -moz-linear-gradient(top, #d67475 0%, #9d0c13 99%);
    background: -webkit-linear-gradient(top, #181717 0%,#181717 99%);
    /* background: linear-gradient(to bottom, #910D04  0%,#FFFFFF 99%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67475', endColorstr='#9d0c13',GradientType=0 );
    color: #FFFFFF;
	}

/*-----Plan----------*/
.well {
	height: 450px;
	/* padding-left: 2px;*/
    margin-top: 0px;
	 width: 1040px;
}
.title-primary{
    color: #7C0002;
    font-family: helvetica;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
}

.title-primarys{
    color: #7C0002;
    font-family: helvetica;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
margin-top: 10px;
}

.after-primary{
    font-family: "Open Sans", sans-serif;
    color: #0D3E76;
    font-size: 11px;
    text-transform: uppercase;
margin-top:15px;
}
.text-primary {
    margin-top: 15px;
    color: #0D3E76;
    font-size: 13px;
    text-align: left;
    margin-left: 10px;
}

.plan:hover .plan-bbb{
background-color: #0D3E76;
}

.plan1, .plan2, .plan3,.plan4, .plan5{
    border-radius: 50%;
    display: inline-block;
    height: 109px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 109px;
    
}
.plan1{
	background:#0D3E76 url(../images/plan5.png) 50% 50% no-repeat;
}
.plan2{
	background:#0D3E76 url(../images/plan5.png) 50% 50% no-repeat;
}
.plan3{
	background:#0D3E76 url(../images/plan5.png) 50% 50% no-repeat;
}
.plan4{
	background:#0D3E76 url(../images/plan6.png) 50% 50% no-repeat;
    border-radius: 50%;
    border: 2px solid #fff;
}
.plan5{
	background:#0D3E76 url(../images/plan5.png) 50% 50% no-repeat;
    border-radius: 50%;
    border: 2px solid #fff;
}



.btn-link {
    color: #fff;
    line-height: 79px;
    text-align: center;
}
a.btn-link.pulse img.no_resize{
	height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.text-center {
    text-align: center;
}


.plancontainer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.planrow {
    margin-left: -15px;
    margin-right: -15px;
}

 .plan {
    width: 201px;
    margin-left: 5px;
}

.btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 43px;
    outline: medium none;
    padding: 5px 25px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.btn:hover {
    background-color: #464646;
    border-color: #6198b6 ;
    color: #6198b6 ;
}
.btn:hover:active, .btn.active:hover, .open > .dropdown-toggle.btn:hover {
    background-image: none;
}

.btn-link {
    background: #6198b6  none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px;
    
}
.btn-link:focus {
    color: inherit;
    font-size: inherit;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    box-shadow: none;
}
.btn-link:hover {
    background-color: #464646;
    color: #fff ;
    text-decoration: none;
}

.plan {
    background-color: #ffffff;
    border: 1px solid #9bbccf ;
    /*max-width: 370px;*/
    position: relative;
    transition: all 0.3s linear 0s;
	cursor: default;
}

.plan:hover {
    animation-duration: 0.8s;
    animation-name: pulse;
    animation-timing-function: linear;
}

.plan:hover .plan-body .btn-link {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
    display: inline-block;
    transform: translateZ(0px);
}
.plan-body {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px 0px 0px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}



.plan-bodys {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px 0px 0px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
height: 280px;
}





.plan-body .btn-link {
    bottom: -30px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    padding-top: 6px;
}
.plan-heading {
    border-bottom: 1px solid transparent;
    padding: 20px 15px;
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    background-image: url(../images/plan-top-bg.png);
    background-repeat: no-repeat;
}

.plan-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.plan-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    padding: 50px 15px;
}

.box_inner{
text-align:center;
}

.icon{
text-align:center;
}

.plan-bbb{
    width: 151px;
    margin: auto;
    margin-top: 8px;
    margin-top: 19px;
    margin-bottom: 20px;
}

/*END Plan*/



/*--Calculator--*/
.stat-info-calc{
	border: 2px solid #F1ECEC;
	border-radius: 10px;
	padding: 12px 7px 15px;
	text-align: center;
background-image: url(../images/calculator-bg.jpg);
}
.calculatorcontainer{
	margin:0 auto;
}
.stat-info-calc-title{
	height: 60px;
    margin: 0 auto;
    width: 380px;
}

.stat-info-calc h2{
	color: #6198B6;
	font-size: 30px;
    margin: 0;
	float: right;
	padding-top: 7px;
}
#stat-info-calc{
	color: #6198b6;
	float: left;
    font-size: 50px;
	margin-top: 2px;
	
}
.selectplan{
    width: 400px;
}
.selectplan div#percent-styler.jq-selectbox.jqselect.hlist2{
	 background: none;
    border: none;
    box-shadow: none;
    color: #262829;
    display: block !important;
    font-family: open sans;
    font-size: 18px;
    margin: 0;
    outline: 0 none;
    padding: 0px;
    transition: none 0s ease 0s ;
}
div#percent-styler.jq-selectbox.jqselect.changed div.jq-selectbox__select{
	border: 0;
    border-color: #df5137;
    font-family: tahoma;
    font-size: 25px;
    font-weight: 400;
    height: 54px;
    line-height: 45px;
    padding: 0;
    text-indent: 0;
  
}
div#percent-styler.jq-selectbox.jqselect.hlist2 div.jq-selectbox__select div.jq-selectbox__select-text,
 div#percent-styler.jq-selectbox.jqselect.changed div.jq-selectbox__select div.jq-selectbox__select-text{
	background: #fff url(./images/select-arrow.png) no-repeat 95% center;
 	font-size: 20px;
	font-family: tahoma;
    font-weight: 400;
    line-height: 45px;
    text-indent: 0px;
	color: #4d5561;
	border: 2px solid #6198b6;
	height: 54px;
    padding: 3px 5px 5px;
	box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.3) inset;
	-webkit-transition: border-color .5s linear 0s;
	-moz-transition: border-color .5s linear 0s;
	transition: border-color .5s linear 0s;
	
 }

  div#percent-styler.jq-selectbox.jqselect.hlist2 div.jq-selectbox__select div.jq-selectbox__select-text:hover,
 div#percent-styler.jq-selectbox.jqselect.changed div.jq-selectbox__select div.jq-selectbox__select-text:hover{
 	border-color: #FFB760;
 }
div#percent-styler.jq-selectbox.jqselect.hlist2 select#percent{
	border:0;
}
div#percent-styler.jq-selectbox.jqselect.hlist2 div.jq-selectbox__select{
	height: 54px;
	padding: 0px;
	border:none;
}
div#percent-styler.jq-selectbox.jqselect.hlist2.dropdown.opened div.jq-selectbox__dropdown, div#percent-styler.jq-selectbox.jqselect.dropdown.opened.changed div.jq-selectbox__dropdown{
 	 top: 54px !important;
	 border: 1px solid #6198b6;
 }
 div#percent-styler.jq-selectbox.jqselect.hlist2.dropdown.opened div.jq-selectbox__dropdown ul, div#percent-styler.jq-selectbox.jqselect.dropdown.opened.changed div.jq-selectbox__dropdown ul{
 	margin-top:0px;
	margin-bottom:0px;
	color: #4d5561;
    font-family: tahoma;
    font-size: 20px;
 }
  
 #deposit {
    border: 2px solid #6198b6;
		box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .3);
    transition: all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
    color: #4d5561;
    font-size: 25px;
    padding: 5px;
	 height: 54px;
    text-align: right;
	margin-right: 10px;
	width: 100px;
	font-family: tahoma;

}
#deposit:focus, #deposit:active, #deposit:hover {
    outline: 0 none;
	border: 2px solid #FFB760;
}	
.homecal {
   font-size: 30px;
   width: 140px;
   color: #0D3E76;
    font-family: tahoma;
  }

.stat-info-calc .mytitle{
	color: #0D3E76;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.amount-dep{
    width: 100%;
    padding: 0px 13px;
    height: 37px;
    border-radius: 4px;
}

.sel-pl{
    width: 81%;
    font-family: inherit;
}

.c-img{
    width: 50px;
    float: left;
    margin-left: 15px;
}
.c-img i{
    font-size: 68px;
color: #0D3E76;
}
/*--End Calculator--*/


/*--Info Box--*/
.info-box-start{
    display: block;
    width: 290px;
    border-spacing: 0;
    float: left;
}


.info-box-start .toptable1 {
    display: block;
    width: 100%;
    float: left;
    margin-left: 16px;
}
.info-box-start .toptable2,
.info-box-start .toptable3 {
	display: table-cell; 
  	width: 36%;
	text-align: center;
}
 
.info-box-start .toptable1 #stat-top-left{
	width: 170px;
	margin-left: 0;
    font-size: 14px;
}

.info-box-start #stat-top-left {
color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 600;
    /* width: 230px; */
    margin-left: 10px;
    margin-top: 11px;
}
.info-box-start #stat-top-right{
	color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    
}
.bgstats{
    background-color: #0D3E76;
    overflow: hidden;
    border-radius: 5px;
    padding: 8px 0px 15px 0px;
}
.info-box{
    overflow: hidden;
    float: left;
    width: 739px;
    margin-top: 6px;
	}
.live-stats-title{
	color: #999;
    font-family: "Open Sans",sans-serif;
    font-size: 35px;
	font-weight: 600;
	
}
.menutxt-info{
	color:#fff;
	font-size:18px;
}

.info-box-start #stat-top-bg {
    color: #fff;
    display: table-cell;
    float: left;
    font-size: 50px;
    padding-top: 5px;
    width: 75px;	
}


.container-overflow{
    overflow: hidden;
    width: 290px;
    float: left;
}

.info-one-box{
    width: 346px;
    float: left;
    overflow: hidden;
}

.line-one-box{
    width: 100%;
    float: left;
    line-height: 47px;
    color: #fff;
    background-image: url(../images/bg-stat.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.left-sta{
    float: left;
}

.right-sta{
    float: right;
}

/*--End Info Box--*/

.wilcome-text-{
width: 50%;
    float: right;
}

.wilcome-text- h1{
    color: #0D3E76;
text-shadow: 0 0 3px #F5F5F5, 0 0 5px #F5F5F5;
}


.wilcome-text- p{
     color: #000;
    line-height: 24px;
    text-shadow: 0 0 3px #F5F5F5, 0 0 5px #F5F5F5;
    font-size: 13px;
}

.dep-he-img{
    border: 2px solid #fff;
    padding: 8px;
    border-radius: 50%;
    margin: 10px 0px 0px 6px;
}
	


.fixed-nav{ 
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999; 
        transition: all 0.5s ease;
}

.fixed-nav .main-header{ 
        transition: all 0.5s ease;
}

/*Optional styles, Added for demo*/

.content-wrap{
	min-height: 1000px; /*Added to get browse scroll- demo*/
}


.topmargin{
	margin-top: 0px;
box-shadow:2px 2px 10px #0D3E76;
transition: all 0.5s ease;
}



.deposit-tot {
    max-width: 400px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,668fbf+0,234061+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(102,143,191,1) 0%, rgba(35,64,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#234061',GradientType=0 ); /* IE6-9 */

    padding: 12px;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
    margin-top: 20px;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
}



.blank-left-up{
         width: 1016px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #F1ECEC;
}



.user-detalis{
    width: 50%;
    float: left;
    overflow: hidden;

}

.user-detalis:first-child{
    margin-top: 0px;
}

.u-icon{
width: 83px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 83px;
    font-size: 44px;
    float: left;
    margin-top: 22px;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(102,143,191,1) 0%, rgba(35,64,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%);
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#234061',GradientType=0 ); /* IE6-9 */
}
.u-icon i{
    margin-top: 21px;
}

.user-de{
    width:374px;
    float: left;
    margin-left: 14px;
}

.span-1{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000;
}

.span-2{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #0D3E76;
    font-weight: 600;
}


.span-3{
    float: left;
    width: 100%;
    font-size: 24px;
    border: 2px solid #ccc;
}

.sp{
    margin-top: 6px;
}

.span-4{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #000;
height: 140px;
}

.check-ar i{
font-size: 16px;
    margin-left: 7px;
    color: #2D4C6F;
}



.span-4:hover .check-ar i{
    transition: all 0.5s ease;
transform: translateX(-4px);
transform: translateX(4px);
color:#e22f18;
}


.company-news{
width: 50%;
    float: left;
    overflow: hidden;
}

.company-news h2{
    color: #0D3E76;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}


.news-h{
    font-size: 23px;
    color: #0D3E76;
    text-transform: capitalize;
    font-family: Oswald-Bold;
    margin-top: 10px;
}

.full-text-n{
    margin-top: 9px;
    font-size: 15px;
    line-height: 23px;
}


.referral{
    width: 38%;
    float: right;
text-align: center;
}

.referral h2 {
    color: #0D3E76;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.all-refe-{
width: 100%;
    overflow: hidden;
}

.img-re{
    float: right;
}

.p-8{
    width: 180px;
    height: 120px;
    float: left;
    background-color: #E22F18;
    border-radius: 50%;
    text-align: center;
    margin-top: 29px;
}
.p-8 h2{
    font-size: 52px;
    margin-top: 43px;
}

.user-detalis-2{
    width: 50%;
    float: left;
    overflow: hidden;
}

.user-detalis-2:first-child{
    margin-top: 0px;
}

.u-icon-2{
    width: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    font-size: 22px;
    float: left;
    margin-top: 15px;
}
.u-icon-2 i{
    margin-top: 14px;
}

.user-de-2{
    width:212px;
    float: left;
    margin-left:0px;
margin-top: 15px;
}

.span-7{
    float: left;
    width: 100%;
    font-size: 11px;
    color: #000;
    font-weight: 600;
}

.span-8{
    float: left;
    width: 100%;
    font-size: 28px;
    color: #0D3E76;
    font-weight: 600;
}


.span-9{
    float: left;
    width: 100%;
    font-size: 24px;
    border: 2px solid #ccc;
}

.sp-2{
    margin-top: 6px;
}

.span-10{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
}

.right-div{
    float: right;
    margin-right: 18px;
    text-align: right;
}