@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0 auto;
}

body {
  color: #242424;
  /* background-size: cover; */
  font: 500 18px/26px 'Mukta', sans-serif;
}

/**********************************************************/
/* Extra Styling */
/**********************************************************/
a.readMore {
  color: #e5322c;
}

a.readMore:hover {
  color: #31302c;
  text-decoration: none;
}

.pagination > li {
  border: none !important;
}

ul.pagination > li {
  border: none !important;
  background: none !important;
}


/********************************************/
/* Advertisement Section */
/********************************************/
.sponsorAd {
  margin-top: 30px;
}

.sponsorAd img {
  margin-bottom: 20px;
}

/*************************************************/
/* Header Section */
/*************************************************/
.headerSection {
  padding: 30px 0;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.11);
  background-color: rgba(255, 255, 255, 1);
  border-width: 0;
  z-index: 99999;
  border-bottom: none !important;
}

/*************************************************/
/* Navigation Section */
/*************************************************/
.mainNav {
  background: rgb(0, 156, 246);
  background: linear-gradient(
    90deg,
    rgba(0, 156, 246) 0%,
    rgba(0, 0, 0, 1) 64%
  );

  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}



/***************************************************/
/* Banner News Section */
/***************************************************/
.banner-news {
  text-align: center;
}

.widget {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.tagRibbon {
  display: flex;
  margin-bottom: 30px;
}

.tagRibbon span {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 35%,
    rgba(0, 156, 246) 100%
  );

  color: #ffffff;
  padding: 5px 20px;
  font: 600 16px "Mukta", sans-serif;
}

/* 
.tagRibbon span {
  background: #007ba5;
  color: #fff;
  padding: 5px 15px;
} */

.banner-news-title {
  color: #242424;
  font: 700 54px/76px 'Mukta', sans-serif;
  margin-top: 20px;
  display: block;
}

.banner-news-title:hover {
  text-decoration: none;
}

.banner-news-sub-title {
  display: block;
  color: #fa812e;
  font-size: 34px;
  font-style: italic;
}

.banner-news-img {
  margin: 20px 0;
  display: inherit;
}

.banner-news-para {
  color: #282828;
  font: 500 22px/36px 'Mukta', sans-serif;
  margin-bottom: 0;
}

.banner-news-author-detail {
  margin-top: 10px;
}

.banner-news-author-image {
  width: 32px;
  margin-right: 4px;
  padding: 2px;
  border: 1px dashed #3b63ae;
}

.banner-news-author-name {
  color: #000000a1;
  font: 400 18px 'Mukta', sans-serif;
}

.banner-news-author-name:hover {
  color: #3b63ae;
  text-decoration: none;
}

.banner-news-video {
  margin-top: 20px;
}


/**********************************************************/
/* News View Section */
/**********************************************************/
.singleNewsContainer h1 {
  color: #242424;
  font: 600 38px/44px 'Mukta', sans-seriff;
  margin-top: 0;
  border-bottom: 1px solid #e8e8e8;
  /* overflow: hidden; */
}

.singleNewsContainer h1 span {
  color: #696969;
  font: italic 400 18px/34px 'Vesper Libre', serif;
  display: block;
}

.newsDetail {
  margin-bottom: 15px;
  overflow: hidden;
}

.newsDetail ul {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}

.newsDetail li {
  color: #575757;
  display: inline-block;
  font: 500 14px mukta, sans-serif;
  margin-right: 25px;
}

.newsDetail ul li i {
  margin-right: 5px;
}

.singleNewsContainer p, .newsCategory p, .post-content p, .post-content p span, .post-content p span font, .post-content p div, .post-content div {
  color: #2b2b2b !important;
  font: 500 20px/36px "Mukta", sans-serif !important;
}



/**********************************************************/
/* Category Title Design 1 */
/**********************************************************/
.nbc1LargeImgCont {
  margin-bottom: 30px;
  overflow: hidden;
}

.newsHeadingSection {
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.newsHeadingSection span {
  display: inline-block;
  font: 700 20px "Karma", serif;
  color: rgb(255, 1, 75);
  border-bottom: 1px solid rgb(255, 1, 75);
  padding-bottom: 5px;
  margin-bottom: -1px;
}

.newsHeadingTitle {
  display: inline-block;
  text-transform: uppercase;
  float: right;
  font-family: "open_sansregular";
  padding-top: 10px;
}

.newsHeadingTitle:hover {
  color: #242424;
  text-decoration: none;
}

a.newsHeadingTitle {
  color: #c8c8c8;
  font-size: 12px;
}

.newsHeadingTitle i {
  color: #c8c8c8;
}

/***************************************************/
/* NBC1 Section */
/***************************************************/
.ncb1-lg-title {
  color: #242424;
  font: 600 26px/38px 'Mukta', sans-serif;
  margin-bottom: 10px;
  display: block;
}

.ncb1-lg-title:hover,
.nbc1-md-title:hover,
.nbc2-md-title:hover,
.nbc8-md-title:hover,
.taaja-updates-title:hover {
  text-decoration: none;
}

.ncb1-lg-img,
.nbc2-md-img,
.nbc8-md-img {
  margin-bottom: 10px;
}

.post-created-nbc1-lg {
  color: rgb(255, 1, 75);
  font: 400 15px 'Mukta', sans-serif;
  margin-bottom: 5px;
}

.ncb1-lg-para, .nbc8-md-para {
  color: #3e3e3e;
  font: 500 18px/32px 'Mukta', sans-serif;
}

.nbc1-md-container {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  overflow: hidden;
  padding: 15px 15px 0 15px;
}

.nbc1-md-title {
  color: #242424;
  font: 500 20px/28px 'Mukta', sans-serif;
  margin: 15px 0;
  display: block;
}

/***************************************************/
/* NBC2 Section */
/***************************************************/
.nbc2-md-title {
  color: #242424;
  font: 500 20px/28px 'Mukta', sans-serif;
  display: block;
}

/***************************************************/
/* NBC8 Section */
/***************************************************/
.nbc8 {
  background: #ff8a00;
  padding: 15px;
  text-align: center;
}

.nbc8-md-title {
  color: #242424;
  font: 500 20px/28px 'Mukta', sans-serif;
  margin-bottom: 10px;
  display: block;
}

.post-created-nbc8-lg {
  color: rgb(255, 255, 255);
  font: 400 15px 'Mukta', sans-serif;
  margin-bottom: 5px;
}

/***************************************************/
/* Single Category Section */
/***************************************************/
.single-category-news {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.single-category-news-img {
  float: left;
  margin-right: 20px;
}

.single-category-news-title {
  font: 500 20px/28px 'Mukta', sans-serif;
  margin-bottom: 5px;
  display: block;
}

.single-category-news-title:hover {
  color: #242424;
  text-decoration: none;
}

.single-category-news-para {
  color: #3e3e3e;
  font: 400 15px/24px 'Mukta', sans-serif;
}

/***************************************************/
/* Taaja Updates Section */
/***************************************************/
.taaja-updates-title {
  color: #242424;
  font: 500 20px/28px 'Mukta', sans-serif;
}

ul.taaja-updates {
  margin-left: 15px;
}

.taaja-updates li {
  list-style: devanagari;
  line-height: 28px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}

.taaja-updates li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

/***************************************************/
/* Pop Ad Section */
/***************************************************/
.popupContents {
  display: flex;
  justify-content: center;
}

#thover{
  position:fixed;
  background:#000000;
  width:100%;
  height:100%;
  opacity: 0.8;
  z-index: 999999;
  top: 0;
}

#tpopup{
  position:absolute;
  background:#fff;
  top: 50px;
  border-radius:5px;
  padding: 5px;
  margin: 25px;
  text-align:center;
  box-shadow:0 0 10px 0 #000;
  z-index: 9999999999999999999999999999999;
}

#tpopup img {
  width: 550px;
}

#tclose {
  position: absolute;
  background: #fa812e;
  color: white;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  font-family: 'Arial Black', Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #007ba5;
}

/*************************************************/
/* Back to Top Section */
/*************************************************/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  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;
}

/*************************************************/
/* Footer Section */
/*************************************************/
.footerSection {
  background: #1c2332;
  padding: 35px 0;
}

.footer-style {
  text-align: center;
}

.footer-style ul {
  margin-bottom: 20px;
}

.footer-style ul:last-child {
  margin-bottom: 0;
}

.footer-style li {
  color: #fff;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 10px;
  line-height: 12px;
}

.footer-style li span {
  color: #ffc600;
}




.footerContactUs .primaryText {
  font: 600 20px 'Mukta', sans-serif;
}

.footerContactUs ul {
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding-bottom: 15px;
}

.footerContactUs ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.footerContactUs li {
  color: #efefef;
  font: 500 16px 'Mukta', sans-serif;
}

.footerOurTeam h2 {
  color: #efefef;
  font: 600 26px 'Mukta', sans-serif;
  margin-top: 0;
}

.footerOurTeam ul {
  list-style: none;
  margin-bottom: 0;
}

.footerOurTeam li {
  color: #efefef;
  font: 500 16px 'Mukta', sans-serif;
}

.footerOurTeam li span {
  color: #ffc600;
}

.copyrightSection {
  background: #1c2332;
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 20px 0;
}

.copyrightLtfSection ul {
  list-style: none;
  margin-bottom: 0;
  float: left;
}

.copyrightLtfSection li {
  display: inline-block;
  margin-right: 15px;
}

.copyrightLtfSection li:last-child {
  margin-right: 0;
}

.copyrightLtfSection li a {
  color: #efefef;
  font: 500 16px 'Mukta', sans-serif;
}

.copyrightLtfSection li a:hover,
.copyrightSection p a:hover {
  color: #009cf6;
  text-decoration: none;
}

.copyrightSection p {
  color: #efefef;
  margin-bottom: 0;
  float: right;
  font: 500 16px 'Mukta', sans-serif;
}

.copyrightSection p a {
  color: #ffc600;
}
