@charset "utf-8";
/* CSS Document */

/* * {
	padding: 0;
	margin: 0 auto;
} */
		
body {
	color: #333;
	background: #ffffff !important;
	font-family: "Mukta";
	font-size: 16px;
}


/* Style for Google Translate widget */
#google_translate_element {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px;
    z-index: 9999;
}
.goog-te-banner-frame {
    display: none !important;
}
.goog-te-menu-frame {
    z-index: 10000 !important;
}
.goog-te-menu2 {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.goog-te-menu2-item {
    padding: 8px 12px;
}
.goog-te-menu2-item:hover {
    background-color: #f1f1f1;
}
/* Hide the footer element */
.goog-logo-link {
    display: none !important;
}



/********************************************/
/* Advertisement Section */
/********************************************/
.pre-head-prachar img,
.npl-prachar img,
.npl-prachar-section img {
    margin-bottom: 30px;
}



/***************************************************/
/* Extra Styling */
/***************************************************/
#Reloadpage{
    cursor:pointer;
}

ul.pagination > li {
    border: none !important;
	background: none !important;
}

.pagination > li {
    border: none !important;
}

.parent {
    height: 435px;
    overflow: hidden;
}

.child {
    height: 100%;
    overflow-y: scroll;
}

.parent-fnt {
    height: 415px;
    overflow: hidden;
}

.child-fnt {
    height: 100%;
    margin-right: -65px; /* maximum width of scrollbar */
    padding-right: 50px; /* maximum width of scrollbar */
    overflow-y: scroll;
}

.fbLikeBox {
    margin-bottom: 30px;
}

.fbComments {
    width: 100%;
    overflow: hidden;
}

.fbComments iframe {
    width: 100% !important;
}

button.close {
    color: #ffffff !important;
    z-index: 99999 !important;
    position: absolute;
    /*top: -30px;*/
    background: #1d62b1 !important;
    padding: 5px 10px !important;
}

.breadcrumb {
    background: #c7c7c7;
    border-radius: 0;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #adadad;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #333;
}




/********************************************/
/* Header Section */
/********************************************/
.preHeader {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
    padding: 10px 0;
}

.headerSection {
    /* background: url(/img/header-bg.png) no-repeat top right #1e1878;
    background-size: cover; */
    padding-bottom: 30px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	box-shadow: 0 0 6px 3px rgba(0,0,0,.11);
	background-color: rgba(255, 255, 255, 1);
	border-width: 0;
    z-index: 99999;
    border-bottom: none !important;
}

.logo {
    /* padding: 20px;
    background: #fff; */
}

.headSocialSection, .headLanguageSection {
    line-height: 168px;
    text-align: center;
}

.headSocialSection ul, .headLanguageSection ul {
    margin-bottom: 0;
    list-style: none;
}

.headSocialSection ul li, .headLanguageSection ul li {
    display: inline-block;
    margin-right: 8px;
}

.headSocialSection ul li:last-child, .headLanguageSection ul li:last-child {
    margin-right: 0;
}

.headSocialSection ul li a {
    color: #fff;
}

.headLanguageSection ul li a {
    color: #fff;
    font: 600 15px 'Open Sans', sans-serif;
}

li.youtubeLive span {
    background: red;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}



.mainNav {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}


.marquee-taaja-updates-container {
    background: #f1f1f1;
    padding: 9px 15px 5px 15px;
}

.taaja-samacahr-marquee {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

ul.marquee-taaja-updates li a span {
    font-size: 10px;
    margin-right: 3px;
}

ul.marquee-taaja-updates {
    margin-bottom: 0;
    padding-left: 0;
}

ul.marquee-taaja-updates li {
    display: inline;
    margin-right: 30px;
    color: #fff;
}

ul.marquee-taaja-updates li a {
    color: #242424;
    font: 400 16px 'Mukta', sans-serif;
}

ul.marquee-taaja-updates li a:hover {
    color: #0d4c8f;
    text-decoration: none;
}

/***************************************************/
/* Banner News Section */
/***************************************************/
.bannerNews {
    text-align: center;
}

.widget {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.tagRibbon span {
    background: #007ba5;
    color: #fff;
    padding: 5px 15px;
}

.bannerNewsTitle {
    color: #242424;
    font: 700 54px/76px 'Mukta', sans-serif;
    margin-top: 20px;
    display: block;
}

.bannerNewsTitle:hover {
    text-decoration: none;
}

.bannerNewsSubTitle {
    display: block;
    color: #1e1878;
    font-size: 34px;
    font-style: italic;
}

.bannerNewsImg {
    margin: 20px 0;
    display: inherit;
}

.bannerNewsDetail {
    color: #282828;
    font: 500 22px/36px 'Mukta', sans-serif;
    margin-bottom: 0;
}

.bannerNewsAuthorDetail {
    margin-top: 10px;
}

.bannerNews-author-image {
    width: 32px;
    margin-right: 4px;
    padding: 2px;
    border: 1px dashed #3b63ae;
}

.bannerNews-author-name {
    color: #1e1878;
    font: 400 18px "Mukta",sans-serif;
}

.bannerNews-author-name:hover {
    color: #3b63ae;
    text-decoration: none;
}





/***************************************************/
/* News Author Detail Section */
/***************************************************/
.author-info {
    /* border-top: 1px solid #e9ebee; */
    border-bottom: 1px solid #e9ebee;
    padding-top: 15px;
    /* margin: 20px 0; */
    overflow: hidden;
}

.author-info .author-image {
    float: left;
    width: 70px;
    margin-right: 15px;
}

.author-info .author-name {
    font: 500 20px/68px "Mukta",sans-serif;
}

.author-info .author-name:hover {
    text-decoration: none;
}

.author-info .author-description {
    color: #888 !important;
    font: 500 16px/36px "Mukta",sans-serif !important;
    display: block !important;
}

.author-info .image .img-circle {
    width: 150px;
    margin: 0;
}

.author-info .info {
    color: #242424;
    font: 300 16px/24px 'Lato', sans-serif;
    text-align: justify;
}




.post-content blockquote {
    float: right;
    max-width: 350px;
    padding: 80px 0 30px 40px;
    margin: 0 0 24px 40px;
    border-left: 5px solid #f15922;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 28px;
    position: relative;
    font: italic 500 22px/34px 'Mukta', sans-serif !important;
    color: #0b438a !important;
    quotes: "“" "”" "‘" "’";
}

.post-content blockquote:before {
    content: '“';
    background-image: url(../img/quote-white.png);
    background-size: 100%;
    position: absolute;
    left: 30px;
    top: 20px;
    height: 40px;
    width: 40px;
}

.post-content blockquote::after {
    content: close-quote;
}

.post-content blockquote::before {
    content: open-quote;
}


/**********************************************************/
/* Category Title Design 1 */
/**********************************************************/
.cat-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #2E3568;
}

.cat-name {
    color: #fff;
    font: 500 20px 'Mukta', sans-serif;
    background: #2E3568;
    /* border-left: 3px solid #fd0100; */
    border-right: 3px solid #fd0100;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 20px;
  }

.extra-news {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
    font-weight: 400;
}

.extra-news-title {
    color: #fd0100;
    font: 400 16px 'Mukta', sans-serif;
}

.extra-news-title:hover {
    color: #00009c;
	text-decoration: none;
}


/**********************************************************/
/* News Image Hover Effect */
/**********************************************************/
.img-zoom-effect {
    /* overflow: hidden; */
	position: relative;
	margin-bottom: 20px;
}

.img-zoom-effect:hover .hover {
	transform: scale(1.1);
	transition: 1s;
}



/**********************************************************/
/* NBC1 Section */
/**********************************************************/
.nbc1-lg {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b0b0b0;
}

/* .nbc1-lg-post-created {
    background: #f89d28;
    color: #242424;
    padding: 5px 15px;
    font: 500 14px 'Mukta', sans-serif;
    text-align: center;
} */

.nbc1-lg-post-created {
    color: #9a9a9a;
    font: 400 14px 'Mukta', sans-serif;
}

.nbc1-lg-post-created i {
    color: #e4001b;
    margin-right: 3px;
}

.nbc1-lg-title,
.nbc2-lg-title {
    color: #3b63ae;
    font: 500 24px/36px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.nbc1-lg-title:hover,
.nbc1-md-title:hover,
.nbc3-md-title:hover,
.nbc2-lg-title:hover,
.nbc2-md-title:hover,
.nbc2-sm-title:hover,
.nbc4-md-title:hover,
.tab-news-title:hover {
    text-decoration: none;
}

.nbc1-lg-para,
.nbc2-lg-para {
    color: #555;
    font: 400 18px/28px 'Mukta', sans-serif;
}

.nbc1-md-title,
.nbc2-md-title,
.nbc4-md-title {
    color: #242424;
    font: 600 20px/32px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}




/**********************************************************/
/* NBC2 Section */
/**********************************************************/
.nbc2-sm-content {
    margin-bottom: 30px;
}

.nbc2-sm-title {
    color: #242424;
    font: 600 22px/34px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b0b0b0;
}

.nbc2-sm-title:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}



/**********************************************************/
/* NBC3 Section */
/**********************************************************/
.nbc3-md-img {
    float: right;
    margin-left: 15px;
    border-radius: 6px;
}

.nbc3-md-title{
    color: #242424;
    font: 500 18px/30px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 5px;
}

.nbc3-md {
    margin-bottom: 20px;
    border-bottom: 1px solid #b0b0b0;
}

.nbc3-md:last-child {
    margin-bottom: 0;
    border-bottom: none;
}








/**********************************************************/
/* News View Section */
/**********************************************************/
.news-view-content h1 {
    color: #242424;
    font: 500 34px/50px 'Mukta', sans-serif;
}

.news-view-content h1 span {
    display: block;
    font: italic 200 23px/42px 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.newsDetail ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.newsDetail li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    font: 400 14px 'Open Sans', sans-serif;
}

.newsDetail li:last-child {
    margin-right: 0;
}

.newsDetail li i {
    margin-right: 5px;
}

.newsDetail li a {
    /* color: #242424; */
    font: 400 14px 'Open Sans', sans-serif;
}

.news-view-content p,
.post-content p,
.post-content p span,
.post-content p span font,
.post-content p div,
.post-content div {
    color: #474747;
    font: 400 20px/36px 'Mukta', sans-serif !important;
    text-align: justify;
}

.newsMainImg span,
.post-content-caption {
    border-bottom: 1px solid #b0b0b0;
    display: block;
    padding: 5px 0;
    text-align: center;
    font: 300 14px 'Lato', sans-serif;
}

.related-news-title {
    color: #242424;
    font: 500 20px/32px 'Mukta', sans-serif;
}

.related-news-title:hover {
    text-decoration: none;
}




/*************************************/
/* News Views Page's Related News */
/*************************************/
.yoPaniNews {
    font: 600 20px 'Mukta';
}

.related-news {
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
}

.related-news h3 {
    font: 700 23px 'Mukta', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #fa812e;
}

.related-news ul {
	margin-bottom: 0;
}

.related-news li {
    list-style: devanagari inside;
    color: #0171bb;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
}

.related-news a:hover {
	color: #ed5454;
	text-decoration: none;
}




/**********************************************************/
/* Category News Section */
/**********************************************************/
.cat-news-content {
    margin-bottom: 20px;
    border-bottom: 1px solid #b0b0b0;
}

.cat-news-img {
    float: left;
    margin-right: 15px;
}

.cat-news-title {
    color: #474747;
    font: 500 20px/32px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.cat-news-title:hover {
    text-decoration: none;
}

.cat-news-para {
    color: #555;
    font: 400 17px/28px 'Mukta', sans-serif;
}







/**********************************************************/
/* Video Gallery Section */
/**********************************************************/
.videoSection {
    border-right: 1px dashed #3bcdcb;
    padding-right: 30px;
}

.youtubeVideo iframe {
    /*float: left;
    width: 50%;
    margin-right: 15px;*/
    height: 100%;
}

/*.youtubeVideoHeading {
    color: #23527c;
    font: 500 22px/30px 'Mukta';
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 15px;
    text-align: center;
}*/

.youtubeVideoHeading {
    color: #242424;
    font: 500 22px/30px 'Mukta';
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    display: block;
    background: #ddd;
    padding: 5px 10px;
}

.youtubeVideoHeading:hover, .youtubeVideoLargeHeading:hover {
    color: #23527c;
    text-decoration: none;
}

.youtubeVideoLarge {
    margin-bottom: 25px;
}

.youtubeVideoLargeHeading {
    /*color: #23527c;*/
    color: #ed5554;
    font: 500 22px/26px 'Mukta';
    padding: 22px 15px;
    text-align: center;
}

.youtubeVideoLargeHeading:hover {
    color: #23527c;
    text-decoration: none;
}

.youtubeVideo {
    /* margin-bottom: 30px;
    display: flex;
    background: #ddd; */
}






/*************************************************/
/* Back to Top Section */
/*************************************************/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7); */
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 9999;
}
#return-to-top i {
    color: #eb8d02;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    /* background: rgba(0, 0, 0, 0.9); */

}
#return-to-top:hover i {
    color: #2760d4;
    top: 5px;
}




/***************************************************/
/* Pop Ad Section */
/***************************************************/
/* The Image Popup */
#imagePopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.6); /* Black background with opacity */
}

/* The Popup Image Container */
#imageContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 600px;
    text-align: center;
    background: #fff;
    /* padding: 10px; */
    border-radius: 5px;
}

/* The Popup Close Button */
#closeButton {
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 28px;
    font-weight: bold;
    color: #de4227;
    cursor: pointer;
    opacity: 0; /* Set default opacity to 0 */
    transition: opacity 0.3s; /* Add a transition effect */
}

/* Change the opacity of the close button on hover */
#imageContainer:hover #closeButton {
    opacity: 1;
}


/* The Popup Image */
/* #imageContainer img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
} */

#imageContainer img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-height: 600px;
    padding: 10px;
}


/*************************************************/
/* Tab News Section */
/*************************************************/
.tab {
    margin-bottom: 30px;
}

.tab-new-img {
    float: left;
    margin-right: 15px;
    width: 28%;
}

.tab-news-title {
    color: #242424;
    font: 500 18px/28px 'Mukta', sans-serif;
}

.tab-news-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b0b0b0;
}

.tab-news-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.tab-news-section .tab-news-content .img-zoom-effect {
    margin-bottom: 0;
}

.tab .nav-tabs{
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 3px solid #4ba6ed;
}   

.tab .nav-tabs li a{
    color: #222;
    background: #fff;
    font: 500 20px 'Mukta', sans-serif;
    text-align: center;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    margin: 0 2px 1px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
}

.tab .nav-tabs li a:before{
    content: "";
    background: #4ba6ed;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    opacity: 1;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.tab .tab-content{
    color: #222;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px;
    background: #fffbf6;
    border: 1px solid #fff0de;
}

@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        margin: 0 0 10px;
        border-bottom: none;
        border-left: 3px solid #4ba6ed;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 5px; }
}





/*************************************************/
/* Footer Section */
/*************************************************/
.footerSection {
    background: #00009c;
    padding: 30px 0;
    border-top: 3px solid #f40502;
}

.footerAboutUs p {
    color: #242424;
    font: 400 18px/28px 'Mukta';
}


.footerContactUs {
    border-right: 1px solid rgba(255,255,255,.2);
    padding-right: 30px;
}

.footerContactUs ul {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 10px;
    padding-left: 0;
}

.footerContactUs ul:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.footerContactUs li {
    color: #ffffff;
    font: 400 17px/28px 'Mukta';
    /* list-style: devanagari;
    margin-left: 15px; */
    list-style: none;
}

.footerContactUs .primaryText {
    font: 600 20px 'Mukta';
}

.footerContactUs ul li a {
    color: #0979ac;
    font-size: 16px;
}

.footerContactUs ul li a:hover {
    color: #ec1a3a;
	text-decoration: none;
}




/* .footerOurTeam {
    margin-left: 50px;
} */

.footerOurTeam h2, .footerContactUs h2 {
    color: #fff;
    font: 600 24px Mukta;
    margin-top: 0;
}

.footerOurTeam ul {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 15px;
}

.footerOurTeam ul:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
}

.footerOurTeam ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    width: 32%;
}

.footerOurTeam ul li span {
    display: block;
    font: 600 18px "Mukta";
}









.btnFooterNav {
    margin-bottom: 5px;
}

.btnFooterNav ul {
    margin-bottom: 0;
}

.btnFooterNav li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    border-right: 1px solid #333;
    padding-right: 20px;
}

.btnFooterNav li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.btnFooterNav a {
    color: #707070;
}

.btnFooterNav a:hover {
	color: #2760d4;
	text-decoration: none;
}





.copyrightSection {
    padding: 20px 0;
    text-align: center;
}

.copyrightSection p {
    color: #707070;
    font: 500 15px 'Open Sans', sans-serif;
    margin-bottom: 0;
}





.pagination > li {
    border: none !important;
}




/**************************************************/
/* Search Section */
/**************************************************/
.searchSection {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 4px;
}

.searchTerm {
    float: left;
    width: 83%;
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 3px 0 0 3px;
    outline: none;
    font-size: 12px;
    color: #242424;
}

.searchTerm:focus{
  color: #000000;
}

.searchButton {
    position: absolute;
    border-left: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #ccc;
    text-align: center;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 11px;
}

.searchButton:hover {
	background: #ed5554;
    border-left: none;
    border-top: 1px solid #ed5554;
    border-right: 1px solid #ed5554;
    border-bottom: 1px solid #ed5554;
}






