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;}
/*=======================================
// 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 #000000;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;gap: 5px;}
.title-style-1 span svg{fill: #000000;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;align-items: center;gap: 5%;}
.header .header-grid .logo-section{width: 35%;display: flex;align-items: baseline;flex-direction: column;}
.header .header-grid .logo-section .header_time{text-align: left;display: flex;margin-bottom: 5px;color: #c30000;align-items: center;}
.header .header-grid .logo-section .header_time svg{fill: #c30000;}
.header .header-grid .logo-section a{display: block;width: 100%;text-align: left;padding: 5px 0 0 0;}
.header .header-grid .logo-section img{height: 65px;width: auto;}
.header .header-grid .header-hit-news-grid{width: 60%;float: right;display: flex;gap: 2%;}
.header .header-grid .header-hit-news-grid .news-item{width: 32%;display: inline-block;float: right;}
.header .header-grid .news-item .box{display: grid;width: 100%;align-items: center;grid-template-columns: 80px auto;gap: 15px;}
.header .header-grid .news-item .thumbnail{width: 100%;height: 60px;clear: both;}
.header .header-grid .news-item .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.header .header-grid .news-item h3{width: 100%;clear: both;float: right;text-align: left;font-size: 0.85rem;font-weight: 400;line-height: 1.6;}
.header .header-grid .news-item h3 a{display: block;height: 100%;width: 100%;transition: .5s;}
.header .header-grid .header-right-ads{width: 60%;display: inline-block;float: right;text-align: right;}
.header .header-grid .header-right-ads .ads-size-728x90{height: 90px;width: 728px;float: right;align-items: center;display: flex;overflow: hidden;}
.header .header-grid .header-right-ads .ads-size-728x90 img{width: 100%;height: auto;}
/*---- Responsive-header-grid  ---*/
.header .header-grid .responsive-header-grid{float: right;width: 25%;display: none;}
.header .header-grid .responsive-header-grid ul{display: flex;gap: 0;float: right;align-items: center;width: 100%;justify-content: right;}
.header .header-grid .responsive-header-grid ul li{width: max-content;display: block;height: inherit;}
.header .header-grid .responsive-header-grid ul li .nem-btn{display: flex;align-items: center;width: auto;padding: 8px 10px;border-right: 1px solid #e1e1e1;cursor: pointer;transition: .5s;gap: 3px;color: #530000;}
.header .header-grid .responsive-header-grid ul li .nem-btn svg{width: 27px;height: 27px;fill: #515151;transition:.5s;}
.header .header-grid .responsive-header-grid ul li .nem-btn i{font-style: normal;color:inherit;}
.header .header-grid .responsive-header-grid ul li .nem-btn:active,
.header .header-grid .responsive-header-grid ul li .nem-btn:hover{background: #000;color:#fff;}
.header .header-grid .responsive-header-grid ul li .nem-btn:active svg,
.header .header-grid .responsive-header-grid ul li .nem-btn:hover svg{fill:#fff;}
.header .header-grid .responsive-header-grid ul li:last-child .nem-btn{border:none;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.header .header-grid .logo-section{width: 35%;}
.header .header-grid .news-item .box{grid-template-columns: 65px auto;}
.header .header-grid .news-item .thumbnail{height: 50px;}
.header .header-grid .header-right-ads{width: 65%;}
.header .header-grid .header-right-ads .ads-size-728x90{width: 100%;float: right;}
.header .header-grid .header-right-ads .ads-size-728x90 img{width: auto;height: 65px;max-width: 100%;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.header .header-grid .logo-section{width: 100%;display: flex;flex-direction: row;align-items: center;}
.header .header-grid .logo-section .header_time{width: 50%;text-align: right;float: right;align-items: inherit;display: flex;}
.header .header-grid .logo-section a{padding: 5px 0;width: 50%;}
.header .header-grid .logo-section img{height: 60px;width: auto;}
.header .header-grid .header-hit-news-grid{display: none;}
.header .header-grid .header-right-ads{width: 70%;overflow: hidden;}
.header .header-grid .header-right-ads .ads-size-728x90{width: 100%;}
.header .header-grid .header-right-ads .ads-size-728x90 img{width: 100%;height: 65px;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.header{}
.header .header-grid{width: 100%;}
.header .header-grid .logo-section{width: 100%;}
.header .header-grid .logo-section img{width: auto;height: 50px;}
.header .header-grid .header-hit-news-grid{width: 50%;display: none;}
.header .header-grid .news-item .box{gap: 20px;display: flex;flex-direction: column;align-items: flex-end;}
.header .header-grid .news-item .thumbnail{width: 85px;height: 50px;}
.header .header-grid .news-item h3{display: none;}
.header .header-grid .header-right-ads{display: none;}
/*---- Responsive-header-grid  ---*/
.header .header-grid .responsive-header-grid{display: inline-block;width: 50%;}
.header .header-grid .responsive-header-grid ul li .nem-btn{display: flex;flex-direction: column;}
.header .header-grid .responsive-header-grid ul li .nem-btn svg{width: 25px;height: 25px;}
.header .header-grid .responsive-header-grid ul li .nem-btn i{font-size: 0.75rem;display: none;}
}
@media only screen and (max-width: 480px) {
.header{position: fixed;top: 0;left: 0;right: 0;z-index: 999999;}
.header .header-grid{width: 100%;}
.header .header-grid .logo-section{width: 100%;}
.header .header-grid .logo-section .header_time{display:none;}
.header .header-grid .logo-section img{width: auto;height: 50px;}
.header .header-grid .header-hit-news-grid{width: 50%;display: none;}
.header .header-grid .news-item .box{gap: 20px;display: flex;flex-direction: column;align-items: flex-end;}
.header .header-grid .news-item .thumbnail{width: 85px;height: 50px;}
.header .header-grid .news-item h3{display: none;}
.header .header-grid .header-right-ads{display: none;}
.header .header-grid .header-right-ads .ads-size-728x90 img{}
/*---- Responsive-header-grid  ---*/
.header .header-grid .responsive-header-grid{display: inline-block;width: 50%;}
.header .header-grid .responsive-header-grid ul li .nem-btn{display: flex;flex-direction: column;padding: 5px;}
.header .header-grid .responsive-header-grid ul li .nem-btn svg{width: 25px;height: 25px;}
.header .header-grid .responsive-header-grid ul li .nem-btn i{font-size: 0.75rem;display: none;}
}
/*=======================================
//  Header Section Regular & Responsive
=========================================*/
.navigation{display: inline-block;width: 100%;clear: both;border-bottom: 1px solid #e1e1e1;height: 43px;overflow: hidden;}
.navigation .navigation-grid{display: flex;width: 100%;}
.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{float: left;width: 75%;overflow-y: hidden;overflow-x: scroll;}
.navigation .menu-cloud-navigation-container .menu{width: 100%;clear: both;float: left;white-space: nowrap;display: flex;.navigation .menu-cloud-navigation-container .menu{white-space: nowrap;display: flex;};.navigation .menu-cloud-navigation-container .menu{white-space: nowrap;display: flex;};}
.navigation .menu-cloud-navigation-container .menu li{display: block;float: left;font-size: 14px;border-bottom: 4px solid transparent;width: auto;transition:.5s;position: relative;}
.navigation .menu-cloud-navigation-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{padding: 7px 9px;display: block;font-size: 0.95rem;transition: .5s;color: #1d1b1c;font-weight: 700;}
.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-menu-item,
.navigation .menu-cloud-navigation-container .menu li:hover{border-bottom: 4px solid #be1e2d;background: #f9f9f9;color: #000;}
.navigation .menu-cloud-navigation-container .menu li.current-menu-parent a,
.navigation .menu-cloud-navigation-container .menu li.current-post-parent a,
.navigation .menu-cloud-navigation-container .menu li.current-menu-item a,
.navigation .menu-cloud-navigation-container .menu li.current_page_item a,
.navigation .menu-cloud-navigation-container .menu li:hover a{background: #f9f9f9;color: #d90000;}
.navigation .menu-cloud-navigation-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{transform:rotate(180deg);}
.navigation .menu-cloud-navigation-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{content:"";}
.navigation .menu-cloud-navigation-container .menu li .sub-menu li{width: 100%;border-bottom: 1px solid #ebebeb;background: inherit;}
.navigation .menu-cloud-navigation-container .menu li .sub-menu li:last-child{border-bottom: none;}
.navigation .menu-cloud-navigation-container .menu li .sub-menu li:first-child a::before{content:"";}
.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-container .menu li.menu-item-has-children:hover .sub-menu{display:block;}
.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{float: right;width: 25%;}
.navigation .navigation-external-menu ul{display: flex;gap: 0;float: right;align-items: center;width: 100%;justify-content: right;}
.navigation .navigation-external-menu ul li{width: max-content;display: block;height: inherit;}
.navigation .navigation-external-menu ul li .nem-btn{display: flex;align-items: center;width: auto;padding: 8px 10px;border-right: 1px solid #e1e1e1;cursor: pointer;transition: .5s;gap: 3px;color: #530000;}
.navigation .navigation-external-menu ul li .nem-btn svg{width: 27px;height: 27px;fill: #515151;transition:.5s;}
.navigation .navigation-external-menu ul li .nem-btn i{font-style: normal;color:inherit;}
.navigation .navigation-external-menu ul li .nem-btn:active,
.navigation .navigation-external-menu ul li .nem-btn:hover{background: #000;color:#fff;}
.navigation .navigation-external-menu ul li .nem-btn:active svg,
.navigation .navigation-external-menu ul li .nem-btn:hover svg{fill:#fff;}
@media only screen and (max-width: 1279px) and (min-width: 1024px){
.navigation{height: 42px;overflow: hidden;}
.navigation .navigation-grid{flex-direction: row;}
.navigation .menu-cloud-navigation-container{width: 70%;overflow-y: scroll;}
.navigation .menu-cloud-navigation-container .menu{white-space: nowrap;display: flex;}
.navigation .menu-cloud-navigation-container .menu li a{padding: 12px 8px;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: 30%;}
.navigation .navigation-external-menu ul li .nem-btn svg{width: 25px;height: 25px;}
.navigation .navigation-external-menu ul li .nem-btn i{font-size: 0.85rem;}
}
@media only screen and (max-width:1023px) and (min-width: 768px){
/*------ Mobile Header ---*/
.navigation{height: 45px;overflow: hidden;}
.navigation .menu-cloud-navigation-container{width: 62%;overflow-x: scroll;}
.navigation .menu-cloud-navigation-container .menu{white-space: nowrap;display: flex;}
.navigation .menu-cloud-navigation-container .menu li.menu-item-3083 a::before{}
.navigation .menu-cloud-navigation-container .menu li a{font-size: 0.9rem;padding: 11px 5px;}
/*---- Navigation External ---*/
.navigation .navigation-external-menu{width: 38%;}
.navigation .navigation-external-menu ul li{height: 100%;}
.navigation .navigation-external-menu ul li .nem-btn{padding: 11px 5px;}
.navigation .navigation-external-menu ul li .nem-btn svg{width: 22px;height: 22px;}
}
@media only screen and (max-width: 767px) and (min-width: 481px){
.navigation .navigation-grid{flex-direction: row;}
.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: row;}
.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{display: none;}
}
@media only screen and (max-width: 480px){
.navigation{margin-top: 0;}
.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: row;}
.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: 10px;}
.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{display: none;}
}
/*========================================
/*   Top Landing Section
/*=======================================*/
.lead-news-section{display: inline-block;width: 100%;clear: both;float: left;}
.lead-news-section-grid{display: grid;grid-template-columns: 24% auto 24%;width: 100%;gap: 20px;clear: both;float: left;position: relative;}
.primary-lead-grid{order: 2;display: grid;grid-template-columns: auto auto;gap: 0 25px;width: 100%;}
.primary-lead-grid .news-item{padding: 15px 0;border-bottom: 1px solid #e7e7e7;height: fit-content;}
.primary-lead-grid .news-item .box{display: flex;width: 100%;flex-wrap: wrap;}
.primary-lead-grid .news-item .thumbnail{display: none;width: 100%;float: left;}
.primary-lead-grid .news-item .thumbnail a{display: block;width: 100%;height: 100%;}
.primary-lead-grid .news-item .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.primary-lead-grid .news-item h3{font-size: 1.2rem;line-height: 1.5;font-weight: 600;margin: 5px 0;float: left;}
.primary-lead-grid .news-item .news-excerpt{width: 100%;margin: 8px 0;float: left;font-size: 1.1rem;color: #555;}
.primary-lead-grid .news-item .news-meta{display: inline-block;width: 100%;float: left;font-size: 0.8rem;}
.primary-lead-grid .news-item .news-meta .news-date{font-weight: 600;color: #666;}
.primary-lead-grid .news-item:first-child{grid-column-start: 1;grid-column-end: 3;}
.primary-lead-grid .news-item:first-child .box{display: grid;grid-template-columns: 45% auto;gap: 8px 15px;}
.primary-lead-grid .news-item:first-child .thumbnail{grid-row-start: 1;grid-row-end: 4;display: inline-block;}
.primary-lead-grid .news-item:first-child .thumbnail a{display: flex;align-items: center;}
.primary-lead-grid .news-item:first-child .thumbnail img{width: 100%;height: auto;max-height: 100%;}
.primary-lead-grid .news-item:first-child h3{font-size: 1.5rem;line-height: 1.5;-webkit-line-clamp: 4;margin: 0;}
.primary-lead-grid .news-item:nth-child(2),
.primary-lead-grid .news-item:nth-child(3){height: fit-content;}
.primary-lead-grid .news-item:nth-child(2) .box,
.primary-lead-grid .news-item:nth-child(3) .box{display: inline-block;width: 100%;clear: both;float: left;}
.primary-lead-grid .news-item:nth-child(2) .thumbnail,
.primary-lead-grid .news-item:nth-child(3) .thumbnail{width: 90px;height: 75px;float: right;margin-left: 5px;display: inline-block;}
.primary-lead-grid .news-item:nth-child(2) h3,
.primary-lead-grid .news-item:nth-child(3)  h3{font-size: 1.2rem;line-height: 1.5;font-weight: 600;margin-bottom: 10px;float: unset;}
.primary-lead-grid .news-item:nth-child(4) .thumbnail,
.primary-lead-grid .news-item:nth-child(5) .thumbnail{width: 100%;height: 180px;float: right;margin-left: 5px;display: inline-block;}
.primary-lead-grid .news-item:nth-child(4) h3,
.primary-lead-grid .news-item:nth-child(5) h3{}
.primary-lead-grid .news-item:nth-child(4) .news-excerpt,
.primary-lead-grid .news-item:nth-child(5) .news-excerpt{display: none;}

.secondary-lead-grid{display: flex;flex-direction: column;width: 100%;order: 1;padding-right: 15px;border-right: 1px solid #e1e1e1;}
.secondary-lead-grid .news-item{display: inline-block;width: 100%;clear: both;float: left;padding: 10px 0;border-bottom: 1px solid #e7e7e7;}
.secondary-lead-grid .news-item .box{display: inline-block;width: 100%;clear: both;float: left;}
.secondary-lead-grid .news-item .thumbnail{width: 90px;height: 60px;float: right;margin-left: 10px;display:none;}
.secondary-lead-grid .news-item .thumbnail a{display: block;width: inherit;height: inherit;}
.secondary-lead-grid .news-item .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.secondary-lead-grid .news-item h3{font-size: 1.2rem;line-height: 1.3;font-weight: 600;margin-bottom:10px;}
.secondary-lead-grid .news-item .news-excerpt{width: 100%;margin: 8px 0;float: left;font-size: 1.1rem;color: #555;display:none;}
.secondary-lead-grid .news-item .news-meta{display: inline-block;width: 100%;float: left;font-size: 0.8rem;}
.secondary-lead-grid .news-item .news-meta .news-date{font-weight: 600;color: #666;}
.secondary-lead-grid .news-item:first-child .thumbnail,
.secondary-lead-grid .news-item:nth-child(2) .thumbnail,
.secondary-lead-grid .news-item:nth-child(3) .thumbnail{display:block;}
.secondary-lead-grid .news-item:first-child .news-excerpt,
.secondary-lead-grid .news-item:nth-child(2) .news-excerpt,
.secondary-lead-grid .news-item:nth-child(3) .news-excerpt{display: -webkit-box;}
.secondary-lead-grid .news-item:last-child{border:none;}

.hot-news-grid{order: 3;display: flex;flex-direction: column;gap: 15px;padding-left: 15px;border-left: 1px solid #e1e1e1;}
.hot-news-grid .news-item{display: inline-block;width: 100%;clear: both;float: left;padding: 10px 0;border-bottom: 1px solid #e7e7e7;}
.hot-news-grid .news-item .box{display: inline-block;width: 100%;clear: both;float: left;}
.hot-news-grid .news-item .thumbnail{width: 90px;height: 60px;float: right;margin-left: 10px;display:none;}
.hot-news-grid .news-item .thumbnail a{display: block;width: inherit;height: inherit;}
.hot-news-grid .news-item .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.hot-news-grid .news-item h3{font-size: 1.2rem;line-height: 1.5;font-weight: 600;margin-bottom:10px;}
.hot-news-grid .news-item .news-excerpt{width: 100%;margin: 8px 0;float: left;font-size: 1.1rem;color: #555;display:none;}
.hot-news-grid .news-item .news-meta{display: inline-block;width: 100%;float: left;font-size: 0.8rem;}
.hot-news-grid .news-item .news-meta .news-date{font-weight: 600;color: #666;}
.hot-news-grid .news-item:first-child .thumbnail,
.hot-news-grid .news-item:nth-child(2) .thumbnail,
.hot-news-grid .news-item:nth-child(3) .thumbnail{display:block;}
.hot-news-grid .news-item:first-child .news-excerpt,
.hot-news-grid .news-item:nth-child(2) .news-excerpt,
.hot-news-lead-grid .news-item:nth-child(3) .news-excerpt{display: -webkit-box;}
.hot-news-grid .news-item:last-child{border:none;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.lead-news-section{}
.lead-news-section-grid{grid-template-columns: 48% 48%;gap: 20px 4%;}
.primary-lead-grid{order: 1;grid-column-start: 1;grid-column-end: 3;float: left;}
.secondary-lead-grid{order: 2;float: left;margin-bottom: 25px;}
.hot-news-grid{order: 3;float: left;margin-bottom: 25px;}
.hot-news-grid .news-item .add-box{text-align: center;}
.hot-news-grid .news-item .add-box img{width: 300px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.lead-news-section-grid{grid-template-columns: 48% 48%;gap: 20px 4%;}
.primary-lead-grid{order: 1;grid-column-start: 1;grid-column-end: 3;float: left;}
.secondary-lead-grid{order: 2;float: left;margin-bottom: 25px;}
.hot-news-grid{order: 3;float: left;margin-bottom: 25px;}
.hot-news-grid .news-item .add-box{text-align: center;}
.hot-news-grid .news-item .add-box img{width: 300px;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.lead-news-section-grid{grid-template-columns: 48% auto;gap: 20px 35px;}
.primary-lead-grid{order: 1;grid-column-start: 1;grid-column-end: 3;}
.primary-lead-grid .news-item:first-child .box{display: flex;flex-direction: column;}
.primary-lead-grid .news-item:nth-child(4) .thumbnail,
.primary-lead-grid .news-item:nth-child(5) .thumbnail{height: 150px;}
}
@media only screen and (max-width: 480px) {
.lead-news-section-grid{display: flex;flex-direction: column;}
.primary-lead-grid{order: 1;display: flex;flex-direction: column;}
.primary-lead-grid .news-item:first-child .box{display: flex;flex-direction: column;}
.primary-lead-grid .news-item:nth-child(4) .thumbnail,
.primary-lead-grid .news-item:nth-child(5) .thumbnail{height: 150px;}
.secondary-lead-grid{order: 2;}
.hot-news-grid{order: 3;}
.hot-news-grid .news-item .add-box{text-align: center;}
.hot-news-grid .news-item .add-box img{width: 250px;}
}
/*============================
/*  Single Video Section
=============================*/
.single-slide-section{display: inline-block;width: 100%;}
.single-slide-section .single-slide-row{display: inline-block;width: 100%;clear: both;float: left;padding: 50px 0 25px;}
.single-slide-section .single-slide-row h2{border-bottom: 2px dotted #000000;display: flex;align-items: center;}
.single-slide-section .single-slide-row h2 span{font-size: 1.2rem;gap: 5px;}
.single-slide-section .single-slide-row h2 svg{width: 35px;height: 35px;}
.single-slide-section .single-slide-row .single-slider-grid{padding: 0;display: inline-block;width: 100%;clear: both;float: left;position: relative;overflow: hidden;}

.single-slide-section .special-edition-slide{display: flex;width: 180%;clear: both;flex-direction: row;gap: 20px;transition: .5s;}
.single-slide-section .special-edition-slide .grid-items{background: #ebf7ff;border-radius: 5px;max-width: 12.5%;}
.single-slide-section .special-edition-slide .box{display: flex;flex-direction: column;border-radius: 5px 5px 0 0;overflow: hidden;gap: 15px;}
.single-slide-section .special-edition-slide .thumbnail a{display: block;width: 100%;height: 175px;position: relative;}
.single-slide-section .special-edition-slide .thumbnail .play-icon{position: absolute;left: 0;top: 0;background: #ff0000a8;padding: 5px;}
.single-slide-section .special-edition-slide .thumbnail .play-icon svg{fill: #f2f2f2;width: 30px;height: 30px;}
.single-slide-section .special-edition-slide .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.single-slide-section .special-edition-slide h3{display: flex;flex-direction: column;text-align: center;padding: 0 15px;gap: 6px;}
.single-slide-section .special-edition-slide h3 a{font-size: 1.2rem;font-weight: 600;color: #000;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.5;}
.single-slide-section .special-edition-slide h3 .query-category{margin: 20px 0 35px 0;font-size: 0.9rem;font-weight: 600;color: red;}
.single-slide-section .special-edition-slide h3 .query-category a{font-size: 0.85rem;color: red;font-weight: 400;}

.single-slide-section .ses-nav{width: 100%;margin: 20px auto 20px auto;display: inline-block;}
.single-slide-section .ses-nav .ses-nav-dots{width: 100px;display: flex;gap: 5px;margin: 0 auto;}
.single-slide-section .ses-nav .ses-nav-dots .dots{width: 15px;height: 15px;background: #b1b1b1;border-radius: 100%;transition: .5s;cursor: pointer;}
.single-slide-section .ses-nav .ses-nav-dots .dots.active{background: #b90000;}
.single-slide-section .ses-nav .ses-nav-dots .dots:hover{background: #000;}
.single-slide-section .ses-nav .ses-btn{width: 50px;height: 50px;background: #000000ad;display: flex;align-items: center;z-index: 1;padding-right: 0;border-radius: 100%;cursor: pointer;transition: .5s;position: absolute;top: 0;left: 0px;top: 40%;transform: translate(0, -40%);}
.single-slide-section .ses-nav .ses-btn.ses-next{padding-left: 0;left: unset;right: 0;}
.single-slide-section .ses-nav .ses-btn:hover{background: #0088ffad;}
.single-slide-section .ses-nav .ses-btn:active{background: #ff0000;}
.single-slide-section .ses-nav .ses-btn svg{fill: #ffffff;width: 50px;height: 50px;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.single-slide-section .special-edition-slide .thumbnail a{height: 150px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.single-slide-section .special-edition-slide{width: 300%;}
.single-slide-section .special-edition-slide .thumbnail a{height: 120px;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.single-slide-section .special-edition-slide{width: 600%;}
.single-slide-section .special-edition-slide .thumbnail a{height: 175px;}
.single-slide-section .special-edition-slide h3 a{font-size: 0.9rem;}
.single-slide-section .special-edition-slide h3 .query-category{margin: 15px 0;}
}
@media only screen and (max-width: 480px) {
.single-slide-section .special-edition-slide{width: 700%;}
.single-slide-section .special-edition-slide h3 a{font-size: 0.9rem;}
.single-slide-section .special-edition-slide h3 .query-category{margin: 10px 0 20px;font-size: 0.8rem;}
}
/*===========================
 News Box Head Section
===========================*/
.news-box-head{display: flex;width: 100%;clear: both;float: left;position: relative;margin-bottom: 10px;border-bottom: 1px dashed #6c6c6c;align-items: center;}
.news-box-head h2{display: flex;align-items: center;width: 100%;gap: 5px;}
.news-box-head h2 svg{width: 30px;height: 30px;}
.news-box-head h2 span{font-size: 1.3rem;line-height: 1;}
.news-box-head a{position: absolute;right: 5px;font-size: 0.85rem;color: red;}
/*===========================
Second Lead Section
===========================*/
.second-lead-section{display: inline-block;width: 100%;margin: 25px 0;clear: both;float: left;}
.second-lead-section .sl-section-grid{display: grid;grid-template-columns: 28% auto;gap: 35px;}
.second-lead-section .tab-news-list{width: 100%;clear: both;float: left;display: inline-block;overflow: hidden;transition: .5s;}

.news-tab-header{display: flex;width: 100%;clear: both;float: left;flex-direction: row;background: #f8f8f8;border-bottom: 1px solid;}
.news-tab-header .tab-button{width: max-content;padding: 10px 25px;border: none;cursor: pointer;transition: .5s;font-size: 0.9rem;background: #e9e9e9;font-weight: 600;color: #000000;}
.news-tab-header .tab-button.active{background: #000;color: #fff;}
.news-tab-header .tab-button:hover{background: #2296f3;color: #fff;}

.tab-view-pane{display: flex;width: 200%;clear: both;float: left;margin-left: 0;transition: .5s;}
.tab-view-pane .latest-news-list{display: inline-block;width: 100%;clear: both;overflow: hidden;}
.tab-news-grid{width: 100%;height: 800px;overflow-x: hidden;overflow-y: scroll;padding: 10px;background: #f8f8f8;display: flex;flex-direction: column;gap: 15px;border-left: 1px solid #d7d7d7;}
.tab-news-grid .news-item{display: inline-block;width: 100%;clear: both;float: left;}
.tab-news-grid .news-item .news-count{font-size: 2rem;color: #b70000;margin-bottom: 0;font-weight: 600;}
.tab-news-grid .news-item h3{font-size: 1.2rem;line-height: 1.5;font-weight: 600;margin: 0;}

.second-lead-section .australia-news-list{display: inline-block;width: 100%;float: left;clear: both;}
.second-lead-section .australia-news-list .news-box-head{color: #2f333c;}
.australia-news-grid{display: grid;float: left;width: 100%;grid-template-columns: auto auto auto;gap: 15px 30px;}
.australia-news-grid .news-item{width: 100%;display: inline-block;clear: both;float: left;}
.australia-news-grid .news-item .box{display: inline-block;width: 100%;clear: both;float: left;}
.australia-news-grid .news-item .thumbnail{width: 100%;height: 175px;float: left;margin-bottom: 3px;overflow: hidden;}
.australia-news-grid .news-item .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.australia-news-grid .news-item h3{font-size: 1.2rem;font-weight: 600;line-height: 1.5;float: left;margin: 5px 0;}
.australia-news-grid .news-item .news-excerpt{float: left;font-size: 1.1rem;line-height: 1.5;margin: 10px 0;color: #555;}
.australia-news-grid .news-item .news-meta{display: inline-block;width: 100%;float: left;clear: both;margin: 3px 0 10px 0;font-size: 0.8rem;font-weight: 600;color: #555;}
.australia-news-grid .news-item:first-child{grid-column-start: 1;grid-column-end: 3;grid-row-start: 1;grid-row-end: 3;}
.australia-news-grid .news-item:first-child .thumbnail{height: 270px;}
.australia-news-grid .news-item:first-child .thumbnail a{}
.australia-news-grid .news-item:first-child .thumbnail img{}
.australia-news-grid .news-item:first-child h3{font-size: 1.5rem;}
.australia-news-grid .news-item:nth-child(2){grid-column-start: 1;grid-row-start: 3;grid-row-end: 5;}
.australia-news-grid .news-item:nth-child(3){grid-column-start: 2;grid-row-start: 3;grid-row-end: 5;}
.australia-news-grid .news-item:nth-child(n + 4):nth-child(-n + 7)  .thumbnail{width: 90px;height: 60px;float: right;margin-left: 5px;margin-bottom: 0;}
.australia-news-grid .news-item:nth-child(n + 4):nth-child(-n + 7)  h3{float: unset;margin: 0;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.tab-news-grid{height: 750px;}
.tab-news-grid .news-item .news-count{font-size: 1.5rem;}
.tab-news-grid .news-item h3{font-size: 0.9rem;}
.australia-news-grid .news-item .thumbnail{height: 135px;}
.australia-news-grid .news-item:first-child .thumbnail{height: 230px;}
.australia-news-grid .news-item:first-child h3{font-size: 1.2rem;}
.australia-news-grid .news-item:nth-child(n + 4):nth-child(-n + 7)  .thumbnail{width: 70px;height: 50px;}
.australia-news-grid .news-item:nth-child(n + 4):nth-child(-n + 7)  h3{font-size: 0.85rem;}
.australia-news-grid .news-item:nth-child(n + 4):nth-child(-n + 7)  .news-excerpt{margin: 5px 0;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.second-lead-section .sl-section-grid{grid-template-columns: 45% auto;}
.tab-news-grid .news-item h3{font-size: 0.9rem;}
.australia-news-grid{display: flex;flex-direction: column;}
.australia-news-grid .news-item .thumbnail{width: 90px;height: 60px;float: right;margin-left: 5px;margin-bottom: 0;}
.australia-news-grid .news-item h3{float: unset;font-size: 0.85rem;}
.australia-news-grid .news-item .news-excerpt{display: none;}
.australia-news-grid .news-item .news-meta{font-size: 0.75rem;font-weight: 500;}
.australia-news-grid .news-item:last-child{display:none;}
.australia-news-grid .news-item:first-child{grid-column-end: 4;}
.australia-news-grid .news-item:first-child .thumbnail{height: 200px;width: 100%;}
.australia-news-grid .news-item:first-child h3{font-size: 1.2rem;float: left;}
.australia-news-grid .news-item:first-child .news-excerpt{margin: 5px 0;}
.australia-news-grid .news-item:nth-child(2){grid-column-start: 1;grid-column-end: 3;grid-row-start: unset;grid-row-end: unset;}
.australia-news-grid .news-item:nth-child(3){grid-column-start: unset;grid-column-end: unset;grid-row-start: unset;grid-row-end: unset;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.second-lead-section .sl-section-grid{display: flex;flex-direction: column;}
.tab-news-grid{height: 600;}
.australia-news-grid{grid-template-columns: auto auto;}
.australia-news-grid .news-item .thumbnail{height: 120px;}
.australia-news-grid .news-item h3{font-size: 0.85rem;}
.australia-news-grid .news-item .news-excerpt{display: none;}
.australia-news-grid .news-item .news-meta{font-size: 0.75rem;font-weight: 500;}
.australia-news-grid .news-item:first-child .thumbnail{height: 220px;}
.australia-news-grid .news-item:first-child h3{font-size: 1rem;}
.australia-news-grid .news-item:first-child .news-excerpt{display: block;}
.australia-news-grid .news-item:nth-child(n + 4):nth-child(-n + 7)  .thumbnail{float: left;margin: 0 0 5px 0;}
.australia-news-grid .news-item:nth-child(n + 4):nth-child(-n + 7)  h3{width: 100%;}
.australia-news-grid .news-item:nth-child(n + 4):nth-child(-n + 7)  .news-excerpt{display: none;}
}
@media only screen and (max-width: 480px) {
.second-lead-section .sl-section-grid{display: flex;width: 100%;flex-direction: column;}
.tab-news-grid{height: 500px;}
.tab-news-grid .news-item .news-count{font-size: 1.8rem;}
.tab-news-grid .news-item h3{font-size: 0.85rem;}
.australia-news-grid{display: flex;flex-direction: column;}
.australia-news-grid .news-item .thumbnail{width: 90px;height: 60px;float: right;margin-left: 5px;margin-bottom: 0;}
.australia-news-grid .news-item h3{float: unset;font-size: 0.85rem;}
.australia-news-grid .news-item .news-excerpt{display: none;}
.australia-news-grid .news-item:first-child{grid-row-end: unset;}
.australia-news-grid .news-item:first-child .thumbnail{height: 200px;width: 100%;}
.australia-news-grid .news-item:first-child h3{font-size: 1.1rem;width: 100%;}
.australia-news-grid .news-item:first-child .news-excerpt{font-size: 0.8rem;display: inline-block;}
.australia-news-grid .news-item:first-child .news-meta{font-size: 0.8rem;font-weight: 500;}
.australia-news-grid .news-item:nth-child(2){grid-column-end: 3;}
.australia-news-grid .news-item:nth-child(3){grid-column-start: 1;grid-column-end: 3;grid-row-start: 6;}
}
/*===========================
Entertainment news grid
===========================*/
.entertainment-section-grid{display: inline-block;width: 100%;clear: both;float: left;margin: 25px 0;}
.entertainment-news-grid{display: grid;grid-template-columns: auto auto auto auto;float: left;width: 100%;gap: 15px 35px;}
.entertainment-news-grid .news-item{width: 100%;clear: both;float: left;}
.entertainment-news-grid .news-item .box{display: flex;flex-direction: column;gap: 10px;float: left;}
.entertainment-news-grid .news-item .thumbnail{width: 100%;height: 175px;overflow: hidden;}
.entertainment-news-grid .news-item .thumbnail img{width: 100%;height: 100%;object-fit: cover;}
.entertainment-news-grid .news-item h3{font-size: 1.2rem;line-height: 1.5rem;font-weight: 600;}
.entertainment-news-grid .news-item .news-excerpt{font-size: 0.85rem;line-height: 1.5;color: #555;display: none;}
.entertainment-news-grid .news-item .news-meta{width: 100%;clear: both;float: left;}
.entertainment-news-grid .news-item .news-date{font-size: 0.85rem;font-weight: 600;color: #555;}
.entertainment-news-grid .news-item:first-child{grid-column-start: 1;grid-column-end: 3;grid-row-start: 1;grid-row-end: 3;}
.entertainment-news-grid .news-item:first-child .thumbnail{height: 350px;}
.entertainment-news-grid .news-item:first-child h3{font-size: 1.7rem;line-height: 1.5;}
.entertainment-news-grid .news-item:first-child .news-excerpt{display: inline-block;font-size: 1.1rem;line-height: 1.5;}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.entertainment-news-grid .news-item .thumbnail{height: 120px;}
.entertainment-news-grid .news-item h3{font-size: 0.9rem;line-height: 1.3;}
.entertainment-news-grid .news-item .news-date{font-size: 0.75rem;}
.entertainment-news-grid .news-item:first-child .thumbnail{height: 250px;}
.entertainment-news-grid .news-item:first-child h3{font-size: 1.2rem;}
.entertainment-news-grid .news-item:first-child .news-excerpt{font-size: 0.8rem;}
.entertainment-news-grid .news-item:first-child .news-date{font-size: 0.7rem;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.entertainment-news-grid{grid-template-columns: auto auto;gap: 20px;}
.entertainment-news-grid .news-item .news-date{font-size: 0.8rem;}
.entertainment-news-grid .news-item:first-child .box{display: grid;grid-template-columns: auto auto;gap: 15px;}
.entertainment-news-grid .news-item:first-child .thumbnail{grid-row-start: 1;grid-row-end: 4;height: 180px;}
.entertainment-news-grid .news-item:first-child h3{font-size: 1.1rem;line-height: 1.4;margin: 0;}
.entertainment-news-grid .news-item:first-child .news-excerpt{font-size: 0.85rem;float: left;}
.entertainment-news-grid .news-item:first-child .news-date{font-size: 0.8rem;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.entertainment-news-grid{grid-template-columns: auto auto;}
.entertainment-news-grid .news-item .thumbnail{height: 120px;}
.entertainment-news-grid .news-item h3{font-size: 0.9rem;line-height: 1.3;}
.entertainment-news-grid .news-item .news-date{font-size: 0.75rem;}
.entertainment-news-grid .news-item:first-child .thumbnail{height: 200px;}
.entertainment-news-grid .news-item:first-child h3{font-size: 1.2rem;}
.entertainment-news-grid .news-item:first-child .news-excerpt{font-size: 0.8rem;}
.entertainment-news-grid .news-item:first-child .news-date{font-size: 0.75rem;}
}
@media only screen and (max-width: 480px) {
.entertainment-news-grid{display: flex;flex-direction: column;}
.entertainment-news-grid .news-item .box{display: inline-block;}
.entertainment-news-grid .news-item .thumbnail{width: 80px;height: 50px;float: right;margin-left: 5px;}
.entertainment-news-grid .news-item h3{font-size: 0.85rem;line-height: 1.3;}
.entertainment-news-grid .news-item .news-date{margin: 10px 0;font-size: 0.75rem;}
.entertainment-news-grid .news-item:first-child .thumbnail{height: 170px;width: 100%;margin: 0;}
.entertainment-news-grid .news-item:first-child h3{font-size: 1.1rem;float: left;margin-top: 5px;}
.entertainment-news-grid .news-item:first-child .news-excerpt{font-size: 0.8rem;}
.entertainment-news-grid .news-item:nth-child(5) .thumbnail{height: 170px;width: 100%;margin: 0;}
.entertainment-news-grid .news-item:nth-child(5) h3{font-size: 1.1rem;float: left;margin-top: 5px;}
.entertainment-news-grid .news-item:nth-child(5) .news-excerpt{font-size: 0.8rem;display: inline-block;margin-top: 5px;}
}
/*---Spotlight----*/
.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: 1.2rem;line-height: 1.5;margin-bottom: 5px;width: 65%;font-weight: 600;}
.spotlights .spotlight-news-item .news-item .news-excerpt-3{font-size: 1.1rem;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) {
.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) {
.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) {
.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) {
}
/*========================================
/*   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: 70% 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: 0 3.33%;}
.editorial-style .grid-items{width: 31%;}
.editorial-style .grid-items .thumbnail{height: 165px;margin-bottom: 10px;}
.editorial-style .grid-items .thumbnail img{height: 100%;width: 100%;object-fit: cover;}
.editorial-style .grid-items h3{font-size: 1.2rem;line-height: 1.5;margin-top: 5px;width: 100%;font-weight: 600;}
.editorial-style .grid-items .news-excerpt{font-size: 1.1rem;margin: 5px 0;color: #444;line-height: 1.5;}
.editorial-style .grid-items .news-meta{font-size: 0.85rem;color: #555;margin-top: 10px;font-weight: 600;}
.editorial-style .grid-items .news-date{color: #555;}
.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;overflow: hidden;}
.editorial-style .grid-items:first-child .thumbnail{width: 100%;grid-row-start: 1;grid-row-end: 4;align-items: center;justify-content: center;height: 250px;}
.editorial-style .grid-items:first-child .thumbnail a{}
.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.7rem;line-height: 1.3;-webkit-line-clamp: 3;font-weight: 600;}
.editorial-style .grid-items:first-child .news-excerpt{font-size: 1.1rem;color: #555;display: -webkit-box;line-height: 1.5;}
.editorial-style .grid-items:first-child .news-meta{font-size: 0.8rem;color: #444;margin-top: 0;float: left;}
@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: 1.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;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.7rem;width: 100%;}
.australia-category-grid .grid-items:first-child .news-excerpt{display: block;font-size: 1.1rem;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 .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: 1.2rem;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-excerpt{display: none;}
.grid-style-1 .grid-items:first-child {grid-row: 1 / 5;}
.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 h3{font-size: 1.7rem;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-excerpt{font-size: 1.1rem;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 .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 h3{font-size: 1.2rem;color: #000;line-height: 1.5;font-weight: 400;}
.grid-style-2 .grid-items .news-meta{display: none;}
.grid-style-2 .grid-items .news-excerpt{margin: 5px 0;width: 100%;float: left;font-size: 1.1rem;font-weight: 400;color: #555;display: none;}
.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 h3{font-size: 1.4rem;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-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 .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;}
}
/*========================================
/*   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: 10px 20px;float: left;}
.grid-style-4 .grid-items{background: #ffffffc4;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: 1.2rem;line-height: 1.5;float: left;font-weight: 600;margin-top: 10px;}
.grid-style-4 .grid-items h3 a{display: block;}
.grid-style-4 .grid-items .news-meta{display: inline-block;width: 100%;float: left;margin-top: 10px;font-size: 0.9rem;}
.grid-style-4 .grid-items .news-excerpt{float: left;display: none;font-size: 1.1rem;color: #555;padding: 5px;}
.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.7rem;}
.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;padding-bottom: 0;flex-wrap: wrap;}
.grid-style-4 .grid-items .thumbnail{height: 70px;width: 30%;border-radius: 0;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;}
}
/*========================================
/*   Grid Style 12
/*=======================================*/
.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: 1.1rem;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.3rem;}
.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;}
}
/*========================================
/*   Mobile Menu Options
/*=======================================*/
.mobile-menu-opt{position: fixed;left: 0;right: 0;bottom: 0;top: 0;background: #fffffff5;transition: .5s;z-index: 999999;display: none;}
.mobile-menu-opt .mobile-menu-content{width: 728px;margin: 50px auto;display: block;gap: 5px 0;flex-wrap: wrap;}
.mobile-menu-opt .mobile-menu-content h2{grid-column-start: 1;grid-column-end: 3;font-size: 1.5rem;display: flex;width: 100%;position: relative;align-items: center;gap: 7px;background: #fff;margin-bottom: 10px;padding-bottom: 3px;border-bottom: 2px dashed #ccc;}
.mobile-menu-opt .mobile-menu-content h2 svg{width: 30px;height: 30px;}
.mobile-menu-opt .mobile-menu-content h2 span{}
.mobile-menu-opt .mobile-menu-content h2 button{position: absolute;right: 0;background: red;color: #fff;outline: none;border: none;border-radius: 3px;cursor: pointer;transition: .5s;}
.mobile-menu-opt .mobile-menu-content h2 button svg{fill: #fff;}
.mobile-menu-opt .search-form-box{width: 40%;float: right;}
.mobile-menu-opt .search-form-box form{display: flex;width: 100%;gap: 0;margin-bottom: 15px;}
.mobile-menu-opt .search-form-box form input[type="text"]{width: 70%;}
.mobile-menu-opt .search-form-box form input[type="submit"]{width: 30%;}
.mobile-menu-opt .cloud-mobile-nav{width: 60%;float: left;}
.mobile-menu-opt .cloud-mobile-nav h3{font-size: 1rem;display: flex;gap: 5px;font-weight: 600;}
.mobile-menu-opt .cloud-mobile-nav .menu-cloud-navigation-container ul{display: flex;flex-direction: column;gap: 5px;margin: 10px 0;}
.mobile-menu-opt .cloud-mobile-nav .menu-cloud-navigation-container a{display: flex;padding: 5px 0;}
.mobile-menu-opt .cloud-mobile-nav .menu-cloud-navigation-container a::before{font-family: 'Material Symbols Outlined';content: "\e5cc";font-weight: 900;font-style: normal;display: inline-block;line-height: 1;text-transform: none;letter-spacing: normal;word-wrap: normal;white-space: nowrap;direction: ltr;font-size: 24px;color: #d90014;}
.mobile-menu-opt .mobile-external-menu{display: flex;flex-direction: column;gap: 25px;float: right;width: 40%;margin-top: 15px;}
.mobile-menu-opt .mobile-external-menu ul.ext-menu-list{display: flex;flex-direction: row;gap: 25px 0;}
.mobile-menu-opt .mobile-external-menu .ext-menu-list li{width: 50%;}
.mobile-menu-opt .mobile-external-menu .ext-menu-list li a{display: flex;flex-direction: column;text-align: center;align-items: center;font-size: 0.9rem;}
.mobile-menu-opt .mobile-external-menu .ext-menu-list li svg{width: 30px;height: 30px;}
.mobile-menu-opt .social-media-list{display: flex;gap: 10px;}
.mobile-menu-opt .social-media-list li a{background: #2296f3;display: flex;padding: 10px;border-radius: 100%;width: 45px;height: 45px;align-items: center;transition: .5s;}
.mobile-menu-opt .social-media-list li svg{height: 25px;width: 25px;fill: #fff;}
.mobile-menu-opt .social-media-list li:nth-child(2) a{background: #000;}
.mobile-menu-opt .social-media-list li:nth-child(3) a{background: #f16b1d;}
.mobile-menu-opt .social-media-list li:nth-child(4) a{background: red;}
.mobile-menu-opt .social-media-list li:last-child a{background: #c30000;}
.mobile-menu-opt .social-media-list li:first-child a:hover{background: #0f7bd1;}
.mobile-menu-opt .social-media-list li:nth-child(2) a:hover{background: #3a3737;}
.mobile-menu-opt .social-media-list li:nth-child(3) a:hover{background: #d74813;}
.mobile-menu-opt .social-media-list li:nth-child(4) a:hover{background: #bf0000;}
.mobile-menu-opt .social-media-list li:last-child a:hover{background: red;}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.mobile-menu-opt .mobile-menu-content{width: 650px;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.mobile-menu-opt .mobile-menu-content{width: 100%;display: block;flex-direction: column;margin: 10px auto;max-height: 100vh;overflow-y: scroll;flex-wrap: wrap;padding-bottom: 50px;}
.mobile-menu-opt .mobile-menu-content h2{width: 100%;float: left;margin-bottom: 0;background: transparent;}
.mobile-menu-opt .search-form-box{width: 100%;float: left;margin-top: 10px;}
.mobile-menu-opt .cloud-mobile-nav{width: 100%;float: left;}
.mobile-menu-opt .mobile-external-menu{width: 100%;float: left;}
}
@media only screen and (max-width: 480px) {
.mobile-menu-opt .mobile-menu-content{width: 90%;margin: 15px auto;height: 100vh;overflow-x: scroll;}
.mobile-menu-opt .mobile-menu-content h2{position: sticky;top: 0;order: 1;}
.mobile-menu-opt .search-form-box{width: 100%;order: 2;}
.mobile-menu-opt .cloud-mobile-nav{width: 100%;order: 3;}
.mobile-menu-opt .mobile-external-menu{width: 100%;padding-bottom: 30px;}
}
/*========================================
/*   custom-search-form
/*=======================================*/
.custom-search-form{display: flex;width: 100%;clear: both;float: left;}
.custom-search-form form{display: flex;width: 100%;flex-direction: row;gap: 0;align-items: center;}
.custom-search-form h2{font-size: 1.5rem !important;border: none !important;font-weight: bold !important;margin-right: 15px;}
.custom-search-form input[type="text"]{width: 60%;}
.custom-search-form input[type="submit"]{width: 20%;padding: 13px;}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.custom-search-form form{flex-wrap: wrap;flex-direction: unset;}
.custom-search-form h2{width: 100%;}
}
/*========================================
/*   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: 30% auto 30%;gap: 50px;}
.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{width: 100%;clear: both;float: left;text-align: center;display: flex;flex-direction: column;gap: 10px;}
.footer .address-box h3{font-size: 1.2rem;border-bottom: 2px dotted #c9c9c9;margin-top: 25px;}
.footer .address-box h4{font-size: 1.8rem;white-space: nowrap;line-height: 1.5;color: #0e56b3;}
.footer .address-box h5{font-size: 1.2rem;font-weight: 600;color: #cd0000;}
/*--- Address Information ----*/
.footer .plugin-box{display: inline-block;width: 100%;clear: both;float: left;}
.footer .plugin-box h3{font-size: 1.2rem;border-bottom: 2px dotted #a3a3a3;margin-bottom: 15px;}
.footer .plugin-box ul.get-in-touch{margin-bottom: 20px;display: flex;flex-direction: column;gap: 10px;width: 100%;float: left;}
.footer .plugin-box .get-in-touch li{display: flex;align-items: center;gap: 15px;}
.footer .plugin-box .get-in-touch li svg{width: 30px;height: 30px;fill: #444;}
.footer .plugin-box .get-in-touch .git-text{font-size: 0.85rem;line-height: 1.5;display: flex;flex-direction: column;gap: 3px;font-weight: 600;}
/*--- social media list ----*/
.footer .address-box .social-media-list{display: flex;gap: 10px;margin: 15px 0;width: max-content;margin: 0 auto;}
.footer .address-box .social-media-list li{width: 45px;height: 45px;overflow: hidden;}
.footer .address-box .social-media-list a{background: #2296f3;display: flex;padding: 10px;border-radius: 100%;width: 45px;height: 45px;align-items: center;transition: .5s;}
.footer .address-box .social-media-list li svg{height: 25px;width: 25px;fill: #fff;}
.footer .address-box .social-media-list li:nth-child(2) a{background: #000;}
.footer .address-box .social-media-list li:nth-child(3) a{background: #f16b1d;}
.footer .address-box .social-media-list li:nth-child(4) a{background: red;}
.footer .address-box .social-media-list li:last-child a{background: #c30000;}
.footer .address-box .social-media-list li:first-child a:hover{background: #0f7bd1;}
.footer .address-box .social-media-list li:nth-child(2) a:hover{background: #3a3737;}
.footer .address-box .social-media-list li:nth-child(3) a:hover{background: #d74813;}
.footer .address-box .social-media-list li:nth-child(4) a:hover{background: #bf0000;}
.footer .address-box .social-media-list li:last-child a:hover{background: red;}
.footer .address-box .social-media-list a{display: flex;background: #2296f3;padding: 7px 8px;border-radius: 100%;width: 100%;height: 100%;overflow: hidden;border: 1px solid #e1e1e1;}
.footer .address-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: 1024px) and (max-width: 1279px) {
.footer .footer-grid{grid-template-columns: 30% 40% auto;gap: 25px;}
.footer .address-box h3{margin-top: 15px;}
.footer .address-box h4{font-size: 1.5rem;}
.footer .address-box h5{font-size: 1.2rem;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.footer .footer-grid{grid-template-columns: auto auto;gap: 30px;}
.footer .footer-logo{order: 3;}
.footer .address-box{order: 1;grid-column-start: 1;grid-column-end: 3;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.footer .footer-grid{display: flex;flex-direction: column;}
/*--- Address Information ----*/
.footer .plugin-box h3{text-align: center;width: 100%;clear: both;float: left;}
.footer .plugin-box ul.get-in-touch{width: 420px;margin: 0 auto;}
}
@media only screen and (max-width: 480px) {
.footer .footer-grid{display: flex;flex-direction: column;gap: 25px;}
.footer .footer-logo{padding: 0 25px;}
.footer .address-box h3{margin-top: 10px;}
.footer .address-box h4{font-size: 1.3rem;}
.footer .address-box h5{font-size: 1rem;}
/*--- Address Information ----*/
.footer .plugin-box{padding: 0 25px;}
.developer{padding: 0 15px !important;}
}
.developer{background: #000;padding: 10px 0;display: inline-block;width: 100%;text-align: center;}
.developer p{margin: 0;padding: 0px;color: #fff;font-size: 0.9rem;}
.developer a{color:yellow;}
.developer a:hover{color:yellow;}
/*========================================
/*   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;margin-bottom: 25px;}
.category_page .category-feature-grid{display: grid;grid-template-columns: 72% auto;gap: 35px;width: 100%;float: left;}
.category_page .cat-feature-style{display: grid;grid-template-columns: auto auto auto;gap: 25px;width: 100%;float: left;}
.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: 1.3rem;font-weight: 600;line-height: 1.5;}
.category_page .cat-feature-style .grid-items .news-excerpt{font-size: 1.1rem;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.7rem;}
.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;margin: 20px 0;}
.category_page .page-news .page-news-section{display: grid;width: 100%;grid-template-columns: 70% auto;gap: 50px;}
.category_page .page-news .page-news-section .page-news-grid{width: 100%;padding: 0 50px;}
.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: 2rem;}
.category_page .page-news h2 i{color:#cb0000;font-weight:bold}
.category_page .page-news h2 i span{font-size: inherit;}
.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: 1.1rem;color: #555;margin: 10px 0;}
.category_page .page-siderbar-ads{display: flex;flex-direction: column;width: 100%;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 .category-feature-grid{grid-template-columns: 65% auto;}
.category_page .cat-feature-style .grid-items .thumbnail{height: 130px;}
.category_page .cat-feature-style .grid-items h3{font-size: 1.2rem;-webkit-line-clamp: 3;}
.category_page .page-news .page-news-section{grid-template-columns: 65% auto;}
.category_page .page-news .page-news-section .page-news-grid{padding: 0 25px;}
.category_page .page-news-grid .news-item .box .thumbnail{height: 120px;}
.category_page .page-news-grid .news-item h3{font-size: 1.3rem;line-height: 1.5;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.category_page .category-feature-grid{grid-template-columns: auto;}
.category_page .cat-feature-style{width: 100%;}
.category_page .cat-feature-style .grid-items .thumbnail{height: 130px;}
.category_page .cat-feature-style .grid-items:first-child .thumbnail{height: 200px;}
.category_page .category-feature-ads{display: flex;}
.category_page .page-news .page-news-section{grid-template-columns: 60% auto;}
.category_page .page-news .page-news-section .page-news-grid{padding: 0;}
.category_page .page-news h2{font-size: 1.1rem;}
.category_page .page-news-grid .news-item .box .thumbnail{height: 100px;}
.category_page .page-news-grid .news-item h3{font-size: 1rem;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.category_page .category-feature-grid{display: flex;flex-direction: column;}
.category_page .cat-feature-style{display: grid;grid-template-columns: auto auto;}
.category_page .category-feature-ads{display: flex;width: 100%;}
.category_page .cat-feature-style .grid-items .box{display: flex;}
.category_page .cat-feature-style .grid-items .thumbnail{height: 160px;}
.category_page .cat-feature-style .grid-items h3{font-size: 1.2rem;-webkit-line-clamp: 3;}
.category_page .cat-feature-style .grid-items:first-child{grid-column: 1/2;}
.category_page .cat-feature-style .grid-items:first-child .box{display: flex;gap: inherit;}
.category_page .cat-feature-style .grid-items:first-child .thumbnail{height: 160px;}
.category_page .cat-feature-style .grid-items:first-child h3{font-size: 1.2rem;}
.category_page .page-news .page-news-section{grid-template-columns: auto;}
.category_page .page-siderbar-ads{margin: 0 auto;max-width: 420px;}
}
@media only screen and (max-width: 480px) {
.category_page .category-feature-grid{display: flex;flex-direction: column;}
.category_page .cat-feature-style{display: flex;flex-direction: column;}
.category_page .cat-feature-style .grid-items:first-child .box{display: flex;flex-direction: column;gap: 10px;}
.category_page .page-news .page-news-section{grid-template-columns: auto;}
.category_page .page-news .page-news-section .page-news-grid{padding: 0;overflow: hidden;}
.category_page .page-news h2{font-size: 1rem;white-space: nowrap;}
.category_page .page-news-grid .news-item{padding: 10px 0;}
.category_page .page-news-grid .news-item .box .thumbnail{height: 80px;}
.category_page .page-news-grid .news-item h3{font-size: 1rem;line-height: 1.5;}
.category_page .page-siderbar-ads{margin: 0 auto;}
}
/*========================================
/*   Post Single
/*=======================================*/
.single-content{display: grid;grid-template-columns: 74% auto;gap: 35px;width: 100%;clear: both;float: left;margin: 25px 0;overflow: hidden;}
.single-content .single-content-data{width: 100%;clear: both;float: left;display: inline-block;overflow: hidden;}
.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: 10px;}
.single-content .post-head-meta h3 a{background: #040202;padding: 10px 20px;font-size: 1rem;font-weight: normal;margin: 0;display: block;width: max-content;color: #fff;}
.single-content h1{font-size: 2.2rem;line-height: 1.5;margin-bottom: 5px;font-weight: 700;}
.single-content h2.cloud-subtitle{font-size: 1.3rem;color: #c30d1e;margin-top: 15px;width: 100%;white-space: nowrap;float: left;}
.single-content .cloud-after-title{color: orangered;font-size: 1.2rem;margin-bottom: 10px;background: #f7f7f7;padding: 10px;border-bottom: 2px solid #d6d6d6;}
.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 .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.2rem;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-grid{display: grid;grid-template-columns: auto auto auto;width: 100%;clear: both;float: left;gap: 25px;}
.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%;}
.single-content .related-post-grid .grid-item:last-child{border:none;}
.single-content .related-post-grid .grid-item .box{display: flex;width: 100%;flex-direction: column;gap: 10px;}
.single-content .related-post-grid .grid-item .thumbnail{width: 100%;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: 100%;}
.single-content .related-post-grid .grid-item h3{font-size: 1.1rem;line-height: 1.3;font-weight: 500;margin-bottom: 8px;}
.single-content .related-post-grid .grid-item .news-excerpt{color: #555;font-size: 1rem;}
.single-content .addtoany_content,
.single-content .addtoany_content_bottom{display: inline-block;width: 100%;clear: both;margin: 15px 0;float: left;}
.single-content .addtoany_list{display: flex;gap: 10px;width: 100%;flex-wrap: wrap;}
.single-content .addtoany_list a{padding: 0;}
.single-content .addtoany_list span{width: 25px !important;height: 25px !important;}
.single-content .addtoany_header{display: inline-block;font-weight: bold;display:none;}
.default-sidebar{width: 100%;display: flex;flex-direction: column;gap: 20px;margin: 0 auto;}
.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: 1024px) and (max-width: 1279px) {
.single-content{grid-template-columns: 65% auto;}
.single-content .single-content-details{width: 100%;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.single-content{grid-template-columns: 100%;gap: 0;}
.single-content h1{font-size: 1.7rem;}
.single-content h2.cloud-subtitle{}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.single-content{grid-template-columns: 100%;}
.single-content h1{font-size: 1.5rem;}
.single-content h2.cloud-subtitle{font-weight: 500;}
.single-content .single-content-details{width: 100%;}
}
@media only screen and (max-width: 480px) {
.single-content .related-post-grid{grid-template-columns: 100%;}
.single-content{grid-template-columns: 100%;}
.single-content h1{font-size: 2rem;display: inline-block;width: 100%;}
.single-content .cloud-after-title{font-size: 1rem;}
.single-content h2.cloud-subtitle{font-size: 1.2rem;font-weight: 700;margin-bottom: 10px;}
.single-content .single-content-details{width: 100%;}
.single-content .related-post-grid .grid-item .thumbnail{width: 100%;}
.single-content .related-post-grid .grid-item .rltd-text-content{width: 100%;}
.single-content .related-post-grid .grid-item h3{font-size: 1.2rem;}
.single-content .related-post-grid .grid-item .thumbnail a{height: 180px;}
}
/*========================================
/*   Photo Gallery
/*=======================================*/
.gallery-section{/* background: #000; */width: 100%;float: left;clear: both;padding: 80px 0;}
.gallery-section .photo-tiled-gallery h2{color: #3c3c3c;border-color: red;}
.gallery-section .photo-tiled-gallery h2 svg{fill: #eb0000;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: 10px;}
.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;padding: 0;}
.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;display: none;}
.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 .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 .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: 65% 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(2, 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;top: 0;z-index: 111;width: 40px;height: 40px;background: #ff0000bf;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: 2rem;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: 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-page-data .video-main{overflow: hidden;}
.video-page-data .video-lists .video-list{grid-template-columns: repeat(3, minmax(0, 1fr));}
.video-page-data h1{font-size: 1.8rem;}
.video-page-data .content-image iframe{height: 380px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.video-page-data{grid-template-columns: 60% auto;}
.video-page-data .video-main{overflow: hidden;}
.video-page-data h1{font-size: 1.3rem;}
.video-page-data .post-head{font-size: 0.9rem;}
.video-page-data .post-head ul li{font-size: 0.9rem;}
.video-page-data .content-image iframe{height: 280px;}
.video-page-data .content p{font-size: 0.9rem;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.video-page-data{grid-template-columns: auto;}
.video-page-data .video-lists{margin-top: 15px;}
.video-page-data .video-lists .video-list .video-list-item .thumbnail{height: 140px;}
.video-page-data h1{font-size: 1.5rem;float: left;}
.video-page-data .content-image iframe{height: 320px;}
}
@media only screen and (max-width: 480px) {
.video-page-data{display: flex;flex-direction: column;}
.video-page-data .video-lists{margin-top: 30px;}
.video-page-data .video-lists .video-list{display: flex;flex-direction: column;}
.video-page-data .video-lists .video-list .video-list-item .thumbnail{height: 170px;}
.video-page-data .post-head-meta{margin-top: 20px;}
.video-page-data h1{font-size: 1.2rem;}
.video-page-data .post-head ul li{font-size: 0.9rem;}
.video-page-data .content-image iframe{height: 220px;border: none;}
.video-page-data .content p{font-size: 0.85rem;line-height: 1.5;}
}
/*========================================
/*   News Scroller
/*=======================================*/
.breking-news-section{position: fixed;left: 0;right: 0;bottom: 0;height: 40px;z-index: 999;overflow: hidden;background: #c10000;border-top: 1px solid #9b0000;border-bottom: 1px solid #9b0000;}
.breking-news-section .breking-news-motion{display: flex;width: 100%;clear: both;float: left;margin: 0;flex-direction: row;align-items: center;height: 100%;position: relative;overflow: hidden;}
.breking-news-section .breking-title{width: 10%;background: #9b0000;text-align: center;height: 100%;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 1.4rem;}
.breking-news-section .breking-list{width: 90%;background: #fff;height: 100%;white-space: nowrap;}
.breking-news-section .breking-list .breking-list-motion {display: flex;width: max-content;align-items:center;animation: scroll-left 20s linear infinite;gap: 35px;padding: 5px 0;}
.breking-news-section .breking-list li {display: block;}
.breking-news-section .breking-list li h3{display: flex;align-items: center;}
.breking-news-section .breking-list li h3 svg{width: 28px;height: 28px;}
.breking-news-section .breking-list li a{color: #c10000;}
@keyframes scroll-left {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%); }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.breking-news-section .breking-title{width: 20%;}
.breking-news-section .breking-list{width: 80%;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.breking-news-section .breking-title{width: 20%;}
.breking-news-section .breking-list{width: 80%;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.breking-news-section .breking-title{width: 25%;}
.breking-news-section .breking-list{width: 75%;}
}
@media only screen and (max-width: 480px) {
.breking-news-section .breking-title{width: 30%;font-size: 1rem;}
.breking-news-section .breking-list{width: 70%;}
.breking-news-section .breking-list li h3{font-size: 1rem;}
}
/*========================================
/*   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) {}
