@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'exoregular';
	src: url('../fonts/exo-regular-webfont.eot');
	src: url('../fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo-regular-webfont.ttf') format('truetype'), url('../fonts/exo-regular-webfont.svg#exoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}p.content a img {
    width: 230px;
    height:172px;
}
body{
	background-image:url(../images/header-pattern.gif);
	padding:0px;
	margin:0px;
	font-family: 'exoregular';
}
div#logoBox h2 a {
    background: #007c3e;
    color: #fff;
    text-align: right !important;
    width: 33%;
    padding: 10px 10px !important;
    float: right;
    font-size: 28px;
    margin-top: -15px;
    text-decoration: none;
    font-weight: 600 !important;
}
#mainContainer{
	width:1000px;
	margin:5px auto;
	padding:0px;
}
#logoBox{
	width:970px;
	margin:10px auto;
	padding:15px;
}
#logoBox img{outline:none;border:none}
#logoBox a{
	float:left;
	margin-top: 10px;
}
.logo:hover, .animation{
	transition:all ease 1s;
	transform:rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.logoName{
	margin-left:10px;
	display:inline-block;
	font-size:22px;
	text-decoration:none;
}
.logoName h1{
	margin:-15px 0px 0px;	
	color:#007c3e;
	text-shadow:1px 1px #fff, -1px -1px #fff;
}
.logoName h1:hover{	
	transition:all ease 1s;
	color:#fff;
	text-shadow:2px 2px #007c3e, -2px -2px #007c3e;
}
.headerNo{
	color: #007c3e;
	font-size: 36px;
	margin-top: 0px;
	float:right;
	margin-bottom:0px;
	text-shadow:1px 1px #fff, -1px -1px #fff;
	display: inline-block;
}
#menus{
	display:inline-block;
	width:1000px;
	margin:10px auto 0px;
	background-color:#fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}
#contentContainer{
	background-color: #fff;
	width: 970px;
	padding: 15px;
	position: relative;
}
#leftMarquee{
	width:101px;
	height:763px;
	border:1px solid #007c3e;
	float:left;
}
.marquee{
	width:100px;
	height:763px;
}
#rightMarquee{
	width:101px;
	height:763px;
	border:1px solid #007c3e;
	position: absolute;
	right: 15px;
	top: 15px;
}
#middleConetnt{
	width: 764px;
	margin-left: 103px;
	margin-top: 256px;
}
.slider2{
	width:300px !important;
	height:141px !important;
}
.boxShadow{
	box-shadow: 0px 1px 5px #000;
	border: 1px solid #fff;
	margin-top: 0px;
	display: inline-block;
}
#contactForm{
	color: #fff;
	width: 437px;
	height: 145px;
	display: inline-block;
	right: -1px;
	background-color: #007c3e;
	padding: 0px 10px;
	line-height: 29px;
}
#contactForm h3{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
#contactForm input{
	outline-color:#fff;
	border-radius: 3px;
	border: 0;
}
#contactForm textarea{
	width: 158px;
	height: 45px;
	resize: none;
	outline-color: #fff;
	margin-top: -2px;
	border-radius: 3px;
	border: 0;
}
#contentBox{
	width: 740px;
	margin: 2px auto;
	padding:10px;
	color:#000;
	display:inline-block;
}
.targetLink{
	color:#007c3e;
	margin:40px auto;
	display:block;
	
}
.targetWithContent{
	color:#007c3e;
	float:right;
	display:block;
}
#contentBox ul{
	list-style:upper-alpha;
}
#contentBox ul.study-material li{
 	padding: 5px 0;
  	line-height: 22px;
}
#contentBox ul ul{
	list-style:lower-alpha;
}
.heading{
	margin:0px;
}
.paperHead{
	font-weight:bold;
	margin-bottom: 0px;
}
.content{
	text-align:justify;
	line-height:25px;
	text-indent:20px;
}
.contentMargin{	
	margin-top:0px;
}
#footer{
	display:inline-block;
	width:1000px;
	height:40px;
	margin:1px auto 10px;
	background-color:#fff;
	box-shadow: 0 -2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-o-box-shadow: 0 -2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 -2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);	
}
.leftFooter{
	text-decoration:none;
	color:#007c3e;
	line-height:40px;
	margin-left:20px;
}
.rightFooter{
	text-decoration:none;
	color:#007c3e;
	float:right;
	line-height:40px;
	margin-right:20px;
}
.counter{
	display: block;
	margin-left: 132px;
	position: absolute;
	margin-top: -31px;
}
#footer span{
	font-weight:bold;
}
#footer span:hover{
	color:#000;
}
.allpageContent{
	margin-top: 0px !important;
}
.registrationForm{
	width:500px;
	line-height:30px;
	margin: 20px auto;
}
.registrationForm input[type="text"]{
	width:200px;
	font-family:'exoregular';
	color:#007c3e;
	height:20px;
	font-size:16px;
	outline-color:#007c3e;
	border-radius:3px;
	border:1px solid;
}
.registrationForm textarea{
	width:198px;
	font-family:'exoregular';
	color:#007c3e;
	height:60px;
	font-size:16px;
	resize:none;
	outline-color:#007c3e;
	border-radius:3px;
	border:1px solid;
}
.registrationForm tr td a{
	margin-top:20px;
	float:right;
	right:0px !important;
}
#address{
	float:left;
	margin-left:25px;
	display:inline-block;
}
#phone{
	float:left;
	margin-left:25px;
	display:inline-block;
}
#email{
	float:left;
	margin-left:25px;
	display:inline-block;
}
#map{
	float:left;
}
.nav_up{
	padding:4px;
	border:1px solid #CCC;
	position:fixed;
	background: url(../images/up-arrow-green.png) no-repeat top left;
	background-position:50% 50%;
	width:12px;
	height:12px;
	bottom:10px;	
	left:30px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	background-color:white;
}
.nav_down{
	padding:4px;
	border:1px solid #CCC;
	position:fixed;
	background: url(../images/down-arrow-green.png) no-repeat top left;
	background-position:50% 50%;
	width:12px;
	height:12px;
	bottom:10px;
	left:55px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	background-color:#fff;
}
.batches{
	float: right;
	margin-left: 8px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px;
}

.ad-mrq img{
	width: 100%;
	height: auto;
}
/*-- Aditya --*/
.ad-head{display:inline-block;}
.big {
    display: inline-block;
    padding-left: 50px;
}
.big button {
    letter-spacing: 1px;
}
.big button:hover{
    background:#000;
}
.ad-form .f-box {
    width: 50%;
    float: left;
}
.ad-form .f-box .form-group {
    padding: 5px 15px;
}
.ad-form .f-box .form-group input {
    padding: 8px 0 8px 5px;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #777;
}
.data {
    border-bottom: 1px solid #000;
}
p.csir strong {
    font-size: 15px;
}
p.td {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.head p {
    padding-bottom: 18px;
    font-size: px;
}
.text-center {
    text-align: center;
}
.tab {
    border-bottom: 1px solid #000;
    display: inline-block;
}
.detail p {
    line-height: 25px;
}
.head p {
    line-height: 25px;
}
.bulletin h2 {
    color: #45a3d6;
    font-weight: bold;
    padding: 10px 0;
}
.bulletin h4, h5 {
    color: #45a3d6;
    font-weight: bold;
    padding: 10px 0;
}
.ctet-img img {
    background-color: #f9f9f9;
    border: none;
    display: block;
    padding: 20px 0;
    margin: 0 auto;
}
.hea ul {
    padding: 20px;
}
.bulletin h2 {
    font-size: 25px !important;
}
.Csir-life {
    display: inline-block !important;
    width: 67%;
    padding: 0;
}
.csir-img {
    width: 31% !important;
    vertical-align: top;
    display: inline-block;
}
.banner-bottom-grid-fig1 img {
    height: 260px;
    width:100%;
}
.ctet-inner img {
    background-color: #f9f9f9;
    border: none;
    display: block;
    padding: 20px 0;
    margin: 0 auto;
    text-align:center;
}
.question-no {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}
.child-develop {
    width: 70%;
    display: inline-block;
    padding: 0;
}
p.text-right{
 text-align: right;
}
.Csir-life h1 {
    color: #45a3d8;
    font-size: 35px !important;
}
.faculty table tr td {
    border: 1px solid #666;
    padding:15px;
}