div#ast-desktop-header {
    background-image: url(https://www.crestahomes.in/wp-content/uploads/2021/06/roofing-tile-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:40px;
}

div#ast-desktop-header::before{
    content: " ";
    display: block;
    position: absolute;
    mix-blend-mode: initial;
     background:#171717;
    opacity: 0.65;
    transition: 0.3s;
    border-radius: 0px;
    border-style: initial;
    border-color: initial;
    border-block-start-width: 0px;
    border-inline-end-width: 0px;
    border-block-end-width: 0px;
    border-inline-start-width: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
}

.ast-above-header-wrap {
     border-bottom-width: 1px;
     border-bottom-style: solid;
     color:#fff;
}
.ast-header-html-1 .ast-builder-html-element{
    position:relative;
}

.ast-builder-grid-row>.site-header-section{
    position:relative;
}

.blog-tittle {
    position: relative;
    padding:30px 0px 90px 0px;
}
.blog-tittle h1{
    color:#fff;
    text-align:center;
}
.ast-excerpt-container.ast-blog-single-element {
    display: -webkit-box;       
    -webkit-line-clamp: 5;      
    -webkit-box-orient: vertical; 
    overflow: hidden;    
    text-overflow: ellipsis;
}

@Media (max-width:922px){
    .ast-header-break-point #ast-mobile-header{
         background-image: url(https://www.crestahomes.in/wp-content/uploads/2021/06/roofing-tile-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:40px;
    }
     .ast-header-break-point #ast-mobile-header::before{
          content: " ";
    display: block;
    position: absolute;
    mix-blend-mode: initial;
     background:#171717;
    opacity: 0.65;
    transition: 0.3s;
    border-radius: 0px;
    border-style: initial;
    border-color: initial;
    border-block-start-width: 0px;
    border-inline-end-width: 0px;
    border-block-end-width: 0px;
    border-inline-start-width: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
     }
     .blog-tittle{
        padding: 50px 0px 70px 0px;
     }
   .ast-separate-container .site-main>.ast-row {
        margin-top: 20rem !important;
    }
}

