body {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
}

iframe span {
	color: #555;
}

p {
	/*font-size: 16px;*/
	/*line-height: 24px;*/
	color: #555;
}
h1,
h2,
h3,
h4,
h5 {
	color: #4c4c4e;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
figure {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}
img {
	width: 100%;
	height: auto;
}
a:hover,
a {
	text-decoration: none;
}

.top-head-wrapper {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c1c1c1;
}

.header-date {
	margin: 0;
}

/*.detail-page {*/
/*	margin-top: 40px;*/
/*}*/

.mid-head-wrapp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: block;
	width: 40%;
}

.small-sticky-logo {
	display: block;
	display: none;
}

.logo img {
	width: auto;
	 height: 70px;
	/*margin-top: -32px;*/
}

.top-ad {
	display: block;
	width: 50%;
	/*padding-left: 20px;*/
}

.middle-head {
	padding: 10px 0;
	transition: 500ms ease all;
}

.main-header {
	background: #044494;
	z-index: 9;
	position: relative;
	transition: 500ms ease all;
	height: auto;
}

.mobile-logo {
	display: none;
}

.main-nav ul li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
	color: #fff;
	background: #ec2426;
}

.main-nav ul li a.active i {
	margin: 0;
}

.main-nav ul li a {
	display: block;
	color: #fff;
	padding: 10px 9px;
	font-weight: 600;
	transition: 300ms ease all;
	font-size: 16px;
}

.main-nav ul li a i {
	margin-left: 7px;
}

#sub_menu {
	transition: 0.3s ease all;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transform: translateX(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out;
	display: block;
	min-width: 300px;
	z-index: 2;
	background: #fff;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06),
		inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.drop-menu:hover #sub_menu {
	transform: scaleX(1);
	visibility: visible;
	opacity: 1;
}

#sub_menu li {
	display: block;
	list-style: none;
}

#sub_menu li a {
	display: block;
	color: #555;
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	transition: 300ms ease all;
}

#sub_menu li a:hover {
	background: #044494;
	color: #fff;
}

section {
	margin-bottom: 30px;
}

.main__banner__title {
	font-size: 50px;
	font-weight: 800;
	line-height: 55px;
	transition: 300ms ease all;
}

.main__banner__title:hover {
	color: #ec2426;
}

.main-head-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin-top: 40px; */
}

.main-head-section.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	/* -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    transition: 500ms ease all;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */
}

.trending-section,
.top-header,
.main-head-section {
	transition: 700ms ease all;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
}

.top-header,
.middle-head {
	transition: 700ms ease all;
	height: auto;
}

.top-header {
	height: 45px;
}



.sticky .middle-head,
.sticky .top-header {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: 700ms ease all;
	padding: 0;
}

.sticky .trending-section {
	margin-top: -5em;
}

.blank-div {
	height: 220px;
}

.top-menu-bar {
	position: absolute;
	top: 1px;
	right: 15px;
	z-index: 999;
	transition: 500ms;
	transition-property: all;
	transition-duration: 500ms;
	transition-timing-function: ease;
	transition-delay: 0s;
	display: none;
}
/* .sticky .top-menu-bar {

    top: 6px;
} */

span.menu-line {
	display: block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 9px 0;
	transition: 500ms;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
	transform: rotate(45deg) translate(16px, 0px);
}

.top-menu-bar.active span.menu-line:nth-child(2) {
	opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(3) {
	transform: rotate(-45deg) translate(17px, 1px);
}

/* main header section ends */

/* trending section starts */

.trending-section {
	background: #f5f5f5;
}

.trending-wrapper {
	display: flex;
	align-items: center;
}

.trending-title {
	font-weight: 600;
	color: #fff;
	margin-right: 40px;
	font-size: 18px;
	background: #ec2426;
	padding: 10px 40px;
	position: relative;
}

.trending-title::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	left: 100%;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #ec2426;
}

.trending-tags li {
	display: inline-block;
	list-style: none;
}

.trending-tags li a {
	color: #555;
	font-size: 15px;
	margin: 0 20px;
	transition: 300ms ease all;
}

.trending-tags li a i {
	color: #000;
	margin-right: 5px;
}

.trending-tags li a:hover {
	color: #bf3030;
}

/* header section ends */

/* body top ad section starts */

.body-ad-wrapper {
	display: flex;
	align-items: center;
}

.body-ad-wrapper a {
	display: block;
	width: 100%;
}

.body-ad-wrapper a:nth-child(1) {
	/*margin-right: 20px;*/
}

.body-ad-wrapper a:nth-child(2) {
	/*margin-left: 20px;*/
}

.body-ad {
    padding: 10px 0;
    margin-top: 43px;
}

/* body ad section ends */

/* top news section starts */

.top-news {
	margin-bottom: 40px;
}

.top-main-title {
	display: block;
}

.top-main-title h2 {
	font-size: 50px;
	font-weight: 800;
	line-height: 55px;
	transition: 300ms ease all;
}

.top-main-title:hover h2 {
	color: #ec2426;
}

.with-image-wrapper,
.top-news-wrapp {
	padding: 40px;
	box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1), 0 2px 4px 3px rgba(0, 0, 0, 0.06);
	text-align: center;
	margin-bottom: 30px;
}

/* top news section ends */

/* top news with image section starts */

.top-news-image {
	display: block;
	margin-bottom: 20px;
}

.top-news-image img {
	max-width: 100%;
	height: auto;
}

.with-image-title {
	margin-bottom: 20px;
}

span.admin {
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid #b7b7b7;
}

/* top news with image section ends */

.video-section {
	margin-bottom: 40px;
}

.video-wrapper {
	padding: 40px 20px;
	padding-top: 0;
	box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1), 0 2px 4px 3px rgba(0, 0, 0, 0.06);
	text-align: center;
}

.video-category {
	display: inline-block;
	padding: 10px 40px;
	background: #044494;
	margin-bottom: 40px;
}

.video-category h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.vid-wrapp iframe {
	width: 100%;
	/*height: 500px;*/
}

.vid-title-wrapper {
	padding: 20px;
	background: #2f2f2f;
}

.vid-title {
	display: block;
	text-align: left;
	margin-bottom: 30px;
}

.vid-title h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.vid-wrapp {
	display: flex;
	flex-direction: column;
}

.vid-title-wrapper .date {
	font-size: 14px;
	color: #f1f1f1;
	display: block;
	text-align: left;
	margin-bottom: 30px;
}

.vid-title-wrapper .date i {
	margin-right: 7px;
}

.media li {
	list-style: none;
	display: inline-block;
}

.media li a {
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 0 10px;
}

.vid-slider {
	padding: 40px 0;
}

.vid-slider-wrapper {
	display: flex;
}

.vid-thumb {
	width: 40%;
	position: relative;
}

.vid-thumb::before {
	content: "\f0da";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: fontawesome;
	font-size: 20px;
	color: #fff;
	background: #f80000;
	border-radius: 8px;
	height: 30px;
	width: 40px;
	line-height: 30px;
	transition: 300ms ease all;
	text-align: center;
	opacity: 0;
}

.vid-slider-wrapper:hover .vid-thumb::before {
	opacity: 1;
}

.vid-thumb img {
	width: 100%;
	height: 90px;
	object-fit: cover;
}

.vid-slide-title {
	width: 60%;
	padding: 0 15px;
}

.vid-slide-title h3 {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	line-height: 25px;
}

.vid-container {
	padding: 0 15px;
}

.vid-slider .slick-dots li {
	height: auto;
	width: auto;
	margin: 0 5px;
}

.vid-slider .slick-dots li button {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #d0d0d0;
}

.vid-slider .slick-dots li.slick-active button {
	background: #555;
}

.vid-slider .slick-dots li button::before {
	display: none;
}

.vid-slider .slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* video section ends */

.three-col-wrapper {
	padding: 20px 15px;
	box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1), 0 2px 4px 3px rgba(0, 0, 0, 0.06);
	padding-top: 0;
}

.all-title {
	text-align: center;
	margin: 0 auto;
	max-width: 190px;
	display: block;
	margin-bottom: 30px;
}

.samachar-title,
.samachar-image {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

.samachar-image img {
	width: 100%;
	height: 146px;
	object-fit: cover;
	transform: scale(1);
	overflow: hidden;
	transition: 300ms ease all;
}

.samachar-title h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	transition: 300ms ease all;
}

.samachar-title {
	margin-bottom: 0;
}

.samachar-date {
	font-size: 11px;
	font-weight: 600;
	color: #797979;
}

.samachar-date i {
	margin-right: 7px;
	color: #bf3030;
}

.samachar-image:hover img {
	transform: scale(1.1);
}

.samachar-title:hover h3 {
	color: #bf3030;
}

.samachar-ad,
.samachar-wrapper {
	margin-bottom: 15px;
	display: block;
}

.samachar-wrapper:last-child {
	margin-bottom: 0;
}

/* samachar first col ends */

.three-col-wrapp {
	padding-bottom: 27px;
}

/* samachar second col starts */

.samachar-big .samachar-image img {
	height: 300px;
}

.samachar-big .samachar-title h3 {
	font-size: 25px;
	max-height: 70px;
	line-height: 34px;
}

/* samachar second col ends */

/* samachar third col starts */

.latest-news li {
	list-style: none;
	display: block;
	border-bottom: 1px solid #ccc;
}

.latest-news li:last-child a h3 {
	padding-bottom: 0;
}

.latest-news li:last-child {
	border: none;
}

.latest-title {
	display: block;
}

.latest-title h3 {
	font-size: 16px;
	padding: 12px 0;
	line-height: 23px;
	transition: 300ms ease all;
}

.latest-tab .nav-link {
	border: none;
	font-weight: 600;
	color: #000;
	font-size: 16px;
	border: none;
	border-radius: inherit;
}

.latest-tab .nav-item.show .nav-link, .latest-tab .nav-link.active {
    color: #fff;
    border: none;
    background: #044494;
}

.latest-tab {
	justify-content: center;
	/*background: #044494;*/
	margin-bottom: 10px;
}

.latest-title:hover h3 {
	color: #bf3030;
}

.latest-tab-wrapp {
	margin-bottom: 20px;
}

/* latest news section ends */

/* bichar section starts */

.bichar-wrapper {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 18px 0;
}

.bichar-title {
	display: block;
	width: 70%;
}

.bichar-image {
	display: block;
	width: 30%;
	margin: 0 auto;
	text-align: center;
}

.bichar-image img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	object-fit: cover;
}

.bichar-title h3 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}

.bichar-title span {
	display: block;
	font-size: 12px;
	color: #ccc;
}

.bichar-wrapp {
	margin-bottom: 20px;
}

.blog-wrapper {
	flex-direction: row-reverse;
}

/* bichar section ends */

/* artha section starts */

.inter-news .samachar-title h3 {
	margin-bottom: 5px;
	font-size: 22px;
}

.inter-news .samachar-image img {
	height: 283px;
}

.inter-news p {
	margin-bottom: 0;
	max-height: 51px;
	overflow: hidden;
}

.artha-wrapper {
	display: flex;
	margin-bottom: 30px;
}

a.artha-image {
	width: 30%;
}

a.artha-title {
	width: 70%;
	padding-left: 10px;
}

.artha-title h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	max-height: 50px;
	overflow: hidden;
}

.artha-image img {
	height: 85px;
	object-fit: cover;
}

section.artha-section {
	margin-bottom: 40px;
}

/* artha section ends */

/* interview section starts */

.interview .samachar-image img {
	height: 200px;
}

.interview .samachar-title h3 {
	font-size: 16px;
	line-height: 27px;
}

/* interview section ends */

/* sports section starts */

.sports .samachar-image img {
	height: 170px;
}

.sports .samachar-title h3 {
	font-size: 16px;
	margin: 0;
}

.sports-big .samachar-title h3 {
	font-size: 25px;
	line-height: 34px;
}

.sports-big .samachar-image img {
	height: 350px;
}

.sports-big p {
	max-height: 72px;
}

/* sports sectionn ends */

.kalaa-category {
	max-width: 200px;
}

/* four block section starts */

.four-block-wrapper .artha-image img {
	height: 75px;
}

.four-block {
	margin-bottom: 40px;
}

.four-block-wrapper:last-child {
	margin-bottom: 0;
}

.four-block-wrapper .artha-title h3 {
	font-size: 14px;
}

/* four block section ends */

/* pradesh section starts */

.pradesh-section {
	margin-bottom: 40px;
}

.pradesh-wrapper {
	margin-bottom: 40px;
}

.pradesh-wrapper .artha-title h3 {
	font-weight: 400;
}

.pradesh-wrapper:last-child {
	margin-bottom: 0;
}

.pradesh-tabs {
	justify-content: center;
	margin-bottom: 40px;
}

.pradesh-tabs .nav-item.show .nav-link,
.pradesh-tabs .nav-link.active {
	background: transparent;
	border: none;
	font-weight: 600;
	border-bottom: 2px solid #495057;
}

.pradesh-tabs .nav-link {
	color: #a2a2a2;
	font-size: 18px;
	border: none;
	transition: 500ms ease all;
}

/* pradesh section ends */

/* photo section starts */

.photo-container {
	padding: 0 15px;
}

.photo-image {
	margin-bottom: 10px;
}

.photo-image img {
	height: 250px;
	object-fit: cover;
}

.photo-wrapper h3 {
	font-size: 18px;
}

.photo-section {
	margin-bottom: 40px;
}

.photo-slider .slick-arrow {
	bottom: 0;
	position: absolute;
	border: none;
	outline: none;
	width: 35px;
	height: 35px;
	background: #837676;
	margin: 0 -38px;
}

.next-arrow::before,
.prev-arrow::before {
	content: "";
	/* position: absolute; */
	font-family: fontawesome;
	font-size: 20px;
	line-height: 0;
	color: #fff;
	font-weight: 600;
}

.next-arrow::before {
	content: "\f105";
}

.prev-arrow::before {
	content: "\f104";
}

.photo-slider {
	position: relative;
	padding-bottom: 50px;
}

.prev-arrow {
	left: 50%;
}

.next-arrow {
	right: 50%;
	left: auto;
}

/* footer section starts */

.main-footer {
	background: #0a4084;
	padding: 40px 0;
}

.footer-logo {
	display: block;
	margin-bottom: 15px;

}

.footer-logo img {
	width: auto;
	height: 50px;
}

.footer-col-wrapper ul li a,
.footer-col-wrapper ul li {
	color: #f2f2f2;
	margin-bottom: 5px;
	list-style: none;
	font-size: 14px;
}

.footer-social-media {
	margin-top: 15px;
}

.footer-social-media li {
	display: inline-block;
}

.footer-social-media li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #f2f2f2;
	color: #f2f2f2;
	font-size: 16px;
	display: block;
	margin: 0 5px;
}

.footer-col-wrapper h3 {
	font-size: 20px;
	margin-bottom: 30px;
	color: #fff;
}

.copyright-section {
	padding: 10px 0;
	background: #05336d;
}

.copyright-section p {
	text-align: center;
	color: #f2f2f2;
	font-size: 14px;
	margin-bottom: 0;
}

.copyright-section p a {
	color: #f2f2f2;
	font-weight: 600;
}

/* footer section ends */

/* scroll to top  */

#button {
	display: inline-block;
	background-color: #05336d;
	width: 45px;
	height: 60px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	line-height: 72px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}

#button::after {
	content: "\f176";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #d72727;
}

#button:active {
	background-color: #d72727;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

/* footer section ends */

/* search css */

.search-toggle .search-icon {
	font-size: 20px;
	color: #fff;
	border: 0;
	outline: none;
	background: transparent;
}

.search-toggle .search-icon.icon-close {
	display: none;
}

.search-toggle.opened .search-icon.icon-search {
	display: none;
}

.search-toggle.opened .search-icon.icon-close {
	display: block;
	background: #bf3030;
	color: #fff;
}

.search-container {
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	overflow: hidden;
	background-color: #044494;
	z-index: 2;
}

.search-container input[type="text"] {
	outline: none;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	margin: 10px;
	width: 300px;
	background-color: #fff;
	border: 0;
}

.search-container.opened {
	max-height: 100px;
}

.search-container form {
	text-align: center;
}

.search-container form .search-icon {
	vertical-align: middle;
}

.search-container form .search-btn {
	background: #bf3030;
	color: #ffffff;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	border: none;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.9px;
	font-weight: 600;
}

.search-container {
	position: absolute;
	right: 0;
}

.search-wrapper {
	position: relative;
}

.main-menu-wrapper {
	left: -285px;
	right: auto;
	background: #4671b7;
}

.icon-close1 {
	float: right;
	background: #2758a7;
}

.ad{
    display:inline;
}
 
 .ad img{
     margin-bottom:15px;
 }
 .side-ad img{
     height:90px;
     object-fit:fill;
 }
    #news-description {
            font-size: 16px; /* Default font size */
        }
        
        .text-controls {
    border: 1px solid #263238;
    height: 33px;
    font-family: "Montserrat", sans-serif;
    display: table;
    padding: 0;
    margin: 30px 0;
}
.text-controls a {
    font-size: 15px;
    line-height: 33px;
    font-weight: 400;
    padding: 0 10px;
    border-left: 1px solid #263238;
    color:#000;
}
.text-controls a:nth-child(1) {
    border-left: 0;
}

.video-flex{
    display:flex;
}
.video-flex {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap:15px
}

.vid-wrapp {
  grid-area: var(--grid-area);
}

@media(min-width:767px){
    .top-header{
        display:none;
    }
}
