<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* general margin */
.margin-t-10{
    margin-top: 10px !important;
}
.margin-t-20{
    margin-top: 20px !important;
}
.margin-t-30{
    margin-top: 30px !important;
}
.margin-r-10{
    margin-right: 10px !important;
}
.margin-b-10{
    margin-bottom: 10px !important;
}
.margin-b-20{
    margin-bottom: 20px !important;
}
.margin-l-10{
    margin-left: 10px !important;
}

.margin-t-10{
    margin-top: 10px !important;
}


/* custom style*/

.home_thumb{
    width: 320px;
    height: 400px !important;
}
.event_image_box{
    overflow: hidden;
}
.event_image{
    width: 850px;
}


.post-info{
    height: 50px;
}

.blog-news-section .blog-news-column {
    margin-bottom: 20px;
}
.blog-news-section &gt; .blog-news-column:hover .image-box img{
    width: 370px;
    height: 150px;
    overflow: hidden;
}
.blog-news-section &gt; .auto-container &gt; .row &gt; .blog-news-column &gt; .inner-box &gt; .content-box &gt; div.text{
    height: 80px !important;
    margin-bottom: 5px !important;
    overflow: hidden;
}

/*-------------- event image hover Atiq -----------------*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
 /* position: relative;*/
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 4px;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  margin: 100px 0 0 0;
  border-radius: 4px 4px 0 0;
  background-color:#005695;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    color:#fff;
	text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size:12px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
  font-size:12px;
  color: #fff;
  background-color: #0095da;
  border: 1px solid transparent;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/************************* Style for Hide Registration Banner **********************************/

.panel.panel-info .event_image_box {
    display: none;
}
</pre></body></html>