/* Commomn styles */

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
@font-face {
    font-family: 'Noto Sans Malayalam Bold';
    src: url('../fonts/NotoSansMalayalamUI-Bold.woff2') format('woff2'),
        url('../fonts/NotoSansMalayalam-Bold.woff') format('woff'),
        url('../fonts/NotoSansMalayalam-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans Malayalam UI';
    src: url('../fonts/NotoSansMalayalam.woff2') format('woff2'),
        url('../fonts/NotoSansMalayalam.woff2') format('woff'),
        url('../fonts/NotoSansMalayalam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




a {
	color: #000000;
	font-size: 14px;
	transition: all 0.2s ease;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
	outline: none;
	font-size: inherit;
	transition: all 0.2s ease;
}
img {
	max-width: 100%;
}
.col-1by5 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.pad-none {
	padding-left: 0px;
	padding-right: 0px;
}
.pad-left-none {
	padding-left: 0;
}
.pad-right-none {
	padding-right: 0;
}
.pad-5-row {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.pad-5-row > div {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.white-bg {
	background: #fff;
}
p {
	font-weight: 300;
	font-size: 18px;
	color: #2c2c2c;
	line-height: 23.61px;
	margin-bottom: 25px;
}
p.alt {
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 20px;
}
/*  Commomn styles end */

/* header styles start */
.header-top-outer-link {
	background-color: #222222;
	padding: 7px 0px;
	text-align: center;
}
.header-top-outer-link ul {
	list-style: none;
	display: inline-block;
	margin-bottom: 0px;
	padding-left: 0px;
}
.header-top-outer-link ul li {
	float: left;
	padding: 0px 15px;
}
.header-top-outer-link ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.header-top-outer-link ul li a:hover {
	color: #e52021;
}
.header-top-outer-section {
	background-color: #206921;
	padding: 15px 0px;
	display: inline-block;
	width: 100%;
}
.logo-box {
	text-align: center;
}
.logo-box img {
	width: 115px;
	margin-top: -12px;
}
.search-wrapper {
	width: auto;
	box-shadow: none;
	margin: 0px;
	float: right;
}
.search-wrapper input {
	width: auto;
	height: 38px;
	padding: 10px 12px;
	float: left;
	border: 0;
	background: #FFF;
	border-radius: 3px 0 0 3px;
	font-size: 14px;
	color: #222;
}
.search-wrapper input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 .search-wrapper input::-webkit-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
 .search-wrapper input:-moz-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
 .search-wrapper input:-ms-input-placeholder {
 color: #999;
 font-weight: normal;
 font-style: italic;
}
.search-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 38px;
	width: 72px;
	color: white;
	text-transform: uppercase;
	background: #5d9122;
	border-radius: 0 3px 3px 0;
	text-shadow: none;
	font-size: 13px;
}
.search-wrapper button:hover {
	background: #e52021;
}
.search-wrapper button:active, .search-wrapper button:focus {
	background: #c42f2f;
	outline: 0;
}
.search-wrapper button::before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #5d9122 transparent;
	top: 12px;
	left: -6px;
}
.search-wrapper button:hover:before {
	border-right-color: #e52021;
}
 .search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
 border: 0;
 padding: 0;
}
/*  header styles end  */



/*sidebar menu style start */
.navbar {
	padding: 0px;
	background: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0px;
	box-shadow: none;
	float: left;
}
.navbar-btn {
	box-shadow: none;
	outline: none !important;
	border: none;
	margin: 0px;
}
.sidemenu-nav-bar {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: none;
	padding: 9px 18px;
}
.sidemenu-nav-bar:hover {
	background-color: #fff;
	border-color: #fff;
}
.sidemenu-nav-bar:focus {
	background-color: #fff;
	border-color: #fff;
}
.sidemenu-nav-bar .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #fff;
	border-color: #fff;
}
.sidemenu-nav-bar .glyphicon {
	color: #206921;
}
.sidemenu-nav-bar span {
	color: #206921;
	font-size: 13px;
	font-weight: 400;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}
#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	left: -250px;
	height: 100vh;
	z-index: 999;
	background: #222;
	color: #fff;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
	left: 0;
}
#dismiss {
	width: 33px;
	height: 28px;
	line-height: 29px;
	text-align: center;
	background: #5D9122;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#dismiss:hover {
	background: #fff;
	color: #7386D5;
}
.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	display: none;
}
#sidebar .sidebar-header {
	padding: 20px;
	background: #222;
}
#sidebar ul.components {
	padding: 0px 0;
	border-bottom: 1px solid #222;
}
#sidebar ul p {
	color: #fff52a;
	padding: 9px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 500;
	background: #206921;
}
#sidebar ul li a {
	padding: 8px;
	font-size: 14px;
	display: block;
	border-bottom: 1px dotted #4b4b4b;
}
#sidebar ul li a:hover {
	color: #7386D5;
	background: #fff;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff;
	background: transparent;
}
a[data-toggle="collapse"] {
	position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
	content: '\e259';
	display: block;
	position: absolute;
	right: 20px;
	font-family: 'Glyphicons Halflings';
	font-size: 0.6em;
}
a[aria-expanded="true"]::before {
	content: '\e260';
}
ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #313131;
}
ul.CTAs {
	padding: 20px;
}
ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}
/*sidebar menu style end */


.banner_ads {
	margin-top: 30px;
}
/*news-slider-section style start*/
.news-slider-section {
	margin-top: 30px;
}
.news-slider-section .owl-nav {
	float: right;
	cursor: pointer;
}
.news-slider-section .owl-nav img {
	background-color: #206921;
	padding: 5px;
}
.news-slider-section h2 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.news-slider-section h3 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Noto Sans Malayalam UI';
	line-height: 25px;
}
.news-slider-section .dist-box {
	padding: 6px 10px !important;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
.news-slider-section .badge-primary {
	background-color: #5d9122;
	margin-bottom: 6px;
}
.news-slider-section .badge-primary[href]:focus, .news-slider-section .badge-primary[href]:hover {
	background-color: #fc4f3e;
}
.news-slider-section h4 {
	font-size: 13px;
	color: #fff52a;
}
.news-slider-section span {
	color: #fff;
}
.b-0 {
	bottom: 0;
}
.bg-shadow {
	background: rgba(76, 76, 76, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
	background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
	right: 0;
	top: 1rem;
	bottom: inherit;
	left: inherit;
	margin-right: 1rem;
}
.overflow {
	position: relative;
	overflow: hidden;
}
/*news-slider-section style end*/




/* district box section style start */
.district-box-section {
	margin-top: 30px;
}
.district-box-section h2 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.district-box {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
	float: left;
	background-color: #000;
	margin-bottom: 30px;
	overflow: hidden;
	transition: all 0.2s ease;
}
.district-box img {
	transition: 0.6s ease;
	opacity: 0.5;
}
.district-box:hover img {
	transform: scale(1.2);
}
.district-name {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
}
.district-name p {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	border-top: 1px solid transparent;
	display: inline-block;
	border-bottom: 1px solid transparent;
	padding: 3px 0px;
}
.district-box:hover p {
	border-top: 1px solid #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding: 3px 0px;
	transition: all 0.2s ease;
}
/* district box section style end */



/* footer styles start */
footer {
	background-color: #212121;
	padding: 35px 0px;
}
.footer-section h2 {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 13px;
}
.footer-section ul {
	list-style: none;
	padding-left: 0px;
}
.footer-section ul li {
	margin-bottom: 3px;
}
.footer-section ul li a {
	font-size: 14px;
	color: #cfcfcf;
	font-weight: 300;
}
.footer-section ul li a:hover {
	color: #fff;
}
.social-icon a {
	width: 38px;
	height: 38px;
	display: table;
	text-align: center;
	background: #5d5d5d;
}
.social-icon a:hover {
	background: #5d9122;
}
.social-sharing ul li {
	margin-bottom: 3px;
	float: left;
	padding-right: 7px;
}
.social-sharing ul li a i {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
}
.footer-bottom {
	text-align: center;
	border-top: 1px solid #423f3f;
	padding-top: 12px;
	margin-top: 15px;
}
.footer-bottom p {
	text-align: center;
	color: #cfcfcf;
	margin-bottom: 0px;
	font-size: 15px;
}
/*  footer styles end  */



/*********************inner pages style start*********************/


/* district page style start */
.district-news-section {
	margin: 30px 0px;
}
.district-head-section {
	display: inline-block;
	width: 100%;
}
.district-head-section h2 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	float: left;
}
.select-box {
	float: right;
	margin-top: -14px;
}
.district-head-section select.form-control:not([size]):not([multiple]) {
	height: auto;
	border: 1px solid #206921;
	padding: 10px 15px;
	background-color: #206921;
	color: #fff;
}
.district-news-section img {
	width: 100%;
}
.district-news-section .badge-primary {
	background-color: #5d9122;
	margin-bottom: 6px;
}
.district-news-section .dist-box {
	padding: 6px 10px !important;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
.district-news-section .badge-primary[href]:focus, .district-news-section .badge-primary[href]:hover {
	background-color: #fc4f3e;
}
.district-news-section h3 {
	font-size: 19px;
	font-family: 'Noto Sans Malayalam Bold';
	line-height: 21px;
}
.district-news-section h4 {
	font-size: 13px;
	color: #fff52a;
}
.district-news-section span {
	color: #fff;
}
.district-page-right-news {
	margin-bottom: 30px;
}
.video-news-section h2 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.video-boxes {
	margin-bottom: 30px;
	background-color: #f3f3f3;
	padding: 7px 7px;
	position: relative;
}
.video-boxes h2 {
    font-size: 17px;
    color: #222222;
    margin-bottom: 0px;
    font-family: 'Noto Sans Malayalam Bold';
    margin-top: 11px;
    line-height: 19px;
    text-align: left;
}
.video-boxes .fa {
	color: #c4112e;
	font-size: 16px;
}
.video-boxes p {
	font-weight: 400;
	font-size: 14px;
	color: #206921;
	line-height: 23.61px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.panchayath-sec-box {
	position: absolute;
	top: 18px;
	right: 18px;
	background-color: #c4112e;
	padding: 4px;
	color: #fff;
	font-size: 13px;
}
.news-list-page-ads {
	margin-top: 0px;
	margin-bottom: 30px;
}
/* district page style end */


/* district news details page style start */
.news-detail-page {
	margin: 30px 0px;
}
.detail-news-section {
	background-color: #f3f3f3;
	padding: 16px 18px;
}
.detail-news-section h2 {
    font-size: 21px;
    color: #222222;
    margin-bottom: 9px;
    font-family: 'Noto Sans Malayalam Bold';
    margin-top: 10px;
    line-height: 25px;
}
.detail-news-section span {
	font-weight: 400;
	font-size: 15px;
	color: #206921;
	line-height: 23.61px;
	margin-bottom: 6px;
	margin-top: 0px;
	display: inline-block;
	float: left;
}
.detail-news-section .newscontent {
	margin-top: 10px;
}
.reporter-section {
	float: right;
	display: inline-flex;
	margin-bottom: 10px;
	margin-top: -7px;
}
.rptr img {
	width: 100%;
}
.rptr {
	float: left;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	overflow: hidden;
	margin-right: 8px;
}
.reporter-section p {
	margin-bottom: 0px;
	margin-top: 6px;
}
.detail-news-section .panchayath {
	font-size: 18px;
	color: #c4112e;
	margin-bottom: 0px;
	margin-top: 15px;
}
.detail-news-section .share-social ul {
	list-style: none;
	padding-left: 0px;
	display: inline-block;
}
.share-social {
	display: inline-block;
	margin-top: 10px;
}
.detail-news-section .share-social ul li {
	float: left;
	width: 38px;
	height: 38px;
	display: table;
	text-align: center;
	margin-right: 5px;
	line-height: 38px;
	border-radius: 50px;
	color: #fff;
}
.detail-news-section .share-social .facebook {
	background: #415c99;
}
.detail-news-section .share-social .twitter {
	background: #5198f8;
}
.detail-news-section .share-social .youtube {
	background: #c4112e;
}
.detail-news-section p {
    font-weight: 400;
    font-size: 18px;
    color: 
    #2c2c2c;
    line-height: 25.61px;
    margin-bottom: 15px;
    font-family: 'Noto Sans Malayalam UI';
}
.youtube-video-section .vid {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-video-section .vid iframe, .youtube-video-section .vid object, .youtube-video-section .vid embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* district news details page style end */


/* marunadan-malayali-section style start */


.marunadan-malayali-section {
	margin: 40px 0px;
}
.marunadan-malayali-section h2 {
    font-size: 31px;
    font-weight: bolder;
    color: 
    #000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Noto Sans Malayalam UI';
}
.marunadan-malayali-box {
    background-color: 
    #f3f3f3;
    padding: 7px 7px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.video-hp-section {
	overflow: hidden;
}
.video-hp-section img {
	width: 100%;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	overflow: hidden;
}
.video-hp-section:hover img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.name-sec-box {
	position: absolute;
	top: 8px;
	left: 23px;
	background-color: #c4112e;
	padding: 5px 22px;
	color: #fff;
	font-size: 13px;
	z-index: 999999;
}
.icon-yutb {
	position: absolute;
    top: 59px;
    left: 152px;
    right: 0;
    color: #c4112e;
    font-size: 52px;
}
.marunadan-malayali-box h2 {
	font-size: 24px;
	color: #222222;
	margin-bottom: 9px;
	font-family: 'Noto Sans Malayalam Bold';
	margin-top: 10px;
	line-height: 25px;
}
.marunadan-malayali-box p {
	font-weight: 400;
	font-size: 17px;
	color: #2c2c2c;
	line-height: 25.61px;
	margin-bottom: 15px;
	font-family: 'Noto Sans Malayalam UI';
}

/* marunadan-malayali-section style start */




/*********************inner pages style end*********************/








/* media Query */

/* Define mobile styles */
@media (max-width: 767px) {
.col-1by5 {
	width: 100%;
}
.pad-none {
	padding-left: 15px;
	padding-right: 15px;
}
.pad-left-none {
	padding-left: 15px;
}
.pad-right-none {
	padding-right: 15px;
}
.header-top-outer-link ul li {
	padding: 0px 6px;
}
.search-section {
	margin-top: 10px;
}
.search-wrapper button {
	width: 135px;
}
.district-name p {
	font-size: 12px;
}
.select-box {
	float: none;
	margin-bottom: 20px;
}
.district-news-lg-box {
	margin-bottom: 30px;
}
.district_page_right-ads {
	margin-bottom: 30px;
}
}

/* tablet screens */
@media all and (min-width: 768px) and (max-width: 980px) {
.header-margin {
	padding-right: 20px !important;
	font-size: 11px !important;
}
.header-top-outer-link ul li {
	padding: 0px 3px;
}
.header-top-outer-link ul li a {
	font-size: 12px;
}
.search-wrapper input {
	width: 138px;
}
.district-news-section h3 {
	font-size: 15px;
	line-height: 15px;
}
.district-news-section h4 {
	font-size: 12px;
	margin: 2px 0px;
}
.video-boxes h2 {
	font-size: 16px;
	margin-top: 11px;
	line-height: 18px;
}
}

/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
.col-1by5 {
	width: 20%;
}
}

@media all and (max-width: 980px) {
}

/* Large screens*/
@media (min-width: 1200px) {
.col-1by5 {
	width: 20%;
}
.container {
	width: 1200px;
}
}

/*custom screen media */
@media (max-width: 359px) {
}
