.tech-pjshowcase {
    padding: 70px 0px;
    font-family:svn-poppins !important;
}
.border-showcase {
    border: 1px solid #000;
}
.border-showcase::after {
    margin-left: 4.255em;
    vertical-align: 0.009em;
    content: "";
    border-top: .7em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.form-control::after {
    content: "\f002";
}
.form-pjshowcase {
    display: flex;

}
.form-pjshowcase .icon-search{
    position: absolute;
    right: 26px;
    top: 11px;

}
.form-showcase {
    border: 1px solid #000;
}
.d-block {
    display: block;
}

@media screen and (min-width: 768px) {
    .fix-img {
        height: 240px;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.row .box-items-img .title-details {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    text-transform: capitalize;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    /* height: 60px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row .box-items-img .title-details a {
    color: #272323;
}
.row .box-items-img .txt-details {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.56;
    text-align: left;
    color: #272323;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    /* height: 65px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.row .box-items-img .view-more-details {
    margin-top: 30px;
}
.row .box-items-img .view-more-details a {
    color: #fff;
    background: #F15426;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: .8px;
}

.color-primary-main {
    color:#F15426;
}

/* --reponsive------------------- */
@media screen and (max-width:800px) {
    .border-showcase {
        width: 100%;
        margin-bottom: 21px;
    }
    .border-showcase::after {
        margin-left: 0!important;
        float: right;
    }
    .border-showcase-title {
        float:left;
    }
}


.clearfix {
    display: block;
    content: "";
    clear: both;
}

#home .tech-project-colours {
    padding: 0px 0px;
}


#home .tech-project-colours .heading-details {
    font-size: 25px;
    line-height: 1.53;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.tech-project-background {
    background-color: #ecf0f1;
}

.tech-project-right-border {
    border-bottom: 1px solid rgb(255,134,92);
}

.text-tech-project-colours {
    color:#e35629;
    font-weight: 700;
}
.txt-bold{
    font-weight: 700;
}
.tech-project-right-colours {
    background-color:#dedfd9;

}
.tech-project-right-cosmic {
    padding:8px;
}

.tech-project-text-title-right {
    font-size: 20px;
}
.tech-project-width-right {
    width:60%;
}

#owl-project-showcase .owl-nav .owl-prev,
#owl-project-showcase .owl-nav .owl-next {
    top : 40%;
}

#owl-project-showcase .owl-item img {
    width: auto;
    height: 100%;
}

.is-pc {
    display: block;
}
.is-sp {
    display: none;
}

.title_post {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width:800px)
{
    .tech-project-width-right {
        width:30%!important;
    }
}

@media screen and (max-width:767px)
{
    .is-sp {
        display: block !important;
    }
    .is-pc {
        display: none !important;
    }
}