/* Isotope reset */

.isotope-grid-gutter { width: 0; }

.isotope-grid-sizer { width: 25%; }

.isotope-grid-def-col .isotope-grid-item{
	position: relative;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.isotope-grid-def-col .isotope-grid-item-50{
	width: 50%;
}
@media screen and (max-width: 992px){
	.isotope-grid-def-col .isotope-grid-item{
		width: 50% !important;
	}
}
@media screen and (max-width: 768px){
	.isotope-grid-def-col .isotope-grid-item{
		width: 100% !important;
		margin-bottom: 10px !important;
	}
}

.growfast-portfolio{
	min-height: 1rem;
}

.growfast-portfolio--col5 .isotope-grid-item{
	width: 20%
}

.growfast-portfolio--col3 .isotope-grid-item{
	width: 33.3%
}

.growfast-portfolio--col2 .isotope-grid-item{
	width: 50%
}

.growfast-portfolio--col1 .isotope-grid-item{
	width: 100%
}

.growfast-portfolio--col5 .isotope-grid-sizer { width: 20%; }
.growfast-portfolio--col3 .isotope-grid-sizer { width: 33.3%; }
.growfast-portfolio--col2 .isotope-grid-sizer { width: 50%; }
.growfast-portfolio--col1 .isotope-grid-sizer { width: 100%; }

.growfast-portfolio__item__inner{
	position: relative;
  box-shadow: 0px 30px 90px rgb(0 0 0 / 14%);
  display:block;
  border-radius:20px;
  min-height: 620px;
  transition: all 0.4s ease 0s;
}
.growfast-portfolio__item__inner:hover{
  box-shadow: 0px 30px 90px rgb(0 0 0 / 35%);
}

.growfast-portfolio__bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
}

.growfast-portfolio__bg--image:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
	transition: opacity 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

.growfast-portfolio__link {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: block;
}
.growfast-portfolio__content{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	padding: 0 1.5rem 1.5rem 1.5rem;
}
.growfast-portfolio__content__inner{
	width: 100%;
}
.growfast-portfolio__content__inner--title{
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 10px;
  color:#000;
}
.growfast-portfolio__content__inner--title > div{
	flex-grow: 1;
}


.growfast-portfolio--filter{
	padding: 0;
	margin-bottom: 2rem;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
.growfast-portfolio--filter > li > a{
	padding: 7px 15px 7px 15px!important;
	display: block;
  border:1px solid #cccccc;
  border-radius: 5px;
	margin-right: 7px;
	text-align: center;
  margin-bottom: 15px;
}
.growfast-portfolio--filter > li > a:first-child{
	padding-left: 0;
}

.growfast-portfolio--filter > li > a span{
	position: relative;
}

.growfast-portfolio--filter > li > a span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	height: 1px;
	width: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	will-change: transform;
}

.growfast-portfolio--filter > li > a:hover span:after {
	-webkit-animation: growfast-portfolio-filter-underline-animation 1s cubic-bezier(0.77,0,0.175,1) forwards;
	animation: growfast-portfolio-filter-underline-animation 1s cubic-bezier(0.77,0,0.175,1) forwards;
}

@keyframes growfast-portfolio-filter-underline-animation{
  0%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 100%;transform-origin:0 100% }
  50%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 100%;transform-origin:0 100%}
  51%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0}
  100%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0;transform-origin:100% 0}
}

.growfast-portfolio_image{
  padding-top:40px;
}
.growfast-portfolio_image img {
  display:block; 
  position:relative; 
  max-width:300px;
  margin:0 auto;
}
.growfast-portfolio__content__inner--title a{color:#000000;}
.growfast-portfolio__content__inner--title a:hover{color:rgba(44, 97, 128, 1.0);}

.portfolio_learnmore {padding-top:25px;color:rgba(44, 97, 128, 1.0); font-size:18px; font-weight:bold!important; text-decoration:none;}