@charset "utf-8";
/* CSS Document */

* {
	font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
}

/* ------------------------------- */ 

body {
	background-color: #e6e6e6;
}

.centered {
    margin: 0 auto;
}
.container {
    /*min-width: 1024px;*/
	/*max-width:1024px;*/
    min-width: 1170px;
	max-width:1170px;
    width: 85%;
	background:#fff;
	box-shadow: 0 2px 3px #333, 0 2px 2px #333;	
	padding:0px !important;
}
@media (max-width: 900px) {
  .container { 
	  min-width: 400px;
	  width: 100% ;
	  box-shadow: 0;
  }
}
@media (max-width: 400px) {
  .container { 
	  min-width: 320px; 
	  width: 100%
	}
}
/* --------------------------------------- */

/* ----------------topmenu---------------- */
#topmenu {
	margin-top:0;
	top:0;
	color:#B3B2B2;
	background:#333;
	width:100%;
	padding:6px;
	}
	
#topmenu a {
	color:#B3B2B2;
	text-decoration: none;
	font-size: 14px;
	}
@media (max-width: 900px) {
  #topmenu a{ font-size: 13px; }
}
@media (max-width: 400px) {
  #topmenu a { font-size: 12px; }
}

#topmenu a:hover {
	color:#fff;
	text-decoration: none;
	}
/* --------------------------------------- */
/* ----------------header---------------- */
header {
	 background-color:#800000;
	 font-weight:600;
	 color: #fff;
	 width:100%;
	 border-bottom:1px solid #670000;
	 border-top:1px solid #9a0000;
}
		
header img { 
	width: 100%;
	height:auto;
	}	
	
#header_img {
	display: block;
	}
	
#header_img_m {
	display: none;
	}
	
@media (max-width: 900px) {
}
@media (max-width: 400px) {
#header_img { display: none;}	
#header_img_m { display: block;}	
}

/* -------------end header---------------- */


.top_row_2 {
	padding: 0px;
	margin: 0;
	}
.top_row_2_grid {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	width: 49%; 
	}	

@media (max-width: 900px) {
  .top_row_2_grid { 
		width: 98%; 
		padding:6px;
	}
}



.content_row_2 {
	}
.content_row_2_grid {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	padding:10px;
	width: 49%; 
	}	

@media (max-width: 750px) {
  .content_row_2_grid { 
		width: 98%; 
		padding:6px;
	}

}



.content_row_3 {
	}
.content_row_3_grid {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	padding:10px;
	width: 32%; 
	}	

@media (max-width: 750px) {
  .content_row_3_grid { 
		width: 98%; 
		padding:6px;
	}

}


.content_row_4 {
	}
.content_row_4_grid {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	padding:10px;
	width: 32%; 
	}	

@media (max-width: 750px) {
  .content_row_4_grid { 
		width: 98%; 
		padding:6px;
	}

}


.content_row_head {
	text-align: center;
    background: #535252;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    width: 100%;
	letter-spacing: 0.5px;
}
.content_row_box {
    color: #000;
    overflow-y: scroll;
    max-height: 321px;
    min-height: 321px;
    width: 100%;
    padding: 5px;
    background: #F0F0F0;
    border-bottom: 2px solid #F0F0F0;
    border-left: 2px solid #F0F0F0;
    border-right: 2px solid #F0F0F0;
    text-align: justify;
    padding: 15px;
}

.content_row_box a{ color:#000;}
.date {
	color:#666;
	font-family:"Courier New", Courier, monospace;
	}	
		
.date:before {
	color:#666;
	font-family:"Courier New", Courier, monospace;
	content: " Date : "
	}
/* -------------footer---------------- */


.row_footer {
	background: #a1a0a0;
	color:#000;
	}
.row_footer_grid {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	width: 32.5%;
	padding:10px;
	}	

@media (max-width: 750px) {
  .row_footer_grid 
    { width: 98%; 
	padding:6px;
	border-bottom:1px solid #000;
	}

}
.heading{
	font-weight:700;
	font-size:1.5em;
	padding:10px;
	text-transform:uppercase;
	text-align: center;
	border-bottom: 2px solid #ccc;
	
}
.heading2{
	padding: 8px;
	background-color: rgba(204,216,229, 0.5);
	display: inline-block;
	border-radius: 5px;
	font-size:1.5em;
	width:100%;
	
}
.heading_main {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.row_footer_grid .heading {
	border-bottom:1px solid #000;
	padding-bottom:10px;
	text-align:left;
	font-size:25px; 
	font-weight:700; 
	}
@media (max-width: 900px) {
  .row_footer_grid .heading  { font-size: 20px; border-bottom: none;}
}
@media (max-width: 400px) {
  .row_footer_grid .heading  { font-size: 15px; border-bottom: none;}
}



/* ------------------------------------- */
.row_fluid {
	border-top:1px solid #605f5f;
	border-bottom:1px solid #2f2e2e;
	background:#403F3F;
	color:#B3B2B2;
	}
	
.row_fluid a{
	color:#B3B2B2;
	}
	
.row_fluid a:hover{
	color:#fff;
	}
	
.row_fluid a img{
	  opacity: 0.5; 
	}	
.row_fluid a img:hover{
	 opacity: 1; 
	}		



.quick_links {
	background:#403F3F;
	color:#B3B2B2;
	font-size:14px;
	border-bottom:#232323 solid 1px;
	border-top:#000 solid 1px;
	padding-top:20px;
	padding-bottom:20px;
	}


.qlink {
	text-align:center;
	max-width:200px;
	min-width:200px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
	font-size:14px;
	}
.qlink ul {
	list-style-type:none;}	
.qlink li {
	padding:2px;
	font-size:14px;
}
.qlink a {
	color:#B3B2B2;
	font-size:14px;
}
.qlink a b {
	color:#B3B2B2;
	font-size:14px;
}

.qlink a:hover { color:#fff;}

.qlink a b:hover { color:#fff;}

@media (max-width: 900px) {
	#left {
		text-align:center;
	}
	#right{
		text-align:center;
	}
	.qlink {
	min-width:300px;
	}
}

@media (max-width: 400px) {
 .qlink {
	text-align:center;
	min-width:300px;
	}
	.qlink a b {
	color:#B3B2B2;
	font-size:18px;
	}
	
	.qlink {
	margin-bottom:20px;
	}
}

/* ------------------------------------- */

footer {
	background-color:#800000;
	color: #fff;
	text-align: center;
	font-weight:600;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom:0;
	display:block;
	width:100%;
	border-bottom:1px solid #670000;
	border-top:1px solid #9a0000;

}
/* -------------end footer---------------- */

/* ------------- Section -------------------- */
section {
  background:#faf9f2;
  display: inline-block;
  margin: 0 auto;
  padding:0;
  vertical-align: top;
  width: 100%;
  padding:20px;
}
/* ---------------end Section---------------------- */

/* -------------article---------------- */
article {
	min-height: 500px;
	text-align:justify;
	padding:10px;
}

a {
	text-decoration:none;
	color:#004080;
	}
	
.underline:hover { text-decoration:underline;}

/* -------------End article---------------- */

/* ----------------submenu---------------- */
ul#submenu {
	margin:0px auto;
}

ul#submenu li {
	font-size:12px;
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#submenu li a {
	width:95%;
	text-align:center;
	padding:5px;
	color:#000;
	text-decoration:none;
	display:inline-block;
	background: #fff;
	border-bottom: 1px solid #000;
	 box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
}

ul#submenu li a:hover, ul#submenu li.active a, ul#submenu li.active span {
	background:#c0c0c0;
	color:#000;
	border-bottom: 1px solid #fff;
}

ul#submenu li:hover > a {
	background:#000;
	color:#fff;
}
/* --------------------------------------- */

a.active{
	color:gray;
	
}



/* ------------------Menu nav--------------------- */
nav {
  margin: 0  0;
  background-color: #800000;
  border-bottom:1px solid #670000;
  border-top:1px solid #9a0000;
}

/*
#menu_logo {
	display: block;
	padding: 0 12.5px;
	float: left;
	font-size:15.5px;
    font-weight: 700;
	line-height: 30px;
    color: #fff;
} */

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  float: left;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #800000;
  z-index: 2;
  border-right:1px solid #9a0000;
  border-left:1px solid #670000;
}

nav a {
  display: block;
  padding: 0 12.5px;
  color: #fff;
  font-size: 15.5px;
  font-weight:600;
  line-height: 30px;
  text-decoration: none;
}

nav ul li:hover { background: #4c0000  }

nav ul li ul li:hover { background: #4c0000  }

nav a:hover { background-color: #fff; color:#800000; }


nav ul ul {
  display: none;
  position: absolute;
  top: 30px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -30px;
  left: 219px;
}

nav li > a:after { content: ''; }

nav li > a:only-child:after { content: ''; }

 .toggle, [id^=drop] {
 display: none;
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 900px) {
/* #menu_logo {
	display: none;
} */

nav { margin: 0;
padding:0;}

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #800000;
  padding-left: 13px;
  color: #fff;
  font-size: 16px;
  font-weight:600;
  line-height: 28px;
  text-decoration: none;
  border: none;
}

nav a {
  line-height: 28px;
  font-size: 15.5px;
}

.toggle:hover { background-color: #fff; color:#800000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding-left: 40px; width:auto }

nav ul ul ul a { padding-left: 60px;  width:auto  }

nav a:hover {}
 nav ul ul ul a { background-color: #260000; color:#fff; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #4c0000;  color:#fff;  }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;

}
}
/* ---------------end nav--------------------- */


/* ---------------------start Gallery-------------------------- */		
	
div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 2px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
			padding: 6px;
			float: left;
			width: 10%;
			height:auto;
		}
		@media (max-width: 900px) {
		  .responsive { width: 24%; }
		}
		@media (max-width: 400px) {
		  .responsive { width: 48%; }
		}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/* --------------------end Gallery--------------------------- */	

/* -------------------- slider--------------------------- */	
	
		
.slider{
	  width:100%;
	  vertical-align:top;
	  display: inline-block;
	}

@keyframes slidy {
0% { left: 0%; }
10% { left: 0%; }
20% { left: -100%; }
30% { left: -100%; }
40% { left: -200%; }
50% { left: -200%; }
60% { left: -300%; }
70% { left: -300%; }
80% { left: -400%; }
100% { left: -400%; }
}

div#slider { overflow: hidden;}
div#slider figure img { width: 20%; float: left; }
div#slider figure {
	position:relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite;
}

.slider_links_bg {
	padding:2px;
	width: 200px;
	height:460px;
	background-color: #000;
	color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=60);
	position: absolute;
    z-index: 1;
	font-weight:600;
}
.slider_links {
	padding:5px;
	width: 200px;
	height:460px;
	color: #fff;
	position: absolute;
    z-index: 1;
	font-weight:600;
	text-transform:uppercase;
}

.slider_links  ul li{
	padding-top:5px;
	padding-bottom:5px;
	color: #fff;
}

.slider_links  a{
	color: #fff;
}

.slider_links  a:hover{
	color: #fff;
	text-decoration:none;
}


.slider_links_bg_m {
	display:none;
}
.slider_links_m {
	display:none;
}

@media (max-width: 900px) {
.slider_links_bg {
	display:none;
}
.slider_links {
	display:none;
}


.slider_links_m {
	padding:3px;
	display: block;
	width: 100%;
	color: #000;
	font-weight:600;
	background-color:#008080;
    
}
.slider_links_m  ul li{
	padding-top:4px;
	padding-bottom:4px;
	color: #fff;
}

.slider_links_m  a{
	color: #fff;}
}

/* --------------------end slider--------------------------- */



.row {
	color:#000;
	}
.row_grid {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	width: 32.9%;
	padding:10px;
	}	

@media (max-width: 750px) {
  .row_grid 
    { width: 98%; 
	padding:6px;}
}
.row_grid .heading {
	padding-bottom:10px;
	text-align:center;
	font-size:25px; 
	font-weight:700; 
	}
@media (max-width: 900px) {
  .row_grid .heading  { font-size: 20px; }
}
@media (max-width: 400px) {
  .row_grid .heading  { font-size: 15px; }

}



.authorities {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#000;
	font-weight:700; 
	}

.authorities_grid_2 {
	font-size:10px; 
	display: inline-block;
	margin: 0;
	vertical-align: top;
	text-align:center;
	width: 49%;
	padding:15px;
	font-size:14px;
	}	

.authorities_grid_3 {
	font-size:10px; 
	display: inline-block;
	margin: 0;
	vertical-align: top;
	text-align:center;
	width: 32%;
	padding:15px;
	font-size:14px;
	}	

.authorities_grid_2 img {
	border-radius: 50%;
	border:2px solid #000;
	width:50%;
	height:auto;
	}
	
.authorities_grid_2 .img_visitor {
	border-radius: 50%;
	border:2px solid #000;
	width:60%;
	height:auto;
	}

.authorities_grid_3 img {
	border-radius: 50%;
	border:2px solid #000;
	width:80%;
	height:auto;
	}

.authorities_grid_2 .heading {
	text-align:center;
	font-size:20px; 
	font-weight:600; 
	color:#000;
	}
.authorities_grid_3 .heading {
	text-align:center;
	font-size:20px; 
	font-weight:600; 
	color:#000;
	}

@media (max-width: 900px) {
  .authorities_grid_2 { font-size:12px; }
  .authorities_grid_3 { font-size:13px; }
  .authorities_grid_2 .heading  { font-size: 16px; }
  .authorities_grid_3 .heading  { font-size: 16px; }
  .authorities_grid_2 img {width:40%;}
  .authorities_grid_2 .img_visitor {width:50%;}
  .authorities_grid_3 img {width:60%;}
}
@media (max-width: 400px) {
  .authorities_grid_2 { 
	  padding:10px;
	  font-size:11px;
	  width: 49%;}
  .authorities_grid_3 { 
	  padding:10px;
	  font-size:11px;
	  width: 32%;}
  .authorities_grid_2 .heading  { font-size: 14px; }
  .authorities_grid_3 .heading  { font-size: 14px; }
  .authorities_grid_2 img {width:50%;}
  .authorities_grid_2 .img_visitor {width:60%;}
  .authorities_grid_3 img {width:70%;}	
}
.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  min-height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
  padding:10px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}



.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.bgcolor{
	color:#800000;
	padding:5px;
	font-size:1em;
	text-transform:uppercase;
	font-weight:600;
	font-stretch:semi-condensed;
	background:#eee;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #111;
}
table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box;
}
table.dataTable {
    width: 80%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
.table-bordered {
    border: 1px solid #ddd;
}

thead {
    background-color: #f1f1f1;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table.dataTable tbody td {
    padding: 8px 10px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table th{
	height:40px;
	
}

/* Hide scrollbar for Chrome, Safari and Opera */
.header::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.header {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  overflow:hidden;
}

.container-margin
{
	padding:0px 20px;
	
}
.red{
	color:#800000;
	
}
.flex{
	
	display:flex;
}

.redbutton{
	color:#fff;
	background:#800000;
	padding:8px 15px;
	margin:5px;
	border-radius:5px;
	
	text-decoration:none !important;
	
}
.redbutton:hover{
	color:#fff;
	background:#DF9324;
	text-decoration:none !important;
	
}

  
.redbutton:visited{color:#fff}

.flex a{
	width:100%;
	text-align:center;
	
}

.staff_photo{
	height:160px;
	width:160px;
	border-radius: 50%;
	border: 2px solid #aaa;
	
}

.card-1 span {
	font-weight:550;
	font-size:15px;
}

.content_row_box ul li{
	margin-top:5px;
	
}
.imp_links{
	display: flex;
    width: 100%;
    flex-direction: column;
    background: #ddddddab;
    text-align: center;
    margin: 20px 13px;
    border-radius: 5px;
	align-items:center;
	text-decoration:none !important;
}

.imp_links span.redbutton{
	
	width:100%;
	position:relative;
	bottom:0;
	font-size:.8em;
}


.imp_links_img{
	height:auto;
	width:80%;
	
}

.flex-container {
  display: flex;
  flex-direction: row;
}


.column{
	width:360px;
	margin:20px 0px;
	
}

.caption{
	background:#ddd;
	padding:10px;
	border-radius:10px;
	font-weight:700;
	
}
@media (max-width: 800px) {
  .flex-container {
	flex-direction:column;
  }
  .column{
	width:99%;
  }
}
