html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
* {
	padding:0;
	margin:0;
	list-style:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
button{
	cursor:pointer;
	border:none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: 'Open Sans', sans-serif;
	background:#FFFFFF;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
input {
	background:#FFF;
    border:none;
	width: auto;
	height:40px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
	font-weight:400;
	color: #666666;
	outline:none;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	position:relative;
}
textarea{
	background:#FFF;
    border:none;
	width: auto;
	height:auto;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
	font-weight:400;
	color: #333;
	outline:none;
	-moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	position:relative;
}
input[type=checkbox]{
	vertical-align:top;
}
input[type=radio]{
	height:auto;
	vertical-align:top;
}
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; text-decoration:none;}
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
h1{
	float:left;
	width:100%;
    font-family: 'Open Sans', sans-serif;
	font-size:64px;
	font-weight:800;
	color:#FFFFFF;
	line-height:120%;
}
h2{
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:38px;
	font-weight:700;
	color:#FFFFFF;
	line-height:140%;
}
h3{
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	font-weight:700;
	color:#2E807E;
	line-height:120%;
}
h4{
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	color:#FFF;
	line-height:140%;
}
h5{
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#666666;
	line-height:120%;
}
h6{
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:600;
	color:#262626;
	line-height:120%;
}
p{
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#666666;
	line-height:160%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
/*-------------------Index Page Start-----------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	height:auto;
}
#section, #footer {
   /* margin: 0 auto;
    max-width: 1620px;
    width: auto;*/
}
.header{
	float:left;
	width:100%;
}
#header{
	float:left;
	width:100%;
	height:auto;
	position:fixed;
	z-index: 1000;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}
#header.unofixed{
}
#header.unofixed .header_top{
	background-color:#FFF;
	padding:8px 0;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
#header.unofixed .logo a img{
	width:400px;
	height:auto;
}
.header_top{
	float:left;
	width:100%;
	padding:15px 0;
	background:#fff;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.header_main{
	float:left;
	width:100%;
	position:relative;
}
.logo{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}
.logo a{
	display:inline-block;
	width:318px;
	height:auto;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.logo a img{
	display:block;
	width:auto;
	height:auto;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.header_left{
	float:left;
	width:auto;
	position:absolute;
	left:0;
	top:60px;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.header_right{
	float:right;
	width:auto;
	position:absolute;
	right:0;
	top:60px;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
}
.header_left .submit_btn{
	width: 10em;
	font-size: 1em;
	font-size: 0.9em;
	line-height: 0.9em;
	padding-top: 14px;
	color: #fff!important;
}
.unofixed .header_left{
	top:0px;
}
.unofixed .logo a{
	width:165px;
}
.unofixed .header_right{
	top:4px;
}
.header_right a{
	float:right;
	width:auto;
	padding:0 0 0 28px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	color:#2E807E;
	line-height:120%;
}
.header_right a.mail{
	background:url(../images/mail_ico.svg) no-repeat left 4px;
}
.header_right .top_phone{
	float:left;
	width:auto;
	clear:both;
	margin-top:13px;
}
.header_right .top_phone p{
	width:auto;
	padding:2px 10px 0 0;
	font-size:16px;
	color:#333;
}
.header_right a.phone{
	background:url(../images/phone_ico.svg) no-repeat left 6px;
	font-size:26px;
}
#section{
	float:left;
	width:100%;
	height:auto;
	margin-top:202px;
	overflow:hidden;
}
.main_banner{
	background:url(../images/builders_equity_fund_img.jpg) no-repeat;
	background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    position: relative;
    width:100%;
    height:520px;

}
.banner{
	float:left;
	width:100%;
	height:auto;
	padding:130px 0 0;
}
.banner_con{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}
.banner_con h4{
	padding:20px 21% 0;
	font-size:24px;
}
.banner_con h2{
	padding:20px 0 0;
}
.banner_con h2 span{
	color:#85E1E0;
}
.builder_service_raw{
	float:left;
	width:100%;
	height:auto;
	padding:80px 0;
}
.builder_service_con{
	float:left;
	width:100%;
}
.service_left{
	float:left;
	width:40%;
}
.service_left h5{
	padding:20px 0;
	font-weight:600;
	color:#333333;
}
.service_right{
	float:right;
	width:55%;
}
.service_right ul{
	float:left;
	width:100%;
}
.service_right ul li{
	float:left;
	width:50%;
	padding-bottom:50px;
}
.service_right ul li span{
	background: rgba(99,199,197,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(99,199,197,1) 0%, rgba(47,129,126,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(99,199,197,1)), color-stop(100%, rgba(47,129,126,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(99,199,197,1) 0%, rgba(47,129,126,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(99,199,197,1) 0%, rgba(47,129,126,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(99,199,197,1) 0%, rgba(47,129,126,1) 100%);
	background: radial-gradient(ellipse at center, rgba(99,199,197,1) 0%, rgba(47,129,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63c7c5', endColorstr='#2f817e', GradientType=1 );
	float:left;
	width:70px;
	height:70px;
	text-align:center;
	line-height:50px;
	border:7px solid #EAEAEB;
	border-radius:100px;
	-webkit-border-radius:100px;
    -moz-border-radius:100px;
	position:relative;
}
.service_right ul li span img{
	vertical-align:middle;
}
.service_right ul li h6{
	float:none;
	width:auto;
	height:60px;
	padding-left:15px;
	line-height:140%;
	display:table-cell;
	vertical-align:middle
}
.sucees_raw{
	background:#EDEEEE;
	float:left;
	width:100%;
	padding:90px 0 70px;
	position:relative;
}
.sucess_priority{
	float:left;
	width:100%;
  position: relative;
  z-index: 100;
}
.sucess_priority h3{
	color:#333333;
}
.sucess_priority ul{
	float:left;
	width:100%;
	padding-top:10px;
}
.sucess_priority ul li{
	float:left;
	width:100%;
	padding-top:20px;
}
.sucess_priority ul li p{
	background:url(../images/right_tick.svg) no-repeat left;
	width:auto;
	padding-left:32px;
	font-size:22px;
	font-weight:600;
	color:#333333;
}
.sucess_priority a{
	background: rgba(103,199,197,1);
	background: -moz-linear-gradient(top, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,199,197,1)), color-stop(100%, rgba(44,120,117,1)));
	background: -webkit-linear-gradient(top, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	background: -o-linear-gradient(top, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	background: -ms-linear-gradient(top, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	background: linear-gradient(to bottom, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c7c5', endColorstr='#2c7875', GradientType=0 );
	float:left;
	width:auto;
	padding:0 40px;
	margin-top:35px;
	height:55px;
	line-height:55px;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:600;
	color:#ffffff;
	text-transform:uppercase;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	text-shadow:1px 1px 1px #883A15;
	-webkit-text-shadow:1px 1px 1px #883A15;
	-moz-text-shadow:1px 1px 1px #883A15;
	behavior:url(PIE.htc);
	position:relative;
}
.sucees_img{
	float:right;
	width: 1100px;
  /*width: 85%;*/
	height:auto;
	position:absolute;
	right:-260px;
	top:-41px;
}
.howit_work_raw{
	float:left;
	width:100%;
	height:auto;
	padding:80px 0;
	text-align:center;
}
.howit_work_main{
	float:left;
	width:100%;
	height:auto;
}
.howit_work_main h4{
	padding-top:15px;
	color:#666666;
}
.howit_work_main ul{
	float:left;
	width:100%;
}
.howit_work_main ul li{
	width:31%;
	padding:55px 3% 0;
	display:inline-block;
	margin:0 auto;
}
.howit_work_main ul li .circle{
	width:130px;
	height:130px;
	line-height:120px;
	display:inline-block;
	border:2px solid #BFA079;
	border-radius:100px;
	-webkit-border-radius:100px;
    -moz-border-radius:100px;
	position:relative;
	text-align:center;
}
.howit_work_main ul li .circle img{
	vertical-align:middle;
}
.howit_work_main ul li span.small_circle{
	float:left;
	width:35px;
	height:35px;
	background:#ffffff;
	text-align:center;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#000;
	position:absolute;
	left:45px;
	bottom:-20px;
}
.howit_work_main ul li h6{
	padding-top:35px;
}
.howit_work_main ul li p{
	padding-top:20px;
	font-size:20px;
	line-height:140%;
}
.get_cash_raw{
	background:#F4F4F4;
	float:left;
	width:100%;
	height:auto;
	padding:80px 0;
	text-align:center;
}
.get_cash_main{
	float:left;
	width:100%;
}
.get_cash_main h4{
	padding-top:15px;
	color:#666666;
}
.get_cash_form{
	display:inline-block;
	width:82%;
	height:auto;
	padding:25px 0 0;
	margin:0 auto;
}
.form_left{
	float:left;
	width:70%;
}
.get_raw{
	float:left;
	width:100%;
	padding:15px 0 0	;
}
.job_type{
	background:url(../images/dropdwon_errow.svg.png) no-repeat right #fff;
	float:left;
	height:40px;
	width:46.8%;
	padding:0 15px;
	margin-right:20px;
	border:1px solid #dddddd;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666666;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.job_type:focus{
	border-color:#2F817E;
	box-shadow:0 0 8px rgba(0,0,0,0.15);
}
.job_type option{
	padding:2px 2%;
}
.getraw_txt{
	float:left;
	width:47%;
	padding:0 15px;
	margin-right:20px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
input.getraw_txt:focus{
	border-color:#2F817E;
	box-shadow:0 0 8px rgba(0,0,0,0.15);
}
.form_right{
	float:left;
	width:30%;
}
.busniess_des{
	float:left;
	width:100%;
	height:135px;
	padding:10px 15px;
	margin-top:15px;
	border:1px solid #dddddd;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666666;
	line-height:160%;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;

}
.busniess_des:focus{
	border-color:#2F817E;
	box-shadow:0 0 8px rgba(0,0,0,0.15);
}
.submit_btn{
	background: rgba(103,199,197,1);
	background: -moz-linear-gradient(top, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,199,197,1)), color-stop(100%, rgba(44,120,117,1)));
	background: -webkit-linear-gradient(top, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	background: -o-linear-gradient(top, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	background: -ms-linear-gradient(top, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	background: linear-gradient(to bottom, rgba(103,199,197,1) 0%, rgba(44,120,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c7c5', endColorstr='#2c7875', GradientType=0 );
	float:left;
	width:100%;
	margin-top:15px;
	height:55px;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	text-shadow:1px 1px 1px #883A15;
	-webkit-text-shadow:1px 1px 1px #883A15;
	-moz-text-shadow:1px 1px 1px #883A15;
	position:relative;
  padding-top: 19px;
}
.call_raw{
	float:left;
	width:100%;
	height:auto;
	padding:80px 0 60px;
	text-align:center;
}
.call_main{
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:34px;
	font-weight:400;
	color:#333333;
	line-height:120%;
}
.call_main a{
	font-weight:600;
	color:#2C7F7E;
}
/*-------------------Index Page end-----------------------------*/
.footer{
	background:#2F817E;
	float:left;
	width:100%;
	height:auto;
	padding:25px 0 20px;
}
.footer_main{
	float:left;
	width:100%;
}
.copy_right{
	float:left;
	width:100%;
	padding:10px 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#ffffff;
	line-height:120%;
}
.disclaimer_raw{
	border-top:1px solid #389A98;
	float:left;
	width:100%;
	height:auto;
	padding-top:15px;
	margin-top:20px;
	text-align:center;
}
.disclaimer_raw p{
	font-size:16px;
	color:#ffffff;
}
