/* banner-section */
body{
    position: relative;
  
} 
.bg-banner-img{
    background-image: url(../images/media-mention/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:0px;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: 270px;z-index: 0;
} 
/* //banner-section */
.title-h5{position: relative;
    color: #000;
    font-family: "Poppins-SemiBold";
    font-size: 13px; 
    line-height: normal;}
.title-h5::before{content: '';position: absolute;top: 0px;left: -10px;
    width: 3px; height: 16px;
    background: #FB5411;
    border-radius: 10px 10px 0 0;}
.txt-p{color: #000;
    font-family: "Poppins-Regular";
    font-size: 13px;width: 90%; 
    line-height: 160%; }
.startup-tn{height:64px;}
.btn-join-now:hover{box-shadow:0 0 5px 0px #FB5411;color: #fff;background: #FB5411;}
.btn-join-now{color: #FB5411;transition: all 0.5s ease;
    text-align: center;background-color: #fff;
    font-family: "Poppins-SemiBold";padding: 3px 10px;
    font-size: 12px; border: 1px solid #FB5411;border-radius: 20px;
    line-height: normal;position: absolute;bottom: 5px;
}
.col-04 { 
    flex: 0 0 39%;
    max-width: 39%;
}
.col-08 { 
    flex: 0 0 61%;
    max-width: 61%;
}


@media (max-width:1200px){
    .blog-title {width: 94%;
        padding-top: 110px;
     }
} 
@media (max-width: 450px) { 
 
.txt-p { width: 100%;font-size: 10px; }
.startup-tn {
  height: 32px;
}
}
@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: 190px;
        right: -23px;
    }
    .blog-title::before { bottom: 12px;}
    
} 

@media only screen and (max-width:600px){
    .date-sec { font-size: 10px;}
    .blog-title::before {bottom: 8px;}
    .bg-banner-img { background-attachment: fixed; } 
.btn-join-now { position: initial;}
.col-04 { 
    flex: 0 0 34%;
    max-width: 34%;
}
.col-08 { 
    flex: 0 0 66%;
    max-width: 66%;
}
}

@media only screen and (min-width:601px) and (max-width:991px){
    .bg-banner-img { background-attachment: fixed; }
    
.btn-join-now {
    position: initial;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){  
.btn-join-now { position: initial;}
.txt-p { width: 100%;font-size: 12px; }
.startup-tn {
  height: 60px;
}
}

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

