/*========================================================================

	Template Name: Uikation - Multipurpose Bootstrap 5 HTML5 Website Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About Us
	05. Our future
	06. Our services
	07. Our testimonial
	08. Our Work
	09. Counter area
	10. Blog
	11. Subscribe
	12. Footer
	13. Inner heading
	14. Our team
	15. Contact us
	16. Faq
	
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #007bff;
	color: #fff;
}
::-moz-selection {
 background-color: #007bff;
 color: #fff;
}
img {
	max-width: 100%;
}
.gray-bg {
	background-color: #f5f5f5;
}
body {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #6C6D74;
	letter-spacing: 0.5px;
}
p {
	line-height: 22px;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333;
	padding: 0px;
	line-height: 1.4;
	font-family: 'Montserrat', 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: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
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: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	background-color: #7dc146;
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #66aa2f;
}
/* -- 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 h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	color: #272727;
}
.section-title h3 span {
	position: relative;
}
.section-title h3 span:after {
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #7dc146;
	content: "";
	left: -55px;
	top: -5px;
}
.section-title h3 span:before {
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #7dc146;
	content: "";
	right: -55px;
	bottom: -5px;
}
/* -- Buttons */
.btn-style-1 {
	background-color: #7dc146;
	position: relative;
	display: inline-block;
	padding: 14px 20px;
	color: #fff;
	border: 0px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-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-style-1:hover {
	background-color: #272727;
	color: #fff;
}
.btn-style-2 {
	background-color: #272727;
	position: relative;
	display: inline-block;
	padding: 14px 20px;
	border: 0px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-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-style-2:hover {
	background-color: #7dc146;
	color: #fff;
}
.btn-style-3 {
	color: #fff;
	font-size: 12px;
	background-color: #7dc146;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding: 8px 14px;
	border-radius: 4px;
	border: 0px;
	transition: color 0.20s linear;
	display: inline-block;
	z-index: 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;
}
.btn-style-3:hover {
	text-decoration: none;
	background-color: #272727;
	color: #fff;
}
/* ===================================
	02. Header
=================================== */
.header-top-contact {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
.header .header-upper-bar {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}
.inner-container {
	background-color: #1b56b0;
	padding: 10px 20px;
	border-radius: 0 0 4px 4px;
}
.header-top-contact ul li {
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.2);
	color: #ccc;
	padding: 0px 12px 0px 0px;
	line-height: 14px;
}
.header-top-contact ul li:last-child {
	border-right: 0px;
	padding: 0px 0px 0px 0px;
}
.header-top-contact ul li {
	color: #272727;
}
.header-top-contact ul li a {
	color: #272727;
}
.header-top-contact ul li i {
	background-color: #272727;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 100px;
}
.contact-support-btn {
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	width: auto !important;
	height: auto !important;
	font-family: 'Montserrat', sans-serif;
	background-color: #7dc146 !important;
	border-radius: 4px !important;
	padding: 6px 15px !important;
	text-transform: uppercase !important;
}
.contact-support-btn:hover {
	color: #fff !important;
}
.header-social-icons a {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	margin: 0 4px 0 0px;
	font-size: 12px;
	background-color: #fff;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: 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;
}
.header-social-icons a:last-child {
	margin-right: 0px;
}
.header-social-icons a:hover {
	color: #fff;
	background-color: #7dc146;
}
.header {
	background: #fff;
	position: relative;
	z-index: 9;
	box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0);
}
.header-navigation {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 0;
}
.header-navigation:after {
	position: absolute;
	content: "";
	width: 40%;
	left: -60px;
	top: 0px;
	background-color: #7dc146;
	height: 100%;
	z-index: -1;
}
.header-navigation .navbar-toggler span {
	background: #2D2E33;
}
.header-navigation .navbar-brand {
	position: relative;
}
.header-navigation .navbar-nav > li {
	margin: 0px 16px;
	position: relative;
}
.header-navigation .navbar-nav > li:last-child {
	margin-right: 0px;
}
.header-navigation .navbar-nav > li .nav-link {
	padding: 30px 0px;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-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-navigation .navbar-nav > li .nav-link:hover {
	color: #7dc146;
}
.header-navigation .navbar-nav > li.active .nav-link, .header-navigation .navbar-nav > li:hover a {
	color: #7dc146;
}
.header-navigation .navbar-nav > li .dropdown-menu {
	margin: 0px;
	padding: 10px 0px;
	background-color: #272727;
	border: 0px;
	border-radius: 4px;
}
.header-navigation .navbar-nav > li .dropdown-menu:after {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #272727;
	top: -4px;
	left: 15px;
	content: "";
	transform: rotate(45deg);
}
.header-navigation .navbar-nav > li .dropdown-menu .dropdown-item {
	border-left: 2px solid #272727;
	background-color: transparent;
	text-transform: uppercase;
	color: #c1c1c1;
	-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-navigation .navbar-nav > li .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header-navigation .navbar-nav > li .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background-color: #3e3e3e;
	border-left: 2px solid #7dc146;
}
.header-navigation .navbar-nav > li .dropdown-menu a {
	padding: 8px 13px;
	font-size: 12px;
	line-height: 20px;
}
.header-navigation .navbar-nav .nav-link.nav-link-btn {
	padding: 10px 25px;
}
.header-navigation .navbar-nav .nav-link.nav-link-btn:not(:hover) {
	color: #fff;
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #fff;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.sticky {
	position: fixed;
	top: 0px;
}
.is-sticky .header-navigation {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 9999 !important;
	background-color: #fff;
}
@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-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	z-index: 0;
}
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-caption .slider-caption-box {
	padding: 30px;
	position: relative;
	z-index: 0;
	border: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(125, 193, 70, 0.5);
	text-align: center;
}
.slider .carousel-caption h2 {
	font-size: 34px;
	color: #fff;
	font-weight: 800;
	line-height: 32px;
	text-transform: uppercase;
}
.slider .carousel-caption p {
	font-size: 15px;
	font-style: italic;
	line-height: 26px;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	line-height: 50px;
	background-color: #212529;
	border: 2px solid rgba(255,255,255,0.6);
	font-size: 18px;
}
.slider .carousel-control-next {
	width: 50px;
	bottom: auto;
	top: 50%;
	height: 50px;
	right: 60px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 60px;
	width: 50px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	height: 50px;
	transform: translateY(-50%);
}
/* ===================================
	04. About Us
=================================== */
.about-img {
	position: relative;
}
.about-img img {
	border-radius: 8px;
}
.about-us-info i {
	color: #7dc146;
	font-size: 30px;
	margin-bottom: 8px;
}
.about-us-info h6 {
	line-height: 2;
	color: #333;
	font-size: 20px;
	font-weight: 300;
	line-height: 34px;
}
.about-us-info p {
	line-height: 24px;
	font-size: 13px;
	font-weight: 300;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
}
.video-btn {
	background-color: #7dc146;
	color: #fff;
	padding: 10px 20px;
	margin-top: 15px;
	border-radius: 4px;
}
.video-btn:hover {
	color: #fff;
	background-color: #272727;
}
.video-btn i {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
}
/* ===================================
	05. Our future
=================================== */
.future-item {
	transition: 0.3s;
	padding: 80px 40px 80px 40px;
	background: #FFF;
}
.future-item-color-1 {
	background-color: #272727;
}
.future-item-color-2 {
	background-color: #353535;
}
.future-item-color-3 {
	background-color: #404040;
}
.future-item-color-4 {
	background-color: #4a4a4a;
}
.service-info {
	margin-bottom: 40px;
}
.future-item p {
	line-height: 1.4;
	font-size: 14px;
}
.future-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.future-icon i {
	color: #fff;
	font-size: 40px;
	-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;
}
.future-item:hover .future-icon i {
	padding-left: 50px;
	font-size: 55px;
}
.future-item h5 {
	line-height: 36px;
	font-size: 24px;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-weight: 900;
	color: #7dc146;
	-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;
}
.future-item p {
	color: #fff;
	line-height: 24px;
}
.future-item:hover h5 {
	color: #FFF;
}
.future-item a {
	color: #fff;
	margin-top: 24px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
}
/* ===================================
	06. Our services
=================================== */
.service-item {
	border: 2px solid #e5e5e5;
	padding: 20px;
	border-radius: 4px;
	-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-item h3 {
	margin: 0px 0px 10px 0px;
}
.service-item h3 a {
	color: #000000;
	font-size: 22px;
	margin-bottom: 0;
	line-height: normal;
	display: block;
	font-weight: 500;
	text-decoration: none;
	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;
}
.service-item .service-img img {
	border-radius: 4px;
}
.service-item:hover {
	border: 2px solid #7dc146;
}
.service-item:hover h3 a {
	color: #7dc146;
}
/* service details */
.service-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.service-title-2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.service-details-content-inner ul li i {
	color: #7dc146;
}
/* sidebar */
.service-widget {
	background-color: #f5f5f5;
	padding: 15px;
}
.service-sidebar-link {
	background-color: #fff;
}
.service-sidebar-link li {
	border-bottom: 1px solid #f5f5f5;
}
.service-sidebar-link li:last-child {
	border-bottom: 0px;
}
.service-sidebar-link li a {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	padding: 18px;
	display: inline-block;
	border-right: 1px solid #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;
}
.service-sidebar-link li.active a {
	color: #7dc146;
	border-right: 1px solid #7dc146;
}
.service-sidebar-link li a:hover {
	color: #7dc146;
	border-right: 1px solid #7dc146;
}
.sidebar-title h3 {
	font-size: 18px;
}
.download-box a {
	background-color: #fff;
	width: 100%;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 15px;
	-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;
}
.download-box a:hover {
	background-color: #7dc146;
	color: #fff;
}
.sidebar-contact-box .inner-content {
	position: relative;
	display: block;
	background-image: url(../img/services/sidebar-contact.jpg);
	background-position: center top;
	background-size: cover;
	padding: 15px 20px 20px 20px;
	overflow: hidden;
	z-index: 0;
}
.sidebar-contact-box .inner-content:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: -1;
	left: 0px;
	top: 0px;
}
.sidebar-contact-box .inner-content .icon-holder {
	position: relative;
	display: block;
	color: #7dc146;
	font-size: 50px;
	padding-bottom: 2px;
}
.sidebar-contact-box .inner-content .icon-holder span:before {
	color: #e9212e;
	font-size: 65px;
	line-height: 65px;
}
.sidebar-contact-box .inner-content h3 {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 22px;
}
.sidebar-contact-box .inner-content .bottom-box {
	position: relative;
	display: block;
	border-top: 1px solid #404043;
	padding-top: 25px;
}
.sidebar-contact-box .inner-content .bottom-box h2 {
	line-height: 22px;
	margin-bottom: 6px;
}
.sidebar-contact-box .inner-content .bottom-box h2 a {
	color: #ffffff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 3px;
}
.sidebar-contact-box .inner-content a:hover {
	color: #7dc146 !important;
}
.sidebar-contact-box .inner-content .bottom-box span a, .sidebar-contact-box .inner-content .bottom-box span {
	color: #ffffff;
	text-decoration: none;
}
/* ===================================
	07. Our testimonial
=================================== */
.testimonial-section {
	background-color: #272727;
}
.testimonial-item {
	position: relative;
	text-align: center;
	border-radius: 6px;
	margin-top: 0px;
}
.testimonial-item .img {
	display: inline-block;
	margin: auto;
	width: 100px;
}
.testimonial-item .img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.testimonial-item h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.testimonial-item label {
	color: #fff;
	margin-bottom: 0px;
}
.testimonial-item p {
	color: #727272;
	font-style: italic;
	font-size: 16px;
	margin-top: 20px;
	line-height: 24px;
	position: relative;
}
.testimonial-item .rating-star i {
	color: #7dc146;
}
.testimonial-section .owl-nav {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	position: absolute;
}
.testimonial-carousel .owl-nav .owl-prev {
	float: left;
}
.testimonial-carousel .owl-nav .owl-next {
	float: right;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	text-align: center;
	border: 2px solid #272727 !important;
	border-radius: 100%;
	font-size: 25px !important;
	color: #fff !important;
	margin: 0 !important;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
	color: #7dc146 !important;
	background-color: transparent;
}
/* ===================================
	08. Our Work
=================================== */
.project-section {
	position: relative;
	z-index: 0;
}
.project-section:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.8);
	z-index: -1;
}
.project-bg {
	background-image: url(../img/bg/project-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.portfolio-box {
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 4px;
}
.portfolio-box h5 {
	padding-top: 4px;
}
.portfolio-box h5 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;
}
.portfolio-box h5 a:hover {
	color: #7dc146;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img .hoverlay {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	-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;
}
.portfolio-box:hover .hoverlay {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-box .hoverlay a {
	color: #7dc146;
	font-size: 14px;
	background-color: #fff;
	width: 40px;
	border-radius: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-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;
}
.portfolio-box .hoverlay a:hover {
	background-color: #7dc146;
	color: #fff;
}
.portfolio-box .portfolio-box-des {
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	background-color: transparent !important;
}
.portfolio-box .portfolio-box-des:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background-color: #7dc146;
	top: -20px;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
	-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;
}
.portfolio-box:hover .portfolio-box-des:before {
	width: 100%;
	height: 2px;
	top: -20px;
}
.filter1 {
	background-color: #fff;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 15px;
}
.filter1 li span {
	cursor: pointer;
	padding: 2px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-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;
}
.filter1 li span:hover {
	color: #fff;
	background-color: #7dc146;
}
.filter1 li span.active {
	color: #fff;
	background-color: #7dc146;
}
.portfolio-single-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.project-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.portfolio-single-carousel .owl-nav .owl-prev {
	float: left;
}
.portfolio-single-carousel .owl-nav .owl-next {
	float: right;
}
.portfolio-single-carousel .owl-nav .owl-prev, .portfolio-single-carousel .owl-nav .owl-next {
	background-color: #fff !important;
	border-radius: 100%;
	color: #333 !important;
	line-height: 30px;
	height: 30px;
	width: 30px;
	-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;
}
.portfolio-single-carousel .owl-nav .owl-prev:hover, .portfolio-single-carousel .owl-nav .owl-next:hover {
	background-color: #7dc146 !important;
	color: #fff !important;
}
.project-info {
	padding: 15px;
	background-color: #f5f5f5;
}
.project-info li {
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.project-info li h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #7dc146;
}
.project-details blockquote {
	background-color: #f5f5f5;
	padding: 20px;
}
.project-details blockquote p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
}
/* ===================================
	09. Counter area
=================================== */
.counter-section {
	background-color: #121212;
	position: relative;
	z-index: 0;
	background-image: url(../img/bg/counter-area-bg.jpg);
	background-size: cover;
	background-position: center;
}
.counter-section:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.7);
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
}
.single-counter-box {
	position: relative;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.1);
	padding: 40px 20px;
}
.single-counter-box .icon-wrap {
	display: table-cell;
	text-align: right;
	color: #7dc146;
	font-size: 40px;
	vertical-align: top;
	width: 40%;
}
.single-counter-box .icon-wrap i {
	margin-right: 25px;
}
.single-counter-box .text-wrap {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 60%;
}
.single-counter-box .text-wrap .counter-info-text span {
	color: #ffffff;
	font-weight: 600;
	font-size: 44px;
	line-height: 54px;
}
.single-counter-box .text-wrap h4 {
	color: #ffffff;
	font-size: 14px;
	white-space: nowrap;
}
/* ===================================
	10. Blog
=================================== */
.blog-item {
	border: 1px solid #e5e5e5;
	padding: 15px;
	border-radius: 4px;
	-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 .blog-item-img img {
	border-radius: 4px;
}
.blog-item .blog-item-des {
	border-radius: 4px;
	padding: 20px;
	background-color: #f5f5f5;
}
.blog-item .blog-item-des h6 {
	font-size: 12px;
	color: #7dc146;
}
.blog-item .blog-item-des h4 a {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.blog-item .blog-item-des .continue-reading {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	-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 .blog-item-des .continue-reading:hover {
	color: #7dc146;
}
.blog-item:hover {
	border: 1px solid #7dc146;
}
/* blog sidebar */
.blog-widget {
	background-color: #f5f5f5;
	padding: 15px;
}
.search_widget .input-group {
	display: block;
	position: relative;
}
.search_widget .input-group input {
	width: 100%;
	background-color: #7dc146;
	border-radius: 0px;
	height: 58px;
	border: 0px;
	font-size: 12px;
	color: #fff;
	padding: 0px 18px;
}
.search_widget .input-group .input-group-append {
	position: absolute;
	right: 16px;
	top: 51%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}
.search_widget .input-group .input-group-append button {
	border: none;
	padding: 0px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
}
.search_widget .input-group .input-group-append button:hover {
	background-color: transparent;
}
.categories_widget ul li {
	padding: 0px 0px 10px 0px;
}
.categories_widget ul li:last-child {
	padding: 0px 0px 0px 0px;
}
.categories_widget ul 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;
}
.categories_widget ul li a:hover {
	color: #7dc146;
}
.popular-post li {
	padding-left: 70px;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}
.popular-post li .img-holder {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	background: #f2f2f2;
	top: 0px;
	width: 70px;
	height: 70px;
}
.popular-post li .img-holder img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	max-width: 100px;
}
.popular-post li .title-holder {
	padding-left: 20px;
}
.popular-post li .title-holder a .post-title {
	color: #404040;
	font-size: 13px;
	line-height: 22px;
	position: relative;
	font-weight: 500;
	margin: 0 0 7px;
	transition: all 500ms ease;
}
.popular-post li .title-holder .post-date {
	color: #7dc146;
	display: block;
	transition: all 500ms ease;
	font-weight: 400;
	font-size: 11px;
}
.popular-tag li {
	display: inline-block;
	margin: 0 3px 10px;
}
.popular-tag li a {
	border: 1px solid #f4f4f4;
	color: #888888;
	display: block;
	background-color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 12px;
	-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;
}
.popular-tag li a:hover {
	background-color: #7dc146;
	color: #fff;
}
/* singal blog */
.single-post-details .blockquote {
	background-color: #7dc146;
	color: #fff;
	padding: 15px;
	border-left: 4px solid #272727;
}
.single-post-details .blockquote p {
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}
.tags ul li {
	color: #000;
	margin-right: 0px !important;
}
.tags ul li a {
	color: #333;
	padding: 6px 12px;
	border: 1px solid #fff;
	background-color: #ecebeb;
	-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;
}
.tags ul li a:hover {
	background-color: #7dc146;
	color: #fff;
}
.share {
	text-align: right;
}
.share ul li {
	color: #000;
}
.share ul li a {
	color: #333;
	padding: 0px 4px;
}
.share ul li a:hover {
	color: #7dc146;
}
/* comments box */
.comments-box {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 15px;
}
.single-post-title {
	font-size: 22px;
	font-weight: 600;
	color: #7dc146;
}
.comment-item {
	border-bottom: 1px solid #f5f5f5;
	width: 100%;
	display: inline-block;
	padding-bottom: 20px;
}
.comment-item:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.comment-item .comment-thumb {
	width: 10%;
	overflow: hidden;
	float: right;
}
.comment-item .comment-thumb img {
	border-radius: 6px;
}
.comment-item .comment-content {
	position: relative;
	width: 88%;
	float: left;
}
.comment-item .comment-content span {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 8px;
	display: block;
}
.comment-item ul li a {
	color: #333;
	text-decoration: none;
	-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;
}
.comment-item ul li a:hover {
	color: #7dc146;
}
/*  Leave a comments box  */
.leave-a-comments {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 15px;
}
.leave-a-comments form input {
	background-color: #f7fdf2;
	border: 1px solid #e9e9e9;
	height: 55px;
	font-size: 12px;
}
.leave-a-comments form textarea {
	background-color: #f7fdf2;
	border: 1px solid #e9e9e9;
	font-size: 12px;
}
/* ===================================
	11. Subscribe
=================================== */
.subscribe-bg {
	background-image: url(../img/bg/subscribe-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center top;
	z-index: 0;
}
.subscribe-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: rgba(0,0,0,0.6);
}
.subscribe-area .subscribe-title {
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
}
.subscribe-form {
	width: 100%;
}
.subscribe-form input {
	width: 74%;
	background-color: #fff;
	height: auto;
	padding: 17px;
	border: 0px;
	float: left;
}
.subscribe-form button {
	width: 24%;
	float: right;
	padding: 15px;
	background-color: #7dc146;
	color: #fff;
}
.subscribe-form button:hover {
	background-color: #66aa2f;
	color: #fff;
	text-decoration: none;
}
/* ===================================
	12. Footer
=================================== */
.footer-main {
	background-color: #111015;
}
/* footer title */
.footer-title h3 {
	color: #fff;
	font-size: 20px;
}
/* footer link */
.footer-link li {
	padding-bottom: 10px;
}
.footer-link li:last-child {
	padding-bottom: 0px;
}
.footer-link li a {
	color: #ccc;
	-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: #7dc146;
}
/* footer contact */
.footer-contact li {
	padding-bottom: 10px;
}
.footer-contact li:last-child {
	padding-bottom: 0px;
}
.footer-contact li a {
	color: #ccc;
	-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-contact li strong {
	color: #7dc146;
}
.footer-contact li a:hover {
	color: #7dc146;
}
/* footer copyright */
.footer-copyright {
	border-top: 1px solid #323232;
	padding: 15px 0px;
}
/* footer social */
.footer-social a {
	background-color: #171717;
	width: 35px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	color: #fff;
	border-radius: 4px;
	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 {
	background-color: #7dc146;
}
/* ===================================
	13. Inner heading
=================================== */
.inner-heading {
	position: relative;
	z-index: 0;
}
.inner-heading:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	background-color: rgba(0,0,0,0.6);
}
.inner-heading-bg {
	background-image: url(../img/bg/inner-heading-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-heading h1 {
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
	line-height: 34px;
}
.inner-heading .breadcrumb {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.inner-heading .breadcrumb a {
	color: #fff;
}
.inner-heading .breadcrumb a:hover {
	color: #7dc146;
}
.inner-heading .breadcrumb a i {
	padding-right: 2px;
}
.inner-heading .breadcrumb li.active {
	color: #7dc146;
}
/* ===================================
	14. Our team
=================================== */
.team-item {
	position: relative;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	overflow: hidden;
}
.team-item .team-img {
	margin: 15px;
	overflow: hidden;
}
.team-item .team-img img {
	-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-des {
	background-color: #272727;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding: 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-des h4 {
	color: #fff;
	font-size: 20px;
}
.team-item .team-des p {
	color: #fff;
}
.team-item .team-des .team-social {
	margin-top: 12px;
}
.team-item .team-des .team-social li {
	margin: 0px;
	padding: 0px;
}
.team-item .team-des .team-social li a {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #171717;
	display: inline-block;
	border-radius: 4px;
}
.team-item .team-des .team-social li a:hover {
	color: #7dc146;
}
.team-item:hover .team-des {
	background-color: #7dc146;
}
.team-item:hover .team-img img {
	transform: scale(1.2);
}
/* ===================================
	15. Contact us
=================================== */
.contact-info h2 {
	font-size: 25px;
	font-weight: 700;
}
.contact-info h2 span {
	font-size: 25px;
	font-weight: 300;
	width: 100%;
}
.contact-info-box h4 {
	font-size: 18px;
}
.contact-info-box a {
	color: #6C6D74;
	text-decoration: none;
}
.contact-info-box a:hover {
	color: #7dc146;
}
.contact-social {
	margin-top: 6px;
	margin-bottom: 0px;
}
.contact-social li {
	margin-right: 0px;
}
.contact-social li a {
	color: #7e7f77;
	text-decoration: none;
	border: 1px solid #7e7f77;
	border-radius: 100%;
	width: 35px;
	display: inline-block;
	height: 35px;
	text-align: center;
	line-height: 35px;
	-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;
}
.contact-social li a:hover {
	background-color: #7dc146;
	border: 1px solid #7dc146;
	color: #fff;
}
.contact-form input {
	background-color: #f7fdf2;
	border: 1px solid #e9e9e9;
	height: 55px;
	font-size: 12px;
}
.contact-form textarea {
	background-color: #f7fdf2;
	border: 1px solid #e9e9e9;
	font-size: 12px;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
.map-area iframe {
	width: 100%;
	height: 400px;
	border: 0px;
}
/* ===================================
	16. Faq
=================================== */
.search-box {
	display: block;
	position: relative;
}
.search-box input {
	width: 100%;
	background-color: #f7fdf2;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	height: 58px;
	font-size: 12px;
	color: #fff;
	padding: 0px 18px;
}
.search-box button {
	position: absolute;
	right: 0px;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	border: none;
	padding: 0px;
	color: #fff;
	width: 150px;
	background-color: #7dc146;
	font-size: 16px;
	border-radius: 0px 4px 4px 0px;
}
.search-box button:hover {
	color: #fff;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down {
	display: inline-block;
	color: #fff;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-down {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-right {
	display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
	display: none;
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #333 !important;
	padding: 10px 15px;
	background-color: #f7fdf2;
	border-radius: 4px !important;
	border: 1px solid #e9e9e9;
}
.faq-box .accordion-item {
	border: 0px;
	border-radius: 4px !important;
	margin-bottom: 10px;
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
}
.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 15px;
	border-radius: 4px !important;
	color: #959595;
	margin-top: 0px;
	background-color: #f7fdf2;
	border: 1px solid #ebebeb;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #fff !important;
	padding: 10px 15px;
	background-color: #7dc146;
	border: 1px solid #ebebeb;
	border-bottom: 0;
	position: relative;
	border-radius: 4px 4px 0px 0px !important;
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}

/*新增加的css*/
.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}