﻿/*___________________________________________________
Author: iColab Softwares Pvt. Ltd. <http://icolabsoft.com/>
Version: 2.2012
Client URL: http://www.cdcri.org
Developed by: PerfectCoder <http://www.perfectcoder.com/> 
by Bhavesh Rathod <gulonline@gmail.com>
_____________________________________________________*/

@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Passion+One|Arimo|Nunito:700|PT+Sans+Narrow:400,700|Anton|Yanone+Kaffeesatz|Raleway:100);


html,body{
	background-image: url('../images/bg.jpg');
}

/* Stylesheet Document */

#popup_box {
	background-position: left top;
	display: none; /* Hide the DIV */;
	position: absolute;
	_position: absolute; /* hack for internet explorer 6 */;
	height: 420px;
	width: 955px;
	background: #FFFFFF;
	z-index: 100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */ /* additional features, can be omitted */;
	border: 1px solid #ff0000;
	padding: 15px;
	font-size: 15px;
	-moz-box-shadow: 0 0 15px #ff0000;
	-webkit-box-shadow: 0 0 15px #ff0000;
	box-shadow: 0 0 15px #ff0000;
	top: 145px;
	left: 10px;
	background-image: url('../images/admission.jpg');
	background-repeat: no-repeat;
}
#popup_box h1 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-top: 50px;
	margin-left: 100px;
	font-size: 73px;
}
#popup_box h1 a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #0099CC;
	text-decoration: underline;
}
#popup_box h1 a:hover {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #ff0000;
	text-decoration: none;
}
#popup_box h2 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-left: 100px;
	font-size: 25px;
	margin-bottom: 10px;
}
#popup_box h3 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-left: 100px;
	font-size: 20px;
}
#popup_box h3 strong{
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	text-decoration: underline;
}

#popup_box .download {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-left: 160px;
	font-size: 30px;
	width: 420px;
}
#popup_box .download span {
	font-size: 20px;
}


/* This is for the positioning of the Close Link */
#popupBoxClose {
	font-size: 15px;
	line-height: 15px;
	right: 5px;
	top: 5px;
	position: absolute;
	color: #0099CC;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-weight: 700;
}

#wrapper {
	margin: 0px auto 0px auto;
	position: relative;
	width: 1005px;
	overflow: hidden;
}

#contantholder {
	border: 1px solid #EBEBEB;
	width: 1003px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
a {
	color: #005A8C;
	cursor: pointer;
	outline: none;
	text-decoration: none;

}
a:hover {
	color: #005A8C;
	text-decoration: underline;

}

::selection {
	background:rgba(217, 62, 57, 1); /* Safari */
	color: #FFF;
}
::-moz-selection {
	background:rgba(217, 62, 57, 1); /* Firefox */
	color: #FFF;
}
/* ========================================
	   *CSS STart -
============================================ */
.clearfix {
	clear: both;
}
#top-header{
	height: 110px;
	background-image: url('../images/top-bg.jpg');
	background-repeat: repeat-x;
	overflow: hidden;
}
#top-header .logo {
	width: 335px;
	height: 75px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#top-header .right-contact {
	width: 250px;
	height: 50px;
	float: right;
	background-image: url('../images/top-phone.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-top: 20px;
}

#top-header .inner-right-contact {
	background-image: url('../images/top-phone.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	height: 70px;
}


#top-header .right-contact h1{
	padding: 0px;
	margin: 20px 0px 0px 50px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 800;
}
#top-header .right-contact h1 span {
	font-family: 'Arimo', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
}
#top-header .right-contact h2{
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FF0000;
	padding-left: 40px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: -5px;
}
#top-header .right-contact .sharebox {
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#top-header .right-contact .sharebox span {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00789F;
	font-weight: 700;
	float: left;
}
#top-header .right-info {
	width: 250px;
	height: 50px;
	float: right;
	padding-left: 10px;
	margin-top: 40px;
}
#top-header .right-info a {
	color: #FF0000;
}

#mainmenu {
	height: 41px;
	padding-left: 5px;
	z-index: 999;
	position: relative;
}

#welcomebox {
	height: 280px;
	overflow: hidden;
}
#welcomebox h1 {
	padding-left: 30px;
	padding-bottom: 20px;
}
#welcomebox h1 span {
	display: none;
}

#welcomebox .building-img {
	width: 376px;
	height: 201px;
	float: left;
	padding-left: 30px;
	margin-right: 50px;
}
#welcomebox .welcome-txt {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 1.5em;
	font-weight: 400;
}
#welcomebox .welcome-txt strong {
	color: #666666;
}
#welcomebox .welcome-txt span {
	font-size: 19px;
}
#welcomebox .welcome-txt a.readmore {
	background-position: left top;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url('../images/readmore.gif');
	background-repeat: no-repeat;
	width: 119px;
	height: 22px;
	color: #FFFFFF;
	display: block;
	margin-left: 455px;
	padding-left: 10px;
	margin-top: 10px;
	text-shadow: 0 1px 1px #000;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#welcomebox .welcome-txt a.readmore:hover{
	color: #000000;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#features-box {
	border-width: 1px;
	border-color: #EFEFEF;
	padding: 10px;
	height: 175px;
	border-bottom-style: solid;
	position:relative;
}

#features-box h1.line {
	background: url('../images/companies_top.png') 0 56% repeat-x;
	margin-bottom: 20px;
}
#features-box h1.line span {
	background: none repeat scroll 0 0 #FFFFFF;
	padding-right: 10px;
	padding-left: 20px;
	font-family: 'Nunito', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0099CC;
	letter-spacing: -1px;
}

#features-box .coll {
	border-width: 1px;
	border-color: #E5E5E5;
	width: 32%;
	float: left;
	border-right-style: solid;
	margin-right: 15px;
}
#features-box .col3 {
	border-style: none;
	float: right;
	margin-right: 0;
}

#features-box .coll h2 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #272727;
	font-weight: 700;
	margin-top: 0pt;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 80px;
	text-transform: uppercase;
}
#features-box .coll .imgLeft {
	float: left;
	margin: 2px 20px 10px 0;
}
#features-box .coll p {
	margin-top: 0pt;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 80px;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 1.3em;
	font-weight: 400;
}

/* ---------------------------------------------------------------------------------------------------------
	future slider
   ---------------------------------------------------------------------------------------------------------		
*/


.ra-block {
	padding: 10px;
	width: 300px;
	float: left;
	margin-right: 5px;
	height: 100px;
}

.ra-block h2 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #272727;
	font-weight: 700;
	margin-top: 0pt;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 80px;
	text-transform: uppercase;
}
.ra-block .imgLeft {
	float: left;
	margin: 2px 20px 10px 0;
}
.ra-block p {
	margin-top: 0pt;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 80px;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}

#features-box .pagination{
	position: absolute;
	right: 10px;
	top: 40px;
	overflow: hidden;
	width: 50px;
	height: 25px;
}

a.prev, a.next {
	background: url('../images/icons.png') no-repeat;
	border: 1px solid #E5E4E4;
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	top: 0px;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	right: 10px;
}

a.prev { left: 0px; background-position: 0 -763px; }
a.prev:hover { background-position: 0 -763px; background-color:#BF252F; }
a.prev.disabled { background-position: 0 -763px !important;  }
a.next { left: 22px; background-position: 0 -744px; }
a.next:hover { background-position: 0 -744px; background-color:#BF252F; }
a.next.disabled { background-position: 0 -744px !important; }
a.prev.disabled, a.next.disabled { cursor: default; background-color:#f5f5f5; }
a.prev span, a.next span { display: none; }



/* 
   ---------------------------------------------------------------------------------------------------------
	Clients
   ---------------------------------------------------------------------------------------------------------		
*/


#news-opd-box {
	height: 235px;
	overflow: hidden;
	position: relative;
	z-index: 99;
	margin-bottom: 18px;
}
#news-opd-box .opdtime {
	border-width: 1px;
	border-color: #E8E8E8;
	background-position: 30px 21px;
	width: 400px;
	float: left;
	height: 164px;
	background-image: url('../images/opd-timing-bg.png');
	background-repeat: no-repeat;
	padding-top: 120px;
	border-right-style: solid;
}
#news-opd-box .opdtime .hospitaltime {
	border-color: #EAEAEA;
	border-width: 1px;
	padding-left: 180px;
	border-bottom-style: solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#news-opd-box .opdtime .hospitaltime p {
	font-family: PT Sans Narrow, arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	padding-right: 10px;
}


#news-opd-box .opdtime .bussroot {
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
	font-family: PT Sans Narrow, arial, Helvetica, sans-serif;
	font-size: 15px;
}
#news-opd-box .opdtime .bussroot p {
	font-family: PT Sans Narrow, arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	padding-right: 10px;
}
#news-opd-box .opdtime .bussroot a {
	color: #000000;
	font-family: PT Sans Narrow, arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#news-opd-box .opdtime .bussroot a:hover {
	color: #FF3300;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#news-opd-box .newsbox {
	background-position: left top;
	height: 220px;
	background-image: url('../images/news-bg.png');
	background-repeat: no-repeat;
	background-position: left 21px;
	overflow: hidden;
}
#news-opd-box .newsbox .datebox {
	border-width: 2px;
	border-color: #DADADA;
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	border-right-style: solid;
	margin-right: 10px;
	position: relative;
	margin-top: 115px;
	margin-left: 10px;
}
#news-opd-box .newsbox .datebox .date {
	float: left;
	font-family: Anton, arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 400;
	color: #000;
	letter-spacing: -1px;
}
#news-opd-box .newsbox .datebox .month {
	font-family: PT Sans Narrow, arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: #999999;
	letter-spacing: -1px;
}
#news-opd-box .newsbox .datebox .year {
	font-family: PT Sans Narrow, arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #C0C0C0;
	letter-spacing: -1px;
	line-height: 1em;
}



#news-opd-box .newsbox h1 {
	font-family: PT Sans Narrow, arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #0099CC;
	margin-top: 115px;
}

#news-opd-box .newsbox h1 a {
	color: #0099CC;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#news-opd-box .newsbox h1 a:hover {
	color: #006699;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


#news-opd-box .newsbox h2 {
	font-family: PT Sans Narrow, arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
}
#news-opd-box .newsbox h2 a {
	color: #333333;
	font-weight: bold;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#news-opd-box .newsbox h2 a:hover {
	color: #FF0000;
	font-weight: bold;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#news-opd-box #pager {
	text-align: right;
	text-indent: -4000px;
	width: 100%;
	position: relative;
	z-index: 999;
	margin-top: -30px;
}
#news-opd-box #pager a {
	margin: 10px 3px 0 0;
	font-size: 1px;
	text-indent: -4000px;
	width: 10px;
	height: 10px;
	background: #C0EBB6;
	padding: 2px 3px;
	color: #C0EBB6;
	text-decoration: none;
}
#news-opd-box #pager .activeSlide {
	margin: 10px 3px 0 0;
	font-size: 1px;
	text-indent: -4000px;
	width: 10px;
	height: 10px;
	background: #82C578;
	padding: 2px 20px;
	color: #ff3e4d;
	text-decoration: none;
}


#sharebox {
	border-width: 1px;
	border-color: #EAEAEA;
	padding: 10px 5px 5px 5px;
	margin-bottom: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
}

/*----FACEBOOK COMMENTS CSS CODE START -----
-------------------------------------------*/
#facebook-comments-box {

}
#facebook-comments-box h1 {
	background-position: left bottom;
	border-width: 2px;
	border-color: #4669A6;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #4669A6;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	border-top-style: solid;
	padding-top: 10px;
	margin-top: 10px;
	background-image: url('../images/facebook.png');
	background-repeat: no-repeat;
	padding-left: 40px;
}

#news-header{
	border: 1px solid #b1d6ec;
	height: 198px;
	width: 985px;
	margin: 0px auto 0px auto;
	background-image: url('../images/news-header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#news-menu {
	border-style: solid;
	border-width: 1px;
	width: 985px;
	margin: 0px auto 0px auto;
}
/*----FOOTER CSS CODE START -----
--------------------------------*/
#footer {
	background-image: url('../images/footer-bg.png');
	background-position: center top;
	height: 200px;
	position: relative;
	width: 100%;
	margin-top: -150px;
	overflow: hidden;
}
#footer .left {
	width: 200px;
	height: 40px;
	padding-top: 150px;
	float: left;
	padding-left: 40px;
}
#footer .left img.a {
	position: absolute;
	z-index: 10;
}
#footer .left img.b {
	position: absolute;
}

#footer .design-by{
	height: 40px;
	padding-top: 150px;
	float: left;
	padding-left: 40px;
	text-align: center;
}
#footer .design-by span{
	font-family: "Open Sans", arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	font-weight: 600;
	display: block;
}

#footer .right {
	width: 650px;
	height: 40px;
	padding-top: 150px;
	float: right;
	overflow: hidden;
	padding-right: 20px;
}
#footer .right .logo {
	width: 42px;
	height: 32px;
	float: right;
	margin-left: 10px;
}
#footer .right .copytext {
	text-align: right;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: 400;
	line-height: 1.2em;
}
#footer .right .copytext a {
	color: #666666;
	font-weight: bold;
}
#footer .right .copytext a:hover {
	color: #000000;
	font-weight: bold;
}

#footer .right .copytextsmall {
	text-align: right;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: 400;
}




