@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Mukta&display=swap');
body {
    line-height: 1.7;
    /* color: #777777; */
    color: #716e6e;
    font-size: 14px;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: mukta,sans-serif;
    background-color: #fff;
}
p{
    color: #000;
}
a 
{
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a:hover {
	/* color: #fff; */
	text-decoration: none;
}
a:focus 
{
	outline: none;
	text-decoration: none;
}
ul,
li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img
{
	max-width:100%;
	height:auto;
}
.ptb50
{
	padding: 50px 0px;
}
.pt50
{
	padding-top: 50px;
}
.pb50
{
	padding-bottom: 50px;
}
.ptb20
{
	padding: 20px 0px;
}
.pt20
{
	padding-top: 20px;
}
.pb20
{
	padding-bottom: 20px;
}

/*---------------------------  Header  ----------------------- */

#Header
{
	background-color: #333;
	padding: 10px 0px;
}
#Header ul.SocialMedia
{
	text-align: right;
}
#Header ul.SocialMedia li a
{
	color: #fff;
}
#Header ul.SocialMedia li
{
	padding-right: 10px;
}
#Header ul.SocialMedia li:last-child
{
	padding-right: 0px;
}
#Header ul.Top-menu li.active a
{
	font-weight: bold;
	color: #333;
	background-color: #fff;
	padding: 14px 12px 13px 12px;
}
#Header ul.Top-menu li
{
	padding-right: 10px;
}
#Header ul.Top-menu li:last-child
{
	padding-right: 0px;
}
#Header ul.Top-menu li a
{
	color: #fff;
	font-size: 13px;
}
/* Top Meni Section*/
.topmenu ul
{
  list-style-type: none;
}
.topmenu ul li
{
  display: inline-block;
  padding-right: 10px;
}
.topmenu ul li:last-child
{
  padding-right: 0px;
}
.topmenu ul li a
{
  color: #fff;
  font-size: 13px;
}
/*---------------------------  Logo and advertisement  ----------------------- */
.LogoAdvertiseMks
{
	padding: 10px 0px;
}
.LogoAdvertiseMks .logo img
{
	max-width: 220px;
}
/*---------------------------  Menu  ----------------------- */
.affix 
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background-color: #d44f22;
    /*padding: 10px 0px;*/
}
.MainMenu
{
	background-color: #d44f22;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	font-family: 'Roboto', sans-serif;
 /*  background: #333333; */
}
#cssmenu > ul > li {
  float: left;
  padding-right: 3px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
font-family: 'Roboto', sans-serif;
}
#cssmenu > ul > li > a:first-child
{
	padding-left: 0px;
}

#cssmenu > ul > li:hover > a {
  color: #fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/*---------------------------  Big News  ----------------------- */
.BigNewsPortal .BignewsBox
{
	box-shadow: 0px 5px 25px #ccc;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.BigNewsPortal .BignewsBox h1
{
	text-align: center;
}
.BigNewsPortal .BignewsBox h1 a
{
	font-size: 50px;
	color: #146ba1;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
.BigNewsPortal .BignewsBox h1 a:hover
{
	color: #dc4e1e;
}
.GigNewsAdver
{
	margin-bottom: 30px;
}

/*---------------------------  Mukhaya Khabar  ----------------------- */
.MukhayaKhabar .Mukhbar_title,
.Mukhayakhbrbox .Mukhbar_title
{
	border-bottom: 3px solid #126baa;
	margin-bottom: 30px;
}
.MukhayaKhabar .Mukhbar_title h4,
.Mukhayakhbrbox .Mukhbar_title h4
{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 130%;
	border-bottom: 0;
	font-weight: 700;
	margin-bottom: 0;
	background-color: #126baa;
	padding: 10px 15px;
	/* border-radius: 3px 3px 0 0; */
}
/*.MukhayaKhabar .fkhabarbox p*/
/*{*/
/*	color: #716e6e;*/
/*}*/
p.PostDate
{
	font-size: 12px;
	font-style: italic;
	color: #de4c22 !important;
	font-weight: bold;
}
p.PostDate i
{
	padding-right: 3px;
}
.MukhayaKhabar .fkhabarbox h3 a
{
	font-size: 22px;
	font-weight: 900;
	color: #333;
}
.MukhayaKhabar .fkhabarbox h3 a:hover
{
	color: #dd4923;
}
.MukhayaKhabar .fkhabarbox .FkhbarPic img
{
	margin-bottom: 20px;
}
.MukhayaKhabar ul.mukhayakhabar_lists li,
.Mukhayakhbrbox ul.mukhayakhabar_lists li
{
	border-top: 1px solid #ddd;
    padding: 27px 0px 0px 0px;
}
.MukhayaKhabar ul.mukhayakhabar_lists li:first-child,
.Mukhayakhbrbox ul.mukhayakhabar_lists li:first-child
{
	border-top: none;
	padding: 0px;
}
.MukhayaKhabar ul.mukhayakhabar_lists li img
{
	float: left;
	margin: 0px 15px 0px 0px;
	width: 130px;
	height: 100px;
	object-fit: cover;
	object-position: center;
}
.Mukhayakhbrbox h4 a {
    color: #000;
}

/*.MukhayaKhabar ul.mukhayakhabar_lists li p,*/
/*.Mukhayakhbrbox .mukhayakhabar_lists li p{*/
/*	color: #716e6e;*/
/*}*/
/*.MukhayaKhabar ul.mukhayakhabar_lists li h4 a,*/
/*.Mukhayakhbrbox h3 a,*/
/*.Mukhayakhbrbox h4 a*/
/*{*/
/*	font-size: 18px;*/
/*	font-weight: 600;*/
/*	color: #333;*/
/*}*/
/*.MukhayaKhabar ul.mukhayakhabar_lists li h4 a:hover*/
/*{*/
/*	color: #dd4923;*/
/*}*/

/* Lokpriya, Tajaupdate */
.Lokprtajaupdate .nav-tabs .nav-link,
.Lokprtajaupdate .nav-tabs .nav-link:hover,
.Lokprtajaupdate .nav-tabs .nav-link.active
{
	border: none;
	border-radius: 0px;
}
.Lokprtajaupdate .nav-tabs .nav-link
{
	padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.Lokprtajaupdate .nav-tabs .nav-link.active
{
	background-color: #126baa;
	color: #fff;
}
.Lokprtajaupdate .nav-tabs 
{
    border-bottom: none;
    margin-bottom: 10px;
    border-bottom: 3px solid #126baa;
}
.Lokprtajaupdate
{
	background-color: #f2f2f2;
}
.Lokprtajaupdate .tab-content
{
	padding: 10px;
}
.Lokprtajaupdate ul.LokPriyaTajabox li
{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px 15px 0px;
}
.Lokprtajaupdate ul.LokPriyaTajabox li:first-child
{
	padding-top: 0px;
}
.Lokprtajaupdate ul.LokPriyaTajabox li:last-child
{
	border-bottom: none;
}
.Lokprtajaupdate ul.LokPriyaTajabox li img
{
	float: left;
	margin: 0px 15px 0px 0px;
	width: 55px;
	height: 55px;
	object-fit: cover;
	object-position: center;
}
.Lokprtajaupdate ul.LokPriyaTajabox li h5 a
{
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.Lokprtajaupdate ul.LokPriyaTajabox li h5 a:hover
{
	color: #dd4923;
}

/*---------------------------  Samachar  ----------------------- */
.MainSamachar
{
	background-color: #f2f2f2;
	padding: 20px 0px 20px 0px;
    margin: 0 0 20px 0;
}
.MainSamachar .NewsTitle
{
	border-bottom: 3px solid #126baa;
	margin: 0px -20px 30px -20px;
}
.MainSamachar .NewsTitle h4
{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 130%;
	border-bottom: 0;
	font-weight: 700;
	margin-bottom: 0;
	background-color: #126baa;
	padding: 10px 15px;
}

.SamacharBoxmks
{
	background-color: #ffffff;
	padding: 0px 20px 20px 20px;
}
.SamacharBoxmks .fkhabarbox h3 a:hover
{
	color: #dd4923;
}
.AllNews
{
	text-align: right;
	padding: 11px 10px 0px 0px;
}
.AllNews a
{
	color: #d94d24;
}
.Leftsamacharbox .fkhabarbox h3 a
{
	font-size: 22px;
	font-weight: 900;
	color: #333;
}
.Leftsamacharbox .fkhabarbox .FkhbarPic
{
	margin-bottom: 20px;
}
.samachar_lists li img
{
	float: left;
	margin: 0px 15px 0px 0px;
	width: 120px;
	height: 80px;
	object-fit: cover;
	object-position: center;
}
.samachar_lists li
{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px 15px 0px;
}
.samachar_lists li:last-child
{
	border-bottom: none;
}
.samachar_lists li h4 a
{
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.samachar_lists li h4 a:hover
{
	color: #dd4923;
}
.samachar_lists li:first-child {
    border-top: none;
    padding: 0px;
}
.SamacharlistsTitle
{
	margin-top: 20px;
}
.SamacharlistsTitle ul.listsamachaListmks li
{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 7px 0px 7px 0px;
}
.SamacharlistsTitle ul.listsamachaListmks li:first-child
{
	padding-top: 0px;
}
.SamacharlistsTitle ul.listsamachaListmks li a {
    color: #333;
    font-weight: 600;
    font-size: 20px;
}
.SamacharlistsTitle ul.listsamachaListmks li a:hover
{
	color: #dd4923;
}
/* Right Adver */
.RightAdverimg ul.LiastAdvermks li
{
	margin-bottom: 20px;
	overflow: hidden;
}

/*---------------------------  Desh  ----------------------- */
.DeshMainmks .Deshtopbox
{
	margin-bottom: 40px;
  overflow: hidden;
}
.DeshMainmks .Deshtopbox img
{
	float: left;
	margin: 0px 15px 0px 0px;
	width: 450px;
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.DeshMainmks .Deshtopbox h3
{
	margin-bottom: 20px;
}
.DeshMainmks .Deshtopbox h3 a
{
	font-size: 22px;
	font-weight: 900;
	color: #333;
}
.DeshMainmks .Deshtopbox h3 a:hover
{
	color: #dd4923;
}
.NewsTitle_mks
{
	border-bottom: 3px solid #126baa;
	margin-bottom: 30px;
}
.NewsTitle_mks h4
{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 130%;
	border-bottom: 0;
	font-weight: 700;
	margin-bottom: 0;
	background-color: #126baa;
	/* padding: 10px 15px; */
	padding: 10px 15px 6px 15px;
}
.NewsListgmks .NewsBoxlist
{
	text-align: center;
}
.NewsListgmks .NewsBoxlist h4
{
	margin-top: 10px;
}
.NewsListgmks .NewsBoxlist h4 a
{
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.NewsListgmks .NewsBoxlist h4 a:hover
{
	color: #dd4923;
}

/*---------------------------  Anterbarta  ----------------------- */

.AnterBartaTop_Lists .AnterbartaTopbox img
{
	max-width: 302px;
	height: 232px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 20px;
}
.AnterBartaTop_Lists .AnterbartaTopbox h3 a
{
	font-size: 22px;
	font-weight: 900;
	color: #333;
}
.AnterBartaTop_Lists .AnterbartaTopbox h3 a:hover
{
	color: #dd4923;
}
ul.AnterbartaLists li
{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px 15px 0px;
}
ul.AnterbartaLists li:first-child 
{
    border-top: none;
    padding: 0px;
}
ul.AnterbartaLists li:last-child 
{
    border-bottom: none;
}
ul.AnterbartaLists li img
{
	margin-bottom: 10px;
}
ul.AnterbartaLists li h4 a
{
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
ul.AnterbartaLists li h4 a:hover
{
	color: #dd4923;
}

/*---------------------------  विचार/दृष्टिकोण  ----------------------- */

.BicharDirsticon_lists ul.BicharListmks li
{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px 15px 0px;
}
.BicharDirsticon_lists ul.BicharListmks li:first-child {
    border-top: none;
    padding: 0px;
}
.BicharDirsticon_lists ul.BicharListmks li .AuthorPic
{
	width: 70px;
	height: 70px;
	float: left;
	margin: 0px 15px 0px 0px;
}
.BicharDirsticon_lists ul.BicharListmks li img
{
	
	border-radius: 80px;
	width: 70px;
	height: 70px;
	object-fit: cover;
}
.BicharDirsticon_lists ul.BicharListmks li h5 a
{
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
/*.BicharDirsticon_lists ul.BicharListmks li p.AuthorName{*/
/*	font-size: 12px;*/
/*	font-style: italic;*/
/*}*/
.SawastiyaShailimks ul.sastayaBox li
{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px 15px 0px;
}
.SawastiyaShailimks ul.sastayaBox li:first-child {
    border-top: none;
    padding: 0px;
}
.SawastiyaShailimks ul.sastayaBox li img
{
	width: 60px;
	height: 50px;
	object-fit: cover;
	object-position: center;
	float: left;
	margin: 0px 15px 0px 0px;
}
.SawastiyaShailimks ul.sastayaBox li h4 a
{
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.BicharDirsticon_lists ul.BicharListmks li h5 a:hover,
.SawastiyaShailimks ul.sastayaBox li h4 a:hover
{
	color: #dd4923;
}

/*---------------------------  सूचना-प्रबिधि  ----------------------- */

.SuchanaPrabidhimks .SuchanaPrbox h3 a
{
	font-size: 22px;
	font-weight: 900;
	color: #333;
}
.SuchanaPrabidhimks .SuchanaPrbox img
{
	margin-bottom: 20px;
}

/*---------------------------  मनोरञ्जन  ----------------------- */

.ManoranjanNews .ManoranjanBox img
{
	/*max-width: 350px;*/
	/*min-width: 350px;*/
	/*height: 264px;*/
	/*object-fit: cover;*/
	/*object-position: center;*/
	/* margin-bottom: 20px; */
}
.ManoranjanNews .ManoranjanBox h4
{
	background-color: #f2f2f2;
	padding: 10px;
}
.ManoranjanNews .ManoranjanBox h4 a
{
	font-size: 18px;
	font-weight: 900;
	color: #333;
}
.ManoranjanNews .ManoranjanBox h4 a:hover
{
	color: #dd4923;
}
.TopManoranjanNews
{
	margin-bottom: 40px;
}
.ManoranLists .ListsManoranjanbox
{
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #222222;
	padding: 10px;
	display: flex;
}
.ManoranLists .ListsManoranjanbox img{
    margin: 0px 15px 0px 0px;
    width: 80px;
    object-fit: cover;
    object-position: center;
    flex: 0 0 50%;
    height: 100px;
}
.ManoranLists .ListsManoranjanbox h5 a
{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.post-detail h3 a:hover,
.PrabashAnterastiya .latestpranews h3 a:hover,
.SuchanaPrabidhimks .SuchanaPrbox h3 a:hover,
.BichatraSansarMks .Bichatrasanbox h4 a:hover,
.BijneshPortalbox .BojneshTopBox h3 a:hover,
.KhelkudNewsMks .Khelkudtopnews h4 a:hover,
.ManoranLists .ListsManoranjanbox h5 a:hover
{
	color: #dd4923;
}

/*--------------------------- खेलकुद  ----------------------- */

.KhelkudNewsMks .Khelkudtopnews h4
{
	line-height: 1.4;
}
.KhelkudNewsMks .Khelkudtopnews h4 a
{
	font-size: 22px;
	font-weight: 900;
	color: #333;
}
.KhelkudNewsMks .Khelkudtopnews img
{
	margin-bottom: 20px;
}
.KhelkudNewsMks ul.sastayaBox li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    float: left;
    margin: 0px 15px 0px 0px;
}
.KhelkudNewsMks ul.sastayaBox li:last-child {
    border-bottom: none;
}

/*--------------------------- खेलकुद  ----------------------- */

.BijneshPortalbox .BojneshTopBox h3 a
{
	font-size: 22px;
	font-weight: 900;
	color: #333;
}
.BijneshPortalbox .BojneshTopBox img
{
	margin-bottom: 20px;
}

/*--------------------------- विचित्र संसार  ----------------------- */

.BichatraSansarMks .Bichatrasanbox h4 a
{
	font-size: 22px;
	font-weight: 900;
	color: #333;
}
.BichatraSansarMks .Bichatrasanbox img
{
	margin-bottom: 20px;
}
/*---------------------------प्रवास, अन्तर्राष्ट्रिय , पत्रपत्रिकाबाट  ----------------------- */

.PrabashAnterastiya .latestpranews h3 a
{
	font-size: 22px;
	font-weight: 900;
	color: #333;
}
.PrabashAnterastiya .latestpranews img
{
	margin-bottom: 20px;
	max-width: 350px;
	height: 209px;
	object-fit: cover;
	object-position: center;
}


/*---------------------------  Footer Bottom  ----------------------- */

.footerBottomnews
{
	background-color: #1F1F1F;
    padding-bottom: 10px;
}
.footerBottomnews .FooterBox h4
{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footerBottomnews .FooterBox p
{
	color: #999;
}
ul.MenuListsmks li
{
	padding-bottom: 7px;
}
ul.MenuListsmks li a
{
	color: #999;
}
.Lfooternews
{
	background-color: #101010;
	padding: 15px 0px;
}
.Lfooternews p
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.DevelopedBy p
{
	text-align: right;
}

/*---------------------------  Category Page  ----------------------- */

.CategoryListsmks .categoryBox .CatPic img
{
	max-width: 250px;
	min-width: 250px;
	height: 225px;
	object-fit: cover;
	object-position: center;
}
.CategoryListsmks .categoryBox
{
	display: table;
	margin: 20px 0 30px;
	width: 100%;
}
.CategoryListsmks .categoryBox .post-detail
{
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
}
.post-detail h3
{
	line-height: 1.2;
	margin-top: 0;
}
.post-detail h3 a
{
	color: #111;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.date ul li img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 5px;
}
.date ul {
	display: inline-block;
	list-style: none outside none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}
.categoryBox .date ul li {
    vertical-align: middle;
}
.date ul li {
    color: rgb(130, 130, 130);
    font-family: Lato;
    letter-spacing: 0.7px;
    transition: all 0.4s ease 0s;
    display: inline-block;
}
.date ul li a {
    color: rgb(130, 130, 130);
    font-family: Lato;
    letter-spacing: 0.7px;
    transition: all 0.4s ease 0s;
    display: inline-block;
}
.date ul li a span {
    color: #f60d2b;
    font-weight: 600;
}
.categoryBox .btn-style 
{
	padding: 6px 15px;
	font-size: 11px;
	margin-top: 0px;
	background-color: #f60d2b;
	border: 2px solid #f60d2b;
	border-radius: 30px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.Sharebtn ul li img
{
	width: 60px;
}

/* Pagination */
.pagination {
    list-style: none;
    padding: 30px 0;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e6e6e6;
    margin: 0px 0 50px;
    border-radius: 4px;
}
.pagination li {
    float: inherit;
    display: inline-block;
    vertical-align: middle;
}
.pagination > li:first-child > a{
    margin-left: 0;
    border-radius: 50px 0 0 50px;
}
.pagination li a {
	margin: 0 3px;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 27px;
	border-radius: 100%;
	background-color: transparent;
	color: #5d5d5d;
	border: 1px solid #e9e9e9;
	position: relative;
	float: left;
	border: 1px solid #e9e9e9;
}
.pagination > li > a:focus, .pagination > li > a:hover{
    color: #fff;
    background-color: #d44f22;
    border-color: #d44f22;
    z-index: 2;
}
.pagination a.active{
    background-color: #d44f22;
    border-color: #d44f22;
    color: #fff;
}
.pagination > li:last-child > a{
    border-radius: 0 50px 50px 0;
}


/* Bred */
.breadcrumbPage
{
	background: url('../img/categorybg.jpg') no-repeat center center;
	background-size: cover;
    margin: -1px 0 0 0;
}
.Bgoverlaynews
{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 50px 0px;
	text-align: center;
}
.Bgoverlaynews h2
{
	font-size: 2.5em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: 600;
	color: #fff;
}
.Bgoverlaynews .breadcrumb
{
	background: none;
	display: inline-flex;
	margin: 0px;
	padding: .0rem 1rem;
}
.Bgoverlaynews .breadcrumb li a
{
	color: #fff;
}
.Bgoverlaynews .breadcrumb li.active
{
	color: #d44f22;
	font-weight: bold;
}

/*---------------------------  Detail Page  ----------------------- */
.Detailpage_content h1
{
	padding-bottom: 20px;
}
.Detailpage_content h1 a
{
	font-size: 40px;
	color: #146ba1;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
.Detailpage_content
{
	margin-bottom: 20px;
}
.Date_share
{
	margin-bottom: 40px;
}
.social-nav {
    padding: 0;
    list-style: none;
    margin: -10px 0 0 -10px;
    float: right;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.social-nav li.Sharecounter
{
	padding-right: 10px;
}
.social-nav li.Sharecounter span
{
	display: block;
	font-size: 12px;
}
.social-nav li.Sharecounter h5
{
	margin: 0px 0px -5px 0px !important;
	font-family: Arial, Helvetica, sans-serif;
}
.social-nav a 
{
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav a {
    overflow: hidden;
    font-size: 18px;
   /*  border-radius: 4px; */
}
.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.social-nav .twitter:hover {
    color: #00ACED;
}
.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav .facebook:hover {
    color: #3B579D;
}
.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.social-nav .google:hover {
    color: #DD4A3A;
}
.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.social-nav .linkedin:hover {
    color: #007BB6;
}
.social-nav .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
.social-nav .pinterest:hover {
    color: #CB2026;
}
ul.admindate li
{
	padding-right: 10px;
}
ul.admindate li i
{
	padding-right: 3px;
}
ul.admindate li:last-child
{
	padding-right: 0px;
}
.Detailpage_adver img
{
	margin-bottom: 20px;
}

/*---------------------------  Related News  ----------------------- */

.RelatedNewsMks .ManoranjanBox img
{
	max-width: 255px;
	min-width: 255px;
	height: 192px;
	object-fit: cover;
	object-position: center;
	/* margin-bottom: 20px; */
}
.RelatedNewsMks .ManoranjanBox h4 {
	/*background-color: #f2f2f2;*/
	padding: 10px;
	/*height: 75px;*/
    overflow: hidden;
}
.RelatedNewsMks .ManoranjanBox h4 a
{
	font-size: 20px;
	font-weight: 900;
	color: #333;
}
.RelatedNewsMks .ManoranjanBox h4 a:hover
{
	color: #dd4923;
}
.MainWrappermks p {
    font-size: 18px;
}
.MainWrappermks .col-md-3 a,
.MainWrappermks .row .col-md-5 a{
    font-size: 19px !important;
}
/*---------------------------  Extra Css  ----------------------- */
.single-advert{margin-bottom: 20px; overflow: hidden;}

/*---------------------------  Responsive  ----------------------- */

@media (min-width: 320px) and (max-width: 576px) 
{
#Header ul.Top-menu li {
    padding-right: 4px;
}
#Header ul.SocialMedia{
    text-align: center;
}
.footerBottomnews .row .col-md-3 .FooterBox {
    margin: 20px 0 0 0;
}
.topmenu ul{
    text-align: center;
    margin: 0 0 10px 0;
}
.LogoAdvertiseMks .logo img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.MukhayaKhabar {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.BigNewsPortal .BignewsBox h1 a 
{
    font-size: 20px;
}
.AnterBartaTop_Lists .AnterbartaTopbox img 
{
    max-width: 100%;
    height: auto;   
}
.ManoranjanNews .ManoranjanBox img 
{
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.PrabashAnterastiya .latestpranews img 
{
    max-width: 100%;
    height: auto;
 }
.CategoryListsmks .categoryBox .post-detail 
{
    display: inherit;
}
.CategoryListsmks .categoryBox .CatPic img 
{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.Detailpage_content h1 a 
{
    font-size: 20px;  
}
ul.admindate
{
	margin-bottom: 20px;
}
.social-nav li 
{
    margin: 10px 0 0 8px;
}
.RelatedNewsMks .ManoranjanBox img
{
	max-width: 100%;
	height: auto;
}
}


@media (max-width: 768px) 
{
.LogoAdvertiseMks .logo img {
    max-width: 160px;
}
.ManoranjanNews .ManoranjanBox img {
    max-width: 211px;
    min-width: 211px;
    height: 211px;
}
.RelatedNewsMks .ManoranjanBox img 
{
    max-width: 150px;
    min-width: 150px;
}
}

@media (max-width: 992px) 
{
.AnterBartaTop_Lists .AnterbartaTopbox img 
{
    max-width: 245px;
}
.ManoranjanNews .ManoranjanBox img 
{
    max-width: 290px;
    min-width: 290px;
}
.PrabashAnterastiya .latestpranews img 
{
    margin-bottom: 20px;
    max-width: 290px;
}
.RelatedNewsMks .ManoranjanBox img 
{
    max-width: 215px;
    min-width: 215px;  
}
}


/*New-Codes*/
.DeshMainmks .row .col-md-3 .RightAdverimg .col-md-4 {
    max-width: 100%;
    padding: 0;
}

.KhelkudNewsMks .RightAdverimg,
.BijneshNewsportal .col-md-3 li:first-child,
.BigNewsPortal .single-advert{
    margin: 40px 0 20px 0;
}

.BigNewsPortal .margin-row {
    margin-top: 50px;
}
.DeshMainmks {
    padding-top: 30px;
}

.position-10 .p-10-left .col-lg-4,
.position-10 .p-10-middle .col-lg-4,
.position-10 .p-10-right .col-lg-4{
    max-width: 100%;
    flex: 0 0 100%;
}
/*.BijneshNewsportal {*/
/*    padding-bottom: 50px;*/
/*}*/
.MukhayaKhabar {
    padding-top: 30px;
}
.position-10 a {
    color: #333;
    font-weight: 900;
    font-size: 22px;
}
.CategoryPagemks {
    padding-top: 30px;
}
.Midertisement {
    padding: 0 !IMPORTANT;
    margin: 0 0 20px 0;
}


.BijneshNewsportal .col-md-3 li {
    margin: 0 0 20px 0;
}
.BigNewsPortal .single-advert {
    margin-top: 10px;
}
.Detailpage_content p {
    font-size: 22px;
    margin: 0 0 20px 0;
    font-weight: 400;
    line-height: 1.8;
}
.Detailpage_content p br {
    display: none;
}
.Detailpage_content img {
    margin: 0 0 20px 0;
    border-radius: 4px;
}
.CategoryPagemks .col-md-3 li img {
    margin: 0 0 20px 0;
}
.news-adds {
    position: sticky;
    top: 55px;
}
.videos-section,
.ManoranjanNews {
    margin: 20px 0 0 0;
}
.DeshMainmks .NewsBoxlist img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}
.footerBottomnews .MenuListsmks ul {
    column-count: 2;
}
.footer-copyright {
    background: #1F1F1F;
}

.footer-copyright p {
    color: #999;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.footer-copyright p a {
    color: #999;
    margin: 0 5px;
}
ul.MenuListsmks li a:hover {
    margin-left: 5px;
    color: #fff;
}
.aboutpage .card {
    flex-direction: row;
}

.aboutpage .card figure {
    flex: 0 0 35%;
    margin: 0 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.aboutpage .card .card-body {
    flex: 0 0 65%;
    padding: 10px;
}

.aboutpage .card figure img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.aboutpage .card .card-body p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    color: #d44f22;
}

.ArticlePage {
    padding: 30px 0;
}
.map-contact {
    display: flex;
}

.map-contact .map {
    flex: 0 0 70%;
}

.map-contact .contact-lists {
    flex: 0 0 30%;
    background: #d44f22;
    padding: 20px;
}

.map-contact .contact-lists p {
    color: #fff;
}

.map-contact .map iframe {
    border: 1px solid transparent;
}
.advertise-wrap {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
}

span.st-label,
.st-btn[data-network='sharethis']{
    display: none !important;
}

.st-btn {
    min-width: auto !important;
}
.MainSamachar .Midertisement.ptb20 .row .col-md-12 {
    padding: 0;
}
.SuchanaPrabidhimks .Midertisement.ptb20 .row .col-md-12 {
    padding: 0;
}