﻿/*--- utility css ---*/
body {
	position: relative;
}

.bg-grey {
	background: #f8f8f8;
}

/*---------------------breadcrumb css start---------------------*/
.breadcrumb {
	width: 100%;
	min-height: 200px;
	background-image: url(../img/section/breadcrumb-bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	margin-bottom: 0;
	padding-top: 10rem;
}

.bread-con {
	position: relative;
}

.crumb-list {
	list-style: none;
}

.crumb-list li {
	display: inline;
	color: #6b9214;
	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 start---------------*/
.content-inner {
	width: 100%;
	padding: 60px 0;
}

.border2x {
	border: 2px solid #dee2e6;
}

.theme-border {
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #6b9214;
}

.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: #6b9214;
	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: #6b9214;
	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---------------*/

/*--------------- our team css start---------------*/
.our-team {
	position: relative;
	background-color: rgba(0, 0, 0, 0.1);
}

.title {
	font-size: 46px;
	text-transform: uppercase;
	padding: 0 0;
	margin: 10px 0 50px 0;
}

.our-team .team-card {
	cursor: pointer;
	position: relative;
}

.our-team .team-card:hover .team-con {
	visibility: visible;
}

.our-team .team-card .team-con {
	box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, 0.08);
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
}

.our-team .team-card .team-con p {
	color: #ffffff;
}

.our-team .team-card .team-con .team-social {
	display: flex;
}

.our-team .team-card .team-con .team-social li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #6b9214;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	margin: 0 0.5rem;
}

.our-team .team-card .team-con .team-social li a:hover {
	background-color: #000000;
}

.our-team .team-card img {
	transition: all 0.4s ease-out 0s;
}

.our-team .team-card:hover .team-con {
	background-color: rgba(0, 0, 0, 0.5);
}

.our-team .team-card:hover img {
	transform: scale(1.1);
}

/*--------------- our team css end---------------*/

/*--------------- products 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(../img/section/services-bg.webp) 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 .row {
	align-items: stretch;
}

.service-feature .row > [class*="col-"] {
	display: flex;
}

.service-feature .box {
	background: #eeeeee;
	margin: 0 0 20px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.service-feature .box .title {
	background: #6b9214;
	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;
}

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;
}

.sector-ico,
.sector-ico:hover {
	width: 100px;
	height: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sector-ico i {
	font-size: 2.2em;
	color: #fff;
}

.service-list li a:hover {
	opacity: 0.8;
}

/*--------------- products Page css end---------------*/

/*--------------- applications Page css start---------------*/
.facts-imp {
	background: #6b9214;
	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: #6b9214;
	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 #6b9214;
	object-fit: cover;
	max-width: 100%;
}

/*--------------- applications Page css end---------------*/

/*--------------- 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 #6b9214;
}

.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---------------*/

/*--------------- Contact Us Page css start---------------*/
.map-location {
	background: #fff;
	width: 100%;
	margin: 40px 0px 60px 0px;
	min-height: 399px;
}

.map-location .map-frame {
	border: 0;
}

.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: #6b9214;
	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="tel"]::placeholder,
input[type="Number"]::placeholder,
textarea.form-control::placeholder {
	color: #333;
	text-transform: none;
}

.btn-send {
	width: 270px;
	height: 50px;
	background: #6b9214;
	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---------------*/

/*--------------- media queries ---------------*/
@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;
	}

	.facts-imp {
		padding: 40px 30px;
	}

	.facts-text:after {
		width: 100%;
		bottom: -20px;
	}

	.fact-img-round {
		margin-bottom: 25px;
		width: 280px;
		height: 280px;
	}

	.accordion .btn-link {
		font-size: 14px;
	}

	.feed-head {
		font-size: 24px;
	}
}

@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;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.vision-text:after,
	.approch-text:after {
		width: 52%;
	}

	.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;
	}
}

