* {
	padding: 0;
	margin: 0;
	outline: 0; }

	body {
		background-color: #fff;

		min-width: 320px;

		color: #000;

		font-family: 'Mukta', sans-serif;

		overflow-x: hidden;
	}

	a{
		text-decoration: none;
	}

	a:hover{
		text-decoration: none;
	}
.copy-contn a {
  color:#fff;
}

	img{
		max-width: 100%;
		vertical-align: middle;
		height: auto;
	}

	article{
		margin: 0 0 30px 0;
	}

	.img-wrap figure{
		position: relative;

		width: 100%;

		padding-top: 75%;

		margin: 0; 
	}

	.img-wrap figure img{
		position: absolute;

		display: block;

		width: 100%;

		height: 100%;

		left: 0;

		right: 0;

		top: 0;

		bottom: 0;

		margin: 0;

		object-fit: cover;
	}


	/*top bar*/

	.top-bar {
		padding: 12px 0;
		border-bottom: 1px solid #DCDCDC;
	}

	.top-bar .date-sec{
		list-style: none;
		margin: 0;
	}

	.top-bar .date-sec li{
		display: inline-block;
		font-size: 14px;
		margin-right: 40px;
	}

	.top-bar .date-sec li:last-of-type{
		margin-right: 0;
	}

	.top-bar .date-sec li a{
		color: #000;
		transition: 0.4s;
		display: inline-block;
	}

	.top-bar .date-sec li a:hover{
		color: #f7931e;  
	}

	.top-bar .suggesn{
		list-style: none;
		margin: 0;
	}

	.top-bar .suggesn li{
		display: inline-block;
		margin-right: 30px;
	}

	.top-bar .suggesn li:last-of-type{
		margin-right: 0;
	}


	.top-bar .suggesn li a{
		display: inline-block;
		color: #000;
		font-size: 14px;
		transition: 0.4s;
	}

	.top-bar .suggesn li a:hover{
		color: #f7931e;  
	}

	.top-bar .socio-bar{
		list-style: none;
		text-align: right;
		margin: 0;
	}

	.top-bar .socio-bar li{
		display: inline-block;
		margin-left: 20px;
	}

	.top-bar .socio-bar li a{
		color: #000;
		transition: 0.4s;
		font-size: 14px;
		transition: 0.4s;
	}

	.top-bar .socio-bar li a:hover{
		color: #f7931e;
	}

	/*logo bar*/

	.logo-wrap img{
		max-width: 100%;
		margin: 0 auto;
	}

	header .add-wrap{
		text-align: right;
	}

	.logo-bar{
		padding: 20px 0;
	}

	/*navbar section*/

	.nav-sec {

		margin: 0 0 20px 0;

	}

	.nav-sec .navbar{
		padding: 0;
	}

	.nav-sec .navbar-nav .nav-item .nav-link{
		font-size: 18px;
		transition: 0.4s;
		padding:.7rem 1.2rem;
		position:relative;
	}
	@media screen and(min-width:992px){
	    .nav-sec .navbar-nav .nav-item .nav-link:before{
    	    content:"";
    	    width:1px;
    	    height:50%;
    	    top:25%;
    	    background-color:#4f4b4b;
    	}
	}
	
    .nav-sec .navbar-nav.nav-left{
        
    }

	.nav-sec .navbar-nav .nav-item.active .nav-link{
		color: #E4002C;
	}

	.nav-sec .navbar-nav .nav-item .nav-link:hover{
		color: #E4002C;
	}

	.nav-sec .navbar-nav .nav-item:last-of-type {
		margin: 0;
	}

	/*navbar right section*/


	.navbar-right .form-inline {
		position: relative;
	}

	.navbar-right .form-inline i{
		border: none;
		color: #fff;
		padding: 10px;
	}

	.navbar-right .form-inline .form-control{
		position: absolute;
		top: 100%;
		right: 0;
		display: none;
		transition: 0.4s;
		opacity: 0;
	}

	.navbar-right .form-inline:hover .form-control{
		display: block;
		opacity: 1;
	}

	.navbar-right {
		text-align: right;
	}

	.nav-more .dropdown-toggle:after{
		display: none;
	}

	/*flash news section*/
    /***** navbar *****/
    .navbar-toggler{
        border: 0;
        padding: 10px 0;
        font-size: 22px;
    }
    .navbar-toggler:focus{
        outline:none;
    }

	.flash-news{
		padding: 50px 0 0 0;

	}

	.flash-wrap{
		text-align: center;
		border-bottom: 1px solid #0e539a;
		padding: 0 0 50px 0;
		margin-bottom: 50px;
	}

	.flash-wrap .tag a{
		display: inline-block;
		color: #000;
		font-weight: 500;
		border-bottom: 3px solid #f7931e;
		padding: 5px;
		line-height: 24px;
		font-size: 18px
	}

	.flash-wrap .tag{
		margin: 0 0 30px 0;
	}
    .headline-wrap h1{
        font-size:60px;
        line-height:1.6;
    }
	.headline-wrap h1 a{
		color: #1B1B1B;
		display: inline-block;
		transition: 0.4s;
		font-weight: 700;
		/*background: linear-gradient(to right, #f7931e, #1B1B1B);*/
  /*        -webkit-background-clip: text;*/
  /*        -moz-background-clip: text;*/
  /*        background-clip: text;*/
  /*        color: transparent;*/
	}
	.headline-wrap h1 a:first-letter{
        color:#f7931e;
    }
	.headline-wrap h1 a:hover{
		color: #f7931e;

	}

	.post-date{
		margin: 0 0 20px 0;
		color: #717171;
		font-size: 14px; 
	}

	.post-date i{
		margin: 0 5px 0 0;
	}

	/*add-section*/

	.add-sec .img-wrap img{
		width: 100%;
	}

	.add-sec .img-wrap{
		margin: 0 0 20px 0;
	}

    /***** samachar section *****/
    .samachar-sec{
        padding:40px 30px;
        background-color:#2f5677;
    }
    .samachar-sec .title-wrap h2:after{
        background-color:#14436a;
    }
    .samachar-sec .news-dtl h3 a,
    .khelkud-sec .news-dtl h3 a{
        color:#fff;
    }
    .smachar-wrap.big-news img{
        
    }
    .samachar-sec .small-news_outer,
    .smachar-wrap.small-news{
        display:flex;
    }
    .samachar-sec .small-news_outer{
        flex-direction: column;
    }
    .smachar-wrap.small-news{
        gap:.75rem;
    }
    .smachar-wrap.small-news:not(:last-of-type){
        margin-bottom:1.1rem;
        padding-bottom:1.1rem;
        border-bottom:1px solid #3b668a;
    }
    .smachar-wrap.small-news .news-dtl h5 a{
        color:#fff;
        transition:all ease-in-out .3s;
    }
    .smachar-wrap.small-news a:hover{
        color:#f7931e !important;
    }
    .smachar-wrap.small-news img{
        width: 10rem;
        aspect-ratio: 16/11;
        object-fit: cover;
    }
    @media screen and (min-width:768px){
        .smachar-wrap.big-news img{
            height: 25rem;
            object-fit: cover;
        }  
    }
	/*title section*/

	.title-wrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
		overflow: hidden;
		margin: 0 0 20px 0;
		position:relative;
	}

	.title-wrap h2{
		margin: 0;
		position: relative;
	}

	.title-wrap h2:after{
		content: "";
		position: absolute;
		top:0;
		right: -999999px;
		height: 100%;
		background-color: #e5e5e5;
		left: 100%;
	}

	.title-wrap h2 a{
		color: #eee;
		transition: 0.4s;
		background-color: #1A588E;
        padding: 5px 15px;
        /*border-inline: 3px solid #4dc6f3;*/
        display: block;
        font-size: 22px;
        border-left: 2px solid #3d3d3d;
        border-right: 2px solid #3d3d3d;
	}
	.title-wrap h2 a:hover{
	    background-color:#484141;
	    transition:all ease-in-out .3s;
	}

	.title-wrap .link-more{
		color: #ae2029;
		transition: 0.4s;
		position: relative;
		background-color: #999;
        right: 0;
        display: flex;
        align-items: center;
        padding: 0 15px 0 40px;
        display:none;
	}
	.title-wrap .link-more,
	.title-wrap .link-more:before{
	    position: absolute;
	    top: 0;
        bottom: 0;
	}
    .title-wrap .link-more:before{
        content:"सबै";
        left:10px;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%);
    }
	.title-wrap .link-more:hover{
		color: #f7931e;
	}

    /***** khelkud-sec *****/
    .khelkud-sec{
        padding:40px 30px;
        background-color:#3e3a3a;
    }

	/*samachar section*/

	.news-dtl{
		padding: 10px 0 0;
		text-align: left;
	}
	.news-dtl h3 a{
		display: inline-block;
		font-size: 22px;
		line-height: 28px;
		color: #505050;
		transition: 0.4s;
		font-weight: 700;
	}

	.news-dtl h3 a:hover{
		color: #f7931e;
	}

	.smachar-wrap .post-date{
		padding: 0;
	}

	/*rajniti wrap*/

	.rajniti-l .news-dtl{
		padding: 0;
	}

	.rajniti-l p,
	.news-dtl p{
		font-size: 18px;
		line-height: 1.6;
		display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
	}

	.rajniti-l .img-wrap{
		margin: 0 0 10px 0;
	}
	/*saral artha section*/

	.saralartha-sec .rajniti-l .news-dtl{
		padding: 0;
	}

	/*charcha section*/

	.charcha-m{
		margin: 0 0 20px 0;
	}

	.charcha-m .img-wrap, .charcha-m .news-dtl{
		flex: 1;
	}
    .charcha-m .img-wrap{
        margin-right: 10px;
        margin-bottom: 10px;
    }
	/*samajh*/


	.samajh-m > div{
		flex: 1;
	}

	.samajh-m .news-dtl{
		padding: 0 10px;
	}

	.samajh-m .news-dtl h3 a{
		font-size: 18px;
		line-height: 24px;
	}

	.samajh-m{
		margin: 0 0 20px 0;
	}

	.samajh-list{
		list-style: none;
		margin: 0;
	}

	.samajh-list .samajh-m .img-wrap{
		flex: 1;
	}

	.samajh-list .samajh-m .news-dtl{
		flex: 3;
	}


	/*adhyatma section*/

	.adhyatma-s{
		display: flex;

	}

	.adhyatma-s .img-wrap{
		flex: 2;
	}

	.adhyatma-s .news-dtl{
		flex: 3;
		padding: 10px;
		background: #eee;
	}

	.adhyatma-s .news-dtl h3 a{
		font-size: 18px;
	}

	.adhyatma-m .news-dtl,
	.biswo-sec .charcha-m .news-dtl{
		padding: 10px 0 0;
	}

	/*swasthya sec*/

	.swasthya-m{
		display: flex;
		margin: 20px 0 0 0;
		align-items: stretch;
	}

	.swasthya-m .img-wrap{
		flex: 5;
	}

	.swasthya-m .img-wrap figure{
		padding-top: 100%;
	}

	.swasthya-m .news-dtl{
		flex: 4;
		background: #eee;
		padding:10px;
	}

	/*biswo n prawas section*/

	.biswo-sec .rajniti-l .news-dtl{
		padding: 0;
	}

	.biswo-sec .charcha-m {

		margin: 0;

	}


	.biswo-sec .adhyatma-s{
		margin: 0 0 20px 0;
	}

	.biswo-sec .adhyatma-s .news-dtl {
		background: none;
	}

	/*antarwarta*/

	.antarwarta-sec .news-dtl{
		text-align: center;
		box-shadow: 2px 0 3px rgba(213,211,211, 0.75);
		padding:10px;
	}

	.antarwarta-sec .news-dtl .spkr span{
		font-size: 18px;
	}

	/*bichar section*/

	.bichar-news {
		display: flex;
		padding: 15px;
		border: 1px solid #dddddd;
		align-items: center;
		margin-bottom: 20px;
	}

	.bichar-news .img-wrap{
		flex: 3;
		margin: 0 10px 0 0;
	}

	.bichar-news .news-dtl{
		flex: 4;
		padding: 0;
	}

	.bichar-news .news-dtl .spkr{
		color: #727272;
	}


	/*lokpriye*/

	.lok-middle{
		position: relative;
	}

	.lok-middle:before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
		z-index: 1;
	}
	.lok-middle .news-dtl{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.lok-middle .news-dtl h3 a{
		color: #fff;
		font-size: 26px;
	}

	.lok-middle .news-dtl h3 a:hover{
		color: #f7931e;
	}

	.lok-listwrap{
		list-style: none;
		display: flex;
		border-top: 1px solid #dddddd;
		margin: 0 0 10px 0;
	}

	.lok-listwrap .img-wrap{
		flex: 2;
	}

	.lok-listwrap .news-dtl{
		flex: 4;
		padding: 10px;

	}

	.lok-listwrap .news-dtl h3 a{
		font-size: 18px
	}

	/*sikshya section*/

	.sikshya-wrap .adhyatma-s{
		margin: 0 0 20px 0;
	}

	.nirman-wrap .swasthya-m{
		margin: 0 0 20px 0;
	}

	/*manoranjan section*/

	.mono-wrap{
		display: flex;
	}

	.mono-news{
		position: relative;
		flex: 1;
		border: 1px solid #fff;
	}

	.mono-news:before{
		position: absolute;

		content: '';

		top: 0;

		left: 0;

		right: 0;

		bottom: 0;

		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));

		z-index: 1;
	}

	.mono-news .news-dtl{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.mono-news .news-dtl h3 a{
		color: #fff;
	}

	.mono-news .news-dtl h3 a:hover{
		color: #f7931e;
	}

	.mono-news .news-dtl .post-date{
		color: #fff;
	}

	/*paryatan section*/

	.patrapatrika .charcha-m .news-dtl{
		padding: 0 20px;
	}

	.patrapatrika .adhyatma-s .news-dtl{
		background: #fff;
	}

	.patrapatrika .adhyatma-s {
		margin: 0 0 20px 0;
	}

	/*video section*/

	.vid-wrap{
		position: relative;
		border: 1px solid #fff;
	}

	.vid-wrap:before{
		position: absolute;

		content: '';

		top: 0;

		left: 0;

		right: 0;

		bottom: 0;

		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));

		z-index: 1;
	}

	.vid-wrap .news-dtl{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px 100px;
		z-index: 1;
	}

	.vid-wrap .news-dtl h3 a{
		font-size: 26px;
		color: #fff;

	}

	.vid-wrap .news-dtl h3 a:hover{
		color: #f7931e;
	}

	.vid-wrap .news-dtl .post-date{
		color: #fff;
	}

	.play-btn{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}

	.play-btn a{
		display: inline-block;

	}

	.play-btn a i{
		font-size: 22px;
		color: #b8b8b8;
		background: rgba(0,0,0,0.20);
		line-height: 75px;
		width: 75px;
		text-align: center;
		border-radius: 50%;
		transition: 0.4s;
	}

	.play-btn a:hover i{
		background: rgba(0,0,0,1);
		color: #f7931e;
	}

	/*photo section*/

	.photo-m .news-dtl{
		padding: 20px 20px 0 20px ;
	}

	/*footer*/

	footer{
	       background-color: #e9e9e9;
		padding: 40px 0 0 0;
	}
    /*footer*/
    .bigyapan-no span{
		display: inline-block;
	}

    .bigyapan-no span small{
        font-size: 16px;
        display: block;
    }

	.foot-head h4{
		font-size: 18px;
		font-weight: 700;
		text-align:center;
	}

	.foot-head h4 i{
		font-size: 16px;
		line-height: 32px;
		width: 32px;
		background: #000;
		color: #fff;
		text-align: center;
		border-radius: 50%;
		margin: 0 20px 0 0;
	}

	.foot-head{
		margin: 0 0 30px 0;
	}

	.footer-logo-bar{
		margin: 0 0 25px 0;
	}

.footer-logo-bar img{
    width: 150px
}

	.comp-name{
		display: block;
		color: #000;
		font-weight: 700;
	}

	.darta-no{
		font-size: 16px;
	}
.darta-no strong {
	font-size: 16px;
		color: #000;
      font-weight: 700;
  padding-right: 5px;
}
	.comp-detail-list{
		list-style: none;
		margin: 30px 0 0 0;
	}
    
	.comp-detail-list li{
		color: #000;
		font-weight: 300;
		line-height: 26px;
	}
    .comp-detail-list li .fa{
        margin-right:10px;
    }
	footer .white-wrap{
		padding: 30px 20px;
        background-color:#fff;
        box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
        margin-bottom: 20px;
	}
@media screen and (min-width:992px){
    footer .white-wrap{
        min-height: 370px;
    }
}
/*footer .mid .row{*/
/*    height: 100%;*/
/*}*/

	.footr-qck ul{
		list-style: none;
	}

	.footr-qck ul li{
		line-height: 36px;
	}

	.footr-qck ul li a{
		display: inline-block;
		font-size: 16px;
		color: #171821;
		transition: 0.4s;
		font-weight: 500;
	}

    

	.footr-qck ul li a:hover{
		color: #f21745;
	}

	.footr-qck ul li strong{
		font-size: 20px;
		color: #f21745;
	}
	.team-wrap:not(:last-of-type){
	    margin-bottom:.75rem;
	}
    .team-wrap p{
        margin-bottom:0;
    }
	.team-wrap strong{
		margin-right:7px;
	}

	.team-wrap .team-n{
		font-size: 16px;
		font-weight: 500;
	}

	.team-wrap{
		margin: 0 0 20px;
	}

	.foot-socio{
		list-style: none;
		margin: 0;
	}

	.foot-socio li a{
		font-size: 16px;
		font-weight: 500;
		transition: 0.4s;
		color: #2f68a1;
		display: flex;
          padding: 10px 0;
          align-items: center;
	}

	.foot-socio li a:hover{
		color: #f21745;
	}

	.foot-socio li i{
		font-size: 16px;
		color: #fff;
		line-height: 35px;
		width: 35px;
		border-radius: 50%;
		text-align: center;
		margin: 0 20px 0 0;
	}

	.foot-socio li i.fa-facebook{
		background: #3b5998;
	}

	.foot-socio li i.fa-twitter{
		background: #55acee;
	}

	.foot-socio li i.fa-instagram{
		background: #517fa4;
	}

	.foot-socio li i.fa-youtube{
		background: #b31217;
	}

	footer{
		padding: 50px 0 0 0;
		margin: 0;
	}

	.footer-bottom{
		background: #000;
		padding: 20px 0;
		margin: 30px 0 0 0;
	}

	.footer-bottom .c-wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-bottom .c-wrap p{
		color: #fff;
		margin: 0;
	}

	.footer-bottom .c-wrap p a{
		color: #fff;
	}
    
    
    
    
    
	/*copy right*/

	.copy-r{
		padding: 0 0 20px;
	}

	.copy-contn {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.copy-contn span{
		font-weight: 500;
	}
    
    @media screen and (max-width:480px){
        footer .info-chief{
            flex-direction:column;
        }
    }

	/*single page*/

	.inr-head .post-dtl{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.inr-head {
		margin: 0 0 20px 0;
	}

	.inr-head .post-dtl .reportr{
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 0;
	}

	.inr-head .post-dtl .reportr a{
		display: inline-block;
		color: #000;
		font-weight: 700;
		transition: 0.4s;
	}

	.inr-head .post-dtl .reportr a i{
		margin: 0 5px 0 0;
	}

	.inr-head .post-dtl .reportr a:hover{
		color: #E4002C;
	}

	.inr-head .post-dtl .date-sec{
		display: inline-block;
		vertical-align: middle;
		color: #717171;
	}



	/*sigle page sidebar*/

	.innr-taja .title-wrap h2{
		padding: 0 20px 0 0;
		font-size: 24px;
	}

	.innr-taja .title-wrap {
		margin: 0 0 20px 0;
	}

	.sngl .news-contn .img-wrap{
		margin: 0 0 20px 0;
	}

	.sngl .news-contn p{
		font-size: 18px;
		line-height: 32px;

	}

	.user-comment{
		margin: 0 0 20px 0;
	}

	.innr .title-wrap h2{
		padding: 0 20px 0 0;
		font-size: 24px;

	}

	.pgnatn .pagination{
		border-radius: 0 !important;
		margin-top: 20px;
	}

	.pgnatn .pagination .page-item .page-link{
		color: #000;
		border-color: #999;
	}

	.pgnatn .pagination .page-item.active .page-link{
		color: #fff;
		background: #000;
	}

	.innr-taja .lok-listwrap{
		margin: 0 0 20px 0;
	}

	.navbar-fixed-top{
		top: 0;
		position: fixed;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 999;
	}
	.flash-wrap .reportr {

   display: inline-block;
   vertical-align: middle;
   margin: 0 20px 0 0;

}

.flash-wrap .reportr a {

   display: inline-block;
   color: #f7931e;
   font-weight: 700;
   transition: 0.4s;

}

.flash-wrap .reportr a:hover{
   color: #000;
}

.flash-wrap p{
  font-size: 18px;
   line-height: 30px;
}

.flash-wrap .reportr a i {

   margin: 0 5px 0 0;


	}
	
	
	.nav-sec{
    background-color: #484141;
}

.nav-sec .navbar-nav .nav-item .nav-link{
    color: #eee;
    font-weight: 500;
}

.nav-sec .navbar-nav .nav-item.active .nav-link,
.nav-sec .navbar-nav .nav-item .nav-link:hover{
    background-color: #1A588E;
    color: #fff;
}
.footer-team li {
  color: #fff;
}

.about-wrap p {
  color: #000;
  font-size: 20px;
}

.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;
}
ul.audio-lists {
   border: 1px solid #ddd;
   padding: 15px;
   list-style: none;
}

ul.audio-lists li a {
   font-weight: 600;
   font-size: 20px;
   color: #333;
}

ul.audio-lists li .audio-play {
   background: #ddd;
   padding: 10px 10px 5px 10px;
   margin: 15px 0px;
}

ul.audio-lists li .play a span {
   padding-right: 15px;
}
ul.audio-lists li .play a span {
   padding-right: 15px;
}
ul.audio-lists li .play .float {
    float: right;
}

.pro-schedule .nav-tabs {
    background: #0e539a;
}
.pro-schedule .nav-tabs .nav-link {
  color: #fff;
}
.pro-schedule .nav-tabs {
    border-bottom: 1px solid #032F96;
    background: #0e539a;
}

.pro-schedule .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    background: none;
    background: #d8242a;
    border-bottom-color: transparent;
    cursor: default;
    border: none;
}
.pro-schedule .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #FFF;
    background: none;
    background: #d8242a;
    border-bottom-color: transparent;
    cursor: default;
    border: none;
}


.module>header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.module>header>h2 {
    font-size: 24px;
    position: relative;
    padding:7px 13px;
}
.module>header>h2>a{
    color:#eee;
}
.module>header>h2:after {
    content: "";
    position: absolute;
    right: -999999px;
    height: 1px;
    background: #ccc;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}

.teamlist-wrap figure {
  height: 220px;
  max-width: 100%;
  margin: 0;
}
.teamlist-wrap figure img {
  height: 100%;
  width: 100%;
}
.teamlist-wrap {
  margin-bottom: 15px;
}
.teamlist-detail{
  background:#faf7f7;
  text-align: center;
  padding: 15px;
}
.teamlist-detail h3 a {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    top: 240px;
    width: 150px;
 color: #fff!important;
    z-index: 1100;
}
.sticky li {
    list-style-type: none;
    background-color: #d8242a;
    
    height: 100%;
    padding: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    display:flex;
    align-items:center;
    grid-gap:15px;
}
.sticky li p {
    margin: 0px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff!important;
    margin-bottom: 5px;
    margin: 0 auto;
}
.sticky li:hover {
    margin-left: -100px;        font-size:42px;


  
File Path:/public_html/new/assets_front/css/style.css
Modified:11:31:47 - 03/12/2023
Word Wrap:

None
Theme:
Home
Preferences
Security Details

}

/***** Pradesh News *****/
.pradesh-news{
    justify-content: space-between;
    gap:30px;
    background-color:#d5d5d5;
    margin-bottom:30px;
    align-items: center;
}
.pradesh-news .title-wrap{
    margin:0;
}
.pradesh-news .title-wrap>a.link-more{
    display:none;
}

.pradesh-news .home-pradesh{
    list-style-type:none;
    white-space: nowrap;
    overflow-x: auto;
    gap: 10px;
    flex: 1;
    margin:0;
    justify-content: end;
}
.pradesh-news .home-pradesh li a{
    color:#333;
    padding:5px 10px;
    border-radius:10px;
    border:1px solid #f1f1f1;
    display:block;
    transition:all ease-in-out .4s;
}
.pradesh-news .home-pradesh li a:hover{
    background-color: #f1f1f1;
    color:#ae2029;
}

.writer-name {
		text-align: center;
		width: 100%;
	}
	.writer-name ul {
		list-style: none;
		padding: 0;
		margin: 0 0 15px 0;
	}
	.writer-name ul>li {
		display: inline-block;
		padding-right: 5px;
	}
	.ath-img img {
		border-radius: 50%;
		height: 36px;
		width: 36px;
	}
	 .writer-name ul li a {
		font-weight: 600;
                        color: #000;
	}
.writer-name1 {
				
	display: inline-block;
		
		margin: 0 20px 0 0;
			}
			.writer-name1 ul {
				list-style: none;
				padding: 0;
				margin: 0 00 0;
			}
			.writer-name1 ul>li {
				display: inline-block;
				padding-right: 5px;
			}
			.ath-img1 img {
				border-radius: 50%;
				height: 36px;
				width: 36px;
			}
			 .writer-name1 ul li a {
				font-weight: 600;
                                color: #000;
			}
			
@media screen and (max-width:991px){
    .nav-sec .navbar{
       overflow-y: auto;
        max-height: 80vh; 
    }
    .navbar-nav{
        align-items: flex-start !important;
        margin-top:20px;
    }
    .nav-sec .navbar-nav .nav-item{
        margin:0;
    }
    .nav-sec .navbar-nav .nav-item.active .nav-link {
        background-color: transparent;
        color: #bbb;
    }
}
@media screen and (max-width:767px){
    .headline-wrap h1{
        font-size:42px;
    }
}

.green-text {
  color: green;
}