




.top-icon-social img {
    width: 35px;
}

.top-icon-social a {
    margin-left: 5px;
}
.top-icon-social a:first-child {
    margin-left: 0;
}

.top-content {
    margin-bottom: 20px;
}
.top-content .category-top {
    float: left;
}
.top-content .search-top {
    float: right;
}

.category-top {
    text-transform: uppercase;
}
.category-top select {
    border: none;
}

.has-search .form-control {
    padding-right: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    right: 15px;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.bg-orange {
    background-color: #f5872c;
}
.text-blue {
    color: #4a80c0;
}

.portfolio-desc h3 a span,.portfolio-desc h3 a div {
    font-size: 1rem;
}

.badge-1 {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5rem;
    background-color: #f5872c;
}
.badge-2 {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5rem;
    background-color: #0069b0;
}
.badge-3 {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5rem;
    background-color: #009b4c;
}

.overlay-seemore a i {
    font-size: 2rem;
}

.footer-line {
    border-top: 1px solid #cccccc;
    padding: 20px 0;
}










@media (max-width: 767px) {
    .top-content {
        text-align: center;
    }
    .top-content .category-top {
        float: none;
        margin-bottom: 15px;
    }
    .top-content .search-top {
        float: none;
    }

    #page-title.page-title-parallax h1 {
        font-size: 21px;
    }

    .content-wrap {
        padding: 40px 0;
    }
}

.pagination li {
    margin: 2px;
    /* border: 1px solid; */
    padding: 5px;
}
.pagination a {
    color: unset;
}
.pagination a.active {
    color: #0d6efd;
}
.text-2line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}