.para-icon{
	display: inline-block;
	width: 20px;
	text-align: right;
}
.table_view tr td{
	font-weight: unset;
}
.card{
	padding: 0 !important;
	margin-bottom: 15px !important;
}
.card-footer {

    padding: .55rem 0.5rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);

}
.blog-post-tags{
	list-style-type: none;
}
.blog-post-tags li{
	display: inline;
	padding: 0 3px !important;
	background:none !important; 
	border-bottom: none !important;
}
.card-body{
	min-height: 150px;
}
.tab-content > .tab-pane li a{
	display: block;
}
.card-thumb{
	text-align: center;
	overflow: hidden;
}
.news-event-thumb{
	height: 250px;

}
.card-thumb img{
	max-width: 100%;
}
.news-event-documents li{
	display: inline-block;
	border-bottom: none !important;
}
.gallery-image{
  width: 100%;
  height: 160px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e8e8e8;
	border-radius: 7px;
margin-bottom: 25px;
position: relative;
cursor: pointer;
}
.gallery-image img{
  max-width: 100%;
}

.inlineimage{width:49%;display:inline-block;text-align:center;padding:2px;height:400px;overflow:hidden;}
.inlineimage img{max-height:100%;max-width:100%};

.faculty-card{
    border-top: 1px solid #d5d4d4;
    box-sizing: border-box;
    overflow: hidden;
}
@media screen and (min-width: 1000px){
	.mainmenu ul{
		width: 220px;
	}
}
marquee{
	max-height: 250px;
	height: 250px;
	overflow-y: hidden;
}
marquee ul li a img{
	width: 23px;
	display: inline-block;
}
.table_view tr td {
    padding: 5px 10px;
}
.home-gallery-images{
	height: 175px !important;
}
.eminent-image{
	overflow: hidden;
	height: 200px;
    padding: 5px;
    text-align: center;
}
.eminent-image img{
	max-width: 100;
	max-height: 100%;
}
.dwn-btn{
	border-radius: 17px;
    height: auto;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    align-content: normal;
    align-items: center;
    margin-right: 13px;
    box-shadow: 0 4px #54616d;
    position: relative;
    transition: all 0.3s;
}
.dwn-btn:focus{
    box-shadow: 0 4px #54616d;

}
.dwn-btn:active{
	top: 2px;
	box-shadow: unset;
	transition: all 0.3s;
}
.dwn-btn a{
	color : #fff;
}
.dwn-btn i {
    margin: 0 25px 0 10px;
}
.dwn-btn-2x{
	font-size: 24px;
	line-height: 34px;
	padding: 10px 47px 10px 5px;
}
.dwn-btn-1x{
	font-size: 18px;
	line-height: 24px;
	padding: 13px 49px 13px 9px;
}
.footer-links{
	list-style-type: none;
	padding: 0;
}
.footer-links li{
	display: inline;
}
.footer-links li a{
	color: #fff;
	padding: 0 2px;
}

.footer-links li:after{
	content : ' | ';
	color: #fff;
}
.footer-links li:last-child:after{
	content: ''
}
.sitemap ul{
  list-style-type: none;
  padding: 0
}
.sitemap ul li{
  display: inline-block;
  list-style-type: none;
  width: 33%;
  margin: 0 !important;
  background: none !important;
} 
.demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
	display: flex;
	justify-content: center;
}
 .demo-gallery-poster img {
	height: 48px;
	opacity: 0.8;
	width: 48px;
	align-self: center;
}
.lib_btn_mobile{ display:none}
@media screen and ( max-width:1000px) {
	.lib_btn_mobile{ display:inline-table; margin:10px 0 12px 0;}
	.lib_btn_mobile a { padding: 3px 4px; font-size: 13px !important; color: #FFFFFF;}
}