/* about page */

.no-padding{
  padding: 0;
}

.about-details {
    margin-left: 14px;
    min-height: 283px;
}

.about-details p{
  line-height: 20px;
}

.about-details h2, .about-details h3, .about-details h4{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.person-title {
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: 0px;
}

.social-icon a{
  color: #e8e8e8;
}

.textwidget-area h2, .textwidget-area h3, .textwidget-area h4{
    font-size: 21px;
    line-height: 25px;
    font-weight: 100;
    letter-spacing: 0px;
}

.themeum-person-image{
  overflow: hidden;
  background: #000;
}
.themeum-person-image img{
  transition: .3s;
}
.themeum-person-image img:hover {
    opacity: .6;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: .3s;
    position: relative;
}
.gallery-overlay .photo {
    margin: 0 !important;
}

/* gellary */

.conference-img{
  overflow: hidden;
   transition: .3s;
       position: relative;
}

.conference-img img {
    transition: .3s;
}
.conference-img img:hover {
    opacity: .2;
    background: rgba(63,81,181,0.85);
}
.conference-img i{
  display: none;
  margin: 0;
  padding: 0;
}
.conference-img:hover .gallery-overlay i {
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 40px;
    color: #fff;
}
.conference-img a {
    display: block;
    overflow: hidden;
    background: rgba(237, 28, 36, 0.9);
    transition: .3s;
    position: relative;
}

.photo-gallery.clearfix {
    margin-bottom: 60px;
}

.themeum-photo-gallery-item .content-gallery {
    margin-bottom: 30px;
}

.layout2-gallery-item-image {
    padding: 18px;
}

.layout2-music-videos-title {
    margin: 0;
}

.layout2-music-videos-title a {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 100;
    padding: 15px 0;
}















