@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #3d3d3d;
	font-size: 13px !important;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}
.clear {
	clear: both;
}
.main {
	width: 100%;
	float: left;
}
.main_center {
	width: 1210px;
	margin: auto;
}
.main_web {
	width: 1210px;
	float: left;
}
.text001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333;
	line-height: 20px;
}
.content {
	text-align: justify;
	margin: 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.content li {
	list-style: none;
	margin-left: 50px;
	font-size: 12px;
}
.android-box {
	float: left;
	width: 1210px;
	height: 90px;
	margin: 5px 0px;
	background: #FFF;
	box-shadow: 0px 0px 8px #666;
	-webkit-box-shadow: 0px 0px 8px #666;
	-moz-box-shadow: 0px 0px 8px #666;
	-o-box-shadow: 0px 0px 8px #666;
}
.android-button {
	width: 220px;
	height: 55px;
	float: left;
	text-align: center;
	margin: 15px 0px 0px 50px;
	border: 2px solid #333;
	box-shadow: 2px 3px 10px #666;
	background: url(images/android-bg.jpg);
	transition: 0.5s;
	
}
.android-button:hover {
	background: #1370b1;
}
.android-text a {
	color: #FFF;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 55px;
	display: block;
	background: url(images/android-img.png) bottom left no-repeat;
	transition: 0.5s;
}
.android-text a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
	background: url(images/android-img2.png) bottom left no-repeat;
	transition: 0.5s;
}
.submit-button {
	padding: 0px 15px;
	margin-right: 20px;
}
.lightbox-form {
	width: 230px;
	margin: 20px 0px;
}
/********************** ICON *********************/
.icone {
	width: 1210px;
	height: 49px;
	border-bottom: #CCC solid 1px;
	float: left;
	background: #e8eaec;
}
.more_button a {
	background-color: #09c;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 5px;
	color: #FFF;
	float: left;
}
.more_button a:hover {
	color: #fff;
	background: #069;
	text-decoration: none;
}
.more_button1 a {
	background-color: #09c;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 5px;
	color: #FFF;
	float: right;
}
.more_button1 a:hover {
	color: #fff;
	background: #069;
	text-decoration: none;
}
.socal-media-icon {
	position: absolute;
	top: 95px;
	left: 890px;
	width: 260px !important;
}
.contact-now a {
	float: left;
	margin: 13px 0px 0px 25px;
	padding: 12px 25px;
	font-size: 13px;
	background: #FFF;
	color: #4496d2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contact-now a:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}
/********************** NEVEGATION *********************/
.navigation {
	width: 1210px;
	float: left;
	background: rgb(255,255,255);
	position: relative;
	z-index: 10;
}
.nev {
	float: right;
	margin-top: 20px;
	list-style: none;
	position: absolute;
	right: 0px;
}
.nev li {
	float: left;
	list-style: none;
}
.nev li a {
	text-align: center;
	padding: 0px 15px;
	font-weight: bold;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	line-height: 40px;
}
.nev li a:hover {
	color: #fff;
	background: #b54321;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.nev li:hover > ul {
	display: block;
}
.nev li ul {
	width: 230px;
	top: 60px;
	display: none;
	list-style: none;
	float: left;
	position: absolute;
	background: #4496d2;
	padding: 5px 5px;
}
.nev li ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #FFF;
}
.nev li ul li a {
	padding: 0px 20px;
	font-size: 13px;
	text-align: left;
	color: #fff;
	line-height: 35px;
}
.nev li ul li a:hover {
	padding: 0px 20px;
	color: #000;
	background-color: #FFF;
}
.nev li:hover > ul.drop {
	display: block;
}
.nev li ul.drop {
	width: 130px;
	top: 60px;
	display: none;
	list-style: none;
	float: left;
	position: absolute;
	background: #4496d2;
	padding: 5px 5px;
}
.nev li ul.drop li {
	float: none;
	position: relative;
	border-bottom: 1px solid #FFF;
}
.nev li ul.drop li a {
	padding: 0px 20px;
	font-size: 13px;
	text-align: left;
	color: #fff;
	line-height: 35px;
}
.nev li ul.drop li a:hover {
	padding: 0px 20px;
	color: #000;
	background-color: #FFF;
}
.nev li > ul > li:hover > ul {
	display: block;
}
.nev li ul li ul {
	width: 230px;
	top: 5px;
	left: -240px;
	display: none;
	list-style: none;
	float: left;
	position: absolute;
	background: #4496d2;
	padding: 5px 5px;
}
.nev li ul li ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #FFF;
}
.nev li ul li ul li a {
	padding: 0px 20px;
	text-align: left;
	color: #fff;
	line-height: 35px;
}
.nev li ul li ul li a:hover {
	color: #000;
	background-color: #FFF;
}
.nev li ul li ul li:hover ul {
	display: block;
}
.nev li ul li ul li ul {
	width: 230px;
	top: 5px;
	left: -240px;
	display: none;
	list-style: none;
	float: left;
	position: absolute;
	background: #4496d2;
	padding: 5px 5px;
}
.nev li ul li ul li ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #FFF;
}
.nev li ul li ul li ul li a {
	padding: 0px 20px;
	text-align: left;
	color: #fff;
	line-height: 35px;
}
.nev li ul li ul li ul li a:hover {
	color: #000;
	background-color: #FFF;
}
.arrow_box {
	width: 190px;
	height: 35px;
	float: left;
	background: #fff;
	z-index: 5;
}
.arrow {
	position: relative;
	left: 400px;
	top: -100px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 100px solid #4496d2;
	z-index: 5;
}
.arrow-1 {
	margin: 6px 0px 0px 14px;
	width: 165px;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 25px;
	font-size: 23px;
	color: #2b6eaf;
	text-align: center;
	font-weight: bold;
}
.arrow-1 a {
	line-height: 25px;
	font-size: 16px;
	color: #FFF;
}
.arrow-1 a:hover {
	color: #fff;
}
/**************** SCROLL IMG ***********************/


.slider {
	float: left;
	margin-top: 20px;
}
.contant {
	float: left;
	margin-top: 10px;
	width: 1000px;
}
.slides_container {
	width: 1000px;
	display: none;
}
.slides_container div.slide {
	width: 1000px;
	height: 300px;
	display: block;
}
.item {
	float: left;
	width: 180px;
	padding: 5px;
	height: 269px;
	margin: 0px 5px;
	background: #16608c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination .current a {
	color: red;
}
.pagination li {
	float: left;
}
/**************** MAIN CONTANT ***********************/

.main-contant {
	width: 820px;
	margin-left: 20px;
	float: left;
}
.main-contant-inside {
	width: 400px;
	float: left;
}
.main-contant-inside2 {
	width: 400px;
	margin-left: 20px;
	float: left;
}
.text33 {
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 10px;
}
ul.consulting {
	margin: 0px;
	padding: 10px;
	float: left;
}
ul.consulting > li {
	list-style: url(img/bullet3.png);
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #09c;
	margin-bottom: 10px;
	cursor: pointer;
}
ul.consulting > li > ul {
}
ul.consulting > li > ul > li {
	font-size: 14px;
	font-weight: normal;
	list-style: disc;
	margin-left: 10px;
	color: #000;
}
ul.consulting > li > ul > li > ul {
}
ul.consulting > li > ul > li > ul > li {
	font-size: 12px;
	margin-left: 10px;
	color: #333;
	list-style: disc;
}
ul.consulting2 {
	margin: 0px;
	padding: 10px;
	float: left;
}
ul.consulting2 li {
	list-style: url(img/bullet3.png);
	margin-left: 10px;
	font-size: 13px;
	line-height: 25px;
	color: #333;
	margin-bottom: 10px;
}
/**************** Treaings ***********************/

.tranings {
	float: left;
	margin: 5px 0px 5px 5px;
	padding: 20px;
	width: 205px;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}
.tranings li {
	list-style: circle;
	color: #FFF;
}
.tranings li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.tranings2 {
	float: right;
	margin: 5px 5px 5px 5px;
	padding: 20px;
	width: 205px;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}
.tranings2 li {
	list-style: circle;
	color: #FFF;
}
.tranings2 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.internal {
	float: left;
	margin-left: 20px;
	width: 250px;
}
.internal li {
	list-style: disc;
}
.internal li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.scroll_mar {
	font-size: 20px;
	color: #FFF;
	background: #09c;
	line-height: 40px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
}
ul.clients_logo_list {
	list-style: none;
	width: 810px;
	float: left;
}
ul.clients_logo_list li {
	float: left;
	padding: 5px;
	border: 1px solid #333;
	margin: 5px;
	border-radius: 5px;
}
/****************	FOOTER	***************************/

.futter {
	width: 100%;
	float: left;
	background-image: url(images/futter.jpg);
	background-repeat: repeat-x;
	background-color: #262a2d;
}
.futter_center {
	width: 1200px;
	margin: auto;
}
.futter_content {
	width: 1200px;
	float: left;
	padding: 0px 0px;
	background: #43494c;
	position: relative;
}
.futter_001 {
	width: 175px;
	float: left;
	padding: 12px;
}
.futter_002 {
	width: 175px;
	float: left;
	padding: 12px;
	border-left: 1px solid #666;
}
.futter_003 {
	width: 350px;
	float: left;
	padding: 12px;
	border-left: 1px solid #666;
}
.colour {
	color: #FFF;
}
.futter_line {
	float: left;
	width: 150px;
	list-style: none;
}
.futter_line li {
	float: left;
	width: 150px;
	list-style: none;
	border-bottom: 1px dashed #CCC;
}
.futter_line li a {
	text-align: left;
	padding-left: 5px;
	font-size: 12px;
	line-height: 35px;
	color: #FFF;
}
.copyright {
	width: 1200px;
	float: left;
	background: #5A5A5A;
	margin-top: 10px;
	margin-bottom: 10px;
}
.copyright-1 {
	float: left;
	padding: 10px;
	margin-left: 20px;
	color: #FFF;
	font-size: 11px;
	text-align: left;
}
.copyright-1 a {
	color: #FFF;
	text-decoration: none;
}
.copyright-2 {
	float: right;
	padding: 10px;
	margin-right: 20px;
	color: #FFF;
	font-size: 11px;
	text-align: left;
}
.copyright-2 a {
	color: #FFF;
	text-decoration: underline;
}
.copyright-2 a:hover {
	color: #CCC;
}
/****************************  FAQ Form  ******************************/
.faq {
	width: 357px;
	height:420px;
	padding: 10px 10px;
	margin-top: 10px;
	float: left;
	
}
.faq > div.announcement
{
	float:left; 
	width:91%;
	padding:20px;
    background-color: #fafafa;
	line-height:18px;
    color: Blue;
	box-shadow:0 0 10px #d7d7d7;
	border-radius:10px;
	text-align:justify;
	height:420px;
}
.faq_form {
	width: 300px;
	font-size: 11px;
	line-height: 20px;
}
.faq_form1 {
	width: 124px;
	float: left;
	font-size: 11px;
	line-height: 20px;
	margin-right: 10px;
}
/****************************  LIST STYLE  ******************************/
ol.list-style {
	padding-left: 50px;
	color: #333;
	margin: 0px;
}
ol.list-style li {
	line-height: 25px;
	list-style-type: decimal;
	font-size: 13px;
}
ul.list-style-1 {
	margin: 0px;
	padding-left: 20px;
	color: #333;
}
ul.list-style-1 li {
	line-height: 20px;
	list-style: none;
	font-size: 12px;
}
ul.list-style-2 {
	margin: 0px;
	padding-left: 20px;
	color: #333;
}
ul.list-style-2 li {
	line-height: 20px;
	list-style: disc;
	font-size: 12px;
}
.video {
	width: 350px;
	margin: 0px 10px 20px 10px;
	float: left;
}
.student-login {
	width: 230px;
	height: 250px;
	padding: 10px 30px;
	background: #b54321;
	color: #fff;
	font-weight: bold;
	z-index: 10000;
	color: #FFF;
	transition: 1s;
}
.student-login a {
	color: #fff;
}
.student-text {
	font-size: 20px;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 15px
}
.student-text01 {
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	margin-bottom: 10px
}
.student-button {
	padding: 0px 15px;
	margin-left: 30px;
}
.query {
	width: 220px;
	padding: 20px 20px 20px 20px;
	background: #edebe9;
	position: fixed;
	z-index: 2000;
	top: 100px;
	right: -262px;
	border: 1px solid #000;
	-moz-border: 1px solid #000;
	-ms-border: 1px solid #000;
	-o-border: 1px solid #000;
	-webkit-border: 1px solid #000;
	transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
}
.query:hover {
	right: 0px;
}
.query_text {
	padding: 0px 10px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
.query_form {
	width: 100px;
	color: #FFF;
	margin-bottom: 5px;
	background: #FFF;
	border: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/****************	CONTACT US	***************************/

.feedback_form .field-name, .feedback_form .field-email, .field-phone, .feedback_form .field-subject, .feedback_form .field-message, .login_form .form_field, #commentform .form_field {
	box-shadow: none!important;
	border-radius: 5px!important;
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
	line-height: 20px;
	height: 20px;
	font-size: 13px;
	color: #666666;
	padding: 10px 29px 10px 13px;
	background: #ededed url(img/bg_noise2.html) repeat!important;
	border: #dedede 1px solid!important;
	margin-bottom: 4px;
	display: inline-block;
	float: left;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-o-transition: color 400ms;
}
.feedback_form label, #commentform label {
	border: #dedede 1px solid;
	border-right: none!important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: inset #ffffff 0 1px 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: default;
	margin-bottom: 4px!important;
}
.feedback_form label:after, #commentform label:after {
	content: '';
	display: block;
	position: absolute;
	left: 9px;
	top: 9px;
	width: 22px;
	height: 22px;
}
.feedback_form label.label-name:after, #commentform label.label-name:after {
	background: url(images/ico_field-name.png) no-repeat 0 0;
}
.feedback_form label.label-email:after, #commentform label.label-email:after {
	background: url(images/ico_field-email.png) no-repeat 0 0;
}
.feedback_form label.label-phone:after, #commentform label.label-phone:after {
	background: url(img/phone.png) no-repeat 0 0;
	background-size: 22px;
}
.feedback_form label.label-subject:after, #commentform label.label-subject:after {
	background: url(images/ico_field-subject.png) no-repeat 0 0;
}
.feedback_form label.label-message:after, #commentform label.label-message:after {
	background: url(images/ico_field-message.png) no-repeat 0 0;
}
.feedback_form .field-message {
	height: 158px;
	margin-bottom: 4px;
	border-bottom-left-radius: 5px!important;
	resize: none;
}
.feedback_form .feedback_go, .feedback_form .feedback_reset, .btn_login {
	border-radius: 5px!important;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	border: #dedede 1px solid;
	box-shadow: inset #ffffff 0 1px 0;
	height: 42px;
	padding: 0 16px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 42px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 0px;
}
.buttons span {
	float: left;
	background: #999999;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 24px;
	margin: 2px 2px;
	border: 2px solid #FFF;
	width: 700px;
}
.buttons span a {
	color: #FFF;
	text-decoration: none;
}
div.buttons span.selected {
	background: #0099cc;
	color: #FFF;
}
/*balbir singh*/

ul.star-rat {
	width: 150px;
	color: #FFCC00;
	font-size: 21px;
}
ul.star-rat li {
	float: left;
	width: 16px;
	margin-right: 5px;
}
ul.star-rat li[class^="icon-"]:before, li[class*=" icon-"]:before {
	text-indent: 0 !important;
}
ul.new-ul-design {
	list-style-type: circle !important;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 20px;
}
ul.new-ul-design li {
	background: url(images/li-arrow.html) no-repeat top left;
	padding-left: 15px;
}
.package-table-box {
	width: 700px;
	border-radius: 10px;
	padding: 10px;
	background: #fff;
}
.clr {
	clear: both;
}
.package-table-titile {
	background: #4496d2;
	padding: 10px 0px;
	margin: 0px 0px 15px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.package-table-tl1 {
	float: left;
	text-align: right;
	width: 271px;
}
.package-table-tl2 {
	float: left;
	text-align: right;
	width: 163px;
}
.package-table-tl3 {
	float: left;
	text-align: right;
	width: 135px;
}
.recruitmentExam {
	width: 237px;
    height: 48px;
    border: 1px solid #B4C2C7;
    padding: 5px;
	background-color:#fff;
    background: linear-gradient(to bottom,#fff 50%,#efefef 50%);
        box-shadow: 0 0 32px #D4D2D2 inset;
    border-bottom: 2px solid #8C8E92;
    margin-top: 30px;
    border-radius: 5px;
     float: left;
    margin-right: 8px;
    padding: 5px 5px 5px 5px;
    font: normal normal 18px Arial, Helvetica, sans-serif;
    line-height: 52px;
    color: #fff;
    text-align: center;
}

.recruitmentExam:hover{text-decoration:none; color:#fff;}

.recruitmentExam {
   
	text-align: center;	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%); 
    background-image: -webkit-gradient(linear,left bottom, left top, color-stop(0, rgb(73,132,180)), color-stop(1, rgb(97,155,203)) );
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	 -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5); 
	-webkit-transform: rotateX(20deg);
	-moz-transform: rotateX(20deg);
	-o-transform: rotateX(20deg);
	-ms-transform: rotateX(20deg);
	transform: rotateX(20deg);
}
.recruitmentExam:hover
{
background-image: linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -o-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%); 
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(88,154,204)),
        color-stop(1, rgb(90,150,199))
    );	
}
.recruitmentExam:active {
  -webkit-box-shadow: 0px 3px 0px rgb(255, 126, 0), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgb(255, 126, 0), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgb(255, 126, 0), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;	
	
}

.recruitmentExam a
{
	
color:#fff;}
.recruitmentExam a:hover
{
	text-decoration:none; 
	color:#fff;
}
.recruitmentExam img{
	    float: left;
    margin:7px 0 0 10px;
}





.recruitmentExam h3 {
	margin-bottom: 7px;
	color: #581400;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 27px;
	border-bottom: 1px dotted #ccc !important;
}
ul.examList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.examList > li {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 16px;
	background: url(Images/arrow1.png) left 2px no-repeat;
	list-style: none;
	list-style-type: none;
}
ul.examList > li > a {
	color: #000;
	line-height: 17px;
	margin-bottom: 12px;
	padding: 0px 0px 6px 1px;
	display: block;
}
.banner {
	height: 219px;
	width: auto;
	box-shadow: 0px 0px 3px #A9A6A6;
	    border-top: 2px solid;
}
ul.studentLogin {
	position: absolute;
	top: 10px;
	right: 8px;
	list-style: none;
	font-weight: bold;
}
ul.studentLogin li {
	float: left;
	margin-right: 6px;
	border-right: 1px solid #ccc;
	padding-right: 8px;
}
ul.studentLogin li:last-child {
	border-right: none !important;
}
ul.studentLogin a {
	color: #4B5D22;
}

/*Start Menu Link Css*/

ul.navsection {
	margin-top: 5px;
	list-style: none;
	font-weight: bold;
	background:#fff;
	height: 18px;
}
ul.navsection
{
	padding:5px 0px 15px 5px;
	margin-top:-3px;
    background: linear-gradient(to bottom,#fff 50%,#efefef 50%);
    box-shadow: 0 0 32px #D4D2D2 inset;
	}
ul.navsection li {
	float: left;
    margin-right: 6px;
    border-right: 1px solid #030B4C;
    /* padding-right: 33px; */
    padding-top: 6px;
    text-align: center;
    width: 146.7px;
    height: 27px;
    line-height: 23px;
}
ul.navsection li:last-child {

}
ul.navsection a {
	color: #0051B7;
}

/*End Menu Link Css */

.innerSection {
	width: auto;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	margin-top: 11px;
	border-top-left-radius: 10px;
	box-shadow: 0px 0px 3px #A9A6A6;
	min-height: 374px;
	line-height: 22px;
}
.innerSection h3 {
	margin-bottom: 18px;
	color: #581400;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 27px;
	border-bottom: 1px dotted #ccc !important;
}
article {
	width: auto;
	height: auto;
	padding: 18px 10px 21px 20px;
	text-align: justify;
	position: relative;
	background: url(../images/notBullet.png) 10px 5px no-repeat;
	line-height: 20px;
}
article time {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	top: -3px;
	left: 20px;
	color: #666;
}
article a {
	padding-left: 12px;
	color: #0088cc;
}
.fontRed {
	color: #FF0000;
}
.b {
	font-weight: 700;
}
#aiims-text {
	color: #2b6eaf;
    font-size: 17px;
   /* margin-top: 5px;*/
    position: absolute;
    top: 7px;
    left: 151px;
	font-weight:bold;
}
.lineH28
{
    line-height: 28px;	
}
.iconBg {
	position: absolute;
	top: 5px;
	left: 550px;
	z-index: -1;
}
.fontPurple {
	color: #90c;
}
strong {
	color: #0900F1;
}
.upcomingExam {
	float: right;
	font-size: 12px;
	color: #FF9600;
	font-weight: bold;
}
.menuContainer {
	width: 100%;
	background: url(images/linear_bg_2.png);
	background-repeat: repeat-x;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c8bcc), to(#2b6eaf));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #3c8bcc, #2b6eaf);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #3c8bcc, #2b6eaf);
	/* IE 10 */
	background: -ms-linear-gradient(top, #3c8bcc, #2b6eaf);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #3c8bcc, #2b6eaf);
	height: 35px;
	position: relative;
	z-index: 99999;
}
/* CSS for Top fixed Header*/	
	
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.tableheaderBg {
}
.tableheaderBg th {
	background: #2B81CE !important;
	color: #fff;
}

.ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}


.ul li {
    height: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    list-style-position: outside;
    
}

.heading2 {
    color: #fff;
    padding-top: 4px;
    margin-bottom: 10px;
      clear: both;
	    background: #2B81CE;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

.archiveBox{border: 1px dotted #042AD4;
    margin-bottom: 10px;
    width: 375px;
    float: left;
    margin-right: 8px;
    min-height: 237px;}
	
.subArchiveBox{border: 1px dotted #042AD4;
    margin-bottom: 10px;
    margin-right: 8px;
    min-height: 237px;}
	

h4.prospectusHeading{    background: #F1F1F1;
    color: #000;
    padding: 5px 5px;
    border: 1px dotted #ccc;
    font-size: 13px;}


.addressSection{}
.addressSection div {
    /*width: 527px;
    float: left;*/
    margin-right: 20px;
    border-right: 1px solid #000;
    padding-right: 27px;
}
.addressSection div:last-child{border-right:none;}
.addressSection div h3{font-size:14px; color:#fff; background: #2B81CE !important; padding-left: 8px;}

table.courseSection
{
	margin:20px 10px;	
}
table.courseSection thead tr th
{
	    background-color: #EFCE49;
		line-height:35px;
		box-shadow:8px -6px 0 #464545;
}
table.courseSection tbody tr td
{
 padding:3px;
 font-size:15px;
}
table.courseSection tbody tr td a
{
	color:#676869;
}
table.courseSection tbody tr td a:hover
{
	color:#c60;
}
table.courseSection tbody tr
{
border-bottom:1px solid #B7B2B2;	
}
table.courseSection tr td:first-child
{	
color:#037B03;
font-size: 15px;
background:#E6E6E6;
}
table.courseSection tbody tr td:nth-child(2n+3)
{
	background:#efefef;
}
table.courseSection thead tr th:nth-child(2n)
{
	background:#F7DB69;
}

.blue {
    color: Blue;
}

.lPanel {
    width: 212px;
    margin-top: 7px;
    font-size: 1.1em;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
}

.lPanel nav {
    width: auto;
    padding: 2px 0px;
    position: relative;
}

.lPanel nav h2 {
   width: auto;
    font-size: 1.2em;
    padding: 4px 3px 0px;
    height: 22px;
    border-radius: 2px;
    line-height: 18px;
}

.lPanel nav h2 {
    color: #fff;
    background: #2b6eaf;
}

.lPanel nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.lPanel nav ul li {
    border-bottom: solid 1px #d9d9d9;
    font-weight: bold;
    font-size: 12px;
}
.lPanel nav a {
    padding-top: 6px;
    padding-left: 3px;
    height: 19px;
    cursor: pointer !important;
    display: block;
	color: #2b6eaf;
}


.cPanel1 {
       width: 942px;
    float: left;
    margin-top: -2px;
    margin-left: 1px;
    border-top-left-radius: 0px !important;
}

.cPanel1 p {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #333;
    padding-left: 24px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: justify;
    padding-right: 10px;
    background: url(../Images/navArrow.gif) 6px 4px no-repeat;
}

.bgBlue {
    background-color: #dbf5ff;
}
.fontDarkRed {
    color: #710a0a;
}
.block {
    display: block;
}
.center {
    text-align: center !important;
}

.padB5 {
    padding-bottom: 5px;
}
.padT5 {
    padding-top: 5px;
}
.b {
    font-weight: bold !important;
}
.right {
    text-align: right !important;
}

.font11 {
    font-size: 11px;
}
.bgGrey {
    background-color: #f3f3f3;
}

dd {
    padding: 8px 15px;
}