/* Moxes SEO  & Digital Marketing Agency HTML-5 Template */

/***

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	overflow: hidden;
	text-align: center;
	text-align:right;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.page-title .auto-container{
	position:relative;
}

	.page-title .inner-container {
		position: relative;
		padding: 153px 0px 140px;
		text-align: center;
	}

.page-title h2{
	text-transform:uppercase;
    color:var(--white-color);
}

.page-title .bread-crumb{
	position: relative;
	margin-top:15px;
}

.page-title .bread-crumb li{
	position: relative;
	font-weight:500;
	font-size: 16px;
	letter-spacing:1px;
	margin-right: 15px;
	padding-right: 15px;
	display:inline-block;
	color:var(--color-two);
	text-transform:capitalize;
}

.page-title .bread-crumb li:first-child::before{
	position: absolute;
	right: -6px;
	top:-2px;
    content: "::";
	font-size: 22px;
	font-family: 'Font Awesome 6 Free';
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:var(--white-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.page-title .bread-crumb li a:hover{
	color:var(--color-two);
}

.page-title_options{
	position:absolute;
	left:0px;
	bottom:15px;
	z-index:10;
	border-radius:150px;
	background-color:var(--white-color);
	display:none;
}

.page-title_authors{
	position:relative;
	display:flex;
	gap:25px;
	align-items:center;
	border-radius:100px;
	padding:20px 40px 20px 20px;
}

.page-title_authors ul{
	position:relative;
	display:flex;
	margin-left:20px;
}

.page-title_authors ul li{
	position:relative;
	width:54px;
	height:54px;
	margin-left:-20px;
	border-radius:50px;
	display:inline-block;
	border:3px solid var(--white-color);
}

.page-title_reviews{
	position:relative;
	font-weight:800;
	font-size:26px;
	text-align: left;
	color:var(--black-color);
}

.page-title_reviews span{
	position:relative;
	font-weight:600;
	font-size:16px;
	margin-top: 5px;
}