body {
    font-family:"Mukta",sans-serif;

	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #333;
	font-size: 18px;
}

img {
	max-width: 100%;
}
figure {
	margin: 0;
	line-height: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
a:hover {
	color: #DB3937;
	text-decoration: none;
}

p {
	font-size: 18px;
	padding:0;
	margin:0;
	text-align: justify;
	line-height: 28px;
}


.margin-top{
	margin-top: 20px;
}
.margin-bottom{
	margin-bottom: 20px;
}
.padding-top{
	padding-top: 15px;
}
.border-bottom {
	border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.center {
	text-align: center;
}
.lightgrey {
	background: #f0f0f2;
	padding: 20px 20px 0 20px;
}
.white {
	background: #fff;
	padding: 15px;
}


.side-ad img{
	width: 100%;
}
ul.post-meta li{
	color: #222;
	font-size: 14px;
	float: left;
	margin-right: 20px;
}
ul.post-meta li a{
	color: #3638BB;
	font-weight: 600;
	font-size: 14px;
}
ul.post-meta li i {
	padding-right: 10px;
}	
/*=====topabar====*/

.container {
	max-width: 1250px;
}

ul.social-media{
	list-style: none;
	margin-top:9px;
}
ul.social-media li{
	border-radius: 50%;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	margin-right: 15px;
}
ul.social-media li.fb {
	background: #3F5797;
}
ul.social-media li.twi {
	background: #4AAFFD;
}
ul.social-media li.youtube {
	background: #A91315;
}
ul.social-media li a {
	color: #FFF;
	font-size: 14px;
	transition: all 0.5s ease;
}

.date span {
	font-size: 14px;
	line-height: 36px;
	color: #000;
}

.side-ad img{
	width: 100%;
}
ul.post-meta {
	list-style: none;
}
ul.post-meta li{
	color: #222;
	font-size: 14px;
	float: left;
	margin-right: 20px;
}
ul.post-meta li a{
	color: #cd0a2c;
	font-weight: 600;
	font-size: 14px;
}
ul.post-meta li i {
	padding-right: 10px;
}			

.topbar {
	background:#fcf7f7;
	padding: 1px 10px;
}

ul.top-nav  {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.top-nav li {
  padding-right: 15px;
  line-height: 50px;
}
.date {
    margin-top: 9px;
}
ul.top-nav li a {
  color: #000;

}		
/*====Midhead====*/

.midhead {
	padding: 10px 0px;
	background:#fff;
}
.midhead .logo {
}


/*===menu sec====*/
.navbar-light{
	background:none! important;
}
.menu-wrap{
background:#2260BF;
}
.menu-wrap .navbar {
	padding: 0;
}
.menu-wrap .navbar-light .navbar-nav .nav-item {
	margin-right: 15px;
} 

.menu-wrap .navbar-light .navbar-nav .nav-link {
	color: #fff;
	padding: 15px 18px;
	font-weight: 600;
	font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding-left: 12px;
	padding-right: 18px;
}
.menu-wrap .navbar-brand {
	margin: 0;
	padding: 0;
}
.menu-wrap .navbar-light .navbar-nav .nav-item>a:hover {
	background: #DC5F0D;
	color: #FFF;
}
.menu-wrap .navbar-light .navbar-nav .active>a {
	background: #DC5F0D;
	color: #FFF;
}
.menu-wrap .dropdown-menu {
	border: none;
	padding: 0;
	border-radius: 0;
	margin: 0;
}
.sticky-top {
	z-index: 999999;
}
.menu-wrap .dropdown-item:focus, .dropdown-item:hover{
	background: #cd0a2c;
	color: #FFF;
}
.menu-wrap .dropdown-item {
	padding: 15px;
	font-size: 16px;
}
.menu-wrap .dropdown-menu li:hover{
    visibility: visible;
	
}
.menu-wrap .dropdown:hover .dropdown-menu {
    display: block;
}

/*===flash-news=====*/
.module-flash-news {
	padding: 40px;
}

.module-flash-news h2 a {
font-size: 48px;
font-weight: bold;
line-height: 60px;
}

.module-flash-news h3 {
font-size: 24px;
font-weight: bold;
line-height: 30px;
color: #DB3937;
}
.module-flash-news h5{
	color: #DB3937;
}
.module-flash-news h5 span {
color: #DB3937;
font-size: 14px;
font-weight: bold;
padding: 15px 0px;
padding-right: 15px;
}

.flash-news span .fa-edit:before, .fa-pencil-square-o:before {padding-right: 15px;}
.module-flash-news p {
	text-align:center;
}
.module-flash-news .btn-primary {
background: #DC5F0D;
border-radius: 0;
padding: 8px 15px;
border: none;
font-size: 18px;
transition: all 0.5s ease;
}

.module-flash-news .btn-primary:hover {
  background: #bb202e;
}


.slide-news img {
  float: left;
  padding-right: 15px;
}

.slide-news .slide-detail h4 i {
  padding-right: 15px;
}

.slide-news .slide-detail h3 {
  line-height: 20px;
}

.slide-news .slide-detail .btn-success {
  background: #3638BB;
  border: none;
  border-radius: 0;
  margin-top: 15px;
  transition: all 0.5s ease;
  padding: 8px 15px;
}

.slide-news .slide-detail .btn-success:hover {
  background: #1d1fb5;
}

/*======news-tab======*/
.news-tab .nav-tabs{
  background: #d3d4fe;
  border-bottom: 1px solid #d3d4fe;
}

.news-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
background: #3638BB;
color: #fff;
border-radius: 0;
border: none;
}
.news-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	background: #3638BB;
	color: #fff;
	border-radius: 0;
	border: none;
}
.news-tab .nav-tabs .nav-link {
padding: .8rem 1rem;
}

ul.tab-lists {
  border: 1px solid #ddd;
  padding: 20px;
}
ul.tab-lists li figure {
  float: left;
  padding-right: 15px;
}
ul.tab-lists li h3 a{
  font-weight: 600;
  line-height: 28px;
}
ul.tab-lists li {
	border-bottom : 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.tab-lists li:last-child {
	border-bottom : none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/*====news sec====*/

.module>header{
	position: relative;
	overflow: hidden;
}
.module>header:after {
    content: '';
    position: absolute;
    background: #2260BF;
    height: 2px;
    width: 100%;
    top: 50%;
}
.module>header h3 {
	border-left: 4px solid #C90000;
	padding: 10px 20px;
	display: inline-block;
	
}
.module>header h3 a {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
.all{
  background: #fff;
  float: right;
  padding: 12px 12px 12px 12px;
 
      z-index: 1;
    position: relative;
}

.all a {
  color: #000;
  font-size: 14px;
}
.all i{
  padding-left: 5px;
}

/*===rajniti large-newsbox=====*/
.largenews-box {
  background: #f0f0f2;
  padding: 15px;
  box-shadow: 2px 2px 3px #ddd;
}

.largedetail-box h3 a{
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.largedetail-box  p {
  text-align: center;
}
.largefigbox figure {
  height: 350px;
  max-width: 100%;
}
.largefigbox figure img{
  height: 100%;
  width: 100%;
}
.largesamajfigbox figure {
  height: 200px;
  max-width: 100%;
}
.largesamajfigbox figure img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/*====bichar-newsbox====*/
.bicharmd-newsbox{
	background: #FCE2D3;
	padding: 15px;
	margin-bottom: 15px;
}
.bicharmd-newsbox figure {
	height: 150px;
	max-width: 400px;
}
.bicharmd-newsbox figure img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.bicharmd-newsbox h3 a{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.bicharmd-newsbox h4 {
  font-size: 14px;
  color: #DC5F0D;
  text-align: center;
  font-weight: 600;
}
/*====blgomd-newsbox====*/
.blgomd-newsbox{
	background: #ECEAEB;
	padding: 15px;
	margin-bottom: 15px;
}
.blgomd-newsbox figure {
	height: 150px;
	max-width: 400px;
}
.blgomd-newsbox figure img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blgomd-newsbox h3 a{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.blgomd-newsbox h4 {
  font-size: 14px;
  color: #DC5F0D;
  text-align: center;
  font-weight: 600;
}
/*====md-newsbox====*/

.md-newsbox figure {
	height: 150px;
	max-width: 400px;
}
.md-newsbox figure img{
	height: 100%;
	width: 100%;
	object-fit:cover;
}
.md-newsbox h3 a{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.md-newsbox1 figure {
	height: 220px;
	max-width: 400px;
}
.md-newsbox1 figure img{
	height: 100%;
	width: 100%;
}
.md-newsbox1 h3 a{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
/*====mano sec====*/
.tabing-submenu {
  display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tab-title .nav-tabs{
  border: none;
}

.tab-title .news-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #FF8442;
  color: #fff;
}

.tab-title .nav-tabs .nav-link {
  border: none;
  color: #fff;
}

.tab-title .news-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	background: #FF8442;
	color: #fff;
}
.mano-mainnews {
  background: #FCE2D1;
  padding: 15px;
}

.mano-largebox {
  margin-left: -15px;
 
}

.mano-largebox figure {
   height: 360px;
  max-width: 100%;
}

.mano-largebox figure img {
  height: 100%;
  width: 100%;
}

.mano-largebox h3{
  background: #F1EDEC;
  padding: 15px;
}
.mano-largebox h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
/*====khellargebox====*/

.khel-largebox figure {
   height: 360px;
  max-width: 100%;
}

.khel-largebox figure img {
  height: 100%;
  width: 100%;
}

.khel-largebox h3{
  
}
.khel-largebox h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}



.antarwartamd-newsbox figure {
   height: 180px;
  max-width: 100%;
}

.antarwartamd-newsbox figure img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}

.antarbartabox-detail{
  background: #F8E6E6;
  padding: 15px;
  text-align: center;
  margin: -30px 30px 0 0;
  position: relative;
  z-index: 99999;
}
.antarwartamd-newsbox h3{
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.antarwartamd-newsbox h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.antarwartamd-newsbox p {
  text-align: center;
  color: #FF8442;
}
/*====large-newsbox====*/
.largebox figure {
	height:275px;
	max-width: 600px;
}
.largebox figure img {
	height: 100%;
	width: 100%;
}
.largebox h3 a{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.largebox h4 {
  font-size: 14px;
}
.largebox h4 i {
  padding-right: 10px;
}
/*=====news lists======*/
ul.news-lists li{
padding-bottom: 10px;
margin-bottom: 10px;
}
ul.news-lists h3 a{
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
ul.news-lists li h4 {
font-size: 14px;
}
ul.news-lists li figure {
	float: left;
	padding-right: 15px;
	
}
ul.news-lists li figure img {
	width: 120px;
	height: 90px;
}
ul.news-lists li h4 i{
padding-right: 10px;
}
ul.news-lists li:last-child{
  border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}


ul.news-lists1 li{
padding-bottom: 10px;
margin-bottom: 10px;
}
ul.news-lists1 h3 a{
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
ul.news-lists1 li h4 {
font-size: 14px;
}
ul.news-lists1 li figure {
	float: right;
	padding-left: 15px;
	max-width: 150px;
	height: 100px;
}
ul.news-lists1 li figure img {
	height: 100%;
	width: 100%;
}
ul.news-lists1 li h4 i{
padding-right: 10px;
}
ul.news-lists1 li:last-child{
  border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}


/*===video section=====*/
.video-section {
  background: #000;
  padding: 20px 0;
  margin-top: 20px;
}

.vdo-title {
  text-align: center;
  border-bottom: 10px solid #2260BF;
  padding-bottom: 15px;
}

.vdo-title h2 a {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.videlarge-detail {
  padding: 100px 0;
}
.videlarge-detail h3 {
  border-bottom: 1px solid #FF8442;
  padding-bottom: 15px;
}
.videlarge-detail h3 a{
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #fff;

}
.largevideo-sec figure {
  height: 465px;
  max-width: 100%;
  position: relative;
}
.largevideo-sec figure img {
  height: 100%;
  width: 100%;
}

.largevideo-sec figure .play-btn {
  position: absolute;
   top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FF8442;
  border-radius: 10px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

.largevideo-sec figure .play-btn a i {
  color: #fff;
}


.videomd-newsbox h3 a{
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #fff;

}
.videomd-newsbox figure {
  height:210px;
  max-width: 100%;
  position: relative;
}
.videomd-newsbox figure img {
  height: 100%;
  width: 100%;
}

.videomd-newsbox figure .play-btn {
  position: absolute;
   top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FF8442;
  border-radius: 10px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}

.videomd-newsbox figure .play-btn a i {
  color: #fff;
  font-size: 14px;
}

/*====feauters large-newsbox=====*/
.featuremd-newsbox figure {
  height: 180px;
  max-width: 100%;
}

.featuremd-newsbox figure img{
  height: 180px;
  max-width: 100%;
}
.featuremd-newsbox h3 {
  background: #fff;
  padding: 15px;
  position: relative;
  margin: -30px 40px 0 0;
}
.featuremd-newsbox h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #33;
}
.featurelargefigbox figure {
    height: 350px;
    max-width: 100%;
}

.featurelargefigbox figure img{
    height: 100%;
    width: 100%;
}

.featurelargedetail-box {
  background: #DCDDD7;
  height: 350px;
  position: relative;
  padding: 50px 20px
}
.featurelargedetail-box h3 a {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #000;
}

.featurelargedetail-box:before {
  content:'';
  position: absolute;
  border-left: 40px solid transparent;
  border-bottom: 350px solid #DCDDD7;
  left: -6.1%;
 bottom: 0;
 
}
.jiwan-largebox figure {
    height: 350px;
    max-width: 100%;
}

.jiwan-largebox figure img{
    height: 100%;
    width: 100%;
}

.jiwan-largebox h3 a {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #000;
}

.jiwanshailimd-newsbox figure {
    height: 170px;
    max-width: 100%;
}

.jiwanshailimd-newsbox figure img{
    height: 100%;
    width: 100%;
}

.jiwanshailimd-newsbox h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000;
}



/*====audio schedule======*/
.audio-lists {
  border: 1px solid #ddd;
  padding: 15px;
text-align: center;
  margin-bottom: 20px;
}

.audio-lists h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 10px;
}

.audio-lists .btn-primary {
    color: #fff;
    background-color: #FF8442;
    border-color: #FF8442;
    margin-top: 10px;
}

.audio-lists .btn-primary i {
  padding-right: 5px;
}


/*===scroll to top====*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
	background: #E21E01;
	color: #fff;
}
#back-to-top.show {
    opacity: 1;
}
/*====footer =====*/
.footer-top {
	background: #f7f2f2;
	padding: 40px;
}

.footer-top .footer-module p {
  color: #333;
}
.footer-module h3 {
	color: #1e33a8;
	font-weight: 600;
}
.footer-module h3 a{
	color: #1e33a8;
	font-weight: 600;
}

.foot-abt p {
	color: #fff;
}
.foot-abt p a{
	color: #fff;
	font-size: 14px;
}
.teamlist a {
    color: #000;
    font-weight: 600;
}

ul.team-listss {
  line-height: 28px;
  font-size: 18px;
}
.contact ul.team-lists li {
  color: #333;
  font-size: 18px;
  line-height:26px;
}
.contact ul.team-lists li a {
	color: #333;
}
.footer-bottom {
  padding: 20px 0px;
  text-align: center;
  background: #C90000;
}

.footer-bottom .foot-right p{
  color: #fff;
  padding-left: 15px;
font-size: 14px;
}

.footer-bottom .foot-pow{
  float: right;
  padding-right: 15px;
}
.footer-bottom .foot-pow p {
   color: #fff;
  font-size: 14px;

}
.footer-bottom .foot-pow p a{
  font-size: 14px;
  padding-left: 5px;
  color: #fff;
}

.pagi-wrapper .page-item.active .page-link{
  background: #E21E01;
  border-color: #E21E01;
  
}

.page-link {
  color: #333;
}

.pagi-wrapper .page-link:focus, .page-link:hover{
  background: #FF8442;
  color: #fff;
}
.pagi-wrapper .page-link {
	border: 1px solid #ddd;
	color: #000;
}
/*====news page====*/

.newspagemd-newsbox figure {
  height: 150px;
  max-width: 100%;
}

.newspagemd-newsbox figure img {
  height: 100%;
  width: 100%;
}

.newspagemd-newsbox h3 {
  background: #efefef;
  padding: 15px;
  margin-bottom: 20px;
}


.newspagemd-newsbox h3 a{
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
/*===detail page====*/
.inner-detail img {
width: 100%;
}
.inner-detail figcaption {
	background: #bcbaba;
	padding: 30px 15px;
	margin-bottom: 15px;
	color: #333;
}
.inner-detail h3 {
	font-size: 46px;
	font-weight: 600;
	line-height: 65px;
	text-align: center;
}
.inner-detail h5 {
	text-align: center;
	font-size: 24px;
}
.inner-detail p {
	font-size: 24px;
	line-height: 42px;
	padding-bottom: 15px;
}
.fb_comment h5 {
background: #cd1d1f;
display: inline-block;
padding: 10px 15px;
color: #fff;
font-size: 18px;
}
.ad-wrap {
	
	margin: 15px 0px;
}

/*===about page====*/
.about-page figure{
  height: 200px;
  max-width: 600px;
  margin-right: 15px;
}

.about-page figure img {
  height: 100%;
  width: 100%;  
}


/*==============contact page=============*/
.contact-form .btn-default {
border-radius: 0;
background: #3638BB;
color: #fff;
border: none;
transition: all 0.5s ease;
}
.contact-form label {
margin-bottom: 10px;
font-size: 16px;
}
.contact-form .btn-default:hover {
background:#d01b00;
}

.contact-form  .form-control {
border-radius: 0;
}

.contact-form label {
font-size: 18px;}

.form-group {
font-size: 18px;
}
.contact-form h3 {
color: #000;
font-size: 18px;
font-weight: 600;
padding-bottom: 20px;
}

.inner-detail p img {
  height: auto!important;
}
.listen-live .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #d8242a;
    border: none;
}

.listen-live {
  line-height: 50px;
  text-align: center;

}
.team-title>figure {
  height: 70px;
  max-width: 100px;
  float: left;
   margin-right: 30px;
}

.team-title>figure img {
  height: 100%;
  width: 100%;
}

.team-wrap .table th, .table td{
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  vertical-align: middle;
  font-size: 16px;
}

.team-title span {
  margin-top: 20px;
  display: block;
}

.team-wrap a span {
  padding-right: 20px;
}

.team-wrap a {
  color: #333;
}

.team-wrap .team-title > figure{
    position: relative;

width: 70px;

padding-top: 70px;

margin: 0;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
}

.team-wrap .team-title > figure img{
    position: absolute;

display: block;

width: 100%;

height: 100%;

left: 0;

right: 0;

top: 0;

bottom: 0;

margin: 0;

object-fit: cover;
}

.team-wrap thead {
  background: #C90000;
  color: #fff;
}

.tajabg{
  background: #f0f0f2;
  padding: 20px 20px 0 20px;
}

.mdtaja-newsbox figure {
  height: 150px;
  max-width: 100%;
}
.mdtaja-newsbox figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mdtaja-newsbox h3 {
  background: #fff;
  box-shadow: 1px 2px 3px #ddd;
  margin: 15px;
  position: relative;
  bottom: 30px;
  padding: 15px;
}
.mdtaja-newsbox h3 a {
  font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}