/* PortfolioBox default CSS */
.wellra-boxes-portfolio .wellra-boxes-row-wrapper .slick-arrow {
    top: -60px;
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}

/* .wellra-boxes-view-carousel.ttm-boxes-carousel-arrow-round .wellra-boxes-row-wrapper .slick-arrow:hover {
    background-color: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
} */

.wellra-boxes-portfolio .wellra-boxes-row-wrapper .slick-arrow.slick-prev:before,
.wellra-boxes-portfolio .wellra-boxes-row-wrapper .slick-arrow.slick-next:before {
    color: var(--ttm-whitecolor);
}

.wellra-boxes-portfolio .wellra-boxes-row-wrapper .slick-arrow.slick-prev {
    right: 75px;
    left: auto;
}

.wellra-boxes-portfolio .wellra-boxes-row-wrapper .slick-next {
    right: 10px;
}

.wellra-box-portfolio .ttm-featured-wrapper {
    overflow: hidden;
}
.wellra-portfoliobox-default {
    position: relative;
}

.wellra-portfoliobox-default .ttm-featured-wrapper {
    position: relative;
    z-index: 0;
    display: block;
}

.wellra-portfoliobox-default .wellra-post-item-inner img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    min-width: 100%;
}

.wellra-portfoliobox-default:hover .wellra-post-item-inner img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

 
.wellra-portfoliobox-default .wellra-box-content,
.wellra-portfoliobox-default .wellra-box-title {
    display: block;
    overflow: hidden;
}

.wellra-portfoliobox-default .wellra-box-title h4 {
    cursor: pointer;
    font-size: 24px;
    line-height: 34px;
}

.wellra-portfoliobox-default .wellra-box-title h4,
.wellra-portfoliobox-default .wellra-box-content p {
    margin-bottom: 10px;
    transform: translateY(100%);
    transition: all 0.5s linear;
}

.wellra-portfoliobox-default:hover .wellra-box-title h4,
.wellra-portfoliobox-default:hover .wellra-box-content p {
    transform: translateY(0);
}

.wellra-portfoliobox-default .wellra-box-content .wellra-box-title h4 a {
    color: var(--ttm-whitecolor);
}
.wellra-portfoliobox-default .ttm-post-iconbox a {
	background-color: var(--ttm-skincolor);
}
.wellra-portfoliobox-default .wellra-box-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(255 255 255 / 0.8);
    margin-bottom: 0px;
}

.wellra-element-portfoliobox-default.wellra-boxes-view-carousel .slick-slide {
    max-width: 555px;
}



@media (max-width:1200px) {
		.wellra-portfoliobox-default:hover .wellra-box-overlay {
		bottom: 10px;
	}

	.wellra-portfoliobox-default .wellra-box-title h4 {
		font-size: 20px;
		line-height: 30px;
	}
}


@media (max-width:1024px){
    .wellra-boxes-gap-50px .wellra-boxes-row-wrapper.row .ttm-box-col-wrapper {
        padding-right: 10px ;
        padding-left: 10px ;
    }
}
    
@media (max-width: 479px) {

	.wellra-portfoliobox-default:hover .wellra-box-overlay {
		bottom: 10px;
	}
		.wellra-portfoliobox-default .ttm-featured-wrapper:before {
		background: -webkit-linear-gradient(90deg, rgba(33, 37, 41, .8)100%, rgba(0, 0, 0, 0)10%);
	}

}
@media only screen and (min-width:992px) and (max-width:1024px) {
	.wellra-portfoliobox-default:hover .wellra-box-overlay {
		padding: 20px;
		bottom: 10px;
	}

}

 
/* portfolio styleone */

.wellra-portfoliobox-default .ttm-featured-wrapper{
    border-radius: var(--border-radius-box);
    overflow: hidden;
    margin-bottom: 15px;
}
.wellra-portfoliobox-default {
    position: relative;
}

.wellra-portfoliobox-default .wellra-box-title  {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
    padding-left: 20px;
}

.ttm-textcolor-white .wellra-portfoliobox-default .wellra-box-title  a{
    color: var(--ttm-whitecolor);
}

.ttm-bgcolor-skincolortwo.ttm-textcolor-white .wellra-portfoliobox-default .wellra-box-title  a:hover,
.ttm-bgcolor-skincolortwo.ttm-textcolor-white .wellra-portfoliobox-default:hover .wellra-box-title  a{
    color: var(--ttm-whitecolor);
    opacity: .8;
}

.wellra-portfoliobox-default .wellra-box-title a{
    color: var(--ttm-secondarycolor);
}

.wellra-portfoliobox-default .wellra-portfolio-category {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 15px;
}

.wellra-portfoliobox-default .wellra-portfolio-category a{
    padding: 0px 15px;
    background-color: var(--ttm-greycolor);
    border-radius: 30px;
    color: var(--body-fonts-color);
}
.wellra-portfoliobox-default .wellra-portfolio-category a:hover{
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}

.wellra-portfoliobox-default .ttm-featured-wrapper img {
    transform: scale(1);
    transition: all .3s ease-in-out;
    min-width: 100%;
}

.wellra-portfoliobox-default:hover  .ttm-featured-wrapper img {
    transform: scale(1.1);
}

.wellra-portfoliobox-default:hover .wellra-box-title a{
    color: var(--ttm-skincolor);
}


@media (max-width:1024px){
    .wellra-portfoliobox-default .wellra-box-title  {
       padding-left: 15px;
    }
}






