@charset "UTF-8";
/* CSS Document */
/* Global */
.clearfix:before, .clearfix:after{content: ""; display: table}
.clearfix:after{clear: both;}
.clearfix{zoom: 1;}

*,*:before,*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pull-left{float:left;}
.pull-right{float:right;}
.pull-middle{text-align:center;}

body{
	background: #d0d0d0;
	overflow-x: hidden;
}

body.no-scroll{overflow: hidden;}

#main{
	position: relative;
	width: 100%;
	background: #f4f4f2;
    max-width: 1366px;
    margin: 0 auto;
}
#main:before{
	content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 12px;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(0,0,0,0.05));
    background: linear-gradient(to right,rgba(255,255,255,0),rgba(0,0,0,0.05));
    left: -12px;
}
#main:after{
	content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 12px;
    background: -webkit-linear-gradient(right,rgba(255,255,255,0),rgba(0,0,0,0.05));
    background: linear-gradient(to left,rgba(255,255,255,0),rgba(0,0,0,0.05));
    right: -12px;
}

img{max-width: 100%;}

.mobile{display: none;}

a:hover{
	color: #ef394f;
	transition: all 0.3s;
}

button{
	outline: none;
	padding: 0;
	background-color: transparent;
	border: none;
}

.wrapper{
	width: 98%;
	max-width: 1272px;
	margin: 0 auto;
}

h1{
	font: 30px/34px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #444444;
	margin-top: 15px;
}

.white-blk{
	background: #ffffff;
	padding: 3px;
	border: solid #dfdfdd;
    border-width: 0 1px 1px 0;
}

.white-blk-set{
	background: #ffffff;
	border: solid #dfdfdd;
    border-width: 0 1px 1px 0;
}

.section-main .white-blk-big{
	background: #ffffff;
	border: solid #dfdfdd;
    border-width: 0 1px 1px 0;
}

.primary-btn{
	display: block;
	background: #0494e8;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
	font: 16px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	padding: 10px 20px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
	transition: all 0.3s;
}
.primary-btn:hover{
	background: #0182ce;
	transition: all 0.3s;
}

/* Heading */
.green-heading{
	font: 16px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #21826b;
	margin-bottom: 10px;
	border-top: 2px solid currentColor;
	padding-top: 10px;
}
.green-heading .link-btn{color: currentColor;}

.red-heading{
	font: 16px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #e03436;
	margin-bottom: 10px;
	border-top: 2px solid currentColor;
	padding-top: 10px;
}
.red-heading.eng-txt{
	font: 17px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	font-weight: 700;
}

.blue-heading{
	font: 16px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #095686;
	margin-bottom: 10px;
	border-top: 2px solid currentColor;
	padding-top: 10px;
}
.blue-heading.eng-txt{
	font: 17px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	font-weight: 700;
}

.black-heading{
	font: 16px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #000000;
	margin-bottom: 10px;
	border-top: 2px solid currentColor;
	padding-top: 10px;
}
.black-heading.eng-txt{
	font: 17px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	font-weight: 700;
}

.sky-blue-heading{
	font: 16px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #2b8de3;
	margin-bottom: 10px;
	border-top: 2px solid currentColor;
	padding-top: 10px;
}

.orange-heading{
	font: 16px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
    color: #ff6c00;
    margin-bottom: 10px;
    border-top: 2px solid currentColor;
    padding-top: 10px;
}

.primary-link{
	display: inline-block;
	vertical-align: middle;
	font: 12px/20px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #095686;
	transition: all 0.3s;
}
.primary-link svg{
	display: inline-block;
    vertical-align: middle;
	fill: currentColor;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	margin-left: 5px;
}
.primary-link:hover,
.green-heading a:hover,
.blue-heading a:hover{
	color: #ef394f;
}
/* END Heading */
.red-chips{margin-bottom: 10px;}
.red-chips p{
	display: block;
	float: left;
	margin-right: 5px;
	background: #ef394f;
    font: 10px/15px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
    color: #ffffff;
    padding: 5px 5px 1px 5px;
}
.vdo-trend{margin-bottom: 10px;}
.vdo-trend .red-chips p{background: #ff7f01;}

.primary-input{
 	width: 100%;
 	outline: none;
 	display: block;
	border: 1px solid #d3d3d3;
    height: 30px;
    padding: 15px;
	font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #444444;
	transition: all 0.3s;
	box-shadow: none;
 }
 .primary-input:focus,
 .primary-input:hover{
 	border-color: #444444;
 }
 textarea.primary-input{
 	resize: none;
 	outline: none;
 	height: 100px;
 	overflow: auto;
}

/* Radio */
.form-cnt .ech-row.radio-btn-hldr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	border-top: 1px solid #d3d3d3;
    padding-top: 20px;
}
.form-cnt .ech-row.radio-btn-hldr .radio-btn{
	position: relative;
	margin-right: 30px;
}
.form-cnt .ech-row.radio-btn-hldr .radio-btn label{
	display: inline-block;
	font: 12px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #444444;
    font-weight: 700;
	margin: 0;
	transition: all 0.5s ease-out 0s;
}
.form-cnt .ech-row.radio-btn-hldr .radio-btn input{
	display: none;
	margin: 0;
    width: 20px;
    height: 20px;
}
.form-cnt .ech-row.radio-btn-hldr .radio-btn label:before{
	content: '\00a0';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f4f4f2;
	border: 1px solid transparent;
    margin-right: 10px;
    transition: all 0.5s ease-out 0s;
}
.form-cnt .ech-row.radio-btn-hldr .radio-btn label:hover:before{
	border: 1px solid #444444;
	transition: all 0.5s ease-out 0s;
}
.form-cnt .ech-row.radio-btn-hldr .radio-btn input + label:after{
	content: '\00a0';
	display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.form-cnt .ech-row.radio-btn-hldr .radio-btn input:checked + label:after{
	content: '\00a0';
	background: #363e42;
	transition: all 0.5s ease-out 0s;
}
/* END Radio */
/* Check Box */
.check-btn{
	display: none;
}
.form-cnt .ech-row .check-btn{
	position: relative;
	margin-top: 10px;
}
.form-cnt .ech-row .check-btn label{
	display: inline-block;
	font: 12px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #444444;
	transition: all 0.5s ease-out 0s;
}
.form-cnt .ech-row .check-btn input{
	display: none;
	margin: 0;
    width: 20px;
    height: 20px;
}
.form-cnt .ech-row .check-btn label:before{
	content: '\00a0';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #f4f4f2;
	text-align: center;
	font-weight: bold;
	border: 1px solid transparent;
    margin-right: 10px;
    transition: all 0.5s ease-out 0s;
}
.form-cnt .ech-row .check-btn label:hover:before{
	border: 1px solid #444444;
	transition: all 0.5s ease-out 0s;
}
.form-cnt .ech-row .check-btn input:checked + label:before {
	content: '\2713'; 
	transition: all 0.5s ease-out 0s;
}
/* END Check Box */
/* END Global */

/* Header */
#header{position: relative;}
#header:before{
	content: '';
    display: block;
    background: #ffffff;
    width: 100%;
    height: 237px;
    position: absolute;
    z-index: 0;
    box-shadow: 0 3px 5px #dfdfdd;
}
#header > .wrapper{position: relative;}
#header .header-top-info{
	padding: 10px 0 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
#header .date-info{
	font: 12px/34px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #383838;
	margin-right: 20px;
	/*margin-top: 10px;*/
}
#header .date-info span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
#header .date-info span.updated{
	margin: 0;
	font: 12px/18px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #383838;
}
#header .header-social{
	margin-bottom: 10px;
	min-width: 728px;
}
#header .header-social li{
	float: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: 5px;
}
#header .header-social li p{
	font: 14px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #7a7a7a;
}
#header .header-social li a{
	display: block;
	cursor: pointer;
	transition: all 0.3s;
}
#header .header-social li a:hover{opacity: 0.7;}
#header .header-social li a img{
	display: block;
	height: 30px;
}
#header .header-social li.android-icon{
	background: #7ad656;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .header-social li.android-icon a img{height: 20px;}
#header .header-social li.apple-icon{
	background: #7f7f7f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .header-social li.apple-icon a img{height: 18px;}
#header .header-social li.get-app-txt{margin: 5px 5px 5px 10px;}
#header .header-social li .dot-cnt{
	font: 16px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    display: block;
	border: 2px solid #363e42;
    margin-left: 10px;
    border-radius: 50%;
    margin-top: 5px;
}
#header .logo-hldr{width: 462px;}
#header .logo-hldr img{
	display: block;
	height: 100px;
}
#header .logo-hldr a{
	display: block;
	cursor: pointer;
}
#header .logo-hldr .mob-head-btn{display: none;}
#header .nav-hldr{
	background: #dc2d43;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
#header .header-logo-social{
	position: relative;
    bottom: -7px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#header .header-logo-social > *{margin-right: 10px;}
#header .sub-nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #363e42;
    border: 1px solid #363e42;
}
#header .sub-con-btn{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: #ffc525;
	padding: 8px 13px;
	transition: all 0.3s;
	border-left: 1px solid #363e42;
}
#header .sub-con-btn span{
	display: inline-block;
	font: 13px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #22262d;
	font-weight: 700;
	text-transform: uppercase;
}
#header .sub-con-btn img{
	display: inline-block;
	margin-left: 5px;
	position: relative;
	left: 0;
	min-width: 16px;
	width: 16px;
	height: 16px;
	transition: all 0.3s;
}
#header .sub-con-btn:hover img{
	left: 5px;
	transition: all 0.3s;
}
#header .sub-nav .sub-nav-cnt{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
#header .sub-nav .sub-nav-lst{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#header .sub-nav .sub-nav-lst li{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	text-align: center;
}
#header .sub-nav .sub-nav-lst li a{
	display: block;
	font: 13px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 20px;
	white-space: nowrap;
	transition: all 0.3s;
}
#header .sub-nav .sub-nav-lst li.active a,
#header .sub-nav .sub-nav-lst li a:hover{
	color: #f9a931;
}
#header .main-nav{
	position: relative;
	transition: all 0.3s;
}
#header .main-nav .wrapper{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
}
#header .main-nav nav{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
#header .main-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#header .main-menu > li{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
#header .main-menu > li#home:hover > a{border-bottom-color: #f9a931;}
#header .main-menu > li > a{
	display: block;
	font: 16px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
	padding: 17px 17px 7px 17px;
	white-space: nowrap;
	text-align: center;
	border-bottom: 4px solid transparent;
	transition: all 0.3s;
	cursor: pointer;
}
#header.sticky .main-menu > li > a{
	border-right: 1px solid rgba(255, 255, 255, 0.30);
	font-size: 15px;
	padding: 13px 17px 3px 17px;
	transition: all 0.3s;
}
#header.sticky .main-menu > li:last-child > a{border-right: none;}
#header.sticky .main-menu > li:first-child > a{padding: 9px 0;}
#header .main-menu > li:first-child{
	width: 45px;
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	-o-flex: none;
	flex: none;
}
#header .main-menu > li:first-child > a{padding: 13px 0;}
#header .main-menu > li > a > img{
	display: block;
	margin: 0 auto;
	height: 18px;
}
#header .main-menu > li.active > a,
#header .main-menu > li:hover > a{
	border-bottom-color: #f9a931;
}
#header .main-menu > li:hover .head-drop{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#header .main-menu > li.special > a{color: #ffc525;}
#header .main-menu .head-drop{
	display: none;
	padding: 25px 40px 25px 30px;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	/*border-top: 2px solid #f9a931;*/
	background: #2e3940;
	z-index: 4;
}
#header .main-menu .head-drop.active{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#header .main-menu .head-drop ul.sml-menu{
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px;
	-webkit-column-width: 108px;
	-moz-column-width: 108px;
	-o-column-width: 108px;
	column-width: 108px;
	max-height: 225px;
}
#header .main-menu .head-drop ul li a{
	font: 14px/32px 'Noto-Sans-Kannada',Arial, Helvetica, sans-serif;
    color: #aaadaf;
    display: block;
    transition: all 0.3s;
}
#header .main-menu .head-drop ul li.active a,
#header .main-menu .head-drop ul li:hover a{
	color: #ffffff;
}
#header .main-menu .head-drop ul.long-lst li{
    padding-left: 20px;
    background: transparent url('../images/rightarrow.png') no-repeat;
    background-position: left center;
    border-bottom: 1px solid #4d575c;
}
#header .main-menu .head-drop ul.long-lst li a{
	display: block;
	font: 13px/40px 'Noto-Sans-Kannada',Arial, Helvetica, sans-serif;
	color: #aeb0b2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#header .main-menu .head-drop ul.long-lst li.active a,
#header .main-menu .head-drop ul.long-lst li:hover a{
	color: #ffffff;
}
#header .main-menu .head-drop .thumb-lst li{
	width: 50%;
    float: left;
    padding-left: 25px;
}
#header .main-menu .head-drop .thumb-lst li a{
	display: block;
    font: 14px/20px 'Noto-Sans-Kannada-Bold',Arial, Helvetica, sans-serif;
    color: #979ca0;
}
#header .main-menu .head-drop .thumb-lst li.active a,
#header .main-menu .head-drop .thumb-lst li:hover a{
	color: #ffffff;
}
#header .main-menu .head-drop .thumb-lst li a p{padding-top: 10px;}
#header .main-menu .head-drop .thumb-lst li a .img-hldr{
	display: block;
	height: 140px;
    position: relative;
}
#header .main-menu .head-drop .thumb-lst li a .img-hldr img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#header .main-menu .head-drop .left-hldr, #header .main-menu .head-drop .right-hldr, #header .main-menu .head-drop .innr-left, #header .main-menu .head-drop .innr-right
{
width:100%;
}
/* Theme One */
#header .main-menu .head-drop.theme-one .left-hldr{width: 30%;}
#header .main-menu .head-drop.theme-one .right-hldr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 70%;
}
#header .main-menu .head-drop.theme-one .innr-left{width: 55%;}
#header .main-menu .head-drop.theme-one .innr-right{
	width: 45%;
	padding-left: 25px;
}
/* END Theme One */

/* Theme Two */
#header .main-menu .head-drop.theme-two ul{
	width: 15%;
	max-height: 200px;
	-webkit-column-width: 140px;
	-moz-column-width: 140px;
	-o-column-width: 140px;
	column-width: 140px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	-o-column-gap: 10px;
	column-gap: 10px;
}
/* END Theme Two */

/* Theme Three */
#header .main-menu .head-drop.theme-three ul.thumb-lst{width: 65%;}
#header .main-menu .head-drop.theme-three ul.thumb-lst li{width: 33.33%;}
#header .main-menu .head-drop.theme-three ul.long-lst{
	width: 35%;
	padding-left: 25px;
}
/* END Theme Three */

/* Theme Four */
#header .main-menu .head-drop.theme-four .left-hldr{width: 40%;}
#header .main-menu .head-drop.theme-four .right-hldr{
	width: 60%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#header .main-menu .head-drop.theme-four .innr-left{width: 55%;}
#header .main-menu .head-drop.theme-four .innr-right{
	width: 45%;
	padding-left: 25px;
}
/* END Theme Four */

/* Theme Five */
#header .main-menu .head-drop.theme-five .left-hldr{width: 30%;}
#header .main-menu .head-drop.theme-five .right-hldr{width: 70%;}
#header .main-menu .head-drop.theme-five .left-hldr ul{
	max-height: 200px;
	-webkit-column-width: 100px;
	-moz-column-width: 100px;
	-o-column-width: 100px;
	column-width: 100px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	-o-column-gap: 10px;
	column-gap: 10px;
}
#header .main-menu .head-drop.theme-five .thumb-lst li{width: 33.333%;}
/* END Theme Five */

/* Theme Six */
#header .main-menu .head-drop.theme-six .left-hldr{width: 30%;}
#header .main-menu .head-drop.theme-six .right-hldr{width: 70%;}
#header .main-menu .head-drop.theme-six .left-hldr ul{
	max-height: 200px;
	-webkit-column-width: 110px;
	-moz-column-width: 110px;
	-o-column-width: 110px;
	column-width: 110px;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	column-gap: 40px;
}
#header .main-menu .head-drop.theme-six .thumb-lst li{width: 33.333%;}
/* END Theme Six */

/* Theme Seven */
#header .main-menu .head-drop.theme-seven .right-hldr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
#header .main-menu .head-drop.theme-seven .innr-left{width: 65%;}
#header .main-menu .head-drop.theme-seven .innr-right{
	width: 35%;
	padding-left: 25px;
}
#header .main-menu .head-drop.theme-seven .thumb-lst li{width: 33.33%;}
/* END Theme Seven */

#header .search-btn{
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
}
#header .search-btn:before{
	content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
	box-shadow: -1px 0 6px rgba(0, 0, 0, 0.15);
    left: 0;
}
#header .search-btn img{
	display: block;
	height: 16px;
}
#header .search-btn:hover{opacity: 0.7;}
#header.sticky .main-nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 111;
	background: #ffffff;
	transform: translateY(0);
	transition: all 0.3s;
	animation-name: headtranslate;
    animation-duration: 0.5s;
    box-shadow: inset 0 -15px 5px -16px #ccc;
}
#header.sticky .main-nav .wrapper{max-width: 1366px;}
#header.sticky .main-nav nav{background: #dc2d43;}
#header.sticky .sub-nav{margin-bottom: 38px;}
#header .search-ovly{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(255, 255, 255, 0.9);
    z-index: 9;
    transition: all 0.3s;
}
#header .search-cnt{
	display: none;
	position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
#header .search-cnt form,
#header .search-cnt fieldset{
	height: 100%;
}
#header .search-cnt input{
	display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font: 14px/18px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #383838;
    font-weight: 700;
    background-color: transparent;
    border-bottom: 2px solid #323232;
    transition: all 0.3s;
    width: 1272px;
    max-width: 100%;
    margin: 0 auto;
}
#header.sticky .search-cnt input{background: #ffffff;}
#header .mob-full-menu{display: none;}
#header .search-cnt input:focus{
	box-shadow: none !important;
	border: none !important;
	border-bottom: 2px solid #323232 !important;
}
#header .search-cnt .close-search{
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	height: 50px;
	width: 50px;
	margin: 35px 0 0 -25px;
}
#header .search-cnt .close-search svg{
	width: 100%;
	margin: 0 auto;
	height: 18px;
}
/* END Header */

/* Footer */
#footer{
	margin-top: 20px;
	text-align: center;
	border-top: 2px solid #323232;
}
#footer .get-app{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
}
#footer .get-app p{
	font: 14px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #7a7a7a;
    margin-right: 25px;
}
#footer .get-app a{
	display: block;
	cursor: pointer;
	margin-right: 10px;
	transition: all 0.3s;
}
#footer .get-app a:hover{
	opacity: 0.7;
}
#footer .get-app a img{display: block;}
#footer p{
	font: 12px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #7a7a7a;
}
#footer ul.foot-top-lnk-lst{
	margin: 20px 0 15px 0;
}
#footer ul.foot-top-lnk-lst li{
	display: inline-block;
	border-right: 2px solid #aaaaaa;
}
#footer ul.foot-top-lnk-lst li:last-child{border: none;}
#footer ul.foot-top-lnk-lst li a{
	display: block;
	position: relative;
	top: 2px;
	font: 13px/18px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: rgba(3, 3, 3, 0.8);
	padding: 0 10px;
	transition: all 0.3s;
}
#footer ul.foot-top-lnk-lst li a svg{display:none;}
#footer ul.foot-top-lnk-lst li a:hover{
	color: #ef394f;
	transition: all 0.3s;
}
#footer .foot-social-lst li{
	display: inline-block;
	margin: 0 5px;
}
#footer .foot-social-lst li a{
	display: block;
	border-radius: 30px;
	transition: all 0.3s;
}
#footer .foot-social-lst li a:hover{opacity: 0.7;}
#footer .foot-social-lst li a img{
	display: block;
	transition: all 0.3s;
}
#footer ul.foot-lnk-lst{margin: 20px 0;}
#footer ul.foot-lnk-lst li{
	display: inline-block;
    border-right: 2px solid #aaaaaa;
}
#footer ul.foot-lnk-lst li:last-child{border: none;}
#footer ul.foot-lnk-lst li a{
	display: block;
	font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: rgba(3, 3, 3, 0.8);
    padding: 0 10px;
    transition: all 0.3s;
}
#footer ul.foot-lnk-lst li a:hover{
	color: #ef394f;
	transition: all 0.3s;
}
#footer .social-link li{
	display: inline-block;
	margin: 0 15px;
	width:auto;
}
#footer .social-link li a{display: block;}
#footer .social-link li a img{display: block;}
#footer .copyright-text{margin: 20px 0 10px 0;}
#footer hr{
	margin: 0;
	border: none;
	border-top: 1px solid #c8c7c7;
}
#footer .dev-by{padding: 20px 0 30px 0;}
/* END Footer */

.home-h1{
	border: 0;
    clip: rect(0 0 0 0);
    height: 0.0625rem;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.0625rem;
}

/* Breadcrumps */
ul.breadcrumps li{
	display: block;
	position: relative;
	float: left;
	font: 12px/20px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	margin-right: 25px;
}
ul.breadcrumps li a{
	display: block;
	color: #0f5989;
	transition: all 0.3s;
}
ul.breadcrumps li.active{color: #890f88;}
ul.breadcrumps li.active a{color: #890f88;}
ul.breadcrumps li a:hover{color: #444444;}
ul.breadcrumps li:after {
	content: '»';
	display: inline-block;
	position: absolute;
	top: -1px;
	right: -15px;
}
ul.breadcrumps li:last-child:after{display: none;}
/* END Breadcrumps */

/* Ads */
.header-ad img{
	display: block;
	height: 89px;
}
.top-spl-cnt{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.top-spl-cnt .top-special{width: 300px;}
.top-spl-cnt .top-special img{height: 110px;}
.top-spl-cnt .top-ad-cnt{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.top-spl-cnt .ad-white-blk{
	width: 970px;
	margin: 10px auto;
}
.top-spl-cnt img{display: block;}
.adgebra img{
	display: block;
	width: 100%;
}
.middle-ad{
	width: 728px;
	margin: 0 auto;
}
.middle-ad img{display: block;}
.temp-ad img{
	display: block;
	width: 100%;
}
.you-may img{
	width: 100%;
	display: block;
}
.taj-ads .ad-white-blk{
	width: 970px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.taj-ads .white-blk img{display: block;}
/* END Ads */

/* Breaking News */
.breaking-news{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid #363e42;
	background: #fef9eb;
	border-top: none;
	position: relative;
}
.breaking-news .title{
	position: relative;
	padding: 2px 25px 2px 15px;
	overflow: hidden;
	z-index: 1;
	width: 150px;
	min-width: 150px;
}
.breaking-news .title span{
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font: 13px/32px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	font-weight: 700;
	color: #ffffff;
}
.breaking-news .title:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -20px;
    z-index: 0;
    background: rgb(241,63,66);
    background: -webkit-linear-gradient(right, rgb(255, 168, 0) 0%, rgb(255, 77, 0) 100%);
    background: -o-linear-gradient(right, rgb(255, 168, 0) 0%, rgb(255, 77, 0) 100%);
    background: linear-gradient(to left, rgb(255, 168, 0) 0%, rgb(255, 77, 0) 100%);
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.breaking-news .breaking-hldr{
	-ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);	
    /* -webkit-flex: 1; */
	/* -moz-flex: 1; */
	/* -ms-flex: 1; */
	/* -o-flex: 1; */
	/* flex: 1; */
	margin-left: -11px;
	width: calc(100% - 185px);
}
.breaking-news .breaking-cnt{
	-ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
	overflow: hidden;
    white-space: nowrap;
	animation: marquee 40s linear infinite;
}
.breaking-news .breaking-cnt a{
	position: relative;
	top: 3px;
	font: 13px/36px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #323131;
	font-weight: 700;
	cursor: pointer;
	margin-right: 40px;
	transition: all 0.3s;
}
.breaking-news .breaking-cnt:hover {
	animation-play-state: paused;
}
.breaking-news .breaking-cnt a:hover{
	color: #ef394f;
	transition: all 0.3s;
}
/* END Breaking News */

/* Section */
.section-main{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.section-main .left-section{width: calc(100% - 320px);}
.section-main .left-section .white-blk.top-slider{height: calc(100% - 15px);}
.section-main .left-section .white-blk, .section-main .left-section .ad-white-blk{margin-bottom: 15px;}
.section-main .right-section{
	width: 305px;
	margin-left: 15px;
}
.section-main .right-section .white-blk,
.section-main .right-section .ads-white-blk,
.section-main .right-section .ad-white-blk {margin-bottom: 20px;}
.section-main .right-section .white-blk img{display: block;}
.section-main .right-section .inner-set{margin-bottom: 20px;}
.section-main .right-section .inner-set .white-blk-big{
	width: 100%;
	margin: 0;
}
.section-main .right-section .inner-set.inner-set-english h3{
	font: 13px/18px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #000000;
}
.section-main .right-section .inner-set.inner-set-english .each-news:hover h3{
	color: #ef394f;
}
.section-main .right-section .samskurthi-blk .white-blk{margin: 0;}
.section-main .each-news{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 12px 10px;
	transition: all 0.3s;
}
.section-main .each-news .img-hldr{
	width: 100px;
	height: 75px;
	margin-right: 15px;
	position: relative;
	z-index: 0;
	min-height: 75px;
    overflow: hidden;
    transition: all 0.3s;
	background: #f1f1f1 url('../images/thumbnail.png') no-repeat;
    background-size: 30px;
    background-position: center center;
}
.section-main .each-news .img-hldr img{
	display: block;
	object-fit: cover;
    object-position: center;
	width: 100%;
	height: 100%;
    transition: all 0.3s;
}
.section-main .each-news .img-hldr.thumb {height:75px;}
.section-main .each-news .img-hldr.small-thumb{height:195px;}
.section-main .each-news .img-hldr.medium-thumb{height:345px;}
.section-main .each-news .img-hldr.large{height: 370px;}
.section-main .each-news:hover .img-hldr img{
	transform: scale(1.1);
	transition: all 0.3s;
}
.section-main .each-news .cnt-hldr{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.section-main .each-news h3{
	font: 13px/18px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #000000;
	transition: all 0.3s;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.section-main .each-news h3.hide{
	overflow: hidden;
	height: 53px;
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	-o-flex: none;
	flex: none;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-main .each-news .hrs-txt{
	font: 11px/15px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #757575;
	margin-right: 5px;
	transition: all 0.3s;
}
.section-main .each-news .sub-txt{
	font: 11px/15px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #e53647;
}
.section-main .each-news:hover{transition: all 0.3s;}
.section-main .each-news:hover h3{
	color: #ef394f;
	transition: all 0.3s;
}
.section-main .each-news .news-decp{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.section-main .each-news .ovly{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 30%, rgb(0, 0, 0) 95%);
	background: -o-linear-gradient(rgba(255,255,255,0) 30%, rgb(0, 0, 0) 95%);
	background: linear-gradient(rgba(255,255,255,0) 30%, rgb(0, 0, 0) 95%);
}
.section-main .white-blk-set .each-news:after{
	content: '';
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 0;
	display: block;
	height: 1px;
	background: #e5e5e5;
}
.section-main .white-blk-set .each-news:last-child:after{display: none;}
.section-main .each-news-big{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 3px 3px 15px 3px;
}
.section-main .each-news-big .img-hldr{
	width: 100%;
	margin: 0 0 15px 0;
}
.section-main .each-news-big h3{margin-bottom: 10px;}
.section-main .each-news-big .cnt-hldr{padding: 0 10px;}
.section-main .innr-layout{
	float: left;
	width: 100%;
}
.section-main .innr-layout .each-news{
	width: calc(33.333333% - 10px);
	margin: 0 15px 15px 0;
	float: left;
}
.section-main .innr-layout .each-news:nth-child(3n){margin-right: 0;}
.section-main .top-layout{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.section-main .top-layout .owl-stage-outer,
.section-main .top-layout .owl-stage,
.section-main .top-layout .owl-item,
.section-main .top-layout .each-news{height: 100%;}
.section-main .top-layout > article.each-news{
	margin-bottom: 15px;
	margin-right: 15px;
	width: calc(33.333% - 10px);
}
/* Top Slider */
.section-main .top-slider-hldr{
	width: calc(100% - 322px);
	margin-right: 15px;
}
.section-main .top-slider .each-news{
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.section-main .top-slider .each-news .img-hldr{
	width: 100%;
	margin: 0;
}
.section-main .top-slider .each-news .cnt-hldr{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 20px;
}
.section-main .top-slider .each-news .cnt-hldr h3{
	font: 18px/25px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
}
.section-main .top-slider .each-news:hover .cnt-hldr h3{color: #ffffff;}
.section-main .top-slider .each-news .cnt-hldr .red-chips{margin: 0 5px 0 0;}
.section-main .top-slider .each-news .cnt-hldr .hrs-txt{
	font: 12px/26px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
	opacity: 0.8;
}
.section-main .top-slider .each-news .news-decp{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-main .top-slider .owl-nav{
	opacity: 0;
	transition: all 0.3s;
}
.section-main .top-slider:hover .owl-nav{
	opacity: 1;
	transition: all 0.3s;
}
.section-main .top-slider .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
.section-main .top-slider .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
.section-main .top-slider .owl-nav .owl-prev span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-left.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
    width: 100%;
    height: 100%;
}
.section-main .top-slider .owl-nav .owl-next span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-right.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
    width: 100%;
    height: 100%;
}
.section-main .top-slider .owl-dots{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
	position: absolute;
	bottom: 0;
	left: 2px;
	right: 2px;
}
.section-main .top-slider .owl-dots .owl-dot{
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 0 3px;
	background: rgba(255, 255, 255, 0.30);
	cursor: pointer;
	outline: none;
	transition: all 0.3s;
}
.section-main .top-slider .owl-dots .owl-dot:hover{
	background: #f4f4f2;
	transition: all 0.3s;
}
.section-main .top-slider .owl-dots .owl-dot.active{
	background: #f4f4f2;
	transition: all 0.3s;
}
.section-main .top-vd-sldr-hldr{width: 307px;}
.section-main .top-hldr{width: 100%;}
.section-main .trending-section{width: 307px;}
.section-main .trending-section h6{
	font: 15px/29px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	background: rgb(255,127,1);
	background: -webkit-linear-gradient(left, rgba(255,127,1,1) 0%, rgba(253,205,74,1) 100%);
	background: -o-linear-gradient(left, rgba(255,127,1,1) 0%, rgba(253,205,74,1) 100%);
	background: linear-gradient(to right, rgba(255,127,1,1) 0%, rgba(253,205,74,1) 100%);
	padding: 0 10px;
}
.section-main .trending-section .each-news{
	background: #fef9eb;
	padding: 11px 10px 12px 10px;
}
.section-main .top-hldr .top-cnt{
	width: calc(100% - 322px);
	margin-bottom: 15px;
}
.section-main .top-hldr .single-sec .each-news{
	width: calc(50% - 8px);
	float: left;
	margin: 0 15px 15px 0;
}
.section-main .top-hldr .single-sec .each-news:after{display: none;}
.section-main .top-hldr .single-sec .each-news:nth-child(2n){margin-right: 0;}
.section-main .top-hldr .large-sec .white-blk-big{
	width: calc(50% - 8px);
	float: left;
	margin: 0 15px 0 0;
}
.section-main .top-hldr .large-sec .white-blk-big:last-child{margin-right: 0;}
.section-main .top-vd-sldr{position: relative;}
.section-main .top-vd-sldr .each-news{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 0;
	height: 370px;
	background: #000000;
}
.section-main .top-vd-sldr .white-blk{
	padding: 0;
	width: 100%;
}
.section-main .top-vd-sldr .each-news .img-hldr{
	width: 100%;
	height: 70%;
	margin: 0;
}
.section-main .top-vd-sldr .each-news .img-hldr img{object-position: -30px;}
.section-main .top-vd-sldr .each-news .cnt-hldr{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 15px;
}
.section-main .top-vd-sldr .each-news .cnt-hldr h3{
	font: 16px/25px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
}
.section-main .top-vd-sldr .each-news:hover .cnt-hldr h3{color: #ffffff;}
.section-main .top-vd-sldr .each-news .cnt-hldr .red-chips{margin: 0 5px 0 0;}
.section-main .top-vd-sldr .each-news .cnt-hldr .hrs-txt{
	font: 12px/26px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
	opacity: 0.8;
}
.section-main .top-vd-sldr .ovly{
	height: 45%;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,0.10127801120448177) 0%, rgba(0,0,0,1) 50%);
	background: -o-linear-gradient(rgba(0,0,0,0.10127801120448177) 0%, rgba(0,0,0,1) 50%);
	background: linear-gradient(rgba(0,0,0,0.10127801120448177) 0%, rgba(0,0,0,1) 50%);
}
.section-main .top-vd-sldr iframe{
	display: none;
	height: 90%;
	position: relative;
    z-index: 1;
}
.section-main .top-vd-sldr .news-decp{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
}
.section-main .top-vd-sldr .news-decp img{width: auto;}
.section-main .top-vd-sldr .owl-dots{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
	position: absolute;
	bottom: 0;
	left: 2px;
	right: 2px;
}
.section-main .top-vd-sldr .owl-dots .owl-dot{
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 0 3px;
	background: rgba(255, 255, 255, 0.30);
	cursor: pointer;
	outline: none;
	transition: all 0.3s;
}
.section-main .top-vd-sldr .owl-dots .owl-dot:hover{
	background: #f4f4f2;
	transition: all 0.3s;
}
.section-main .top-vd-sldr .owl-dots .owl-dot.active{
	background: #f4f4f2;
	transition: all 0.3s;
}
.section-main .top-vd-sldr .owl-nav{
	opacity: 0;
	transition: all 0.3s;
}
.section-main .top-vd-sldr:hover .owl-nav{
	opacity: 1;
	transition: all 0.3s;
}
.section-main .top-vd-sldr .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
.section-main .top-vd-sldr .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
.section-main .top-vd-sldr .owl-nav .owl-prev span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-left.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
    width: 100%;
    height: 100%;
}
.section-main .top-vd-sldr .owl-nav .owl-next span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-right.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
    width: 100%;
    height: 100%;
}
/* END Top Slider */

.section-main .inner-set > .white-blk-big{
	float: left;
	width: calc(33.333333% - 10px);
	margin: 0 15px 15px 0;
}
.section-main .inner-set > .white-blk-big:nth-child(3n){margin-right: 0;}
.section-main .each-news:after{
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    display: block;
    height: 1px;
    background: #e5e5e5;
}
.section-main .each-news:last-child:after{display: none;}
.section-main .inner-set-single .white-blk-big:first-child .each-news{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 3px;
}
.section-main .inner-set-single .white-blk-big:first-child .each-news .cnt-hldr{
	padding: 0 10px;
	min-height: 81px;
}
.section-main .inner-set-single .white-blk-big:first-child .each-news .img-hldr{
	width: 100%;
	margin: 0 0 15px 0;
}
.section-main .inner-set-single .white-blk-big:first-child .each-news h3{
	min-height: 58px;
	font-size: 15px;
    line-height: 22px;
}
.section-main .inner-set-video .white-blk-big{
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
.section-main .inner-set-video .white-blk-big .each-news{background: #000000;}
.section-main .inner-set-video .white-blk-big h3{color: #ffffff;}
.section-main .inner-set-video .white-blk-big .each-news:hover h3{color: #ef394f;}
.section-main .inner-set-video .white-blk-big .hrs-txt{color: #909090;}
.section-main .vibaga-set .white-blk-big{
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
.section-main .vibaga-set .each-news{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-main .vibaga-set .decp-txt{
	font: 13px/20px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #000000;
    transition: all 0.3s;
}
.section-main .vibaga-set .each-news:hover .decp-txt{
	color: #ef394f;
	transition: all 0.3s;
}
/* Tab List */
.tab-cnt .primary-link{margin-top: 10px;}
.tab-lst-hldr{
	border-top: 2px solid #095686;
	margin-bottom: 10px;
}
ul.tab-lst li{
	display: block;
	float: left;
	transition: all 0.3s;
}
ul.tab-lst li a{
	display: block;
	font: 14px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #444444;
	padding: 10px 12px 5px 12px;
	cursor: pointer;
	transition: all 0.3s;
}
ul.tab-lst li a:hover{color: #ef394f;}
ul.tab-lst li.active a{
	background: #095686;
	color: #ffffff;
}
/* END Tab List */

/* Video Gallary*/
.section-main .video-gallary{
	background: #000000;
	width: 100%;
	margin-left: 1px;
}
.section-main .video-gallary .ovly{display: none;}
.section-main .video-gallary .each-news:first-child .ovly{display: block;}
.section-main .video-gallary .each-news:first-child{
	padding: 0;
	float: left;
	width: auto;
	height: 100%;
}
.section-main .video-gallary .each-news:first-child .img-hldr{
	width: 100%;
	margin: 0;
	height: 395px;
	width: 627px;
}
.section-main .video-gallary .each-news:first-child .img-hldr img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.section-main .video-gallary .each-news:first-child .cnt-hldr{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 20px 10px 20px;
}
.section-main .video-gallary .each-news:first-child .cnt-hldr h3{
	font: 16px/25px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
}
.section-main .video-gallary .each-news:first-child:hover .cnt-hldr h3{color: #ffffff;}
.section-main .video-gallary h3{color: #ffffff;}
.video-gallary .each-news:after{
	content: '';
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 0;
	display: block;
	height: 1px;
	background: #7a7a79;
	z-index:1;
}
.video-gallary .each-news:first-child:after{display:none;}
.section-main .video-gallary .each-news:last-child:after{display: none;}
.section-main .video-gallary .each-news:hover h3{color: #ef394f;}
.section-main .video-gallary .hrs-txt{color: #909090;}
/* END Video Gallary*/

/* Panchanga */
.panchanga-hldr{
	background: #f9f9e8;
	padding: 30px 15px;
}
.panchanga-hldr .heading{
	font: 13px/20px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #474747;
	padding-bottom: 25px;
}
.panchanga-hldr .panchanga-lst li{
	font: 13px/22px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #474747;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.panchanga-hldr .panchanga-lst li p{
	float: right;
	width: 60%;
}
/* END Panchanga */

/* Cartoon Slider */
.section-main .cartoon-slider{margin-bottom: 20px;}
.section-main .cartoon-slider .white-blk{margin-bottom: 5px;}
.section-main .cartoon-slider .white-blk img{height:auto;}
/* END Cartoon Slider */

/* Nagariya Patrakartha */
.nagarika-patrakartha{
	text-align: center;
	margin-bottom: 15px;
}
.nagarika-patrakartha a{
	display: block;
	background: #e23538;
	font: 17px/30px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #f4f4f2;
	box-shadow: 1px 2px 0 #dfdfdd;
	padding: 8px 0;
}
.nagarika-patrakartha a b{
	font: 17px/30px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
}
.nagarika-patrakartha a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
/* END Nagariya Patrakartha */

/* Hani Dani */
.section-main .hani-dani{margin-bottom: 20px;}
.section-main .hani-dani .white-blk{margin-bottom: 2px;}
.section-main .hani-dani .hani-dani-cnt{
	background: #8df9e0;
	padding: 15px;
}
.section-main .hani-dani .heading{
	font: 14px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #474747;
	margin-bottom: 20px;
}
.section-main .hani-dani p{
	font: 13px/24px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #474747;
}
/* END Hani Dani */

/* Slider Arrow */
.slide-btn-hldr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.slide-btn-hldr a{
	display: block;
	width: 20px;
	cursor: pointer;
	opacity: 1;
	padding: 4px;
	transition: all 0.3s;
}
.slide-btn-hldr a:hover{opacity: 0.7;}
.slide-btn-hldr img{
	display: block;
	margin: 0 auto;
}
.slide-btn-hldr a:first-child{margin-right: 5px;}
.slide-btn-hldr a:first-child img{transform: rotate(180deg);}
/* END Slider Arrow */

/* Tweet Slide */
.twitter-heading{
	border-top: 2px solid #e03436;
	margin-bottom: 10px;
	padding-top: 10px;
}
.twitter-heading img{margin-right: 10px;}
.twitter-heading .primary-link{
	font: 16px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #444444;
}
.twitter-heading .primary-link:hover{color: #ef394f;}
.tweet-slide .tweet-slide-cnt{
	background: #2bace7;
	min-height: 300px;
	padding: 25px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.tweet-slide .tweet{
	font: 13px/20px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.tweet-slide .tweet-author{
	font: 13px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
}
/* END Tweet Slide */

/* Future Slider */
.future-img-slider{
	margin-bottom: -40px;
    position: relative;
    z-index: 2;
}
.future-slider{margin-top: -10px;}
.future-slider .ech-blk{
	background: #ffe9d8;
	padding: 40px 30px;
}
.future-slider .ech-blk h6{
	font: 16px/32px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #ff6c00;
	margin-bottom: 25px;
}
.future-slider .ech-blk p{
	font: 14px/24px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #474747;
}
.future-slider .img-hldr{
	width: 98px;
	height: 98px;
	border-radius: 98px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
}
.future-slider-hldr{position: relative;}
.future-slider-hldr .slide-btn-hldr{
	position: absolute;
    right: 25px;
    top: 40px;
    z-index: 2;
}
/* END Future Slider */

/* Gallary */
.section-main .gallary-slider .each-news{
	padding: 0;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.section-main .gallary-slider .img-hldr{
	width: 100%;
	margin: 0;
}
.section-main .gallary-slider  .each-news .cnt-hldr{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 20px;
}
.section-main .gallary-slider  .each-news h3{
	font: 16px/25px 'Noto-Sans-Kannada-Bold',Arial,Helvetica,sans-serif;
    color: #ffffff;
}
.section-main .gallary-slider .each-news:hover h3{color: #ffffff;}
.section-main .gallary-slider .owl-dots{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: #000000;
	padding: 10px 0;
}
.section-main .gallary-slider .owl-dots button.owl-dot{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.30);
	transition: all 0.3s;
	margin: 0 3px;
}
.section-main .gallary-slider .owl-dots button.owl-dot:hover{
	background: rgba(255, 255, 255, 0.50);
	transition: all 0.3s;
}
.section-main .gallary-slider .owl-dots button.owl-dot.active{
	background: #ffffff;
	transition: all 0.3s;
}
.section-main .gallary-slider .owl-nav{
	opacity: 0;
	transition: all 0.3s;
}
.section-main .gallary-slider:hover .owl-nav{
	opacity: 1;
	transition: all 0.3s;
}
.section-main .gallary-slider .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
.section-main .gallary-slider .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
.section-main .gallary-slider .owl-nav .owl-prev span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-left.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
    width: 100%;
    height: 100%;
}
.section-main .gallary-slider .owl-nav .owl-next span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-right.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
    width: 100%;
    height: 100%;
}
/* END Gallary */
/* END Section */

/* Artical Page */
.artical-page{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.artical-page .artical-cnt{
	padding: 25px 25px 40px 25px;
	position: relative;
}
.artical-page .artical-cnt .artical-image{
	position: relative;
	padding-bottom: 10px;
}
.artical-page .artical-cnt .artical-image img{
	display: block;
	width: 100%;
}
.artical-page .artical-img-hldr{
	width: 100%;
	max-width: 620px;
	margin: 0 20px 0 0;
}
.artical-page .artical-heading{
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	/*background: rgba(137, 15, 136, 0.80);
	padding: 15px 20px;*/
}
.artical-page .artical-heading h6{
	font: 15px/25px 'Noto-Sans-Kannada-Bold',Arial,Helvetica,sans-serif;
	color: #444444;
	margin-top: 10px;
}
.artical-page .artical-image-info{
	border-bottom: 1px solid #890f88;
}
.artical-page .artical-image-info.info-top{border: none;}
.artical-page .artical-image-info .rep-txt{
	font: 11px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #262626;
	padding: 0;
}
.artical-page .artical-image-info .team{
	font: 13px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #262626;
	padding: 0;
	text-transform: uppercase;
}
.artical-page .artical-image-info .team b,
.artical-page .artical-image-info .team strong{
	font-weight: 700;
}
.artical-page .text-size{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.artical-page .text-size hr{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	margin: 0 5px 0 0;
	height: 3px;
	border-top: 1px solid #890f88;
	border-bottom: 1px solid #d3d3d3;
}
.artical-page .text-size button{
	background: #dfdfdf;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 5px;
	transition: all 0.3s;
}
.artical-page .text-size button.active,
.artical-page .text-size button:hover{
	background: #f13748;
	color: #ffffff;
	transition: all 0.3s;
}
.artical-page .text-size button.fz-sml{
	width: 22px;
	height: 22px;
	font: 14px/28px 'Noto-Sans-Kannada',Arial,Helvetica,sans-serif;
}
.artical-page .text-size button.fz-md{
	width: 28px;
	height: 28px;
	font: 18px/32px 'Noto-Sans-Kannada',Arial,Helvetica,sans-serif;
}
.artical-page .text-size button.fz-lg{
	width: 32px;
	height: 32px;
	font: 22px/40px 'Noto-Sans-Kannada',Arial,Helvetica,sans-serif;
}
.artical-page .text-size.top-gap hr{margin-top: 10px;}
.artical-page .artical-info{
	/*margin-bottom: 15px;*/
	margin-bottom: 30px;
}
.artical-page .artical-info p{
	font: 15px/1.6em 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #444444;
	padding-top: 15px;
	text-align: justify;
}
.artical-page .artical-info p:first-of-type strong:first-child{
	color: #890f88;
	font-weight: 700;
}
.artical-page .artical-info b,
.artical-page .artical-info strong{
	font-family: 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
}
.artical-page .tags-hldr{
	background: #f3f3f3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 15px 0;
}
.artical-page .tags-hldr .icon-hldr{
	width: 50px;
	height: 45px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.artical-page .tags-hldr .cnt-hldr{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding: 5px 0;
}
.artical-page .tags-hldr .cnt-hldr li{
	display: block;
	float: left;
	margin: 5px;
}
.artical-page .tags-hldr .cnt-hldr li a{
	display: block;
	background: #ffffff;
	padding: 4px 15px 0 15px;
	font: 12px/20px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
    color: #0393e8;
    border-radius: 25px;
    transition: all 0.3s;
}
.artical-page .tags-hldr .cnt-hldr li a:hover{
	color: #ef394f;
	transition: all 0.3s;
}
.artical-page.section-main .inner-set-video .each-news:after{background: #7a7a79;}
.news-share-hldr{
	position: absolute;
	top: 50px;
	left: -25px;
	z-index: 2;
}
ul.news-share{
	background: #ffffff;
	padding: 5px 6px;
	transition: all 0.3s;
}
ul.news-share li{
	display: block;
	margin-bottom: 5px;
}
ul.news-share li:last-child{margin: 0;}
ul.news-share li a{
	display: block;
	transition: all 0.3s;
}
ul.news-share li a:hover{opacity: 0.7;}
ul.news-share li a img{display: block;}
ul.news-share.stay{
	position: fixed;
	top: 15%;
	transition: all 0.3s;
}
.artical-page .prev-next-news{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.artical-page .prev-next-news a{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font: 15px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
    color: #444444;
    transition: all 0.3s;
	padding-right: 10px;
}
.artical-page .prev-next-news a:hover{color: #ef394f;}
.artical-page .prev-next-news a span{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: #ef394f;
	min-width: 20px;
	height: 45px;
	margin: 0 15px 0 0;
	transition: all 0.3s;
}
.artical-page .prev-next-news a:hover span{
	right: 10px;
	left: auto;
}
.artical-page .prev-next-news > div:last-child a:hover span{
	left: 10px;
	right: auto;
}
.artical-page .prev-next-news > div:last-child a{
	text-align: right;
	justify-content: flex-end;
	padding-right: 0;
    padding-left: 10px;
}
.artical-page .prev-next-news > div:last-child a span{margin: 0 0 0 15px;}
.artical-page .prev-next-news > div:last-child a span img{transform: rotate(180deg);}
.artical-page .prev-next-news > div{width: 50%;}


.artical-page .disclaimer-txt{margin: 20px 0;}
.artical-page .disclaimer-txt p{
	font: 12px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #7a7a7a;
}
.artical-page .disclaimer-txt p b,
.artical-page .disclaimer-txt p strong{font-weight: 700;}
.artical-page .bharatmatrimony-ads{
	/*background-color:#eaeaea;*/
	margin-bottom: 15px;
	padding:5px;
}
.artical-page .bharatmatrimony-ads.red-box{
	border: 1px solid #dc2d43;
    background: #ffffff;
	margin-bottom:5px;
}
.artical-page .bharatmatrimony-ads.yellow-box{
	border: 1px solid #ffc525;
    background: #ffffff;
}
.artical-page .bharatmatrimony-ads.red-box .ads-txt{
	display: block;
    margin: 0 auto;
    background: #ffffff;
    font: 10px/15px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
    color: #ef394f;
    padding: 5px 5px 1px 5px;
    margin-top: -17px;
    width: 30px;
}
.artical-page .bharatmatrimony-ads.yellow-box .ads-txt{
	display: block;
    margin: 0 auto;
    background: #ffffff;
    font: 10px/15px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
    color: #ffc525;
    padding: 5px 5px 1px 5px;
    margin-top: -17px;
    width: 30px;
}

.artical-page .bharatmatrimony-ads p{
	text-align: center;
	font: 16px/22px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #444444;
}
.artical-page .bharatmatrimony-ads.red-box p{font: 15px/22px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;}
.artical-page .artical-page-mdl-ad{margin-bottom: 15px;}
.artical-page .artical-page-mdl-ad > *{
	margin: 0 auto;
	display: block;
}
/* Poll Section */
.artical-page .poll-section{
	background: #005689;
	padding: 30px 20px 25px 25px;
}
.artical-page .poll-section legend{
	display: block;
	font: 14px/20px 'Noto-Sans-Kannada',Arial,Helvetica,sans-serif;
	color: #ffffff;
	margin-bottom: 25px;
}
.artical-page .poll-section label{
	display: block;
	position: relative;
	font: 14px/20px 'Noto-Sans-Kannada',Arial,Helvetica,sans-serif;
	color: #ffffff;
}
.artical-page .poll-section .ech-option{margin-bottom: 10px;}
.artical-page .poll-section label:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #ffffff;
	border: 4px solid #ffffff;
	margin-right: 15px;
	position: relative;
	top: 2px;
	transition: all 0.3s;
}
.artical-page .poll-section input{
	display: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.artical-page .poll-section input:checked + label:before{
	background: #005689;
	transition: all 0.3s;
}
.artical-page .poll-section .primary-btn{margin-top: 20px;}
/* END Poll Section */
/* END Artical Page */

/* Category */
.cat-main .breadcrumps{
	border-bottom: 1px solid #890f88;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.cat-main .breadcrumps:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #d3d3d3;
	position: relative;
    top: 8px;
}
.cat-hldr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cat-hldr .each-news{
	padding: 3px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-right: 15px;
	width: calc(33.3333% - 10px);
}
.section-main .left-section .cat-hldr .white-blk.each-news{margin-bottom: 20px;}
.cat-hldr .each-news:after{display: none;}
.cat-hldr .each-news:nth-child(3n){margin-right: 0;}
.cat-hldr .each-news .img-hldr{
	width: 100%;
	margin-right: 0;
}
.cat-hldr .each-news .cnt-hldr{
	min-height: 105px;
	margin-top: 1px;
	padding: 15px 15px;
	border-top: 2px solid #890f88;
}
.cat-hldr .each-news h3{
	font: 16px/24px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
    color: #000000;
    transition: all 0.3s;
}
.gallery-landing .cat-main .breadcrumps{
	margin-bottom: 0;
	border: none;
}
.gallery-landing .cat-main .breadcrumps:after{background: none;}
/* END Category */

/* Pagination */
.pagination{margin: 20px 0;}
.pagination ul.pag-lst{text-align: center;}
.pagination ul.pag-lst li{
	display: inline-block;
    font: 16px/30px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #444444;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    transition: all 0.3s;
}
.pagination ul.pag-lst li a{
	display: block;
	min-width: 30px;
    font: 16px/30px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #444444;
    text-transform: uppercase;
    transition: all 0.3s;
}
.pagination ul.pag-lst li a:hover{color: #ef394f;}
.pagination ul.pag-lst li .current{
	width: 30px;
	border-radius: 30px;
	background: #1995e5;
	color: #ffffff;
	box-shadow: 0 2px 0 #d4d4d4;
	transition: all 0.3s;
	display:block;
}
/* END Pagination */

/* Marquee Animation */
@keyframes marquee {
    0%   { text-indent: 100%; }
    100% { text-indent: -105em; }
}
/* END Marquee Animation */

/* Header Animation */
@-webkit-keyframes headtranslate {
    from {transform:translateY(-100%);}
    to {transform:translateY(0%);}
}
@keyframes headtranslate {
    from {transform:translateY(-100%);}
    to {transform:translateY(0%);}
}
/* END Header Animation */
/*New*/
.section-main .video-gallary .each-news:first-child .play {
	height: 45px;
	width: 65px;
    left:45%;
    top: 40%;
    position: absolute;
	cursor: pointer;
    background: url('../images/youtube.png') no-repeat;
}
.play {
	height: 22px;
	width: 30px;
	left: 50%;
    top: 50%;
	position: absolute;
	cursor: pointer;
	background: url('../images/youtube.png') no-repeat;
	background-size: contain;
	margin: -11px 0 0 -15px;
}
.vid-gal .play
{
	width:60px;
	height:60px;
	top:45%;
	left:45%;
}
.videoWrapper{margin: 15px 0;}
/*photo-gallery*/
.galleryimage{
	margin-top:10px;
	background-color: #000000;
	padding: 10px;
}
.galleryimage .owl-carousel .owl-item img{
	height:auto;
}
.galleryimage .detailpara{
	padding:10px 0;
	background: #000000;
}
.sync1cont {
    position: relative;
}
#sync1 .item {
    width: 100%;
    display: block;
	text-decoration: none;
	overflow: hidden;
	color:#999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    border: none;
}
#sync1 .item:hover{background-color: transparent;}
.galleryimage .detailpara {
    padding: 5px 15px;
	font: 13px/24px 'NotoSansKannada' ,Arial,Helvetica,sans-serif;
    color: #ffffff;
}

.sync1{
	position:relative;
	width:100%;
	height:100%;
}
#sync1 .owl-nav{
	margin: 0;
}

#sync1 .owl-prev{
	left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background:transparent;*/
}

#sync1 .owl-next{
	right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background:transparent;*/
}
#sync1 .owl-stage-outer.owl-height{
	height:auto;
}
.sync1cont{
	position:relative;
}

#sync1 .owl-prev,#sync1 .owl-next{
	top:450%;
}
#sync2 .item{
	margin:10px 5px;
	cursor:pointer;
	overflow:hidden;
	max-height:75px;
	padding: 0;
	border: none;
}
#sync2 .owl-item.active.current .item{
	border: 1px solid #ff0000;
    padding: 1px;
}
#sync2 .item:hover{background-color: transparent;}



#sync1 .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: -5px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
#sync1 .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: -5px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
#sync1 .owl-nav .owl-prev span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-left.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
    width: 100%;
    height: 100%;
}
#sync1 .owl-nav .owl-next span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-right.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
    width: 100%;
    height: 100%;
}

.artical-info .forphoto {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.artical-info .forphoto p{
    font: 13px/20px 'NotoSansKannada' ,Arial,Helvetica,sans-serif;
    color: #ffffff;
    padding: 0;
}
.artical-info .forphoto p img{height: 12px;}
.forphoto .poto span{ color: #fff;}
.artical-info .audio {width:100%;margin: 10px 0px;}
.artical-info .audio audio{
	display: block;
	width: 100%;
}
.artical-info .video{width:100%;margin: 10px 0px; background-color: black;}
.artical-info .video video{display: block;}

.innerslide{
	position: relative;
	max-width: 700px;
	margin: 30px auto 20px auto;
}
.innerslide .item {position: relative;}
.innerslide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.innerslide .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 0;
}
.innerslide .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 0;
}
.innerslide .owl-nav .owl-prev span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-left.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
.innerslide .owl-nav .owl-next span{
	display: block;
	text-indent: -9999px;
	background: rgba(0, 0, 0, 0.5) url('../images/unitgallery/lightbox-arrow-right.png') no-repeat;
	background-position: -5px 0;
    background-size: 40px;
	margin-top: -27px;
	width: 35px;
    height: 45px;
}
.indina-future{padding: 25px 25px 40px 25px;}
.sec_udaya{margin-top: 15px;}
.sec_para p{
	font: 16px/25px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	padding-top: 10px;
}

.daily-future-mn{padding: 25px 25px 40px 25px;}
ul.daily-future li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
}
ul.daily-future li:last-child{border: none;}
ul.daily-future li .img-hldr{
	width: 120px;
	margin-right: 20px;
}
ul.daily-future li .img-hldr img{display: block;}
ul.daily-future li .cnt-hldr{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
ul.daily-future li .cnt-hldr h6{
	font: 18px/25px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	/*color: #dc2d43;*/
	color: #b99c00;
	margin-bottom: 5px;
}
ul.daily-future li .cnt-hldr p{
	font: 13px/30px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #444444;
}
.whatsapp {width:29px;height:29px;}
.tweetpatch-list{float:left;width:100%;padding:10px;border-bottom:1px solid #dfdfdd}
.tweetpatch-list .tweetauthor{font-weight:bold;margin-top:10px;}
.redary .headpad{margin:15px 0px;border-top: 2px solid #dc2d43;}
.redary .headpad .tabhead {position: relative;width: 130px;padding: 0;background-color: #dc2d43;}
.redary .headpad .tabhead .bhavishyaselect{
	display: block;
	width: 130px;
	background:#f13648;
	height: 32px;
	text-align:center;
	padding-top:5px; 
	font: 16px/24px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #fff;
	outline: none;
	box-shadow: none;
}
.redary .headpad .tabhead .bhavishyaselect:focus{
	outline: none;
	border: none !important;
	box-shadow: none !important;
}
.redary .headpad .tabhead .bhavishyaselect option{
	display: block;
	text-align: center;
}
.artical-page .page-cnt{
	padding: 25px 25px 40px 25px;
	position: relative;
	width: 100%;
}
.pages{margin-top:15px;}
.pages p{font: 15px/1.4em 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.pages .left{float:left; width:48%;}
.pages .right{float:right; width:48%;}
.sub-nav ul li.kan-hide {display:none;}
#header .sub-nav .sub-nav-lst li.mob-menu{display:none;}
#footer ul.foot-top-lnk-lst li.kan-hide, #footer ul.foot-top-lnk-lst li.eng-hide{display:none;}

/* Big breaking News */
.big-breaking-news{margin: 15px 0;}
.big-breaking-news .each-news{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 0;
}
.big-breaking-news .each-news h2{
	font: 40px/42px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	text-align: center;
	background: #dc2d43;
    color: #ffffff;
    padding: 20px 0 10px 0;
}
.big-breaking-news .each-news h2 a{color: #ffffff;}
.big-breaking-news .each-news .img-hldr{
	width: 100%;
	margin: 0 0 10px 0;
	height:auto;
}
.big-breaking-news .each-news .cnt-hldr{padding: 10px 15px;}
.big-breaking-news .each-news h3{
	font: 24px/40px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	text-align: justify;
	color: #838383;
}
.big-breaking-news .each-news:hover h3{color: #838383;}
.big-breaking-news .each-news:hover .img-hldr img{transform: scale(1);}
/* END Big breaking News */

/* Video Blog */
.big-breaking-news.video-blog .each-news .video-hldr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 15px 0 0 0;
}
.big-breaking-news.video-blog .each-news .video-hldr .video-cnt{
	width: 50%;
	padding: 0;
}
.big-breaking-news.video-blog .each-news .video-hldr .cnt-hldr{
	width: 50%;
	padding: 0 0 0 15px;
}
.big-breaking-news.video-blog .each-news h3 p{
	font: 20px/28px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #333333;
	padding-bottom: 15px;
	text-align: justify;
}
.big-breaking-news.video-blog .each-news h2{padding: 0;}
.big-breaking-news.video-blog .each-news h2 a{
	display: block;
	font: 32px/34px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	text-align: center;
	background: #f13648;
	color: #ffffff;
	padding: 20px 0 10px 0;
}
.big-breaking-news.video-blog .each-news{padding: 15px;}
/* END Video Blog */

/* live blog */
.live-blog{margin-bottom: 15px;}
.live-blog .live-blog-heading{
	background: #363e42;
	text-align: center;
	font: 28px/32px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	font-weight: 700;
	color: #ffffff;
	padding: 5px 0 15px 0;
}
.live-blog .live-blog-hldr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.live-blog .live-blog-hldr .live-blog-img img{display: block;}
.live-blog .live-blog-hldr .live-blog-cnt{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	height: 310px;
}
.live-blog .live-blog-hldr .live-blog-cnt iframe{
	display: block;
	height: 100%;
}
.ele-result{margin-bottom: 15px;}
.ele-result iframe{display: block;}
.election-result-tab{margin-bottom: 15px;}
.election-result-tab iframe{display: block;}
/* END live blog */

 /* Trending Sudhi */
 .trend-sudi{margin-bottom: 15px;}
 .trend-sudi .section-main .owl-carousel .owl-stage{
 	display: -webkit-flex;
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: flex;
 }
 .trend-sudi .section-main .each-news{
 	-webkit-flex-direction: column;
 	-moz-flex-direction: column;
 	-ms-flex-direction: column;
 	-o-flex-direction: column;
 	flex-direction: column;
 	height: 100%;
 }
 .trend-sudi .section-main .each-news .img-hldr{
 	width: 100%;
 	margin: 0 0 15px 0;
	height: 150px;
 }
 /* END Trending Sudhi */

 /* Citizen Journal */
 .citizen-journal{
 	display: -webkit-flex;
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: flex;
 }
 .citizen-journal h2{
	font: 20px/35px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
    color: #444444;
    width: 50%;
	background: #fff2cf;
	padding: 90px 75px 75px 75px;
	position: relative;
 }
 .citizen-journal h2:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 50px 50px 0;
    border-style: solid;
    border-color: #ffffff #ffffff #ffc525 #ffc525;
    background: #ffc525;
    display: block;
    width: 0;
 }
 .citizen-journal hr{
    margin: 0 15px;
    height: 100%;
    border-left: 1px solid #890f88;
    border-right: 1px solid #d3d3d3;
    padding: 0 1px;
 }
 .citizen-journal .form-cnt{
 	width: 50%;
 	padding: 0 10%;
 }
 .error-ciz-jor{
	font: 12px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #dc2d43;
 }
 .success-ciz-jor span.cj-success{
 	font: 16px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #64b50c;
 }
  .success-ciz-jor span.cj-fail{
 	font: 16px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #ff0000;
 }
 .citi-info-hldr p{
 	font: 12px/18px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #444444;
    text-align: justify;
    margin-bottom: 10px;
 }
 .citi-info-hldr p:last-child{margin: 0;}
 .citi-info-hldr .citi-info{display: none;}
 .citizen-journal .form-cnt .input-hldr{
 	-webkit-flex: none;
 	-moz-flex: none;
 	-ms-flex: none;
 	-o-flex: none;
 	flex: none;
 }
 /* END Citizen Journal */

 /* Form Fields */
 .form-cnt{
	width: 400px;
    margin: 0 auto;
 }
 .form-cnt .ech-row{
 	display: -webkit-flex;
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: flex;
 	-webkit-flex-direction: column;
 	-moz-flex-direction: column;
 	-ms-flex-direction: column;
 	-o-flex-direction: column;
 	flex-direction: column;
 	margin-bottom: 15px;
 }
 .form-cnt label{
 	font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	font-weight: 700;
	color: #444444;
	margin-bottom: 5px;
 }
 .form-cnt label sup{
	color: red;
    font: 13px/1.3em 'Noto Sans' ,Arial,Helvetica,sans-serif;
	margin-left: 3px;
    vertical-align: super;
}
 .form-cnt .input-hldr{
 	-webkit-flex: 1;
 	-moz-flex: 1;
 	-ms-flex: 1;
 	-o-flex: 1;
 	flex: 1;
 }
 .form-cnt .file-upload{
 	position: relative;
	background: #363e42;
	padding: 5px;
	border-radius: 3px;
	width: 100px;
	margin: 0 auto;
	transition: all 0.3s;
	margin-bottom: 15px;
	overflow: hidden;
 }
 .form-cnt .file-upload:hover{background: #000000;}
 .form-cnt .file-upload input{
 	position: absolute;
 	right: 0;
 	bottom: 0;
 	width: 1000px;
 	height: 1000px;
 	cursor: pointer;
 	opacity: 0;
 }
 .form-cnt .file-upload span{
 	text-align: center;
 	display: block;
 	text-transform: uppercase;
 	font: 13px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #ffffff;
 }
 .form-cnt .btn-hldr{
 	display: -webkit-flex;
 	display: -moz-flex;
 	display: -ms-flex;
 	display: -o-flex;
 	display: flex;
 	-ms-align-items: center;
 	align-items: center;
 	justify-content: center;
 }
 .form-cnt .allow-txt{
 	font: 12px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #444444;
 }
 .form-cnt .allow-txt b{font-weight: 700;}
 /* END Form Fields */
/* Contact Us */
.contact-tabs{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid #dadada;
	margin-top: 20px;
}
.contact-tabs .contact-tab-lst{
	width: 200px;
	border-right: 1px solid #dadada;
}
.contact-tabs .contact-tab-lst li{
	display: block;
	border-bottom: 1px solid #dadada;
}
.contact-tabs .contact-tab-lst li.active{background: #ffffff;}
.contact-tabs .contact-tab-lst li a{
	display: block;
	font: 14px/1.2em 'Noto Sans' ,Arial,Helvetica,sans-serif;	
	font-weight: 700;
	color: #323131;
	cursor: pointer;
	padding: 15px 15px 10px 15px;
	position: relative;
	background: #ffffff;
	left: 0;
}
.contact-tabs .contact-tab-lst li.active a{left: 1px;border-left:3px solid #dc2d43;}
.contact-tabs .contact-tab-cnt{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding: 20px 25px;
}
.contact-tabs .contact-tab-cnt > div{display: none;}
.contact-tabs .contact-tab-cnt > div:first-child,
.contact-tabs .contact-tab-cnt > div.active{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ech-address{
	width: 48%;
	margin-bottom: 30px;
}
.ech-address h6{
	font: 16px/1.3em 'Noto Sans' ,Arial,Helvetica,sans-serif;
	font-weight: 700;
	color: #323131;
	margin-bottom: 5px;
}
.ech-address .city{
	font: 18px/1.3em 'Noto Sans' ,Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #0f5989;
    margin: 5px 0;
}
.ech-address .address{
	font: 15px/1.3em 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #323131;
	margin-bottom: 10px;
}
.ech-address .cont-num{
	font: 15px/1.3em 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #323131;
	margin-bottom: 5px;
}
.ech-address .cont-num b{font-weight: 700;}
.ech-address .cont-num a{color: #0f5989;}
.ech-address .cont-num a:hover{color: #323131;}
.contact-three{
	margin: 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-top: 1px solid #dadada;
}
.contact-three > div{
	width: 33.3333%;
	margin: 30px 0 0 0;
}
/* END Contact Us */
/* File List */
.error-txt{
	display: block;
	margin-top: 5px;
	color: red;
    font: 12px/1.3em 'Noto Sans' ,Arial,Helvetica,sans-serif;
}
.ech-file-lst{margin-bottom: 30px;}
ul.file-lst{display: none;}
ul.file-lst li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	border: 1px solid #d3d3d3;
	padding-left: 10px;
}
ul.file-lst li span{
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	font: 14px/1.3em 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #444444;
}
ul.file-lst li a{
	display: block;
	cursor: pointer;
	margin-left: 10px;
	padding: 10px;
}
ul.file-lst li a:hover{background: rgba(220, 45, 67, 0.1);}
ul.file-lst li a svg{
	width: 15px;
	height: auto;
}
ul.file-lst li a svg{fill: red;}
.add-more-btn{
	display: none;
	margin: 10px 0;
	color: #0494e8;
	cursor: pointer;
}
/* END File List */
/*colorcode*/
#header .main-menu > li.color-special{display:none;}
#header .main-menu > li.color-163:hover > a{border-bottom-color:#23b986;}
#header .main-menu > li.color-177:hover > a {border-bottom-color:#34adff;}
#header .main-menu > li.color-165:hover > a {border-bottom-color:#b362ff;}
#header .main-menu > li.color-237:hover > a {border-bottom-color:#33a4a0;}
#header .main-menu > li.color-238:hover > a {border-bottom-color:#21b34e;}
#header .main-menu > li.color-242:hover > a {border-bottom-color:#e229d5;}
#header .main-menu > li.color-179:hover > a {border-bottom-color:#ff6600;}/*#23b986*/
#header .main-menu > li.color-242:hover > a {border-bottom-color:#fd1ded;}
#header .main-menu > li.color-743388:hover > a {border-bottom-color:#7a65e4;}/*#2503cc*/
#header .main-menu > li.color-51:hover > a {border-bottom-color:#b99c00;}
#header .main-menu > li.color-53:hover > a {border-bottom-color:#ff8083;}/*#ff6600*//*#721e59*/
#header .main-menu > li.color-549823:hover > a {border-bottom-color:#721e59;}
#header .main-menu > li.color-771149:hover > a {border-bottom-color:#721e59;}
.cat-main .breadcrumps.color-163{border-bottom: 1px solid #23b986;}
/*Download*/
.sublogocontainer {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	width: 33.33%;
}
.appinfo {
	text-align: center;
	border: 1px solid #005689;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #a1a1a1;
}
.appinfo .Apptitle {
    background-color: #005689;
	color: #fff;
    font: 15px/50px 'NotoSans' ,Arial,Helvetica,sans-serif;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.appLogo {
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appLogo a {
    display: block;
    width: 100%;
    height: auto;
}
.appLogo a img {max-width: 100%;}
/*Raashi Phala*/
.section-main .inner-set-single.raashi-phala .white-blk-big:first-child .each-news .cnt-hldr{min-height: auto;}
.section-main .inner-set-single.raashi-phala .white-blk-big:first-child .each-news h3{
	min-height: auto;
	margin-bottom:10px;
	font: 14px/20px 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
}
ul.careers-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-wrap: wrap;
}
ul.careers-list li{
	flex: 1;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin: 0 20px 20px 0;
}
ul.careers-list li:last-child{margin-right: 0;}
ul.careers-list li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-right: 10px;
	font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	transition: all 0.3s;
}
ul.careers-list li a .img-hldr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
    align-items: center;
	background: #ececec;
	min-width: 50px;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
ul.careers-list li a .img-hldr img{
	display: block;
	width: 18px;
}

/* Related News */
.related-news{margin-bottom: 30px;}
.related-news h6{
	font: 16px/20px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	color: #444444;
	margin-bottom: 10px;
}
.related-news ul.related-news-lst{
	list-style-type: disc;
	color: #000000;
	margin-left: 15px;
}
.related-news ul.related-news-lst li{
	width: 100%;
	padding-left: 5px;
	margin-bottom: 5px;
}
.related-news ul.related-news-lst li a{
	display: inline-block;
	font: 15px/1.6em 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
	color: #0066cc;
	transition: all 0.3s;
}
.related-news ul.related-news-lst li a:hover{color: #ef394f;}
/* END Related News */

/*Click Astro*/
.astro-list{
	width:100%;
	padding:15px;
}
.astro-list p{
	font: 18px/26px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	font-weight:700;
	color:#444444;
	margin-bottom:15px;
	margin-left: 5px;
}
.hscope{
	width: 19%;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-decoration: none;
	overflow: hidden;
	font-size:12px;
	color:#6d6d6d;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px;
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
	transition: 0.3s;
	text-align: center;
	min-height: 230px;
	margin-left:5px;
}
.hscope:hover{
	/*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
	color:#f13648;
}
.details{
	font: 12px/18px 'NotoSans-Bold' ,Arial,Helvetica,sans-serif;
	padding: 10px 15px;
	word-wrap: break-word;
}
.details a{
	color:rgb(3, 147, 232);
	width: 100%;
	display: inline-block;
	margin-top:10px;
}
.details a:hover{color:#f13648;} 
/*End click Astro*/
.header-right-cnt ins.adsbygoogle{vertical-align: top;}
.uvfb {border:none;overflow:hidden;}
.uvfb-iframe {border:none;overflow:hidden;width:100%;height:375px;}
/* Color Theme */
/* Suddhigalu */
.color-163 .breadcrumps{border-color: #23b986;}
.color-163 ul.breadcrumps li.active,
.color-163 ul.breadcrumps li.active a,
.color-163 h1,
.color-163.artical-page .artical-info p:first-of-type strong:first-child{
	color: #047750;
}
.color-163.artical-page .text-size hr{border-top-color: #23b986;}

/* Sports */
#color-combo-165 .breadcrumps{border-color: #b362ff;}
#color-combo-165 ul.breadcrumps li.active,
#color-combo-165 ul.breadcrumps li.active a,
#color-combo-165 h1,
#color-combo-165.artical-page .artical-info p:first-of-type strong:first-child{
	color: #b362ff;
}
#color-combo-165.artical-page .text-size hr{border-top-color: #b362ff;}

/* Nimma Jille */
.color-177 .breadcrumps{border-color: #34adff;}
.color-177 ul.breadcrumps li.active,
.color-177 ul.breadcrumps li.active a,
.color-177 h1,
.color-177.artical-page .artical-info p:first-of-type strong:first-child{
	color: #34adff;
}
.color-177.artical-page .text-size hr{border-top-color: #34adff;}

/* Cinema */
.color-237 .breadcrumps{border-color: #33a4a0;}
.color-237 ul.breadcrumps li.active,
.color-237 ul.breadcrumps li.active a,
.color-237 h1,
.color-237.artical-page .artical-info p:first-of-type strong:first-child{
	color: #33a4a0;
}
.color-237.artical-page .text-size hr{border-top-color: #33a4a0;}

/* Gadget */
.color-238 .breadcrumps{border-color: #21b34e;}
.color-238 ul.breadcrumps li.active,
.color-238 ul.breadcrumps li.active a,
.color-238 h1,
.color-238.artical-page .artical-info p:first-of-type strong:first-child{
	color: #21b34e;
}
.color-238.artical-page .text-size hr{border-top-color: #21b34e;}

/* Vyvidya */
.color-242 .breadcrumps,
.color-269 .breadcrumps,
.color-273 .breadcrumps,
.color-256 .breadcrumps{
	border-color: #fd1ded;
}
.color-242 ul.breadcrumps li.active,
.color-242 ul.breadcrumps li.active a,
.color-242 h1,
.color-242.artical-page .artical-info p:first-of-type strong:first-child,
.color-269 ul.breadcrumps li.active,
.color-269 ul.breadcrumps li.active a,
.color-269 h1,
.color-269.artical-page .artical-info p:first-of-type strong:first-child,
.color-273 ul.breadcrumps li.active,
.color-273 ul.breadcrumps li.active a,
.color-273 h1,
.color-273.artical-page .artical-info p:first-of-type strong:first-child,
.color-256 ul.breadcrumps li.active,
.color-256 ul.breadcrumps li.active a,
.color-256 h1,
.color-256.artical-page .artical-info p:first-of-type strong:first-child{
	color: #fd1ded;
}
.color-242.artical-page .text-size hr,
.color-269.artical-page .text-size hr,
.color-273.artical-page .text-size hr,
.color-256.artical-page .text-size hr{
	border-top-color: #fd1ded;
}

/* Anivasi kannadigaru */
#color-combo-179 .breadcrumps{border-color: #ff6600;}
#color-combo-179 ul.breadcrumps li.active,
#color-combo-179 ul.breadcrumps li.active a,
#color-combo-179 h1,
#color-combo-179.artical-page .artical-info p:first-of-type strong:first-child{
	color: #ff6600;
}
#color-combo-179.artical-page .text-size hr{border-top-color: #ff6600;}

/* Web Exclusive */
.color-743388 .breadcrumps{border-color: #7a65e4;}
.color-743388 ul.breadcrumps li.active,
.color-743388 ul.breadcrumps li.active a,
.color-743388 h1,
.color-743388.artical-page .artical-info p:first-of-type strong:first-child{color: #7a65e4;}
.color-743388.artical-page .text-size hr{border-top-color: #7a65e4;}

.color-astorlogy .breadcrumps{border-color: #b99c00;}
.color-astorlogy ul.breadcrumps li.active,
.color-astorlogy h1,
.color-astorlogy ul.breadcrumps li.active a{color: #b99c00;}

.color-ctz-jrnl .breadcrumps{border-color: #721e59;}
.color-ctz-jrnl ul.breadcrumps li.active,
.color-ctz-jrnl ul.breadcrumps li.active a{color: #721e59;}

.color-gallery .breadcrumps{border-color: #df293f;}
.color-gallery ul.breadcrumps li.active,
.color-gallery ul.breadcrumps li.active a{color: #df293f;}
.color-gallery h1{color: #df293f;}
.color-gallery.artical-page .text-size hr{border-top-color: #df293f;}

.color-771149 .breadcrumps{border-color: #721e59;}
.color-771149 ul.breadcrumps li.active,
.color-771149 ul.breadcrumps li.active a,
.color-771149 h1,
.color-771149.artical-page .artical-info p:first-of-type strong:first-child{color: #721e59;}
.color-771149.artical-page .text-size hr{border-top-color: #721e59;}

/* English Edition */
#header .main-menu > li.color-328:hover > a{border-bottom-color: #23b986;}/*#047750*/
#header .main-menu > li.color-308:hover > a{border-bottom-color: #34adff;}
#header .main-menu > li.color-309:hover > a{border-bottom-color: #21b34e;}
#header .main-menu > li.color-310:hover > a{border-bottom-color: #fd1ded;}
#header .main-menu > li.color-311:hover > a{border-bottom-color: #b362ff;}
#header .main-menu > li.color-325:hover > a{border-bottom-color: #b99c00;}/*#ff6600*/
#header .main-menu > li.color-313:hover > a{border-bottom-color: #33a4a0;}
#header .main-menu > li.color-55:hover > a{border-bottom-color: #ff8083;}/*#721e59*/
#header .main-menu > li.color-327:hover > a{border-bottom-color: #2503cc;}
#header .main-menu > li.color-553918:hover > a{border-bottom-color: #721e59;}

/* Exclusive and Specials */
.color-328 .breadcrumps{border-color: #047750;}
.color-328 ul.breadcrumps li.active,
.color-328 ul.breadcrumps li.active a,
.color-328 h1,
.color-328.artical-page .artical-info p:first-of-type strong:first-child{
	color: #047750;
}
.color-328.artical-page .text-size hr{border-top-color: #047750;}

/* State */
.color-308 .breadcrumps{border-color: #34adff;}
.color-308 ul.breadcrumps li.active,
.color-308 ul.breadcrumps li.active a,
.color-308 h1,
.color-308.artical-page .artical-info p:first-of-type strong:first-child{
	color: #34adff;
}
.color-308.artical-page .text-size hr{border-top-color: #34adff;}

/* National */
.color-309 .breadcrumps{border-color: #21b34e;}
.color-309 ul.breadcrumps li.active,
.color-309 ul.breadcrumps li.active a,
.color-309 h1,
.color-309.artical-page .artical-info p:first-of-type strong:first-child{
	color: #21b34e;
}
.color-309.artical-page .text-size hr{border-top-color: #21b34e;}

/* International */
.color-310 .breadcrumps{border-color: #fd1ded;}
.color-310 ul.breadcrumps li.active,
.color-310 ul.breadcrumps li.active a,
.color-310 h1,
.color-310.artical-page .artical-info p:first-of-type strong:first-child{
	color: #fd1ded;
}
.color-310.artical-page .text-size hr{border-top-color: #fd1ded;}

/* Sports */
.color-311 .breadcrumps{border-color: #b362ff;}
.color-311 ul.breadcrumps li.active,
.color-311 ul.breadcrumps li.active a,
.color-311 h1,
.color-311.artical-page .artical-info p:first-of-type strong:first-child{
	color: #b362ff;
}
.color-311.artical-page .text-size hr{border-top-color: #b362ff;}

/* Business */
.color-325 .breadcrumps{border-color: #b99c00;}
.color-325 ul.breadcrumps li.active,
.color-325 ul.breadcrumps li.active a,
.color-325 h1,
.color-325.artical-page .artical-info p:first-of-type strong:first-child{
	color: #b99c00;
}
.color-325.artical-page .text-size hr{border-top-color: #b99c00;}

/* Entertainment */
.color-313 .breadcrumps{border-color: #33a4a0;}
.color-313 ul.breadcrumps li.active,
.color-313 ul.breadcrumps li.active a,
.color-313 h1,
.color-313.artical-page .artical-info p:first-of-type strong:first-child{
	color: #33a4a0;
}
.color-313.artical-page .text-size hr{border-top-color: #33a4a0;}

/* Gallery */
.color-55 .breadcrumps{border-color: #721e59;}
.color-55 ul.breadcrumps li.active,
.color-55 ul.breadcrumps li.active a,
.color-55 h1,
.color-55.artical-page .artical-info p:first-of-type strong:first-child{
	color: #721e59;
}
.color-55.artical-page .text-size hr{border-top-color: #721e59;}

/* More */
.color-327 .breadcrumps,
.color-312 .breadcrumps,
.color-653317 .breadcrumps,
.color-712 .breadcrumps{
	border-color: #2503cc;
}
.color-327 ul.breadcrumps li.active,
.color-327 ul.breadcrumps li.active a,
.color-312 ul.breadcrumps li.active,
.color-312 ul.breadcrumps li.active a,
.color-653317 ul.breadcrumps li.active,
.color-653317 ul.breadcrumps li.active a,
.color-712 ul.breadcrumps li.active,
.color-712 ul.breadcrumps li.active a,
.color-712 h1,
.color-327 h1,
.color-653317 h1,
.color-312 h1,
.color-712.artical-page .artical-info p:first-of-type strong:first-child,
.color-312.artical-page .artical-info p:first-of-type strong:first-child,
.color-653317.artical-page .artical-info p:first-of-type strong:first-child,
.color-327.artical-page .artical-info p:first-of-type strong:first-child{
	color: #2503cc;
}
.color-712.artical-page .text-size hr,
.color-653317.artical-page .text-size hr,
.color-312.artical-page .text-size hr,
.color-327.artical-page .text-size hr{
	border-top-color: #2503cc;
}

/* Citizen Journalism */
.color-553918 .breadcrumps{border-color: #721e59;}
.color-553918 ul.breadcrumps li.active,
.color-553918 ul.breadcrumps li.active a,
.color-553918 h1,
.color-553918.artical-page .artical-info p:first-of-type strong:first-child{
	color: #721e59;
}
.color-553918.artical-page .text-size hr{border-top-color: #721e59;}
/* END English Edition */
/* END Color Theme */
.kannada-edition .eng-ver{display:none !important;}
.english-edition .kan-ver{display:none !important;}
.artical-page .artical-info ul{
list-style-type: disc;
margin-left: 17px;
margin-top: 15px;
}
.artical-page .artical-info ul li{
font: 15px/1.6em 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
color: #444444;
padding-top: 5px;
text-align: justify;
}
.artical-page .artical-info ol{
list-style-type: decimal;
margin-left: 17px;
margin-top: 15px;
}
.artical-page .artical-info ol li{
font: 15px/1.6em 'Noto-Sans-Kannada' ,Arial,Helvetica,sans-serif;
color: #444444;
padding-top: 5px;
text-align: justify;
}
/* Adblocer Popup */
.alert-hldr{
	position: fixed;
    top: 50%;
    left: 50%;    
    z-index: 9999;
    transition: all 0.3s;
    width: 650px;
    height: 172px;
    margin: -86px 0 0 -325px;
}
.alert-hldr .alert-cnt{
	position: relative;
    border: 2px solid #323232;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    padding: 30px;
    box-shadow: 0 0 25.5px 4.5px rgba(0,0,0,0.29);
    text-align: center;
}
.alert-hldr .alert-cnt .heading{
	font: 26px/34px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	font-weight: bold;
    color: #dc2d43;
    margin-bottom: 20px;
}
.alert-hldr .alert-cnt p{
    font: 18px/28px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #363e42;
}
.close-alert{
	position: absolute;
    top: 100%;
    left: 50%;
    cursor: pointer;
    height: 50px;
    width: 65px;
    margin: 10px 0 0 -33px;
}
.alert-ovly{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    transition: all 0.3s;
}
.showAlert{display:none;}
/* END Adblocker Popup */
/* Comment Form */
.comment-area{
	border-top: 1px solid #cccccc;
	margin-top: 20px;
}
.comment-title{
    font: 16px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
	background: #fdcc4a;
}
.commentlist{
	margin-top: 20px;
	width: 100%;
	border: 1px solid #fdcc4a;
}
.commentlist ul{padding: 10px;}
.commentlist ul li{
	margin-bottom: 10px;
    border: 1px solid rgba(255, 128, 2, 0.30);
}
.commentlist ul li:last-child{margin-bottom: 0;}
.commentlist ul li article{
	background: #fef9eb;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.commentlist .com_time{
	font: 11px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #8c8c8c;
    padding: 5px 0;
}
.commentlist .com_auth{
	font: 12px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #444444;
    font-weight: 700;
    padding: 5px 10px;
}
.commentlist .com_para p::before {
	/*content: "''";*/
}
.commentlist .com_para p::after {
	/*content: "''";*/
}
.commentlist .com_para{
	width: 100%;
    padding-left: 20px;
    background: #ffffff;
    width: 100%;
    padding: 10px;
    border-top: 1px solid rgba(255, 128, 2, 0.30);
}
.commentlist .com_para > *{
	font: 14px/25px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #444444;
}
.comment-form{
	display: block;
	background: #fef9eb;
	width: 100%;
    padding: 10px 20px;
}
.comment-reply-title{
	background: #fdcc4a;
    font: 14px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
	border-bottom: 1px solid #fdcc4a;
}
#comment-form #submit{
	background: #333333;
    padding: 5px;
    color: #ffffff;
}
#comment-form p.comment-notes{
	font: 11px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	color: #444444;
}
.comment-form-url #url,
.comment-form-email #email,
.comment-form-author #author{
	border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    width: 100%;
}
#comment-form #submit{margin-top: 0;}
#commentform .gglcptch {margin: 0;}
.comment-form-comment #comment{width: 100%;}
.comment-down{padding-top: 20px;}
#comment-form.form-cnt{
	width: 100%;
	border: 1px solid #fdcc4a;
	margin: 20px 0;
}
#comment-form.form-cnt p{margin-bottom: 15px;}
#comment-form.form-cnt p.comment-form-author{
    float: left;
	width: 49%;
    margin-right: 1%;
}
#comment-form.form-cnt p.comment-form-email{
    float: left;
	width: 49%;
	margin-left: 1%;
}
#comment-form.form-cnt p.comment-form-url{display: none;}
#comment-form.form-cnt label{
	display: block;
	font-size: 12px;
	line-height: 16px;
}
#comment-form.form-cnt label .sub-msg{	
	display: inline-block;
    vertical-align: middle;
    font: 10px/10px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    margin-left: 5px;
}
#comment-form.form-cnt label .required{
	color: red;
    font: 11px/13px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    margin-left: -2px;
    vertical-align: super;
}
#comment-form.form-cnt input[type="text"]{
	width: 100%;
    outline: none;
    display: block;
    border: 1px solid #d3d3d3;
    height: 30px;
    padding: 15px;
    font: 12px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #444444;
    transition: all 0.3s;
    box-shadow: none;
}
#comment-form.form-cnt textarea{
	width: 100%;
    outline: none;
    display: block;
    border: 1px solid #d3d3d3;
    padding: 15px;
    font: 12px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #444444;
    transition: all 0.3s;
    box-shadow: none;
	resize: none;
    outline: none;
    height: 100px;
    overflow: auto;
}
#comment-form.form-cnt input[type="text"]:focus,
#comment-form.form-cnt input[type="text"]:hover,
#comment-form.form-cnt textarea:focus,
#comment-form.form-cnt textarea:hover{
    border-color: #444444;
}
#comment-form.form-cnt .form-submit input[type="submit"]#submit{
	display: block;
    background: #0494e8;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}
#comment-form.form-cnt .form-submit input[type="submit"]#submit:hover {
    background: #0182ce;
    transition: all 0.3s;
}
.comment-pagination{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 10px 0 20px 0;
}
.comment-pagination a{
	display: block;
    font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #444444;
    padding: 3px 10px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 0 0 7px;
}
.comment-pagination a:hover{
	background: #0494e8;
    color: #ffffff;
}
.comment-pagination .current{
	display: block;
    background: #0494e8;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    padding: 3px 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}
/* END Comment Form */
.disclaimer{
	font: 11px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;
    color: #8b8b8b;
}
.mystyle{
	color:red;
}
/* Video Icon */
.section-main .top-slider .each-news .cnt-hldr h3 img{
	width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.section-main .each-news .img-hldr img.video-icon{
	display: block;
    width: 18px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: auto;
}
/* END Video Icon */
/*Podcast*/
.pocast-banner{margin-bottom: 20px;}
.pocast-banner img{display: block;}
.artical-info #podcast-artical{max-width:300px;}
/*End Podcast*/
/* NEET page */
.neet-video{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.neet-video video{display: block;}

.popup-hldr{
    width: 90%;
	max-width: 500px;
	position: relative;
    border: 2px solid #323232;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 25.5px 4.5px rgba(0,0,0,0.29);
    overflow: hidden;
}
.popup-hldr .form-cnt{width: 100%;}
.popup-hldr .popup-head{
	background: #f4f4f2;
	padding: 10px 30px;
}
.popup-hldr .popup-head h6{
	font: 18px/22px 'Noto-Sans' ,Arial,Helvetica,sans-serif;
	font-weight: 700;
    color: #444444;
}
.popup-hldr .popup-cnt{padding: 30px;}
.section-main .neet-lst .each-news{
	text-align: center;
}
.section-main .cat-hldr.neet-lst .each-news .cnt-hldr{
	min-height: auto;
	border: none;
	padding: 20px 15px 10px 15px;
	background: #dc2d43;
}
.section-main .cat-hldr.neet-lst .each-news:hover .cnt-hldr{opacity: 0.9;}
.section-main .neet-lst .each-news h3{
	font: 20px/100px 'Noto-Sans-Kannada-Bold' ,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #ffffff;
}
#neetform .primary-input.error{border:1px solid red !important;}
.neet-lst {justify-content: center;}
/* END NEET page */
/*Sticky Ad Footer*/
.bottom-fix-row{
position: fixed;
bottom: 0;
left: 50%;
width: 728px;
margin-left: -364px;
z-index:9999;
}
/*End Sticky Ad Footer*/
/* English Edition */
.english-edition h1{font: 30px/34px 'Noto Sans' ,Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition .primary-btn{font: 16px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .green-heading,.english-edition .red-heading, .english-edition .blue-heading, .english-edition .black-heading, .english-edition .sky-blue-heading, .english-edition .orange-heading, .twitter-heading{font: 16px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition .primary-link{font: 12px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .red-chips p{font: 10px/15px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition #header .date-info{font: 12px/34px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition #header .date-info span.updated{font: 12px/18px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition #header .sub-con-btn span{font: 13px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition #header .sub-nav .sub-nav-lst li a{font: 13px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition #header .main-menu > li > a{font: 16px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;font-weight: 700;padding:12px 17px 8px 17px;}
.english-edition #header .main-menu > li:first-child > a{padding: 11px 0;}
.english-edition #header.sticky .main-menu > li:first-child > a{padding: 10px 0;}
.english-edition #header.sticky .main-menu > li > a{font-size: 15px;padding: 11px 17px 7px 17px;}
.english-edition #header .main-menu .head-drop ul li a{font: 14px/32px 'Noto Sans',Arial, Helvetica, sans-serif;}
.english-edition #header .main-menu .head-drop ul.long-lst li a{font: 13px/40px 'Noto Sans',Arial, Helvetica, sans-serif;}
.english-edition #header .main-menu .head-drop .thumb-lst li a{font: 14px/20px 'Noto Sans',Arial, Helvetica, sans-serif;}
.english-edition #header .search-cnt input{font: 14px/18px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition #footer .get-app p{font: 14px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition #footer p{font: 12px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition #footer ul.foot-top-lnk-lst li a{font: 13px/18px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition #footer ul.foot-lnk-lst li a{font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition ul.breadcrumps li{font: 12px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .breaking-news .breaking-cnt a{font: 13px/30px 'Noto Sans' ,Arial,Helvetica,sans-serif; font-weight: 700;	}
.english-edition .section-main .right-section .inner-set.inner-set-english h3{font: 13px/18px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .each-news h3{
	font: 13px/19px 'Noto Sans' ,Arial,Helvetica,sans-serif;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
}
.english-edition .section-main .eng-top-hldr .each-news h3{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
}
.english-edition .section-main .each-news .hrs-txt{font: 11px/15px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .each-news .sub-txt{font: 11px/15px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .top-slider .each-news .cnt-hldr h3{font: 18px/25px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .top-slider .each-news .cnt-hldr .hrs-txt{font: 12px/26px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .trending-section h6{font: 15px/29px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .top-vd-sldr .each-news .cnt-hldr h3{font: 16px/25px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .top-vd-sldr .each-news .cnt-hldr .hrs-txt{font: 12px/26px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .vibaga-set .decp-txt{font: 13px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition ul.tab-lst li a{font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .video-gallary .each-news:first-child .cnt-hldr h3{font: 16px/25px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .panchanga-hldr .heading{font: 13px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .panchanga-hldr .panchanga-lst li{font: 13px/22px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .nagarika-patrakartha a{font: 17px/30px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .nagarika-patrakartha a b{font: 17px/30px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .hani-dani .heading{font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .hani-dani p{font: 13px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .twitter-heading .primary-link{font: 16px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .tweet-slide .tweet{font: 13px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .tweet-slide .tweet-author{font: 13px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .future-slider .ech-blk h6{font: 16px/32px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .future-slider .ech-blk p{font: 14px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .section-main .gallary-slider  .each-news h3{font: 16px/25px 'Noto Sans',Arial,Helvetica,sans-serif;}
.english-edition .artical-page .artical-heading h6{font: 15px/25px 'Noto Sans',Arial,Helvetica,sans-serif;}
.english-edition .artical-page .artical-image-info .rep-txt{font: 11px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .artical-page .artical-image-info .team{font: 13px/24px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .artical-page .text-size button.fz-sml{font: 14px/22px 'Noto Sans',Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition .artical-page .text-size button.fz-md{font: 18px/24px 'Noto Sans',Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition .artical-page .text-size button.fz-lg{font: 22px/30px 'Noto Sans',Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition .artical-page .artical-info p,.english-edition .artical-page .artical-info ul li,.english-edition .artical-page .artical-info ol li{font: 15px/1.6em 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .artical-page .artical-info strong{font-family: 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .artical-page .tags-hldr .cnt-hldr li a{font: 12px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .artical-page .prev-next-news a{font: 15px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .artical-page .disclaimer-txt p{font: 12px/16px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .artical-page .bharatmatrimony-ads p{font: 16px/28px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .artical-page .poll-section legend{font: 14px/20px 'Noto Sans',Arial,Helvetica,sans-serif;}
.english-edition .artical-page .poll-section label{font: 14px/20px 'Noto Sans',Arial,Helvetica,sans-serif;}
.english-edition .pagination ul.pag-lst li{font: 16px/30px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .pagination ul.pag-lst li a{font: 16px/30px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .ug-lightbox .ug-textpanel-description{font: 14px/20px 'Noto Sans' ,Arial,Helvetica,sans-serif;}
.english-edition .sub-nav ul li.kan-hide {display:block;}
.english-edition .sub-nav ul li.eng-hide{display:none;}
.english-edition #footer ul.foot-top-lnk-lst li.hide{display:none;}
.english-edition .big-breaking-news .each-news h2{font: 40px/42px 'Noto Sans' ,Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition .big-breaking-news .each-news h3{font: 24px/40px 'Noto Sans' ,Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition .big-breaking-news.video-blog .each-news h2 a{font: 32px/34px 'Noto Sans' ,Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition .big-breaking-news.video-blog .each-news h3 p{font: 20px/28px 'Noto Sans' ,Arial,Helvetica,sans-serif;font-weight: 700;}
.english-edition .section-main .inner-set-single .white-blk-big:first-child .each-news .cnt-hldr{display: block;}
.english-edition .section-main .inner-set-single .white-blk-big:first-child .each-news h3{
	line-height: 24px;
	-webkit-line-clamp: 3;
}
/* IE Fixes */
#header .main-menu > li,
.IE-browser .section-main .raashi-phala .each-news .cnt-hldr,
.IE-browser #header .sub-nav .sub-nav-lst li,
.IE-browser .section-main .raashi-phala .each-news h3{
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-o-flex: 1 1 auto;
	flex: 1 1 auto;
}
.IE-browser .tweet-slide .tweet-slide-cnt{height: 300px;}
/* END IE Fixes */
ins.adsbygoogle {background: transparent !important;}