/* CSS Document */
@import url("inner.css");
@import url("images.css");
@import url("menu.css");

@font-face{ 
			font-family:'shivaji';
			src: url('S07150F2_0.ttf') format("truetype");}
			
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* Hide from IE Mac \*/
.clearfix {
	display: block;
	clear: both;
} /* End hide from IE Mac */
.none {
	display: none;
} /* End Clearfix */
/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body, input, textarea {
	font: 13px/21px Verdana, Geneva, sans-serif;
	background: #eee;
	color: #555;
}
.hidden {
	display: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
a {
	border-bottom: 0px dotted #222;
	color: #222;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
a:hover {
}
a img {
	border: none;
	vertical-align: bottom;
}
/*H1 to H6 reset*/
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0;
}
h1 {
	font-size: 24px;
	line-height: 28px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 10px;
	line-height: 16px;
}
#background {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}
body {
	background: url(../images/bg.jpg);
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
/*Header--------------------------------------------------------------------------------------------*/
#container #header {
	width: 1000px;
	height: 165px;
}
#header #logo {
	float: left;
	margin: 30px 50px 0 30px;
}
#header #HD-title {
	float: left;
	margin: 65px 50px 0 0px;
}
#header #HD-title h1 {
	color: #ffcc00;
}
#header #HD-title p {
	color: #FFF;
}
/*main navigation--------------------------------------------------------------------------------------------
#navigation {
	background: url(../images/nav-bg.jpg) repeat-x top;
	border-radius: 20px 20px 0 0;
	height: 45px;
	color: #FFF;
}
#navigation ul {
	margin: 10px 0 0 30px;
	font-size: 16px;
	list-style: none;
	display: inline
}
#navigation ul li {
	display: inline-block;
	padding: 12px 15px 0 15px;
}
#navigation li a {
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.8);
	opacity: 1;
	transition: all 0.3s ease 0s;
}
#navigation li a:hover {
	color: #FC0;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.8);
}*/
/*Copyrights--------------------------------------------------------------------------------------------*/
#container #copyrights {
	padding: 0px 30px;
	color: #CCC;
	font-size: 11px;
	height: 50px
}
#copyrights .yr {
	margin: 5px 0;
	float: left;
}
#copyrights .social {
	margin: 5px 0;
	float: right;
}
#copyrights .social a {
	opacity: 1;
	transition: all 0.3s ease 0s;
}
#copyrights .social a:hover {
	opacity: 0.7;
}
#copyrights .designBy {
	margin: 5px 20px;
	float: right;
}
#copyrights a{
	color:#CCC;
}
#copyrights a:hover{
	color:#999;
}
/*Footer--------------------------------------------------------------------------------------------*/
#container #footer {
	height: 159px;
	background: url(../images/footer-bg.jpg) repeat-x bottom;
	border-radius: 0 0 20px 20px;
	border-top: 4px #999999 solid;
	padding: 0 30px
}
#footer .photogallery, #footer .videogallery, #footer .contact, #footer .newsletter, #footer .joinus {
	float: left;
	margin: 25px 20px 0 0;
}
#container #footer div.lastTab {
	margin-right: 0px;
}
#container #footer label {
	font-size: 14px;
	color: #333;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
}
.contact .ph-number, .contact .mail-id {
	padding: 0 0 0 30px;
	margin: 5px 0 0 0;
	float: left;
	width: 100%;
}
.contact .ph-number {
	background: url(../images/icon-phone.jpg) no-repeat center left;
}
.contact .mail-id {
	background: url(../images/icon-mail.jpg) no-repeat center left;
}
.newsletter {
	font-size: 12px;
	line-height: 18px;
}
.newsletter input {
	border: #ccc 1px solid;
	background: #e5e5e5;
	margin-top: 10px;
}
/*content start*/
#container #content {
	min-height: 695px !important;
	background: #FFF;
}
#content .banner {
	height: 245px;
	padding: 15px;
}
#content .banner .home-theme {
	background: url(../images/home-theme.jpg) no-repeat left top;
	width: 425px;
	height: 245px;
	float: left;
}
#content .banner .slideshow {
	width: 543px;
	height: 245px;
	float: right;
	overflow: hidden;
}
#container #content .home-tabs {
	padding: 15px;
	margin: 5px 0 20px 0;
}
#content .home-tabs .our-vision {
	height: 280px;
	width: 247px;
	border-right: #7f7f7f dashed 1px;
	padding: 0 20px;
	float: left;
}

#content .home-tabs .admissiondiv {
	height: 280px;
	width: 182px;
	padding: 0 8px 0 15px;
	float: left;
	border-right: #7f7f7f dashed 1px;
	
}
#content .home-tabs .admissiondiv .admission{	background:url(../images/Admission-open-Banner.png) no-repeat; width:173px; height:239px;}

#content .home-tabs .admissiondiv .admission p{	font-size:18px; font-family:verdana; color:#fff; text-align:center; padding:13px 0 0 0;}

#content .home-tabs .admissiondiv .admission .para{	font-size:14px; font-family:verdana; color:#4562a6; text-align:center; padding:13px 0 0 0; font-weight:bold;}

#content .home-tabs .admissiondiv .admission .para1{	font-size:12px; font-family:verdana; color:#555; text-align: left;
padding: 0 2px 0 15px;
line-height: 16px;}

#content .home-tabs .help {
	height: 280px;
	width: 210px;
	border-right: #7f7f7f dashed 1px;
	padding: 0 20px;
	float: left;
}
#content .home-tabs .news-updates {
	height: 280px;
	width: 200px;
	padding: 0 0 0 20px;
	float: left;
}
.home-tabs .hd {
	font-size: 16px;
	padding: 5px 0 10px 0;
	margin-bottom: 15px;
	border-bottom: #a5a5a5 2px solid;
}
.home-tabs .our-vision .hd {
	padding-left: 65px;
	background: url(../images/icons/icons_vision.jpg) no-repeat
}
.home-tabs .news-updates .hd {
	padding-left: 50px;
	background: url(../images/icons/icon-news.jpg) no-repeat
}
.home-tabs .help .hd {
	padding-left: 45px;
	background: url(../images/icons/icons_help.jpg) no-repeat
}
.home-tabs .help li {
	padding: 5px 0 0 43px;
	height: 23px;
}
.home-tabs .help li a{
	color:#333;
}
.home-tabs .help li a:hover{
	color:#777;
}
.home-tabs .help .one {
	background: url(../images/icons/icons_14.jpg) no-repeat 10px;
}
.home-tabs .help .two {
	background: url(../images/icons/icons_17.jpg) no-repeat 10px;
}
.home-tabs .help .three {
	background: url(../images/icons/icons_19.jpg) no-repeat 10px;
}
.home-tabs .help .four {
	background: url(../images/icons/icons_21.jpg) no-repeat 10px;
}
.home-tabs .help .five {
	background: url(../images/icons/icons_23.jpg) no-repeat 10px;
}
.home-tabs .help .six {
	background: url(../images/icons/icons_24.jpg) no-repeat 10px;
}
.news-updates .news-hd {
	color: #0669af;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}
.news-updates .news-hd a{
	color: #0669af;
}
.news-updates .news-hd a:hover{
	color: #666666;
}
.news-updates .date {
	margin-bottom: 10px;
}
.home-tabs .news-con, .home-tabs .help-con,.home-tabs .vision-con {
	height: 220px;
	border-bottom: #CCC 1px solid;
}
.home-tabs .readmore {
	float: left;
	margin-top: 10px;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.home-tabs .readmore:hover {
	opacity: 0.5;
}
.blueClr{
	color:#348FE5;
}

.flyer{	width:24%; height:40px; background:#025098; float:right; margin:20px 0 0 0; color:#fff; }

.flyer p{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-align:center; margin-top:8px;}

.flyer a{ color:#fff;}	

.awardimgdiv{width:200px; float:left;margin-right:15px;border:1px solid #EBEBEB;background:#fff; padding:6px;}
.banktdcls{font-weight: bold; width: 75pt; padding: 3pt 3pt 3pt 7.5pt; background: rgb(204,204,204); border:1px solid #000;}
.banktd2cls{padding: 5px; border:1px solid #000;}
.bdayplandiv{padding: 10px; border-radius: 5px; border: 2px solid #000;}
.chaitrabandiv{padding: 10px; border-radius: 5px; border: 2px solid #000;}


/*=========home page show popup css=============*/
#overlay {
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    position: fixed;
    z-index: 9999;
    display: none;}
	
.btndiv{ background:#fff;     padding: 10px 13px;}	
#Updates {
    margin: 2% 34% 0;
    position: fixed;
    z-index: 9999;
    display: none;}	

.navbar-fixed-top{     z-index: 999;}

.closebtn{     text-align: right;    padding: 0px 12px 0 0;     margin-bottom: 10px;}

.locationdiv img{ width:100%; margin-top:15px;}

.video-box {
	width: 50%;
	background: #ebebeb;
	padding: 5px;
	height: 188px;
}
.video-box iframe {
	width: 100%;
	height: 100%;
}

.videobtn {
	display: inline-block;
	float: right;
	padding: 2px 8px;
	background: #152d6d;
	color: #fff;
	border-radius: 5px;
	margin-top: 8px;
}

.videobtn:hover {
	background: #ffcc00;
}

