h1, h2, h3{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}

/*=======================================
 * post color 
 * =====================================*/
.pp-posts  .pp-post-title a{
	color:#222222;
}
.pp-posts h2{
	margin-top:0px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}
.pp-posts .pp-post-excerpt{
	color:#222222c7 !important;
	font-size:14px;
}
.pp-posts img{
	border-radius:5px;
}
.pp-posts .pp-post .pp-post-thumbnail-wrap{
	overflow:hidden;
	border-radius:5px;
}

.pp-posts .pp-post img{
	transition:.4s ease-in-out;
}
.pp-posts .pp-post:hover img{
	transform:scale(1.1);
}
.pp-posts .pp-post:hover a{
	color:var(--e-global-color-secondary) !important;
}
/*====================================
*home-top-features
=====================================*/

.home-top-features .pp-post-excerpt p, .international-post-wraper .pp-post-excerpt p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    line-clamp: 3;
}
.home-top-features .pp-post-thumbnail img{
	min-height:200px;
}

/*====================================
*home-top-features
=====================================*/
.features-s-text .pp-post{
	position: relative;
    padding-bottom: 70px !important;
	overflow:hidden;
    height: 100%;
}
.features-s-text .pp-post-excerpt{
    position: absolute;
    width: 100%;
	bottom:30px;
}
.features-s-text .pp-post-excerpt{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    line-clamp: 2;
}
/*======================
 * post border style
 * =====================*/
.post-border-style-wrap .pp-posts .pp-post-wrap {
    position: relative;
    padding: 30px 0px 0px 0px;
	margin-top:-30px;
}
.post-border-style-wrap .pp-post{
	padding-bottom:30px;
}
.post-border-style-wrap .pp-posts .pp-post:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DCDCDC;
    left: 0px;
	bottom:0;	
}
.post-border-style-wrap .pp-posts .pp-post-wrap:nth-child(2):before{
	content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #DCDCDC;
    left: -14px;
	top:0;
}
.post-border-style-wrap .pp-posts .pp-post-wrap:nth-child(2):after{
	content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #DCDCDC;
    right: -14px;
	top:0;
}

/*=======================
 * post slider
 *=======================*/
.pp-swiper-slider{
	overflow:hidden;
}
.pp-slider-arrow svg{
	display:none;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size:24px;
}

/*==================================
 * Video post
 * =================================*/
.video-icon-post-warp .pp-post-thumbnail{
	position:relative;
}
.video-icon-post-warp .pp-post-thumbnail:before{
	content:"";
	position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    border-radius: 5px;
    width: 65px;
    background-color: rgb(235 11 11 / 73%);
    text-align: center;
    line-height: 41px;
    font-size: 20px;
    color: #fff;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;
}
.video-icon-post-warp .pp-post-thumbnail:after{
	content:"";
	top: 50%;
    left: 50%;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 17px solid white;
    border-bottom: 10px solid transparent;
	margin-top: -10px;
    margin-left: -7px;
}
/*============================
 * international-post-wraper
 * ============================*/
.international-post-wraper{
	
}
.international-post-wraper .pp-post-thumbnail-wrap{
	height: 100%;
    padding-bottom: 15px;
}
.international-post-wraper .pp-post-thumbnail-wrap img{
	height:100%;
	object-fit:cover;
}
.international-post-wraper .pp-post-wrap:not(:last-child){
	border-bottom:1px solid #DCDCDC;
}
.jagransearch-box{
	cursor:pointer;
}
.search-from-jagran{
	display:none;
	position:absolute;
	z-index:9;
	right:0;
	bottom:-50px;
}
.search-from-jagran.show{
	display:block;
}
.jb-main-header-section .e-con-inner{
	position:relative;
}
/* .pp-image-overlay, .pp-media-background, .pp-media-content{
	position:relative;
}

.pp-tiled-posts .pp-tiled-post-content{
	position:relative !important;
} */
.pp-tiled-post-bg img{
	border-radius:10px
	transition:.4s ease-in-out;
}
.pp-tiled-posts .pp-tiled-post-bg{
	overflow:hidden;
	border-radius:10px;
	font-size:0px !important;
}
.pp-tiled-posts .pp-tiled-post img{
	transition:.4s ease-in-out;
}
.pp-tiled-posts .pp-tiled-post:hover img{
	transform:scale(1.1);
}
.pp-tiled-posts .pp-tiled-post:hover h2{
	color:var(--e-global-color-secondary) !important;
}
.pp-tiled-posts .pp-tiled-post-content{
    background: #ffffff5c;
    backdrop-filter: blur(3px);
}

/*============================
 * post-list-withtitle section-headerstyle
 * ============================*/
.section-headerstyle{
	background-color: #DCDCDC;
    padding: 0px 10px 0px 0px;
    border-left: 8px solid var(--e-global-color-secondary)!important;
}
.section-headerstyle h2.elementor-heading-title{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-size: 1.35em !important;
    padding: 8px 20px;
    color: var(--e-global-color-25d8250) !important;
    line-height: 1.2em !important;
    margin: 0px !important;
	color:var( --e-global-color-626cd4e ) !important;
}
.section-headerstyle{
	overflow:hidden;
}
.section-headerstyle .elementor-icon-list-text{
	color:var( --e-global-color-626cd4e ) !important;
}
.section-headerstyle a:hover .elementor-icon-list-text{
	color:var(--e-global-color-secondary) !important;
}
/* .section-headerstyle:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #b80000;
	left:unset;
	top:unset;
    right: -50px;
    bottom: 10px;
} */

.map-location-post svg{
	height:350px !important;
}

.trending-tag-section ul{ 
    flex-wrap: nowrap !important;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
}
.trending-tag-section ul li{
    background-color: #DCDCDC;
    padding: 0px 10px !important;

}
.trending-tag-section ul li:first-child {
    border-left:8px solid #b80000;
    padding: 3px 15px !important;
}
.trending-tag-section ul li:first-child .elementor-icon-list-text{
	color:#b80000 !important;
	font-weight:600 !important;
}
/*============================
 * Responsive Media query
 * ============================*/

@media(max-width: 1566px){ 
	.header-menu-desktop{}
}

@media(max-width: 1175px){ 
	.header-menu-desktop .pp-advanced-menu > li:not(:last-child){
		margin-right:10px !important;
	}
}

@media(max-width: 1075px){ 
	.header-menu-desktop .pp-menu-item{
		font-size:0.9em !important;
	}
}

@media (max-width: 767px) {
	.pp-tiled-post {
        height: auto !important;
    }
	.pp-tiled-posts.pp-tiled-posts-layout-6 .pp-tiles-posts-left, .pp-tiled-posts.pp-tiled-posts-layout-6 .pp-tiles-posts-right{
		  display: grid;
		  grid-template-columns: repeat(2, 1fr);
		  grid-gap: 10px;
	} 
	.pp-tiled-posts.pp-tiled-posts-layout-4 .pp-tiles-posts-right{
		  display: grid;
		  grid-template-columns: repeat(2, 1fr);
		  grid-gap: 10px;
	}
}