/*--- utility css ---*/
body {
	position: relative;
}

.bg-grey {
	background: #f8f8f8;
}

/*---------------------breadcrumb css start---------------------*/
.breadcrumb {
	width: 100%;
	min-height: 110px;
	background-image: url(../images/section/breadcrumb-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	margin-bottom: 0;
}

.bread-con {
	position: relative;
}

.crumb-list {
	list-style: none;
}

.crumb-list li {
	display: inline;
	color: #434f0c;
	font-weight: 600;
}

.crumb-list li a {
	color: #fff;
}

.crumb-list li a:hover {
	text-decoration: underline;
}

.crumb-name {
	text-align: center;
}

/*--------------- breadcrumb css end---------------*/
/*--------------- aboutUs Page css end---------------*/
.content-inner {
	width: 100%;
	padding: 60px 0;
}

.border2x {
	border: 2px solid #dee2e6;
}

.theme-border {
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #434f0c;
}

.vision-text,
.approch-text {
	position: relative;
	font-size: 36px;
	text-transform: uppercase;
	padding: 0 0;
	margin: 10px 0 40px 0;
}

.vision-text:after,
.approch-text:after {
	content: '';
	width: 75%;
	height: 2px;
	background: #434f0c;
	position: absolute;
	bottom: 0;
	right: 0;
}

.approch-text:after {
	width: 69%;
}

.why-us {
	font-size: 46px;
	text-transform: uppercase;
	padding: 0 0;
	margin: 10px 0 50px 0;
}

.whyus-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.whyus-img {
	width: 72px;
	height: 72px;
	background: #434f0c;
	position: relative;
	border-radius: 20px;
	transition: all 0.6s ease-out 0s;
	text-align: center;
}

.whyus-img a {
	line-height: 72px;
}

.whyus-img:hover {
	border-radius: 100px;
}

.pic-wrap {
	display: flex;
	flex-wrap: wrap;
}

.pic-wrap .pic1,
.pic-wrap .pic2 {
	width: 50%;
}

/*--------------- aboutUs Page css end---------------*/

/*--------------- services Page css start---------------*/
.recycle-more-hd {
	font-weight: 600;
	text-transform: uppercase;
}

.recycle-more {
	font-size: 18px;
	padding: 0 0;
	margin: 30px 0 20px 0;
	color: #616161;
	line-height: 28px;
}

.did-u-know {
	width: 100%;
	padding: 130px 0;
	background: url(../images/section/services-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 404px;
	margin: 80px 0 0 0;
}

.youKnow-text {
	font-size: 34px;
	color: #fff;
	font-weight: 500;
	padding: 0 0;
	margin: 0 0;
}

.youKnow-subtext {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding: 0;
	margin: 20px 0 10px 0;
	line-height: 36px;
}

.service-feature {
	padding: 80px 0;
}

.service-feature .box {
	background: #eeeeee;
	margin: 0 0 20px 0;
}

.service-feature .box .title {
	background: #434f0c;
	padding: 20px;
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	margin: 0 0 30px 0;
}

.service-feature .box p {
	padding: 25px 30px;
	line-height: 24px;
	margin: 0;
}

.other-service {
	padding: 10px 0 20px 0;
}

.other-service .box {
	background: #f8f8f8;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 40px;
}

ul.service-list {
	display: flex;
	align-items: stretch;
}

.service-list li {
	display: inline-flex;
	justify-content: center;
	flex-grow: 1;
}

.service-list li a {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
}

.service-list li a img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 0 20px 0;
}

.service-list li a:hover {
	opacity: 0.8
}

/*--------------- services Page css end---------------*/

/*--------------- portfolio Page css start---------------*/
.portfolio-box {
	min-height: 60vh;
}

#filters {
	margin: 30px auto;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#filters li {
	margin-right: 10px;
}

#filters li span {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #fff;
	background: #616161;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}

#filters li span.active {
	background: #434f0c;
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0px 0px 0 0;
	display: none;
	overflow: hidden;
}

.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	background: #666;
	cursor: pointer;
	height: 200px;
	width: auto;
	margin-bottom: 30px;
}

.portfolio img {
	width: 100%;
	position: relative;
	top: 0;
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	height: 100%;
}

.portfolio .label {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: -40px;
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
	background: rgba(67, 79, 12, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.portfolio .label-text {
	position: relative;
	z-index: 500;
	padding: 5px 8px;
}

.portfolio .label-text .text-title {
	color: #fff;
}

.portfolio:hover .label {
	bottom: 0px;
}

.portfolio:hover img {
	top: -30px;
}

.content-inner .page-link {
	color: #434f0c;
	background-color: #f8f8f8;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.content-inner .page-link:hover {
	color: #ffffff;
	background-color: #434f0c;
}

/*--------------- portfolio Page css end---------------*/
/*--------------- facts Page css start---------------*/
.facts-imp {
	background: #434f0c;
	width: 100%;
	padding: 40px 100px;
	text-align: center;

}

.facts-imp p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.facts-text {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0;
	margin: 10px 0 40px 0;
}

.facts-text:after {
	content: '';
	width: 30%;
	height: 2px;
	background: #434f0c;
	position: absolute;
	bottom: 0;
	right: 0;
}

.facts-subtext {
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	color: #616161;
}

.fact-img-round {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	border: 4px solid #434f0c;
}

/*--------------- facts Page css start---------------*/
/*--------------- Faq Page css start---------------*/
.faq-box {
	margin-top: 50px;
	margin-bottom: 50px;
}

.accordion>.card {
	background-color: transparent;
	border: 0px solid transparent;

}

.accordion>.card>.card-header {
	padding: 20px 0;
	margin-bottom: 0;
	background-color: transparent;
	border: 0px solid transparent;
	border-bottom: 2px solid #434f0c;
}

.accordion .btn-link {
	padding: 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.accordion .card .card-header .fa {
	padding-right: 10px;
}

.accordion .card .card-body {
	background: #fff;
	font-size: 16px;
	line-height: 28px;
	color: #616161;
}

.feedback-box {
	background: #f0f0f0;
	padding: 60px 0;
	text-align: center;
}

.feed-head {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 500;
	padding: 0 0;
	margin: 0 0 30px 0;
}

.feed-subhead {
	font-size: 16px;
}

.feed-mail {
	border: 2px solid #fff;
	width: 275px;
	min-height: 83px;
	padding: 0;
	color: #333;
	display: inline-block;
	background: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 600;
	line-height: 80px;
}

/*--------------- Faq Page css end---------------*/

/*--------------- Blog Page css start---------------*/
.post-wrap {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.post-circle {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #434f0c;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 20px 0;
}

.author-info {
	font-size: 16px;
	font-weight: 600;
	padding-left: 20px;
	color: #434f0c;
}

.post-head {
	font-size: 20px;
	font-weight: 600;
	margin: 0px 0 10px 0;
}

.post-desc {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

.post-wrap a {
	float: right;
}

.box-img {
	width: 100%;
	height: 283px;
	overflow: hidden;
}

.blog-list-head {
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.blog-list-head:after {
	content: '';
	width: 200px;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #434f0c;
}

.cate-list {
	margin: 0 0 30px 0;
}

.cate-list li {
	padding: 5px 0 5px 25px;
	display: block;
}

.cate-list li a {
	color: #333333;
	font-size: 16px;
}

.cate-list li a:hover {
	text-decoration: underline;
}

.trend-title {
	font-size: 16px;
	padding: 0 0 0 0px;
}

.trend-img-box {
	width: 100px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 20px;
}

/*--------------- Blog Page css end---------------*/
/*--------------- Contact Us Page css start---------------*/
.map-location {
	background: #fff;
	width: 100%;
	margin: 40px 0px 60px 0px;
	min-height: 399px;
}

.send-message {
	font-size: 24px;
	font-weight: 600;
	padding: 0 0;
	margin: 10px 0 30px 0;
}

.location-title {
	font-size: 18px;
	color: #616161;
	font-weight: 600;
	margin: 10px 0 0 0;
}

.location-img {
	width: 72px;
	height: 72px;
	background: #434f0c;
	position: relative;
	border-radius: 20px;
	transition: all 0.6s ease-out 0s;
	text-align: center;
	margin-bottom: 50px;
}

.location-img span {
	line-height: 72px;
	font-size: 42px;
	color: #fff;
}

.location-img:hover {
	border-radius: 100px;
}

.send {
	position: relative;
}

.send .form-control {
	height: 50px;
	background: #f8f8f8;
	border-color: #d2d2d2;
}

.send textarea.form-control {
	height: 100px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="Number"]::placeholder,
textarea.form-control::placeholder {
	color: #333;
	text-transform: uppercase;
}

.btn-send {
	width: 270px;
	height: 50px;
	background: #434f0c;
	border: 0px;
	border-bottom: 4px solid rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}

.btn-send:hover,
.btn-send:focus,
.btn-send:active {
	background: rgba(0, 0, 0, 0.5) !important;
	border-bottom: 4px solid transparent !important;
}

.help-block.with-errors {
	color: #ff5050;
	margin-top: 5px;
}

/*--------------- Contact Us Page css end---------------*/

/*--------------- Privacy policy & Terms Page css start---------------*/
.policy-list {
	list-style: none;
	position: fixed;
}

.policy-list li {
	display: block;
	padding: 0px 0 30px 0;
}

.policy-list li a {
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	padding: 0.5rem 1rem;
}

.policy-list li a:hover,
.policy-list li a.active {
	color: #ffffff;
	background: #434f0c;
}

.policy-text {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0;
	margin: 10px 0 40px 0;
}

.policy-text:after {
	content: '';
	width: 50%;
	height: 2px;
	background: #434f0c;
	position: absolute;
	bottom: 0;
	right: 0;
}

.policy-subtext {
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	color: #616161;
}

.policy-subtext b {
	font-weight: 600;
}

.policy-subtext .main-text {
	color: #333;
}

.policy-numList {
	position: relative;
}

.policy-numList li {
	list-style-type: decimal;
	padding: 10px 0px 10px 5px;
	margin: 0 0px 0 40px;
	text-align: justify;
	font-size: 18px;
	color: #616161;
	line-height: 28px;
}

.policy-numList li b {
	font-weight: 600;
}

/*--------------- Privacy policy & Terms Page css end---------------*/

/*--------------- 404 Page css start---------------*/
.error-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.error-link {
	text-align: center;
}

.error-link li {
	display: inline-block;
	font-size: 16px;
	color: #434f0c;
	font-weight: 600;
	padding: 0 0;
	margin: 0 20px 0 0;
	line-height: 50px;
}

.error-link li:last-child {
	margin-right: 0;
}

.error-link li a {
	display: block;
	border: 2px solid #434f0c;
	color: #434f0c;
	padding: 0;
	border-radius: 40px;
	min-width: 134px;
	min-height: 50px;
}

.error-link li a:hover,
.error-link li a:active {
	background: #434f0c;
	color: #fff;
}

/*--------------- 404 Page css end---------------*/
/*--------------- Testimonial Page css start---------------*/
.testimonal-box {
	background: #f8f8f8;
	border-left: 4px solid #434f0c;
	padding: 35px 20px;
	width: 100%;
	margin-bottom: 40px;
	display: flex;
}

.clientName-text {
	font-size: 24px;
	font-weight: 600;
	padding: 0 0;
	margin: 0px 0 0px 0;
}

.client-profile {
	font-size: 16px;
	font-weight: 600;
	padding: 0 0;
	margin: 10px 0 0px 0;
}

.clientName-subtext {
	font-size: 18px;
	color: #616161;
	line-height: 32px;
	text-align: justify;
	padding: 0 0;
	margin: 30px 0 0px 0;
}

.clientName-subtext .quote {
	font-size: 32px;
	color: #434f0c;
}

.client-pic {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 2px solid #fff;
	overflow: hidden;
}

/*--------------- Testimonial Page css start---------------*/

/*--------------- media queries css ---------------*/
@media (max-width: 767px) {
	.crumb-list {
		text-align: center;
	}

	ul.service-list {
		display: block;
	}

	.service-list li {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.service-list li a img {
		margin: 0 auto;
	}

	.content-inner .page-link {
		padding: 10px 12px;
	}

	.facts-imp {
		padding: 40px 30px;
	}

	.facts-text:after {
		width: 100%;
		bottom: -20px;
	}

	.fact-img-round {
		margin-bottom: 25px;
	}

	.accordion .btn-link {
		font-size: 14px;
	}

	.feed-head {
		font-size: 24px;
	}

	.blog-list-head:after {
		width: 70%;
	}

	.error-link li {
		display: block;
		margin: 10px 0 0 0;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.vision-text:after {
		width: 68%;
	}

	.approch-text:after {
		width: 65%;
	}

	.pic-wrap .pic1,
	.pic-wrap .pic2 {
		width: 100%;
		height: 300px
	}

	.blog-list-head:after {
		width: 50%;
	}

}

@media (min-width: 767px) and (max-width: 992px) {

	.vision-text:after,
	.approch-text:after {
		width: 52%;
	}

	.pic-wrap .pic1,
	.pic-wrap .pic2 {
		width: 50%;
	}

	.blog-list-head:after {
		width: 100%;
		bottom: -10px
	}

	.error-link li {
		display: block;
		margin: 10px 0 0 0;
	}
}

@media (max-width: 767px) {

	.vision-text:after,
	.approch-text:after {
		width: 50%;
	}

	.pic-wrap .pic1,
	.pic-wrap .pic2 {
		width: 50%;
	}
}

@media (max-width: 460px) {

	.vision-text:after,
	.approch-text:after {
		width: 30%;
	}

	.service-text {
		font-size: 2.5rem;
	}

	#filters li span {
		padding: 5px 10px;
	}

	.blog-list-head:after {
		width: 100%;
		bottom: -10px;
	}

	.error-link li {
		margin: 0px 0 0 0;
		line-height: 40px;
	}

	.error-link li a {
		font-size: 14px;
		min-height: 40px;
	}
}
/*新增加的css*/
.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}