/* banner-section */
body{
    position: relative;
  
} 
.bg-banner-img{
    background-image: url(../images/articles/bg-banner-img.jpg);
    background-position: top;background-repeat: no-repeat;
    background-size: cover;
}
.bodybg{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    /* height: 100%; */
    object-fit: cover;
}
.blog-title {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 87%;
    margin: auto;
    padding-top: 85px;
 
}
.blog-title::before{content: ''; position: absolute;bottom:30px;left: 0px;
    width: 100%;height: 2px; border-bottom: 1px solid #FF840C;}
.blog-title h4 {
    color: #000;
    font-family: "Poppins-SemiBold";
    font-size: 24px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    align-self: flex-end; 
}
.blog-title img {
    width: 340px;z-index: 0;
} 
@media (max-width:1200px){
    .blog-title {
        padding-top: 110px;
     }
} 
@media (max-width: 600px) { 
    .blog-title img {
        width: 115px;
        right: -23px;
    }
    .blog-title {
        width: 84%;
    }
    .blog-title h4 {
        font-size: 20px;
    }
}
@media (min-width: 601px) and (max-width: 991px) { 
    .blog-title img {
        width: 200px;
        right: -23px;
    }
    .blog-title::before { bottom: 12px;}
    
} 
/* //banner-section */
.newsletter-sub-sec{position: relative;}
.date-sec{    color: #ff840c;
    font-family: "Poppins-Medium";
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.42px;
    border-radius: 30px;
    padding: 3px 12px 3.3px;
    border: 1px solid #ff840c;
    background: #fbf7f6;
    position: absolute;
    left: 15px;
    bottom: 12px;}
 .newsletter-sub-sec img{border: 1px solid #FF840C;transition: all 0.5s ease;}
 .newsletter-sub-sec:hover img{box-shadow:0 3px 5px 1px #2e2d2da1;    zoom: 1.1;
    transform: scale(0.975); }
 .newsletter-sub-sec  {transition: all 0.5s ease;}

@media only screen and (max-width:600px){
    .date-sec { font-size: 10px;}
    .blog-title::before {bottom: 8px;}
    .bg-banner-img { background-attachment: fixed; }
}

@media only screen and (min-width:601px) and (max-width:991px){
    .bg-banner-img { background-attachment: fixed; }

}

@media only screen and (min-width:992px) and (max-width:1199px){
 

}

@media only screen and (min-width:1750px){
.bg-body{max-width: 1700px;margin-left: auto;margin-right: auto;}

}

