/*
Theme Name: Waveritam
Theme URI: https://waveritam.com/
Author: Kantipur Infotech
Author URI: https://kantipurinfotech.com/
Description: Waveritam
Tags: Waveritam
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Note: The CSS files are loaded from assets/css/ folder.
*/

@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Karma:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

:root {
	--primary-color: #D82105;
	--secondary-color: #070C80;
	--heading-color: #1c1203;
	--red-color: #D82105;
	--hover-color: #fff;
  }



/* start wire1 */
.main-container {
  margin: 70px auto;
  max-width: 1300px;
}

.home-article-heading {
  font-size: 20px;
  color: #000;
  font-family: Mukta, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 100%;
}


.card {
  background: transparent;
  border: none;
}
.line {
  border-bottom: 1px solid #dfd0a6;
  opacity: 0.5;
  width: 100%;
  margin-bottom: 12px;
}
.article-category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #cd2529;
  margin-top: 7px;
}

.article-title {
  max-width: 1440px;
  font-size: 20px;
  font-weight: 700;
  font-family: Mukta, sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
  margin-bottom: 8px;
  display: -webkit-box;
  color: #212529;
  cursor: pointer;
}
.article-author-time-wrapper {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.7;
  font-family: Mukta, sans-serif;
  text-overflow: ellipsis;
  white-space: wrap;
  overflow: hidden;
  padding-top: 7px;
}

.article-author a {
  color: #000;
}

.article-container {
  margin-bottom: 10px;
}
.article-container .article-image {
  height: 225px;
  width: 100%;
  object-fit: cover;
}
.article-container .article-text-wrapper {
  width: 100%;
}
.article-container .article-text-wrapper .article-category-wrapper {
  height: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-read-time {
  color: #000;
  font-size: 12px;
  opacity: 0.5;
}
.article-category-wrapper a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.article-text-wrapper .article-title a {
  color: #000;
}
.article-excerpt {
  max-width: 1440px;
  font-size: 16px;
  font-weight: 400;
  font-family: Mukta, sans-serif;
  color: rgba(28, 29, 26, 0.6);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main-article-container .featured-text-wrapper {
  width: 100%;
  background: #f5f5f5;
}
.main-article-container .featured-text-wrapper .featured-text {
  padding: 18px;
}
.main-article-container .featured-text-wrapper .featured-image {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.sub-image {
  height: 230px;
  object-fit: cover;
}

.side-image {
  height: 250px;
  object-fit: cover;
}

.image-heading {
  color: #cd2529;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-family: Besley;
  margin-bottom: 10px;
}


/* end wire1 */







.logo-sticky img {
    height: 40px;
    width: 0;
    opacity: 0;
	border: 2px solid red;
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
}
.logo-sticky {
    display: none;
    transition: 1s all ease-in-out;
}
.logo-sticky.sticky {
    display: flex;
    justify-content: start;
    align-items: center;
}
.logo-sticky.sticky img {
    width: 40px;
    opacity: 1;
}

.container{
	padding: 0!important;
}
.tags-container{
	height: 52px;
	background: #f1f1f1;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.tag-btn{
	padding: 4px 14px;
	border-radius: 100vw;
	background: #ffffff;
	margin: 0 5px;
}
.tag-btn:hover{
	background: #C81E03;
	color: #ffffff;
}
.paryatan-post{
	background: #ffffff;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 0px!important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #C81E03!important;
}
.number{
	min-height: 50px;
	min-width: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #ffffff;
	font-size: 24px;
	background: #C81E03;
	margin-right: 10px;
}
.navbar-nav .nav-item{
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
/* 	border-bottom: 2px solid #f5f5f5; */
	transition: 0.3s all ease-in-out;
}
.home-btn{
	height: 40px;
	width: 40px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	color: var(--red-color);
	border-radius: 50%;
	transition: 0.3s all ease-in-out;
}
.home-btn:hover{
	background: var(--red-color);
	color: #ffffff;
}
  a{
	text-decoration: unset;
	  color: unset;
  }
	hr{
		opacity: 0.08!important;
	}
.mbl-show{
	display: none;
}
.modal{
	backdrop-filter: brightness(0.5);
}
/* Responsive Mobile */



@media only screen and (max-width: 600px){
	.container{
		padding: 0 20px!important;
	}
	.tags-container{
		width: 100vw;
		overflow-x: scroll;
	}
	
	.tags-container .container{
		justify-content: space-between!important;
		padding: 0 10px;
	}
	
	.tag-btn{
	width: fit-content;
    border-radius: 100vw;
    background: #ffffff;
    margin: 0 5px;
    padding: 3px 24px;
    white-space: nowrap;
}

	.pradesh-title{
		display: flex!important;
		flex-direction: column!important;
		align-items: flex-start!important;
	}
	#pradesh-tab li{
		margin-left: 0!important;
		margin-right: 10px!important;
	}
	.mbl-show{
		display: block;
	}
	.mbl-hide{
		display: none;
	}
	/* Navbar */
	#navbar {
		display: none !important;
	}

	.side-bar p {
		display: none;
	}
	.mbl-pd{
		padding: 24px!important;
	}
	.mbl-pd p{
		text-align: justify;
	}

	.offcanvas.offcanvas-start {
		max-width: 300px !important;
	}

	.photo-feature-height{
		height: auto!important;
	}
	
	.trending, #blog-set{
		margin-top: 40px!important;
	}
	.list-view {
		margin: 0!important;
	}
	/* Upper Part */
	#upperpart {
		margin-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.post-image img {
 
    height: auto!important;
}
	

	.context {
		margin-top: 0px !important;
	}

	.upper-content h2 {
		font-size: 35px !important;
	}

	.upper-content h3 {
		margin: 10px 0 10px 0;
	}
	.display-date{
		display:none!important;
	}
	

	/* Mukhya Samachar */
	#mukhya {
		margin-top: -10px !important;
	}
.main-container {
  padding: 0 15px;
}
	.side-img{
		width:100%;
		height:100%;
	}
	.main-article-container .featured-text-wrapper .featured-image {
		width:100%;
		height: 100%;
	}
	.mukhya1-content h3 {
		font-size: 25px !important;
	}

	.side-post {
		display: flex !important;
		flex-direction: row !important;
	}

	.mobile-left {
		width: 40% !important;
	}

	.mobile-right {
		width: 60% !important;
	}

	.side-post {
		margin-top: 10px !important;
	}
	
	.antarbarta-image img {
		height: 200px !important;
	}

	.side-post .title {
		font-size: 20px !important;
		font-weight: 700 !important;
		line-height: 1.25 !important;
	}

	.image-text .card {
		z-index: 0 !important;
	}

	.nav-tabs .nav-link {
		margin-top: 15px !important;
	} 

	#pradesh-mukhya-samachar .image-text .card {
		height: 350px !important;
		margin-bottom: 20px;
	}

	.image-text .card-title {
		font-size: 22px !important;
	}

	.arrow {
		z-index: 0 !important;
	}

	.pradesh-height {
		height: auto !important;
	}

	.pradesh-height .side-post img {
		max-width: 135px !important;
		min-width: 125px !important;
	}

	.sec-title h2 {
		font-size: 24px !important;
	}
	.tab-pane .sec-title h2 {
		font-size: 20px !important;
	}

	#headlines .side-post img {
		max-width: 135px !important;
	}

	.artha-post .card {
		height: 290px !important;
		margin-bottom: 30px;
	}

	#carouselExampleIndicators {
		height: 450px !important;
		margin-bottom: 20px;
	}

	.artha-post .posts .title {
		font-weight: 700 !important;
	}

	#arthatantra .side-post img {
		max-width: 135px !important;
	}

	#arthatantra {
		margin-bottom: 10px !important;
	}

	#crime {
		margin-top: 0px !important;
	}

	.sec-title {
		margin-top: 20px !important;
	}

	.padne-post .side-post img {
		height: 80px;
   		 object-fit: cover;
    	max-width: 130px;
    	min-width: 125px;
   	 border-radius: 6px;
	}

	.paryetan .side-post img {
		max-width: 135px !important;
		min-width: 125px !important;
		height: 90px !important;
	}

	.second-part .card {
		height: 400px !important;
		margin-bottom: 20px;
	}

	.second-part .card-title {
		font-size: 25px !important;
		padding: 0px !important;
		line-height: 1.3 !important;
	}

	.bichar-post {
		display: flex !important;
		flex-direction: column;
	}

	.bich-mobile-left {
		width: 25%;
	}

	.bich-mobile-right {
		width: 75%;
	}

	.bichar-post img {
		height: 75px !important;
		width: 75px !important;
	}

	.divider {
		display: block !important;
	}

	#special .image-text .card {
		height: 300px !important;
		margin-bottom: 20px;
	}

	.advertisement img {
		margin-top: 20px !important;
		margin-bottom: 0px !important;
	}

	#special {
		margin-bottom: 5px !important;
	}

	#khelkud .image-text .card {
		height: 300px !important;
		margin-bottom: 20px;
	}

	.entertain-main .card {
		height: 300px !important;
		margin-bottom: 20px;
	}

	.entertain-height {
		height: auto !important;

	}

	.entertain-sec .card {
		height: 225px !important;
		margin-bottom: 20px;
	}

	.large-text .title {
		font-size: 25px !important;
	}

	#entertainment .side-post {
		margin-bottom: 10px !important;
	}

	#swastha .posts {
		margin-bottom: 15px !important;
	}

	#swastha .side-post img {
		height: 90px !important;
		max-width: 135px !important;
	}

	.prabhidi .image-text .card {
		height: 350px !important;
	}

	.post-height {
		height: auto !important;
	}
	
	.rojgar-post {
		height: auto !important;
	}

	#prawas .image-text .card {
		height: 350px !important;
	}

	#prawas .side-post img {
		max-width: 135px !important;
		min-width: 135px !important;
	}

	#Sahitya .title {
		font-size: 22px !important;
		font-weight: 700;
	}

	.rochak-height {
		height: auto !important;
	}

	.rochak-post .image-text .card {
		height: 300px !important;
		margin-bottom: 20px !important;
	}

	.tv-post .image-text .card {
		height: 300px !important;
	}

	.tv-spec {
		height: auto !important;
	}

	.crime-mobile .side-post {
		margin-bottom: 20px !important;
	}

	.crime-mobile .side-post img {
		max-width: 135px !important;
		min-width: 135px !important;
	}

	#prawas .image-text .card {
		margin-bottom: 10px !important;
	}

	.crime-mobile {
		display: flex !important;
		flex-direction: column !important;
	}

	/* Single Page */

	.side-socialmedia {
		display: none !important;
	}

	#singlepage .upper-content h2 {
		font-weight: 800 !important;
	}

	.post-details {
		display: block !important;
	}
	.news-info {
		display: flex !important;
	}

	.writer {
		width: 50% !important;
	}
	.post-details .time {
		width: 50% !important;
		border: none !important;
		margin: 0px !important;
		padding: 0px !important;
	}

	.add1 {
		margin-bottom: 10px !important;
	}

	.add2 {
		margin-bottom: 10px !important;
	}

	.add3 {
		margin-bottom: 10px !important;
	}

	.yopani .side-post img {
			max-width: 135px !important;
			min-width: 135px !important;
			height: 90px !important;
	}

	.author-icon {
		height: 65px !important;
	} 

	.padne-post {
		height: auto !important;
	}

	.outer-box {
		height: auto !important;
	}

	#paryetan .image-text .card {
		height: 300px !important;
		margin-bottom: 20px;
	}

	.modal-content {
		height: 300px !important;
		width: 410px !important;
		margin: auto;
		margin-top:150px;
	}

	.modal-backdrop.fade {
		height: auto !important;
	}

	/* Entertainment Second */
	
	
	

	.not-display {
		display: none !important;
	}

	.to-display {
		display: flex !important;
	}

	#entertainment-second .nav-tabs {
		justify-content: left !important;
	}

	#ghumfir .main-part {
		height: auto !important;
	}

	/* footer */
	.footer-content .col-md-5 {
		display: none !important;
	}

	.for-advertisement {
		padding-top: 10px !important;
		margin-bottom: 20px !important;
	}

	.mid-footer-content {
		flex-direction: column !important;
	}

	.mid-part1 {
		flex-direction: column !important;
	}

	.define-space img {
			height: 25px !important;
			width: 25px !important;
	}

	.mid-part2 ul {
		padding-left: 0px !important;
	}

	.mid-part2 .define-space {
		padding: 10px !important;
	}

	.end-footer-content {
		flex-direction: column !important;
	}

	.end-part1 {
		flex-wrap: wrap; 
	}

	.end-part1 .text {
		margin-bottom: 10px !important;
	}

	.social-link {
		margin-bottom: 10px !important;
	}

	.end-part2 {
		margin-top: 10px !important;
	}

	.footer-suchana {
		border: none !important;
	}

	.end-cridit p {
		margin-top: 10px !important;
	}

	.end-cridit {
		display: none !important;
	}

	.footer-content {
		padding: 75px 0px 0px 0px !important;
	}

	p.describe {
		text-align: center !important;
	}



	.add-content-footer {
		text-align: center !important;
	}
	
	.add-content-footer {
		margin-left: 20px;
	}
	
	.hide-logo {
		display: none !important;
	}
	
	.antarbarta-post1 {
		height: auto !important;
	}
	
	.antarbarta-content {
		height: auto !important; 
	}
	
	 .side-bar {
		display: block !important;
	}
	
	#englishDate {
		display: none !important;
	}
	
	#header .side-bar .btn{
	display: block !important;
}
	
	.display-date h6 {
		margin-right: 0px !important;
	}
	
	.head-social {
		display: none !important;
	}
	
	.mobile-logo {
	display: block !important;
	}
	
	.display-date h6 {
		border-right: none !important;
		padding-right: 0px !important;
		margin-bottom: 0px;
	}
	
	.the-content img {
		height: 100%;
	}
	
	.yopani .container {
	}
	
	.line-divide {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
	#special .col {
		padding: 0px !important;
	}
	
	.lowest-footer .text-end {
		text-align: left !important;
		margin: 10px 0px;
	}
	
	#sikshya-sahitya .posts img {
		width: 100% !important;
	}
	
	.search i {
		padding: 0px !important;
	}
	
	.header {
		padding: 10px 0px !important;
	}
	
	.inner-tags {
		overflow-x: scroll !important;
	} 
	
	.design::after {
		width: 40% !important;
	}
	
	.design::before {
		width: 35% !important;
	}
	
	#header {
		display: flex !important;
		position: sticky !important;
		top: 0 !important;
		z-index: 10;
		
	}
 }


 * {
	box-sizing: border-box;
	
}

/* add-upper */

#add-upper img  {
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 6px;
}


/* Header */
.mobile-logo {
	display: none;
}

.mobile-logo img {
	width: 200px;
    height: auto;
	object-fit: cover;
}
	#header {
		display: none;		
		background-color: #fff;

	}

#header .side-bar .btn{
	display: none;
}

#header .container-fluid {
	border-top: 1px solid #e3e0e0;
	border-bottom: 1px solid #e3e0e0;
}

.header {
	font-family: Mukta,sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.second-side {
	display: flex;
	align-items: center;
}

.second-side .outer .button {
	font-size: 14px !important;
	margin-top: 7px;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 50px;
}

.nav-in {
	display: flex;
	justify-content: space-between;
}

.nav-in .side-bar button i {
	color: #ffffff;
}

.header .side-bar button i {
	color: #0f3f88;
}

#navbar .second-side .outer .button {
	margin: 0px 10px;
}

.modal-backdrop {
	display: none !important;
}

.modal-header .fs-5 {
	font-size: 28px !important;
	font-family: Mukta,sans-serif;
}

.main-btn .btn-primary {
	border: none;
	background: none;
	border-radius: 0px;
}

.main-btn .btn:hover {
	background: none;
}

.modal-footer .btn-primary {
	background: var(--primary-color);
	font-size: 20px !important;
	border: none;
}

.modal-body {
	border: 1px solid rgb(111, 108, 108);
	border-radius: 5px;
}

.modal-body input {
	font-family: Mukta,sans-serif;
    font-size: 22px;
    outline: 0;
    transition: .3s ease;
    width: 100%;
    border: none;
    background: 0 0;
}

.modal-content {
	width: 630px;
	padding: 45px;
}

.search i {
	background-color: none;
	padding: 10px 10px;
	border-radius: 50px;
	
}

.mobile-search button {
	width: 100%;
	background: var(--secondary-color);
	opacity: 0.8;
	border: none;
	border-radius: 100vw;
}

.mobile-search button:hover {
	background: var(--secondary-color);
	opacity: 1;
}

.side-bar{
	display: flex;
	align-items: centers;
}

.side-bar p {
	font-size: 14px;
	opacity: 0.5;
	font-weight: 600;
	margin-top: 15px;
}

.display-date {
	display: flex;
	margin-top: 10px;
}




.nav-manage {
	display: flex;
}

.display-date h6 {
	text-transform: Uppercase;
}
.display-date .time {
	margin-right: 10px;
	border-right: 1px solid grey;
	padding-right: 10px;
	font-size: 14px;
	text-transform: Uppercase;
	font-weight: 600;
}

.logo {
	justify-content: center;
	display: flex;
	flex-direction: column;
}


.logo2 img {
	width: 20%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.logo img {
	width: 100%;
	height: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn i {
	margin-bottom: auto;
	display: block;
	font-size: 30px;

}

.offcanvas-header img {
	width: 100%;
	height: auto;
}

.can-form {
	padding-bottom: 20px;
}

.search i {
	font-size: 20px;
}

.head-social {
	display: flex;
	flex-direction: row;
	border-right: 1px solid #e3e0e0;
}

.head-social ul {
	align-items: center;
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-left: 5px;
	margin-bottom: 0px;
}

.head-social ul li {
	vertical-align: middle;
	padding: 5px;
	font-size: 25px;
}


.head-social a {
	color: var(--secondary-color);
	transition: all 0.3s ease-in-out;
}

.head-social .fa-brands, .fab {
    border-radius: 50px;
    color: #fff;
	font-size: 14px;
    font-weight: 400;
}

.head-social .fa-twitter.fa-brands  {
	background: #3cd9ff;
	padding: 10px;
}

.head-social .fa-facebook-f.fa-brands  {
	background: #486cb4;
	padding: 10px 12px;
}

.head-social .fa-youtube.fa-brands  {
	background: #ff0808;
	padding: 10px;
}

.head-social .fa-square-instagram.fa-brands  {
	background: #ef337f;
	padding: 10px;
}

.head-social a:hover {
	
	color: var(--primary-color);
}

/* Moobile Nav New */
.offcanvas.offcanvas-start {
	position: fixed;
	overflow-y: scroll;
    top: 0;
    /* z-index: 999; */
    background-color: #f4f6f8;
    color: #2260bf;
    width: 100%;
    height: 100%;
    max-width: 350px;
    box-shadow: rgba(34,96,191,.24) 0 0 48px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}

.side-menu-items {	
    height: 70%;
}

span.cross {
	display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px !important;
    transform: rotate(45deg);
    cursor: pointer;
	color: #00adef !important;
}
.side-bar .side-menu-items ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

.side-bar .side-menu-items ul li {
	padding: 15px 0;
    position: relative;
    margin-bottom: 10px;
    display: flex;
	vertical-align: middle;
}

.side-bar .side-menu-items a {
	display: block;
/*     margin-top: 9px; */
    font-size: 20px;
    font-family: Mukta,sans-serif;
    color: #000;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    z-index: 5;
    line-height: 1;
    flex: 2;
}

.side-bar .side-menu-items a:hover {
	color: var(--secondary-color) !important;
}

.side-bar .side-menu-items ul li:before {
    content: '';
    background-color: rgba(0,0,0,.04);
    height: 100%;
    width: calc(100% + 15px);
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    transition: all .3s ease;
}

.side-bar .side-menu-items ul li:hover:before {
	width: calc(100% + 30px);
	color: #00adef;
}

.mobile-search {
	border: 1px solid rgb(108, 106, 106);
	border-radius: 5px;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 6px;
	border-radius: 100vw;
}

.mobile-search input {
	font-family: Mukta,sans-serif;
    padding: 10px 20px 10px 20px;
    font-size: 17px;
    outline: 0;
    transition: .3s ease;
    width: 100%;
    border: none;
    background: 0 0;
}

.mobile-search i {
    position: absolute;
    top: 12px;
    cursor: pointer;
    border: none;
    right: 12px;
    padding: 0;
    width: 20px;
    font-size: 0;
    height: 36px;
    background-repeat: no-repeat;
    opacity: .7;
}

.side-menu-items span {
	font-size:20px;
	padding: 5px 5px;
	vertical-align: middle;
	border-radius: 50px;
	color: white;
}

.material-symbols-outlined {
	font-size: 30px;
	font-family: Mukta,sans-serif;
}

.side-box {
	padding-left: 0;
    margin-left: auto;
}

.side-box a {
	padding: 15px 15px;
    border-radius: 4px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff !important;
    text-transform: uppercase;
    border: solid 1px transparent;
	font-size: 16px;
	font-weight: 700;
}

.mobile-search .side-box a {
	padding: 5px 5px;
	font-size: 18px;
}

.mobile-search .side-box a:hover {
	background-color: #00adef;
	color: white !important;
	opacity: 0.8;
}

.side-box a:hover {
	background-color: #bac2ca;
	color: #00adef;
}
/* Nav Bar */

#navbar {
	background-color: #231e20;
	position: sticky;
	top: -1px !important;
	height: 60px;
	z-index: 10;
	display: flex;
	align-items: center;
	border-top: 3px solid #C81E03;
	border-bottom: 2px solid transparent;
}


.nav-item .nav-link {
	color: #ffffff;
}

.navbar-toggler {
	background-color: white !important;
}

.navbar {
	font-family: Poppins;
	justify-content: space-evenly;
	font-weight: 600;
}

.outer {
	display: flex;
	align-items: center;
}

.outer .button {
	margin-left: 0px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: 700;
    color: white;
    background-color: var(--secondary-color);
    text-decoration: none;
	border: none;
}

.nav-link .button:hover {
	color: #000 !important;
	background: #d8d8d8;
}
.navbar-btns{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 20%;
	font-family: Poppins;
	transition: all .2s ease-in-out;
}
.navbar-btns button{
	background: none;
	border: none;
}
.navbar-btns .button{
	font-weight: 400;
	border-radius: 40px;
	padding: 0 14px;
	line-height: 28px;
	background: #C6282833;
	color: #C62828;
}
.navbar-btns .en{
	padding: 0 14px;
	background: #C62828;
	color: #ffffff;
}
.nav-link .active {
	color: #00adef;
}

.nav-link {
	font-size: 18px;
	font-weight: 600;
	color: #0a0a0a;
}

.nav-item{
	transition: all .3s ease-in-out;
}
.nav-item:not(:first-child):hover{
/* 	border-bottom: 2px solid var(--red-color)!important; */
}
.nav-item:hover a{
/* 	color: var(--hover-color)!important; */
	text-decoration: none;
	color: #EC2627;
}

.navbar-nav .dropdown-menu {
	background: #ffffff;
	border: none!important;
    padding: 14px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar-nav .dropdown-item {
	font-family: Khand;
	font-weight: 600;
	color: var(--secondary-color);
	opacity: 0.7;
	font-size: 18px;
	transition: all .3s ease-in-out;
}

.navbar-nav .dropdown-item:hover{
	color: var(--secondary-color)!important;
	opacity: 1;
	transform: translatex(10px);
	background: none;
}



.nav-link .button:hover {
	color: black;
}

.navbar-expand-lg .navbar-nav .nav-link {
	display: flex;
	justify-content:center;
	align-items: center;
	height: 100%;
	font-family: Mukta;
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}


/* Tags */
#tag {
	background-color: #f1f1f1;
}

.tag-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tag-menu ul {
	display: flex;
	margin: auto;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tag-menu ul li {
	display: inline-block;
}

.tag-menu ul li a {
	text-decoration: none;
	opacity: 0.9;
	display: inline-block;
    vertical-align: middle;
    color: rgba(0,0,0,.6117647059);
    font-weight: 600;
    transition: all .2s ease;
    background: #fff;
    font-size: 13px;
    padding: 4px 15px;
    border-radius: 60px;
    margin-left: 12px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
}

.tag-menu ul li a:hover {
	color: #00adef;
}



/* Upper Part */

#upperpart {
/* 	margin-top: 40px;
    border-bottom: solid 2px rgba(0,0,0,.16);
    padding-bottom: 40px; */
}

.upperpart {
	margin-bottom: 10px;
	margin-top: 30px;
	font-family: Mukta,sans-serif;
}

.context {
	font-size: 16px;
	display: inline-block;
	color: var(--secondary-color);
	line-height: 1.2;
	border-radius: 4px;
	font-weight: 500;
	margin-top: 15px;
	padding-bottom: 3px;
}

.heading {
	margin-top: 10px;
}

.single-upper .heading {
	width: max-content;
	padding: 0px 5px;
	border-bottom: 4px solid var(--primary-color);
	margin-bottom: 20px;
}

.upper-content h2 {
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}

.upper-content a {
	color: rgba(17,17,17,.94);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s;
	padding: 10px;
}

.upper-content a:hover {
	color: var(--secondary-color);
	opacity: 0.8;
}

.upper-content h3 {
	margin: 10px 0 15px 0;
	font-size: 22px;
    opacity: .6;
    font-weight: 500;
    line-height: 1.65;
}

.news-info {
	justify-content: center;
    margin-top: 8px;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 30px;
}

.news-info div {
	position: relative;
    font-size: 15px;
    color: #100f0f;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.news-info .stack-view {
	background-color: white;
	padding: 5px;
	border-radius: 50px;

}

.writer {
	display: flex;
	flex-direction: column;
}

.writer img{
	padding: 3px;
    background: #fff;
    height: 35px;
    width: 35px;
    object-fit: cover;
    margin-left: auto;
	margin-right: auto;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
	outline: 3px solid #fff; 
}

.writer a {
	color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
	text-decoration: none;
}

.writer a:hover {
	text-decoration: none;
	color: var(--primary-color);
}

.time {
	opacity: 0.8;
}

.time i {
	font-size: 14px;
	margin-right: 8px;
    margin-left: 10px;
}

.time span {
	font-size: 15px;
	font-weight: 500;
}

.post-image img {
	margin-top: 20px;
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.post-image hr {
	margin-top: 40px;
}

.advertisement img{
	border-radius: 6px;
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Mukhya Samachar */

#mukhya {
	margin-top: 40px;
	font-family: Mukta,sans-serif;
	margin-bottom: 40px;
}

#mukhya .card-body {
	padding: 0px;
}

.sec-title {
	margin: 0px 0 36px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.sec-title2 {
	margin: 40px 0 27px 0;
    position: relative;
    display: flex;
	justify-content: center;
}

.sec-title2 h2 {
	margin: 0 0 0;
    line-height: 1;
    font-size: 30px;
    font-weight: 600;
    font-family: Khand;
    color: var(--heading-color);
    position: relative;
    padding-right: 13px
}

.design {
	position: relative;
}

.design::before {
	background: linear-gradient(to right, #727272, #fff);
    content: "";
    position: absolute;
    top: 12px;
	width: 45%;
    height: 3px;
}

.design::after {
	background: linear-gradient(to left, #727272, #fff);
    content: "";
    position: absolute;
    top: 12px;
	width: 46%;
    height: 3px;
	right: 0;
}

.sec-title h2 {
	background-color: #C81E03;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 5px 15px;
    position: relative;
	cursor: pointer;
	border-left: 10px solid #231E20;
}
.sec-title h2:after{
	border-style: solid;
    border-width: 10px 5px 0 15px;
    border-color: #C81E03 transparent transparent transparent;
/*     content: ''; */
    height: 0;
    left: 15px;
    position: absolute;
    top: 100%;
    width: 0;
	cursor: pointer;
}
.sec-title h2 a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	font-family: Khand;
}

.arrow {
	margin-right: 10px;
}

.arrow a {
	font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: rgba(0,0,0,.6901960784);
    position: relative;
    z-index: 1;
	background: #fff;
    padding-left: 13px;
	text-decoration: none ;
}

.sec-title a:hover {
	text-decoration: none;
	color: #ffffff;

}

.arrow a:hover {
	color: var(--primary-color);
	transition: all 0.2s ease-in-out;
}

.arrow a i {
	transition: all 0.5s ease-in-out;
}

.arrow:hover a>i {
	transform: translateX(7px);
	color: var(--primary-color);
}

.mukhya-post1 {
	background-color: rgba(0,0,0,.0705882353);
    font-family: Mukta,sans-serif;
    color: black;
	margin-bottom: 22px;
	border-radius: 6px;
	height: 370px;
}
.mukhya-post1 .row{
	height: 100%;
}

.mukhya1-image{
	height: 100%;
}
.mukhya1-image img{
	height: 370px;
	width: 100%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	object-fit: cover;
}

.mukhya1-content {
	color: rgba(0,0,0,.0705882353);
	padding: 30px 35px 35px 35px;
    display: grid;
    border-radius: 0 3px 3px 0;
    place-content: center;
  }
  
  .mukhya1-content h3 {
	margin-bottom: 15px;
	font-weight: 600;
  	font-size: 35px;
	line-height: 1.354;
	font-size: 30px;
	font-weight: 700;
  }

  .mukhya1-content h3 a:hover {
	color: var(--primary-color);
  }
  
  
  .mukhya1-content p {
	  font-size: 17px;
	  color: rgba(0,0,0,.83);
	  font-weight: 500;
	  line-height: 1.8;
  }
  
  
  .mukhya1-content a {
	  color: black;
	  text-decoration: none;
  }

  .mukhya-1 a:hover h3 {
	color: #00adef;
  }

  #mukhya .posts img{
	height: 170px;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 10px;
  }

  .title {
	text-decoration: unset;
	font-weight: 500;
    line-height: 1.4;
    font-size: 20px;
	color: rgba(0,0,0,0.8);
	font-family: Mukta,sans-serif;
	transition: all .3s ease-in-out;
	
  }
  .title:hover {
	color: rgba(0,0,0,1);
	
  }

  .title a {
	transition: all .3s ease-in-out;
  }

  .side-advertisement {
	position: sticky;
	top: 100px;
  }

  .side-advertisement img {
	border-radius: 6px;
	height: auto;
	width: 100%;
  }


  /* Samachar */

  .samachar {
	margin-top: 10px;
	margin-bottom: 20px;
  }

  .samachar .side-post img {
	height: 100px;
	max-width: 140px;
  }

  .samachar .card-body{
	padding: 0px;
  }

.post-time {
    margin-top: 8px;
    flex-wrap: wrap;
}

.time1 {
	margin-top: -5px;
}

.time1 i {
	font-size: 13px;
    vertical-align: initial;
    margin-right: 2px;
    font-weight: 500;
    opacity: .8;
}

.time1 span {
	font-size: 13px;
    vertical-align: initial;
    margin-right: 2px;
    font-weight: 500;
    opacity: .8;
}

/* Pradesh Mukhya Samachar */
#pradesh-mukhya-samachar {
	margin-top: 20px;
	font-family: Mukta,sans-serif;
	margin-bottom: 20px;
}

#pradesh-mukhya-samachar .pradesh-height .card-body {
	padding: 0px;
}

.pradesh-height .w-100 {
	height: 100% !important;
} 

.sub-sec {
	margin-bottom: 25px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.sub-sec ul {
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
}

.sub-sec ul li {
	margin-right: 15px;
	display: inline-block;
}

.tab-content {
/* 	margin-top: 40px; */
}

.tab-pane .sec-title {
	margin: 0px 0 20px 0;
}


.tab-pane .sec-title h2 {
	font-size: 20px;
}

.nav-tabs .nav-link {
	font-family: Poppins;
    border-radius: 3px;
    padding: 0 14px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: rgba(0,0,0,.7098039216);
    background: #fff;
    outline: 0;
	text-decoration: none;
	border: 1px solid var(--primary-color);
}

.nav-tabs .nav-item {
	margin-left: 10px;
}

.nav-tabs .nav-link.active {
	background: var(--primary-color);
    color: var(--secondary-color);
    border: none!important;

}

.nav-tabs {
	font-family: Mukta,sans-serif;
	border-bottom: none;
}

.nav-tabs .nav-link:hover{
	border: 1px solid rgba(27,27,27,.1215686275);
    color: #00adef;
    box-shadow: 0 -4px 10px rgba(37,47,63,.17);
	transition: all .35s ease-in-out;
}

.sub-sec ul li a {
	border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 14px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: rgba(0,0,0,.7098039216);
    background: #fff;
    outline: 0;
	text-decoration: none;
}

.sub-sec ul li a:hover {
	border: 1px solid rgba(27,27,27,.1215686275);
    color: #00adef;
    box-shadow: 0 4px 10px rgba(37,47,63,.17);
	transition: all .35s ease-in-out;
}

.image-text {
	font-family: Mukta,sans-serif;
}

.card {
	border: none;
}

.image-text  .card {
	border-radius: 3px ;
	aspect-ratio: 7/6;
	z-index: 1;
	overflow: hidden;
}

.image-text  .card-title {
	color: #fff;
    font-size: 28px;
    font-weight: 600;
	transition: all 1s ease-in-out;
    line-height: 1.3;
}

.card-img-overlay {
    padding: 30px 35px 25px 40px;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    color: #fff;
    border-radius: 6px;
	top: auto;
}

.image-hover{
	transition: all 1s ease-in-out;
}

 .card:hover .image-hover{
	transform: scale(1.2);
	color: #00adef;
	background: linear-gradient(to bottom, transparent 0%, black 100%);
	height: 100%;
	
}

.card:hover .card-title {
	color: white;
	transform: translateY(-20px);
}


.image-text  a {
	overflow: hidden;
	display: block;
}

.image-text  img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	filter: brightness(45%);
	
}



.posts img {
	height: 152px;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 10px;
	object-fit: cover;
}

.posts a {
	color: #000;
	text-decoration: none;
}

.posts a:hover {
	color: var(--primary-color);
}

#pradesh-mukhya-samachar .image-text .card{
	aspect-ratio: 0;
	height: 472px;
	border-radius: 6px;
}

.pradesh-height {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pradesh-height .side-post{
	height: 140px!important;
}
.pradesh-height .side-post img{
	max-width: 140px;
    min-width: 140px;
    height: 100%;
	max-height: 140px;
}
.margintop-6, .margintop-7{
	margin-bottom: 0px!important;
}
.adjust-width img {
	max-width: 140px !important;
	min-width: 140px !important;
}

.title1 {
	font-weight: 500;
    line-height: 1.45;
    font-size: 19px;
	font-family: Mukta,sans-serif;
  }

  /* Headlines */
  #headlines, #bg-section {
	background-color: #f5f5f5;
	padding: 50px 0;
	font-family: Mukta,sans-serif;
  }

  #headlines{
	padding: 50px 0 70px 0;
  }

  #headlines .sec-title h2{
/* 	background: #fffae6; */
  }

  #headlines .arrow a {
	background-color: #fffae6;
  }

  #headlines .card {
	background: none;
  }

  #headlines .card-body {
	padding: 0px;
  }

  .divider {
	display: none;
  }

  .side-post {
	margin-bottom: 10px;
  }
  
  .side-post img {
	max-width: 125px;
    min-width: 125px;
    height: 100px;
    margin-right: 20px;
    object-fit: cover;
    border-radius: 6px;
    flex: auto;
    margin-left: 0;
}

.side-post .title {
	font-size: 20px;
}

.yopani .side-post .title {
	font-size: 20px;
}


.side-post:hover .title a {
	color: var(--primary-color);
}

.side-post a {
	color: black;
	text-decoration: none;
}
 
.side-post a:hover {
	color: var(--primary-color);
}

#headlines .side-post {
	margin-bottom: 20px;
}

#headlines .side-post img {
	height: 130px;
	min-width: 150px!important;
}

#headlines .title {
	font-size: 20px;
}

.offcanvas .btn-close {
	margin-left: auto;
    margin-right: 0;
	color: var(--primary-color);
}




/* Arthatantra */
#arthatantra {
	margin-bottom: 30px;
	background: #161a25;
	background-size: cover;
}

#arthatantra .sec-title h2{
	background: #161a25;
  }

#arthatantra .arrow a {
	background-color: #161a25;
	color: #fff;
}


#arthatantra .sec-title h2 a {
	color: #fff;
	
}


#arthatantra .arrow a:hover i {
	color: rgb(212, 202, 202);
}

#arthatantra .arrow a:hover {
	color: rgb(212, 202, 202);
}

#arthatantra .side-post {
	margin-top: 20px;
}

#arthatantra .side-post:hover .title a {
	color: rgb(204, 190, 190);
}

#arthatantra .side-post a {
	color: white;
	text-decoration: none;
}
 
#arthatantra .side-post a:hover {
	color: rgb(204, 190, 190);
}

#arthatantra .posts a {
	color: white;
}

#arthatantra .posts a:hover {
	color: rgb(204, 190, 190);
}

#arthatantra .tab-content .sec-title h2 {
	background: none;
}

#arthatantra .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #00adef;
	color: #ffffff;
	font-family: Poppins;
}

#arthatantra .nav-tabs .nav-link:hover{
	background: #00adef;
	color: #ffffff;
}

#arthatantra .card {
	background: none;
}

#arthatantra .card-body {
	padding: 0px;
}

#arthatantra .image-text .card {
	margin-bottom: 30px;
	aspect-ratio: 0;
	height: 600px;
	width: 100%;
}

#arthatantra .post-time {
	color: white;
	opacity: 0.8;
}

.artha-post .card {
	aspect-ratio: 0;
	height: 515px;
}

.carousel-item .title{
	margin: auto;
	font-weight: 700;
	font-size: 28px;
}

.carousel-item {
	padding: 30px 40px;
}

.carousel-item a {
	text-decoration: none;
	color: #fff;
}

.carousel-item:hover {
	opacity: 0.8;
}

#carouselExampleIndicators {
	background-color: #24589c;
	height: 515px;
	display: flex;
    align-items: center;
}

.carousel-item p {
	font-size: 18px;
    color: rgba(255,255,255,.8);
    margin-top: 0;
    padding-top: 9px;
    padding-right: 20px;
    line-height: 1.56;
    font-weight: 300;
}

.carousel-item a:hover p {
	color: rgba(255,255,255,.8);
}

.carousel-control-prev {
	left: auto;
	right: 80px;
}

.carousel-control-next {
	right: 10px;
}

.carousel-control-next, .carousel-control-prev {
	top: auto;
	bottom: 50px;
	border: 1px solid white;
	border-radius: 50px;
}

.btn1 {
	display: none;
}

/* Crime */
#crime {
	margin-top: 20px;
	margin-bottom: 10px;
}

#crime .posts img {
	height: 170px;
	width: 100%;
	object-fit: cover;

}

#crime .card-body {
	padding: 0px;
}

.crime-mobile {
	display: none;
}
.padne-post {
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	gap: 20px;
}

  
.padne-post .side-post img {
	height: 100px;
    object-fit: cover;
    max-width: 130px;
    min-width: 125px;
    border-radius: 6px;
}

.padne-post .side-post .title {
	font-weight: 500;
    font-size: 18px;
}

/* Photo Feature */
#photo-features {
	margin-bottom: 20px;
}

.second-part .card {
	aspect-ratio: 0;
	height: 575px;
}

.second-part img {
	filter: brightness(60%);
}

.second-part .card-title {
	padding: 0 20px;
    font-size: 28px;
    text-align: center;
}

.photo-feature-height{
	height: 575px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.third-part .card {
	aspect-ratio: 0;
	height: 275px;
}

.third-part img {
	filter: brightness(60%);
}

.third-part .card-title {
	font-size: 22px;
    text-align: center;
    line-height: 1.35;
}

/* Antarbarta */
#antarbarta {
	margin-bottom: 20px;
}

#antarbarta .card-body {
	padding: 0px;
}

.antarbarta-post1 {
	height: 400px; 
    font-family: Mukta,sans-serif;
    color: black;
	margin-bottom: 10px;
	border-radius: 6px;
	
}



.antarbarta-content {
	background: linear-gradient(to right, var(--primary-color) , var(--secondary-color));
}

.antarbarta-image img{
	height: 400px;
	width: 100%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.antarbarta-content {
	height: 400px;
	color: #fff;
	padding: 30px 35px 35px 35px;
    display: grid;
    border-radius: 3px 0 0 3px;
    place-content: center;
}
  
.antarbarta-content h3 {
	margin-bottom: 15px;
	font-weight: 600;
  	font-size: 35px;
	line-height: 1.354;
	font-size: 30px;
	font-weight: 700;
}

.antarbarta-content h3 a:hover {
	opacity: 0.8;
}
  
  
.antarbarta-content p {
	  font-size: 17px;
	  color: white;
	  font-weight: 500;
	  line-height: 1.8;
	  opacity: 0.8;
}
  
  
.antarbarta-content a {
	  color: white;
	  text-decoration: none;
}

#antarbarta .posts img {
	height: 200px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
}

#antarbarta .posts {
	margin-top: 10px;
}

.bichar {
	position: sticky;
	top: 65px;
}

.bichar-post {
	margin-top: 10px;
	margin-bottom: 20px;
  }

.bichar-post img {
	height: 90px;
	object-fit: cover;
    width: 90px;
    border-radius: 50%;

}

.bichar-post .title {
	font-size: 18px;
}

.bichar-post:hover .title a {
	color: #00adef;
}

.bichar-post a {
	color: black;
	text-decoration: none;
}
 
.bichar-post a:hover {
	color: var(--primary-color);
}

.bichar-post .title {
	margin-left: 20px;
	line-height: 1.4;
    font-size: 18px !important;
    font-weight: 500;
}

.name {
	line-height: normal;
	font-size: 13px;
    font-weight: 600;
    padding: 0;
}

.name a:hover {
	color: black;
	text-decoration: none;
}





/* Special */

#special {
	font-family: Mukta,sans-serif;
	margin-bottom: 20px;
}
#special .image-text .card{
	aspect-ratio: 0;
	height: 500px;
}

#special .image-text .card-title {
	font-size: 23px;
}

#special .card-body {
	padding: 0px;
}

/* Khelkud */

#khelkud {
	margin-bottom: 20px;
}

#khelkud .card-body {
	padding: 0px;
}

#khelkud .card-body img {
	height: 165px;
	width: 100%;
}

#khelkud .image-text .card {
	height: 520px;
	aspect-ratio: 0;

}

/* Entertainment */

#entertainment {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Mukta,sans-serif;
	background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
}

#entertainment .sec-title h2 {
	background: var(--primary-color);
}

#entertainment .sec-title h2 a {
	color: white;
}


#entertainment .arrow a {
	background: var(--primary-color);
	color: white;
}

#entertainment .arrow a:hover {
	opacity: 0.8;
}

#entertainment .arrow a:hover i {
	color: #fff;
	opacity: 0.8;
}

#entertainment .card {
	background: none;
}

#entertainment .side-post {
	margin-top: 20px;
	margin-bottom: 30px;
}

#entertainment .side-post img {
	height: 100px;
}

#entertainment .side-post:hover .title a {
	color: rgb(204, 190, 190);
}

#entertainment .side-post a {
	color: white;
	text-decoration: none;
}

 
#entertainment .side-post a:hover {
	color: #dadada;
}

#entertainment .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: var(--primary-color);
	color: var(--hover-color);
	border: none!important;
}

#entertainment .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
	color: var(--hover-color);
}

#entertainment .nav-tabs .nav-link:hover{
	color: var(--hover-color);
	background: var(--secondary-color);
	border: none!important;
}

.nav-tabs .nav-tabs .nav-link:hover .active {
	color: var(--secondary-color);

}

.nav-tabs .nav-link:hover{
	border: 1px solid rgba(27,27,27,.1215686275);
    color: var(--primary-color);
    box-shadow: 0 -4px 10px rgba(37,47,63,.17);
	transition: all .35s ease-in-out;
}

.entertain-main .card {
	aspect-ratio: 0;
	height: 495px;
}

.entertain-sec .card {
	height: 235px;
	aspect-ratio: 0;
	width: 100%;
}

.entertain-sec .card-title{
	font-size: 22px;
}

.entertain-height {
	height: 495px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


/* Swastha */
#swastha {
	margin-bottom: 20px;
}

#swastha .card-body {
	padding: 0px;
}

.large-text .title {
	line-height: 1.354;
    font-size: 30px;
    font-weight: 700;
}

#swastha .posts {
	margin-bottom: 30px;
}

#swastha .posts img {
	aspect-ratio: 3/2;
}

/* Prabadhi */

.prabhidi .image-text .card {
	height: 400px;
	margin-bottom: 20px;
}

.prabhidi .image-text .card-title {
	font-size: 23px;
    line-height: 1.5;
}

.list-view{
	background: #f5f5f5;
    border-radius: 6px;
    padding: 14px;
    margin-left: 14px;
}
.list-view ul {
	list-style: none;
	margin: 0;
    padding: 0;
}

.list-view ul li:first-child{
	border: none;
	padding-top: 0px;
}


.list-view ul li {
	display: flex;
	border-top: 1px solid rgba(33,30,30,.1490196078);
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}


.list-view ul li a {
	color: rgba(0,0,0,0.7);
	text-decoration: none;
	font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}
.trending .list-view ul li:not(:first-child){
	padding: 20px 0;
}

.list-view ul li a:hover {
	color: #000000;
}



/* Biswo */
#biswo .manage-image img {
	aspect-ratio: 10/7;
}

#biswo .card-body {
	padding: 0px;
}

#biswo .card-body .posts img {
	height: 170px;
    object-fit: cover;
    width: 100%;
}

/* Prawas */
#prawas {
	margin-bottom: 20px;
}

#prawas .image-text .card{
	height: 550px;
	aspect-ratio: auto;
}

.post-height {
	height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Rojgar */

.rojgar-post {
	height: 575px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rojgar-post .side-post img {
	max-width: 110px;
    min-width: 110px;
    height: 100px;
}

.rojgar-post .side-post .title {
	font-weight: 600;
    font-size: 18px;
}

/* Sahitya */
#sahitya {
	margin-top: 20px;
	margin-bottom: 20px;
}

#Sahitya .title {
	font-size: 20px;
}

#Sahitya .posts img {
	height: 170px;
	width: 100%;
	object-fit: cover;

}

#sahitya .card-body {
	padding: 0px;
}

/* Baalsansar */

.baalsansar {
	position: sticky;
    top: 70px;
}

.baalsansar .posts {
	margin-bottom: 5px;
}

.baal-list ul {
	list-style: none;
	margin: 0;
    padding: 0;
}

.baal-list ul li {
	border-top: 1px solid rgba(33,30,30,.1490196078);
	padding-bottom: 10px;
	padding-top: 10px;
}


.baal-list ul li a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
    font-size: 19px;
    line-height: 1.58;
}

.baal-list ul li a:hover {
	color: var(--primary-color);
}

/* Rochak */

#rochak {
	margin-top: 20px;
	margin-bottom: 20px;
}

.rochak-post .image-text .card {
	aspect-ratio: 0;
	height: 500px;
}

.rochak-height {
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rochak-height .card {
	background: none;
}

.rochak-height .card-body {
	padding: 0px;
}

/* Butwal Tv */
#tv {
	margin-top: 10px;
	background-color: #fffae6;
}

#tv .sec-title h2{
	color: var(--heading-color);
	background-color: #fffae6;
}

#tv .sec-title h2 a {
	color: var(--heading-color);
}


#tv .arrow a {
	background-color: #fffae6;
	color: var(--heading-color);
}

#tv .sec-title h2 a {
	transition: all 0.3s ease-in-out;
}

#tv .sec-title h2 a:hover {
	color: var(--primary-color);
}

#tv .arrow a:hover {
	color: var(--primary-color);
}

#tv .arrow a:hover i{
	color: var(--primary-color);
	opacity: 0.8;
}

.tv-post .image-text .card {
	aspect-ratio: 0;
	height: 450px;
	margin-bottom: 40px;
}

.tv-post .side-post:hover .title a {
	color: rgb(204, 190, 190);
}

.tv-post .side-post a {
	color: white;
	text-decoration: none;
}

.tv-post .side-post a:hover {
	color: rgb(204, 190, 190);
}

.tv-spec {
	height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 40px;
}

.tv-spec .title {
	font-size: 20px;
}

.tv-spec hr {
	color: white;
}

.tv-spec .side-post a {
	color: var(--secondary-color);
}

.tv-spec .side-post a:hover {
	color: var(--primary-color);
}

/* Footer */

#footer {
/* 	border-top: 1px solid  rgba(2, 159, 0, 0.10); */
background:  #382407;
font-family: Poppins;
}

.footer-content {
padding: 75px 0px 50px 0px;

}

.footer-content .footer-head h3{
	color:  #fff;
font-family: Poppins;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.52px;
}

p.describe {
	color: #fff;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.24px;
}

p.content {
	color: #fff;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
}

.content a {
	color: #fff;
	text-decoration: none;
}

.content a:hover {
	color: #fff;
	opacity: 0.9;
}

p.second-foot {
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.28px;
}

.second-foot a {
	color: #fff;
	text-decoration: none;
}

.second-foot a:hover {
	color: var(--primary-color);
}

.add-content-footer {
	border-radius: 6px;
background: var(--primary-color) ;
padding: 30px;
}

.add-content-footer {
	color:  #FFF;
font-family: Poppins;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.52px;
}

p.thrid-foot {
color: rgba(255, 255, 255, 0.45);
font-family: Poppins;
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.22px;
}

a.hello {
	color: rgba(255, 255, 255, 0.80) !important;
	text-decoration: none !important;
}

a.hello:hover {
	color: #fff !important;
}

.end-cridit p {
	color: #029F00;
font-family: Poppins;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.22px;
}

.mid-footer {
	background:  #1c1203;
}

.mid-footer-content {
	display: flex;
	padding: 30px 0px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}	

.footer-logo {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mid-part1 {
	display: flex;
	flex-direction: row;
}

.footer-suchana {
	display: flex;
	padding: 15px 25px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-right: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-suchana p{
	color: #fff;
font-family: Poppins;
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.22px;
margin-bottom: 0px;
}

.footer-suchana a{
	color: #fff;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.32px;
text-decoration: none;
}

.footer-suchana a:hover {
	color: var(--primary-color);
}

.mid-part2 {
	display: flex;
	flex-direction: row;
}

.mid-part2 ul {
	display: flex;
	list-style: none;
}

.mid-part2 ul li {
	padding-right: 10px;
}

.mid-part2 .define-space {
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.15);
    padding: 16px;
    transition: all 0.3s ease-in-out;
}
.mid-part2 .define-space:hover {
    background: #00000040;
}

.end-footer {
/* 	border-top: 1px solid #736349; */
background:  linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #000;
}

.end-footer-content {
	display: flex;
padding: 20px 0px;
justify-content: space-between;
align-items: center;
}

.end-part1 {
	display: flex;
	flex-direction: row;
}

.end-part1 .text {
	color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.28px;
padding-right: 6px;
}

.end-part1 .text p {
	margin-bottom: 0px;
}

.social-link a {
	color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.28px;
text-decoration: none;
padding-right: 6px;
transition: all 0.5s ease-in-out;
}

.social-link a:hover{
	border-bottom: 1px solid white;
	transform: translateY(-2.1rem);
}

.text a {
	color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.28px;
text-decoration: none;
padding-right: 6px;
transition: all 0.5s ease-in-out;
}

.text a:hover{
	border-bottom: 1px solid white;
	transform: translateY(-2.1rem);
}


.end-part2 {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.design p{
	color: #E5FFEE;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 140%; 
margin: 0px;
padding-right: 15px;
}

.end-part1 .line1 {
	display: flex;
}

.end-part1 .line2 {
	display: flex;
}


/* Category */

.search-result p{
	color: var(--primary-color) !important;
}

#category {
	margin-top: 20px;
	margin-bottom: 40px;
}

#category .posts img{
	width: 100%;
	height: 200px;
}

#category .card-body {
	padding: 0px;
}

.upper-category {
	margin-bottom: 20px;
}

.upper-category-height {
	height: 400px;
	font-family: Mukta,sans-serif;	
}

.upper-category-height img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.main-news {
	height: 100%;
    background: #fff;
    box-shadow: 3px 8px 34px rgba(0,0,0,.168627451);
	border-radius: 6px;
	padding: 30px 40px 35px 35px;
	display: grid;
	place-content: center;
}

.main-news a {
	font-size: 35px;
    line-height: 1.35;
	font-weight: 700;
	color: rgba(35,37,45,.9490196078);
	text-decoration: none;
}

.main-news a:hover {
	color: var(--primary-color);
}

.main-news p {
	font-size: 17px;
    color: rgba(0,0,0,.83);
    font-weight: 500;
    line-height: 1.8;
}

.grid-view .posts img {
	height: 170px;
	width: 100%;
}

.page-change {
	display: flex;
	justify-content: center;
}

.page-change ul {
	margin: 30px 0 30px 0;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: right;
    position: relative;
}

.page-change ul li {
	margin: 0 0 7px 0;
    display: inline-block;
}

.page-change ul li a {
	display: block;
    text-align: center;
    color: rgba(0,0,0,.6705882353);
    padding: 0 12px;
    line-height: 45px;
    margin: 0 8px;
    height: 45px;
    font-weight: 500;
    font-size: 18px;
    background: rgb(248, 243, 243);
    border: 1px solid rgba(0,0,0,.2117647059);
    border-radius: 5px;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	min-width: 45px;
}

.page-change ul li a.active {
	color: white;
	background: #00adef;
	border: 1px solid #00adef;
}

.page-change ul li.active a {
	color: white;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}


.page-change ul li.active a:hover {
	color: white;
	background: #00adef;
	border: 1px solid #00adef;
}

.page-change ul li a:hover {
	color: white;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.page-change ul li:first-child a:hover {
	color: rgba(0,0,0,.6705882353);
	background: rgb(248, 243, 243);
	border: 1px solid rgba(0,0,0,.2117647059);
}

.page-change ul li:last-child a:hover {
	color: rgba(0,0,0,.6705882353);
	background: rgb(248, 243, 243);
	border: 1px solid rgba(0,0,0,.2117647059);
}

/* Single Page */
#singlepage {
	font-family: Mukta,sans-serif;
	margin-bottom: 20px;
}

#singlepage .upper-content h2 {
	text-align: left;
}

#singlepage .news-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/* .heading-sticky {
	position: fixed;
    top: 60px;
    background: #f1f1f1;
    z-index: 2;
    padding: 20px 0;
    width: 100%;
    left: 0;
    width: 100%;
    transition: all .35s ease-in-out;
} */

/* .heading-sticky div {
	max-width: 1200px;
    margin: auto;
    transition: all .35s ease-in-out;
}

.heading-sticky .single-heading {
	font-size: 30px;
    transition: all .35s ease-in-out;
    padding-right: 30px;
} */

.post-details {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 0 12px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    border-top: 1px dashed rgba(0,0,0,.2);
    transition: all .35s ease-in-out;
    margin-top: 10px;
}

.post-details .time {
	padding: 0 15px 0 15px;
    margin: 0 15px 0 15px;
    border-left: 2px dashed rgba(0,0,0,.31);
    border-right: 2px dashed rgba(0,0,0,.3);
    color: rgba(0,0,0,.6784313725);
}

.post-share {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    position: relative;
    z-index: 1;
}

.comment a {
	display: inherit;
	font-size: 19px;
}

.comment i {
	display: inline-block;
    padding-top: 0;
	line-height: 1;
	vertical-align: middle;
}	

.share {
	color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 15px;
    margin-right: 0;
    padding: 4px 8px;
    text-align: center;
}

.share-list{
	display: flex;
	flex-direction: row;
}



.share span {
	font-size: 20px;
    line-height: 22px;
    display: block;
    padding: 0;
	font-weight: 800 !important
}

.social-media {
	display: flex;
	flex-direction: row;
	vertical-align: middle;
}

.social-media ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: auto;
	padding-left: 0;
}

.social-media ul li {
	margin-left: 5px;
	font-size: 40px;
}

.single-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
object-fit: cover;
	border-radius: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.the-content {
	font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 22px 0;
	font-family: Mukta;
}

.the-content {
	text-align: justify;
}

.the-content img {
	aspect-ratio: 16 / 9;
    overflow: hidden;
	object-fit: cover;
    width: 100%;
	height: 100%;
}

.content-banner--single {
	border: 1px solid #00adef;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 15px;
    border-left: none;
    border-right: none;
    padding-top: 30px;
    line-height: 1;
}

.content-banner--single img {
	width: 100%;
	height: 230px;
}

.lower-add img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/* Side Social Media */
.side-socialmedia .news-info {
	display: block;
}

.side-socialmedia .writer {
	display: block;
}

.side-socialmedia .writer img {
	margin-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.news-info .manage-margin {
	margin-left: -9px;
}

.side-socialmedia .writer span {
	display: block;
	text-align: center;
}

.side-socialmedia .time {
	display: block;
	margin-top: 20px;
}

.side-socialmedia .time span {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.side-socialmedia .post-share {
	display: block;
}

.side-socialmedia .comment {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.side-socialmedia .share-list {
	display: block;
}
.side-socialmedia .share-list {
	display: block;
}

.side-socialmedia .share {
	display: block;
	margin-top: 10px;
}

.side-socialmedia .share a {
	margin-top: 20px;
}

.side-socialmedia .social-media {
	flex-direction: column;
}

.side-socialmedia .social-media ul{
	flex-direction: column;
}

.side-socialmedia .social-media ul li {
	margin-bottom: -10px;
	text-align: center;
}

.side-socialmedia {
	position: sticky;
	top: 100px;
	
}

.single-side-add img {
	width: 100%;
	height: auto;
}

/* Barkharai */
.barkharai {
	margin-top: 30px;
}

.side-title {
	padding-bottom: 20px;
	/* border-top: solid 1px rgba(0,0,0,.14); */
	/* border-bottom: solid 1px rgba(0,0,0,.14); */
}

.side-title h2{

	color: var(--primary-color);
    font-size: 34px;
	font-weight: 600;
    font-family: Khand;
    margin-bottom: 0;
	
}

.barkharai .list-view ul li:first-child{
	border: none;
}

.barkharai .list-view ul li {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

 .list-view .fa-circle:before {
	padding: 2px;
	background: #fff;
	border-radius: 50px;
}

.list-view .fa-circle {
	padding: 5px 3px;
	background: var(--secondary-color);
	border-radius: 50px;
	font-size: 10px;
	margin-right: 10px;
}

/* Trending */
.trending {
	/* margin-top: 30px; */
}

.trending {
	position: sticky;
	top: 100px;
}

.trending h2{
	color: var(--secondary-color);
    font-size: 34px;
    font-family: Khand;
    margin-bottom: 0;
}

.trending .list-view ul li:first-child{
	border: none;
}

.trending .list-view ul li {
	padding-bottom: 10px;
	/* padding-top: 10px; */
	padding-left: 10px;
}

.add4 img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

/* Sambandhit Khabar */

.sambandhit-khabar .card-body {
	padding: 0px;
}

.sambandhit-khabar .posts img {
	height: 170px;
}

/* Yo Pani */
.yopani .card-body {
	padding: 0px;
}

.yopani .side-post {
	margin-bottom: 27px;
}

.yopani .side-post img {
	max-width: 150px;
    min-width: 190px;
	height: 130px;
	object-fit: cover;
	margin-right: 20px;
}

/* Chutaunu-vayoki */

#chutauna-vayoki {
	background: #f0eeee;
}

#chutauna-vayoki .card{
	background: none;
}

#chutauna-vayoki .card-body {
	padding: 0px;
}

#chutauna-vayoki .sec-title h2 {
	background: #f0eeee;
}

.chutaunu-vayoki .posts {
	margin-bottom: 30px;
}

.chutaunu-vayoki .posts img {
	height: 170px;
}

.chutaunu-vayoki .posts .title {
    text-align: start;
}

/* Web */

#web {
	font-family: Mukta,sans-serif;
}
.lower-web img{
	width: 100%;
	height: 480px;
	border-radius: 10px;	
	object-fit: cover;
}

.lower-web h3 {
	font-size: 24px;;
    font-weight: 500;
    line-height: 1.43;
    margin: 10px 0 7px;
    color: black;
	transition: all 0.5s ease-in-out;
}

.lower-web a{
	text-decoration: none;
	
}

.lower-web a:hover h3 {
	color: var(--primary-color);
}

.lower-web .time1 span {
	font-size: 16px;
	color: black;
	opacity: 0.8;
}

.lower-web .card-body {
	padding: 0px;
}

/* Paryetan */
#paryetan .image-text .card {
	aspect-ratio: 0;
	height: 500px;
}

.paryetan-post {
	min-height: 520px;
	max-height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
  
.paryetan-post .side-post img {
	max-width: 160px;
    min-width: 160px;
    height: 110px;
	object-fit: cover;
}

.paryetan-post .side-post .title {
	font-weight: 600;
    font-size: 19px;
}

.line-divide {
	width: 100%;
    background-color: #f1f1f1;
	height: 2px;
    /* margin-bottom: 50px;
	margin-top: 50px; */
}

/* Marquee */

#marque {
    font-family: Mukta,sans-serif;
}

.marq-wrap {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.marq-head h3 {
	display: flex;
    justify-content: center;
	font-family: Poppins;
    align-items: center;
    padding: 4px 40px 4px 12px;
    color: #c03727;
    font-weight: 700;
    margin-top: 4px;
	font-size: 16px;
}

.marq-head i {
	margin-right: 10px;
}

marquee.li.marq {
	padding: 5px 0px;
}

span.maqspan {
	font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    padding: 0 1rem;
	text-align: center;
}

.flash {
	color: #000;
}


.maqspan a {
	text-decoration: none;
	color: #4a4a4a
}

.marquee-container{
	border-bottom: 1px solid #e2e2e2;
}

.maqspan a:hover {
	opacity: 0.8;
}

/* Prime */
#prime .posts img{
	height: 150px;
}

#prime .posts p {
	text-align: center;
	font-size: 15px;
	opacity: 0.9;
}

#prime .card{
	background: none;
}

#prime .card-body {
	padding: 0px;
}


.outer-box .posts {
	max-height: 350px;
	min-height: 340px;
    margin: 10px;
    background: #fff;
    box-shadow: rgba(255, 255, 0, 0.14) 0 0 24px;
    border: 2px solid #ebebeb;

}
.outer-box {
	background-color: #feba54;
    border: 1px solid var(--secondary-color);
    margin-bottom: 130px;
    padding: 20px 15px;
	height: 440px;
}

.outer-box .posts .title {
	padding: 10px 30px;
	text-align: center;
	font-weight: 700;
}

.outer-box .sec-title h2 {
	background: #feba54;
}

.outer-box .sec-title h2 a {
	color: white;
}

.outer-box .arrow a {
	background: var(--primary-color);
	color: white;
}

.outer-box .arrow a:hover i {
	color: white;
	opacity: 0.8;
}

.outer-box .arrow a:hover {
	color: white;
	opacity: 0.8;
}



/* Entertainment-Second */
#entertainment-second {
	font-family: Mukta,sans-serif;
}

#entertainment-second .nav-tabs .nav-link {
	border: none;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	opacity: 0.6;
}

#entertainment-second .nav-tabs {
	justify-content: end;
}

#entertainment-second .nav-tabs .nav-link:hover{
	color: black;
	opacity: 0.6;
	border: none !important;
	box-shadow: none !important;
}

#entertainment-second .nav-tabs .nav-link.active {
	color: black;
	opacity: 1;
}

#entertainment-second .large-text img {
	height: 345px;
}

#entertainment-second .card-body {
	padding: 0px;
}

#entertainment-second .side-post .title{
	font-size: 18px;
	margin-left: 10px;
}

#entertainment-second .side-post img{
	margin-right: 0px;
	max-width: 105px;
    min-width: 105px;
}

.to-display {
	display: none;
}

/* Ghumfir */

#ghumfir {
	font-family: Mukta,sans-serif;
}

#ghumfir .first-part img {
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
	height: 400px;
}

#ghumfir .second-part .title {
	font-size: 24px;
	font-weight: 600;
}

#ghumfir .second-part a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#ghumfir .second-part a:hover {
	color: var(--primary-color);
}

#ghumfir .second-part p.date {
	font-size: 15px;
    font-weight: 600;
    color: rgba(51,51,51,.699);
}

#ghumfir .second-part p.describe {
	font-size: 18px;
    color: rgba(51,51,51,.87);
    font-weight: 600;
}

#ghumfir .main-part {
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#ghumfir .card-body {
	padding: 0px;
}

#ghumfir .card-img-overlay {
	padding: 5px 10px;
}

#ghumfir .image-text .card-title {
	font-size: 21px;
	font-weight: 600;
}

#ghumfir .card:hover .card-title {
	transform: none;
}

/* Sikshya Sahitya */
#sikshya-sahitya {
	background: #fffae6;
}

#sikshya-sahitya .posts img {
	width: 100%;
    height: 200px;
	margin-right: auto;
    margin-left: auto;
    display: block;
	object-fit: cover;
}

#sikshya-sahitya .sec-title h2 {
	background: #fffae6;
}

#sikshya-sahitya .arrow a {
	background: #fffae6;
}

#sikshya-sahitya .card {
	margin-bottom: 30px;
	height: 400px;
}

#sikshya-sahitya .title {
	font-size: 22px;
}

#sikshya-sahitya .palika {
	width: max-content;
	vertical-align: middle;
	display: flex;
	flex-direction: row;
	background: #fffae6;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#sikshya-sahitya .palika img {
	vertical-align: middle;
	margin-bottom: 0px;
	padding: 5px;
    background: white;
    height: 30px;
    width: 30px;
    border-radius: 50px;
}

#sikshya-sahitya .palika h3 {
	font-size: 12px;
	font-family: Poppins;
	margin-left: 3px;
	margin-bottom: 0px;
}

#sikshya-sahitya .palika h3:hover {
	color: #000;
}

#sikshya-sahitya .posts a:hover .palika h3 {
	color: #000;
}





.end-part1 .text {
	border-right: 1px solid #fff;
}

.end-part1 .social-link:not(:last-child) {
	border-right: 1px solid #fff;
}

.end-part1 .social-link {
	padding-left: 10px;
}

.end-part1 .text {
	padding-left: 10px;
}

.extra {
	margin: 10px 0px;
}

/* Blogs */

#blog-set {
	position: sticky;
	top: 90px;
	background: #ffffff;
	border-radius: 6px;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.side-push{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 10px;
    background-color: rgba(216, 33, 5, 0.3);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.side-push a i{
	color: rgba(216, 33, 5, 1);
}

.side-push:hover {
	background: var(--primary-color);
}

.side-push:hover a i{
	color: #ffffff;
}

.side-push i{
	font-size: 20px;
}

.side-push a {
	color: var(--secondary-color);
}

/* Extra Side Code */
.page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.offcanvas-logo {
    display: flex;
    flex-direction: column;
	align-items: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 16px;
    padding: 25px;
   background-color: #000000;
}

.offcanvas.offcanvas-start {
	padding: 0px !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
	border: none!important;
	outline: none!important;
}

.offcanvas .btn-close {
    margin-left: auto;
    margin-right: 0;
    color: red;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
}
.offcanvas .btn-close:focus{
	box-shadow: none;
}
.offcanvas-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.offcanvas-btns button {
    width: 38px;
    aspect-ratio: 1/1;
    background: #00000017;
    color: #fff;
    border-radius: 50%;
    border: none!important;
    display: flex;
/*     align-items: center; */
    justify-content: center;
}
.offcanvas-btns button:hover {
    background:#C81E03;
    color: #fff;
}

.offcanvas-btns i {
    font-size: 14px;
}

.header .side-bar button i {
	color: #fff;
} 

.side-menu-items {
	padding: 0px 40px;
}

/* Sansad Profile */

#profile {
	background: #f6f6f6;
}

.profile-detail {
	background: #fff;
    border-radius: 14px;
    padding: 30px;
    text-align: center;
    position: relative;
	border: solid 1px rgba(0,0,0,.08);
    transition: all .3s ease;
	margin-bottom: 20px;
}

.profile-detail a {
	text-decoration: none;
	color: var(--secondary-color);
}

.pro-img {
	height: 114px;
    width: 114px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    object-fit: cover;
	margin-bottom: 20px;
}

.profile-detail img {
	max-width: 100%;
    vertical-align: top;
    position: relative;
}

.bio-name {
	font-size: 16px;
    margin-bottom: 8px;
	display: block;
	font-weight: 600;
	text-align: center;
}

.decp {
    font-size: 12px;
    color: rgba(0,0,0,.48);
    margin-bottom: 8px;
	display: block;
	font-weight: 600;
}

.profile-detail:hover {
	box-shadow: rgba(0,0,0,.08) 0 0 24px;
}


/* New Footer */

.footer-container {
	padding-top: 3rem;
}
.footer-container a{
	color: #ffffff;
}

.ft-text{
	font-weight: 400;
    font-family: 'Mukta';
    font-size: 16px;
    opacity: 0.8;
}
.footer-row {
	font-size: 16px;
	font-weight: 600;
}
  
.footer-container {
    color: #fff;
    background: var(--secondary-color);
}

.extra-foot a {
	text-decoration: none;
	color: #fff;
	
}

.extra-foot>div:hover {
	transform: translateX(10px);
}

.extra-foot>div {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out
}

.footer-social-site{
    margin-left: -36px;
}

.footer-social-site li{
    list-style: none;
    display: flex;
    justify-content: start;
    margin: opx 10px;
}

.footer-social-site li a{
    color: white;
}

.footer-social-site li a i{
    padding: 5px;
}

.additional-list a{
	color: white;
}


.below-footer-main a{
    margin-right: 5px;
    color: white;
}

.below-footer-main a span:hover{
    color: red;
}

.developer a{
    color: rgb(255, 255, 255);
}

.developer a:hover{
    color: rgb(240, 239, 239);
}

.lowest-footer {
	font-size: 16px;
	font-weight: 600;
}

.president {
	margin-bottom: 10px;
}

.executive {
	margin-bottom: 10px;
}

.registration {
	margin-bottom: 10px;
}

/* Footer css ends */

/* Tags Css */

#main-tags {
    border-bottom: solid 1px rgba(255, 225, 0, 0.205);
	padding: 10px 0;
}

.inner-tags {
	display: flex;
	gap: 10px;
	overflow-x: hidden;
} 


.inner-tags a{
	display: inline-block;
    background-color: transparent;
    color: rgba(0,0,0,.8);
    font-size: 14px;
    padding: 6px 15px 10px 42px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    margin: 0 5px;
    transition: all .3s ease;
    white-space: nowrap;
	transition: all 0.3s ease-in-out;
	border-radius: 20px;
}

.inner-tags span {
	position: absolute;
    top: 3px;
    left: 4px;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--primary-color);
}

.inner-tags img {
	height: 100%;
    width: 100%;
    object-fit: cover;
	object-position: center top;
}

.inner-tags a:hover {
	background: rgb(237, 237, 237);
}

/* Author */

.author-details {
	background: rgb(237, 237, 237);
  	border: solid 1px rgba(34,96,191,.08);
  	padding: 40px;
	display: flex;
	align-items: center;
	gap: 20px;
	border-radius: 50px;
	margin-top: 20px;
}

.user-image {
    height: 94px;
    width: 94px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: solid 8px #fff;
    outline: solid var(--primary-color);
}

.user-image img {
  height: 100%;
    width: 100%;
    object-fit: cover;
}

.author-details h4 {
  font-size: 24px;
    margin: 5px 0 10px 0px;
    color: var(--primary-color);
}

#author-blogs {
  padding: 40px 0px;
}



/*================================================*/
.yt-link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #c03727;
	font-family: Poppins;
	font-weight: 600;
	line-height: 0.9;
}
.yt-btn{
	height: 35px;
}
.radio{
	height: 100%;
	display: flex;
	align-items: center;
}
.radio-icon{
	height: 30px;
	width: 30px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.radio-icon img{
	height: 200%;
	width: 200%;
	object-fit: cover;
}
.radio-btn{
	background: rgba(255,255,255,.8);
	border-radius: 100vw;
	padding: 5px 8px;
	transition: 0.2s all ease-in-out;
}
.radio a{
	font-family: Khand;
	display: flex;
	align-items: center;
	font-size: 20px;
}
.radio .nav-link{
	color: var(--secondary-color)!important;
}
.radio span{
	padding-top: 5px;
}

.radio-btn:hover{
	background: rgba(255,255,255,1);
}
.radio-btn:hover .radio-icon{
	border: 1px solid var(--secondary-color);
}

.radio-image {
	background: #F5F5F5;
	border-radius: 50%;
	margin: 10px;
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}
.radio-image img{
	height: 70%;
    width: 70%;
    object-fit: cover;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.player{
	width: 66vw;
	background: #ffffff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 100%;
	right: 17%;
    z-index: 0;
	display: none;
	transition: 0.2s all ease-in-out;
}
.player-box{
	width: 30%;
	background: #ffffff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    z-index: 0;
	transition: 0.2s all ease-in-out;
}
.radio-detail{
	margin-left: 10px;
}
.radio-detail h2{
	font-family: Khand;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.radio-detail span{
	font-family: Khand;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#play audio{
	width: 180px;
    height: 40px;
	margin-top: 10px;
}
.radio:hover .player{
	display: flex;
}
.list-view h3{
	font-family: Khand;
	font-size: 30px;
	margin-bottom: 20px;
}
.list-view table{
	font-family: Khand;
}
.list-view table th{
	font-weight: 600;
	font-size: 20px;
	color: rgba(0,0,0,0.8);
}
.list-view table td{
	font-size: 20px;
}









