/* ======================source 2========================= */
.tech-data {
    padding: 70px 0px;
    font-family:svn-poppins !important;
}

.tech-data-td2_title {
    font-size: 17px;
    font-weight: 700;
    text-align: left;
}
.tech-data-td2_content {
    font-size: 16px;
}

table.table-tech-data
{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;

}
.table-tech-data  thead
{
    background:#ecf0f1;
}
.table-tech-data th
{
    padding:0 5px;

}
.table-tech-data tbody td {
    text-align:center;
    vertical-align: middle!important;
}


/* ===========================source 3================================== */
.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: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em 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: 20px;
    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;
}