body {
	font-family: 'Ek Mukta', sans-serif;
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
}

img {
 max-width: 100%;
}
figure {
  margin-bottom: 0;
}
p{
	font-size: 18px;
	line-height: 24px;

}
.margin-top{
	margin-top: 30px;
}
.margin-bottom{
	margin-bottom: 30px;
}
.container{
	max-width: 1200px;
}

.midhead {
  background: #fff;
  padding: 15px 0;
}


.headerbanner-ad{
  text-align: right;
}

.menu-wrap {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
.menu-wrap .navbar{
  padding: 0;
}
.menu-wrap .navbar-expand-lg .navbar-nav .nav-link {
  padding: 16px 22px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

 .menu-wrap .navbar-nav>.active>a,.menu-wrap .navbar-nav>.active>a:focus, .menu-wrap .navbar-nav>.active>a:hover {
    color: #C4161C!important;
   border-bottom: 1px solid #C4161C;
  
}
  .menu-wrap .navbar-nav>li>a:focus,.menu-wrap .navbar-nav>li>a:hover {
    color: #C4161C!important;
   border-bottom: 1px solid #C4161C;
 -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}


.menu-wrap .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
 ul.trendingmenu-lists {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
}
ul.trendingmenu-lists li {
  display: inline-block;
  padding-right: 30px;
}
ul.trendingmenu-lists li a {
  font-size: 16px;
  color: #33333396;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease;
}
ul.trendingmenu-lists li a:hover {
  color: #000;
}


.affix {
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
    position: fixed;
    top: 0;
    right: 0%;
    left: 0%;
    z-index: 99999;
}
.stickyLogo {
    position: relative;
    float: left;
    width: 132px;
    left: 4%;
}
#sticky.fixed {
    display: block;
    top: 0;
    width: 100%;
}
.stickyLogo .date__note{
  background: #CD163F;
  top: 46px;
}
.stickyLogo{
  left: 6%;
}
.stickyLogo .date__note {
    position: absolute;
    top: 45px;
    left: 0px;
    color: #fff;
    white-space: nowrap;
    padding: 8px;
    background: #707273;
    line-height: 13px;
    font-size: 10px;
}
.stickyLogo img {
    max-width: 132px;
}
/*===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: #ddd;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.5s ease;
    opacity: 0;
	
	
}
#back-to-top:hover {
		background: #ddd;
		color: #fff;
	}
#back-to-top.show {
    opacity: 1;
}
/*===flash-news=====*/
.module-flash-news {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  padding: 0 30px 30px 30px;
  margin-top: 30px;
}
.module-flash-news h2{
	padding: 0 0 15px 0;
}
.module-flash-news h2 a {
color: #333;
font-size: 48px;
font-weight: bold;
line-height: 60px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.module-flash-news h2 a:hover {
  color: #F55302;
}
.module-flash-news h4 a{
  color: #333;
  text-decoration: none;
}
.module-flash-news h5{
  color: #F55302;
  font-size: 14px;
  margin:0;
}
.module-flash-news h5 span {
color: #F55302;
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 .btn-primary {
background: #F55302;
padding: 8px 15px;
border: none;
border-radius: 0;
font-size: 18px;
transition: all 0.5s ease;
}

.module-flash-news .btn-primary:hover {
  background: #404041;
}
.module-flash-news p{
  font-size:20px;
  padding-top: 20px;
  line-height: 32px;
}

.newrajniti-wrap{
	margin: 20px 0;
}

 .dates{
    margin: 0;
    list-style: none;
    text-align: left;
}

 .dates li{
    display: inline-block;
    font-size:14px;
}

.dates li:after{
    content: "|";
    margin-left: 10px;
}


.dates li:last-of-type:after{
    content: "";
}

.dates li i{
   color: #ffb354;
    margin: 0 5px 0 0;
}


/*top social*/

	.top-social{
		list-style: none;
		text-align: right;
		margin: 0;
	}

	.top-social li {
		display: inline-block;
		margin: 0 5px;;
	}

	.top-social li a{
		color: #01AA9D;
		font-size: 18px;
		transition: 0.4s;
	}

	.top-social li a:hover{
		color: #111;
	}

	/*search bar*/


    .search-focus {
        background: #f8f8f8;
        border: 1px solid #ccc;
        outline: none;
        background-size: 22px;
        background-position: 13px;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        padding: 25px;
        transition: all .5s;
    }
    .search-focus:focus{ 
        width: 190px;
        padding-left: 50px;
    }
.search_icon {
    text-align: center;
    left: 7.5%;
    left:50%;
    top: 25%;
  	font-size: 10px;
  color: #333;
  position: absolute;
  transform: translateX(-50%);
}

.searchbar{
    text-align: center;
}

    .search-hover {
       background: #f8f8f8;
        border: 1px solid #00a99d;
        outline: none;
        background-size: 22px;
        background-position: 13px;
        border-radius: 50px;
        width: 14px;
        height: 14px;
        padding: 12px;
        transition: all .5s;
    }
    
    .searchbar:hover a{
    display: none;
}
    
    .search-hover:hover{
        width: 170px;
        padding-left: 50px;
    }

.search-click {
    position: relative;
    overflow: hidden;
    height: 50px;
}  
.search-click input {
    background: transparent;
    border: 1px solid #ccc;
    outline: none;
    position: absolute;
    width: 300px;
    height: 50px;
    left: 0%;
    padding: 10px;
}


.top-srch form .btn {
	left: 0;
}

   
.top-sech .form-control {
	background: #F55302;
}
.writer-name {
    text-align: center;
    width: 100%;
}
 .writer-name ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.writer-name ul>li {
    display: inline-block;
    padding-right: 10px;
}
.ath-img img {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    margin-bottom: -10px;
    
}
.writer-name ul li a {
    font-weight: 600;
}

.reporter-name {
  margin-top: -25px;
}
.reporter-name a{
    text-decoration: none;
}
.reporter-name a span{
  color: #000;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;

}



.reporter-wrap{
  background:#03b8dd12;
  padding: 15px;
  margin-bottom: 20px;
}

.reporter-detail figure {
  float:left;
  margin-right: 30px
}

.reporter-detail figure img {
    height:62px;
    width: 62px;
    border-radius: 50%;
}

.repoter-detail span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}

ul.reporter-info {
  list-style: none;
  padding: 0;
  margin:15px 0 0 0;
  width: 100%;
  text-align: center;
}

ul.reporter-info li {
  display: inline-block;
  padding-right: 15px;
  
}
ul.reporter-info li a {
  font-size: 22px;
  color: #727272;
}

ul.sub-menu{
  background: #ddd;
  padding: 0 15px 15px 0;
  margin: 10px 0 0 0;
}

ul.sub-menu li{
  display: inline-block;
  margin: 19px 0px 0 10px;
}
ul.sub-menu li:nth-child(2n) {
    border-left: 1px solid #00000029;
    border-right: 1px solid #0000002b;
    padding: 0 10px;
}
ul.sub-menu li:last-child a {
    padding-left: 0;
}
ul.sub-menu li a {
    display: inline-block;
    background-color: transparent;
    color: rgba(0,0,0,.8);
    font-size: 14px;
    font-weight: 700;
    padding: 0 5px 0px 42px;
    text-decoration: none;
    position: relative;
}
ul.sub-menu li figure {
  position: absolute;
    top: -10px;
    left: 0;
    height: 30px;
    width: 30px;
}
ul.sub-menu li figure img {
      height: 100%;
      width: 100%;
      object-fit: cover;
}

.newrajnitilarge-newsbox{
  margin-top: 30px;
}

.newrajnitilarge-newsbox figure {
  height: 330px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.newrajnitilarge-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.newrajnitilarge-newsbox figure a img {
  height: 100%;
  width: 100%;
}
.newrajnitilarge-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 30px;
  line-height: 36px;
 }
.newrajnitilarge-newsbox h3 a {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.newrajnitilarge-newsbox h3 a:hover {
  color: #F55302;
}
ul.rajniti-samacharlists li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
ul.rajniti-samacharlists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}
ul.rajniti-samacharlists li figure {
  float: left;
  margin-right: 15px;
  height: 80px;
  width: 110px;
}
ul.rajniti-samacharlists li figure a img {
  height: 100%;
  width: 100%;
}
ul.rajniti-samacharlists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.rajniti-samacharlistsh3 a:hover {
  color: #F55302;
}
ul.rajniti-samacharlists{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.sidead-wrap {
  margin-top: 30px;
}









.mainsubflashmd-newsbox{
  margin-top: 20px;
}
.mainsubflashmd-newsbox figure {
  height: 180px;
  max-width: 100%;
}
.mainsubflashmd-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mainsubflashmd-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
}
.mainsubflashmd-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.mainsubflashmd-newsbox h3 a:hover {
  color: #F55302;
}



.mainsubflashlarge-newsbox{
  margin-top: 20px;
}

.mainsubflashlarge-newsbox figure {
  height: 580px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.mainsubflashlarge-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.mainsubflashlarge-newsbox figure a img {
  height: 100%;
  width: 100%;
}
.mainsubflashlarge-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 30px;
  line-height: 40px;
 }
.mainsubflashlarge-newsbox h3 a {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.mainsubflashlarge-newsbox h3 a:hover {
  color: #F55302;
}

.samajlarge-newsbox{
  margin-top: 20px;
 
}

.samajlarge-newsbox figure {
  height: 280px;
  max-width: 100%;
  
  display: block;
  overflow: hidden;
  background: #ccc;
}

.samajlarge-newsbox figure a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.6));
  z-index: 2;
}
.samajlarge-newsbox figure  {
    display: inline-block;
    position: relative;
}

.samajlarge-newsbox figure a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 3s ease-in-out;
}
.samajlarge-newsbox figure a:focus img, .samajlarge-newsbox figure a:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.samajlarge-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 15px;
  line-height: 30px;
  z-index: 99999;
 }
.samajlarge-newsbox h3 a {
  color: #fff;
  font-size:22px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.samajlarge-newsbox h3 a:hover {
  color: #F55302;
}





.module>header{
  border-bottom: 1px solid #33333336;
 
}
.module>header>a{
  color: #333;
}

ul.rajnitilists li{
  border: 1px solid #f1f1f1;
  padding: 15px;
  margin-bottom: 15px;
}

ul.rajnitilists li figure {
  float: left;
  margin-right: 15px;
  height: 90px;
  width: 130px;
}
ul.rajnitilists li figure a img {
  height: 100%;
  width: 100%;
}
ul.rajnitilists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.rajnitilists h3 a:hover {
  color: #F55302;
}
ul.rajnitilists {
	list-style: none;
	margin: 0;
	padding: 0;
}

.module>header>h3 {
	
    float: left;
    color: #333;
   
    padding-bottom: 10px;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
}
.module>header>h3>a, .module>header>h3>a:focus, .module>header>h3>a:hover {
    color: #333;
    text-decoration: none;
}
.module>header>a {
    float: right;
    margin-top: 11px;
    font-weight: 600;
}

.dherailokpriya .nav-tabs{
  border-bottom: 2px solid #EF4030;
}
.dherailokpriya .tab-content {
   background: #fffbfb;
   padding: 30px;
}
.dherailokpriya .nav-tabs .nav-item.show .nav-link, .dherailokpriya 
 .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #EF4030;
    border: none;
   
}
.dherailokpriya .nav-tabs .nav-link:focus, .dherailokpriya .nav-tabs .nav-link:hover {
     color: #fff;
    background-color: #EF4030;
    border: none;
   
}
.dherailokpriya .nav-tabs .nav-link{
  background: #404041;
  border: none;
  color: #fff;
  font-size: 20px;
  margin-right: 2px;
  padding: 12px 20px;
}
.dherailokpriyanews-newsbox figure {
  height: 250px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.dherailokpriyanews-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.dherailokpriyanews-newsbox figure a img {
  height: 100%;
  width: 100%;
}
.dherailokpriyanews-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 15px;
  line-height: 26px;
 }
.dherailokpriyanews-newsbox h3 a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.dherailokpriyanews-newsbox h3 a:hover {
  color: #F55302;
}

.khojkhabarmd-newsbox{
  margin-top: 20px;
}
.khojkhabarmd-newsbox figure {
  height: 180px;
  max-width: 100%;
}
.khojkhabarmd-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.khojkhabarmd-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
}
.khojkhabarmd-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.khojkhabarmd-newsbox h3 a:hover {
  color: #F55302;
}
ul.arthabitdlists li{
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-bottom: 20px;
}
ul.arthabitdlists li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}



ul.arthabitdlists li h3 a {
	color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.arthabitdlists li h3 a:hover {
  color: #F55302;
}
ul.arthabitdlists{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}




.arthabidmd-newsbox{
  margin-top: 20px;
}
.arthabidmd-newsbox figure {
  height: 180px;
  max-width: 100%;
}
.arthabidmd-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.arthabidmd-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
}
.arthabidmd-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.arthabidmd-newsbox h3 a:hover {
  color: #F55302;
}



.bicharlarge1-newsbox {
	margin-top: 20px;
}
.bicharlarge1-newsbox figure {
  height: 200px;
  max-width: 100%;
}
.bicharlarge1-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bicharlarge1-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
  text-align: center;
}
.bicharlarge1-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.bicharlarge1-newsbox h3 a:hover {
  color: #F55302;
}

ul.bicharlistslists li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
ul.bicharlistslists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}
ul.bicharlistslists li figure {
  float: left;
  margin-right: 15px;
  height: 70px;
  width: 90px;
}
ul.bicharlistslists li figure a img {
  height: 100%;
  width: 100%;
}
ul.bicharlistslists h3{
  text-align: center
  padding: 15px 0;
}
ul.bicharlistslists h3 a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: 26px;
  transition: all 0.5s ease;
}
ul.bicharlistslists h3 a:hover {
  color: #F55302;
}
ul.bicharlistslists{
	list-style: none;
	margin:  20px 0 0 0;
	padding: 0;
}

ul.khellists li{
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
ul.khellists li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

ul.khellists li h3 a {
	color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.khellists li h3 a:hover {
  color: #F55302;
}
ul.khellists{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.khellarge-newsbox{
  margin-top: 20px;
}
.khellarge-newsbox figure {
  height: 230px;
  max-width: 100%;
}
.khellarge-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.khellarge-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
  text-align: center;
}
.khellarge-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.khellarge-newsbox h3 a:hover {
  color: #F55302;
}
.manoranjansection-wrap{
  background: #333;
  padding: 20px 0;
}
.manolarge-newsbox{
}
.mainmano-wrap{
  margin-top: 20px;
}


.manolarge-newsbox figure {
  height: 380px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.manolarge-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.manolarge-newsbox figure a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.manolarge-newsbox h3{
  background: rgba(0,0,0,0.5);
   position: absolute;
    bottom: 0;
    padding: 20px 15px;
	width: 100%;
  line-height: 30px;
 }
.manolarge-newsbox h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.manolarge-newsbox h3 a:hover {
  color: #F55302;
}

.manoranjansection-wrap .module>header>a{
  color: #fff;
}
.manomd-newsbox{
  margin-top: 20px;
}
.manomd-newsbox figure {
  height: 180px;
  max-width: 100%;
}
.manomd-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.manomd-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
  text-align: center;
}
.manomd-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
.manomd-newsbox h3 a:hover {
  color: #F55302;
}
ul.udhyamlists li{
  background: #F8F4E8;
  padding: 15px;
  margin-top: 20px;
}

ul.udhyamlists li figure {
  float: left;
  margin-right: 15px;
  height: 100px;
  width: 140px;
}
ul.udhyamlists li figure a img {
  height: 100%;
  width: 100%;
}
ul.udhyamlists h3 a {
	color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.udhyamlists h3 a:hover {
  color: #F55302;
}
ul.udhyamlists{
	list-style: none;
	margin: 0;
	padding: 0;
}
.kurakanilarge-newsbox{

  margin-top: 20px;
}

.kurakanilarge-newsbox figure {

  height: 220px;
  width: 100%;
}
.kurakanilarge-newsbox figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.kurakanilarge-newsbox h3 {
  padding-top: 30px;
  line-height: 28px;
  text-align: center;
}
.kurakanilarge-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.anubhav-section{
  background: #F8F4E8;
  padding: 20px;
  margin-top: 20px;
}

.anubhavlarge-newsbox figure {
  height: 180px;
  max-width: 100%;
}
.anubhavlarge-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.anubhavlarge-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
  text-align: center;
}
.anubhavlarge-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.anubhavlarge-newsbox h3 a:hover {
  color: #F55302;
}
.sahityalarge-newsbox{
  margin-top: 20px;
}

.sahityalarge-newsbox figure {
  height: 600px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.sahityalarge-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.sahityalarge-newsbox figure a img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}
.sahityalarge-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 30px;
  line-height: 36px;
 }
.sahityalarge-newsbox h3 a {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.sahityalarge-newsbox h3 a:hover {
  color: #F55302;
}

.sahityamd-newsbox{
  margin-top: 20px;
}

.sahityamd-newsbox figure {
  height: 200px;
  max-width: 100%;
}
.sahityamd-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sahityamd-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
  
}
.sahityamd-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.sahityamd-newsbox h3 a:hover {
  color: #F55302;
}
.sikchyalarge-newsbox{
  margin-top: 20px;
}

.sikchyalarge-newsbox figure {
  height: 380px;
  max-width: 100%;
}
.sikchyalarge-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sikchyalarge-newsbox h3 {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  line-height: 40px;
  text-align: center;
}
.sikchyalarge-newsbox h3 a {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.sikchyalarge-newsbox h3 a:hover {
  color: #F55302;
}

.bicharamd-newsbox{
  margin-top: 20px;
}

.bicharamd-newsbox figure {
  height: 150px;
  max-width: 100%;
}
.bicharamd-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bicharamd-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
  
}
.bicharamd-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.bicharamd-newsbox h3 a:hover {
  color: #F55302;
}
.sikchyamd-newsbox{
  margin-top: 20px;
}

.sikchyamd-newsbox figure {
  height: 150px;
  max-width: 100%;
}
.sikchyamd-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sikchyamd-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
  
}
.sikchyamd-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.sikchyamd-newsbox h3 a:hover {
  color: #F55302;
}
.bicharlarge-newsbox{
  margin-top: 20px;
}
.bicharlarge-newsbox figure{
  float: left;
  height: 180px;
  width: 280px;
  margin-right: 20px;
}
.bicharlarge-newsbox figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bicharlarge-newsbox h3 {
  background: #F8F4E8;
  padding: 30px 15px 15px 15px;
  line-height: 28px;
  text-align: center;
  height: 180px;
}
.bicharlarge-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.bicharlarge-newsbox h3 a:hover {
  color: #F55302;
}
.samacharlarge-newsbox{
  margin-top: 20px;
}
.newrajnitilarge-newsbox{
  margin-top: 20px;
}
.arthabidlarge-newsbox{
  margin-top: 20px;
}
.arthabidlarge-newsbox{
  margin-top: 20px;
}

.arthabidlarge-newsbox figure {
  height: 350px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.arthabidlarge-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.arthabidlarge-newsbox figure a img {
  height: 100%;
  width: 100%;
}
.arthabidlarge-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 30px;
  line-height: 36px;
 }
.arthabidlarge-newsbox h3 a {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.arthabidlarge-newsbox h3 a:hover {
  color: #F55302;
}

.arthabidlarge-newsbox h3 a:hover {
  color: #F55302;
}
.arthabidsidemd-newsbox{
  margin-top: 20px;
}
.arthabidsidemd-newsbox{
  margin-top: 20px;
}

.arthabidsidemd-newsbox figure {
  height: 220px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.arthabidsidemd-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.arthabidsidemd-newsbox figure a img {
  height: 100%;
  width: 100%;
}
.arthabidsidemd-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 15px;
  line-height: 30px;
 }
.arthabidsidemd-newsbox h3 a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.arthabidsidemd-newsbox h3 a:hover {
  color: #F55302;
}

.arthabidsidemd-newsbox h3 a:hover {
  color: #F55302;
}
.samacharlarge-newsbox figure {
  height: 350px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.samacharlarge-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.samacharlarge-newsbox figure a img {
  height: 100%;
  width: 100%;
}
.samacharlarge-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 30px;
  line-height: 36px;
 }
.samacharlarge-newsbox h3 a {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.samacharlarge-newsbox h3 a:hover {
  color: #F55302;
}

.samacharlarge-newsbox h3 a:hover {
  color: #F55302;
}
ul.samacharlists li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
ul.samacharlists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}
ul.samacharlists li figure {
  float: left;
  margin-right: 15px;
  height: 80px;
  width: 110px;
}
ul.samacharlists li figure a img {
  height: 100%;
  width: 100%;
}
ul.samacharlists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.samacharlists h3 a:hover {
  color: #F55302;
}
ul.samacharlists{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.bittasamacharlists li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
ul.bittasamacharlists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}

ul.bittasamacharlists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.bittasamacharlists h3 a:hover {
  color: #F55302;
}
ul.bittasamacharlists{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.samacharnewsmd-newsbox{
  margin-top: 20px;
}
.samacharnewsmd-newsbox figure {
  height: 180px;
  max-width: 100%;
}
.samacharnewsmd-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.samacharnewsmd-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
}
.samacharnewsmd-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.samacharnewsmd-newsbox h3 a:hover {
  color: #F55302;
}
.swasthalarge-newsbox{
  margin-top: 20px;
}

.swasthalarge-newsbox figure {
  height: 450px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.swasthalarge-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.swasthalarge-newsbox figure a img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}
.swasthalarge-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 30px;
  line-height: 36px;
 }
.swasthalarge-newsbox h3 a {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.swasthalarge-newsbox h3 a:hover {
  color: #F55302;
}

.swasthalarge-newsbox h3 a:hover {
  color: #F55302;
}
.arthabidsidemd-newsbox{
  margin-top: 20px;
}
.arthabidsidemd-newsbox{
  margin-top: 20px;
}
.mano-listswrap {
  background: #fff;
  padding: 15px;
  margin-top: 20px;
}
ul.manolists li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
ul.manolists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}
ul.manolists li figure {
  float: left;
  margin-right: 15px;
  height: 80px;
  width: 100px;
}
ul.manolists li figure a img {
  height: 100%;
  width: 100%;
}
ul.manolists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.manolists h3 a:hover {
  color: #F55302;
}
ul.manolists{
	list-style: none;
	margin:  0;
	padding: 0;
}
ul.trendinglists li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
ul.trendinglists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}
ul.trendinglists li figure {
  float: right;
  margin-right: 15px;
  height: 90px;
  width: 100px;
}
ul.trendinglists li figure a img {
  height: 100%;
  width: 100%;
}
ul.trendinglists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.trendinglists h3 a:hover {
  color: #F55302;
}
ul.trendinglists{
 list-style: none;
 margin: 20px 0 0 0;
 padding: 0;
}
.trending-border {
  border-right: 1px solid #f1f1f1;
  padding-right: 30px;
  
}

.swasthalarge-newsbox{
  margin-top: 20px;
}

.swasthalarge-newsbox figure {
  height: 450px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.swasthalarge-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.swasthalarge-newsbox figure a img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}
.swasthalarge-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 30px;
  line-height: 36px;
 }
.swasthalarge-newsbox h3 a {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.swasthalarge-newsbox h3 a:hover {
  color: #F55302;
}

.swasthalarge-newsbox h3 a:hover {
  color: #F55302;
}
.arthabidsidemd-newsbox{
  margin-top: 20px;
}
.arthabidsidemd-newsbox{
  margin-top: 20px;
}

.modulehamropardini>header>h3 {
   margin-bottom: 20px;
    position: relative;
   text-align: center;
    overflow: hidden;
   
}
.modulehamropardini{
  background: #fff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  padding: 20px;
}
.modulehamropardini>header>h3 a {
    background: #fff;
    padding: 0 20px;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    position: relative;
   z-index: 2;
}

.modulehamropardini>header>h3:before{
  background: #ddd;
  content:'';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
   z-index: 1;
}

.modulehamropardini>header>h3:after{
  background: #ddd;
  content:'';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1;
}

.subflash-wrap {
  margin-top: 40px;
}
.subflashnewsmd-wrap{
	margin: 20px 0;
}
.subflashnewsmd-wrap figure{
  height: 220px;
  max-width: 100%;
  position: relative;
}
.subflashnewsmd-wrap figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subflashnewsmd-wrap h3{
  padding-top: 15px;
  line-height: 32px;
}
.subflashnewsmd-wrap h3 a {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.subflashnewsmd-wrap h3 a:hover {
  color: #F55302;
}
.subflashbtn-md {
  background: #F55302;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 3px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}


.arthabidlarge-newsbox p {
  text-align: justify;
}
.tabing-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    border-bottom: 1px solid #ddd;
}

.tabing-submenu .nav-tabs .nav-link {
    background: #f4efef;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    transition: all 0.5s ease;
}

ul.swasthalists li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
ul.swasthalists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}
ul.swasthalists li figure {
  float: left;
  margin-right: 15px;
  height: 100px;
  width: 130px;
}
ul.swasthalists li figure a img {
  height: 100%;
  width: 100%;
}
ul.swasthalists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.swasthalists h3 a:hover {
  color: #F55302;
}
ul.swasthalists{
	list-style: none;
	margin:  20px 0 0 0;
	padding: 0;
}




.footer-top {
 padding: 40px 5px 10px 0;
    margin-top: 30px;
    background: #fff;
    border-top: #ccc solid 1px;
}
.footer-title {
  font-size: 22px;
  font-weight: 600;
  color: #C4161C;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
}
.footer-title:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #C4161C;
  width: 35px;
  bottom: 0;
  left: 0
}
ul.teamlists {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
ul.teamlists li {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
ul.contact-lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.contact-lists li {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
ul.contact-lists li i {
  padding-right: 5px;
}
ul.quickmneulists {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.quickmneulists li {
  line-height: 32px;
  
  }
ul.quickmneulists li a {
  color: #0000007d;
  font-weight: 600;
  transition: all 0.5s ease;
  text-decoration: none;
}
ul.quickmneulists li a:hover {
  color: #C4161C;
}
.footer-bottom{
  background: #F1F1F1;
  padding: 20px 0;
}

.copyright p {
  font-size: 16px;
  color: #333;
}
.site-text {
  float: right;
}
.site-text p {
  font-size: 18px;
  color: #333;
}
.site-text p a {
  color: #333;
  padding-left: 5px;
}
ul.social-md {
	border-top: 1px solid #cccccc73;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
}

ul.social-md li {
  display: inline-block;
  padding-right: 15px;
  
}
ul.social-md li a {
  color: #C4161C;
  font-size: 24px;
  transition: all 0.5s ease;
}
ul.social-md li a:hover{
  color: #008A80;
}
.footer-borderleft{
  border-left: 1px solid #cccccc73;
  padding-left: 40px;
}

.footer-borderright{
  border-left: 1px solid #cccccc73;
  padding-left: 40px;
}


.page-link {
  color: #333;
}
.pagi-wrap .page-link{
  font-size: 18px;
  margin-right: 15px;
  color: #000;
}
.pagi-wrapper .page-link:focus, .page-link:hover{
  background: #E81F27;
  color: #fff;
}
 .page-item.active .page-link{
  background: #E81F27!important;
  border-color: #E81F27!important;
  
}


/*===detail page====*/
.moduledetail>header>h1{
   font-size: 50px;
  font-weight: 600;
  padding-top: 20px;
}
.moduledetail>header>.btn {
  background: #C4161C;
  color: #fff;
  border: none;
  margin-top: 20px;
}
.moduledetail>header>h3{
  font-size: 24px;
  padding-top: 15px;
}
.repo-wrap{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0
}
ul.repopost {
  list-style: none;
}					       
								
ul.repopost li {
  float: left;
  margin-right: 15px;
}
ul.repopost {
  margin-top: 15px;
}
ul.repopost li figure {
  margin-top: -15px;
}
ul.repopost li figure img{
  border-radius: 50%;
  height: 42px;
  width: 42px;
  line-height: 52px;
}
ul.repopost li h3 {
  font-size: 18px;
}
ul.datentimewrap{
 margin-top: 10px;
  list-style: none;
}

ul.datentimewrap li {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
ul.datentimewrap li i {
  padding-right: 5px;
  padding-left: 30px;
}




.ghumphirlargemain-newsbox{
  margin-top: 20px;
}

.ghumphirlargemain-newsbox figure {
  height: 400px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #ccc;
}
.ghumphirlargemain-newsbox figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
}
.ghumphirlargemain-newsbox figure a img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}
.ghumphirlargemain-newsbox h3{
   position: absolute;
    bottom: 0;
    padding: 30px;
  line-height: 36px;
 }
.ghumphirlargemain-newsbox h3 a {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.5s ease;
}
.ghumphirlargemain-newsbox h3 a:hover {
  color: #F55302;
}

.swasthalarge-newsbox h3 a:hover {
  color: #F55302;
}

.modulehamropardini>header>h3 {
   margin-bottom: 20px;
    position: relative;
   text-align: center;
    overflow: hidden;
}



.ghumphirlarge-newsbox{
  margin-top: 20px;
}
.ghumphirlarge-newsbox figure {
  height: 180px;
  max-width: 100%;
}
.ghumphirlarge-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ghumphirlarge-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
}
.ghumphirlarge-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.ghumphirlarge-newsbox h3 a:hover {
  color: #F55302;
}
.manoranjansection-wrap .module>header>h3>a {
  color: #fff!important;
}
.module-border{
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    padding: 20px;
}
.special-feature {
  background-color: #f8f8f8;
    padding: 40px 0;
	margin-top: 30px;
}
 .special-title{
  text-align: center;
  margin-bottom: 30px;
}
 .special-title span{
  background: #C4161C;
  color: #fff;
  padding: 5px 15px;
  font-size: 22px;
}

.speciallarge-newsbox>figure {
  background: #F8F8F8;
  float: left;
  height: 300px;
  width: 350px;
  margin: 50px 0;
}
.speciallarge-newsbox>figure img{
  height: 100%;
  width: 100%;
  object-fit:cover;
}
.speciallarge-newsboxdetail{
  background: #333;
  height: 400px;
  margin: 0px 0 0px 280px;
  padding: 70px 70px 70px 120px;
}
.speciallarge-newsboxdetail h3{
  text-align: center;
}
.speciallarge-newsboxdetail h3 a {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}
.speciallarge-newsboxdetail p{
  color: #fff;
  padding-top: 20px;
}

ul.special-samacharlists li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
ul.special-samacharlists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}
ul.special-samacharlists li figure {
  float: left;
  margin-right: 15px;
  height: 130px;
  width: 180px;
}
ul.special-samacharlists li figure a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
ul.special-samacharlists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.special-samacharlists h3 a:hover {
  color: #F55302;
}
ul.special-samacharlists{
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

ul.nepal-samacharlists li{
  border-bottom: 1px solid #00000042;
  margin-bottom: 10px;
  padding: 10px;
 
}
ul.nepal-samacharlists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}
ul.nepal-samacharlists li figure {
  float: left;
  margin-right: 15px;
 
}
ul.nepal-samacharlists li figure a img {
      height: 65px;
    border: 1px solid #c4161c;
    object-fit: cover;
    width: 65px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    margin: 0 auto 16px;
    padding: 6px;
}
ul.nepal-samacharlists h3{
  padding-bottom: 15px;
}
ul.nepal-samacharlists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.nepal-samacharlists h3 a:hover {
  color: #F55302;
}
ul.nepal-samacharlists{
  border: 1px solid #00000042;
  list-style: none;
	margin: 30px 0 0 0;
	padding: 15px 0 0 0;
}
.writer-detail{
  margin-top: 10px;
}
.writer-detail>h3>a {
  font-size: 18px!important;
  font-weight: 500!important;
}
.view-allbtn {
  color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    background: #c4161c;
    text-transform: uppercase;
    padding: 10px 38px;
    border-radius: 22px;
    vertical-align: middle;
    margin-top: 22px;
    display: inline-block;
}
.view-allbtn:hover {
  color: #fff;
}
.adinformation-section{
  background: #333;
    border-radius: 18px;
    color: #fff;
    padding: 15px;
  margin-top: 20px;

}
.adinformation-wrap{
  display: flex;
}
.adinfo-wrap{
  flex-wrap: wrap;
}
.title-center{
  align-items: center;
}
.adinformation-section h3 {
    text-align: center;
    font-size: 20px;
    flex: 1;
    border-right: 1px solid #fff;
}
.adinformation-detail {
  padding-left: 20px;
  flex: 2;
}
.adinformation-detail p {
  font-size: 16px;
  padding-bottom: 10px;
}
.detailcontentwrapper figure{
  margin: 30px 0;
}
.detailcontentwrapper p{
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 15px;
  text-align: justify;
}


ul.detailpage-trendinglists li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
ul.detailpage-trendinglists li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
 
}
ul.detailpage-trendinglists li figure {
  float: right;
  
  height: 75px;
  width: 90px;
}
ul.detailpage-trendinglists li figure a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


ul.detailpage-trendinglists h3 a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 28px;
  transition: all 0.5s ease;
}
ul.special-samacharlists h3 a:hover {
  color: #F55302;
}
ul.detailpage-trendinglists{
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.detailpagelarge-newsbox figure{
  height: 450px;
  max-width: 100%;
}
.detailpagelarge-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.detailpagelarge-newsboxdetail{
  background: #333;
  height: 450px;  
  padding: 50px 40px;
}
.detailpagelarge-newsboxdetail h3 {
  
}
.detailpagelarge-newsboxdetail h3 a{
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}
.detailpagelarge-newsboxdetail p {
  color: #fff;
  padding-top: 15px;
  text-align: justify;
}



.newspagemd-newsbox{
      box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  padding: 15px;
  margin-bottom: 20px;
}
.newspagemd-newsbox figure {
  height: 250px;
  max-width: 100%;
}
.newspagemd-newsbox figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.newspagemd-newsbox h3 {
  padding-top: 15px;
  line-height: 28px;
}
.newspagemd-newsbox h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}
.newspagemd-newsbox h3 a:hover {
  color: #F55302;
}
/*====team=====*/
.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;
  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;
}
.detailcontentwrapper img {
  height: auto!important;
}