/*
  Theme Name: Ubqari
  Version: 1.0
*/

/*==========================================================================*/


/*========================
=======Typography=========
==========================*/

@import url(//fonts.googleapis.com/earlyaccess/notonastaliqurdudraft.css);
@import url('https://fonts.googleapis.com/css?family=Lato');

@font-face {
	font-family: 'Aldhabi Font';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/aldhabi.eot');
	src: url('../fonts/aldhabi.woff') format('woff');
	/*src: url('../fonts/aldhabi.woff') format('woff'),
	url('../fonts/aldhabi-font.ttf') format('truetype'),
	url('../fonts/aldhabi-font.svg') format('svg');*/
	}

body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #f2f3f5;
}


ul {
	list-style: none;
	margin:0;
	padding:0;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;  
	background: transparent;
}

a {
	color: #aeaeae;
	text-decoration: none;
	/* fz
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	*/
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
	color: #9c9c9c;
}

h1 {
	font-size:36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:500;
	text-transform:capitalize;
}

.padding{	
	padding:90px 0;
}
.padding20{padding:20px 0;}	

.section {
	margin-bottom:30px;
}

.section-title {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 0;
	position:relative;
	font-size:24px;
	text-transform:capitalize;
	color:#525b6e;
	font-weight:600;
}

.section-title:before {
	width:50px;
	z-index:1;
}

.section-title:after {
	right:0;
	background-color:#e6e6e8;
}

.section-title:before, 
.section-title:after {
	position:absolute;
	content:"";
	bottom:-12px;
	left:0;
	height:2px;
} 

.section-title.title {
	margin-bottom:45px;
}

.btn-primary.btn-animated {	
	font-size: 12px;
	font-weight: 700;
	padding: 17px 47px;
	background-color:transparent;
	text-transform: uppercase;
	border-color: #fff;
	border-width:3px;
	border-style:solid;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	overflow:hidden;
	webkit-box-shadow:none;
	box-shadow:none;
	outline:none;
	letter-spacing:2px;
}
 
.btn-primary.btn-animated:hover, 
.btn-primary.btn-animated:focus {
	background-color:transparent;
	outline:none;
	border:3px solid #a0d48c;
}

.btn-primary{
	color:#fff;
	border:0;
	font-size:12px;
	font-weight:700;
	padding:10px 45px;
	outline:none;
	text-transform:uppercase;
}

.btn-primary:hover, 
.btn-primary:focus {
	background-color:#333;
	color:#fff;
	outline:none;
	border:0;
}

.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height:437px;
	color:#fff;
	position:relative;
}

.overlay-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.form-control {
  height: 35px;
  padding:6px 12px;
  color: #000;
  border:2px solid #ececec;
  border-radius:2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  background-color:#fff;
  font-weight:500;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
  border-width:2px;
  border-style:solid;
  background-color:#fff;
}

textarea.form-control {
    padding: 15px 20px;
	resize:none;
}

label {
	font-weight:400;
}

.form-group {
  margin-bottom: 20px;
}

.navbar-toggle {
	border: 1px solid #333;
	margin-top: 13px;
}

.navbar-toggle .icon-bar {
	background-color: #333;
}

.navbar-toggle, 
.navbar-fixed-top .navbar-toggle {
	border: 1px solid #333;
}

.navbar-toggle .icon-bar, 
.navbar-fixed-top .navbar-toggle .icon-bar {
	background-color: #333;
}

.image-bg {
	background-size: cover;
    background-repeat: no-repeat;
	color:#fff;
	position:relative;
}

.image-bg .section-title h1 {
	color:#fff;
}

.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
    border-color: inherit;
    background-color: inherit;
}

.badge {
	margin-left:5px;
	font-size:11px;
}
/*Magnific-popup overwrite CSS*/

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
	padding:12px;
}

.mfp-image-holder .mfp-close {
	top:-35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:pointer;
}

.mfp-counter {
	right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}

/* Sticky Nav CSS*/

#navigation .sticky-nav {
	position: fixed;
    width: 100%;
    left: 0;
    top: -1px;
    z-index: 9999;
    background: #fff;box-shadow: 1px 1px 8px #cbcbcb;
}
 
#navigation .sticky-nav #topbar {
	display:none;
}

.secondary-logo {
	display:none;
}

#navigation .sticky-nav .secondary-logo {
	display:block;
	position:absolute;
	/*left:15px;*/
	right:15px;
	top:10px;
}

#navigation .sticky-nav .navbar-nav {
	margin-left:220px;
} 

#navigation .navbar{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sticky-nav #menubar {margin-top: 0px; }

/*dropdown*/

/*@media (max-width: 999px) {*/
@media (max-width: 991px) {
	.sticky-nav {display: none;}
	.navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: absolute;
		box-shadow: none;
		background-color: #fff;
	}

	
    #navigation .navbar-header {
        float: none;
    }
    
    #navigation .navbar-toggle {
        display: block;
    }
    
    #navigation .navbar-collapse.collapse {
        display: none !important;
    }
    
    #navigation .navbar-collapse.collapse.in {
        display: block !important;
  		overflow-y: auto !important;
    }
    
    /*Design for max-width: 1200px*/
    #navigation .navbar-collapse,
	#navigation .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#navigation .navbar:after {margin-bottom:20px; }
	
}

@media (min-width: 1000px) {
	/*Navbar Collapse*/
	#navigation .navbar-collapse {
		padding: 0;
	}
	
	#navigation .navbar-nav li, .dropdown {
		position:relative;
	}

	
	/*Navbar*/
	#navigation .navbar-nav {
		top: 2px;
	}
		
	/*Dropdown Menu*/
	#navigation .dropdown-menu { 
		padding:15px 0;
		border-top:1px solid;
		min-width:160px;
		border-radius: 0; 
		z-index: 9999 !important;
		margin-top: -2px !important;
		background-color:#fff;
	}
	
	#navigation .language-dropdown .dropdown-menu {
		min-width:75px;
	}
	
	#navigation .language-dropdown.open > .dropdown-menu, 
	#navigation .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}	

	#navigation .open > .dropdown-menu,
	#navigation-v1 .open > .dropdown-menu {
		display: none;
	}
	#navigation .more .dropdown-menu {
		left:auto;
		right:0;
		min-width:200px;
	}
	
}


#navigation .navbar-nav .mega-cat-dropdown, 
#navigation .navbar-nav .mega-dropdown {
	position:inherit;
}


#mainmenu .mega-cat-menu{
	background-color:#3a3a3a;
	padding:30px 0 45px 0;
	border: none;
	min-width:100%;
	border-radius: 0; 
	z-index: 9999 !important;
	margin-top: -2px !important;		
	left:-1px;
}

#mainmenu .sub-category {
	overflow:hidden;
}

#mainmenu .sub-category .section-title {
	color:#fff;
}

#mainmenu .sub-category ul {
	float:right;
	margin-top:-32px;
}

#mainmenu .sub-category ul li {
	
}

#mainmenu .sub-category ul li a{
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	padding:4px;
	z-index:1000;
	position:relative;
	border-bottom:2px solid transparent;
}

#mainmenu .sub-category ul li a:hover{
	color:#fff;
}

#mainmenu .post a:hover {
	color:#aeaeae;
}

#mainmenu .dropdown-menu> li> a{
	text-transform:capitalize;
	padding:5px 20px;
}

.dropdown-menu>li>a {
	color:#aeaeae;
	padding: 3px 1vw;
}

@media (min-width: 600px) and (max-width: 1024px) {
	.dropdown-menu>li>a { padding: 3px 2vw; }
}

@media (max-width: 599px) {
	.dropdown-menu>li>a { padding: 3px 3.5vw; }
}

#mainmenu .mega-menu {
	min-width:100%;
	background-color:#fff;
	padding-bottom:45px;
}

#mainmenu .mega-menu h2 {
	font-size:16px;
	color:#999;
	font-weight:600;
}

#mainmenu .mega-menu ul {
	margin-left:0;
}

#mainmenu .mega-menu li a {
	display:block;
	padding:5px 0;
}

#mainmenu .mega-menu .entry-thumbnail {
	margin-top:25px;
}


/*==============================
========= Top bar section=======
================================*/
#navigation {
	background-color:#fff;
}

#navigation .navbar .topbar  {
    border-bottom: 1px solid #eee;
}

#topbar {
	float:none;
}

.navbar-brand {
	height:60px;
	padding:9px 15px;
}

.homepage .navbar-brand {
	padding:13px 15px;
}

#navigation .container .navbar-brand {
	float: right;
}

#topbar-right {
	float:right;
}

.language-dropdown {
	display:inline-block;
	line-height:60px;
	color:#525b6e;
	font-size:14px;
}

.language-dropdown .dropdown-menu{
	border-radius:0;
	border-color:#ebecee;
	min-width:35px;
	text-align:center;
}

.language-dropdown a{ color:#384650; }

.searchNlogin {
	float:right;
	position:relative;
	margin-right:-15px;
	background: #fff;
	border-radius: 25px;
}

.searchNlogin li{
	float:left;
	padding:6px 20px;
	color:#aeaeae;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.searchNlogin li:hover { color:#525b6e; }

.search-icon { color:#525b6e; }

#mainmenu {
	padding-right:0;
    padding-left: 0;
	margin-left:-15px;
	margin-right:-15px;
}

.search{
	position: absolute;
	top: 0;
	z-index: 10;
	right: 110px;
	left: initial;
	width: 0;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.expanded .search { opacity:1; width: 300px; }

.expanded .search { border-radius: 25px 0px 0px 25px; padding-left: 20px; padding-right: initial; background: #fff;}
.rtl .expanded .search { border-radius: 0px 25px 25px 0px; padding-right: 20px; padding-left: initial;}

.search-form{
	padding-left: 0;
	height: 52px;
	font-size: 14px;
	font-weight: 300;
	outline: none;
	width: 100%;
	background-color:#fff;
	border:0px;
}

.expanded .search-form { padding-left: 10px; padding-right: 10px; }
.rtl .expanded .search-form { padding-right: initial; padding-left: 10px; }

.expanded .search-icon { color:#525b6e; }

.expanded {border-radius: 25px 0px 0px 25px};


/*==============================
========= Navigation ===========
================================*/

.navbar {
	border-radius:0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}

#mainmenu li a:hover {
	color:inherit;
}

#mainmenu .home{
	color:#ed1c24;
}

#mainmenu .business {
	color:#00aeef;
}

#mainmenu .magazine {
	color:#0072bc;
}

#mainmenu .newspaper {
	color:#f26522;
}

#mainmenu .world {
	color:#f7941d;
}

#mainmenu .technology {
	color:#8dc63f;
}

#mainmenu .books {
	color:#00a651;
}

#mainmenu .health {
	color:#92278f;
}

#mainmenu .entertainment {
	color:#1cbbb4;
}

#mainmenu .lifestyle {
	color:#ed145b;
}

#mainmenu .more {
	color:#2f2f2f;
}


/*==============================
========= Main Content==========
================================*/

.feature-post {
	position:relative;
}

.feature-post .post-content {
	position:absolute;
	bottom:0;
	left:0;
	padding:25px 35px;
	z-index:1;
	color:#fff;
	border-radius: 0 0 3px 3px;
	width:100%;
}

.feature-post .entry-title a, 
.feature-post .entry-meta a, 
.feature-post .entry-title a:hover, 
.feature-post .entry-meta a:hover{
	color:#fff;
}

.entry-meta {
	font-size:12px;
}

.post {
	overflow:hidden;
	border-radius:3px;
	margin-top:30px;
	background-color:#fff;
	border-bottom:2px solid #f2f3f5;
	/* fz
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	*/
}

.post:hover {
	border-bottom:2px solid #eee;
}

.post.feature-post {
	background-color:inherit;
}

.post .entry-title {
	font-size:18px;
	text-transform:capitalize;
	margin-top:10px;
}

.category {
	position:absolute;
	top:20px;
	right:20px;
	z-index:2;
}

.category a{
	color: #fff;
	display: block;
	padding: 3px 12px;
	font-size: 12px;
	text-transform: uppercase;
}

.feature-post img {
	border-radius:3px;
}

.entry-thumbnail{
	overflow:hidden;
}

.post .carousel-inner .item img, 
.post .add img, 
.post.feature-post img {
	-webkit-transform: scale(1.02);
	-khtml-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}


.category.world a {
	background-color: #f7941d;
}

.category.health a {
	background-color: #92278f;
}

.category.entertainment a {
	background-color: #1cbbb4;
}

.category.technology a {
	background-color: #8dc63f;
}

.category.magazine a {
	background-color: #0072bc;
}

.category.business a {
	background-color:#00aeef;
}

.category.newspaper a{
	background-color:#f26522;
}

.category.books a{
	background-color:#00a651;
}

.category.lifestyle a{
	background-color:#1cbbb4;
}

.owl-controls .owl-pagination {
	float:right;
	margin-top:-40px;
	position:relative;
	padding-right:25px;
}

.owl-theme .owl-controls .owl-pagination {
	text-align:center;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px;
	background-color:#fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.add.featured-add {
	margin-top:30px;
}

.add {	
	position:relative;
	margin-top:40px;
}

.google-add, 
.google-add:hover {
	text-align:center;
	background-color:transparent;
	border-bottom:0;
}

.google-add .add {
	display:inline-block;
	max-width:728px;
	height:90px;
	margin-top:10px;
}

.add:before {
	position:absolute;
	right:0;
	top:-15px;
	content:"Advertisement";
	font-size:10px;
	color:#a5a5a5;
}

.add img {
	border-radius:3px;
	display:inline-block
}

#latest-news .post{
	margin-right:30px;
	position:relative;
}

.latest-news-wrapper {
	margin-right:-30px;
	margin-top:5px;
	margin-bottom:5px;
}

.post-content {
	padding:30px;
}

.post-content i {
	margin-right:5px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#latest-news {
	position:relative;
}

.post.medium-post .entry-title {
	text-transform:initial;
	font-size:16px;
	line-height:1.3;
}

.entry-title a, .entry-meta a {
	color:#000;
}

.entry-title a:hover{
	color:#9c9c9c;
}

#latest-news .owl-controls .owl-pagination {
	position:absolute;
	top:21px;
	right:3px;
	text-align:right;
}

#latest-news .owl-controls .owl-page span {
	background-color:#c2c3c4;
	margin:3px;
}

.latest-news-wrapper .section-title:after {
	margin-right:80px;
}

#latest-news:hover .post img{
	opacity:0.6;
}

#latest-news .post:hover img{
	opacity:1;
}

.section {
	position:relative;
}

.cat-menu {
	position:absolute;
	top:10px;
	right:0;
}

.section > .cat-menu {
    visibility: hidden;
}

.section:hover > .cat-menu {
    visibility: visible;
}

.cat-menu a {
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:6px;
	color:#525b6e;
	border-bottom:2px solid transparent;
}

.list-post {
	padding-bottom:8px;
}

.list-post li{
	border-top:1px solid #eee;
}

.list-post li a{
	display:block;
	padding:17px 30px;
	color:#000;
}

.list-post li a:hover{
	color:#9c9c9c;
}

.list-post li a i {
	float:right;
}

.small-post .post-content {
	padding:20px 20px 0px 20px;
}

.post.small-post .entry-title {
    font-size: 12px;
	line-height:17px;
	margin-top:5px !important;
}

.entry-content {
	color:#888;
	font-size:14px;
	font-weight: 300;
}

.left-content .post .entry-title {
	margin-bottom:20px;
	margin-top:12px;
}

#photo-gallery {
	background-color:#fff;
}

#photo-gallery .item h2 {
	font-size:18px;
	padding:30px;
	margin-top:0;
	margin-bottom:10px;
}

#photo-gallery .item h2 a {
	color:#000;
}

#photo-gallery .item h2 a:hover {
	color:#aeaeae;
}

.gallery-indicators {
	position: inherit;
	width: 100%;
	left: 0;
	margin-left: 0;
	text-align:left;
	padding:5px 30px;
}

.gallery-indicators li, 
.gallery-indicators li.active {
	height:40px;
	width:40px;
	border-radius:4px;
	margin:3px;
}

.gallery-indicators li {
	opacity:0.4;
}

.gallery-indicators li.active, 
.gallery-indicators li:hover {
	opacity:1;
}

.gallery-turner {
	position:absolute;
	right:28px;
	bottom:37px;
	font-size:25px;
	z-index:50;
}

.gallery-turner a {
	margin:5px;
}


/*=========Carousel Fade==========*/

.video-section .video-category {
	margin-top:-5px;
	margin-bottom:-5px;
	font-size:11px;
	text-transform:uppercase;
}

.video-post-list .post, .widget .post-list .post {
	max-height:100px;
}

.video-post-list .entry-header, 
.widget .post-list .entry-header{
	float:left;
	width:40%;
}

.video-post-list .entry-thumbnail, 
.widget .post-list .entry-thumbnail{
	height:100px;
}

.video-post-list .post-content, 
.widget .post-list .post-content{
	float:left;
	width:60%;
	padding:20px 15px;
}


.com-details .col-xs-4 {
	padding-left:0;
	padding-right:0;
}

.com-details {
    border-bottom: 1px solid#f2f3f5;
    padding: 12px 25px;
	color:#9c9c9c;
}

.com-details .fa-caret-down{
	color:#ed1c24;
}

.com-details:last-child {
	border-bottom:0;
}

.com-details i {
	margin-left:12px;
}

.com-details .fa-caret-up {
	color:#00a651;
}

.social-icons li {
	margin-right:12px;
}

.social-icons li:last-child {
	margin-right:0;
}

.social-icons a i{
	color:#fff;
	font-size:24px;
	text-align:center;
	display:block;
	height:30px;
	width:30px;
	line-height:30px;
	border-radius:4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.social-icons a .fa-facebook{
	background-color:#4968a9;
}

.social-icons a .fa-twitter{
	background-color:#00aeef;
}

.social-icons a .fa-google-plus{
	background-color:#d9232d;
}

.social-icons a .fa-linkedin{
	background-color:#0072bc;
}

.social-icons a .fa-youtube{
	background-color:#ed1c24;
}


.social-icons a:hover .fa-facebook, 
.author-listing .single-author .social-icons a:hover .fa-facebook, 
.author-social .social-icons a:hover .fa-facebook{
	background-color:#456098;
}

.social-icons a:hover .fa-twitter, 
.author-listing .single-author .social-icons a:hover .fa-twitter, 
.author-social .social-icons a:hover .fa-twitter{
	background-color:#039cd5;
}

.social-icons a:hover .fa-google-plus, 
.author-listing .single-author .social-icons a:hover .fa-google-plus, 
.author-social .social-icons a:hover .fa-google-plus{
	background-color:#c2242c;
}

.social-icons a:hover .fa-linkedin, 
.author-listing .single-author .social-icons a:hover .fa-linkedin, 
.author-social .social-icons a:hover .fa-linkedin{
	background-color:#025e9a;
}

.social-icons a:hover .fa-youtube, 
.author-listing .single-author .social-icons a:hover .fa-youtube, 
.author-social .social-icons a:hover .fa-youtube{
	background-color:#ce1b22;
}

.social-icons a:hover .fa-pinterest, 
.author-listing .single-author .social-icons a:hover .fa-pinterest, 
.author-social .social-icons a:hover .fa-pinterest{
	background-color:#b91d23;
}

.widget {
	margin-bottom:30px;
}

.widget .post-list {
	background-color:#fff;
}

.widget .post-list li {
	border-top:1px solid #f2f3f5;
	padding:25px;
	padding-bottom:15px;
}

.widget .post-list .post {
	border-bottom:0;
	margin-top:0;
}

.widget .post-list .small-post .post-content {
	padding:0 0 0 15px;
}

.widget .nav-tabs {
	margin-bottom:30px;
	background-color:#fff;
}

.widget .tab-content ul li {
	border-bottom:1px solid #f2f3f5;
}

.widget .tab-content ul li:last-child {
	border-bottom:0;
}
.widget .tab-content ul li .post {
	margin-top:0;
	border-bottom:0;
}
/*
.widget .nav-justified>li>a {
    border-bottom:0;
    border:0;
    font-size:12px;
}

.widget .nav-justified>li>a i{
	margin-right:5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget .nav-justified>li>a:hover, 
.widget .nav-tabs.nav-justified>.active>a, 
.widget .nav-tabs.nav-justified>.active>a:focus, 
.widget .nav-tabs.nav-justified>.active>a:hover {
	border:0;
	background-color:#fff;
}

.widget .nav-tabs>li.active>a, 
.widget .nav-tabs>li.active>a:focus, 
.widget .nav-tabs>li.active>a:hover {
	color:#aeaeae;
}
*/
.widget .tab-content .entry-meta li {
	border-bottom:0;
}

.widget .tab-content .entry-meta li a {
	font-size:11px;
	text-transform:uppercase;
	color:#aeaeae;
}

.widget .small-post .post-content {
    padding: 20px 20px 10px 20px;
}

.widget .tab-pane.active {
	position:relative;
	background-color:#fff;
}


.widget .tab-pane.active:before {
	position:absolute;
	content:"";
	top:-10px;
	margin-left:-5px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-bottom: 10px solid #fff;
}

.widget .tab-pane.active#comment:before{
	left:50%;
}

.widget .tab-pane.active#author:before{
	left:55px;
}

.widget .tab-pane.active#tag:before{
	left:inherit;
	right:45px;
}

.widget .tab-pane .tag-cloud {
	padding:20px;
}

.widget .tab-pane .tag-cloud li{
	border-bottom:0;
	color:#aeaeae;
	margin-bottom:10px;
}

.widget .tab-pane .tag-cloud li a{
	font-size:11px;
	text-transform:uppercase;
}

.footer-widget{
	background-color:#fff;
	padding-top:50px;
	padding-bottom:60px;
	border-bottom:1px solid #f2f3f5;
}

.widget address{
	color:#aeaeae;
	margin-top:25px;
	font-size:14px;
	line-height:10px;
	font-weight: 300;
}

.footer-widget {
	padding-top:70px;
}

.widget.news-letter{
	color:#aeaeae;
}

.widget.news-letter form{
	margin-top:20px;
}

.widget.news-letter input{
	padding:10px 12px;
	width:100%;
	border:1px solid #f6f6f6;
	border-radius:4px;
	font-size:14px;
	margin-bottom:20px;	
	outline:none;
}

.widget.news-letter input:focus{
	border-width:1px;
	border-style:solid;
}

.widget.news-letter button{
	display:block;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	padding:10px 30px;
	border:0;
	outline:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-top {
	background-color:#e6e7e8;
}

.logo-icon {
	border-top:1px solid #f2f3f5;
	padding:20px 0;
	position:relative;
}

.logo-icon:before, 
.logo-icon:after {
	position:absolute;
	content:"";
	top:50%;
	height:1px;
	width:140px;
	background-color:#d9dadb;
	left:50%;
}

.logo-icon:before {
	margin-left:-180px;
}

.logo-icon:after {
	margin-left:40px;
}

.logo-icon img {
	display:inline-block;
}

.footer-menu {
	background-color:#27292a;
	text-align:center;
	border-bottom:1px solid #1a1b1c;
}

.footer-menu .navbar-nav {
	display:inline-block;
	float:none !important;
	padding:25px 0 20px 0;
}

.footer-menu .navbar-nav li a{
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:2px;
	padding:10px;
}

.bottom-widgets {
	background-color:#27292a;
	padding:50px 0;
	color:#fff;
}

.bottom-widgets .widget h2 {
	margin-bottom:25px;
	font-size:16px;
	text-transform:uppercase;
}

.bottom-widgets .widget ul{
	float:left;
	margin-right:20px
}

.bottom-widgets .widget ul:last-child {
	margin-right:0;
}

.bottom-widgets .widget li a {
	padding:5px;
	display:block;
	font-size:14px;
}

.bottom-widgets .widget li a:hover{
	color:#fff;
}

.footer-bottom {
	background-color:#1f2021;
	color:#fff;
	padding-top:20px;
	padding-bottom:10px;
}

/* Pagination */
.pagination {
	font-size:14px;
	
	color:#fff;
}

.pagination li {
	
}

.pagination li:first-child a, 
.pagination li:last-child a {
	padding:12px 30px;
}

.pagination li:nth-child(2) a {
	padding-left:92px;
}

.pagination li:nth-child(11) a{
	padding-right:92px;
} 

.pagination li a{
	color:#fff;
	background-color:#27292a;
	border:1px solid #0e0f0f;
	padding:12px 15px;
}

.pagination li a:hover, 
.pagination .active>a, 
.pagination .active>a:focus, 
.pagination .active>a:hover{
	color:#fff;
}

.page-breadcrumbs{
	position:relative;
	margin:85px 0 15px;
}

/* lifestyle listing */

.listing-news .entry-header, 
.listing-news .post-content {
	float:left;
}

.listing-news .entry-header {
	width:55%;	
} 

.listing-news .post-content {
	width:45%;
	padding:40px 30px;
}

.listing-news .post-content .entry-title {
	margin-bottom:25px;
}

.listing-news .post {
	max-height:255px;
}

/* 404 error page */

.error-page {
	padding-top:90px;
	padding-bottom:50px;
	color:#525b6e;
	background-color:#fff;
}

.error-page img{
	display:inline-block;
}

.error-page .logo{
	margin-bottom:75px;
}

.error-content img{
	margin-bottom:35px;
}

.error-content h1{
	font-size:48px;
	font-weight:500;
	margin-bottom:5px;
}

.error-content .btn-primary {
	margin-top:25px;
	margin-bottom:75px;
	padding:10px 20px;
	letter-spacing:2px;
}

.error-page .copyright{
	color:#b5b5b5;
}

 


/* ..... */



/* typo */

@media (max-width:991px) {
	p, .list-post {font-size: 11px;}
	.navbar a, #custom-search-input input, .newsticker {font-size: 13px;}
	.speech-recordings h2, .btn {font-size: 14px; }
	.no-slider .entry-title, .speech-links ul li a, .category {font-size: 16px; }
	.section-title.title, .post .entry-title {font-size: 18px; }
	.featured-btn {font-size: 42px;}
	.half, .button-text {font-size: 34px;}
	.lang {font-size: 15px;}
}

@media (min-width: 992px) {
	p, .list-post {font-size: 0.756vw/*11px*/;}
	.navbar a, #custom-search-input input, .newsticker {font-size: 0.9vw/*13px*/;}
	.speech-recordings h2, .btn {font-size: 0.96vw/*14px*/; }
	.no-slider .entry-title, .speech-links ul li a, .category {font-size: 1.1vw/*16px*/; }
	.section-title.title, .post .entry-title {font-size: 1.24vw/*18px*/; }
	.featured-btn {font-size: 2.89vw/*42px*/;}
	.half, .button-text {font-size: 2.34vw/*34px*/;}
	.lang {font-size: 1.03/*15px*/;}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 0.5;}
body{
	font-family: 'Noto Nastaliq Urdu Draft', serif;
	/*font-family: 'Noto Nastaliq Urdu Regular';*/
	direction: rtl;
	text-align: right;
}

.speech-links ul li a {color:#fff; font-weight: normal;}

p, li {line-height: initial;}

.artical-p{padding: 0 20px;text-align: justify;line-height: 2.5;}


#navigation { margin-bottom:1.41%; height:145px; }
.navbar { border:none; margin-bottom:0px; }
.topbar {
	background: #0a151c url('../images/site/headerfull-rtl2.jpg') no-repeat top right;
	background-size: cover;
	border:none;
}

#topbar {margin-left: -15px;}
#topbar-right {float: left; margin-top: 40px; }
#topbar-enleft {float: right; margin-top: 40px; }

.language-dropdown { float:left; }

.language-dropdown .dropdown-menu, .language-dropdown .dropdown-menu > li {
	direction: ltr; text-align: left; float: left;
}

.language-dropdown .change-text { vertical-align: -webkit-baseline-middle; }

#navigation .container .navbar-brand {padding: 1.15% 1.35%;}

#home-slider {direction: ltr;}

.navbar a {color:#fff;}
.navbar-nav>li {float: right;}
.nav>li>a {padding: 15px 10px;}

.dropdown-menu {right:0;}
.dropdown-menu>li {float: right; clear:right;border-bottom:dashed 1px #bbb;width: 100%;text-align: right;padding: 3px 0;} 

#home-slider .entry-title {direction: rtl;}
.post.feature-post {background: #dcf3f0;border: solid 1px #dedede;}

.l {float:left;}
.r {float:right;}

.category {
	padding: 2.5% 3.0%;
	background-image: linear-gradient(to right, #ff6c00, #ffa800);
	right:initial;
}
.category:after {
	content: " ";
	position: absolute;
    display: block;
	transform-origin: bottom left;
	/*
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg);
	left: 0;
	*/
	-ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
	transform: skew(15deg, 0deg);
	left: 1;
	background-image: linear-gradient(to right, #ff6c00, #ffa800);
	width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}


.category.world a, .category.sports a, .category.entertainment a, .category.health a {background: none;}
.owl-controls .owl-pagination {
	float:left;
	padding-left:25px;
}

.section-title.title {margin-bottom: 40px; font-weight: normal;}

p.more a {color: #19726b}
.list-post li a {padding:5px 0px;}
.list-post li:first-child  {border-top: none;}
.section-title:before, .section-title:after {height: 1px;}

.section-title:before { width:65%; }
.section-title:after { background-color:initial; }
.no-slider .section-title:after { width:9vw; }
.hazrat .section-title:after { width: 2vw; }

.section-title:before { width:12.5vw; }
.section-title:after { background-color:initial; }
.speeches .section-title:before, .contact .section-title:before { width: 34vw; }
.gallery .section-title:before { width: 32vw; }
.tips .section-title:before, .books .section-title:before { width: 11.5vw; }
.medicines .section-title:before { width: 14.5vw; }
.news-articles .section-title:before { width: 11vw; }
.speech-recordings h2 { padding: 10px 0px 0px; }
.speech-recordings .section-title:before { width: 10.5vw; }
.section-content .section-title:before { width: 51vw; }


@media (min-width: 768px) and (max-width: 991px) { /* 2 cols display (col-md) */
	.no-slider .section-title:after, .section-title:before { width: calc(100% - 95px); }
	.hazrat .section-title:after { width: calc(100% - 180px); }
	.speeches .section-title:before, .contact .section-title:before,
	.tips .section-title:before, .books .section-title:before { width: calc(100% - 50px); }
	.gallery .section-title:before { width: calc(100% - 115px); }
	.medicines .section-title:before { width: calc(100% - 65px); }
	.news-articles .section-title:before, .speech-recordings .section-title:before { width: calc(100% - 110px); }
	
}

@media (max-width: 767px) { /* 1 col display (col-sm) */
	.no-slider .section-title:after, .section-title:before { width: calc(100% - 85px); }
	.hazrat .section-title:after { width: calc(100% - 165px); }
	.speeches .section-title:before, .contact .section-title:before, 
	.tips .section-title:before, .books .section-title:before { width: calc(100% - 50px); }
	.medicines .section-title:before { width: calc(100% - 65px); }
	.news-articles .section-title:before, .speech-recordings .section-title:before { width: calc(100% - 110px); }
	.gallery .section-title:before { width: calc(100% - 110px); }
}

.speeches iframe {margin: 15px auto 10px auto;}

.speech-links {
    border-radius: 52px;
    background: #00a54f;
    padding: 12px 20px 6px;
    width: 100%;
    height: auto;    
}

.speech-links .nav-justified {margin-top: -7px;}
.speech-links ul:before {
display: table;
content: " ";
}

.speech-links ul:after {
clear: both;
display: table;
content: " ";
}

.speech-links img { width: 4vw; }
@media (max-width:991px){ .speech-links img { width: 55px; height: 55px; } }

.rtl .search{
	right: initial;
	left:110px;
}

/* Search */
#custom-search-input{
    padding: 3px;
    border: solid 1px #C7C7C7;
    border-radius: 30px;
	background-color: #fff;
	width: 300px;
	float: left;
	margin: auto 10px;box-shadow: 1px 1px 8px #cbcbcb;
}

#custom-search-input .input-group{
	margin-bottom: 0px;
}

#custom-search-input input{
    border: 0;
	box-shadow: none;
	margin-left: 20px;
	font-weight:normal;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: none;
}

#custom-search-input button .fa{
	display: table-cell;
}

#custom-search-input button:hover{
    border: 0;
}

.input-group .form-control {
	height: initial;
	min-height: 28px;
	width: 94%;
}

/* */
@media (max-width: 991px) {
	#mainmenu .mega-menu { display: none; }
}
#mainmenu .mega-menu { background-color: #525b6e; }
#mainmenu .mega-menu .entry-thumbnail img { height: 100px }
/**/

/* News Ticker */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.ticker-wrap .ticker:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.ticker-wrap {
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  /*padding-left: 100%;*/
  padding-right: 100%;
  box-sizing: content-box;
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;  
    white-space: nowrap;
	/*padding-right: 100%;*/
	padding-left: 100%;
    box-sizing: content-box;

    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
   -webkit-animation-name: ticker;
           animation-name: ticker;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
}
.ticker-wrap .ticker__item {
      display: inline-block;
      padding: 0 2rem;
}

.newsticker {
	background: #fff url('../images/site/icon-announcement-70x50.png') top right no-repeat;
	overflow: hidden;
	padding: 5px 80px 5px 10px;
    width: calc(100% - 10px);
}

.newsticker span {
	color: #00a54f;
}

/* Sections */
.sec2 .post, .sec3 .post, .sec4 .post {
	padding-top: 20px;
	padding-bottom:10px;border: solid 1px #dedede;
}

/* Featured Posts */
.feature-post.section-title:before, .section-title:after { height: 1px; }

.feature-post.section-title:before { width:65%; }

.no-slider .section-title:before { background: initial; }

.no-slider .section-title:after {
	background: #9fe1f8;
	right:0px;
	left: initial;
}

.no-slider .entry-title a, .no-slider .entry-title a:hover {
	font-weight: normal;
	color: #222222;
	margin-bottom: -15px;
	z-index: 3;
}

.no-slider .post-content {
	padding: 15px 20px;
	direction: ltr;
	text-align: left;
	font-weight: normal;
}

.list-post li { border-bottom:1px dashed #9fe1f8; }

/* Medicines */
.img-box {
	width:100%; 
	clear: both;
    margin-bottom: 20px;
	display: inline-block;
	text-align: center;
}

.med1 { width: 100%; padding-bottom:15px; }
.med2 { width: 47%; float: left; }
.med3 { width: 47%; float: right; }

.book1 { width: 64%; float: left;}
.book2 { width: 30%; float: right; padding-bottom:15px; }
.book3 { width: 30%; float: right; }


/* Gallery */
.gallery ul {
	clear: both;
	display: table;
}

.gallery ul li {
	float:left;
	width:70px;
	height:70px;
	margin-right:15px;
	margin-bottom:20px;
}

.gallery ul li img{
	border-radius:4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery ul li img:hover {
	opacity:0.7;
}

@media (max-width: 375px) {
	.gallery ul li:nth-child(3), .gallery ul li:nth-child(6) { margin-right:0; }
	.gallery ul li:nth-child(7), .gallery ul li:nth-child(8), .gallery ul li:nth-child(9), .gallery ul li:nth-child(10) { display: none; }
}

@media (max-width: 480px) and  (min-width: 376px) {
	.gallery ul li:nth-child(4), .gallery ul li:nth-child(8) { margin-right:0; }
	.gallery ul li:nth-child(9), .gallery ul li:nth-child(10) { display: none; }
}

@media (max-width: 640px) and  (min-width: 481px) {
	.gallery ul li:nth-child(5), .gallery ul li:nth-child(10) { margin-right:0; }
}

@media (max-width: 767px) and (min-width: 641px) {
	.gallery ul li:nth-child(6) { margin-right:0; }
	.gallery ul li:nth-child(7), .gallery ul li:nth-child(8), .gallery ul li:nth-child(9), .gallery ul li:nth-child(10) { display: none; }
}

@media (max-width: 959px) and (min-width: 768px) {
	.gallery ul li:nth-child(7) { margin-right:0; }
	.gallery ul li:nth-child(8), .gallery ul li:nth-child(9), .gallery ul li:nth-child(10) { display: none; }
}

@media (max-width: 991px) and (min-width: 960px) {
	.gallery ul li:nth-child(9) { margin-right:0; }
	.gallery ul li:nth-child(10) { display: none; }
}

@media (max-width: 1279px) and (min-width: 992px) {
	.gallery ul li {width: 62px; height:auto;}
	.gallery ul li:nth-child(5) { margin-right:0; }
	.gallery ul li:nth-child(6), .gallery ul li:nth-child(7), .gallery ul li:nth-child(8), .gallery ul li:nth-child(9), .gallery ul li:nth-child(10) { display: none; }
}

@media (max-width: 1920px) and  (min-width: 1280px) {
	.gallery ul li:nth-child(6) { margin-right:0; }
	.gallery ul li:nth-child(7), .gallery ul li:nth-child(8), .gallery ul li:nth-child(9), .gallery ul li:nth-child(10) { display: none; }
}

@media (max-width: 1365px) and  (min-width: 1280px) { .gallery ul li {width: 68px; height:auto;} }
@media (max-width: 1439px) and  (min-width: 1366px) { .gallery ul li {width: 74px; height:auto;} }
@media (max-width: 1599px) and  (min-width: 1440px) { .gallery ul li {width: 77px; height:auto;} }
@media (max-width: 1679px) and  (min-width: 1600px) { .gallery ul li {width: 90px; height:auto;} }
@media (max-width: 1919px) and  (min-width: 1680px) { .gallery ul li {width: 96px; height:auto;} }
@media (min-width: 1920px) { .gallery ul li {width: 112px; height:auto;} }


/* Social Media Icons */
.socialmedia {
	padding: 25px 15px;
	text-align: center;
	background: #dcf3f0;
	margin-top: 20px;
	overflow: hidden;
    border-radius: 3px;
}
.socialmedia img { margin: auto 0.5vw;}
@media (min-width: 992px) {
	.socialmedia img { width: 3.49vw; margin: auto 0.5vw;}
}


/* Buttons */
@media (min-width: 1024px) {
	.btn { padding: 0.7vh 0.7vw; /*6px 10px*/ }
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn.active, .btn:active {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.featured-btn {
	color: #fff;
	margin-top: 16px;
	font-family: 'Aldhabi Font';
	border: none;
	background-image: linear-gradient(to bottom right, #ade5f9, #8ba3c1);
}

.featured-btn:hover {
	color: #fff;
	background-image: linear-gradient(to bottom right, #8ba3c1, #ade5f9);
}

.full {
	width: 100%;
	height: 70px;
}

/*
.full:after {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}
*/
.half img {
    max-width: 92%;
	max-height: 92%;
}

.full img {
    max-width: 100%;
	max-height: 100%;
	padding: 10px;
	vertical-align: initial;
}

.full span { vertical-align: top; }

.lang {
	width: auto;
	/*height: 40px;*/
	font-family: 'Lato';
	border-radius: 30px;
	float:left;
	margin-top:0px;
	direction: ltr;
	display:table;
}

@media (max-width: 991px) {
	.lang  img { max-width: 30px; max-height: 30px;}
}

@media (min-width: 992px) {
	.lang img { max-width: 30%; max-height: 30%; padding:2px 0px;}
}

.lang .change-text { margin-right: 5px; vertical-align: inherit;}

.half {
	width: calc(50% - 10px);
}

.half img {
  max-width: 60%;
  max-height: 60%;
  margin: -5px -60% auto auto;
}

.button-text {
	float:left;
	margin-top: -5px;
}
/*
.priceless:after{
	background-image : url(../images/site/icon-priceless-treasures-50.png);
}
*/
.style3 {
	width: auto;
	
	border: double 3px transparent;
	border-radius: 35px;
	background-image: linear-gradient(white, white), radial-gradient(circle at top left, #ade5f9, #8ba3c1);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	/*5px*/
	margin-left: 0.344vw;
	margin-right: 0.344vw;
}

.style3 span { padding: 8% 1%; display: block; }

.style3:hover {
	background-image: linear-gradient(white, white), radial-gradient(circle at top left, #8ba3c1, #ade5f9);
}

#navigation .navbar-nav> li:first-child a {padding-right: 0px;}
#navigation .navbar-nav> li:last-child a {padding-left: 0px;}

@media (max-width:767px ) {
	#navigation {height: auto;} /* menubar won't display properly without this setting*/
	#custom-search-input {width: 200px;}
	.speech-links {height:initial; padding-right: 30px;}
}

@media (max-width:359px ) {
	.searchNlogin {display: none;}
	#menubar #custom-search-input {display:initial; width: calc(100% - 20px); margin-bottom: 15px; margin-top: 15px;}
}

@media (min-width:360px ) {
	.searchNlogin {display: initial;}
	#menubar #custom-search-input {display:none;}
}

@media (max-width:599px ) {
	.language-dropdown span.text {display:none}
	#topbar-right #custom-search-input {display:none;}
}

@media (min-width:600px ) {
	.language-dropdown span.text {display:initial;}
	#topbar-right #custom-search-input {display:initial;}
	.searchNlogin {display: none;}
}

@media (min-width: 240px) and (max-width: 320px) {
	.container { width: 92%; }
	#navigation .container .navbar-brand {height: 90px; width: 85px; margin-right: 70px;}
	.lang {height: 35px; /*padding: 0px;*/}
	/* .language-dropdown .featured-btn, .language-dropdown .featured-btn:hover {background: none;} */
}


@media (min-width: 360px) {
	.container { width: 92%; }
	#navigation .container .navbar-brand {height: 90px; width: 85px; margin-right: 70px;}
	.speeches iframe {height: 170px;}
}

@media (min-width: 414px) {
	.speeches iframe {height: 190px;}
}

@media (min-width: 480px) {
	.container { width: 400px; }
	#navigation .container .navbar-brand {margin-right: 12.5%;}
	.speeches iframe {height: 210px;}
}

@media (min-width: 533px) {
	.container { width: 445px; }
	#navigation .container .navbar-brand { margin-right: 11%; }
	.speeches iframe {height: 235px;}
}

@media (min-width: 568px) {
	.container { width: 470px; }
	#navigation .container .navbar-brand { margin-right: 9.5%; }
	.speeches iframe {height: 250px;}
}

@media (min-width: 600px) {
	.container { width: 490px; }
	#navigation .container .navbar-brand { margin-right: 7.5%;}
	.speeches iframe {height: 260px;}
}

@media (min-width: 640px) {
	.container { width: 520px; }
	#navigation .container .navbar-brand { margin-right: 5%;}
	.speeches iframe {height: 280px;}
}

@media (min-width: 667px) {
	.container { width: 542px; }
	#navigation .container .navbar-brand { margin-right: 5.5%;}
	.speeches iframe {height: 290px;}
}

@media (min-width: 736px) {
	.container { width: 600px; }
	#navigation .container .navbar-brand {margin-right: 4%;}
	.speeches iframe {height: 325px;}
}
/*
@media (min-width: 600px) and (max-width: 767px) {
	.half br {display:none;}

}*/

@media (min-width: 768px) and (max-width: 991px) {
	#navigation {height: auto;}
	#menubar { margin-top: 0px; }
	#menubar ul { border-top: none;	}
	.navbar-left {float:right!important;margin-right:-15px;}
}

@media (min-width: 768px) and (max-width: 959px) {
	.container { width: 624px; }
	/*#navigation .container .navbar-brand {height: 89px; width: 85px; margin-right: 5px;}*/
	#navigation .container .navbar-brand {height: 89px; width: 11.1vw; margin-right: 5px;}
	.input-group .form-control { padding: 0.8vh 0.7vw; }
	.speeches iframe {height: 160px;}
}

@media (min-width: 780px) { #navigation .container .navbar-brand { margin-right: -3px;} }
@media (min-width: 790px) { #navigation .container .navbar-brand { margin-right: -10px;} }

@media (min-width: 800px) {
	.container { width: 650px; }
	#navigation .container .navbar-brand { height: 93px; margin-right: 5px;}
	.input-group .form-control { padding: 1.7vh 0.7vw; }
	.half {padding: 0.5vh 2.0vw;}
	.speeches iframe {height: 170px;}
}

@media (min-width: 800px) and (aspect-ratio: 5/8 ){ /* 800px x 1280px */
	.input-group .form-control { padding: 0.6vh 0.7vw; }
}

@media (min-width: 815px) { #navigation .container .navbar-brand { margin-right: -4px;} }
@media (min-width: 830px) { #navigation .container .navbar-brand { height: 96px; margin-right: -8px;} }
@media (min-width: 845px) { #navigation .container .navbar-brand { margin-right: -16px;} }
@media (min-width: 860px) { #navigation .container .navbar-brand { height: 100px; margin-right: -18px;} }
@media (min-width: 875px) { #navigation .container .navbar-brand { margin-right: -27px;} }
@media (min-width: 890px) { #navigation .container .navbar-brand { height: 103px; margin-right: -32px;} }
@media (min-width: 905px) { #navigation .container .navbar-brand { margin-right: -40px;} }
@media (min-width: 920px) { #navigation .container .navbar-brand { height: 107px; margin-right: -42px;} }
@media (min-width: 935px) { #navigation .container .navbar-brand { margin-right: -51px;} }
@media (min-width: 950px) { #navigation .container .navbar-brand { height: 110px; margin-right: -54px;} }

@media (min-width: 960px) and (max-width: 991px) {
	.container { width: 780px; }
	#navigation .container .navbar-brand {height: 111px; width: 11.1vw; margin-right: 6px;}
	.input-group .form-control { padding: 1.3vh 0.7vw; }
	.speeches iframe {height: 205px;}
}

@media (min-width: 600px) and (max-width: 960px) {
	.lang { padding-right: 2vw; padding-left: 2vw; }
}

@media (min-width: 970px) { #navigation .container .navbar-brand { margin-right: 0px;} }
@media (min-width: 980px) { #navigation .container .navbar-brand { margin-right: -5px;} }
@media (min-width: 990px) { #navigation .container .navbar-brand { margin-right: -10px;} }

@media (min-width: 992px) { /* Desktop version */
	.nav > li > a, .page .navbar-nav > li > a { padding: 30px 7px 10px;color: #333; }
	.container { width: 806px; }
	#navigation .container .navbar-brand {height: 103px; width: 100px; margin-right: -5px;}
	#navigation {height: auto;}
	#menubar { margin-top: -40px; }
	.container #menubar ul { border-top: 1px solid #fff;}
	#mainmenu .mega-menu .entry-thumbnail img { height: 60px; }
	.half { padding: 1.1vh 1.0vw; }
	.speeches iframe {height: 95px;}
}

@media (min-width: 992px) and (max-width: 1199px) { 
	.feature-post .post-content, .post-content { padding: 25px 20px; }
}

@media (min-width: 1000px) { #navigation .container .navbar-brand {margin-right: -10px;} }
@media (min-width: 1010px) { #navigation .container .navbar-brand {margin-right: -14px;} }

@media (min-width: 1024px){
	.container { width: 845px; }
	/*#navigation .container .navbar-brand {height: 103px; width: 100px; margin-right: 0px;}*/
	#navigation .container .navbar-brand {height: 103px; width: 9.67vw; margin-right: 0px;}
	#menubar { margin-top: -40px; }
	#mainmenu .mega-menu .entry-thumbnail img { height: 65px; }
	.nav > li > a, .page .navbar-nav > li > a { padding: 30px 7px 10px;color: #333;}
	.feature-post {min-height: 252px;}
	.hazrat { min-height: 155px; }
	.speeches iframe {height: 100px;}

	.input-group .form-control { padding: 9px 0.7vw; }
	.full span { margin: 13px 0px; display: inline-block;}

	.no-slider .section-title:after { width: calc(100% - 65px); }
	.hazrat .section-title:after {width: calc(100% - 125px);}
}

@media (min-width: 1024px) and  (aspect-ratio: 4/3){ /* 1024px x 768px */
	.half { padding: 0.8vh 1.0vw; }
}

@media (min-width: 1024px) and  (aspect-ratio: 32/45){ /* 1024px x 1440px */
	.btn { padding: 0.3vh 0.7vw; }
}

@media (min-width: 1024px) and  (aspect-ratio: 512/683){ /* 1024px x 1366px */
	.btn { padding: 0.3vh 0.7vw; }
}

@media (min-width: 992px) and (max-width: 1279px) { 
	.no-slider .post-content { padding: 5px 20px; }
	.speech-links { padding: 10px 20px; }
	.col-md-3, .col-md-6, .col-sm-6, .col-md-12, .col-sm-12 {padding-right: 10px; padding-left: 10px;}
	.full { height: 60px; }
	.full span { margin: 5px 0px; }
}

@media (min-width: 1050px) { #navigation .container .navbar-brand {margin-right: -10px; height: 106px; } }
@media (min-width: 1075px) { #navigation .container .navbar-brand {margin-right: -20px; height: 108px; } }
@media (min-width: 1100px) { #navigation .container .navbar-brand {margin-right: -30px; height: 111px; } }
@media (min-width: 1125px) { #navigation .container .navbar-brand {margin-right: -40px; height: 113px; } }
@media (min-width: 1150px) { #navigation .container .navbar-brand {margin-right: -51px; height: 116px; } }
@media (min-width: 1175px) { #navigation .container .navbar-brand {margin-right: -61px; height: 118px; } }
@media (min-width: 1200px) { #navigation .container .navbar-brand {margin-right: -72px; height: 121px; } }
@media (min-width: 1225px) { #navigation .container .navbar-brand {margin-right: -82px; height: 123.5px; } }
@media (min-width: 1250px) { #navigation .container .navbar-brand {margin-right: -93px; height: 126px; } }

@media (min-width:1280px) {
	.container{width:1060px}
	/*#navigation .container .navbar-brand {height: 129px; width: 124px; margin-right: 0px;}*/
	#navigation .container .navbar-brand {height: 129px; margin-right: 0px;}
	#menubar {margin-top: -48px;}
	#mainmenu .mega-menu .entry-thumbnail img { height: 90px; }
	.nav>li>a {padding: 12px 9px;}
	.feature-post {min-height: 317px;}
	.hazrat { min-height: 199px; }
	.full span { margin: initial; display: inline-block;}
	.input-group .form-control { padding: 1.17vh 0.7vw; }

	.half { padding: 0.6vh 0.7vw; }
	.speeches iframe {height: 130px;}

	.no-slider .section-title:after { width: calc(100% - 85px); }
	.hazrat .section-title:after {width: calc(100% - 160px);}
	
	.socialmedia { padding: 35px 15px; }
}

@media (min-width: 1310px) { #navigation .container .navbar-brand {margin-right: -12px; height: 132px; } }
@media (min-width: 1340px) { #navigation .container .navbar-brand {margin-right: -24px; height: 135px; } }

@media (min-width:1366px) {
	.container{width:1130px}
	/* #navigation .container .navbar-brand {height: 135px; width: 130px; margin-right: 0px;} */
	#navigation .container .navbar-brand {height: 137.5px; margin-right: 0px;}
	#menubar {margin-top: -50px;}
	#mainmenu .mega-menu .entry-thumbnail img { height: 100px; }
	.nav>li>a {padding: 12px 9px;color: #333;}
	.feature-post {min-height: 339px;}
	.hazrat { min-height: 213px; }

	.input-group .form-control { padding: 0.15vh 0.7vw; }
	.speeches iframe { height: 140px; }

	.hazrat .section-title:after {width: calc(100% - 170px);}
}

@media (min-width: 1390px) { #navigation .container .navbar-brand {margin-right: -10px; height: 140px; } }
@media (min-width: 1415px) { #navigation .container .navbar-brand {margin-right: -20px; height: 142.5px; } }

@media (min-width:1440px) {
	/*#navigation .container .navbar-brand { margin-right:-15px; width: 140px; height: 145px;}*/
	#navigation .container .navbar-brand { margin-right:-10px; height: 145px;}
	.topbar{background-position: top right -5px;}
	.container{width:1170px;}
	.feature-post {min-height: 350px;}
	.hazrat {min-height: 220px;}
	#menubar {margin-top: -53px;}

	.half { padding: 0.4vh 0.7vw; }
	.speeches iframe {height: 145px;}

	.no-slider .section-title:after { width: calc(100% - 105px); }
	.hazrat .section-title:after { width: calc(100% - 180px); }
}

@media (min-width: 1470px) { #navigation .container .navbar-brand {margin-right: -22px; height: 148px; } }
@media (min-width: 1500px) { #navigation .container .navbar-brand {margin-right: -34px; height: 151px; } }
@media (min-width: 1525px) { #navigation .container .navbar-brand {margin-right: -44px; height: 153.5px; } }
@media (min-width: 1550px) { #navigation .container .navbar-brand {margin-right: -54px; height: 156px; } }
@media (min-width: 1575px) { #navigation .container .navbar-brand {margin-right: -64px; height: 158.5px; } }

@media (min-width:1600px) {
	.container{width:1330px}
	/*#navigation .container .navbar-brand {height: 161px; width: 155px; margin-right: 0px;}*/
	#navigation .container .navbar-brand {height: 161px; margin-right: 0px;}
	#menubar {margin-top: -62px;}
	#mainmenu .mega-menu .entry-thumbnail img { height: 125px; }
	.nav>li>a {padding: 17px 11px;}
	.feature-post {min-height: 401px;}
	.hazrat { min-height: 254px; }

	#custom-search-input { width: 350px;}
	.half { padding: 0.5vh 0.7vw; }
	.speeches iframe {height: 168px;}
	.hazrat .section-title:after { width: calc(100% - 205px); }

	.full {height: 100px;}
	.full img {padding: 17px 10px;}
	.socialmedia { padding: 45px 15px; }
}

@media (min-width: 1625px) { #navigation .container .navbar-brand {margin-right: -10px; height: 163px; } }
@media (min-width: 1650px) { #navigation .container .navbar-brand {margin-right: -20px; height: 166px; } }

@media (min-width:1680px) {
	.container{width:1395px}
	/*#navigation .container .navbar-brand {height: 169px; width: 162px; margin-right: 0px;}*/
	#navigation .container .navbar-brand {height: 169px; margin-right: 0px;}
	#menubar {margin-top: -62px;}
	#mainmenu .mega-menu .entry-thumbnail img { height: 135px; }
	.nav>li>a {padding: 17px 12px;}
	.feature-post {min-height: 421px;}
	.hazrat { min-height: 268px; }

	.input-group .form-control { padding: 1.1vh 0.7vw; }
	.half { padding: 0.4vh 0.7vw; }
	.speeches iframe {height: 175px;}
}

@media (min-width: 1710px) { #navigation .container .navbar-brand {margin-right: -12px; height: 172px; } }
@media (min-width: 1740px) { #navigation .container .navbar-brand {margin-right: -24px; height: 175px; } }
@media (min-width: 1770px) { #navigation .container .navbar-brand {margin-right: -36px; height: 178px; } }
@media (min-width: 1800px) { #navigation .container .navbar-brand {margin-right: -48px; height: 181px; } }
@media (min-width: 1830px) { #navigation .container .navbar-brand {margin-right: -60px; height: 184px; } }
@media (min-width: 1860px) { #navigation .container .navbar-brand {margin-right: -72px; height: 187px; } }
@media (min-width: 1890px) { #navigation .container .navbar-brand {margin-right: -84px; height: 190px; } }

@media (min-width:1920px) {
	.container{width:1590px}
	/*#navigation .container .navbar-brand {height: 193px; width: 187px; margin-right: 0px;}*/
	#navigation .container .navbar-brand {height: 193px; margin-right: 0px;}
	#menubar {margin-top: -70px;}
	#mainmenu .mega-menu .entry-thumbnail img { height: 160px; }
	.nav>li>a {padding: 20px 13px;}
	.feature-post {min-height: 475px;}
	.hazrat { min-height: 307px; }

	.full {height: 120px;}
	.socialmedia { padding: 50px 15px; } 	
	.speeches iframe {height: 205px;}

	.no-slider .section-title:after { width: 11vw; }
	.hazrat .section-title:after { width: 5vw; }
	.section-title:before { width:13.5vw; }
	.speeches .section-title:before, .contact .section-title:before { width: 37.5vw; }
	.gallery .section-title:before { width: 33vw; }
	
	#custom-search-input { width: 400px;}
	.input-group .form-control { padding: 1.0vh 0.7vw; }

	.half { padding: 0.2vh 0.7vw; }
}

.section-title:before, 
.btn-primary, 
.badge, 
.catagory a, 
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span, 
#latest-news .owl-controls .owl-page.active span, 
#latest-news .owl-controls.clickable .owl-page:hover span, 
.pagination li a:hover, 
.pagination .active>a, 
.pagination .active>a:focus, 
.pagination .active>a:hover {
	background-color: #9fe1f8;
}

.form-control:focus, 
.widget.news-letter input:focus, 
.pagination li a:hover, 
.pagination .active>a, 
.pagination .active>a:focus, 
.pagination .active>a:hover, 
.btn-danger {
	border-color:#9fe1f8;
}

/*=========================================:: END :: =============================================*/

.sidemenu-tab{background-color: #00a54f;color: #fff;margin: 0px 0 10px 10px;border-radius: 30px;padding: 10px;width: 100%;display: inline-block;text-align: center;}
.sidemenu-tab img{height: 25px;margin-left: 10px;}
.bottom30{margin-bottom:30px}
.top30{margin-top:30px;}
.nav-tabs > li {float: right !important;}
.tab-content{padding:0 15px !important;}
.list-post-span{float: left;margin-top: 4px; color:#696969}

/*ProductImage*/
.modal-dialog {width: 600px;margin: 8% auto 0 auto;}
.btn-product{padding: 2px 0 10px;width: 100%;background-color: #00a54f;color: #fff;border: solid 1px;border-radius: 5px;margin: 2px 0;}
.btn-product:hover{background-color:#007036;}
.cost{color: #ff3939;font-size: 18px;font-weight: 900;font-family: 'Barlow', sans-serif;}
.select-qty{border: solid 1px #e1e1e1;padding: 0 16px 7px;float: left;font-size: 12px;margin-top: 10px;border-radius: 5px;}
.product_content{border-left: dashed 1px #aeaeae;}
.btn-product-pop{padding: 5px 0 15px;width: 100%;background-color: #00a54f;color: #fff;border: solid 1px;border-radius: 5px;margin: 2px 0;}
.btn-product-pop:hover{background-color:#007036;}
.price-red{color: #ff3939;font-size: 18px;font-weight: 900;font-family: 'Barlow', sans-serif;padding: 10px 0 0 0;}
.subname{margin: 30px 0 16px 0;color: #00a54f;}
