@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0 auto;
}

body {
	color: #242424;
	background: #ffffff !important;
	font: 500 20px/34px 'Mukta', sans-serif;;
}

/* Fonts Section */
@font-face {
    font-family: 'elegant_and_sensationalRg';
    src: url('../fonts/elegant_and_sensational-webfont.woff2') format('woff2'),
         url('../fonts/elegant_and_sensational-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knight_brush_demoregular';
    src: url('../fonts/knight_brush_demo-webfont.woff2') format('woff2'),
         url('../fonts/knight_brush_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'the_blacklistregular';
    src: url('../fonts/the_blacklist-webfont.woff2') format('woff2'),
         url('../fonts/the_blacklist-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akshar_unicoderegular';
    src: url('../fonts/akshar-webfont.woff2') format('woff2'),
         url('../fonts/akshar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brushaffregular';
    src: url('../fonts/brushaff-webfont.woff2') format('woff2'),
         url('../fonts/brushaff-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'socialicoregular';
    src: url('../fonts/socialico-webfont.woff2') format('woff2'),
         url('../fonts/socialico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon-webfont.eot');
    src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon-webfont.woff') format('woff'),
         url('../fonts/socicon-webfont.ttf') format('truetype'),
         url('../fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}





.bg-Col-1 {
    background: #07161d;
    /*margin-bottom: 20px;*/
    padding: 30px 0;
}

.bg-Col-2 {
    background: #fff;
    /*margin-bottom: 20px;*/
    padding: 30px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.bg-Col-3 {
    background: #6f7070;
    /*margin-bottom: 20px;*/
    padding: 30px 0;
}



/************************************************/
/* Header Section */
/************************************************/
.headerSection {
    padding: 20px 0;
}


.mainNav {
    background: #fd031b none repeat scroll 0 0;
}










/************************************************/
/* Breaking News Section */
/************************************************/
.breakingNewsSection {
    overflow: hidden;
}

.breakingNews {
	color: #fd031b;
    float: left;
    display: block;
    background: #242424;
    color: #fff;
    padding: 9px 15px;
    font-weight: bold;
}

marquee {
    color: #ffffff;
    font: 600 21px/36px 'Mukta', sans-serif;
    background: #242424;
    width: 88%;
    padding: 0 10px;
    margin-bottom: 20px;
    float: right;
	marquee-speed: slow;
}

.marQueeSection ul {
    margin-bottom: 0;
}

.marQueeSection li {
    list-style: none;
    display: inline-block;
	margin-right: 25px;
}

.marQueeSection li span {
	font-size: 14px;
}

.marqueeTitle {
    color: #ffffff;
    font: 700 18px/20px 'Cambay', sans-serif;
}

.marqueeTitle:hover {
    color: #fd031b;
	text-decoration: none;
}



/************************************************/
/* Extra Style Section */
/************************************************/
/*.sponsorAd {
	margin-top: 20px;
}*/

.sponsorAd {
    margin-top: 20px;
    text-align: center;
}

/*.sponsorAd img {
	margin-bottom: 20px;
}*/

.sponsorAd img {
    margin-bottom: 20px;
    max-width: 100%;
    width: auto;
}

.adRtSection img {
    margin-bottom: 20px;
}

.enMenu {
    background: #f47b66;
}

.pagination > li {
    border: none !important;
    display: inline !important;
}

.fbComments iframe {
	width: 100% !important;
}

.newsShare {
	margin-bottom: 20px;
}



.prakriyaDinush {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}

.prakriyaDinush p {
    margin-bottom: 0;
    color: #242424;
    font-weight: 500;
    font-size: 18px;
}









.newsListSection {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 15px;
}

.newsListSection .summary {
    margin-bottom: 15px;
}

.newsListSection ul li {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-flex;
}

.catListImg {
    width: 95%;
    margin-right: 15px;
}

.catListHeading {
    color: #23527c;
    font: 500 22px/26px 'Mukta', sans-serif;
    margin-bottom: 10px;
    display: block;
}

.catListCont {
    color: #444444;
    font: 400 18px/24px 'Mukta', sans-serif;
}

.catListReadMore {
    color: #f47b66;
    font-weight: bold;
}

.catListReadMore:hover {
	text-decoration: none;
}












/**************************************************************/
/* Banner News Section */
/**************************************************************/
.bannerSection {
	text-align: center;
}

.bannerContents {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding: 0 30px 20px 30px;
}

.bannerContents:last-child {
	margin-bottom: 0;
}

.bannerNewsHeading {
    color: #221767;
    font: 700 64px/70px 'Mukta', sans-serif;;
    margin-bottom: 15px;
    display: block;
    padding-top: 30px;
}

.bannerNewsHeading:hover {
	color: #fd031b;
	text-decoration: none;
}

.bannerMainImg {
    margin-bottom: 15px;
}

.bannerCont {
    color: #666;
    font: 500 20px/34px 'Mukta', sans-serif;
    margin-bottom: 0;
}










/************************************************/
/* Taja Updates Section */
/************************************************/
/*.catNewsHead {
    color: #242424;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #242424;
    font: 600 22px/26px 'Mukta', sans-serif;
    padding-bottom: 8px;
}*/

.catNewsHead {
    color: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
    font: 600 21px/36px 'Mukta', sans-serif;
    background: #242424;
    padding-left: 10px;
}

.catHeading {
    color: #ffffff;
    float: right;
    font: 500 13px/26px 'Mukta', sans-serif;
}

.catHeading:hover {
	color: #fd031b;
	text-decoration: none;
}

.catNewsAd {
    color: white;
    padding: 2px 20px 0px;
    display: inline-block;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fd031b;
    font: 500 13px/36px 'Mukta', sans-serif;
}

.catNewsAd:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    max-height: 100%;
    background-color: inherit;
    -webkit-transform: translateX(-50%) skew(14deg);
    transform: translateX(-50%) skew(14deg);
    z-index: -1;
}

.tajaHeading {
    color: #242424;
    font: 700 18px/20px 'Cambay', sans-serif;
}

.tajaHeading:hover {
    color: #fd031b;
	text-decoration: none;
}

.tajaContents {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}

/*.tajaContents:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}*/

.tajaImg {
    float: left;
    margin-right: 10px;
}








/************************************************/
/* News Box Content 2 / Related News Section */
/************************************************/
.relatedNews {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px;
}

.relatedNewsImg {
    margin-bottom: 20px;
}

.relatedNewsHeading {
    color: #242424;
    font: 500 22px/26px 'Mukta', sans-serif;
    display: block;
	margin-bottom: 10px;
}

.relatedNewsHeading:hover {
	text-decoration: none;
	color: #fd031b;
}

.relatedNewsCont {
    color: #444444;
    font: 400 19px/26px 'Mukta', sans-serif;
}










/************************************************/
/* News Box Content 1 Section */
/************************************************/
.nbc1 {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.nbc1:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.nbc1Heading {
    color: #23527c;
    font: 500 22px/28px 'Mukta', sans-serif;
    margin-bottom: 5px;
    display: block;
}

.nbc1Img {
    float: left;
    margin-right: 15px;
    width: 30%;
}

.nbc1Cont {
    color: #444;
    font: 400 18px/24px 'Mukta', sans-serif;
    margin-bottom: 0;
}













/************************************************/
/* News Box Content 2 */
/************************************************/
.nbc2Heading {
    color: #242424;
    font: 500 22px/26px 'Mukta', sans-serif;
    display: block;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px;
}

.nbc2Heading:hover {
	text-decoration: none;
	color: #fd031b;
}

.nbc2Cont {
    color: #444444;
    font: 400 19px/26px 'Mukta', sans-serif;
}














/************************************************/
/* News Box Content 3 Section */
/************************************************/
.nbc3 {
    margin-bottom: 20px;
}

.nbc3Heading {
    color: #242424;
    font: 500 20px/30px 'Mukta', sans-serif;
    display: block;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px;
    min-height: 85px;
}

.nbc3Heading:hover {
	text-decoration: none;
	color: #fd031b;
}

.nbc3Cont {
    color: #444444;
    font: 400 19px/26px 'Mukta', sans-serif;
}

















/************************************************/
/* News Box Content 4 Section */
/************************************************/
/*.nbc4LargeContents {
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
}*/

.nbc4Medium {
    margin-bottom: 10px;
}

.nbc4Medium:last-child {
    margin-bottom: 0;
}

.nbc4MediumCont {
    background: #ffffff;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.nbc4MediumHeading {
    color: #23527c;
    font: 500 22px/30px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 15px;
    padding: 20px 20px 0 20px;
}

.nbc4postDateTime {
    background: #14b793;
    padding: 8px 10px;
    color: #ffffff;
}














/************************************************/
/* News Box Content 5 Section */
/************************************************/
.nbc5Large, .nbc4Large {
    /*margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;*/
}

/*.nbc5LargeContents {
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
}*/

.nbc5Img, .nbc4Img {
    width: 100%;
}

/*.nbc5LargeCont, .nbc4LargeCont {
    background: #fff;
    padding: 15px 30px 20px;
    margin: -60px 20px 0;
    position: relative;
}*/

.nbc5LargeCont, .nbc4LargeCont {
    background: #fff;
    padding: 20px 20px 10px 20px;
    border: 1px solid #e6e6e6;
}

.nbc5Heading, .nbc4Heading {
    color: #242424;
    font: 700 24px/30px 'Cambay', sans-serif;
    margin-bottom: 10px;
    display: block;
}

.nbc5Heading:hover, .nbc4Heading:hover {
    color: #fd031b;
	text-decoration: none;
}

.nbc5Cont, .nbc4Cont {
    color: #444444;
    font: 400 17px/24px 'Mukta', sans-serif;
}

.nbc5MediumCont {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.nbc5MediumImg {
    border-bottom: 1px solid #e8e8e8;
}

.nbc5MediumHeading {
    color: #221767;
    font: 700 24px/30px 'Cambay', sans-serif;
    margin-bottom: 10px;
    display: block;
}

.nbc5MediumHeading:hover {
	color: #fd031b;
	text-decoration: none;
}

.postDateTime {
    color: #999;
    margin-bottom: 10px;
}

.nbc5MediumCont {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
}

.nbc5MediumImg {
    border-bottom: 1px solid #e8e8e8;
}
















/************************************************/
/* News Box Content 6 Section */
/************************************************/
.nbc6LargeHeading {
    color: #23527c;
    font: 500 22px/28px 'Mukta', sans-serif;
    margin-bottom: 5px;
    display: block;
    padding: 5px 15px;
}

.nbc6LargeCont {
    color: #444;
    font: 400 18px/24px 'Mukta', sans-serif;
    margin-bottom: 0;
    padding: 8px 15px 20px 15px;
}

/*.nbc6LargeImg {
    width: 100%;
}*/

.nbc6LargeContent {
    background: #fff;
    padding: 15px 0 0 0;
    margin: -60px 20px 0;
    position: relative;
    text-align: center;
}

.nbc6PostDateTime {

    background: #14b793;
    color: #ffffff;
    padding: 5px 15px 3px 15px;
    text-align: center;
    font: 400 16px 'Mukta', sans-serif;

}

.nbc6Medium {
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,.05);
    margin-bottom: 20px;
    padding: 15px;
}

.nbc6MediumHeading {
    color: #23527c;
    font: 500 22px/32px 'Mukta', sans-serif;
}

.nbc6MediumHeading:hover {
    color: #000000;
	text-decoration: none;
}

.nbc6MediumPostDateTime {
    color: #666;
    margin-bottom: 5px;
}






/* fade slider */
/*.slides {
    height:900px;
    margin:50px auto;
    overflow:hidden;
    position:relative;
    width:100%;
}*/
.slides {
    height: 100%;
    position: relative;
    width: 100%;
}

.slides ul {
    list-style:none;
    position:relative;
}
 
/* keyframes #anim_slides */

@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
 
.slides ul li {
    opacity:0;
    position:absolute;
    top:0;
 
    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_slides;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}
 
/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 18.0s;
    -moz-animation-delay: 18.0s;
}
.slides ul li img {
    display:block;
	width: 100%;
}
/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
 
.slides ul li div {
    background-color: rgb( 255,255,255,0.7);
    color:#FFFFFF;
    font-size:26px;
    left:0;
    margin:0 auto;
    padding:20px;
    position:absolute;
    bottom:5px;
    width:200px;
  width: 100%;
}














/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
/*.tabbable-panel {
	background: #fff;
  border: 1px solid #eee;
  padding: 0 10px 10px;
}*/

/* Default mode */
.tabSection {
	background: #e9f5ff !important;
	border: 1px solid #e2f0fb !important;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    font-weight: bold;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #135d4f;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
	background: #00ba96;
	color: #fff !important;
    border-left: 1px solid #00ba96;
    border-top: 1px solid #00ba96;
    border-right: 1px solid #00ba96;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #fff;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #fff;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
/*.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}*/
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 1px solid #00ba96;
    position: relative;
    border-left: 1px solid #00ba96;
    border-top: 1px solid #00ba96;
    border-right: 1px solid #00ba96;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	padding-bottom: 0;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #fff;
}
.tabbable-line > .tab-content {
  /*margin-top: -3px;*/
  background-color: #f6fbff;
  border: 0;
  border-top: 1px solid #00ba96;
  border-left: 1px solid #e2f0fb;
  border-right: 1px solid #e2f0fb;
  border-bottom: 1px solid #e2f0fb;
  padding: 10px 10px 0 10px;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff !important;
  background-color: #00ba96 !important;
  border: none !important;
  border-bottom-color: transparent;
  cursor: default;
}


















/*************************************************/
/* Single News View Section */
/*************************************************/
.singleNewsContainer {
    background: #ffffff;
    padding: 15px 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

/*.singleNewsContainer h1 {
    color: #444444;
    font: 700 38px/48px 'Mukta', sans-serif;
    margin-top: 10px;
    display: grid;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 10px;
}*/

.singleNewsContainer h1 {
    color: #242424;
    font: 700 32px/42px 'Cambay', sans-serif;
    margin-top: 10px;
    display: grid;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.singleNewsContainer h4 {
    font-size: 22px;
    font-style: italic;
    color: #777;
}

.singleNewsContainer p, .singleNewsContainer div {
    color: #444444;
    font: 400 20px/32px 'Mukta', sans-serif;
}

.singleNewsContainer p img {
    max-width: 100%;
    height: auto;
    fload: left;
    margin-right: 15px;
}




.newsPublished {
	text-align: center;
    margin-bottom: 15px;
}

.newsPublished ul {
    list-style: none;
}

/*.newsPublished li {
    display: inline-block;
    margin-right: 15px;
    border-right: 1px solid #e8e8e8;
    padding-right: 20px;
    font: 400 20px/15px 'Mukta', sans-serif;
}*/

.newsPublished li {
    display: inline-block;
    font: italic 16px/15px 'Cambay', sans-serif;
}









/*************************************************/
/* Bichar / Blog Section */
/*************************************************/
.bicharBlogImg {
    width: 75px;
    min-height: 75px;
    border-radius: 50%;
    float: right;
    margin-left: 10px;
}

.bicharBlogTitle {
    color: #242424;
    font: 600 19px/26px 'Cambay', sans-serif;
    margin-bottom: 10px;
    display: block;
}

.bicharBlogTitle:hover {
	color: #337ab7;
	text-decoration: none;
}

.bicharBlogSect {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    background: #fff;
}




/*************************************************/
/* Footer Section */
/*************************************************/
.footerSection {
    background: #fd031b;
    padding: 20px 0;
}

.footerSection p {
    color: #444;
    margin-bottom: 0;
    font: 500 18px/32px 'Mukta', sans-serif;
}

.footerSection p a {
    color: #f4f1bb;
    text-decoration: none;
}

.footerSection p a:hover {
    color: #fff;
	text-decoration: none;
}

.footerContents {
    background: #fff;
    border-bottom: 5px solid #05339b;
    padding: 20px;
    overflow: hidden;
    min-height: 320px;
}

.footerContents h3 {
    color: #242424;
    margin-top: 0;
    margin-bottom: 15px;
    font: 600 20px 'Mukta', sans-serif;
}

.footerContents li {
    color: #242424;
    font: 400 17px/28px 'Mukta',sans-serif;
    list-style: devanagari;
    margin-left: 15px;
}

.copyrightSection {
    padding: 25px 0;
    text-align: center;
    background: #05339b;
}

.copyrightSection p {
    color: #fff;
    margin-bottom: 0;
}

.copyrightSection p a {
    color: #fff;
    margin-bottom: 0;
}










/*************************************************/
/* Footer Team Member Section */
/*************************************************/
.teamMembers {
    background: #06534b;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
}

.footerLogo img {
    padding: 20px 0;
}

.teamMemberList {
    padding: 15px 0;
}

.teamMemberList ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	text-align: center;
}

.teamMemberList ul li {
    color: #6ee8db;
    font: bold 14px/24px "akshar_unicoderegular";
    text-align: left;
}

.teamMemberList ul li strong {
    color: #ffffff;
    width: 55%;
    float: left;
}

























/* Negative top margin on sidebar pulls up header under title-area */
#sidebar { 
  width: 190px; 
  position: fixed; 
  margin: -135px 0 0 410px; 
}

/* Title area kept above all with z-index */
#title-area { 
  background: white; 
  position: relative; 
  z-index: 3000; 
}

/* white-fade image */
#reveal { 
  position: absolute; 
  right: 0; 
  bottom: -20px; 
}

.pratikriyaDinuhos {
	overflow: hidden;
	margin-top: 25px;
}

.pratikriyaDinuhos p {
    background: #e5e5e5;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #d7d7d7;
}







/*********************************************/
/* POPUP Section */
/*********************************************/
#subscribeModal .modal-content{
	overflow:hidden;
}
#subscribeModal .form-control {
    height: 56px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	padding-left:30px;
}
#subscribeModal .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	padding-right:20px;
	background:#007b5e;
	border-color:#007b5e;
}
#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none;
}
#subscribeModal .top-strip{
	height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .bottom-strip{
	height: 155px;
    background: #007b5e;
    transform: rotate(112deg);
    margin-top: -110px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/****** extra *******/
#Reloadpage{
    cursor:pointer;
}















/*********************************************/
/* Static Page Section */
/*********************************************/
.statePage {
    margin-bottom: 20px;
}

.aboutUsText p {
    color: #444;
    font: 400 18px/28px 'Mukta', sans-serif;
}












button.close {
    color: #ffffff !important;
    z-index: 99999 !important;
    position: absolute;
    /*top: -30px;*/
    background: #1d62b1 !important;
    padding: 5px 10px !important;
}







/*********************************************/
/* Mobile View Section */
/*********************************************/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .logo img {
        margin-bottom: 25px;
    }

    .bannerNewsHeading {
        font: 600 28px/38px 'Mukta', sans-serif;
    }

    .breakingNews {
        width: 100%;
        margin-bottom: 3px;
        background: #fd031b;
    }

    marquee {
        width: 100%;
    }

    .nbc5LargeContents,
    .bannerContents,
    .nbc2,
    .nbc3,
    .nbc4LargeContents,
    .relatedNews {
        margin-bottom: 10px;
    }

    .relatedNewsImg {
        margin-bottom: 0;
    }









}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .logo img {
        margin-bottom: 25px;
    }

    .bannerNewsHeading {
        font: 600 28px/38px 'Mukta', sans-serif;
    }

    .breakingNews {
        width: 100%;
        margin-bottom: 3px;
        background: #fd031b;
    }

    marquee {
        width: 100%;
    }

    .nbc5LargeContents,
    .bannerContents,
    .nbc2,
    .nbc3,
    .nbc4LargeContents,
    .relatedNews {
        margin-bottom: 10px;
    }

    .relatedNewsImg {
        margin-bottom: 0;
    }








}



/* Custom, iPhone Retina */ 
@media (max-width : 320px) {
    .logo img {
        margin-bottom: 25px;
    }

    .bannerNewsHeading {
        font: 600 28px/38px 'Mukta', sans-serif;
    }

    .breakingNews {
        width: 100%;
        margin-bottom: 3px;
        background: #fd031b;
    }

    marquee {
        width: 100%;
    }

    .nbc5LargeContents,
    .bannerContents,
    .nbc2,
    .nbc3,
    .nbc4LargeContents,
    .relatedNews {
        margin-bottom: 10px;
    }

    .relatedNewsImg {
        margin-bottom: 0;
    }








	
}