.logo-banner{
    width: 300px!important;
    display: unset!important;
    margin-bottom: 20px;
}
.fgreen{
	color: #00dd01!important;

}
.fwhite{
    color: white!important;
}
.bb::before{
    content: "";
    position: absolute;
    height: 3px;
    width: 10%;
    background: #00dd01;
    /* bottom: -13px; */
    top: 100px;
}
.imgproject{
    width: 100%;
    border-radius: 50%;
    margin-bottom: 15px;
}
.sec-project{
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;

  
}
.secsub{
    position: relative;
    overflow: hidden;
}
.sec-project h1{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
}
.sec-project p{
    font-size: 14px;
    font-weight: 400;
    color: #777;
    overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
}
.sec-project:hover {
    transform: scale(1.1);
    transition: all 0.4s ease 0s;
    cursor: pointer;
    
}
 .listnumber{
    list-style: auto;
    margin: 0 34px;
 }
.listnumber li{
    margin-bottom: 8px;
}
.sngl-blg-dsc img{
    width: 100px;
    margin-bottom: 15px;
}
.sngl-blg-dsc h2{
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
}
.all-slide .owl-controls .owl-prev, .all-slide .owl-controls .owl-next{
    display: none!important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .sec-project{
        margin-bottom: 20px;
        padding: 5px;
    }
    .logo-banner{
        width: 200px!important; 
    }
    .slider-text p{
        font-size: 16px;
    }
    .slider-wrapper, .slider-caption{
        padding: 0 30px;
    }
    .slider-wrapper, .slider-caption{
        padding: 0 10px!important;
    }
    .slider-text h1{
        font-size: 32px!important;
    }
}