html{scroll-behavior: smooth;}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{-webkit-box-shadow: 0 0 0 30px white inset !important;}
body{width: 100%;}
img{width:100%;height:auto;}
a{color:#000;}
.site_content{overflow:hidden;}
.main_content{margin: 10px 0;display: inline-block;width: 100%;clear: both;float: left;}
.post-title-2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.post-title-3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.news-excerpt-2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.news-excerpt-3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.news-excerpt-4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {}
@media only screen and (min-width: 768px) and (max-width: 1023px) {}
@media only screen and (min-width: 481px) and (max-width: 767px) {}
@media only screen and (max-width: 480px) {}
/*=======================================
// Site Global Codes
========================================*/
.title-has-read-more{position: relative;}
.title-read-more{font-size: 0.9rem;font-weight: normal;color: inherit;position: absolute;right: 10px;}
.title-style-1{border-bottom: 2px dotted #dd0f00;margin-bottom: 15px;float: left;width: 100%;position: relative;font-weight: bold;}
.title-style-1 span{display: flex;width: max-content;font-size: 1.5rem;line-height: 1.5;padding: 0;text-align: left;align-items: center;}
.title-style-1 span svg{fill: #dd0f00;width: 35px;height: 30px;float: left;}
.title-style-1 a{display: block;bottom: 0;right: 0;padding: 10px 0;color: #dd0f00;font-weight: normal;transition: .5s;}
.title-style-1 a:hover{color: #1E88E5;}
/*========================================
/*   Header Section
/*=======================================*/
.header{display: inline-block;width: 100%;clear: both;float: left;background: #ffffff;border-bottom: 1px solid #e1e1e1;position: relative;z-index: 9999;}
.header .header-grid{display: flex;width: 100%;clear: both;float: left;}
.header .header-grid .nav-bar-grid{width: 33.33%;display: flex;align-items: center;gap: 10px;}
.header .header-grid .nav-bar-grid .nav-bar-icon{width: 35px;height: 35px;background: #f8f8f8;display: flex;align-items: center;}
.header .header-grid .nav-bar-grid .nav-bar-icon:hover svg{fill: red;}
.header .header-grid .nav-bar-grid .nav-bar-icon span{display: none;}
.header .header-grid .nav-bar-grid .search-bar-icon{width: 35px;height: 35px;}
.header .header-grid .nav-bar-grid svg{width: 35px;height: 35px;cursor: pointer;transition: .5s;}
.header .header-grid .logo-section{width: 33.33%;display: flex;align-items: center;}
.header .header-grid .logo-section a{display: block;width: 100%;text-align: center;padding: 10px 0;}
.header .header-grid .logo-section img{height: 80px;width: auto;}
.header .header-grid .nav-bar-social{width: 33.33%;display: flex;flex-direction: column;align-items: center;gap: 16px;margin: 5px 0;}
.header .header-grid .nav-bar-social .nav-bar-social-list{display: flex;align-items: center;place-self: flex-end;gap: 5px;}
.header .header-grid .nav-bar-social .nav-bar-social-list li a{display: block;}
.header .header-grid .nav-bar-social .nav-bar-social-list img{width: 35px;height: auto;}
.header .header-grid .nav-bar-social .nav-bar-social-list li a:hover{}
.header .header-grid .nav-bar-social .nav-bar-social-list li a:hover img{}
.header .header-grid .navigation-external-menu{display: flex;place-self: flex-end;}
.header .header-grid .navigation-external-menu ul{display: flex;gap: 10px;}
.header .header-grid .navigation-external-menu ul li a{display: block;width: max-content;font-size: 1rem;transition: .5s;}
.header .header-grid .navigation-external-menu ul li a:hover{color: rgb(243, 0, 0);}
.header .header-grid .navigation-external-menu ul li svg{float: left;margin-right: 5px;}
.header .header-grid .mobile-menu-searchicon{display:none;}
.header .header-grid .top-date-time{display: flex;font-size: 0.85rem;}
.header .header-grid .top-date-time p{display: flex;flex-direction: column;gap: 5px;}
.header .header-grid .top-date-time svg{float: left;margin-right: 5px;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.header .header-grid .navigation-external-menu ul{gap: 5px;}
.header .header-grid .mobile-menu-searchicon{display:none;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.header .header-grid .nav-bar-grid{width: 100%;}
.header .header-grid .nav-bar-social{width: 100%;gap: 10px;}
.header .header-grid .nav-bar-social .nav-bar-social-list img{width: 25px;}
.header .header-grid .navigation-external-menu ul{flex-wrap: wrap;width: 100%;float: right;place-content: flex-end;gap: 5px;}
.header .header-grid .navigation-external-menu ul li{width: 35%;text-align: right;}
.header .header-grid .navigation-external-menu ul li a{float: right;font-size: .95rem;display: flex;flex-direction: row-reverse;gap: 5px;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.header .header-grid .nav-bar-grid .nav-bar-icon{width: 100px;}
.header .header-grid .nav-bar-grid svg{float: left;margin-right: 5px;}
.header .header-grid .nav-bar-grid .nav-bar-icon span{display: block;padding-right: 5px;line-height: 35px;}
.header .header-grid .logo-section a{padding: 5px 0;}
.header .header-grid .logo-section img{height: 50px;}
.header .header-grid .nav-bar-social .nav-bar-social-list{display: none;}
.header .header-grid .navigation-external-menu{flex-wrap: wrap;width: 100%;}
.header .header-grid .navigation-external-menu ul{flex-wrap: wrap;place-self: flex-end;float: right;width: 100%;}
.header .header-grid .navigation-external-menu ul li{width: 46%;}
.header .header-grid .navigation-external-menu ul li a{font-size: 0.85rem;}
.header .header-grid .navigation-external-menu ul li svg{width: 20px;height: 20px;margin-right: 3px;}
.header .header-grid .mobile-menu-searchicon{display:none;}
.header .header-grid .top-date-time{display: none;}
}
@media only screen and (max-width: 480px) {
.header{margin: 0;position: fixed;top: 0;left: 0;right: 0;padding: 0 10px;}
.header .header-grid{flex-direction: row;gap: 20px;}
.header .header-grid .nav-bar-grid{width: 20%;}
.header .header-grid .logo-section{width: 60%;}
.header .header-grid .logo-section a{padding: 5px 0;}
.header .header-grid .logo-section img{height: 50px;}
.header .header-grid .nav-bar-social{width: 20%;flex-direction: row;}
.header .header-grid .nav-bar-social .nav-bar-social-list{width: 100%;display: none;}
.header .header-grid .navigation-external-menu{display: none;}
.header .header-grid .mobile-menu-searchicon{width: 100%;display: flex;align-items: center;flex-direction: row-reverse;}
.header .header-grid .mobile-menu-searchicon .msv-icon{width: 35px;height: 35px;background: #f9f9f9;border-radius: 3px;}
.header .header-grid .mobile-menu-searchicon .msv-icon svg{width: 30px;height: 30px;margin: 0 auto;display: block;fill: #444;}
.header .header-grid .top-date-time{display: none;}
}
/*=======================================
//  Header Section Regular & Responsive
=========================================*/
/*------ Mobile Header ---*/
.navigation{display: inline-block;width: 100%;clear: both;border-bottom: 1px solid #e1e1e1;height: 45px;}
.navigation .nav-logo{width: auto;float: left;background: #fff;width: 0;transition: .5s;overflow: hidden;display: none;}
.navigation .nav-logo img{height: 40px;width: auto;padding: 5px 10px;}
.navigation .menu-cloud-navigation-container,
.navigation .menu-cloud-navigation-bangla-container{width: 90%;float: left;border-left: 1px solid #f0f0f0;}
.navigation .menu-cloud-navigation-container .menu,
.navigation .menu-cloud-navigation-bangla-container .menu{display: inline-block;width: 100%;clear: both;float: left;}
.navigation .menu-cloud-navigation-container .menu li,
.navigation .menu-cloud-navigation-bangla-container .menu li{display: block;float: left;font-size: 14px;line-height: 20px;border-bottom: 4px solid transparent;width: auto;transition:.5s;position: relative;}
.navigation .menu-cloud-navigation-container .menu li.menu-item-3083 a::before,
.navigation .menu-cloud-navigation-bangla-container .menu li.menu-item-3083 a::before{content:"\e88a";float:left;font-family: 'Material Symbols Outlined';padding-right: 3px;font-size: 1.5rem;font-weight: 200;line-height: 1.0rem;}
.navigation .menu-cloud-navigation-container .menu li a,
.navigation .menu-cloud-navigation-bangla-container .menu li a{padding: 10px 15px;display: block;font-size: 16px;transition: .5s;color: #1d1b1c;font-weight: 500;}
.navigation .menu-cloud-navigation-container .menu li:first-child a::before,
.navigation .menu-cloud-navigation-bangla-container .menu li:first-child a::before{content: "\e88a";font-family: 'Material Symbols Outlined';font-size: 24px;float: left;margin-right: 5px;}
/*
.navigation .menu-cloud-navigation-container .menu li.current-post-ancestor,
.navigation .menu-cloud-navigation-bangla-container .menu li.current-post-ancestor,
*/
.navigation .menu-cloud-navigation-container .menu li.current-menu-parent,
.navigation .menu-cloud-navigation-bangla-container .menu li.current-menu-parent,
.navigation .menu-cloud-navigation-container .menu li.current-post-parent,
.navigation .menu-cloud-navigation-bangla-container .menu li.current-post-parent,
.navigation .menu-cloud-navigation-container .menu li.current-menu-item,
.navigation .menu-cloud-navigation-bangla-container .menu li.current_page_item,
.navigation .menu-cloud-navigation-container .menu li.current-menu-item,
.navigation .menu-cloud-navigation-bangla-container .menu li.current-menu-item,
.navigation .menu-cloud-navigation-container .menu li:hover,
.navigation .menu-cloud-navigation-bangla-container .menu li:hover{border-bottom: 4px solid #be1e2d;background: #f9f9f9;color: #000;}
/*
.navigation .menu-cloud-navigation-container .menu li.current-post-ancestor a,
.navigation .menu-cloud-navigation-bangla-container .menu li.current-post-ancestor a,
*/
.navigation .menu-cloud-navigation-container .menu li.current-menu-parent a,
.navigation .menu-cloud-navigation-bangla-container .menu li.current-menu-parent a,
.navigation .menu-cloud-navigation-container .menu li.current-post-parent a,
.navigation .menu-cloud-navigation-bangla-container .menu li.current-post-parent a,
.navigation .menu-cloud-navigation-container .menu li.current-menu-item a,
.navigation .menu-cloud-navigation-bangla-container .menu li.current-menu-item a,
.navigation .menu-cloud-navigation-container .menu li.current_page_item a,
.navigation .menu-cloud-navigation-bangla-container .menu li.current_page_item a,
.navigation .menu-cloud-navigation-container .menu li:hover a,
.navigation .menu-cloud-navigation-bangla-container .menu li:hover a{background: #f9f9f9;color: #d90000;}
.navigation .menu-cloud-navigation-container .menu li.menu-item-has-children a::after,
.navigation .menu-cloud-navigation-bangla-container .menu li.menu-item-has-children a::after{content: "\e5c5";font-family: 'Material Symbols Outlined';font-size: 24px;float: right;}
.navigation .menu-cloud-navigation-container .menu li.menu-item-has-children:hover a::after,
.navigation .menu-cloud-navigation-bangla-container .menu li.menu-item-has-children:hover a::after{transform:rotate(180deg);}
.navigation .menu-cloud-navigation-container .menu li .sub-menu,
.navigation .menu-cloud-navigation-bangla-container .menu li .sub-menu{position: absolute;left: 0;top: 49px;z-index: 111;width: auto;min-width: 180px;max-width: 250px;background: #ffffff;box-shadow: 0 0 3px #ccc;border-radius: 5px;overflow: hidden;display:none;}
.navigation .menu-cloud-navigation-container .menu li .sub-menu a::after,
.navigation .menu-cloud-navigation-bangla-container .menu li .sub-menu a::after{content:"";}
.navigation .menu-cloud-navigation-bangla-container .menu li .sub-menu::before,
.navigation .menu-cloud-navigation-container .menu li .sub-menu::before{content: "\e5c7";font-family: 'Material Symbols Outlined';font-size: 30px;position: absolute;top: -12px;color: #fff;display: none;}
.navigation .menu-cloud-navigation-bangla-container .menu li .sub-menu li,
.navigation .menu-cloud-navigation-container .menu li .sub-menu li{width: 100%;border-bottom: 1px solid #ebebeb;background: inherit;}
.navigation .menu-cloud-navigation-bangla-container .menu li .sub-menu li:last-child,
.navigation .menu-cloud-navigation-container .menu li .sub-menu li:last-child{border-bottom: none;}
.navigation .menu-cloud-navigation-bangla-container .menu li .sub-menu li:first-child a::before,
.navigation .menu-cloud-navigation-container .menu li .sub-menu li:first-child a::before{content:"";}
.navigation .menu-cloud-navigation-bangla-container .menu li .sub-menu li a,
.navigation .menu-cloud-navigation-container .menu li .sub-menu li a{width: 100%;background: inherit;border-left: 4px solid #ff000000;color: #1d1b1c;}
.navigation .menu-cloud-navigation-bangla-container .menu li.menu-item-has-children:hover .sub-menu,
.navigation .menu-cloud-navigation-container .menu li.menu-item-has-children:hover .sub-menu{display:block;}
.navigation .menu-cloud-navigation-bangla-container .menu li .sub-menu li:hover a,
.navigation .menu-cloud-navigation-container .menu li .sub-menu li:hover a{width: 100%;border-left: 4px solid red;color: red;}
/*---- Navigation External ---*/
.navigation .navigation-external-menu{width: 10%;float: right;}
.navigation .navigation-external-menu ul{display: flex;gap: 0;float: right;align-items: center;place-self: flex-end;}
.navigation .navigation-external-menu ul li a{}
.navigation .navigation-external-menu ul li{width: auto;clear: both;float: right;width: max-content;background: #b90000;border-radius: 8px 0 8px;}
.navigation .navigation-external-menu ul li:nth-child(2){}
.navigation .navigation-external-menu ul li:last-child{}
.navigation .navigation-external-menu ul li:last-child a{}
.navigation .navigation-external-menu ul li:last-child svg{}
.navigation .navigation-external-menu ul li a{font-size: 0.85rem;line-height: 1.5;padding: 12px 25px;display: block;color: #fff;margin: 0 auto;}
.navigation .navigation-external-menu ul li:hover a{}
.navigation .navigation-external-menu ul li svg{width: 17px;height: 18px;float: left;margin-right: 5px;fill: #fff;}
/*----------- Slide Navigation ----------*/
.mobile-menu-opt{position: fixed;top: 0;left: -200%;bottom: 0;width: 280px;background: #fff;border-right: 1px solid #e5e5e5;padding: 0;transition: .5s;z-index:999999;}
.mobile-menu-opt .mobile-menu-content{display: grid;width: 100%;grid-template-rows: 13.5% auto 20%;height: 100%;}
.mobile-menu-opt .close-slide-menu{position: absolute;right: -5px;color: #d70303;cursor: pointer;top: -5px;}
.mobile-menu-opt .close-slide-menu i{font-size: 25px;line-height: 25px;}
.mobile-menu-opt .search-form-box{width: 100%;display: inline-block;clear: both;margin-bottom: 15px;padding: 15px;background: #f9f9f9;box-shadow: 0 0 3px #ccc;overflow: hidden;}
.mobile-menu-opt .search-form-box h3{font-size: 1rem;line-height: 1.5;padding: 0;position: relative;}
.mobile-menu-opt .search-form-box span{position: absolute;display: block;right: 0;bottom: 5px;background: red;border-radius: 3px;}
.mobile-menu-opt .search-form-box span svg{width: 25px;height: 25px;fill: #fff;}
.mobile-menu-opt .search-form-box .search-form{display: flex;width: 100%;margin-bottom: 15px;}
.mobile-menu-opt .search-form-box .search-form input[type="text"]{width: 70%;}
.mobile-menu-opt .search-form-box .search-form input[type="submit"]{width: 30%;}
.mobile-menu-opt .cloud-mobile-nav{display: inline-block;width: 100%;clear: both;float: left;}
.mobile-menu-opt .cloud-mobile-nav h3{font-size: 1rem;border-bottom: 1px solid #e5e5e5;background: #ededed;padding: 10px 10px;line-height: 1;display: flex;width: 100%;align-items: center;}
.mobile-menu-opt .cloud-mobile-nav h3 svg{margin-right: 5px;}
.mobile-menu-opt .cloud-mobile-nav .menu-cloud-navigation-container{width: 100%;height: 65vh;overflow-y: scroll;overflow-x: hidden;padding-left: 15px;}
.mobile-menu-opt .cloud-mobile-nav .menu{display: inline-block;clear: both;float: left;}
.mobile-menu-opt .cloud-mobile-nav .menu li{font-size: 0.9rem;line-height: 1.5;white-space: nowrap;padding: 8px 0;border-bottom: 1px solid #e5e5e5;}
.mobile-menu-opt .cloud-mobile-nav .menu li:last-child{border-bottom:none;}
.mobile-menu-opt .cloud-mobile-nav .menu li::before{content: "\eac9";font-family: 'Material Symbols Outlined';float: left;margin-right: 1px;}
.mobile-menu-opt .cloud-mobile-nav .menu li a{}
.mobile-menu-opt .cloud-mobile-nav .menu li:hover a{}
.mobile-menu-opt .cloud-mobile-nav .menu li a:hover{}
.mobile-menu-opt .cloud-mobile-nav .menu li ul{}
.mobile-menu-opt .cloud-mobile-nav .menu li ul li{}
.mobile-menu-opt .cloud-mobile-nav .menu li ul li a{}
.mobile-menu-opt .cloud-mobile-nav .menu li ul li:hover a{}
.mobile-menu-opt .cloud-mobile-nav .menu li ul li a:hover{}
.mobile-menu-opt .mobile-external-menu{display: flex;width: 100%;flex-direction: column;background: #f9f9f9;padding: 15px;box-shadow: 0 0 3px #ccc;align-items: baseline;margin-top: 10px;}
.mobile-menu-opt .mobile-external-menu ul{display: flex;flex-wrap: wrap;gap: 5px;}
.mobile-menu-opt .mobile-external-menu ul li{width: 45%;}
.mobile-menu-opt .mobile-external-menu li a{display: flex;align-items: center;}
.mobile-menu-opt .mobile-external-menu li svg{width: 25px;height: 25px;float: left;margin-right: 3px;}
.mobile-menu-opt .mobile-external-menu ul.social-media-list{display: flex;gap: 15px;flex-direction: row;flex-wrap: nowrap;width: auto;margin-top: 25px;}
.mobile-menu-opt .mobile-external-menu ul.social-media-list li{width: max-content;}
.mobile-menu-opt .mobile-external-menu ul.social-media-list li a{display: block;color: #555;}
.mobile-menu-opt .mobile-external-menu ul.social-media-list svg{width: 20px;height: 20px;fill: #666;}
@media only screen and (max-width: 1279px) and (min-width: 1024px){
.navigation{height: 38px;overflow: hidden;}
.navigation .menu-cloud-navigation-container{width: 90%;}
.navigation .menu-cloud-navigation-container .menu li a{padding: 9px;font-size: 0.9rem;line-height: 1;}
.navigation .menu-cloud-navigation-container .menu li:first-child a::before{margin-top: -6px;}
/*---- Navigation External ---*/
.navigation .navigation-external-menu{width: 10%;background: transparent;}
.navigation .navigation-external-menu ul{gap: 0;flex-wrap: nowrap;width: 100%;}
.navigation .navigation-external-menu ul li a{padding: 11px;height: 100%;font-size: 0.85rem;text-align: center;line-height: 1.2;}
.navigation .navigation-external-menu ul li svg{margin-top: 0;}
}
@media only screen and (max-width:1023px) and (min-width: 768px){
/*------ Mobile Header ---*/
.navigation{height: 38px;overflow: hidden;}
.navigation .menu-cloud-navigation-container{width: 85%;}
.navigation .menu-cloud-navigation-container .menu li.menu-item-3083 a::before{}
.navigation .menu-cloud-navigation-container .menu li a{font-size: 0.8rem;padding: 7px 7px;}
/*---- Navigation External ---*/
.navigation .navigation-external-menu{width: 15%;float: right;}
.navigation .navigation-external-menu ul{display: flex;width: 100%;gap: 0;float: right;place-content: flex-end;width: 100%;}
.navigation .navigation-external-menu ul li{width: auto;clear: both;float: right;height: 32px;overflow: hidden;}
.navigation .navigation-external-menu ul li:nth-child(2){}
.navigation .navigation-external-menu ul li:last-child{padding: 5px 0;height: 100%;}
.navigation .navigation-external-menu ul li a{padding: 2px 7px;display: block;color: #fff;line-height: 1.8;}
.navigation .navigation-external-menu ul li svg{width: 1.2rem;line-height: 1.5;height: 1.2rem;float: left;fill: #fff;margin-top: 5px;}
}
@media only screen and (max-width: 767px) and (min-width: 481px){
.navigation{position: fixed;left: -200%;top: 95px;bottom: 0;width: 100%;height: auto;background: #fffffffc;z-index: 9999;transition: .5s;}
.header .midbar .mobile-button{height: 40px;width: 45px;text-align: center;}
.header .midbar .mobile-button i{line-height: 40px;}
.navigation .menu-cloud-navigation-container{display: inline-block;width: 100%;float: left;clear: both;}
.navigation .menu-cloud-navigation-container .menu{display: flex;flex-direction: column;}
.navigation .menu-cloud-navigation-container .menu li{border-bottom: 1px solid #efefef;}
.navigation .menu-cloud-navigation-container .menu li.current-post-ancestor,
.navigation .menu-cloud-navigation-container .menu li.current-menu-parent,
.navigation .menu-cloud-navigation-container .menu li.current-post-parent,
.navigation .menu-cloud-navigation-container .menu li.current-menu-item,
.navigation .menu-cloud-navigation-container .menu li.current_page_item,
.navigation .menu-cloud-navigation-container .menu li:hover{border-bottom: none;border-left: 4px solid #be1e2d;}
/*---- Navigation External ---*/
.navigation .navigation-external-menu{width: 100%;margin: 5px 0;padding: 5px 0;background: #fff4f4;position: absolute;bottom: -5px;left: 0;right: 0;border-top: 1px solid #ffdddd;}
.navigation .navigation-external-menu ul{width: 100%;text-align: center;}
}
@media only screen and (max-width: 480px){
.navigation{position: fixed;left: -200%;top: 52px;bottom: 0;width: 100%;height: auto;background: #fffffffc;z-index: 9999;transition: .5s;}
.header .midbar .mobile-button{height: 40px;width: 45px;text-align: center;}
.header .midbar .mobile-button i{line-height: 40px;}
.navigation .menu-cloud-navigation-container{display: inline-block;width: 100%;float: left;clear: both;}
.navigation .menu-cloud-navigation-container .menu{display: flex;flex-direction: column;}
.navigation .menu-cloud-navigation-container .menu li{border-bottom: 1px solid #efefef;}
.navigation .menu-cloud-navigation-container .menu li a{font-size: 0.9rem;line-height: 1.5;padding: 8px 15px;}
.navigation .menu-cloud-navigation-container .menu li.current-post-ancestor,
.navigation .menu-cloud-navigation-container .menu li.current-menu-parent,
.navigation .menu-cloud-navigation-container .menu li.current-post-parent,
.navigation .menu-cloud-navigation-container .menu li.current-menu-item,
.navigation .menu-cloud-navigation-container .menu li.current_page_item,
.navigation .menu-cloud-navigation-container .menu li:hover{border-bottom: none;border-left: 4px solid #be1e2d;}
/*---- Navigation External ---*/
.navigation .navigation-external-menu{width: 100%;margin: 5px 0;padding: 5px 0;background: #fff4f4;position: absolute;bottom: -5px;left: 0;right: 0;border-top: 1px solid #ffdddd;}
.navigation .navigation-external-menu ul{width: 100%;display: grid;grid-template-columns: auto auto auto;gap: 0;place-content: center;}
.navigation .navigation-external-menu ul li{width: 100%;background: red;}
.navigation .navigation-external-menu ul li a{font-size: 0.9rem;padding: 5px 10px;}
/*----------- Slide Navigation ----------*/
.mobile-menu-opt{width: 100%;background: #ffffff;top: 60px;}
.mobile-menu-opt .mobile-menu-content{grid-template-rows: 120px auto auto;}
.mobile-menu-opt .search-form-box span{display: none;}
.mobile-menu-opt .cloud-mobile-nav .menu-cloud-navigation-container{height: 50vh;}
}
/*========================================
/*   Latest Video Section queried from YT
/*=======================================*/
.latest-videos-section{display: inline-block;width: 100%;clear: both;float: left;padding: 30px 0;margin: 25px 0;background: #d9d9d92e;border-top: 1px solid #999999;border-bottom: 1px solid #999999;}
.news-videos-section{display: inline-block;width: 100%;}
.news-videos-section h2{border-bottom: 2px dotted #dd0f00;margin-bottom: 15px;float: left;width: 100%;position: relative;font-weight: bold;}
.news-videos-section h2 span{display: flex;width: max-content;font-size: 1.5rem;line-height: 1.5;padding: 0;text-align: left;align-items: center;}
.news-videos-section h2 span svg{fill: #dd0f00;width: 35px;height: 30px;float: left;}
.news-videos-section h2 a{display: block;bottom: 0;right: 0;padding: 10px 0;color: #dd0f00;font-weight: normal;transition: .5s;}
.news-videos-section h2 a:hover{color: #1E88E5;}
.news-videos-section .more-button{text-align: center;display: inline-block;width: 100%;clear: both;float: left;margin: 15px;}
.news-videos-section .more-button a.btn-read-more{background: #cd0000;padding: 15px 20px;display: block;width: max-content;margin: 0 auto;border-radius: 8px;cursor: pointer;transition: .5s;color: #fff;}
.news-videos-section .more-button a.btn-read-more:hover{}
.grid-video-style{display: grid;width: 100%;grid-template-columns: auto auto auto auto;gap: 20px;}
.grid-video-style .grid-items{width: 100%;background: #fff;box-shadow: 0 0 3px #ccc;border-radius: 5px;overflow: hidden;display: inline-block;clear: both;float: left;}
.grid-video-style .grid-items .box{width: 100%;height: 100%;position: relative;}
.grid-video-style .grid-items .thumbnail{width: 100%;height: 160px;position: relative;overflow: hidden;float: left;border-radius: 5px;cursor: pointer;}
.grid-video-style .grid-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.grid-video-style .grid-items .thumbnail a{display: block;}
.grid-video-style .grid-items:hover .thumbnail::after{background:transparent;}
.grid-video-style .grid-items h3{width: 100%;font-size: 1rem;color: #000;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;flex-grow: 1;font-weight: 600;margin: 10px 0;float: left;padding: 0 10px;}
.grid-video-style .grid-items h3 a{color: #444;}
.grid-video-style .grid-items .play-icon{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 50px;height: 50px;text-align: center;line-height: 50px;background: #00000070;border-radius: 100%;z-index: 1;}
.grid-video-style .grid-items .play-icon svg{fill: #fff;width:45px;height:45px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
@media only screen and (max-width:1023px) and (min-width: 800px){
.grid-video-style{grid-template-columns: auto auto;}
}
@media only screen and (max-width: 799px) and (min-width: 480px){
.grid-video-style{grid-template-columns: auto auto;}
}
@media only screen and (max-width: 479px) and (min-width: 350px){
.grid-video-style{grid-template-columns: auto;}
.grid-video-style .grid-items .thumbnail{height: 180px;}
}
@media only screen and (max-width: 349px){
.grid-video-style{grid-template-columns: auto;}
}
/*========================================
/*   Google and Image Ads
/*=======================================*/
/*------ Top Landing Ads -----*/
.top-landing-ads{
display: inline-block;
width: 100%;
clear: both;
float: left;
padding: 35px 0;
background: #fbfbfb;
border-bottom: 1px solid #e1e1e1;
}
.top-landing-ads .top-landing-ads-size{
width: 980px;
height: 90px;
margin: 0 auto;
overflow: hidden;
text-align: center;
}
.top-landing-ads .top-landing-ads-size img{
height: 100%;
width: auto;
}
.ads-general-section{
display: inline-block;
width: 100%;
clear: both;
float: left;
margin: 35px 0;
}
/*------ Page banner Ads 728x90 -----*/
.page-banner-ads{
background: #f9f9f9;
display: inline-block;
width: 100%;
clear: both;
padding: 50px 0;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}
.page-banner-ads .ads-728x90{}
.page-banner-ads .ads-728x90 img{}
/*------ Page banner Ads 980x90 -----*/
.page-banner-ads .ads-980x90{
text-align: center;
}
.page-banner-ads .ads-980x90 img{
height: 100%;
width: auto;
}
/*------ Page banner Ads autox250 -----*/
.page-banner-ads .ads-autox250{}
.page-banner-ads .ads-autox250 img{}
/*------ Page banner Ads 630x250 -----*/
.page-banner-ads-grid{
display: grid;
grid-template-columns: auto auto;
width: 100%;
gap: 50px;
margin: 25px 0;
}
.ads-630x250{}
.ads-630x250 img{}
/*------ Page banner Ads 250x250 -----*/
.page-banner-ads .ads-250x250{}
.page-banner-ads .ads-250x250 img{}
/*------ Page banner Ads 300x300 -----*/
.page-banner-ads .ads-300x300{}
.page-banner-ads .ads-300x300 img{}


.ads-520x250{
width: 520px;
height: 250px;
margin: 0 auto;
}
.ads-520x250 img{
width: 100%;
height: 100%;
border: 1px solid #ccc;
}


.ads-switching-box{
width: 100%;
height: auto;
display: none;
}
.switching-for-large{display:inline-block;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
/*------ Top Landing Ads -----*/
.top-landing-ads{}
.top-landing-ads .top-landing-ads-size{}
.top-landing-ads .top-landing-ads-size img{}
/*------ Page banner Ads 728x90 -----*/
.page-banner-ads{}
.page-banner-ads .ads-728x90{}
.page-banner-ads .ads-728x90 img{}
/*------ Page banner Ads 980x90 -----*/
.page-banner-ads .ads-980x90{}
.page-banner-ads .ads-980x90 img{}
/*------ Page banner Ads autox250 -----*/
.page-banner-ads .ads-autox250{}
.page-banner-ads .ads-autox250 img{}
/*------ Page banner Ads 630x250 -----*/
.page-banner-ads-grid{}
.ads-630x250{}
.ads-630x250 img{}
/*------ Page banner Ads 250x250 -----*/
.page-banner-ads .ads-250x250{}
.page-banner-ads .ads-250x250 img{}
/*------ Page banner Ads 300x300 -----*/
.page-banner-ads .ads-300x300{}
.page-banner-ads .ads-300x300 img{}
.ads-520x250{
width: 100%;
}
.ads-520x250 img{}
.switching-for-large{display:none;}
.switching-for-medium{display:inline-block;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
/*------ Top Landing Ads -----*/
.top-landing-ads{}
.top-landing-ads .top-landing-ads-size{
width: 100%;
}
.top-landing-ads .top-landing-ads-size img{
width: 100%;
height: auto;
}
/*------ Page banner Ads 728x90 -----*/
.page-banner-ads{}
.page-banner-ads .ads-728x90{}
.page-banner-ads .ads-728x90 img{}
/*------ Page banner Ads 980x90 -----*/
.page-banner-ads .ads-980x90{}
.page-banner-ads .ads-980x90 img{
width: 100%;
height: auto;
}
/*------ Page banner Ads autox250 -----*/
.page-banner-ads .ads-autox250{}
.page-banner-ads .ads-autox250 img{}
/*------ Page banner Ads 630x250 -----*/
.page-banner-ads-grid{
grid-template-columns: auto;
}
.ads-630x250{}
.ads-630x250 img{}
/*------ Page banner Ads 250x250 -----*/
.page-banner-ads .ads-250x250{}
.page-banner-ads .ads-250x250 img{}
/*------ Page banner Ads 300x300 -----*/
.page-banner-ads .ads-300x300{}
.page-banner-ads .ads-300x300 img{}
.ads-520x250{}
.ads-520x250 img{}

.switching-for-large{display:none;}
.switching-for-tab{display:inline-block;}

}
@media only screen and (min-width: 481px) and (max-width: 767px) {
/*------ Top Landing Ads -----*/
.top-landing-ads{padding: 25px 0;}
.top-landing-ads .top-landing-ads-size{
width: 100%;
height: auto;
}
.top-landing-ads .top-landing-ads-size img{
width: 100%;
height: auto;
}
/*------ Page banner Ads 728x90 -----*/
.page-banner-ads{
padding: 35px 0;
}
.page-banner-ads .ads-728x90{}
.page-banner-ads .ads-728x90 img{}
/*------ Page banner Ads 980x90 -----*/
.page-banner-ads .ads-980x90{}
.page-banner-ads .ads-980x90 img{
width: 100%;
height: auto;
}
/*------ Page banner Ads autox250 -----*/
.page-banner-ads .ads-autox250{}
.page-banner-ads .ads-autox250 img{}
/*------ Page banner Ads 630x250 -----*/
.page-banner-ads-grid{
grid-template-columns: auto;
}
.ads-630x250{}
.ads-630x250 img{}
/*------ Page banner Ads 250x250 -----*/
.page-banner-ads .ads-250x250{}
.page-banner-ads .ads-250x250 img{}
/*------ Page banner Ads 300x300 -----*/
.page-banner-ads .ads-300x300{}
.page-banner-ads .ads-300x300 img{}
.ads-520x250{
width: 100%;
}
.ads-520x250 img{}
.switching-for-large{display:none;}
.switching-for-mobile-xl{display:inline-block;}
}
@media only screen and (max-width: 480px) {
/*------ Top Landing Ads -----*/
.top-landing-ads{
padding: 0;
margin-top: 60px;
}
.top-landing-ads .top-landing-ads-size{
width: 100%;
height: auto;
max-height: 250px;
}
.top-landing-ads .top-landing-ads-size img{
width: 100%;
height: auto;
max-height: 100%;
}
/*------ Page banner Ads 728x90 -----*/
.page-banner-ads{
width: 100%;
overflow: hidden;
padding: 25px 0;
}
.page-banner-ads .ads-728x90{}
.page-banner-ads .ads-728x90 img{}
/*------ Page banner Ads 980x90 -----*/
.page-banner-ads .ads-980x90{width: 100%;height: 90px;}
.page-banner-ads .ads-980x90 img{
width: 100%;
height: auto;
}
/*------ Page banner Ads autox250 -----*/
.page-banner-ads .ads-autox250{}
.page-banner-ads .ads-autox250 img{}
/*------ Page banner Ads 630x250 -----*/
.page-banner-ads-grid{
grid-template-columns: auto;
gap: 25px;
margin-top: 15px;
}
.page-banner-ads .ads-630x250{}
.page-banner-ads .ads-630x250 img{}
/*------ Page banner Ads 250x250 -----*/
.page-banner-ads .ads-250x250{}
.page-banner-ads .ads-250x250 img{}
/*------ Page banner Ads 300x300 -----*/
.page-banner-ads .ads-300x300{}
.page-banner-ads .ads-300x300 img{}
.ads-520x250{
width: 100%;
height: auto;
}
.ads-520x250 img{}
.switching-for-large{display:none;}
.switching-for-mobile-xs{display:inline-block;}

}




 
/*========================================
/*   Top Landing Section
/*=======================================*/
.top-landing-section{display: inline-block;width: 100%;clear: both;float: left;margin: 25px 0;}
.top-landing-section .section-grid{display: grid;grid-template-columns: 72% auto;gap: 35px;}
/*---leadnews----*/
.top-landing-section .lead-news-box{}
.lead-news-grid {display: grid;grid-template-columns: auto auto auto;gap: 10px 20px;}
.lead-news-grid .grid-items{border-bottom: 1px solid #e1e1e1;}
.lead-news-grid .grid-items .box{padding: 0;}
.lead-news-grid .grid-items .thumbnail{width: 30%;float: right;padding-left: 5px;display: none;}
.lead-news-grid .grid-items .thumbnail img{}
.lead-news-grid .grid-items .thumbnail a{}
.lead-news-grid .grid-items h3{font-size: 1rem;font-weight: 500;line-height: 1.5;color: #000;}
.lead-news-grid .grid-items .news-meta{display: none;}
.lead-news-grid .grid-items .news-meta .news-list{}
.lead-news-grid .grid-items .news-meta .news-list i{}
.lead-news-grid .grid-items .news-excerpt{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;height: auto;float: left;font-size: .9rem;font-weight: 400;color: #333;line-height: 1.5;display: none;}
.lead-news-grid .grid-items:first-child {grid-column: 2 / 4;grid-row: 1 / 8;border: none;}
.lead-news-grid .grid-items:first-child .box{}
.lead-news-grid .grid-items:first-child .thumbnail{width: 100%;display: block;height: 380px;overflow: hidden;}
.lead-news-grid .grid-items:first-child .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.lead-news-grid .grid-items:first-child .thumbnail a{}
.lead-news-grid .grid-items:first-child h3{font-size: 2rem;float: left;padding: 5px 0;line-height: 1.4;max-height: inherit;overflow: hidden;}
.lead-news-grid .grid-items:first-child .news-meta{}
.lead-news-grid .grid-items:first-child .news-meta .news-list{}
.lead-news-grid .grid-items:first-child .news-meta .news-list i{}
.lead-news-grid .grid-items:first-child .news-excerpt{font-size: 1rem;color: #000;line-height: 1.5;margin: 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;flex-grow: 1;font-weight: 500;padding: 0 0 0 3px;}
.lead-news-grid .grid-items:nth-child(6),
.lead-news-grid .grid-items:nth-child(7),
.lead-news-grid .grid-items:nth-child(8){}
.lead-news-grid .grid-items:last-child{border:none;}
/*---Spotlight----*/
.top-landing-section .spotlight-box{}
.spotlights{display: inline-block;width: 100%;clear: both;float: left;}
.spotlights .spotlight-news-item{display: flex;width: 100%;clear: both;float: left;flex-direction: column;gap: 20px;}
.spotlights .spotlight-news-item .news-item{width: 100%;float: left;clear: both;}
.spotlights .spotlight-news-item .news-item .box{display: flex;flex-wrap: wrap;flex-direction: row-reverse;}
.spotlights .spotlight-news-item .news-item .thumbnail{width: 35%;float: right;height: 75px;padding-left: 5px;}
.spotlights .spotlight-news-item .news-item .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.spotlights .spotlight-news-item .news-item h3{font-size: 1rem;line-height: 1.5;margin-bottom: 5px;width: 65%;}
.spotlights .spotlight-news-item .news-item .news-excerpt-3{font-size: .8rem;color: #555;width: 100%;margin-bottom: 5px;display: none;}
.spotlights .spotlight-news-item .news-item .news-meta{display: flex;width: 100%;gap: 15px;font-size: .75rem;color: #555;margin-top: 10px;float: left;}
.spotlights .spotlight-news-item .news-item .news-date{width: max-content;}
.spotlights .spotlight-news-item .news-item .query-category{display: flex;overflow: hidden;white-space: nowrap;text-align: right;float: right;}
.spotlights .spotlight-news-item .news-item .query-category a{display: block;width: auto;color: #dd0000;}
.spotlights .spotlight-news-item .news-item .query-category a:last-child::before{content: "|";margin-right: 10px;color: #555;}
.spotlights .spotlight-news-item .news-item:first-child .thumbnail{width: 100%;float: left;margin: 0;height: 175px;overflow: hidden;}
.spotlights .spotlight-news-item .news-item:first-child h3{width: 100%;margin-top: 10px;}
.spotlights .spotlight-news-item .news-item:first-child .news-excerpt-3{display:-webkit-box;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.top-landing-section .section-grid{gap: 25px;grid-template-columns: 75% auto;}
.lead-news-grid .grid-items h3{font-size: 0.9rem;}
.lead-news-grid .grid-items:first-child .thumbnail{height: 280px;}
.lead-news-grid .grid-items:first-child h3{font-size: 1.5rem;}
.lead-news-grid .grid-items:first-child .news-excerpt{font-size: 0.9rem;font-weight: 300;color: #555;}
/*---Spotlight----*/
.spotlights .title-style-1 span{font-size: 1.1rem;}
.spotlights .title-style-1 span svg{width: 30px;height: 25px;margin-bottom: 5px;}
.spotlights .spotlight-news-item .news-item .thumbnail{height: 50px;}
.spotlights .spotlight-news-item .news-item:first-child .thumbnail{height: 150px;padding: 0;}
.spotlights .spotlight-news-item .news-item:first-child .news-excerpt-3{display: none;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.top-landing-section .section-grid{display: flex;flex-direction: column;}
.lead-news-grid .grid-items h3{font-size: .9rem;font-weight: 500;}
.lead-news-grid .grid-items:first-child .thumbnail{padding: 0;height: 280px;}
.lead-news-grid .grid-items:first-child h3{font-size: 1.5rem;}
.lead-news-grid .grid-items:first-child .news-excerpt{font-size: 0.85rem;font-weight: 400;color: #555;}
.lead-news-grid .grid-items:last-child{display: none;}
.lead-news-grid .grid-items:nth-child(8){border-bottom: none;}
/*---Spotlight----*/
.spotlights .spotlight-news-item{display: grid;grid-template-columns: 50% auto;width: 100%;max-width: 100%;overflow: hidden;gap: 25px;}
.spotlights .spotlight-news-item .news-item{width: 100%;float: left;}
.spotlights .spotlight-news-item .news-item .thumbnail{height: 70px;margin-bottom: 5px;padding-left: 0;}
.spotlights .spotlight-news-item .news-item .news-excerpt-3{display: -webkit-box;}
.spotlights .spotlight-news-item .news-item:first-child{grid-row-start: 1;grid-row-end: 3;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.top-landing-section .section-grid{display: flex;flex-direction: column;}
.lead-news-grid .grid-items h3{font-size: .9rem;font-weight: 500;}
.lead-news-grid .grid-items:first-child .thumbnail{padding: 0;height: 280px;}
.lead-news-grid .grid-items:first-child h3{font-size: 1.5rem;}
.lead-news-grid .grid-items:first-child .news-excerpt{font-size: 0.85rem;font-weight: 400;color: #555;}
.lead-news-grid .grid-items:last-child{display: none;}
.lead-news-grid .grid-items:nth-child(8){border-bottom: none;}
/*---Spotlight----*/
.spotlights .spotlight-news-item{display: grid;grid-template-columns: 50% auto;width: 100%;max-width: 100%;overflow: hidden;gap: 25px;}
.spotlights .spotlight-news-item .news-item{width: 100%;float: left;}
.spotlights .spotlight-news-item .news-item .thumbnail{height: 70px;margin-bottom: 5px;padding-left: 0;}
.spotlights .spotlight-news-item .news-item .news-excerpt-3{display: -webkit-box;}
.spotlights .spotlight-news-item .news-item:first-child{grid-row-start: 1;grid-row-end: 3;}
}
@media only screen and (max-width: 480px) {
.top-landing-section .section-grid{display: flex;flex-direction: column;gap: 25px;}
/*---leadnews----*/
.lead-news-grid {display: flex;flex-direction: column;}
.lead-news-grid .grid-items h3{font-weight: 500;padding: 5px 0;}
.lead-news-grid .grid-items:first-child {border-bottom: 1px solid #e1e1e1;}
.lead-news-grid .grid-items:first-child .thumbnail{padding: 0;width: 100%;height: auto;}
.lead-news-grid .grid-items:first-child .thumbnail a{display: block;}
.lead-news-grid .grid-items:first-child h3{font-size: 1.2rem;}
.lead-news-grid .grid-items:first-child .news-excerpt{padding: 0;margin: 5px 0;font-size: 0.85rem;color: #555;}
}
/*========================================
/*   Landing Recent Section
/*=======================================*/
.landing-recent-section{display: inline-block;width: 100%;float: left;clear: both;margin: 35px 0;}
.landing-recent-section .section-grid{display: grid;width: 100%;float: left;gap: 35px;grid-template-columns: 50% auto;margin-bottom: 35px;}
/*---- Recent News Tabs ----*/
.recent-news-tabs{display: inline-block;background: #fff;box-shadow: 0 0 3px #d9d9d9;border-radius: 3px;}
.recent-news-tabs .recent-news-tab-header{display: inline-block;width: 100%;clear: both;float: left;}
.recent-news-tabs .recent-news-tab-header .rntb-buttons{display: inline-block;width: 100%;clear: both;float: left;border-bottom: 2px dotted #bdbdbd;}
.recent-news-tabs .recent-news-tab-header button{padding: 7px 10px;float: left;border: none;outline: none;cursor: pointer;transition: .5s;color: #000;background: #efefef;font-size: 0.9rem;}
.recent-news-tabs .recent-news-tab-header button:hover{background: #009106;color: #fff;}
.recent-news-tabs .recent-news-tab-header button.active{background: #303030;color: #fff;}
.recent-news-tabs .recent-news-tab-body{display: inline-block;width: 100%;clear: both;}
.recent-news-tabs .recent-news-tab-body .rntb-news-box{display:none;padding: 0 10px;height: 550px;overflow-y: scroll;overflow-x: hidden;}
.recent-news-item{display: flex;flex-wrap: wrap;width: 100%;}
.recent-news-item .grid-items{display: flex;width: 100%;padding: 10px 0;position: relative;border-bottom: 1px solid #f7f7f7;align-items: center;justify-content: center;vertical-align: middle;}
.recent-news-item .grid-items .item-count{font-size: 1.5rem;color: #bb3030;width: 10%;text-align: center;}
.recent-news-item .grid-items .thumbnail{width: 80px;float: left;display: block;height: 60px;margin-right: 7px;}
.recent-news-item .grid-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.recent-news-item .grid-items::before{font-family: 'Material Symbols Outlined';font-weight: normal;font-style: normal;font-size: 24px;line-height: 1;letter-spacing: normal;text-transform: none;display: inline-block;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;float: left;margin-right: 10px;color: #a9a9a9;position: absolute;left: 0;top: 50%;transform: translate(0, -50%);}
.recent-news-item .grid-items h3{font-size: 1.1rem;color: #000;line-height: 1.5;margin: 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;flex-grow: 1;font-weight: 500;padding: 0 0 0 3px;align-items: center;justify-content: center;vertical-align: middle;width: 92%;}
/*---- Editorial News Box ----*/
.editorial-style{display: flex;width: 100%;float: left;clear: both;flex-wrap: wrap;gap: 3.5%;}
.editorial-style .grid-items{width: 31%;}
.editorial-style .grid-items .thumbnail{height: 120px;margin-bottom: 10px;}
.editorial-style .grid-items .thumbnail img{height: 100%;width: 100%;object-fit: cover;}
.editorial-style .grid-items h3{font-size: 1rem;line-height: 1.5;margin-top: 5px;width: 100%;font-weight: 500;}
.editorial-style .grid-items .news-excerpt{font-size: 0.85rem;margin: 5px 0;color: #444;}
.editorial-style .grid-items .news-meta{font-size: 0.85rem;color: #555;margin-top: 10px;}
.editorial-style .grid-items .news-date{color: #dd0000;}
.editorial-style .grid-items:first-child{width: 100%;margin-bottom: 20px;}
.editorial-style .grid-items:first-child .box{display: grid;grid-template-columns: 50% auto;gap: 10px 15px;}
.editorial-style .grid-items:first-child .thumbnail{width: 100%;grid-row-start: 1;grid-row-end: 4;align-items: center;justify-content: center;}
.editorial-style .grid-items:first-child .thumbnail a{display: flex;width: 100%;height: 220px;align-items: center;overflow: hidden;}
.editorial-style .grid-items:first-child .thumbnail img{height: 100%;width: 100%;object-fit: cover;}
.editorial-style .grid-items:first-child h3{font-size: 1.4rem;line-height: 1.5;-webkit-line-clamp: 3;}
.editorial-style .grid-items:first-child .news-excerpt{font-size: 0.85rem;color: #555;display: -webkit-box;}
.editorial-style .grid-items:first-child .news-meta{font-size: 0.8rem;color: #444;margin-top: 0;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.recent-news-item .grid-items h3{font-size: 1rem;font-weight: 400;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.landing-recent-section .section-grid{display: flex;flex-direction: column;}
.recent-news-item .grid-items h3{font-size: 1rem;font-weight: 400;}
/*---- Editorial News Box ----*/
.editorial-style .grid-items{width: 46.5%;}
.editorial-style .grid-items .thumbnail{height: 180px;}
.editorial-style .grid-items:first-child{width: 50%;}
.editorial-style .grid-items:first-child .box{display: inline-block;}
.editorial-style .grid-items:first-child .thumbnail{height: 150px;overflow: hidden;}
.editorial-style .grid-items:first-child h3{font-size: 1rem;-webkit-line-clamp: 2;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.landing-recent-section .section-grid{display: flex;flex-direction: column;}
.recent-news-item .grid-items .item-count{font-size: 1.3rem;width: 15%;}
.recent-news-item .grid-items h3{font-size: 1rem;font-weight: 400;}
/*---- Editorial News Box ----*/
.editorial-style .grid-items{width: 46.5%;}
.editorial-style .grid-items .thumbnail{height: 150px;}
.editorial-style .grid-items:first-child{width: 50%;}
.editorial-style .grid-items:first-child .box{display: inline-block;}
.editorial-style .grid-items:first-child .thumbnail{height: 150px;overflow: hidden;}
.editorial-style .grid-items:first-child h3{font-size: 1rem;-webkit-line-clamp: 2;}
}
@media only screen and (max-width: 480px) {
.landing-recent-section .section-grid{display: flex;flex-direction: column;}
.recent-news-item .grid-items .item-count{width: 15%;font-size: 1.2rem;}
.recent-news-item .grid-items h3{font-size: 0.9rem;font-weight: 400;}
.editorial-style{display: flex;flex-direction: column;width: 100%;gap: 25px;}
.editorial-style .grid-items{width: 100%;}
.editorial-style .grid-items .thumbnail{height: 180px;}
.editorial-style .grid-items:first-child{width: 100%;}
.editorial-style .grid-items:first-child .box{display: inline-block;}
.editorial-style .grid-items:first-child .thumbnail{height: 180px;overflow: hidden;}
.editorial-style .grid-items:first-child h3{font-size: 1rem;-webkit-line-clamp: 2;}
}
/*========================================
/*   Australia Category News
/*=======================================*/
.australia-category-section{display: inline-block;width: 100%;clear: both;padding: 25px 0 50px 0;}
.australia-category-grid{display: grid;grid-template-columns: 25% auto 25%;gap: 10px 20px;float:left;}
.australia-category-grid .grid-items{width: 100%;}
.australia-category-grid .grid-items .box{display: flex;width: 100%;flex-direction: row-reverse;}
.australia-category-grid .grid-items .thumbnail{width: 35%;height: 65px;overflow: hidden;}
.australia-category-grid .grid-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.australia-category-grid .grid-items .thumbnail a{display: block;width: 100%;height: 100%;}
.australia-category-grid .grid-items h3{width: 65%;font-size: 0.9rem;color: #000;line-height: 1.5;margin: 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;flex-grow: 1;font-weight: 500;align-items: center;justify-content: center;vertical-align: middle;padding-right: 5px;}
.australia-category-grid .grid-items .news-excerpt{display: none;}
.australia-category-grid .grid-items:first-child {grid-column-start: 2;grid-column-end: 3;grid-row-start: 1;grid-row-end: 7;width: 100%;}
.australia-category-grid .grid-items:first-child .box{display: flex;flex-wrap: wrap;}
.australia-category-grid .grid-items:first-child .thumbnail{width: 100%;height: auto;max-height: 380px;}
.australia-category-grid .grid-items:first-child h3{font-size: 1.5rem;width: 100%;}
.australia-category-grid .grid-items:first-child .news-excerpt{display: block;font-size: .8rem;line-height: 1.5;color: #555;}
.australia-category-grid .grid-items:nth-child(2n) .box{flex-direction: row;}
.australia-category-grid .grid-items:nth-child(2n) h3{margin-left: 15px;margin-right: 0;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.australia-category-grid .grid-items .thumbnail{width: 30%;height: 55px;}
.australia-category-grid .grid-items h3{font-size: 0.85rem;font-weight: 400;}
.australia-category-grid .grid-items:nth-child(2n) h3{margin-left: 10px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.australia-category-grid{grid-template-columns: auto auto;gap: 15px 25px;}
.australia-category-grid .grid-items:first-child {grid-column-start: 1;margin-bottom: 10px;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.australia-category-grid{grid-template-columns: auto auto;gap: 25px;}
.australia-category-grid .grid-items:first-child {grid-column-start: 1;}
}
@media only screen and (max-width: 480px) {
.australia-category-grid{display: flex;flex-direction: column;}
.australia-category-grid .grid-items{border-bottom: 1px solid #e9e9e9;padding-bottom: 10px;}
.australia-category-grid .grid-items:last-child{border:none;}
.australia-category-grid .grid-items .box{flex-direction: row;}
.australia-category-grid .grid-items .thumbnail{width: 100px;}
.australia-category-grid .grid-items h3{padding-right: 0;margin-left: 15px;}
.australia-category-grid .grid-items:first-child h3{font-size: 1.3rem;margin: 10px 0;}
.australia-category-grid .grid-items:nth-child(2n) .box{flex-direction: row;}
}
/*========================================
/*   World & Tech Section
/*=======================================*/
.world-tech-section{display: inline-block;width: 100%;clear: both;float: left;padding: 50px 0;}
.world-tech-section .section-grid{display: grid;grid-template-columns: 70% auto;gap: 50px;}
/*--- World News Category ---*/
.world-category-news{}
.grid-style-1 {display: grid;grid-template-columns: auto auto;gap: 15px;float: left;}
.grid-style-1 .grid-items{} 
.grid-style-1 .grid-items .box{padding: 0;position: relative;}
.grid-style-1 .grid-items .thumbnail{float: left;width: 120px;height: 75px;}
.grid-style-1 .grid-items .thumbnail img{padding-right: 8px;width: 100%;height: 100%;object-fit: cover;}
.grid-style-1 .grid-items a{display: block;transition: .5s;width: 100%;height: 100%;}
.grid-style-1 .grid-items h3{font-size: 1rem;color: #000;line-height: 1.5;margin: 0;font-weight: 500;}
.grid-style-1 .grid-items .news-meta{font-size: 14px;color: #555;float: left;display: none;}
.grid-style-1 .grid-items .news-meta .news-list{}
.grid-style-1 .grid-items .news-meta .news-list i{}
.grid-style-1 .grid-items .news-excerpt{display: none;}
.grid-style-1 .grid-items:first-child {grid-row: 1 / 5;}
.grid-style-1 .grid-items:first-child .box{}
.grid-style-1 .grid-items:first-child .thumbnail{display: block;width: 100%;height: 220px;float: left;}
.grid-style-1 .grid-items:first-child .thumbnail img{width: 100%;float: left;}
.grid-style-1 .grid-items:first-child a{}
.grid-style-1 .grid-items:first-child h3{font-size: 1.5rem;line-height: 1.5;padding: 0 3px;width: 100%;margin: 10px 0;height: max-content;float: left;padding: 0;}
.grid-style-1 .grid-items:first-child .news-meta{}
.grid-style-1 .grid-items:first-child .news-meta .news-list{}
.grid-style-1 .grid-items:first-child .news-meta .news-list i{}
.grid-style-1 .grid-items:first-child .news-excerpt{font-size: 0.85rem;color: #555;line-height: 1.5;margin: 0;font-weight: 500;padding: 0;align-items: center;justify-content: center;vertical-align: middle;float: left;display: -webkit-box;}
/*--- Technology Category ---*/
.tech-category-news{}
.grid-style-2 {display: grid;grid-template-columns: auto;gap: 18px;float: left;}
.grid-style-2 .grid-items{}
.grid-style-2 .grid-items .box{}
.grid-style-2 .grid-items .thumbnail{position: relative;width: 100px;display: block;height: 65px;float: left;margin-right: 10px;overflow: hidden;}
.grid-style-2 .grid-items .thumbnail img{width: 100%;height: 100%;margin-right: 10px;object-fit: cover;}
.grid-style-2 .grid-items .thumbnail a{}
.grid-style-2 .grid-items h3{font-size: 1rem;color: #000;line-height: 1.5;font-weight: 400;}
.grid-style-2 .grid-items .news-meta{display: none;}
.grid-style-2 .grid-items .news-meta .news-list{}
.grid-style-2 .grid-items .news-meta .news-list i{}
.grid-style-2 .grid-items .news-excerpt{margin: 5px 0;width: 100%;float: left;font-size: 0.85rem;font-weight: 400;color: #555;display: none;}
.grid-style-2 .grid-items:first-child {}
.grid-style-2 .grid-items:first-child .box{}
.grid-style-2 .grid-items:first-child .thumbnail{width: 100%;height: 180px;float: left;clear: both;margin-right: 0;overflow: hidden;}
.grid-style-2 .grid-items:first-child .thumbnail img{margin-bottom: 5px;object-fit: cover;width: 100%;height: 100%;}
.grid-style-2 .grid-items:first-child .thumbnail a{}
.grid-style-2 .grid-items:first-child h3{font-size: 1.2rem;line-height: 1.5;margin: 0;font-weight: 500;float: left;margin: 5px 0 0 0;clear: both;}
.grid-style-2 .grid-items:first-child h3 a{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;padding: 0 3px;}
.grid-style-2 .grid-items:first-child .news-meta{}
.grid-style-2 .grid-items:first-child .news-meta .news-list{}
.grid-style-2 .grid-items:first-child .news-meta .news-list i{}
.grid-style-2 .grid-items:first-child .news-excerpt{display: -webkit-box;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.grid-style-1 .grid-items .thumbnail{display: none;}
.grid-style-1 .grid-items .news-excerpt{display: none;}
.grid-style-2 .grid-items .thumbnail{display: none;}
.grid-style-2 .grid-items:first-child .thumbnail{display: block;height: 140px;}
.grid-style-2 .grid-items:first-child h3{padding: 0;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.world-tech-section{}
.world-tech-section .section-grid{grid-template-columns: auto;}
.grid-style-2 .grid-items:first-child .box{display: flex;flex-direction: column;}
.grid-style-2 .grid-items:first-child .thumbnail{width: 100%;height: auto;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.world-tech-section .section-grid{grid-template-columns: auto;}
.grid-style-1 {grid-template-columns: auto;}
.grid-style-1 .grid-items .news-excerpt{display: none;}
.grid-style-1 .grid-items:first-child .box{display: flex;flex-direction: column;}
.grid-style-1 .grid-items:first-child .thumbnail{width: 100%;height: auto;}
/*--- Technology Category ---*/
.grid-style-2 .grid-items:first-child .box{display: flex;flex-direction: column;}
.grid-style-2 .grid-items:first-child .thumbnail{width: 100%;height: auto;}
}
@media only screen and (max-width: 480px) {
.world-tech-section .section-grid{grid-template-columns: auto;}
/*--- World News Category ---*/
.world-category-news{}
/*--- World News Category ---*/
.world-category-news{}
.grid-style-1 {grid-template-columns: auto;}
}
/*========================================
/*   Business Bangladesh News Section
/*=======================================*/
.business-bd-section{display: inline-block;width: 100%;clear: both;float: left;padding: 50px 0;}
.business-bd-section .section-grid{display: grid;grid-template-columns: 48% auto;gap: 50px;}
/*----- Business News box -----*/
.grid-style-15{display: grid;width: 100%;clear: both;float: left;position: relative;gap: 0 20px;grid-template-columns: auto auto;}
.grid-style-15 .grid-items{width: 100%;}
.grid-style-15 .grid-items:first-child .box{display: grid;grid-template-columns: 45% auto;gap: 0 15px;}
.grid-style-15 .grid-items .box{display: grid;grid-template-columns: 35% auto;gap: 0 15px;}
.grid-style-15 .grid-items .thumbnail{width: 100%;grid-row-start: 1;grid-row-end: 3;}
.grid-style-15 .grid-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;max-width: 100%;}
.grid-style-15 .grid-items:first-child .thumbnail a{width: 100%;height: 150px;display: block;position: relative;}
.grid-style-15 .grid-items .thumbnail a{width: 100%;height: 75px;display: block;position: relative;}
.grid-style-15 .grid-items h3{width: 100%;font-size: 1rem;color: #000;line-height: 1.5;margin: 0;font-weight: 400;}
.grid-style-15 .grid-items .news-excerpt{display: none;}
.grid-style-15 .grid-items:first-child {grid-column-start: 1;grid-column-end: 3;width: 100%;margin-bottom: 20px;}
.grid-style-15 .grid-items:first-child h3{font-size: 1.3rem;line-height: 1.5;}
.grid-style-15 .grid-items:first-child .news-excerpt{display: -webkit-box;font-size: 0.9rem;line-height: 1.5;}
/*----- Bangladesh News box -----*/
.grid-style-16{display: grid;grid-template-columns: 30% 30% 30%;gap: 20px;float: left;width: 100%;max-width: 100%;}
.grid-style-16 .grid-items .box{display: flex;flex-wrap: wrap;}
.grid-style-16 .grid-items .thumbnail{width: 100%;height: 120px;}
.grid-style-16 .grid-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.grid-style-16 .grid-items .thumbnail a{display: block;width: 100%;height: 100%;}
.grid-style-16 .grid-items h3{font-size: 1rem;float: left;margin-top: 5px;line-height: 1.5;color: #000;font-weight: 500;}
.grid-style-16 .grid-items .news-excerpt{display: none;}
.grid-style-16 .grid-items:first-child {grid-column-start: 1;grid-column-end: 4;}
.grid-style-16 .grid-items:first-child .box{display: grid;grid-template-columns: 45% auto;gap: 15px;}
.grid-style-16 .grid-items:first-child .thumbnail{height: 160px;grid-row-start: 1;grid-row-end: 3;}
.grid-style-16 .grid-items:first-child .thumbnail img{}
.grid-style-16 .grid-items:first-child .thumbnail a{}
.grid-style-16 .grid-items:first-child h3{font-size: 1.2rem;line-height: 1.5;}
.grid-style-16 .grid-items:first-child .news-excerpt{font-size: 0.9rem;line-height: 1.5;margin: 0;font-weight: 400;color: #555;display: -webkit-box;}
.grid-style-16 .grid-items:nth-child(5) .thumbnail,
.grid-style-16 .grid-items:nth-child(6) .thumbnail,
.grid-style-16 .grid-items:last-child .thumbnail{display:none;}
.grid-style-16 .grid-items:nth-child(5),
.grid-style-16 .grid-items:nth-child(6),
.grid-style-16 .grid-items:last-child{border-top: 1px solid #e1e1e1;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.grid-style-15 .grid-items .box{grid-template-columns: auto;border-top: 1px solid #efefef;}
.grid-style-15 .grid-items .thumbnail{display: none;}
.grid-style-15 .grid-items:first-child .thumbnail a{height: 200px;margin-bottom: 10px;}
.grid-style-15 .grid-items h3{font-size: 0.9rem;padding: 10px 0 0 0;}
.grid-style-15 .grid-items h3 a{display: block;margin-bottom: 10px;}
.grid-style-15 .grid-items:first-child .box{display: flex;flex-direction: column;}
.grid-style-15 .grid-items:first-child .thumbnail{display: block;}
.grid-style-15 .grid-items:first-child h3{padding: 0;}
.grid-style-15 .grid-items:first-child .news-excerpt{font-size: 0.8rem;margin: 10px 0;}
/*----- Bangladesh News box -----*/
.grid-style-16 .grid-items .thumbnail{height: 90px;}
.grid-style-16 .grid-items h3{font-size: 0.9rem;font-weight: 500;}
.grid-style-16 .grid-items:first-child .box{display: flex;flex-direction: column;gap: 10px;}
.grid-style-16 .grid-items:first-child .thumbnail{height: 200px;}
.grid-style-16 .grid-items:first-child h3{margin: 0;}
.grid-style-16 .grid-items:first-child .news-excerpt{font-size: 0.8rem;display: -webkit-box;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.business-bd-section .section-grid{grid-template-columns: auto;}
.grid-style-16 .grid-items:first-child .news-excerpt{display: -webkit-box;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.business-bd-section .section-grid{grid-template-columns: auto;}
.grid-style-16{grid-template-columns: auto auto;}
.grid-style-16 .grid-items{border-top: 1px solid #e1e1e1;padding-top: 10px;}
.grid-style-16 .grid-items .thumbnail{display: none;}
.grid-style-16 .grid-items h3{font-weight: 400;}
.grid-style-16 .grid-items:first-child {grid-column-end: 3;border-top: none;padding-top: 0;}
.grid-style-16 .grid-items:first-child .box{display: flex;flex-direction: column;}
.grid-style-16 .grid-items:first-child .thumbnail{overflow: hidden;height: 200px;display: block;}
.grid-style-16 .grid-items:first-child .news-excerpt{display: -webkit-box;}
}
@media only screen and (max-width: 480px) {
.business-bd-section .section-grid{grid-template-columns: auto;}
/*----- Business News box -----*/
.grid-style-15{grid-template-columns: 100%;}
.grid-style-15 .grid-items:first-child .box{display: flex;flex-direction: column;gap: 10px;}
.grid-style-15 .grid-items:first-child .thumbnail a{height: 175px;}
.grid-style-16{display: flex;flex-direction: column;}
.grid-style-16 .grid-items .thumbnail{height: 160px;}
.grid-style-16 .grid-items h3{font-weight: 400;}
.grid-style-16 .grid-items h3 a{width: 100%;}
.grid-style-16 .grid-items:first-child .box{display: flex;flex-direction: column;}
.grid-style-16 .grid-items:first-child h3{margin: 0;font-size: 1.1rem;}
.grid-style-16 .grid-items:first-child .news-excerpt{display: -webkit-box;font-size: 0.8rem;}
}
/*========================================
/*   Entertainment Section News
/*=======================================*/
.entertainment-section{display: inline-block;width: 100%;clear: both;float: left;padding: 50px 0;}
.entertainment-news-box{display: inline-block;width: 100%;clear: both;float: left;}
.grid-style-17{display: grid;grid-template-columns: 25% auto 25%;gap: 20px;float:left;}
.grid-style-17 .grid-items{width: 100%;}
.grid-style-17 .grid-items .box{display: flex;width: 100%;flex-direction: row-reverse;}
.grid-style-17 .grid-items .thumbnail{width: 35%;height: 65px;overflow: hidden;}
.grid-style-17 .grid-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.grid-style-17 .grid-items .thumbnail a{display: block;width: 100%;height: 100%;}
.grid-style-17 .grid-items h3{width: 65%;font-size: 0.9rem;color: #000;line-height: 1.5;margin: 0;font-weight: 500;padding-right: 5px;}
.grid-style-17 .grid-items .news-excerpt{display: none;}
.grid-style-17 .grid-items:first-child {grid-column-start: 2;grid-column-end: 3;grid-row-start: 1;grid-row-end: 7;width: 100%;}
.grid-style-17 .grid-items:first-child .box{display: flex;flex-wrap: wrap;}
.grid-style-17 .grid-items:first-child .thumbnail{width: 100%;height: auto;max-height: 380px;}
.grid-style-17 .grid-items:first-child h3{font-size: 2rem;line-height: 1.5;width: 100%;margin-top: 10px;color: #000;}
.grid-style-17 .grid-items:first-child .news-excerpt{font-size: .8rem;line-height: 1.5;color: #555;display: -webkit-box;}
.grid-style-17 .grid-items:nth-child(2n) .box{flex-direction: row;}
.grid-style-17 .grid-items:nth-child(2n) h3{margin-left: 15px;margin-right: 0;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.grid-style-17{gap: 10px 20px;}
.grid-style-17 .grid-items .thumbnail{height: 50px;}
.grid-style-17 .grid-items:first-child h3{font-size: 1.5rem;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.grid-style-17{grid-template-columns: auto auto;}
.grid-style-17 .grid-items:first-child {grid-column-start: 1;}
.grid-style-17 .grid-items:first-child h3{font-size: 1.5rem;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.entertainment-section{padding: 25px 0;}
.grid-style-17{grid-template-columns: auto auto;}
.grid-style-17 .grid-items:first-child {grid-column-start: 1;}
.grid-style-17 .grid-items:first-child .thumbnail{max-height: 300px;}
.grid-style-17 .grid-items:first-child h3{font-size: 1.3rem;margin-bottom: 10px;}
}
@media only screen and (max-width: 480px) {
.entertainment-section{padding: 20px 0;}
.grid-style-17{display: flex;flex-direction: column;}
.grid-style-17 .grid-items .box{flex-direction: row;}
.grid-style-17 .grid-items h3{margin-left: 15px;margin-right: 0;}
.grid-style-17 .grid-items:first-child h3{font-size: 1.2rem;margin: 10px 0;}
}
/*========================================
/*   External Query Details
/*=======================================*/
.sports-cat-section{display: inline-block;width: 100%;border-top: 1px solid #fde3f0;padding: 50px 0;border-bottom: 1px solid #e6f0fa;}
.sports-cat-section .sports-news-box{display: inline-block;width: 100%;float: left;clear: both;}
.sports-cat-section .sports-news-box h2{background: #ffffff2e;}
.grid-style-4 {display: grid;grid-template-columns: auto auto auto auto;gap: 20px;float: left;}
.grid-style-4 .grid-items{background: #ffffffc4;box-shadow: 0 0 3px #e1e1e1;border-radius: 5px;overflow: hidden;}
.grid-style-4 .grid-items .box{padding: 0;padding-bottom: 10px;}
.grid-style-4 .grid-items .thumbnail{height: 175px;}
.grid-style-4 .grid-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.grid-style-4 .grid-items h3{font-size: 1rem;line-height: 1.5;padding: 0px 10px;float: left;font-weight: 500;margin-top: 10px;}
.grid-style-4 .grid-items h3 a{display: block;}
.grid-style-4 .grid-items .news-meta{display: none;}
.grid-style-4 .grid-items .news-excerpt{float: left;display: none;font-size: 0.9rem;color: #555;padding: 5px 10px;}
.grid-style-4 .grid-items:first-child {grid-column: 2 / 4;grid-row: 1 / 3;}
.grid-style-4 .grid-items:first-child .thumbnail{height: 350px;}
.grid-style-4 .grid-items:first-child h3{font-size: 1.5rem;}
.grid-style-4 .grid-items:first-child .news-excerpt{display: -webkit-box;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.grid-style-4 .grid-items .thumbnail{height: 140px;}
.grid-style-4 .grid-items h3{font-size: 0.9rem;}
.grid-style-4 .grid-items:first-child .thumbnail{height: 250px;}
.grid-style-4 .grid-items:first-child h3{font-size: 1.2rem;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.grid-style-4 {grid-template-columns: auto auto;}
.grid-style-4 .grid-items .thumbnail{height: 150px;}
.grid-style-4 .grid-items h3{font-size: 0.95rem;}
.grid-style-4 .grid-items .news-excerpt{font-size: 0.85rem;}
.grid-style-4 .grid-items:first-child .thumbnail{height: 280px;}
.grid-style-4 .grid-items:first-child h3{font-size: 1.2rem;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.grid-style-4 {grid-template-columns: auto auto;}
.grid-style-4 .grid-items .thumbnail{height: 150px;}
.grid-style-4 .grid-items h3{font-size: 0.9rem;}
.grid-style-4 .grid-items:first-child {grid-column: unset;grid-row: unset;}
.grid-style-4 .grid-items:first-child .thumbnail{height: 150px;}
.grid-style-4 .grid-items:first-child h3{font-size: 0.9rem;}
.grid-style-4 .grid-items:first-child .news-excerpt{display: none;}
.grid-style-4 .grid-items:last-child{display: none;}
}
@media only screen and (max-width: 480px) {
.grid-style-4 {display: flex;flex-direction: column;gap: 15px;}
.grid-style-4 .grid-items{padding: 10px;}
.grid-style-4 .grid-items .box{display: flex;flex-direction: row;padding-bottom: 0;}
.grid-style-4 .grid-items .thumbnail{height: 75px;width: 30%;border-radius: 5px;overflow: hidden;border: 1px solid #e1e1e1;}
.grid-style-4 .grid-items h3{width: 70%;padding: 0 10px;margin: 0;}
.grid-style-4 .grid-items:first-child .box{flex-direction: column;}
.grid-style-4 .grid-items:first-child .thumbnail{height: 180px;width: 100%;}
.grid-style-4 .grid-items:first-child h3{font-size: 1.3rem;width: 100%;padding: 0;margin: 10px 0;}
.grid-style-4 .grid-items:first-child .news-excerpt{padding: 0;}
}
/*========================================
/*   External Query Details
/*=======================================*/
.four-grid-section{display: inline-block;width: 100%;clear: both;float: left;padding: 50px 0;}
.four-grid-section .grid-section{display: grid;grid-template-columns: auto auto auto auto;gap: 25px;}
.grid-style-12{display: flex;flex-wrap: wrap;width: 100%;float: left;}
.grid-style-12 .grid-items{float: left;display: inline-block;width: 100%;clear: both;}
.grid-style-12 .grid-items .box{padding: 10px 0;border-top: 1px solid #f1f1f1;display: flex;flex-direction: column;gap: 10px;}
.grid-style-12 .grid-items .thumbnail{display: none;}
.grid-style-12 .grid-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.grid-style-12 .grid-items h3{font-size: 0.9rem;padding: 0 1px;font-weight: 500;line-height: 1.5;}
.grid-style-12 .grid-items .news-meta{display: none;}
.grid-style-12 .grid-items .news-excerpt{display: none;}
.grid-style-12 .grid-items:first-child .box{border: none;padding-top: 0;}
.grid-style-12 .grid-items:first-child .thumbnail{display: inline-block;height: 180px;}
.grid-style-12 .grid-items:first-child h3{font-size: 1.2rem;}
.grid-style-12 .grid-items:first-child .news-excerpt{color: #555;font-size: .85rem;display: -webkit-box;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.four-grid-section .grid-section .title-style-1 span{font-size: 1.2rem;}
.four-grid-section .grid-section .title-style-1 a{padding: 5px 0;}
.grid-style-12 .grid-items:first-child .thumbnail{height: 150px;}
.grid-style-12 .grid-items:first-child h3{font-size: 1.1rem;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.four-grid-section .grid-section{grid-template-columns: auto auto;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.four-grid-section .grid-section{grid-template-columns: auto;}
.grid-style-12 .grid-items:first-child .thumbnail{height: 250px;}
}
@media only screen and (max-width: 480px) {
.four-grid-section .grid-section{grid-template-columns: auto;}
}
/*========================================
/*   External Query Details
/*=======================================*/
.bangla-news-seciton{display: inline-block;width: 100%;clear: both;float: left;padding: 30px 0;}
.bengali-news-grid{display: inline-block;width: 100%;clear: both;float: left;}
.bangla-news-seciton .bangla-tabs{display: flex;width: max-content;margin: 0 auto;gap: 25px 15px;max-width: 100%;text-align: center;flex-wrap: wrap;}
.bangla-news-seciton .bangla-tabs li{width: max-content;}
.bangla-news-seciton .bangla-tabs li a{padding: 5px 15px;border: 1px solid #ccc;border-radius: 25px;transition: .5s;}
.bangla-news-seciton .bangla-tabs li a:hover{background: #fafdff;color: #1E88E5;}
.grid-style-13{display: grid;grid-template-columns: auto auto auto auto;gap: 20px;padding: 20px 0;float: left;width: 100%;max-width: 100%;}
.grid-style-13 .grid-items{position: relative;}
.grid-style-13 .grid-items .box{width: 100%;}
.grid-style-13 .grid-items .thumbnail{width: 80px;height: 60px;float: left;margin-right: 10px;}
.grid-style-13 .grid-items  .content-meta{float: left;width: 65%;}
.grid-style-13 .grid-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.grid-style-13 .grid-items h3{font-size: 1rem;color: #000;line-height: 1.5;margin: 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;flex-grow: 1;font-weight: 500;padding: 0 0 0 1px;align-items: center;justify-content: center;vertical-align: middle;}
.grid-style-13 .grid-items .news-meta{display: none;}
.grid-style-13 .grid-items .news-excerpt{display: none;}
.grid-style-13 .grid-items:nth-child(-n+4){position: relative;}
.grid-style-13 .grid-items:nth-child(-n+4) .box{display: inline-block;width: 100%;position: relative;}
.grid-style-13 .grid-items:nth-child(-n+4) .thumbnail{width: 100%;height: 180px;overflow: hidden;position: relative;margin-right: 0;}
.grid-style-13 .grid-items:nth-child(-n+4) .thumbnail img{height: 100%;width: 100%;object-fit: cover;}
.grid-style-13 .grid-items:nth-child(-n+4) .thumbnail a{}
.grid-style-13 .grid-items:nth-child(-n+4) .content-meta{position: absolute;background: linear-gradient(0deg, #000000bf, #00000099, #00000024);left: 0;right: 0;bottom: 0;display: inline-block;width: 100%;padding: 30px 10px 10px 10px;}
.grid-style-13 .grid-items:nth-child(-n+4) h3{font-size: 1.1rem;line-height: 1.5rem;float: left;margin: 10px 0;-webkit-line-clamp: 2;}
.grid-style-13 .grid-items:nth-child(-n+4) .news-meta{display: none;}
.grid-style-13 .grid-items:nth-child(-n+4) .news-excerpt{display:none}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.grid-style-13 .grid-items h3{font-size: 0.9rem;}
.grid-style-13 .grid-items:nth-child(-n+4) h3{-webkit-line-clamp: 3;}
.grid-style-13 .grid-items:nth-child(-n+4) .news-excerpt{display:none}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.bangla-news-seciton{padding: 15px 0;}
.bangla-news-seciton .bangla-tabs{flex-wrap: wrap;}
.bangla-news-seciton .bangla-tabs li{width: auto;float: left;}
.grid-style-13{grid-template-columns: auto auto;}
.grid-style-13 .grid-items:nth-child(-n+4) h3{-webkit-line-clamp: 3;}
.grid-style-13 .grid-items:nth-child(-n+4) .news-excerpt{display:none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.bangla-news-seciton .bangla-tabs{flex-wrap: wrap;}
.bangla-news-seciton .bangla-tabs li{width: max-content;}
.grid-style-13{grid-template-columns: auto auto;}
.grid-style-13 .grid-items:nth-child(-n+4) .news-excerpt{display:none}
}
@media only screen and (max-width: 480px) {
.bangla-news-seciton .bangla-tabs{flex-wrap: wrap;gap: 20px 10px;}
.grid-style-13{grid-template-columns: auto;}
.grid-style-13 .grid-items:nth-child(-n+4) .news-excerpt{display:none}
}
/*========================================
/*   Footer Section
/*=======================================*/
.footer{background: #f7f7f7;display: inline-block;width: 100%;clear: both;float: left;padding: 25px 0;color: #2e313c;border-top: 1px solid #dbdbdb;}
.footer .footer-grid{display: grid;grid-template-columns: 25% auto 25%;gap: 30px;}
.footer .footer-logo img{height: 50px;width: auto;margin-bottom: 15px;}
.footer .footer-logo .shortdescription{font-size: 0.9rem;text-align: left;color: #555;}
.footer .address-box h3{font-size: 1.2rem;border-bottom: 2px dotted #a3a3a3;margin-bottom: 15px;}
.footer .address-box ul{display: inline-block;width: 100%;clear: both;float: left;}
.footer .address-box ul li{font-size: 1rem;line-height: 1.5;padding: 5px 0;}
.footer .address-box ul li i{display: block;float: left;width: 30px;height: 30px;font-size: 25px;line-height: 25px;}
.footer .plugin-box .fb-page-plugin h3{color: red;border-bottom: 2px dotted red;}
.footer .plugin-box .social-media-list{display: flex;gap: 10px;margin: 15px 0;}
.footer .plugin-box .social-media-list li{width: 40px;height: 40px;overflow: hidden;}
.footer .plugin-box .social-media-list a{display: flex;background: #fff;padding: 7px 8px;border-radius: 100%;width: 100%;height: 100%;overflow: hidden;border: 1px solid #e1e1e1;}
.footer .plugin-box .social-media-list svg{width: 25px;height: 25px;margin: 0 auto;fill: #626262;display: block;align-items: center;justify-content: center;vertical-align: middle;}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.footer .footer-grid{grid-template-columns: auto;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.footer .footer-grid{grid-template-columns: auto;}
}
@media only screen and (max-width: 480px) {
.footer{padding: 25px;}
.footer .footer-grid{grid-template-columns: auto;}
}
/*========================================
/*   Category Page Codes
/*=======================================*/
.category_page{display: inline-block;width: 100%;clear: both;float: left;margin: 0 auto;padding: 25px 0;background: #fff;}
.category_page .category-feature-section{display: inline-block;width: 100%;clear: both;float: left;background: #fff;}
.category_page .category-feature-grid{display: grid;grid-template-columns: 72% auto;gap: 35px;}
.category_page .cat-feature-style{display: grid;grid-template-columns: auto auto auto;gap: 25px;width: 100%;}
.category_page .cat-feature-style .grid-items .box{display: flex;width: 100%;clear: both;float: left;flex-direction: column;}
.category_page .cat-feature-style .grid-items .thumbnail{height: 180px;overflow: hidden;margin-bottom: 10px;}
.category_page .cat-feature-style .grid-items .thumbnail img{height: 100%;width: 100%;object-fit: cover;}
.category_page .cat-feature-style .grid-items h3{font-size: 1rem;font-weight: 500;line-height: 1.5;}
.category_page .cat-feature-style .grid-items .news-excerpt{font-size: 0.85rem;color: #555;}
.category_page .cat-feature-style .grid-items .news-meta{font-size: 0.8rem;margin-top: 5px;color: #eb0000;}
.category_page .cat-feature-style .grid-items:first-child{grid-column: 1/4;}
.category_page .cat-feature-style .grid-items:first-child .box{display: grid;grid-template-columns: 50% auto;gap: 25px;}
.category_page .cat-feature-style .grid-items:first-child .thumbnail{grid-row: 1/4;height: 250px;}
.category_page .cat-feature-style .grid-items:first-child h3{font-size: 1.5rem;}
.category_page .cat-feature-style .grid-items:first-child .news-meta{margin-top: 20px;}
.category_page .page-news{display: inline-block;width: 100%;clear: both;padding: 30px 0;}
.category_page .page-news .page-news-section{display: flex;width: 1080px;margin: 0 auto;gap: 50px;}
.category_page .page-news .page-news-section .page-news-grid{width: 728px;}
.category_page .category-page-data-404{display: inline-block;width: 100%;clear: both;float: left;text-align: center;color: #686565;font-size: 1.5rem;line-height: 1.5;}
.category_page .category-page-data-404 .not-found{padding: 50px 0;box-shadow: 0 0 3px #ccc;border-radius: 8px;margin: 15px 0 25px 0;}
.category_page .category-page-data-404 .not-found i{font-size: 3rem;display: block;margin-bottom: 2px;color: #888;}
.category_page .category-page-data-404 .not-found span{text-transform: capitalize;font-weight: bold;color: red;}
.category_page .page-news h2{border-bottom: 2px dotted #e90000;color:#555;font-weight:normal;font-size: 1.5rem;}
.category_page .page-news h2 i{color:#cb0000;font-weight:bold}
.category_page .page-news h2 span{font-size: 0.9rem;color: #02569d;}
.category_page .page-news .page-sidebar h2 {font-size: 1.5rem;font-weight: 700;color: #1a1a1a;display: flex;align-items: center;border-bottom: 2px dotted #bb1919;padding-bottom: 5px;}
.category_page .page-news .page-sidebar h2 i {color: #bb1919;margin-right: 0.5rem;font-weight: normal;}
.category_page .page-news-grid #load-data{display: flex;flex-direction: column;padding: 15px 0;}
.category_page .page-news-grid .news-item{width: 100%;float: left;padding: 25px 0;border-bottom: 1px solid #f3f3f3;}
.category_page .page-news-grid .news-item:last-child{border-bottom: none;}
.category_page .page-news-grid .all-news{margin-right: 50px;}
.category_page .page-news-grid .news-item .box{display: grid;width: 100%;grid-template-columns: 30% auto;gap: 30px;}
.category_page .page-news-grid .news-item .box .thumbnail{width: 100%;overflow: hidden;height: 150px;}
.category_page .page-news-grid .news-item .box .thumbnail a{display: block;}
.category_page .page-news-grid .news-item .text-content{padding: 0;display: flex;flex-direction: column;}
.category_page .page-news-grid .news-item h3{font-weight: 600;line-height: 1.3;margin-bottom: 0;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;font-size: 1.5rem;}
.category_page .page-news-grid .news-item h4{font-size: 0.85rem;font-weight: 500;color: #d10000;text-transform: uppercase;overflow: hidden;white-space: nowrap;}
.category_page .page-news-grid .news-item h5{font-size: 0.75rem;color: #777;margin-top: 0.5rem;}
.category_page .page-news-grid .news-item img{width: 100%;height: 100%;object-fit: cover;}
.category_page .page-news-grid .news-item .news-excerpt{font-size: 0.875rem;color: #555;margin: 10px 0;}

.category_page .page-siderbar-ads{display: flex;flex-direction: column;width: 300px;max-width: 300px;overflow: hidden;clear: both;gap: 30px;}
.category_page .page-text-content{display: inline-block;width: 100%;text-align: justify;}
.category_page .page-text-content p{font-size: 1rem;line-height: 1.5rem;text-align: justify;margin: 1rem 0;width: 100%;display: inline-block;}
.category_page .page-text-content ul{padding: 0 1rem;width: 100%;clear: both;}
.category_page .page-text-content ul li{width: 100%;clear: both;float: left;display: inline-block;padding: 10px 0;font-size: 1rem;line-height: 1.2;}
.category_page .page-text-content ul li::before{content: "\f058";font-family: "Font Awesome 5 Free";font-weight: bold;margin-right: 5px;}
.category_page .page-text-content a{color:#2296f3;}
.category_page .page-sidebar{margin-left: 15px;}
.category_page .load-more-news{display: inline-block;width: 100%;margin: 15px;}
.category_page .load-more-news button{padding: 10px 35px;border: 1px solid #fff;font-size: 18px;border-radius: 20px;cursor: pointer;background: #ececec;}
.category_page .load-more-news button:hover{border-color: #ddd;background: #fff;transition: .5s;}
.category_page .load-more-news button:active{background: darkred;color: #fff;transition: .5s;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.category_page .page-news-grid .news-item .box .thumbnail a{display: block;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.category_page .page-news-grid .news-item .box .thumbnail a{display: block;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.category_page .page-news-grid .news-item .box .thumbnail a{display: block;}
}
@media only screen and (max-width: 480px) {
.category_page .page-news-grid .news-item .box .thumbnail a{display: block;}
}
/*========================================
/*   Post Single
/*=======================================*/
.single-content{display: grid;grid-template-columns: 74% auto;gap: 35px;width: 100%;clear: both;float: left;margin: 25px 0;}
.single-content .single-content-data{width: 100%;clear: both;float: left;display: inline-block;}
.single-content .post-head-meta{margin: 0 auto;display: inline-block;width: 100%;clear: both;float: left;margin-bottom: 15px;}
.single-content .post-head-meta h3{width: 100%;display: inline-block;height: auto;float: left;margin-bottom: 5px;}
.single-content .post-head-meta h3 a{background: #c30d1e;padding: 10px 20px;font-size: 1rem;font-weight: normal;margin: 0;display: block;width: max-content;color: #fff;}
.single-content h1{font-size: 2.5rem;line-height: 1.5;margin-bottom: 5px;font-weight: 700;}
.single-content .post-head{display: inline-block;width: 100%;border-bottom: 1px solid #efefef;background: transparent;padding: 5px 0;}
.single-content .post-head ul{display: inline-block;width: 100%;clear: both;float: left;}
.single-content .post-head ul li{display: block;float: left;width: auto;padding: 0 10px;border-left: 1px solid #ccc;font-size: 1rem;color: #555;font-weight: 400;line-height: 1.7;}
.single-content .post-head ul li i{float:left;margin-right:5px;}
.single-content .post-head ul li:first-child{padding-left:0;border: none;}
.single-content .post-head ul li svg{float: left;margin-right: 5px;fill: #777;}
.single-content .post-head ul li a{}
.single-content .single-content-details{display: block;width: 728px;margin: 0 auto;}
.single-content .content-image{display: inline-block;width: 100%;clear: both;float: left;margin-bottom: 15px;}
.single-content .content-image .front-caption{font-size: 14px;line-height: 20px;padding: 10px;margin-top: 5px;background: #f3f1f1;color: #555;font-weight: 500;font-style: italic;}
.single-content .content-image iframe{width: 100%;height: 380px;}
.single-content .content{display: inline-block;width: 100%;clear: both;float: left;margin: 0;}
.single-content .content p{font-size: 1.1rem;line-height: 1.5;margin: 15px 0;}
.single-content .content .single-video{display: inline-block;width: 100%;clear: both;margin-bottom: 30px;}
.single-content ol, .single-content ul{display: inline-block;width: 100%;clear: both;float: left;}
.single-content ol li, .single-content ul li{font-size: 17px;}
.single-content blockquote{background: #f5f5f5;padding: 10px 15px;font-size: 18px;line-height: 22px;border-left: 4px solid #df0000;margin-bottom: 10px;}
.single-content blockquote p{font-size: 20px !important;line-height: 35px !important;color: #555;font-weight: 600;font-style: italic;}
.single-content img{width: 100%;}
.single-content  .wp-caption-text{font-size: 14px !important;font-style: italic;background: #f8f8f8;padding: 10px;margin: 0 !important;}
.single-content  .wp-caption{width: 100% !important;height: auto;}
.single-content .content a{ color:#2296f3;}
.single-content .content div,
.single-content .content li,
.single-content .content blockquote,
.single-content .content ol,
.single-content .content ul,
.single-content .content p,
.single-content .content a,
.single-content .content u,
.single-content .content em,
.single-content .content i,
.single-content .content b,
.single-content .content h1,
.single-content .content h2,
.single-content .content h3,
.single-content .content h4,
.single-content .content h5,
.single-content .content h6{font-family:inherit;}
.single-content .ads-row{display: inline-block;width: 100%;clear: both;float: left;margin: 10px 0;height: auto;}
.single-content .related-post{display: inline-block;width: 100%;clear: both;float: left;margin: 15px 0;}
.single-content .related-post-grid{display: flex;flex-direction: column;width: 100%;clear: both;float: left;}
.single-content .related-post h2{font-size: 25px;line-height: 25px;margin-bottom: 10px;border-bottom: 2px solid #232f4e;color: #232f4e;padding: 3px 0;}
.single-content .related-post-grid .grid-item{display: inline-block;width: 100%;border-bottom: 1px solid #e1e1e1;}
.single-content .related-post-grid .grid-item:last-child{border:none;}
.single-content .related-post-grid .grid-item .box{display: flex;padding: 25px 0;width: 100%;flex-direction: row;gap: 20px;}
.single-content .related-post-grid .grid-item .thumbnail{width: 25%;display: flex;float: left;align-items: center;}
.single-content .related-post-grid .grid-item .thumbnail a{display: block;width: 100%;height: 120px;}
.single-content .related-post-grid .grid-item img{width: 100%;height: 100%;object-fit: cover;}
.single-content .related-post-grid .grid-item .rltd-text-content{width: 75%;}
.single-content .related-post-grid .grid-item h3{font-size: 1.3rem;line-height: 1.5;margin-bottom: 10px;}
.single-content .related-post-grid .grid-item .news-excerpt{color: #555;font-size: .9rem;}
.single-content .addtoany_content,
.single-content .addtoany_content_bottom{display: inline-block;width: 100%;clear: both;margin: 15px 0;float: left;}
.single-content .addtoany_header{display: inline-block;font-weight: bold;display:none;}
.default-sidebar{width: 100%;display: flex;flex-direction: column;gap: 20px;}
.default-sidebar .sidebar-box{display: inline-block;width: 100%;height: inherit;clear: both;float: left;}
.default-sidebar .sidebar-box .latest{display: inline-block;width: 100%;clear: both;float: left;}
.default-sidebar .sidebar-box .latest-news-update-list{display: flex;flex-direction: column;gap: 15px;float: left;}
.default-sidebar .sidebar-box .latest-news-update-list li{display: flex;width: 100%;clear: both;float: left;flex-direction: column;}
.default-sidebar .sidebar-box .latest-news-update-list li .thumbnail{display: inline-block;width: 100%;clear: both;float: left;margin-bottom: 5px;height: auto;max-height: 220px;overflow: hidden;}
.default-sidebar .sidebar-box .latest-news-update-list li img{width: 100%;height: 100%;object-fit: cover;}
.default-sidebar .sidebar-box .latest-news-update-list li h3{font-size: 1.2rem;line-height: 1.5;margin: 5px 0;float: left;clear: both;font-weight: 500;padding: 0 2px;}
.default-sidebar .sidebar-box .latest .recent-news-item .grid-items .item-count{width:15%;}
.single-content .post-gallery-excerpt{display: inline-block;width: 100%;clear: both;float: left;margin: 10px 0;padding: 10px;background: #f9f9f9;font-size: 1.2rem;color: #0071cb;font-weight: 600;}
.post-gallery-caption .front-caption{display: inline-block;width: 100%;padding: 15px;background: #f8f8f8;margin-bottom: 15px;font-size: 1.1rem;font-style: italic;line-height: 1.5;}
.single-content .content .tiled-gallery{display: inline-block;width: 100%;clear: both;float: left;}
.single-content .content .tiled-gallery .gallery-group .tiled-gallery-item a{display: block;width: 100%;overflow: hidden;}
.single-content .content .tiled-gallery .gallery-group .tiled-gallery-item img{transition: .5s;}
.single-content .content .tiled-gallery .gallery-group .tiled-gallery-item:hover img{transform: scale(1.2);}
.single-content .content .tiled-gallery .gallery-group .tiled-gallery-item .tiled-gallery-caption{white-space: pre-wrap;padding: 20px 10px 0px 10px;background: linear-gradient(0deg, #000000c7, transparent);color: #fff;font-size: 1.1rem;line-height: 1.6;margin: 0;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;flex-grow: 1;font-weight: 500;text-align: center;}
.single-content .content .tiled-gallery .gallery-group .tiled-gallery-item:hover .tiled-gallery-caption{display: block;}
.single-content .related-tags{display: inline-block;width: 100%;clear: both;float: left;margin: 10px 0;}
.single-content .related-tags h3{font-size: 25px;line-height: 25px;margin-bottom: 10px;border-bottom: 2px solid #232f4e;color: #232f4e;padding: 3px 0;}
.single-content .related-tags ul{display: flex;flex-wrap: wrap;gap: 10px 15px;}
.single-content .related-tags li{width: max-content;}
.single-content .related-tags li a{border: 1px solid #e9e9e9;border-radius: 25px;padding: 12px 25px;display: block;font-size: 0.9rem;color: #333;text-transform: CAPITALIZE;line-height: 1.2rem;transition: .5s;}
.single-content .related-tags li a:hover{background: #fafdff;color: #2296f3;border-color: #c7e5ff;}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.single-content{grid-template-columns: 100%;gap: 0;}
.single-content h1{font-size: 2rem;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.single-content{grid-template-columns: 100%;}
.single-content h1{font-size: 1.8rem;}
.single-content .single-content-details{width: 100%;}
}
@media only screen and (max-width: 480px) {
.single-content{grid-template-columns: 100%;}
.single-content h1{font-size: 1.5rem;}
.single-content .single-content-details{width: 100%;}
.single-content .related-post-grid .grid-item .thumbnail{width: 35%;}
.single-content .related-post-grid .grid-item .rltd-text-content{width: 65%;}
.single-content .related-post-grid .grid-item h3{font-size: 1.1rem;}
}
/*========================================
/*   Photo Gallery
/*=======================================*/
.gallery-section{background: #000;width: 100%;float: left;clear: both;padding: 80px 0;}
.gallery-section .photo-tiled-gallery h2{color: #ffcd00;}
.gallery-section .photo-tiled-gallery h2 svg{fill: #ffcd00;margin-top: -7px;width: 40px;height: 40px;margin-right: 5px;}
.gallery-section .photo-tiled-gallery .gallery-grid{display: grid;float: left;width: 100%;grid-template-columns: auto auto auto auto;gap: 0px;}
.gallery-section .photo-tiled-gallery .gallery-item{width: 100%;float: left;clear: both;position: relative;}
.gallery-section .photo-tiled-gallery .gallery-item .box{display: inline-block;width: 100%;height: 100%;clear: both;float: left;position: relative;border: 1px dotted #ff000094;}
.gallery-section .photo-tiled-gallery .gallery-item .thumbnail{width: 100%;height: 200px;overflow: hidden;}
.gallery-section .photo-tiled-gallery .gallery-item .thumbnail img{width: 100%;height: 100%;object-fit: cover;transition:.5s;}
.gallery-section .photo-tiled-gallery .gallery-item h3{position: absolute;left: 0;bottom: 0;right: 0;top: 0;padding: 5px 10px;font-size: 1.1rem;color: #000;line-height: 1.5;margin: 0;font-weight: 700;align-items: center;vertical-align: middle;background: linear-gradient(0deg, #000000ba, #00000000);place-content: end;}
.gallery-section .photo-tiled-gallery .gallery-item h3 a{color: transparent;width: 100%;height: 100%;place-content: end;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.gallery-section .photo-tiled-gallery .gallery-item:first-child{grid-column: 2/4;grid-row: 2/4;}
.gallery-section .photo-tiled-gallery .gallery-item:first-child .thumbnail{height: 100%;}
.gallery-section .photo-tiled-gallery .gallery-item .box:hover .thumbnail img{transform:scale(1.2);}
.gallery-section .photo-tiled-gallery .gallery-item .box:hover h3{background: linear-gradient(0deg, #0000008c, #00000000);}
/*--- Not Responsive --------*/
.gallery-image-preview-section{position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 9999999;background: #000000eb;display:none;}
.gallery-image-preview-section .gallery-image-prev-grid{display: flex;flex-direction: column;width: 80%;max-width: 728px;margin: 50px auto;background: #000;height: 75vh;max-height: 85vh;}
.gallery-image-preview-section .gallery-image-prev-head{width: 100%;display: flex;gap: 20px;position: relative;}
.gallery-image-preview-section .gallery-image-prev-head .giph-title{font-size: 0.9rem;padding: 15px;}
.gallery-image-preview-section .gallery-image-prev-head h2{color: #f2f2f2a6;font-weight: 500;display: flex;font-size: 1.2rem;gap: 10px;align-items: center;}
.gallery-image-preview-section .gallery-image-prev-head h2 svg{width: 35px;height: 34px;float: left;fill: orange;}
.gallery-image-preview-section .gallery-image-prev-head h2 span{display: block;max-width: 85%;color: orange;}
.gallery-image-preview-section .gallery-close-button{position: absolute;right: 10px;top: 10px;}
.gallery-image-preview-section .gallery-close-button button{background: #ff00006e;width: 30px;height: 30px;border: none;cursor: pointer;transition: .5s;}
.gallery-image-preview-section .gallery-close-button:hover button{background:red;}
.gallery-image-preview-section .gallery-close-button svg{fill: #fff;}
.gallery-image-preview-section .gallery-prev-img-box{width: 100%;display: block;float: left;height: 100%;overflow: hidden;text-align: center;align-items: center;}
.gallery-image-preview-section .gallery-prev-img-box img{width: auto;height: auto;max-width: 100%;max-height: 100%;place-content: center;}
/*----------Gallery Page --------*/
.gallery-page{display: inline-block;width: 100%;clear: both;float: left;}
.gallery-page .gallery-page-box{display: grid;width: 100%;grid-template-columns: 72% auto;gap: 35px;}
.gallery-page .gallery-item-data{display: flex;flex-direction: column;text-align: center;}
.gallery-page .gallery-header{display: inline-block;width: 100%;clear: both;float: left;margin: 15px 0;}
.gallery-page .gallery-header .gallery-header-grid{display: flex;text-align: center;position: relative;align-items: center;}
.gallery-page .gallery-header svg{width: 70px;height: 70px;fill: #db00004d;position: absolute;top: 4px;}
.gallery-page .gallery-header h2{font-size: 50px;line-height: 50px;position: relative;text-align: center;font-weight: 900;z-index: 1;text-transform: uppercase;display: inline;width: 100%;color: #db0000;padding: 20px 0;border-bottom: 2px dashed #ff000040;}
.gallery-page .gallery-header span{font-size: 85px;line-height: 85px;display: block;position: absolute;left: 0;right: 0;top: 7px;bottom: 0;color: red;white-space: nowrap;font-weight: 900;color: #fff;text-shadow: 0px 0 2px #FF5722;z-index: -1;opacity: 0.6;}
.gallery-page .gallery-page-grid{display: grid;grid-template-columns: auto auto auto auto;}
.gallery-page .gallery-page-grid .gallery-items{border: 1px solid #ffffff;transition: .5s;}
.gallery-page .gallery-page-grid .gallery-items .box{display: block;width: 100%;height: 100%;position: relative;}
.gallery-page .gallery-page-grid .gallery-items .thumbnail{width: 100%;height: 150px;overflow: hidden;}
.gallery-page .gallery-page-grid .gallery-items .thumbnail img{width: 100%;height: 100%;object-fit: cover;transition: .5s;}
.gallery-page .gallery-page-grid .gallery-items h3{position: absolute;bottom: 0;left: 0;right: 0;top: 0;background: linear-gradient(0deg, #00000069, #00000000);place-content: flex-end;font-size: 0.9rem;-webkit-line-clamp: 2;transition: .5s;}
.gallery-page .gallery-page-grid .gallery-items h3 a{padding: 5px 10px;height: 100%;width: 100%;place-content: flex-end;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-align: left;color: transparent;}
.gallery-page .gallery-page-grid .gallery-items:hover h3{background: linear-gradient(0deg, #00000024, #00000000);transition: .5s;}
.gallery-page .gallery-page-grid .gallery-items:hover img{transform: scale(1.15);}
.gallery-page .gallery-page-grid .gallery-items:first-child{grid-column: 1/4;grid-row: 1/4;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(9){grid-column: 2/5;grid-row: 5/8;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(17){grid-row: 9/12;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(25){grid-column: 2/5;grid-row: 13/16;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(33){grid-column: 1/4;grid-row: 17/20;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(41){grid-column: 2/5;grid-row: 21/24;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(49){grid-column: 1/4;grid-row: 25/28;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(57){grid-column: 2/5;grid-row: 28/31;}
.gallery-page .gallery-page-grid .gallery-items:first-child .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(9) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(17) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(25) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(33) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(41) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(49) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(57) .thumbnail{height: 454px;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.gallery-section{padding: 50px 0;}
.gallery-section .photo-tiled-gallery .gallery-item .thumbnail{height: 170px;}
.gallery-section .photo-tiled-gallery .gallery-item h3{font-size: 0.9rem;}
.gallery-section .photo-tiled-gallery .gallery-item:first-child .thumbnail{height: unset;}
.gallery-section .photo-tiled-gallery .gallery-item .box:hover .thumbnail img{}
.gallery-page .gallery-page-grid .gallery-items .thumbnail{height: 132px;}
.gallery-page .gallery-page-grid .gallery-items:first-child .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(9) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(17) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(25) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(33) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(41) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(49) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(57) .thumbnail{height: 400px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.gallery-section{padding: 40px 0;}
.gallery-section .photo-tiled-gallery .gallery-item .box{height: 100%;}
.gallery-section .photo-tiled-gallery .gallery-item:first-child .thumbnail{height: 100%;}
.gallery-section .photo-tiled-gallery .gallery-item h3{background: linear-gradient(0deg, #0000005e, #00000000);}
.gallery-section .photo-tiled-gallery .gallery-item h3 a{display: none;}
.gallery-section .photo-tiled-gallery .gallery-item .thumbnail{height: 130px;}
.gallery-page .gallery-page-box{grid-template-columns: auto;}
.gallery-page .gallery-header svg{width: 50;height: 50;top: 10px;}
.gallery-page .gallery-header h2{padding: 10px;font-size: 35px;line-height: 51px;}
.gallery-page .gallery-header span{font-size: 65px;line-height: 65px;}
.gallery-page .gallery-page-grid{grid-template-columns: auto auto auto;}
.gallery-page .gallery-page-grid .gallery-items .thumbnail{height: auto;}
.gallery-page .gallery-page-grid .gallery-items:first-child{grid-column: 1/3;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(9){grid-row: 4/6;grid-column: unset;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(11){grid-row: 5/7;grid-column: unset;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(15){grid-row: 8/10;grid-column: unset;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(25){grid-column: 1/3;grid-row: 12/14;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(33){grid-row: 17/14;grid-column: 2/4;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(41){grid-row: 18/20;grid-column: 1/3;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(49){grid-row: 21/23;grid-column: 1/3;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(57){grid-row: 25/27;grid-column: 2/4;}
.gallery-page .gallery-page-grid .gallery-items:first-child .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(9) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(17) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(25) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(33) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(41) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(49) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(57) .thumbnail{height: auto;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.gallery-section{padding: 35px 0;}
.gallery-section .photo-tiled-gallery .gallery-grid{grid-template-columns: auto auto;}
.gallery-section .photo-tiled-gallery .gallery-item .thumbnail{height: 200px;}
.gallery-section .photo-tiled-gallery .gallery-item h3{padding: 15px;font-size: 0.85rem;}
.gallery-section .photo-tiled-gallery .gallery-item:first-child{grid-column: auto;grid-row: auto;}
.gallery-section .photo-tiled-gallery .gallery-item:nth-child(3n){grid-column: 1/3;}
.gallery-section .photo-tiled-gallery .gallery-item:nth-child(3n) .thumbnail{height: 300px;}
/*----------Gallery Page --------*/
.gallery-page .gallery-page-box{grid-template-columns: auto;}
.gallery-page .gallery-header svg{height: 40px;width: 40px;}
.gallery-page .gallery-header h2{padding: 5px 10px;font-size: 30px;}
.gallery-page .gallery-header span{font-size: 50px;line-height: 50px;}
.gallery-page .gallery-page-grid{grid-template-columns: auto auto auto;}
.gallery-page .gallery-page-grid .gallery-items .thumbnail{height: auto;}
.gallery-page .gallery-page-grid .gallery-items:first-child{grid-column: 1/3;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(9){grid-row: 4/6;grid-column: unset;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(11){grid-row: 5/7;grid-column: unset;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(15){grid-row: 8/10;grid-column: unset;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(25){grid-column: 1/3;grid-row: 12/14;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(33){grid-row: 17/14;grid-column: 2/4;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(41){grid-row: 18/20;grid-column: 1/3;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(49){grid-row: 21/23;grid-column: 1/3;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(57){grid-row: 25/27;grid-column: 2/4;}
.gallery-page .gallery-page-grid .gallery-items:first-child .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(9) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(17) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(25) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(33) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(41) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(49) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(57) .thumbnail{height: auto;}
}
@media only screen and (max-width: 480px) {
.gallery-section{padding: 25px 10px;}
.gallery-section .photo-tiled-gallery .gallery-grid{grid-template-columns: auto auto;}
.gallery-section .photo-tiled-gallery .gallery-item .thumbnail{height: 130px;}
.gallery-section .photo-tiled-gallery .gallery-item h3{padding: 10px;font-size: 0.85rem;}
.gallery-section .photo-tiled-gallery .gallery-item:first-child{grid-column: auto;grid-row: auto;}
.gallery-section .photo-tiled-gallery .gallery-item:nth-child(3n){grid-column: 1/3;}
.gallery-section .photo-tiled-gallery .gallery-item:nth-child(3n) .thumbnail{height: 250px;}
/*----------Gallery Page --------*/
.gallery-page .gallery-page-box{grid-template-columns: auto;}
.gallery-page .gallery-page-grid{grid-template-columns: auto auto auto;}
.gallery-page .gallery-page-grid .gallery-items .thumbnail{height: auto;}
.gallery-page .gallery-page-grid .gallery-items:first-child{grid-column: 1/3;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(9){grid-row: 4/6;grid-column: unset;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(11){grid-row: 5/7;grid-column: unset;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(15){grid-row: 8/10;grid-column: unset;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(25){grid-column: 1/3;grid-row: 12/14;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(33){grid-row: 17/14;grid-column: 2/4;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(41){grid-row: 18/20;grid-column: 1/3;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(49){grid-row: 21/23;grid-column: 1/3;}
.gallery-page .gallery-page-grid .gallery-items:nth-child(57){grid-row: 25/27;grid-column: 2/4;}
.gallery-page .gallery-page-grid .gallery-items:first-child .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(9) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(17) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(25) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(33) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(41) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(49) .thumbnail,
.gallery-page .gallery-page-grid .gallery-items:nth-child(57) .thumbnail{height: auto;}
}
/*========================================
/*   Video Page Codes
/*=======================================*/
.video-page-data{display: grid;grid-template-columns: 72% auto;gap: 35px;}
.video-page-data .video-lists{display: inline-block;width: 100%;clear: both;float: left;}
.video-page-data .video-lists .vid-header{display: inline-block;width: 100%;clear: both;text-align: center;margin-bottom: 25px;}
.video-page-data .video-lists .vid-header h1 span{color: red;}
.video-page-data .video-lists .vid-header p{font-size: 1.1rem;color: #555;}
.video-page-data .video-lists .video-list{display: grid;width: 100%;gap: 25px;grid-template-columns: repeat(4, minmax(0, 1fr));}
.video-page-data .video-lists .video-list .video-list-item{ background-color: white;}
.video-page-data .video-lists .video-list .video-list-item .box{position: relative;}
.video-page-data .video-lists .video-list .video-list-item a{display: block;}
.video-page-data .video-lists .video-list .video-list-item .thumbnail::after{content:" ";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #0600002e;transition:.5s;}
.video-page-data .video-lists .video-list .video-list-item:hover .thumbnail::after{background: transparent;}
.video-page-data .video-lists .video-list .video-list-item .thumbnail{width: 100%;height: 130px;overflow: hidden;margin-bottom: 5px;position: relative;}
.video-page-data .video-lists .video-list .video-list-item .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.video-page-data .video-lists .video-list .video-list-item h3{font-size: 0.9rem;line-height: 1.5;transition:.5s;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.video-page-data .video-lists .video-list .video-list-item .play-icon{position: absolute;left: 0;bottom: 0;z-index: 111;width: 40px;height: 40px;background: #1e1a1ad4;text-align: center;align-items: center;}
.video-page-data .video-lists .video-list .video-list-item .play-icon span{font-size: 25px;line-height: 40px;color: #fff;}
.video-page-data .video-lists .more-video-loader{display: inline-block;width: 100%;clear: both;float: left;margin: 25px 0;text-align: center;}
.video-page-data .video-lists .more-video-loader button{background: #000;padding: 12px 25px;border: none;border-radius: 5px;cursor: pointer;transition: .5s;color: #fff;font-size: 1rem;}
.video-page-data .video-lists .more-video-loader button:hover{background: #0e82df;}
.video-page-data .video-lists .more-video-loader button:active{background: red;}
.video-page-data .post-head-meta{margin: 0 auto;display: inline-block;width: 100%;clear: both;float: left;margin-bottom: 15px;}
.video-page-data .post-head-meta h3{width: 100%;display: inline-block;height: auto;float: left;margin-bottom: 5px;}
.video-page-data .post-head-meta h3 a{background: #c30d1e;padding: 10px 20px;font-size: 1rem;font-weight: normal;margin: 0;display: block;width: max-content;color: #fff;}
.video-page-data h1{font-size: 2.5rem;line-height: 1.5;margin-bottom: 5px;font-weight: 700;}
.video-page-data .post-head{display: inline-block;width: 100%;border-bottom: 1px solid #efefef;background: transparent;padding: 5px 0;}
.video-page-data .post-head ul{display: inline-block;width: 100%;clear: both;float: left;}
.video-page-data .post-head ul li{display: block;float: left;width: auto;padding: 0 10px;border-left: 1px solid #ccc;font-size: 1rem;color: #555;font-weight: 400;line-height: 1.7;}
.video-page-data .post-head ul li i{float:left;margin-right:5px;}
.video-page-data .post-head ul li:first-child{padding-left:0;border: none;}
.video-page-data .post-head ul li svg{float: left;margin-right: 5px;fill: #777;}
.video-page-data .single-content-details{display: block;width: 728px;margin: 0 auto;}
.video-page-data .content-image{display: inline-block;width: 100%;clear: both;float: left;margin-bottom: 15px;}
.video-page-data .content-image .front-caption{font-size: 14px;line-height: 20px;padding: 10px;margin-top: 5px;background: #f3f1f1;color: #555;font-weight: 500;font-style: italic;}
.video-page-data .content-image iframe{width: 100%;height: 420px;}
.video-page-data .content{display: inline-block;width: 100%;clear: both;float: left;margin: 0;}
.video-page-data .content p{font-size: 1.1rem;line-height: 1.5;margin: 15px 0;}
.video-page-data .content .single-video{display: inline-block;width: 100%;clear: both;margin-bottom: 30px;}
.video-page-data ol, .video-page-data ul{display: inline-block;width: 100%;clear: both;float: left;}
.video-page-data ol li, .video-page-data ul li{font-size: 17px;}
.video-page-data blockquote{background: #f5f5f5;padding: 10px 15px;font-size: 18px;line-height: 22px;border-left: 4px solid #df0000;margin-bottom: 10px;}
.video-page-data blockquote p{font-size: 20px !important;line-height: 35px !important;color: #555;font-weight: 600;font-style: italic;}
.video-page-data img{width: 100%;}
.video-page-data  .wp-caption-text{font-size: 14px !important;font-style: italic;background: #f8f8f8;padding: 10px;margin: 0 !important;}
.video-page-data  .wp-caption{width: 100% !important;height: auto;}
.video-page-data .content a{ color:#2296f3;}
.video-page-data .content div,
.video-page-data .content li,
.video-page-data .content blockquote,
.video-page-data .content ol,
.video-page-data .content ul,
.video-page-data .content p,
.video-page-data .content a,
.video-page-data .content u,
.video-page-data .content em,
.video-page-data .content i,
.video-page-data .content b,
.video-page-data .content h1,
.video-page-data .content h2,
.video-page-data .content h3,
.video-page-data .content h4,
.video-page-data .content h5,
.video-page-data .content h6{font-family:inherit;}
.video-page-data .ads-row{display: inline-block;width: 100%;clear: both;float: left;margin: 10px 0;height: auto;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.video-page-data .video-lists .video-list .video-list-item .thumbnail{height: 90px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.video-page-data{grid-template-columns: 60% auto;}
.video-page-data .video-lists .video-list{grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.video-page-data{grid-template-columns: auto;}
.video-page-data .video-lists .video-list{grid-template-columns: 45% auto;}
.video-page-data .video-lists .video-list .video-list-item .thumbnail{height: 140px;}
}
@media only screen and (max-width: 480px) {
.video-page-data{grid-template-columns: auto;}
.video-page-data .video-lists .video-list{grid-template-columns: auto;}
.video-page-data .video-lists .video-list .video-list-item .thumbnail{height: 175px;}
}
/*========================================
/*   External Query Details
/*=======================================*/
@media only screen and (min-width: 1024px) and (max-width: 1279px) {}
@media only screen and (min-width: 768px) and (max-width: 1023px) {}
@media only screen and (min-width: 481px) and (max-width: 767px) {}
@media only screen and (max-width: 480px) {}
