/* Start custom CSS for shortcode, class: .elementor-element-5b1aee2 */.portfolio-link {
    height: 408px;
    width: 100%;
    overflow: hidden;
    display: block;
}
.portfolio-bg-img {
  height: 100%;
  align-items: center;
display: flex;
flex-direction: column;
transition: all 0.3s ease-out;
}
.portfolio-image {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.portfolio-bg-img:hover .portfolio-image {
    transform: scale(1.2);
}
.portfolio-item-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-out;
}
.portfolio-content {
  text-align: center;
  margin: auto;
}
.portfolio-bg-img:hover .portfolio-item-overlay {
    background-color: rgba(0, 39, 77, 0.92) !important;
}
.view-portfolio {
    position: relative;
    z-index: 10;
    -webkit-transition: opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
transition: transform 0.4s ease-in-out,opacity 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
-webkit-transform: translateX(-60px);
transform: translateX(-60px);
opacity: 0;
}
.portfolio-bg-img:hover .view-portfolio {
    opacity: 1;
    -webkit-transform: translateX(0);
transform: translateX(0);
}
.portfolio-bg-img h3 {
  position: relative;
  z-index: 10;
  color: #fff;
  padding: 0 58px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 14px;
}/* End custom CSS */