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

body{
	margin:0px;
	padding:0px;
        font-family:OpenSans-Regular;
	color:#FFFFFF;
	}
	
.clr{
	clear:both;
	}
	
h1 { font-size: 40px;  color: #FFFFFF; font-family:OpenSans-Bold; text-transform:uppercase;}
h2 { font-size: 35px;  color: #FFFFFF; font-family:OpenSans-Bold; text-transform:uppercase;}
h3 { font-size: 30px;  color: #FFFFFF; font-family:OpenSans-Bold; text-transform:uppercase;}
h4 { font-size: 25px;  color: #FFFFFF; font-family:OpenSans-Bold; text-transform:uppercase;}
h5 { font-size: 20px;  color: #FFFFFF; font-family:OpenSans-Bold; text-transform:uppercase;}
h6 { font-size:15px;  color: #FFFFFF; font-family:OpenSans-Bold;}
h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; margin-top:0px; }
	
	
a{text-decoration:none;}

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

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


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


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


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

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


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


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


input[type="button"]:hover {
	background-color:#FF6E00;
	}
	
	
input[type='text'], input[type='password'] {
font-size: 17px;
    width: 98%;
    height: 100%;
    border: 1px solid #ccc;
    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 #fb9b26; 
	outline:none;
	width:98%;
	padding:10px;
	height:85%;
	}	
	
.a-link{
	width:100%;
	height:auto;
	padding: 9px 0px;
	font-size:18px;
        font-family:OpenSans-Regular;
	color:#FFFFFF;
	display: block;
	text-align:center;
	background-color:#E86B0B;
	border-radius:6px;
	}	
	
.a-link:hover{
	background-color:#FF6E00;
	transition:all 0.5s ease-in-out;
	}
	
select{
height: auto;
    width: 26%;
    /* border-radius: 5px; */
    border: medium none;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family:OpenSans-Regular;
    color: #000;
    padding: 6px;
    outline: none;
	 }
	
#top-header{
	height:auto;
	width:100%;
	background-color:#fbe9d8;
	min-width:1170px;
	}

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

.top-left{
    height: auto;
    width: 250px;
    float: left;
    margin-top: 8px;
    margin-left: 100px;
	}

.top-mail{
	height:auto;
	width:auto;
	float:left;
	margin-left:37px;
	}

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

	
.mail-icon{
	height:auto;
	width:auto;
	float:left;
	}

.mail-icon i{
	color:#fff;
	font-size:25px;
	}

.mail-text{
	height:auto;
	width:auto;
	color:#fff;
	float:left;
	margin-top:4px;
	margin-left:5px;
	}

.language{
	height:auto;
	width:180px;
	float:right;
	}

#main-header{
	height:auto;
	width:100%;
	background-color:#F16902;
	min-width:1170px;
	}

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

.logo{
	height:auto;
	width:240px;
	float:left;
	margin:26px 0px;
	}

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

.header-right-up{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	padding:15px 0px;
	background-size:100% 100%;
	}

.started{
	    height: auto;
    width: auto;
    float: left;
    margin-left: 80px;
    margin-top: 8px;
	}

.start-icon{
	height:auto;
	width:auto;
	float:left;
	}

.start-icon i{
	color:#FFFFFF;
	font-size:27px;
	}

.start-text{
	height:auto;
	width:auto;
	float:left;
	margin-left:8px;
	margin-top:6px;
	font-family:Cuprum-Bold;
	}

.sign-in-up{
	height:auto;
	width:275px;
	float:right;
	margin-right:20px;
	}
	
.sign-in{
	height:auto;
	width:125px;
	float:left;
	}

.sign-in a{
	background-color:#FFFFFF;
	color:#000000;
	}
	

.sign-in a:hover{
	background-color:#FDD5B0;
	color:#000000;
	}

.sign-up{
	height:auto;
	width:125px;
	float:right;
	}

.sign-up a{
	background-color:#FFFFFF;
	color:#000000;
	}
	

.sign-up a:hover{
	background-color:#FDD5B0;
	color:#000000;
	}
	

.menu{
	height:auto;
	width:auto;
	float:right;
	}

.menu ul{
	list-style:none;
	}

.menu ul li{
	float:left;
	line-height:60px;
	}

.menu ul li a{
	text-transform:capitalize;
	color:#FFFFFF;
	font-size:14px;
	padding:0px 20px;
	display:block;
	}



.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: #b64f00;
  -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, .menu ul li a:focus, .menu ul li a:active {
  color: white;
}
.menu ul li a:hover:before, .menu ul li as:before, .menu ul li a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hover-active{
	background-color:#B64F00;
	}

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

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

.wellcome{
	height:auto;
	width:auto;
	text-align:center;
	}

.wellcome h1{
	font-size:65px;
	text-shadow: 0 0 3px #95440E, 0 0 5px #000000;
	}

.well-text{
	height:auto;
	width:800px;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;
	text-align:center;
	line-height:25px;
	font-size:20px;
	text-shadow: 0 0 3px #95440E, 0 0 5px #000000;
	}

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

#main-features{
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	min-width:1170px;
	}


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

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



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

.feature-icon{
	height:auto;
	width:auto;
	overflow:hidden;
	}

.fetauresbg{
	height:auto;
	width:230px;
	background-color:#f0eeee;
	padding:20px 20px 30px;
	overflow:hidden;
	margin-top:-5px;
	}

.payment{
	height:auto;
	width:auto;
	text-align:center;
	}

.payment h6{
	color:#000000;
	}

.pay-text{
	height:auto;
	width:100%;
	color:#000000;
	line-height:25px;
	text-align:justify;
	float:left;
	margin-top:5px;
	}

.view{
	height:auto;
	width:150px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-top:-20px !important;
	}

#main-plan{
	height:auto;
	width:100%;

    background-color: #FEFDF9;
	min-width:1170px;
	}

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


.plan-headline{
	height:auto;
	width:auto;
	padding:5px 20px;
	border-top:1px solid#fca63e;
	border-bottom:1px solid#fca63e;
	margin:0 auto;
	display:table;
	}

.plan-headline h5{
	color:#000000;
	}

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

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


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

.plan-up1{
    height: 102px;
    width: 100%;
    background-image: url(../images/plan1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	}


.plan-up2{
    height: 102px;
    width: 100%;
    background-image: url(../images/plan2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	}


.plan-up3{
    height: 102px;
    width: 100%;
    background-image: url(../images/plan3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	}


.plan-up4{
    height: 102px;
    width: 100%;
    background-image: url(../images/plan4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	}



.plan-right{
    height: auto;
    width: 145px;
    float: right;
    margin-top: 7px;
	}

.five-fifty{
	height:auto;
	width:auto;
	text-align:center;
	}

.five-fifty h1{
	font-size:40px;
    transition: all 0.5s ease;
    margin-left: 14px;
	}

.plan-one:hover .five-fifty h1{
transform: translateX(8px);
transform: translateX(-8px);
}

.plan-text{
	height:auto;
	width:auto;
	text-align:center;
	}

.plan-text p{
    transition: all 0.5s ease;
}

.plan-one:hover .plan-text p{
transform: translateX(-8px);
transform: translateX(8px);
}

.plan-down{
	    height: auto;
    width: 230px;
    background-color: #AD6F12;
    padding: 20px 20px 35px;
    overflow: hidden;
	}

.business{
	    height: auto;
    width: 208px;
    float: left;
    border: 1px solid#E4B155;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #F0EEEE;
	}

.referbg{
	height:93px;
	width:100%;
	margin-top:20px;
	overflow:hidden;
	background-image:url(../images/referral.png);
	background-repeat:no-repeat;
	background-size:100% 93px;
	margin-top:20px;
	float:left;
	}
	
.five{
	height:auto;
	width:auto;
	float:left;
	margin:18px;
	}

.five h1{
	font-size:50px;
	text-shadow:1px 2px #000000;
	}

.commission{
	height:auto;
	width:auto;
	float:left;
	margin-top:46px;
	}

.commission h5{
    font-size: 15px;
    text-transform: capitalize;
	}


.min{
	    height: auto;
    width: 208px;
    float: left;
    border: 1px solid#E4B155;
    padding: 10px;
    text-transform: uppercase;
    background-color: #F16902;
	}

.min-one{
	    height: auto;
    width: auto;
    text-align: center;
    margin-top: 5px;
    text-transform: capitalize;
    color: #FEF8E6;
	}

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

.total{
	height:auto;
	width:228px;
	float:left;
	border:1px solid#FFFFFF;
	text-transform:uppercase;
	margin-top:15px;
	background-color:#FFFFFF;
	}

.total-left{
    height: auto;
    width: 74px;
    float: left;
    background-color: #F0EEEE;
    padding: 10px;
    color: #B64F00;
    text-align: center;
	}

.total-right{
	height:auto;
	width:114px;
	float:right;
	text-align:center;
	color:#000000;
	padding:10px;
	}

.calculate{
	height:auto;
	width:200px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-top:-20px;
	}

#main-about{
	height:auto;
	width:100%;
	background-color:#FFFFFF;
	min-width:1170px;
	}

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

.about-down{
	height:auto;
	width:1140px;
	float:left;
	overflow:hidden;
	margin-top:20px;
	}

.about-left{
	height:auto;
	width:390px;
	float:left;
	overflow:hidden;
	}

.about-right{
	height:auto;
	width:735px;
	float:right;
	}

.video{
	height:auto;
	width:auto;
	float:left;
	}

.about-head{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	}

.about-head h5{
	color:#000000;
	}

.about-text{
    height: auto;
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    text-align: justify;
    line-height: 32px;
    color: #000000;
    float: left;
    font-size: 15px;
	}

.more{
	height:auto;
	width:150px;
	float:right;
	margin-top:10px;
	overflow:hidden;
	}

#main-stais{
    height: 100%;
    width: 100%;
    background-image: url(../images/state.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 1170px;
	}

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

.state-one{
    height: auto;
    width: 218px;
    float: left;
    text-align: center;
    padding: 40px 0px;
    margin-left: 10px;

	}

.state-one:hover{
    border-radius: 4px;
    background-color: rgba(232, 107, 11, 0.81);
}

.state-icon{
	height:auto;
	width:auto;
	text-align:center;
	}

.state-icon i {
    font-size: 61px;
    padding-bottom: 7px;
    transition: all 0.5s ease;
}

.state-one:hover .state-icon i{
transform: translateY(8px);
transform: translateY(-8px);
}


.state-icon img {
    font-size: 61px;
    padding-bottom: 7px;
    transition: all 0.5s ease;
}

.state-one:hover .state-icon img{
transform: translateY(8px);
transform: translateY(-8px);
}


.state-text{
	height:auto;
	width:auto;
	text-align:center;
	margin-top:15px;
	}

.state-tittle{
	height:auto;
	width:auto;
	text-align:center;
	margin-top:10px;
	}

#main-footer{
	height:auto;
	width:100%;
	background-color:#E08920;
	min-width:1170px;
	}

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

.footer-left{
	height:auto;
	width:555px;
	float:left;
	overflow:hidden;
	}
	
.footer-head{
	height:auto;
	width:100%;
	padding:5px 0px;
	border-top:1px solid#FFFFFF;
	border-bottom:1px solid#FFFFFF;
	text-align:center;
	overflow:hidden;
	}

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

.fo-contact{
	height:auto;
	width:265px;
	float:left;
	}

.add-all{
	height:auto;
	width:100%;
	float:left;
	margin-top:15px;
	}
	

.add-one{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	margin-top:8px;
	font-size:21px;
	}

.add-one p{
    font-size: 18px;
}

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

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

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

.cert-left{
	height:auto;
	width:265px;
	float:left;
	overflow:hidden;
	}

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

.cert-head h5{
    font-size: 17px;
}

.cert-num{
	height:auto;
	width:100%;
	float:left;
	margin-top:5px;
	}

.cert-num h5{
    margin-top: 5px;
}
	
.cert-text{
	height:auto;
	width:100%;
	float:left;
	margin-top:5px;
	text-align:justify;
    line-height: 26px;
	}

.see-document{
	height:auto;
	width:150px;
	float:left;
	margin-top:15px;
	}

.certifications{
	height:auto;
	width:auto;
	float:right;
	}

#main-finish{
	height:auto;
	width:100%;
	background-color:#403F3F;
	min-width:1170px;
	}

#sub-finish{
	height:auto;
	width:1140px;
	margin:0 auto;
	overflow:hidden;
    padding-top: 16px;
    padding-bottom: 10px;
	}
	


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

.media-one{
	height:auto;
	width:auto;
	float:left;
	margin-left:15px;
	}
.media-one:first-child{
	margin-left:0px;
	}


.media-one a img{
    transition: all 0.5s ease;
}

.media-one a img:hover{
transform: scale(.900);
}


.reserved{
	height:auto;
	width:auto;
	float:right;
	margin-top:12px;
	}

#main-other{
	height:auto;
	width:100%;
	background-color:#ffffff;
	min-width:1170px;
	}

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

.all-head{
	height:auto;
	width:100%;
	overflow:hidden;
	padding:5px 0px;
	border-top:1px solid#fb9b26;
	border-bottom:1px solid#fb9b26;
	}

.all-head h4{
	color:#000000;
	text-align:center;
	}

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

.information-one{
	height:auto;
	width:365px;
	float:left;
	background-color:#f1f1f0;
	border-bottom:5px solid#fb9b26;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-left:20px;
	}

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



.information-head{
	height:auto;
	width:100%;
	background-color:#fb9b26;
	border-top-left-radius:5px;
	overflow:hidden;
	text-align:center;
	border-top-right-radius:5px;
	}

.information-head h5{
	padding:10px;
	}

.info-boxes{
	height:auto;
	width:325px;
	float:left;
	background-color:#f1f1f0;
	padding:20px;
	overflow:hidden;
	}

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

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

.box-tittle{
	height:auto;
	width:100%;
	float:left;
	}

.box-tittle-icon{
	height:auto;
	width:auto;
	float:left;
	margin-right:10px;
	}

.box-tittle-text{
	height:auto;
	width:auto;
	float:left;
	color:#000000;
	text-transform:capitalize;
	margin-top:3px;
	}

.box-type{
	height:auto;
	width:310px;
	float:left;
	margin-top:4px;
	}

.box-type input{
	border:1px solid#fb9b26;
	padding:10px;
	}

.register-complete{
    height: auto;
    width: 385px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
	}

.upline{
    height: auto;
    width: 385px;
    float: left;
    overflow: hidden;
	}
	
.upline-text{
	height:auto;
	width:auto;
	float:left;
	margin-right:20px;
	margin-top:7px;
	}

.upline-text p{
	color:#202020;
	font-family:OpenSans-Semibold;
    font-size: 21px;
	}
	
.upline-box{
	height:auto;
	width:277px;
	padding:8px;
	border-radius:2px;
	float:left;
	background-color:#FB9B26;
	}

.upline-box p{
	font-size:21px;
	color:#FFFFFF;
	text-align:center;
	text-transform:capitalize;
	}
	
.check-text{
    height: auto;
    width: 253px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 44px;
	}
	
.check-box{
	height:auto;
	width:30px;
	float:left;
	}
	
.check-box input{
	height:20px;
	width:20px;
	}
	
.agree{
	height:auto;
	width:auto;
	float:left;
	margin-top:0px;
	}
	
.agree p{
	font-size:363f48;
	color:#FB9B26;
	}
	
.agree p span a{
    color: #0B0C0E;
    font-size: 18px;
    text-transform: capitalize;
	}
	
.sign-up-btn{
	height:auto;
	width:100px;
	margin:0 auto;
	overflow:hidden;
	padding-top:14px;
	}

.contact-left{
	height:auto;
	width:720px;
	float:left;
	overflow:hidden;
	border-bottom:5px solid#FB9B26;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	}

.contact-right{
	height:auto;
	width:400px;
	float:right;
	overflow:hidden;
	border-bottom:5px solid#FB9B26;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	}

.contact-box{
	height:auto;
	width:680px;
	background-color:#f1f1f0;
	padding:20px;
	overflow:hidden;
	}

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

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

.box-contact input{
	padding:10px;
	border:1px solid#fb9b26;
	}

.box-type-con{
	height:auto;
	width:668px;
	float:left;
	margin-top:4px;
	}

.text-area{
	height:150px;
	width:666px;
	float:left;
	margin-top:7px;
	}

.send{
	height:auto;
	width:150px;
	float:right;
	overflow:hidden;
	margin-top:20px;
    margin-right: 6px;
	}

.conmed{
	height:auto;
	width:360px;
	background-color:#f1f1f0;
	padding:20px;
	float:left;
	overflow:hidden;
	}

.media-all{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	}

.media-face-all{
	height:auto;
	width:100%;
	float:left;
	overflow:hidden;
	}

.media-face{
	height:auto;
	width:100%;
	float:left;
	margin-top:15px;
	}

.media-face:First-child{
	margin-top:0px;
	}

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

.con-add-head{
	height:auto;
	width:100%;
	border-top:1px solid#fca63e;
	border-bottom:1px solid#fca63e;
	padding:5px 0px;
	}

.con-add-head h5{
	color:#000000;
    text-align: center;
	}

.text-one{
	height:auto;
	width:100%;
	float:left;
	margin-top:10px;
	color:#000000;
	}

.text-one h6{
	color:#000000;
	}

.main-login{
	height:auto;
	width:510px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:5px solid#fb9b26;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	}

.login-middle{
	height:auto;
	width:470px;
	background-color:#f1f1f0;
	padding:20px;
	overflow:hidden;
	float:left;
	}

.login-one{
	height:auto;
	width:100%;
	float:left;
	margin-top:15px;
	}

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

.login-type{
	height:auto;
	width:460px;
	float:left;
	margin-top:4px;
	}

.login-type input{
	border:1px solid#fb9b26;
	padding:10px;
	}

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

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

.forgot a{
	color:#000000;
	}

.login-now{
	height:auto;
	width:140px;
	float:right;
	}

.desh-left{
	height:auto;
	width:320px;
	float:left;
	padding:20px;
	border-radius:5px;
	overflow:hidden;
padding-top:0px;
	}

.desh-right{
	height:auto;
	width:760px;
	float:right;
	}

.desh-menu{
	height:auto;
	width:320px;
	float:left;
	}
	
	
.desh-menu ul{
	list-style:none;
	}
	
.desh-menu ul li{
	margin-top:5px;
	width:320px;
	background-color:#FFFFFF;
	}
	
.desh-menu ul li:first-child{
	margin-top:0px;
	}
	
.desh-menu ul li a{
    display: block;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    border: 2px solid #FB9B26;
	}
	
.desh-menu ul li a:hover{
	color:#000;
background-color:#fb9b26;
	}

.desh-menu ul li a:hover i{
	color:#000;
}
	
.desh-menu ul li a i{
	font-size:20px;
	padding:15px 15px;
	margin-right:12px;
	color:#fb9b26;
	border-right:2px solid#fb9b26;
	}

.desh-right-up{
    height: auto;
    width: 720px;
    /* background-color: #fb9b26; */
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    padding-top: 0px;
	}

.desh-user{
	height:auto;
	width:auto;
	float:left;
	margin-right:5px;
	}

.desh-user i{
    color: #B64F00;
    font-size: 148px;
	}

.user-details{
height: auto;
    width: 294px;
    float: left;
    /* padding-left: 20px; */
    /* border-left: 1px solid#B7782C; */
    margin-top:27px;
	}


.details-one{
    height: auto;
    width: 100%;
    float: left;
    text-transform: capitalize;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
	}

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

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

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


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

.down-one{
    height: auto;
    width: 260px;
    float: right;
	}


.acount-icon{
	height:auto;
	width:auto;
	text-align:center;
	margin-top:40px;
	}

.acount-icon i{
	color:#FFFFFF;
	font-size:25px;
	}

.acount-tittle{
    height: auto;
    width: auto;
    float:left;
    padding: 9px 9px;
	}

.acount-tittle-2{
height: auto;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 26px;
    /* font-weight: 600; */
    background-color: #B64F00;
    color: #fff;
    border: 2px solid #EC771D;
    border-bottom: 0px;
	}

.acount-text{
    height: auto;
    width: 100%;
    text-align: center;
    /* margin-top: 10px; */
    background-color: #E0E0E0;
    border: 2px solid #ccc;
    border-top: none;
    font-size: 32px;
    padding: 21px 0px;
	}
	

.acount-text-2{
    height: auto;
    width: auto;
    float: right;
    padding: 9px;
    color: #fff;
	}


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

.deposit-btn{
	height:auto;
	width:300px;
	float:left;
	}
.deposit-btn a{
	font-size:18px;
	}

.withdraw-btn{
	height:auto;
	width:300px;
	float:right;
	margin-right:5px;
	}

.withdraw-btn a{
	font-size:18px;
	}

.referrral-link{
	height:auto;
	width:100%;
	background-color:#fb7c12;
	background-repeat:repeat;
	float:left;
	margin-top:25px;
	border-radius:5px;
	}
	
.referrral-link p{
	padding:15px;
	text-align:center;
	color:#FFFFFF;
	}
	
.referrral-link p span{
	margin-left:10px;
	}

#main-payment{
    height: auto;
    width: 100%;
    min-width: 1170px;
	}

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

.payment{
	height:auto;
	width:auto;
	margin-top:3px;
    overflow: hidden;
	}

.payment ul{
    list-style: none;
    overflow: hidden;
    width: 800px;
    float: left;
    margin-top: 38px;
    position: absolute;
	}

.payment ul li{
	float:left;
	margin-left:20px;
	}


.payment ul li:first-child{
	margin-left:0px;
	}



.language select{
    height: auto;
    width: 100%;
    border: medium none;
    font-size: 13px;
    color: #fff;
    padding-left: 5px;
    outline: none;
    background-color: #F56F09;
    padding: 11px 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}

.error{
width: 98.5%;
    color: #fff;
    background-color: red;
    padding: 14px 0px 14px 18px;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: 96% 12px;
    background-size: 22px 22px;
    float: left;
}

.success{
width: 98%;
    color: #fff;
    background-color: green;
    padding: 14px 0px 14px 18px;
    background-image: url(../images/success.png);
    background-repeat: no-repeat;
    background-position: 96% 15px;
    background-size: 22px 22px;
overflow:hidden;
}

.all-text-div{
    line-height: 25px;
    font-family: sans-serif;
    font-size: 17px;
}


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

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


.tot-balance-ac{
    color: #000;
    font-size: 20px;
    text-align: center;
    padding: 7px 0px;
    border-radius: 4px;
    font-family: monospace;
    letter-spacing: 1px;
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    margin-left: 0;
    border-bottom: 2px solid #FB9B26;
}



.dep-wit{
	height:auto;
	width:100%;
	float:left;
    background-image: url(../images/last-bg.png);
    background-repeat: no-repeat;
    background-size: 130% 100%;
    margin-bottom:16px;
    background-color: #e5e5e5;
	}

.dep-wit:hover{
	}



table.tab {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #DA0014;border-collapse: collapse;}
table.tab th {font-size:14px;background-color:#FB9B26;border-width: 1px;padding: 8px;border-style: solid;border-color: #FB9B26;text-align:center;    font-family: sans-serif;}
table.tab tr {}
table.tab td {
font-size: 14px;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #DAB78E;
    background-color: rgba(251, 155, 38, 0.35);
    font-family: sans-serif;
}


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


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


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

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


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


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

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


.sec-hed-{
    background-color: #FB9B26;
    text-align: center;
    padding: 4px 0px;
    font-size: 23px;
    text-transform: capitalize;
    border-radius: 4px;
}


.footer{
    width: 100%;
    /* display: table; */
    height: 113px;
    /* margin: 40px 0 10px; */
    box-sizing: content-box;
    background: url(../images/footer-bg.png);
    background-size: 100% 100%;
    margin-top: 40px;
}

.wrapper {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

.footer-menu-{
    width: 740px;
    float: left;
    margin-top: 73px;
}

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

.footer-menu- ul li {
    float: left;
    margin-left: 38px;

}


.footer-menu- ul li:first-child{
margin-left:0px;
}

.footer-menu- ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.footer-menu- ul li a:hover{
    color: #000;
}

.icon {
    float: right;
    margin-top: 40px;
    margin-right: 5px;
}


#last-depo-with{
    height: 100%;
    width: 100%;
    min-width: 1170px;
	}

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

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

.right-investment{
width: 550px;
    height: auto;
    float: right;
    overflow: hidden;
}


.one-line-all{
    display: table;
    width: 100%;
    vertical-align: middle;
    font-size: 18px;
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 10px;
    background-image: url(../images/last-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 7px;
    background-color:#e5e5e5;
}

.one-line-all:hover{
    background-color:#fff;
}

.col-name{
    display: table-cell;
    width: 45%;
    vertical-align: middle;
}

.col-name p{
    color:#000;
}

.col-amount{
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}

.col-amount p{
    color:#fff;
}

.col-concurrency{
    vertical-align: middle;
    /* display: table-cell; */
    width: 15%;
    margin-top: 4px;
}


#ref-calocu{
    height: 100%;
    width: 100%;
    min-width: 1170px;
    background-image: url(../images/ref-cal-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-top: 2px solid #fff;
	}

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

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

.right-calculator-{
width: 550px;
    height: auto;
    float: right;
    overflow: hidden;
}


.referral-main-info{
    margin-top: 15px;
    float: left;
    width: 550px;
    height: auto;
}


.referral-main-info h1{
    text-align: center;
    font-size: 56px;
       margin-right: -6px;
    color: #FFFFFF;
   text-shadow: 0 0 3px #95440E, 0 0 5px #000000;
}

.referral-main-info h5{
text-align: center;
    font-size: 43px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-shadow: 1px 1px #FFF;
}

.referral-main-info p{
    width: 92%;
    color: #000;
    /* text-shadow: 1px 2px #B64F00; */
    background-color: rgba(255, 255, 255, 0.72);
    padding: 4px 10px;
    border-radius: 5px;
    line-height: 31px;
    margin-top: 20px;
}


.profit-calculator-sub{
    margin-top:22px;
    float: left;
    width: 550px;
    height: auto;
}



.clcu-one{
    width: 48%;
    float: left;
    overflow: hidden;
}

.clcu-one select{
    width: 100%;
    height: 37px;
    border: 2px solid #CCC;
    border-top: 0px;
}

.clcu-one input{
    width: 94%;
    /* border-radius: 4px; */
    background-color: #fff;
    padding: 6px 6px;
    text-align: center;
    border: 2px solid #CCC;
    border-top: 0px;
}

.clcu-one label{
      width: 98.5%;
    margin-bottom: 4px;
    float: left;
    color: #F0EEEE;
    background-color: #F16902;
    text-align: center;
    padding: 5px 0px;
    text-transform: uppercase;
    margin-bottom: -2px;
    border: 2px solid #DE7F0B;
    border-bottom: none;
}

.all-profit{
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 21px;
}

.left-profit{
    width: 200px;
    float: left;
}

.left-profit p{
    text-align: center;
    font-size: 21px;
color:#000;
}

.left-profit h1{
    text-align: center;
    background-color: #D90015;
    border: 2px solid #A71927;
    border-radius: 4px;
    padding: 11px 0px;
    margin-top: 6px;
    color: #fff;
}

.right-profit{
    width: 200px;
    float: right;
}

.right-profit p{
    text-align: center;
    font-size: 21px;
color:#000;
}

.right-profit h1{
    text-align: center;
    background-color: #D90015;
    border: 2px solid #A71927;
    border-radius: 4px;
    padding: 11px 0px;
    margin-top: 6px;
    color: #fff;
}

.total-return{
    width: 32%;
    overflow: hidden;
    float: left;
    margin-top:35px;
    margin-left: 11px;
}

.sub-return{
    width: 100%;
    float: left;
}

.sub-return p{
      text-align: center;
    font-size: 18px;
    color: #F0EEEE;
    background-color: #B64F00;
    padding: 5px 0px;
    border: 2px solid #F0EEEE;
    border-bottom: navajowhite;
    text-transform: uppercase;
}

.sub-return h1{
    text-align: center;
    background-color: #FEFEFE;
    /* border: 2px solid #ccc; */
    /* border-radius: 4px; */
    padding: 20px 0px;
    margin-top: 6px;
    color: #000;
    margin-top: 0px;
    border: 2px solid #ccc;
    border-top: none;
    font-size: 24px;
}

.calcu-btn-in{
    float: left;
    margin-top:38px;
    width: 42%;
    margin-left: 30%;
    border: 2px solid #fff;
    border-radius: 0px;
}

.payment-text-fo{
    float: right;
    font-size: 32px;
    color: #FFF;
    letter-spacing: 1px;
    width: 371px;
    /* height: 26px; */
    background-color: #F16902;
    padding: 9px 0px;
    transform: skewX(25deg);
    margin-top: 18px;
    margin-right: -76px;
}

.payment-text-fo p{
    text-align: center;
    font-style: italic;
}


































