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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.container-fluit {
    overflow: hidden;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.footer-social-links {
    float: right;
    margin-left: 10px;
}
.whatsapp-icon-foot {
    background-color: #03a84e;
    font-size: 80px;
    position: fixed;
    right: 10px;
    bottom: 91px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    rotation-point: 50% 50%;
    rotation: 180deg;
    display: block;
    z-index: 9999;
}
.whatsssp p {
    position: relative !important;
    left: 13px !important;
    top: 10px !important;
    color: #fff !important;
    font-size: 40px;
}
.footer-social-links ul{
   display: flex;
}
.footer-social-links ul li{
  margin-left: 15px;  
}
/*font css*/
@font-face{
	src: url('fonts/raleway/Raleway-Regular.ttf');
	font-family: Raleway-Regular;
}@font-face{
	src: url('fonts/roboto/Roboto-Regular.ttf');
	font-family: Roboto-Regular;
}
@font-face{
	src: url('fonts/kurti-devi/Kruti_Dev_010.ttf');
	font-family: Kruti_Dev_010;
}


/*required css*/
body{
	font-size: 14px;
	font-family: Roboto-Regular;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	background-color: #fff;
}
h1 {
  font-size: 36px;
  line-height: 54px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 21px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 15px;
  line-height: 23px;
}
p {
  padding-bottom: 15px;
  font-family: Roboto-Regular;
   font-size: 18px;
    line-height: 35px;
  font-weight: 400;
  color: #333;
}
.nopadding{
	padding: 0;
}
.nomargin{
	margin: 0;
}

strong{
	font-weight: 700;
}
b{
	font-weight: 700;
}

/*
section ntitle
====================================*/
.section-title{
	position: relative;
	height: 100%;
    padding: 20px 0;
    margin-top: 20px;
}
.section-title .title-inner{
	height: 100%;
	padding: 15px 0px 0px 0px;
}
.section-title .title-inner .title-item{
	position: relative;
}
/*.title-item .title-head{
	position: relative;
    display: inline-table;
    padding: 9px 100px 9px 20px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #30428e;
}
.title-item .title-head::before {
	 content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #30428e;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
	

}
.title-item .title-head::after {
    
	border-top: 2px solid #30428e;
	border-right: 2px solid #30428e;
    content: "";
    height: 100%;
    left: -22px;
    position: absolute;
    top: -8px;
    width: 120%;
	transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}*/
.title-head h3{
	color: #f00000;
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
	text-align: left;
	text-transform: capitalize;
}
 
 
.section-wrapper{
	position:relative;
	margin: 0px;
	padding: 0px;
}
.media-body_cont p{
    font-size: 22px;
}
.header-wrapper{
       background: #e6e7e800;
    padding: 3px 0px;	
}
.temp ul li{
	color: #fff;	
	list-style-type: none;
	display: inline-block;
	padding-right: 20px;
	color: #c5c4c4;
	padding: 0px 0px 0px 0px;
}
.login{
	text-align: right;
}
.login ul li{
	color: #fff;	
	list-style-type: none;
	display: inline-block;
	padding-left: 25px; 
	background-color: rgb(251, 76, 53);
	    margin: 0px;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    width: 35px;
    border-style: solid;
    border-radius: 100%;
}
.login ul li a{
	color: #fff;	
	text-decoration: none;
	transition: .1s ease-in;
	position: relative;
left: -15px;
    top: -3px;
}
.login ul li a:hover{
	color: #d10f17;
}
.img-responsive{
    width:100%!important;
}
.add-logo{
    padding: 2px 0;
    overflow: hidden;
    margin-bottom:10px;
}
.pull-left h3{
    color:#fff;
    margin-left: 15px;
      
}
.add{
	float: right;
	padding: 0px 0px;
}
.d-none{
    display:none;
}
/*navbar menu start*/
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    /*border-radius: 15px;*/
    color: #fff;
}
.main-nav{ 
     background-color:#c7202c;
    border: 1px solid #c7202c;
}
.menu .navbar-default{
	background: transparent;	
	border: none;
}
.menu .navbar-nav{
	padding-left: 0px;
}
#mymenu{display:none;}
.menu .navbar-default .navbar-nav > .active > a{
	background: #c7202c !important;
	color: #fff !important;
	border: none;
}
.add img{  
    height: 89px;
    margin-left: 63px;
    float: right;
}
.menu .navbar-nav li:first-child > a:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 26px;
    /*content: '\f015';*/
    padding-right: 12px;
}
.dropdown-menu li:first-child > a:before {
    content: '' !important;
    font-family: inherit;
    padding-right: 0px !important;
}
.logo img{
    padding:0px  0px;
    max-width: 115px;
    
}
.menu .navbar-nav li a{
	  color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 18px;
}
.menu .navbar-nav li a:hover{
	color: #fff;
	background: #c7202c;
	height: 46px;
}
.search form input{
	padding: 8.5px 0 8.5px 25px;
	background: transparent;
	border: none;
	border-left: 1px solid #dad9d9;
}
.search form button{
	background: transparent;
	border: none;
}
.search form button{
	color: #b6b6b6;
	background: transparent;
	border: none;
}


/*breaking news sections*/
.breaking{
	position: fixed;
    bottom: 5px;
    z-index: 999;
}
.news{
	background: #c7202c;
	position: relative;
	border-top-left-radius:  0px;
	border-bottom-left-radius: 0px;
}

.news h4{
	padding: 9px 55px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;

}
.update{
	/*background: #f7f7f7;*/
	/*border-top-right-radius: 15px;*/
	/*border-bottom-right-radius: 15px;*/
	height: 48px;
}
.update marquee{
	margin: 0px;
	padding: 0px;
}
.update i{
	color: #c7202c;
}
.update b{
	margin-right: 2px;
	margin-left: 30px;
	color: #fff;
	/*background-color: #c7202c;*/
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	border-radius: 50%;
	padding: 5px 3px;
}
.update p{
	padding: 5px 55px;
	color: #000 !important;
	line-height: 22px !important;
	font-size: 18px !important;
	font-weight: 700;
}

/*=================================news sections=============================*/

.big-container{
	position: relative;
	/*margin-top: 50px;*/
}

.heading{
	position:  relative;
	height: 60px;
	margin-bottom: 20px;
	
}
.heading-bg h3{
	color: #fff;
	position: absolute;
	top: 18px;
	left: 15px;
}
.space{
	padding-top: 30px;
	padding-bottom: 30px;
}
.big-news{
	position: relative;
	margin-right: 5px;
	margin-bottom: 15px;
}
.big-news:hover .big-news-text{
	background-color: #d10f17;
}
.big-news:hover .big-news-text h6{
	color: #fff;
}
.big-news:hover .big-news-text p{
	color: #fff;
}
.big-news:hover>a
{
	text-decoration: none;
	background: red;
	color: #c7202c;
}
.big-news:hover>big-news-text{
	background: red;
}
.big-news-img img{
	width: 100%;
	min-height: 200px;
    max-height: 200px;
}
.big-news-text{
    width:100%;
}
.big-news-text{
	text-align: center;
    background: #fff;
    border:1px solid #ddd;
    padding: 10px;
    overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bg_color{
    background-color: #ff1a1a;
    padding: 13px 0px 50px 5px;
}
.big-news-text h6{
	color: #000;
	font-weight: 700;
	text-transform: inherit;
}
.big-news-text p{
	color: #000;
	font-weight: 300;
	text-transform: inherit;
}
.big-video{

	width: 100%;
	margin: 0px auto;
	padding: 0px 0;
}
.item-big-news{
	margin-bottom: 15px;
}
.big-video iframe{
	position: relative;
    padding-bottom: 0px;
	width: 100%;
	min-height: 200px;
    max-height: 200px;
}

.trend-read a{
	position: relative;
	text-decoration: none;
	font-weight: normal;
}
.trend-read a:hover{
	color: red;
}
.trending-media .media{
	padding-top: 10px;
	font-weight: 700;
	font-size: 14px;
}
.trending-media .media a{
	font-weight: 700;
	font-size: 14px;
}
.trending-media .media-left{
}

.trending-media .media-left img{
	min-height: 150px;
	max-height: 150px;
	width: 250px;
}
.trending-media .media-left iframe {
    min-height: 100px;
    max-height: 100px;
    width: 100px;
}
.media-body_cont{
   font-size: 14px;
   color: #333;
   font-weight: 300;
}
.media-body_cont p{
   padding-bottom: 5px !important;
   padding-top: 10px;
}


/*aside bar aside bar*/

.side-add1{
	padding-top: 15px;	
}
.side-add1 img{
	width: 100%;
}
.social-link{
	position: relative;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 16px;
}
.icon{
	position: relative;
}
.icon ul li{
	position: relative;
	display: inline-block;
	padding-right: 2px;
}
.icon i{
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background: #30428e;
	line-height: 47px;
	color: #fff;
	text-align: center;
	font-size: 21px;
	transition: .2s;
}
.icon ul li i:hover{
	background: #d10f17;
}
.aside-heading{
	position: relative;
}
.aside-heading h4{
	color: #d10f17;
	font-weight: 700;
	padding: 10px 5px;
}
.sports-news{
	margin-top:  15px;
	
}
.sport-text{
	position: relative;
	background: #f7f5f6;
}
.sport-text h5{
	padding: 10px 10px;
	font-size: 14px;
}

/*special news section*/
.special-news{
	margin-top: 15px;
}
.special-news .media{
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 12px;
}
.special-news .media-left img{
	min-height: 70px;
	max-height: 70px;
	width: 88px;
}
.special-news .media-left iframe{
	min-height: 70px;
	max-height: 70px;
	width: 88px;
}
.special-news .media:last-child{
	border-bottom: none;
}
.special-news .media-body a{
	font-size: 13px;	
	line-height: 21px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}
.special-news .media-body a:hover{
	color: #dc3030;;

}

/*entertainment news sections*/
.entertain{
	margin-top: 15px;
	//border: 2px solid #399aeb;
}
.entertain-heading{
	position: relative;
	color: #d10f17;
	font-weight: 700;
	//padding: 5px 5px;
	background: #399aeb;
	font-size: 15px;
	color: #fff;
	
}
.entertain-heading i{
	padding: 10px 10px;
}
.entertain-text h6{
	padding: 20px 10px;	
	background: #f1f1f1;
	
}
.entertain-text img{
	width: 100%;	
}
.add-space{
	margin-top: 34px;	
	
}




/*footer footer footer footer footer footer*/

.footer
{
	background-color: #313131;
	padding: 40px 0;
	margin-top: 25px;
}
.footer .abt img
{
	margin-left: -2px;
	margin-top: -16px;
	margin-bottom: 10px;
}
.footer p
{
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
	
}
.footer h1
{
	color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
	
.footer li
{
	list-style-type: none;
	line-height: 20px;
	
}
.footer li a
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	transition: .5s;
}
.footer li a:hover
{
	color: red;

}

.footer-sicon ul li{
	display: inline-block;
	padding: 0 8px;	
}
.footer-sicon ul li i{
	width: 30px;
	height: 30px;
	line-height: 30px;	
	background: #fff;
	color: #000;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	transition: .1s;
}
.footer-sicon ul li i:hover{
	background: red;
	color: #fff;
}
.footer-sicon hr{
	width: 200px;
	position: absolute;
	left: 0;
	height: 20px;
	margin-bottom: 10px;
}
.footer-contact{
	margin-top: 40px; 

}
.footer-contact h3{
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}


/*==============================news list===================================*/

.no-margin{
	margin: 0px;
}

.breadcrumb{
	position: relative;
	background: url(img/breadcrumb.jpg);
	background-repeat: no-repeat;	
	background-size: cover;
	padding: 0px;
}
.breadcrumb::before{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	content: '';
	width: 100%;
	height: 100%;	
}
.bread-content{
	position: relative;
	padding: 40px 0;
}
.breadcrumb h4{
	    color: white;
    text-transform: uppercase;
     font-size: 35px;
    font-weight: 600;
    padding-bottom: 5px;

}
.breadcrumb h5{
	color: white;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.breadcrumb h5 a{
	text-decoration: none;
	color: #fff;
}
.big-list{
	margin-bottom: 40px;	

}
.news-list{
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 10px;
	margin-top: 19px;
}

.list-img img{
	max-width: 100%;
	min-height: 190px;
    max-height: 190px;
}

.list-text{
	position: relative;
	padding: 0 10px;	
}
.list-text a{
	color: #505050;	
	text-decoration: none;
	font-weight: 700;
}
.list-text a:hover{
	color: #c7202c;
	text-decoration: none;
}

.list-text p{

	padding: 10px 0;	
}
.list-text span ul li{
	list-style-type: none;
	display: inline-block;
	padding-right: 10px; 

}
.list-text span ul li i{
	color: #c7202c;
}
.no-border{
	border-bottom: none;
}
.list-read a{
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;

}

/*===================details section=============================*/

.detail-content{
	position: relative;
}
.detail-content h2{
	padding-bottom: 10px;
}
.detail-img{
	position: relative;
	padding-top: 5px;
}
.detail-img img{
	width: 100%;
	min-height: 500px;
	max-height: 500px;
}
.detail-img iframe{
	width: 100%;
	min-height: 500px;
	max-height: 500px;
	margin-top: 20px;
}
.detail-para{
	padding-top: 20px;
	position: relative;
}
.detail-para p{
	font-size: 16px;
	line-height: 26px;
}
/*contact us ===============================*//*contact us ===============================*//*contact us ===============================*/

.contact form
{
	/*background: #f1f1f1;*/
	padding: 50px 0px;
}
.contact h1
{
	font-size: 28px;
	padding: 15px;
}
.contact p
{
	font-size: 20px;
	padding: 15px;
}
.contact label
{
	font-size: 16px;
	padding: 10px;
	color: #000;
	margin-left: 5px ;
}
.contact input[type="text"]
{
	width: 100%;
	padding: 10px;
	margin-left: 15px ;
}
.contact textarea
{
	width: 100%;
	padding: 10px;
	margin-left: 15px ;
	overflow: hidden;
}
.contact button
{
	padding: 5px 25px 5px 25px;
	margin-left: 15px ;
	margin-top: 20px;
	background-color: #c7202c;
	border: none;
	border: 1px solid #c7202c;
	color: white;
	transition: .2s;
	cursor: pointer; 
} 
.contact button:hover
{
	background: none;
	border: 1px solid #c7202c;
	color: #c7202c;
}
.contact input[type="checkbox"]
{
	margin-left: 15px;
	margin-top: 13px;
}
.contact h6
{
	position: absolute;
	top: 13px;
	left: 48px;
	font-size: 12px;
}
.contact span
{
	color: red;
}

.copyright{
	padding: 10px 0;	
	background: #ff1a1a;
}
.copy p{
	color: #f1f1f1;
	padding: 10px 0;
	font-size: 12px;
}
.itinfo p{
	color: #f1f1f1;
	padding: 10px 0;
	font-size: 12px;
	float: right;
}
.itinfo a{
	color: #fff;
	text-decoration: none;
	transitions: .8s;
}
.itinfo a:hover{
	font-size: 13px;
	padding-left: 5px;
}

.page_next{
	width: 100%;
	position: relative;
	padding: 20px 0px;
	float: left;
	text-align: center;
}
.page_next a{
	padding: 10px 35px;
	background: #c7202c;
	border: 2px solid #c7202c;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-radius: 3px;
	text-decoration: none;
}
.page_next a:hover{
	background: #fff;
	border: 2px solid #c7202c;
	color: #c7202c;
	text-decoration: none;
}









.addthis_inline_share_toolbox{
	position: relative;
	padding: 15px 0px;
}


.addthis_inline_share_toolbox p{
	display: none;
}





/*ticker css*//*ticker css*//*ticker css*/


.TickerNews{
	width: 100%;
	height: 44px;
	line-height: 48px;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
}
.ti_news a{
	text-decoration: none;
}










