.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-blog-btn{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	margin: 0 0 25px;
}
.pbmit-blog-style-1 .pbmit-post-title{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper,
.pbmit-blog-style-1 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.single.pbmit-sidebar-exists .content-area.col-md-9 .pbmit-blog-style-1.col-md-4 .pbmit-post-title,
.blog.pbmit-sidebar-exists .content-area.col-md-9 .pbmit-blog-style-1.col-md-4 .pbmit-post-title{
	font-size: 22px;
	line-height: 30px;
}
.pbmit-blog-style-1 .pbminfotech-box-content{
	background: var(--pbmit-xleb-white-color);
	border-radius: 30px;
	padding: 15px 15px 30px 15px;
	position: relative;
}
.pbmit-blog-style-1 .pbmit-content-wrapper{
    padding: 0 40px 0 15px;
}
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-line:first-child{
	margin-right: 20px;
}
.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-line:first-child::before{
	position: absolute;
	content: '/';
	right: -15px;
	top: 0;
}
.pbmit-blog-style-1 .pbmit-meta-line .pbmit-meta-category a{
	color: var(--pbmit-xleb-global-color);
}
.pbmit-blog-style-1 .pbmit-meta-line .pbmit-meta-category a:hover{
	color: rgba(var(--pbmit-xleb-global-color-rgb),.8);
}
.pbmit-element-blog-style-1:not(.pbmit-sortable-yes) .pbmit-ele-header-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pbmit-blog-style-1 .pbmit-blog-btn{
	background-color: var(--pbmit-xleb-blackish-color);
	color: var(--pbmit-xleb-white-color);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	display: flex;	
}
.pbmit-blog-style-1:hover .pbmit-blog-btn{
	background-color: var(--pbmit-xleb-global-color);
}
.pbmit-blog-style-1 .pbmit-blog-btn:hover{
	color: var(--pbmit-xleb-white-color);
}
.pbmit-blog-style-1 .pbminfotech-box-desc{
	display: none;
}
.pbmit-element-blog-style-1 .pbmit-blog-heading-btn a{ 
	padding: 17px 30px;
	background-color: transparent;
	border: 1px solid var(--pbmit-xleb-blackish-color);
	border-radius: 30px;
	white-space: nowrap;
}
.pbmit-element-blog-style-1 .pbmit-blog-heading-btn a:hover{ 
	background-color: var(--pbmit-xleb-blackish-color);
	color: var(--pbmit-xleb-white-color);
}
.pbmit-element-blog-style-1 .pbmit-carousel-nav-arrow-header,
.pbmit-ele-header-align-right .pbmit-element-blog-style-1  .pbmit-carousel-nav-arrow-header,
.pbmit-ele-header-align-left .pbmit-element-blog-style-1  .pbmit-carousel-nav-arrow-header {
    left: 0;
    right: inherit;
	bottom: 4px;
}
.pbmit-ele-header-align-center .pbmit-element-blog-style-1  .pbmit-carousel-nav-arrow-header {
    margin: 0 auto;
	bottom: 25px;
    position: relative;
}
.pbmit-ele-header-align-center .pbmit-element-blog-style-1 .pbmit-blog-heading-btn{
	position: absolute;
	right: 0;
	top: 30px;
}
.pbmit-element-blog-style-1.pbmit-element-viewtype-carousel .pbmit-element-posts-wrapper{
	border-radius: 25px;
}

/* Bg Color */

.pbmit-elementor-bg-color-white .pbmit-blog-style-1 .pbminfotech-box-content{
	background: var(--pbmit-xleb-light-bg-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-1:hover .pbmit-blog-btn,
.pbmit-elementor-bg-color-gradient .pbmit-blog-style-1:hover .pbmit-blog-btn,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-1:hover .pbmit-blog-btn,
.pbmit-elementor-bg-color-globalcolor .pbmit-blog-style-1:hover .pbmit-blog-btn {
	background-color: var(--pbmit-xleb-blackish-color);
	color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-1 .pbmit-blog-btn {
	background-color: var(--pbmit-xleb-white-color);
	color: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-blog-style-1 .pbmit-blog-btn:hover{
	background-color: var(--pbmit-xleb-global-color);
	color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-1 .pbmit-blog-btn {
	background-color: var(--pbmit-xleb-white-color);
	color: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-blog-style-1 .pbmit-blog-btn:hover{
	background-color: var(--pbmit-xleb-global-color);
	color: var(--pbmit-xleb-white-color);
}
.pbmit-element-column-four .pbmit-blog-style-1 .pbmit-post-title{
	font-size: 20px;
	line-height: 30px;
}
.pbmit-element-column-four .pbmit-blog-style-1 .pbmit-meta-line a,
.pbmit-element-column-four .pbmit-blog-style-1 .pbmit-meta-line {
	font-size: 12px;
}
@media (max-width: 767px){
	.pbmit-element-blog-style-1 .pbmit-blog-heading-btn{
		display: none;
	}
	.pbmit-blog-style-1 .pbmit-content-wrapper {
		padding: 0 50px 0 0;
	}
	.pbmit-blog-style-1 .pbmit-post-title {
		font-size: 20px;
		line-height: 28px;
	}	
}
@media(min-width: 768px) and (max-width: 992px) {
	.pbmit-blog-style-1  .pbmit-date-wraper{
		display: block !important;
	}
	.pbmit-blog-style-1 .pbmit-content-wrapper .pbmit-meta-line:first-child {	
		margin-bottom: 0;
	}
	.pbmit-blog-style-1 .pbmit-content-wrapper {
		padding: 0 50px 0 0;
	}
	.pbmit-blog-style-1 .pbmit-post-title {
        font-size: 18px;
        line-height: 28px;
    }
}