@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@font-face {
    font-family: 'NHGRegular';
    src: url('../font/NHGRegular/NHGRegular.eot');
    src: url('../font/NHGRegular/NHGRegular.eot') format('embedded-opentype'),
         url('../font/NHGRegular/NHGRegular.woff2') format('woff2'),
         url('../font/NHGRegular/NHGRegular.woff') format('woff'),
         url('../font/NHGRegular/NHGRegular.ttf') format('truetype'),
         url('../font/NHGRegular/NHGRegular.svg#NHGRegular') format('svg');
}

@font-face {
    font-family: 'NHG55';
    src: url('../font/NGH55/NHG55.eot');
    src: url('../font/NGH55/NHG55.eot') format('embedded-opentype'),
         url('../font/NGH55/NHG55.woff2') format('woff2'),
         url('../font/NGH55/NHG55.woff') format('woff'),
         url('../font/NGH55/NHG55.ttf') format('truetype'),
         url('../font/NGH55/NHG55.svg#NHG55') format('svg');
}

@font-face{
	font-family:'urdu_font';
	src:url('http://cdn.urdupoint.com/daily/font-styles/urdupoint.com-webfont.eot');
	src:url('http://cdn.urdupoint.com/daily/font-styles/urdupoint.com-webfont.eot?#iefix') format('embedded-opentype'),
	url('http://cdn.urdupoint.com/daily/font-styles/urdupoint.com-webfont.woff') format('woff'),
	url('http://cdn.urdupoint.com/daily/font-styles/urdupoint.com-webfont.ttf') format('truetype'),
	url('http://cdn.urdupoint.com/daily/font-styles/urdupoint.com-webfont.svg#NafeesRegular') format('svg');
	font-weight: normal;
	font-style: normal;	
}

body {	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.single .hentry .entry-content, .page .hentry .entry-content {
	font-size: 15px;	
}

.header_languages {
	clear: both;
	float: right;
    font-size: 20px;
	font-family: 'NafeesWeb';	
}

.header_right_buttons a {
	color: #fff;
	background: #ee3224;
	text-transform: uppercase;    
    padding: 8px 15px;
}

#menu-header-menu {
	clear: both;
    float: right;	
}

#menu-header-menu li {
	float: left;
	list-style-type: none;
}

#menu-header-menu a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
	margin-right: 25px;
	font-weight: 700;
}

#colophon #site-info .copyright {
	clear: both;
	float: right;
}
 
.copyright p {
	color: #fff;
	font-size: 13px;
}

body .copyright p a {
	color: #fff !important;
	text-decoration: underline;
}

.mission {
	font-family: georgia;
	font-size: 24px;
    color: #FFF;
	margin: 50px 10px 10px;
    line-height: 35px;
}

.mission_urdu {	
	font-size: 24px ;
    color: #FFF;
	margin: 50px 10px 10px;
    line-height: 35px;
	text-align: right;
}

.site-footer {
	background: #000;
	border-top: 10px solid #ee3224;
	position: relative;
}

body #menu-footer-menu li {
	float: left;
}

body #menu-footer-menu a {
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

#sidebar-footer h3 {
	font-size: 15px;
}

#sidebar-footer .widget:before {
	width: 0;
}

.widget-title, #sidebar-footer .widget-title {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;	
	font-weight: 700;
}

#sidebar-footer .widget-title {
	margin-bottom: 15px;
}

#sidebar-footer a {
	color: #fff !important;		
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 13px;
}

.site-header #branding a {
	width: 260px;
	height: 120px;
	background-size: contain;
}

.site-header #branding h1:hover {
	opacity: 0.8;
}

.mit_pk_logo {
	display: none;
}

.site-header #branding_urdu a {
	width: 260px;
	height: 140px;	
}

.site-header #branding_urdu a {
	display: block;
	text-indent: -9999px;
    background-image: url(../img/logo_urdu.png);
    background-repeat: no-repeat;
    background-position: left center !important;
    height: 140px;
    width: 260px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#sidebar-footer a {
	text-align: center;
}

.dropcap:first-letter {
	color: #ee3224;
}

h1, h2, h3, h4, h5, h6, .entry-title {
	color: #000;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

#menu-latest li, #menu-features li, #menu-reviews li, #menu-views li, #menu-q-a li, #menu-news-analysis li {
	text-align: center;
}

.single  .entry-content a {
	color: red;
}

.single  .entry-content a:hover {
	text-decoration: underline;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.green_heading {
    color: #ee3224;
    font-size: 25px;
    font-weight: 700;
}

h1, h2, h3 {
	line-height: 35px;
}

h3 {
	margin: 0;
}

.alert_area {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
	padding: 20px 25px 5px;
    margin-bottom: 30px;
}

.alert_area ul {
	margin: 0;
}

.alert_area ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.alert_area ul li:before {
	content: "\00B7";
    color: #ee3224;
    font-size: 45px;
    float: left;
    padding-right: 6px;
}

.gform_title {
	display: none;
}

.gform_body {
	width: 50%;
}

#sidebar-footer .widget_nav_menu {
	width: 100%;
}
 
.navbar .nav>.color-blue a:hover, .navbar .nav>.color-blue a:active, .navbar .nav>.color-blue a:focus {
	color: #ee3224!important;
}
 
.navbar .nav>.color-blue.current_page_item>a, .navbar .nav>.color-blue.current-menu-item>a, .navbar .nav>.color-blue.current-post-ancestor>a, .navbar .nav>.color-blue.current-menu-parent>a, .navbar .nav>.color-blue.current-menu-ancestor>a {
	color: #ee3224!important;
}
 
.widget.news-category .color-blue.category-title a {
	color: #ee3224;
}

.widget.news-category .category-title a.active {
	color: #ee3224;
}

body .widget.news-category .category-title, .home #primary .dw_focus_videos .category-title {	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	padding: 5px 0 1px;
}

#dw_focus_news_carousel-3 {
	clear: both;
}

#dw_focus_news_carousel-3 h3 {
	padding: 15px 0 10px !important;
}

#site-tools {
	display: none;
}

.magazine_analysis {
    display: block;
}

.magazine_analysis h4 {
	font-size: 13px;
    margin: 5px 0;
    font-weight: 700;
}

.magazine_analysis h5 {
	font-size: 16px;
	margin: 0;
}

#post-1447 .container  {
	border: none;
}

.magazine_analysis_section .span3 p {
	display: none;
}

.magazine_features_section  .span3 p:first-child  {
	display: none;
}

.magazine_features_section .magazine_analysis {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-id-1447 #comments {
	display: none;
}

.news-slider .carousel {
	width: 652px;
}

.dw_focus_categories .entry-content {
	color: #333;
}

.dw_focus_categories .entry-meta a {
	margin-right: 15px;
}

.single .site-content>.hentry .entry-content {
	max-width: 700px;
    width: 700px;
	max-width: 100%;
    width: 95%;
    float: none;
    padding: 0 20px;
}

body .news-slider .carousel .carousel-inner .entry-title {
	font-size: 30px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	font-family: 'NHGRegular';
	text-shadow: 5px 5px 6px #000;
}

body .news-slider .carousel .carousel-inner .entry-title span {
	color: #f19738;
	font-weight: 700;
	display: block;
}

.postid-1618 .entry-thumbnail {
	display: none;
}

.desktop .news-slider .carousel .carousel-inner .entry-header-inner a {
	opacity: 1;
	z-index: 9999;
	position: relative;
	font-size: 30px;
}

.news-slider .carousel .carousel-inner .entry-thumbnail:before {	
	height: 10%;
	z-index: 9999;
}

.news-slider .carousel .carousel-inner .entry-header {
	bottom: 25px;
}

.news-slider .carousel-list .other-entry a {
	color: #dbdad8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;	
}

#mit_emtech {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.container {
	border-color: #333;
}

body #main>.container>.row {
	background: url(../img/sidebar_border.jpg) repeat-y 961px;
}

#menu-item-1452 a, #menu-item-2406 a {
	background: url(../img/social_icon_twitter.jpg) no-repeat
}

#menu-item-1453 a, #menu-item-2405 a {
	background: url(../img/social_icon_facebook.jpg) no-repeat;
}

#menu-item-1454 a, #menu-item-2407 a {
	background: url(../img/social_icon_linkedin.jpg) no-repeat;
}

#menu-item-1455 a, #menu-item-2408 a {
	background: url(../img/social_icon_google.jpg) no-repeat;
}

#menu-item-1719 a, #menu-item-2409 a {
	background: url(../img/social_icon_rss.jpg) no-repeat;
}

#menu-item-11887 a {
	background: url(../img/social_icon_instagram.png) no-repeat;
	margin-right: 0;
}

#menu-item-12370 a {
	background: url(../img/social_icon_rss_pinterest.png) no-repeat;
	margin-right: 0;
}

#menu-item-1453 a, #menu-item-1452 a, #menu-item-1454 a, #menu-item-1455 a, #menu-item-1719 a, #menu-item-2405 a, #menu-item-2406 a , #menu-item-2407 a, #menu-item-2408 a, #menu-item-2409 a, #menu-item-11887 a, #menu-item-12370 a {
	float: left;
	background-size: contain;
	width: 35px;
	height: 35px;
	display: block;
	margin-right: 10px;
	text-indent: -9999px;
}

#menu-item-1453 a:hover, #menu-item-1452 a:hover, #menu-item-1454 a:hover, #menu-item-1455 a:hover, #menu-item-1719 a:hover, 
#menu-item-2405 a:hover, #menu-item-2406 a:hover, #menu-item-2407 a:hover, #menu-item-2408 a:hover, #menu-item-2409 a:hover {
	opacity: 0.8;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;	
}

#sidebar-footer-5 {
	width: 300px;
}

.footer_logo_area {
	float: left;
	background: url(../img/footer_logo.jpg) no-repeat;
	width: 260px;
	height: 120px;
	display: block;
	margin-right: 100px;
}

.home .entry-content p {
	text-align: left;
}

/*.entry-content p {
	text-align: justify;
}*/

.entry-content p a {
	color: #ee3224;
}

.entry-content p a:hover {
	text-decoration: underline !important;
}

.footer_area a {
	color: #fff !important;
    font-size: 13px;
    margin-right: 15px;
}

.footer_area {
	margin-top: 90px;
}

.time_diff {
	display: none;
}

#under-navigation .dw_focus_headlines .widget-title {
	font-size: 14px;
}

#under-navigation .dw_focus_headlines .headlines a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
    margin: 0 0 15px;
}

.single .entry-content p {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17.5px;
    line-height: 28px;
    color: #222;
}

body .su-tabs {
	background: #ee3224;
	background: #333;
}

body .su-tabs-nav span {
	color: #fff;
	font-weight: 700;
}

.su-tabs-nav span.su-tabs-current {
	color: #333;
}

.su-tabs-nav span:hover {
	color: #333;
}

.red_text {
	color: #ee3224;
}

.mit_bio_section h4 {
	font-size: 18px;
}

.teams_bio_section h3 {
	text-decoration: underline;
}

#nav_menu-8 {
	float: right;
}

#nav_menu-8 .widget-title {
	font-size: 20px;
	margin-bottom: 10px;
}

#nav_menu-8 ul {
	margin: 0;
}

blockquote {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-family: 'NHGRegular';
}

.co-author {
	display: none;
}

.single .entry-date {
	display: none;
}

.single .site-content>.hentry .entry-meta {
	padding-bottom: 40px;
}

.itu_ad_section {
	border: 1px solid #cecece;
	width: 228px;
}

.article_thumbnail {
	width: 110px;
	height: 110px;
}

.teaser_text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	line-height: 25px;
    margin-bottom: 20px;
	text-align: left !important;
	
	font-size: 22px;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left !important;
}

#execphp-2 {
	float: right;
}

body .execphpwidget {
	width: 100%;
}

#nav_menu-6 {
	float: right;
	margin-right: 40px;
	width: 550px;
}

#menu-item-20328 a {
	margin-right: 0;
}

.header_cover_area {
	float: right;
}

.header_cover_area img {
	width: 116px;
}

.social-links {
	display: none !important;	
}

.header_social_icons a {
	float: left;
	margin-right: 10px;	
}

.header_social_icons a:last-child {
	margin-right: 10px;	
}

.header_social_icons .facebook {
	background: url(../img/social_icon_facebook.jpg) no-repeat;
}

.header_social_icons .twitter {
	background: url(../img/social_icon_twitter.jpg) no-repeat;	
}

.header_social_icons .google {
	background: url(../img/social_icon_google.jpg) no-repeat;	
}

.header_social_icons .linked {
	background: url(../img/social_icon_linkedin.jpg) no-repeat;	
}

.header_social_icons .rss-feed  {
	background: url(../img/social_icon_rss.jpg) no-repeat;	
}

.header_social_icons .instagram  {
	background: url(../img/social_icon_instagram.png) no-repeat;	
}

.header_social_icons .pinterest {
	background: url(../img/social_icon_rss_pinterest.png) no-repeat;	
}

.header_social_icons .facebook, .header_social_icons .twitter, .header_social_icons .google,
 .header_social_icons .linked, .header_social_icons .rss-feed, .header_social_icons .instagram, .header_social_icons .pinterest   {
	background-size: contain;
	width: 35px;
    height: 35px;
	display: block;	
}	

.header_social_icons .facebook:hover, .header_social_icons .twitter:hover, .header_social_icons .google:hover,
 .header_social_icons .linked:hover, .header_social_icons .rss-feed:hover, .header_social_icons .instagram:hover,
.header_social_icons .pinterest:hover {
	opacity: 0.9;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

#text-2 {
	float: right;
    margin-right: 31px;
    margin-bottom: 45px;
    margin-top: 15px;
}

#text-7 {
		text-align: center;
}

#text-8 {
	width: 730px;
	margin: 0 auto 120px;
}

#sidebar-header .widget_text {
    overflow: visible;
}

#sidebar-header {
	float: right;
	width: 70%;
}

#top_nav_bar {
	background: #333333;
	border-bottom: 3px solid #ee3224;
	padding: 4px 0 0;
	height: 35px;
}

#menu-global-sites-menu li, #menu-global-sites li{
	float: none;
	list-style-type: none;
}

#menu-global-sites-menu li:last-child, #menu-global-sites  li:last-child {
	margin-right: 0;
}

#menu-global-sites-menu li a, #menu-global-sites li a {
	color: #fff;
    font-size: 16px;
	display: block;
	padding: 10px 20px;
}

#menu-global-sites-menu li a:hover, #menu-global-sites li a:hover {
	background: #000;
}

.menu-global-sites-menu-container {
	width: 180px;
    background-color: #333;
    position: relative;
	position: absolute;
    z-index: 9999;
	top: 38px;
}

#menu-global-sites-menu, #menu-global-sites {
	display: none;
	padding: 0;
    margin: 0;
}

.global_editions {
	float: left;
	background: url(../img/globe_icon.png) no-repeat 0 5px;
    display: block;
    padding-left: 30px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
	margin: 0;
	cursor: pointer;
	width: 130px;
}

.language_select a {
	float: right;
	color: #fff;
}

#urdu_lang {
    font-family: "urdu_font";
    font-size: 28px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
}

#english_lang {	
	/*background: rgba(0, 0, 0, 0) url("../img/american_flag_icon.jpg") no-repeat scroll 80px 0;*/
    font-size: 18px;
    height: 25px;
    line-height: 27px;
    margin-top: 5px;
    /*adding-right: 55px;*/
}

.sidebar_editors_block h3 {
	font-size: 26px;
    margin: 0 auto 5px;
}

.sidebar_editors_block img {
	margin-bottom: 15px;
	border: 1px solid grey;
    width: 235px;
}

.sidebar_editors_block a {
    color: #ee3224;
}

.sidebar_editors_block a:hover {
	text-decoration: underline;
}

.sidebar_editors_block i {
	margin-left: 5px;
}

.featured_image {
	margin-bottom: 30px;
}

body.error404 {
	background: none;
}

.wwm_facebook {
	background-position: 0px -34px !important;
}

.wwm_twitter {
	background-position: -68px -34px !important;
}

.wwm_gplus {
	background-position: -137px -34px !important;
}

.wwm_social_share wwm_top_right {
	display: block !important;
}

#text-13 h3 {
	display: none;
}

#sidebar-footer .widget {
	padding: 0;
}

#sidebar-footer {
	margin: 20px -20px 0;
    padding: 20px 20px 0;
    position: relative;
}

.essb_counter {
	font-size: 13px !important;
}

body .essb_links_list li.essb_totalcount_item .essb_t_l_big .essb_t_nb:after, 
body .essb_links_list li.essb_totalcount_item .essb_t_r_big .essb_t_nb:after {
	font-weight: 700;
	color: #737373 !important;
}

body .essb_totalcount .essb_t_nb {
	line-height: 24px!important;
}

.entry-action {
	display: none;
}

.page  .essb_link_comments {
	display: none !important;
}

body .gform_wrapper .top_label input.medium, body .gform_wrapper .top_label select.medium {
	border-radius: 5px;	
	width: 100%;
}

body .gform_wrapper .left_label input.medium, body .gform_wrapper .left_label textarea.medium, body .gform_wrapper textarea.medium {
	border-radius: 5px;
	width: 100%;
}

body .gform_wrapper .hidden_label input.large, body  .gform_wrapper .hidden_label select.large, body  .gform_wrapper .top_label input.large, body  .gform_wrapper .top_label select.large {
	border-radius: 5px;
	width: 100%;	
}

body #gform_1 label {
	margin-bottom: 10px;
}

body .gform_wrapper .gform_footer.left_label, body .gform_wrapper .gform_footer.right_label {
	margin-left: 0;
}

.subscribe_btn {	
	color: #fff;
    background: #fff;
    padding: 20px 20px 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #31302B;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    /*border-left: 8px solid #ee3224;*/
    float: right;
    margin-right: 100px;
    margin-top: 30px;
}

.subscribe_btn a {
	color: #ffffff;
}

.subscribe_btn:hover {
	color: #fff;
	/*box-shadow: inset 250px 0 0 0 #ee3224;*/
	background: #ee3224;
}

.subscribe_btn:hover a {
	color: #fff !important;
}

.entry-content .subscribe_btn a {
	color: #333333;
}

.custom_post_block {
	clear: both;
	margin-bottom: 100px;
}

.careers_single_block .entry-title {
	margin-bottom: 30px;
}

.careers_single_block span {
	clear: both;
    float: left;
    font-size: 15px;
    width: 220px;
    font-weight: 700;
}

.careers_single_block_content {
	margin-top: 50px;
}

.careers_single_block_content p {
	font-size: 15px;
}

.custom_post_block a {
	float: left;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
}

.apply_btn {
	float: right;
	border: 1px solid #FF0000;
    border-radius: 5px;
    padding: 5px 10px;
}

.apply_btn a {
	line-height: 30px;
}

.careers_single_block_btn {
    border-radius: 5px;
    border: 1px solid red;   
    text-align: center;
    padding-top: 15px;
	width: 165px;
    height: 35px;
}

.careers_single_block_btn a {
	font-weight: 700;
    font-size: 21px;
	width: 165px;
    height: 35px;
	display: block;
}

#post-2731 .entry-thumbnail {
	display: none;	
}

input[type="text"], select, textarea {
	border: 1px solid #888;
    height: 30px;
    border-radius: 2px !important;
}

.video_area {
    width: 100%;
    margin: 0 auto 40px;
}

.carousel-inner .entry-date {
	display: none;
}

.archive .entry-meta, .category .entry-meta {
	display: none;
}

body .icon-post-format {	
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f04b";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
}

body .icon-file-alt:before {
	content: "\f04b";
}

.related_post_title {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 25px;
}

.related_post {
	margin: 0 0 10px 0;
}

ul.related_post li {
	float: left;
	width: 22% !important;
	margin: 10px 25px 10px 0px !important;
	list-style-type: none;	
}

ul.related_post li:last-child {
	margin: 10px 0 10px 0 !important;	
}

ul.related_post li a {
	border-bottom: 0;
	color: #222 !important;
    line-height: 19px;
    display: block;
}

ul.related_post li a:hover {
	color: red;
}

ul.related_post li img {
    width: 150px;
    /*height: 95px;*/
	margin-bottom: 10px;
	display: block;
}

body .gform_footer .button {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

body .gform_footer .button:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.header_cover_area_btn {
	color: #fff;
    background: #333;
    padding: 11px 13px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;   
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #31302B;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	/*border-left: 8px solid #ee3224;*/
	position: absolute;
    display: block;
}

.header_cover_area_btn:hover {
    color: #FFF;
	/*box-shadow: inset 200px 0 0 0 #ee3224;*/
	background: #ee3224;
}

.deal_ribbon {
	border: 30px solid #594DFB;
	height: 200px;
	border-bottom: 30px solid transparent;
}

#dw_focus_news_carousel-3 .category-title {
	color: #ee3224;
}

.page-id-1867 ul {
	margin: 0 0 10px 30px;
}

.page-id-1867 ul li li {
	margin-bottom: 10px;
}

.entry-content ul li {
	margin-bottom: 15px;
}

.deal_block_1, .deal_block_2 {
	float: left;
	width: 300px;
	margin-right: 30px;
}

#subscribe_list {
    margin-top: -15px;
}

#subscribe_list li {
	margin-bottom: 0;
}

.subscribe_text_heading {
	color: #fff;
    background-color: #ee3224;
    padding: 6px 15px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 10px gray;
	width: 50%;
}

#gform_confirmation_message_1 {
    color: #ee3224;
    font-size: 20px;	
}

body .gform_wrapper .left_label .gfield_label {
	width: 100%;
}

body .gfield_radio, body .gform_wrapper .left_label ul.gfield_radio {
	width: 100%;
    padding: 0;
    margin: 0 !important;
}

body .gform_wrapper form ul.left_label li ul.gfield_radio li, body .gform_wrapper ul.left_label li ul.gfield_radio li {
	margin-bottom: 0;
}

#post-2793 .entry-thumbnail {
	display: none;
}

.scroll-top {
	background: url(../img/slide-to-top-arrow.png) no-repeat center #ee3224;
	background-size: 17px;	
    opacity: 1;
	width: 40px;
    height: 35px;
}

.desktop .top-news .entry-meta {
	display: none;
}

.related_posts_area {
	clear: both;
	font-weight: 700;
    margin-top: 40px;
    margin-bottom: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    line-height: 38px;
    color: #000;
    text-shadow: 0 0 0 #000;
    margin: 20px 0;
    font-size: 15px;
    font-family: "NovecentowideNormalRegular",Georgia,"Times New Roman",Times,serif;
    letter-spacing: 1px;
    text-transform: capitalize;
	margin-top: 70px;
}

.single_tags {
	clear: both;
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.single_tags a {
	font-weight: 400;
}

.related-post {
	display: none;
}

#secondary {
	width: 240px;
	margin-left: 37px;
}

#execphp-4 h3 {
	color: #ee3224 !important;
    font-size: 16px !important;
    padding: 5px 0 2px;
}

.editors-block img {
	margin-bottom: 15px;
}

.editors-block strong a {
	color: #000;
	font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.editors-block a{
    color: #ee3224;
}

.editors_block_heading {
	clear: both;
	border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}

.editors_block_heading p {
	margin-top: 10px;
	margin-bottom: 0;
}

.editors_block_heading a {
	color: #ee3224;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: 700;
    padding: 5px 0 1px;
	text-transform: uppercase;	
}

.editors_pick_block_first {
	float: left;
    width: 50%;
    margin-right: 20px;
    border-right: 1px solid #dddddd;
    padding-right: 20px;
	padding-top: 20px;
	margin-bottom: 30px;
}

.editors_pick_block_top_space {
	padding-top: 20px;
}

.editors_pick_block {
    float: left;
    width: 45%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
}

.editors_pick_block img {
	float: left;
	width: 125px;    
    margin-right: 20px;
}

.editors_pick_block_first h4 {
	font-size: 20px;
    margin: 15px auto 10px;
}

.editors_pick_block h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
    font-size: 15px;
    color: #000;	
}

.editors_pick_block_first p a {	
	color: #ee3224;
}

.previous_post_link {
	clear: both;
	float: left;
	width: 45%;
	margin-bottom: 10px;
}

.next_post_link {
	float: right;
	width: 45%;
	text-align: right;
	margin-bottom: 10px;
}

.previous_post_link a, .next_post_link a {
	display: block;
}

.single .entry-header .entry-title {
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	
	font-weight: 700;
    font-size: 35px;
    font-family: 'NHG55';
}

body .widget .entry-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px !important;
	font-weight: 700;
}

.navbar .nav li a {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
	font-size: 16px;
	padding: 12px 18px 8px;
}

#menu-main-menu li a {
	text-transform: capitalize !important;	
}

.site-header #header {
	margin: 20px 0 0;
}

#post-3450 .entry-thumbnail {
	display: none;
}

body .entry-thumbnail {
	text-align: left;	
}

body .single .entry-thumbnail {
	border: 1px solid #cecece;
}

#menu-item-3730 {
	display: none;
}

#post-3656 .post-categories {
	display: none;
}

#post-3656  .entry-meta {
    padding-bottom: 0px;
}

.from_editor_block, .from_editor_block_urdu {
	clear: both;
	margin: 20px 0 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.from_editor_block_urdu p {
	text-align: right;
}

.from_editor_block img, .from_editor_block_urdu img {
	float: left;
	margin-right: 25px;
}

.from_editor_block_space {
	margin-top: 45px;
}

#post-3656 .wp_rp_content, #post-3656 .previous_post_link, #post-3656 .next_post_link, #post-3656 .single_tags {
	display: none;
}

.editorial_link_prev {
	float: left;
    margin-top: 35px;
    font-weight: 700;
	margin-bottom: 30px;
}

.editorial_next_link {
	float: right;
    margin-top: 35px;
    font-weight: 700;
	margin-bottom: 30px;
}

.editorial_link_next {
	float: right;
    margin-top: 35px;
    font-weight: 700;
	margin-bottom: 20px;
}

.editorial_link_next a, .editorial_link_prev a {
	color: #ee3224;	
}

.author_bio {
	border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 50px;
    font-style: italic;
}

.author_bio a {
	font-weight: 700;
}

#side_block {
	float: left;
	width: 30%;
	margin-right: 30px;
}

#menu-item-5479 {
	display: none;
}

.us_box {
	color: #fff !important;
}

#menu-item-7127 {
	display: none;
}

#menu-item-7204 {
	display: block;
    color: #fff;
    background: #ee3224;
    text-transform: uppercase;
    margin-right: 0;
}

.author_name  {
	/*font-size: 20px;
	margin-bottom: 15px;
    display: block;*/
	
	display: block;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-family: 'NHG55';
    font-weight: 300;
    font-size: 20px;
    margin-top: 35px;
	padding: 0 20px 30px;
}

.magazine_read_more {
	font-weight: 700;
}

.magazine_section_heading {
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.magazine_article_heading {
	border-top: 1px solid #000;
    padding: 10px 0;
    line-height: 30px;
    min-height: 60px;
    font-size: 20px;
}

.magazine_section_heading a {
	color: #000 !important;
}

.featured_story_title a {
	color: #000 !important;
}

.essb_link_whatsapp {
	display: none !important;
}

.magazine_subscribe_area {
	background: url("http://www.technologyreview.pk/tech_dev/wp-content/uploads/2016/03/magazine_background.jpg") no-repeat;
    width: 100%;
    height: 320px;
    background-size: 100%;
    padding: 60px;
}

.magazine_subscribe_area h3 {
	padding-top: 30px;
    color: #ee3224;    
    font-size: 45px;
}

.magazine_subscribe_area h4 {
    font-size: 22px;
    padding-top: 30px;
}

.magazine_subscribe_area p {
	margin-bottom: 0;
	font-size: 18px;
}

.magazine_subscribe_area .subscribe_btn {
	float: left;
	background: #fff;
    border-radius: 5px;
    margin-top: 30px;
    width: 210px;    
    padding-left: 10px;
}

.magazine_subscribe_area img {
	float: left;
    width: 250px;
    margin-right: 30px;
    border: 1px solid #000;
}

.magazine_links {
	clear: both;
	margin-top: 20px;
}

.magazine_links a {
	color: #ee3224;
	font-size: 18px;
}
	
.magazine_links a:last-child {
	float: right;	
}

.itu_ad {
	display: block;
	margin-top: 10px;
}

.business_report_block_area {
	background: url("http://www.technologyreview.pk/tech_dev/wp-content/uploads/2016/03/magazine_background.jpg") no-repeat;
	width: 100%;
    height: 230px;
    background-size: 100%;
    padding: 60px 35px;
}

.business_report_block_left_area {
	float: left;
    width: 400px;
    margin-right: 30px;
	text-align: right;
}

.business_report_block_left_area .magazine_article_heading {
	border-top: none;
	font-size: 30px;
	min-height: 20px;
	border-bottom: 1px solid #000;
}

body .business_report_block_left_area p {
	text-align: right;
	font-size: 20px;
    line-height: 30px;
}

.business_report_block_right_area {
	float: left;
	width: 400px;
}

.wp-caption-text, .entry-caption {
	font-size: 15px;
    line-height: 20px;
    font-style: italic;
}

.postid-10225 .wp-caption-text {
	text-align: center !important;
	font-size: 20px !important;
    line-height: 35px !important;
}

mark {
	background: transparent !important;
}

.business_report_section {
	clear: both;
    background: #e4eff9;
    height: 420px;
    width: 100%;
    padding: 25px 10px 0px;
    margin-bottom: 30px;
}

#year_2015, #year_2016 {
	display: none;
}

#report_change_section {
    border-top: 4px solid #000;
	border-bottom: 1px solid #999;
    width: 100%;
    padding: 10px 0;
	margin-bottom: 40px;
}

#report_change {
	background: none;
}

#report_change_section h2 {
	float: right;
	font-size: 25px;
}

#report_change_section p {
	margin: 0;
}

.single .site-content>.hentry .post-categories li {
	padding: 3px 10px 0;
}

#menu-item-11408 {
	display: none;
}

.magazine_article_heading a {
		color: #000 !important;
}

.dawn_section {
    border-top: 1px solid #999;
    padding-top: 20px;
}
	
.dawn_section img {
	margin: 10px auto 0;
}

.dawn_section strong p {
	margin: 0 0 15px;
}

.dawn_section p {
    margin-bottom: 0;
}

#execphp-19 {
	display: none;
}

.black-border {
	margin: 50px auto 20px;
	border-bottom: 1px solid grey;	
}

.drop_quotes_left {
	text-align: center;
    border-bottom: 1px solid gray;
    padding: 25px 0 15px;
    border-top: 1px solid gray;
    float: left;
    width: 350px;   
    margin: 20px 30px;
}

.drop_quotes_right {
	text-align: center;
    border-bottom: 1px solid gray;
    padding: 25px 0 15px;
    border-top: 1px solid gray;
    float: right;
    width: 350px;   
    margin: 20px 30px;
}

.drop_quotes_left p, .drop_quotes_right p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}


.drop_quotes_left h4, .drop_quotes_right h4 {
    font-size: 20px;
}

.postid-13745 .sti .sti-share-box {
	display: none;
}

.postid-14541 .entry-thumbnail {
	border: 1px solid #888;
}

.post-14770 .entry-thumbnail {
	border: 2px solid #8BC33C;
}

.seed_block {
	background: #ebf4de;
	padding: 20px 25px 5px;
	border: 1px solid #8BC33C;
	margin-bottom: 20px;
}

.wp-caption-text {
	text-align: left !important;
}

.essb_link_gmail  a {
	margin-top: 42px !important;
}

.nav-tabs a {
	font-family: Arial, Helvetica, sans-serif;
}

.news-slider .carousel .carousel-inner .entry-category {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.teradata_block {
	text-align: center;
    border: 1px solid #2D5B99;
    padding: 20px;
}

#menu-item-15568 .sub-menu {
	display: none;
	position: absolute;
    background: #000;
    margin-left: -2px;
    padding: 0 0 20px 20px;
    width: 220px;
    z-index: 10;
    margin-top: 12px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#menu-item-15568 .sub-menu li a {
	color: #fff;    
    padding: 5px 0 0 0;
    margin-top: 10px;
    display: block;
}

#menu-item-15568 .sub-menu li {
	width: 100%;
}

#menu-item-15580 a {
	margin-right: 0;
    border-top: 2px solid #fff !important;
}

#menu-item-15581 a {
	border-top: 2px solid #fff !important;
}

#menu-item-15568 a {
	padding: 15px;
    margin-right: 15px;
	transition: 0s;
	padding-left: 12px;
}

#menu-item-15568 a:hover {
    background: #000;
    color: #fff;	
}

#post-15791 .entry-thumbnail {
	border: 1px solid #0d0410;
}

.electricity_access li {
	margin-bottom: 0px !important;
}

.background {
	display: none;
}

#menu-item-16563, #menu-item-16562 {
	display: none;
}

.gform_body {
	width: 50% !important;
}

#label_1_8_0, #label_1_8_1 {
	padding-top: 5px;
    margin-bottom: 0 !important;
}

body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	width: 100%;
}

.wpcf7 label {
    font-weight: 700;
    font-size: 15px;
}
	
.wpcf7 label span {
	color: red;
}

.wpcf7 input[type="text"]{
	width: 450px;
    margin: 0;
    height: 30px;
    padding: 3px;
}

.picture_credit_block {
	font-family: Arial, Helvetica, sans-serif;
    margin-top: -20px;
    margin-bottom: 25px;
    font-style: italic;
    font-size: 16px;
    color: #696969;	
}

.fact_box {
	background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 20px 25px 5px;
    margin-bottom: 30px;	
}

.red_heading {
	color: #ee3224;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-bottom: 15px;
}

blockquote p {
    font-size: 18px;
    border-left: 1px solid #bbb;
    padding-left: 10px;
    color: #222;
}

#menu-item-18612, #execphp-24 {
	display: none;
}

#text-36 {
	display: none;	
}

#execphp-8 {
	display: none;
}

body .amazingslider-nav-thumbnail-tite-1 {
	font-size: 16px;
    line-height: 20px;
}

.forensic_block {
	background: #e1e3e5;
    padding: 20px 20px 5px 20px;
    margin-bottom: 30px;
}

.pvc_stats {
	display: none;
}

.hide_this {
	display: none;
}

.video_center {
	margin: 0 auto;
    width: 85%;
}

.postid-19955 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17.5px;
    line-height: 28px;
    color: #222;
}

.teaser_text_area, .teaser_text { 
	font-family: 'NHG55';
    font-weight: 300;
    font-size: 20px;
	line-height: 30px;
	padding: 0 20px;
}

.postid-19955 .author_name {
	display: block;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-family: 'NHG55';
    font-weight: 300;
    font-size: 20px;
    margin-top: 35px;
}

.postid-19955 .entry-header .entry-title {
	font-weight: 700;
    font-size: 35px;
    font-family: 'NHG55';	
}

.postid-19955 .social_share_icons {
	display: none;
}

.postid-19955 .social_share_icons_2 {
	display: block;
}

.social_share_icons_2 {
	display: none;
}

.article_published {
	display: inline;
}

.single .article_published, .postid-19955 .article_published {
	display: inline;
	margin-left: 40px;
}

.single .article_published span, .postid-19955 .article_published span {
	display: none;
}

.single .entry-content ul li, .postid-19955 .entry-content ul li {	
    font-family: Georgia, "Times New Roman", Times, serif;    
    line-height: 22px;    
	
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17.5px;
    line-height: 28px;
    color: #222;
}

.postid-19955 .teaser_text {
	font-size: 22px;
    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left !important;
}

.page-id-2627 .featured_image {
	display: none;
}

.widget .entry-title {
	line-height: 18px;
}

.widget .entry-title a {
	color: #222;
}

#text-21 {
	display: none;	
}

.istanbul_content_ad {
    border-top: 1px solid #000;
    padding-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;	
}

#text-50 {
    float: right;
    width: 275px;
	margin: 30px;
}

.quick_fact_block p {
    float: none;
	width: 90%;
    margin-right: auto;
    border: 2px solid red;
    padding: 10px 15px 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: 'NHG55';
    font-family: Georgia, "Times New Roman", Times, serif;
}

.postid-21944 #primary .entry-thumbnail {
	border: 1px solid #737373;
}

.postid-22012 #primary .entry-thumbnail {
	border: 1px solid #242021;
}

.urdu_search_bar .header_social_icons {
	display: none;
}

#sidebar_editors_block_more {
	background: #fff;
    color: #ee3224;
    border: 1px solid #ee3224;	
    margin-top: 15px;
    display: block;
    width: 130px;
    text-align: center;
    padding: 5px 0;
	font-size: 14px;
}

#sidebar_editors_block_more:hover {
    background: #ee3224;
    color: #fff;
	border: 1px solid #ee3224;
}

#text-9 {
	display: none;
}

.essb_link_google .essb_counter {
	background: transparent !important;
    color: transparent !important;
}

.featured_story_title {
    font-size: 28px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 20px;	
}

.gray_box {
	background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 20px 25px 20px;
    margin-bottom: 30px;
}

.essb_link_comments {
	padding: 0 1px !important;
}


.essb_link_comments a {
	padding: 6px !important;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 15px;
}

center {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17.5px;
    line-height: 28px;
    color: #222;
}

#text-53 #mc_embed_signup .mc-field-group input {
padding: 5px 0;
border: 1px solid #888;
}

#text-53 input[type="text"] {
    height: auto;
}

#text-53 #mc_embed_signup h2 {
	    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 24px;
}

#text-53 #mc_embed_signup .button {
	color: #fff ;
	background-color: #ee3224;
	border: 1px solid #ee3224;
}

#text-53 #mc_embed_signup .button:hover {
	background-color: #ffffff;
	border: 1px solid #ee3224;
	color: #ee3224;
}

#mc_embed_signup form {
	padding: 0;	
}

.page-id-29981 #mc_embed_signup {
	width: 100%;
}

.page-id-29981 #mc_embed_signup .button {
	background-color: #ee3224;
	border: 1px solid #ee3224;
}

.page-id-29981 #mc_embed_signup .button:hover {
	background-color: #ffffff;
	border: 1px solid #ee3224;
	color: #ee3224;
}

.page-id-29981 #text-53 {
	display: none;
}

@media (min-width: 1200px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 1180px;
	}
	
	.container .span9 {
		width: 74%;
	}
	
	#main>.container>.row {
		background: url(../img/dot-ddd.gif) repeat-y 961px;
	}

	body .single .site-content>.hentry .entry-content {
		padding: 0;
	}
}

@media (max-width: 1200px) {
	#sidebar-header {
		float: right;
		width: 61% !important;
	}
	
	#menu-global-sites-menu li {
		margin-bottom: 18px;
	}
	
	.subscribe_text_heading {
		width: auto;
	}
	
	.gform_wrapper .left_label .gfield_label {
		width: 100%;
	}
	
	.editors_pick_block_first {
		margin-right: 25px;
	}
	
	.editors_pick_block_first {
		width: 45%;
	}
	
	.gform_body {
		width: 100% !important;
	}
}

@media (max-width: 1199px) {
	body #main>.container>.row {
		background: none;
	}
	
	#nav_menu-6 {
		width: 490px;
	}
	
	#menu-header-menu a {
		margin-right: 15px;
		font-size: 14px;
	}
	
	#secondary {
		width: 200px;
	}
}

@media (max-width: 1199px) and (min-width: 1080px) {
	.news-slider .carousel {
		width: 520px;
	}
	
	.magazine_analysis_section .span3, .magazine_features_section .span3 {
		width: 27%;
	}	
}

@media (max-width: 1079px) and (min-width: 980px) {
	.news-slider .carousel {
		width: 465px;
	}
	
	#colophon.dark #sidebar-footer {
		background-image: none;
	}
	
	.site-header #header #branding {
		width: 210px !important;
	}
	
	.site-header #header #sidebar-header {
		width: 66% !important;
		position: absolute;
		right: 40px;
	}	
	
	#menu-global-sites-menu li {
		margin-bottom: 18px;
	}
	
	#sidebar-footer .span2 {
		width: 15%;
	}
	
	#sidebar-footer .span3 {
		width: 27%;
	}
	
	.site-header #header #branding h1 {
		border-bottom: none;
	}
	
	.site-header #header {
		margin: 20px 0 0;
	}
	
	.magazine_analysis_section .span3, .magazine_features_section .span3 {
		width: 26%;
	}
	
	#text-8 {
		margin-bottom: 100px;
	}	
}

@media (max-width: 979px) {
	.news-slider .carousel {
		width: 100%;
	}
	
	.single .site-content>.hentry .entry-content {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	
	#menu-item-1455 a, #menu-item-1719 a {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.itu_ad_section {
		border: 1px solid #cecece;
		width: auto;
	}
	
	.news-slider .carousel-control {
		background: none;
		border: none;
		margin-bottom: 7px;
	}
	
	.icon-chevron-left:before, .icon-chevron-right:before {	
		display: none;
	}
	
	.news-slider .carousel-control .icon-chevron-left:before {
	    width: 25px;
		font-size: 25px;
		display: inline-block;
		margin-top: 6px;	
		content: "\f053";
	}
	
	.news-slider .carousel-control .icon-chevron-right:before {
		width: 25px;
		font-size: 25px;
		display: inline-block;    
		margin-top: 6px;
		content: "\f054";
	}
	
	.news-slider .carousel-nav li {
		width: 16px;
		height: 16px;
	}
	
	.news-slider .carousel-nav {
		bottom: -45px;
	}

	.news-slider .carousel-control.right {
		left: auto;
		right: 13px;
	}
	
	.news-slider .carousel-nav li {
		border-color: #000;
	}
	
	#colophon.dark #sidebar-footer {
		background-image: none;
	}
	
	.footer_area {
		float: right;
		margin-top: 0px;		
	}
	
	.site-header #site-navigation.navbar {
		position: relative;
	}
	
	.visible-desktop {
		display: block !important;
	}
	
	.site-header .container {
		position: relative;
		padding-top: 0;
	}
	
	.site-header #header #branding {
		width: 260px !important;
		height: 120px;
		margin-bottom: 20px;
	}
	
	.site-header #header #branding h1 {
		border-bottom: none;
	}
	
	.site-header #under-navigation, .site-header #sidebar-header {
		display: block;
	}
	
	#menu-header-menu {
		clear: both;
		float: none;
		margin: 0 auto;
	}

	#nav_menu-8 {
		float: none;
		clear: both;
		margin-top: 50px;
	}

	.wrap-navigation .small-logo	{
		background: none;
	}
	
	.site-header #header #branding {
		float: none;
		width: 260px !important;
		height: 120px;
		margin: 0 auto 30px;    
	}
	
	.social-links {
		display: none !important;
	}
	
	.site-header #branding a {
		width: 180px;
		height: 85px;
	}
	
	.site-header #header #branding {
		float: left;
		width: 180px !important;
		height: 85px;
		margin-left: 20px;
	}
	
	.site-header #header #sidebar-header {
		clear: none;
		width: 522px !important;
	}
	
	#nav_menu-8 {
		display: none;		
	}
	
	#under-navigation .span3 {
		display: none;
	}
	
	#text-2, #nav_menu-6 {
		margin-right: 10px;		
	}
	
	#nav_menu-6 {	
		width: auto;
	}
	
	#menu-header-menu a {
		font-size: 12px;
		margin-right: 10px;
	}
	
	.header_cover_area {
		margin-bottom: 10px;
	}
	
	.magazine_analysis_section  .span3, .magazine_features_section .span3 {
		width: 27%;
	}
	
	#text-8 {
		display: none;
	}
	
	ul.related_post li {
		margin: 10px 20px 10px 0px !important;
	}
	
	.header_cover_area_btn {
		display: none;
	}
	
	.editors_pick_block_first {
		margin-right: 20px;
	}
	
	.editors_pick_block img {
		float: left;
		width: 100px;
		margin-right: 15px;
	}
	
	.editors_pick_block h4 {
		font-size: 13px;
		color: #000;
		font-family: 'NHGRegular';
		font-weight: 700;
		margin: 0;
	}
	
	#secondary {
		width: 148px;
	}
	
	.essb_link_whatsapp {
		display: inline-block !important;		
	}
}

@media (max-width: 767px) {
	#secondary {
		clear: both;
		float: none;
		width: 250px;
		margin: 0 auto;
	}
	
	#menu-item-1455 a, #menu-item-1719 a {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.footer_logo_area, .footer_logo_area_urdu {
		    width: 155px;
			height: 70px;
			display: block;
			background-size: contain;
	}
	
	#sidebar-header {
		width: 100% !important;
	}
	
	.site-header #header #branding {
		margin-left: 0;		
	}
	
	#nav_menu-6{
		margin-bottom: 40px;
	}
	
	.site-header #header #sidebar-header {
		width: 73% !important;
	}
	
	#menu-header-menu a {
		font-size: 11px;
	}
	
	.language_select {
		width: 100px;
		display: block;
		margin: 0 auto;
	}
	
	.global_editions {
		display: none;
	}
	
	.magazine_analysis_section .span3, .magazine_features_section .span3 {
		float: left;
		margin-right: 5%;
		width: 27%;
	}
	
	#top_nav_bar {
		background: #333333;
		height: 35px;
		position: absolute;
		width: 100%;
		padding: 0;
		z-index: 999;
		left: 0;
	}
	
	.site-header #header {
		margin: 45px 0 0;
	}
	
	.video_area {		
		margin: 0 auto 20px;
	}
	
	#dw_focus_news_carousel-3 article {
	    width: 350px;
		margin: 0 auto;	
	}
	
	.home #primary .dw_focus_videos .carousel .carousel-nav li {
		display: none;
	}
	
	.home #primary .dw_focus_videos .carousel .carousel-control {
		display: block;
	}
	
	.home #primary .dw_focus_videos .carousel .carousel-control.left, .home #primary .dw_focus_videos .carousel .carousel-control.right {
		width: 35px;
		height: 35px;
		display: block;
	}
	
	body #dw_focus_news_carousel-3 .icon-chevron-left {
		background: url(../img/podcast_arrow_left.png) no-repeat;
		background-size: contain;		
		display: inline-block;
		margin-top: 6px;
		content: "";
		width: 35px;
		height: 35px;		
	}
	
	body #dw_focus_news_carousel-3 .icon-chevron-right {
		background: url(../img/podcast_arrow_right.png) no-repeat;
		background-size: contain;		
		display: inline-block;
		margin-top: 6px;
		content: "";
		width: 35px;
		height: 35px;		
	}
	
	.home #primary .dw_focus_videos .carousel .carousel-inner {
		border: none;
	}
	
	.home #primary .dw_focus_videos .carousel .carousel-control {
		border: none;
	}
	
	#colophon.dark .footer-shadown {
		border-bottom-color: transparent;
	}
	
	.editors_pick_block_first {
		border-right: none;		
		padding-right: auto;
	}
}

@media (max-width: 715px) and (min-width: 671px) {
	#execphp-2 {
		display: none;
	}
	
	.site-header #header #sidebar-header {		
		width: 65% !important;
	}
}

@media (max-width: 670px) {
	#menu-header-menu a {
		margin-right: 15px;
	}
	
	.site-header #header #sidebar-header {
		clear: none;
		width: 400px !important;
	}
	
	#execphp-2 {
		display: none;
	}
	
	#text-2 {
		margin-bottom: 20px;
	}
	
	#nav_menu-6 {
		margin-bottom: 10px;
	}
	
	#menu-item-2792 a {
		margin-right: 0;
	}
	
	body .essb_links.essb_fixed {
		position: relative !important;
	}
	
	.essb_link_whatsapp {
		margin-top: 38px !important;
	}
}

@media (max-width: 620px) {
	body .news-slider .carousel .carousel-inner .entry-title {
		font-size: 18px;
	}
	
	#menu-item-1455 a, #menu-item-1719 a {
	    margin-top: 0;	
	}
	
	.site-header #header #branding {
		float: none;
		margin: 0 auto;
	}
	
	#menu-header-menu {
		width: 410px;		
	}
	
	#nav_menu-6 {
		display: none;
	}
	
	#colophon.dark #site-info .copyright {
		margin: 15px auto 0;
	}
	
	.mission {
		font-size: 20px;
		line-height: 28px;
	}
	
	.site-header #header #sidebar-header {
		clear: none;
		float: none;
		width: 260px !important;
		margin: 0 auto;	
	}
	
	.footer_logo_area, .footer_logo_area_urdu {
		float: none;
		margin: 0 auto;
	}
	
	#text-2 {
		display: none;
	}
	
	.site-header #header #sidebar-header {
		display: none;
	}
	
	.site-header #header #branding {
		margin-bottom: 20px;
	}
	
	#secondary {
		clear: both;
		float: none;
		width: 250px;		
		margin: 60px auto 0;
	}
	
	.subscribe_btn {		
		float: none;
		width: 285px;
		margin: 25px auto 10px;
	}
	
	.subscribe_btn:hover {
		box-shadow: inset 325px 0 0 0 #ee3224;
	}
	
	body .subscribe_btn a {
		font-size: 15px;		
	}
	
	.gform_body, body .gform_wrapper .left_label .gfield_label {
		width: 100%;
	}
	
	.editors_pick_block_first {
		width: 100%;
		margin-right: 0;
		margin: 0;
	}
	
	.editors_pick_block {		
		width: 100%;
	}
	
	.postid-19955 .article_published {
		display: block;
		margin-left: auto;
		margin-top: 10px;
	}
	
	#urdu_lang {
		width: 70px;
	}
}

@media (max-width: 420px) {
	#menu-header-menu li {
		float: none;
	}
	
	#menu-header-menu a {
		margin-bottom: 5px;
		display: block;
	}
	
	#menu-header-menu {
		width: 140px;
		text-align: center;
	}
	
	.footer_logo_area, .footer_logo_area_urdu {		
		float: none;		
		margin: 0 auto;
		width: 155px;
	}
	
	.footer_area {
		float: none;
		margin-top: 20px;
	}
	
	.magazine_analysis_section .span3, .magazine_features_section .span3 {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	#dw_focus_news_carousel-3 article {
	    width: 100%;
		margin: 0 auto;	
	}
	
	ul.related_post li {
		float: left;
		width: 100% !important;
		margin: 10px 25px 10px 0px !important;
		list-style-type: none;	
	}

	ul.related_post li:last-child {
		margin: 10px 0 10px 0 !important;	
	}

	ul.related_post li a {
		border-bottom: 0;
	}

	ul.related_post li img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	
	ul.related_post li, ul.related_post li:last-child {
		float: none;
		width: 280px !important;
		list-style-type: none;
		margin: 0 auto 30px !important;
	}
	
	.from_editor_block_space {
		margin-top: 20px;
	}
	
	.from_editor_block img {
		float: none;
		margin: 0 auto;
		width: 240px;
		max-width: 240px;
		display: block;
	}
	
	.single .site-content>.hentry .entry-meta {
		border-bottom: none;
	}
	
	#side_block {
		float: none;
		width: 80%;
		margin: 20px auto 30px;
	}
	
	.drop_quotes_left, .drop_quotes_right {
		float: none;
		width: 80%;
	}
	
	.entry-content p {
		text-align: left;
	}
	.single .article_published, .postid-19955 .article_published {
		display: block;
		margin-left: auto;
		margin-top: 15px;	
	}
}

@media (max-width: 380px) {
	.subscribe_btn {
		width: 375px;
	}
}

@media (max-width: 320px) {
	.subscribe_btn {
		float: none;
		width: 260px;
		margin: 25px auto 10px;
	}
	
	.subscribe_btn {
		width: 180px;
	}
}
@media (max-width: 620px){

.site-header #header #sidebar-header 
{
    display: block;
	

}
 
#sidebar-header .widget_text {
    display: none;
    overflow: visible;
}

#nav_menu-6 {
    
	display: block;
    margin: 7px auto;
    width: 100%;
}
}
@media (max-width: 420px){
#nav_menu-6  #menu-header-menu {
    display: inline-flex;
    width: 140px;
    text-align: center;
}
}