.filter-buttons {
	padding: 10px 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.btn.filter-button {
	padding: 10px 15px;
    line-height: 10px;
    margin: 3px;
    background: #009432;
}
.btn.filter-button.active, .btn.filter-button:hover, .btn.filter-button:focus {
	background-color: #022890;
	color: #fff;
}
.bs-portfolio-block-wrap {
	display: grid;
	grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.bs-portfolio-block {
	border-radius: 3px;
	cursor: pointer;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    position: relative;
	position: relative;
	transition: all 0.4s ease 0s;
	text-align: center;
	background-color: #fff;
}
.bs-portfolio-block:hover {
	transform: translateY(-8px);
	transition: all 0.4s ease-in-out 0s;
}
.bs-portfolio-block .inner-content {
	height: 480px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	transition: all 0.4s ease 0s;
	position: relative;
	width: 100%;
	padding: 0;
}
.bs-portfolio-block:hover .icon {
	opacity: 1;
}
.bs-portfolio-block .icon {
    margin-bottom: 10px;
    opacity: 0;
}
.bs-portfolio-block .icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 7px 10px;
    margin-left: 53px;
    margin-right: 53px;
    transition: all 0.6s ease;
    color: #fff !important;
}
.bs-portfolio-block:hover  .icon a {
    margin-left: 3px;
    margin-right: 3px;
    transition: all 0.6s ease;
}
.bs-portfolio-block h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.bs-portfolio-block h2 a {
    color: #000;
}
.bs-portfolio-block .text{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all 0.6s ease;
	background-color: transparent;
}
.bs-portfolio-block .bottom_text {
	background-color: #fff;
	padding: 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ta-portfolio-card .ribbon {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 12px;
	position: absolute;
	right: -46px;
	text-align: center;
	top: 20px;
	transform: rotate(43deg);
	min-width: 160px;
	width: auto;
	border-radius: 0;
	z-index: 100;
	color: #fff;
}
.ta-portfolio-card .free {
	background-color: #33b750;
}
.ta-portfolio-card  .pro {
	background-color: #df0a0a;
}
/* card style change */
.ta-portfolio-card  figure{
    padding: 0;
    margin: 0;
}
.ta-portfolio {
    border-radius: 12px;
    background: #ffffff;
    padding: 0px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.ta-portfolio.show {
    animation: fadeIn 0.8s ease;
}
.ta-portfolio.hidden {
    display: none;
}
.ta-portfolio .ta-portfolio-card {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.ta-portfolio:hover .ta-portfolio-card::before {
    visibility: visible;
    opacity: 0.5;
}
.ta-portfolio .ta-portfolio-card .demo-image{
    width: 100%;
}
.ta-portfolio .ta-portfolio-card .img-hover{
    position: absolute;
    transition: 0.3s;
	height: 100%;
    width: 100%;
}
.ta-portfolio .ta-portfolio-card .img-hover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.ta-portfolio:hover .ta-portfolio-card .img-hover{
    transform: translateY(-100%);
    transition: 0.6s;
}
.ta-portfolio .ta-portfolio-card .img-scroll {
    height: 100%;
}
.ta-portfolio .img-scroll .demo-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: 1s;
}
.ta-portfolio:hover .img-scroll .demo-image{
    object-position: bottom;
    transition: 10s ease-in-out;
    transition-delay: 0.3s;
}
.ta-portfolio .ta-portfolio-card-content {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    bottom: 100%;
    background: rgba(76, 175, 80, 0.831372549);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
}
.ta-portfolio .ta-portfolio-card-content a {
    margin-left: 5px;
    margin-right: 5px;
    flex-direction: column;
    color: #C7F5EB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ta-portfolio .ta-portfolio-card-content a span {
    background-color: #C7F5EB;
    color: #0E8161;
    padding: 5px;
    width: 50px;
    height: 50px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ta-portfolio .ta-portfolio-bottom {
    padding: 20px;
}

.ta-portfolio .ta-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex-direction: column;
    text-align: center;
}
.ta-portfolio .ta-title-wrap .ta-title{
    margin: 0;
    flex: 1;
}
.ta-portfolio .ta-title-wrap .ta-title a{
    text-decoration: none;
}
.ta-portfolio .ta-title-wrap p{
	margin: 0;
}
.ta-portfolio h3 {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.ta-portfolio h3 a {
    color: #000;
}
.ta-portfolio .price-temp {
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    flex: 1;
}
.ta-portfolio-card .text{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all 0.6s ease;
	background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ta-portfolio-card .icon {
    margin-bottom: 10px;
    opacity: 0;
}
.ta-portfolio-card .icon a{
    text-decoration: none;
    color: #fff;
    background: #009432;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
}
.ta-portfolio:hover .ta-portfolio-card .icon {
    opacity: 1;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}