/*=======================================================================*/
/* group_3col */
/*=======================================================================*/

#group_3col .image-effect-one {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  max-width: 342px;
  margin: 0 auto;
}

#group_3col .image-effect-one *,
#group_3col .image-effect-one *:before,
#group_3col .image-effect-one *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#group_3col .image-effect-one img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}

#group_3col .image-effect-one .figcaption {
  position: absolute;
  bottom: 0%;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 15px 70px 15px 20px;
  background-color: #ffffff;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#group_3col .image-effect-one h4,
#group_3col .image-effect-one p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0;
  margin: 0;
  padding: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#group_3col .image-effect-one i.link-plus:after,
#group_3col .image-effect-one i.link-plus:before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

#group_3col .image-effect-one i.link-plus:after {
  left: 50%;
  top: 50%;
  width: 2px;
  height: 0%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#group_3col .image-effect-one i.link-plus:before {
  left: 50%;
  top: 50%;
  width: 0%;
  height: 2px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#group_3col .image-effect-one:hover i.link-plus:before {
  width: 30px;
}

#group_3col .image-effect-one:hover i.link-plus:after {
  height: 30px;
}

#group_3col .image-effect-one .mfp-link {
  position: absolute;
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  top: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#group_3col .image-effect-one:hover .mfp-link {
  right: 20px;
  top: 20px;
  opacity: 1;
}

#group_3col .image-effect-one:hover img {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}


#group_3col .image-effect-one:hover .figcaption,
#group_3col .image-effect-one:hover h4,
#group_3col .image-effect-one.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#group_3col .image-effect-one:hover .figcaption {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#group_3col .image-effect-one:hover h4 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#group_3col .image-effect-one:hover p {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  opacity: 1;
}

#group_3col .image-effect-one:hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#group_3col .hover-shadow {
  -webkit-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
  box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);

  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}



#group_3col .hover-shadow:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  position: relative;
  z-index: 10;
}

@media screen and (max-width:1024px) {
  #group_3col .hover-shadow {
    position: relative !important;
    z-index: 10 !important;
  }

  #group_3col .image-effect-one .figcaption {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  #group_3col .image-effect-one img {
    transform: translateY(-20%);
  }

  #group_3col .image-effect-one img,
  #group_3col .image-effect-one h4,
  #group_3col .image-effect-one p {
    opacity: 1;
  }

  #group_3col .image-effect-one i.link-plus {
    transform: translateX(0);
  }

  #group_3col .image-effect-one i.link-plus:before {
    width: 30px;
  }

  #group_3col .image-effect-one i.link-plus:after {
    height: 30px;
  }
}

#group_3col .row {
  justify-content: center;
}

#group_3col .col_group {
  margin-bottom:30px;
}

@media screen and (max-width:767px) {
  #group_3col {
    padding:30px 0px 0px !important;
  }
}