@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Mukta', sans-serif;
}
:root {
    --primaryColor: #016703;
    --secondaryColor: #0f3f88;
    --Site-color: #016703;
}
button.search-submit{
    float:right;
}
img {
    width: 100%;
    object-fit: contain;
}
.largeText p, em {
    margin-bottom: 20px;
	text-align:justify;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    font-style: normal;
    line-height:34px;
}
/*these css are used everywhere so this is atb the top*/
p, li, ul, ol, figure, figcaption, blockquote, pre, i, span, h1, h2, h3, h4, h5, h6,a,img {
    margin: 0;
    padding: 0;
    transition: 0.3s ease-in-out;
    color: #000;
}
a{
	color: #000;
}
a:hover{
	color: #000;
	text-decoration:none;
}
.nmUpperHeaderContent.nmContact {
    display: flex;
}
a:visited{
	color: var(--secondayColor);
}
button:focus{
	outline: 0;
}
span.mobile-menu {
    display: none;
}
.closebtn{
        display: none;
    }
.Title-large {
    font-size: 50px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
	text-align:center;
}
.largeText  {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
}
.nmSection{
	margin-bottom: 40px;
}
.cat-title-main {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    border-radius: 0 14px 0 0;
    margin-top: 10px;
}
.cat-title-main:before {
    position: absolute;
    content: "";
    width: 100%;
    background: #e8e8e8;
    height: 2px;
    top: 50%;
    left: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cat-title-main span {
    border: 2px solid #ff1616;
    border-radius: 5px;
    color: #ff1616;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    -webkit-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    background-color: #fff;
}
.cat-title-main span:after {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-left: 10px;
}
.cat-title-main:after {
    content: '';
    position: absolute;
    left: 0;
    width: 320px;
    background-color: var(--primaryColor);
    height: 5px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    border-radius: 30px;
}
/*.cat-title-main span::before,.cat-title-main span::after  {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: var(--primaryColor);*/
/*    height: 1px;*/
/*    left: 0;*/
/*}*/
/*.cat-title-main span::after {*/
/*    bottom: 5px;*/
/*    width: 74px;*/
/*}*/
.secondTitle > h3 {
    margin-top: 0;
    text-align: center;
    background: var(--secondaryColor);
    color: #fff;
    padding: 5px 0;
    font-weight: 600;
    font-size: 24px;
}
.newsTitle{
    font-size: 1.4rem;
    font-weight: 600;
    margin: 10px 0;

}
.pradeshnewsTitle h5.newsTitle {
        font-size: 1.4rem;

}
.pradeshSubHeadline .pradeshnewsTitle h5.newsTitle {
    font-size: 24px;
}
.ad-img{
    margin-bottom: 20px;
}
.ad-img img{
    width: 100%;
}
/*header css start*/
/*upper header start*/
.upper-header {
    box-shadow: 0 0 3px #464646;
}
.nmUpperHeaderContent{
        font-weight: 400;
    font-size: 0.9rem;
    height: 100%;
    line-height: 49px;
    background-color: #016703;
    text-align: center;
    justify-content: center;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);

}
.toggleSerachForm {
    height: 100%;
    line-height: 45px;
    text-align: right;
}
.nmUpperHeaderContent span {
    font-weight: 700;
    color:#fff;
}
/*upper headert end*/
/*Logo Header start*/
.logo-section{
	padding: 10px 0;
}
.logoFig img {
    object-fit: contain;
	height:100px;
}


.AddFig img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.logo-section .row {
    align-items: center;
}
i.fa-search.top-search{
    padding: 10px 9px;
    background: var(--primaryColor);
    height: 37px;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.top-search-input{
    border-radius:0;
        border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
/*logo header end*/
/*menu header section*/
.homeBtn {
    width: 45px;
    max-height: 30px;
}
.nmNavigation {
    background: var(--Site-color);
}
.nmnaviagtiobSetup ul li{
        list-style-type: none;
    transition: .2s;
    /*border-right: 1px solid #a0a0a0;
    border-left: 1px solid #78828c;
    */
    width: 100%;
}
.menu-item-has-children .menu-item .navLink:hover {
    background-color: var(--primaryColor);
}
.MenuUl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navItem .navLink{
	font-weight: 500;

}
/*dropdown*/

.menu-item-has-children ul {
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    background: var(--secondaryColor);
    transition: 0.3s ease-in-out;
    z-index: 999;
    padding: 10px 0;
    min-width: 173px;
    text-align: center;
}
.menu-item-has-children{
    position: relative;
}
.menu-item-has-children ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    display:block;
}
.menu-item-has-children li.menuItem {
    margin: 10px 0px;
}
ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 12px;
    background: url(../img/dropdown-arrow.svg) no-repeat 50% 50%;
    height: 19px;
    width: 20px;
    background-color: transparent;
}

.menu-item-has-children:hover ul{
    visibility: visible;
    opacity: 1;
}
.nmnaviagtiobSetup ul li.menu-item-has-children:hover a{
    color: #FFF !important;
}
.menu-item-has-children:hover ul li a{
    color: #fff;
    transition: .2s;
    border-right: 1px solid #102e63;
    border-left: 1px solid #2860c3;
}
.nmnaviagtiobSetup ul li:hover a {
    background-color: var(--secondaryColor);
}
.justify-space-between{
	justify-content: space-between;
}
.trendingNewsTags {
    background-color: #f4f8fb;
}
.trendingNewsTags .d-flex{
    height: 58px;
    overflow-y: hidden;
    flex-wrap: wrap;
}
.TrendTitle, .trends {
    padding: 15px 5px;
    font-weight: 500;
}
.TrendTitle:after {
        content: '';
    position: absolute;
    top: 19px;
    right: -25px;
    border-color: transparent transparent transparent rgba(0,0,0,.06);
    border-style: solid;
    border-width: .7em;
}
.TrendTitle {
    font-size: 18px;
    font-weight: 600;
    background: rgba(0,0,0,.06);
    padding: 15px 20px;
    position: relative;
}


/*menu heradeer section end*/
/*header selector end*/

/*banner section  start*/
.bannerArticle {
    padding: 20px;
    border:1px #eee solid;
    margin: 20px 0;
}
.bannerArticle img{
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.bannerFig{
	position: relative;
	max-height: 100%;
	width: 100%;
}
.contentWriter img{
	max-height: 30px;
	max-width: 60px;
	object-fit: contain;
    display: inline-block;

}
.contentWriter {

}
.bannerFig figcaption{
	background: transparent;
	height: 0;
	    position: absolute;
	    top: 0;
	    right:0;
	    left: 0;
	transition: 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	opacity: 0;
	visibility: hidden;
}
.bannerArticle:hover figcaption {
    position: absolute;
    height: inherit;
    width: inherit;
    background: #00000061;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.LinkDivBanner {
        font-size: 24px;
    color: #fff;
    font-weight: 500;
    background: var(--primaryColor);
    padding: 10px 20px;
    border-radius: 20px;
}
/*bannersection end*/

/*trending news start*/
.TrendingNewsContent{
        margin: 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.latestNews{
    background: #eee;
}
.Trend-box {
    margin: 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 10px;
}
.Trend-box:last-child{
    margin-bottom: 0;
}
.scrollableDiv {
    height: 450px;
    overflow: auto;
}
/*// Scrollbar with Hover Transition Effect*/
.scrollableDiv::-webkit-scrollbar {
    width: 14px;
}
.scrollableDiv::-webkit-scrollbar-thumb {
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 7px;
    box-shadow: inset 0 0 0 10px;
}
.scrollableDiv::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
.scrollableDiv::-webkit-scrollbar-corner {
    background-color: transparent;
}
.scrollableDiv {
    overflow: auto;
    color: #00000000;
    transition: color 0.3s;
}

.scrollableDiv:hover {
    color: var(--primaryColor);
}
/*trending news end*/
/*trending news slider start*/

.midTrendingNews .carousel-item img {
    height: 437px;
    object-fit: cover;
}
.newsContentLarge > p {
    background: var(--primaryColor);
    color: #fff;
    font-size: 20px;
    padding: 7px 10px 1px 10px;
}
.carousel-caption{
    left: 5%;
    bottom:0;
    right: 5%;
}
.secondTitle .newsTitle {
    font-size: 1.5rem;
    color: #fff;
    background: var(--secondaryColor);
    display: inline-block;
    padding: 10px;
    margin: 0;
}

a.carousel-control-next {
    background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(14,14,14,0.05646008403361347) 100%, rgba(0,212,255,1) 100%);
}
a.carousel-control-prev {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(14,14,14,0.05646008403361347) 100%, rgba(0,212,255,1) 100%);
}
.pointerContent .newsTitle{
    display: flex;
    align-items: center;
    color: #fff;
}
.pointerContent {
    border-bottom: 1px #dcd2d2 solid;
}
.pointerContent .newsTitle:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--primaryColor);
    display: inherit;
    padding-right: 10px;
    margin-right: 13px;
    border-radius:50%;
}
/*trending news slider end*/

/*rajniti section start*/
.newsSingleInfos p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newsSingleCols.bivid-list img {
    width: 100%;
    height:132px !important;
}
.newsSingleCols .contentWriter {
    margin: 10px 0;
    text-align:center;
}
.newsSingleInfosWrapper {
    margin-top: -1rem;
    background-color: #FFf;
    z-index: 9999;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    padding: 10px;
}
/*rajniti sectiojn end*/
/*aartha section start*/

.bussinessNews .imgContainer  img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    
}
.newsContentLarge {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.newsTitle {
     overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.bussinessNews {
        margin-bottom: 20px;
    border: 2px rgb(223 223 223 / 50%) solid;
    border-radius: 18px;
}
.bussinessNews *{
    color: #000;
}
.bussinessNews .contentWriter{
    justify-content: flex-start;
    text-align:center;
}
.nmbuttonSmall {
    display: inline-block;
    float: right;
    padding: 6px 20px;
    background: var(--primaryColor);
    margin-top: 5px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
}
/*aartha section end*/

/*pradesh start*/

ul.nav.nav-tabs {
    display: inline-flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    border-bottom:0;
    
}
ul.nav.nav-tabs li a{
padding: 4px 26px;
    display: block;
    color: #000;
    font-weight: 600;
    border: 1px #eee solid;
    border-left: 0;
    border-top: 0;
    border-radius: 22px;
    background-color: #01670321;
    border: 2px #c3c3c3 solid;
    margin: 2px;
}
ul.nav.nav-tabs li a.active {
        background: #016703;
    color: #fff;
    border: 2px #016703 solid;
}

.pradeshHeadline {
    height: 100%;
    margin: 20px 10px;
}
.pradeshSubHeadline{
    margin: 20px 0 0;
} 
.pradeshSubHeadline .contentWriter {
    bottom: -20%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 0.3s ease-in-out;
    background: #000009;
    width: 100%;
    
     -webkit-text-fill-color: unset; 
}
.pradeshSubHeadline:hover .contentWriter {
    visibility: visible;
    opacity: 1;
    bottom: 0%;
    height: 31%;
    padding:10px 20px;
	color:#fff;
}
.pradeshSubHeadline figure.imgContainer {
    position: relative;
    overflow: hidden;
}
.imgContainer img{
    width: 100%;
    object-fit: cover;
}
.pradeshHeadline img {
    height: 390px;
}

.pradeshSubHeadline .imgContainer img {
    height: 168px;
}
.pradeshSubHeadline .contentWriter img{
    max-width: 22px;
}
.tab-pane {
    box-shadow: unset;
    padding: 10px 20px;
}
/*pradesh end*/
/*brabash start*/

.pradeshImg img{
    height: 250px;
    object-fit: cover;
}
button.owl-prev span {
    position: absolute;
    top: -12%;
    height: 34px;
    width: 35px;
    background: var(--secondaryColor);
    color: #fff;
    font-size: 35px;
    line-height: 30px;
    right: 20px;
}
button.owl-next span {
    position: absolute;
    top: -12%;
    height: 34px;
    width: 35px;
    background: var(--secondaryColor);
    color: #fff;
    font-size: 35px;
    line-height: 30px;
    right: -2%;
}
/*.prabashSecWrapper{*/
/*    background: var(--primaryColor);*/
/*}*/
.prabashSecWrapper article .newsTitle, .prabashSecWrapper article {
    color: #000;
}
.prabashSecWrapper article {
    padding: 10px;
    border: 1px #eee solid;
}
.prabashSecWrapper .secondTitle h3{
    background-color: transparent;
    text-align: left;
    font-size: 32px;
    margin: 15px 0;
}
.prabashHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-more span {
    padding: 5px 20px;
    background: var(--secondaryColor);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

/*prabash end*/
/*aantarbarta section start*/
.interviewImage img {
    height: 260px;
}
.interviewContent .newsTitle {
    color: #000;
    font-size:2rem;
    -webkit-line-clamp: 10;
    z-index: 9;
    position: relative;
}
.interviewContent blockquote{
    padding-left: 50px;
    padding-top: 20px;
}


.Interview {
    background:#eee;
    box-shadow: 1px 1px 6px #f7eded;
}
.interviewerName {
    display: flex;
    justify-content: flex-end;
    margin: 23px 53px;
    flex-direction: column;
   
}
.interviewerName h6 {
     font-size: 20px;
    font-weight: bold;
    color: #000;
}
.interviewerName span{
    color: var(--secondaryColor);
    font-weight: bold;
}
.interviewContent blockquote p{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color:#000;
    font-size:18px;
}
li.Interview {
    padding: 0 0 0 30px;
    background: transparent;
    list-style-type: none;
    position: relative;
}
ul.counterInterviews {
    counter-reset: section;
}
li.Interview a {
    display: flex;
    align-items: center;
    padding: 2px 2px 0px 36px;
    margin-bottom: 22px;
    justify-content: space-between;
}
li.Interview:last-child a {
    display: flex;
    align-items: center;
    padding: 2px 2px 0px 36px;
    margin-bottom: 0;
}
 li.Interview:before {
    counter-increment: section;
    content: counter(section);
    font-size: 25px;
    position: absolute;
    margin-top: -16px;
    color: #fff;
    font-weight: 700;
    height: 35px;
    width: 35px;
    background: var(--primaryColor);
    text-align: center;
    border-radius: 50%;
    top: 48%;
    left: 5%;
}
li.Interview img {
    height: 100px;
    width: 100px;
}
.BicharImg figure img{
    width: 100%;
    height: 140px;
}
.bicharHeader .interviewerName {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin: 0;
    align-items: flex-end;
}
.bicharHeader .interviewerName h6 {
    font-size: 17px;
}
.bicharHeader .interviewerName span{
    font-size: 14px;
    color:var(--primaryColor)
}
.BicharImg {
    background: #f1f1f1;
    box-shadow: 1px 1px 6px #f7eded;
}
.BicharSection .col-md-2{
    padding: 0 5px;
}
article.bicharHeader {
    padding: 15px;
    background: #eee;
}
.bicharHeader .newsTitle{
    color:#000
}
/*aantartbarta section end*/

/*siskhya swasta khel section*/
.eshSinglePost  figure {
    position: relative;
}
.thirdTitle h5 {
    color: #fff;
    font-size: 24px;
}
.eshSinglePost figcaption {
    position: absolute;
    bottom: 0;
    background: #0000007a;
    width: 100%;
    text-align: center;
    color: #fff;
}
.eshSectionSingle .newsSingleInfosWrapper {
     margin-top: -0rem; 
    background-color: #FFf;
    z-index: 9999;
    position: relative;
     margin-right: 0px; 
     margin-left: 0px; 
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    padding: 5px 7px;
}
.eshSectionSingle .newsSingleInfosWrapper .newsTitle {
    font-size: 18px;
    color: #000;
    line-height: 24px;
}
.eshSectionSingle  img{
    height: 145px !important;
    object-fit: cover;
}
.eshSinglePost img {
    height: 250px;
}
.advertiseImage{
        margin: 10px 0 0 0;

}
.advertiseImage img {
    margin: 0px 0 10px 0;
    width:100%;
    height:auto;
}
/*siskshya swasta khel section end*/
/*international news*/
.InternationalNews{
    position: relative;
}
.InternationalNews .InternationalNewsTitle {
    display: block;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(360deg, rgba(2,0,36,1) 0%, rgba(14,14,14,0.05646008403361347) 100%, rgba(0,212,255,1) 100%);
    width: 100%;
    padding: 32px;
}
.InternationalNews .InternationalNewsTitle h5{
        font-size:1.5rem;
        display: flex;
        align-items: flex-end;
        color: #fff;
}
.internationalNewsSec .pradeshHeadline{
    margin: 0;
}
.InternationalNews img{
    height: 373px;
}
.InternationalNewsBelow img {
    height: 175px;
}

/*international news end*/

/*international section start*/
.enterTainemnt .media {
    background:#eee;
}
.entertaimentImgContainer img{
    max-width: 227px;
    height:156px;

}
.enterTainemnt .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}
.enterTainemnt h5 ,.enterTainemnt .newsContentLarge{
    color: #000;
}
.enterTainemnt .media{
    margin-bottom: 10px;
}
.enterTainemnt:last-child .media{
    margin-bottom: 10px;
}
/*international section end*/
/*entertainment news start*/
#entertainmentCarousel  .carousel-caption {
    right: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(2,0,36,1) 0%, rgba(14,14,14,0.05646008403361347) 100%, rgba(0,212,255,1) 100%);
    bottom: 0;
}
.EntertainmentNewsTitle .newsTitle {
    color: #fff;
    font-size: 24px;
}
.EnterTrendingNews .carousel-item {
    border-radius: 10px;
}
.EnterTrendingNews .carousel-item img{
    height: 485px;
    object-fit: cover;
}
/*entertainment news end*/

/*video section start*/
/* http://www.menucool.com/jquery-slider */

/*---------------------------- Thumbnails ----------------------------*/
#thumbnail-slider {    
    height:515px; 
    display:inline-block;
    padding:0px 0; /*Increse its value if want to move the arrows out of the div.inner */
    position:relative;
    -webkit-user-select: none;
    user-select:none;
    width: 100%;
}

#thumbnail-slider div.inner {
    border-radius:3px;
    background-color:#444;
    padding:0 12px;

    /*the followings should not be changed */    
    height:100%;  box-sizing:border-box;
    position:relative;
    overflow:hidden;
    margin:0;
}
 
#thumbnail-slider div.inner ul {    
    /*the followings should not be changed */
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
}

#thumbnail-slider ul li {
    opacity:1;
    display:block;
    border:3px solid transparent;
    margin:4px 0; /* Spacing between thumbs*/

    transition:all 0.5s;

    text-align:center;
    padding:0;
    position:relative;
    list-style:none;
    box-sizing:content-box;
    backface-visibility:hidden;

    
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#thumbnail-slider ul li.active {
    border-color:white;    
    -webkit-filter: initial;
    filter: initial;
}
#thumbnail-slider li:hover {
    border-color:rgba(255,255,255,0.5);   
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

#thumbnail-slider .thumb {
    width:100%;
    height: 100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    position:absolute;
    font-size:0;
}

/* --------- navigation controls ------- */   
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */ 
/* Visit http://www.menucool.com/responsive-slider for instructions */

#ninja-slider {
    width:800px;
    background:#333;
    padding: 0px;

    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
    width: 100%;
}

#ninja-slider.fullscreen {
    background:black;
}

#ninja-slider div.fs-icon {
    top:10px;
    right:6px;
    width:60px;
    height:26px;
    background: rgba(0,0,0,0.3);
    z-index:2;
    color:white;
    text-align:center;
    font:bold 11px/26px arial;
    border:1px solid rgba(255,255,255,0.3);
    border-radius:2px;
    opacity:0;
    -webkit-transition:opacity 0.8s;
    transition:opacity 0.8s;
}

#ninja-slider .slider-inner:hover div.fs-icon,
#ninja-slider.fullscreen div.fs-icon {
    opacity: 1;
}

#ninja-slider div.fs-icon::before {    
    content:"EXPAND";
    display:block;
}

#ninja-slider.fullscreen div.fs-icon::before {
    content:"CLOSE";
}

#ninja-slider .slider-inner {
    margin:0 auto;/*center-aligned */
    font-size:0px;
    position:relative;
    box-sizing:border-box;
}

#ninja-slider.fullscreen .slider-inner {
    width:100%;
    max-width:950px;
}

#ninja-slider ul {
    /*width:100%;*/

    /*overflow:hidden;*/
    position:relative;
    list-style:none;
    padding:0;
    box-sizing:border-box;
    touch-action:pan-y;
}

#ninja-slider li {
    
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
    font-size:12px;
    list-style:none;
    margin:0;
    padding:0;
    opacity:0;
    overflow:hidden;
    box-sizing:border-box;
}

#ninja-slider li.ns-show {
    opacity:1;
}


/* --------- slider image ------- */  
#ninja-slider .ns-img {
    background-color:rgba(0,0,0,0.3);
    background-size:cover;/*Note: If transitionType is zoom, it will be overridden to cover.*/

    /*decorate border*/
    box-shadow: 0 1px 5px rgba(0,0,0,.8),inset 0 0 2px rgba(255,255,255,.4);

    cursor:default;
    display:block;
    position: absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
}


/* ---------If there are videos ------- */ 
#ninja-slider .video, .video-playbutton-layer 
{
    top:0; left:0; border:0;
    width: 100%;height: 100%;
    text-align: center;
    background: black;
    position: absolute;    
}

/* And if you have added the HTML: <div class="video-playbutton-layer"></div> */
.video-playbutton-layer {
    background: transparent url(../css-img/video.png) no-repeat center center;
}

/* And if you have YouTube or Vimeo */
#ninja-slider div.stopVideoIcon 
{
    position:absolute;
    width:30px;height:30px;
    top:0;right:0px;
    margin:0 0 6px 6px;
    background:rgba(0,0,0,0.7);
    border-bottom-left-radius:4px;
    cursor:pointer;
}
#ninja-slider div.stopVideoIcon::before {
    content:"+";
    color:white;
    font:bold 30px/30px arial;
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
    display:block;
}


/* ---------Arrow buttons ------- */   
/* The arrow button id should be: slider id + ("-prev", "-next", and "-pause-play") */   
#ninja-slider-pause-play { display:none;} 

#ninja-slider-prev, #ninja-slider-next
{
    position: absolute;
    display:inline-block;
    width:42px;
    height:56px;
    line-height:56px;
    top: 50%;
    margin-top:-28px;
    background-color:rgba(0,0,0,0.4);
    background-color:#ccc;/*IE8 hack*/
    backface-visibility:hidden;
    color:white;
    overflow:hidden;
    white-space:nowrap;
    -webkit-user-select: none;
    user-select:none;
    border-radius:2px;
    z-index:10;
    opacity:0.3; 
    font-family:sans-serif;   
    font-size:13px;
    cursor:pointer;
    -webkit-transition:all 0.7s;
    transition:all 0.7s;
}
#ninja-slider-prev:hover, #ninja-slider-next:hover {
    opacity:1;
}

#ninja-slider.fullscreen #ninja-slider-prev:hover, #ninja-slider.fullscreen #ninja-slider-next:hover {
    width:90px;
}

#ninja-slider-prev {
    left: 0;
}

#ninja-slider-next {
    right: 0;
}

#ninja-slider.fullscreen #ninja-slider-prev {
    left: -50px; 
    opacity:1; 
}
#ninja-slider.fullscreen #ninja-slider-next {
    right: -50px;
    opacity:1; 
}

/*pagination within the prev/next buttons*/
#ninja-slider-prev div {opacity:0;margin-left:30px;transition:opacity 0.7s;}
#ninja-slider-next div {opacity:0;margin-right:30px;transition:opacity 0.7s;}
#ninja-slider.fullscreen #ninja-slider-prev:hover div {opacity:1;}
#ninja-slider.fullscreen #ninja-slider-next:hover div {opacity:1;}
/* arrows */
#ninja-slider-prev::before, #ninja-slider-next::before {
    position: absolute;
    top: 17px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid white;
    border-top: 2px solid white;
}

#ninja-slider-prev::before {
    -ms-transform:rotate(-45deg);/*IE 9*/
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
    backface-visibility:hidden;
    left:14px;
}

#ninja-slider-next::before {
    -ms-transform:rotate(135deg);/*IE 9*/
    -webkit-transform:rotate(135deg);
    transform: rotate(135deg);
    backface-visibility:hidden;
    right:14px;
}



/*------ pager(nav bullets) ------*/      
/* The pager id should be: slider id + "-pager" */

#ninja-slider-pager { display:none;}
   

#ninja-slider-pager, #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pause-play
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}




#thumbnail-slider-pause-play {display:none;} /*.pause*/

#thumbnail-slider-prev, #thumbnail-slider-next
{
    position: absolute;
    background-color:rgba(0,0,0,0.4);
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    margin:0;
    color:white;
    z-index:10;
    cursor:pointer;
    transition:opacity 0.6s;
    *background-color:#ccc;/*IE7 hack*/
    backface-visibility:hidden;
}

#thumbnail-slider-prev {
    top:0;
}

#thumbnail-slider-next {
    bottom:0;
}
#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {
    opacity:0.1;
    cursor:default;
}


/* arrows */
#thumbnail-slider-prev::before, #thumbnail-slider-next::before {
    position:absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left:-5px;
    border-left: 4px solid white;
    border-top: 4px solid white;
}

#thumbnail-slider-prev::before {
    top:12px;
    -ms-transform:rotate(-45deg);/*IE9*/
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
}

#thumbnail-slider-next::before {
    bottom:12px;
    -ms-transform:rotate(135deg);/*IE9*/
    -webkit-transform:rotate(-135deg);
    transform: rotate(-135deg);
}
#ninja-slider a.InternationalNewsTitle {
    position: absolute;
    bottom: 0%;
    width: 100%;
    z-index: 99999;
    background: #ffffff82;
    padding: 20px;

}
#ninja-slider a.InternationalNewsTitle h5{
     color: #000;
    font-size: 24px;
}
 
/*video section end*/

/*footer section start*/
.nmFooter {
    width: 100%;
    background: #04fcfd;
    background-blend-mode: color-dodge;
    background-size: contain;
}
.foot-name {
    font-size: 18px;
    color:#016703;
    font-weight: 500;
}
.foot-degig {
    color: #016703;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    display: block;
}
.foot-title {
    margin-bottom: 5px;
}
.footer-Title {
    color: #016703;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 28px;
}
.footer-logo img {
    width: 100% ;
}
ul.footer-social-icons {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 10px 0;
}
ul.footer-social-icons li {
    padding: 4px 17px;
    background: var(--primaryColor);
    margin: 2px;
    border-radius: 10px;
}
ul.footer-social-icons li a i {
    color: #fff;
    font-size: 25px;
}
.footerNav ul{
    display: flex;
    justify-content: space-between;
    list-style: none;

}
.footerNav ul li a,.below-footer p,.below-footer a{
    color: #000;
    font-weight: 500;
}
.below-footer{
    padding: 10px 0;
    background: #eee;
} 
/*footer section end*/

/*single page start*/
.singlePageContentWriter{
    justify-content: flex-start;
}
.SinglePageAuthor .contentWriter{
    display: inline;
    padding: 0 20px;
    border-right: 1px #d6d6d6 solid;
}
.SinglePageAuthor .contentWriter:first-child{
    padding-left: 0;
}
.SinglePageAuthor .contentWriter {
    display: inline;
    padding: 0 20px;
    font-size: 18px;
}
.SinglePageAuthor .contentWriter img {
    max-height: 24px;
    margin-top: -7px;
}
span.no {
    font-weight: 700;
    font-size: 32px;
}
.no-ofshare {
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 0 0;
    border-right: #d6d6d6 solid 1px;
}
.share-icons .fa {
    padding: 5px;
    font-size: 22px;
    width: 46px;
    text-align: center;
    text-decoration: none;
    margin: 5px 7px;
    border-radius: 10px;
}

.share-icons .fa:hover {
    opacity: 0.7;
}

.share-icons .fa-facebook {
  background: #3B5998;
  color: white;
}

.share-icons .fa-twitter {
  background: #55ACEE;
  color: white;
}

.share-icons .fa-google {
  background: #dd4b39;
  color: white;
}

.share-icons .fa-linkedin {
  background: #007bb5;
  color: white;
}

.share-icons .fa-youtube {
  background: #bb0000;
  color: white;
}

.share-icons .fa-instagram {
  background: #125688;
  color: white;
}
.share-icons .fa-copy{
    background: var(--primaryColor);
    color: #fff;
}
.share-icons {
    display: flex;
    align-items: center;
    padding-left: 20px;
} 
.largeText p{
    margin-bottom: 20px;
}
.largeText p:last-child{
    margin: 0;
}
.pointerInterview {
    position: sticky;
    top: 0;
}
/*single page end*/
@media (min-width: 1300px){
	.container {
    max-width: 1260px !important;
}	
}
article.bannerArticle .Title-large {
    color: #000;
    font-weight:700;
    text-align:center;
}

.cat-title-main a:visited {
    color: #fff;
}
/* //newly added css */ 
.top-header-social-icons li i{
    font-size: 0.9rem;
}
.top-header-social-icons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    justify-content:center;
}
.top-header-social-icons li {
    margin: 5px;
}
.top-header-social-icons li a{
    color: #fff;
}
.top-header-social-icons li a i {
   font-size: 24px;
    height: 40px;
    width: 40px;
    line-height: 14px;
    border-radius: 0;
    padding: 12px 10px;
    color: #fff;
}
.top-header-social-icons li a i.fa-facebook {
    background-color: #4267B2;
}
.top-header-social-icons li a i.fa-instagram {
    background: linear-gradient(
45deg
, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.top-header-social-icons li a i.fa-linkedin {
    background-color: #007bb5;
}
.top-header-social-icons li a i.fa-twitter {
    background-color: #000000;
}
.top-header-social-icons li a i.fa-youtube {
    background-color: rgb(255, 0, 0);
}
.searchFormWrap {
    display: none;
    position: absolute;
    top: 100%;
    width: 200%;
    left: -100%;
}
ul#menu-top-header {
    display: flex;
    list-style: none;
}
ul#menu-top-header a {
    color:#fff;
    background-color: var(--primaryColor);
    margin: 0 2px;
    padding: 5px;
    font-size: 0.8rem;
}
.pointerNews{
    background: #eee;
    padding: 10px;
}
.aartheSec .col-lg-6.col-12:nth-child(odd) .bussinessNews .row {
    flex-direction: row-reverse;
}
.foot{
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;;
}
.foot h4{
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    color:#016703;
}
.foot p,.foot-para{
    font-size: 1rem;
    font-weight: 500;
    color: #016703;
    line-height: 2;
}
.foot a{
    color: #016703;
    line-height: 2;
}
.teamFoot strong{
    margin-top: 1rem;
    display: block;
}
.teamFoot *{
    color: #016703;
}
.menu-footer-end-menu-container ul#menu-footer-end-menu li a {
    font-size: 1rem;
}
.singlepgaeView li.Interview{
    padding:0
}
.singlepgaeView li.Interview:before{
    display:none
}
.video-thumb.activeparent * {
    color: #fff;
}
.video-thumb.activeparent {
    background-color: var(--primaryColor);
}
/*single page 
banner*/
section.singleBanner img {
    width: 100%;
    object-fit: contain;
	height:600px;
}
.siteContent {
	margin-top:-8%;
    background-color: #fff;
    padding:15px 30px;
}
.authImg{
    height:120px;
    width:120px;
    border-radius:50%;
}
.authImg {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    max-width: unset !important;
    max-height: unset !important;
    object-fit: cover !important;
}
.authorDisp {
    position: sticky;
    top: 0;
}
@media(min-width:1024px){
	.bannerArticle img{
		height:400px;
	}
	body{
		overflow-x:hidden;
	}
}
.minus-2{
	margin-top:-20px;
}
/*Neewly added sections*/
.navigationWrapper {
    display: flex;
    width: 100%;
}
@media(min-width:992.1px){
    nav#navId {
    width: 80%;
}
.rightBoxes {
        width: 20%;

}
}

.rightBoxes a {
    padding: 10px 20px;
    background-color: #bf0909;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}
.rightBoxes a i{
    color:#fff;
}
.rightBoxes a svg{
    height:22px;
}
.rightBoxes {
    display: flex;
    justify-content: flex-end;
    width: 20%;
}
a#tredningIng {
    background-color: transparent;
}
a#tredningIng svg {
    height: 22px;
}