.title-m-p-0 {
    margin: 0!important;
    padding: 0!important;
}

.extra-table-1 table td, .extra-table-1 table th {
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    border: none;
}

.extra-table-1 table th {
    background: rgba(210, 210, 210, 1)!important
}

.extra-table-1 table td {
    border-top: 3px solid white;
    background: rgba(222, 222, 222, 1)!important;
}

.extra-table-1 table td:nth-child(1) {
    border-right: 3px solid white;
}

.extra-table-1 table {
    margin-bottom: 0;
}

.portfolio-list-container {
    padding: 0 70px;
    font-family: Arial, sans-serif !important;
}
.portfolio-list-container a{
    font-family: Arial, sans-serif !important;
}
.extra-portfolio-list-item {
    display: flex;
    flex-wrap: wrap;
}

.extra-thumbnail {
    width: 180px;
}

.extra-thumbnail img {
    width: 100%;
}

.extra-main {
    width: calc(65% - 180px);
}

.extra-portfolio-param-ul {
    display: flex;
    letter-spacing: 1px;
}

.extra-portfolio-param-ul li {
    flex-grow: 1;
}

.extra-portfolio-param-ul li span {
    display: block;
	min-width:70px;
}

.extra-cpsm {
    padding-top: 20px;
    border-top: 1px dashed #8d8989;
}

.extra-cpsm p {
    font-size: 14px;
    color: #888888;
}

.extra-portfolio-list-item {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
}

.extra-main {
    width: calc(70% - 180px);
    margin-left: 5%;
}

.extra-title {
    position: relative;
}

.extra-title a {
    color: black;
}

.extra-title:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #a20406;
    bottom: -3px;
}

.extra-portfolio-param-ul span {
    font-weight: 600;
    color: #888888;
    font-size: 16px;
}

.extra-portfolio-param-ul span:nth-child(1) {
    font-size: 18px;
    color: #000000;
}

.extra-more {
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    justify-content: flex-end;
}

.extra-more a {
    color: #8d8989;
    padding: 3px 35px;
    border: 1px solid #8d8989;
    font-size: 12px;
}

.extra-portfolio-cat-title img {
    width: 20px;
    position: relative;
    top: -2px;
    left: -3px;
}

.extra-portfolio-cat-title span {
    font-size: 16px;
}

.extra-portfolio-none-img, .extra-portfolio-none-p {
    text-align: center;
}

.extra-portfolio-none-img {
    justify-content: center;
}
.extra-portfolio-none-img>img {
    width: 30rem;
    height: auto;
    margin-bottom: 2rem;
}

.extra-portfolio-none-p {
    color: #606060;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination ul {
    display: flex;
    justify-content: center;
}
.pagination ul li {
    padding: 0 5px;
}
.pagination ul li a,.pagination .active span {
    font-size: 16px;
    color: #787878;
    padding: 5px 7px;
    border: 1px solid;
    border-radius: 5px;
}
.pagination .active span {
    background: #a20406;
    color: white;
    border: 1px solid #787878;
}
.extra-nav-1 ul{
    margin-top: 0;
}
.extra-nav-1 .menu-item a {
    margin: 0;
    padding: 5px 20px;
    padding-bottom: 7px;
    color: #000000;
    font-size: 15px;
}
.extra-nav-1 li {
    text-align: center;
}
.trun-background-unset ul {
    background-color: unset!important;
}
.trun-background-unset .elementor-nav-menu>li>a{
    font-size: 1.2rem;
    color:rgb(255, 106, 0)!important;
        font-weight: bold;
      
}
.trun-background-unset .elementor-nav-menu li>a{
      padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.trun-background-unset .sub-menu.elementor-nav-menu--dropdown{
    display: block!important;
    width: auto!important;
}
.trun-background-unset .elementor-nav-menu--dropdown li{
border-color: rgba(255, 255, 255, 0.8)!important
}
.trun-background-unset .elementor-nav-menu>li{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
    .portfolio-template .elementor-widget:not(:last-child) {
        margin-bottom: 10px;
    }
    .portfolio-list-container {
        padding: 0 15px;
    }
    .extra-thumbnail {
        width: 30%;
    }
    .extra-main {
        width: calc(70% - 5%);
        margin-left: 5%;
    }
    .extra-portfolio-param-ul span {
        font-size: 12px;
    }
    .extra-portfolio-param-ul span:nth-child(1) {
        font-size: 14px;
        color: #000000;
    }
    .extra-title a {
        font-size: 16px;
    }
    .extra-title h4 {
        margin-bottom: 10px;
    }
    .extra-title:after {
        height: 2px;
        width: 50px;
    }
    .extra-portfolio-param-ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .extra-cpsm {
        padding-top: 10px;
    }
    .extra-more {
        justify-content: unset;
        padding-left: 35%;
    }
    .extra-portfolio-param-ul li {
        margin-bottom: 5px;
    }
    .extra-portfolio-none-img img {
        width: 50%;
    }
   
}