
.tab-content > .tab-pane{
    display: block;
    height: 0;
    opacity: 0;
    }
    a.btn.btn-primery.see_more_c
    {
       background: #0d6efd;
     color: white;
    }
    a.btn.btn-primery.see_more_c:hover
    {
       color: #fff;
     background-color: #fa09a7;
    }
    
    
    .tab-content > .active{
    height: auto;
    }
    .section-title-tab {
    text-align: center;
    margin-bottom: 25px;
    padding: 0 300px;
    }
    .section-title-tab h3 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #ee163b;
    padding: 7px 15px;
    border-radius: 15px 5px 15px 5px;
    display: inline-block;
    }
    .section-title-tab h2 {
    font-size: 35px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 47px;
    text-transform: capitalize;
    position: relative;
    font-weight: 800;
    color: #0f0c2f !important;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    }
    .nav-item, .nav-link .dash {
    flex: inherit !important;
    }
    .dash {
    margin:0 auto;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: #0f0c2f;
    border-radius: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background: transparent;
    position: relative;
    width: 190px;
    }
    .dash::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #ee163b;
    transition: all 0.5s cubic-bezier(0.78, 0.01, 0.24, 1.02);
    -webkit-transition: all 0.5s cubic-bezier(0.78, 0.01, 0.24, 1.02);
    -moz-transition: all 0.5s cubic-bezier(0.78, 0.01, 0.24, 1.02);
    }
    .dash:focus, 
    .dash:hover {
    border: none !important;
    color: #ee163b;
    text-decoration: none;
    }
    .dash.active {
    color: #fff !important;
    background: #0f0c2f !important;
    border-radius: 25px 5px !important;
    }
    .nav-tabs {
    border-bottom: transparent;
    }
    .portfolio-item-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    }
    .portfolio-item-wrapper .portfolio-img {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    }
    .portfolio-item-wrapper .portfolio-img img {
    width: 100%;
    transition: all 0.8s cubic-bezier(0.78, 0.01, 0.24, 1.02);
    -webkit-transition: all 0.8s cubic-bezier(0.78, 0.01, 0.24, 1.02);
    -moz-transition: all 0.8s cubic-bezier(0.78, 0.01, 0.24, 1.02);
    }
    .portfolio-item-wrapper:hover .portfolio-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    }
    .portfolio-section .see-all {
    display: block;
    text-align: center;
    }
    .portfolio-section .see-all a.btn{
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 30px;
    background-color: #ee163b;
    color: #fff;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 30px 5px 30px 5px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
    }
    .nav.nav-tabs.nav-fill.width-fill
    {
    width: 65%;
    margin: 0 auto;
    }
   
    @media only screen and (max-width: 840px)
    {
    .section-title-tab
    {
    padding: 30px 0px 0px 0px;
    }
    }
     @media only screen and (max-width: 500px) {
       .tab-content {
    height: 382px;
    }
 }