.lang{
}
.lang ul{
	list-style-type: none;
	float: center;
}
.lang ul li{
	display: inline;
	padding: 5px;
	text-align: right;
}
.lang ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;

}
/* .top{
	margin-top: 20px;
} */

body {margin:0;font-family:Arial}

.topnav {
  overflow: hidden;
  background-color: #336699;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #6A0603;
  color: white;
}

.dropdown-content a:hover {
  background-color: #6A0603;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.news_flex{
	height: 27px;
	margin: 10px 0px 12px 0px;
	border: 1px solid #cccccc;
	width: 100%;
	background-color: #dddddd;
	color: #DF1011;
}
*{box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */


.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px;
  }
    .tabcontent p{
                 height: 100%;
                 font-size: 10px;


  }
}
.icon-bar {
  position: fixed;
  z-index: 999;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}


.youtube {
  background: #bb0000;
  color: white;
}

.Introduction p{
	margin-top: 20px;
	font-size: 15px;
}
.head_members{
	width: 100%;
	height: 100%;
	padding: 5px;
}
.col-md-6f_member{
	padding-bottom: 10px;
}
.col-md-6 .f_member img{
	height: 100px;
	width: 100px;
}
.gallery{
	width: 100%;
	height: 100%;
	background-color: #dddd;
}
.gallary .fa-file-image-o{
	text-align: center;
}
.g_images img{
	padding: 20px 10px 20px 20px;
	height: 45%;
	width: 100%;

}
.g_information{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.g_images h5 a{
	padding: 20px 10px 20px 30px;
}
.icon-bar1 {
  position: fixed;
  z-index: 999;
  top: 60%;
  right: 0;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar1 a:hover {
  background-color: #000;
}

.phone {
  background: #3B5998;
  color: white;
  border-radius: 50%;
}
.notice{
	width: 100%;
	height: 30px;
	background-color: #7E1B16;
	color: #fff;
	text-align: center;
	font-weight: 15px;
	padding: 5px;
}
.notice_list ul{
  list-style-type: none;
}
.notice_list ul li{
	padding: 5px;
}
.notice_list ul li a{
	text-decoration: none;
	}
.notice_publish{
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}
.download_list ul{
 list-style-type: none;
}
.download_list ul li{
	padding: 7px;
	border-bottom: 1px dotted #ddd;
}
.download_list ul li a{
	text-decoration: none;
}
footer{
	background-color: #f3c3c8;
	width: 100%;

	border: 2px solid #dddddd;
	box-shadow: 5px 0px 10px 0px #dddddd;
}
.address h4{
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 15px;

}
.address_detail{
	border: 1px dotted #ddd;
	padding: 10px;
	text-align: left;
	margin: 5px 5px 5px 5px;
	font-size: 12px;
}
.address_detail1{
	padding: 10px;
}
.table_content tr td{
	width: 100%;
	padding: 5px;
	font-size: 14px;

}
.address_detail h6{
	font-size: 14px;
}
.address_content p a{
	padding: 10px;
	text-decoration: none;
	margin-top: 10px;
}
.header_list ul {
	list-style-type: none;
	padding-top: 20px;
}

.header_list ul li{
	padding: 5px;
}
.copyright_info{
	background-color: #fff;
	width: 100%;
	height: 30px;
}
.copyright_info p{
	text-align: center;
	color: blue;
}
.intro{
	width: 100%;
	height: 45px;
	background-color: #BD2921;
	padding: px;
}
.intro p{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
  padding-top: 10px;
}
* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 100%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;

  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;

}
.col-md-3 img{
  margin-top: 20px;
  padding: 10px;
  width: 200px;
  height: 200px;

}
.hierarchy{
  width: 100px;
  height: 100px;
  margin-left: 40px;

}
.c_charter{
  border: 1px solid #7F7F7F;
}
.c_charter img{
  text-align: center;

  width: 100%;
  height: auto;
}
.activities_detail{
  list-style-type: none;
}
.activities_detail ul li{
  border-bottom: 1px solid #ddd;
}
.activities{
  margin-top: 10px;
  border: 1px solid #dddddd;
  padding: 10px;
}
.activities ul{
  margin-top: 10px;

}
.activities ul li a{
padding: 10px;
}
.procedures{
  width: 100%;
}
.img-responsive {
    display: block;
    height: auto;
}
.pull-left {
    float: left!important;
}
.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%;
}
.gov-logo {
    margin: 40px -100px 12px 10px;
}
img {
    padding-top: 2px;
}
img {
    vertical-align: middle;
}
body {
    font-family: 'Viga', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10pt;
    line-height: 24px;
    color: #404040;
    background: #fff;
}
@media (max-width: 767px)
.visible-xs {
    display: block!important;
}
