body {
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
}
a:hover
{
	text-decoration:none;
	color:c41213;
}
#top_header
{
	background-color:#c41213;
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
}
.para
{
	font-weight:bold;
	line-height:2;
}
.logo{
	float:left;
	margin-top: 1.25em;
	width:100%;
}
.verification
{	
	float:left;
}
.verification input[type="text"]
{
	padding:5px 10px;
	border:none;		
	font-size:14px;
	background-color:none;
}
.verification input[type="button"]
{
	font-size:15px;
	text-align:center;
	border:1px solid #dd1617;
	background-color:#c41213;
	color:#fff;
	font-size:14px;
	padding:5px;
	transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
}
.verification input[type="button"]:hover
{
	border:1px solid #fff;
	color:#fff;
	transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
}
.login
{
	float:right;
	text-align:center;
	border:1px solid #dd1617;
	transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
}
.login:hover
{
	border:1px solid #fff;
	transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: linear;
}
.login a
{
	float:left;
	color:#FFF;
	text-align:centerl
	font-weight:lighter;
	font-size:14px;
	padding:5px;
	text-decoration:none;
}
.phone_no
{
	float:right;
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	width:900px;
}
       
.college_name
{
	width:80%;
	float:left;
	text-align:center;
	color:#c41213;
}
/* start header */

.college_name h2, .college_name h3
{
	letter-spacing:2px;
}

/* start slider */
.slider_bg{
	background: url('../images/slider.html');
}
.slider_left{
	width: 48%;
	margin: 6% 0 0 6%;
}
.slider_right{
	width: 50%;
}
.slider_right form{
	margin-top: 4%;
}
.slider_right form input[type="button"]{
	font-size: 14px;
	color: #ffffff;
	background: #c41213;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-appearance:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.slider_right form input[type="button"]:hover{
	background: #ffffff;
	color:  #c41213;	
}
.slider_right form input[type="button"].left{
	margin-left: 4%;
}


/***********************************************************************************************************************/
#menu
{
	background-color:#000;
	width:100%;
	
}

.navbar {
	position: relative;	
	border: none;
	background: none;
	
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 0;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	color: #FFF;
  	background-color:#c41213;
  	
}

.navbar-default .navbar-nav > li > a 
{
	padding-bottom:15px;
  	padding-top:15px;  	
  	font-style:normal;
  	text-decoration: none;
  	color: #fff;  	 	
  	transition-property: background;
  	transition-duration: 0.5s;
  	transition-timing-function: linear;
  	
}

.navbar-default .navbar-nav > li > a.active 
{
	color: #FFF;
  	background-color:#c41213;
}

.nav li {
	margin: 0px;
	float:left;
}
.nav > li > a {
	font-size: 14px;
	padding: 0px;
	font-weight: lighter;
}
/***********************************************************************************************************************/

#banner
{
	width:100%;
	background-image:url(../images/slider_bg.html);
	background-repeat:no-repeat;
	float:left;
}

#banner_left
{
	float:left;
	width:75%;
}

#banner_right
{
	float:right;
	width:25%;
}
.da-slide
{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
	float:left;
}
.da-slide-toleft h2{
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}

#content
{
	width:100%;
	background-color:#FFF;
}
#info_content h2
{
	/*line-height:60px;*/
	color:#000;
	font-weight:500;
	text-align:left;
	margin:0 auto;
	line-height:60px;
	text-transform:uppercase;
}

#info_content span
{
	color:#c41213;
	text-transform:uppercase;
}

#info_content p
{
	line-height:40px;
	text-align:justify;
}
#info_placement
{
	color:#fff;
	font-weight:500;
	text-align:left;
	margin:0 auto;
	line-height:60px;
}
#info_placement ul
{
	color:#fff;
}
#info_placement ul li
{
	color:#fff;
	line-height:2.5;
}
#about_info_content
{
	margin-top:5%;
	margin-bottom:5%;
}

#about_info_content h2
{
	line-height:60px;
	color:#000;
}

#about_info_content h4
{
	line-height:30px;
	color:#000;
	text-align:justify;
}

#about_info_content span
{
	color:#c41213;
	text-transform:uppercase;
}

#about_info_content p
{
	line-height:40px;
	text-align:justify;
}

#about_info_content_right h4, #about_info_content_right h5
{
	text-align:center;
	font-weight:bold;
}
#about_info_content_right p
{
	text-align:center;
	line-height:normal;
}
#about_info_content ul
{
	padding-left:0;
}
#about_info_content ul li
{
	list-style:none;
	text-align:left;
	line-height:1.2;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	background-color:#e8e8e8;
}
#readmore
{
	border:1px solid #999;
	color:#c41213;
	padding-top:1%;
	padding-bottom:1%;
	padding-left:2%;
	padding-right:2%;
	float:right;
	text-align:center;	 	
}
#highlights, #news
{
	/*margin-top:10%;*/
	border:1px solid #c41213;	
}

#highlights h2, #news h2
{
	font-weight:500;
	text-align:center;
	color:#FF2424;
	background-color:#000;
	margin:0 auto;
	line-height:60px;
	text-transform:uppercase;	
}
#highlights ul, , #news ul
{
	float:left;
	width:100%;
	margin-bottom:40px;
	list-style-position: inside;
    padding-left:0;
}

#highlights ul li, #news ul li
{
	float:left;
	line-height:2.2;
	width:100%;

	border-bottom:1px dashed #c41213;
	list-style: outside none none;
	margin-left: 0;
	padding: 0;    
}
#highlights ul li:last-child, #news ul li:last-child 
{ 
    border-bottom:none; 
} 
.highlights_list 
{
	padding-left:10px;
	width:96%;
	/*overflow:auto;
	height:270px;*/
}
.news_content
{
	width:90%;
	margin:0 auto;
	text-align:justify;
}
.news_content p img
{
	width:15%;
}
.news_content p 
{
	color:#000;
	border-bottom:1px dashed #c41213;
}
.news_content p:last-child
{
	border-bottom:none;
}
.placment
{
	border:5px solid #e73c3d;
}
#buttons
{
	margin:0 auto;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.content_home
{
	background-color:#c41213;
	padding-top:2%;
	padding-bottom:2%;
	margin-top:6%;
}

#contact_form
{
	width:100%;
	background-color:#fff;
	float:left;
	padding-top:1%;
	padding-bottom:1%;
	border:5px solid #e73c3d;
}
#contact_form h2
{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#c41213;
	font-weight:bold;
}
#contact_form h3
{
	padding-bottom:5px;
	text-align:center;
	color:#333;
	font-weight:500;
}
#contact_form h3 a
{
	padding-bottom:5px;
	text-align:center;
	color:#000;
	font-weight:lighter;
}
#contact_form h4
{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#c41213;
	font-weight:bold;
}
#contact_form h5
{
	width:90%;
	margin:0 auto;
	line-height:2;
	padding-bottom:2%;
	text-align:center;
}
#contact_form input[type="text"], #contact_form select
{
	width: 100%;
	float:left;
	color: #000;
	font-size: 16px;
	padding: 7px 10px;
	border: none;
	outline: none;
	margin: 0px 0px 0px 0px;
	background: #FFF;
	margin-bottom:14px;
	border:1px solid #CCC;
}
#contact_form textarea
{
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 7px 10px;
	border: none;
	outline: none;
	margin: 0 0px 15px 0;
	background: #FFF;
	margin-bottom:16px;
	border:1px solid #CCC;
}

#contact_form input[type="submit"], #contact_form input[type="reset"], #contact_form input[type="button"]
{
	width: 45%;
	margin-right:2%;
	margin-left:2%;
	margin-top:2%;
	margin-bottom:5%;
	color: #FFF;
	background-color:#c41213;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;	
	border: none;	
	transition-property: background;
  	transition-duration: 0.5s;
  	transition-timing-function: linear;
	cursor:pointer;
}

#contact_form input[type="submit"]:hover, #contact_form input[type="reset"]:hover, #contact_form input[type="button"]:hover
{
	color:#FFF;
	background-color:#000;
}

#keepintouch
{
	width:100%;
	padding-top:5%;
	padding-bottom:5%;
	background-image:url(../images/bg01.jpg);
	background-size:cover;
	float:left;
	margin-top:0%;
}

#keepintouch h2
{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-weight:300;
	font-size:3em;
	line-height:1em;
	letter-spacing:4px;
	font-weight:lighter;
}
#contact_content
{
	width:100%;
	margin-top:5%;
	text-align:center;
	color:#000;
	float:left;
}
#centre_content
{
	width:100%;
	margin-top:0%;
	text-align:left;
	color:#000;
}
#centre_content h4
{
	letter-spacing:none;
	line-height:normal;
	color:#c41213;
}
#centre_content h4
{
	letter-spacing:none;
	line-height:normal;
}
#centre_content_info h4
{
	font-size:20px;
	text-align:left;
	font-weight:700;
	line-height:1.4em;	
	font-weight:bold;
	color:#333;
	width:100%;
}
#centre_content_info h5
{
	font-size:16px;
	text-align:left;
	font-weight:lighter;
	line-height:1.4em;
	float:left;
	width:100%;
	color:#333;
	margin-top:0%;
}
#centre_content_info h5 a
{
	color:#333;
	text-decoration:none;
}
address
{
	background-color:#f8f8f8;
	border:1px solid #c41213;
	padding:1%;
	width:100%;
}
address h3
{
	font-size:22px;
	text-align:left;
	font-style:normal;
	
	color:#3B3B3B;
}
address h4
{
	font-size:20px;
	text-align:left;
	font-style:normal;
	font-weight:700;
	line-height:1em;
	text-transform:uppercase;
	padding-bottom:0px;
}
address h5
{
	font-size:19px;	
	text-align:left;
	font-style:normal;
	font-weight:lighter;
	line-height:1.5em;
	float:left;
	width:60%;
	color:#222;
	margin-top:0%;
}
address h5 a
{
	text-decoration:none;
	color:#222;
}
#address_content
{
	width:100%;
	margin-top:0%;
	margin-bottom:0%;
}
#address_img
{
	float:left;
	width:10%;
	margin-right:5%;
}
#red_strip
{
	background-color:#c41213;
	width:100%;
	float:left;
	margin-top:4%;
	height:5px;
}
#footer
{
	background-color:#272727;
	color:#FFF;
	width:100%;
	float:left;
	padding-bottom:0.5%;
	padding-top:1%;
}
#footer_content
{
	float:left;
	margin:40px 0px;
	margin-right:0px;
	color:#999;
}
#footer_content h3
{
	margin-top:0;
}
#footer_content ul
{
	list-style:none;
	padding-left:0;
}
#footer_content ul li
{
	font-size:1em;
	line-height:2em;
	font-weight:lighter;
}
#footer_content li a
{
	color:#999;
}
#footer_content li a:hover
{
	color:#fff;
}
#login_id
{
	width:80%;	
	margin:0 auto;
	padding:2%;
}
#login_img
{
	width:30%;	
	margin:0 auto;
	padding:3%;
}
#login_id input[type="text"], #login_id input[type="password"]
{
	width:100%;
	font-size:14px;
	padding:3%;
	margin-top:1%;
	margin-bottom:5%;
}
#login_id input[type="submit"], #login_id input[type="reset"]
{
	width: 100%;	
	margin-top:2%;
	margin-bottom:5%;
	color: #FFF;
	background-color:#c41213;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;	
	border: none;	
	transition-property: background;
  	transition-duration: 0.5s;
  	transition-timing-function: linear;
	cursor:pointer;
}
#login_id input[type="submit"]:hover, #login_id input[type="reset"]:hover
{
	color:#FFF;
	background-color:#000;
}
table td, table tr
{
	padding:15px;
	font-weight:600;
}
.select_course
{
	font-size:12px;
}
/*************************************/
.note
{
	width:100%;
	text-align:center;
	font-size:18px;
	background-color:#c41213;

	padding-top:1%;
	padding-bottom:1%;
	font-weight:bold;
	
	animation-name: color_change;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@-webkit-keyframes color_change {
	from { color: #000; }
	to { color: #fff; }
}
@-moz-keyframes color_change {
	from { color: #000; }
	to { color: #fff; }
}
@-ms-keyframes color_change {
	from { color: #000; }
	to { color: #fff; }
}
@-o-keyframes color_change {
	from { color: #000; }
	to { color: #fff; }
}
@keyframes color_change {
	from { color: #000; }
	to { color: #fff; }
}

form
{
	width:96%;
	margin:0 auto;
}
.director_content h2
{
	font-weight:bold;
	color:#000;
}
.courses-content
{
	border:1px solid #333;
	display:inline-block;
	border-radius:10px;
	margin-left:0.4%;
	margin-right:0.3%;
	margin-bottom:1%;
	/*height:530px;*/
	clear:both;
	top:0;
	vertical-align:top;
}
.courses-content h3
{
	text-align:center;
	background-color:#333;
	color:#FFF;
	margin: 0;
	border-radius: 10px 10px 00px 0px;
	padding: 5px 10px;
	font-size:16px;
	font-weight:bold;
	height:70px;
	line-height:2;
}
.courses-content p
{
	text-align:left;
	padding:10px 10px;
	line-height:2;
	margin:0;
	border-bottom:1px solid #333;
}
.courses-content p:last-child
{
	border-bottom:none;
}
.courses-image
{
	text-align:center;
	width:50%;
	margin:0 auto;
}
/********************* Alert Box ********************************
#dialogoverlay
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(20, 20, 20, 0.8);
	
	width: 100%;
	height:100%;
	z-index: 10;
}
#dialogbox{
	display: none;
	position: fixed;
	border-radius:10px;
	background-color:#fff;
	width:40%;
	z-index: 10;
}
#dialogbox > div{ background:#FFF; margin:8px; }
#dialogbox > div > #dialogboxhead{ font-size:19px; padding:10px; color:#333; text-align:center;}
#dialogbox > div > #dialogboxbody{ padding:20px; color:#333;  text-align:center;}
#dialogbox > div > #dialogboxfoot{ padding:10px; text-align:center; width:100%; }

//****************************************************************************//
.how-to-apply ul
{
	
}
.how-to-apply ul li
{
	list-style:disc;
	float:left;
	width:100%;
}
.distance_left
{
	float:left;
	vertical-align:middle;
}
.distance_right
{
	float:left;
	margin-left:10px;
	vertical-align:middle;
}