*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}

/* 2. header */
.header-top-area {
	padding-bottom: 14px;
	padding-top: 11px;
}
.headers-wrapper {
	margin-top: 10px;
}
.header-text{}
.header-text p {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.header-icon a {
	color: #a5a5a5;
	font-size: 16px;
	margin-right: 15px;
}
.header-icon a:last-child{margin-right:0;}
.header-icon a:hover{color:#a8d128;}
.header-area {
	padding-bottom: 25px;
	padding-top: 16px;
}
.header-content {
	display: inline-block;
}
/*.header-img {
	float: left;
	margin-right: 13px;
	margin-top: 6px;
}*/
.header-content i.fas.fa-phone-alt,
.header-content i.fas.fa-map-marker-alt{
	float:left;
	margin-right:13px;
	margin-top:11px;
	font-size:26px;
	color:rgb(168, 209, 40)
}
.headers-text {
	display: inline-block;
}
.headers-text h4{
	text-align:center;
	color:#222;
	font-size:18px;
	font-weight:700;
	margin-bottom:0
}
.headers-text a,
.headers-text span{
	color:#888;
	font-size:18px;
	font-weight:400
}
.header-button {
	margin-top: 9px;
}
.header-button a {
	background: #a8d128 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 31px;
	text-transform: capitalize;
	transition: .3s;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.header-button a::before {
	background: #fe9604;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius:3px;
}
.header-button a:hover::before{transform: scaley(1);}

.search-form {
	padding-top: 16px;
	overflow: hidden;
	position: relative;
}
.search-form input {
	background: #97bc23 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #edfcbf;
	float: right;
	font-size: 16px;
	font-weight: 600;
	height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	width: 235px;
}
.search-form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #edfcbf;
	font-size: 16px;
	height: 100%;
	line-height: 53px;
	padding-top: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 55px;
}
.search-form button:hover {
    color: #ff6600;
}
.menu {
	background: #a8d128 none repeat scroll 0 0;
	border-radius: 3px;
	min-height: 74px;
	padding: 0 30px;
	position: relative;
	z-index: 2147483647;
}
.inner-info {
	margin: auto auto 42px;
	width: 755px;
}
.inner-info p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
	animation-delay: 1.5s;
}

/* 4. welcome-area */
.welcome-area{}
.welcome-wrapper{}
.welcome-content{}
.welcome-content h1 {
	color: #222222;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 0;
}
.welcome-content h1 span {
	color: #a8d128;
	font-weight: 700;
}
.welcome-content h3 {
	color: #222;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 20px;
}
.welcome-content h4 {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 20px;
}
.welcome-content h4 span{color: #a8d128;}
.welcome-content p {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 24px;
}
.welcome-content a {
	background: #a8d128 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-right: 20px;
	margin-top: 14px;
	padding: 13px 25px;
	position: relative;
	text-transform: capitalize;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.welcome-content a:last-child{margin-right:0;}
.welcome-content a::before {
	background: #fe9604;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius:3px;
}
.welcome-content a:hover::before{transform: scaley(1);}
.welcome-content a.phone-btn:hover::before{display:none}
a.phone-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ff8212;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
}
a.phone-btn i {
	font-size: 16px;
	margin-right: 2px;
}
a>.phone-btn:hover{color:#ff8212;background-color:none;}
.welcome-menu {
	display: inline-block;
}
.welcome-link {
	float: right;
}
.welcome-menu li {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 12px;
}
.welcome-menu li:last-child{padding-bottom:0;}
.welcome-menu li img {
	margin-right: 7px;
}
.welcome-link{}
/* 5. we-work-area */
.we-work-area {
	background-size: cover;
	background-position: center center;
}
.section-title{}
.section-title h1, .section-title h2 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 13px;
}
.section-title p{
	color:#666;
	font-size:16px;
	font-weight:400;
	line-height:25px;
	margin:auto;
	margin-bottom:0
}
.white-text h1{color:#fff;}
.white-text p{color:#fff;}
.we-work-wrapper{}
.we-work-content{}
.we-work-content a {
	background: #fe9604 none repeat scroll 0 0;
	border: 3px solid #c3e362;
	border-radius: 4px;
	display: inline-block;
	margin-right: 25px;
	padding: 14px 30px;
}
.we-work-img {
	float: left;
	margin-top: 10px;
}
.we-work-info {
	display: inline-block;
	margin-left: 15px;
}
.we-work-info h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.we-work-info span {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}
/* 6. our-services-area */
.services h3 a{color:#333;}
.services > a{color:#fff;transition:.3;}
.services > a:hover{color:#fff;;}

/* 7. counter-area */
.counter-section h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 0;
	margin: auto;
}
.counter-content h2{
	color:#fff;
	font-size:80px;
	font-weight:700;
	line-height:66px;
	margin-bottom:23px
}
.counter-content > span {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}
/* 8. project-area */
.project-area {
	background-size: cover;
	background-position: center center;
}
.project-title > h1 {
	color: #fff;
	float: left;
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}
.portfolio-menu button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px dotted;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-right: 18px;
	padding: 5px 10px;
	transition: all 0.3s ease 0s;
}
.portfolio-menu button:focus {
	outline: 0 none;
}
.portfolio-menu button:last-child{margin-right:0;}
.portfolio-menu button:hover{color:#a8d128;}
.portfolio-menu button.active {
	color:#a8d128;
}
.custom {
	margin: 0 -15px;
}
.project-wrapper{}
.project-img{position: relative;}
.project-img >a {
	display: block;
	position:relative;
}
.project-wrapper:hover .project-img > a::before {
	opacity: 0.8
}
.project-img img {
	width: 100%;
}

/*.project-wrapper:hover .project-content{opacity:1;}*/
.project-content h2 {
	font-weight: 700;
	font-size: 20px;
	margin-top: 10px;
}
.project-content h2 > a {
	color: #fff;
	line-height: 1;
	transition: all 0.3s ease 0s;
}
/* 9. pricing-area */
.pricing-area{}
.pricing-wrapper {
	border-radius: 3px;
	padding: 25px 7px 25px 16px;
}
.single-pricing {
	padding: 0;
}
.single-pricing {
	padding: 2px 0 40px;
	transition:.3s;
	transition:.3s;
}
.single-pricing:hover{background:#32b526;}
.pricing-menu.price-menu {
	padding: 0 30px;
}
.pricing-menu {
	margin-bottom: 10px;
}
.single-pricing .pricing-menu {
	padding:0 30px;
}
.single-pricing .pricing-menu li{color:#fff;}
.single-pricing .pricing-menu li i{color:#fff;}
.single-pricing .price-info span {
	color: #fff;
	display: block;
	padding: 0 30px;
}
.pricing-img {
	margin-bottom: 20px;
	position: relative;
}
.pricing-img > img {
	width: 100%;
}
.single-price {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.price-head {
	background: #a8d128 none repeat scroll 0 0;
	border-radius: 32%;
	display: inline-block;
	padding: 9px 20px;
	transition:.3s;
}
.single-pricing:hover .price-head{background:#32b526;}
.price-head > h1 {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 2px;
}
.price-head > span {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.pricing-content {
	margin-bottom: 11px;
	margin-top: 20px;
}
.price-head h3 {
    color: #011a48;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
}
.pricing-content h4 {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.single-pricing .pricing-content h4 {
	font-size: 26px;
	font-weight: 700;
	color: #666;
	transition: .3;
}
.single-pricing:hover .pricing-content h4{color:#32b526;}
.pricing-menu {
	margin-bottom: 10px;
	padding-right: 3px;
}
.price-info {
	margin-bottom: 60px;
}
.single-pricing .price-info {
	margin-bottom: 38px;
}
.price-info span {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
}
.pricing-menu li {
	color: #666;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	padding-bottom: 25px;
	padding-left: 7px;
}
.pricing-menu li:last-child{padding-bottom:0;}
.pricing-menu li i {
	color: #a8d128;
	font-size: 14px;
	margin-right: 7px;
}
.pricing-menu li span {
	color: #a8d128;
}
.pricing-button {}
.pricing-button a{}
.pricing-button a i {
	margin-right: 8px;
}
.pricing-button {
	text-align: center;
}
.price-btn {
	border: 3px solid #a8d128;
	border-radius: 3px;
	color: #a8d128;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 38px;
	margin-bottom:15px;
}
.single-pricing .price-btn {border: 3px solid #fff;color:#fff;}
.single-pricing .price-btn:hover{color:#fff;}
.price-btn:hover{color:#a8d128;}
.Request-btn {
	background: #a8d128 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	padding: 15px 42px;
	position: relative;
	text-transform: capitalize;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.single-pricing .Request-btn {
	background: #fff;
	color: #555;
}
.Request-btn:hover{color:#fff;}
.Request-btn::before {
	background: #fe9604;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius:3px;
}
.single-pricing .Request-btn::before{background:#a8d128;color:#fff;}
.Request-btn:hover::before{transform: scaley(1);}
/* 10. work-hard */

.welcome-content a.more-btn {
	background: #a8d128 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-top: 26px;
	padding: 16px 30px;
	position: relative;
	text-transform: uppercase;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.welcome-content a.more-btn::before {
	background: #fe9604;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius:3px;
}
.welcome-content a.more-btn:hover::before{transform: scaley(1);}
.work-hard-wrapper{}
.work-hard-img{}
.work-hard-img img {
	width: 100%;
}
.work-hard-content{}
.work-hard-content h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 16px;
}
.work-hard-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #444444;
	margin-bottom: 0;
}
.work-hard-content h3 >a {
	color: #a8d128;
}
.work-hard-content > a {
	color: #666;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.work-hard-content > a:hover{color:#a8d128;}
.work-hard-content a i {
	padding-left: 6px;
}
/* col-to-action-area */
.col-to-action-area {
	background-size: cover;
	background-position: center center;
}
.col-to-action-wrapper{}
.col-to-action-title{}
.col-to-action-title h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 35px;
}
.col-to-action-title p{
	color:#fff;
	font-size:20px;
	font-weight:400;
	line-height:1.4;
	margin:auto
}
.col-to-action-content{}
.col-to-action-content a {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-right: 15px;
	padding: 17px 37px;
	position: relative;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.col-to-action-content a:last-child{margin-right:0}
.col-to-action-content a:hover{color:#fff;}
.col-to-action-content a::before {
	background: #fe9604;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius:3px;
}
.col-to-action-content a:hover::before{transform: scaley(1);}
.col-to-action-content a.contact-btn {
	padding: 17px 47px;
}
/* 11. what-customer-area */
.what-customer-area{}
.what-customer-wrapper {
	border-radius: 4px;
	position: relative;
	box-shadow:0 10px 20px 0 rgba(123,130,102,.1)
}
.what-customer-wrapper::after {
	border-right: 21px solid rgba(0, 0, 0, 0);
	border-top: 24px solid #fff;
	bottom: -24px;
	content: "";
	left: 15px;
	position: absolute;
}
.what-customer-content {
	padding: 20px 15px 20px 22px;
}
.what-customer-content p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
}
.testimonial-information {
	border-top: 1px solid #e8e8e8;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 15px;
}
.testimonial-img {
	float: left;
	margin-left: 25px;
	margin-right: 15px;
}
.testimonial-img img {
}
.testimonial-name {
	padding-top: 17px;
	display: inline-block;
}
.testimonial-name h4 {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.testimonial-name span {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.price-rating {
	display: inline-block;
	float: right;
	margin-top: 24px;
	padding-right: 44px;
}
.price-rating i {
	color: #a8d128;
	font-size: 14px;
}
.customer-active .owl-nav div {
	background: #a8d128;
	border-radius: 50%;
	color: #ffffff;
	font-size: 30px;
	height: 60px;
	left: 0;
	line-height: 60px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 60px;
}
.customer-active .owl-nav div.owl-next {
	left: auto;
	right:0;
}
.customer-active .owl-nav div:hover {
	background: #e0eeb2;
}
.customer-active:hover .owl-nav div {
	left: -60px;
	opacity: 1;
}
.customer-active:hover .owl-nav div.owl-next{left:auto;right:-60px;}

.pos-relative {
	position: relative;
}
.map-wrapper {
}
.map-contact > h2 {
	color: #222;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
}
.map-contact {
	background: #fff none repeat scroll 0 0;
	float: right;
	left: 870px;
	padding: 30px 30px 52px;
	position: absolute;
	top: 90px;
	width: 666px;
	border-radius:3px;
}
#map-form {
	display: flex;
	flex-wrap: wrap;
}
#map-form select {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #dadada;
	color: #666;
	font-size: 15px;
	height: 50px;
	margin-bottom: 15px;
	padding: 0 15px;
	width: 100%;
}
#map-form input {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #dadada;
	border-radius: 3px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	margin-bottom: 15px;
	padding-left: 20px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.map-btn {
	background: #a8d128 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-left: 19px;
	padding: 17px 40px;
	position: relative;
	text-transform: uppercase;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.map-btn::before {
	background: #fe9604;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius:3px;
}
.map-btn:hover::before{transform: scaley(1);}
/* brand */
.brand-wrapper {
	text-align: center;
}
.brand1-wrapper{}
.brand1-img{}
.brand1-img > img:hover{color:#000}
.brand-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
/* 13. footer */
.footer-top-area {
}
.footer-wrapper {
    overflow: hidden;
}
.footer-logo {
	margin-bottom: 16px;
}
.footer-logo a {
}
.footer-text {}
.footer-text p {
	color: #ededed;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 15px;
}
.footer-icon {
	margin-top: 30px;
}
.footer-icon a {
	border: 2px solid #d6d6d6;
	border-radius: 30px;
	color: #ededed;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 27px;
	margin-right: 5px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 30px;
}
.footer-icon a:hover {
    color: #a1c928;
}
.footer-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 19px;
}
footer, footer a {
	color:#ededed;
}
footer a:hover{
	color:#fff;
}
.footer-menu li {
	padding-bottom: 7px;
}
.footer-menu li:last-child {
    padding-bottom: 0;
}
.footer-menu li a {
	color: #ededed;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}
.footer-menu li a:hover {
    color: #a8d128;
    padding-left: 5px;
}
.footer-link {
}
.footer-link li {
	color: #5b5b5b;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}
.footer-top .footer-link li {
    color: #d4d4d4;
    display: flex;
}
.footer-link li:last-child {
    margin-bottom: 0;
}
.footer-link li i{
	color:#a8d128;
	font-size:18px;
	width:21px;
	text-align:center
}
.footer-link a,
.footer-link span{
	display:inline-block;
	color:#ededed;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	margin-left:10px
}

.footers {
	margin-top: 30px;
}

/* 14. team-area */
.team-area {
	background-size: cover;
	background-position: center center;
}
.team-wrapper {
	background: #fff none repeat scroll 0 0;
	padding: 10px 10px 30px;
}
.team-img{position:relative;}
.team-img > a{position:relative;display:block;}
.team-img > a::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #a8d128;
	opacity: 0;
	transition:.3s;
}
.team-wrapper:hover .team-img > a::before {opacity:.8;}
.team-img img {
	width: 100%;
}
.team-text {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	opacity: 0;
}
.team-wrapper:hover .team-text {opacity:1;}
.team-text h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}
.team-text h4 a{color:#fff;}
.team-icon {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.team-wrapper:hover .team-icon {opacity:1;bottom:20px;}
.team-icon > a {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 35px;
	margin-right: 8px;
	width: 36px;
	text-align: center;
}
.team-icon > a:last-child{margin-right:0;}
.team-icon > a{}
.team-content{}
.team-content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 9px;
	margin-top: 15px;
}
.team-content h4 a {
	color: #444;
}
.team-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
}
/* 15. features-area */
.features-area{}
.features-border {
	border-top: 1px solid #e8ebdd;
}
.features-wrapper{}
.features-img {
	border-radius: 100%;
	box-shadow: 0 15px 40px 0 rgba(114, 129, 68, 0.2);
	height: 80px;
	line-height: 79px;
	margin: auto auto 20px;
	transition: all 0.3s ease 0s;
	width: 80px;
}
/* .features-wrapper:hover .features-img{background:#a8d128;color:#fff} */
.features-img img{}
.features-content{}
.features-content h4 {
	color: #a8d128;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.features-content p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
}
/* 16. about-area */
.about-area {
	background-size: cover;
	background-position: center center;
}
.about-start-wrapper{}
.about-menu{}
.about-menu{}
.about-menu li {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 17px;
	display: flex;
}
.about-menu li:last-child{padding-bottom:0;}
.about-menu li span {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-right: 78px;
	position: relative;
}
.about-menu li span::before {
	border: 2px solid #fff;
	border-radius: 100%;
	content: "";
	height: 14px;
	position: absolute;
	right: -45px;
	top: 7px;
	width: 14px;
}
.about-menu li span::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 35px;
	position: absolute;
	right: -39px;
	top: 21px;
	width: 3px;
}
.about-menu li:last-child span::after{display:none;}
.about-menu li span:hover::before{background:#fff;}
.about-menu li.active span >::before{background:#fff;}
.about-wrapper{}
.about-wrapper h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: -7px;
}
.about-wrapper span {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 18px;
}
.about-img{position:relative}
.about-img img {
	border-radius: 5px;
	width: 100%;
}
.about-icon {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	right: 0;
	text-align: center;
}
.about-icon a {
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 48px;
	line-height: 37px;
	padding-left: 4px;
	width: 48px;
	transition:.3s;
}
.about-icon a:hover{transform: scale(1.1);}
.about-content {
	margin-top: 40px;
}
.about-content h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 7px;
}
.about-content p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
}
.about-content span {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
.about-content a {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	color: #a8d128;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-top: 28px;
	padding: 15px 25px;
	position: relative;
	text-transform: capitalize;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.about-content a:hover{color:#fff;}
.about-content a::before {
	background: #fe9604;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
	border-radius:3px;
}
.about-content > a:hover::before{transform: scaley(1);}

.contact-area{}
.contact-left-wrapper{}
.contact-section{}
.contact-section h2 {
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 16px;
}
.contact-section h2 span {
	color: #a8d128;
}
.contact-section > p {
	color: #666666;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 0;
}
.contact-section p span {
	color: #a8d128;
	font-weight: 700;
}
.contact-section{}
.contact-info {
	background: #f4f4f4 none repeat scroll 0 0;
	padding: 16px 20px 16px 20px;
	border-radius: 3px;
}
.contact-info h4 {
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.contact-info h4 a:hover{color: #A8D128}
.contact-info h4 i {
	margin-left: 10px;
}
.contact-menu {
	border: 1px solid #f4f4f4;
	padding-left: 20px;
	margin-bottom: 16px;
}
.contact-menu li {
	border-bottom: 1px solid #e8e8e8;
	border-radius: 3px;
	color: #666666;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 23px;
	padding-top: 22px;
}
.contact-menu li:last-child{border-bottom:none;}
.contact-menu li i {
	color: #a8d128;
	float: left;
	font-size: 20px;
	margin-right: 10px;
	margin-top: 5px;
}
.contact-menu li span {
	color: #222222;
	font-size: 16px;
}
.contact-text{}
.contact-text h3 {
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 35px;
}
.contact-text span {
	color: #a8d128;
}
.contact-wrapper {
	background: #f4f4f4 none repeat scroll 0 0;
	padding: 30px 30px 62px;
	border-radius:3px;
}

/* 18. service-details-area */
.service-details-area{}
.service-widget{}
.service-link{}
.service-link li {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px dashed #cecece;
	border-radius: 3px;

	font-size: 16px;
	margin-bottom: 4px;
	padding: 10px 5px 15px 20px;
	position:relative;
	transition:.3s;
}
.service-link li a{color: #666666;transition:.3s;}
.service-link li:hover a{color:#fff;;}
.service-link li:last-child{margin-bottom:0;}
.service-link li:hover{background:#a8d128;}
.service-link li::before {
	border: 1px dashed #fff;
	bottom: 5px;
	content: "";
	left: 5px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 5px;
	top: 5px;
	transition: all 0.3s ease 0s;
}
.service-link li:hover::before{opacity:1;}
.service-link li:last-child{margin-bottom:0;}
.service-details-wrapper{}
.service-img{}
.services-img.mb-30 > img {
	width: 100%;
}
.service-img img{width:100%}
.service-details-wrapper > p {
	color: #222222;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 0;
	text-align: center;
}
/* service-img-area */
.service-img-area{}
.service-details-img{position:relative}
.service-details-img > img {
	width: 100%;
}
.service-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.service-icon a {
	border: 7px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 70px;
	line-height: 56px;
	padding-left: 4px;
	transition: all 0.3s ease 0s;
	width: 70px;
}
.service-icon a:hover {
    transform: scale(1.1);
}
.servic-img-active .owl-dots {
	bottom: -44px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 99;
}
.servic-img-active .owl-dot {
	background: #e2e2e2 none repeat scroll 0 0;
	border-radius: 100%;
	display: inline-block;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}
.servic-img-active .owl-dot.active {
	background: #a8d128;
	position: relative;
}
.lawn-content > h4 {
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.lawn-content > p {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 23px;
}
.lawn-content > p:last-child{margin-bottom:0;}
/* project-started-area */
.project-started-area{}
.project-started-wrapper{}
.project-started{
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
.project-started-text{}
.project-started-text h4 {
	color: #a8d128;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 3px;
}
.project-started-text span {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
}
.text-project {
	margin-left: 56px;
}
/* project-short */
.project-short{}
.project-short-wrapper{}
.project-short-wrapper h4 {
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.project-short-wrapper p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 27px;
}
.project-short-wrapper p:last-child{margin-bottom:0}
.project2-wrapper {
	background: #f6fbeb none repeat scroll 0 0;
	border: 1px dashed #cfcfcf;
	padding: 48px 27px 56px;
}
.project2-content{}
.project2-content p {
	color: #666666;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	font-style: italic;
}
.project2-content img {
	margin: 27px auto auto;
}
.project2-info {
	margin-top: 11px;
}
.project2-info h4 {
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}
.project2-info span {
	color: #666666;
	font-size: 14px;
	font-style: italic;
}
.project1-active .owl-dots {
	bottom: 25px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 99;
}
.project1-active .owl-dot {
	background: #e2e2e2 none repeat scroll 0 0;
	border-radius: 100%;
	display: inline-block;
	height: 9px;
	margin: 0 4px;
	width: 9px;
}
.project1-active .owl-dot.active {
	background: #a8d128;
	position: relative;
}
.project1-active.owl-carousel .owl-item img {
	display: block;
	width: inherit;
}

/* 19. projects-area */
.projects-wrapper{}
.projects img{}
.projects-single{}
.projects-content{}
.projects-content h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	color: #222222;
}
.projects-img > img {
	width: 100%;
}
.projects-content p {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 21px;
}
.projects-content span {
	color: #666666;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 7px;
}
.projects-content ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.projects-content ul li {
	color: #666666;
	display: flex;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 50%;
}
.projects-content ul li::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	margin-right: 12px;
}
.projects-content ul li:last-child{padding-bottom:0;}
.projects-content ul li i {
	color: #a8d128;
	font-size: 18px;
	margin-right: 20px;
	width: 16px;
	margin-top: 4px;
}

.creator,
.owner{
	padding-left:15px
}
.owner{
	line-height:48px;
	text-align:right;
	padding-right:15px
}
.creator a{
	font-size:13px
}

@media (min-width:993px) and (max-width:1200px){
	.header-content i.fas.fa-phone-alt,
	.header-content i.fas.fa-map-marker-alt{
		margin-right:8px
	}
	.welcome-area .container h1{
		font-size:34px
	}
	.welcome-area .block h2{
		font-size:30px
	}
	.counter-container .counter-content h2{
		line-height:40px;
		margin-bottom:5px
	}
}
@media (min-width:769px) and (max-width:992.98px){
	.welcome-area .container h1{
		font-size:26px
	}
	.welcome-area .block h2{
		font-size:20px
	}
	.counter-container .counter-content h2{
		line-height:40px;
		margin-bottom:5px
	}
}
@media (min-width:577px) and (max-width:768.98px){
	.welcome-area .container h1{
		font-size:26px
	}
	.welcome-area .block h2{
		font-size:20px
	}
	.counter-container .counter-content h2{
		font-size:30px;
		line-height:40px
	}
}
@media (min-width:320px) and (max-width:576.98px){
	.header-area{
padding-bottom: 0;
padding-top: 50px;
	}
	.welcome-area .container h1{
		font-size:24px
	}
	.welcome-area .block h2{
		font-size:18px
	}
	.counter-container .counter-content h2{
		font-size:30px;
		line-height:40px
	}
}