 *{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	color:#202020;
	font-family:OpenSans-Regular;
	}
	
.clr{
	clear:both;
	}
	
h1 { font-size: 60px;  color: #FFFFFF; font-family:Raleway-Regular; text-transform:uppercase;}
h2 { font-size: 35px;  color: #FFFFFF; font-family:OpenSans-Bold; text-transform:uppercase;}
h3 { font-size: 35px;  color: #FFFFFF; font-family:Play-Bold; text-transform:uppercase;}
h4 {     font-size: 26px;
    color: #ffffff;
    font-family: Play-Bold;
    text-transform: uppercase;
    }
h5 { font-size: 19px;  color: #FFFFFF; font-family:OpenSans-Bold; text-transform:uppercase;}
h6 { font-size: 20px;  color: #FFFFFF; font-family:Raleway-Regular;}
h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; margin-top:0px; }

h7 {     font-size: 62px;
    color: #ffffff;
    font-family: Play-Bold;
    text-transform: uppercase;
    }
	
	
::-webkit-input-placeholder {
		color:    #212222;
	}
	:-moz-placeholder {
		color:    #212222;
	}
	::-moz-placeholder {
		color:    #212222;
	}
	:-ms-input-placeholder {
		color:    #212222;
	}

	
a{text-decoration:none;}



@font-face{
	font-family:DroidSerif;
	src:url(font/DroidSerif.ttf);
	}
	

@font-face{
	font-family:Play-Bold;
	src:url(font/Play-Bold.ttf);
	}

@font-face{
	font-family:OpenSans-Light;
	src:url(font/OpenSans-Light.ttf);
	}
	
@font-face{
	font-family:OpenSans-Regular;
	src:url(font/OpenSans-Regular.ttf);
	}
	
@font-face{
	font-family:Play-Regular;
	src:url(font/Play-Regular.ttf);
	}
	
@font-face{
	font-family:Raleway-Regular;
	src:url(font/Raleway-Regular.ttf);
	}
	
@font-face{
	font-family:OpenSans-Bold;
	src:url(font/OpenSans-Bold.ttf);
	}
	
		
input[type="button"]{
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#14a4cc;
	font-size:20px;
	font-family:Raleway-Regular;
	padding: 10px 28px;
	border-radius:5px;
	outline:none;
	border:none;
	}
	


input[type="button"]:hover {
	background-color:#007B9E;
	transition:all 0.5s ease-in-out;
	}



input[type="submit"]{
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#14a4cc;
	font-size:20px;
	font-family:Raleway-Regular;
	padding: 10px 28px;
	border-radius:5px;
	outline:none;
	border:none;
	}
	


input[type="submit"]:hover {
	background-color:#007B9E;
	transition:all 0.5s ease-in-out;
	}



input[type="reset"]{
	cursor:pointer;
	width: 100%; 
	color:#FFFFFF;
	background-color:#14a4cc;
	font-size:20px;
	font-family:Raleway-Regular;
	padding: 10px 28px;
	border-radius:5px;
	outline:none;
	border:none;
	}
	


input[type="reset"]:hover {
	background-color:#007B9E;
	transition:all 0.5s ease-in-out;
	}
	
	

input[type='text'], input[type='password'] {
	font-size:20px;
	width: 98%;
	height:100%;
	border:none;
	padding: 9px 7px;
	background-color: #f2f2f2;
	color: #000;
	font-family:Raleway-Regular;
	outline:none;
	
	}
	
textarea{
	font-size:20px;
	font-family:Raleway-Regular;
	background-color:#f2f2f2;
	outline:none;
	width:98%;
	height:98%;
	padding-left:10px;
	padding-top:5PX;
	border:none;
	border-radius:3px;
	}	
	
.a-link{
	width:100%;
	height:auto;
	padding: 9px 0px;
	font-size:18px;
	font-family:Raleway-Regular;
	color:#FFFFFF;
	display: block;
	text-align:center;
	border:1px solid #016f06;
	background-color:transparent;
	border-radius:2px;
	text-transform:uppercase;
	border:1px solid#FFFFFF;
	}	
	
.a-link:hover{
	background-color:#0093bd;
	border:1px solid#0093bd;
	border-radius:2px;
	transition:all 0.5s ease-in-out;
	}
	
select{
    height: auto;
    width: 26%;
    border: 1px solid#019dc9;
    font-size: 18px;
    font-family: Raleway-Regular;
    color: #000;
    outline: none;
    background-color: transparent;
    padding: 10px 0px;
    border-radius: 5px;
	 }


			 
/*start top header*/	 
#main-top-header{
	height:auto;
	width:100%;
    background-color: #0093BD;
	min-width:1170px;
	}
	
#sub-top-header{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}	
	
.top-header-main{
	height:auto;
	width:1140px;
	float:left;
	padding-top:0px;
	padding-bottom:5px;
	}
	
.top-header-left{
	height:auto;
	width:735px;
	float:left;
	margin-top:12px;
	} 
	
.top-phone{
	height:auto;
	width:150px;
	float:left;
	border-right:1px solid#aaaaaa;
	}
	
.phone-icon{
	height:auto;
	width:25px;
	float:left;
	margin-top:-2px;
	}
	
.phone-icon i{
	color:#fff;
	}
	
.top-number{
	height:auto;
	width:auto;
	float:left;
	}
	
.top-number p{
	font-size:12px;
	color:#fff;
	}
	
.top-email{
	height:auto;
	width:180px;
	float:left;
	margin-left:20px;
	}
	
.top-email-icon{
	height:auto;
	width:25px;
	float:left;
	margin-top:-2px;
	}
	
.top-email-icon i{
	color:#fff;
	margin-top:-2px;
	}
	
.top-email-name{
	height:auto;
	width:auto;
	float:left;
	}
	
.top-email-name p{
	font-size:12px;
	color:#fff;
	}
	
.top-header-right{
	height:auto;
	width:393px;
	float:right;
	}
	
.media{
	height:auto;
	width:140px;
	float:left;
	margin-top:5px;
	}
	
.top-face{
    height: 32px;
    width:30px;
    float: left;
    margin-left: 5px;
    text-align: center;
    border-radius: 3px;
	}

.top-face:first-child{
	margin-left:0px;
	}

.top-face a:hover{
    background-color:#0093BD;
color:#000;
}
	
.top-face a{
	color:#aaaaaa;
display:block;
    padding:5px;
 transition: all 0.5s ease;
	}

.top-face a i{
	color:#fff;
	}

.top-face a:hover .top-face a i{
color:#000;
}
	
.top-language{
    height: auto;
    width: 175px;
    float: right;
    margin-left: 30px;
    margin-top: 3px;
	}
 
/*end top header*/ 
/*start botoom header*/ 
#main-bootom-header{
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	min-width:1170px;
	}
	
#sub-botoom-header{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}

.logo{
	height:auto;
	width:200px;
	float:left;
	}

.logo-icon{
	height:auto;
	width:auto;
	margin-top:7px;
	}
	
.header-menu{
	height:auto;
	width:auto;
	float:right;
	overflow:hidden;
	}
	
.menu{
	height:auto;
	width:auto;
	}
	

.menu ul{
	list-style:none;
	}
	
.menu ul li{
	float:left;
	line-height:74px;
	margin-left:35px;
	}
	
.menu ul li a{
    font-family: Raleway-Regular;
    font-size: 15px;
    color: #454545;
    padding-bottom: 3px;
    text-transform: uppercase;
	}
	
.menu ul li a:hover{
	color:#0093bd;
	border-bottom:2px solid#0093bd;
	}

.active-1{
	color:#0093bd !important;
	border-bottom:2px solid#0093bd;
	}
	

	


/*end botoom header*/	
	
/*start slider*/
	
#main-slider{
    height:600px;
    width: 100%;
    min-width: 1170px;
    background-image: url(../images/x1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	}
	
#sub-slider{
	height:auto;
	width:1140px;
	overflow:hidden;
        margin: auto;
	}
	
.slider-main{
	height:auto;
	width:1140px;
	float:left;
	}
	
	
.wellcome-company{
	    height: auto;
    width: auto;
    margin-top: 24%;
    text-align: center;
	}
	
.lorem{
    height: 150px;
    width: 100%;
    text-align: center;
    margin-top: 14px !important;
    line-height: 55px;
	}

.lorem h1{
            color: #ffffff;
    text-align: center;
    font-size: 40px;
	}
	
.lorem h1 span{
	color:#0093bd;
	}
	
.want-to{
	height:auto;
	width:auto;
	text-align:center;
	margin-top:58px;
	}

.want-to h6{
}
	
.slid-sign-login{
height: auto;
    width: 445px;
    text-align: center;
    margin: auto;
	padding-top:20px;
	}
	
.slid-sign{
	height:auto;
	width:202px;
	float:left;
	}
	
.slid-login{
	height:auto;
	width:202px;
	float:right;
	}
	
.slid-sign-up{
	height:auto;
	width:200px;
	float:right;
	}

.slid-sign-up a{
	background-color:#0093bd;
	border:1px solid#0093bd;
	border-radius:2px;
	transition:all 0.5s ease-in-out;
}

.slid-sign-up a:hover{
    background-color: #075b73;
}
	
	
.slid-login-btn{
	height:auto;
	width:200px;
	float:left;
	}

.slid-login-btn a{
	background-color:#0093bd;
	border:1px solid#0093bd;
	border-radius:2px;
	transition:all 0.5s ease-in-out;
}

.slid-login-btn a:hover{
    background-color: #075b73;;
}

/*end slider*/	
	
/*start about*/
#main-about{
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	min-width:1170px;
        background-color: #F1F1F1;
	}
	
#sub-about{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}
	
.about-main{
	height:auto;
	width:1140px;
	float:left;
	margin-bottom:12px;
	}
	
.about-left{
	height:auto;
	width:575px;
	float:left;
	}
	
.about-head{
	height:auto;
	width:auto;
	}
	
.about-left:hover .about-head h4{
	color:#222222;
	transition:all 0.5s ease-in-out;
	}
	
.about-head h4{
	color:#028794;
	}
	
.about-left-text{
	height:auto;
	width:635px;
	float:left;
	margin-top:20px;
	color:#222222;
	}
	
.about-left:hover .about-left-text{
	color:#00535B;
	transition:all 0.5s ease-in-out;
	}
	
.about-left-text p{
	font-size:15px;
	line-height:25px;
	}
	
.about-right{
	height:auto;
	width:470px;
	float:right;
	}
	
.about-right-image{
	height:auto;
	width:auto;
        margin-top: 31px;
	}
	
.about-right-image:hover{
	opacity:0.8;
	}
	

	
/*end about*/	 
/*start plan*/
#main-plan{
	height:925px;
	width:100%;
	background-image:url(../images/plan-bg.jpg);
	background-repeat:no-repeat;
	background-size:100% 1015px;
	min-width:1170px;
    border-top: 2px solid #019DC9;
    border-bottom: 2px solid #019DC9;
	}
	

#sub-plan{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}
	
.plan-main{
	height:auto;
	width:1140px;
	float:left;
	margin-top:70px;
	}	
	
.plan-head{
	height:auto;
	width:auto;
	text-align:center;
	}
	
.plan-text{
	height:auto;
	width:680px;
	margin:0 auto;
	margin-top:20px !important;
	}
	
.plan-text p{
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	}
	
.main-plan-box{
	height:auto;
	width:800px;
	margin-top:20px !important;
	margin:0 auto;
	overflow:hidden;
	}
	
.plan-bg{
	height:789px;
	width:775px;
	background-image:url(../images/plan-bg-.png);
	background-repeat:no-repeat;
	background-size:775px 789px;
	margin:0 auto;
    position: absolute;
	background-repeat:no-repeat;
	}
	

	
.plan-all{
	height:auto;
	width:782px;
	margin:0 auto;
	overflow:hidden;
    position: absolute;
	}
	
.plan-left{
	height:auto;
	width:300px;
	float:left;
	}
	
.plan-margin{
	height:auto;
	width:auto;
	padding-top:130px;
	overflow:hidden;
	}
	
.plan-01{
	height:260px;
	width:300px;
	float:right;
	overflow:hidden;
	}
	

	
.plan-01-right{
	height:265px;
	width:300px;
	float:left;
	overflow:hidden;
	}
	
.five{
	height:auto;
	width:auto;
	background-color:#019dc9;
	padding:4px;
	border-radius:5px;
	float:right;
    transition: all 0.5s ease;
	}

.plan-01:hover .five{
transform: translateX(15px);
transform: translateX(-15px);
}

.plan-01-right:hover .five-right{
transform: translateX(-15px);
transform: translateX(15px);
}

.plan-two-right:hover .five-down{
transform: translateX(-15px);
transform: translateX(15px);
}
	
	
.five-down{
	height:auto;
	width:auto;
	background-color:#019dc9;
	padding:4px;
	border-radius:5px;
	float:left;
    transition: all 0.5s ease;
	}
	
.five-down p{
	font-size:40px;
	color:#FFFFFF;
	margin:0px;
	font-family:Play-Bold;
	text-align:center;
	}
	
	
.five-right{
	height:auto;
	width:auto;
	background-color:#019dc9;
	padding:4px;
	border-radius:5px;
	float:left;
    transition: all 0.5s ease;
	}
	
.five-right p{
	font-size:40px;
	color:#FFFFFF;
	margin:0px;
	font-family:Play-Bold;
	text-align:center;
	}
	
.five p{
	font-size:40px;
	color:#FFFFFF;
	margin:0px;
	font-family:Play-Bold;
	text-align:center;
	}
	
.name-plan-right{
	height:auto;
	width:auto;
	margin-top:7px;
	overflow:hidden;
	float:left;
	}
	
.name-plan{
	height:auto;
	width:auto;
	margin-top:7px;
	overflow:hidden;
	float:right;
	}
	
.name-plan-down{
	height:auto;
	width:auto;
	margin-top:7px;
	overflow:hidden;
	float:left;
	}
	
.name-plan-down p{
	font-size:25px;
	color:#FFFFFF;
	font-family:Play-Bold;
	}
.name-plan-down p span{	
	font-family:Raleway-Regular;
	}
	
.name-plan-right p{
	font-size:25px;
	color:#FFFFFF;
	font-family:Play-Bold;
	}
.name-plan-right p span{	
	font-family:Raleway-Regular;
	}
	
.name-plan p{
	font-size:25px;
	color:#FFFFFF;
	font-family:Play-Bold;
	}
.name-plan p span{	
	font-family:Raleway-Regular;
	}
	
.after-10-right{
	height:auto;
	width:auto;
	float:left;
	margin-top:10px;
	}
	
.after-10{
	height:auto;
	width:auto;
	float:right;
	margin-top:10px;
	}
	
.after-10-down{
	height:auto;
	width:auto;
	float:left;
	margin-top:10px;
	}
	
	
.after-10-down p{
	font-size:14px;
	color:#FFFFFF;
	font-family:Play-Regular;
	}
	
.after-10-right p{
	font-size:14px;
	color:#FFFFFF;
	font-family:Play-Regular;
	}
	
.after-10 p{
	font-size:14px;
	color:#FFFFFF;
	font-family:Play-Regular;
	}
	
	
.ammount-right{
	height:auto;
	width:auto;
	float:left;
	margin-top:8px;
	}
	
.ammount{
	height:auto;
	width:auto;
	float:right;
	margin-top:8px;
	}
	
.ammount-down{
	height:auto;
	width:auto;
	float:left;
	margin-top:8px;
	}
	
	
.ammount-down p{
	font-size:14px;
	color:#FFFFFF;
	font-family:Play-Regular;
	}
	
.ammount-right p{
	font-size:14px;
	color:#FFFFFF;
	font-family:Play-Regular;
	}
	
.ammount p{
	font-size:14px;
	color:#FFFFFF;
	font-family:Play-Regular;
	}
	
.invest-right{
	height:auto;
	width:auto;
	margin-top:8px;
	float:left;
	}
	
.invest-down{
	height:auto;
	width:auto;
	margin-top:8px;
	float:left;
	}
	
	
.invest-down a{
	font-size:16px;
	color:#FFFFFF;
	font-family:Play-Regular;
	border-bottom:1px solid#FFFFFF;
	}
	
.invest-down a:hover{
	color:#019dc9;}
	
.invest{
	height:auto;
	width:auto;
	margin-top:8px;
	float:right;
	}
	
.invest-right a{
	font-size:16px;
	color:#FFFFFF;
	font-family:Play-Regular;
	border-bottom:1px solid#FFFFFF;
	}
	
.invest-right a:hover{
	color:#019dc9;
	}
	
	
.invest a{
	font-size:16px;
	color:#FFFFFF;
	font-family:Play-Regular;
	border-bottom:1px solid#FFFFFF;
	}
	
.invest a:hover{
	color:#019dc9;
	}
	
.plan-two{
	height:auto;
	width:auto;
	padding-top:70px;
	overflow:hidden;
	}
	
.plan-two-right{
	height:auto;
	width:350px;
	padding-top:64px;
	overflow:hidden;
	float:left;
	}
	
.plan-2-right{
	height:260px;
	width:350px;
	float:left;
	overflow:hidden;
	}
	

	
.plan-right{
	height:auto;
	width:350px;
	float:right;
    margin-right: -58px;
	}

	

/*end plan*/	
	
/*start goal*/
#main-goal{
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	min-width:1170px;
	}
	
#sub-goal{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}	
	
.goal-main{
	height:auto;
	width:1140px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	}
	
.goal-head{
	height:auto;
	width:auto;
	text-align:center;
	}
	
.goal-head h3{
	color:#019dc9;
	}
	
.goal-text{
	height:auto;
	width:530px;
	margin-top:15px !important;
	margin:0 auto;
	}
	
.goal-text p{
	font-size:16px;
	color:#202020;
	text-align:center;
	}
	
.demo-confidience-main{
	height:auto;
	width:1140px;
	float:left;
	margin-top:50px;
	}
	
.demo-left{
	height:auto;
	width:515px;
	float:left;
    margin-left: 9px;
	}
	
.demo-all{
	height:auto;
	width:515px;
	float:left;
	}
	
.demo-one{
	height:auto;
	width:515px;
	float:left;
	margin-top:25px;
	}
	

	
.demo-one:first-child{
	margin-top:0px;
	}
	
.demo-one-up{
	height:auto;
	width:515px;
	float:left;
	}
	
.demo-icon{
	height:auto;
	width:auto;
	float:left;
	background-color:#019dc9;
	padding:15px;
	border-radius:5px;
    transition: all 0.5s ease-in-out;
	}
	
.demo-one:hover .demo-icon{
	background-color:#000000;
transform: translateX(8px);
transform: translateX(-8px);
	}
	
.demo-icon i{
	color:#FFFFFF;
	}
	
 .demo-one:hover .demo-icon i{
	color:#019dc9;
	}
	
.demo-text{
	height:auto;
	width:auto;
	float:left;
	margin-left:20px;
	}
	
.demo-text h4{
	margin-top:12px;
	color:#202020;
	}
	
.demo-one:hover .demo-text h4{
	color:#019dc9;
	}
	
.demo-lorem{
	height:auto;
	width:515px;
	float:left;
	margin-top:20px;
	color:#202020;
	}
	
	
.demo-lorem p{
	font-size:14px;
	line-height:27px;
	}

	
.demo-right{
	height:auto;
	width:515px;
	float:right;
	}
	
.demo-right-text{
	height:auto;
	width:515px;
	float:left;
	}
	

	
/*end goal*/	
	
/*start statisttics*/	
#main-stastics{
	height:322px;
	width:100%;
	background-image:url(../images/balance-bg.png);
	background-repeat:no-repeat;
	background-size:100% 322px;
	min-width:1170px;
        background-size: 100% 100%;
	}	
	
#sub-stastics{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}
	
.stats-main{
	height:auto;
	width:1140px;
	float:left;
	margin-top:25px;
	}
	
.live{
	height:auto;
	width:1140px;
	float:left;
        margin-top:59px;
	}
	
	 
.live-one{
	height:auto;
	width:265px;
	float:left;
	color:#FFFFFF;
	margin-left:26px;
	}
	

	
.live-one:first-child{
	margin-left:0px;
	}
	
.live-one-head{
	height:auto;
	width:265px;
	text-align:center;
	}
	
.live-one-head h4{
	font-size:20px;
	}
	
.stay-box{
	height:auto;
	width:265px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid#FFFFFF;
	margin-top:15px;
	text-align:center;
	border-radius:5px;
	}
	
.stay-box:hover{
	border:1px solid#019dc9;}
	
.stay-box {
  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-color:transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius:5px;
}
.stay-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -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;
}
.stay-box:hover, .stay-box:focus, .stay-box:active {
  color:#019dc9;
}
.stay-box:hover:before, .stay-box:focus:before, .stay-box:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

	 
/*end statisttics*/	 
	
/*start investor*/
#main-investors{
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	min-width:1170px;
	}
	
#sub-investors{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}

.investors-main{
	height:auto;
	width:1140px;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	}
	
.invest-head{
	width:auto;
	text-align:center;
	height:50px;
	margin:0 auto;
    margin-top: 24px;
	}

.invest-head h2{
	color:#17a3cc;
	}


.invest-head{
	width:auto;
	text-align:center;
	height:50px;
	margin:0 auto;
    margin-top: 24px;
	}

.invest-head h2{
	color:#17a3cc;
	}

	
.invest-all{
	height:auto;
	width:1140px;
	float:left;
	}
	
.invest-one{
	height:auto;
	width:358px;
	float:left;
	margin-left:33px;
	}
	
.invest-one:first-child{
	margin-left:0px;
	}
	
.invest-one-head{
	height:auto;
	width:auto;
	text-align:center;
	}
	
.invest-one-head h3{
	    color: #ffffff;
    text-align: center;
    font-size: 18px;
    background-color: #313130;
    padding: 10px;
    width: 331px;
	}
	
.invest-box{
	height:auto;
	width:316px;
	float:left;
	background-color:#ffff;
	border:1px solid#ffff;
	padding: 14px 18px 14px 14px;
	border-radius:4px;
	margin-top:10px;
	}
	
.ashik{
    height:42px;
    width: 305px;
    float: left;
    margin-top: 10px;
    background-color: #019DC9;
    color: #fff;
    padding: 0px 7px;
    border-radius: 3px;
	}
	
	
.ashik:first-child{
	margin-top:0px;
	}

.ashik:hover{
    background-color: #008cb8;
}

.name-dolar{
	height:auto;
	width:249px;
	float:left;
	font-size:16px;
	margin-top:10px;
	}
	

	
.name-left{
	height:auto;
	width:175px;
	float:left;
	}
	
.dolar-right{
	height:auto;
	width:auto;
	float:left;
	}
	
.py{
	height:auto;
	width:auto;
	float:left;
	padding: 6px 0px 0px 0px;
	}
	

/*start investor*/	
	
#main-refer{
	height:auto;
	width:100%;
	background-color:#019dc9;
	min-width:1170px;
	border-bottom:1px solid#FFFFFF;
	}
	
#sub-refer{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
        padding: 20px 0px;
	}
	

.refer-left{
	height:auto;
	width:570px;
	float:left;
	border-right:1px solid#FFFFFF;
	}
	
.fifteen{
	height:auto;
	width:auto;
	float:left;
	}
	
.fifteen h1{
	font-family:OpenSans-Bold;
	font-size:56px;
	}
	
.comission{
	height:auto;
	width:auto;
	float:left;
	margin-top:32px;
	margin-left:10px;
	}
	
.comission h4{
	font-size:30px;
	}
	
.money-right{
	height:auto;
	width:568px;
	float:left;
	}
	
.money{
	text-align:center;
	}
	
.money ul{
	list-style:none;
	display:inline-flex;
	}
	
.money ul li{
	float:left;
	margin-left:60px;
	}	

	
/*start footer*/	
#main-footer{
	height:auto;
	width:100%;
	background-color:#303232;
	min-width:1170px;
	}
	
#sub-footer{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}
	
.footer-main{
	height:auto;
	width:1140px;
	float:left;
	padding-top:20px;
	padding-bottom:15px;
	}

.footer-one{
	height:auto;
	width:260px;
	float:left;
	margin-left:30px;
	}
	
.footer-one:first-child{
	margin-left:0px;
	}
	
.information{
	height:auto;
	width:260px;
	float:left;
	}
	
.info-head-footer{
	height:auto;
	width:260px;
	float:left;
	}
	
	
.fo-menu{
	height:auto;
	width:auto;
	margin-top:50px;
	}
	
.fo-menu ul{
	list-style:none;
	float:left;
	
	}
	
.fo-menu ul li:first-child{
	margin-top:0px;
	}
	
.fo-menu ul li{
	margin-top:7px;
	}
	
.fo-menu ul li a{
	font-size:17px;
	color:#FFFFFF;
	}
.fo-menu ul li a:hover{
	color:#019dc9;}
	
.fo-menu ul li a img{
	margin:0px 10px 2px 0px;
	}
	
.fo-con{
	height:auto;
	width:auto;
	margin-top:40px;
	}
	
.con-one{
	height:auto;
	width:260px;
	float:left;
	margin-top:10px;
	}
	
.con-one:first-child{
	margin-top:0px;
	}

.con-icon-loc{
	height:auto;
	width:20px;
	float:left;
	}
	
.con-icon-loc i{
	color:#FFFFFF;
	}
	
.con-add{
	height:auto;
	width:auto;
	float:left;
	}
	
.con-add p{
	font-size:14px;
	color:#FFFFFF;
	}
	

	
.border-bottom{
	height:auto;
	width:auto;
	margin-top:30px;
	}
	
.footer-bootom{
	height:auto;
	width:1140px;
	float:left;
	margin-top:15px;
	}
	
.foo-bo-left{
	height:auto;
	width:440px;
	float:left;
	}
	
.foo-bo-left p{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
	}
	
.bootom-media{
	height:auto;
	width:auto;
	float:right;
	}
	
.facebook-fo{
	height:24px;
	width:24px;
	float:left;
	background:#0073bf;
	cursor:pointer;
	}	
	
.facebook-fo:hover{
	background-color:#2e9bd6;
	transition:all 0.5s ease-in-out;
	}
	
.facebook-fo i{
	color:#FFFFFF;
	margin:4px 0px 0px 8px;
	}
	

	
.tweeter-fo{
	height:24px;
	width:24px;
	float:left;
	background:#00c9df;
	margin-left:10px;
	cursor:pointer;
	}
	
.tweeter-fo:hover{
	background-color:#2e9bd6;
	transition:all 0.5s ease-in-out;
	}
		
	
.tweeter-fo i{
	color:#FFFFFF;
	margin:4px 0px 0px 7px;
	}
	
.you-fo{
	height:24px;
	width:24px;
	float:left;
	background:#fe5e5e;
	margin-left:10px;
	cursor:pointer;
	}	

.you-fo:hover{
	background-color:#2e9bd6;
	transition:all 0.5s ease-in-out;
	}
	
.you-fo i{
	color:#FFFFFF;
	margin:4px 0px 0px 6px;
	}
	 
/*end footer*/

/*start register*/

#main-register{
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	min-width:1170px;
	}
	
#sub-registr{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}
	
.register-main{
	height:auto;
	width:1140px;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
	}

.register-head{
	height:auto;
	width:auto;
	text-align:center;
	}
	
.register-head h3{
	color:#028794;
	}
	
.register-all{
	height:auto;
	width:1140px;
	float:left;
	margin-top:15px;
	}

.reg-left{
	height:auto;
	width:555px;
	float:left;
margin-top:19px;
	}
	
.personal{
	height:auto;
	width:555px;
	float:left;
	}

.personal-head{
	height:auto;
	width:555px;
	float:left;
	}
	
.personal-head h4{
	color:#028794;
	}
	
.reg-info{
	height:auto;
	width:555px;
	float:left;
	margin-top:10px;
	}
	
.info-one{
	height:auto;
	width:555px;
	float:left;
	margin-top:20px;
	}
	
.info-one:first-child{
	margin-top:0px;
	}
	
.info-user{
	height:42px;
	width:85px;
	float:left;
	background-color:#14a4cc;
	border-radius:3px;
	}
	
.info-icon{
	height:auto;
	width:auto;
	text-align:center;
	margin-top:9px;
	}
	
.info-icon i{
	color:#FFFFFF;
font-size: 25px;
	}
	
.info-user-text{
	height:auto;
	width:440px;
	float:left;
	}
	
.info-user-text input{
	padding:9px 20px;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	}
	
.text-area{
	height:150px;
	width:555px;
	float:left;
	margin-top:20px;
	}
	
.reg-right{
	    height: auto;
    width: 555px;
    float: right;
    margin-top: 17px;
	}
	
.reg-right-image{
	height:auto;
	width:auto;
	float:right;
	}
	
.reg-right-image:hover{
	opacity:0.6;
}
	
.reg-login{
	height:auto;
	width:555px;
	float:left;
	margin-top:50px;
	}
	
.right-money-box{
	height:auto;
	width:555px;
	float:right;
	margin-top:24px;
	}

.reg-complete{
	height:auto;
	width:600px;
	margin:0 auto;
	padding-top:30px;
	overflow:hidden;
	}
	
.reg-check-text{
	height:auto;
	width:330px;
	margin:0 auto;
    overflow: hidden;
    margin-top: 63px;
	}
	
.check-box{
	height:25px;
	width:25px;
	float:left;
	margin-top
	}
	
.check-box input{
	height:20px;
	width:20px;
	}
	
.checkt-text-{
	height:auto;
	width:auto;
	float:left;
	}
	
.checkt-text- p{
	font-size:17px;
	color:#4b4b4b;
   }

.checkt-text- p span{
	font-family:OpenSans-Bold;
	}
	
.reg-sign-up{
	height:auto;
	width:590px;
	margin:0 auto;
	padding-top:20px;
	overflow:hidden;
	}
	
.login-login-{
	height:auto;
	width:555px;
	margin-top:20px;
	overflow:hidden;
	}
	
.forget-pass{
	height:auto;
	width:auto;
	margin-top:20px;
	text-align:center;
	}
	
.forget-pass a{
	font-size:17px;
	color:#4b4b4b;
	}
	
.forget-pass a:hover{
	color:#14a4cc;
	}
	
.contact-forgot-send{
	height:auto;
	width:555px;
	float:left;
	margin-top:20px;
	}
	
.con-for{
	height:auto;
	width:210px;
	float:left;
	margin-top:7px;
	}
	
.con-for a{
	font-size:17px;
	color:#4b4b4b;
	}
	
.contact-send{
	height:auto;
	width:150px;
	float:right;
	}
	
.contact-by{
	height:auto;
	width:555px;
	float:left;
	margin-top:20px;
	}
	
.by-location{
	height:auto;
	width:215px;
	float:left;
	}
	
.by-loc-icon{
	height:auto;
	width:auto;
	float:left;
	margin-left:1px;
	}

.by-loc-icon i{
	color:#14a4cc;
	}
.by-loc-text{
	height:auto;
	width:auto;
	float:left;
	margin-left:10px;
	}
	
.by-loc-text p{
	font-size:15px;
	color:#00253d;
	margin-top:-3px;
	}
	
.by-email{
	height:auto;
	width:170px;
	float:left;
	margin-left:10px;
	margin-top:7px;
	}
	
.by-email-icon{
	height:auto;
	width:auto;
	float:left;
	}
	
.by-email-icon i{
	color:#14a4cc;
	}
	
.by-email-name{
	height:auto;
	width:auto;
	float:left;
	margin-left:10px;
	}

.by-email-name p{
	font-size:15px;
	color:#00253d;
	}
	
.by-number{
	height:auto;
	width:150px;
	float:left;
	margin-left:10px;
	}
	
.by-num-icon{
	height:auto;
	width:auto;
	float:left;
	margin-top:7px;
	}
	
.by-num-icon i{
	color:#14A4CC;
	}
	
.by-num-text{
	height:auto;
	width:auto;
	float:left;
	margin-left:10px;
	}
	
.by-num-text p{
	font-size:15px;
	color:#00253d;
	}
	


/*end register*/
/*start deshboard*/

#deshboard-bg{
	height:176px;
	width:100%;
	background-image:url(../images/desh-bg.jpg);
	background-repeat:no-repeat;
	background-size:100% 176px;
	min-width:1170px;
	}
	
#sub-desh-bg{
	height:auto;
	width:1140px;
	margin:0 auto;
	}
	
.desh-main{
	height:auto;
	width:1140px;
	float:left;
	margin-top:65px;
	}
	
.desh-user{
	height:auto;
	width:220px;
	float:left;
	margin-top:5px;
	}
	
.desh-user-main{
	height:auto;
	max-width:180px;
	float:left;
	}
	

.desh-user-icon-bg{
	height:30px;
	width:30px;
	background-color:#FFFFFF;
	border-radius:50%;
	float:left;
	}
	
.user-icon-desh{
	text-align:center;
	padding-top:3px;
	}
	
.decky-wada{
	height:auto;
	width:auto;
	float:left;
	margin-left:10px;
	margin-top:5px;
	}
	
.decky-wada p{
	font-size:14px;
	color:#FFFFFF;
	}
	
.drop-down-menu{
	height:auto;
	width:20px;
	float:left;
	}
	
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
}

#cssmenu > ul > li {
  float: left;
  margin-left:-22px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 29px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
	margin-top:4px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
    margin-top: -27px;
}
#cssmenu li:hover > ul {
  left: auto;
  margin-left:-70px;
}
#cssmenu.align-right li:hover > ul {
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 15px;
    width: 183px;
  font-size: 16px;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
    background: #004879;
	margin-top:5px;
font-family:Play-Regular;
}

#cssmenu ul ul li a i {
float:right;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background-color:#3498db;
  }
  
.desh-deposit{
	height:auto;
	width:364px;
	float:left;
	border-right:1px solid#FFFFFF;
	}
	
.main-account{
	height:auto;
	width:190px;
	float:left;
	}

.main-account a{
	background-color:#0093bd;
	border:1px solid#0093bd;
	border-radius:2px;
	padding:11px 0px;
	}
	
.main-account a:hover{
	border:1px solid#FFFFFF;
	background-color:transparent;
	border-radius:2px;
	}
	
.withdraw-history{
	height:auto;
	width:auto;
	float:left;
	margin-left:10px;
	margin-top:13px;
	}
	
.withdraw-history p{
	font-size:15px;
	color:#FFFFFF;
	}
	
.withdraw-history p i{
	margin:0px 3px 0px 2px;
	}
	
.desh-refer{
	height:auto;
	width:500px;
	float:left;
	margin-left:30px;
	margin-top:13px;
	}
	
.desh-refer p{
	font-size:18px;
	color:#FFFFFF;
	font-family:OpenSans-Bold;
	}
	
.desh-refer p span{
	font-size:14px;
	font-family:OpenSans-Regular;
	}
	

#main-deshboard{
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	min-width:1170px;
	}
	
#sub-deshboard{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}
	
.deshboard-main{
	height:auto;
	width:1140px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	}
	
.desh-left{
	height:auto;
	width:210px;
	float:left;
	background-color:#0093bd;
	}
	
.desh-menu{
	height:auto;
	width:auto;
	float:left;
	}
	
.desh-menu ul{
	list-style:none;
	}
	

	
.desh-menu ul li a{
	display:block;
	font-size:14px;
	color:#FFFFFF;
	font-family:OpenSans-Bold;
	padding:15px;
	text-align:center;
	text-transform:uppercase;
	}
	
.desh-menu ul li{
	background-color:#009ac6;
	width:210px;
	}
	
.desh-menu ul li a:hover{
	background-color:#017292;
	}
	
.desh-menu ul li:nth-child(even){
	background-color:#009ac6;
	}


.desh-menu ul li:nth-child(odd){
	background-color:#0093bd;
	}
	
.desh-right{
	height:auto;
	width:880px;
	float:right;
	}

.desh-right-up{
	height:auto;
	width:880px;
	float:left;
	}
	
.total-balace{
	height:auto;
	width:289px;
	float:left;
	border-left:4px solid#91c46b;
	color:#5c636c;
	}
	

	
.total-balace:hover{
	color:#FFFFFF;
	}
	
.total-balace {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.total-balace:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #91c46b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.total-balace:hover, .total-balace:focus, .total-balace:active {
  color: white;
}
.total-balace:hover:before, .total-balace:focus:before, .total-balace:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

	
.total-balace-1{
	height:auto;
	width:289px;
	float:left;
	border-left:4px solid#297d7d;
	color:#5c636c;
	}
	
.total-balace-1:hover{
	color:#FFFFFF;
	}
	
.total-balace-1 {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.total-balace-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #297d7d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.total-balace-1:hover, .total-balace-1:focus, .total-balace-1:active {
  color: white;
}
.total-balace-1:hover:before, .total-balace-1:focus:before, .total-balace-1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

	
.bal-num{
	height:auto;
	width:auto;
	margin-left:15px;
	}
	
.bal-num p{
	font-size:39px;
	margin-bottom:0px;
	}

.bala-name{
	height:auto;
	width:auto;
	margin-left:15px;
	margin-bottom:8px;
	}
	
.bala-name p{
	font-size:25px;
	}
	
.desh-withdraw{
	height:auto;
	width:880px;
	float:left;
	margin-top:40px;
	}
	
.deposit{
	height:auto;
	width:400px;
	float:left;
	}
	
.depo-head{
	height:auto;
	width:400px;
	background-color:#91c46b;
	}


.depo-head h4{
	font-size:17px;
	color:#FFFFFF;
	font-family:OpenSans-Bold;
	text-transform:uppercase;
	padding:10px;
	text-align:center;
	}
	
	
.depo-head-{
	height:auto;
	width:400px;
	background-color:#297d7d;
	}

.depo-head- h4{
	font-size:17px;
	color:#FFFFFF;
	font-family:OpenSans-Bold;
	text-transform:uppercase;
	padding:10px;
	text-align:center;
	}
	
.pending{
	height:auto;
	width:358px;
	padding:20px;
	overflow:hidden;
	border:1px solid#00c2d6;
	border-top:none;
	}
	
.pend-one{
	height:auto;
	width:360px;
	float:left;
	font-size:18px;
	color:#303030;
	font-family:OpenSans-Regular;
	margin-top:10px;
	border-bottom:dotted;
	padding-bottom:3px;
	}
	
.pend-one:first-child{
	margin-top:0px;
	}
	
.pend-left{
	height:auto;
	width:auto;
	float:left;
	}
	
.pend-right{
	float:right;
	}
	
.make-deposit{
	height:auto;
	width:190px;
	margin:0 auto;
	padding-top:20px;
	}

.make-deposit a{
	width:100%;
	height:auto;
	padding: 9px 0px;
	font-size:18px;
	font-family:Raleway-Regular;
	color:#FFFFFF;
	display: block;
	text-align:center;
	background-color:#0093bd;
	border-radius:2px;
	text-transform:uppercase;
	}
	
.make-deposit a:hover{
	background-color:#0cabd9;
	}
	
.withdraw{
	height:auto;
	width:400px;
	float:right;
	}
	
/*end deshboard*/

.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}


.top-language select{
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
padding: 5px;
}

.top-language select option{
    background-color: #0093BD;
}

	
.error{
width: 87%;
    color: #fff;
    background-color: red;
    padding: 15px 74px;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: 25px 11px;
    background-size: 30px 30px;
overflow:hidden;
}

.success{
width: 87%;
    color: #fff;
    background-color: green;
    padding: 15px 74px;
    background-image: url(../images/success.png);
    background-repeat: no-repeat;
    background-position: 25px 11px;
    background-size: 30px 30px;
overflow:hidden;
}

table.tab {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #0093BD;border-collapse: collapse;}
table.tab th {font-size:14px;background-color:#0093BD;border-width: 1px;padding: 8px;border-style: solid;border-color: #0093BD;text-align:center; color:#fff;}
table.tab tr {}
table.tab td {
    font-size: 14px;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #d2d2d2;
    background-color: #f2f2f2;}


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;}


.forgot-box{
width:45%;
float:left;
height:auto;
    margin-top: 27px;
}


.info-one-f{
	height:auto;
	width:100%;
	float:left;
	margin-top:20px;
	}

.info-user-text-f{
	height:auto;
width: 83%;
	float:left;
	}

.forgot-img{
width:45%;
float:right;
height:auto;
}

.forgot-img:hover{
	opacity:0.6;
}

.left-reg-{
width:60%;
float:left;
    margin-top: 108px;
}


.ok{
width:30%;
float:right;
}


.all-hed-p{
background-color: #0093BD;
    font-size: 24px;
    text-transform: none;
    text-align: center;
    padding: 8px;
    border-radius: 2px;
}

.sub-heade{
    background-color: #10A5D0 !important;
    color: #fff !important;
text-align:center;
}

.b-l{
background-color: #0093BD;
    font-size: 24px;
    text-transform: none;
    padding: 8px;
    border-radius: 2px;
color:#fff;
}



.roundedOne {
	width: 19px;
	height: 19px;
    margin-top: 7px;
	background-color: #0093BD;
}




.no-l{
background-color: #0093BD !important;
    font-size: 20px !important;
    text-transform: none !important;
    text-align: center !important;
    padding: 5px !important;
    border-radius: 2px !important;
    color: #fff !important;
}


.deposit-arn {
    float: left;
    max-width: 400px;
 background-color: #BBBBBB;
    padding: 12px;
    color: #000;
    border-radius: 3px;
    margin-left: 15px;
    margin-top: 20px;
}

.deposit-arn:first-child {
    margin-left: 0px;
}

.for-this{
background-color: #0093BD !important;
    width: 30%;
    color: #fff;
    border-radius: 3px;
}


.sec-1{
width:100%;
}

.sec-1 h3{
    font-weight: 100;
background-color: #E51D1D;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}


.sec-2{
width:100%;
    margin-top: 85px;
}


.sec-2 h3{
    font-weight: 100;
background-color: #E51D1D;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}


.im{
    width: 17%;
    float: left;
    margin-top: 14px;
}


.suo {
    width:100%;
    overflow: hidden;
    margin: 61px auto;
}

.deposit-process-wrap{
width:35%;
float:left;
}

.deposit-cancel-wrap{
width:35%;
float:left;
margin-left:15px;
}




.about-l{
	width:auto;
	text-align:center;
	height:50px;
    margin-top:10px;
    width: 100%;
	}

.about-l h2{
	color:#17a3cc;
	}



.desh-main-user-box{
height: auto;
    width: 819px;
    background-color: #0093BD;
    overflow: hidden;
    padding: 30px;
    overflow: hidden;
    margin-top: 46%;
	}

.desh-user-icon{
	height:140px;
	width:140px;
	background-color:#0093BD;
	border-radius:50%;
	border:2px solid#FFFFFF;
	float:left;
	}
	
.user-icon-{
	height:auto;
	width:auto;
	text-align:center;
	padding-top:25px;
	}
	
.user-icon- i{
	color:#FFFFFF;
	}
	
.user-reg-des{
	height:auto;
	width:550px;
	float:right;
	overflow:hidden;
	}
	
.desh-name{
	height:auto;
	width:550px;
	border-bottom:1px solid#FFFFFF;
	padding-bottom:5px;
	color:#FFFFFF;
	margin-top:20px;
	}
	
.desh-name:first-child{
	margin-top:0px;
	}
	
.desh-name p{
	font-size:18px;
	font-family:OpenSans-Bold;
	}
	
/*------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:20px;
	margin-top:7px;
	}
	
.news-date2{
	height:auto;
	width:auto;
float: left;
	}
	
.news-date2 p{
    font-size: 14px;
    margin-top: 10px;
	}
	
.news-all{
    height: auto;
    width: 100%;
    float: left;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 14px;
	}

/*------news------*/

.left-table{
    width: 300px;
    float: left;
}

.ref-com{
    width:100%;
}

.ref-com tr th{
    border: 1px solid #06586f;
    background-color: #303232;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    padding: 4px;
}

.ref-com tr td{
       border: 1px solid #035e77;
    background-color: #035e77;
    font-size: 14px;
    text-align: center;
    padding: 3px;
    color: #fff;
}



.ref-coms{
    width:100%;
}

.ref-coms tr th{
    border: 1px solid #06586f;
    background-color: #303232;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    padding: 4px;
}




.ref-coms tr td{
          border: 1px solid #019dc9;
    background-color: #019dc9;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    color: #fff;
}






.right-table{
 width: 203px;
    float: right;
    margin-right: 22px;

}

.ref-com2{
    width:100%;
}

.ref-com2 tr td{
    text-align: center;
    background-color: #035e77;
    height: 55px;
    color: #fff;
    font-size: 13px;
}


.right-table2{
    width:545px;
    float: left;
    margin-right: 22px;
    margin-left: 23px;

}

.ref-com3{
    width:100%;
}

.ref-com3 tr td{
    text-align: center;
    background-color: #035e77;
    height: 55px;
    color: #fff;
    font-size: 18px;
}


.news-one{
	height:auto;
	width:100%;
	margin-top:15px;
	overflow:hidden;
	}

.news-one:first-child{
	margin-top:0px;
	}

.news-date{
	height:auto;
	width:60px;
	padding:8px 0px;
	background-color:#3356a3;
	color:#FFFFFF;
	border-radius:5px;
	float:left;
	}

.news-date p{
    text-align: center;
    padding-top: 7px;
	}

.news-textt{
	height:auto;
	width:100%;
	float:right;
	overflow:hidden;
	}

.text-head{
	height:auto;
	width:100%;
	font-size:17px;
	color:#000;
	overflow:hidden;
	}

.text-news{
	height:auto;
	width:100%;
	overflow:hidden;
	margin-top:3px;
	}

.text-news p{
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
	}

.read-more{
	height:auto;
	width:auto;
	margin-top:-8px;
	float:right;
	}

.read-more a{
    color: #019dc9;
    font-size: 14px;
    margin-top: -10px;
    float: right;
	}
.support-address{
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
}

.contact-info{
	height:auto;
	width:257px;
	float:right;
	}

.conby{
	height:auto;
	width:100%;
	overflow:hidden;
	margin-top:10px;
	}

.cahead {
    height: auto;
    width: 100%;
    overflow: hidden;
    letter-spacing: 0.5px;
    color: #028794;
}

.company-address {
    height: auto;
    width: 268px;
    float: left;
    overflow: hidden;
}

.contact-text {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.contact-text p {
    margin-top: 10px;
    line-height: 30px;
}



