	body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	
}
a{
	text-decoration: none;
	color:#f15b2c;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0;
	font-family: 'Poppins', sans-serif;
	margin: 20px 0px 0px 0px;
    padding: 0;
}

h3 {
	font-size: 20px;
    margin: 0;
    border-bottom: 2px dotted #eee;
}

p {
	font-size: 100%
}

embed,
img,
object {
	max-width: 100%;
	height: auto
}

.clear{
	clear: both;
}
/*

.whatsapp{
	position: sticky;
	top:85%;
	left: 85%;
}
*/

.topnav {
	overflow: hidden;
	background-color: #fff;
	box-shadow: 1px 1px 2px #eee
}

.topnav a.logo {
	float: left
}

.topnav a {
	float: right;
	display: block;
	color: #000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px
}

.topnav a.active {
	border-bottom: 1px solid;
	color: #000
}

.topnav .icon {
	display: none
}

.header{
	background: #fff;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 9;
	text-align: center;
	box-shadow: 0px 1px 8px #ddd;
	transition-property: top;
    transition-duration: 0.4s;
    transition-timing-function: ease;
	
	
}

/* 08082023 commented
.header img{
	*width: 110px;
	padding: 10px 0px 0px;
}
*/

.header img{
	width: 110px;
	padding: 10px 0px 0px;
}

.header ul{
	margin: 0;
	padding: 0px 0px 10px 0px;
}

.header ul li{
	display: inline-block;
	list-style: none;	
	padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.header ul li::after{
    content: '';
    background: #333;
    width: 5px;
    height: 5px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    margin: 9px;
    top: 0;
    right: 0;
}

.header ul li:last-child:after{
	visibility: hidden;
}

.header ul li a{
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #333;
}

.header ul li a:hover,
.header ul li a:focus,
.header ul li a:active
{
	color: #f15b2c;
}

.header ul li a:hover{
	color: #f8552e;
}

.container {
	display: block;
	width: 100%;
	background:#eee;
	height: auto;
	overflow: auto;
}
.post-header{
	position: relative;
	    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
	
}

.post-header a{
	color:#333;
	text-decoration: none;
}

.post-header a:hover{
	color: #f8552e;
}

.post-header ul{
	padding:0px;
	margin-bottom: 10px;
}

.post-header ul li{
	list-style:none;
	display:inline-block;
	vertical-align: top;
	font-size: 14px;
}
.post-header ul li img.logo_glance{
	width: 65px;
	
}

.post-header ul li img.article_by{
	width: 100px;
	padding: 0px;
}


.article {
	padding: 10px 0;
	width: 60%;
	margin: 0 auto;
}

.blog-post {
	background:#fff;	
	padding: 20px;
	border-radius: 4px;
	
}

.blog-post p {
	line-height: 1.7;
	font-size: 16px;
}

p.category {
	font-weight: 600;
	font-size: 16px;
	font-style:normal;
	color: #000;
	line-height: 0px;
	margin: 0;
}

.glance-logo {
	width: 80px;
	margin-bottom: 10px
}

.post-footer{
	    background: #ef5c2c;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
}
.post-footer img {
	width: 100px;
	margin: -5px 10px
}

p.next-art {
	background-color: transparent!important;
	border-bottom: 1px solid #ef5c2c;
	margin: 0px;
	padding: 0px;
	line-height: 0;
}

.next-art::before {
	content: '';
	position: relative;
	left: 4%;
	top: 30px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 18px solid #ef5c2c;
	clear: both
}

.ad-placement1 {
	width: 33%;
	margin: 30px auto 20px;
		text-align: center;
   
}

.ad-placement1 img{
	width: 300px;
}

.ad-placement2 {
	width: 45%;
	margin: 0 auto 20px
}


.ad-placement3 {
	width: 33%;
	margin: 0 auto 20px
}
.ad-placement3 img{
		width: 270px;
}

.footer {
	background: #000;
	overflow: hidden;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0
}

.oppo-sticky {
	position: fixed;
	top: -10px;
	width: 100%;
	background: 0 0;
	z-index: 999;
	text-align: center;
	font-size: 16px;
	width: 100%;
	height: 60px;
	padding-top: 10px
}

.applybtn2 {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: 0 0;
	z-index: 999;
	text-align: center;
	font-size: 16px;
	width: 100%;
	height: 60px;
	padding-top: 10px
}

/* progress bar */

:root {
  --timing: ease;
}

.sbar{
height: 100vh;
    width: 4px;
    background: #eee;
    position: fixed;
    left: 1%;
    top: 2%;
}
.scrollBar2 {
/*
  position: fixed;
  top: 4%;
  left: 2vw;
*/
  height: 0%;
  width: 4px;
  background: #49e;
  -webkit-transition: height 200ms var(--timing);
  transition: height 200ms var(--timing);
  text-align: right;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 1em;
	background: red;
}
.scrollBar2 span {
  position: absolute;
  bottom: 3px;
  left: 2px;
  font-size: 0.7em;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom left;
}

ul.articleby{
		margin:40px 0px 0px 0px;
	padding: 0px;
}
ul.articleby li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px
}

ul.articleby li img{
	width: 75px;
}

ul.articleby li img.article_by{
	width: 100px;
}

.article-spacer{
	height: 100px;
}

.breadcrumb{
	margin: 20px 0px;
	font-size: 14px;
}

/* Category page */

ul.posts-container{
	margin: 0;
	padding: 0;
	clear: both;
}

ul.posts-container li.post-item{
	width: 100%;
	padding: 0;
	display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
	float: left;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	margin: 0px 0px 20px 0px
	
}

.post-thumb{
	position: relative;
    height: 100%;
    display: block;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: opacity 0.2s;
}

.post-thumb img {
    width: 100%;
    display: block;
}

ul.posts-container li.post-item .post-thumb{
	margin-right: 25px;
    float: none;
	-webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 420px;
}

ul.posts-container li.post-item .post-details{
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 !important;
}

.post-details .post-meta {
    margin: 0 0 3px;
	font-size: 12px;
}

.post-details .post-meta, 
.post-details .post-meta a:not(:hover) {
    color: #333;
}

.post-details .post-title{
	    font-size: 20px;
	line-height: 1.4;
	margin: 10px 0px;
}

.post-details .post-title a, 
ul.posts-container li.home-list a
{
	color: #333;
}
.post-details .post-title a:hover, 
ul.posts-container li.home-list a:hover
{
	color: #f15b2c;
}
.post-details .post-excerpt {
	margin-top: 5px;
    color: #666666;
    word-break: break-word;
	font-size: 14px;
}

ul.posts-container li.home{
	display:block !important;
	float: none;
	
}

ul.posts-container li.home .post-thumb{
	flex: auto;
	max-width:none;
	width: 100%;
	padding-bottom: 10px;
}

ul.posts-container li.home-list{
	-webkit-flex-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
	padding: 15px;
}

ul.posts-container li.home-list a.more-link{
	color: #fff;
}

ul.posts-container li.home-list h3{
	font-size:16px;
}

ul.posts-container li.home-list p{
	font-size: 12px;
}

ul.posts-container li.home-list a.more-link:hover{
	background-color: #333;
}

ul.posts-container li.home-list .home-list-dec{
font-size: 14px;
    float: left;
    border: 0;
    width: 70%;
    padding: 0px;
	padding-right: 20px;
	
}
ul.posts-container li.home-list .post-thumb{
	float: right;
	width: 20%;
	flex: auto;
	margin: 0;
}

ul.posts-container li.home-list h3 span{
	font-size: 10px;
	color: #777;
}

.more-link {
    margin-top: 10px;
    white-space: nowrap;
    word-wrap: normal;
}

.button{
	width: auto;
    position: relative;
    background-color: #f15b2c;
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.loadmore{text-align: center;}


@media screen and (max-width:600px) {
	.topnav a:not(:first-child) {
		display: none
	}
	.topnav a.icon {
		float: right;
		display: block
	}
}

@media screen and (max-width:600px) {
	.topnav.responsive {
		position: relative
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left
	}
}

@media screen and (max-width:600px) {
	.header ul {
		overflow: auto;
		white-space: nowrap;
		margin: 0px 10px;

	}
	.header ul li{
		font-size: 14px;
	}
	
	.header ul li::after{
		visibility:visible;
	}

	.ad-placement1 {
    width: 70%;
    margin: 30px auto 20px;
    text-align: center;
   
}
	.ad-placement3{
		display: none;
	}
	
	.ad-placement3, .ad-placement2 {
		width: 90%;
	}
	
	.blog-post, .article {
		width: 90%
	}
	.ad-placement {
		width: 90%;
		margin: 0 auto 20px
	}
	

	ul.posts-container li.post-item{
		width: auto;
		-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	}
	
	ul.posts-container li.home-list .home-list-dec{
		padding: 0;
	}
	ul.posts-container li.post-item .home-list-dec h3{
		font-size: 14px;
		border: 0;
	}
	
	ul.posts-container li.post-item .post-meta{
		width: 100%;
		padding-top: 10px;
	}
	
	ul.posts-container li.home-list p,
	ul.posts-container li.home-list .readmore
	{
		display: none;
		
	}



	ul.posts-container li.post-item .post-thumb {
 
  width: 100%!important;
  max-width: 100%!important;
}
}

.whatsapp{background: green;
color: #fff!important;
padding: 5px 10px;
font-size: 20px;
border-radius: 50%;}

.post-content{position: relative;}

p .more-link { 
  font-weight: bold;
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
margin-bottom: -10px;
padding: 250px 0 20px 0;
background-image: linear-gradient(to bottom, transparent, white);
cursor: pointer;
}
.pos-sticky {
  position: sticky;
  top: 85%;
  left: 155%;
}

p .more-link span{background: #ef5c2c;
color: #fff;
width: 100%;
padding: 15px;
display: block;
line-height: 18px;};

/*#loading{display: none;}*/