 /* banner-section */
body{
    position: relative;
  
} 
.bg-banner-img{
    background-image: url(../images/brand-story/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 {  
    padding-top: 85px; 
}
.blog-title-AB{position: relative;}
.blog-title-AB::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:400px;z-index: 0;
} 
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   font-weight: bold;
   margin-left: 2px;
       color: #FB5411;    font-family: "Poppins-SemiBold";
   cursor: pointer;
}

.add-read-more{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width:1200px){
    .blog-title {
        padding-top: 110px;
     }

} 
@media (max-width: 600px) { 
    .blog-title img {
        width: 200px; 
    }  
    .blog-title h4 {
        font-size: 20px;
    }
}
@media (min-width: 601px) and (max-width: 991px) { 
    .blog-title img {
        width: 280px; 
    } 
    
} 
/* //banner-section */
.splide__list li,.splide__list{height: auto !important;}
.title-txt-AB span{color: #FB5411; }
.title-txt-AB::before{content: '';
    position: absolute;top: 0px;left: -10px;
    width: 3px;height: 24px;
    background: #FB5411;
    border-radius: 10px 10px 0 0;}
.title-txt-AB{position: relative;color: #000;
font-family: "Poppins-SemiBold";
font-size: 20px; 
line-height: normal;}
.txt-p{
    color: #000;
font-family: "Poppins-Regular";
font-size: 13px; 
line-height: 212%; /* 27.56px */
}

.management-person-sec{position: relative;border-radius: 15px;
border: 1px solid #E27B0D;}
.management-person-sec h5{color: #000;
font-family: "Poppins-SemiBold";
font-size: 16px; 
line-height: normal;}
.management-person-sec h6{color: #000;
font-family: "Poppins-Regular";
font-size: 14px; 
line-height: normal;}
.management-person-sec p{color: #000;
font-family: "Poppins-Regular";
font-size: 11.5px;
font-style: italic; 
line-height: normal;}
.px-03{padding-left: 0.7rem;padding-right: 0.7rem;}
.rounded{border-radius: 12px !important;}
.fancybox-button--zoom, .fancybox-button--thumbs, .fancybox-button--play{display: none !important;}
.po-t-b{position: absolute;bottom: 0px;left: 0px;}

@media only screen and (max-width:600px){
    .date-sec { font-size: 10px;} 
    .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:768px) and (max-width:1199px){
 
.management-person-sec p { 
    height: 20px;font-size: 10px; 
    line-height: 13px;
}
.management-person-sec h5{font-size:14px;}
}

@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;}
}

