@import url(http://fonts.googleapis.com/earlyaccess/notonastaliqurdudraft.css);
/*body{font-family: 'Noto Nastaliq Urdu Draft', serif;}*/
a:focus, a:hover{
	text-decoration:none;
}
a:focus, a:hover {
	color: #fd0002;
}
a{
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.headbg{
	background:#fff;
}
.navbar-inverse{
	background:#003493;
	margin-top: 10px;
}
.navbar-brand{
	height:inherit;
	padding:15px 0;
        width:100%;
}
.navbar-brand2{
	text-align:right;
}
.navbar-brand2 img{
	display:inline-block;
}
ul {
    padding:0;
    margin:0;
}
.w70{width:70%; float:left;}
.w30{width:30%; float:left;}
.w70 [class*="col-"]{padding-right:0;}

/*TopBar*/
.topbar{
	border-bottom:1px solid #ccc;
	padding-top:5px;
	padding-bottom:5px;
        background:#fafafa;
        margin-bottom: 20px;
}
.dates{
	text-align:center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	direction:ltr;
	padding-top:4px;
}
.language{text-align:center; margin-top: 4px;}
.language a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #ea0404;
    padding: 5px 15px;
    border: 1px solid #cfd8e8;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}
.language a:hover {
    background: #003493;
    color: #fff;
    border-color: #003493;
}
.quicklinks{
	float:left;
}
.quicklinks li{
	display:inline-block;
}
.quicklinks li a{
	display:inline-block;
	color:#555;
	font-size:14px;
	padding-right:20px;
}
.quicklinks li a:hover{
	color:#FF0000;
}
.topsocial{
	float:right;
}
.topsocial li{
	display:inline-block;
	text-align:center;
	margin:0 2px;
}
.topsocial li a{
	display:block;
	/*background:#ccc;*/
	color:#333;
	font-size:13px;
	/*border-radius:28px;
	width:28px;
	height:28px;
	line-height:22px;*/
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.topsocial li a i{
	display:block;
	border: 1px solid #1a1a1a;
        border-radius:28px;
	width:28px;
	height:28px;
	line-height:26px;
        transition: color 300ms ease, margin-top 300ms ease;
}
.topsocial li a i:hover{
	color:#fff;
}
.topsocial>li>a>i.fa-facebook:hover{
	background:#3b5998;
	border-color: #3b5998;
}
.topsocial>li>a>i.fa-twitter:hover{
	background:#00a0d1;
	border-color: #00a0d1;
}
.topsocial>li>a>i.fa-google-plus:hover{
	background:#D43402;
	border-color: #D43402;
}

/*TopBar closed*/
.navbar-nav > li {
    float:left;
}
.navbar-collapse{padding:0;}
.navbar-inverse .navbar-nav>li>a {
        color: #edf4ff;
	font-size:15px;
	font-weight: bold;
	padding:10px 15px;
        height:45px;
        line-height: 24px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background-color:#001673;
}
.dropdown-menu{padding:0; min-width:118px;}
.dropdown-menu>li>a{padding:12px 20px 15px 20px; border-bottom:1px solid #ccc; text-align:right;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{color: #fff; background-color: #001673;}
.nav>li:hover>a{background:#001673;}
.topsearch{
	direction:ltr;
	margin-top:50px;
}
.topsearch input{
	direction:rtl;
	height:40px;
	line-height:38px;
}
.topsearch .btn{
	padding:9px 12px;

}
.marquee-txt{
	width:100%;
	float:left;
	border-top:none;
	margin-bottom:20px;
}

.marquee-hd{
	background:#d80202;
	color:#fff;
	float:left;
	padding:7px 0;
	width:10%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	height:36px;
}
.marquee-slide{
	float:right;
	padding:0 7px;
	width:90%;
	height: 35px;
    line-height: 35px;
}
/*Top Two News Thumbs*/
.topnews-th{
	width:100%;
	float:left;
	position:relative;
	margin-bottom:20px;
}
.topnews-th:last-child{
	margin:0;
}
.topnews-th img {
	width:100%;
	position:relative;
        min-height:173px;
        max-height:173px;
        object-fit: cover;
}
.topnews-hd{
	position:absolute;
	z-index:9;
	background-color: rgba(255, 255, 255, 0.6);
	left:0;
	right:0; 
	bottom:0;
	padding:10px 15px;
	color:#333;
	font-size:16px;
	line-height:21px;
	display:inline-block;
	font-weight: bold;
	max-height:76px;
	overflow:hidden;
}
/*Top Two News Thumbs*/
/*Right Panel Thumbs*/
.feature-news{
	width:100%;
	float:left;
	position:relative;
	margin-bottom:30px;
}
.feature-news:last-child{
	margin:0;
}
.feature-news>a{
	display: block;
}
.feature-news img {
	width:100%;
	position:relative;
        min-height:173px;
        max-height:173px;
        object-fit: cover;
        object-position: top;
}
.feature-news-hd{
	padding-top:7px;
	color:#333;
	font-size:16px;
	line-height:21px;
	font-weight: bold;
	display: inline-block;
}

/*Right Panel Thumbs End*/
.topstories{
	position:relative;
}
.topstories img{
	position:relative;
	width:100%;
        min-height:366px;
        max-height:366px;
        object-fit: cover;
}
.topstories a{
	position:absolute;
	z-index:9;
	background-color: rgba(0, 0, 0, 0.6);
	left:0;
	right:0; 
	bottom:0;
	padding:10px 15px 15px 15px;
	color:#fff;
	font-size:24px;
	line-height:34px;
	display:inline-block;
	font-weight: bold;	
}
.topstories a:hover{
	color:#c2c2c2;
}
.topstory-hd{
	font-size:24px;
	color:#000066;
	position:relative;
	text-align:right;
	background:#fff;
	margin-bottom: 20px;
}
.topstory-hd:before{
	background:#dfdfdf;
	height:2px;
	width:auto;
	position:absolute;
	z-index:1;
	content:"";
	top:30px;
	left:0;
/*	right:60px;*/
}
.topstory-hd a{
	color:#000066;
}
.substory-head{
	font-size:24px;
	color:#003366;
	text-align:right;
	margin-bottom:25px;
	
}
.ads-top{
	max-width:100%;
	margin-top:50px;
}
.thumbs{
	width:100%;
	float:left;
	padding:0;
	text-align:right;
	margin-bottom:20px;
}
.bodypart{
	padding:0 15px;
}
.inrbodypart{
	padding:0px 15px 30px 15px;
}
.thumbs h3{
	float:right;
	width:75%;
	padding-left:15px;
	margin:0;
	text-align: left;
}
.thumbs-hd{
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	vertical-align:top;
	color:#333;
	display:block;
        max-height: 58px;
        overflow: hidden;
}
.thumbs-hd:hover{
	text-decoration:none;
	color:#990000;
}
.writer-story{
	font-size:12px;
	color:#888;
	display:inline-block;
	float:left;
	margin-right:7px;
}
.thumbsimg{
	width:25%;
	float:left;
}
.thumbs img{
	width:100%;
	max-width:90px;
	height:90px;
	float:left;
        object-fit: cover;
}
.ads2{
	width:100%;
	float:left;
	margin-bottom:5px;
	background:#f2f2f2;
	text-align:center;
	padding:10px 0;
}
.thumblarge{
	width:50%;
	max-height: 80px;
	float:left;
	margin-bottom:40px;
	overflow-y: hidden;
}
.thumb-img{
	width:100%;
	float:left;
	max-width:110px;
        min-height: 80px;
        object-fit: cover;
}
.thumb-content{
	width:70%;
	float:left;
	padding-left:10px;
        height:80px;
}
.thumb-hd{
	margin:0 0 5px 0;
	vertical-align:top;
	font-size:16px;
	color:#333;
	display:inline-block;
	line-height:21px;
	max-height: 60px;
	overflow: hidden;
}
.thumb-hd:hover{
	color:#FF0000;
	text-decoration:none;
}
.thumb-para{
	font-size:15px;
	line-height:30px;
}
.special-news{
	background:#e8f5fd;
	padding:15px;
	text-align:right;
	margin-bottom:30px;
}
.special-news p{
     font-size: 15px;
     line-height: 30px;
}
.special-news h2{
	font-size:30px;
	color:#db2521;
	margin:0 0 20px 0;
}
.botom-ads{
	text-align:center;
	margin:15px 0;	
}
.botom-ads img, .allads{
	max-width: 100%;
}
footer{
	background:#f0f0f0;
	padding:20px 0 10px 0;
}
.fotr-abt{
	font-size:16px;
	line-height:36px;
	text-align:right;
        display:none;
}
.fotr-links{
	/*columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;*/
	padding:0;
	list-style: none;
	text-align:center;
	font-size:14px;
	width: 75%;
        margin: 0 auto;
}
.fotr-links li{
	display: inline-block;
}
.fotr-links li a{
	display:block;
	color:#333;
	padding:5px 15px;
	margin-bottom:10px;
	font-size: 11px;
	font-weight: bold;
}
.fotr-links li a:hover{
	text-decoration:none;
	color:#990000;
}
.fotrbtm{
	background: #f0f0f0;
        padding:10px 0;
	width:100%; 
	float:left;
	color:#000;
	font-size:12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center;
}
.copyrite{
	direction:ltr;
}
.lastbtm{
	padding:0;
	margin-bottom:10px;
	text-align:center;
        direction:ltr;
}
.lastbtm li{
	display:inline-block;
}
.lastbtm li a{
	display:block;
	color:#000;
	padding:0 10px;
}
.mrz15{
	margin-bottom:15px;
}
.thumb-content .newsinfo{
        float:left;
}
.newsinfo{
	list-style:none;
	padding:0;
	margin-top:5px;
	width:100%;
	float:left;
}
.newsinfo li{
	/*width: 33.333%;*/
	float:left;
	color:#888;
	padding:0 8px;
	font-size:12px;
	border-right:2px solid #a8a8a8;
	line-height:10px;
	height:10px;
	overflow: hidden;
}

.newsinfo li:first-child {padding-left:0;}
.newsinfo li:last-child{border:none;}
.social {float:right;}
.social a{
	margin:0 3px;
	color:#a8a8a8;
	font-size:14px;
	text-align:center;
	display:inline-block;
	transition:ease-out .2s;
}
.social a:hover{
	color:#000099;
}
.abt-writer{
	color:#888;
}
.abt-writer:hover{
	color:#000099;
}
.categry{
	color:#0000CC;
}
.categry:hover{
	color:#000033;
}
.inrstory-hd {
    width:100%;
    float:left;
}
.storyinr-hd{
	font-size:28px;
	font-weight:bold;
	letter-spacing: -0.5px;
	margin:0;
	padding-bottom:15px;
	color:#333;
        line-height: 40px;
}
.inrstory-hd .newsinfo{
	float: right;
	width:auto;
}
.storypic{
	margin:15px 0;
	padding:15px 0;
	border-top:1px solid #ccc;
	float: left;
	width: 100%;
}
.storypic img{
	display:inline-block;
}
.inrbodypart p,.storypara, .inrbodypart h1{
	font-size:16px;
	color:#343434;
	line-height:26px;
	text-align:justify;
	margin-bottom:15px;
	font-weight: 400;
}
.inrbodypart img{
  max-width:100%;
}
.ticker {
  margin: 0 auto;
  padding:5px 10px;
  width: 90%;
  border: #ccc 1px solid;
  position: relative;
  overflow: hidden;
  color:#000;
  height:36px !important;
  line-height:20px;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
  padding-top:3px;
}

.ticker ul li a { 
  color:#333; 
  font-size:15px;
  font-weight: 600;
}

.ticker ul li a:hover { 
	color:#333333; 
}

.sharehd{
	text-align:left; 
	color:#333; 
	font-family:sans-serif; 
	margin:15px 0;
}
.categryinr-hd{
	text-align:right;
	width:100%;
	float:left;
	color:#000099;
	margin:0 0 30px 0;
	border-bottom:1px solid #ccc;
	line-height:2;
	font-size:26px;
	padding-bottom:10px;
}
/*Comment Section*/
.widget-area.blank {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.widget-area {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
	float: left;
	margin-top: 30px;
	padding: 25px 30px;
	position: relative;
	width: 100%;
}
.status-upload {
	background: none repeat scroll 0 0 #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 100%;
}
.status-upload form {
	float: left;
	width: 100%;
}
.status-upload form textarea {
	background: none repeat scroll 0 0 #fff;
	border: medium none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	color: #777777;
	float: left;
	font-family: Lato;
	font-size: 14px;
	height: 142px;
	letter-spacing: 0.3px;
	padding: 20px;
	width: 100%;
	resize:vertical;
	outline:none;
	border: 1px solid #F2F2F2;
}

.status-upload form button {
	border: medium none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: right;
	font-family: Lato;
	font-size: 14px;
	letter-spacing: 0.3px;
	margin-right: 9px;
	margin-top: 9px;
	margin-bottom:9px;
	padding: 6px 15px;
}
.dropdown > a > span.green:before {
	border-left-color: #2dcb73;
}
.status-upload form button > i {
	margin-right: 7px;
}
.thumbnail {
    padding:0px;
}
.panel {
	position:relative;
}
.panel>.panel-heading:after,.panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.panel>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}
/*Comment Section Closed*/
.news-sections [class*="col-"]{
	float:right;
}
/*Contact Page*/
#contact-main{
    border: 10px solid #f1f1f1;
    padding:30px 20px;
    border-radius: 8px;
}
#contact{

}
.contct-hd{
	margin-bottom:25px;
	padding-bottom:15px;
	font-weight:600;
	border-bottom:1px solid #000;
}
#contact label{
	margin-bottom:10px;
}
#contact textarea{
	resize:none;
}
#contact .form-control{
    border-radius: 2px;
    border:1px solid #ccc;
}
.eng-name{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.mandtry{
	color:#FF0000;
}
.contact-btn{
    border-radius:3px;
    border:none;
    padding:10px 15px;
    width:120px;
    background:#003493;
    color:#fff;
}
.contact-btn:hover{
    background:#03235c;
    color:#fff;
}

#contact .row{
    margin-bottom:30px;
}
/*Contact Page Closed*/


/*New Design Css Update Here*/
/*special-thumb start*/

.thumblarge:nth-child(2), .thumblarge:nth-child(3), .thumblarge:nth-child(4) {
	width:33.33333%;
	float:left;
	padding: 10px 10px 30px 10px;
	margin-bottom: 20px;
	background: #f2f2f2;
	border-right: 5px solid #fff;
	min-height: 276px;
}
.thumblarge .thumb-para{
	display: none;
}
.thumblarge:nth-child(2) .thumb-content, .thumblarge:nth-child(3) .thumb-content, .thumblarge:nth-child(4) .thumb-content {
	width: 100%;
	padding: 0;
}
.thumblarge:nth-child(2) .thumb-img, .thumblarge:nth-child(3) .thumb-img, .thumblarge:nth-child(4) .thumb-img {
	max-width: 100%;
        height: 150px;
        min-height: 150px;
        margin-bottom: 6px;
}
.thumblarge:nth-child(4){
        border-right: none;
}
.thumblarge:nth-child(2) .thumb-content .thumb-hd, .thumblarge:nth-child(3) .thumb-content .thumb-hd, .thumblarge:nth-child(4) .thumb-content .thumb-hd {
	margin: 0;
	font-size: 16px;
	line-height: 21px;
        max-height: 66px;
        overflow: hidden;
        font-weight:700;
        margin-bottom:10px;
}
/*special-thumb end*/

.story-element-subheadline h2, .story-element-subheadline h3, .story-element-subheadline h4, .story-element-subheadline h5, .story-element-subheadline h6{
        line-height: 60px;
        font-size: 26px;
        font-weight:500;
        margin-bottom: 15px;
}
.feature-article>img{
       max-height:285px;
       min-height:285px;
}
.epaper-btn{
   width:100%;
   float:left;
   margin-top: 5px;
}
.epaper-btn img{
   width:100%;
   max-width:360px;
}
.feature-article a {
   max-height: 80px;
   overflow:hidden;
   text-align:left;
}
.feature-article a:before {
 position:absolute;
 left:10px;
 /*content:"..."*/
}
address, address h5{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px;}
.thumb-content .social {display:none; width: 0% !important;}
.homecatgry-hd{
	font-size:19px;
	color:#fff;
	margin-top: 20px;
	margin-bottom: 7px;
	font-weight: bold;
	background: #d80202;
	padding: 3px 10px 3px 10px;
}

