/* CSS Document */

h1
{
	margin:0;
	padding:0;
	font-family:'robotolight';
	font-size:30px;
	color:#00a1f1;
}
.investment-line1
{
	position:absolute;
	top:50px;
	left:0px;
	width:1000px;
	height:32px;
	background:url(/images/investment-line1.png) no-repeat;
}
.investment-intro
{
	position:absolute;
	top:90px;
	left:0px;
	width:1000px;
	height:190px;
	color:#636363;
	font-family:'robotoregular', arial;
	line-height:20px;
	font-size:14px;
	border-left:3px solid #00a1f1;
	padding-left:15px;
}
.mid-sec
{
	margin:0 auto;
	width:100%;
	height:251px;
	background:url(/images/mid-sec-inves.png) center;
}

.mid-sec-in
{
	margin:0 auto;
	position:relative;
	width:1102px;
	height:252px;
	font-family: 'robotoregular', arial;
	font-size:15px;
	color:#4e4e4e;
}
.heading1
{
	position:absolute;
	top:5px;
	left:0;
	width:1102px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#00a1f1;
	font-family:'robotolight';
	font-size:44px;
}

.invest1
{
	position:absolute;
	bottom:0;
	left:40px;
	width:318px;
	height:189px;
	background:url(/images/invest1.png) no-repeat;
	-webkit-transition: height .5s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .5s ease;
}
.invest1:hover
{
	position:absolute;
	bottom:0;
	left:40px;
	width:318px;
	height:198px;
	background:url(/images/invest1_hvr.png) no-repeat;
	-webkit-transition: height .5s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .5s ease;

}
.invest1 > .know-more
{
	position:absolute;
	bottom:0px;
	right:15px;
	width:71px;
	height:22px;
	background:url(/images/read.png) no-repeat;
	opacity:0;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.invest1:hover > .know-more
{
		opacity:1;
		bottom:15px;
-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
		
}

.invest2
{
	position:absolute;
	bottom:0;
	left:425px;
	width:274px;
	height:189px;
	background:url(/images/invest2.png) no-repeat;
	-webkit-transition: height .5s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .5s ease;
}
.invest2:hover
{
	position:absolute;
	bottom:0;
	left:425px;
	width:274px;
	height:198px;
	background:url(/images/invest2_hvr.png) no-repeat;
	-webkit-transition: height .5s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .5s ease;

}
.invest2 > .know-more
{
	position:absolute;
	bottom:0px;
	right:15px;
	width:71px;
	height:22px;
	background:url(/images/read.png) no-repeat;
	opacity:0;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.invest2:hover > .know-more
{
		opacity:1;
		bottom:15px;
-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
		
}

.invest3
{
	position:absolute;
	bottom:0;
	right:27px;
	width:288px;
	height:189px;
	background:url(/images/invest3.png) no-repeat;
	-webkit-transition: height .5s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .5s ease;
}
.invest3:hover
{
	position:absolute;
	bottom:0;
	right:27px;
	width:288px;
	height:198px;
	background:url(/images/invest3_hvr.png) no-repeat;
	-webkit-transition: height .5s ease;
	-moz-transition: height .9s ease;
	-ms-transition: height .9s ease;
	-o-transition: height .9s ease;
	transition: height .5s ease;

}
.invest3 > .know-more
{
	position:absolute;
	bottom:0px;
	right:15px;
	width:71px;
	height:22px;
	background:url(/images/read.png) no-repeat;
	opacity:0;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.invest3:hover > .know-more
{
		opacity:1;
		bottom:15px;
-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
		
}







.investment-line2
{
	position:absolute;
	top:260px;
	left:50px;
	width:1000px;
	height:24px;
	background:url(/images/investment-line2.png) no-repeat;
}

.investment-link1
{
	position:absolute;
	top:290px;
	left:50px;
	width:227px;
	height:349px;
	background:url(/images/investment-link1.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.investment-link1:hover
{
	background:url(/images/investment-link1_hvr.png) no-repeat;
}
.investment-link2
{
	position:absolute;
	top:290px;
	left:305px;
	width:227px;
	height:349px;
	background:url(/images/investment-link2.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.investment-link2:hover
{
	background:url(/images/investment-link2_hvr.png) no-repeat;
}
.investment-link3
{
	position:absolute;
	top:290px;
	left:560px;
	width:227px;
	height:349px;
	background:url(/images/investment-link3.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.investment-link3:hover
{
	background:url(/images/investment-link3_hvr.png) no-repeat;
}
.investment-fin
{
	position:absolute;
	top:290px;
	left:810px;
	width:249px;
	height:520px;
	background:url(/images/investment-fin.png) no-repeat;
}
.investment-fin-btn
{
	position:absolute;
	bottom:20px;
	left:56px;
	width:142px;
	height:44px;
	background:url(/images/investment-start-btn.png) no-repeat;
}
.investment-fin-btn:hover
{
	background:url(/images/investment-start-btn_hvr.png) no-repeat;
}

.investment-online
{
	position:absolute;
	top:653px;
	left:55px;
	width:331px;
	height:149px;
	background:url(/images/investment-online.png) no-repeat;
}
.investment-online:hover
{
	background:url(/images/investment-online_hvr.png) no-repeat;
}
.investment-sip
{
	position:absolute;
	top:653px;
	left:455px;
	width:330px;
	height:148px;
	background:url(/images/investment-sip.png) no-repeat;
}
.investment-sip:hover
{
	background:url(/images/investment-sip_hvr.png) no-repeat;
}


.investment-protect
{
	position:absolute;
	left:54px;
	top:40px;
	width:218px;
	height:198px;
	background:url(/images/investment-protect.png) no-repeat;
}
.investment-protect:hover
{
	background:url(/images/investment-protect_hvr.png) no-repeat;
}
.investment-save
{
	position:absolute;
	left:305px;
	top:40px;
	width:218px;
	height:198px;
	background:url(/images/investment-save.png) no-repeat;
}
.investment-save:hover
{
	background:url(/images/investment-save_hvr.png) no-repeat;
}
.investment-refer
{
	position:absolute;
	left:560px;
	top:40px;
	width:218px;
	height:198px;
	background:url(/images/investment-refer.png) no-repeat;
}
.investment-refer:hover
{
	background:url(/images/investment-refer_hvr.png) no-repeat;
}

.investment-download
{
	position:absolute;
	top:40px;
	left:819px;
	width:233px;
	height:195px;
	background:url(/images/investment-download.png) no-repeat;
}
.investment-download-in
{
	position:absolute;
	top:76px;
	left:40px;
	width:185px;
	height:100px;
}
ul.list-shw
{

list-style:none;
margin:0;
padding:0;
}

ul.list-shw li
{
float:none;
padding:0;
color:#000000;
margin:0;
width:185px;
height:22px;
line-height:20px;
text-align:left;
text-decoration:none;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font:bold;
}
ul.list-shw li a
{
color:#aff8ff;
 text-decoration:none;
 display:block;
}
ul.list-shw li a:hover
{
text-decoration:none;
color:#656565;
}



/* Mutual Fund Starts */

.mf
{
	position:absolute;
	left:300px;
	top:65px;
	width:340px;
	height:30px;
}
.mf-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:800px;
	height:120px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.mf-text2
{
	position:absolute;
	top:200px;
	left:300px;
	width:800px;
	height:2000px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}

/* MF Gainer */

.gainer-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:800px;
	height:120px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.gainer-text2
{
	position:absolute;
	top:230px;
	left:330px;
	width:750px;
	height:580px;
}

/* MF Loser */

.looser-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:800px;
	height:220px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.looser-text2
{
	position:absolute;
	top:230px;
	left:330px;
	width:750px;
	height:580px;
}


/* MF Gainer Loser */

.gainer-looser-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:800px;
	height:190px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.gainer-looser-text2
{
	position:absolute;
	top:230px;
	left:330px;
	width:800px;
	height:440px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.gainer-looser-g
{
	position:absolute;
	top:50px;
	left:0;
	width:700px;
	height:400px;
	border-radius:3px;
}
.gainer-looser-text3
{
	position:absolute;
	top:750px;
	left:330px;
	width:750px;
	height:440px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.gainer-looser-l
{
	position:absolute;
	top:50px;
	left:0;
	width:750px;
	height:400px;
	border-radius:3px;
}

/* Compare Fund */

.compare-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:800px;
	height:120px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}

.compare-text2
{
	position:absolute;
	top:260px;
	left:330px;
	width:750px;
	height:700px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}

/* NAV */

.nav-formula
{
	position:absolute;
	top:230px;
	left:500px;
	width:347px;
	height:65px;
	background:url(/images/nav_formula.png) no-repeat;
}
.nav-text2
{
	position:absolute;
	top:360px;
	left:330px;
	width:750px;
	height:400px;
}

/* Dividend */


.dividend-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:800px;
	height:190px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.dividend-text2
{
	position:absolute;
	top:300px;
	left:330px;
	width:750px;
	height:500px;
}

/* Market News */
.market-head
{
	position:absolute;
	left:300px;
	top:50px;
	width:330px;
	height:28px;
}
.market-image
{
	position:absolute;
	top:100px;
	right:10px;
	width:300px;
	height:225px;
	background:url(/images/Markets-News.jpg) no-repeat;
	border:1px solid #e5e5e5;
}
.market-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:360px;
	height:225px;
	border:1px solid #9e9e9e;
	border-radius:3px;
}


/* Mutual Fund Ends */

/* Stocks & Shares Starts */

/* Equity Gainer  */
.equity-gainer-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:330px;
	height:28px;
}
.equity-gainer-text2
{
	position:absolute;
	top:240px;
	left:330px;
	width:700px;
	height:500px;
}

/* Equity Loser */
.equity-loser-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:330px;
	height:28px;
}
.equity-loser-text2
{
	position:absolute;
	top:260px;
	left:330px;
	width:683px;
	height:260px;
}

/* Indices All */
.indices-all-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:330px;
	height:28px;
}
.indices-all-text2
{
	position:absolute;
	top:240px;
	left:330px;
	width:700px;
	height:393px;
}

/* Forex Rates */
.forex-rates-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:330px;
	height:28px;
	background:url(/images/forex-rates-head.png) no-repeat;
}

.forex-rates-text2
{
	position:absolute;
	top:220px;
	left:330px;
	width:580px;
	height:340px;
}

/* Stocks & Shares Ends */


/* FD & Bonds Starts */

/* FD and Bonds */

.fd-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:330px;
	height:28px;
}


.fdtop-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:800px;
	height:190px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.fd-text1
{
	position:absolute;
	top:180px;
	left:300px;
	width:680px;
	height:300px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.fd-text2
{
	position:absolute;
	top:430px;
	left:330px;
	width:750px;
	height:600px;
}

/* 54 EC Bonds */

.ec-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:330px;
	height:28px;
	background:url(/images/54-ec-head.png) no-repeat;
}
.ec-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:800px;
	height:170px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.ec-text2
{
	position:absolute;
	top:460px;
	left:300px;
	width:800px;
	height:380px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.ec-text3
{
	position:absolute;
	top:250px;
	left:400px;
	width:570px;
	height:180px;
}

/* Debentures */

.debenture-head
{
	position:absolute;
	left:300px;
	top:65px;
	width:330px;
	height:28px;
}
.debenture-text1
{
	position:absolute;
	top:100px;
	left:300px;
	width:800px;
	height:170px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}
.debenture-text2
{
	position:absolute;
	top:240px;
	left:300px;
	width:800px;
	height:540px;
	font-family:Open Sans;
	font-size:14px;
	color:#565656;
}

/* FD & Bonds Ends*/
