/*
Template Name: Ecofix
Template URI: 
Description: Waste Management & Recycling HTML Template 
Author: IIDEA INFORMATICS 
Author URI: 
Version: 1.0
 */
/*--
    - Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;900&family=Barlow:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700&display=swap");

/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Barlow", sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	margin: 0;
	color: #024731;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #097e51;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

p {
	font-family: "Catamaran", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	position: relative;
	color: #777;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

img {
	display: inline-block;
	max-width: 100%;
}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}

table,
th,
tr,
td {
	border: 1px solid #ddd;
}

th,
tr,
td {
	padding: 10px;
}

hr {
	border-top: 1px solid #333;
}

.fix {
	overflow: hidden;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto;
}

/*Section Padding CSS*/
.section-padding {
	padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 60px 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 35px;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 50px 20px;
	}
}

/*Margin & Padding */
.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-150 {
	padding-top: 150px;
}

.pb-150 {
	padding-bottom: 150px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-30 {
	margin-bottom: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-120 {
	margin-top: 120px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mt-150 {
	margin-top: 150px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-50 {
	margin-left: 50px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-50 {
	margin-right: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.spacer {
	margin-top: 100px;
}

/*Section Title */
.section-title {
	position: relative;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.section-title {
		margin-bottom: 0;
	}
}

.section-title h2 {
	font-size: 60px;
	font-weight: 600;
	line-height: 70px;
	letter-spacing: 1px;
	margin: 20px 0;
	color: #024731;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-title h2 {
		font-size: 55px;
		line-height: 60px;
		margin: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title h2 {
		font-size: 50px;
		line-height: 60px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.section-title h2 {
		font-size: 35px;
		line-height: 40px;
		margin: 15px 0;
	}
}

.section-title h6 {
	color: #DFB163;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 2px;
}

@media (max-width: 767px) {
	.section-title h6 {
		font-size: 15px;
		letter-spacing: 1px;
	}
}

.section-title p {
	font-weight: 600;
	color: #DFB163;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.text-black {
	color: #333;
}

/*Button Style */
.main-btn {
	display: inline-block;
	background: #097e51;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 12px 30px;
	border: 2px solid #097e51;
	border-radius: 7px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-btn {
		padding: 12px 12px;
	}
}

.main-btn.primary {
	background: #097e51;
	color: #fff;
	margin-right: 20px;
	border: 2px solid #097e51;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-btn.primary {
		margin-right: 0;
	}
}

.main-btn.primary:hover {
	background-color: #DFB163;
	border-color: #DFB163;
	color: #fff;
}

.main-btn.white {
	background: #fff;
	color: #333;
	margin-right: 20px;
	border: 2px solid #fff;
}

.main-btn.white:hover {
	background-color: #DFB163;
	border-color: #DFB163;
	color: #fff;
}

.main-btn.border-btn {
	background: #fff;
	color: #333;
	margin-right: 20px;
	border: 2px solid #097e51;
}

.main-btn.border-btn:hover {
	background-color: #097e51;
	border-color: #097e51;
	color: #fff;
}

.main-btn:hover {
	background-color: #fff;
	color: #25283a;
	border-color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 13px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 20px;
	border-radius: 7px;
}

textarea {
	height: 100px;
	resize: none;
}

input[type=submit],
button[type=submit] {
	border: none;
	border-radius: 0;
	display: inline-block;
	background: #097e51;
	padding: 15px 30px;
	width: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
	background: #DFB163;
	color: #fff;
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

input.form-control {
	padding: 12px 20px;
	line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
	padding: 0 20px;
}

.navbar-toggler-icon {
	background-image: none;
}

/* Bacground Color & Overlay CSS 
============== */
.gray-bg {
	background: #F6F6F6;
}

.white-bg {
	background: #fff;
}

.dark-bg {
	background: #097e51;
}

.sky-bg {
	background: #EBF1ED;
}

.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	z-index: -1;
}

.overlay-1 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #002c42;
	opacity: 0.7;
	top: 0;
	left: 0;
	z-index: -1;
}

.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #191f2d;
	opacity: 0.8;
	top: 0;
	left: 0;
	z-index: -1;
}

.overlay-4 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	top: 0;
	left: 0;
}

/* Scroll Top 
============== */
.go-top {
	background-color: #097e51;
	color: #FFF;
	width: 50px;
	height: 50px;
	bottom: 6em;
	right: 2em;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	z-index: 1;
	border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}

@media (max-width: 575px) {
	.go-top i:before {
		font-size: 14px;
	}

	.go-top {
		right: 1em;
		bottom: 6em;
		z-index: 1;
	}
}

.go-top:hover {
	background-color: #fff;
	color: #020E28;
}

/* Sticky CSS 
============== */
.header-area .is-sticky .sticky-area {
	background: #fff;
	box-shadow: 0 3px 16px -2px #d0cece;
	z-index: 999 !important;
	-webkit-animation: slideInDown 0.6s forwards;
	animation: slideInDown 0.6s forwards;
	margin-top: 0;
}

.header-area .is-sticky .navigation {
	height: 90px;
	margin-top: 0;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
	top: 90px;
}

.header-area.absolute-header .is-sticky .navigation {
	background: #333E38;
}

.header-area.absolute-header .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #484e4b;
}

/* preloader */
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 999999;
	background-color: #097e51;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/preloader.svg);
}

::placeholder {
	font-size: 14px;
}

/*--------------------------------------------------------------
# Search Form 
--------------------------------------------------------------*/
.search-box button {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
	border: none;
	background: none;
	position: absolute;
	top: 32px;
	right: 10px;
	font-size: 20px;
}

.search-box button:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -40px;
	height: 40px;
	border-left: 2px solid #eee;
	margin-top: -20px;
}

.search-box button:hover {
	cursor: pointer;
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner {
	position: relative;
	background: #ffffff;
	padding: 40px 0 40px;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-popup .upper-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.search-popup .upper-text .text {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}

.search-popup .close-search {
	position: absolute;
	right: 0;
	top: 0;
	color: #4C4C4D;
	font-size: 18px;
	line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	background: none;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: #333333;
	padding: 10px 14px;
	height: 45px;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
	position: absolute;
	right: 10px;
	top: 0;
	background: transparent;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	color: #333333;
	padding: 0;
	background: none;
	border: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.header-top {
	background: #E5F0EC;
	padding: 15px 0;
	color: #097e51;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-top {
		display: none;
	}
}

@media (max-width: 767px) {
	.header-top {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-top {
		display: none;
	}
}

.header-top .contact-info {
	font-size: 14px;
	font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header-top .contact-info {
		font-size: 13px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-top .contact-info {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.header-top .contact-info {
		font-size: 14px;
		text-align: center;
	}
}

.header-top .contact-info i {
	color: #DFB163;
	font-size: 20px;
}

.header-top .quick_link {
	font-size: 13px;
	font-weight: 600;
	margin-left: 20px;
}

.header-top .quick_link li {
	margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-top .quick_link {
		text-align: center;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.header-top .quick_link {
		text-align: center;
		margin-top: 10px;
	}
}

.header_top_right {
	display: flex;
	justify-content: end;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_top_right {
		justify-content: center;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.header_top_right {
		display: block;
		justify-content: center;
		margin-top: 10px;
	}
}

.header_top_right .social-area {
	text-align: right;
}

@media (max-width: 767px) {
	.header_top_right .social-area {
		text-align: center;
	}
}

.header_top_right .social-area i {
	background: #097e51;
	color: #fff;
	padding: 5px;
	margin-right: 10px;
	border-radius: 50%;
	font-weight: 400;
}

/* Header Area 
============== */
.header-area .navigation {
	padding: 0px 30px;
	background: #fff;
	height: 90px;
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header-area .navigation {
		padding: 0 5px;
	}
}

@media (max-width: 767px) {
	.header-area .navigation {
		padding: 0;
	}
}

.header-area .header-inner-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-area .header-inner-box .logo {
	border-right: 1px solid #eee;
	height: 90px;
	display: flex;
	align-items: center;
	padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-inner-box .logo {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	.header-area .header-inner-box .logo {
		border-right: 0;
	}
}

.header-area .header-inner-box .logo img {
	margin-top: 5px;
}

.header-area .header-inner-box .phone-number-box {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.header-area .header-inner-box .phone-number-box .icon i {
	background: #E5F0EC;
	font-size: 30px;
	padding: 15px;
	border-radius: 50%;
}

.header-area .header-inner-box .phone-number-box .phone {
	padding-left: 15px;
}

.header-area .header-inner-box .phone-number-box .phone p {
	margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-inner-box .phone-number-box {
		display: none;
	}
}

@media (max-width: 767px) {
	.header-area .header-inner-box .phone-number-box {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-inner-box {
		display: block;
	}
}

@media (max-width: 767px) {
	.header-area .header-inner-box {
		display: block;
	}
}

.icon-wrapper {
	display: flex;
	border-left: 1px solid #eee;
	height: 90px;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.icon-wrapper {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: absolute;
		top: 0;
		right: 150px;
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.icon-wrapper {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: absolute;
		top: 0;
		right: 100px;
		border-left: 0;
	}
}

.icon-wrapper i {
	font-size: 25px;
	color: #333;
	cursor: pointer;
}

.shopping-cart i {
	margin-left: 40px;
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shopping-cart i {
		margin-left: 25px;
	}
}

@media (max-width: 767px) {
	.shopping-cart i {
		margin-left: 25px;
	}
}

.search-icon {
	margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.search-icon {
		margin-left: 20px;
	}
}

#header-2 .logo {
	height: 90px;
	display: flex;
	align-items: center;
	background: #E5F0EC;
}

@media (max-width: 767px) {
	#header-2 .logo {
		background: transparent;
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#header-2 .logo {
		background: transparent;
		padding: 0;
	}
}

/* Main Menu 
============== */
.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 45px;
}

.main-menu .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 600;
	display: block;
	padding: 35px 0;
}

.main-menu .navbar-nav .nav-item .nav-link.active {
	color: #097e51;
}

.main-menu li.nav-item:hover>a {
	color: #097e51;
}

/*Dropdown Menu */
.sub-menu {
	position: absolute;
	left: 0;
	top: 120px;
	width: 190px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #DFB163;
	visibility: hidden;
	opacity: 0;
}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 90px;
}

.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}

.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:last-child {
	border-bottom: none;
}

.main-menu .sub-menu li a {
	display: block;
	padding: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #024731;
}

.main-menu .sub-menu li:hover>a {
	background: #097e51;
	color: #fff;
}

.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}

.quatation-box {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

@media (max-width: 767px) {
	.quatation-box {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quatation-box {
		display: none;
	}
}

.quatation-box a {
	color: #fff;
	font-weight: 500;
}

/* Slider CSS 
==================*/
.single-slide-item {
	background-image: url(../img/slider/slide-1.jpg);
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	color: #fff;
	width: 100%;
	height: 700px;
	display: table;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.single-slide-item {
		height: 600px;
	}
}

.single-slide-item .hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

.single-slide-item h1 {
	color: #fff;
	font-size: 90px;
	font-weight: 600;
	line-height: 100px;
	letter-spacing: 2px;
	margin: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-slide-item h1 {
		font-size: 75px;
		line-height: 85px;
	}
}

@media (max-width: 767px) {
	.single-slide-item h1 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-slide-item h1 {
		font-size: 50px;
		line-height: 60px;
	}
}

.single-slide-item p {
	color: #ccc7c7;
	font-size: 16px;
	line-height: 30px;
}

.hero-area-bg-2 {
	background-image: url(../img/slider/slide-2.jpg);
}

.hero-area-bg-3 {
	background-image: url(../img/slider/slide-3.jpg);
}

.hero-area-bg-4 {
	background-image: url(../img/slider/slide-4.jpg);
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border: 2px solid;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	color: #DFB163;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: 0.3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #FCDB5A;
	color: #fff;
	border-color: #FCDB5A;
	opacity: 1;
}

#home-2 .single-slide-item {
	height: 600px;
}

.feature-area {
	margin-top: -50px;
	position: relative;
	z-index: 9;
}

.feature-area .single-feature-item {
	box-shadow: 0 0 10px -2px #6b7d6f;
	border-radius: 5px;
	margin-top: -50px;
	transform: translateY(0);
	transition: 0.5s;
}

.feature-area .single-feature-item:hover {
	transform: translateY(-20px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-area .single-feature-item {
		margin-bottom: 80px;
	}

	.feature-area .single-feature-item:hover {
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.feature-area .single-feature-item {
		margin-bottom: 100px;
	}

	.feature-area .single-feature-item:hover {
		transform: translateY(0);
	}
}

.feat-icon {
	background: #097e51;
	padding: 75px 30px 50px;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.feat-icon i:before {
	font-size: 55px;
	color: #FCDB5A;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.feat-icon {
		padding: 40px;
	}
}

.feat-content {
	background: #fff;
	padding: 30px;
	border-radius: 0px 5px 5px 0;
}

.feat-content h5 {
	font-size: 22px;
	font-weight: 600;
}

.feat-content p {
	margin: 15px 0;
}

.feat-content a {
	font-size: 15px;
	text-transform: uppercase;
	color: #097e51;
}

.about-content-wrap .section-title h2 {
	margin-top: 0;
}

.about-content-wrap .section-title p {
	padding: 10px 20px;
	background: #e0f6e9;
	color: #097e51;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	border-radius: 7px;
	display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about-content-wrap .section-title p {
		font-size: 13px;
	}
}

p.highlight {
	color: #2b3e4b;
	font-weight: 500;
	font-size: 17px;
}

ul.feature-list {
	margin-top: 30px;
}

ul.feature-list li {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

ul.feature-list li i {
	font-size: 14px;
	font-weight: 600;
	background: #0984E3;
	color: #fff;
	border-radius: 50%;
	padding: 4px;
	margin-right: 10px;
}

.about-img img {
	border-radius: 10px;
}

.about-content-left .main-btn {
	margin-top: 30px;
}

.about-img {
	position: relative;
	max-width: calc(100% - 30px);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about-img {
		max-width: calc(100% - 20px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-img {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.about-img {
		margin-top: 30px;
	}
}

.about-counter {
	background: #097e51;
	display: inline-flex;
	flex-direction: column;
	padding: 30px;
	border-radius: 10px 0px 10px 0px;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	.about-counter {
		padding: 10px 20px;
	}
}

.counter-number span {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	margin: 25px 0;
}

@media (max-width: 767px) {
	.counter-number span {
		font-size: 30px;
		margin: 15px 0;
	}
}

.counter-icon img {
	width: inherit;
}

@media (max-width: 767px) {
	.counter-icon img {
		width: 45px;
	}
}

.about-counter h6 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
}

.featured-area {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.featured-area {
		align-items: center;
	}
}

.featured-content {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.featured-content {
		text-align: center;
	}
}

.col-lg-4:not(:last-child) .featured-area:after {
	content: "";
	height: 100%;
	width: 2px;
	background-color: #f1f1f1;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateX(0) translateY(-50%);
}

.featured-icon i {
	font-size: 35px;
	font-weight: 300;
	color: #097E51;
}

.featured-title h5 {
	margin-top: 10px;
}

.about_image {
	margin-right: 20px;
	position: relative;
}

.about_image::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	background: #FCDB5A;
}

@media (max-width: 767px) {
	.about_image::before {
		width: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_image-2 {
		text-align: center;
	}
}

.about_image_2 img {
	border-radius: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_image_2 img {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.about_image_2 img {
		margin-top: 40px;
	}
}

.info-content-area {
	margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.info-content-area {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.info-content-area {
		margin-top: 30px;
	}
}

.info-content-area p.highlight {
	position: relative;
	padding-left: 25px;
	margin: 20px 0;
}

.info-content-area i {
	position: relative;
	height: 16px;
	width: 16px;
	background-color: #006940;
	border-radius: 50%;
	font-size: 8px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-icon {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.info-icon p {
	margin: 0;
	margin-left: 15px;
}

.info-content-area-2 p {
	padding: 0 75px;
	font-size: 17px;
}

@media (max-width: 767px) {
	.info-content-area-2 p {
		padding: 0 30px;
		margin-top: 30px;
	}
}

p.text-black {
	position: relative;
	z-index: 1;
}

p.text-black:before {
	position: absolute;
	content: "";
	top: -5px;
	left: 0;
	width: 3px;
	height: 120px;
	background: #097e51;
}

@media (max-width: 767px) {
	p.text-black:before {
		top: 7px;
		height: 145px;
	}
}

.info-content-area-2 .main-btn {
	margin-left: 75px;
}

@media (max-width: 767px) {
	.info-content-area-2 .main-btn {
		margin-left: 0;
	}
}

.signature-wrap {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.signature-wrap {
		flex-direction: column;
	}
}

.signature-wrap p {
	padding: 0;
	margin: 0;
}

.signature-body {
	padding-left: 40px;
}

@media (max-width: 767px) {
	.signature-body {
		padding-left: 0;
		margin-top: 15px;
	}
}

.signature-body h6 {
	font-size: 20px;
}

.signature-body h6:after {
	position: absolute;
	content: "";
	top: 3px;
	left: -15px;
	width: 2px;
	height: 45px;
	background: #eee;
}

/* Service Section 
============== */
.single-service-area {
	background: #fff;
	padding: 40px;
	padding-top: 50px;
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #fff;
	border-radius: 5px;
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-top: 20px;
	margin-bottom: 50px;
	transition: 0.3s;
}

.single-service-area:hover {
	border-bottom: 4px solid #FCDB5A;
	border-radius: 5px;
}

.single-service-area:hover .num {
	color: #FCDB5A;
}

.single-service-area h5 {
	font-size: 22px;
	margin: 20px 0;
}

.single-service-area .num {
	font-size: 60px;
	font-weight: 600;
	color: #ccc;
	position: absolute;
	top: 50px;
	right: 35px;
}

.single-service-area .service-icon img {
	width: inherit !important;
}

.single-service-area.active {
	border-bottom: 4px solid #FCDB5A;
	border-radius: 5px;
}

.single-service-area.active .num {
	color: #FCDB5A;
}

.service-slider .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #FCDB5A;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 20px;
}

.service-slider .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	border-radius: 7px;
	background: #017D3F;
}

.service-slider .owl-dots {
	text-align: center;
}

.services-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	border-top: 1px solid #f6f6f6;
}

.services-two_single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.services-two_img-box {
	position: relative;
	display: block;
}

.services-two_img {
	position: relative;
	display: block;
	overflow: hidden;
}

.services-two_single:hover .services-two_img:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg) scale(1);
	-ms-transform: perspective(400px) rotateX(0deg) scale(1);
	transform: perspective(400px) rotateX(0deg) scale(1);
}

.services-two_img img {
	width: 100%;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
}

.services-two_single:hover .services-two_img img {
	transform: scale(1.1) rotate(2deg);
}

.services-two_icon {
	padding: 20px;
	background-color: #097e51;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -20px;
	right: 30px;
	z-index: 2;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two_icon img {
	width: 45px;
	height: auto;
}

.services-two_single:hover .services-two_icon {
	bottom: 0;
}

.services-two_icon span {
	position: relative;
	display: inline-block;
	font-size: 45px;
	color: #fff;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}

.services-two_single:hover .services-two_icon span {
	transform: rotateY(360deg);
}

.services-two_content {
	position: relative;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 32px 50px 17px;
}

.services-two_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 12px;
}

.services-two_title a {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 20px;
}

.services-two_single:hover .services-two_title a {
	color: #097e51;
}

.services-two_text {
	font-size: 17px;
	margin: 0;
	line-height: 27px;
}

.services-two_bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #cdd8dd;
	padding-top: 18px;
	margin-top: 20px;
	font-weight: 500;
}

.services-two_btn {
	font-size: 16px;
	color: black;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two_single:hover .services-two_btn {
	color: #097e51;
}

.services-two_arrow {
	font-size: 18px;
	color: black;
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two_single:hover .services-two_arrow {
	color: #097e51;
}

.service-note {
	margin-top: 50px;
}

@media (max-width: 767px) {
	.service-note {
		margin-top: 20px;
	}
}

.service-note p {
	font-size: 17px;
	font-weight: 500;
	font-family: "Barlow", sans-serif;
	color: #333;
}

.service-note a {
	color: #097e51;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}

.service-note a:hover {
	opacity: 0.8;
}

.service-note a::after {
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: rgba(0, 105, 64, 0.56);
	position: absolute;
}

.service-area {
	position: relative;
}

.service-item-wrap {
	margin-top: 30;
}

.service-single {
	background: #fff;
	box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
	padding: 40px;
	position: relative;
	border-radius: 12px;
}

.service-icon i:before {
	font-size: 64px;
	color: #0984E3;
}

.service-single .service-icon img {
	width: 64px;
}

.service-content h4 a {
	font-size: 24px;
	font-weight: 600;
	margin: 40px 0 20px;
}

.service-content h4 a:hover {
	color: #097e51;
	opacity: 0.8;
}

.service-content ul li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.service-content .main-btn {
	margin-top: 20px;
}

ul.service-list {
	margin-top: 30px;
}

ul.service-list li i {
	font-size: 14px;
	font-weight: 600;
	background: #016A41;
	color: #fff;
	border-radius: 50%;
	padding: 4px;
	margin-right: 10px;
}

.service-item-wrap .owl-dots button.owl-dot span {
	width: 35px;
	height: 3px;
	background: #6b7475;
	margin-right: 10px;
	margin-top: 20px;
}

.service-item-wrap .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 6px;
	background: #097e51;
}

.service-item-wrap .owl-dots {
	text-align: right;
	margin-top: 25px;
}

@media (max-width: 767px) {
	.service-item-wrap .owl-dots {
		text-align: center;
	}
}

.service-item-wrap .owl-stage-outer {
	overflow: initial;
}

.owl-item {
	opacity: 0;
}

.owl-item.active {
	opacity: 1;
}

.more-services {
	margin-top: 20px;
}

.more-services p a {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #097e51;
	transition: 0.3s ease-in-out;
	text-transform: capitalize;
	padding-bottom: 6px;
}

.more-services p a::before {
	content: "";
	transition: 0.3s ease-in-out;
	position: absolute;
	bottom: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background-color: #097e51;
}

.service-icon {
	position: relative;
	z-index: 1;
}

.service-icon:before {
	position: absolute;
	content: "";
	top: -6px;
	left: -6px;
	background: rgba(223, 177, 99, 0.3607843137);
	width: 50px;
	height: 50px;
	z-index: -1;
}

.process-wrap {
	display: flex;
	position: relative;
}

.process-wrap .single-process-wrap {
	text-align: center;
	position: relative;
}

@media (max-width: 767px) {
	.process-wrap .single-process-wrap {
		margin-top: 30px;
	}
}

.process-wrap .single-process-wrap .process-icon {
	width: 150px;
	height: 150px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}

.process-wrap .single-process-wrap .process-icon img {
	width: 70px;
}

.process-wrap .single-process-wrap .process-content {
	padding: 25px;
}

.process-wrap .single-process-wrap .process-content h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.process-wrap .single-process-wrap .counting-box {
	position: absolute;
	left: 50px;
	top: 0;
	width: 50px;
	height: 50px;
	background: #DFB163;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process-wrap .single-process-wrap .counting-box span {
	font-size: 18px;
	font-weight: 600;
}

.process-wrap .single-process-wrap .counting-box.top {
	right: auto;
	top: auto;
	bottom: 55%;
	left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.process-wrap .single-process-wrap .counting-box.top {
		left: 75px;
	}
}

@media (max-width: 767px) {
	.process-wrap .single-process-wrap .counting-box.top {
		left: 75px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.process-wrap .single-process-wrap .counting-box {
		left: 75px;
	}
}

@media (max-width: 767px) {
	.process-wrap .single-process-wrap .counting-box {
		left: 75px;
	}
}

.process-wrap .single-process-wrap .counting-box:before {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.process-wrap .col-xl-3:not(:last-child) .process-icon::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	right: -100px;
	top: 50%;
	bottom: 0px;
	border-top: 2px dashed #FCC300;
	opacity: 0.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.process-wrap .col-xl-3:not(:last-child) .process-icon::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.process-wrap .col-xl-3:not(:last-child) .process-icon::after {
		display: none;
	}
}

.process-area {
	background-image: url(../img/process/process-bg.jpeg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	position: relative;
	z-index: 1;
}

.process-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(290deg, #1e3226 40%, rgba(30, 50, 38, 0.9019607843) 100%);
	z-index: -1;
}

.process-btn .main-btn {
	margin-right: 20px;
	margin-top: 20px;
}

.process-item-wrap {
	margin-top: 50px;
	display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.process-item-wrap {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.process-item-wrap {
		flex-direction: column;
	}
}

.process-single {
	background: #fff;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 7px;
	position: relative;
	margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.process-single {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.process-single {
		margin-right: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.process-single {
		margin-right: 0;
		margin-bottom: 40px;
	}
}

.process-single i {
	background: #097e51;
	padding: 10px;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
}

.process-title h5 {
	font-size: 22px;
	margin: 20px 0;
}

.process-desc p {
	color: #9b9b9b;
	font-size: 16px;
	line-height: 24px;
}

.video-section {
	background-image: url(../img/video-bg.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
	position: relative;
	z-index: 1;
	border-radius: 12px;
	margin-bottom: -85px;
}

.popup-video {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.video-section i {
	font-size: 30px;
	background: #fff;
	padding: 10px 20px;
	border-radius: 8px;
}

.popup-video span {
	color: #fff;
	margin-left: 20px;
	font-size: 16px;
}

.process-item-wrap .owl-dots button.owl-dot span {
	width: 35px;
	height: 3px;
	background: #6b7475;
	margin-right: 10px;
	margin-top: 20px;
}

.process-item-wrap .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 6px;
	background: #097e51;
}

.process-item-wrap .owl-dots {
	text-align: center;
	margin-top: 25px;
}

.more-process p {
	font-size: 17px;
}

.more-process p a {
	color: #0984E3;
}

.process-btn a {
	margin-right: 20px;
}

.process-btn {
	margin-top: 30px;
}

.process-single:after {
	position: absolute;
	content: "01";
	top: 0;
	right: 0;
	background: #DFB163;
	color: #fff;
	padding: 15px;
	border-radius: 0px 6px 0px 15px;
	font-size: 20px;
}

.process-single.two::after {
	content: "02";
}

.process-single.three::after {
	content: "03";
}

.process-single.four::after {
	content: "04";
}

.project-single {
	background: #fff;
	margin-bottom: 40px;
}

.project-single:hover {
	box-shadow: 0 3px 20px 0 rgba(40, 40, 40, 0.13);
}

.project-img {
	position: relative;
}

.project-img img {
	border-radius: 12px;
	transition: 0.5s ease-in-out;
}

.project-content {
	padding: 30px 40px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.project-content {
		padding: 30px 32px 40px;
	}
}

.project-content .project-cat a {
	color: #097e51;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	position: relative;
}

.project-title h4 {
	color: #097e51;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin: 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.project-title h4 {
		font-size: 22px;
	}
}

.project-title h4 a {
	color: #097e51;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin: 5px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.project-title h4 a {
		font-size: 22px;
	}
}

.project-wrap .owl-stage-outer {
	overflow: initial;
}

.project-more i {
	font-size: 30px;
	font-weight: 500;
	color: #097e51;
	margin-left: 13px;
}

.project-more .main-btn {
	display: inline-flex;
	align-items: center;
	line-height: 1.5;
	padding: 12px 20px;
}

.project-more .main-btn:hover i {
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.project-more .main-btn {
		padding: 10px 18px;
	}
}

@media (max-width: 767px) {
	.project-more .main-btn {
		padding: 8px 18px;
	}
}

.project-wrap .owl-dots button.owl-dot span {
	width: 35px;
	height: 3px;
	background: #6b7475;
	margin-right: 10px;
	margin-top: 20px;
}

.project-wrap .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 6px;
	background: #097e51;
}

.project-wrap .owl-dots {
	text-align: center;
}

.cta-area {
	background-image: url(../img/cta_img.jpg);
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}

.cta-area .cta-area-inner {
	text-align: center;
}

.cta-area .cta-area-inner h2 {
	font-size: 60px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.cta-area .cta-area-inner h2 {
		font-size: 40px;
	}
}

.cta-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #016A41;
	opacity: 0.5;
	z-index: -1;
}

.cta-area .cta-btn .main-btn {
	margin-right: 10px;
}

@media (max-width: 767px) {
	.cta-area .cta-btn .main-btn {
		margin-bottom: 20px;
	}
}

.cta-area-2 {
	background-image: url(../img/cta.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.cta-area-2:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #016A41;
	opacity: 0.9;
	z-index: -1;
}

@media (max-width: 767px) {
	.cta-area-2 {
		height: 350px;
	}
}

.cta-area-2 h2 {
	font-size: 55px;
	line-height: 70px;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-area-2 h2 {
		font-size: 50px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.cta-area-2 h2 {
		font-size: 40px;
		line-height: 50px;
		text-align: center;
	}
}

.cta-area-2 p {
	color: #cacaca;
}

.cta-area-2 .contact-info {
	margin-top: 60px;
}

.cta-area-2 .contact-info i {
	color: #fff;
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	color: #fff;
}

.cta-btn-2 {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-btn-2 {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.cta-btn-2 {
		flex-direction: column;
	}
}

.cta-btn-2 .main-btn.white {
	margin-left: -70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-btn-2 .main-btn.white {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.cta-btn-2 .main-btn.white {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta-btn-2 .main-btn {
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.cta-btn-2 .main-btn {
		margin-right: 0;
		margin-top: 15px;
	}
}

.choose-us-area {
	margin-bottom: -180px;
}

.choose-us-img img {
	width: 100%;
	position: relative;
	z-index: 3;
}

.choose-us-content {
	background: #097e51;
	padding: 78px 40px;
	position: relative;
	z-index: 2;
	margin-bottom: -15px;
}

.choose-us-content hr {
	border-color: #097e51;
}

.choose-us-content h3 {
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
	color: #fff;
	margin: 40px 0;
	letter-spacing: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.choose-us-content h3 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.choose-us-content h3 {
		font-size: 40px;
		line-height: 50px;
	}
}

.choose-us-content .main-btn:hover::before {
	background: #fff;
}

/*Pop up Video */
.pop-up-video {
	position: relative;
}

.pop-up-video a.video-play-btn {
	font-size: 25px;
	color: #fff;
	border: 2px solid #DFB163;
	padding: 15px;
	width: 80px;
	height: 80px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 155px;
	margin-left: -35px;
	margin-top: -35px;
	background: #DFB163;
	cursor: pointer;
	z-index: 9;
}

@keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.pop-up-video a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #FCD1C1;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.why-choose-two {
	position: relative;
	display: block;
}

.why-choose-two_left {
	position: relative;
	display: block;
	margin-left: -364px;
	margin-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.why-choose-two_left {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.why-choose-two_left {
		margin-left: 0;
		margin-right: 0;
	}
}

.why-choose-two_img {
	position: relative;
	display: block;
}

.why-choose-two_img img {
	width: 100%;
	border-radius: 12px;
}

.why-choose-two_video-link {
	position: absolute;
	bottom: 0;
	right: 0;
}

.why-choose-two_video-icon {
	height: 147px;
	width: 162px;
	background-color: #097e51;
	font-size: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-two_video-icon:hover {
	background-color: #fff;
	color: #097e51;
}

.why-choose-two_right {
	position: relative;
	display: block;
	margin-left: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.why-choose-two_right {
		padding: 25px;
	}
}

@media (max-width: 767px) {
	.why-choose-two_right {
		padding: 25px;
	}
}

.why-choose-two_right .section-title {
	margin-bottom: 27px;
}

.why-choose-two_right-text {
	margin: 0;
}

.why-choose-two_points {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.why-choose-two_points li {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #E5F0EC;
	padding: 13px 30px;
	width: 220px;
}

@media (max-width: 767px) {
	.why-choose-two_points li {
		margin-bottom: 15px;
	}
}

.why-choose-two_points li .icon {
	position: relative;
	height: 16px;
	width: 16px;
	background-color: #097e51;
	border-radius: 50%;
	font-size: 8px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.why-choose-two_points {
		flex-direction: column;
		text-align: center;
		align-items: flex-start;
	}
}

.why-choose-two_points li+li {
	margin-left: 15px;
}

@media (max-width: 767px) {
	.why-choose-two_points li+li {
		margin-left: 0;
	}
}

.why-choose-two_points li .text {
	margin-left: 15px;
}

.why-choose-two_points li .text p {
	font-weight: 600;
	margin: 0;
	color: #333;
}

.progress-bar-area {
	margin-top: 35px;
}

.single-bar-item {
	padding-top: 7px;
}

.single-bar-item h4 {
	font-size: 18px;
	margin-bottom: 6px;
}

.barfiller .fill {
	background: #097e51 !important;
	border-radius: 30px;
}

.achievement-area {
	/* background-image: url('assets/img/achievement.jpg'); */
	height: 350px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: -1;
	position: relative;
	z-index: 1;
}

.achievement-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1E3226;
	opacity: 0.9;
	z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.achievement-area {
		height: 500px;
	}
}

@media (max-width: 767px) {
	.achievement-area {
		height: 850px;
	}
}

.fact-icon i:before {
	font-size: 40px;
	line-height: 35px;
	color: #fff;
	margin: 20px 0;
	display: inline-block;
	background: #F35C27;
	padding: 25px;
	border-radius: 5px;
}

.single-counter-box {
	text-align: center;
	margin-top: 50px;
}

.single-counter-box p {
	font-family: "Barlow", sans-serif;
	font-size: 40px;
	color: #fff;
}

.single-counter-box p span {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #fff;
	margin: 30px 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-counter-box p span {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.single-counter-box p span {
		font-size: 50px;
	}
}

.single-counter-box h6 {
	color: #DFB163;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.single-blog-item {
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-blog-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.single-blog-item {
		margin-bottom: 30px;
	}
}

p.blog-meta {
	font-size: 14px;
	margin: 7px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

p.blog-meta::before {
	padding-right: 7px;
}

p.blog-meta i {
	font-size: 18px;
}

i.las.la-comments {
	margin-left: 13px;
}

.blog-content {
	padding: 10px 20px 0;
}

.blog-content p {
	line-height: 28px;
}

.blog-content h5 a {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.blog-content h5 a:hover {
	color: #097e51;
	opacity: 0.8;
}

@media (max-width: 767px) {
	.blog-content h5 a {
		font-size: 20px;
		line-height: 30px;
	}
}

.blog-area a.read-more {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	margin: 10px 0 0;
	color: #097e51;
}

.blog-area a.read-more:hover {
	color: #097e51;
}

.blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.3s;
}

.blog-bg img {
	width: 100%;
	height: 250px;
	transition: transform ease 0.3s;
}

.blog-bg img:hover {
	transform: scale(1.07);
}

.blog-bg span {
	background: #097e51;
	color: #fff;
	padding: 20px;
	display: block;
	width: 80px;
	height: auto;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	line-height: 20px;
}

.footer-area {
	background: #1E3226;
	color: #fff;
}

.footer-area h6 {
	font-size: 20px;
	color: #DFB163;
	margin: 20px 0;
}

.footer-area p {
	font-size: 16px;
	margin-top: 14px;
	margin-left: 0;
	color: #eee;
}

.footer-area ul li a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #d7d7d7;
	padding: 7px 0;
}

.footer-area ul li a:hover {
	color: #DFB163;
}

@media (max-width: 767px) {
	.footer-area {
		text-align: center;
	}
}

.contact-info p {
	font-size: 14px;
	margin-bottom: 10px;
}

.social-area {
	padding-left: 25px;
}

.subscribe-form {
	position: relative;
}

.subscribe-form button {
	font-size: 16px;
	line-height: 13px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 0px 10px 10px 0px;
	border: 0;
	cursor: pointer;
}

.subscribe-form input {
	margin: 0;
	background: #fff;
	border-radius: 12px 0px 0px 12px;
	border: 0;
}

.subscribe-form input::placeholder {
	color: #797A7E;
	font-size: 14px;
}

.subscribe-form form {
	display: flex;
	align-items: center;
}

.footer-up {
	padding: 60px 0;
	padding-top: 80px;
}

.footer-up .social-area i {
	color: #eee;
	font-size: 21px;
	margin-right: 10px;
	margin-top: 20px;
}

.footer-bottom {
	background: #14241B;
	padding: 20px 0;
}

.footer-bottom p {
	font-size: 16px;
	color: #95999e;
	margin-bottom: 0;
}

.footer-bottom a {
	font-size: 15px;
	color: #95999e;
	font-weight: 400;
}

.footer-bottom p.privacy {
	text-align: center;
}

.copyright-area {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.copyright-area {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.copyright-area {
		text-align: center;
	}
}

p.privacy a {
	position: relative;
	z-index: 1;
	margin: 0 10px;
}

p.privacy a:hover {
	text-decoration: underline;
}

p.privacy a:not(:last-of-type)::after {
	position: absolute;
	content: "|";
	display: inline-block;
	padding: 0 10px;
}

.footer-bottom .social-area {
	text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-bottom .social-area {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.footer-bottom .social-area {
		text-align: center;
	}
}

.footer-bottom .social-area i {
	font-size: 20px;
	color: #fff;
	margin-right: 14px;
}

.info-area {
	padding: 50px 0;
	border: 1px solid #eee;
}

.info-area .quick_contact {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.info-area .quick_contact {
		margin-bottom: 30px;
	}
}

.contact-icon i {
	font-size: 50px;
	color: #097e51;
}

.contact-body p {
	margin: 0;
	font-size: 16px;
}

.contact-body h6 {
	font-size: 21px;
	margin-bottom: 10px;
}

.contact-body {
	padding-left: 22px;
}

.info-wrapper {
	margin-top: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: -126px;
	-webkit-transform: translateY(-126px);
	-ms-transform: translateY(-126px);
	transform: translateY(-126px);
	position: relative;
	z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.info-wrapper {
		margin-top: 170px;
	}
}

@media (max-width: 767px) {
	.info-wrapper {
		margin-top: 150px;
	}
}

.info-inner {
	background: #097e51;
	display: flex;
	align-items: center;
	padding: 30px;
	border-radius: 7px;
}

@media (max-width: 767px) {
	.info-inner {
		flex-direction: column;
		align-items: center;
	}
}

.info-heading {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.info-heading {
		font-size: 36px;
	}
}

.info-icon img {
	width: 130px;
}

@media (max-width: 767px) {
	.info-icon img {
		width: 90px;
	}
}

.info-content {
	padding-left: 25px;
}

@media (max-width: 767px) {
	.info-content {
		text-align: center;
		margin-top: 15px;
	}
}

.info-content p {
	color: #fff;
	margin-top: 20px;
	font-size: 17px;
	line-height: 26px;
}

.testimonial-inner {
	display: flex;
}

@media(max-width: 767px) {
	.testimonial-inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

.testimonial-img {
	position: relative;
	border: 2px solid #0984E3;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	padding: 5px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-right: 35px;
}

@media (max-width: 767px) {
	.testimonial-img {
		margin-bottom: 20px;
	}
}

.testimonial-img img {
	border-radius: 50%;
}

.testimonial-content p {
	font-size: 25px;
	line-height: 40px;
	color: #333;
	font-style: italic;
	font-weight: 500;
}

.testimonial-meta {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.testimonial-meta {
		justify-content: center;
	}
}

.testimonial-meta h6 {
	color: #444;
	font-size: 20px;
	margin-right: 7px;
}

.testimonial-area-2 {
	position: relative;
	display: block;
	background-color: #edf3f6;
	padding: 120px 0 200px;
	z-index: 1;
}

.testimonial-map {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	width: 1170px;
	height: 566px;
	transform: translateX(-50%);
	opacity: 0.04;
	z-index: -1;
}

.testimonial_carousel {
	position: relative;
	display: block;
}

.testimonial_single {
	position: relative;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	padding: 60px 60px 68px;
}

.testimonial_single:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--arnav-base);
	height: 2px;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
}

.testimonial_single:hover:before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.testimonial_rating {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding-bottom: 18px;
}

.testimonial_rating i {
	font-size: 15px;
	color: #DFB163;
}

.testimonial_rating i+i {
	margin-left: 5px;
}

.testimonial_text {
	font-size: 17px;
	margin: 0;
	font-style: italic;
	line-height: 30px;
}

.testimonial_author {
	position: absolute;
	bottom: -100px;
	left: 60px;
}

.testimonial_author-img {
	position: relative;
	display: block;
	border-radius: 50%;
}

.testimonial_author-img img {
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 80px !important;
}

.testimonial_single:hover .testimonial-one_author-img img {
	border: 2px solid #097e51;
}

.testimonial_author-name {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-top: 12px;
}

.testimonial_author-title {
	font-size: 16px;
	margin: 0;
	line-height: 24px;
}

.testimonial_quote-icon {
	position: absolute;
	top: 30px;
	right: 30px;
}

.testimonial_carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
	padding: 0 0 0;
}

.testimonial_carousel .owl-stage-outer .owl-item {
	opacity: 0;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}

.testimonial_carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
	transition: all 200ms linear;
}

/* Breadcrumb CSS */
.breadcroumb-area {
	background-image: url(../img/breadcrumb/breadcrumb.jpg);
}

.service-bg {
	background-image: url(../img/breadcrumb/service_bg.jpg);
}

.paper-bg {
	background-image: url(../img/breadcrumb/paper_recycle.jpg);
}

.plastic-bg {
	background-image: url(../img/breadcrumb/plastic_recycle.jpg);
}

.glass-bg {
	background-image: url(../img/breadcrumb/glass_recycle.jpg);
}

.aluminium-bg {
	background-image: url(../img/breadcrumb/aluminium_recycle.jpg);
}

.electronics-bg {
	background-image: url(../img/breadcrumb/electronics_recycle.jpg);
}

.metal-bg {
	background-image: url(../img/breadcrumb/metal_recycle.jpg);
}

.team-bg {
	background-image: url(../img/breadcrumb/team_bg.jpg);
}

.faq-bg {
	background-image: url(../img/breadcrumb/faq_bg.jpg);
}

.project-bg {
	background-image: url(../img/breadcrumb/project_bg.jpg);
}

.blog-bg {
	background-image: url(../img/breadcrumb/blog_bg.jpg);
}

.pickup-bg {
	background-image: url(../img/breadcrumb/pickup_bg.jpg);
}

.payment-bg {
	background-image: url(../img/breadcrumb/payment_bg.jpg);
}

.breadcroumb-area {
	height: 400px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 70px;
	font-weight: 600;
	letter-spacing: 4px;
	color: #fff;
	margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

.breadcroumb-area h6 {
	color: #DFB163;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 25px;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.service-details {
	position: relative;
	display: block;
	padding: 120px 0 60px;
}

@media (max-width: 767px) {
	.service-details {
		padding: 60px 0 0;
	}
}

.service-details_sidebar {
	position: relative;
	display: block;
}

.service-details_sidebar-service {
	position: relative;
	display: block;
}

.service-details_sidebar-service-list {
	margin: 0;
}

.service-details_sidebar-service-list li+li {
	margin-top: 2px;
}

.service-details_sidebar-service-list li a {
	color: #097e51;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background-color: #edf3f6;
	padding: 20px 40px;
	margin-bottom: 10px;
}

.service-details_sidebar-service-list li.current a,
.service-details_sidebar-service-list li a:hover {
	background-color: #097e51;
	color: #fff;
}

.service-details_sidebar-service-list li a span {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #097e51;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.service-details_sidebar-service-list li.current a span,
.service-details_sidebar-service-list li a:hover span {
	transform: translateY(-50%) scale(1);
	color: #fff;
}

.service-details_need-help {
	position: relative;
	display: block;
	padding: 53px 50px 51px;
	margin-top: 30px;
	text-align: center;
	z-index: 1;
	background-color: #097e51;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-details_need-help {
		display: none;
	}
}

@media (max-width: 767px) {
	.service-details_need-help {
		display: none;
	}
}

.service-details_need-help-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #097e51;
	opacity: 0.1;
	z-index: -1;
}

.service-details_need-help-icon {
	height: 57px;
	width: 57px;
	background-color: #DFB163;
	color: #fff;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 0;
	transition: all 500ms ease;
}

.service-details_need-help-icon:hover {
	background-color: #fff;
	color: #097e51;
}

.service-details_need-help-title {
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 33px;
}

.service-details_need-help-contact {
	position: relative;
	display: block;
	margin-top: 31px;
}

.service-details_need-help-contact p {
	font-size: 16px;
	color: #eee;
	margin: 0;
	line-height: 29px;
}

.service-details_need-help-contact a {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details_need-help-contact a:hover {
	color: #097e51;
}

.service-details_right {
	position: relative;
	display: block;
}

.service-details_img {
	position: relative;
	display: block;
}

.service-details_img img {
	width: 100%;
}

.service-details_img-icon {
	position: absolute;
	bottom: -40px;
	right: 30px;
	height: 98px;
	width: 98px;
	background-color: #097e51;
	font-size: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 12px 0px rgba(176, 180, 183, 0.2392156863);
}

.service-details_img-icon img {
	width: 55px;
	height: auto;
}

.service-details_content {
	position: relative;
	display: block;
	margin-top: 30px;
}

.service-details_title {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 23px;
}

.service-details_text-1 {
	margin: 0;
}

.service-details_text-2 {
	margin: 0;
	padding-top: 34px;
}

.service-details_two-icons {
	position: relative;
	display: flex;
	overflow: hidden;
	border-top: 1px solid #c9d5db;
	border-bottom: 1px solid #c9d5db;
	padding: 39px 0 43px;
	margin: 49px 0 49px;
}

@media (max-width: 767px) {
	.service-details_two-icons {
		flex-direction: column;
		margin: 30px 0 30px;
		padding: 20px 0 20px;
	}
}

.service-details_two-icon-single {
	position: relative;
	display: block;
	max-width: 360px;
	width: 100%;
	padding-left: 110px;
	float: left;
}

@media (max-width: 767px) {
	.service-details_two-icon-single {
		margin-bottom: 30px;
	}
}

.service-details_two-icon {
	height: 90px;
	width: 90px;
	background-color: #b9dbcf;
	font-size: 28px;
	color: #097e51;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 11px;
	left: 0;
}

.service-icon img {
	width: 50px;
}

.service-details_two-icon span {
	position: relative;
	display: inline-block;
}

.service-details_two-icon-content {
	font-size: 20px;
	color: #097e51;
	font-weight: 500;
	line-height: 36px;
	margin: 0;
}

.service-details_text-3 {
	margin: 0;
}

.service-details_bottom {
	position: relative;
	display: flex;
	background-color: #097e51;
	align-items: center;
	padding: 51px 60px 51px;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.service-details_bottom {
		flex-direction: column;
	}
}

.service-details_bottom-icon {
	display: flex;
	align-items: center;
	width: 200px;
	height: auto;
}

@media (max-width: 767px) {
	.service-details_bottom-icon {
		width: inherit;
	}
}

.service-details_bottom-icon span {
	font-size: 62px;
	color: #fff;
	position: relative;
	display: inline-block;
}

.service-details_bottom-text {
	font-size: 17px;
	color: #fff;
	margin: 0;
	font-weight: 500;
	line-height: 32px;
	margin-left: 30px;
}

@media (max-width: 767px) {
	.service-details_bottom-text {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}
}

.service-details_how-we-help {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.service-details_how-we-help-img {
	position: relative;
	display: block;
}

.service-details_how-we-help-img img {
	width: 100%;
}

.service-details_how-we-help-content {
	position: relative;
	display: block;
	margin-top: -9px;
}

.service-details_how-we-help-title {
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
}

.service-details_how-we-help-text {
	font-size: 20px;
	margin: 0;
	padding-top: 11px;
	padding-bottom: 35px;
}

.service-details_how-we-help-points {
	position: relative;
	display: block;
}

.service-details_how-we-help-points li {
	position: relative;
	display: flex;
	align-items: center;
}

.service-details_how-we-help-points li+li {
	margin-top: 6px;
}

.service-details_how-we-help-points li .icon {
	height: 15px;
	width: 15px;
	background-color: #097e51;
	color: #fff;
	font-size: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.service-details_how-we-help-points li .text {
	margin-left: 15px;
}

.service-details_how-we-help-points li .text p {
	color: #097e51;
	margin: 0;
	font-weight: 500;
}

.service-details_two-icon .service-icon i:before {
	color: #097e51;
	font-size: 50px;
	font-weight: 500;
}

.service-details_bottom-icon {
	font-size: 50px;
	color: #fff;
}

.service-details_sidebar-service-list i:before {
	font-size: 25px;
}

.service-details_two-icons .service-icon:before {
	display: none;
}

.team {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.team:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: #edf3f6;
	height: 487px;
	z-index: -1;
}

.team-container {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	padding: 0 15px;
}

.team-single {
	position: relative;
	display: block;
	margin-bottom: 22px;
}

.team-img {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #097e51;
	opacity: 0.3;
	width: 0%;
	transform: translateY(100%);
	transition: all 500ms ease;
	z-index: 1;
}

.team-single:hover .team-img:before {
	transform: translateY(0);
	width: 100%;
}

.team-img img {
	width: 100%;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
}

.team-single:hover .team-img img {
	transform: scale(1.1) rotate(2deg);
}

.team-social {
	position: absolute;
	bottom: 20px;
	right: 20px;
	transform: scaleX(0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: bottom center;
	z-index: 2;
}

.team-single:hover .team-social {
	transform: scaleX(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.team-social li+li {
	margin-top: 10px;
}

.team-social li a {
	position: relative;
	height: 47px;
	width: 47px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
	margin-right: 10px;
}

.team-social li a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: -1;
}

.team-social li a:hover:before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.team-social i {
	font-size: 20px;
	font-weight: 400;
}

.team-content {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 22px;
}

.team-name {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.team-title {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	font-weight: 500;
}

.accordion.faqs .card .card-header {
	background: #fff;
	padding: 0;
	margin-bottom: 0px;
	border-radius: 0px;
	border: none;
}

.accordion.faqs .card {
	margin-bottom: 20px;
	border-radius: 0px;
	border: 2px solid #f3f5f8;
}

.accordion.faqs .card:last-child {
	margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
	padding: 25px 40px;
	background: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #333;
	width: 100%;
	display: block;
	text-align: left;
	position: relative;
	border-radius: 0px;
	position: relative;
	text-decoration: none;
	border: none;
	padding-right: 95px;
}

.accordion.faqs .card .card-header .btn-link::after {
	right: 40px;
	content: "+";
	height: 50px;
	width: 50px;
	text-align: center;
	top: 50%;
	font-size: 25px;
	font-weight: 400;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	position: absolute;
	line-height: 51px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.accordion.faqs .card .subtitle>button[aria-expanded=true]::after {
	content: "-";
}

.accordion.faqs .card .card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 30px;
	padding-bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accordion.faqs .card .card-body .content {
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
	text-align: justify;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 2px solid #f3f5f8;
}

.faq-icon-box {
	position: absolute;
	width: 140px;
	height: 140px;
	background: #fff;
	top: 40%;
	right: 85px;
	margin-top: -70px;
	z-index: 2;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.faq-thumb {
	position: relative;
	z-index: 2;
}

.faq-icon-box img {
	-webkit-animation: 1.5s shake infinite;
	animation: 1.5s shake infinite;
	width: 80px;
	height: auto;
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}
}

@keyframes shake {
	0% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg);
	}
}

.faq-icon-box::after {
	width: 180px;
	height: 180px;
	-webkit-box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
	box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
	left: -20px;
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}

.faq-section h2 {
	margin-bottom: 40px;
}

.question-section {
	background: #097e51;
	padding: 40px;
}

.question-section h6 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 14px;
	color: #fff;
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}

.question-section input,
.question-section textarea,
.question-section select {
	width: 100%;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 20px;
}

/* Project Details  */
.single-content-wrapper {
	position: relative;
	margin-bottom: 70px;
}

.project-details-box {
	background: #097e51;
	color: #fff;
	width: 360px;
	position: absolute;
	bottom: -60px;
	right: 0;
}

@media (max-width: 767px) {
	.project-details-box {
		position: relative;
		bottom: -40px;
	}
}

.project-details-box {
	padding: 30px;
}

.project-details-box-title h4 {
	font-size: 30px;
	color: #fff;
	padding: 10px;
}

.detail-box-list .list-details h5 {
	font-size: 20px;
	color: #fff;
	padding-left: 15px;
}

.detail-box-list .list-details p {
	color: #fff;
}

.list-details {
	display: flex;
	align-items: center;
}

.list-details h5 span {
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
	opacity: 0.7;
}

.detail-box-list li {
	padding: 15px 0;
	display: block;
	margin-left: 15px;
}

.list-details i:before {
	color: #FCC300;
	font-size: 24px;
}

.detail-box-list ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.single-content-area h4 {
	margin: 10px 0;
	font-size: 24px;
}

.single-content-area p {
	margin: 0;
}

#project-page .single-service-item {
	box-shadow: none;
}

#project-page .single-service-item .service-rating {
	display: none;
}

.project-solutions-list li {
	display: flex;
	align-items: center;
	padding: 8px 0;
	color: #3c6382;
}

.project-solutions-list i {
	font-size: 24px;
}

.project-solutions-list i:before {
	padding-right: 15px;
}

.project-details-btn {
	margin: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-img-wrapper {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.single-img-wrapper {
		margin-top: 20px;
	}
}

.blog-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

@media (max-width: 767px) {
	.blog-details {
		padding: 50px 0 50px;
	}
}

.blog-details_left {
	position: relative;
	display: block;
}

.blog-details_img {
	position: relative;
	display: block;
}

.blog-details_img img {
	width: 100%;
}

.blog-details_date-box {
	position: absolute;
	left: 50px;
	bottom: 0;
	background-color: #097e51;
	padding: 0 20px;
}

.blog-details_date-box p {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
}

.blog-details_content {
	position: relative;
	display: block;
	margin-top: 19px;
}

.blog-details_meta {
	display: flex;
	align-items: center;
}

.blog-details_meta li+li {
	margin-left: 10px;
}

.blog-details_meta li a {
	font-size: 16px;
	color: #7b848b;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details_meta li a:hover {
	color: #097e51;
}

.blog-details_meta li a i {
	color: #097e51;
}

.blog-details_title {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 23px;
}

.blog-details_text-1 {
	margin: 0;
	line-height: 30px;
}

.blog-details_text-2 {
	margin: 0;
	line-height: 30px;
	padding-top: 33px;
	padding-bottom: 33px;
}

.blog-details_text-3 {
	margin: 0;
	line-height: 30px;
}

.blog-details_bottom {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 30px;
	margin-top: 51px;
	border-top: 1px solid #c9d5db;
}

.blog-details_bottom p {
	margin: 0;
}

.blog-details_tags span {
	color: #333;
	font-size: 18px;
	margin-right: 10px;
	font-weight: 800;
}

.blog-details_tags a {
	position: relative;
	color: #fff;
	font-size: 16px;
	background-color: #097e51;
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details_tags a:hover {
	background-color: #333;
	color: #fff;
}

.blog-details_tags a+a {
	margin-left: 6px;
}

.blog-details_social-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.blog-details_social-list a {
	position: relative;
	height: 47px;
	width: 47px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: #333;
	font-size: 15px;
	background-color: #edf3f6;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

@media (max-width: 767px) {
	.blog-details_social-list a {
		margin-top: 25px;
	}
}

.blog-details_social-list a:hover {
	color: #fff;
}

.blog-details_social-list a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #097e51;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: -1;
}

.blog-details_social-list a:hover:before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.blog-details_social-list a+a {
	margin-left: 15px;
}

/* author */
.author-one {
	background-color: #edf3f6;
	padding: 60px 60px 60px;
	display: -webkit-box;
	display: flex;
	margin-bottom: 44px;
}

@media (max-width: 767px) {
	.author-one {
		flex-direction: column;
	}
}

.author-one_content {
	margin-left: 40px;
}

@media (max-width: 767px) {
	.author-one_content {
		margin-left: 0;
		margin-top: 20px;
	}
}

.author-one_content h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.author-one_content h3 {
		margin-bottom: 15px;
	}
}

.author-one_content p {
	margin: 0;
}

.comment-one_title,
.comment-form_title {
	margin: 0;
	color: #333;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 52px;
}

.comment-one_single {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid #c9d5db;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.comment-one_single {
		flex-direction: column;
		padding: 25px;
	}
}

.comment-one_content {
	position: relative;
	margin-left: 45px;
}

@media (max-width: 767px) {
	.comment-one_content {
		margin-left: 0;
		margin-top: 30px;
	}
}

.comment-one_content h3 {
	margin: 0;
	font-size: 20px;
	color: #333;
	margin-bottom: 25px;
	font-weight: 600;
}

.comment-one_content p {
	font-size: 18px;
	line-height: 32px;
	margin: 0;
}

.comment-one_btn {
	font-size: 16px;
	padding: 5px 30px;
	position: absolute;
	top: 0;
	right: 0;
}

.comment-one_btn:hover {
	color: #333;
}

.comment-one_btn:after {
	background-color: #edf3f6;
}

.comment-one_image {
	position: relative;
	display: block;
	border-radius: 50%;
}

.comment-one_image img {
	border-radius: 50%;
}

.comment-form .comment-form_title {
	margin-top: -8px;
}

.comment-form_input-box {
	position: relative;
	display: block;
}

.comment-form_input-box input[type=text],
.comment-form_input-box input[type=email] {
	height: 63px;
	width: 100%;
	border: none;
	background-color: #edf3f6;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
	border-radius: 0;
	outline: none;
	font-size: 14px;
	color: #eee;
	font-weight: 500;
	display: block;
}

.comment-form_input-box textarea {
	font-size: 14px;
	color: #eee;
	height: 180px;
	width: 100%;
	background-color: #edf3f6;
	padding: 18px 30px 30px;
	border: none;
	border-radius: 0px;
	outline: none;
	margin-bottom: 0px;
	border-radius: 0;
	font-weight: 500;
}

.comment-form_btn {
	border: none;
	margin-top: 20px;
}

@media (max-width: 991px) {
	.sidebar {
		margin-top: 50px;
	}
}

.sidebar_single+.sidebar_single {
	margin-top: 30px;
}

.sidebar_title {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 4px;
}

.sidebar_search {
	position: relative;
	display: block;
}

.sidebar_search-form {
	position: relative;
}

.sidebar_search-form input[type=search] {
	display: block;
	border: none;
	outline: none;
	background-color: #097e51;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding-left: 50px;
	height: 84px;
	width: 100%;
	padding-right: 80px;
	border-radius: 0;
}

.sidebar_search-form ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.sidebar_search-form ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.sidebar_search-form :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.sidebar_search-form ::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.sidebar_search-form ::placeholder {
	color: #fff;
	opacity: 1;
}

.sidebar_search-form :-ms-input-placeholder {
	color: #fff;
}

.sidebar_search-form ::-ms-input-placeholder {
	color: #fff;
}

.sidebar_search-form button[type=submit] {
	background-color: transparent;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
}

.sidebar_post {
	position: relative;
	display: block;
	padding: 45px 30px 30px;
	background-color: #edf3f6;
}

.sidebar_post .sidebar_title {
	margin-left: 20px;
}

.sidebar_post-list {
	margin: 0;
}

.sidebar_post-list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 17px 20px 17px;
	transition: all 500ms ease;
}

.sidebar_post-list li:hover {
	background-color: rgb(255, 255, 255);
}

.sidebar_post-list li+li {
	margin-top: 7px;
}

.sidebar_post-image {
	margin-right: 20px;
}

.sidebar_post-image>img {
	width: 100px;
}

.sidebar_post-content {
	position: relative;
}

.sidebar_post-content h3 {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
}

.sidebar_post-content-meta {
	font-size: 15px;
	font-weight: 400;
	color: #7b848b !important;
	transition: all 500ms ease;
}

.sidebar_post-content-meta i {
	color: #097e51;
	padding-right: 3px;
}

.sidebar_post-content h3 a {
	color: #333;
	transition: all 500ms ease;
	margin-top: 4px;
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.sidebar_category {
	position: relative;
	display: block;
	background-color: #edf3f6;
	padding: 45px 30px 38px;
}

.sidebar_category .sidebar_title {
	padding-left: 20px;
	margin-bottom: 8px;
}

.sidebar_category-list {
	margin: 0;
}

.sidebar_category-list li+li {
	margin-top: 3px;
}

.sidebar_category-list li a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: #fff;
	padding: 14px 20px;
	border-radius: 7px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.sidebar_category-list li a:hover {
	background-color: rgb(255, 255, 255);
	color: #333;
}

.sidebar_category-list li.active a {
	background-color: rgb(255, 255, 255);
	color: #333;
}

.sidebar_category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #097e51;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.sidebar_category-list li a:hover span {
	color: #097e51;
	transform: translateY(-50%) scale(1);
}

.sidebar_category-list li.active a span {
	transform: translateY(-50%) scale(1);
	color: #097e51;
}

.sidebar_tags {
	position: relative;
	display: block;
	background: #edf3f6;
	padding: 45px 45px 50px;
}

.sidebar_tags .sidebar_title {
	margin-left: 5px;
	margin-bottom: 24px;
}

.sidebar_tags-list {
	margin-top: -10px;
}

.sidebar_tags-list a {
	font-size: 13px;
	color: #7b848b;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #fff;
	display: inline-block;
	padding: 12px 20px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.sidebar_tags-list a+a {
	margin-left: 5px;
	margin-top: 10px;
}

.sidebar_tags-list a:hover {
	color: #fff;
	background: #097e51;
}

.contact-area {
	background-image: url(../img/contact_bg.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	position: relative;
	z-index: 1;
}

.contact-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(290deg, #1e3226 40%, rgba(30, 50, 38, 0.9019607843) 100%);
	z-index: -1;
}

ul.contact-list {
	margin-top: 30px;
}

ul.contact-list li {
	color: #fff;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	ul.contact-list li {
		display: flex;
	}
}

ul.contact-list li i {
	font-size: 14px;
	font-weight: 600;
	background: #097E51;
	color: #fff;
	border-radius: 50%;
	padding: 4px;
	margin-right: 10px;
}

.contact-btn .main-btn {
	margin-right: 20px;
	margin-top: 20px;
}

.quotation-wrap {
	background: #fff;
	padding: 40px;
	border-radius: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.quotation-wrap {
		padding: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quotation-wrap {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.quotation-wrap {
		margin-top: 30px;
	}
}

.quotation-inner h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0;
}

.quotation-desc {
	font-size: 15px;
	line-height: 25px;
}

label.form-label {
	color: #1A2A36;
	font-weight: 500;
	margin-bottom: 10px;
}

.nice-select.form-control {
	width: 100%;
	display: flex;
	align-items: center;
}

.nice-select.open .list {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.contact-icon img {
	max-width: initial;
}

.contact-info p {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	margin-left: 20px;
}

.contact-info a {
	color: #0984E3;
	font-size: 15px;
	text-decoration: underline;
}

.contact-page-google-map {
	position: relative;
	display: block;
	padding: 120px 0 41px;
}

.contact-page-google-map iframe {
	position: relative;
	display: block;
	border: none;
	height: 430px;
	width: 100%;
}

.contact-page-details {
	position: relative;
	display: block;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.contact-page-details {
		padding-bottom: 50px;
	}
}

.contact-page-details_left {
	position: relative;
	display: block;
}

.contact-page-details_title {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 40px;
}

.contact-page-details_content {
	position: relative;
	display: flex;
}

@media (max-width: 767px) {
	.contact-page-details_content {
		flex-direction: column;
	}
}

.contact-page-details_content-text-box {
	margin-left: 60px;
	margin-top: -11px;
}

@media (max-width: 767px) {
	.contact-page-details_content-text-box {
		margin-left: 20px;
		margin-top: 25px;
	}
}

.contact-page-details_content-text-1 {
	margin: 0;
	padding-bottom: 20px;
}

.contact-page-details_content-text-2 {
	margin: 0;
}

.contact-page-details_sign {
	font-size: 20px;
	color: #097e51;
	line-height: 34px;
	margin-top: 20px;
}

.contact-page-details_right {
	position: relative;
	display: block;
	margin-right: 60px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	padding: 38px 50px 50px;
	margin-top: -84px;
}

@media (max-width: 767px) {
	.contact-page-details_right {
		margin-top: 30px;
		margin-left: 20px;
	}
}

.contact-page-details_right:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	height: 4px;
	background-color: #097e51;
}

.contact-page-details_list {
	position: relative;
	display: block;
}

.contact-page-details_list li+li {
	margin-top: 27px;
}

.contact-page-details_list li span {
	font-size: 18px;
}

.contact-page-details_list li p {
	font-weight: 600;
	color: #333;
	margin: 0;
	line-height: 25px;
}

.contact-page-details_list li p a {
	color: #333;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-page-details_list li p a:hover {
	color: #097e51;
}

.contact-page-details_list li:last-child p {
	line-height: 30px;
}

.contact-page-details_social {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-top: 1px solid #c9d5db;
	padding-top: 30px;
	margin-top: 21px;
}

.contact-page-details_social a {
	position: relative;
	height: 47px;
	width: 47px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: #333;
	font-size: 15px;
	background-color: #edf3f6;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.contact-page-details_social a:hover {
	color: #fff;
}

.contact-page-details_social a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #097e51;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: -1;
}

.contact-page-details_social a:hover:before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.contact-page-details_social a+a {
	margin-left: 15px;
}

.contact-page {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	border-top: 1px solid #eee;
}

@media (max-width: 767px) {
	.contact-page {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.contact-page .container {
	max-width: 768px;
	width: 100%;
}

.contact-page_form .comment-form_btn {
	margin: 20px auto 0;
	display: block;
}

.quotation-wrapper {
	padding: 80px 0;
	background: #fff;
}

.quotation-box {
	border: 1px solid #eee;
	padding: 40px;
}

.quotation-box h5 {
	font-size: 22px;
}

.how_often {
	padding: 0px;
	margin: 0;
	margin-bottom: 25px;
}

.how_often li {
	border: 1px solid #dddddd;
	border-radius: 4px;
	display: inline-block;
	padding: 12px 10px;
	text-align: center;
	width: 145px;
	margin-right: 19px;
	cursor: pointer;
}

.how_often li:last-child {
	margin-right: 0px;
}

.how_often a {
	color: #8e8e8e;
	font-size: 15px;
	text-decoration-line: unset;
}

.how_often li.active a {
	color: #fff;
}

.how_often li:hover {
	color: #fff;
	background-color: #097e51;
	border-color: #097e51;
}

.how_often li:hover a {
	color: #fff;
}

.schedule-wrapper {
	background: #fff;
	padding: 100px 0;
}

.white-bg {
	padding: 25px 50px 20px;
}

.payment_heading p {
	font-weight: 600;
	margin: 7px 0;
}

.payment_box .nav-tabs .nav-link {
	color: #333;
	width: 50%;
	text-align: center;
	border-radius: 0;
	padding: 13px;
}

.payment_box .nav-tabs .nav-link.active {
	background-color: #eee;
}

.payment_box .nav-tabs .nav-link:hover {
	background-color: #097e51;
	color: #fff;
}

.controls.register-controls label {
	margin-bottom: 10px;
}

.small {
	font-size: 14px;
	color: #2684ff;
	margin: 10px 0;
}

.register-btn {
	margin: 20px 0;
}

.password_require ul {
	list-style: inside;
}

.password_require ul li {
	display: list-item;
	margin: 7px 0;
}

.success-containter {
	border: 1px solid #f0f0f0;
	padding: 50px;
	text-align: center;
	position: relative;
}

.success-containter .logo {
	position: absolute;
	left: 45px;
	top: 35px;
}

.success-containter .invoice-no {
	position: absolute;
	right: 35px;
	top: 35px;
}

.success-containter .invoice-no p {
	font-size: 15px;
}

.success-icon {
	width: 50px;
	height: 50px;
	background: #15C445;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
}

.success-icon i {
	font-size: 27px;
	color: #fff;
}

.success-headline h6 {
	color: #272b41;
	font-size: 25px;
	margin: 20px 0 10px;
}

.success-containter p {
	font-size: 15px;
	color: #757575;
}

.payment-wrap {
	border: 1px solid #f0f0f0;
	margin: 40px 0;
}

.payment-summary {
	text-align: left;
	padding: 22px;
}

.applicant-info {
	margin-bottom: 15px;
}

.applicant-info p {
	color: #272b41;
	font-weight: 500;
}

.applicant-info p span {
	opacity: 0.5;
}

.sche-info h6 {
	color: #272b41;
	font-size: 15px;
}

.sche-info .date {
	margin-bottom: 15px;
}

.success-containter a.btn {
	border: none;
	padding: 10px 28px;
	margin: 20px 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
}

.success-containter a.btn:focus {
	outline: none !important;
}

.success-containter a.btn {
	margin-right: 15px;
	margin-top: 35px;
}

.patient-dtl p {
	margin: 15px 0 5px;
}

.form-check input[type=radio] {
	width: 30px !important;
}

.payment_icon {
	display: inline-block;
	padding-left: 25px;
	line-height: 1;
	background: url(../img/icon/credit-card.png) no-repeat scroll 0 0 transparent;
}

.payment_icon-2 {
	display: inline-block;
	padding-left: 80px;
	line-height: 20px;
	color: #fff;
	background: url(../img/icon/paypal.png) no-repeat scroll 0 0 transparent;
}

/* Info Section
============== */
.promo-area {
	position: relative;
	margin-top: -100px;
	z-index: 9;
}

.promo-bg {
	background-image: url(../img/info-bg.jpg);
}

.promo-bg.bg-cover {
	width: 286px;
	height: 300px;
	background-position: top center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.promo-bg.bg-cover {
		width: 252px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.promo-bg.bg-cover {
		width: 250px;
	}
}

@media (max-width: 767px) {
	.promo-bg.bg-cover {
		width: 100%;
	}
}

.promo-content {
	padding: 40px;
	border-left: 10px solid #DFB163;
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.promo-content {
		padding: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.promo-content {
		padding: 0;
		padding-top: 30px;
		padding-left: 70px;
		border-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.promo-content {
		padding: 30px;
	}
}

.promo-content h5 {
	font-size: 50px;
	font-weight: 500;
	line-height: 55px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.promo-content h5 {
		font-size: 40px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.promo-content h5 {
		font-size: 30px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.promo-content h5 {
		font-size: 35px;
		line-height: 40px;
	}
}

.promo-content a {
	font-size: 15px;
	font-weight: 500;
	color: rgb(223, 177, 99);
	margin: 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.promo-inner {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.promo-founder {
	background: #FFF;
	height: 100%;
	text-align: center;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 0px 12px 12px 0px;
}

.promo-founder i:before {
	font-size: 60px;
}

.promo-founder p.highlight {
	font-size: 60px;
	font-weight: 600;
	color: rgb(223, 177, 99);
	margin: 50px 0 30px;
}

.promo-founder p {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
}

#promo-2 .promo-content-area {
	padding-left: 30px;
}

/*








 */
