:root {
--default-color:#000;
--heading-color:#000;
--accent-color:#000;
}
body {  font-family: 'Poppins', sans-serif !important; font-size:16px;}
h1,h2,h3,h4,h5,h6,p,div,span,a {  font-family: 'Poppins', sans-serif !important;}
.newsheading h4{  
font-family:  'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
	line-height:26px;}
.newsheading a {
    text-decoration: none;
    font-family:  'Open Sans', sans-serif;
    font-weight: 700;
    color: #0a7192;
    font-size: 16px;
	line-height:26px;
}
.newsheading p {
    text-decoration: none;
    font-family:  'Open Sans', sans-serif;
   
    font-size: 16px;
	line-height:26px;
}
.newsshort{ font-family:  'Open Sans', sans-serif;
   
    font-size: 16px;
	line-height:26px;}
.postdata{
font-family:  'Open Sans', sans-serif;
   
    font-size: 16px;
	line-height:26px;		
}
.postdata h1{ font-size:20px; font-weight:bold; }
#ajax_load{ display:none;}
.is_available{
	color:green;
}
.is_not_available{
	color:red;
}
input.error, select.error, textarea.error{ border:1px solid #c00;}
label.error{ color:#c00;} 
#successs,#tanc{width:100%;position:fixed;height:100%;z-index:99999;color:red;top:0;left:0;background:rgba(0,0,0,.8)}.customalert{padding:30px;outline:transparent solid 10px;max-width:500px;margin:10% auto;font-size:26px;display:table}.customalert-success,.customalert-tanc{outline-color:rgba(36,4,96,.5);border:5px dashed rgba(255,255,255,.2);color:#fff;background-color:#34096d}.customalert-success{font-size:30px;text-align:center}.customalert-tanc{font-size:16px;line-height:1.6em;text-align:left}.customclose{font-size:36px;color:#fff;border:none;background-color:#34096d;position:absolute;right:0;top:0}.ale-success,.cclose{background-color:#fff;text-align:center}.ale-success{color:#111;outline-color:rgba(132,130,130,.17);border:2px dashed rgba(255,154,209,.54);font-size:15px}.cclose{font-size:20px;color:#232222;border:none;position:absolute;right:-15px;top:-15px;border-radius:50%;width:30px;height:30px}.tc{font-size:9px;text-align:right}.postdata{ text-align:justify;}
a { text-decoration:none;}
.text-right {
  text-align: right;
}
.navbar-dark {
  background: linear-gradient(#0572a2, #1f8bbc);
  padding:0px;
  border-bottom:1px solid #107DAD;
}
.nav-link { color:#fff; padding: 10px 15px; }
.dropdown-item {
    color: #fff !important;
    }
.dropdown-item:hover {
	background:transparent;
	text-decoration:underline;	
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 3px;
}
.nav-tabs .nav-link {
  border: 1px solid #a6d2f4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(166, 210, 244);
  border-bottom: none;
  padding: 8px 10px;
  font-size: 1.067rem;
}
.nav-tabs .nav-link {
  margin-right: 0px;
  line-height: 1.42857143;
  background: linear-gradient(#0572a2, #1f8bbc);
  border: 1px solid #a6d2f4;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.nav-tabs .nav-link.active {
  color: #333;
  font-weight: 600;
  cursor: default;
  background: #fff;
  border: 1px solid #a6d2f4;
    border-bottom-color: rgb(166, 210, 244);
  border-bottom-color: transparent;
}
.tab-content a:hover{ text-decoration:underline;}
ol.carousel-indicators{ list-style:none;}
#quote-carousel .carousel-indicators {
  right: auto;
  top: auto;
  bottom: 10px;
  margin-right: 0;
  text-align: center;
  width:100%;
  margin-left: 0px;
}
#quote-carousel .carousel-indicators li {
  background: #fff;
  height: 15px !important;
  width: 15px !important;
  margin: 3px;
  border-radius: 100%;
  border-top:none;
  border-bottom:none;  
}
#subscribe01 .modal-header{ border-bottom:none;}
.useradmin  a.dropdown-item{ color:#000 !important;}
.useradmin  .dropdown-toggle::after { display:none;}
/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}
.blog-posts .post-category a{
	color:rgba(17, 17, 17, 0.96);
}

.blog-posts .title {
  font-size:16px;
  font-weight:450;
  line-height: 25px;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts .title a:hover {
  color: var(--accent-color);
  text-decoration:underline;
}

.blog-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Author Section
--------------------------------------------------------------*/
.blog-author {
  padding: 10px 0 40px 0;
}

.blog-author .author-container {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog-author .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
}

.blog-author p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.link-arrow5 {
  width: auto;
  background: url(../images/star-link.jpg) left 5px no-repeat;
  padding: 5px 0 5px 20px !important;
  line-height: normal;
}
.top_head ,.mega-menu{
    background-color: #002060 !important;
}
header#header {
    background-color: #fff;
}
.navbar-dark {
    background: #002060; 
    padding: 0px;
    border-bottom: 1px solid rgb(202,220,242);
	border-top: 1px solid rgb(202,220,242);
}
footer#footer {
    background-color: #002060;
}
.newsheading{
	 color: #002060;
}
footer .footer_bottom {
    background-color: #00436C;
}
.active>.page-link, .page-link.active {
	background-color: #002060;
	border: 1px solid #002060;
}
.page-link,a{color: #002060;}

.news_details_tags_row {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
	 margin-bottom: 24px;
	 padding-top:10px;
	 padding-bottom:10px;
}
.news_details_tags_row h5{display: inline-block !important;}
.news_details_tags_row a {
    display: inline-block !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
	padding:5px;
	background:#EBEBEB;
	color:#291222 !important;
}
.post-img img{
    transition: transform 0.4s ease;
	min-height:175px;
}
.post-img img:hover{ 
transform: scale(1.2);

}
.headerlogo{box-shadow: 0 0 25px rgba(0, 0, 0, 0.49);}
.qi_link  a{ display:block;}

/* WRAPPER FOR IMAGE + SOCIAL */
.article-media-wrap {
    display: flex;
    align-items: flex-start;        /* icons align with top of image */
    gap: 15px;
    position: relative;
}

/* SOCIAL VERTICAL BAR */
.social-vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;               /* adjust vertical alignment */
	position:absolute;
	left:-65px;
}

.social-vertical a {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 18px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: 0.3s;
}

.social-vertical a:hover {
    transform: scale(1.1);
}

/* IMAGE BLOCK */
.article-image img {
    max-width: 100%;
    height: auto;
    display: block;
}
.share_txt_news_dtls{ display:none;}
/* MOBILE VIEW = Icons go below image */

.listen-box {
    margin: 20px 0;
}

.listen-title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
}

.audio-player {
    background: #f5f6f7;
    padding: 12px 16px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.play-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
}

.play-btn i {
    font-size: 14px;
}

.progress-container {
    flex: 1;
    height: 4px;
    background: #ddd;
    border-radius: 3px;
    position: relative;
}

.progress-bar {
    height: 4px;
    width: 0%;
    background: #444;
    border-radius: 3px;
}

.volume-btn,
.more-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #444;
}

#currentTime,
#totalTime {
    font-size: 12px;
    color: #555;
    width: 35px;
    text-align: center;
}
.volume-wrapper {
    position: relative;
    display: inline-block;
}

.volume-slider-box {
    position: absolute;
    bottom: 40px;
    left: -5px;
    width: 40px;
    height: 120px;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
    z-index: 999;
}

.volume-slider-box input[type="range"] {
    writing-mode: bt-lr; /* vertical slider */
    -webkit-appearance: slider-vertical;
    width: 100%;
    height: 100px;
    cursor: pointer;
}

.volume-btn {
    cursor: pointer;
}
.comment_block .new_comment .comment_body {
  font-size: 14px;
  color: #555;
}
.new_comment .comment_body h4 {
  font-size: 14px;
}
 .navbar-nav > .active{
		  background-color: #DCE6F2 ;
		}
   .navbar-nav > .active > a,  .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus{
	color: #0572a2;
    background-color: #DCE6F2;
 }
 .text-justify{ text-align:justify;}
.stickysidebar {
    position: sticky;
    top: 20px;   /* space from top */
}
.nextpage.divider {
    display: none;
    font-size: 24px;
    text-align: center;
    width: 75%;
    margin: 40px auto;
}
.nextpage.divider span {
    display: table-cell;
    position: relative;
}
.nextpage.divider span:first-child, .nextpage.divider span:last-child {
    width: 50%;
    top: 13px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.nextpage.divider span:first-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg,transparent,#000);
    background-image: -o-linear-gradient(180deg,transparent,#000);
    background-image: linear-gradient(90deg, transparent, #000);
}
.nextpage.divider span:nth-child(2) {
    color: #000;
    padding: 0 5px;
    width: auto;
    white-space: nowrap;
}
.nextpage.divider span:last-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg,#000,transparent);
    background-image: -o-linear-gradient(180deg,#000,transparent);
    background-image: linear-gradient(90deg, #000, transparent);
}
@media (max-width: 991px) {
  .m_hocont {
    background-color: #E0F1FD;
  }
}
@media (max-width: 768px) {
	.article-media-wrap {
        flex-direction: column;
    }

    .social-vertical {
        flex-direction: row;
        gap:10px;
        margin-top: 12px;
		bottom: -50px;
		margin-left: 65px;
    }
	.social-vertical a {
    width: 30px;
    height: 30px;
	}
	.postdata{
		padding-top:10px;
	}
	.listen-box {
    margin-top: 60px;
	margin-bottom:10px;
    }
	.share_txt_news_dtls{ display:inline-block; font-weight:bold; color:#000;}
	.navbar-nav{ padding:0px;}
	.mega-menu{ margin-top:0px !important;}
  .navbar-nav > li {
    float: left;
    border-left: 1px #03396e solid;
	padding-left:8px;
	padding-right:8px;
  }
    
}