@import "https://fonts.maateen.me/solaiman-lipi/font.css";

img {
    max-width: 100%;
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, SolaimanLipi;
    font-size: 16px;
}

body a:hover {
    text-decoration: none;
}

body a:hover img {
    opacity: 0.8;
}

a,
h1,
h2,
h3,
h5,
h6,
p {
    font-family: "SolaimanLipi";
}

.date_section {
    background-color: #f0f0ed;
}

.date_section ul {
    margin-bottom: 0;
    margin-top: -7px;
    padding-left: 0;
}

.date_section li {
    display: inline-block;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}

.top_others_link {
    float: left;
}

li .fa {
    padding-left: 5px;
    padding-right: 5px;
}

.social_link ul {
    margin: 0;
    padding: 0;
}

.social_link ul li a {
    line-height: 28px;
    color: #444;
    width: 25px;
    height: 25px;
    font-size: 18px;
    border-radius: 30px;
}

.social_link .social .fa:hover {
    transition: 0.5s;
    transform: rotate(380deg);
}

.top_logo {
    max-height: 50px;
}

.manu_section .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.manu_section {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
}

.manu_section .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    border-bottom: 3px solid #7b2004;
    border-color: transparent;
    padding-top: 25px;
}

.manu_section .navbar .navbar-nav .nav-item.active .nav-link {
    background: black;
    color: #fff;
    border-color: #7b2004;
}

.manu_section .navbar .navbar-nav .nav-item .nav-link:hover {
    background: black;
    color: #fff;
    border-color: #7b2004;
}

.home.active {
    margin-top: 5px;
}

.section_gray {
    background: #eff3f4;
}

.list_news {
    padding: 9px 5px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    margin: 0;
}

.list_news p:hover {
    text-decoration: none;
}

.list_news p {
    color: #000;
    margin-bottom: 0;
    max-height: 50px;
    overflow: hidden;
}

.list_news:hover p {
    color: black;
}

.list_news img {
    width: 90px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.overflow_model {
    position: relative;
}

.reletive_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 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;
}

.reletive_text h1 {
    margin: 0;
    font-size: 22px;
    line-height: 25px;
}

.overflow_model:hover h1 {
    color: #ecba22;
}

.bank {
    margin-top: 50px;
}

.under_text h2 {
    font-size: 18px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #000;
    overflow: hidden;
    max-height: 60px;
    line-height: 24px;
}

.heading-headline-heading {
    overflow: hidden;
    border-bottom: 3px solid black;
    position: relative;
}

.heading-headline-heading a {
    color: #fff;
    display: inline-block;
    padding: 6px 30px 6px 15px;
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    background: black;
}

.img_left {
    width: 70px;
    height: auto;
    float: left;
    padding-right: 5px;
}

.img_circle .left_text h3 {
    padding: 10px;
    font-size: 17px;
}

.section_gray .bg {
    background: #fff;
    display: inline-block;
    padding: 10px;
}

.list_tabs {
    height: 300px;
    overflow-y: scroll;
}

.list_tabs .list_news {
    padding: 5px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 1px dotted gray;
    display: block;
    overflow: hidden;
}

.navbar-nav {
    margin-left: auto;
}

.tabs .nav-item {
    width: 50%;
    text-align: center;
    display: block;
}

.tabs .nav-pills .nav-link {
    background: #12bd4e;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-top: 0 solid #12bd4e;
    padding: 3px 5px;
}

.tabs .nav-pills .nav-link.active {
    background: black;
    color: #fff;
    border-color: black;
}

#pills-tab {
    margin-bottom: 0 !important;
}

.white_top h3 {
    border-bottom: 3px solid black;
    line-height: 100%;
    margin: 0 0 15px;
    font-size: 24px;
    margin-bottom: 0;
}

.white_top h3 span {
    background: black;
    background: black;
    padding: 7px 20px;
    color: #fff;
    height: 30px;
    line-height: 43px;
    position: relative;
    border-bottom: 2px solid black;
}

.white_left {
    background: #f2f2f2;
}

.white_text {
    margin-top: 5px;
    color: #000;
    padding: 5px;
}

.white_text h2 {
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 3px;
}

.white_text p {
    margin-top: -10px;
    font-size: 16px;
    line-height: 22px;
}

.white_img {
    border-bottom: 3px solid 3px solid black;
}

.white_left .md_text h2 {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding: 7px;
    height: 77px;
    display: block;
    overflow: hidden;
}

.section_three {
    background: #eff3f4;
}

.section_three h3 {
    font-size: 18px;
    color: #000;
    display: block;
    overflow: hidden;
    height: 47px;
    margin: 0;
    margin-bottom: 6px;
    line-height: 23px;
}

.heading-headline-heading a:hover {
    color: #fff;
}

.section_three .list_news {
    padding: 5px;
    background: #fff;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
}

.section_three .list_news img {
    height: auto;
    float: left;
    margin-right: 10px;
    width: 32%;
    padding-right: 3%;
}

.section_three .white_text p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 1px;
}

.section_three .reletive_text h1 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    height: 54px;
    overflow: hidden;
}

.section_three.small-section h3 {
    height: 44px;
    margin-bottom: 0;
}

.sports_section .list_news {
    padding: 5px;
    background: #fff;
    box-shadow: none;
    border-top: 1px dashed black;
    display: block;
    overflow: hidden;
    padding-left: 0;
}

.sports_section .list_news img {
    width: 37%;
    float: left;
    height: auto;
}

.sports_section .list_news h3 {
    font-size: 18px;
    line-height: 25px;
    padding: 5px;
    color: #000;
}

.sports_section .list_news p {
    margin: 0;
    padding-bottom: 3px;
    font-size: 14px;
    color: #000;
    padding-top: 5px;
    line-height: 22px;
}

.binodon_section {
    background: #eff3f4;
}

.binodon_section .white_img {
    border-bottom: none;
}

.binodon_section .white_left {
    background: #fff;
}

.binodon_section .reletive_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
}

.reletive_text h3 {
    font-size: 18px;
    height: 44px;
    overflow: hidden;
}

.overflow_model {
    position: relative;
    background: #fff;
}

.life_style_section .white_img {
    border-bottom: none;
}

.life_style_section .md_text h2 {
    border-bottom: 1px solid black;
    font-size: 18px;
}

.lifestyle-heading-three a:hover {
    color: #fff;
}

.lifestyle-heading-three {
    position: relative;
    border-bottom: 2px solid black;
}

.lifestyle-heading-three h3 {
    background-color: black;
    margin: 0;
    color: #fff;
    left: 11px;
    display: inline-block;
    font-size: 24px;
    padding: 7px 20px;
    position: relative;
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}

.lifestyle-heading-three a {
    color: #fff;
    text-decoration: none;
}

.lifestyle-heading-three span {
    position: relative;
    display: block;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}

.sodesh_section .white_left {
    background: #fff;
}

.sodesh_section {
    background: #eff3f4;
}

.sodesh_section .white_left .white_text h2 {
    font-size: 20px;
}

.sodesh_section .lifestyle-heading-three h3 {
    font-size: 24px;
    line-height: 20px;
    margin-top: -10px;
}

.sodesh_section .white_img {
    border-bottom: none;
    padding: 5px;
}

.sodesh_section h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: -10px;
}

.sodesh_section .list_news {
    background: #fff;
    box-shadow: none;
    display: block;
    overflow: hidden;
}

.sodesh_section .list_news img {
    width: 50%;
    float: left;
    height: auto;
    padding: 2px;
}

.sodesh_section .list_news h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    color: #000;
}

.map-title {
    position: relative;
    text-align: center;
}

.map-title h3 {
    margin: 0;
    display: inline-block;
    font-size: 26px;
    line-height: 44px;
    font-weight: 700;
}

.map-title h3 span::before {
    background: #e74c4f;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.photo {
    background: #eff3f4;
}

.slider_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: black;
}

.carousel-item {
    position: relative;
}

.slider_text h2 {
    font-size: 19px;
    text-align: center;
    line-height: 25px;
    opacity: 0.9;
    margin: 0;
}

.carousel-item {
    background: #fff;
    padding: 5px;
}

.carousel-inner {
    box-shadow: 0 3px 5px 0 #4a4a4a;
}

.video_section {
    background: #444;
}

.video_section a {
    color: #f4f4f4;
}

.video_section a:hover {
    color: #000 !important;
}

.video-gallery-heading {
    position: relative;
    margin-bottom: 25px;
}

.title-bg {
    position: relative;
    font-size: 20px;
    color: #101010;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.title-bg::before {
    background: #e74c4f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -14px;
    width: 100%;
}

.title-bg a {
    color: #000;
    font-size: 24px;
    text-decoration: none;
}

.title-bg::after {
    background: #e74c4f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -11px;
    width: 100%;
}

.exub_section {
    background: #eff3f4;
}

.exub_section .list_news img {
    width: 50%;
    height: auto;
    float: left;
    padding-right: 3%;
}

.exub_section .list_news h3 {
    color: #000;
    font-size: 18px;
}

.footer_leyer {
    background: #eff3f4;
}

.footer_leyer .footer_logo .img-fluid {
    max-width: 70%;
    height: auto;
}

.footer_leyer .ul-play-store {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer_leyer .ul-play-store li {
    list-style: none;
    display: inline-block;
    width: 145px;
    padding-top: 11px;
    padding-right: 5px;
}

.footer_leyer .ul-play-store li a {
    text-decoration: none;
    display: inline-block;
}

li {
    list-style: none;
}

.footer_leyer .social_link ul {
    margin-bottom: 1rem;
    margin-top: 20px;
}

.footer_middel {
    background: #b7b7b7;
    color: #040404;
}

.footer_middel a {
    color: #000;
}

.footer_middel .small {
    font-size: 16px;
    font-weight: 600;
}

.footer_last {
    background: #8e8e8e;
}

.footer_last p {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}

.designer_link p a {
    color: #ffef00;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.bre_top {
    padding: 20px;
    padding-bottom: 0;
}

.bre_top .breadcrumb {
    background: #fff;
    margin-bottom: 0;
}

.bre_top .breadcrumb li a {
    color: #e74c4f;
}

.bre_top .breadcrumb-item.active {
    margin-top: 3px;
}

.bre_top .breadcrumb {
    padding: 5px;
}

.sports_page {
    background: #eff3f4;
}

.sports_top .overflow_model {
    position: relative;
    background: none;
    padding: 5px;
}

.sports_top .reletive_text h1 {
    margin: 0;
    font-size: 25px;
    line-height: 36px;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}

.sports_top .white_left {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sports_top .white_img {
    border-bottom: none;
    padding: 5px;
}

.sports_top .list_news img {
    width: 35%;
    float: left;
    margin-right: 10px;
    height: auto;
}

.sports_top .list_news h3 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    padding: 10px;
    margin: 0;
}

.more {
    text-align: center;
}

.more .btn {
    background: #e74c4f;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
    font-size: 14px;
    border-radius: 0;
    padding: 5px 78px;
    line-height: 28px;
}

.more .btn:hover {
    color: #e74c4f;
    background: #fff;
    border: 1px solid #e74c4f;
    transition: 0.5s;
}

.sports_top .list_tabs {
    height: 410px;
    overflow-y: scroll;
}

.scroll_top .top .go-top {
    position: fixed;
    bottom: 0;
    right: 0;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 1em;
}

.go-top .fa {
    font-size: 50px;
    color: black;
}

.single_left {
    background: #fff;
    padding: 10px;
}

.single_left h2 {
    font-size: 28px;
}

.divider-details {
    border-top: 1px solid #d0cdcd;
}

.details-tag-heading {
    font-size: 18px;
    margin-top: 8px;
}

.details-tag-heading .fa {
    color: #333;
    font-size: 13px;
}

.frist .tabs .nav-item {
    width: 100%;
    text-align: center;
    display: block;
}

.frist .tabs .nav-pills .nav-link.active {
    background: #19232d;
    color: #fff;
    border-bottom: 3px solid black !important;
    border-color: #000;
}

.family img {
    border: 1px solid #a4a6a9;
    padding: 3px;
}

.family_text {
    border: 1px solid #a4a6a9;
    text-align: center;
    background: #ebf2ee;
}

.family_text h3 {
    color: #000;
    font-size: 20px;
    padding: 7px;
    line-height: 25px;
    font-weight: 600;
}

.family_text h3:hover {
    color: #e31418;
}

.photo_right {
    background: #fff;
    padding: 10px;
}

.photo_title h1 {
    font-size: 30px;
    line-height: 34px;
    color: #000;
}

.photo_title p {
    margin-bottom: 0;
}

.photo_img {
    background: #e3e3de;
    text-align: center;
    z-index: 999999999;
}

.bottom_text {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
}

.album {
    margin-bottom: -7px;
}

.album h3 {
    background: #19232d;
    color: #fff;
    padding: 7px 40px;
    font-size: 23px;
    line-height: 30px;
    border-bottom: 3px solid #e74c4f;
}

.photo_left .list_news {
    padding: 10px 5px;
    border-bottom: 1px dotted #e74c4f;
    background: #f6f6f6;
    display: inline-block;
}

.photo_left .list_news img {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 10px;
}

.photo_button {
    text-align: center;
    margin-top: 15px;
}

.photo_button .btn {
    background: #e74c4f;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
    font-size: 16px;
    border-radius: 0;
    padding: 5px 78px;
    line-height: 28px;
}

.photo_button .btn:hover {
    background: #fff;
    color: #e74c4f;
    transition: 0.5s;
}

.button_video .more .btn {
    background: #e74c4f;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
    font-size: 20px;
    border-radius: 0;
    padding: 5px 90px;
    line-height: 28px;
}

#wp-calendar {
    width: 100%;
    font-size: 11px;
    background: #fff;
}

#wp-calendar thead th {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: none;
    font-size: 11px;
}

#wp-calendar tbody td {
    text-align: center;
    border: 1px solid #ddd;
    line-height: 2.5em;
    transition: background 0.15s ease;
    -webkit-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
}

#wp-calendar tbody td:hover {
    background: #f1f1f1;
    color: #333;
}

#wp-calendar tbody td a {
    display: block;
    text-decoration: none;
    background: #f1f1f1;
    color: #333;
}

#wp-calendar tbody td:hover a {
    background: #4d4d4d;
    color: #fff;
}

#wp-calendar tfoot td {
    padding: 4px;
}

#wp-calendar caption {
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    outline: 0 none !important;
    background: #3b86b0;
    color: #fff;
}

#wp-calendar tbody a {
    display: block;
    text-decoration: underline;
}

#wp-calendar th {
    text-align: center;
    border: 1px solid transparent;
    border-top: none;
    padding: 7px 0;
    color: #a7a7a7;
}

#footer #wp-calendar thead th {
    background: #222;
}

#footer #wp-calendar tbody td {
    border-color: #222;
}

.single_date {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
    color: #8e8e8e;
}

.thumbnail_caption {
    border: 1px solid #ccc;
    text-align: center;
    font-style: italic;
    color: #666;
    padding: 5px;
    margin-bottom: 0;
    font-size: 15px;
    border-top: 0;
}

.mt-round .mt-label {
    border-radius: 0 0 0 0;
    margin-left: 0;
    padding: 5px 13px;
}

.mt-body {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}

.mt-round {
    border-radius: 0;
}

.mt-round .mt-news:last-child,
.mt-round .mt-news:last-child a {
    border-radius: 0;
}

.mt-label {
    background: #5b5b5b;
}

.mt-news {
    background: #fff;
}

.mt-news a {
    background: #ddd;
    color: #000;
    margin-right: 0;
}

.mt-next,
.mt-prev {
    background-color: #fff;
}

.mt-round .mt-next {
    border-radius: 0;
}

.mt-next,
.mt-play,
.mt-prev {
    width: 20px;
}

.mt-next:hover,
.mt-play:hover,
.mt-prev:hover {
    background-color: #bdbdbd;
}

.mt-news a:hover {
    color: #cd171e;
    background: #ddd;
}

.modern-ticker {
    height: 40px;
}

.footer_scroll .mt-body {
    margin-top: 0;
}

.modern-ticker {
    background-color: #ddd;
}

.mt-next,
.mt-play,
.mt-prev {
    height: 40px;
}

@media (max-width: 575.98px) {
    .manu_section .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px;
    }
}

@media (max-width: 767.98px) {
    .manu_section .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px;
    }
}

@media (max-width: 991.98px) {
    .manu_section .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px;
    }
}