
.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  display: inline-block;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
border: 4px solid #0a1f5e;
    border-radius: 9px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    background-size: cover !important;
    height: 143px;
    width: 178px;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 100%;
  opacity: 0;
  height: 180px;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .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;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .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;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}



.eventList .demo-gallery > ul > li a > img{
	height: 200px;
}

.none {
    display: none !important;
}
.content .headLine
{
	text-align: -webkit-center;
    font-size: x-large;
    color: #b352f9;
    font-style: italic;
    font-family: inherit;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 24px;
}
.content h4
{
	padding: 15px;
}
.content p
{
	padding: 10px;
}
.content .imgDiv
{
	padding: 20px 20px 20px 20px;
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
}
tbody tr {
	padding-top: 10px;
}
.content .imgDiv img
{
	width: 300px;
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
}
.content .right1 h5
{
	display: block;
    position: relative;
    padding-top: 25%;
    left: 20%;
    font-size: 14px;
	color: #b352f9;
}
.content .right1 i
{
	float: right;
	margin-right: 10px;
    zoom: 1.5;
	color: #b352f9;
}
.content .left1 i
{
	float: left;
    zoom: 1.5;
	margin-right: 10px;
    margin-left: -27px;
    color: #b352f9;
}
	.content .left1 h5{
	display: block;
    position: relative;
    padding-top: 25%;
    left: 15%;
    font-size: 14px;
    color: #b352f9;
	}
  .demo-gallery > ul > li  p{
    padding-top: 37px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding-bottom: 7px;
    background: #0a1f5e;
}
.info-block.event{
  width: 92%;
  height: 110px;
    padding: 0px;
    border-radius: 11px;
    background: #0a1f5e;
    color: white;
    margin: 0 auto;
    position: relative;
}
.info-block.event h3{
padding: 9px;
}
.eventList .lightgallery{
  padding: 10px;
}
.eventList .lightgallery{
  padding-bottom: 10px;
}
#event .demo-gallery > ul > li {
    margin-bottom: 0px;
    display: inline-block;
    list-style: outside none none;
}
.readmore{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 31px;
    height: 30px;
    background: rgba(13,129,150,1);
    border-radius: 10px 0px;
        cursor: pointer;
}