
.eltdf-portfolio-list-holder .eltdf-pl-item .eltdf-pli-text{
    text-align:center;
}
.main-page-title .eltdf-st-subtitle{
    font-size: 27px;
}
.portfolio-item .eltdf-pli-excerpt{
    font-size: 18px;
}
.font-weight-700 strong{
    font-weight: 700;
}
.font-weight-500 strong{
    font-weight: 500;
}

/*  */
.eltdf-process-holder .eltdf-pi-content,
.eltdf-process-holder .eltdf-pi-content .eltdf-pi-title,
.eltdf-process-holder .eltdf-pi-content .eltdf-pi-text,
.eltdf-process-holder .eltdf-pi-content a{
    transition: all .4s;
}
.eltdf-process-holder .eltdf-pi-content:hover .eltdf-pi-title,
.eltdf-process-holder .eltdf-pi-content:hover .eltdf-pi-text,
.eltdf-process-holder .eltdf-pi-content:hover a{
    color: #fff !important;
}

.eltdf-process-holder .eltdf-process-item:first-child .eltdf-pi-content:hover {
    background-color: rgba(64, 47, 30, 0.8);
}

.eltdf-process-holder .eltdf-process-item:nth-child(2) .eltdf-pi-content:hover {
    background-color: rgba(151, 80, 48, 0.8);
}
.eltdf-process-holder .eltdf-process-item {
    cursor: pointer;
}
.eltdf-process-item a{
    position: relative;
    padding-bottom: 3px;
    margin-top: 5px;
    display: inline-block;
}
.eltdf-process-item a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    right: 0;
    bottom: 2px;
    -webkit-transition: width .4s;
    transition: width .4s;
}
.eltdf-process-item:hover a:before{
    width: 100%;
}
.eltdf-process-item img{
    -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.eltdf-process-item:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}