@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
.swiper-slide .animated-image {opacity:1 !important}
.menu-item{position: relative !important;
}

.bradcumb .page-title-otpl{display:none;
}

ol.breadcrumb{display:flex !important;
}


.newgallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 4px;
	list-style: none;
	margin: 0
}
.newgallery li {
	-ms-flex: 25% !important;
	flex: 25%;
	max-width: 25% !important;
	padding: 0 4px;
	vertical-align: middle
}
.newgallery li img {
	width: 100%;
	position: relative;
	z-index: 0
}
.newgallery li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: auto;
	z-index: 0;
	margin-bottom: 8px;
	height: 218px;
}
.newgallery li .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	background-color:#a3112aa6;
	padding: 30px;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
	opacity: .0
}
.newgallery li .def-head {
	position: absolute;
	display: block;
	bottom: 0;
	padding: 13px 11px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 13px;
	transition: all 250ms ease-out 0s;
	color: #fff;
	text-shadow: 1px 1px 1px #403e3e;
	font-weight: 400;
	background-color:rgb(98 2 2);
	border-top: 0 solid #fff;
	border-bottom: 0 solid #fff;
	z-index: 5;
	opacity: 1
}
.newgallery li a:hover .overlay {
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
	opacity: 1
}
.newgallery li a:hover .def-head {
	bottom: -15%;
	opacity: .0
}
.newgallery li .heading, .newgallery li .data-content {
	display: block;
	text-align: center;
	margin-bottom: 10px
}
.newgallery li .heading {
	font-size: 23px;
	font-family: 'Merriweather', serif;
	color: #fff;
	font-weight: bold;
	margin-top: 48%
}
.newgallery li .data-content {
	color: #fff;
	padding-top: 29px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 16px
}
.newgallery li .view-page {
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	margin: auto;
	padding: 5px 10px;
	z-index: 9;
	position: relative;
	width: auto;
	font-size: 13px;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 24% !important;
	margin-left: 11px;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
	height: 240px;
}
 .innermenu-static h2{
   background:linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 13%) 100%);
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #040404;
    border-radius: 10px 10px 0px 0px;
}
.innermenu-static ul.list-group li.list-group-item a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
  display: block;
    padding: 8px 14px;
}

.list-group-item+.list-group-item:hover {
    border-top-width: 0;
    background: #e7e7e7;
}
/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
 /*.innermenu-static .list-group{overflow-y: scroll;
    min-height: 515px;
    max-height: 515pc;
    height: 515px;
}*/
.list-group-item+.list-group-item:hover{    cursor: pointer;
}

.list-group-item.active {
    
    background-color: #a31129;
  border: none;
 
}
.list-group-item.active a{color:#fff !important; 
}
.list-group-item.active a:hover{color:#000 !important; 
}
.tablink-pdf {
    background: #b0111600; 
    display: block;
    padding: 5px 10px;
    color: #121212;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
.innermenu-static{  display: none;}
  
    .breadcrumb {
  
    position: relative !important;
}
  
  .newgallery {
display: flex;

    flex-direction: column !important;
}

.newgallery li {
    -ms-flex: 100% !important;
    flex:  100% !important;
    max-width: 100% !important;
}
}

.display-none{display:none;
}

.list-group-item{padding:0px;
}
.agdcpopup .modal-header .btn-close {
    position: absolute;
    right: 0px;
    top: 1px !important;
    background-color: red;
    opacity: 1;
    border-radius: 50%;
}