@import url('https://fonts.cdnfonts.com/css/solaimanlipi');


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
  font-family: 'solaimanlipi', sans-serif !important;
  background: #ffffff;
                                                
}
ul {
    margin:0;
    padding: 0;
    outline: 0;
}
li {
    margin:0;
    padding: 0;
    outline: 0;
    list-style: none;
    display: inline-block;
}
a {
    color:#000;
    text-decoration: none;
}
.container {
    max-width: 1212px;
}
.container-fluid {
    position: relative;
    max-width: 1280px;
}


p {
    margin:0;
    padding:0;
}

.custom-container {
    padding-left: 12px;
    padding-right: 12px;
}
.custom-row {
    margin-right: -12px;
    margin-left: -12px;
}



/* =============================
=========   header css  ========
=============================== */
.header-top {
    background: #eee;
}
.top-calendar {
    margin-top: 3px;
}
.top-calendar p {
    display: inline-block;
    color: #000;
}
.header-social {
    text-align: right;
}
.header-social li a {
    color: #fff;
    font-size: 15px;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.facebook {
    background: #3B5998;
    color: #fff !important;
}
.main-logo {
    text-align: left;
}
.main-logo img {
    height: 70px;
    object-fit: contain;
    text-align: left;
    width: 370px;
}

.top-ads img {
    width: 100%;
    height: 70px;
}
.logo-area {
    padding: 15px 0 15px;
    background: #fff;
    border-top: 1px solid #ddd;
}
.dropdow_menu {
    position: relative;
    transition: all .5s ease;
}
.dropdow_menu a {
    padding: 3px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
}

.mega_menu {
    position: absolute;
    width: 100%;
    background: #ededed;
    z-index: 99999999;
    top: 165px;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
    transform: translateY(0);
    overflow: hidden;
    left: 0;
    display: none;
}

.dropdow_menu:hover .submenu {
    visibility: visible;
    transition: all 1s ease;
    opacity: 1;
    max-height: 400px;
}
.main-header {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.submenu li a {
    padding: 5px 10px !important;
    margin: 0 !important;
    text-align: left;
    display: block !important;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.submenu li {
    width: 14.28%;
    float: left;
}
li.dropdow_menu.search_icon {
    position: relative;
    margin-left: 10px;
}
.cust_search {
    position: absolute;
    right: 0;
    z-index: 9;
}
.cust_search form {
    width: 240px;
}
.cust_search input {
    width: 75%;
    float:left;
}
.cust_search .s_btn {
    width: 25%;
    float:left;
}
.cust_search input {
    padding: 2px 4px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.cust_search input:focus-visible {
    outline: 0;
}
.s_btn button {
    padding: 1px 5px;
}
.marquee-area {
    display: grid;
    grid-template-columns: 10% 90%;
    border-bottom: 1px solid #ddd;
}
.marquee_left h2 {
    background: transparent;
    font-size: 22px;
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
    position: relative;
    margin: 0;
}

.marquee_left h2:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    height: 99%;
    width: 100%;
    background: #e20c15;
    z-index: -1;
    transform: skew(25deg);
    margin-top: 1px;
    display:none;
}
.marquee-section {
    padding:10px 0;
}
.marquee_list ul {
    margin-top: 7px;
}
.marquee_list ul li a {
    font-size: 19px;
    color: #000;
    font-weight: 600;
}
.marquee_left {
    background: #0f6553;
}

/*Lead News Section start*/

.lead-news-wrapper {
    padding: 0px 0 5px;
}
.lead-news-left {
    width: 100%;
    float: left;
}
.lead-news-right {
    width: 100%;
    float: left;
}
.lead-news {
    position: relative;
}
.lead-news-image {
    position: relative;
}


.lead-news a:hover img {
    opacity: .9;
    transition: all .5s ease 0s;
}
.lead-news-heading {
    position: absolute;
    width: 100%;
    background: linear-gradient( to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 100% );
    color: #fff;
    bottom: 0;
    padding: 20px 10px 10px;
}
.lead-news-heading h1 {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
}
.lead-other-news li {
    list-style: none;
    width: 100%;
    display: inline-block;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
.lead-other-news li:last-child {
    border-bottom: 0;
}
.lead-other-news li a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 8px;
    margin-bottom: -7px;
}
.lead-other-news-left {
    position: relative;
}
.lead-other-news-left {
    float: left;
    width: 18%;
    padding-right: 3%;
    min-height: 62px;
    max-height: 64px;
    overflow: hidden;
}
.lead-other-news-right {
    float: left;
    width: 80%;
    min-height: 62px;
    overflow: hidden;
    padding-left: 5px;
}
.lead-other-news-left i {
    font-size: 30px;
    color: #249b9c;
}
.lead-other-news li a img {
    max-width: 122px;
    max-height: 74px;
    min-height: 74px;
    min-width: 122px;
    overflow: hidden;
}
.lead-other-news li a:hover img {
    opacity: .8;
}
.lead-other-news-right h2 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
}
.good-news-wrapper {
    position: relative;
}
.good-news {
    padding: 8px;
    background: #fff;
    position: relative;
    border: 2px solid #1da255;
}
.good-news-image {
    position: relative;
}
.good-news img {
    overflow: hidden;
    width: 100%;
}
.good-news-heading {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}
.good-news-heading h2 {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    padding-top: 5px;
}
.other-lead-row {
    margin-top: 24px;
}
.lead-news-second {
    background: #fff;
}
.lead-news-second-image {
    position: relative;
}
.lead-news-second a img {
    max-width: 172px;
    max-height: 115px;
    min-width: 100%;
    min-height: 160px;
    overflow: hidden;
    border-radius: 5px;
}
.lead-news-second-heading {
    min-height: 66px;
    max-height: 66px;
    overflow: hidden;
    padding-top: 1px;
    padding-left: 3px;
    margin-top: 10px;
}
.lead-news-second-heading h3 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin: 0;
}
.side-tab-main {
    width: 100%;
    margin-top: 0;
}
.side-tab-main .nav-link {
    display: block;
    float: left;
    width: 50%;
}
.side-tab-main .nav-link.active {
    background: #fff;
    color: #19232d;
    border: none;
    border-bottom: 3px solid #19232d;
}
.side-tab-main .nav-link {
    transition: background-color .3s 0s;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    padding: 9px 15px;
    border-top: none;
    border-left:none;
    border-right:none;
}
.side-tab-main .nav-link:focus, .side-tab-main .nav-link:hover {
     border-top: none; 
     border-left:none;
     border-right:none;
}

.least-news {
    position: relative;
}
.least-news-ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #fff;
}
.least-news-ul {
    overflow-y: auto;
}
.least-news-ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.least-news-ul li a {
    margin-bottom: -6px;
    text-decoration: none;
    display: inline-block;
    padding: 7px;
    width: 100%;
}
.least-news-ul .least-news-left {
    float: left;
    width: 37%;
    padding-right: 3%;
}
.least-news-ul .least-news-right {
    float: left;
    width: 63%;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}
.least-news-ul .least-news-left img {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}
.least-news-ul .least-news-right {
    float: left;
    width: 63%;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}
.least-news-ul .least-news-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

/*Lead News Section End*/

/*Video Section Start*/
.video-section-wrapper {
    padding-top: 20px;
}
.video-main-title a h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    transition: all .5s ease;
}
.video-main-title a h2:hover {
    color: #1a73e8;
}
.video-main-title {
    margin-bottom: 15px;
}
.video-main-title img {
    width:20px; margin-right: 5px;margin-top: -5px;
}
.single-videos {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    justify-content: center;
}
.single-videos .images {
    position: relative;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
}
.images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .item a:hover .single-videos .images i {
    color: #009135;
    background: #fff;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.single-videos .images:after {
    background: rgba(0,0,0,.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.videos-text {
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 5px 10px;
    max-height: 74px;
    min-height: 74px;
    align-content: start;
}
.single-videos h3 {
    margin: 0;
    transition: all .5s ease 0s;
    font-size: 14px;
    line-height: 17px;
}
.single-videos .images i {
    position: absolute;
    left: 13px;
    height: 20px;
    width: 20px;
    background: red;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 16px;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    -moz-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px grey;
    opacity: .8;
    z-index: 1;
    top: 77%;
}
#featured-videos-section .owl-nav .owl-prev, #featured-videos-section-two .owl-nav .owl-prev, #featured-videos-section-three .owl-nav .owl-prev, #featured-videos-section-four .owl-nav .owl-prev {
    background: 0 0;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 0;
    opacity: 1;
    margin: 2px;
    right: 35px;
    position: absolute;
    top: -44px;
    border: 1px solid #fff;
    transition: all .5s ease 0s;
}
#featured-videos-section .owl-nav .owl-prev i, #featured-videos-section-two .owl-nav .owl-prev i, #featured-videos-section-three .owl-nav .owl-prev i, #featured-videos-section-four .owl-nav .owl-prev i {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #fff!important;
}
.main-video-section .nav-tabs {
    border-bottom: none;
}
.main-video-section .nav-tabs .nav-link {
    border-radius: 5px;
    background: #009135;
    margin-right: 8px;
    color: #fff;
}
 .main-video-section .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #000 !important;
}
/*Video Section End*/

.feature-news-wrapper {
    padding: 30px 0 25px;
}
.feature-news-lead {
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
    box-shadow: rgba(0,0,0,.1) 0 1px 2px;
    display: inline-block;
}
.feature-news-lead a img {
    max-width: 100%;
    max-height: 210px;
    overflow: hidden;
    min-height: 210px;
    min-width: 279px;
}
.feature-news-lead a:hover img {
    opacity: .85;
}
.feature-news-heading {
    position: absolute;
    width: 100%;
    background: linear-gradient( to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 100% );
    color: #fff;
    bottom: 0;
    padding: 30px 10px 5px;
}
.feature-news-heading h3 {
    margin: 0;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    transition: all .5s ease 0s;
}
.feature-news-single {
    background-color: #eff3f4;
    padding: 7px 6px;
    display: inline-block;
    margin-bottom: -7px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.feature-news-ul {
    margin: 0;
    padding: 0;
}
.feature-news-ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
}
.feature-news-left {
    position: relative;
    float: left;
    width: 36%;
    padding-right: 3%;
}
.feature-news-left img {
    min-height: 63px;
    max-height: 63px;
    overflow: hidden;
    min-width: 88px;
    max-width: 88px;
}
.feature-news-single:hover img {
    opacity: .85;
}
.feature-news-right {
    float: left;
    width: 64%;
    min-height: 63px;
    max-height: 63px;
    overflow: hidden;
}
.feature-news-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 20px;
    padding-left: 2px;
    transition: all .5s ease 0s;
}
.writter-ul {
    margin: 0;
    padding: 0;
}
.writter-ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.writter-ul-single {
    background-color: #eff3f4;
    padding: 7px 6px;
    display: inline-block;
    margin-bottom: -7px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.writter-ul-left {
    position: relative;
    float: left;
    width: 35%;
    padding-right: 3%;
}

.writter-ul-right {
    float: left;
    width: 65%;
    min-height: 77px;
    max-height: 77px;
    overflow: hidden;
}
.new-life-nature-wrapper .writter-ul .writter-ul-single .writter-ul-right {
    padding-top: 0;
    max-height: 61px;
    min-height: 61px;
}
.writter-ul-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    font-size: 17px;
    line-height: 20px;
    padding-left: 2px;
    transition: all .5s ease 0s;
}
.writter-ul-right span {
    font-size: 14px;
    line-height: 14px;
    color: #e74c4f;
    padding-left: 1px;
}
.writter-ul li a:hover img {
    opacity: .8;
}

.country-wrapper {
    padding: 30px 0 15px;
}
.country-lead {
    background-color: #eff3f4;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 8px;
}
.country-lead-image {
    position: relative;
}
.country-lead img {
    max-width: 490px;
    min-width: 490px;
    max-height: 270px;
    min-height: 270px;
    overflow: hidden;
}
.country-lead-heading {
    min-height: 188px;
    max-height: 188px;
    padding-top: 4px;
    overflow: hidden;
}
.country-lead-heading h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 3px 0 5px;
    padding: 0 1px;
}
.country-lead-heading p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding: 0 1px;
}
.country-lead a:hover img {
    opacity: .8;
}
.country-news-ul {
    position: relative;
    margin: 0;
    padding: 0;
}
.country-news-ul-left {
    position: relative;
    float: left;
    width: 36%;
    padding-right: 3%;
}
.country-news-ul-left img {
    max-width: 112px;
    min-width: 112px;
    overflow: hidden;
    max-height: 67px;
    min-height: 67px;
}
.country-news-ul-right {
    float: left;
    width: 64%;
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
}
.country-news-ul-right h3 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
    transition: all .5s ease 0s;
    padding-left: 2px;
}
.country-news-ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 8px;
}
.country-news-ul li a {
    display: inline-block;
    padding: 8px;
    background: #eff3f4;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.map-heading {
    text-align: center;
}
.map-heading h2 {
    background: #009135;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
}
.country-news-ul li a:hover {
    color: #000;
}
.country-news-ul li a:hover img {
    opacity: .8;
}
.map-form {
    background: #eff3f4;
    padding: 15px;
}
.btn-date-picker {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: .5s;
    background: #0d47a1;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgba(0,0,0,.1) 0 1px 2px;
    display: block;
    width: 100%;
}
.btn-date-picker:hover {
    color: #0d48a1d2;
}
.btn-date-picker::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-date-picker:active::before, .btn-date-picker:focus::before, .btn-date-picker:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.sports-wrapper {
    padding: 30px 0 5px;
}
.sports-big-img {
    position: relative;
}
.sports-big-img img {
    width: 100%;
    overflow: hidden;
    min-height: 321px;
    max-height: 321px;
}
.sports-big-text {
    border-top: 3px solid #009135;
    background-color: #fff;
    max-height: 147px;
    min-height: 147px;
    overflow: hidden;
}
.sports-big-text h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    color: #000;
    padding: 5px;
}
.sports-big-text p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 0 8px;
}
.sports-small {
    position: relative;
    padding-bottom: 24px;
}
.sports-small-image {
    position: relative;
}
.sports-small a img {
    width: 100%;
    overflow: hidden;
    min-height: 167px;
    max-height: 167px;
}
.sports-small-image-text {
    border-top: 3px solid #009135;
    background-color: #fff;
    position: relative;
    padding: 3px 5px 0;
    min-height: 56px;
    max-height: 56px;
    overflow: hidden;
}
.sports-small-image-text h2 {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin: 0;
}
.sports-big a:hover img {
    opacity: .9;
}
.sports-small a:hover img {
    opacity: .9;
}
.writter-ul li a:hover img {
    opacity: .8;
}
.entertainment-wrapper {
    padding: 30px 0 25px;
}
.entertainment-big {
    background-color: #fff;
    padding: 8px;
    box-shadow: 1px 2px 0 0 rgba(0,0,0,.05);
}
.entertainment-big-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.entertainment-big-image img {
    max-width: 490px;
    min-width: 490px;
    overflow: hidden;
    min-height: 294px;
    max-height: 294px;
    transition: all .5s ease;
}
.entertainment-big-text {
    max-height: 154px;
    min-height: 154px;
    overflow: hidden;
}
.entertainment-big-text h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    color: #000;
    padding: 5px 5px 3px;
}
.entertainment-big-text p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 0 8px;
}
.entertainment-big a:hover img {
    -webkit-transform: scale(1.3) rotate(8deg);
    -moz-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    -o-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
}
.entertainment-small {
    background-color: #fff;
    padding: 8px;
    position: relative;
    margin-bottom: 24px;
    box-shadow: 1px 2px 0 0 rgba(0,0,0,.05);
}
.entertainment-small-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.entertainment-small-image img {
    max-width: 339px;
    min-width: 339px;
    max-height: 203px;
    min-height: 203px;
    overflow: hidden;
    transition: all .5s ease;
}
.entertainment-small a:hover img {
    -webkit-transform: scale(1.3) rotate(8deg);
    -moz-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    -o-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
}
.entertainment-small-text {
    position: absolute;
    bottom: 8px;
    width: 95.4%;
    background: rgba(0,0,0,.5) none repeat scroll 0 0;
}
.entertainment-small-text h3 {
    font-size: 18px;
    padding: 5px;
    color: #fff;
    line-height: 22px;
    margin: 0;
}
.entertainment-small-2 {
    background-color: #fff;
    padding: 8px;
    position: relative;
    box-shadow: 1px 2px 0 0 rgba(0,0,0,.05);
}
.entertainment-small-2-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.entertainment-small-2-image img {
    overflow: hidden;
    max-width: 263px;
    min-width: 263px;
    min-height: 158px;
    max-height: 158px;
    transition: all .5s ease;
}
.entertainment-small-2 a:hover img {
    -webkit-transform: scale(1.3) rotate(8deg);
    -moz-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    -o-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
}
.entertainment-small-2-text {
    position: absolute;
    bottom: 8px;
    width: 94.2%;
    background: rgba(0,0,0,.5) none repeat scroll 0 0;
}
.entertainment-small-2-text h3 {
    font-size: 18px;
    padding: 5px;
    color: #fff;
    line-height: 22px;
    margin: 0;
}
.writter-ul li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.national-trade .writter-ul-single {
    margin-bottom: -7px;
}
.national-trade .writter-ul-single {
    background: #fff;
}
.writter-ul-single {
    background-color: #eff3f4;
    padding: 7px 6px;
    display: inline-block;
    margin-bottom: -7px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.writter-ul-left {
    float: left;
    width: 35%;
    padding-right: 3%;
    position: relative;
}
.sucess-single .writter-ul-left img {
    border-radius: 0;
}
.writter-ul-left img {
    min-height: 77px;
    max-height: 77px;
    overflow: hidden;
    min-width: 85px;
    max-width: 85px;
}
.writter-ul li a:hover img {
    opacity: .8;
}
.lifestyle-wrapper {
    padding: 30px 0 0px;
}
.lifestyle-single {
    background: #fff;
    padding: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.lifestyle-single-image {
    position: relative;
}
.lifestyle-text {
    padding-top: 4px;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    padding-left: 2px;
}
.lifestyle-text h3 {
    font-size: 19px;
    line-height: 23px;
    margin: 0;
    color: #000;
    transition: all .5s ease 0s;
}
.lifestyle-single a:hover img {
    opacity: .8;
}
.photo-gallery-wrapper {
    padding: 20px 0 15px;
    background: #f5f5f5;
}
.photo-gallery-heading {
    border-bottom: 2px solid #fff;
    margin-bottom: 12px;
}
.photo-gallery-heading h2 {
    font-size: 28px;
    padding-bottom: 5px;
    margin-bottom: 1px;
    border-bottom: 1px solid #009135;
}
.photo-gallery-heading h2 a {
    color: #000;
}

#image-gallery li img {
    display: block;
    max-height: 435px;
    min-height: 435px;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
}
.photo-gallery-ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
}
.photo-gallery-ul li a {
    position: relative;
    display: inline-block;
    padding: 8px;
    background: #fff;
    width: 100%;
    margin-bottom: 9px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.photo-gallery-ul li a .fa {
    background: rgba(255,255,255,.8) none repeat scroll 0 0;
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    color: #1da255;
    left: 8px;
}
.photo-gallery-ul-left {
    width: 100%;
    height: 100%;
}
.photo-gallery-ul li a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.photo-gallery-ul li a:hover img {
    opacity: .8;
}
#image-gallery .photo-gallery-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0,0,0,.5);
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #fff;
    z-index: 10;
    zoom: 1;
    text-rendering: optimizeLegibility;
}
#image-gallery li a h3 {
    font-size: 18px;
    margin: 0;
}
.photo-gallery-ul-right {
    float: left;
    width: 60%;
    overflow: hidden;
    padding: 5px;
}
.photo-gallery-ul-right h2 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin: 0;
}
.footer-middle {
    width: 100%;
    margin-top: 15px;
}
.footer-details {
    padding-bottom: 0px;
}
.footer-details h3 {
    line-height: 34px;
    font-size: 22px;
    margin: 0;
}
.footer-details a {
    color: #fff;
    transition: all .5s ease 0s;
}
.footer-details span {
    color: #000;
}
.footer-details span i {
    color: #000;
    font-size: 18px;
}
.footer-details .small-email {
    font-size: 16px;
}
.social-share-icon {
    text-align: left;
}
.tc-social-share a {
    display: inline-block;
    margin-right: 2px;
}
.footer-details a {
    color: #fff;
    transition: all .5s ease 0s;
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
}

.tc-social-share .social-icon {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
}


.tc-social-share .social-icon:before {
    speak: none;
    font-size: 20px;
    line-height: 37px;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.footer-bottom {
    background: #fff;
    width: 100%;
    padding: 10px 0;
}
.footer-bottom-row p {
    font-size: 14px;
    text-align: center;
    color: #000;
}
.design-link {
    float: right;
}
.tc-social-share i[class*=-facebook] {
    color: #fff;
}

.details-page-breadcrumb {
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 12px;
    align-items: center;
}
.details-page-breadcrumb li a {
    color: #0721dd;
    font-size: 25px;
    font-weight: 600;
}
.details-page-breadcrumb .active {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.new-category-content {
    margin-top: 25px;
}
.category-lead-new {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin-bottom: 26px;
}
.category-lead-new-heading {
    padding: 5px 7px 0;
    min-height: 73px;
    max-height: 73px;
    overflow: hidden;
}
.category-lead-new-heading h2 {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin: 0;
}
.left-content-area {
    float: left;
    width: 63.4%;
}
.details-left-content-area {
    padding-top: 25px;
}
.right-content-area {
    float: left;
    width: 36.6%;
}
.details-right-content-area {
    padding-top: 25px;
}
.category-content-single {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
}
.category-content-single-left {
    float: left;
    width: 45%;
    padding-right: 2%;
    position: relative;
}
.category-content-single-right {
    float: left;
    width: 55%;
    padding-right: 2%;
    padding-top: 5px;
    max-height: 93px;
    min-height: 93px;
    overflow: hidden;
}
.category-content-single-right h2 {
    padding-left: 2px;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: #000;
}
.category-page-tab {
    width: 100%;
    margin-top: 27px;
}
.category-page-tab .nav-item {
    display: block;
    float: left;
    width: 33.33%;
}

.category-page-tab .nav-item .nav-link {
    transition: background-color .3s 0s;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #0f6a39;
    border-radius: 0;
    padding: 9px 0;
    border-top: 3px solid transparent;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: 100%;
}

.category-page-tab .nav-link.active {
    background: #fff;
    color: #19232d;
    border-top: 3px solid #e74c4f;
}

.detail-least-news-ul {
    max-height: 568px;
}
.least-news-ul {
    overflow-y: auto;
}
.least-news-ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.least-news-ul li a {
    margin-bottom: -6px;
    text-decoration: none;
    display: inline-block;
    padding: 7px;
    width: 100%;
}
.least-news-ul .least-news-left {
    float: left;
    width: 25%;
    padding-right: 3%;
}
.detail-least-news-ul .least-news-left img {
    min-height: 79px;
    max-height: 79px;
    width:100%;
    overflow: hidden;
}
.least-news-ul .least-news-right {
    float: left;
    width: 75%;
    min-height: 56px;
    max-height: 60px;
    overflow: hidden;
}
.detail-least-news-ul .least-news-right h3 {
    padding-left: 2px;
    font-size: 18px;
    line-height: 24px;
}
.allnews-title {
    position: relative;
}
.all-news-btn {
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition-duration: .5s;
    background: #00a651;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgba(0,0,0,.1) 0 1px 2px;
    display: block;
    width: 100%;
    border-radius: 0;
}
.all-news-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.all-news-btn:hover {
    color: #00a651;
}
.all-news-btn:focus:before, .all-news-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.side-tab-main .nav-item {
    display: block;
    float: left;
    width: 50%;
}
.details-content {
    color: #000;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 10px 10px 1px;
    padding-bottom: 1px;
    margin-bottom: 25px;
    display: block;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
.details-content h1 {
    font-size: 28px;
}
.details-content .small {
    margin: 10px 0;
    display: block;
    margin-bottom: 10px;
}
.details-content img {
    padding: 5px 0;
    max-width: 100%;
    height: auto;
}
.details-content img {
    margin-bottom: 5px;
}
.details-content p {
    margin: 12px 0;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #000;
}
.tag-ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.tag-ul li:first-child {
    font-size: 15px;
}
.tag-ul li {
    color: #000;
    list-style: none;
    display: inline-block;
}
.tag-ul li a {
    color: #009135;
    border: 1px solid #009135;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 15px;
    transition: .5s;
}
.details-news-single {
    margin-bottom: 22px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.details-news-single-image {
    position: relative;
    float: left;
    width: 40%;
}
.details-news-single img {
    max-width: 100%;
    min-width: 100%;
    max-height: 99px;
    min-height: 99px;
    overflow: hidden;
}
.details-news-single-text {
    background-color: #fff;
    padding: 10px;
    max-height: 99px;
    min-height: 99px;
    width: 60%;
    overflow: hidden;
}
.details-right-news-heading h2 {
    background: #009135;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
    margin: 0;
}
.details-right-news-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.details-news-single-text h3 {
    margin: 0;
    font-size: 17px;
    line-height: 21px;
    color: #000;
}
.details-news-single a:hover img {
    opacity: .8;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
    padding:30px;
}
.card-horizontal img {
    max-width: 100%!important;
    height: 300px !important;
}
.memeber_sec {
    padding: 50px;
    background: #ffff;
}
.member_list h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.member_list {
    padding: 30px 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.allvideo_area {
    padding: 30px 0;
}
.photo-gallery-catagory-row {
    margin-top: 24px;
}
.photo-catagory-single a {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.photo-catagory-left {
    width: 50%;
    float: left;
    padding-right: 2%;
}
.photo-catagory-right {
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 8px 5px;
}
.photo-catagory-single a .fa {
    background: rgba(255,255,255,.8) none repeat scroll 0 0;
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    color: #1da255;
    left: 0;
    width: 35px;
}
.photo-catagory-right h2 {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    margin: 0;
}
.photo-catagory-single a:hover img {
    opacity: .8;
}
.details-left-content-area {
    padding-top: 25px;
}
.details-right-content-area {
    padding-top: 25px;
}
.left-content-area {
    float: left;
    width: 63.4%;
}
.right-content-area {
    float: left;
    width: 36.6%;
}
.details-content {
    color: #000;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 10px 10px 1px;
    padding-bottom: 1px;
    margin-bottom: 25px;
    display: block;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
.details-content h3 {
    margin-top: 10px;
    font-size: 28px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.details-page-side-banner {
    text-align: center;
}
.details-right-news-heading {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
.details-right-news-heading h2 {
    background: #009135;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
    margin: 0;
}
.video-gallery-category {
    position: relative;
    background: #fff;
    margin-bottom: 24px;
}
.video-category-img {
    position: relative;
}
.video-category-img .fa {
    background: rgba(255,255,255,.8) none repeat scroll 0 0;
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    color: #00a651;
    width: 30px;
}
.video-heading {
    padding: 6px 5px 0;
    min-height: 72px;
    max-height: 72px;
    overflow: hidden;
}
.video-heading h2 {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    margin: 0;
}
.video-gallery-category a:hover img {
    opacity: .8;
}
.details-btn {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.btn-more-details {
    background: #fff;
    color: #000;
    transition: all .5s ease 0s;
    cursor: pointer;
    font-size: 18px;
    border: 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.hvr-bounce-to-right::before {
    background: #1da255;
    color: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    
}
 .btn-more-details:hover{
    color:#fff !important;

}
.least-news-left img {
    width: 100%;
}
.video-breadcum {
    margin-top: 25px;
    margin-bottom: 20px;
}
#lightgallery li .icon-box {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}
#lightgallery li .icon-box i {
    color: #fff;
    padding: 10px 13px;
    background: rgba(0,166,81,.7);
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    width: max-content;
}
.details-content ul li {
    position: relative;
}
.photo-catagory-left img {
    height: 105px;
    width: 100%;
}
.time-table {
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
    box-shadow: 0px 0px 16px -3px #888;
    border-radius: 5px;
    padding-bottom: 20px;
}
.time-title {
    text-align: center;
    padding: 15px 20px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}
.time-title p {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #0f9b46;
}
.time-list {
    width: 75%;
    float: left;
    padding: 0 15px;
}
.time-table .mosque {
    width: 24%;
    float: left;
    margin-bottom: 25px;
    margin-top: 30px;
}
.time-list p {
    font-size: 16px;
}
.salattimedate {
    font-weight: 900;
    margin-bottom: 8px;
}
.salattime li {
    margin: 2px;
    float: left;
    text-align: center;
    padding: 1px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
}
.daystatus .sorjodoy {
    border-left: 3px solid #2bab5e;
    padding-left: 5px;
}
.daystatus .surjasto {
    border-left: 3px solid #a62121;
    padding-left: 5px;
}
.mosque img {
    height: 205px;
}
.category-lead-new img {
    height: 215px;
}
.district-wrapper {
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
.district-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
.district-ul li {
    display: inline-block;
}
.district-ul li a {
    border: 1px solid #1da255;
    display: block;
    background: #fff;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: .5s;
    padding: 2px 10px;
    margin: 2px 0;
}
.left-content-area h2 i {
    color: #1da255;
}
.category-content-single a:hover img {
    opacity: .8;
}
.district-ul li a:hover {
    background: #1da255;
    color: #fff;
}
.marquee_list ul li {
    position: relative;
    margin-right: 25px;
}
.marquee_list ul li:after {
    content: "";
    position: absolute;
    left: -19px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #ff000099;
}
.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}
.hr_ban {
    text-align: center;
    padding-top: 10px;
}
.hr_ban img{
    width: 970px;
    height: 90px;
}
.top_nav {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}
.top_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}
li.dropdow_menu.search_icon i {
    color: #000;
    font-size: 20px;
}
.top_nav ul li {
    margin-right: 25px;
}
.top_nav ul li:last-child {
    margin-right:0;
}
ul.menunav {
    display: flex;
    gap: 15px;
    align-items: center;
}
section.cm_banner {
    margin-bottom: 10px;
}

.common-border-box {
    background-color: transparent;
    padding: 8px;
    border-radius: 5px;
}
.news-separator-horizontal-border {
    border-top: 1px solid #e2e2e2;
    margin: 15px 0px;
}
.news-separator-vertical-border {
    border-right: 1px solid #e2e2e2;
}
.title2 {
    padding-top:5px;
}

.lead-news-second a:hover img {
    opacity: .8;
}
.lead-other-news li a:hover h2,
.lead-news-second:hover h3 {
    color:#1a73e8;
}
.right-top-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.more a {
    font-size: 18px;
    font-weight: bold;
}
.more a i {
    font-size: 14px;
    color: #333;
}
.cat_icon {
    width: 20px;
    height: auto;
    margin-top: 6px;
}
.cat_head {
    font-size: 24px;
    font-weight: 600;
}
.motamot_item {
    display: grid;
    grid-template-columns: 40% 60%;
    background: #fff9e1;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #b10808;
}
.mot_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: red;
    overflow: hidden;
    padding: 3px;
    margin: 0 auto;
}
.mot_img img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.motamot_des h3 {
    font-size: 20px;
}
.motamot_slider .owl-dots {
    text-align: center;
}
.motamot_slider .owl-dot {
    width: 10px;
    height: 10px;
    background: #b10808;
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
    margin: 1px;
}
.motamot_slider .owl-dot.active {
    background: red !important;
}
.jorip_inn {
    height: 100%;
}
.vot_img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 170px;
}
.heading p {
    font-size: 24px;
    font-weight: 600;
}
.heading p img {
    width: 20px;
    height: auto;
}
.heading {
    border-bottom: 2px solid #b10808;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.online-text {
    font-size: 20px;
    font-weight: 600;
}
.vote-option ul li {
    width: 20.33%;
}
.vote-button {
    padding-top: 30px;
}
.vote-button ul li button {
    background: #247808;
    border: none;
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    transition: all .5s ease;
}
.vote-button ul li button:hover {
    background: #1a73e8;
}
.latest_inn {
    height: auto;
    margin-bottom: 11px;
}
.adds__banner_img img {
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}
.adds__banner_img {
    height: 100%;
    width: 100%;
}

.footer-details.margin__left {
    padding-left: 65px !important;
}

ul.least-news-ul.least-news-ul-home-page {
    height: max-content;
    overflow: hidden;
}
.least-news ul li iframe {
    width: 100% !important;
    height: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.side-tab-main .nav-tabs {
    border-bottom: 3px solid #dee2e6;
    margin-bottom: 5px;
}
.least-news-left p {
    width: 40px;
    height: 40px;
    background: #ebecf0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 25px;
    color: #95969a;
    margin: 0 auto;
}
.cat_head.cat_border {
    border-bottom: 5px solid #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.selected-news-height {
    min-height: 160px;
}
.image-lead {
    height: 135px;
}
.image-lead img{
    height: 100%;
    width:100%;
}
.common-card-content a:hover img {
    opacity: .8;
}
.common-card-content a:hover .summery {
   color:#000;
}
.hr_ban_728 img{
    width: 728px;
}
.select-news-black {
    background: #011246;
}
.select-news-black .title{
    color: #ffcc00;
}

.select-news-black .summery{
    color: #fff;
}
.common-card-content a:hover .select-news-black .title,
.common-card-content a:hover .select-news-black .summery{
    color: #fff;
}
.mid_n_img {
    height: 170px;
}
.mid_n_img img {
    width: 100%;
    height: 100%;
}
.mid_n a:hover img{
    opacity: 0.8;
}
.news_cont {
    padding:5px 0;
}
.news_cont h3 {
    font-size: 21px;
}
.com_title {
    font-size: 18px;
}
.sub2-lead-content {
    margin-bottom: 10px;
}
.banijjo_item .img-content {
    width: 280px;
    height: 158px;
    margin-right: 10px;
}
.banijjo_item .img-content img{
    width: 100%;
    height: 100%;
}
.banijjo_item {
    margin-bottom:10px;
}
.banijjo_item:hover a,
.banijjo_item:hover img {
    opacity: 0.8;
    color:blue;
}
.ssm_title {
    font-size: 18px;
    font-weight: 600;
}
.ssm_img {
    width:100px;
    height: auto;
    border-radius: 5px;
}

.binodon_news a img {
    max-width: 172px;
    max-height: 172px;
    min-width: 100%;
    min-height: 172px; 
    overflow: hidden;
}
.footer_logo img {
    width: 100%;
    height: auto;
}
.footer_menu {
    height: 100%;
}
.footer_menu ul {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.footer_menu ul li {
    margin-right: 20px;
}
.footer_menu ul li:last-child {
    margin-right: 0;
}

.footer_menu ul li a {
    font-size: 16px;
    font-weight: 600;
}
.footer_top {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.socail_text {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}
.socail_text i {
    margin-right: 10px;
    margin-top: -2px;
    font-size: 30px;
}
.socail_text p {
    font-size: 16px;
    color: #8a8888;
}
.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #e20c15 !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}
.category_page {
    background: #f7f8fa;
    padding:10px 0;
}
.details_page {
    padding:30px 0;
}
.page_inner {
    padding: 50px 20px;
}
.page_inner h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.d_hide {
    display: none;
}
.f_top_n {
    width: 600px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 10px;
    height: 341px;
    position: relative;
}
.f_top_n img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mMenu ul {
    display: flex;
    width: 98%;
    overflow-x: scroll;
    white-space: nowrap;
}
.mMenu ul li {
    margin-right: 12px;
}
.mMenu ul li:last-child {
    margin-right: 0;
}
.mMenu {
    box-shadow: 1px 1px 2px 2px #ccc;
    padding: 10px 10px;
}

.all_news_left {
    width: 35%;
    float: left;
}

.all_news_right {
    float: left;
    width: 65%;
}
.all_news_left img {
    height: 80px;
    width: 100%;
    border-radius: 5px;
}
.all_news_right h2 {
    font-weight: 600;
}
.all_news a {
    box-shadow: none;
}

.all_news a .fa {
    position: inherit !important;
    color:#000;
}
.election_area h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.election_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.elec_img img {
    width: 100%;
}
.elec_img {
    width: 80px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 auto;
}
.elec_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.elec_count {
    text-align: center;
}
.election_area {
    background: #eeecfa;
    padding: 10px 5px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-top: 10px;
}
.election_item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.sports-upcoming {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 5px;
    _height: 285px;
}
.sports-upcoming > div:first-child {
    padding: 5px 3px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
}
.sports-upcoming .upcoming-scroll {
    _max-height: 204px;
    height: 335px;
    overflow: auto;
    padding-right: 7px;
    margin-top: 5px;
}

.upcoming-scroll .link {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
}
/*=============================*/
.calendar {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #fa6501;
}

.month {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #fa6501;
    color: #fff;
}

.date-container {
  text-align: center;
}
.weekdays {
    display: flex;
    justify-content: space-around;
    background-color: #eef0da;
}

.weekdays div {
    font-weight: bold;
    padding: 10px;
    border-left: 1px solid #d7d7d7;
    font-size: 12px;
}
.weekdays div:first-child {
 border-left: 1px solid transparent;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 10px;
}

.days div {
    text-align: center;
    padding: 8px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: #f7f7f7;
    cursor: pointer;
}
.days div:hover {
    background: #fa6501 !important;
    color: #fff;
}

.prev, .next {
    cursor: pointer;
    background-color: #c35003;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 4px;
}

.prev:hover,
.next:hover {
  background-color: #fa6501;
}

.current-date {
    background-color: #fa6501 !important;
    color: #fff;
}

/*========= Archive Css ==========*/
.archive_sec {
    padding:20px 0;
}
.archive-news-filter .title {
  border-bottom: 1px solid #ddd;
  padding: 10px 12px;
}
.archive-news-filter {
    border: 1px solid #ddd;
    padding: 0;
    position: sticky;
    top: 110px;
}
.archive-news-filter form {
  padding: 10px 20px;
}
.archive-news-filter button {
    background: #000;
    color: #fff;
    padding: 4px 21px;
    font-size: 19px;
    margin-top: 5px;
}
.filter-date {
    background: #000;
    padding: 6px 5px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.archive-new-notfound {
  margin-left: 15px;
  margin-top: 13px;
}
.filter-date p {
  color: #fff;
}
.archive-news-filter form input {
  border: 1px solid #ddd;
  font-size: 18px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-top: 15px;
}
.archive-news .other ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}
.archive-news {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.archive-news .other ul li:first-child a {
  border-left: 2px solid #FF002B;
  display: inline-block;
}
.archive-news .other ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #888;
  border-left: 2px solid #ddd;
  padding: 0 4px;
}
.custom-paginate{
    margin-top:25px;
}
.custom-paginate ul li a,.custom-paginate .page-item.disabled .page-link,.page-item.active .page-link {
  padding: 8px 14px !important;
  font-size: 15px;
}

.subcat a{
    font-size:18px !important;
    color:#000 !important;
    margin-top: 3px !important;
    display: inline-block !important;

}

li.subcat.activesub a {
    color: #0721dd !important;
}
.rn-card{width:100%;border-radius:8px;border:1px solid #e8e8e8;padding:10px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,0.04)}
.rn-head{margin-bottom:8px}
.rn-tabs{display:flex;gap:8px;align-items:center}
.rn-tab{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;background:transparent;border:0;cursor:pointer;font-weight:700;color:#111}
.rn-tab.active {
    background: #fff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
    border-bottom: 2px solid #d33;
}
.rn-icon{font-size:16px}
.rn-text{font-size:13px;line-height:1}
.rn-underline {
    height: 3px;
    width: 48px;
    background: #d33;
    border-radius: 3px;
    margin-top: 6px;
    display: none;
}

.rn-body{display:none;position:relative}
.rn-body.active{display:block}

.rn-carousel{position:relative}
.rn-item{padding:8px}
.rn-thumb{position:relative;border-radius:12px;overflow:hidden;background:#f6f6f6;box-shadow:0 8px 20px rgba(0,0,0,0.06)}
.rn-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.rn-vertical {
    aspect-ratio: 9/16;
    height: 320px;
    cursor: pointer;
}
@media(min-width:992px){.rn-vertical{height:340px}}
.rn-land{aspect-ratio:16/9;height:140px}

.rn-play-badge{position:absolute;top:10px;right:10px;width:46px;height:46px;border-radius:50%;background:linear-gradient(180deg,#ff6b6b,#d33);box-shadow:0 6px 14px rgba(0,0,0,0.18)}
.rn-play-badge:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: translate(-50%, -50%);
}
.rn-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,0.7));
    font-size: 13px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
}
.rn-meta{display:inline-block;margin-right:6px;background:rgba(255,255,255,0.12);padding:2px 6px;border-radius:12px;font-size:11px}

.rn-prev,.rn-next{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;background:#fff;border:0;box-shadow:0 8px 20px rgba(0,0,0,0.12);cursor:pointer;z-index:9}
.rn-prev{left:-16px}
.rn-next{right:-16px}
.rn-prev:after{content:"‹";font-size:22px;color:#333}
.rn-next:after{content:"›";font-size:22px;color:#333}

.owl-dots{margin-top:8px;display:flex;justify-content:center;gap:6px}

.rn-yt-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999}
.rn-yt-modal[aria-hidden="false"]{display:flex}
.rn-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.75)}
.rn-modal-box{position:relative;width:100%;max-width:420px;aspect-ratio:9/16;background:#000;border-radius:12px;overflow:hidden;z-index:10}
#rn-yt-player{width:100%;height:100%;border:0}
.rn-close{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:8px;background:#fff;border:0;cursor:pointer}
.rn-tabs button {
    width: 50%;
    justify-content: center;
}


.story-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,0.95);z-index:99999}
.story-modal[aria-hidden="false"]{display:flex}
.story-box{width:100%;max-width:420px;aspect-ratio:9/16;border-radius:14px;overflow:hidden;position:relative;background:#000;box-shadow:0 12px 40px rgba(0,0,0,0.6)}
.story-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,0.45);color:#fff;border:0;font-size:18px;z-index:20;cursor:pointer}
.story-progress{position:absolute;top:12px;left:12px;right:12px;height:4px;display:flex;gap:6px;z-index:18}
.story-progress .seg{flex:1;background:rgba(255,255,255,0.18);border-radius:3px;overflow:hidden;position:relative}
.story-progress .seg .bar{position:absolute;left:0;top:0;bottom:0;width:0;background:#fff;transition:width linear}
.story-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:10}
.story-content img,.story-content video,.story-content iframe{width:100%;height:100%;object-fit:cover;display:block}
.story-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:0;box-shadow:0 8px 20px rgba(0,0,0,0.2);z-index:19;cursor:pointer}
.story-btn.prev {
    left: 5px;
    color: #000;
    font-size: 40px;
    line-height: 25px;
}
.story-btn.next{right:5px;
color: #000;
    font-size: 40px;
    line-height: 25px}
.story-touch{position:absolute;top:0;bottom:0;width:50%;z-index:15}
.story-touch.left{left:0}
.story-touch.right{right:0}
@media(max-width:480px){.story-box{max-width:360px;border-radius:10px}}
.rn-thumb{position:relative;border-radius:12px;overflow:hidden;background:#f6f6f6;box-shadow:0 8px 20px rgba(0,0,0,0.06)}
.rn-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.rn-vertical{
    aspect-ratio:9/16;
    height:320px;
    width: 100%;
}
@media(min-width:992px){
    .rn-vertical{
        height:340px
        
    }
    
}
.rn-land{
    aspect-ratio:9/16;
    height:340px;
    width:100%;
    
}
.rn-play-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,0.92);display:flex;align-items:center;justify-content:center;z-index:7;box-shadow:0 6px 18px rgba(0,0,0,0.15)}
.rn-play-badge:after{content:"";display:inline-block;width:0;height:0;border-left:18px solid #333;border-top:11px solid transparent;border-bottom:11px solid transparent}
.rn-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,0.7));
    font-size: 13px;
    border-radius: 6px;
    z-index: 6;
}
.rn-prev,.rn-next{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;background:#fff;border:0;box-shadow:0 8px 20px rgba(0,0,0,0.12);cursor:pointer;z-index:9}
.rn-prev{left:-16px}
.rn-next{right:-16px}
.rn-prev:after{content:"‹";font-size:22px;color:#333}
.rn-next:after{content:"›";font-size:22px;color:#333}
.story-media{
  width:100%;
  height:100%;
  display:block;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.story-media .story-img-fallback{
  display:none;
}
.story-media{
  width:100%;
  height:100%;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.poll-result-bar {
    margin-top: 12px;
    width: 100%;
    background: #f1f5f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    font-size: 13px;
    color: #fff;
}
.poll-result-bar .bar {
    display: block;
    height: 36px;
    line-height:36px;
    padding: 0 12px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.poll-result-bar .yes-bar { background: #2ecc71; width: 0; transition: width .6s ease; }
.poll-result-bar .no-bar { background: #e74c3c; width: 0; transition: width .6s ease; }
.poll-result-bar .none-bar { background: #3498db; width: 0; transition: width .6s ease; }
.poll-result-bar.active .bar { color: #fff; font-weight:600; }
.jorip_all a {
    background: #9a0e13;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 5px;
}
section.jorips__sections {
    padding: 50px 0;
}
.header_all_jorip {
    text-align: center;
    padding-bottom: 40px;
}

.poll__image {
    height: 150px;
    margin-bottom: 5px;
}
.poll__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main__poll__section {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.poll__data {
    text-align: center;
    margin-bottom: 15px;
}

.poll__image img {
    max-width: 100%;
    border-radius: 8px;
}

.poll__title p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.poll__options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.poll-option {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f9f9f9;
    cursor: pointer;
    transition: 0.3s;
}

.poll-option:hover {
    background: #eaf6ff;
    border-color: #3f8efc;
}

.poll-option input {
    display: none;
}

.poll-option span {
    display: inline-block;
    font-size: 16px;
}

.poll-option input:checked + span {
    font-weight: bold;
    color: #3f8efc;
}

.poll__submit {
    width: 100%;
    padding: 10px;
    background: #3f8efc;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s;
}

.poll__submit:hover {
    background: #357ae8;
}

.poll-message {
    margin-top: 10px;
    font-size: 14px;
    color: green;
}
.poll-result-bar .bar {
    height: 20px;
    margin-bottom: 8px;
    border-radius: 5px;
    color: #fff;
    padding-left: 10px;
    line-height: 20px;
    font-size: 14px;
    width: 0; /* will expand dynamically */
    transition: width 0.6s ease;
}

.yes-bar { background-color: #3f8efc; }
.no-bar { background-color: #ff4d4f; }
.none-bar { background-color: #aaa; }
.total-bar { background-color: #28a745; }


.poll-result-bar {
    opacity: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}
.poll-result-bar.active {
    opacity: 1;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.jorip_btn_sec {
    display: grid;
    grid-template-columns: 80% 19%;
    gap: 1%;
}
section.jorips__sections {
    padding: 50px 0;
}
.header_all_jorip {
    text-align: center;
    padding-bottom: 40px;
}
.hr_ban.lead_banner_inner img {
    width: 100%;
}
.wsit_footer_ads_area {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 420ms cubic-bezier(.2,.8,.2,1);
    will-change: transform;
    background-color: #eeeeee;
}
.wsit_footer_ads_area.visible {
    transform: translateY(0);
    pointer-events: auto;
}
.wsit_footer_ads_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.wsit_footer_ads_wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.wsit_footer_close {
    position: absolute;
    top: 10px;
    right: -17px;
    background: #dcbcbcbd;
    color: #000000;
    border: none;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border-radius: 0%;
    font-size: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    margin-top: 5px;
    justify-content: center;
}
.new_more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap:5px
}
.new_more p a{
    font-size:20px;
    font-weight:600;
}
footer {
    background: #f9f9f9;
    padding-top: 10px;
    margin-top: 10px;
}
section.details__add__banner {
    width: 100%;
    height: 100px;
}
section.details__add__banner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.padding_top_0{
    padding-top: 0;
}
.main-menu {
    display: grid;
    grid-template-columns: 1fr 20%;
    align-items: center;
}
.new_class form {
    position: relative;
    border: 1px solid #000;
    border-radius: 3px;
}
.new_class input {
    padding: 1px 30px 1px 10px;
    background: #fff;
    border: 0;
    border-radius: 3px;
    width: 400px;
    height: 40px;
}
.new_class input:focus {
    background: #fff;
    outline: 0;
}
.s_btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #cacaca;
    height: 100%;
    align-content: center;
    width: 40px;
}
.s_btn button {
    padding: 1px 5px;
    background: transparent;
    border: 0;
}
a.anchor i {
    color: #fff;
}
ul.submenu {
    padding: 25px 0;
}
.mega_menu_footer {
    background: #262525;
    padding: 10px 0;
}
ul.submenu {
    padding: 20px 0 0;
}
.mega_menu_inner {
    display: flex;
    justify-content: space-between;
}
.mega_footer_socials {
    color: #fff;
}
.mega_footer_socials a i {
    color: #fff;
}
.important_menu ul li a {
    color: #fff;
}
.mega_footer_socials span {
    color: #45ed97;
    font-weight: 700;
}
.important_menu ul li a {
    color: #45ed97;
    font-size: 19px;
    font-weight: 600;
}
.important_menu ul {
    display: flex;
    gap: 25px;
}
.menu-overlay {
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9;
}
.marquee_list {
    background: #dcdcdcba;
}
.no-scroll {
    overflow: hidden;
}
.for_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.content_area {
    padding-top: 160px;
}
.video-section-wrapper .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 35px;
    height: 35px;
    border: 2px solid #ddd;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.video-section-wrapper .owl-prev {
    position: absolute !important;
    top: 50% !important;
    left: -44px !important;
    width: 35px !important;
    height: 35px !important;
    border: 2px solid #ddd !important;
    text-align: center !important;
    font-size: 20px !important;
    border-radius: 50% !important;
    transform: translateY(-50%) !important;
}
.video-section-wrapper .owl-next i,
.video-section-wrapper .owl-prev i {
    line-height: 32px;
    color: #000;
}
section.lead_news_area {
    background: #ededed;
    padding: 20px 0;
}
.bistarito_btn {
    display: inline-block;
    background: #fff;
    padding: 1px 20px;
    border-radius: 5px;
    margin-top: 15px;
    transition: all 0.3s;
    cursor: pointer;
}
.bistarito_btn:hover{
    background: #fffffff7;
}
.category_name {
    position: absolute;
    bottom: 5px;
    left: 6px;
    padding: 3px 10px;
    background: #198aff;
    border-radius: 4px;
}
.category_name a {
    color: #fff;
    font-weight: 600;
}
.lead_news_title {
    background: #000;
    margin-top: 24px;
    padding: 2px 0;
    text-align: center;
    cursor: pointer;
}
.lead_news_title span {
    color: #fff;
    font-size: 20px;
}
.lead-news-right {
    width: 100%;
    float: left;
    margin-top: 24px;
    border: 2px solid red;
    border-radius: 5px;
}
.lead_news_right_title {
    background: red;
    text-align: center;
    padding: 5px 0;
}
.lead_news_right_title span {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.lead_news_right_content .lead-news-second a img {
    max-width: 172px;
    max-height: 115px;
    min-width: 100%;
    min-height: 100px;
    overflow: hidden;
    border-radius: 5px;
}
.lead_news_right_content .lead-news-second-heading {
    min-height: 50px;
    max-height: 66px;
    overflow: hidden;
    padding-top: 1px;
    padding-left: 3px;
    margin-top: 6px;
}
.lead_news_right_content .lead-news-second-heading h3 {
    font-size: 15px;
    line-height: 17px;
    color: #000;
    margin: 0;
}
.lead_news_right_content {
    padding: 10px;
}
.archive_btn {
    margin: 15px auto;
    text-align: center;
}
.archive_btn a {
    padding: 5px 20px;
    background: #df4434;
    color: #fff;
    font-size: 19px;
    border-radius: 4px;
    transition: all 0.3s;
}
.archive_btn a:hover {
    background: #1be980;
}
section.post_area {
    margin: 30px 0;
}
.post_category_name {
    margin-bottom: 15px;
    border-top: 4px solid #949494;
    padding-top: 15px;
}
.post_category_name a {
    background: #198aff;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
}
.category_news_image {
    position: relative;
    height: 130px;
    overflow: hidden;
}
.category_news_image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all 0.3s;
    object-fit:cover;
}
.category_news_image:hover img{
    transform: scale(1.1);
}
.related_post .category_news_image{
    height: 140px;
}
.related_post .category_news_image img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.video_icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    background: linear-gradient(227deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}
.video_icon i {
    color: #fff;
    line-height: 25px;
    font-size: 13px;
}
.category_news_content a {
    font-size: 18px;
    line-height: 24px;
}
.category_news_content {
    padding: 5px;
    max-height: 55px;
    margin-bottom: 15px;
    overflow: hidden;
}
.big_news_ads img {
    width: 100%;
    height: auto;
}
.second_post_area .category_news_inner {
    display: grid;
    grid-template-columns: 29% 1fr;
    gap: 10px;
    margin: 10px 0;
}
.second_post_area .category_news_image {
    position: relative;
    overflow: hidden;
    height: 60px;
}
.second_post_area .category_news_image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.second_post_area .category_news_content {
    padding: 5px;
    max-height: 100%;
    margin-bottom: 0;
}
section.post_area.second_post_area {
    background: #ebebeb;
    margin: 0;
    padding: 30px 0;
}
.for_background {
    background: #fff;
    padding: 10px;
}
.category_news_inner.another_category_news_inner {
    grid-template-columns: 1fr;
}
.category_news_inner.another_category_news_inner .category_news_image {
    position: relative;
    overflow: hidden;
    height: 168px;
}
section.another_cats_area {
    padding: 20px 0;
}
.first_post_image {
    width: 100%;
    height: 180px;
}
.first_post_image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.first_post_content {
    padding: 10px 0;
}
.first_post_content a {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}
.all_post {
    padding: 10px 0;
    border-top: 1px solid #dddddd53;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 8px;
    align-items: center;
}
.all_post_image {
    width: 100%;
    height: 80px;
}
.all_post_image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.all_post_content a {
    font-size: 18px;
    line-height: 12px;
}
.border_right{
    border-right: 1px solid #dddddd53;
}
.another_type_posts ul li {
    display: list-item;
    list-style: disc;
    margin-bottom: 5px;
}
.another_type_posts {
    padding-left: 15px;
}
.another_type_posts ul li a {
    font-size: 17px;
    line-height: 10px !important;
}
.nested_category {
    margin-top: 10px;
}
.all_post.new_grid {
    grid-template-columns: 1fr 40%;
}
.nested_extra {
    margin-top: 10px;
}
.video_container_inner {
    background: transparent;
    position: relative;
}
.video_contain_item {
    position: relative;
}
.video_contain_image {
    height: 165px;
    position: relative;
}
.video_contain_image img {
    height: 100%;
    object-fit: fill;
}
.video_container_inner .owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 50px;
    height: 50px;
    background: #198aff;
    align-content: center;
    text-align: center;
    border-radius: 50%;
}
.video_container_inner .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 50px;
    height: 50px;
    background: #198aff;
    align-content: center;
    text-align: center;
    border-radius: 50%;
}
.video_container_inner .owl-prev i ,
.video_container_inner .owl-next i {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.video_container_inner .video_icon {
    position: absolute;
    bottom: 5px;
    left: 7px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    background: linear-gradient(227deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    border: 2px solid #fff;
}
.video_container_inner .video_icon i {
    font-size: 19px;
    line-height: 32px;
}
ul.photo-gallery-ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.details_video {
    padding: 5px;
}
.details_video iframe {
    aspect-ratio: 16/9;
    border-radius: 10px;
}
li.dropdow_menu img {
    height: 24px;
}
.details_video iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
}
.footer_logo {
    text-align: left;
}
.footer_logo img {
    height: 45px;
    width: auto;
}
.bg_white {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.banners_area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.banner_item {
    width: 100%;
}
.banner_item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.writer_info {
    margin-top: 10px;
}
.writer_info img {
    height: 40px;
    border-radius: 50%;
    margin-left: 5px;
    width: 40px;
}
li.class_for_color a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
section.events_news_area {
    background: #fcfac9;
    padding: 0 0 50px;
    border-bottom: 1px solid #f5503b;
    margin-bottom: 40px;
}
.event_news_heading {
    padding: 15px;
    background: #f6503a;
    text-align: center;
    border-radius: 0 0 25px 25px;
    color: #fff;
    margin-bottom: 15px;
}
.event_news_image {
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.event_news_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_news_title a {
    font-size: 17px;
    line-height: 20px;
    -webkit-line-clamp: 4;
}
.event_news_title {
    height: 50px;
    overflow: hidden;
    margin-top: 5px;
}
section.events_news_area .owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    font-size: 30px;
    width: 40px;
    height: 40px;
    background: #0e89ca;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
}
section.events_news_area .owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    font-size: 30px;
    width: 40px;
    height: 40px;
    background: #0e89ca;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
}
section.events_news_area .owl-prev:hover,
section.events_news_area .owl-next:hover {
    background: #0e89cad1;
}
.all_videos_area {
    display: flex;
    align-items: center;
    width: 70%;
    margin-left: auto;
}
.extra_div {
    text-align: right;
}
.extra_div ul li:first-child {
    border-left: 1px solid #ddd;
}
.extra_div ul li {
    padding: 15px;
    border-right: 1px solid #ddd;
    text-align: center;
    margin-right: 0;
    position: relative;
}
.extra_div ul li a {
    font-size: 19px;
    display: flex;
    gap: 4px;
    align-items: center;
}
.extra_div ul li a i {
    font-size: 23px;
}
.search_icon {
    position: absolute;
    bottom: -40px;
    right: 0px;
    display: none;
}
a.searcht_btn i {
    font-size: 20px !important;
    color: #afadad;
}
.all_videos_area .item {
    border-right: 1px solid #ddd;
    margin-right: 15px;
}
.all_videos_area .item:last-child {
    border: 0;
    margin: 0;
}
section.latest_news_area {
    margin: 30px 0;
}
.top_post_image img {
    width: 100%;
    height: 100%;
}
.top_post_image {
    height: 75px;
    position: relative;
    padding: 0 5px;
}
.top_post_title_image {
    display: grid;
    grid-template-columns: 1fr 40%;
}
.top_post_title a {
    font-size: 17px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-weight: 500;
}
.top_post_description {
    margin-top: 8px;
    font-size: 13px;
    line-height: 17px;
    color: #666666;
}
.post_update_time {
    margin-top: 10px;
    color: #878484;
    font-size: 14px;
}
.border_right{
    border-right: 2px solid #9e9e9e;
}
.middle_post_title_image {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 5px;
}
.middle_post_image {
    height: 65px;
}
.middle_post_image img {
    width: 100%;
    height: 100%;
}
.middle_post_area {
    margin-top: 15px;
}
.middle_post_title a {
    font-weight: 500;
}
.middle_post_item {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.middle_post_title_image.another_grid {
    grid-template-columns: 1fr;
}
.middle_post_title.another_title_design a {
    font-weight: 500 !important;
    font-size: 17px;
    line-height: 1.1;
}
.middle_top_post_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 5px;
}
.post_title a {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}
.post_image img {
    height: 100%;
    width: 100%;
}
.post_description {
    font-size: 15px;
}
.post_description {
    font-size: 13px;
    color: #666666;
    transition: all 0.3s;
    line-height: 17px;
}
.post_description::hover{
    color: #000;
}
.another_middle_post {
    display: grid;
    grid-template-columns: 1fr 1% 1fr;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    gap: 15px;
}
.border_right2 {
    height: 100%;
    border-left: 1px solid #ddd;
}
.another_bottom_millde_post {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    gap: 10px;
}
.another_bottom_millde_post .top_post_title_image {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}
.another_bottom_millde_post .top_posts_area {
    border-right: 1px solid #ddd;
    padding-right: 5px;
}
.top_posts_area:last-child{
    border-right: 0;
    padding-right: 0px;
}
.another_bottom_millde_post .top_post_title a {
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-weight: 500;
}
.another_bottom_millde_post .top_post_image {
    height: 95px;
}
.last_posts .top_post_description {
    margin-top: 8px;
    font-size: 15px;
    line-height: 18px;
    color: #756e6e;
}
.last_posts{
    border-bottom: 0;
}
.latest_posts_right .middle_post_title a {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
}
.latest_posts_right .middle_post_image {
    height: 85px;
}
.middle_post_area {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.video_content {
    background: #e3f2fd;
    padding: 20px 8px;
    height: 118px;
    text-align: center;
}
.video_content a {
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}
.video_desc {
    margin-top: 15px;
    line-height: 18px;
    color: #727272;
    text-align: center;
    font-size: 12px;
    display: none;
}
.video_content .post_update_time {
    text-align: center;
}
section.natok_video_area {
    padding: 30px 0 70px;
}
.video_container_inner .owl-dots {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.video_container_inner .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #9e9e9e;
}
.video_container_inner .owl-dot.active{
    background: #000;
}

.featured-section {
    padding: 30px 0;
    background: #fff6f2;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.featured-card {
    position: relative;
    height: 100px;
    overflow: hidden;
    border-radius: 6px;
}

.featured-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.featured-card:hover img {
    transform: scale(1.08);
}

.featured-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.2));
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.featured-card h3 {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    margin: 6px 0 0;
    font-weight: 600;
}

.tag {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    width: fit-content;
}

.education { background: #ff9800; }
.tech { background: #03a9f4; }
.religion { background: #8bc34a; }
.story { background: #9c27b0; }

.video-section {
    background: #2f2f2f;
    padding: 25px;
}

.video-header a {
    color: #ffb400;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.video-header span {
    margin-left: 6px;
}

.video-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.video-big {
    grid-row: span 2;
}

.video-big a,
.video-small a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.thumb {
    position: relative;
    overflow: hidden;
}
.thumb:hover img {
    transform: scale(1.1);
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.35s;
}

.video-big .thumb {
    height: 440px;
}

.video-small .thumb {
    height: 170px;
}

.play {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e10600;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.info {
    background: linear-gradient(to top, #000, transparent);
    padding: 12px;
}

.video-big h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 6px;
    height: 40px;
    overflow: hidden;
}
.video-small h4 {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 4px;
    height: 35px;
    overflow: hidden;
}

.info span {
    font-size: 12px;
    color: #ccc;
}
.region-news-wrapper {
    padding: 20px 25px 40px;
}

.region-breadcrumb {
    font-size: 18px;
    margin-bottom: 15px;
}
.region-breadcrumb a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.region-filter-bar {
    background: #e8f4fb;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;
}
.region-current {
    font-weight: 600;
}
.region-select {
    padding: 6px 10px;
    width: 300px;
}
.region-search-btn {
    background: #0b4aa2;
    color: #fff;
    border: none;
    padding: 7px 14px;
    cursor: pointer;
}
.region-filter-bar {
    background: #e8f4fb;
    padding: 12px;
    display: grid;
    gap: 12px;
    align-items: center;
    grid-template-columns: 12% 1fr;
}
form#search-form {
    display: grid;
    grid-template-columns: 80% 1fr;
    align-items: center;
    gap: 15px;
    background: transparent;
}
.form-group.dividion-form-group.custom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}

.region-layout {
    display: grid;
    grid-template-columns: 2.2fr 1.5fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.region-lead img {
    width: 100%;
    max-height: 330px;
}
.region-lead-title {
    font-size: 22px;
    line-height: 1.4;
    margin: 10px 0;
}
.region-lead-desc {
    font-size: 14px;
    color: #444;
}

.region-list-item {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}
.region-list-item a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #000;
}
.region-list-item img {
    width: 110px;
    height: 80px;
    object-fit: cover;
}
.region-list-text h4 {
    font-size: 15px;
    margin: 0 0 4px;
}
.region-highlight {
    color: #c00;
}

.region-side-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.region-side-item a {
    display: flex;
    gap: 8px;
    text-decoration: none;
    color: #000;
}
.region-side-item img {
    width: 70px;
    height: 55px;
    object-fit: cover;
}
.region-side-text h5 {
    font-size: 14px;
    margin: 0 0 3px;
}

.region-time {
    font-size: 12px;
    color: #777;
}

/* Lead */
.sports-lead {
    position: relative;
}
.sports-lead img {
    height: 360px;
    object-fit: cover;
}
.sports-lead-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,.75), transparent);
}
.sports-lead-overlay h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
}
.sports-lead-overlay span {
    font-size: 12px;
    color: #ddd;
}

/* Bottom two */
.sports-small h4 {
    font-size: 15px;
    margin: 8px 0 4px;
    line-height: 1.4;
}
.sports-small span {
    font-size: 12px;
    color: #777;
}

/* Right side */
.sports-side-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.sports-side-item p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
    padding-right: 10px;
}
.sports-side-item span {
    font-size: 12px;
    color: #777;
}
.sports-side-item img {
    width: 112px;
    height: 66px;
    object-fit: cover;
}
.khela_post_class .least-news-left p {
    width: 35px;
    height: 35px;
    background: #ebecf0;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    font-size: 20px;
    color: #95969a;
    margin: 0 auto;
}
.khela_post_class .latest_inn {
    border-top: 4px solid #949494;
    border-radius: 0;
}
.khela_post_class .least-news-ul .least-news-right h3 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    -webkit-line-clamp: 2;
}
.khela_post_class .least-news-ul .least-news-right {
    float: left;
    width: 75%;
    min-height: 41px;
    max-height: 42px;
    overflow: hidden;
}
.region-list-text p {
    font-size: 14px;
    color: #696464;
    font-weight: 400;
}
.world-section {
    padding: 20px 0;
}

/* LEFT */
.world-left {
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.world-lead {
    text-decoration: none;
    color: #000;
}

.world-lead img {
    margin-bottom: 10px;
    height: 390px;
    object-fit: fill;
}

.lead-title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.lead-desc {
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

/* RIGHT */
.world-right {
    padding-left: 20px;
}

.world-item {
    padding: 12px;
}

.world-item img {
    margin-bottom: 8px;
    height: 150px;
}

.world-item h4 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 4px;
}

/* Borders */
.border-right {
    border-right: 1px solid #ddd;
}
.border-top {
    border-top: 1px solid #ddd;
}

/* Time */
.time {
    font-size: 12px;
    color: #777;
}

.other-social-link-wrapper #st-1 .st-btn > img {
    display: inline-block;
    height: 30px;
    width: 25px;
    position: relative;
    top: 0px;
    vertical-align: top;
}
.news-block a {
    text-decoration: none;
    color: #000;
}

/* BIG TOP */
.news-big-img {
    position: relative;
}
.news-big-img img {
    height: 360px;
    object-fit: cover;
}
.news-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,.75), transparent);
}
.news-overlay h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
}
.news-overlay span {
    font-size: 12px;
    color: #ddd;
}

/* RIGHT TOP */
.news-right-item {
    display: block;
}
.news-right-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 8px;
}
.news-right-item h4 {
    font-size: 15px;
    line-height: 1.4;
}
.news-right-item span {
    font-size: 12px;
    color: #777;
}

/* BOTTOM */
.news-bottom img {
    margin-bottom: 8px;
    height: 180px;
    object-fit: cover;
}
.news-bottom h4 {
    font-size: 15px;
    line-height: 1.4;
}
.news-bottom p {
    font-size: 13px;
    color: #444;
    margin-bottom: 4px;
}
.news-bottom span {
    font-size: 12px;
    color: #777;
}

/* BORDERS */
.border-right {
    border-right: 1px solid #ddd;
}
.border-top {
    border-top: 1px solid #ddd;
}

.local-news-box {
    background: #fff;
    padding: 20px;
    max-width: 320px;
}

.local-title {
    font-size: 18px;
    font-weight: 600;
    color: #0b5ed7;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.local-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background: #0b5ed7;
    border-radius: 2px;
}

.form-group {
    margin-bottom: 12px;
}

.form-group select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
}

.search-btn {
    width: 100%;
    height: 46px;
    background: #0b5ed7;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.search-btn:hover {
    background: #084298;
}
.region-filter-bar .form-group{
    margin-bottom: 0;
}
.another_bg_white {
    padding: 10px;
    background: #fff;
}
.another_bg_white .least-news-ul .least-news-right h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.photo-gallery-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: 220px;
    gap: 15px;
}

/* First big image */
.photo-gallery-ul li:first-child {
    grid-row: span 2;
}

/* Anchor */
.photo-gallery-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}

/* Image */
.photo-gallery-ul-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Camera icon */
.photo-gallery-ul li i.fa-camera {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e10600;
    color: #fff;
    font-size: 14px;
    padding: 6px;
    z-index: 2;
    width: 34px;
    height: 28px;
}

/* Title overlay */
.photo-gallery-ul-right {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(to top, rgba(0,0,0,.75), transparent);
}

.photo-gallery-ul-right h2 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    color: #fff;
}
/* Big image title */
.photo-gallery-ul li:first-child h2 {
    font-size: 22px;
}
.details_devider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.writer_info {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.natok_video_area .video-header a {
    color: #222;
}
.natok_video_area .video-header {
    padding: 10px 0;
    border-top: 4px solid #03a9f4;
}
.natok_video_area .video-header i {
    font-size: 15px;
    color: #d60000;
}
.create_pages ul {
    align-items: center !important;
    justify-content: center;
}
.create_pages ul li{
    position: relative;
}
.create_pages ul li::after {
    position: absolute;
    content: '';
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cccccc;
    right: -12px;
}
.create_pages ul li:last-child::after {
    display: none;
}
.create_pages ul li a {
    font-size: 14px;
    font-weight: 400;
}
.footer_menu.create_pages {
    margin: 25px 0 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 5px 0;
}
.social-share-icon.footer-details {
    margin-top: 15px;
    width: max-content;
}
.footer_special_area {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: start;
}