
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wdth,wght@62.5..100,100..900&display=swap');


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
  font-family: "Noto Serif Bengali", serif;
  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: 1320px;
}


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: 320px;
    height: auto;
}
.top-ads img {
    width: 100%;
    height: 70px;
}
.logo-area {
    padding: 10px 0;
    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;
}

.submenu {
    position: absolute;
    width: 950px;
    background: #fff;
    z-index: 9;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    transform: translateX(-50%);
    overflow: hidden;
    max-height: 0;
    left: -419px;
    box-shadow: 0px 0px 25px #dcdcdc;
}

.dropdow_menu:hover .submenu {
    visibility: visible;
    transition: all 1s ease;
    opacity: 1;
    max-height: 400px;
}
.main-header {
    background: #447FC1;
    padding: 2px 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;
    color: #000 !important;
}
.submenu li {
    width: 14.28%;
    float: left;
}
li.dropdow_menu.search_icon {
    position: relative;
    margin-left: 65px;
}
.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: 15% 85%;
    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: 13px;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e20c15;
    z-index: -1;
    transform: skew(25deg);
}
.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: 2px dotted #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: 22px;
    line-height: 25px;
    color: #000;
    margin: 0;
    margin-top: 8px;
}
.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: 25px;
    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;
    margin-bottom: 10px;
}
.sports-big-img img {
    width: 100%;
    overflow: hidden;
    min-height: 321px;
    max-height: 321px;
}
.sports-big-text {
    background-color: #fff;
    overflow: hidden;
}
.sports-big-text h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    color: #000;
    padding: 5px;
    font-weight: normal;
}
.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;
}
.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%;
}
ul.photo-gallery-ul li {
    width: 23.9%;
    float: left;
    margin: 5px;
}

.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 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 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;
    color:#fff;
}
.footer-details a {
    color: #fff;
    transition: all .5s ease 0s;
}
.footer-details span {
    color: #fff;
}
.footer-details span i {
    color: #fff;
    font-size: 18px;
}
.footer-details .small-email {
    font-size: 16px;
}
.social-share-icon {
    text-align: left;
    padding-top: 10px;
    margin-left: 2px;
}
.tc-social-share a {
    display: inline-block;
    margin-right: 8px;
}
.footer-details a {
    color: #fff;
    transition: all .5s ease 0s;
}
.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%;
}

.footer-details p {
    color: #fff;
    margin-bottom: 10px;
}
.tc-social-share i[class*=-facebook]:hover {
    background: #fff;
    color: #4766a9;
    -webkit-box-shadow: 0 0 0 2px #4766a9;
    box-shadow: 0 0 0 2px #4766a9;
}
.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;
    border-top: 1px solid #666464;
    margin-top: 15px;
}
.footer-bottom-row p {
    font-size: 14px;
}
.design-link {
    float: right;
}
.tc-social-share i[class*=-facebook] {
    background: #4766a9;
    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;
    width: 100%;
}
.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;
}

.top_nav ul li {
    margin-right: 25px;
}
.top_nav ul li:last-child {
    margin-right:0;
}
ul.menunav {
    display: flex;
}
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 {
    border: 2px solid #000;
    border-radius: 50%;
    padding: 5px 6px;
    font-size: 14px;
    color: #333;
}
.cat_icon {
    width: 20px;
    height: auto;
    margin-top: 6px;
}

.cat_head {
    font-size: 24px;
    font-weight: 600;
    background: #fe0000;
    height: 35px;
    padding: 0 25px;
    color: #fff;
    font-style: italic;
    position: relative;
}
.cat_head:hover {
    color:#fff;
}
.cat_head:before {
    content: "";
    height: 35px;
    width: 5px;
    background: #fe0000;
    position: absolute;
    left: 12px;
    top: 0;
}

.motamot_item {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.mot_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 3px;
    margin: 0 auto;
}
.mot_img img{
    height: 100%;
    width: 100%;
}
.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;
}

ul.least-news-ul.least-news-ul-home-page {
    height: 510px;
}
.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 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    background: #00234b;
}
.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: 25px;
}
.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: #fff;
    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;
}
.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;
}

.topbar_sec {
    background: #00234B;
}
.social_media {
    text-align: right;
}
.social_media ul li {
    margin-right: 2px;
}
.social_media ul li:last-child {
    margin-right: 0;
}
.social_media ul li a i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.main-menu ul li a {
    color: #fff;
    border-right: 1px solid #ddd;
    padding: 0 20px;
}
ul.menunav li:last-child a {
    border-right: 0;
}
.first_column {
    margin-top: -162px;
}
.category_first_column {
    margin-top: -185px;
}
.front_big_img {
    height: 340px;
    margin-bottom: 10px;
}
.front_big_img img{ 
    height:100%;
}
.font_title {
    font-size: 45px;
    color:#FF0103;
}
.col_head {
    background: #FE0000;
    height: 35px;
    position: relative;
    margin-bottom:10px;

}
.col_head a {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -12px;
    z-index: 9;
    left: 7px;
    font-style: italic;
}

.font_left_main {
    border:none;
}
.front_left_title {
    font-size: 35px;
    color:#CE181A;
}
.front_left_image_lead {
    height: 180px;
}

.front_r_main {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-gap: 10px;
}
.front_r_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.front_r_title a {
    color: #447fc1;
}
.right_ban_hr {
    height: 100px;
}
.right_ban_hr img{
    width: 100%;
    height: 100%;
    margin-top:10px;
}
.akhon_desk {
    display: block;
}
.cm_head p {
    font-size: 22px;
    margin-bottom: 5px;
}
.motamot_des p {
    color: #e20c15;
    font-size: 18px;
    font-weight: 600;
}
.single_title h4 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}
.single_title h4:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #000;
    transform: rotate(45deg);
}
.d_grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
.img_mid {
    padding-right: 20px;
}
.img_mid img{
    width:100%;
    height: 250px;
}
.all_news_btn a {
    text-align: center;
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 7px;
    font-size: 18px;
}
.int_cap {
    display: grid;
    grid-template-columns: 40% 60%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 15px;
    padding: 2px;
}
.cap_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 2px;
}

.cap_img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%;
}
.intervie_inn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ddd;
    padding: 5px;
    grid-gap: 7px;
}
.int_des {
    padding: 5px;
}
.int_item {
    background: #fff;
    border-radius: 5px;
}
.int_name p {
    font-size: 14px;
    margin-top: 8px;
}
ul.lSPager.lSGallery {
    display: none;
}

.mudra_inn form select {
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 5px;
}
.mudra_inn form select:focus-visible,
.mudra_inn form select:focus {
     border: 1px solid #ddd;
     outline: 0;
}
footer {
    background: #000;
    border-top: 10px solid #e20c15;
}
.foot_right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cat_bread {
    text-align: center;
}

.cat_bread h2 {
    font-size: 22px;
    position: relative;
}

.cat_bread h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 3px;
    background: hsla(85,16%,76%,.376);
}
.cat_bread h2 p {
    background: #fff;
    z-index: 9;
    display: inline-block;
    position: relative;
    padding: 10px 30px;
}
.cat_ban_sec {
    background: hsla(85,16%,76%,.376);
    margin-top:10px;
}
.breadcrumb_inn {
    padding-top: 12px;
}
.catgory_all_news {
    padding:30px 0;
}
.img_caption {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}


