/************************************/
/***    About Us Page css     ***/
/************************************/


.page-header{
	position: relative;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}

.page-header:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: var(--primary-color);
	opacity: 70%;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.page-header-box{
	position: relative;
	z-index: 2;
}

.page-header-box h1{
	display: inline-block;
	font-size: 44px;
	font-weight: 700;
    line-height: 1.3em;
	color: var(--tp-common-white);
	margin-bottom: 10px;
	cursor: none;
}

.page-header-box ol{
	margin: 0;
	padding: 0;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
    text-transform: capitalize;
	color: var(--tp-common-white);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--tp-common-white);
}


.post-item-content h2{
    font-size: 17px;
	line-height: 1.3em;
}

.post-item-content h2 a{
    color: inherit;
}

h3.tp-ff-heading{
	font-size: 1.2rem;
}
.tag-links {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.btn-base.read-more{
	display: flex;
	gap: 20px;
}
.btn-base.read-more svg{
	width: 32px;
}
.post-meta span{
	display: inline-block;
	position: relative;
}
.post-meta span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: #ccc;
}