/* trial banner [start]*/
.news_banner_section{ padding: 179px 0px 148px;    position: relative;}
.news_banner_layout{ position: relative; z-index: 1;}
.news_banner_section h1{ margin-bottom: 40px;}
.news_banner_image{ max-width: 100%;}
.news_banner_image img{ width: 100%; height: auto; display: block; border-radius: 30px; max-height: 736px; object-fit: cover;}
.news_banner_blob1{ width: 25.469vw; height:24.479vw; background: url('../images/news_banner_blob1.png') no-repeat 0 0; position: absolute; top: -9.583vw; right: -4.479vw; background-size: contain; z-index: 0;}
.news_banner_blob2{ width: 30.938vw; height: 28.125vw; background: url('../images/news_banner_blob2.png') no-repeat 0 0; position: absolute; top: 11.146vw; left: -6.458vw; background-size: contain; z-index: 0;}
/* trial banner [End]*/ 



.news_banner_blob1{ transition: 0.3s ease;}
.news_banner_blob1:hover{transform: translate(10%,-10%) scale(0.9);}
.news_banner_blob2{ transition: 0.3s ease;}
.news_banner_blob2:hover{transform: translate(-10%,-10%) scale(0.9);}
.news_banner_section .scroll_down{ bottom: 20%;}
@media (max-width: 1680px){
.news_banner_section {padding: 159px 0px 128px;}
.news_banner_image img {border-radius: 25px;max-height: 686px;}
.news_banner_section h1{ margin-bottom: 30px;}
.latest_news_section {padding: 0 0px 113px;}
}
@media (max-width: 1366px){
.news_banner_section {padding: 139px 0px 108px;}
.news_banner_image img {border-radius: 25px;max-height: 636px;}
.news_banner_section h1{ margin-bottom: 25px;}
.latest_news_section {padding: 0 0px 93px;}
}
@media (max-width: 1200px){
.news_banner_section {padding: 109px 0px 88px;}
.news_banner_image img {border-radius: 20px;max-height: 566px;}
.news_banner_section h1{ margin-bottom: 20px;}
.latest_news_section {padding: 0 0px 83px;}
}
@media (max-width: 992px){
.news_banner_image img {max-height: 68.333vw;}
.news_banner_section {padding: 104px 0px 64px;}
.news_banner_section h1 {margin-bottom: 32px; font-size: 40px;}

}
@media (max-width: 768px){
.news_banner_image img {height: 68.333vw;    border-radius: 15px;}
.news_banner_blob1 {width: 32.469vw;height: 31.479vw;top: -9.583vw;right: -4.479vw;}
.news_banner_blob2 {width: 34.938vw;height: 32.125vw;top: 11.146vw;left: -6.458vw;}
}
@media (max-width: 576px){
.news_banner_image img {height: 464px;max-height: none;}
.news_banner_blob1{ width: 187px; height:179px; top: -31px; right: -56px; }
.news_banner_blob2{ width: 166px; height:151px; top: 123px; left: -44px;}
}


/*On Request Hide tags*/
.blog_tags {
    display: none;
}
