/*========================================================================

	Template Name: One Page Multipurpose Bootstrap 5.0 HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Call to action
	05. About us
	06. Services area
	07. Projects
	08. Pricing plan
	09. Consaltation area
	10. Team
	11. Testimonial
	12. Blog
	13. Footer
			
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #f44647;
	color: #fff;
}

::-moz-selection {
	background-color: #f44647;
	color: #fff;
}

img {
	max-width: 100%;
}

body {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #c5c5c5;
	letter-spacing: 1px;
}

.theme-bg-light {
	background-color: #1D4DDC;
}

.theme-bg-dark {
	background-color: #0e0e0e;
}

p {
	line-height: 24px;
	font-size: 18px;
	color: #6c757d;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 60px;
	font-weight: 700;
}

h2 {
	font-size: 36px;
	font-weight: 700;
}

h3 {
	font-size: 26px;
	font-weight: 700;
}

h4 {
	font-size: 23px;
	font-weight: 300;
}

h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {
	font-size: 16px;
	font-weight: 700;
}

ul,
ol,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 25px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #8ec942;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}

.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #79b52d;
}

/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #8ec942;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: perspective(0px) translateZ(0) skewX(-12deg);
	transform: perspective(0px) translateZ(0) skewX(-12deg);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.btn-style-1:hover {
	background-color: #79b52d;
	color: #fff;
	text-decoration: none;
}

.btn-style-2 {
	color: #fff;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	text-align: center;
	background-color: #333;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: perspective(0px) translateZ(0) skewX(-12deg);
	transform: perspective(0px) translateZ(0) skewX(-12deg);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.btn-style-2:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.btn-style-3 {
	color: #fff;
	background-color: #8ec942;
	text-decoration: none;
	border-radius: 6px;
	display: inline-block;
	padding: 0px 50px 0px 18px;
	height: 35px;
	line-height: 35px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: perspective(0px) translateZ(0) skewX(-12deg);
	transform: perspective(0px) translateZ(0) skewX(-12deg);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.btn-style-3 i {
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	position: absolute;
	font-size: 12px;
	border-radius: 0 3px 3px 0;
	background: rgba(255, 255, 255, 0.2);
}

.btn-style-3:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.btn-video {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	background-color: #000;
	border-radius: 100%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-video:hover {
	color: #fff;
	background-color: #8ec942;
}

/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}

#preloader .spinner-grow {
	top: 50%;
	position: relative;
}

/* --- section title --- */
.section-title {
	position: relative;
}

.section-title h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #8ec942;
	margin-bottom: 8px;
	padding-bottom: 4px;
	display: inline-block;
	border-bottom: 1px solid #8ec942;
}

.section-title h2 {
	font-weight: 600;
	font-size: 34px;
	text-transform: capitalize;
	color: #333;
	position: relative;
}

/* ===================================
	02. Header
=================================== */
header {
	position: absolute;
	top: 0px;
	z-index: 999;
	background-color: #fff;
	width: 100%;
}

.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}

.header-lover {
	padding: 10px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-lover .navbar {
	padding: 0px 0px;
}

.header-lover .navbar .nav-item .nav-link {
	font-size: 14px;
	color: #333;
	padding: 20px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-lover .navbar .nav-item .nav-link:hover,
.header-lover .navbar .nav-item.active .nav-link {
	color: #8ec942;
}

.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}

.header-lover .navbar-toggler span {
	background: #000;
}

/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}

.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}

.navbar-toggler span+span {
	margin-top: 4px;
	width: 18px;
}

.navbar-toggler span+span+span {
	width: 10px;
}

/* sticky */
.is-sticky {
	z-index: 9999;
}

.is-sticky .header-lover {
	z-index: 9999 !important;
	background-color: #fff !important;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #333;
}

.is-sticky .nav-item.active .nav-link,
.is-sticky .nav-pills .show>.nav-link {
	color: #8ec942 !important;
}

@media screen and (min-width: 992px) {

	/* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu,
	.navbar .dropdown .dropdown-menu:hover {
		display: block !important;
	}
}

/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}

.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.slider .carousel-item. .slider-one {
	/* background-image: url("../img/slider/1.jpg"); */
	/*edit image*/
	background-color: #faf399 !important;
}

.slider .carousel-item.slider-two {
	background-image: url("../img/slider/slider1.png");
}

.slider .carousel-item.slider-three {
	background-image: url("../img/slider/slider2.png");
	/*edit image*/
}

.slider .carousel-caption .slider-caption-box p {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	/* color: #fff; */
	color: #07a654;
}

.slider .carousel-caption h2 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 50px;
	color: #ec3237;
	line-height: 60px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 8px;
	text-shadow: 2px 2px 2px #07a654;
}

.slider .carousel-caption h2:after {
	position: absolute;
	content: "";
	width: 80px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
	background-color: #8ec942;
	z-index: -1;
	height: 2px;
}

.slider .carousel-control-next,
.slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 18px;
}

.slider .carousel-control-next {
	bottom: auto;
	width: auto;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 20px;
	transform: translateY(-50%);
}

.slider .carousel-control-prev {
	left: 20px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

/* ===================================
	04. Call to action
=================================== */
.call-to-action-area {
	position: relative;
	background-color: #8ec942;
}

.call-to-action-area h2 {
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}

.call-to-action-area h1 {
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}


.call-to-action-area h2 a {
	color: #fff;
	text-decoration: underline;
}

.call-to-action-area p {
	color: #fff;
	line-height: 28px;
}

/* ===================================
	05. About us
=================================== */
.about-content .about-title span {
	color: #ec3237;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 6px;
	display: inline-block;
	/* font-style: italic; */
}

.service-title span {
	color: #ec3237;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 6px;
	display: inline-block;
	/* font-style: italic; */
}

.about-content .about-title h2 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 400;
}

.service-title h2 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 400;
}

.about-content .about-title h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	/* font-style: italic; */
}

.about-content .about-title h1 {
	font-size: 18px !important;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	/* font-style: italic; */
}


.service-title h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	/* font-style: italic; */
}

.about-content ul li {
	font-size: 14px;
	color: #000;
	padding-bottom: 8px;
}

.about-content ul li:last-child {
	padding-bottom: 0px;
}

.about-content ul li i {
	color: #8ec942;
	padding-right: 6px;
}

.about-img {
	position: relative;
}

.about-img img {
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	margin-top: 91px;
}

.popup-video {
	width: 70px;
	height: 70px;
	background-color: #8ec942;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	z-index: 1;
	transition: 0.3s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0px;
	color: #fff;
}

.popup-video:hover {
	color: #fff;
}

.popup-video:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.popup-video:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
}

@keyframes pulseInOut {
	0% {
		opacity: 1;
		transform: scale(.3)
	}

	100% {
		opacity: 0;
		transform: scale(1.7)
	}
}

/* ===================================
	06. Services area
=================================== */
.service-box {
	box-shadow: 0px 10px 50px 0px rgba(160.5, 160.5, 160.5, 0.5);
}

.service-box .service-box-img {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.service-box .service-box-img:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.service-box:hover .service-box-img:after {
	width: 100%;
	height: 100%;
}

.service-box h3 {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.service-box h3 a {
	color: #fff;
	padding: 10px 30px;
	background-color: rgba(142, 201, 66, 0.8);
	display: inline-block;
	border-radius: 6px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-box:hover h3 a {
	background-color: rgba(142, 201, 66, 1);
}

/* ===================================
	07. Projects
=================================== */
#projectlist .project {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}

.project-filter li {
	margin-right: 0px !important;
}

.project-filter li span {
	cursor: pointer;
	padding: 6px 12px 6px 12px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	background-color: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-filter li span.active,
.project-filter li span:hover {
	color: #fff;
	background-color: #8ec942;
}

.project-box {
	position: relative;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}

.project-box .project-box-img {
	position: relative;
	overflow: hidden;
}

.project-box .project-box-img:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 0px;
	top: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-box:hover .project-box-img:after {
	opacity: 1;
	width: 50%;
	height: 100%;
}

.project-box .project-box-img:before {
	position: absolute;
	content: "";
	width: 0%;
	height: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-box:hover .project-box-img:before {
	opacity: 1;
	width: 50%;
	height: 100%;
}

.project-box .zoom {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-box:hover .zoom {
	color: #8ec942;
	font-size: 26px;
}

.project-box .project-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 8;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.project-box .project-content h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.project-box .project-content p {
	margin-bottom: 0px;
	padding: 10px 10px;
	border-left: 2px solid #8ec942;
	color: #fff;
}

.project-box:hover .project-content,
.project-box:hover .zoom {
	opacity: 1;
}

/* ===================================
	08. Pricing plan
=================================== */
.pricing-box {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-box:hover {
	border: 1px solid #8ec942;
	box-shadow: 0px 10px 50px 0px rgba(160.5, 160.5, 160.5, 0.5);
}

.pricing-box h4 {
	padding: 20px 0px;
	color: #fff;
	margin-bottom: 30px;
	background-color: #8ec942;
}

.pricing-box h5 {
	font-size: 32px;
	line-height: 24px;
	font-weight: 800;
}

.pricing-box h5 span.currency {
	color: #8ec942;
}

.pricing-box h5 span.small-text {
	font-size: 12px;
	color: #8ec942;
	width: 100%;
	display: inline-block;
}

.pricing-box ul {
	margin: 0px 0px 30px 0px;
}

.pricing-box .pricing-des {
	padding: 30px;
}

.pricing-box ul {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 0px;
}

.pricing-box ul li {
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
}

.pricing-box ul li:last-child {
	padding-bottom: 0px;
}

/* ===================================
	09. Consaltation area
=================================== */
.consaltation-area {

	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 0;
}

.consaltation-area:after {
	position: absolute;
	content: "";
	background-color: rgba(142, 201, 66, 0.8);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.consaltation-content h2 {
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.consaltation-content h2 span {
	color: #333;
	font-weight: 700;
	text-shadow: none;
}

.consaltation-content h2 a {
	color: #fff;
	text-decoration: underline;
}

/* ===================================
	10. Team
=================================== */
.team-item {
	text-align: center;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	padding: 30px 15px;
	background-color: rgba(0, 0, 0, 0.1);
}

.team-item .team-item-img {
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border: 4px solid #fff;
}

.team-item .team-item-img:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0px;
	top: 0;
	opacity: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-item:hover .team-item-img:after,
.team-item:hover .team-item-img:before {
	opacity: 1;
	width: 50%;
}

.team-item .team-item-img:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-item .team-social {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	z-index: 2;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-item .team-social a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-item .team-social a:hover {
	color: #8ec942;
}

.team-item:hover .team-social {
	opacity: 1;
}

.team-item-caption {
	position: relative;
	padding: 20px 0px 0px 0px;
}

.team-item-name a {
	position: relative;
	font-weight: 600;
	color: #8ec942;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 8px;
}

.team-item-status {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000;
}

/* ===================================
	11. Testimonial
=================================== */
.testimonial-area {
	background-image: url(../img/bg/testimonial-bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 0;
}

.testimonial-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.testimonial-box {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	overflow: hidden;
}

.testimonial-box .testmonial-quote {
	color: #8ec942;
	font-size: 40px;
}

.testimonial-box .author-thumb img {
	border-radius: 6px;
}

.testimonial-box .profile-info {
	margin-top: 15px;
}

.testimonial-box p {
	color: #fff;
}

.testimonial-box .profile-info h3 {
	color: #fff;
	padding-bottom: 0px;
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
}

.testimonial-box .profile-info span {
	color: #8ec942;
}

/* ===================================
	12. Blog
=================================== */
.blog-item-grid {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item-grid:hover {
	border-color: #8ec942;
}

.blog-item-grid .blog-item-grid-img {
	position: relative;
}

.blog-item-grid .blog-item-grid-des {
	padding: 20px;
}

.blog-item-grid .blog-item-grid-des h4 a {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item-grid .blog-item-grid-des h4 a:hover {
	color: #8ec942;
}

.blog-item-grid .blog-item-grid-des .blog-item-grid-meta {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.blog-item-grid .blog-item-grid-des .blog-item-grid-meta li a {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item-grid .blog-item-grid-des .blog-item-grid-meta li a:hover {
	color: #8ec942;
}

.blog-item-grid .blog-item-grid-des .blog-item-grid-meta li a i {
	color: #8ec942;
	padding-right: 2px;
}

.blog-item-grid .blog-item-grid-des .blog-item-grid-meta li {
	font-size: 12px;
}

/* list */
.blog-item-list {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item-list:hover {
	border-color: #8ec942;
}

.blog-item-list .blog-item-list-img {
	position: relative;
}

.blog-item-list .blog-item-list-des {
	padding: 20px 20px 20px 0px;
}

.blog-item-list .blog-item-list-des h4 a {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item-list .blog-item-list-des h4 a:hover {
	color: #8ec942;
}

.blog-item-list .blog-item-list-des .blog-item-list-meta {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.blog-item-list .blog-item-list-des .blog-item-list-meta li a {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item-list .blog-item-list-des .blog-item-list-meta li a:hover {
	color: #8ec942;
}

.blog-item-list .blog-item-list-des .blog-item-list-meta li a i {
	color: #8ec942;
	padding-right: 2px;
}

.blog-item-list .blog-item-list-des .blog-item-list-meta li {
	font-size: 12px;
}

/* ===================================
	13. Footer
=================================== */
footer {
	background-color: #29292b;
}

/* footer title */
.footer-title {
	color: #8ec942;
	text-decoration: underline;
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

/* footer link */
.footer-link li {
	padding-bottom: 12px;
}

.footer-link li a {
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-link li a:hover {
	color: #8ec942;
}

.footer-link li:last-child {
	padding-bottom: 0px;
}

/* footer contact */
.footer-contact li {
	display: table;
	text-align: left;
	padding-bottom: 12px;
	font-size: 14px;
	color: #fff;
}

.footer-contact li>* {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px 0 0px;
}

.footer-contact li:last-child {
	padding-bottom: 0px;
}

.footer-contact li span {
	color: #8ec942;
}

.footer-contact li a {
	color: #fff;
}

.footer-contact li a:hover {
	color: #8ec942;
}

/* footer social */
.footer-social a {
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0px;
	border-radius: 100%;
	background-color: #333;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
	color: #fff;
	background-color: #8ec942;
}

.footer-social a:first-child {
	padding-left: 0px;
}

/* footer newsletter */
.footer-newsletter p {
	color: #fff;
}

.footer-newsletter form {
	position: relative;
}

.footer-newsletter form input {
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	width: 100%;
	height: 50px;
	padding: 15px;
	border-radius: 6px;
}

.footer-newsletter form button {
	position: absolute;
	height: 50px;
	padding: 15px;
	top: 0px;
	right: 0px;
	background-color: #8ec942;
	border: 0px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

/* map */
.map-box iframe {
	width: 100%;
	height: 200px;
	border: 0px;
	border-radius: 6px;
	overflow: hidden;
}

/* footer copyright */
.footer-copyright {
	color: #c5c5c5;
	font-size: 14px;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-area {
	background-color: #faf399 !important;

}

.about-area p {
	/* color: white; */
}

.about-title h2 {
	color: #ec3237 !important;
}

.service-title h2 {
	color: #ec3237 !important;
}

.about-title h4,
span {
	/* color: white; */
}

.services-area {
	background-color: #faf399 !important;
}

.supply-chain {
	margin: 15%;
}

.operating-maintain-chain {
	background-color: #04b46c;
}

.service-inform {
	padding-top: 30px;
}

.copyright-text {
	color: #fff;
}

.contact-form {
	padding: 0 40px;
}

.contact-form-header {
	margin-bottom: 30px;
}

.contact-form-header h2 {
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.contact-form .form-group {
	margin-bottom: 25px;
}

.contact-form .form-group .form-control {
	padding: 12px 20px;
	border-radius: 0px;
	box-shadow: none;
	transition: all .5s ease-in-out;
}

.theme-btn {
	font-size: 15px;
	color: #ffffff;
	padding: 12px 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	border: none;
	background: #C5A47E;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.contact-info {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}

.contact-info i {
	width: 55px;
	height: 55px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	border: 2px solid #C5A47E;
	color: #C5A47E;
}

/* .contact-content {
	padding-left: 50px;
} */

.contact-map iframe {
	width: 100%;
	height: 375px;
	/* margin-bottom: -8px; */
}


.animate-slide {
	animation: slideIn 1s forwards;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(50%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

.animate-charcter {
	text-transform: uppercase;
	background-image: linear-gradient(-225deg,
			#5d3e2c 0%,
			#ffef1b 29%,
			#ec3237 67%,
			#07a654 100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
	display: inline-block;
	/* font-size: 190px; */
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}