@charset "utf-8";
/* CSS Document */
@import url('/font/roboto-reg.css');
@import url('/font/stylesheet.css');

.body-master2
{
	margin:0 auto;
	width:100%;
	height:1390px;
}
.content2
{
	margin:0 auto;
	width:100%;
	height:690px;
}
.content2-in
{
	margin:0 auto;
	position:relative;
	width:1000px;
	height:690px;
}



.about
{
	margin:0 auto;
	position:absolute;
	left:10px;
	top:40px;
	width:980px;
	height:480px;
	border:1px #b5b5b5 solid;
}
.about-head
{
	position:absolute;
	left:10px;
	top:20px;
	width:415px;
	height:40px;
	line-height:40px;
	color:#1e99bf;
	font-family: 'robotoregular', Arial;
	font-size:30px;
}
.about-img
{
	position:absolute;
	right:0px;
	top:50px;
	width:300px;
	height:250px;
	background:url(/images/hands.png) no-repeat;
}
.about-txt
{
	position:absolute;
	width:660px;
	height:200px;
	top:70px;
	left:10px;
	font-family:Open Sans;
	color:#565656;
}
.about-skyline
{
	position:absolute;
	bottom:0;
	left:1px;
	width:980px;
	height:160px;
	background:url(/images/skyline.png) no-repeat;
}







.name
{
	position:absolute;
	top:50px;
	left:20px;
	width:194px;
	height:145px;
	background:url(/images/name.png) no-repeat;
}

.line-ver
{
	position:absolute;
	top:50px;
	left:220px;
	width:1px;
	height:143px;
	background:url(/images/div-line-v.png) no-repeat;
}
.address
{
	position:absolute;
	top:50px;
	left:230px;
	width:263px;
	height:144px;
	background:url(/images/address.png) no-repeat;
}
.mail
{
	position:absolute;
	top:50px;
	left:510px;
	width:216px;
	height:142px;
	background:url(/images/email.png) no-repeat;
}
.mob
{
	position:absolute;
	top:50px;
	left:750px;
	width:199px;
	height:142px;
	background:url(/images/mob.png) no-repeat;
}

.line-hor
{
	position:absolute;
	left:10px;
	top:200px;
	width:960px;
	height:1px;
	background:url(/images/div-line-h.png) no-repeat;
}

.map
{
	position:absolute;
	left:20px;
	top:250px;
	width:565px;
	height:305px;
	background:url(/images/map.png) no-repeat;
}
.map-in
{
	position:absolute;
	left:18px;
	top:15px;
	width:530px;
	height:277px;
}
.contact-us
{
	position:absolute;
	top:250px;
	left:630px;
	width:307px;
	height:305px;
	background:url(/images/contact-bg.png) no-repeat;
}
.contact-us-in
{
	position:absolute;
	top:14px;
	left:13px;
	width:282px;
	height:278px;
}





.loan-text
{
	margin:0 auto;
	position:absolute;
	width:300px;
	height:30px;
	line-height:30px;
	top:30px;
	left:10px;
	color:#1e99bf;
	font-family: 'bariol_regularregular', Arial;
	font:bold;
	font-size:26px;
}
.loan-text2
{
	margin:0 auto;
	position:absolute;
	width:650px;
	height:540px;
	line-height:20px;
	top:70px;
	left:10px;
	color:#191919;
	font-family: 'robotoregular', Arial;
	font-size:13px;
}
.loan-img
{
	margin:0 auto;
	position:absolute;
	right:23px;
	top:20px;
	width:350px;
	height:256px;
	background:url(/images/real-estate_01.png) no-repeat;
}


.form-btn
{
	position:absolute;
	right:10px;
	top:510px;
	width:295px;
	height:77px;
	background:url(/images/loan-form-btn.png) no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-btn:hover
{
	background:url(/images/loan-form-btn_hvr.png) no-repeat;
}

.calc2
{
	position:absolute;
	right:20px;
	top:280px;
	width:271px;
	height:200px;
	background:url(/images/emi_calc.png) no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.calc2:hover
{
	background:url(/images/emi_calc-hvr.png) no-repeat;
}
