﻿/*------------------------------------------------------------------
Theme Name:     Construct - Responsive HTML5 Construction Template
Version:        1.0.0
Author:         sbtechnosoft
URL:            http://sbtechnosoft.com/constructo
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Fonts - Crimson and Heebo
2. Common CSS
3. Loader CSS
4. Header
5. Header Navigation
6. Header Slider
7. Features Wrapper
8. Home About Wrapper
9. CTA Section
10. Portfolio Section
11. Fun Facts
12. Our Team
13. Testimonials Section
14. Partners Section
15. Blog Section
16. Service Section
17. Page Heading Section
18. FAQ
19. Gallery
20. 404 Section
21. Contact Us
22. Footer
23. Responsive CSS

/*
================================================
1. Fonts - Crimson and Heebo
================================================
*/

@import url("d4797ef8ba2348fb97d9527a9749cb55.css");
/*
================================================
2. Common CSS
================================================
*/
html {
	font-size: 16px;
}
body {
	font-family: "Microsoft YaHei", sans-serif;
	background-color: #fff;
	font-size: 16px;
	font-size: 1rem;
	color: #797979;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

p {
	color: #797979;
	line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.bg-white {
	background: #fff !important;
}
input.form-control::-webkit-input-placeholder { 
	color:white;
}
/** Button Styles **/
.theme-btn.one {
	background: #68b83b;	
}
.theme-btn.one:hover {
	background:#68b83b;	
}
 .theme-btn.one:after {
	background:#333;	
}
.theme-btn {
	padding: 12px 20px;
	cursor: pointer;
	letter-spacing: 1.2px;
	background: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background:#333;	
}
.theme-btn:hover {
	color: #ffffff;
	font-weight: 500;
	border: none;
	background:#333;
}
.theme-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #68b83b;
	border: none;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}
.theme-btn:hover::after {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.theme-btn:focus {
	text-decoration: none;
}
.section-title {
	margin-bottom: 15px;
}
.section-title > span {
	font-family: "Crimson Text", serif;
	font-size: 25px;
	font-size: 1.5625rem;
	color: #68b83b;
}
.section-title h2 {
}
.section-title-s2 {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.section-title-s2 > span {
	font-family: "Crimson Text", serif;
	font-size: 25px;
	font-size: 1.5625rem;
	color: #68b83b;
	display: inline-block;
	margin-top: -0.28em;
	text-transform: capitalize;
	font-weight:600;	
}
.section-title-s2 h2 {
	font-size: 30px;
	margin: 0 0 0.29em;
	text-transform: capitalize;
}
.section-title-s2 p {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	color:#999;
	letter-spacing:5px;
	text-transform : uppercase
}
.section-title-s3 {
	margin-bottom: 48px;
}
.section-title-s3 h2 {
	margin: -0.1em 0 0.2em;
}
.section-title-s4 {
	text-align: left;
}
.section-title-s5{
	padding:80px 0 60px 0;
	text-align:center;
}
.section-title-s5 h2 {
	font-size: 30px;
	margin: 0 0 0.29em;
	text-transform: capitalize;
	color:#fff;
}
.section-title-s5 p {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	color:#fff;
	letter-spacing:5px;
	text-transform : uppercase
}
.page-wrapper {
	position: relative;
	overflow: hidden;
	background-color:#f2f2f2;
}
.wow {
	visibility: hidden;
}
.fi:before {
	margin: 0;
}
.section-padding {
	padding: 60px 0;
}
.section-padding30 {
	padding: 30px 0;
}
.pt0 {
	padding-top: 0;
}
.pt00{
	padding-left:0;
	padding-right:0;
}
.pt10{
	padding-left:5px;
	padding-right:5px;
}
@-webkit-keyframes rotating {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotating {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.rotating {
	-webkit-animation: rotating 5s alternate infinite;
	animation: rotating 5s alternate infinite;
}
/*** back to top **/
.back-to-top {
	background-color: rgba(253, 161, 43, 0.7);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 90px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.back-to-top:hover {
	background-color: #68b83b;
}
.back-to-top i {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*
================================================
3. Loader CSS
================================================
*/
.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
}
.preloader span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader .sb-cube-grid {
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}
.preloader .sb-cube-grid .sb-cube {
	width: 33%;
	height: 33%;
	background-color: #68b83b;
	float: left;
	-webkit-animation: sb-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sb-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.preloader .sb-cube-grid .sb-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.preloader .sb-cube-grid .sb-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.preloader .sb-cube-grid .sb-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.preloader .sb-cube-grid .sb-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.preloader .sb-cube-grid .sb-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.preloader .sb-cube-grid .sb-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.preloader .sb-cube-grid .sb-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.preloader .sb-cube-grid .sb-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.preloader .sb-cube-grid .sb-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
 @-webkit-keyframes sb-cubeGridScaleDelay {
 0%, 70%, 100% {
 -webkit-transform: scale3D(1, 1, 1);
 transform: scale3D(1, 1, 1);
}
 35% {
 -webkit-transform: scale3D(0, 0, 1);
 transform: scale3D(0, 0, 1);
}
}
 @keyframes sb-cubeGridScaleDelay {
 0%, 70%, 100% {
 -webkit-transform: scale3D(1, 1, 1);
 transform: scale3D(1, 1, 1);
}
 35% {
 -webkit-transform: scale3D(0, 0, 1);
 transform: scale3D(0, 0, 1);
}
}

/*--------------------------------------------------------------
4. Header
--------------------------------------------------------------*/
.site-header {
/* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}
.site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.site-header .navigation > .container {
	position: relative;
}
.site-header #navbar {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;/*** mega-menu style ***/
}
.site-header #navbar > ul li a:hover, .site-header #navbar > ul li a:focus {
	text-decoration: none;
	color: #68b83b !important;
}
.site-header #navbar > ul li.active a {
	color: #68b83b !important;	
	background:none;
}
.site-header #navbar > ul > .menu-item-has-children > a {
	position: relative;
}
.site-header #navbar > ul > .menu-item-has-children > a:before {
	font-family: "themify";
	/*content: "\e64b";*/
	font-size: 8px;
	font-size: 0.5rem;
	position: absolute;
	right: 5px;
	top: 41%;
}
@media screen and (min-width: 992px) {
.site-header #navbar {
/*** hover effect ***/
}
.site-header #navbar li {
	position: relative;
}
.site-header #navbar > ul > li > a {
	font-size: 15px;
	font-size: 0.9375rem;
	padding: 25px 18px;
}
.site-header #navbar > ul .sub-menu {
	background-color: #222328;
	width: 220px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.site-header #navbar > ul .sub-menu:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #222328 transparent;
	margin: 0 0 0 20px;
	padding-top: 1px;
	position: absolute;
	top: -11px;
}
.site-header #navbar > ul .sub-menu .sub-menu:before {
	display: none;
}
.site-header #navbar > ul > li .sub-menu li {
	border-bottom: 1px solid #35363a;
}
.site-header #navbar > ul > li .sub-menu li:last-child {
	border-bottom: 0;
}
.site-header #navbar > ul > li .sub-menu a {
	font-size: 13px;
	font-size: 0.8125rem;
	display: block;
	padding: 13px 20px;
	color: #c1c1c1;
	text-transform: capitalize;
}
.site-header #navbar > ul > li .sub-menu a:hover {
	padding-left: 25px;
}
.site-header #navbar > ul > li > .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
	position: relative;
}
.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
	font-family: "themify";
	content: "\e649";
	font-size: 11px;
	font-size: 0.6875rem;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.site-header #navbar > ul > li:hover > .sub-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.site-header #navbar .sub-menu > li:hover > .sub-menu {
	left: 100%;
	visibility: visible;
	opacity: 1;
}
}
@media (max-width: 991px) {
.site-header #navbar > ul > li a {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
}
.site-header #navbar > ul > li .sub-menu li {
	border-bottom: 1px solid #e6e6e6;
}
.site-header #navbar > ul .sub-menu > li:last-child {
	border-bottom: 0;
}
.site-header #navbar > ul > li > .sub-menu a {
	padding: 8px 15px 8px 45px;
}
.site-header #navbar > ul > li > .sub-menu .sub-menu a {
	padding: 8px 15px 8px 65px;
}
.site-header #navbar > ul .menu-item-has-children > a {
	position: relative;
}
.site-header #navbar > ul .menu-item-has-children > a:before {
	font-family: "themify";
	content: "\e61a";
	font-size: 11px;
	font-size: 0.6875rem;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
}
@media screen and (min-width: 992px) {
.site-header #navbar {
/*** hover effect ***/
}
.site-header #navbar .has-mega-menu {
	position: static;
}
.site-header #navbar .mega-menu, .site-header #navbar .half-mega-menu {
	background-color: #fff;
	padding: 20px;
	border-top: 2px solid #68b83b;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.site-header #navbar .mega-menu {
	width: 1140px;
	right: 15px;
}
.site-header #navbar .half-mega-menu {
	width: 585px;
}
.site-header #navbar .mega-menu-box-title {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #e6e6e6;
}
.site-header #navbar .mega-menu-list-holder li a {
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	padding: 7px 8px;
	margin-left: -8px;
}
.site-header #navbar .has-mega-menu:hover > ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
}
@media (max-width: 1199px) {
.site-header #navbar > ul .mega-menu {
	width: 950px;
	right: 15px;
}
.site-header #navbar > ul .half-mega-menu {
	width: 485px;
}
}

@media (max-width: 991px) {
.site-header #navbar > ul .mega-menu, .site-header #navbar > ul .half-mega-menu {
	width: auto;
}
.site-header #navbar > ul .mega-menu .row, .site-header #navbar > ul .half-mega-menu .row {
	margin: 0;
}
.site-header #navbar .mega-menu-content > .row > .col {
	margin-bottom: 25px;
}
}

@media (max-width: 991px) {
.site-header #navbar .mega-menu .mega-menu-list-holder a {
	padding: 5px 15px 5px 40px;
}
.site-header #navbar .mega-menu .mega-menu-box-title {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px dotted #b3b3b3;
	padding: 0 0 4px 5px;
	margin: 0 25px 8px 25px;
}
}

@media screen and (min-width: 992px) {
.site-header .navbar-header .open-btn {
	display: none;
}
.site-header #navbar .close-navbar {
	display: none;
}
}

@media (max-width: 991px) {
.site-header {
/* class for show hide navigation */
}
.site-header .container {
	width: 100%;
}
.site-header .navbar-header button {
	background-color: #68b83b;
	width: 40px;
	height: 35px;
	border: 0;
	padding: 5px 10px;
	outline: 0;
	position: absolute;
	right: 15px;
	top: 6px;
	z-index: 20;
}
.site-header .navbar-header button span {
	background-color: #fff;
	display: block;
	height: 2px;
	margin-bottom: 5px;
}
.site-header .navbar-header button span:last-child {
	margin: 0;
}
.site-header #navbar {
	background: #fff;
	display: block !important;
	width: 280px;
	height: 100% !important;
	margin: 0;
	padding: 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	position: fixed;
	right: -330px;
	top: 0;
	z-index: 100;
}
.site-header #navbar ul a {
	color: #000;
}
.site-header #navbar ul a:hover, .site-header #navbar ul li.current a {
	color: #68b83b;
}
.site-header #navbar .navbar-nav {
	height: 100%;
	overflow: auto;
}
.site-header #navbar .close-navbar {
	background-color: #fff;
	width: 40px;
	height: 40px;
	color: #000;
	border: 0;
	outline: none;
	position: absolute;
	left: -41px;
	top: 90px;
	z-index: 20;
}
.site-header #navbar .close-navbar .ti-close {
	position: relative;
	top: 1px;
}
.site-header #navbar > ul > li {
	border-bottom: 1px solid #f2f2f2;
}
.site-header #navbar > ul > li > a {
	padding: 10px 15px 10px 35px;
}
.site-header .slideInn {
	right: 0 !important;
}
}

@media (max-width: 991px) {
.site-header .navbar-collapse.collapse {
	display: none;
}
.site-header .navbar-collapse.collapse.in {
	display: block;
}
.site-header .navbar-header .collapse, .site-header .navbar-toggle {
	display: block;
}
.site-header .navbar-header {
	float: none;
}
.site-header .navbar-right {
	float: none;
}
.site-header .navbar-nav {
	float: none;
}
.site-header .navbar-nav > li {
	float: none;
}
}

@media (max-width: 991px) {
.page-wrapper {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.body-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
}
/*--------------------------------------------------------------
5. Header Navigation
--------------------------------------------------------------*/
.header-style-3 .navbar-brand img {
	max-width: 200px;
}

@media screen and (min-width: 992px) {
.header-style-3 {
	width: 100%;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
}
.header-style-3 .navigation {
	background-color: rgba(0, 0, 0, 0.1);
}
.header-style-3 .navbar-brand {
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-style-3 .navbar-brand img {
	max-width: 200px;
}
.header-style-3 #navbar {
	margin-right: -50px;
}
.header-style-3 #navbar > ul > li > a {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #fff;
}
}

@media screen and (min-width: 1200px) {
.header-style-3 #navbar {
	margin-right: 170px;
}
}

@media (max-width: 991px) {
.header-style-3 .navigation {
	background: #222328;
	padding: 20px 0;
}
.header-style-3 .navbar-brand {
	padding-top: 3px;
}
}
.header-style-3 .cart-contact {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.header-style-3 .cart-contact > div {
	float: left;
	position: relative;
}
.contact-btn img{
	margin-right:10px;
}
.contact-btn span{
	font-size:18px;
	color:#68b83b;
	line-height:70px;
}
.header-style-3 {
	position: relative;
}
.header-style-3 .navigation {
	background-color: #fff;
}
.header-style-3 .cart-contact .fi {
	color: #333;
}

@media screen and (min-width: 992px) {
.header-style-3 #navbar > ul > li > a, .header-style-3 .cart-contact .fi {
	color: #333;
	font-weight: 500;
}
}

.header-style-3 .topbar {
	border-bottom: 1px solid #f2f2f2;
	background: #182333;
	color: #fff;
}
.site-header .contact-info {
	position: relative;
	z-index: 1;
}
.site-header .contact-info:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 5000px;
	height: 100%;
	background-color: #68b83b;
	z-index: -1;
}

@media (max-width: 767px) {
.header-style-3 .contact-info {
	text-align: center;
}
}
.header-style-3 .contact-info ul {
	overflow: hidden;
	font-size: 15px;
	font-size: 0.9375rem;
}

@media (max-width: 767px) {
.header-style-3 .contact-info ul {
	display: inline-block;
	margin: 0 0 10px;
}
.site-header  .contact-info::after {
	width: 100%;
}
.header-style-3 .social {
	margin: 5px 0 0;
}
}
.header-style-3 .contact-info ul li {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 991px) {
.header-style-3 .contact-info ul li {
	font-size: 13px;
	font-size: 0.8125rem;
}
}

@media (max-width: 767px) {
.header-style-3 .contact-info ul li {
	float: none;
	border: 0;
	padding-top: 15px;
	padding-bottom: 5px;
}
}
.header-style-3 .contact-info ul > li + li {
	margin-left: 20px;
	padding-left: 20px;
}

@media (max-width: 991px) {
.header-style-3 .contact-info ul > li + li {
	margin-left: 15px;
	padding-left: 15px;
}
}

@media (max-width: 767px) {
.header-style-3 .contact-info ul > li + li {
	margin: 0;
	padding: 5px 0 0;
	border: 0;
}
}
.header-style-3 .contact-info li i {
	display: inline-block;
	padding-right: 5px;
	position: relative;
	top: 2px;
}

@media (max-width: 767px) {
.header-style-3 .social {
	text-align: center;
}
}
.header-style-3 .social-links {
	float: right;
	padding-top: 13px;
}

@media (max-width: 767px) {
.header-style-3 .social-links {
	float: none;
	display: inline-block;
	padding: 5px 0 20px;
}
}
.header-style-3 .social-links ul {
	overflow: hidden;
	position: relative;
	top: 2px;
}
.header-style-3 .social-links li {
	float: left;
}
.header-style-3 .social-links ul > li + li {
	margin-left: 15px;
}
.header-style-3 .social-links a {
	font-size: 14px;
	color: #fff;
}

@media (max-width: 991px) {
.header-style-3 .social-links a {
	font-size: 13px;
	font-size: 0.8125rem;
}
}
.header-style-3 .social-links a:hover {
	color: #68b83b;
}
/*--------------------------------------------------------------
 6.	Header Slider
--------------------------------------------------------------*/
.hero-slider {
	width: 100%;
	height: 845px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
.hero-slider {
	height: 600px;
}
}
.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}
.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}
.hero-slider .slide-inner:before {
	/*background: #000000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;*/
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
	background: rgba(255, 255, 255, 0.3);
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin-top: -30px;
	text-align: center;
	border-radius: 55px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
	background: #4a4d50;
}

@media (max-width: 991px) {
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
	display: none;
}
}
.hero-slider .swiper-button-prev {
	left: 25px;
}
.hero-slider .swiper-button-prev:before {
	font-family: "Flaticon";
	content: "\f106";
	font-size: 20px;
	color: #fff;
}
.hero-slider .swiper-button-next {
	right: 25px;
}
.hero-slider .swiper-button-next:before {
	font-family: "Flaticon";
	content: "\f103";
	font-size: 20px;
	color: #fff;
}
.hero-slider .swiper-pagination-bullet {
	font-size: 15px;
	color: #d9d9d9;
	margin: 0 5px;
	opacity: 1;
	background: transparent;
	position: relative;
}
.hero-slider .swiper-pagination-bullet:before {
	content: "";
	background: #fff;
	width: 1px;
	height: 15px;
	position: absolute;
	left: 3px;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-slider .swiper-pagination-bullet-active {
	color: #fff;
}
.hero-slider .swiper-pagination-bullet-active:before {
	opacity: 1;
	top: -20px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
	bottom: 120px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 13px;
}
.hero-style-3 .slide-subtitle h4 {
	font-family: "Crimson Text", serif;
	font-size: 28px;
	font-size: 1.75rem;
	color: #fff;
	margin: 0;
}

@media (max-width: 991px) {
.hero-style-3 .slide-subtitle h4 {
	font-size: 22px;
	font-size: 1.375rem;
}
}
.hero-style-3 .slide-title {
	max-width: 800px;
}
.hero-style-3 .slide-title h2 {
	font-size: 72px;
	font-size: 4.5rem;
	font-weight: bold;
	color: #68b83b;
	margin: 0.2em 0 0.38em;
}

@media (max-width: 991px) {
.hero-style-3 .slide-title h2 {
	font-size: 55px;
	font-size: 3.4375rem;
}
}

@media (max-width: 767px) {
.hero-style-3 .slide-title h2 {
	font-size: 35px;
	font-size: 2.1875rem;
}
}
.hero-style-3 .slide-text {
	max-width: 550px;
}
.hero-style-3 .slide-text p {
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	margin: 0 0 2em;
}

@media (max-width: 991px) {
.hero-style-3 .slide-text p {
	font-size: 18px;
	font-size: 1.125rem;
}
}

@media (max-width: 767px) {
.hero-style-3 .slide-text p {
	font-size: 16px;
	font-size: 1rem;
}
}
.hero-style-3 .slide-btns > a:first-child {
	margin-right: 15px;
}

@media screen and (min-width: 992px) {
.hero-style-3 .container {
	margin-top: -100px;
}
}
.hero-style-3 {
	height: 600px;
}

@media (max-width: 991px) {
.hero-style-3 {
	height: 310px;
}
}

@media (max-width: 767px) {
.hero-style-3 {
	height: 240px;
}
}

@media screen and (min-width: 992px) {
.hero-style-3 .container {
	margin-top: 0;
}
}
.hero-style-3 .container {
	text-align: center;
}
.hero-style-3 .slide-title, .hero-style-3 .slide-text {
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
7.	Features Wrapper
--------------------------------------------------------------*/
.features-wrapper {
	float: left;
	width: 100%;
	position: relative;
	top: -80px;
}

@media (max-width: 767px) {
.features-wrapper {
	top: 0px;
	margin-bottom:50px;
}
}
.box-shadow2 {
	-webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
	-moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.10);
	border-radius: 5px;
	padding:30px 50px;
}
.featured-icon-box {
    padding: 20px 20px;
	position: relative;
}
.featured-icon-box .featured-icon:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f5f5f5;
	content: '';
	z-index: -1;
	-ms-transform: scale(0);
	/* IE 9 */
	-webkit-transform: scale(0);
	/* Chrome, Safari, Opera */
	transform: scale(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.featured-icon-box .featured-icon {
	height: 72px;
	width: 72px;
	line-height: 72px;
	color: #fff;
	margin: 0 auto;
	font-size: 25px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 0;	
}
.featured-box .featured-icon-box:hover .featured-icon {
	color: #68b83b;
}
.featured-box .featured-icon-box:hover .featured-icon:after {
	visibility: visible;
	opacity: 1;
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Chrome, Safari, Opera */
	transform: scale(1);
}
.featured-icon-box .featured-content {
	padding-top: 14px;
}
.featured-title h5 {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 6px;
	margin-top:5px;
	font-weight: 600;
	color:#5ea735;
}
.featured-desc p{
	font-size:14px;
	color:#333;
	text-align:left;
	line-height:24px;
	margin-bottom:0;
}
.featured-icon-box .featured-content a {
	color: #68b83b;
}
.featured-icon-box .featured-content a i {
	margin-left: 5px;
	font-size: 10px;
}
/*--------------------------------------------------------------
7.	Home About Wrapper
--------------------------------------------------------------*/
@media (min-width: 1200px) {
.about-section .section-title {
	padding-top: 75px;
}
}
.about-section .about-text p {
	margin-bottom: 3em;
}
.about-section .about-pic-area {
	text-align: right;
	position: relative;
}

@media (max-width: 991px) {
.about-section .about-pic-area {
	text-align: left;
	max-width: 500px;
	margin-top: 80px;
}
}

@media (max-width: 767px) {
.about-section .about-pic-area {
	margin-top: 70px;
}
}
.about-section .about-pic-area:before {
	content: "";
	background: url("../images/dot.png") center center repeat;
	width: 480px;
	height: 480px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.about-section .about-pic-area img {
	position: relative;
	margin-right: 90px;
	margin-top: 40px;
}

@media (max-width: 1199px) {
.about-section .about-pic-area img {
	margin-right: 0;
}
}
.about-section .about-pic-area .box {
	background: #fff;
	width: 143px;
	height: 143px;
	text-align: center;
	padding-top: 20px;
	position: absolute;
	left: -60px;
	top: 45%;
	z-index: 1;
	-webkit-box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199px) {
.about-section .about-pic-area .box {
	left: 0;
}
}

@media (max-width: 991px) {
.about-section .about-pic-area .box {
	left: 30%;
}
}
.about-section .about-pic-area .box a {
	font-size: 16px;
	font-size: 1rem;
	color: #333;
}
.about-section .about-pic-area .box a:hover,
.about-section .about-pic-area .box a:focus {
	text-decoration:none;
}
.about-section .about-pic-area a span {
	display: block;
}
.about-section .about-pic-area .fi:before {
	font-size: 55px;
	font-size: 3.4375rem;
	color: #68b83b;
}
.about-section blockquote {
	font-family: "Crimson Text", serif;
	font-size: 24px;
	font-size: 1.5rem;
	color: #333;
	padding: 0;
	border: 0;
	position: relative;
	top: -15px;
}

@media (max-width: 767px) {
.about-section blockquote {
	font-size: 20px;
	font-size: 1.25rem;
}
}
.about-section .quoter h5 {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 0.5em;
}
.about-section .quoter h5 + span {
	font-size: 14px;
	font-size: 0.875rem;
}
/*--------------------------------------------------------------
9. CTA Section
--------------------------------------------------------------*/
.cta-section .mid-text, .cta-section-s2 .mid-text {
	color: #fff;
	display: inline-block;
	margin: 0 25px;
}
.cta-section::before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	content: "";
	background: url(../images/ruler.png) repeat-x;
	top: -15px;
	margin: auto;
}
.cta-section {
	background: #68b83b;
	position: relative;
	text-align: center;
}
.cta-section::after {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	content: "";
	background: url(../images/ruler.png) repeat-x;
	bottom: -15px;
	margin: auto;
}
.cta-section .theme-btn::after {
	background: #182333;
}
.cta-section .theme-btn:hover::after {
	border: 1px solid #182333;
}
.cta-section .theme-btn:hover {
	border: 1px solid #182333;
}
.cta-section h2, .cta-section-s2 h2 {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0.29em;
}

@media (max-width: 991px) {
.cta-section h2, .cta-section-s2 h2 {
	font-size: 35px;
	font-size: 2.1875rem;
}
}

@media (max-width: 767px) {
.cta-section h2, .cta-section-s2 h2 {
	font-size: 30px;
	font-size: 1.875rem;
}
}
.cta-section p {
	font-family: "Crimson Text", serif;
	font-size: 26px;
	font-size: 1.625rem;
	color: #f3efef;
	margin: 0 0 1.5em;
}

@media (max-width: 991px) {
.cta-section p, .cta-section-s2 p {
	font-size: 22px;
	font-size: 1.375rem;
}
}

@media (max-width: 767px) {
.cta-section p, .cta-section-s2 p {
	font-size: 20px;
	font-size: 1.25rem;
}
}
.cta-section span, .cta-section-s2 span {
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff;
	display: inline-block;
}

@media (max-width: 991px) {
.cta-section span, .cta-section-s2 span {
	font-size: 20px;
	font-size: 1.25rem;
}
}

@media (max-width: 767px) {
.cta-section span, .cta-section-s2 span {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 15px;
}
}
/*--------------------------------------------------------------
10.	Portfolio Section
--------------------------------------------------------------*/
.portfolio-section{
	background:url("../images/ke_bg.jpg") no-repeat;
	height:686px;
}
.portfolio-section .grid .details {
	padding: 25px 28px;
	border: 1px solid #eee;
	border-bottom: 5px double #eee;
}
.portfolio-section .details h3 {
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
.portfolio-section .details h3 {
	font-size: 16px;
	font-size: 1rem;
}
}
.portfolio-section .details h3 a {
	color: #68b83b;
}
.portfolio-section .details h3 a:hover {
	color: #333;
}
.portfolio-section .details p {
	font-size: 14px;
	font-weight: 300;
	color: #949292;
	margin: 0;
}

@media (max-width: 1199px) {
.portfolio-section .details p {
	font-size: 13px;
}
}
.portfolio-section .grid .img-holder {
	overflow: hidden;
	position: relative;
}
.portfolio-section .grid img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.portfolio-section .grid .service-image-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(96, 173, 53, .66);*/
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.portfolio-section .grid .img-holder:hover .service-image-overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-section .grid .img-holder:hover .service-image-overlay:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.portfolio-section .grid:hover img, .portfolio-section-s2 .grid:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

@media screen and (min-width: 992px) {
.portfolio-section .owl-controls, .portfolio-section-s2 .owl-controls {
	width: 100%;
	height: 60px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
}

@media (max-width: 991px) {
.portfolio-section .owl-controls, .portfolio-section-s2 .owl-controls {
	margin: 25px 0 20px 0;
}
}
.portfolio-section .owl-controls .owl-dots, .portfolio-section-s2 .owl-controls .owl-dots {
	display: none !important;
}
.portfolio-section .owl-theme .owl-controls .owl-nav [class*=owl-], .portfolio-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 55px;
	height: 55px;
	line-height: 55px;
	padding: 0;
	border-radius: 50%;
	color: #423f3f;
	margin: 5px;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 12.96px 3.04px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 3px 12.96px 3.04px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.portfolio-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .portfolio-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #68b83b;
	color: #fff;
}

@media screen and (min-width: 992px) {
.portfolio-section .owl-theme .owl-controls .owl-nav [class*=owl-], .portfolio-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 0;
}
}

@media (max-width: 991px) {
.portfolio-section .owl-theme .owl-controls .owl-nav [class*=owl-], .portfolio-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 0;
}
}

@media screen and (min-width: 992px) {
.portfolio-section .owl-theme .owl-controls .owl-nav .owl-prev, .portfolio-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
	left: -32px;
}
}

@media screen and (min-width: 992px) {
.portfolio-section .owl-theme .owl-controls .owl-nav .owl-next, .portfolio-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
	right: -32px;
}
}

@media screen and (min-width: 992px) {
.portfolio-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
	left: 20px;
}
}

@media screen and (min-width: 992px) {
.portfolio-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
	right: 20px;
}
}
/*--------------------------------------------------------------
 11. Fun Facts
--------------------------------------------------------------*/
.fun-fact-section::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000000;
	opacity: 0.75;
	z-index: -1;
}
.fun-fact-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	background-image: url("../images/funfact-bg.jpg");
	text-align: center;
	padding: 110px 0;
}

@media (max-width: 767px) {
.fun-fact-section {
	padding-bottom: 30px;
}
}
.fun-fact-section h2 {
	font-size: 35px;
	font-weight: 300;
	margin: 0 0 35px;
	color: #fff;
}

@media (max-width: 991px) {
.fun-fact-section h2 {
	font-size: 30px;
	font-size: 1.875rem;
}
}

@media (max-width: 767px) {
.fun-fact-section h2 {
	font-size: 25px;
	font-size: 1.5625rem;
}
}
.fun-fact-section .fun-fact-grids .grid {
	width: 25%;
	float: left;
}

@media (max-width: 767px) {
.fun-fact-section .fun-fact-grids .grid {
	width: 50%;
	margin-bottom: 50px;
}
}
.fun-fact-section .grid h3 {
	font-size: 48px;
	font-size: 3rem;
	font-weight: 300;
	color: #68b83b;
	margin: 0 0 0.2em;
}

@media (max-width: 991px) {
.fun-fact-section .grid h3 {
	font-size: 40px;
	font-size: 2.5rem;
}
}

@media (max-width: 767px) {
.fun-fact-section .grid h3 {
	font-size: 30px;
	font-size: 1.875rem;
}
}
.fun-fact-section .grid h3 + p {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
	margin: 0;
}

@media (max-width: 991px) {
.fun-fact-section .grid h3 + p {
	font-size: 15px;
	font-size: 0.9375rem;
}
}
/*--------------------------------------------------------------
12.	Our Team
--------------------------------------------------------------*/
.team-section {
	padding: 110px 0;
}
.team-section .grid .inner {
	position: relative;
}
.team-section .grid .details {
	background: rgba(255, 255, 255, 1);
	width: 94%;
	padding: 35px;
	left: 3%;
	bottom: 80px;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0px 4px 8px 0px rgba(209, 210, 226, 0.3);
	position: relative;
	text-align: center;
	margin: 0 0 -50px;
}
.team-section .grid:hover .details, .team-section-s2 .grid:hover .details {
	bottom: 100px;
	opacity: 1;
}
.team-section .social ul, .team-section-s2 .social ul {
	overflow: hidden;
}
.team-section .social ul li {
	display: inline-block;
}
.team-section .social ul > li + li {
	margin-left: 12px;
}
.team-section .social ul a {
	font-size: 14px;
	font-size: 0.875rem;
	color: #b3b3b3;
}
.team-section .social ul a:hover {
	color: #68b83b;
}
.team-section .details h4 {
	font-size: 22px;
	margin: 0 0 8px;
	color: #182333;
}
.team-section .details span {
	font-size: 16px;
	color: #68b83b;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.team-section .social {
	margin: 15px 0 0;
}
.team-section .owl-controls {
	/*margin-top: 30px;*/
}

@media (max-width: 991px) {
.team-section .owl-controls, .team-section-s2 .owl-controls {
	margin-top: 45px;
}
}
.team-section .owl-theme .owl-controls .owl-nav [class*=owl-], .team-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 50px;
	height: 50px;
	line-height: 47px;
	padding: 0;
	border-radius: 0;
	color: #c5c5c5;
	margin: 5px;
	background: #ffffff;
	border: 2px solid #e2e2e2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.team-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .team-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #68b83b;
	border-color: #68b83b;
	color: #fff;
}

@media (max-width: 991px) {
.team-section .owl-theme .owl-controls .owl-nav [class*=owl-], .team-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 0;
}
}
.team-section .owl-theme .owl-controls .owl-nav .owl-prev, .team-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
	border-left: 0;
}

@media screen and (min-width: 992px) {
.team-section .owl-theme .owl-controls .owl-nav .owl-prev, .team-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
	left: 15px;
}
}
.team-section .owl-theme .owl-controls .owl-nav .owl-next, .team-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
	border-right: 0;
}

@media screen and (min-width: 992px) {
.team-section .owl-theme .owl-controls .owl-nav .owl-next, .team-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
	right: 15px;
}
}
.team-section-s2 .grid .details {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 35px;
	position: relative;
	overflow: hidden;
	opacity: 1;
	bottom: 0;
	visibility: visible;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #ece9e9;
}
.team-section-s2 .grid:hover .details {
	background: #68b83b;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	border-color: #68b83b;
}
.team-section-s2 .grid:hover .details .social ul a, .team-section-s2 .grid:hover .details h4, .team-section-s2 .grid:hover .details h4 + span {
	color: #fff;
}
/*--------------------------------------------------------------
 13. Testimonials Section
--------------------------------------------------------------*/
.testimonial-section {
	position: relative;
	padding: 90px 0px 90px;
	background: url("../images/pattren.png") center center repeat;
	margin:15px 0 0;
}
.section-padding.testimonial-section {
	margin:0;
}
.testimonial-section .section-title {
	margin-bottom: 15px;
}

/* Testimonial Block */
.testimonial-section.bg-white .testimonials-item {
	background: #f8f8f8;
}
.testimonial-section .testimonials-item {
	background-color: #fff;
	padding: 45px 35px;
	text-align: left;
	margin-bottom: .5rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.testimonial-section .testimonials-item h2 {
	font-size: 16px;
	font-size: 1rem;
	display: inline-block;
	font-weight: 500;
}
.testimonial-section .testimonials-item .testimonials-stars {
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 25px;
}
.testimonial-section .testimonials-item .testimonials-stars .icon {
	font-size: 17px;
	font-size: 1.0625rem;
	color: #68b83b;
	margin: 0 .5px;
}
.testimonial-section .testimonials-item p {
	font-size: 15px;
	font-size: .9375rem;
	color: #a6a6a6;
	font-family: Poppins,sans-serif;
	letter-spacing: normal;
	padding: 0;
	text-transform: none;
}
.testimonial-section .testimonials-item img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin: 0;
	vertical-align: middle;
	margin-top: -25px;
	margin-right: 15px;
	display: inline-block;
}
.testimonial-section .testimonials-item h3 {
	font-size: 14.5px;
	font-size: .90625rem;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 25px;
	display: inline-block;
}
.testimonial-section .testimonials-item h3 span {
	font-family: Poppins,sans-serif;
	font-size: 13px;
	font-size: .8125rem;
	color: #68b83b;
}
.testimonial-section .owl-nav {
	display:none;
}
/*--------------------------------------------------------------
 14. Partners Section
--------------------------------------------------------------*/
.partners-section::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000000;
	opacity: 0.75;
	z-index: -1;
}
.partners-section {
	background-size: cover;
	position: relative;
	z-index: 1;
	background: url(../images/funfact-bg.jpg) center center no-repeat;
	text-align: center;
	padding: 110px 0;
}
.partners-section .grid {
	text-align: center;
}
.partners-section .grid img {
	width: auto;
	margin: 0 auto;
	display: inline-block;
}
/*--------------------------------------------------------------
 15. Blog Section
--------------------------------------------------------------*/
.blog-section {
	padding-bottom: 90px;
}

@media (max-width: 991px) {
.blog-section {
	padding-bottom: 60px;
}
}

@media (max-width: 767px) {
.blog-section {
	padding-bottom: 50px;
}
}
.blog-section .blog-grids {
	margin: 0 -15px;
}
.blog-section .blog-grids .grid {
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 30px;
}
.grid .img-holder {
	position: relative;
	background: #60ad35;
}
.grid .img-holder img {
	opacity: 1;
	display: block;
	transition: all 0.3s ease;
}
.grid1:hover .img-holder img {
	opacity: 0;
}
.team-item {
  position: relative; 
 }
.team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: 300ms;
  opacity: 0; 
 }

.team-item:hover .team-content {
  opacity: 1;
 }
.team-information{	
    position: relative;
}
.designation{
	color:#fff;
	font-size:20px;
	line-height:36px;
	padding:24% 10% 0;
	text-align:left;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 7; 
    overflow: hidden; 
}
.btnmore{		
    position: absolute;
    width: 68px !important;
    bottom: 11%;
    right: 10%;
}
.
@media (max-width: 991px) {
.blog-section .blog-grids .grid {
	width: calc(50% - 30px);
}
}

@media (max-width: 600px) {
.blog-section .blog-grids .grid {
	width: calc(100% - 30px);
	float: left;
}
}
.blog-section .img-cat {
	position: relative;
}
.blog-section .cat {
	position: absolute;
	left: 25px;
	top: 25px;
}
.blog-section .cat a {
	background: #68b83b;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	padding: 6px 15px;
	margin-right: 8px;
}

@media (max-width: 991px) {
.blog-section .cat a {
	font-size: 13px;
	font-size: 0.8125rem;
}
}
.blog-section .grid .details {
	padding: 40px 30px;
	border: 1px solid #eee;
	border-bottom: 5px double #d5d1d1;
	background: #f8f8f8;
}

@media (max-width: 1199px) {
.blog-section .grid .details {
	padding: 35px 20px;
}
}
.blog-section .details h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3em;
	margin: 0 0 1.2em;
}

@media (max-width: 1199px) {
.blog-section .details h3 {
	font-size: 18px;
	font-size: 1.125rem;
}
}

@media (max-width: 767px) {
.blog-section .details h3 {
	font-size: 17px;
	font-size: 1.0625rem;
}
}
.blog-section .details h3 a {
	color: #333;
}
.blog-section .details h3 a:hover {
	color: #68b83b;
}
.blog-section .meta {
	overflow: hidden;
}
.blog-section .grid .details p {
	margin:20px 0;
}
.blog-section .grid .details a {
	display:inline-block;
}
.blog-section .meta .author {
	float: left;
}
.blog-section .meta .comment {
	float: right;
}
.blog-section .author a, .blog-section .comment a {
	color: #797979;
}

@media (max-width: 991px) {
.blog-section .author a, .blog-section .comment a {
	font-size: 14px;
	font-size: 0.875rem;
}
}
.blog-section .author a:hover, .blog-section .comment a:hover {
	color: #68b83b;
}
.blog-section .author img {
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
.blog-section .comment {
	padding-top: 5px;
}
.blog-section .comment i {
	display: inline-block;
	padding-right: 3px;
	position: relative;
	top: 2px;
}
/*** Blog Single ***/
 .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}
 .entry-meta li {
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
}
 .entry-meta > li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
 .entry-meta li a {
    color: #797979;
}
 .entry-meta li i {
    display: inline-block;
    padding-right: 7px;
}
 .post blockquote:before {
    content: "";
    background: url(../images/quote.png) center center/auto no-repeat local;
    width: 62px;
    height: 44px;
    position: absolute;
    left: 45px;
    top: 40px;
}
 .post blockquote {
    background-color: #68b83b;
    color: #fff;
    line-height: 1.6em;
    padding: 120px 45px 65px;
    margin-top: 60px;
    border: 0;
    position: relative;
}
 .post h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.8em 0 1em;
}
 .tag-share {
    border: 1px solid #f1f1f1;
    padding: 25px 25px 35px;
    margin: 55px 0 0;
    color: #333;
    font-weight: 500;
    -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}
 .tag-share ul {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
 .tag-share .tag ul {
    list-style: none;
    position: relative;
    top: 8px;
    left: 8px;
}
 .tag-share ul li {
    float: left;
}
 .tag-share ul > li + li {
    margin-left: 10px;
}
 .tag-share .tag a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #627381;
    display: block;
}
 .tag-share .share a:hover {
  background: #68b83b;
  border-color: #68b83b;
  color: #fff !important;
}
 .tag-share .share {
    margin-top: 15px;
}
 .tag-share .share ul {
    position: relative;
    top: 15px;
    left: 8px;
	list-style: none;
    display: inline-block;
    overflow: hidden;	
}
 .tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    color: #627381;
}
 .author-box {
  padding: 35px 40px 25px;
  margin: 70px 0;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}

@media (max-width: 991px) {
   .author-box {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
   .author-box {
    padding: 25px;
  }
}

 .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
   .author-box .author-avatar {
    float: none;
  }
}

 .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
   .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

 .author-box .author-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #949494;
  margin-bottom: 20px;
}

 .author-box .author-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
}

 .author-box .social-link {
  display: inline-block;
  list-style: none;
}

 .author-box .social-link li {
  float: left;
  margin-right: 15px;
}

 .author-box .social-link a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
}

 .author-box .social-link a:hover {
  color: #68b83b;
}


@media (max-width: 767px) {
   .more-posts .previous-post,
   .more-posts .next-post {
    padding: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
   .more-posts .previous-post,
   .more-posts .next-post {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

 .more-posts .previous-post i,
 .more-posts .next-post i {
  position: relative;
  top: 2px;
}

@media (max-width: 450px) {
   .more-posts .previous-post i,
   .more-posts .next-post i {
    display: none;
  }
}

 .more-posts .next-post {
  text-align: right;
}

 .more-posts .previous-post > a > span,
 .more-posts .next-post > a > span {
  display: block;
}

 .more-posts .post-control-link {
  color: #939ba2;
  font-weight: 500;
}

 .more-posts .next-post i {
  left: 2px;
}

 .more-posts a:hover .post-control-link {
  color: #68b83b;
}

 .comments-area {
  margin-top: 70px;
}
 .comments-area img {
	border-radius: 50%;
	background: #eee;
	width: 80%;
}
 .comments-area .comments {
  -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
  border-bottom: 0;
}

 .comments-area li > div {
  border-bottom: 1px solid #f1f1f1;
  padding: 35px;
}

@media (max-width: 991px) {
   .comments-area li > div {
    padding: 35px 25px;
  }
}

 .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

 .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

 .comments-area ol > li:last-child div {
  border-bottom: 0;
}

 .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
   .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

 .comments-area li > div {
  position: relative;
}

 .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
   .comments-area .comment-theme {
    position: static;
  }
}

 .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
   .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

 .comments-area .comment-main-area p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

 .comments-area .comments-meta h4 {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 1em;
}

 .comments-area .comments-meta h4 span {
  font-weight: normal;
  color: #949494;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
   .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

 .comments-area .comment-reply-link {
  background: #68b83b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  display: inline-block;
}

 .comments-area .comment-reply-link:hover {
  background-color: #333;
}

 .comment-respond {
  margin-top: 70px;
}

 .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 15px;
}

@media (max-width: 991px) {
   .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

 .comment-respond form input,
 .comment-respond form textarea {
  background-color: #fdfdfd;
  width: 100%;
  height: 50px;
  border: 2px solid #f1f1f1;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  font-size: 0.9375rem;
}

 .comment-respond form input:focus,
 .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #68b83b;
}

@media (max-width: 991px) {
   .comment-respond form input,
   .comment-respond form textarea {
    height: 40px;
  }
}

 .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
   .comment-respond form textarea {
    height: 150px;
  }
}

 .comment-respond .form-inputs {
  overflow: hidden;
}

 .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
   .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

 .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
   .comment-respond .form-inputs > input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

 .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #68b83b;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
}

 .comment-respond .form-submit input:hover {
  background-color: #313131;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}
/*** Blog Sidebar ***/
.blog-sidebar {
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
  }
}

.blog-sidebar .widget {
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  padding: 35px 25px;
}

.blog-sidebar .widget h3 {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 0 1.3em;
  padding-bottom: 0.5em;
  position: relative;
  text-transform: capitalize;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #f8f8f8;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  color: #68b83b;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .comments-area img {
	 width:auto;
 } 
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul li:before {
  content: "";
  background: #797979;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

.blog-sidebar .category-widget ul li:hover:before {
  background: #68b83b;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 15px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #666;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #68b83b;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 70px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 50%;
  background: #eee;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 70px);
  float: left;
  padding-left: 25px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #333;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #68b83b;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8e9696;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  background: #f3f3f3;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 5px 14px;
  color: #8e9696;
  border-radius: 0;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #68b83b;
  color: #fff;
}

/*--------------------------------------------------------------
 16. Service Section
--------------------------------------------------------------*/
img {
    max-width: 100%;
    width: auto;
    height: auto;
    transition: 0.5s;
}
.image-fit {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.animate-img {
	position: relative;
	overflow: hidden;
}
.animate-img:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}
.text-custom-white {
    color: #ffffff;
}
.no-margin {
    margin: 0;
}
.fw-600 {
    font-weight: 600;
}
.our-work-sec .row>div {
	padding: 0 10px 20px;
}
.our-work-sec .work-sec.first-box {
	height: calc(100% - 10px);
}
.our-work-sec .work-sec .text-wrapper {
	width: 100%;
	background: 0 0;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	padding: 30px 0 0 30px;
}
.our-work-sec .work-sec .text-wrapper h4 {
	text-transform: uppercase;
	transform: translateY(20px) translateZ(0);
	transition: all .3s cubic-bezier(.77, 0, .175, 1);
	font-size:26px;
	color:#fff;
	font-weight:500;
}
.our-work-sec .work-sec .text-wrapper2{	
	position: absolute;
    bottom: 30px;
    right: 30px;
}
.our-work-sec .work-sec .text-wrapper2 p {
	width:96px;
	height:30px;
	border-radius:3px;
    text-align: center;
	background-color:#68b83b;
	transition: all .3s cubic-bezier(.77, 0, .175, 1);
	font-size:14px;
	line-height:30px;
}
.our-work-sec .work-sec:hover .text-wrapper p {
	opacity: .8;
	transition-delay: .2s;
	transform: translateY(0) translateZ(0);
}
.service-section-s2 {
	padding-bottom: 60px;
	padding-top: 80px;
	background: url("../images/pattren.png") center center repeat;	
}
@media (max-width: 991px) {
.service-section-s2 {
	padding-bottom: 40px;
	padding-top:40px;
}
}
.service-section-s2 .service-grids {
	position: relative;
}
.service-section-s2 .service-grids .grid2 {
	position: absolute;
	top:30px;
	left:30px;
	font-size:26px;
	color:#fff;
}
.service-section-s2 .service-grids .grid3{
	position: absolute;
	bottom:30px;
	right:30px;
	font-size:14px;
	color:#fff;
	width:96px;
	height:30px;
	background-color:#68b83b;
	border-radius:3px;
}
.service-section-s2 .service-grids .grid3 a{
	color:#fff;
	text-align:center;
	line-height:30px;
    display: block;
}
.service-section-s2 .service-grids .grid3:hover a{	
    background-color: rgba(253, 161, 43, 0.7);
	color:#fff;
}
.service-section-s2 .service-grids .grid:hover {
	-webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
}

@media (max-width: 991px) {
.service-section-s2 .service-grids .grid {
	width: calc(50% - 30px);
}
}

@media (max-width: 600px) {
.service-section-s2 .service-grids .grid {
	width: calc(100% - 30px);
	float: none;
}
}
.service-section-s2 .grid .icon {
	position: inherit;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fbfbfb;
	text-align: center;
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 75px;
	color: #68b83b;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 0;
}
.service-section-s2 .grid .icon:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #68b83b;
	content: '';
	z-index: -1;
	-ms-transform: scale(0);
	/* IE 9 */
	-webkit-transform: scale(0);
	/* Chrome, Safari, Opera */
	transform: scale(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.service-section-s2 .grid:hover .icon {
	color: #fff;
}
.service-section-s2 .grid:hover .icon:after {
	visibility: visible;
	opacity: 1;
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Chrome, Safari, Opera */
	transform: scale(1);
}
.service-section-s2 .icon .fi:before {
	font-size: 50px;
	font-size: 3.125rem;
	color: #68b83b;
}

@media (max-width: 991px) {
.service-section-s2 .icon .fi:before {
	font-size: 40px;
	font-size: 2.5rem;
}
}
.service-section-s2 .grid h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3em;
	margin: 0 0 0.7em;
}

@media (max-width: 991px) {
.service-section-s2 .grid h3 {
	font-size: 18px;
	font-size: 1.125rem;
}
}
.service-section-s2 .grid h3 a {
	color: #333;
}
.service-section-s2 .grid h3 a:hover {
	color: #68b83b;
}
.service-section-s2 .grid p {
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0;
}
/*** Single Services ***/
.services-details-image img {
	width:100%;
}
.services-details-content h3 {
    font-size: 36px;
    font-weight: 900;
    color: #68b83b;
}
.services-faq {
	margin:40px 0;
}
.services-category ul li {
    margin-bottom: 5px;
}
.services-category ul li a {
    line-height: 50px;
    padding: 0 35px;
    background-color: #eee;
    display: block;
    font-size: 14px;
    color: #23282d;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.services-category ul li a i {
    margin-right: 10px;
}
.services-contact {
    background-color: #68b83b;
    position: relative;
    overflow: hidden;
	padding:80px 20px;
	margin:30px 0 0;
}
.services-contact img {
    position: relative;
    z-index: 9;
}
.services-contact h5 {
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 9;
	margin:20px 0;	
}
.services-contact > a {
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 9;
	font-weight:600;
}
/*--------------------------------------------------------------
 17. Page Heading Section
--------------------------------------------------------------*/
.pagehding-sec {
	background-image: url("../images/nybanner_fu.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding:40px 0px;
	position: relative;
	background-size: cover;
}
.breadcrumb-list {
	text-align: left;
}
.breadcrumb-list li {
	display: inline-block;
	position: relative;
}
/*--------------------------------------------------------------
 18. FAQ
--------------------------------------------------------------*/
.accordion-wrapper .card {
	border: none;
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.accordion-wrapper .card + .card {
	margin-top: 20px;
}
.accordion-wrapper .card .card-header {
	background-color: transparent;
	border: none;
	padding: 0;
}
.accordion-wrapper .card .card-header h5 {
	margin:0;
}
.accordion-wrapper .card .card-header a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	display: block;
	position: relative;
	z-index: 0;
	background-color: #fff;
	padding: 20px 45px 20px 30px;
	cursor: pointer;
	color:#333;
}
.accordion-wrapper .card .card-header a:after {
	position: absolute;
	right: 20px;
	top: 20px;
	content: "\f107";
	font-family: "fontawesome";
}
.accordion-wrapper .card .card-header a[aria-expanded="true"]:after {
	content: "\f106";
}
.accordion-wrapper .card .card-body {
	background-color: #fff;
	padding: 0 45px 25px 30px;
}
/*--------------------------------------------------------------
 19. Gallery
--------------------------------------------------------------*/
.grid_container {
	list-style: none;
}
.gutter_small {
    margin: 0 -7.5px -15px -7.5px;
}
.gutter_small > li {
    padding: 0 7.5px 15px 7.5px;
}
.gutter_medium {
    margin: 30px -10px 50px -10px;
	overflow:hidden;
}
.gutter_medium > li {
    padding: 0px 10px 20px 10px;
}
.grid_col3 > li {
	width: 33.33%;
	float: left;
}
.grid_col4 > li {
    width: 25%;
	float: left;
}
.gallery_item {
	overflow: hidden;
	position: relative;
}
.gallery_item img {
	width: 100%;
}
.gallery_item  .text_holder h3 {
	color:#fff;
	font-size:20px;
	margin:10px 0 0;
}
.gallery_content {
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: absolute;
	top: 60px;
	opacity: 0;
	visibility: hidden;
	right: 0;
	left: 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}
.gallery_item:hover .gallery_content {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.gallery_item::before {
	background-color: rgba(0,0,0,0.60);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.gallery_item:hover:before {
	opacity: 1;
	visibility: visible;
}

.grid_container .owl-carousel.owl-theme .owl-dots {
	margin: 0 !important;
	position: absolute;
	bottom: 5px;
	right: 15px;
	z-index: 9;
}
.grid_container .owl-carousel {
	z-index: inherit;
}
.grid_container .owl-carousel.owl-theme .owl-dots span {
	margin: 5px 2px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #9a9a9a;
	margin: 5px;
}
.dots_white.owl-theme .owl-dots .owl-dot.active span, .dots_white.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border-color: #fff;
}
.dots_white.owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}
.gallery_content .ripple {
	margin: 0;
}
.text_holder {
	margin-top: 25px;
	text-transform: capitalize;
}
.ripple {
	background-color: #FFFFFF;
	border-radius: 100%;
	color: #FFBC09;
	position: relative;
	display: inline-block;
	margin-right: 25px;
	line-height: 50px;
	font-size: 18px !important;
	vertical-align: middle;
	margin-left: 0;
	height: 50px;
    width: 50px;
	text-align: center;
}
.ripple::before,.ripple::after {
	 -webkit-animation: ripple 1.8s infinite ;
    -moz-animation: ripple 1.8s infinite ;
    -o-animation: ripple 1.8s infinite ;
    -ms-transition:ripple 1.8s infinite ;
	animation: ripple 1.8s infinite ;
	background-color: #ffffff;
	border-radius: 100%;
	margin: -20px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:-1;
}
.ripple::before {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.ripple::after {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
@-webkit-keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
/*--------------------------------------------------------------
  20.  404 Section
--------------------------------------------------------------*/
.oops-wrapper .content-box {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.oops-wrapper .content-box h1 {
	font-size: 150px;
	font-weight: 700;
	color: #68b83b;
	margin-top: 0;	
}
.oops-wrapper .content-box h2 {
	margin-bottom: 16px;
}
.oops-wrapper .content-box p {
	margin-bottom: 40px;
	color: #848484;
}
.oops-wrapper .content-box .sidebar_search {
	max-width: 475px;
	margin-bottom: 50px;
	position: relative;
	height: 54px;
}
.sidebar_search input {
	width: 100%;
	height: 50px;
	border: 1px solid #f1f1f1;
	padding: 0 56px 0 12px;
	color: #9e9e9e;
}
.sidebar_search button {
	border: none;
	outline: none;
	box-shadow: none;
	display: block;
	padding: 0;
	background: transparent;
}
.sidebar_search button {
	width: 54px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	color: #68b83b;
}
.oops-wrapper  .theme-btn {
	border: none;
	background:#eee;	
	color: #333;
}
.oops-wrapper  .theme-btn:hover {
	color:#fff;
	border: none;
}
.oops-wrapper .sidebar_search {
	margin: 0 auto;
	padding: 0 0 50px;
}
/*--------------------------------------------------------------
  21.  Contact Us
--------------------------------------------------------------*/
.contact-section .section-title-s2 {
	text-align:left;
}
.contact-section .single-input textarea, .contact-section .single-input input {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	font-size: 16px;
	border: 1px solid #cbcbcb;
}
.contact-section .single-input textarea {
	height: 160px;
	padding-top: 10px;
	resize: none;
}
.contact-section .theme-btn {
	border:1px solid #2d2d2d;
	background:#2d2d2d;
}
.contact-section .theme-btn:hover {
	border:1px solid #68b83b;
}
.contact-section .contact-info ul li+li {
	margin-top: 30px;	
}
.contact-section .contact-info ul li .single-info {
	position: relative;
}
	.contact-info ul li .single-info .info-icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-info ul li .single-info .info-icon i {
	font-size: 24px;
	color: #fff;
	background-color: #68b83b;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	line-height: 50px;
}
.contact-info ul li .single-info .info-content {
	padding-left: 70px;
}
.contact-info ul li .single-info .info-content p {
	margin:0;
}
.google-map {
	width: 100%;
	border-radius: 10px;
	margin-top: 40px;
}
.google-map iframe {
	width:100%;
	border:none;
	height: 200px;	
}
/*--------------------------------------------------------------
 22. Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #222328;
	position: relative;
	font-size: 15px;
}
.site-footer ul {
	list-style: none;
}
.site-footer p, .site-footer li {
	color: #a3a3a3;
}
.site-footer a {
	color:#68b83b;
}
.site-footer .upper-footer {
	padding: 90px 0;
	background: #253139;
}

@media (max-width: 991px) {
.site-footer .upper-footer {
	padding: 90px 0 20px;
}
}

@media (max-width: 767px) {
.site-footer .upper-footer {
	padding: 80px 0 10px;
}
}

@media (max-width: 991px) {
.site-footer .upper-footer .col {
	min-height: 235px;
	margin-bottom: 70px;
}
}

@media (max-width: 767px) {
.site-footer .upper-footer .col {
	min-height: auto;
	margin-bottom: 60px;
}
}
.site-footer .widget-title {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.site-footer .widget-title {
	margin-bottom: 20px;
}
}
.site-footer .widget-title h3 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding-bottom: 12px;
	text-transform: capitalize;
	position: relative;
}
.site-footer .widget-title h3:after {
	position: absolute;
	width: 50px;
	height: 2px;
	background: #68b83b;
	content: "";
	left: 0;
	bottom: 0;
}
.site-footer .about-widget .logo {
	max-width: 180px;
}
.site-footer .about-widget p {
	margin-bottom: 0.8em;
	line-height: 1.9em;
}
.site-footer .about-widget p:last-child {
	margin-bottom: 0;
}
.site-footer .link-widget {
	overflow: hidden;
}
.site-footer .footer-social-menu li a {
	background: #1e282f;
	border-radius: 2px;
	color: #9fa4af;
	display: block;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.site-footer .footer-social-menu li a:hover, .site-footer .footer-social-menu li a:focus {
	background: #68b83b;
	color: #ffffff;
}

@media screen and (min-width: 1200px) {
.site-footer .link-widget {
	padding-left: 20px;
}
}

@media (max-width: 1199px) {
.site-footer .link-widget {
	padding-left: 20px;
}
}

@media (max-width: 991px) {
.site-footer .link-widget {
	padding-left: 0;
}
}

@media (max-width: 767px) {
.site-footer .link-widget {
	max-width: 350px;
}
}
.site-footer .link-widget ul {
	width: 50%;
	float: left;
}
.site-footer .link-widget ul li {
	position: relative;
}
.site-footer .link-widget ul a {
	color: #b6b6b6;
}
.site-footer .link-widget ul a:hover, .site-footer .link-widget ul li:hover:before {
	color: #68b83b;
}
.site-footer .link-widget ul > li + li {
	margin-top: 15px;
}

@media screen and (min-width: 1200px) {
.site-footer .contact-widget {
	padding-left: 25px;
}
}
.site-footer .contact-widget ul {
	margin-top: 25px;
}
.site-footer .contact-widget ul li {
	position: relative;
}
.site-footer .contact-widget ul > li + li {
	margin-top: 12px;
}
.site-footer .newsletter-widget form {
	margin-top: 25px;
	position: relative;
}
.site-footer .newsletter-widget form input {
	background-color: #1e282f;
	height: 50px;
	color: #fff;
	padding: 6px 20px;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.site-footer .newsletter-widget form .submit {
	position: absolute;
	right: 20px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.site-footer .newsletter-widget form .submit button {
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 20px;
	color: #68b83b;
	margin-top: -2px;
	position: relative;
	right: -5px;
}
.site-footer .lower-footer {
	text-align: center;
	position: relative;
	background: #1e282f;
}
.site-footer .copyright span {
	color:#68b83b;
} 
.site-footer .lower-footer .row {
	padding: 20px 0;
	position: relative;
}
.site-footer .lower-footer .row .separator {
	background: rgba(255, 255, 255, 0.05);
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	left: 15px;
	top: 0;
}
.site-footer .lower-footer .copyright {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0;
}

@media (max-width: 991px) {
.site-footer .lower-footer .copyright {
	float: none;
	display: block;
	margin: 0 0 20px;
}
}
.site-footer .lower-footer .social-icons {
	display: inline-block;
	float: right;
	overflow: hidden;
}

@media (max-width: 991px) {
.site-footer .lower-footer .social-icons {
	float: none;
	display: block;
	text-align: center;
}
}
.site-footer .lower-footer .social-icons ul {
	overflow: hidden;
	list-style: none;
}

@media (max-width: 991px) {
.site-footer .lower-footer .social-icons ul {
	display: inline-block;
}
}
.site-footer .lower-footer .social-icons ul li {
	float: left;
}
.site-footer .lower-footer .social-icons ul > li + li {
	margin-left: 15px;
}
.site-footer .lower-footer .social-icons ul a {
	font-size: 14px;
	font-size: 0.875rem;
	color: #b6b6b6;
}
.site-footer .lower-footer .social-icons ul a:hover {
	color: #68b83b;
}
.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: -300px;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}
.sticky-on, .header-style-3 .sticky-on {
	opacity: 1;
	top: 0;
}
.header-style-3 .sticky-header {
	background: #222328;
}
.header-style-3 .sticky-header {
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
 23. Responsive CSS
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1024px) {
.hero-slider {
	height: 320px;
}
/** Header **/
.header-style-3 .cart-contact {
	display: none;
}
/** Footer **/
.site-footer .footer-social-menu li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
/** Common Styles **/
.section-padding {
	padding: 90px 0;
}
.section-title h2 {
	font-size: 32px;
	font-size: 2rem;
}
.section-title > span {
	font-size: 22px;
	font-size: 1.375rem;
}
.section-title-s2 p {
	font-size: 15px;
	font-size: 0.9375rem;
}
/** back to top **/
.back-to-top {
	width: 35px;
	height: 35px;
	line-height: 35px;
}	
/** Navigation **/
.header-style-3 .cart-contact {
	right: 85px;
}
/** Testimonials **/
.testimonial-section .owl-nav {
	display: none;
}
/** Gallery **/
.grid_col3 > li {
	width: 50%;
}
}

@media (max-width: 767px) {
/** Common Styles **/
body {
	font-size: 14px;
}	
.section-title {
	margin-bottom: 25px;
}
.section-title h2 {
	font-size: 28px;
	font-size: 1.75rem;
}
.section-title-s2 h2 {
	font-size: 30px;
	font-size: 1.675rem;
}
/** Header **/
.site-header .navbar-header .navbar-brand {
	font-size: 24px;
}
.site-header #navbar .navbar-nav {
	margin: 0;
}
/** Hero Slider **/
.hero-slider {
	height: 240px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
	bottom: 45px !important;
}
/** About Us **/
.about-section .about-pic-area::before {
	display:none;
}
.about-section .about-pic-area img {
	margin:0;
}
/** Services **/
.service-section-s2 .service-grids .grid {
	width: calc(100% - 30px);
}
.section-title-s2 {
	margin-bottom:20px;
}
/** Gallery **/
.gutter_medium {
	margin: 0 -15px;
}
.grid_col3 > li {
	width: 100%;
}
/** Testimonials **/
.testimonials-carousel .owl-controls .owl-nav [class*="owl-"] {
	display:none !important;
}
/** Contact Us **/
.contact-section .contact-info {
	margin:40px 0 0;
}
.portfolio-section{
	background-color: #68b83b;
    height: 100%;
}
.image-fit{
	width:100%;
}
}
@media (max-width: 414px) {
	
/** Hero Slider **/
.hero-slider {
	height: 129px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction{
	display:none;
}
}

/*about*/
.chooseus-bg {
	background-image: url(../images/about.jpg);
}

.chooseus-bg {
	width: 50%;
	height: auto;
	position: relative;
	background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.chooseus-bg {
		display: none;
	}
}

@media (max-width: 767px) {
	.chooseus-bg {
		display: none;
	}
}

.chooseus-content {
	width: 50%;
	padding: 87px 0 86px 100px;
	background: #68b83b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chooseus-content {
		padding: 26px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.chooseus-content {
		width: 100%;
		padding: 80px;
	}
}


.choose-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.choose-area .section-title h2 {
	color: #fff;
	font-size: 26px;
	margin: 0;
	line-height:39px;
	margin-bottom:20px;
}
.choose-area .section-title p{
	font-size:18px;
	color:#fff;
	line-height:29px;
	margin-top:20px;
}
.section-btn{
	width:160px;
	height:50px;
	border:1px solid #fff;
	border-radius:2px;
	font-size:20px;
	text-align:center;
	line-height:50px;
	margin-top:30px;
}
.section-btn a{
	color:#fff;
}
.section-btn:hover{	
    background-color: rgba(253, 161, 43);
}
.choose-certify {
	margin: 45px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.choose-certify {
		margin: 25px 0;
	}
}

.choose-certify i {
	font-size: 45px;
	color: #F35C27;
	position: absolute;
}

.choose-certify h5 {
	color: #fff;
	padding-left: 70px;
	margin-bottom: 15px;
}

.choose-certify p {
	padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.choose-certify p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.choose-certify p {
		font-size: 14px;
	}
}

.chooseus-content h5 {
	margin-bottom: 20px;
}


/*新闻*/
.lg4{
	width:38.333333%
}
.lg8{
	width:61.666667%;
}
.single-blog-item {
	background: #fff;
    width: 420px;
	box-shadow: 0 0 35px 0 rgba(0,0,0,.10);
}

p.blog-meta {
	font-size: 14px;
	margin: 8px 0;
	color: #F35C27;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

p.blog-meta i:before {
	padding-right: 7px;
}

.blog-meta i {
	font-size: 20px;
}

.blog-content {
	padding: 60px 20px 40px 30px;
	background-color:#68b83b;
	overflow:hidden;
}
.blog-content:hover{	
    background-color: rgba(253, 161, 43);
}
.blog-content h5{
	margin-top:0;
}
.blog-content h5 a {
	font-size: 26px;
	line-height: 28px;
	margin-bottom:15px;
	color:#fff;
}
.blog-content p{
	font-size:16px;
	color:#fff;
	line-height:24px;
	margin-bottom:40px;
}
.blog-area a.read-more{
	float:right;
}

.blog-area a.read-more:hover {
	color: #F35C27;
}

.blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-bg img {
	transition: transform ease 0.3s;
}

.blog-bg span {
	background: #68b83b;
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 100px;
	height:100px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 30px;
	font-size:18px;
}
.blog-bg span b{
	font-size:48px;
	line-height:54px;
}

.blog-bg img:hover {
	transform: scale(1.07);
}
.event-wrap {
  z-index: 1;
  position: relative;
}
 .event-wrap .events-short {
  overflow: hidden;
  padding: 18px 13px;
  border-radius: 3px;
}
.event-wrap .events-short:hover{
    background-color:#fff;
}
 .event-wrap .events-short .date-part {
  width: 100px;
  float: left;
  text-align: center;
  margin-right: 25px;
  border-right:1px solid #333;
}
 .event-wrap .events-short .date-part .month {
  display: block;
  font-size:16px;
  color:#333;
}
 .event-wrap .events-short .date-part .date {
  font-size: 48px;
  font-family: 'Arial', sans-serif;
  color: #333;
  font-weight: 700;
}
 .event-wrap .events-short .content-part .title {
  line-height:26px;
  font-size:16px;
  color:#666;
  margin-top:5px;
  margin-bottom:0;
  overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: box;
}
.categorie a{
	font-size:24px;
	color:#333;
	font-weight:bold;
}
.news_btn{
	width: 160px;
    height: 50px;
	background-color:#68b83b;
    border-radius: 2px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
	float:right;
}
.news_btn:hover{	
    background-color: rgba(253, 161, 43);
}
.news_btn a{
	color:#fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {	
	.portfolio-section{
		background-color:#5ea735;
		height:100%;
	}
	.image-fit{
		width:100%;
	}
	.lg4,.lg8,.single-blog-item,.blog-bg img{
		width:100%;
	}
}
@media (max-width: 767px) {
	.lg4{
		width:100%;
	}
	.single-blog-item{
		width:100%;
	}
	.lg8{
		width:100%;
	}
}

/*联系我们*/
.bg-no-repeat{
	padding:80px 0 35px 0;
	overflow:hidden;
}
.mb-30 {
    margin-bottom: 10px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.leftcontact h2{
	font-size:30px;
	color:#fff;
}
.leftcontact span{
	font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.listform{
	margin-top:55px;
}
.form-group {
    margin-bottom: 1.5rem;
}
.contact-from input.form-control {
    border: none;
    background: #F6F6F6;
    height: 65px;
    margin-bottom: 25px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255,255,255,.34);
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border: 0;
}
.form-control {
    padding: 8px 16px;
	height:48px;
    outline: 0;
    border-radius: 3px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-theme-colored1 {
	width:100%;
	height:48px;
    color: #fff;
    background-color: #fa7e11;
	font-size:20px;
	color:#fff;
	border:0;
}
.btn-theme-colored1:hover a{	
	color:#fff;
}
.tith2{
	font-size:20px;
	color:#fff;
	margin-bottom:13px;
}
.tith4{
	font-size:18px;
	color:#d6e9cc;
	margin-bottom:30px;
}

/*footer*/
.footer {
  background-color:#06060b;
  padding:60px 0;
}
.footer .fnav {
  float: left;  
  text-align: left;
  padding: 0 30px;
}
.footer .fnav .tit {
  font-size: 18px;
  color: #fff;
  margin-bottom:15px;
}
.footer .fnav a {
  font-size: 12px;
  color: #88889e;
  display: block;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .fnav a:hover {
  color: #03a3e6;
}
.footer .fcon {
  float: left;
  padding:0 50px;
  text-align:left;
  border-right:1px solid #494949;
}
.footer .fcon .tit {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .fcon .nr {
  font-size: 14px;
  color: #848484;
  line-height: 30px;
}
.footer .fcon .nr i {
  width: 30px;
  text-align: center;
  font-size: 18px;
}
.footer .banq {
  padding-top: 60px;
  font-size: 16px;
  color: #88889e;
  line-height: 32px;
  border-top: 1px solid #88889e;
    margin-top: 50px;
}
.erweima{
    float: right;
    text-align: center;
}
.erweima span{
	display:block;
	margin-top:10px;
	color:#ccc;
	font-size:14px;
}
.Bottomerkg {
  height: 59px;
  display: none;
}
.Bottomer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #68b83b;
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.Bottomer .BottomList li {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 0px;
}
.Bottomer .BottomList li img {
  vertical-align: middle;
  height: 20px;
}
.Bottomer .BottomList li span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.Bottomer .BottomList li p {
  font-size: 14px;
  color: #D5A334;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}
@media only screen and (max-width: 850px){
	.footer{
		padding-top:10px;
	}
.footer .fnav,.erweima {
    display: none;
}
.footer .fcon{
	padding:0;
	border-right:0;
}
.Bottomerkg, .Bottomer {
    display: block;
}
}
.content_top{	
    position: relative;
}
.content_bottom span{
	font-size:20px;
	text-align:center;
	color:#fff;
    position: absolute;
	bottom:20px;
    left: 28.5%;
} 

/*服务方案*/
.fangan{
	background-color:#f2f2f2;
	padding:15px 0;
}
.fanganzi{
	font-size:12px;
}
.fanganzi a{
	color:#666;
}
.fanganzi a.lv{
	color:#75bd4f;
}
.pagehding-sec-an {
	/* background-image: url("../images/nybanner_1.jpg"); */
	background-position: center center;
	background-repeat: no-repeat;
	padding:150px 0px;
	position: relative;
	background-size: cover;
}
.images-overlay {
	background-color: rgba(0, 0, 0, 0.30);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.page-heading h3 {
	font-size: 30px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	margin:0 0 10px;
	font-weight:bold;
}
.page-heading p {
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	margin-bottom:0;
	font-family:"Arial";
}
.page-breadcrumb-inner{
	border-bottom:1px solid #ddd;
}
.breadcrumb-list {
	text-align: left;
}
.breadcrumb-list li {
	display: inline-block;
	position: relative;
	}
.breadcrumb-list li a {
	font-weight: 500;
	text-transform: capitalize;
	color: #666;
	font-size:12px;
}
/*技术原理*/
.gallery-wrapper-yuan{	
	background-image: url("../images/yuanli_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding:60px 0px 40px 0;
	position: relative;
	background-size: cover;
}
.yuanli h3{
	font-size:26px;
	color:#333;
	margin-bottom:25px;
	text-align:center;
	margin-top:0;
}
.yuanli p{
	font-size:16px;
	color:#333;
	margin-bottom:35px;
	line-height:27px;
	text-align:center;
}
.yuan_l{
	width:39%;
	background-color: rgba(104, 184, 59, 0.8);
	border-radius:10px;
	padding:30px;
}
.yuan_l p{
	font-size:14px;
	color:#fff;
	line-height:21px;
	font-weight:bold;
}
.yuan_l img{
	margin-top:20px;
}
.yuan_r{	
	width:59%;
	background-color: rgba(104, 184, 59, 0.8);
	border-radius:10px;
	padding:30px;
	float:right;
}
.yuan_r p{
	font-size:14px;
	color:#fff;
	line-height:21px;
	font-weight:bold;
}
.yuan_r img{
	margin-top:16px;
}
.fangan_wrapper{
	padding:60px 0 40px 0;
}
.section-title-s2 {
    text-align: center;
    margin-bottom: 35px;
}
.section-title-s2 h2 {
    font-size: 26px;
    font-weight: bold;
	color:#333;
}
@media only screen and (max-width: 767px){
	.yuan_l,.yuan_r{
		width:100%;
		margin:10px 0;
	}
}

/*治理*/
.rs-cta {
  position: relative;
}
.rs-cta .cta-img img {
  width: 100%;
}

.rs-cta.section-wrap .content {
}

@media (max-width: 1024px) {
	.yuan_r img {
		margin-top: 37px;
	}
	.img_top{
		padding: 20px 12px !important;
	}
}
/* ------------------------------------
    服务优势
---------------------------------------*/
.section-title-s21 h3{
	text-align:center;
	font-size:26px;
	color:#333;
	margin-top:0;
	margin-bottom:50px;
}
.list_1{
	float:none;
	top:0;
    padding: 60px 0 40px 0;
}
.list_p p{
	text-align:center;
}
.zhiliqian{	
    position: absolute;
    top: 55px;
    right: 45px;
}
.zhiliqian span{
    color: #fff;
    font-size: 26px;
}
.zhilihou{	
    position: absolute;
    top: 55px;
    left: 100px;
}
.zhilihou span{
    color: #333;
    font-size: 26px;
}
.expertise-indicator-icon {
    top: 235px;
    z-index: 1;
    right: -26px;
    position: absolute;
}
.expertise-indicator-icon .expertise-icon-item {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #68b83b;
  position: relative;
  cursor: pointer;
  }
.expertise-indicator-icon .expertise-icon-item:after, .eltron-info-section .eltron-info-icon-text .eltron-info-icon:after {
    top: -10px;
    left: -10px;
    opacity: .2;
    width: 100px;
    content: '';
    height: 100px;
    position: absolute;
    border-radius: 100%;
    background-color: #46c998;
}
.expertise-icon-item span{
	font-size:30px;
	color:#fff;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {	
	.zhiliqian {
		position: absolute;
		top: 0;
		right: 0;
	}
	.zhilihou {
		position: absolute;
		top: 0;
		left: 0;
	}
	.expertise-indicator-icon {
		top: 75px;
		z-index: 1;
		right: -76px;
		position: absolute;
	}
}
@media (max-width: 767px) {
	.zhiliqian {
		position: absolute;
		top: 0;
		right: 0;
	}
	.zhilihou {
		position: absolute;
		top: 0;
		left: 0;
	}
	.expertise-indicator-icon {
		top: 194px;
		z-index: 1;
		right: 138px;
		position: absolute;
	}
}

/*流程*/
.liucheng{
	padding:60px 0;
	background-color:#68b83b;
}

/*底部*/
.bottom_img{	
	background-image: url("../images/fuwu_bottom.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}
.img_l{
	background-color:#fff;
}
.img_l img{
	height:240px;
    margin: 0 auto;
    display: block;
}
.img_top{
	background-color:#eee;
	padding:20px 40px;
	margin:21px 7px;
	text-align:left;
}
.img_top h3{
	font-size:24px;
	color:#333;
	font-weight:500;
    margin: 0;
}
.img_top span{
	font-size:14px;
	color:#333;
}

/*疫情*/
.pagehding-sec-yiqing {
	background-image: url("../images/yiqing_top.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding:150px 0px;
	position: relative;
	background-size: cover;
}
.yiqing_con{
	padding:60px 0;
}
.yiqing_l h3{
	color:#666;
	font-size:26px;
	margin-bottom:30px;
	margin-top:0;
}
.yiqing_l p{
	font-size:16px;
	color:#333;
	margin-bottom:0;
}

.yiqing_wrapper{
	background-color:#f2f2f2;
	padding:60px 0;
}
.changjing_l span{
	margin:15px 0;
	display:block;
	text-align:center;
	color:#333;
	font-size:20px;
}

.yi_bg{	
	background-image: url("../images/yi_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding:60px 0px;
	position: relative;
	background-size: cover;
}
.yi_con h3{
	margin-top:0;
	font-size:26px;
	color:#fff;
	margin-bottom:20px;
}
.yi_con p{
	font-size:15px;
	color:#fff;
}


.bottom_img_1{	
	background-image: url("../images/shi_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}
.img_l_ren{
	background-color:#fff;
}
.img_l_ren img {
    height: 341px;
    margin: 0 auto;
    display: block;
}
.shi_list{
	padding-top:86px;
}

.changjing_l img{
	width:100%;
}

@media (max-width: 768px) {
	.yiqing_l p,.yi_con p{
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box; 
		-webkit-box-orient: vertical; 
		-webkit-line-clamp: 4; 
		overflow: hidden; 
	}
}
@media (max-width: 767px) {
	.shi_list{
		display:none;
	}
}

/*产品*/
.page-heading2 h3 {
	font-size: 20px;
	text-align: right;
	text-transform: capitalize;
	color: #fff;
	margin:0 0 10px;
	font-weight:bold;
}
.page-heading2 p {
	font-size: 18px;
	text-align: right;
	text-transform: capitalize;
	color: #fff;
	margin-bottom:0;
	font-family:"Arial";
    line-height: 14px;
}
.pr_list{
	margin-top:30px;
}
.pr_list img{
    width: 100%;
	border:1px dashed #3699ff;
}
.pr_border{
	border:1px solid #f8f8f8;
	border-top:0;
	padding:20px 0;
	text-align:center;
}
.pr_border span{
	font-size:16px;
	color:#333;
}
.pr_bottom{
	padding-bottom:50px;
}


/*产品内容页*/
.pagehding-sec-product {
	background-image: url("../images/pr_banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding:60px 0px;
	position: relative;
	background-size: cover;
}
.pr_img{
	margin-top:37px;
    text-align: center;
}
.wuran .col-sm-2{
	margin:15px 0;
}

.yuanxing{
	border-radius:50px;
	border:2px solid #fff;
	width:100px;
	height:100px;
    margin: 0 auto;
    text-align: center;
}
.yuanxing h3{
	font-size:24px;
	color:#fff;
	line-height:100px;
	text-align:center;
	margin:0;
}
.yuan_wen span{
	font-size:16px;
	color:#fff;
	text-align:center;
	margin-top:20px;
    display: block;
}

.chuquan{
	padding:60px 0;
	background-color:#f2f2f2;
}
.chu_img{
	border:1px dashed #3699ff;
}
.chu_img img{
	width:100%;
}
.chu_con{
	padding-left:20px;
}
.chu_con h3{
	font-size:26px;
	color:#333;
	margin-top:50px;
}
.chu_con p{
	font-size:16px;
	color:#333;
	line-height:24px;
	margin-top:20px;
}

.weihai{
	padding:90px 0;
}

.yuan1{
    position: absolute;
    top: -29px;
    right: -69px;
    z-index: 1;
}
.yuan1 img{
	float:right;
	margin-left:25px;
}
.yuan1 h3{
	text-align:right;
	font-size:20px;
	color:#68b83b;
	margin-top:0;
}
.yuan1 p{
	text-align:right;
	font-size:16px;
	color:#666;
	line-height:24px;
}

.yuan2{
	position: absolute;
    top: 110px;
    right: -16px;
    z-index: 1;
}
.yuan2 img{
	float:right;
	margin-left:25px;
}
.yuan2 h3{
	text-align:right;
	font-size:20px;
	color:#68b83b;
	margin-top:0;
}
.yuan2 p{
	text-align:right;
	font-size:16px;
	color:#666;
	line-height:24px;
}


.yuan3{
    position: absolute;
    top: 243px;
    right: -69px;
    z-index: 1;
}
.yuan3 img{
	float:right;
	margin-left:25px;
}
.yuan3 h3{
	text-align:right;
	font-size:20px;
	color:#68b83b;
	margin-top:0;
}
.yuan3 p{
	text-align:right;
	font-size:16px;
	color:#666;
	line-height:24px;
}

.yuan4{
    position: absolute;
    top: -29px;
    left: -100px;
    z-index: 1;
}
.yuan4 img{
	float:left;
	margin-right:25px;
}
.yuan4 h3{
	text-align:left;
	font-size:20px;
	color:#68b83b;
	margin-top:0;
}
.yuan4 p{
	text-align:left;
	font-size:16px;
	color:#666;
	line-height:24px;
}

.yuan5{
	position: absolute;
    top: 110px;
    left: -50px;
    z-index: 1;
}
.yuan5 img{
	float:left;
	margin-right:25px;
}
.yuan5 h3{
	text-align:left;
	font-size:20px;
	color:#68b83b;
	margin-top:0;
}
.yuan5 p{
	text-align:left;
	font-size:16px;
	color:#666;
	line-height:24px;
}


.yuan6{
    position: absolute;
    top: 243px;
    left: -100px;
    z-index: 1;
}
.yuan6 img{
	float:left;
	margin-right:25px;
}
.yuan6 h3{
	text-align:left;
	font-size:20px;
	color:#68b83b;
	margin-top:0;
}
.yuan6 p{
	text-align:left;
	font-size:16px;
	color:#666;
	line-height:24px;
}

@media (max-width: 1024px) {
	.weihai{
		display:none;
	}
}

.portfolio-section_1{
    background: none;
	height:auto;
	padding:30px 0 50px 0;
}
.hezuo{
	padding:60px 0 35px 0;
	background-color:#fbfbfb;
}
.hezuotit h3{
	color:#333;
	font-size:26px;
	text-align:center;
	margin-top:0;
	margin-bottom:35px;
}
.he1{
	margin-bottom:25px;
}
.he1 img{
	width:100%;
	border:1px dashed #3699ff;
}


/*专利证书*/
.zhuanli{
	padding:40px 0 40px 0;
	background-color:#fbfbfb;
}
.zhuan{
	margin-bottom:25px;
}
.zhuan img{
	width:100%;
	border:1px dashed #3699ff;
	-webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
	-moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.10);
}
.right_list{
	text-align:right;
	color:#68b83b;
	font-size:12px;
	font-weight:bold;
}
.right_list li{
	padding:0 15px;
}
.right_list .keyan:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 2px;
    width: 54px;
    background-color: #68b83b;
    content: "";
	top:50px;
}
.page-breadcrumb-inner{
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
.right_list .keyan a{
	color:#68b83b;
}
.breadcrumb-list li a:hover{
	color:#68b83b;
}
/*服务案例*/
.fuwuanli{
	padding:30px 0;
}

.pr_list1{
	margin-bottom:30px;
}
.pr_list1 img{
    width: 100%;
	border:1px dashed #3699ff;
}

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
}

.styled-pagination ul{
	position:relative;
	width: 100%;
}

.styled-pagination li{
	position:relative;
	display: inline-block;
	margin: 0 0 8px;
	margin-right: 12px;
}

.styled-pagination li:last-child{
	margin-right: 0;
}

.styled-pagination li a{
	position:relative;
	display: block;
	height:40px;
	width: 40px;
	text-align: center;
	line-height:38px;
	font-weight:400;
	font-size:14px;
	color:#666666;
	border-radius: 50%;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
	color:#ffffff;	
	border-color:#92c800;
	background:#92c800;
}

.styled-pagination li.next-post a,
.styled-pagination li.prev-post a{
	width: auto;
	padding: 0 20px;
	background-color: #dddddd;
	color: #222222;
	border-radius: 0 30px 30px 0;
}

.styled-pagination li.prev-post a{
	border-radius: 30px 0 0 30px;
}

.styled-pagination li.next-post a:hover,
.styled-pagination li.prev-post a:hover{
	background-color: #222222;
	color: #ffffff;
}

/*服务案例*/
.main-content {
	padding: 40px 0;
	background-color: #fff;
}
.blog_info > p {
	padding-right: 95px;
	margin-bottom: 18px;
	font-size:14px;
	color:#333;
}
.blog_info > a {
	display: inline-block;
	color: #151b2e;
	font-size: 15px;
	text-transform: capitalize;
}
.blog_info > a i {
	padding-left: 10px;
	font-size: 18px;
	position: relative;
	top: 1px;
}
.blog-secs.v2 .blog_item {
	margin-bottom: 30px;
	padding: 0;
}
.blog-secs.v2 .blog_img {
	position: relative;
	margin-bottom: 18px;
}
.blog-secs.v2 .posted_date {
	background-color: #252c41;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 68px;
	text-align: center;
}
.blog-secs.v2 .blog_info {
}
.blog-secs.v2 .blog_item {
	width: 100%;
}
.blog-secs.v2 .blog_info > p {
	padding-right: 0;
}
.blog-secs.v2 .blog_info .post-title {
	font-size: 20px;
	margin-bottom: 8px;
}

.blog_item.single .abt-dv:before {
	display: none;
}
.blog_item.single .descp_info {
	border-bottom: 0;
}
.blog-secs.v2 .blog_item.single .blog_info .post-title {
	margin-bottom: 13px;
	color:#333;
	font-size:24px;
}
.meta {
	display: block;
	margin-bottom: 18px;
}
.meta li {
	display: inline-block;
	padding: 0 10px 4px;
	font-size:16px;
	color:#666;
}
.meta li:first-child {
	padding-left: 0;
}
.meta li:last-child {
	padding-right: 0;
	border-right: 0;
}
.meta li img {
	padding-right: 7px;
	margin: 0;
	position: relative;
	top: 3px;
}
.meta li a {
	display: inline-block;
	color: #70778b;
	font-size: 15px;
}
.sidebar .widget {
	margin-bottom: 30px;
}
.sidebar .widget_title {
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 600;
}
.widget_posts ul {
	display: block;
}
.widget_posts .widget_title {
	margin-bottom: 18px;
}
.widget_posts li {
	display: block;
	margin-bottom: 20px;
}
.widget_posts li:last-child {
	margin-bottom: 0;
}
.wd-post {
	display: table;
}
.wd-post-img {
	display: table-cell;
	float: left;
	width: 130px;
	overflow: hidden;
	position: relative;
}
.wd-post-img > img {
	width: 100%;
}
.wd-post-info {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 0;
}
.wd-post-info > h3 {
	color: #333;
	font-size: 15px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 9px;
	font-weight: 600;
	margin-top:0;
}
.wd-post-info > h3 a{
	color:#333;
}
.wd-post-info > span {
	display: block;
	color: #666;
	font-size: 12px;
}
.wd-post-info > a {
	display: inline-block;
	color: #252c41;
	font-size: 15px;
}
.wd-post-info > a i {
	padding-left: 5px;
}
 .more-posts {
  overflow: hidden;
}

 .more-posts > div {
  width: 50%;
  float: left;
}

 .more-posts > div > a {
  display: inline-block;
  color:#68b83b;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .more-posts .previous-post,
 .more-posts .next-post {
  font-size: 16px;
  color: #333;
  padding: 30px 0;
}

/*新闻*/
/*新闻列表*/
.page_news {
}
.page_news .list {
}
.page_news .list ul li {
	padding: 40px 0;
	overflow:hidden;
	position: relative;
	border-bottom:1px solid #eee;
}
.page_news .list ul li a {
	display: block;
}
.page_news .list ul li .img {
	float: left;
	width: 322px;
}
.page_news .list ul li .img img {
	display: block;
	width: 100%;
}
.page_news .list ul li .web {
	overflow: hidden;
	padding: 20px 0 0 20px;
	background: #fff;
}
.page_news .list ul li .web h3 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin-top:0;
}
.page_news .list ul li .web h3 span {
	float: right;
	font-size: 16px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}
.page_news .list ul li .web p {
	line-height: 32px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 50px;
}
.page_news .list ul li .web span{
	color:#666;
	font-size:12px;
	margin-right:35px;
}

.page_news .list ul li .web b{
	color:#666;
	font-size:12px;
	font-weight:500;
}


@media (max-width: 1024px) {
	.page_news .list ul li{
		padding:20px 0;
	}
	.page_news .list ul li .img {
	width: 100%;
	float: none;
	margin: 0 auto;
	}
	.page_news .list ul li .web {
		padding: 15px 0;
	}
	.page_news .list ul li .btn {
		left: 0;
		position: initial;
		margin-top: 5px;
	}
	.page_news .list ul li .web p {
		line-height: 26px;
		margin-bottom:20px;
	}
}


/*媒体*/
.pr_list2{
	margin-bottom:30px;
}
.meiti{	
    position: relative;
}
.meiti1{
    width: 100%;
	border:1px dashed #3699ff;
}
.anniu{	
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.pr_border_meiti{
	border:1px solid #f8f8f8;
	border-top:0;
	padding:30px 20px;
	text-align:left;
}
.pr_border_meiti span{
	font-size:18px;
	color:#666;
	font-weight:bold;
    display: block;
	margin-bottom:10px;
}
.pr_border_meiti b{
	font-size:16px;
	color:#999;
	font-weight:500;
}

/*关于*/
.guanyu{
	padding:30px 0 60px 0;
}
.guanyu_con p{
	font-size:16px;
	color:#666;
	line-height:22px;
}
.wenhua {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	background-image: url("../images/wenhua_bg.jpg");
	text-align: center;
	padding: 55px 0;
}
.wenhua_tit h3{
	color:#fff;
	font-size:26px;
	text-align:center;
}
.wenhua_l{
	text-align:left;
}
.wenhua_l h3{
	font-size:18px;
	color:#fff;
}
.wenhua_l p{
	font-size:14px;
	color:#fff;
}

/*相册*/
.xiangce{
	background-color:#f2f2f2;
	padding:60px 0;
}

.xiangce_tit h3{
	color:#333;
	font-size:26px;
	text-align:center;
	margin-top:0;
}
.wenhua_l{
	margin:30px 0 0 0;
}
@media (max-width: 1024px) {
	.guanyu_con p{
		margin-top:10px;
	}
	.right_contact{
		margin-bottom:20px;
	}
}
/*招商*/
.pagehding-sec-join {
	background-image: url("../images/jon.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding:101px 0px;
	position: relative;
	background-size: cover;
}

.page-heading span {
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	margin-bottom:0;
	border-radius:5px;
	background-color:#68b83b;
	padding:10px 20px;
    width: 25%;
    margin: 30px auto 0 auto;
    display: block;
}

.pagehding-sec-shichang{
	padding:60px 0;
}

.page-heading .title1{
	font-size:40px;
}

.shichang h3{
	text-align:center;
	font-size:30px;
	color:#333;
	margin-bottom:65px;
}
.shi img{	
    display: block;
    margin: 0 auto;
}
.shi span{
	color:#333;
	font-size:18px;
	text-align:center;
	display:block;
	margin:20px 0;
}

.shangji{
	padding:60px 0;
	background-color:#f2f2f2;
}
.shangji_zhao h3{
	font-size:30px;
	color:#333;
	text-align:center;
}
.shangji_zhao p{
	color:#666;
	font-size:16px;
	text-align:center;
	margin-bottom:37px;
}

.shangji_yuan{
	background-color:#68b83b;
}

.shangji_r{	
	background: #68b83b;
	padding:60px 60px 60px 45px;
}

.shangji_r p{
	color:#fff;
	font-size:16px;
}
.shangji_con{
	background-color:#fff;
	padding:40px 60px;
}

.dibujoin h3,.dibujoin p{
	font-size:40px;
	font-weight:bold;
}
.pagehding-sec-joinbottom {
	background-image: url("../images/join_bottom.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding:82px 0px;
	position: relative;
	background-size: cover;
}

.dibujoin span {
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	margin-bottom:0;
	border-radius:5px;
	background-color:#68b83b;
	padding:10px 20px;
    width: 26%;
    margin: 30px auto 0 auto;
    display: block;
}

.youshibg{
	background-color:#68b83b;
}
.youshibg h3,.youshibg h5,.youshibg p{
	color:#fff;
}
.featured-icon1:after {
	background-color: #ffb400 !important ;
}

.aboutus{
	padding:60px 0;
}
.aboutustit{
	padding-bottom:40px;
}
.aboutustit h3{
	font-size:30px;
	color:#333;
	text-align:center;
}



@media (max-width: 767px) {
	.box-shadow2{
		padding:0;
	}
	.our-work-sec .work-sec .text-wrapper h4{
		font-size:22px;
	}
	.chooseus-content {
		width: 100%;
		padding: 34px;
	}
	.section-padding {
		padding: 40px 0;
	}
	.event-wrap .events-short{
		padding:18px 0;
	}
	.yi_con{
		margin-top:20px;
	}
	.right_list{
		display:none;
	}
	.wd-post-info > h3 a{		
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.wd-post-info > span{			
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.wenhua_l{
		margin-top:10px;
	}
	.section-btn{
		font-size:18px;
	}
	.page-heading span{
		width:100%;
	}
	.page-heading .title1{
		font-size:26px;
	}
	.shangji_con{
		padding:20px 0;
	}
	.shangji_r{
		padding:20px;
	}
	.dibujoin h3,.dibujoin p{
		font-size:26px;
	}
	.guanyu{
		padding:0;
	}
}
@media (max-width: 375px) {
	.expertise-indicator-icon{
		top:174px;
	}
}


/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #6eba42;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/icons/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/icons/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/icons/close_black.png);
    background-size: 15px;
	background-color:#68b83b;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/icons/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/icons/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #6eba42;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/icons/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}


@media (max-width: 767px) {
	#pictureViewer > .content{	
		background-color:#fff;
		
		width: 100% !important;
		height: 100% !important;
	}
}
