@charset "utf-8";
/* CSS Document */

/* * {
	padding: 0;
	margin: 0 auto;
} */
		
body {
	color: #333;
	background: #eaeaf2;
	font-family: "Mukta";
	font-size: 16px;
}



/********************************************/
/* Advertisement Section */
/********************************************/
.preHeadAd img {
    margin-bottom: 30px;
}

.sponsorAd {
	margin-top: 30px;
}

.sponsorAd img {
    margin-bottom: 30px;
}

.adRightSideBar img {
    margin-bottom: 30px;
}



/***************************************************/
/* 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: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

/* The Popup Image */
#imageContainer img {
    display: block;
    max-width: 100%;
    max-height: 550px;
    margin: 0 auto;
}

/* 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;
}

/* Media queries */
@media only screen and (max-width: 600px) {
    /* The Popup Image */
    #imageContainer img {
        max-height: 100vh;
    }
    
    /* The Popup Close Button */
    #closeButton {
        font-size: 20px;
    }

    #imageContainer {
        width: 80%;
        top: 40%;
    }
}




  
  
  

  


/***************************************************/
/* Extra Styling */
/***************************************************/
#Reloadpage{
    cursor:pointer;
}

ul.pagination > li {
    border: none !important;
	background: none !important;
}

.pagination > li {
    border: none !important;
}

.parent {
    height: 650px;
    overflow: hidden;
}

.child {
    height: 100%;
    margin-right: -65px; /* maximum width of scrollbar */
    padding-right: 50px; /* maximum width of scrollbar */
    overflow-y: scroll;
}

.parent-fnt {
    height: 435px;
    overflow: hidden;
}

.child-fnt {
    height: 100%;
    margin-right: -65px; /* maximum width of scrollbar */
    padding-right: 50px; /* maximum width of scrollbar */
    overflow-y: scroll;
}

.parent-lp-single-cat {
    height: 405px;
    overflow: hidden;
}

.child-lp-single-cat {
    height: 100%;
    margin-right: -65px; /* maximum width of scrollbar */
    padding-right: 50px; /* maximum width of scrollbar */
    overflow-y: scroll;
}

.lp-fbLikeBox{
    margin-bottom: 20px;
}

.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;
}

a.readMore {
    color: #e5322c;
}

a.readMore:hover {
    color: #31302C;
	text-decoration: none;
}

.breadcrumb {
    background: #c7c7c7;
    border-radius: 0;
}


.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #adadad;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #333;
}




/***************************************************/
/* Pre Header Section */
/***************************************************/
.preHeader {
    border-bottom: 1px solid #ddd;
}

.preHeadNav ul {
    list-style: none;
    margin-bottom: 0;
}

.preHeadNav li {
    display: inline-block;
    margin-right: 15px;
}

.preHeadNav li:last-child {
    margin-right: 0;
}

.preHeadNav li a {
    color: #242424;
    font: 500 14px 'Mukta', sans-serif;
}

.preHeadNav li a:hover {
      color: #fa812e;
      text-decoration: none;
}

.fb-like {
    line-height: 36px;
}


/***************************************************/
/* Header Section */
/***************************************************/
.headerSection {
    padding: 10px 0 30px 0;
}



.foreHeader {
    background: #f1f1f1;
    border-top: 1px solid #e8e8e8;
}


.unicodeConverter {
    text-align: center;
}

.unicodeConverter a {
    line-height: 42px;
}

.youtubeSection a {
    background: #3b585b;
    border-radius: 25px;
    border-left: 1px solid #243b98;
    border-right: 1px solid #243b98;
    color: #fff;
    font: 600 16px 'Mukta', sans-serif;
    float: right;
    padding: 8px 15px;
}

.youtubeSection a:hover {
    background-color: #0073bd;
    text-decoration: none;
}

.youtubeSection span {
    margin-right: 5px;
}



/***************************************************/
/* Main Navigation Section */
/***************************************************/
.mainNav {
    background: #005bab;
    border-top: 3px solid #b8202f;
    border-bottom: 3px solid #b8202f;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	box-shadow: 0 0 6px 3px rgba(0,0,0,.11);
	background-color: #007ba5;
	border-width: 0;
    z-index: 99999;
    border-bottom: none !important;
}


/***************************************************/
/* Banner News Section */
/***************************************************/
.bannerNews {
    text-align: center;
}

.widget {
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    padding: 30px;
}

/* .widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
} */

.tagRibbon {
    /* background: #d11111;
    display: flex; */
}

.tagRibbon span {
    background: #b8202f;
    border-bottom: 2px solid #007ba5;
    color: #fff;
    padding: 5px 15px;
}

.bannerNewsTitle {
    color: #242424;
    font: 600 54px/68px 'Mukta', sans-serif;
    margin-top: 20px;
    display: block;
}

.bannerNewsTitle:hover {
    text-decoration: none;
}

.bannerNewsSubTitle {
    display: block;
    color: #fa812e;
    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: 35px;
    margin-right: 5px;
}

.bannerNews-author-name {
    font: 400 18px "Mukta",sans-serif;
}

.bannerNews-author-name:hover {
    text-decoration: none;
}

.bannerNews-author-name span {
    color: #464646;
    /* font: 500 14px "Mukta",sans-serif; */
}

.bannerNews-related-items {
    margin-top: 15px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}

.bannerNews-related-items-cont {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.bannerNews-related-items-img {
    margin-bottom: 20px;
    /* width: 100px; */
    /* float: left;
    margin-right: 20px; */
}

.bannerNews-related-items-title {
    color: #242424;
    font: 600 20px/32px 'Mukta', sans-serif;
}

.bannerNews-related-items-title:hover {
    color: #fa812e;
    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;
}


/***************************************************/
/* Colour Detail Section */
/***************************************************/
.titleBC-001 {
    background: #43c6ac;
    padding-left: 0;
}

.titleBC-001:after {
    border-color: #57ebce #fff #fff #57ebce;
}

.titleBC-002 {
    background: #ff554b;
    padding-left: 0;
}

.titleBC-002:after {
    border-color: #e6352a #fff #fff #e6352a;
}

.titleBC-003 {
    background: #83b82e;
    padding-left: 0;
}

.titleBC-003:after {
    border-color: #5d8917 #fff #fff #5d8917;
}

.titleBC-004 {
    background: #9d46f3;
    padding-left: 0;
}

.titleBC-004:after {
    border-color: #7d2cce #fff #fff #7d2cce;
}

.titleBC-006 {
    background: #0f86f5;
    padding-left: 0;
}

.titleBC-006:after {
    border-color: #0d73d2 #fff #fff #0d73d2;
}

.titleBC-007 {
    background: #3e9e3e;
    padding-left: 0;
}

.titleBC-007:after {
    border-color: #126d12 #fff #fff #126d12;
}

.titleBC-008 {
    background: #f89c1d;
    padding-left: 0;
}

.titleBC-008:after {
    border-color: #c1750b #fff #fff #c1750b;
}

.titleBC-009 {
    background: #f2639a;
    padding-left: 0;
}

.titleBC-009:after {
    border-color: #d13571 #fff #fff #d13571;
}

.titleBC-010 {
    background: #22b6e4;
    padding-left: 0;
}

.titleBC-010:after {
    border-color: #0d91ba #fff #fff #0d91ba;
}

.titleBC-011 {
    background: #dd444d;
    padding-left: 0;
}

.titleBC-011:after {
    border-color: #b92b33 #fff #fff #b92b33
}




/**********************************************************/
/* Single Category Design 1 */
/**********************************************************/
.single-cat-d1 {
    background: #0e5c86;
    padding: 40px 0;
    -webkit-box-shadow:inset 0 0 10px 1px #084a6e;
    box-shadow:inset 0 0 10px 1px #084a6e;
}

.single-cat-d1 .nbc3-lg,
.single-cat-d2 .nbc3-lg {
    background: #efefef;
    padding-bottom: 10px;
}



.single-cat-d2 {
    background: #dd8c5c;
    padding: 40px 0;
    -webkit-box-shadow:inset 0 0 10px 1px #b86433;
    box-shadow:inset 0 0 10px 1px #b86433;
}


/**********************************************************/
/* 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;
}




/***************************************************/
/* Category Title Design 1 */
/***************************************************/
.sambanditSamacharSection {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px;
}
  
.newsHeadingSection {
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #d13938;
    position: relative;
}

.tittle-item {
    background: #d13938;
    padding: 10px 15px;
    font-size: 18px;
    display: table;
    line-height: 14px;
    margin: 0;
    color: #fff;
    position: relative;
}

.tittle-item:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    border-top: 9px solid #a31e1d;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.newsHeadingTitle {
    color: #fff;
    background: #d13938;
    padding: 0px 15px;
    border-radius: 34px;
    font-size: 14px !important;
    margin-bottom: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.newsHeadingTitle:hover {
    color: #01315c;
	text-decoration: none;
}


/*
.newsHeadingSection {
    border-bottom: 3px solid #888;
    margin-bottom: 20px;
    color: #01315c;
    font: 600 22px 'Mukta', sans-serif;
}

.newsHeadingTitle {
    color: #fa812e;
    font: 500 20px/36px 'Mukta', sans-serif;
}

.newsHeadingTitle:hover {
    color: #01315c;
	text-decoration: none;
}
*/



/****************************************************/
/* hr-row-1 News Section */
/****************************************************/
.hr-row-1 {
    margin-bottom: 30px;
}

.hr-row-1-cont {
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    padding: 20px 15px 15px 15px;
    border-right: 5px solid #007ba5;
    border-left: 5px solid #007ba5;
    color: #1660ac;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.hr-row-1-cont:hover {
	color: #fa812e;
	text-decoration: none;
    border-right: 5px solid #fa812e;
    border-left: 5px solid #fa812e;
}

.hr-row-1-img {
    float: left;
    width: 75px;
    border-radius: 50%;
    height: 75px;
    margin-right: 10px;
}

.hr-row-1-title {
    color: #242424;
    font: 500 20px/26px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 3px;
}

.hr-row-1-title:hover {
    text-decoration: none;
}

.postDateTime {
    font: 600 14px 'Mukta', sans-serif;
}




/*************************************/
/* News Views Page's Related News */
/*************************************/
.yoPaniNews {
    font: 600 20px 'Mukta', sans-serif;
}

.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;
}




/***************************************************/
/* News View Section */
/***************************************************/
.singleNewsContainer {
    background: #fff;
    padding: 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

h1.mainTitle {
    color: #242424;
    font: 700 42px/50px 'Mukta', sans-serif;
    margin-top: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    display: block;
    letter-spacing: .5px;
}

h1.mainTitle span {
    font: 500 22px/34px 'Mukta', sans-serif;
    display: block;
    color: #5f5f5f;
    margin-top: 10px;
}

.news-ribbon {
    display: block;
    margin-bottom: 20px;
}

.news-ribbon span {
    color: #fff !important;
    /* border-bottom: 2px solid #fa812e; */
    font-size: 16px !important;
    background: #007ba5;
    padding: 5px 15px;
}

.newsMainImg span,
.post-content p .post-content-caption,
.post-content div .post-content-caption {
    color: #464646 !important;
    background: #efefef;
    display: block;
    padding: 3px 0;
    text-align: center;
    font: italic 400 17px "Mukta",sans-serif !important;
}

.newsDetail ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.newsDetail li {
    display: inline-block;
    margin-right: 15px;
}

.newsDetail li:last-child {
    margin-right: 0;
}

.singleNewsContainer p,
.newsCategory p,
.post-content p,
.post-content p span,
.post-content p span font,
.post-content p div,
.post-content div,
.post-content div div font span,
.post-content div div span,
.post-content div div div span {
    color: #2b2b2b !important;
    font: 400 24px/36px "Mukta",sans-serif !important;
    margin-bottom: 15px;
    text-align: justify !important;
    white-space: break-spaces;
}

.post-content p img, .post-content div div img, img.media-image {
    width: 100%;
    height: auto;
}

.post-content img {
    /* float: left; */
    margin-right: 15px;
}

/* .post-content-caption {
    visibility: hidden;
    display: none;
} */

.post-content a img {
    margin-bottom: 15px;
}

/***************************************************/
/* Sambandit Samachar Section */
/***************************************************/
.sambanditSamacharImg {
    margin-bottom: 15px;
}

.sambanditSamacharTitle {
    color: #242424;
    font: 500 20px/28px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 15px;
    max-height: 55px;
    height: 100px;
    overflow: hidden;
}

.sambanditSamacharTitle:hover {
    text-decoration: none;
}

.sambanditSamacharPara {
    color: #818181;
    font: 400 17px/26px 'Mukta', sans-serif;
    margin-bottom: 20px;
    max-height: 78px;
    height: 100px;
    overflow: hidden;
}



/***************************************************/
/* Category News List Section */
/***************************************************/
.categoryBanner {
    background: #f2f2f2;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 3px solid #888;
    margin-bottom: 30px;
    padding: 0 30px;
    text-align: center;
}

.categoryBannerTitle {
    color: #242424;
    font: 700 54px/76px 'Mukta', sans-serif;
    margin-top: 30px;
    display: block;
}

.categoryBannerTitle:hover {
    text-decoration: none;
}

.categoryBannerImg {
    display: inherit;
    margin: 30px 0;
}

.categoryNewsContents {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #888;
}

.summary {
    margin-left: 15px;
    margin-bottom: 10px;
}

.cat-news-list-title {
    color: #242424;
    font: 500 20px/26px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 15px;
    max-height: 50px;
    height: 100vh;
    overflow: hidden;
}

.cat-news-list-title:hover {
    color: #000;
    text-decoration: none;
}

.cat-news-list-img {
    margin-bottom: 15px;
    height: 145px;
    background-size: cover;
    width: 100%;
}

.cat-news-list-para {
    color: #808080;
    font: 500 17px/28px 'Mukta', sans-serif;
}

.cat-news-list-readmore {
    margin-bottom: 30px;
    display: block;
    font: 500 18px 'Mukta', sans-serif;
}

.cat-news-list-readmore:hover {
    text-decoration: none;
}




/***************************************************/
/* Tab News Section */
/***************************************************/
.tab-news-content {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.tab-news-img {
    float: left;
    margin-right: 15px;
    width: 60px;
}

.tab-news-title {
    color: #242424;
    font: 500 18px/26px 'Mukta', sans-serif;
    display: block;
    /* margin-bottom: 10px; */
}

.tab-news-title:hover {
    text-decoration: none;
}

.tab-news-fnt {
    /* padding: 10px; */
}

.tab-news-fnt li a {
    /* font-size: 13px !important; */
}
/* 
.tab-news-fnt-title {
    font-size: 16px;
    line-height: 24px;
}

.tab-news-fnt ul li a {
    color: #fff !important;
}

.tab-news-fnt ul li a:hover {
    color: #212121 !important;
} */




.nb-content-bg {
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.nb-content-bg-01 {
    padding: 20px;
}

.lp-nb-content-bg {
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.lp-nb-content-bg-01 {
    /* background: radial-gradient(#8fcae1, #52a2b0a8); */
    padding: 20px;
}

.lp-nb-content-bg-01 .newsHeadingSection {
    /* color: #fff; */
    border-bottom: 1px solid #01315c;
}

/***************************************************/
/* NBC1 Section */
/***************************************************/
.nbc1lg {
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    background: #1d3667;
    text-align: center;
}

/* .nbc1lg {
    border: 1px solid #e4e4e4;
    background: #1d3667;
    text-align: center;
    min-height: 450px;
} */

.nbc1lg-img,
.nbc1md-img,
.nbc2-lg-img {
    margin-bottom: 20px;
}

.nbc1lg-title {
    color: #fff;
    font: 500 24px/34px 'Mukta', sans-serif;
    margin-bottom: 10px;
    display: block;
    padding: 0 15px;
}

.nbc1lg-title:hover {
    color: #e4e4e4;
    text-decoration: none;
}

.nbc1lg-para {
    color: #fff;
    font: 500 19px/30px 'Mukta', sans-serif;
    margin-bottom: 15px;
}

.post-created-nbc1lg {
    color: #f6ff92;
    font: 400 14px 'Mukta', sans-serif;
    margin-bottom: 15px;
}


.nbc1md-title {
    color: #007ba5;
    font: 500 20px/30px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.nbc1md-title:hover {
    color: #242424;
    text-decoration: none;
}

.nbc1md-para {
    color: #484848;
    font: 400 16px/26px 'Mukta', sans-serif;
}

.nbc1sm {
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.nbc1sm:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.nbc1sm-title {
    color: #101010;
    font: 500 18px/28px 'Mukta', sans-serif;
    display: flex;
    /* margin-bottom: 10px; */
    /* display: table; */
}

.nbc1sm-title:hover,
.vsclg-title:hover {
    text-decoration: none;
}

.nbc1sm-title span {
    margin-right: 10px;
}

.nbc1sm-img {
    float: left;
    margin-right: 15px;
    width: 80px;
}

.post-created-nbc1sm {
    color: #a1a1a1;
    font: 400 14px 'Mukta', sans-serif;
}


.nbc1-1dup .nbc1sm-title {
    margin-bottom: 0;
}


/***************************************************/
/* NBC1-d1 Section */
/***************************************************/
.nbc1-d1-md {
    background: #fff;
    box-shadow: 0px 2px 7px rgba(22, 30, 106, 0.3);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    min-height: 385px;
}

.nbc1-d1-md-img {
    margin-bottom: 20px;
}

.nbc1-d1-md-title {
    color: #007ba5;
    font: 600 24px/36px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.nbc1-d1-md-para {
    color: #484848;
    font: 400 16px/26px 'Mukta', sans-serif;
    margin-bottom: 0;
}


/***************************************************/
/* NBC2 Section */
/***************************************************/
.post-created-nbc2-lg {
    color: #ff6800;
    font: 400 14px 'Mukta', sans-serif;
    margin-bottom: 5px;
}

.nbc2-lg-title {
    color: #242424;
    font: 500 24px/34px 'Mukta', sans-serif;
    margin-bottom: 10px;
    display: block;
}

.nbc2-lg-title:hover {
    text-decoration: none;
}

.nbc2-lg-para {
    color: #484848;
    font: 400 16px/26px 'Mukta', sans-serif;
}

.nbc2-lg-v1 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.nbc2-lg-v1-img {
    float: left;
    margin-right: 20px;
}






/***************************************************/
/* NBC3 Section */
/***************************************************/
.nbc3-lg {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.nbc3-lg-title {
    color: #242424;
    font: 500 20px/30px 'Mukta', sans-serif;
    margin-bottom: 3px;
    display: block;
}

.nbc3-lg-title:hover {
    color: #da251d;
    text-decoration: none;
}

.nbc3-lg-img {
    width: 75px;
    float: left;
    margin-right: 15px;
}

.post-created-nbc3-lg {
    color: #ff6800;
    font: 400 14px 'Mukta', sans-serif;
    /* margin-bottom: 15px; */
}

.nbc3-content {
    min-height: 300px;
    padding: 15px;
}



/***************************************************/
/* NBC4 Section */
/***************************************************/
.nbc-title-space {
    padding: 0 15px;
}





/***************************************************/
/* Vertical Single Column Section */
/***************************************************/
.vsclg {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #efefef;
}

.vsclg-img {
    margin-bottom: 15px;
}

.vsclg-title {
    color: #101010;
    font: 500 20px/30px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.vscmd {
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.vscmd:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.vscmd-title {
    color: #326797;
    font: 500 16px/22px 'Mukta', sans-serif;
}

.vscmd-title:hover {
    color: #337ab7;
    text-decoration: none;
}



.vscmd-mg {
    float: left;
    margin-right: 15px;
    width: 25%;
}


/***************************************************/
/* 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;
}





/***************************************************/
/* Tab Section */
/***************************************************/
.tabnews-section {
    background: #22b6e4;
    padding: 10px;
}

.nav-tabs > li {
    width: 50%;
}

.tab .nav-tabs li:last-child a {
    margin-right: 0;
}

.tab {
    background-color: #fff;
    padding: 10px;
}

.tab .nav-tabs{
    padding: 0;
    margin: 0;
    border: none;
}   
.tab .nav-tabs li a{
    color: #bbb;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 15px 6px;
    margin: 0 15px 15px 0;
    border: none;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.2s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #005bab;
    background: transparent;
    border: none;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: '';
    background-color: #005bab;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:after{
    top: auto;
    bottom: -2px;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:hover:after{
    width: 100%;
}
.tab .tab-content{
    color: #999;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px 15px;
    border: 1px solid #b7b7b7;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        margin: 0 0 5px;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 10px; }
}




/***************************************************/
/* 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;
}


/***************************************************/
/* Election Section */
/***************************************************/
.electionSection {
    position: absolute;
    z-index: 9999;
}

.electionSection ul {
    padding-left: 0;
    margin-bottom: 0;
    float: right !important;
}

.electionSection li {
    display: inline-block;
    float: left;
    border-right: 1px solid #fff;
    background: #000;
    padding: 8px 15px;
}

.electionSection li:last-child {
    border-right: none;
}

.electionSection li a {
    color: #ffffff;
	text-decoration: none;
}

.twitterSection {
    border: 1px solid #eee;
}

div#LB24_LIVE_CONTENT {
    overflow-y: auto;
    max-height: 600px;
}


/***************************************************/
/* 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;
}

/***************************************************/
/* Responsive Section */
/***************************************************/
@media only screen and (max-width: 850px){
    .logo img {
        margin-bottom: 20px;
    }

    .hr-row-1-cont {
        margin-bottom: 20px;
    }

    .bannerNewsTitle {
        font-size: 38px;
        line-height: 50px;
    }

    span.bannerNewsSubTitle {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .tab .tab-news-fnt, .tab .nav-tabs {
        margin-top: 20px;
    }

    .nbc1md {
        margin-bottom: 20px;
    }

    h1.mainTitle {
        font-size: 34px;
        line-height: 48px;
    }

    .breadcrumb {
        visibility: hidden;
        display: none;
    }
    
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .logo img {
        margin-bottom: 20px;
    }

    .hr-row-1-cont {
        margin-bottom: 20px;
    }

    .bannerNewsTitle {
        font-size: 38px;
        line-height: 50px;
    }

    span.bannerNewsSubTitle {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .tab .tab-news-fnt, .tab .nav-tabs {
        margin-top: 20px;
    }

    .nbc1md {
        margin-bottom: 20px;
    }

    h1.mainTitle {
        font-size: 34px;
        line-height: 48px;
    }

    .breadcrumb {
        visibility: hidden;
        display: none;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .logo img {
        margin-bottom: 20px;
    }

    .hr-row-1-cont {
        margin-bottom: 20px;
    }

    .bannerNewsTitle {
        font-size: 38px;
        line-height: 50px;
    }
    
    span.bannerNewsSubTitle {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .tab .tab-news-fnt, .tab .nav-tabs {
        margin-top: 20px;
    }

    .nbc1md {
        margin-bottom: 20px;
    }

    h1.mainTitle {
        font-size: 34px;
        line-height: 48px;
    }

    .breadcrumb {
        visibility: hidden;
        display: none;
    }
    
}

/* Custom, iPhone Retina */ 
@media (max-width : 320px) {
    .logo img {
        margin-bottom: 20px;
    }
    
    .hr-row-1-cont {
        margin-bottom: 20px;
    }

    .bannerNewsTitle {
        font-size: 38px;
        line-height: 50px;
    }

    span.bannerNewsSubTitle {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .tab .tab-news-fnt, .tab .nav-tabs {
        margin-top: 20px;
    }

    .nbc1md {
        margin-bottom: 20px;
    }

    h1.mainTitle {
        font-size: 34px;
        line-height: 48px;
    }

    .breadcrumb {
        visibility: hidden;
        display: none;
    }


}
