/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ *//* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. *//* ==========================================================================   Base styles: opinionated defaults   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Play:400,700');
html, body {
	height: 100%;
}
html {
	color: #222;
}
a {
	-webkit-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	-moz-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	-o-transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
	transition: all 0.5s cubic-bezier(0.07, 0.88, 0.44, 1.18);
}
img {
	max-width: 100%;
}/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
::-webkit-input-placeholder {
color: #c7c7c7;
}
:-moz-placeholder {
color: #c7c7c7;
}
::-moz-placeholder {
color: #c7c7c7;
}
:-ms-input-placeholder {
color: #c7c7c7;
}
/* * A better looking default horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}/* * Remove default fieldset styles. */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}/* * Allow only vertical resizing of textareas. */
textarea {
	resize: vertical;
}/* ==========================================================================   Browser Upgrade Prompt   ========================================================================== */
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}/* ==========================================================================   Author's custom styles   ========================================================================== *//* ==========================================================================   Helper classes   ========================================================================== *//* * Hide visually and from screen readers */
.hidden {
	display: none !important;
}/* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}/* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}/* * Hide visually and from screen readers, but maintain layout */
.invisible {
	visibility: hidden;
}/* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the *    `contenteditable` attribute is included anywhere else in the document. *    Otherwise it causes space to appear at the top and bottom of elements *    that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using *    `:before` to contain the top-margins of child elements. */
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}/* ==========================================================================   EXAMPLE Media Queries for Responsive Design.   These examples override the primary ('mobile first') styles.   Modify as content requires.   ========================================================================== */
@media only screen and (min-width: 35em) {/* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {/* Style adjustments for high resolution devices */
} /* ==========================================================================   Print styles.   Inlined to avoid the additional HTTP request:   http://www.phpied.com/delay-loading-your-print-css/   ========================================================================== */
@media print {
*, *:before, *:after, *:first-letter, *:first-line {
	background: trans !important;
	color: #000 !important; /* Black prints faster:http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}/*     * Don't show links that are fragment identifiers,     * or use the `javascript:` pseudo protocol     */
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}/*     * Printing Tables:     * http://css-discuss.incutio.com/wiki/Printing_Tables     */
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
a {
	color: #02443e;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #cb561b;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
body {
	font-family: 'Mukta', sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: #333;
	background: #fff;
}
.loaderll {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99999;
	width: 100%;
	background-color: #ececec;
}
.loaderbox {
	width: 54px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -10px;
}
#preloader_3 {
	position: relative;
}
#preloader_3:before {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: blue;
	content: '';
	position: absolute;
	background: #9b59b6;
	animation: preloader_3_before 1.5s infinite ease-in-out;
}
#preloader_3:after {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: blue;
	content: '';
	position: absolute;
	background: #2ecc71;
	left: 22px;
	animation: preloader_3_after 1.5s infinite ease-in-out;
}
 @keyframes preloader_3_before {
 0% {
transform: translateX(0px) rotate(0deg)
}
 50% {
transform: translateX(50px) scale(1.2) rotate(260deg);
background:#2ecc71;
border-radius:0px;
}
 100% {
transform: translateX(0px) rotate(0deg)
}
}
@keyframes preloader_3_after {
 0% {
transform: translateX(0px)
}
 50% {
transform: translateX(-50px) scale(1.2) rotate(-260deg);
background:#9b59b6;
border-radius:0px;
}
 100% {
transform: translateX(0px)
}
}
.container, .container-fluid {
	max-width: 1440px;
}
.pageWhole-wrapper {
	padding-top: 30px;
}
.logo-row img {
	display: inline-block;
}
.logo-row {
	padding-top: 25px;
	padding-bottom: 25px;
}
.logo-row img {
	max-width: 350px;
}
.kd-dTime {
	display: block;
	font-family: 'Mukta', sans-serif;
	font-weight: 600;
	margin-top: 0px;
	font-size: 13px;
}
.navbar-row {
	background: #02443e;
	border-bottom: 4px solid #cb561b;
}
.navbar-row ul {
	margin: 0;
	padding: 0 60px 0 0;
	position: relative;
}
.navbar-row ul li {
	list-style: none;
	display: inline-block;
}
.navbar-row ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	padding: 14px 15px 10px 15px;
	display: block;
}
.navbar-row ul li a:hover {
	background: #cb561b;
}
.navbar-row ul li.active {
	background: #cb561b;
}

.mini-navBar {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	border-top: 4px solid #cb561b;
}
.navbar-row ul li:hover .mini-navBar {
	display: block;
}
.navbar-row .container {
	position: relative;
}
.mini-navBar ul {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #02443e;
}
.mini-navBar ul li {
	list-style: none;
	display: inline-block;
}
.mini-navBar ul li a {
	display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px 8px 15px !important;
    position: relative;
    color: #333;
    background: #fff;
}
.mini-navBar ul li a:hover {
	background: transparent;
}
.mini-navBar ul li a:after {
	content: '' !important;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #cb561b;
	bottom: -2px;
	left: 0;
	opacity: 0;
}
.mini-navBar ul li a:hover:after {
	opacity: 1;
}
.top-newsSingleRow {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.top-newsSingleRow h1 {
	margin: 0 0 0 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 70px;
}
section.body-container {
	padding-top: 30px;
}
.top-newsSingleRow h1 a {
	display: block;
}
.top-subHeading {
	font-weight: 600;
	color: #a2a2a2;
	margin-top: 10px;
	font-size: 34px;
	line-height: 46px;
}
.top-newsBody {
	border-bottom: 1px solid #c7c7c7;
	padding: 12px 0;
	display: block;
}
.nw-auth {
	position: relative;
	padding: 0 26px;
	display: inline-block;
	font-weight: 600;
	color: #616161;
	font-size: 14px;
}
.nw-auth:before {
	content: '';
	background-image: url(../img/icons/k-icon.png);
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 3px;
	background-size: 17px;
	background-repeat: no-repeat;
}
.top-newsContent img {
	margin: 0 auto;
}
.border-bottom-0 {
	border-bottom: 0;
}
h2.news-heading {
	font-weight: 600;
	line-height: 44px;
	font-size: 36px;
	margin: 14px 0 0 0;
}
h2.news-heading a, h3.news-smallHeading a, .newsList-right h3 a {
	color: #02443e;
}


h2.news-heading.text-center a:hover {
	color: #cb561b;
}
h3.news-smallHeading.text-center a:hover {
	color: #cb561b;
}
.kd-cell h3 a:hover {
	color: #cb561b;
}
h3.news-smallHeading a:hover {
	color: #cb561b;
}




h3.news-smallHeading {
	font-size: 24px !important;
	font-weight: 600 !important;
	margin: 14px 0 4px 0 !important;
	line-height: 29px !important;
}
.news-row {
	margin-bottom: 15px;
}
.kd-row {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.kd-row .kd-cell {
	display: table-cell;
	vertical-align: top;
}
.newsList-right h3, .newsList-left h3 {
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 25px;
}
.newsList-right .kd-row .kd-cell:last-child, .newsList-left .kd-row .kd-cell:first-child {
	width: 50px;
}
.newsList-right .kd-row .kd-cell:first-child {
	padding-right: 10px;
}
.newsList-left .kd-row .kd-cell:last-child {
	padding-left: 10px;
}
.newsList-right .kd-row, .newsList-left .kd-row {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dedede;
}
.newsList-right .kd-row:last-child, .newsList-left .kd-row:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.news-single {
	margin-bottom: 12px;
}
.top-newsSingleRow:last-child {
	margin-bottom: 30px;
}
.section-newsMainContainer {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ad-box a {
	margin-bottom: 30px;
	display: block;
}
.ad-box a:last-child {
	margin: 0;
}
.cat-title {
	border-bottom: 2px solid #02443e;
}
a.view-all {
	float: right;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	padding-right: 34px;
	color: #989898;
}
a.view-all:after {
	position: absolute;
	content: "\f03a";
	right: 10px;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 24px;
	top: 2px;
	font-size: 16px;
	color: #13614a;
}
.cat-title span.cat-title span {
	border-bottom: 2px solid #02443e;
	position: relative;
}
a.view-all {
	float: right;
	position: relative;
	font-size: 14px;
	font-weight: 600;



	padding-right: 24px;
	color: #989898;
}
a.view-all:after {
	position: absolute;
	content: "\f03a";
	right: 0;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 24px;
	top: 2px;
	font-size: 16px;
	color: #13614a;
}
.news-sectionCategory {
	/*padding-top: 30px;*/
}
.cat-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cb561b;
	left: 0;
	bottom: 1px;
}
.cat-title span {
	font-weight: 600;
}
.cat-title:before {
	content: '';
	background-image: url(../img/icons/k-icon.png);
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: -1px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-color: #fff;
	z-index: 99;
	background-position: 0 6px;
}
.cat-title {
	position: relative;
	padding-left: 31px;
	margin-bottom: 18px;
}
.hasBg {
	background: #fff3f3;
	padding: 15px;
}
.bg-newsSingle {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	border-radius: 5px;
}
.bg-newsList .kd-row {
	background: #fff;
	padding: 10px !important;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	border-radius: 5px;
	border: 0 !important;
}
.bg-newsSingle.small-heading {
	margin-top: 15px;
}
.kd-rightList img {
	max-width: 175px;
	margin: 0 auto;
}
.kd-rightList {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dedede;
}
.kd-rightList:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.kd-rightList h4 {
	margin-bottom: 0;
	font-size: 24px !important;
	font-weight: 600 !important;
	/* margin: 14px 0 4px 0 !important; */
	line-height: 29px !important;
}
.pad-bottom {
	padding-bottom: 30px;
}
div#horizontalTab {
	margin-top: -47px;
}
.r-tabs .r-tabs-nav {
	margin: 0 0 0 0px;
	padding: 0 0 0 132px;
	position: relative;
}
.r-tabs .r-tabs-tab {
	display: inline-block;
	margin: 0;
	list-style: none;
}
.r-tabs .r-tabs-panel {
	padding: 20px 0 0 0;
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
.r-tabs .r-tabs-nav {
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: block;
}
}
.news-stateSection {
	padding: 30px 0;
}
.top-state h3 {
	margin: 0 0 0 0;
	font-weight: 600;
	line-height: 44px;
	font-size: 36px;
}
.r-tabs .r-tabs-tab a {
	font-weight: 600;
	font-size: 15px;
	padding: 0 20px 0 0;
}
.r-tabs .r-tabs-tab:last-child a {
	padding: 0;
}
.bottom-state h3 {
	margin: 10px 0 0 0;
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 29px !important;
	text-align: center;
}
.top-state {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.section-stateDabali {
	padding: 30px 0;
}
.post-titleBox.text-center h3 {
	margin: 0 0 0 0;
	font-weight: 600;
	line-height: 44px;
	font-size: 36px;
}
span.post-auth {
	font-weight: 600;
	color: #868585;
}
.post-titleBox p {
	color: #777;
	font-size: 19px;
	line-height: 30px;
}
.post-smBox h3 {
	margin: 10px 0 0 0;
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 29px !important;
	text-align: center;
}
.list-post-single h3 {
	margin: 10px 0 0 0;
	/* margin-bottom: 0; */
	font-size: 24px !important;
	font-weight: 600 !important;
	/* margin: 14px 0 4px 0 !important; */
	line-height: 29px !important;
}
.aartha-topPost {
	position: relative;
}
span.cat-item {
	position: absolute;
	top: 50px;
	right: 0;
}
span.cat-item a {
	background: #fff;
	padding: 4px 15px 0 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-weight: 600;
	font-size: 15px;
}
.aartha-topPost h3 {
	position: absolute;
	bottom: 6px;
	text-shadow: 0px 2px 4px rgba(0,0,0,1);
	left: 0;
	font-weight: 600;
	line-height: 44px;
	font-size: 36px;
	padding: 0 10px;
}
.aartha-topPost h3 a {
	color: #fff;
	display: block;
	text-align: center;
	padding: 0 15px;

}
.section-aarthaDabali {
	padding: 30px 0;
}
.section-aarthaDabali .kd-row .kd-cell:first-child {
	width: 65px;
}
.section-aarthaDabali .kd-row .kd-cell:last-child {
	padding-left: 10px;
}
.section-aarthaDabali .kd-row {
	background: #f9fafe;
	padding: 10px;
	border: 1px solid #efefef;
}
.aartha-topPost {
	margin-bottom: 20px;
}
.section-aarthaDabali .kd-row .kd-cell:last-child h4 {
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 25px;
}
.section-aarthaDabali .kd-row {
	background: #f9fafe;
	padding: 10px;
	border: 1px solid #efefef;
	margin-bottom: 10px;
}
.aartha-list {
}
.aartha-list .kd-row {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #efefef;
	padding: 0 0 10px 0;
}
.aartha-list .kd-row:last-child {
	border: 0;
}
.section-sportsDabali, .section-entertainment, .section-prabash, .section-hamro-ramro, .section-dabaliTv {
	padding: 30px 0;
}
.left-singlePost h3 {
	margin: 15px 0 0 0;
	font-weight: 600;
	line-height: 42px;
	font-size: 36px;
}
.right-singlePost {
	margin-bottom: 15px;
}
.right-singlePost h3 {
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 25px;
}
.section-sportsDabali .kd-row .kd-cell:first-child {
	width: 120px;
}
.section-sportsDabali .kd-row .kd-cell:last-child {
	padding-left: 15px;
}
.section-sportsDabali .kd-row .kd-cell:last-child h4 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}
.section-sportsDabali .kd-row {
	margin-bottom: 15px;
}
.sidebar-listPost.sidebar-spSection .list-post-single {
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.sidebar-listPost.sidebar-spSection .list-post-single:last-child {
	border: 0;
	padding: 0;
	margin: 0;
}
.ent-content {
	background: #fbecfb;
	padding: 15px;
	border-radius: 10px;
}
.ent-mainPost h3 {
	margin: 15px 0 0 0;
	font-weight: 600;
	line-height: 44px;
	font-size: 36px;
	text-align: center;
}
.ent-mainPost p {
	color: #717171;
}
.ent-singleList h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 10px 0 0 0;
}
.ent-singleList {
	margin-bottom: 15px;
}
.ent-singleList:last-child {
	margin: 0;
}
.ent-content .kd-cell h4, .et-row h4, .ent-rightSection.pb-right .kd-row .kd-cell h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
}
.ent-content .kd-cell:first-child, .ent-rightSection.pb-right .kd-row .kd-cell:first-child {
	padding-right: 10px;
}
.ent-content .kd-row, .et-row {
	margin-top: 30px;
}
.ent-rightSection .text-center span {
	background: #fff;
	padding: 2px 15px;
	font-weight: 700;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.ent-rightSection .kd-row, .et-row {
	background: #fff;
	padding: 10px;
	font-weight: 700;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.ent-rightSection .kd-row .kd-cell h4, .ent-rightSection.pb-right .kd-row .kd-cell h4 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
}
.et-row h4 {
	margin-bottom: 0;
	font-size: 24px !important;
	font-weight: 600 !important;
	line-height: 29px !important;
	text-align: center;
}
.section-prabash .bottom-state h3 {
	font-size: 16px;
	line-height: 25px;
}
.ent-rightSection.pb-right .et-row, .ent-rightSection.pb-right .kd-row {
	background: #efefef;
	margin-bottom: 30px;
}
.section-newsCat {
	padding: 30px 0;
}
.ent-rightSection.pb-right.pb-leftSection {
}
.ent-rightSection.pb-right.pb-leftSection .kd-cell:first-child {
	width: 90px;
}
.ent-rightSection.pb-right.pb-leftSection .kd-row {
	margin-bottom: 15px;
}
.ent-rightSection.pb-right.pb-leftSection .kd-row:last-child {
	margin: 0;
}
.box-lifestyle .list-post-single {
	margin-bottom: 30px;
}
.box-lifestyle .list-post-single:last-child {
	margin-bottom: 0;
}
.box-lifestyle .list-post-single h3 {
	margin-bottom: 0;
}
.hasChild a {
	position: relative;
}
li.hasChild a:after {
	content: "\f078";
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 10px;
	position: absolute;
	right: 10px;
}
li.hasChild a {
	padding-right: 32px !important;
}
.pos-rel {
	position: relative;
}
.footerSection {
	margin-top: 0px;
	background-color: #025d54;
	padding: 15px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
}
.footMenu-access {
	padding: 8px 0px 8px 0px;
	border: 1px solid #ccc;
	box-shadow: 0px -1px 2px rgba(0,0,0,0.3)inset;
	margin: 15px 0px 15px 0px;
}
.footMenu-access ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.footMenu-access ul li {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	margin-left: 5px;
}
.footMenu-access ul li:after {
	position: absolute;
	content: "\f111";
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	font-size: 6px;
	top: 6px;
	color: #000;
}
.footMenu-access ul li:first-child:after {
	content: '';
}
.footMenu-access ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 8px;
	color: #212225;
}
.footMenu-access ul li a:hover {
	color: #ff7e00;
}
.footerSection .footer-info {
	padding: 10px 14px;
	background-color: #02443e;
}
.footerSection .foot-col h4, .footerSection .foot-col h5 {
	color: #ff7e00;
	font-weight: 600;
}
.up-footList dt {
	width: 120px !important;
	text-align: left !important;
	font-size: 14px;
}
.up-teamlist {
	border-left: 2px solid rgba(255, 255, 255, 0.22);
	padding-left: 10px !important;
}
.up-footList dd {
	margin-left: 120px;
	font-size: 14px;
}
.up-footList {
	margin: 0 0 5px 0;
}
.foot-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.foot-links li {
	width: 130px;
	display: inline-block;
}
.footerSection a {
	color: #dadada;
}
.kd-icons {
	margin-right: 5px;
}
.flex {
	display: -webkit-flex;
	display: flex;
}
.footer-bodyWrap {
	width: 100%;
	display: inline-block;
	padding: 20px 0px;
}
.sch-bvg {
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}
.footSocial-links {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
.footSocial-links li {
	display: block;
	float: left;
	margin: 0px 5px;
}
.footSocial-links li a> * {
	display: inline-block;
	vertical-align: middle;
}
.footSocial-links li .kd-icons {
	font-size: 30px;
	color: #fff;
}
.ft-info {
	text-align: right;
	padding: 10px 0px;
}
.top-newsSingleRow p {
	font-size: 19px;
	line-height: 30px;
}
.top-newsSingleRow:last-child .top-newsBody {
	border-bottom: 0;
}
h3.bottom-subHeading {
	color: #a2a2a2;
	margin-bottom: 5px !important;
	margin-top: 10px !important;
	font-size: 24px !important;
	line-height: 32px !important;
}
span.nw-auth.auth-small:before {
	display: none;
	padding: 0;
}
span.nw-auth.auth-small {
	padding: 0;
	display: block;
	text-align: center;
}
.newsList-right .kd-row .kd-cell img, .newsList-left .kd-row .kd-cell img {
	border-radius: 50%;
}
.kd-row .kd-cell .nw-auth.auth-small {
	text-align: left;
}
.post-titleBox {
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.post-smBox.text-center span.post-auth {
	display: block;
	margin-bottom: 8px;
}
.list-post-single {
	border-bottom: 1px solid #dedede;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.list-post-single:last-child {
	border: 0;
	margin: 0;
}
.sports-top {
	border-bottom: 1px solid #dedede;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.img-radius img {
	border-radius: 10px;
}
.border-box {
	border-bottom: 1px solid #dedede;
	padding-bottom: 30px;
}
span.nw-auth.auth-small.text-left {
	text-align: left;
}
.box-lifestyle .list-post-single, .bichar-blog .kd-rightList {
	border-bottom: 0 !important;
	padding-bottom: 0;
}
.cat-newsWrapper .newsList-left .kd-row .kd-cell img {
	border-radius: inherit;
}
.singleHeader h1 {
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	color: #000;
}
.singleHeader h2 {
	font-weight: 600;
	font-size: 34px;
	color: #767676;
	line-height: 46px;
}
.newsThumb {
	position: relative;
	margin-bottom: 30px;
}
.news-caption {
	position: absolute;
	bottom: 0;
	padding: 0 30px;
	left: 0;
	right: 0;
}
.news-caption span {
    background: #f7f7f7;
    display: block;
    text-align: center;
    padding: 8px 15px;
    font-weight: 600;
    border-bottom: 1px solid #d0d0d0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.news-adRow {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
.news-adRow .news-adCell {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
}
.news-adRow .news-adCell img {
	display: block;
}
.news-text p {
	font-size: 22px;
	line-height: 34px;
	color: #333;
	text-align: justify;
    white-space: break-spaces;
}
.authDet {
	text-align: center;
	font-weight: 700;
	color: #000;
	padding-top: 15px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 6px;
}
.tags-box {
	text-align: right;
}
.tags-box span {
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	font-size: 20px;
}
.tags-box span:first-child {
	margin-right: 16px;
	background: #e5f2f0;
	font-weight: 600;
	color: #000;
	padding: 2px 26px;
	border-radius: 5px;
}
.tags-box span a {
	color: #abacac;
	position: relative;
	padding-right: 20px;
}
.tags-box span a:after {
	content: '/';
	position: absolute;
	right: 6px;
	font-size: 16px;
	top: 4px;
}
.tags-box span a:last-child {
	padding: 0;
}
.tags-box span a:last-child:after {
	display: none;
}
.detail-authorNews {
	text-align: left;
	margin-top: 15px;
}
.detail-authorNews .postTable-show {
	margin-bottom: 0;
}
.grid-posts.authroDetblock {
	background-color: #e1e7e8;
	color: #09654b;
	line-height: 25px;
}
.detail-authorNews .panel {
	border: none;
	background-color: #f3f6f7;
	border-radius: 0;
}
.detail-authorNews .panel-title a {
	display: block;
}
.detail-authorNews .panel-title {
	position: relative;
}
.authroDetblock.postTable-show .postTable-row > div.ps-image {
	width: 125px;
	padding-right: 10px;
	border-radius: 100%;
}
.authroDetblock.postTable-show .postTable-row > div.ps-image img {
	border-radius: 100%;
}
.detail-authorNews .panel-title .pull-right {
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 12px;
	font-weight: normal;
	font-size: 12px;
	margin-top: -6px;
}
.authorsSocial-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.authorsSocial-links li {
	display: inline-block;
	vertical-align: middle;
}
.authorsSocial-links li a {
	border-radius: 100%;
	background: #ccc;
	width: 30px;
	height: 30px;
	opacity: 1;
	display: block;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.authorsSocial-links li a:hover {
	opacity: 0.7;
}
.authorsSocial-links li a .kd-icons {
	display: block;
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
}
.authorsSocial-links .facebook {
	background-color: #3a5795;
}
.authorsSocial-links .twitter {
	background-color: #55acee;
}
.authorsSocial-links .google-plus {
	background-color: #dd4b39;
}
.detail-authorNews .post-desc-text .authtitlePt > * {
	display: inline-block;
	vertical-align: middle;
}
.detail-authorNews .post-desc-text .authtitlePt {
	margin-bottom: 15px;
}
.detail-authorNews .post-desc-text .authtitlePt .ps-postTitle {
	margin: 0 15px 0 0;
	color: #066;
	text-transform: uppercase;
}
.postTable-show .postTable-row {
	display: table-row;
}
.authroDetblock.postTable-show .postTable-row > div.ps-image {
	width: 125px;
	padding-right: 10px;
	border-radius: 100%;
}
.postTable-show .postTable-row > div.ps-image img {
	margin-top: 5px;
}
.news-detail img {
	display: block;
	margin-top: 10px;
	margin: 0 auto;
	margin-bottom: 12px;
}
.grid-posts {
	background-color: #f3f6f7;
	padding: 10px;
	position: relative;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #cdd5d6;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.accordion-toggle h4 {
	text-transform: uppercase;
}
.news-detail .linermaker {
	margin-top: 20px;
}
.linermaker {
	display: block;
	height: 1px;
	background-color: #E5E5E5;
}
.fb-comment-widget h4 {
	color: #989898;
	margin: 0 0 5px 0;
	font-size: 28px;
}
.detail-right-ad a {
	display: block;
	margin-bottom: 30px;
}
.authThumb img {
	max-width: 140px;
	margin: 0 auto;
}
blockquote {
	background: #e7fcfa;
	padding: 12px;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 30px;
	margin-bottom: 15px;
}
.r-tabs-state-active a.r-tabs-anchor {
	color: #cb561b;
}
/***** Content Slider *****/
#content-slider {
	width: 100%;
	overflow: hidden;
	height: auto;
	margin: 0;
}
#content-slider-inside {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 430px;
	overflow: hidden;
}
#content-slider-inside li {
	height: auto;
	display: none;
	overflow: hidden;
}
#content-slider-inside li:first-child {
	display: block;
}
#content-slider-inside li img {
	width: 100%;
}
#navigation {
	list-style: none;
	margin: 20px 0 0 0;
	display: table;
	width: 100%;
	padding: 0;
	table-layout: fixed;
}
#navigation li {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	border-right: 2px solid #fff;
	padding: 10px;
	background: #dadada;
}
#navigation li:last-child {
	border: 0;
}
#navigation li a, #navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	display: block;
}
#navigation li a.selected, #navigation li a.selected:link, #navigation li a.selected:visited {
	color: #02443e;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	color: #02443e;
}
#navigation li a {
	display: table;
	width: 100%;
	font-weight: 600;
	color: #333;
}
#navigation li a span {
	display: table-cell;
	vertical-align: top;
}
#navigation li a span:last-child {
	width: 70px;
	padding-left: 10px;
}
.tour-nepal-full {
	position: relative;
	padding-left: 180px;
}
.half-tour-nepal {
	position: absolute;
    top: -2px;
    left: 0px;
    width: 260px;
}
.content-tour-nepal-single img {
	border: 2px solid #fff;
}
.content-tour-nepal-single img {
	border: 2px solid #fff;
}
.content-tour-nepal-single a {
	display: block;
	padding-right: 82px;
	font-weight: 600;
	margin: 4px 0 0 0;
}
.content-tour-nepal-single span.nw-auth.auth-small {
	text-align: left;
}
.twoTour_box {
	position: relative;
	display: block;
	width: 100%;
}
.two-tour-box {
	margin-top: 30px;
}
.twoTour_box span.cat-item {
	right: inherit;
	left: 0;
	top: 10px;
}
.row-2 {
	position: absolute;
	width: 115px;
	top: 0;
	right: 0;
	z-index: 999;
}
.row-1 {
	margin-right: 50px;
	background: #a2b3b1;
	height: 130px;
}
.row-2 img {
	border: 5px solid #fff;
}
.twoTour_box span.cat-item a {
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #02443e;
}
.row-1 a {
	color: #fff;
	font-weight: 600;
	padding: 50px 70px 0 10px;
	display: block;
}
.twoTour_box.last_tour_box {
}
.twoTour_box.last_tour_box .row-2 {
	right: inherit;
	left: 0;
	height: 130px;
	width: 108px;
	position: absolute;
}
.twoTour_box.last_tour_box .row-1 {
	margin-left: 50px;
	margin-right: 0;
}
.twoTour_box.last_tour_box span.cat-item {
	left: inherit;
	right: 0;
}
.twoTour_box.last_tour_box span.cat-item a {
	border-radius: 0;
	padding: 4px 15px 0 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.twoTour_box.last_tour_box .row-1 a {
	padding: 50px 10px 0 70px;
	text-align: right;
}
.tour-nepal-full h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-left: 180px;
	text-align: right;
	font-size: 34px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.7);
}
.tour-nepal-full h2 a {
	color: #fff;
	padding: 0px 15px 15px 15px;
	display: block;
}
.nws-cat-box .cat-block {
	margin-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 16px;
	display: block;
	border-bottom: 1px dotted #ddd;
}
.nws-cat-box .cat-block .cat-image {
	width: 245px;
	margin-right: 15px;
	float: left;
}
.nws-cat-box .cat-block img {
	width: 100%;
	max-width: 100%;
}
.nws-cat-box span.meta_date {
	position: relative;
	margin-left: 0px;
	font-weight: 600;
	font-size: 14px;
}
.nws-cat-box .cat-block h3.posttitle {
	margin: 0 0 8px 0;
}
.news-adRow .news-adCell img {
	width: 100%;
}
.news-adRow .news-adCell:first-child {
	padding-left: 0;
}
.news-adRow .news-adCell:last-child {
	padding-right: 0;
}
.img-squareRound {
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.img-squareRound img {
	height: 50px;
	max-width: inherit;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.no-squareImg img {
	border-radius: 0px !important;
}
.top-newsContent.img-squareRound.no-squareImg {
	border-radius: 0;
}
.kd-cell.img-squareRound.no-squareImg {
	border-radius: 0;
}
.img-squareRoundBig1 {
	width: 65px;
	height: 65px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.img-squareRoundBig1 img {
	height: 65px;
	max-width: inherit;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.no-squareImgBig1 img {
	border-radius: 0px !important;
}
.top-newsContent.img-squareRoundBig1.no-squareImg {
	border-radius: 0;
}
.kd-cell.img-squareRoundBig1.no-squareImg {
	border-radius: 0;
}
.img-squareRoundBig2 {
	width: 50px;
	height: 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.img-squareRoundBig1 img {
	height: 80px;
	max-width: inherit;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.no-squareImgBig2 img {
	border-radius: 0px !important;
}
.top-newsContent.img-squareRoundBig2.no-squareImg {
	border-radius: 0;
}
.kd-cell.img-squareRoundBig2.no-squareImg {
	border-radius: 0;
}
.related-newsBox h3.text-center {
	text-align: left;
}
.related-newsBox {
	margin: 30px 0;
}
.related-newsBox span.nw-auth.auth-small {
	text-align: left;
}
.row-2.img-squareRound {
	position: absolute;
	height: 130px;
	width: 108px;
	right: 0;
}
.row-2.img-squareRound img {
	height: 144px;
}
.img-squareRound.Big2.no-squareImg img {
	height: 80px;
}
.img-squareRound.Big2.no-squareImg {
	width: 80px;
	height: 80px;
	border-radius: 0;
}
.section-prabash .kd-cell .img-squareRound.no-squareImg img {
	height: 80px;
}
#navigation li a span:last-child .img-squareRound.no-squareImg {
	width: 70px;
	height: 70px;
}
#navigation li a span:last-child .img-squareRound.no-squareImg img {
	height: 100px;
}
a.up-blockBtn {
	background-color: #02443e;
	border-radius: 2px;
	margin: 5px 0px;
	padding: 5px 0px;
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.category-block {
	background: #efefef;
	padding: 15px;
	margin-bottom: 15px;
}
/* The side navigation menu */
.sidenav {
	height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
	overflow: hidden;
    background-color: transparent;
    padding-top: 0;
    transition: 0.5s;
    z-index: 999999;
    opacity: 1;
}

/* The navigation menu links */
.sidenav a {
  padding: 12px 8px 12px 25px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 42px;
    margin-left: 0;
    background: #cb561b;
    text-align: center;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}
#sideNavOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.57);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    display: none;
    transition: 0.5s;
}

.mobile-nav-row {
    background: #02443e;
	padding: 10px 15px 5px 15px;
	position: relative;
}
.menu-open-ham span {
	background-color: #FFFFFF;
	border-radius: 5px;
	display: block;
	height: 2px;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 20px;
}
.menu-open-ham span:nth-child(1) {
	top: 0;
}
.menu-open-ham span:nth-child(2), #sm_menu_ham span:nth-child(3) {
	top: 7px;
}
.menu-open-ham span:nth-child(4) {
	top: 14px;
}
.menu-open-ham {
    position: relative;
    width: 20px;
    height: 16px;
    display: inline-block;
}
ul.mobile_menu_ham {
    margin: 0;
    background-color: #02443e;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 50px;
    padding-left: 50px;
}
ul.mobile_menu_ham li a {
    display: block;
    color: #fff;
    font-size: 18px;
}

ul.mobile_menu_ham li {
    display: block;
    border-bottom: 1px solid #09544d;
    /* position: relative; */
}
ul.submenu {
    display: none;
}
.submenu {
    background-color: #02443e;
    height: 100vh;
    position: absolute;
    right: -100%;
    top: 40px;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
    margin: 0;
    padding: 0;
    padding-left: 52px;
}
li.active > .submenu {
    right: 0;
}
li.has-child.sm-active ul.submenu {
	display: block;
    right: 0;
    padding-left: 0;
    top: 0;
    position: static;
    height: auto;
    background: #085851;
}
.ad-row img {
	margin: 0 auto;
}
li.has-child a {
    position: relative;
}
li.has-child a:after {
    padding: 0;
    color: #fff;
    content: "";
    font-weight: normal;
    top: 19px;
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
}
li.has-child.sm-active ul.submenu li a:after {
    display: none;
}
li.has-child.sm-active a:after {
    transform: rotate(315deg);
    top: 22px;
}
li.has-child.sm-active a, .is-active a {
    background: #cb561b;
}
li.has-child.sm-active ul.submenu li a {
    background: transparent;
}
#search-expand input {
	outline: none;
}
#search-expand input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#search-expand input::-webkit-search-decoration,
#search-expand input::-webkit-search-cancel-button {
	display: none; 
}


#search-expand input[type=search] {
	/* border: solid 1px #ccc; */
	padding: 11px 10px 11px 32px;
	width: 55px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: absolute;
	right: 0;
	border: 0;
	box-sizing: border-box;
	background:  transparent;
	z-index: 9;
}
#search-expand input[type=search]:focus {
    width: 100%;
    background-color: #fff;
    border-color: #66CC75;
    box-shadow: none;
}


#search-expand input:-moz-placeholder {
	color: #999;
}
#search-expand input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#search-expand input[type=search] {
	width: 50px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	height: 30px;
}
#search-expand input[type=search]:focus {
	width: calc( 100% - 48px );
    width: -moz-calc( 100% - 48px );
    width: -webkit-calc( 100% - 48px );
    padding-left: 15px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    margin-right: 48px;
    margin-top: 2px;
    height: 44px;
}
#search-expand input:-moz-placeholder {
	color: transparent;
}
#search-expand input::-webkit-input-placeholder {
	color: transparent;
}
#search-expand {
	position:  absolute;
	top:  0;
	right:  0;
	width: 100%;
	border-top: 1px solid #02443e;
}
#search-expand .fa {

    line-height: 48px;
}
#search-expand:focus .fa {
	z-index:  9999;
}
.mobile-nav-row #search-expand {
    right: 15px;
}

.mobile-nav-row .nav-search-btn  {
    width: 39px !important;
    height: 39px !important;
    line-height: 39px !important;
}

.mobile-nav-row #search-expand input[type=search]:focus {
    width: calc( 100% - 69px );
    width: -moz-calc( 100% - 69px );
    width: -webkit-calc( 100% - 69px );
	margin-right: 39px;
}

.mobile-nav-row #search-expand input[type=search] {
    
    padding-top: 7px;
    padding-bottom: 6px;
}
.nav-search-btn {
	position: absolute;
	right: 0;
	top: -1px;
	width: 48px;
	height: 50px;
	background: #cb561b;
	ext-align: center;
	border: 0;
	color: #fff;
}
.nav-search-btn:focus {
    outline: none;
}
.mobile-nav-row .nav-search-btn .fa {
    line-height: 35px !important;
}
.social-box {
	margin-bottom: 30px;
    border-bottom: 2px solid #e3e3e3;
    padding: 8px 0px 4px 0px;
    border-top: 2px solid #e3e3e3;
    position: relative;
    margin-top: 30px;
}
.social-sharing-links {
    position: relative;
    width: 100%;
}
.kdabali-image-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.kdabali-img-height-1 {
    height: 300px;
}
.kdabali-img-height-2 {
	height: 240px;
}
.kdabali-img-height-3 {
	height: 150px;
}
.kdabali-img-height-4 {
	height: 260px;
}
.kdabali-img-height-5 {
	height: 110px;
}
.kdabali-img-height-6 {
	height: 75px;
}


.kdabali-img-height-1 iframe {
	height: 300px;
}
.kdabali-img-height-2 iframe {
	height: 240px;
}
.kdabali-img-height-3 iframe {
	height: 150px;
}
.kdabali-img-height-4 iframe {
	height: 260px;
}
.kdabali-img-height-5 iframe {
	height: 110px;
}
.kdabali-img-height-6 iframe {
	height: 75px;
}


.top-newsContent iframe {
	width: 100% !important;
	height: 300px !important;
}
.newsThumb iframe {
	width: 100% !important;
	height: 509px !important;
}
.col-xs-12.col-sm-8.col-md-8.leftBar iframe {
	width: 100% !important;
	/*height: 137px !important;*/
}
.col-xs-12.col-sm-4.col-md-4 iframe {
	width: 100% !important;
	height: 150px !important;
}
.nws-cat-box iframe {
	width: 100%;
	height: 150px;
}
.pos-rel iframe {
	height: 300px;
}
ul#content-slider-inside iframe {
	/*height: 300px;*/
}



.quick-navHeader span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.quick-navHeader span a {
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.quick-navHeader span a img {
    max-width: 20px;
    background: #fff;
    height: 20px;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 8px;
}
.quick-navHeader {
    text-align: center;
    margin-top: 30px;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #efefef;
    padding: 5px 0;
}
.news-sectionCategory .bg-newsSingle {
    background: #e4ecec;
}

.news-sectionCategory .hasBg {
    background: #c7e6e6;
}
.news-sectionCategory .bg-newsSingle.small-heading {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.social-mediaLinks .fa {
    width: 20px;
    background: #fff;
    height: 20px;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 8px;
    line-height: 20px;
}
.quick-navHeader span {
    display: table-cell;
    vertical-align: middle;
}
.text-highlighted {
    color: #003123;
    position: relative;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.box-wrapper {
    text-align: center;
}
.box-wrapper span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ff7e00;
}
.box-wrapper span:before, .box-wrapper span:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 10px;
    height: 10px;
}
.box-wrapper span:before {
    background: #09654b;
    left: -20px;
}
.text-highlighted p {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}
.box-wrapper span:after {
    background: #333;
    right: -20px;
}
.news-pubDate strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.sc-row {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sc-row .sc-cell {
    display: table-cell;
    vertical-align: middle;
}
.news-pubDate strong em {
    font-weight: normal;
    font-style: normal;
}
.news-postAuth {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.news-postAuth span {
    border-bottom: 1px solid #a7a6a6;
    display: inline-block;
    padding: 0 10px;
}
.news-text a {
    color: #3498db;
}
.news-text a:hover {
    color: #ff7e00;
}

.fb-comment-widget {
	margin-top: 20px;
}

.quick-navHeader span a em {
    font-style: normal;
}





.catOne-title {
	background: #efefef;
	text-align: center;
	margin-bottom: 30px;
}

.catOne-title span.title-box {
	font-weight: 700;
	background: #fff;
	padding: 12px 40px 8px 40px;
	display: inline-block;
	font-size: 40px;
	position: relative;
}
.catOne-title span.title-box:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	border-bottom: 46px solid #efefef;
	border-right: 20px solid transparent;
	left: 0;
}
.catOne-title span.title-box:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	border-bottom: 46px solid #efefef;
	border-left: 20px solid transparent;
	right: 0;
}

.right-singlePost.pos-rel {
	min-height: 262px;
}

.addthis-animated table {
	width: 100% !important;
}
.addthis-animated {
	text-align: right !important;
}
.sc-row .sc-cell:first-child {
	width: 215px;
}

.widget-content iframe {
	height: 592px !important;
}
.textarea_unicode {
	height: 250px !important;
}

/* Popup Modal */
/* The Modal (background) */
.modal {
    display: block; 
    position: fixed;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    z-index: 9999999;
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close-pop {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close-pop:hover, .close-pop:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/* Modal Content */
.modal-content {
    position: absolute;
    background-color: #fefefe;
    margin: 0px auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-width: 920px;
    border: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: fit-content;
}

/* Add Animation */
@keyframes animatetop {
 from {
top: -300px;
opacity: 0
}
to {
    top: 0;
    opacity: 1
}
}
.info-modal span.close {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 35px;
    width: 35px;
    background: rgba(253,253,253,0.6);
    opacity: 1;
    text-align: center;
    text-shadow: 0 0 black;
    font-weight: normal;
    font-size: 35px;
    line-height: 35px;
    border-radius: 50%;
}
.info-modal span.close:hover {
    background: #E81123;
}
.modal-thumb {
    height: 200px;
    position: relative;
}
.info-content form {
    margin: 0;
}
.thumb-divider {
    position: absolute;
    width: 100%;
    height: 26px;
    bottom: 0;
    left: 0;
}
.info-content {
    text-align: center;
    padding: 20px;
}
.info-content h2 {
    margin: 20px 0 0 0;
    font-size: 21px;
}
.info-content h3 {
    margin: 4px 0 16px 0;
    font-weight: 600;
    font-size: 20px;
}
/* Popup Modal End */


/* For advertisements */
.ad-row-container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px 0px;
	display: grid;
	gap: 20px;
	padding: 20px 0px;
	border-top: 1px solid lightgrey;
}
