/*
Template Name: Modern Business
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(featured_slide.css);

body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#605B5B;
	background-color:#D0D0D0;
	}

img{display:block; margin:0; padding:0; border:none;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart{list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}

a{outline:none; text-decoration:none; color:#FF9900; background-color:#FFFFFF;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #C7C5C8; padding:5px;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 15px 0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	}

.col1, .col1 a{color:#AAAAAA; background-color:#FFFFFF;}
.col2{color:#333333; background-color:#373E46; border-bottom:1px solid #D5D5D5;}
.col3{color:#666666; background-color:#6A737C; padding:20px 0;}
.col4{color:#666666; background-color:#FFFFFF; border-top:1px solid #D5D5D5; border-bottom:1px solid #D5D5D5;}
.col5{color:#666666; background-color:#E9E9E9;}
.col5 a{color:#999999; background-color:#E9E9E9;}
.col6, .col6 a{color:#605B5B; background-color:#D0D0D0;}
.col7{color:#666666; background-color:#FFFFFF; padding:20px 0;}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topbar, #breadcrumb, #featured_intro, #latest, .container, #footer, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:2px 0 20px 0;
	}

#header .fl_left{
	display:block;
	float:left;
	margin-top:7px;
	overflow:hidden;
	}

#header .fl_right{
	display:block;
	float:right;
	width:468px;
	height:60px;
	margin-top:21px;
	overflow:hidden;
	}

#header h1, #header p, #header ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}

#header h1 a{
	font-size:46px;
	color:#AAAAAA;
	background-color:#FFFFFF;
	}

#header .fl_left p{
	margin-top:5px;
	}

/* ----------------------------------------------Topbar-------------------------------------*/

#topbar{
	padding:20px 0;
	z-index:1000;
	}

#topbar #search{
	display:block;
	float:right;
	margin:0;
	padding:0;
	overflow:hidden;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Featured Intro-------------------------------------*/

#featured_intro{
	margin-top:20px;
	color:#666666;
	background-color:#FFFFFF;
	}

#featured_intro div{
	padding:10px 15px;
	}

#featured_intro div p{
	margin:0;
	padding:0;
	line-height:2em;
	text-align:justify;
	}

/* ----------------------------------------------Homepage Latest-------------------------------------*/

#latest{
	padding:30px 0;
	}

#latest ul, #latest p{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}

#latest h2{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px dotted #C7C5C8;
	}

#latest li{
	display:block;
	float:left;
	width:300px;
	margin:0 30px 0 0;
	padding:0;
	}

#latest li.last{margin-right:0;}

#latest li p.imgholder{
	display:block;
	width:290px;
	height:100px;
	margin:0 0 15px 0;
	padding:4px;
	border:1px solid #C7C5C8;
	}

#latest a{
	font-weight:bold;
	}

/* ----------------------------------------------Content-------------------------------------*/

.container{
	padding:20px 0;
	}

.content{
	display:block;
	float:left;
	width:630px;
}
.content p {
	text-align:justify;
	line-height:23px;
}
.content h1 {
	color:#005a8e !important;
}
.content h2 {
	color:#00a2ff !important;
	font-size:16px !important;
	font-weight:bold !important;
}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;}
#comments .commentlist li.comment_odd a{color:#FF9900; background-color:#F7F7F7;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#FF9900; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

.column{
	display:block;
	float:right;
	width:270px;
	}

.column .holder{
	display:block;
	width:260px;
	margin-bottom:20px;
	padding-left:10px;
	}

/* Sponsors Block */

.column .sponsors{
	display:block;
	width:270px;
	margin-bottom:20px;
	}

.column .sponsors h2{
	margin:0 0 15px 10px;
	padding:0;
	}

.column .sponsors .b_125 ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.column .sponsors .b_125 li{
	float:right;
	margin:0 0 10px 10px;
	}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:20px 0;
	}

#footer h2, #footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}

#footer p{
	line-height:1.6em;
	}

#footer h2{
	color:#666666;
	background-color:#E9E9E9;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	}

#footer li{
	margin-bottom:5px;
	}

#footer .footbox{
	display:block;
	float:left;
	width:200px;
	margin:0 20px 0 0;
	padding:0;
	text-align:justify;
	}

#footer .thumbbox{
	display:block;
	float:right;
	width:300px;
	}

#footer .thumbbox ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#footer .thumbbox li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	padding:4px;
	border:1px solid #D0D0D0;
	}

#footer .thumbbox li.last{margin-right:0;}

#footer .last{
	margin:0;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	padding:15px 0;
	}

#copyright p{
	margin:0;
	padding:0;
}
.logo {
	background-image:url(../images/logo.png);
	width:600px;
	height:110px;
	float:left;	
	background-repeat:no-repeat;
}
/*light box nav starts*/

.light_box {
	width:1000px !important;
	margin:0px;
	height:auto;
	float:left !important;
	margin:0px 0px 0px 30px;
	overflow:hidden;
	background:none;
}
.light_box_2 {
	width:212px;
	height:170px !important;
	float:left;
	overflow:hidden;
	padding-top:5px;
	background:none;
}
.light_box_3 {
	width:212px;
	float:left;
	overflow:hidden;
	padding-top:0px;
	margin-top:0px;
	background:none;
}
.light_box_3 p {
	text-align:left;
	padding-left:28px !important;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	float:left;
}
.light_box_4 {
	width:190px;
	height:210px;
	float:left;
	overflow:hidden;
	background:none;
	margin-top:10px;
}

/*light box nav end*/

.photos {
	float:left;
	 width:125px; 
	 height:166px; 
	 border:solid 2px #999999; 
	 padding:2px;	
	 margin:55px;
}
.text {
	text-align:justify;
	line-height:23px;	
}

/*scroll menu nav starts*/

.accordian {
	width: 1000px;
	margin: 20px 0 20px 0px;
}
.accordian li {
	list-style-type: none;
	padding: 0 5px;
	line-height:23px;
	margin:15px 0 15px 0;
	text-align:justify;
}	
.even, .odd {
	font-weight: bold;
	height: 27px;
	padding-top: 3px;
	padding-left: 10px;
}
.odd {
	border: 1px solid #d8d8d8;
	background-color: #ececec;
}
.even {
	border: 1px solid black;
	background: #333;
	color: white;
}


/*collaps menu nav css script start*/

.normalLineText {
	text-decoration: none;
	color: black;
	font-size: 10pt;
	font-weight:normal;
	line-height: 15pt;
}
.infoText {
	text-decoration: none;
	color: black;
	font-size: 11pt;
	font-weight:normal;
}
.plainText{
	text-decoration: none;
	color: black;
	font-size: 14pt;
	font-weight:normal;
}
.plainHeader {
	font-family: Arial;
	font-size: 16pt;
	font-weight: normal;
}
.normalHeader {
	text-decoration: none;
	color: #333333;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
}

.normalSmallText {
	text-decoration: none;
	color: #333333;
	font-family: Arial;
	font-size: 9pt;
	font-weight:normal;
	line-height: 25px;
}
.normalBlueText {
	text-decoration: none;
	color: #0099FF;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight:normal;
}

.top-border-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;	
}
.bottom-border-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5D5AA;
}
.left-border-line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.right-border-line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8E5345;
}
.colorOrange{
	color: #F1585A;
}
.colorGreen{
	color: green;
}
.colorBlue{
	color: #0099FF;
}
.colorGrey{
	color: #FFFFFF;
}
.colorYellow {
	color: #FFFF00;
}
#container {
	margin-top:1px;
	margin-right:0px;
	text-align: center;
	width:920px;
	background-color: #FFFFFF;
	border:1px;
	border-color: #8E5345;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
}
#boxcontainer {
	margin-top:1px;
	margin-right:0px;
	text-align: center;
	width:200px;
	background-color: #FFFFFF;
	border:1px;
	border-color: #C0C0C0;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
}
.proposed {color:#039;  font-size:16px; font-weight:bold; text-decoration:blink; font-family:Verdana, Geneva, sans-serif;}
.pro123 {color:#039;  font-size:18px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; text-decoration:underline;}

.layer1 {
margin: margin-left:5px;;
padding: 0;
width: 700px;
}

/*collaps menu nav css script start*/


.home_page_bottom_menu {
	width:100%;
	height:30px;	
	padding:0;
	background-color:#373e46;
}
.home_page_bottom_menu ul {
	margin:0;
	padding:0;
}
.home_page_bottom_menu ul li {
	display:inline;
	padding:0 28px;	
	text-transform:uppercase;
}
.home_page_bottom_menu ul li a {
	color:#fff;
	background-color:#373e46;
}
.home_page_bottom_menu ul li a:hover {
	color:#999999;
}
.homepage_footer_content {
	width:96.5%;
	margin:0;
	height:auto;
	text-align:center;
	float:left;
}
.homepage_footer_content .left {
	width:25%;
	box-shadow: 0px 0px 10px #888888;
	background-color:#FFF;
	float:left;
}
.homepage_footer_content .middle {
	width:39%;
	float:left;
	margin:0 5.5px;
	box-shadow: 0px 0px 10px #888888;
	background-color:#FFF;
	
}
.homepage_footer_content .right {
	width:25%;
	float:right;
	box-shadow: 0px 0px 10px #888888;
	background-color:#FFF;
	
}
.homepage_footer_content h2 {
	text-align:center;
	font-size:14px !important;
	font-weight:bold !important;
	color:#464646;	
}
.homepage_footer_content .middle .thumbbox{
	display:block;
	width:89%;
	margin-left:4%;
}

.homepage_footer_content .middle .thumbbox ul{
	margin:0;
	padding:0;
	list-style:none;
}
	
.homepage_footer_content .middle .thumbbox li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	padding:4px;
	border:1px solid #D0D0D0;
}
.vision {
	width:40%;
	float:left;	
	color:#464646;
}
.mission {
	width:40%;
	float:right;
	color:#464646;
}


/* Style tab links added on 12-06-2020 */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 17px;
  width: 16.66%;
}
.tablink:hover {
  background-color: #070000;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 35px 150px;
  height: 100%;
}
#ISEMESTER {background-color: #F8F6F6;}
#IISEMESTER {background-color: #F8F6F6;}
#IIISEMESTER {background-color: #F8F6F6;}
#IVSEMESTER {background-color: #F8F6F6;}
#VSEMESTER {background-color: #F8F6F6;}
#VISEMESTER {background-color: #F8F6F6;}

/* Style tab links added on 12-06-2020 */
.subtablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 15px;
  width: 20%;
}
.subtablink:hover {
  background-color: #070000;
}

/* Style the tab content (and add height:100% for full page content) */
.subtabcontent {
  color: black;
  display: none;
  padding: 40px 150px;
  height: 100%;
}
#LAWOFTORTS {background-color: #F8F6F6;}
#CONTRACTI {background-color: #F8F6F6;}
#FAMILYLAW {background-color: #F8F6F6;}
#INDIANPENALCODE {background-color: #F8F6F6;}
#CONSTITUTIONLAW {background-color: #F8F6F6;}

/* Style the pdf link */
.container_pdf{
  padding: 30px;
  }
