section.portfolio-section {
    padding-left: 30px;
    padding-right: 30px;
}
section.web-design-new {
    background: #F4F7FF;
    padding-top: 120px;
    padding-bottom: 120px;
}
section.web-design-new.portfolio-banner .row.web-design-inner-new h1 {
    color: #040404;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 45px;
    font-weight: 700;
}
section.web-design-new.portfolio-banner p.speccls {
    font-size: 25px;
    line-height: 26px;
    color: #000;
    margin-top: 0 !important;
}
section.portfolio-section .nav-pills .nav-item a.nav-link {
    border: 3px solid #000;
    padding: 14px 35px;
    border-radius: 28px;
    color: #000001;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: .5s ease-in-out;
}
section.portfolio-section .nav-pills .nav-item a.nav-link:hover{
    color: #ffffff;
    background: #000000 !important;
}
section.portfolio-section .nav-pills .nav-item {
    border: none;
    padding: 0 12px;
}
.portfolio-section .nav-pills .nav-item .active {
    color: #ffffff;
    background: #000000 !important;
}
.portfolio-category-box {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.portfolio-category-box:hover {
    transform: translateY(-10px);
}
.portfolio-category-post-image {
    height: 465px;
    border-radius: 50px;
    display: block;
    margin-bottom: 30px;
    background: #000;
}
.tab-content .portfolio-img-box {
    margin-top: 40px;
    display: grid;
    column-gap: 80px;
    grid-template-columns: repeat(2, 1fr);
}
.portfolio-category-post-image img.featured-img {
    width: 100%;
    padding: 60px;
    height: 465px;
    object-fit: cover;
    border-radius: 65px;
}
.portfolio-category-heading {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.portfolio-category-heading a {
    color: #05255F;
}
.tab-content .tab-text .portfolio-category-desc p {
    font-size: 20px;
    line-height: 1.4;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}
.portfolio-tags span {
    margin: 0px 12px 15px 0;
    display: inline-block;
    padding: 8px 17px 12px 17px;
    border-radius: 28px;
    border: 1px solid #000;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 1;
    color: #000;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    font-weight: 300;
}
.portfolio-tags span:hover{
    background-color: #000;
    color: #fff;
}
.portfolio-tags {
    margin-bottom: 15px;
}
.post-content {
    text-align: left;
}
.portfolio-category-box:nth-child(even) {
    margin-top: 90px;
}
.portfolio-img-box {
    margin-top:40px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.portfolio-img-box img {
    width: 31%;
}
p.speccls {
    font-size: 16px;
    line-height: 1.5;
}
/*detail-portfolio*/
section.web-design-new.portfolio-banner #breadcrumbs {
    text-transform: lowercase;
    font-size: 24px;
    font-weight: 400;
    line-height: 40.8px;
    margin-bottom: .5rem;
}
section.web-design-new.portfolio-banner .home-breadcrumb svg {
    width: 28px;
    height: 28px;
    margin-top: -4px;
}
section.web-design-new.portfolio-banner #breadcrumbs .home-breadcrumb svg, 
section.web-design-new.portfolio-banner #breadcrumbs .home-breadcrumb svg path {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
section.web-design-new.portfolio-banner #breadcrumbs h1.breadcrumb_last {
    font-size: 27px;
    line-height: 100%;
    display: inline-block;
}
section.web-design-new.portfolio-banner #breadcrumbs a {
    color: #000;
    font-weight: 400;
}
.single-portfolio-page-banner-heading {
    font-size: 108px;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: lowercase;
    font-weight: 700;
}
section.web-design-new.portfolio-banner .detail-portfolio p.speccls {
    font-size: 20px;
    line-height: 1.5;
        color: #000;
}
.post-detail-list-wrap img {
    border-radius: 50px;
    width: 100%;
}
.post-detail-list-wrap .post-lists-image img {
    border-radius: 0;
    width: 35%;
    margin: 0 auto;
}
.post-lists-image {
    background: #00316B;
    border-radius: 50px;
    height: 580px;
    align-content: center;
}
.post-detail-list-wrap {
    margin-top: 120px;
    margin-bottom: 120px;
}
.post-lists-contentbox h2, .post-detail-list-wrap .border-left {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    line-height: 1.4 !important;
}
.post-lists-contentbox {
    margin-top: 50px;
}
.post-detail-list-wrap .border-left::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 85%;
    top: 52%;
    left: 0;
    bottom: 0;
    background: #FF5C35;
    transform: translateY(-50%);
}
.content-desc * {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #000;
    margin-top: 0 !IMPORTANT;
}
/*.technologies-section {
    background: #000;
    padding: 120px 0px;
}
.technologies-used h2 {
    color: #fff;
    font-size: 65px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
.technology-container .technology {
    border: 2px solid #fff;
    border-radius: 70.47px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
    height: 80px;
    margin-top: 20px;
    width: 100%;
}
.technology-container .technology img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.testimonial-quote {
    position: absolute;
    bottom: 0;
    right: 0;
}
.testimonial_content p {
    font-size: 32px;
    line-height: 1.4;
}*/






/**/
@media (max-width: 1366px) {
    .portfolio-section .nav-pills .nav-item a.nav-link {
        padding: 14px 28px;
        font-size: 22px;
    }
    .portfolio-section .row.web-design-inner-new h1 {
        font-size: 65px;
    }
    .portfolio-category-post-image img.featured-img {
        padding: 45px;
        height: 465px;
    }
    .portfolio-category-post-image {
        height: 466px;
    }
    .portfolio-category-heading {
        font-size: 30px;
    }
    .portfolio-category-box:nth-child(even) {
        margin-top: 50px;
    }
    .nav-pills .nav-item {
        margin-bottom: 20px;
    }
    .single-portfolio-page-banner-heading {
        font-size: 55px;
    }
    .post-detail-list-wrap {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .post-lists-image {
        height: 350px;
    }
}

@media (max-width: 991px) {
   .portfolio-section .row.web-design-inner-new h1 {
    font-size: 45px;
    margin-bottom: 20px;
}
section.web-design-new {
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
}
.portfolio-section .nav-pills .nav-item {
    padding: 0 7px;
}
.portfolio-section .tab-content .portfolio-img-box {
    margin-top: 20px;
    column-gap: 30px;
}
.portfolio-category-post-image img.featured-img {
    padding: 30px;
    height: 320px;
    border-radius: 44px;
}
.portfolio-category-post-image {
    height: 320px;
}
.portfolio-category-box:nth-child(even) {
    margin-top: 30px;
}
section.custom_map_outer h2 {
    font-size: 32px !important;
    line-height: 1.3;
}
.content-desc * {
    font-size: 19px;
}
.post-detail-list-wrap img {
    border-radius: 25px;
    width: 100%;
    height: 200px;
}
.post-lists-image {
    border-radius: 25px;
    height: 200px;
}
.post-detail-list-wrap .post-lists-image img {
    width: 44%;
    object-fit: contain;
}
#breadcrumbs h1.breadcrumb_last {
    font-size: 19px;
}
#breadcrumbs a {
    font-size: 20px;
}
/*.technologies-used h2 {
    font-size: 45px;
}
.technology-container .technology {
    padding: 10px 35px;
    height: 70px;
}
.testimonial_content p {
    font-size: 23px;
}*/
}
@media (max-width: 767px) {
    section.web-design-new {
    padding-left: 0px;
    padding-right: 0;
}
.row.web-design-inner-new h1 {
    font-size: 35px;
    margin-bottom: 20px;
}
section.portfolio-section {
    padding-left: 0;
    padding-right: 0;
}
section.portfolio-section .nav-pills .nav-item {
    padding: 0 3px;
}
section.portfolio-section .nav-pills .nav-item a.nav-link {
    padding: 10px 20px;
    font-size: 17px;
}
section.portfolio-section .tab-content .portfolio-img-box {
    column-gap: 0px;
    grid-template-columns: repeat(1, 1fr);
        gap: 0;
}
.portfolio-category-box:nth-child(even) {
    margin-top: 0;
}
.portfolio-category-post-image img.featured-img {
    padding: 20px;
    height: 255px;
}
.portfolio-category-post-image {
    height: 255px;
    border-radius: 30px;
}
.portfolio-category-heading {
    font-size: 25px;
}
section.portfolio-section .tab-content .tab-text .portfolio-category-desc p {
    font-size: 16px;
}
}