.padding_70 {
    padding: 70px 0;
}
.portfolio_heading h2 {
    font: 36px/64px Poppins, sans-serif;
    font-weight: 700;
    color: #212529;
}
.tab_portfolio ul {
    border: 0;
    justify-content: center;
}
.tab_portfolio .nav-tabs .nav-item {
    margin-bottom: -1px;
}
.portfolio_Sec_main .tab_portfolio ul li a.active, .portfolio_Sec_main .tab_portfolio ul li a:hover {
    background: #dbe340;
    color: #000;
}
.tab_portfolio ul li a {
    margin: 0;
    border: 0 !important;
    color: var(--white);
    font-size: 13px;
    background-color: var(--first-color);
    padding: 7px 18px;
    border-radius: 5px !important;
    margin: 0 4px 10px 5px;
}
.portfolio_boxes {
    position: relative;
    transition: 0.5s ease-in-out;
    margin-bottom: 0;
    display: inline;
}
.portfolio_boxes a {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.portfolio_boxes a figure {
    margin-bottom: 0 !important;
    height: 500px;
}
.portfolio_boxes a figure img {
    width: 100%;
    position: relative;
    top: 0;
    transition: 2s all;
}
.portfolio_boxes:hover a:before {
    opacity: 1;
    content: '';
    background: rgb(0 0 0 / 47%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 9;
    transition: 0.5s ease-in-out;
}
.portfolio_boxes:hover a:after {
    opacity: 1;
    position: absolute;
    content: "\f0fe";
    font-family: "Font Awesome 5 Free";
    left: 50%;
    top: 48%;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
    z-index: 99;
}
/* a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
} */
.portfolio_boxes a:hover img {
    top: -100%
}
/* .portfolio_heading p {
    font: 16px/31px Poppins, sans-serif;
}
.arrowBtn {
    color: var(--heading_color);
    display: inline-block;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    margin: 5px;
    margin-right: 2rem;
    cursor: pointer;
    font-size: 16px;
}
.tab_portfolio {
    padding: 30px 0;
}
.tab_portfolio ul {
    border: 0;
    justify-content: center;
}
.portfolio_Sec_main .tab_portfolio ul li a.active, .portfolio_Sec_main .tab_portfolio ul li a:hover {
    background: var(--light_gray);
    color: var(--white);
}
.tab_portfolio ul li a {
    margin: 0;
    border: 0 !important;
    color: var(--white);
    font-size: 13px;
    background: var(--heading_color);
    padding: 7px 18px;
    border-radius: 5px !important;
    margin: 0 4px 10px 5px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
} */