.inner_body_section .navbar-area {
  position: relative;
}
.cler {
  height: 10px;
  clear: both;
  width: 100%;
}
.clear {
  height: 20px;
  clear: both;
  width: 100%;
}
.sidebar_notice_box
{
	box-shadow:none;
}
.sidebar_notice_box .event-content h3 a {
  color: #000;
  font-size: 18px;
}

.panel-default {
    border-color: #ddd !important;
}
.panel {
    margin-bottom: 20px;
    background-color: 
#fff;
border: 1px solid
transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px
    rgba(0,0,0,.05);
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: 
    #ddd;
}
.mypanel {
    background: 
#194596 !important;
color:
    #fff !important;
    font-size: 19px;
    text-transform: capitalize;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid 
    transparent;
        border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


ul, ol {

    list-style: none;
    margin: 0;
    padding: 0;

}
ul.panelss li:not(:last-child) {
    border-bottom: 1px solid 
    #ccc;
}
.p-10 {
    padding: 10px !important;
}
.gallery_main_div img
{width:100%;
height:auto;}


.innercontbdrsec {
	padding: 30px;
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(105,105,105,.5);
	-moz-box-shadow: 2px 2px 15px 0px rgba(105,105,105,.5);
	box-shadow: 2px 2px 15px 0px rgba(105,105,105,.5);
	border-top: 5px solid #20B3FF;
}
.sglenoticesec {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #CCCCCC;
	padding: 15px 0;
	padding-left: 0px;
	background: url(../images/document.png) no-repeat left 15px;
	padding-left: 55px;
}
.sglenoticesec h2 {
	font-size: 19px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 8px;
}
.sglenoticesec p {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
.innercontbdrsec a.clickhere {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	background: #20B3FF;
	line-height: 40px;
	display: block;
	float: left;
	padding: 0 15px;
	margin-top: 10px;
}
.innercontbdrsec h3 {
	text-transform: capitalize;
	color: #1C1C1C;
	padding-bottom: 20px;
	background: url(../images/line.jpg) no-repeat left bottom;
	margin-bottom: 15px;
}

ul.departlinksec li img.deptnoimage {
    height: 50px;
}
ul.departlinksec li img {
    width: 42px;
    height: auto;
    float: left;
    margin-right: 15px;
    border: 1px solid #333;
}
ul.departlinksec li a {
    color: #0492DC;
}
ul.departlinksec li {
    list-style-type: none;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    padding: 10px 0;
    overflow: hidden;
}
ul.departlinksec li h6 {
    color: #4b4b4b;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 0 0 8px 0;
}
.attachment-department-thumb {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    background: #fff;
    padding: 5px;
    border: 1px solid #999;
    width: 15%;
    height: auto;
}



/* ------------------------------------
    33. Rs Gallery
---------------------------------------*/
.rs-gallery .gallery-item {
  position: relative;
}
.rs-gallery .gallery-item .gallery-desc {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rs-gallery .gallery-item .gallery-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 1;
}
.rs-gallery .gallery-item .gallery-desc h3 a {
  color: #ffffff;
}
.rs-gallery .gallery-item .gallery-desc p {
  color: #e1e1e1;
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.rs-gallery .gallery-item .gallery-desc .image-popup {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #ff3115;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-gallery .gallery-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.rs-gallery .gallery-item:hover:before {
  opacity: 1;
}
.rs-gallery .gallery-item:hover h3,
.rs-gallery .gallery-item:hover p,
.rs-gallery .gallery-item:hover .image-popup {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.rs-gallery .row {
  margin-bottom: 30px;
}
.rs-gallery-section .single-gallery {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rs-gallery-section .single-gallery:after {
  content: "";
  width: 80%;
  height: 80%;
  background: #92278f;
  position: absolute;
  top: 10%;
  left: 10%;
  display: block;
  overflow: hidden;
  opacity: 0.8;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.rs-gallery-section .single-gallery .popup-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rs-gallery-section .single-gallery .popup-icon a {
  font-size: 20px;
  display: inline-block;
  margin: 0 8px;
  color: #fff;
}
.rs-gallery-section .single-gallery:hover:after {
  opacity: 0.8;
  visibility: visible;
  transform: scale(1);
}
.rs-gallery-section .single-gallery:hover .popup-icon {
  opacity: 1;
  visibility: visible;
}

.staff_inner_box
{
    margin-bottom: 1.5rem;
}

.staff_img_box img
{
    width: 100%;
}
.staff_inner_box .staff_content_box
{
    text-align: center;

font-size: 14px;
color: #212121;
padding: 5px;
margin-top: 0;
margin-bottom: 0;
background-color: #FFB800;
font-weight: 500;
height: auto;
}
.white-logo
{
	display:none;
}
.welcome-content-section h1
{
	font-size: 34px;
font-weight: 300;
}