
/** gallery-section **/

.gallery-section{
  position: relative;
  padding: 130px 0px 80px 0px;
}

.gallery-block-one .inner-box{
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.gallery-block-one .inner-box .lower-content{
  position: absolute;
  left: 20px;
  bottom: -20px;
  max-width: 230px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 25px 20px 26px 20px;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .lower-content{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.gallery-block-one .inner-box .lower-content .icon-box{
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}

.gallery-block-one .inner-box .lower-content .icon-box a{
  color: #fff;
}

.gallery-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

.gallery-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #fff;
}

.gallery-block-one .inner-box .lower-content p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}

.gallery-block-one .inner-box .lower-content h4 a:hover{
  text-decoration: underline;
}


/** gallery-style-two **/

.gallery-style-two{
  position: relative;
  padding-bottom: 100px;
}

.gallery-style-two .sec-title{
  margin-bottom: 80px;
}

.gallery-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.gallery-block-two .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.gallery-block-two .inner-box .lower-content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.gallery-block-two .inner-box .lower-content .inner{
  position: relative;
  display: inline-block;
  max-width: 230px;
  width: 100%;
  text-align: center;
  top: 15px;
  opacity: 0;
  visibility: hidden;
  padding: 25px 20px 26px 20px;
  transition: all 500ms ease;
}

.gallery-block-two .inner-box:hover .lower-content .inner{
  top: 0px;
  opacity: 1;
  visibility: visible;
}

.gallery-block-two .inner-box .lower-content .icon-box{
  position: relative;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}

.gallery-block-two .inner-box .lower-content .icon-box a{
  color: #fff;
}

.gallery-block-two .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

.gallery-block-two .inner-box .lower-content h4 a{
  display: inline-block;
  color: #fff;
}

.gallery-block-two .inner-box .lower-content p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}

.gallery-block-two .inner-box .lower-content h4 a:hover{
  text-decoration: underline;
}