/***
====================================================================
	Testimonial One
====================================================================
***/
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding: 270px 0 80px;
	overflow: hidden;
	z-index: 1;
}

.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	right: 515px;

    background: linear-gradient(180deg, #071818 0%, #00524d 50%, #05ab9a  100%);

    /*background: hsla(181, 78%, 25%, 1);*/

    /*background: linear-gradient(90deg, hsla(181, 78%, 25%, 1) 0%, hsla(183, 79%, 9%, 1) 75%, hsla(0, 0%, 0%, 1) 100%);*/

    /*background: -moz-linear-gradient(90deg, hsla(181, 78%, 25%, 1) 0%, hsla(183, 79%, 9%, 1) 75%, hsla(0, 0%, 0%, 1) 100%);*/

    /*background: -webkit-linear-gradient(90deg, hsla(181, 78%, 25%, 1) 0%, hsla(183, 79%, 9%, 1) 75%, hsla(0, 0%, 0%, 1) 100%);*/
    /*background: transparent url("../images/pattern.png");*/
	/*background-color: #a72638 ;*/

	/*opacity: .35;*/

	z-index: -1;
}

.page-header__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .20;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.page-header__shape-1 {
	position: absolute;
	top: 105px;
	right: 0;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	z-index: -1;
}

.page-header__shape-1 img {
	width: auto;
	max-width: none;
}

.page-header__inner {
	position: relative;
	display: block;
	z-index: 15;
	text-align: center;
}

.page-header__inner h2 {
	font-size: 34px;
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 20px;
	color: var(--thm-white);
}

.thm-breadcrumb__box {
	position: relative;
	display: inline-block;
	margin-top: 14px;
	padding: 16px 20px 12px;
	border-radius: 10px;
	z-index: 1;
	background: rgb(4, 23, 26);
	background: linear-gradient(280deg, rgba(4, 23, 26, 1) 0%, rgba(255, 255, 255, 0) 73%);
}

.thm-breadcrumb {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li+li {
	display:inline-flex;
	gap: 15px;
}

.thm-breadcrumb li a {
	position: relative;
	display: inline-block;
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding-left: 10px;
}

.thm-breadcrumb li:hover a {
	color: var(--thm-base);
}












/***
====================================================================
	Feature One
====================================================================
***/
