
  
  ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top-left-radius: 10px;
    background: #1d3240;
    font-family: 'Kumbh Sans', sans-serif;
    
}
ul.tabs li{
    background: none;
    font-family: 'Kumbh Sans', sans-serif;
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    
    width: 25%;
    height: 60px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    

}
ul.tabs li:first-child{
    border-top-left-radius: 10px !important;
}


@media(max-width:767px){
    ul.tabs li.current{
        width: 100% !important;
        display: flex !important;
    }
    ul.tabs li{
        display: none;
    }
    ul.tabs{
        flex-wrap: wrap;
        width: 80% !important;
        background: #fff !important;
    }
    .tab-indicators{
        width: 20% !important;
    }
}
@media(min-width:768px) and (max-width:1200px){
    ul.tabs li.current{
        width: 50% !important;
        display: flex !important;
    }
    ul.tabs li.current.first{
        margin-top: -6px !important;
    }
    ul.tabs li{
        width: 50% !important;
    }
    ul.tabs{
        flex-wrap: wrap;
        width: 80% !important;
        background: #ff4c02 !important;
        height: 120px !important;
    }
    .tab-indicators{
        width: 20% !important;
        height: 120px !important;
    }
    .left,.right{
        height: 120px !important;
    }
  
}
.project-row{
   margin-left: 0 !important;
}
ul.tabs li.current{
    background: #fff;
    color: #000;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 60px;
}

.tab-content{
    display: none;
    background: #fffdfd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}

.tab-indicators{
   
    height: 60px;
    width: 10%;
    border-top-right-radius: 10px;

}
.tabs-section{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
 

}
.left,.right{
    font-size: 20px;
    cursor: pointer;
    height: 60px;

}
.left{
    background-color: #ffdf00;
    -webkit-text-stroke: 1px #1d3240;
    transition: all .4s ease-in-out;
    color: #fff;
}
.right{
    background-color: #1d3240;
    -webkit-text-stroke: 1px #1d3240;
    color: #fff;
    border-top-right-radius: 10px;
    transition: all .4s ease-in-out;
}
.right:hover{
    background-color: #ffdf00;
    -webkit-text-stroke: 1px #ffdf00;
}
.left:hover{
    background-color: #1d3240;
    -webkit-text-stroke: 1px #1d3240;
}
@media(max-width:767px){
    .tab-content img{
        height: 200px;
    }
}
@media(min-width:768px) and (max-width:992px){
    .tab-content-text{
        height: 500px;
    }
    .tab-content img{
        height: 250px;
    }
    
}
@media(min-width:992px) and (max-width:1700px){
    .tab-content img{
        height: 300px;
    }
}
@media(min-width:1701px){
    .tab-content img{
        height: 400px;
    }
}
.tab-content img{
    border-radius: 15px;
}
.tab-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333461;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;

}
.tab-content{
    font-family: 'Kumbh Sans', sans-serif;
}
.button-tab{
    padding: 10px 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 2px;
    background-color: #ff4c02;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #ff4c02;
    
}
.button-tab-section:hover{
    
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    color: #fff !important;
}
.button-tab-section{
   display: flex;
   width: max-content;
   align-items: center;
   justify-content: start;
    transition: transform .2s ease-in,box-shadow .2s ease-in,-webkit-transform .2s ease-in;

}
.button-tab-section:hover .button-tab{
    box-shadow: 0 16px 48px 0 rgb(32 173 150 / 20%) !important;
}
@media(max-width:500px){
    .button-tab{
        padding: 15px 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 24px;
    }
   
}

.left-mobile{
    width: 10%;
    height: 60px;
    background-color: #333461;
    -webkit-text-stroke: 1px #333461;
    transition: all .4s ease-in-out;
    border-top-left-radius: 10px;
    color: #fff;
}
.right-mobile{
    width: 10%;
    height: 60px;
    background-color: #ffdf00;
    -webkit-text-stroke: 1px #ffdf00;
    color: #fff;
    border-top-right-radius: 10px;
    transition: all .4s ease-in-out;
}
.right-mobile:hover{
    background-color: #333461;
    -webkit-text-stroke: 1px #333461;
}
.left-mobile:hover{
    background-color: #0e5c4f;
    -webkit-text-stroke: 1px #0d4d42;
}