.banner-section.style-v3{
    background-image: url('image/background2.jpg');
}
.cmn-btn{
    color: #000;
}

.cmn-btn:hover {
    color: #000;
    background: #10b217; 
}

.cus-bg{
    background: #10b217; 
    transition: 2s;
    color:#000;
}

.header-1.sticky{
    background-color: #015905;
}

.t-color{
    color: #000 !important;
}

.b-color{
    background-color:#015905 !important;
}

.service-itemsv1 .content{
    border: none !important;
    margin-top: 0px;
    margin-left: 0px;
}

.faq .active{
    background-color: #015905 !important;
}

.special{
    margin-top: -100px !important; 
    padding-top: 200px !important;
}

.blog-box{
    display: flex;
    flex-direction: row;
}

.left-box{
    width: 30% !important;
}

.right-box{
    width: 70% !important;
}
@media (max-width: 767px){
    .special{
        margin-top: -100px !important; 
        padding-top: 180px !important;
    }
    .banner-section.style-v3 .hero-threthumb {
    height: 84%;
    width: initial;
    opacity: 0 !important;
}

.hero-contentv03{
    margin: 30px 5%;
}

.breadcrumnd-banner {
    padding: 50px 0;
    padding-top: 130px;
    z-index: 1;
}

.breadcrumnd-banner .breadcrumnd-wrapp .bread-content h1 {
    font-size: 30px;
    margin-bottom: -10px;
}

.blog-box{
    flex-direction: column;
}
.left-box,.right-box{
    width: 100% !important;
}
}




.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #015905;
}

.breadcrumnd-banner {
    background: url(image/background2.jpg) no-repeat center center;
}

.breadcrumnd-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: transparent;
    z-index: -1;
}

.goals li{
    list-style-type: disc;
}

li.goalsx{
    list-style-type: disc;
    color: #6d756d !important;
    margin-left: 20px;
}

.feature-itemsv1::before{
    border: none !important;
}

.cx{
    margin-top: 20px;
    color:#6d756d;
}

.blog-details-big .blog-details-leftitem .content{
    background: transparent;
    box-shadow: none;
}
