@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;
}
.container{max-width:1280px;}
a,
h1,
h2,
h3,
h5,
h6,
p {
    font-family: "SolaimanLipi"; 
}
.date_section {
    background-color: #004c8c;
}
.date_section ul {
    margin-bottom: 0;
    margin-top: -7px;
    padding-left: 0;
}
.date_section li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}
.top_others_link {
    float: left;
}
.social_link {
    float: right;
}
li .fa {
    padding-left: 5px;
    padding-right: 5px;
}
.social_link .social .fa.fa-facebook {
    background: blue;
    line-height: 28px;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 18px;
    border-radius: 30px;
    text-align: center;
}
.social_link .social .fa.fa-youtube {
    background: red;
    line-height: 28px;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 18px;
    border-radius: 30px;
}
.social_link .social .fa.fa-twitter {
    background: #55acee;
    line-height: 28px;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 18px;
    border-radius: 30px;
}
.social_link .social .fa.fa-linkedin {
    background: #007bb6;
    line-height: 28px;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 18px;
    border-radius: 30px;
}
.social_link .social .fa.fa-instagram {
    background: red;
    line-height: 28px;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 18px;
    border-radius: 30px;
}
.social_link .social .fa:hover {
    transition: 0.5s;
    transform: rotate(380deg);
}
.Logo_section {
    padding: 5px;
}
.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;
}
.head_section{
	position: sticky;
	top: 0;
    z-index: 999;
	background:#FFF;
}
.manu_section {
    background: #1E7906;
    box-shadow: 0 5px 5px -5px #000;
    position: relative;
    width: 100%;
    z-index: 999;
}
.manu_section .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    border-bottom: 3px solid red;
    border-color: transparent;
}
.manu_section .navbar .navbar-nav .nav-item .nav-link:hover {
    background: #181a19;
    color: #fff;
    border-color: #007529;
    transition: 0.3s;
}
.manu_section .navbar .navbar-nav .nav-item.active .nav-link {
    background: #025e10;
    color: #fff;
    border-color: #007529;
}
.home.active {
    margin-top: 5px;
}
.section_gray {
    background: #fff;
}
.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: red;
}
.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;
}
.no_relative_text {
	position: inherit;
	background: #FFF;
	border: 1px solid #DDD;
	border-top: 0;
    min-height: 130px;
}

.no_relative_text h1{color: #000;}

.overflow_model:hover h1 {
    color: #ecba22;
}
.bank {
    margin-top: 50px;
}
.under_text h2 {
	font-size: 14px;
	padding: 12px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #000;
	overflow: hidden;
	max-height: 60px;
	line-height: 15px;
}
.heading-headline-heading {
    overflow: hidden;
    background: #000;
    border-bottom: 5px solid #12bd4e;
    position: relative;
}
.heading-headline-heading a {
    color: #fff;
    display: inline-block;
    padding: 16px 30px 6px 15px;
    font-size: 20px;
    margin: 0;
    line-height: 20px;
}
.heading-style-heading::after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    right: -20000px;
    top: -12px;
    height: 41px;
    bottom: 0;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
}
.heading-headline-heading span {
    position: relative;
    margin-left: 10px;
}
.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;
}

.home_latest_tabs .list_tabs {
    height: 695px;
    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;
}
.tabs .nav-item {
    width: 100%;
    text-align: left;
    display: block;
}
.tabs .nav-pills .nav-link {
    background: #c40909;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-top: 3px solid #048e35;
}
.tabs .nav-pills .nav-link.active {
    background: #2715ff;
    color: #fff;
    border-color: #000;
}
#pills-tab {
    margin-bottom: 0 !important;
}
.white_top h3 {
    border-bottom: 3px solid #12bd4e;
    line-height: 100%;
    margin: 0 0 15px;
    font-size: 24px;
}
.white_top h3 span {
    background: #004c8c;
    background: #000;
    padding: 7px 20px;
    color: #fff;
    height: 30px;
    line-height: 43px;
    position: relative;
    border-bottom: 2px solid #12bd4e;
}
.white_top h3 span::after {
    border-color: #12bd4e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}
.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 #12bd4e;
}
.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;
}
.tab_section{background: none}
.section_three.tab_section .list_news:first-child{border-top: 1px solid #DDD}
.category_tabs .nav{border-bottom: 1px solid #F00}
.category_tabs .nav-pills .nav-link {
	border-radius: 10px 10px 0px 0px;
	background: #12bd4e;
	color: #FFF;
	margin-right: 5px;
	padding: 3px 10px;
}
.category_tabs .nav-pills .nav-link.active, .category_tabs .nav-pills .show > .nav-link {
	border-radius: 10px 10px 0px 0px;
	background: red;
}

.sports_section .list_news {
    padding: 5px;
    background: #fff;
    box-shadow: none;
    border-top: 1px dashed #12bd4e;
    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 #12bd4e;
    font-size: 18px;
}
.lifestyle-heading-three a:hover {
    color: #fff;
}
.lifestyle-heading-three {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 2px solid #12bd4e;
}
.lifestyle-heading-three h3 {
    background-color: #000;
    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: #12bd4e;
}
.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: rgba(0, 0, 0, 0.25);
}
.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: #DFF3F9;
    color: #000;
}
.footer_middel h3 a {
    color: #000;
}
.footer_middel .small {
    font-size: 16px;
    font-weight: 600;
}
.footer_last {
    background: #000;
}
.footer_last p {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}
.designer_link {
    float: right;
}
.designer_link p a {
    color: #0c980c;
    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;
    font-size: 22px;
}
.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: #12bd4e;
}
.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 red !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: #163199;
}
#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;
    margin-top: 10px;
    color: #666;
}
.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: 4px 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: #d20a0a;
}
.mt-news {
    background: #fff;
}
.mt-news a {
    background: #fff;
    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: inherit;
}
.modern-ticker {
    height: 40px;
    border: 1px solid #12bd4e;
}
.footer_scroll .mt-body {
    margin-top: 0;
}
.modern-ticker {
    background-color: #fff;
}
.mt-next,
.mt-play,
.mt-prev {
    height: 40px;
}


.wp-block-image{width:100%}
.wp-block-image img{width:100%}
p{text-align: justify}
.list_news p{text-align: left}