@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: 1400px;
}


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 img {
    width: 250px;
    height: auto;
}

.top-ads img {
    width: 100%;
    height: 70px;
}
.logo-area {
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #ddd;
}
.main-menu ul li {
    margin-right: 14px;
}
.main-menu ul li:last-child {
    margin-right: 0;
}
.dropdow_menu {
    position: relative;
    transition: all .5s ease;
}
.dropdow_menu a {
    padding: 3px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}

.submenu {
    position: absolute;
    width: 1190px;
    background: #fff;
    z-index: 9;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    transform: translateY(0);
    overflow: hidden;
    max-height: 0;
    right: 0;
    box-shadow: 0px 0px 25px #dcdcdc;
}

.dropdow_menu:hover .submenu {
    visibility: visible;
    transition: all 1s ease;
    opacity: 1;
    max-height: 400px;
}
.main-header {
    background: #fff;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    box-shadow: 5px 2px 2px #ddd;
}
.submenu li a {
    padding: 5px 10px !important;
    margin: 0 !important;
    text-align: left;
    display: block !important;
}
.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;
    background: #046e39;
    color: #fff;
    border-color: #046e39;
}
.marquee-area {
    display: grid;
    grid-template-columns: 10% 90%;
    border-bottom: 1px solid #ddd;
}
.marquee_left h2 {
    background: #e20c15;
    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: 100%;
    width: 100%;
    background: #e20c15;
    z-index: -1;
    transform: skew(25deg);
    margin-top: 1px;
}
.marquee-section {
    padding:10px 0;
}
.marquee_list ul {
    margin-top: 7px;
}
.marquee_list ul li a {
    font-size: 18px;
}

/*Lead News Section start*/

.lead-news-wrapper {
    padding: 0px 0 5px;
}
.lead-news-left {
    width: 73.27%;
    float: left;
}
.lead-news-right {
    width: 26.73%;
    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: 40%;
    padding-right: 3%;
    min-height: 62px;
    max-height: 64px;
    overflow: hidden;
}
.lead-other-news-right {
    float: left;
    width: 60%;
    min-height: 62px;
    overflow: hidden;
    padding-left: 5px;
}
.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: 105px;
    overflow: hidden;
}
.lead-news-second-heading {
    min-height: 66px;
    max-height: 66px;
    overflow: hidden;
    padding-top: 1px;
    padding-left: 3px;
}
.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;
}
.single-videos .images {
    position: relative;
    height: 180px;
}
.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;
}
.single-videos h3 {
    margin: 0;
    transition: all .5s ease 0s;
    font-size: 18px;
    line-height: 22px;
}
.single-videos .images i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    background: rgba(0,0,0,.14);
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 53px;
    color: #fff;
    border-radius: 50%;
    font-size: 29px;
    padding-left: 8px;
    border: 4px 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;
}
#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: 279px;
    max-height: 167px;
    overflow: hidden;
    min-height: 167px;
    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: #009135;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px 4px;
    box-shadow: rgba(0,0,0,.1) 0 1px 2px;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.btn-date-picker:hover {
    color: #009135;
}
.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: #000;
}
.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: #fff;
}

#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: 40%;
    float: left;
    padding-right: 2%;
}
.photo-gallery-ul li a img {
    max-width: 138px;
    min-width: 138px;
    max-height: 76px;
    min-height: 76px;
    overflow: auto;
}
.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%;
}
.footer-details {
    padding: 34px 0;
    padding-bottom: 0px;
}
.footer-details h3 {
    line-height: 34px;
    font-size: 22px;
    margin: 0;
}
.footer-details a {
    color: #fff;
}
.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;
    width: 35px;
    height: 35px;
    background: #000;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}

.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: #000;
    width: 100%;
    color: #fff;
    padding: 10px 0;
}
.footer-bottom-row p {
    font-size: 14px;
    text-align: center;
}
.design-link {
    float: right;
}
.tc-social-share i[class*=-facebook] {
    color: #fff;
}

.details-page-breadcrumb {
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 12px;
}
.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: #00a651;
    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;
    min-width: 132px;
    max-width: 132px;
    overflow: hidden;
}
.least-news-ul .least-news-right {
    float: left;
    width: 75%;
    min-height: 60px;
    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;
}
.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;
}
.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;
}
.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: #046e39;
}
.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;
}
li.dropdow_menu.search_icon i {
    color: #000;
}
.top_nav ul li {
    margin-right: 25px;
}
.top_nav ul li:last-child {
    margin-right:0;
}
ul.menunav {
    display: flex;
    justify-content: space-between;
}
section.cm_banner {
    margin-bottom: 10px;
}

.common-border-box {
    background-color: #fff;
    padding: 8px;
    border: 1px solid #e2e2e2;
    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%;
}



ul.least-news-ul.least-news-ul-home-page {
  
 height: 380px;
}
.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;
    border-bottom: 1px solid #ddd;
}
.socail_text {
    display: flex;
    margin-bottom:10px;
}
.socail_text i {
    margin-right: 10px;
    margin-top: -2px;
    font-size: 30px;
}
.socail_text p {
    font-size: 18px;
}
.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: 390px; overflow: hidden; border-radius: 5px; margin-right: 10px;
}
.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;
}
.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;
}

li.social_dropdown {
    position: relative;
}

ul.social_sub {
    position: absolute;
    left: -50px;
    top: 100%;
    width: 370px;
    z-index: 9;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transform: translatey(15px);
    visibility: hidden;
    transition:all .1s ease;
}
li.social_dropdown:hover ul.social_sub {
    transform: translatey(10px);
    visibility: visible;
}

#st-1 .st-btn > img {
    display: inline-block;
    height: 33px !important;
    width: 33px !important;
    position: relative;
    top: 3px !important;
    vertical-align: top;
}
#st-1 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 40px !important;
    line-height: 41px;
    margin-right: 8px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 110px;
    /* padding: 0 !important; */
}

.epaper_iframe iframe {
    width: 100%;
    height: 400px;
}
.epaper_iframe a {
    font-size: 22px;
    background: black;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
    display:block;
    width:100%;
    text-align:center;
}
