body,
html {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #000;
}
p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans, sans-serif;
  color: #000;
  margin: 0;
  font-weight: 700;
  line-height: normal;
}
a,
a:hover {
  text-decoration: none;
}
a {
  transition-duration: 0.3s;
  color: #35b249;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.uk-container {
  max-width: 1140px;
}
body.black-bg {
  background: #1f1f1f;
}
#header {
  width: 100% !important;
  position: absolute;
	z-index: 999;
}
#header .sticky-logo {
  display: none;
}
#header.uk-navbar-sticky {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
#header.uk-navbar-sticky .menu-main li a {
  color: #000;
}
#header.uk-navbar-sticky .menu-main > li:hover > a,
#header.uk-navbar-sticky .menu-main li.current-menu-item a {
  color: #35b249;
}
#header.uk-navbar-sticky .sticky-logo {
  display: block;
  max-width: 187px;
}
#header.uk-navbar-sticky .standard-logo,
.uk-sticky-placeholder {
  display: none;
}
.arrow {
  margin-left: 9px;
}
.logo {
  display: block;
}
.menu-humburgur-icon {
  display: none;
}
.menu-main {
  font-weight: 400;
  list-style: none;
}
.menu-main > li:not(:last-child) {
  padding-right: 25px;
}
.menu-main > li:hover > .sub-menu {
  margin-top: 0;
}
.menu-main li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu-main li {
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.menu-main li.current-menu-item a {
  color: #35b249;
}
.menu-main li a {
  color: #fff;
}
.menu-main li a:hover {
  color: #35b249;
}
.menu-main > li {
  line-height: 75px;
}
.menu-main > li > .sub-menu {
  margin-top: 20px;
}
.menu-main .sub-menu {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
  width: 180px;
  background: #f2efef;
}
.menu-main .sub-menu li {
  list-style-type: none;
  float: none;
  margin: 0;
  padding: 0;
}
.menu-main .sub-menu li .sub-menu {
  margin: 0 20px;
}
.menu-main .sub-menu li a {
  display: block;
  color: #000;
  padding: 7px 20px;
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px solid #dcdadb;
}
.menu-main .sub-menu li a:hover {
  background: #f8f8f8;
}
.menu-main .sub-menu > li:hover > .sub-menu,
.menu-main .sub-menu > li > .sub-menu li:hover > .sub-menu {
  margin: 0;
}
.menu-main .sub-menu .arrow {
  position: absolute;
  right: 15px;
  margin-left: 0;
}
.menu-main .sub-menu .arrow i:before {
  content: "\f105";
}
.menu-main .sub-menu ul {
  left: 180px;
  top: 0;
}
.homeBanner h1 {
  font-size: 62px;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 25px;
  color: #fff;
}
.homeBanner p {
  font-size: 23px;
  line-height: 32px;
  color: #fff;
  max-width: 398px;
}
.homeBanner-right img {
  max-width: 348px;
}
.Business-Intro {
  margin-bottom: 100px;
}
.Business-Intro-inner {
  margin-top: -160px;
}
.Business-Intro-item {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  background: #fff;
  overflow: hidden;
  padding-bottom: 80px;
  margin-bottom: 30px;
}
.Business-Intro-item-icon {
  margin-bottom: 20px;
}
.Business-Intro-item-title {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  font-weight: 300;
  margin-bottom: 39.6px;
}
.Business-Intro-item-description {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}
.save-planet {
  margin-bottom: 43px;
}
.save-planet-left {
  padding: 10% 0;
}
.save-planet-left h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
.save-planet-left p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.how-to-become {
  margin-bottom: 81px;
}
.how-to-become-right h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 300;
  margin: 30px 0 40px;
}
.how-to-become-right p {
  font-size: 20px;
  line-height: 1.6;
}
.how-to-become-right p:not(:last-child) {
  margin-bottom: 20px;
}
.create-a-carbon {
  margin-bottom: 70px;
}
.create-a-carbon-title {
  margin-bottom: 40px;
}
.create-a-carbon-desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}
.create-a-carbon-content-text h4 {
  margin: 26px 0;
  font-size: 20px;
  line-height: 1.5;
}
.create-a-carbon-content-text p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}
.list-item-box-inner .uk-grid {
  margin-bottom: 60px;
}
.normal-item-box {
  margin-bottom: 40px;
}
.normal-item-box .heading-with-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.normal-item-box .heading-with-icon .image {
  width: 100px;
}
.normal-item-box .heading-with-icon h2 {
  width: calc(100% - 100px);
  padding-left: 20px;
  font-size: 30px;
  line-height: 1.17;
  font-weight: 300;
}
.normal-item-box .heading-with-icon > * {
  box-sizing: border-box;
}
.normal-item-box .content-container p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.normal-item-box .content-container p:not(:last-child) {
  margin-bottom: 20px;
}
.normal-item-box .content-container p em {
  color: #6a7176;
}
.want-to-learn {
  padding: 100px 0;
}
.want-to-learn-head {
  margin-bottom: 40px;
}
.want-to-learn-head h2 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 300;
  color: #252525;
  margin-bottom: 20px;
}
.your-company {
  padding: 80px 0;
  background: #f6fdfa;
}
.your-company-title {
  font-size: 36px;
  line-height: 1.5;
  color: #35b249;
  margin-bottom: 20px;
}
.your-company-desc {
  margin-bottom: 20px;
}
.your-company-desc p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #595959;
}
.your-company-desc p:not(:last-child) {
  margin-bottom: 20px;
}
.your-company .btn-contact-us .btn-normal {
  padding: 17px 40px;
}
.your-company .btn-buy-carbon {
  margin-top: 20px;
}
.picture-box {
  padding-top: 50px;
}
.uk-modal-dialog {
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 15px;
}
.uk-modal-body {
  padding: 20px;
}
.uk-modal-header {
  background: transparent;
}
.uk-modal-title {
  font-size: 28px;
  line-height: 1.5;
  color: #252525;
  font-weight: 300;
}
.wpcf7-form-control {
  padding: 8px 15px;
  border: 1px solid #d2d2d2;
  margin-right: 0;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 54px;
  box-sizing: border-box;
}
.wpcf7-form-control::-webkit-input-placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.wpcf7-form-control::-moz-placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.wpcf7-form-control:-ms-input-placeholder,
.wpcf7-form-control::-ms-input-placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.wpcf7-form-control::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.wpcf7-textarea {
  height: auto;
  font-size: 16px;
  font-weight: 400;
  height: 150px;
  width: 100%;
  font-family: Open Sans, sans-serif;
}
.uk-modal-body p {
  margin: 15px 0;
}
.footer {
  padding: 70px 0 50px;
}
.footer-content {
  margin-bottom: 40px;
}
.widget ul {
  list-style: none;
}
.widget ul > li:first-child {
  padding-top: 0;
}
.widget ul li {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.widget ul li .sub-menu {
  padding-top: 10px;
}
.widget ul li .sub-menu li:last-child {
  padding-bottom: 0;
}
.widget ul li a {
  color: #252525;
}
.widget ul li.current-menu-item > a,
.widget ul li:hover>a {
  color: #6a7176;
}
.widget ul .arrow {
  display: none;
}
.widget-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-contact-info-item .item-icon {
  width: 27px;
  height: 27px;
  text-align: center;
  margin-right: 11px;
}
.footer-contact-info-item .item-icon i {
  font-size: 16px;
  font-weight: 900;
}
.footer-contact-info-item .item-content p {
  font-size: 16px;
  line-height: 1.7;
}
.footer-socials li {
  padding: 0 !important;
  line-height: 1 !important;
}
.footer-socials li:not(:last-child) {
  margin-right: 11px;
}
.footer-socials li i {
  font-size: 30px;
}
.copyright {
  padding: 20px 0;
  height: 56px;
  line-height: 56px;
}
.copyright p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #838191;
}
.custom-space.uk-grid {
  margin-left: -57px;
}
.custom-space.uk-grid > * {
  padding-left: 57px;
}
.btn-normal {
  padding: 13px 0;
  border-radius: 4px;
  font-size: 18px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  width: 242px;
  transition: all 0.2s;
}
.btn-green {
  background: #35b249;
}
.btn-green:hover {
  background: #000;
  color: #fff;
}
.btn-auto {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-size-small {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.btn-white {
  background: #fff;
  border: 1px solid #35b249;
  font-size: 13px;
  color: #35b249;
  padding-left: 23px;
  padding-right: 23px;
}
.btn-white:hover {
  border-color: #fff;
  color: #35b249;
}
.btn-submit {
  outline: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.h100 {
  height: 100%;
}
.normal-title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 300;
}
/*  Solutions */
#header.white {
	background: #fff
}

#header.white .standard-logo,
#header.white .sticky-logo {
	max-width: 180px
}

#header.white .menu-main li a {
	color: #000
}

#header.white .menu-main>li:hover>a,
#header.white .menu-main li.current-menu-item a {
	color: #35b249
}

#header.white .menu-main>li {
	font-weight: 600
}

.solutions-banner {
	color: #fff
}

.solutions-banner h1 {
	font-weight: 700;
	font-size: 65px;
	line-height: 1.3;
	color: #fff;
	max-width: 833px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px
}

.solutions-banner-desc {
	max-width: 564px;
	margin-left: auto;
	margin-right: auto
}

.solutions-banner-desc p {
	font-size: 23px;
	line-height: 1.6;
    font-weight: 400;
}

.solution-intro-inner {
	max-width: 840px;
	margin: auto;
	margin-top: -106px
}

.solution-intro-item {
	background: #fff;
	box-shadow: 0 4px 60px 40px rgba(0, 0, 0, .05);
	padding: 45px 0
}

.solution-intro-item-icon {
	margin-bottom: 30px
}

#solution-intro .solution-intro-item-title {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: bold;
}

.solution-intro-item-desc {
	margin-bottom: 30px
}

.solution-intro-item-desc p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5
}

.solution-intro-item-desc h4 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 12px
}

@media (min-width:1200px) {
	.space-30.uk-grid {
		margin-left: -30px
	}
	.space-30.uk-grid>* {
		padding-left: 30px
	}
	.space-65.uk-grid {
		margin-left: -65px
	}
	.space-65.uk-grid>* {
		padding-left: 65px
	}
	.space-0.uk-grid {
		margin-left: 0
	}
	.space-0.uk-grid>* {
		padding-left: 0
	}
}

.btn-light-green {
	padding: 14px 45px;
	display: inline-block;
	background: #eaf9ec;
	border-radius: 6px;
	color: #24aa3c;
	font-weight: 700;
	font-size: 16px
}

.btn-light-green:hover {
	background: #24aa3c;
	color: #fff
}

.solutions2 {
	padding-top: 140px;
	padding-bottom: 51px
}

.solutions2-inner {
	max-width: 707px;
	margin: auto
}

.solutions2-inner p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 35px
}

.solutions2 .btn-take-the-team {
	background: #24aa3c;
	border-radius: 6px;
	display: inline-block;
	padding: 15px 55px;
	color: #fff;
	font-weight: 700;
	font-size: 16px
}

.solutions2 .btn-take-the-team:hover {
	background: #252525
}

.solutions3 {
	padding-top: 136px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/icon_circle.png) no-repeat top;
	background-size: 100% auto
}

.solutions3-top {
/* 	padding-bottom: 109px */
}

.solutions3-items {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 63px
}

.solutions3-head {
	margin-bottom: 35px
}

#solutions3-head h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 18px
}

.solutions3-head p {
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #2aa43c
}

.solutions3-item-number {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #24aa3c;
	box-sizing: border-box;
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 25px;
	color: #24aa3c
}

.solutions3-item-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 12px
}

.solutions3-item-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #000
}

.solutions3-btn {
	padding: 15px 35px;
	display: inline-block;
	background: #24aa3c;
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	color: #fff
}

.solutions3-btn:hover {
	background: #000;
	color: #fff
}

.solutions3-bot {
	padding-top: 104px;
	padding-bottom: 166px;
	background: linear-gradient(180deg, #2aa43c, #128723)
}

.solutions3-bot-head {
	margin-bottom: 26px
}

#solutions3-bot-head h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 23px
}

.solutions3-bot-head p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	opacity: .9;
	max-width: 540px;
	margin: auto
}

.solutions3-bot-item .icon {
	margin-bottom: 62px
}

.solutions3-bot-btn {
	background: #24aa3c;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
	border-radius: 6px;
	display: inline-block;
	padding: 15px 32px;
	font-weight: 700;
	font-size: 16px;
	color: #fff
}

.solutions3-bot-btn:hover {
	background: #095a18;
	color: #fff
}

.solution4 {
	padding-top: 110px;
	padding-bottom: 125px
}

#solution4 .solution4-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 60px
}

.solution4-items {
	max-width: 1023px;
	margin: auto
}

.solution4-item-thumb {
	width: 150px;
	box-sizing: border-box
}

.solution4-item-thumb-inner {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #c0e9c7
}

.solution4-item-desc {
	width: calc(100% - 150px);
	box-sizing: border-box;
	padding-left: 30px
}

.solution4-item-desc h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.67;
	color: #000;
	margin-bottom: 10px
}

.solution4-item-desc p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 12px
}

.solution4-item-desc a {
	font-weight: 700;
	font-size: 14px;
	line-height: 2.14
}

.solution-footer {
	padding: 0 30px;
	color: hsla(0, 0%, 100%, .8)
}

.solution-footer-inner {
	padding: 60px 129px 98px;
	background: #2c2c2c
}

.solution-footer-inner .footer-logo {
	margin-bottom: 45px
}

.solution-footer-container {
	max-width: 1180px;
	margin: auto
}

.solution-footer .widget ul li a {
	color: hsla(0, 0%, 100%, .8)
}

.solution-footer-col2 {
	padding-left: 45px;
	display: flex;
}

.solution-footer-col2>.widget:first-child {
	margin-right: 35px;
}

.solution-footer-col3 {
	padding-left: 129px
}

.footer-solution {
	padding-bottom: 0
}

.footer-solution .copyright {
	padding: 25px 0 28px;
	height: auto;
	line-height: auto
}

.footer-solution .copyright p {
	font-weight: 600;
	font-size: 14px;
	line-height: 2;
	color: #111;
	opacity: .7
}

.footer-solution ul.footer-socials {
	margin-top: 22px
}

.footer-solution a:hover {
	color: #fff!important
}

.solution-footer-col1 p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 12px;
	font-weight: 400
}

.solution-footer-col1 p,
.solution-footer-col1 p a {
	color: hsla(0, 0%, 100%, .8)
}

.solution-footer-col1 h4 {
	color: hsla(0, 0%, 100%, .5);
	font-size: 14px;
	letter-spacing: .02em;
	margin-top: 23px;
	font-weight: 400
}

.solution-footer-col1 ul li {
	display: inline-block;
	padding: 0
}

.solution-main-bg {
	background: url(../images/solution-main-bg.svg) no-repeat top/cover
}
#header.no_carret span.fusion-caret {
    display: none;
}
/*HOME PAGE*/ 
.home-banner{
	background-size: cover !important;
}
.home-banner h1 {
	font-size: 70px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	max-width: 870px;
	margin-bottom: 20px;
}

.home-banner-desc,
.home-banner h1 {
	margin-left: auto;
	margin-right: auto
}

.home-banner-desc {
	max-width: 794px;
	margin-bottom: 50px
}

.home-banner-desc p {
	font-size: 26px;
	line-height: 1.5;
	font-weight: 400;
	color: #fff
}

.home-banner-button {
	border-radius: 4px;
	display: inline-block;
	background: #35b249;
	font-size: 18px;
	line-height: 55px;
	width: 255px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff
}

.home-banner-button:hover {
	background: #fff;
	color: #35b249
}

.home-intro {
	padding-bottom: 270px
}

.home-intro-inner {
	padding: 30px 0;
	font-weight: 500;
	background: #fff;
	box-shadow: 0 4px 60px 40px rgba(0, 0, 0, .05);
	margin: -90px auto 0;
	max-width: 880px
}

.home-intro-item {
	padding: 0 60px
}

.home-intro-item-icon {
	height: 80px;
	margin-bottom: 15px
}

.home-intro-item-desc p {
	color: #000;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400
}

.home-intro-2 {
	padding-top: 170px;
	padding-bottom: 60px
}

.home-intro-2 h3 {
	font-size: 36px;
	line-height: 1.5;
	font-weight: 700;
	color: #252525;
	margin-bottom: 32px
}

.home-intro-2-desc {
	margin-bottom: 40px
}

.home-intro-2-desc p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #595959
}

.home-intro-2-desc p:not(:last-child) {
	margin-bottom: 20px
}

.home-intro-2 .btn {
	display: inline-block;
	color: #fff;
	border-radius: 8px;
	padding: 17px 40px;
	font-size: 18px;
	font-weight: 400
}

.home-intro-2 .btn:hover {
	background: #000;
	color: #fff
}

.home-intro-3-content {
	padding: 30px 60px;
	border-radius: 10px;
	background: #eaf9ec
}

.home-intro-3-btn {
	display: inline-block;
	padding: 15px 40px;
	color: #2aa43c;
	border-radius: 8px;
	border: 2px solid #24aa3c;
	font-size: 14px;
	font-weight: 700
}

.home-intro-3-btn:hover {
	color: #35b249
}

.home-intro-3 h3 {
	font-size: 20px
}

.why-carbonclick-head h3 {
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 40px
}

.why-carbonclick-item {
	padding: 40px 25px;
	background: #f4fbf5;
	border-radius: 2px;
	text-align: center;
	height: 100%
}

.why-carbonclick-item h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	color: #252525;
	font-size: 20px;
	line-height: 1.5
}

.why-carbonclick-item p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-weight: 400;
	color: #595959
}

.why-carbonclick .space-top-60 {
	position: relative;
	top: 50px
}

.home-testimonials {
	padding-top: 30px;
	padding-bottom: 200px
}

.home-testimonials-inner {
	padding: 57px 60px 40px;
	background-color: #f4fbf5;
	border-radius: 2px
}

.home-testimonials h3 {
	font-size: 36px;
	line-height: 1.5;
	color: #252525;
	margin-bottom: 40px
}

.home-testimonials .slick-dots {
	margin-top: 25px;
	text-align: center
}

.home-testimonials .slick-dots li {
	display: inline-block
}

.home-testimonials .slick-dots li:not(:last-child) {
	margin-right: 10px
}

.home-testimonials .slick-dots li button {
	outline: none;
	border: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d9d9d9;
	font-size: 0
}

.home-testimonials .slick-dots li.slick-active button {
	background: #24aa3c
}

.home-testimonials .reviews {
	margin-bottom: 25px
}

.home-testimonials .reviews-thumb {
	width: 200px
}

.home-testimonials .reviews-thumb-inner {
	width: 200px;
	height: 200px
}

.home-testimonials .reviews-thumb img {
	border-radius: 50%
}

.home-testimonials .reviews-content {
	width: calc(100% - 200px);
	box-sizing: border-box;
	padding-left: 50px
}

.home-testimonials .reviews-content p {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 400;
	color: #111;
	line-height: 1.5
}

.home-testimonials .reviews-content .author .company-name strong {
	font-weight: 700;
	font-size: 18px;
	color: #111
}

.home-testimonials .reviews-content .author .company-name span {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: 400;
	letter-spacing: 2px
}

.carbon-offsetting .carbon-offsetting-1 {
	padding-bottom: 100px
}

.carbon-offsetting h3 {
	font-size: 36px;
	line-height: 1.5;
	color: #252525;
	margin-bottom: 40px
}

.carbon-offsetting .carbon-offsetting-1-left-desc {
	max-width: 410px;
	margin-left: auto
}

.carbon-offsetting .carbon-offsetting-1-left-desc p {
	font-size: 20px;
	line-height: 1.5;
	color: #111;
	margin-bottom: 20px;
	font-weight: 400
}

.carbon-offsetting .carbon-offsetting-2-right h3 {
	font-size: 36px;
	line-height: 1.5;
	color: #252525;
	max-width: 350px;
	margin-bottom: 40px
}

.carbon-offsetting .carbon-offsetting-2-right ul {
	list-style: none;
	padding-left: 40px
}

.carbon-offsetting .carbon-offsetting-2-right ul li {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
	position: relative
}

.carbon-offsetting .carbon-offsetting-2-right ul li:before {
	content: "";
	background: #24aa3c;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -25px;
	width: 10px;
	height: 10px
}

.carbon-offsetting .carbon-offsetting-2-right img {
	border-radius: 10px
}

.home-Champions {
	padding: 40px 0 90px
}

.home-Champions-title {
	font-size: 36px;
	line-height: 1.5;
	color: #252525;
	margin-bottom: 80px
}

.home-Champions .uk-grid>.uk-grid-margin {
	margin-top: 30px
}

.home-media {
	padding: 40px 0 70px
}

.home-media-title {
	font-size: 36px;
	line-height: 1.5;
	color: #252525;
	margin-bottom: 80px
}

.home-media-item {
	background-color: #fafafa;
	padding: 20px 30px;
	height: 100%;
	text-align: center
}

.home-media-item img {
	filter: saturate(0);
	transition: filter .3s ease
}

.home-media-item img:hover {
	filter: saturate(100%)
}

.home-media-item a,
.home-media-item p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px
}

.home-media-item a {
	text-decoration: underline;
	font-weight: 300;
	color: #35b249;
	display: inline-block
}

.home-partners {
	padding-bottom: 100px
}

.home-partners .uk-grid>.uk-grid-margin {
	margin-top: 50px
}

@media (min-width:1200px) {
	.space-20.uk-grid {
		margin-left: -20px
	}
	.space-20.uk-grid>* {
		padding-left: 20px
	}
}

.main-color {
	color: #35b249;
	font-size: 1.1em
}
@media (min-width: 960px) {
  .uk-width-3-5\@m {
    width: 59.988%;
  }
  .uk-width-2-5\@m {
    width: 39.992%;
  }
}
@media (max-width: 1400px) {
  .menu-main .sub-menu ul {
    left: -180px;
  }
}
@media (max-width: 1100px) {
  #header {
    padding: 20px 0;
  }
  #main-menu {
    display: none;
  }
  .menu-humburgur-icon {
    width: 21px;
    height: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  span.menu-humburgur-icon i {
    font-size: 20px;
    color: #fff;
  }
  #header.white span.menu-humburgur-icon i {
      color: #000;
  }
  #mobile_menu {
    background: #fff;
    margin-top: 20px;
  }
  #mobile_menu .menu-main-mobile {
    list-style: none;
  }
  #mobile_menu .menu-main-mobile > li.current-menu-item a {
    color: #35b249;
  }
  #mobile_menu .menu-main-mobile > li > .sub-menu > li > a:before {
    content: "-";
    margin-right: 2px;
  }
  #mobile_menu
    .menu-main-mobile
    > li
    > .sub-menu
    > li
    > .sub-menu
    > li
    > a:before {
    content: "--";
    margin-right: 2px;
  }
  #mobile_menu
    .menu-main-mobile
    > li
    > .sub-menu
    > li
    > .sub-menu
    > li
    > .sub-menu
    > li
    > a:before {
    content: "---";
    margin-right: 2px;
  }
  #mobile_menu .menu-main-mobile li {
    font-size: 16px;
    font-weight: 400;
  }
  #mobile_menu .menu-main-mobile li .sub-menu {
    display: none;
  }
  #mobile_menu .menu-main-mobile li a {
    height: 55px;
    line-height: 35px;
    display: block;
    color: #333;
  }
  #mobile_menu .menu-main-mobile .arrow {
    margin-left: 9px;
    position: absolute;
    right: 15px;
    width: 30px;
    text-align: center;
    display: inline-block;
    z-index: 2;
  }
}
@media (max-width: 960px) {
  .Business-Intro-inner {
    margin-top: -90px;
  }
  .Business-Intro-item-title {
    font-size: 35px;
  }
  .save-planet-inner h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .save-planet-inner .save-planet-img-mobile {
    margin-bottom: 40px;
  }
  .save-planet-desc-mobile p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #6b6976;
  }
  .homeBanner-right {
    text-align: center;
  }
  .how-to-become {
    margin-bottom: 50px;
  }
  .how-to-become-inner h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .text-mobile > p {
    font-size: 16px;
    line-height: 28px;
    font-family: Open Sans;
    color: #6b6976;
  }
  .solutions-banner h1 {
  	font-size: 45px;
  	line-height: 1.3
  }
  /*Home*/
  .home-banner h1 {
    font-size: 54px
  }
  .home-banner-desc {
    max-width: 659px
  }
  .home-banner-desc p {
    font-size: 21px
  }
  .home-banner-button {
    width: 197px
  }
  .home-intro-2 {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .home-intro-3-content {
    padding: 20px
  }
  .home-intro-3-btn {
    padding: 15px 20px
  }
  .home-intro {
    padding-bottom: 80px
  }
  .why-carbonclick {
    padding-bottom: 70px!important
  }
  .why-carbonclick .space-top-60 {
    position: static
  }
  .home-testimonials {
    padding-bottom: 100px
  }
  .carbon-offsetting {
    padding-bottom: 80px!important
  }
  .home-media-item img {
    filter: saturate(100%)
  }
}
@media (max-width:767px) {
  .home-intro-3-content {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .home-intro-3-btn {
    margin-top: 10px;
    width: 100%
  }
}
@media (max-width: 640px) {
  .homeBanner h1 {
    font-size: 27px;
    line-height: 31px;
  }
  .homeBanner p {
    font-size: 14px;
    line-height: 20px;
    max-width: 245px;
  }
  .homeBanner-right {
    text-align: center;
  }
  .homeBanner-right img {
    max-width: 220px;
  }
  .Business-Intro-item-title {
    font-size: 32px;
  }
  .btn-take-action {
    width: 100%;
    padding: 17px;
    font-size: 18px;
  }
  .solution-footer {
  	padding: 0 4vw
  }
  .solution-footer-inner {
  	padding: 50px 15px
  }
  .solution-footer-col2 {
  	padding-left: 0
  }
  .solution-footer-col2>.widget:first-child {
  	margin-right: 15px
  }
  .solution-footer-col3 {
  	padding-left: 0
  }
  .solutions3 {
  	padding-left: 4vw;
  	padding-right: 4vw
  }
  .solutions3-bot {
  	padding: 50px 0
  }
  .solution4 {
  	padding: 80px 0 0
  }
  .solution4-item-thumb {
  	width: 100%;
  	margin-bottom: 20px
  }
  .solution4-item-desc {
  	width: 100%;
  	padding-left: 0
  }
  .solution4-item-thumb-inner {
  	margin: auto
  }
  .solution4-item {
  	text-align: center
  }
  /*Home*/
  .home-banner h1 {
    font-size: 35px
  }
  .home-banner-desc {
    max-width: 375px
  }
  .home-banner-desc p {
    font-size: 19px
  }
  .home-intro-item {
    padding: 0 20px
  }
  .home-intro-item-desc p {
    font-size: 16px
  }
  .home-intro-2 {
    padding-top: 40px;
    padding-bottom: 80px
  }
  .home-intro {
    padding-bottom: 50px
  }
  .why-carbonclick {
    padding-top: 50px!important;
    padding-bottom: 50px!important
  }
  .home-testimonials-inner {
    padding: 30px 20px
  }
  .home-testimonials .reviews-thumb {
    width: 100%;
    text-align: center
  }
  .home-testimonials .reviews-thumb-inner {
    margin: 0 auto 15px
  }
  .home-testimonials .reviews {
    margin-bottom: 0
  }
  .home-testimonials .reviews-content {
    width: 100%;
    padding-left: 0
  }
  .home-testimonials .reviews-content p {
    font-size: 16px
  }
  .carbon-offsetting h3 {
    text-align: center;
    margin-bottom: 36px
  }
  .carbon-offsetting .carbon-offsetting-1-left-desc {
    text-align: left
  }
  .carbon-offsetting .carbon-offsetting-1-left-desc p,
  .carbon-offsetting .carbon-offsetting-2-right ul li {
    font-size: 16px
  }
  .carbon-offsetting {
    padding-bottom: 50px!important
  }
}


.pageBanner-left{
  padding-left: 160px;
}

.pageBanner-left h1{
  font-size: 69px;
  margin-bottom: 45px;
  line-height: 1.1;
}
.pageBanner-left p{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    max-width: 517px;
    font-weight: 400;
   
}
.start-link img{
  max-width: 149px;
  margin-left: 10px;
}
.pageBanner-left .btn-normal{
  font-size: 23px;
  padding: 26.5px 20px;
  min-width: 341px;
  text-align: center;
}

.climate-intro .Business-Intro-inner{
  margin-top: -70px;
}
.climate-intro .Business-Intro-item{
  padding: 40px 20px 40px;
  height: 100%;
}
.climate-intro .Business-Intro-item-icon img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
}
.climate-intro .climate-intro-title{
      font-size: 17px;
    line-height: 1.29;
    margin-bottom: 15px;
    font-weight: 300;
    color: #252525;
    margin-bottom: 15px;
}
.climate-intro  .climate-intro-description{
    color: #6a7176;
    margin-bottom: 20px;
        font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.climate-intro .custom-space.uk-grid > * {
    padding-left: 45px;
}
.climate-intro{
    margin-bottom: 60px;
}
.climate-shop{
  margin-bottom: 72px;
}
.climate-shop-top{
  background: #dbdbdb;
  padding: 13px 0 8px;
}
.climate-shop-top .climate-shop-logo{
  max-height: 60px;
  /* padding: 13px 0 8px; */
}
.climate-shop-bottom .btn-normal{
  margin: 13px 0 8px;
    font-size: 14px;
    line-height: 17px;
    padding: 13px 29px;
    width: auto;
}
.climate-shop-bottom .magento-link{
  color: #35b249;
  font-size: 16px;
}
.climate-businesses{
  padding:25px 0;
  background: #f6fdfa;
}
.cl-businesses-title{
  color: rgb(53, 178, 73);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 54px;
}
.cl-businesses-des p{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #6a7176;
}
.cl-equip-title{
  font-size: 48px;
  line-height: 1.5;
  font-weight:300;
  margin-bottom: 20px;
}
.cl-equip-video{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; ;
}
.cl-equip-video iframe, .cl-equip-video object, .cl-equip-video embed{
   position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cl-equip-info{
  margin: 24px 0 31px;
}
.font-text-16 p{
  font-size: 16px;
  line-height: 1.5;
  color: #595959;
}
.ul-equip-des p{
  margin-bottom: 20px;
  font-weight: 400;
}
.ul-equip-link p{
  margin-bottom: 20px;
  font-weight: 700;
}
.ul-equip-link .btn-normal{
      padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    width: auto;
    margin-bottom: 42px;
}
.climate-champions{
  padding: 40px 0 60px;
}
.cl-champions-title{
  margin-bottom: 60px;
  font-size: 36px;
    line-height: 1.5;
    font-weight: 300;
    color: #252525;
}
.cl-champions-list .uk-grid-margin{
  margin: 0;
}
.cl-champions-list{
  margin-bottom: 60px;
}
.sma-link{
  width: auto;
  padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
}
.sma-title{
  font-size: 36px;
  line-height: 1.5;
  color: #252525;
  font-weight: 300;
  margin-bottom: 20px;
}
.cl-feature-list{
  margin-top: 40px;
}
.cl-feature-item{
  margin-bottom: 100px;
}
.cl-feature-item p{
  color: rgb(168, 168, 168);
  font-size: 18px;
}
.cl-feature-right{
  padding-left: 18%;
}
.cl-normal-title b{
  font-weight: 700;
}
.cl-feature-item .how-to-become-left > img{
  max-width: 551px;
}
.cl-feature-item:nth-child(2n){
  flex-direction: row-reverse;
}
.cl-feature-item:nth-child(2n) .cl-feature-right{
  padding-left: 0;
  padding-right: 18%;
}
.cl-feature-list-bg .uk-grid>* {
    padding-left: 20px;
}
.cl-feature-list-small{
  display: flex;
  margin: 0 -10px 50px;
}
.cl-feature-list-small a{
  width: 33.33%;
  padding: 0 10px;
}
.cl-feature-list-bg .btn-normal{
  padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    width: auto;
}
.cl-key-list{
  margin: 30px 0 110px;
}
.cl-key-item{
  position: relative;
  padding-left: 100px;
  margin: 0 0 30px !important;
}
.cl-key-feature{
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 20px;
}
.cl-key-feature img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.cl-key-des h3{
  font-size: 30px;
    line-height: 1.17;
    color: #252525;
    margin-bottom: 15px;
    font-weight: 600;
}
.cl-key-des  p{
      color: #000000;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 32px;
}
.climate-banner-bg{
  width: 100%;
  padding: 65px 0;
  position: relative;
}
.climate-banner-bottom{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: calc(100%/2) center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.climate-banner-bg .uk-container{
  position: relative;
}
.cl-des-bottom h3{
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 300;
}
.cl-des-bottom .btn-normal{
  margin-bottom: 25px;
}
.cl-key-des h3:hover, .climate-intro .climate-intro-title:hover{
  color: #35b249;
}
.cl-become{
  margin-bottom: 30px;
}
.teamBanner{
  padding:155px 0 105px;
}
.teamBanner .btn-normal{
  padding: 17px 10px;
    min-width: 338px;
    text-align: center;
    font-weight: 300;
}
.teamBanner .homeBanner-left p{
  font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.team-intro .Business-Intro-inner {
    margin-top: 70px;
}
.team-intro .Business-Intro-item-icon img{
  width: 100px;
  height: 100px;
}
.climate-intro .climate-intro-title b{
  font-weight: 700;
}
.climate-teams .cl-team-title{
  margin-bottom: 25px;
    font-size: 48px;
    line-height: 1.5;
    font-weight: 300;
    color: #252525;
}
.climate-teams .cl-team-des{
  font-size: 16px;
  color: #595959;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.climate-pricing{
  margin-bottom:  145px;
}
.climate-banner-bg{
  overflow-x: hidden;
}
.cl-pricing-bg{
  max-width: 699px;
  margin: 0 auto;
  border-left: 3px solid #35b249;
  background-color: #f6f6f6;
  padding: 28px 28px 27px 31px;
}
.cl-pricing-bg .cl-pricing-title{
  font-size: 36px;
  line-height: 1.5;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 300;
}
.cl-pricing-bg .cl-pricing-des{
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 400;
}
.cl-pricing-bg .cl-pricing-des b{
  font-weight: 700;
}
.team-key .cl-key-item{
  padding-left: 60px;
}
.team-key .cl-key-feature img{
  width: 40px;
    height: auto;
    border-radius: 0;
}
.partner-intro .Business-Intro-item-icon img{
  width: 100px;
  height:100px;
}
.partner-intro .climate-intro-title{
  font-size: 28px;
  margin-bottom: 20px;
}
.partner-intro .climate-intro-description{
  font-size: 24px;
  line-height: 1.33;
  color: #000;
  font-weight: 300;
}
.partner-intro .climate-intro-description b{
  font-weight: 700;
}
.partner-intro .Business-Intro-inner {
    margin-top: -50px;
}
.parter-intro-link{
  margin-top: 65px;
}
.parter-intro-link .btn-normal{
      padding: 19px 40px;
}
.partner-become .cl-feature-right{
  padding-left: 0;
}
.cl-become .how-to-become-right h2{
  margin-top: 0;
}
.cl-become .cl-feature-item p{
  color: #000;
  font-size: 20px;
  line-height: 1.6;
}
.cl-become .cl-feature-item .how-to-become-left > img{
  border-radius: 20px;
}
.cl-become  .uk-grid>*{
  padding-left: 35px;
}
.cl-become .uk-grid{
  margin-left: -35px;
}
.pt-cases-title{
  margin-bottom: 10px;
}
.pt-cases-title h2{
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
  color: #252525;
  margin-bottom: 20px;
}
.pt-cases-title p{
  color: #595959;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
.partner-company .your-company-title{
  font-weight: 300;
}
.partner-company .your-company-desc p{
  font-size: 20px;
  font-weight: 300;
}
.plan-table-title{
  font-size: 48px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 40px;
}
.color-25{
  color: #252525;
}
.plan-title{
      background-color: rgb(246, 253, 250);
    border-bottom: 1px solid rgb(129, 211, 142);
    padding: 20px 0px;
    min-height: 157px;
}
.plan-title h2{
      color: rgb(53, 178, 73);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
}
.plan-it-bg{
  border: 1px solid rgb(129, 211, 142);
}
.plan-top{
      padding: 20px 0 10px;
}
.plan-top h3{
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
}
.plan-top h3 span{
  font-size: 35px;
}
.partner-intro .custom-space.uk-grid {
    margin-left: -45px;
}
.plan-top p{
  color: #a8a8a8;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.plan-top .btn-normal{
  width: 250px;
}
.plan-title-sub{
  margin: 20px 0 20px;
  color: #35b249;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
}
.plan-table-inner ul li i{
      color: #35b249;
      padding: 3px 0;
      display: inline-block;
      font-size: 18px;
      margin-right: 12px;
}
.plan-table-inner ul li{
  padding: 20px;
  display: flex;
  font-size: 18px;
  color: #252525;
  font-weight: 400;
}
.plan-table-inner ul li:nth-child(odd) {
    background: #F8F8F8;
}
.plan-table{
  margin-bottom: 110px;
}

@keyframes tp-rotateplane{
    from {margin-left: -40px; opacity: 0;}
  to {margin-left: 0;opacity: 1;}
}
.animate-delay-1{
  animation: tp-rotateplane 0.5s ease-in-out 0.2s 1 alternate;
}
.animate-delay-2{
   animation: tp-rotateplane 0.5s ease-in-out 0.5s 1 alternate;
}
.animate-delay-3{
   animation: tp-rotateplane 0.5s ease-in-out 0.8s 1 alternate;
}
.plan-top .fusion-text{
      margin: 30px 0 0;
    min-height: 16px;
    font-size: 16px;
    color: #595959;
    font-weight: 700;
    text-align: left;
    padding: 0 10px;
}

@media (max-width: 1100px){

  .pageBanner-left {
      padding-left: 30px;
  }
}
@media(max-width: 960px){
  .pageBanner-left h1{
    font-size: 50px;
  }
  .climate-businesses{
    margin-top: 73px;
  } 
  .cl-feature-right {
      padding-left: 0;
  }
  .cl-feature-right img{
    margin-bottom: 20px;
    max-width: 450px;
    width: 100%;
  }
  .cl-feature-item{
    margin-bottom: 50px;
  }
  .cl-feature-item:nth-child(2n) .cl-feature-right{
    padding-right: 0;
  }
  .cl-key-feature img{
    width: 48px;
    height: auto;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .cl-key-feature{
    position: relative;
  }
  .cl-key-item{
    padding-left: 0;
  }
  .cl-key-des p{
    font-size: 16px;
    font-weight: 400;
  }
  .cl-des-bottom h3{
    font-size: 21px;
  }
  .cl-become .cl-feature-item p{
    margin-bottom: 20px;
  }
  .climate-key-2 .cl-key-feature img{
    width: auto;
  }
  .climate-key-2 .cl-key-des h3,  .climate-key-2 .cl-key-des p{
    font-weight: 300;
  }
  .cl-key-item{
    margin-bottom: 50px !important;
  }
  .mb-become .cl-feature-item p{
    font-size: 16px;
    font-weight: 400;
  }
  .climate-teams{
    margin-top: 50px;
  }
  .cl-key-list{
    margin-left: -30px;
  }
  .cl-key-item{
    padding-left: 30px !important;
  }
  .cl-become {
      margin-bottom: 50px;
  }
  .mb-partner-become .cl-feature-right img{
    max-width: 100%;
  }
  .partnerBanner h1 {
      font-size: 45px;
      line-height: 1.3;
  }
  .partnerBanner p{
    font-size: 18px;
    line-height: 1.3;
  }

}
@media (max-width: 640px){
  .pageBanner-left h1{
    font-size: 30px;
  }
  .pageBanner-left p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .pageBanner-left br{
    display: none;
  }
  .pageBanner-left .banner-star img{
    max-width: 91px;
    position: relative;
    top: -3px;
  }
  .pageBanner-left .btn-normal{
        font-size: 11px;
    padding: 6.5px 20px;
    width: 147px;
    min-width: auto;
  }
  .pageBanner-left .start-link img{
    max-width: 90px;
  }
  .teamBanner .homeBanner-left p {
      font-size: 13px;
      line-height: 1.5;
  }
  .teamBanner .btn-normal {
      padding: 6px 30px;
      min-width: auto;
      font-size: 13px;
      width: auto;
  }
  .teamBanner h1{
    font-size: 35px;
    line-height: 1.3;
  }
}
.plan-it-bg{
	height: 100%;
}
.uk-grid.no-space {
    margin-left: 0; 
}
.uk-grid.no-space>* {
    padding-left: 0;
}
.climate-key {
    padding-bottom: 60px;
}
.cl-champions-list .uk-grid-margin img{
  filter: grayscale(100%);
  cursor: pointer;
}
.cl-champions-list .uk-grid-margin img:hover{
  filter: none;
}
.sma-cl-become .cl-feature-item p {
    color: rgb(168, 168, 168);
}
.sma-cl-become  .cl-feature-des img{
	filter: opacity(70%);
}

/*Individuals*/
.individuals-banner h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.37;
	color: #fff;
	max-width: 597px;
	margin-bottom: 15px
}

.individuals-banner-desc {
	max-width: 419px;
	margin-bottom: 40px
}

.individuals-banner-desc p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.67;
	color: #fff
}

.individuals-banner-button {
	display: inline-block;
	padding: 15px 23px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px
}

.individuals-banner-button.white {
	background: #fff;
	color: #24aa3c;
	margin-right: 15px
}

.individuals-banner-button.green,
.individuals-banner-button.white:hover {
	background: #24aa3c;
	color: #fff
}

.individuals-banner-button.green:hover {
	background: #000;
	color: #fff
}

.individuals-intro {
	padding-bottom: 70px
}

.individuals-intro .home-intro-inner {
	padding: 60px 0 50px
}

.individuals-intro .home-intro-3-content {
	padding: 34px 38px;
	border-radius: 0
}

.individuals-intro .home-intro-item-desc p {
	font-size: 18px;
	line-height: 32px
}

.individuals-intro .home-intro-item-desc p span {
	font-weight: 700
}

.individuals-intro-2 {
	padding-top: 115px
}

.individuals-intro-2-desc {
	max-width: 732px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px
}

.individuals-intro-2-desc p {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.6;
	color: #000
}

.individuals-intro-2-items {
	max-width: 962px;
	margin: 0 auto 95px
}

.individuals-intro-2-item h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #000;
	margin-bottom: 10px
}

.individuals-intro-2-item p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	margin-bottom: 35px
}

.individuals-intro-2-item-btn {
	display: inline-block;
	padding: 14px 67px;
	background: #eaf9ec;
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px
}

.individuals-intro-2-item-btn:hover {
	background: #24aa3c;
	color: #fff
}

.individuals-intro-2-item.line {
	position: relative
}

.individuals-intro-2-item.line:before {
	content: "";
	display: inline-block;
	width: 276.43px;
	height: 5px;
	background: #f4fbf5;
	transform: rotate(41.52deg);
	position: absolute;
	right: -152px;
	top: 104px;
	z-index: 1
}

.individuals-intro-3-inner h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: .91;
	color: #24aa3c;
	margin-bottom: 15px
}

.individuals-intro-3-inner p {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	opacity: .7
}

.individuals-intro-3-inner .home-intro-3-btn {
	padding: 12px 58px;
	font-size: 16px
}

.individuals2 {
	padding: 0 30px
}

.individuals2-inner {
	padding: 120px 0 123px;
	background: linear-gradient(180deg, #2aa43c, #128723)
}

.individuals2-bot-head h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.25;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 62px
}

.individuals2-bot-item-top .individuals2-bot-item-right {
	padding-top: 30px
}

.individuals2-bot-item-top .individuals2-bot-item-desc {
	max-width: 434px;
	margin-left: auto
}

.individuals2-bot-item-top .individuals2-bot-item-desc p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.78;
	text-align: right;
	color: #fff;
	opacity: .9
}

.individuals2-bot-item-top .individuals2-bot-item-desc p:not(:last-child) {
	margin-bottom: 35px
}

.individuals2-bot-item-bot .individuals2-bot-item-right {
	padding-top: 73px
}

.individuals2-bot-item-bot .individuals2-bot-item-left {
	text-align: right
}

.individuals2-bot-item-bot .individuals2-bot-item-left img {
	margin-top: -30px
}

.individuals2-bot-item-bot .individuals2-bot-item-desc {
	max-width: 434px
}

.individuals2-bot-item-bot .individuals2-bot-item-desc p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.78;
	color: #fff;
	opacity: .9
}

.individuals2-bot-item-bot .individuals2-bot-item-desc p:not(:last-child) {
	margin-bottom: 35px
}

.individuals2-bot-btn {
	margin-top: 48px
}

.individuals2-bot-btn a {
	display: inline-block;
	background: #24aa3c;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
	border-radius: 6px;
	padding: 15px 40px;
	font-weight: 700;
	font-size: 16px;
	color: #fff
}

.individuals2-bot-btn a:hover {
	background: #095a18;
	color: #fff
}

.individuals3 .uk-container {
	max-width: 535px
}

.individuals3-inner {
	padding: 100px 0 98px
}

.individuals3-head h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.25;
	text-align: center;
	text-transform: capitalize;
	color: #000
}

.individuals3-item {
	margin-top: 50px
}

.individuals3-item-thumb {
	width: 140px
}

.individuals3-item-content {
	width: calc(100% - 140px);
	padding-left: 40px;
	box-sizing: border-box
}

.individuals3-item-content h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 10px
}

.individuals3-item-content p {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #000
}

.individuals3-btn {
	margin-top: 66px
}

.individuals3-btn a {
	display: inline-block;
	padding: 15px 40px;
	background: #24aa3c;
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	color: #fff
}

.individuals3-btn a:hover {
	background: #000;
	color: #fff
}

@media (min-width:1200px) {
	.custom-space-118.uk-grid {
		margin-left: -59px
	}
	.custom-space-118.uk-grid>* {
		padding-left: 59px
	}
	.custom-space-60.uk-grid {
		margin-left: -60px
	}
	.custom-space-60.uk-grid>* {
		padding-left: 60px
	}
}

@media (max-width:960px) {
	.individuals-intro-2-item.line:before {
		display: none
	}
	.individuals-intro-2-item p {
		max-width: 450px;
		margin: auto
	}
	.individuals-intro-2-items .uk-grid>.uk-grid-margin {
		margin-top: 80px
	}
	.individuals-intro .home-intro-3-content {
		text-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px
	}
	.individuals-intro-3-inner .home-intro-3-btn {
		margin-top: 20px
	}
	.individuals2-bot-item-top .individuals2-bot-item-right {
		padding-top: 0
	}
	.individuals2-bot-item-top .individuals2-bot-item-desc {
		margin-left: auto;
		margin-right: auto
	}
	.individuals2-bot-item-top .individuals2-bot-item-desc p {
		text-align: center
	}
	.individuals2-bot-item-left {
		text-align: center!important
	}
	.individuals2-bot-item-bot .individuals2-bot-item-left img {
		margin-top: 0
	}
	.individuals2-bot-item-bot {
		margin-top: 50px
	}
	.individuals2-bot-item-bot .individuals2-bot-item-right {
		padding-top: 0
	}
	.individuals2-bot-item-bot .individuals2-bot-item-desc {
		margin: auto;
		text-align: center
	}
	.individuals-intro-2-item-thumb {
    	margin-bottom: 20px;
	}
    .individuals-intro-2-item-btn{
    	margin-top: 20px;
    }
	.solution-footer-col2,
	.solution-footer-col3 {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.individuals-intro-3-inner .home-intro-3-btn {
		width: auto
	}
}

@media (max-width:640px) {
	.individuals2 {
		padding: 0 4vw
	}
	.individuals-banner-button.green {
		min-width: 238px;
		margin-top: 15px
	}
	.individuals2-bot-item-top .individuals2-bot-item-desc p {
		font-size: 16px;
		line-height: 1.5
	}
	.individuals2-bot-item-bot .individuals2-bot-item-desc p:not(:last-child) {
		margin-bottom: 25px
	}
	.individuals2-bot-btn a,
	.individuals3-btn a {
		padding: 15px 20px
	}
	.individuals3-item-content {
		padding-left: 0;
		width: 100%;
		text-align: center
	}
	.individuals3-inner {
		padding: 80px 0 0
	}
	.individuals2-inner {
		padding: 80px 0
	}
	.individuals3-item-thumb {
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
}

@media (max-width:375px) {
	.individuals-banner h1 {
		font-size: 30px
	}
	.home-intro-inner {
		margin: -50px auto 0
	}
}
/*Retail*/
.retail-intro-1-inner {
	max-width: 840px;
	margin: auto;
	margin-top: -106px
}

.retail-intro-1-item {
	background: #fff;
	box-shadow: 0 4px 60px 40px rgba(0, 0, 0, .05);
	padding: 45px 0
}

.retail-intro-1-item-icon {
	margin-bottom: 30px
}

.retail-intro-1-item-title {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 700
}

.retail-intro-1-item-desc {
	margin-bottom: 30px
}

.retail-intro-1-item-desc h4 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 12px
}

.retail-intro-1-item-desc p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.79
}

.retail-intro-1 .btn-light-green {
	min-width: 277px
}

.retail-intro-2 {
	padding-bottom: 83px
}

.retail-intro-2 .solutions2-inner {
	max-width: 818px
}

.retail-intro-2 .solutions2-inner p {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.6;
	margin-bottom: 58px
}

.retail-product {
	padding-left: 30px;
	padding-right: 30px
}

.retail-product-inner {
	background: #eaf9ec;
	padding: 115px 0
}

.retail-product-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
	color: #24aa3c;
	margin-bottom: 33px
}

.retail-product-item-top {
	margin-bottom: 90px
}

.retail-product-item-top .retail-product-item-thumb {
	padding-left: 58px
}

.retail-product-item-top ul p {
	margin-left: auto
}

.retail-product-item-bot .retail-product-item-thumb {
	padding-right: 58px
}

.retail-product-item-content h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
	color: #24aa3c;
	margin-bottom: 48px
}

.retail-product-item-content ul {
	list-style: none
}

.retail-product-item-content ul li {
	margin-bottom: 30px
}

.retail-product-item-content ul li h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.56;
	color: #000;
	margin-bottom: 10px
}

.retail-product-item-content ul li p {
	max-width: 333px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.67;
	color: #111
}

.retail-product-item-content a {
	margin-top: 33px;
	display: inline-block;
	padding: 14px 57px;
	background: #24aa3c;
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	color: #fff
}

.retail-product-item-content a:hover {
	background: #252525
}

.retail-2 {
	padding-top: 105px;
	padding-bottom: 72px
}

.retail-2 .uk-container {
	max-width: 1122px
}

.retail-2-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.25;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 60px
}

.retail-2-item h4 {
	font-size: 18px;
	line-height: 1.56;
	color: #000;
	margin-bottom: 20px
}

.retail-2-item-thumb {
	width: 140px
}

.retail-2-item-content {
	width: calc(100% - 140px);
	box-sizing: border-box;
	padding-left: 30px
}

.retail-2-item-content-desc {
	max-width: 319px
}

.retail-2-item-content-desc p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.79;
	color: #18191f
}

.retail-2-item-content-desc p:not(:last-child) {
	margin-bottom: 20px
}

.retail-2-item-content h5 {
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #24aa3c;
	margin-top: 18px
}

.retail-2-item-content a {
	padding: 14px 45px;
	display: inline-block;
	background: #eaf9ec;
	border-radius: 6px;
	color: #24aa3c;
	font-weight: 700;
	font-size: 16px;
	margin-top: 35px
}

.retail-2-item-content a:hover {
	background: #24aa3c;
	color: #fff
}

.retail-2-1 {
	margin-bottom: 80px
}

.retail-2-2 {
	padding: 30px 40px;
	background: url(../images/bg_retail_cta_box.png) no-repeat 50%/cover #2c2c2c;
	margin-bottom: 35px
}

.retail-2-2 a {
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	background: hsla(0, 0%, 100%, .3);
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #fff
}

.retail-2-2 a:hover {
	background: #24aa3c;
	color: #fff
}

.retail-2-2-content>div {
	width: calc(100% - 150px);
	box-sizing: border-box;
	padding-right: 75px
}

.retail-2-2-content h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.36;
	font-feature-settings: "liga" off;
	color: #fff
}

.retail-2-2-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 2.22;
	font-feature-settings: "liga" off;
	color: #fff
}

.retail-2-3 {
	padding: 30px 40px;
	background: #eaf9ec
}

.retail-2-3-content>div {
	width: calc(100% - 150px);
	box-sizing: border-box
}

.retail-2-3-content h3 {
	font-size: 22px;
	line-height: 20px;
	color: #24aa3c;
	margin-bottom: 5px
}

.retail-2-3-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.56;
	color: #000;
	opacity: .7;
	max-width: 785px
}

.retail-2-3 a {
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 46px;
	background: hsla(0, 0%, 100%, .3);
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #2aa43c;
	border: 2px solid #24aa3c
}

.retail-2-3 a:hover {
	background: #24aa3c;
	color: #fff
}

.retail-testemonials {
	padding: 0 30px
}

.retail-testemonials-inner {
	background: #148925;
	padding: 85px 0;
	position: relative;
}

.retail-testemonials-inner:before{
	content: '';
	width: 104px;
	height: 60px;
	display: inline-block;
	background: url(../images/open-quote.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 129px;
}
.retail-testemonials-inner:after{
	content: '';
	width: 104px;
	height: 60px;
	display: inline-block;
	background: url(../images/close-quote.png) no-repeat center center;
	position: absolute;
	bottom: 0;
	right: 129px;
}

.retail-testemonials-title {
	font-size: 40px;
	line-height: 1.25;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 44px
}

.retail-testemonials-slider {
	max-width: 817px;
	margin: auto
}

.retail-testemonials .reviews-thumb {
	width: 220px
}

.retail-testemonials .reviews-thumb-inner img {
	border-radius: 50%
}

.retail-testemonials .reviews-content {
	width: calc(100% - 220px);
	box-sizing: border-box;
	padding-left: 60px
}

.retail-testemonials .reviews-content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 25px
}

.retail-testemonials .reviews-content .author {
	position: relative;
	padding-top: 12px
}

.retail-testemonials .reviews-content .author:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0
}

.retail-testemonials .reviews-content .company-name strong {
	font-weight: 700;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #fff
}

.retail-testemonials .reviews-content .company-name span {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	opacity: .8
}

.retail-testemonials .slick-dots {
	margin-top: 25px;
	padding-left: 280px
}

.retail-testemonials .slick-dots li {
	display: inline-block
}

.retail-testemonials .slick-dots li:not(:last-child) {
	margin-right: 5px
}

.retail-testemonials .slick-dots li button {
	outline: none;
	border: none;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	padding: 0;
	opacity: .2
}

.retail-testemonials .slick-dots li.slick-active button {
	opacity: 1
}

@media (max-width:960px) {
	.retail-product-item-thumb {
		text-align: center
	}
	.retail-product-item-top .retail-product-item-thumb {
		padding-left: 0
	}
	.retail-product-item-bot .retail-product-item-thumb {
		padding-right: 0
	}
	.retail-product-item-content {
		text-align: center!important
	}
	.retail-product-item-content ul p {
		margin: auto
	}
	.retail-2-2-content,
	.retail-2-3-content {
		text-align: center
	}
	.retail-2-2-content>div,
	.retail-2-3-content>div {
		width: 100%;
		text-align: center;
		padding-right: 0
	}
	.retail-2-2 a,
	.retail-2-3 a {
		margin: 20px auto 0
	}
}

@media (max-width:640px) {
	.retail-product {
		padding-left: 4vw;
		padding-right: 4vw
	}
	.retail-product-item-content a {
		font-size: 15px;
		padding: 14px 15px
	}
	.retail-testemonials {
		padding: 0 4vw
	}
	.retail-2-item .uk-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.retail-2-item-thumb {
		margin-bottom: 20px
	}
	.retail-2-item-content,
	.retail-2-item-thumb {
		width: 100%;
		text-align: center
	}
	.retail-2 {
		padding-top: 72px
	}
	.retail-product-inner {
		padding: 70px 0
	}
	.retail-intro-2 {
		padding-top: 80px
	}
	.retail-testemonials .reviews-thumb {
		width: 100%;
		text-align: center
	}
	.retail-testemonials .reviews-thumb-inner {
		width: 200px;
		margin: 0 auto 15px
	}
	.retail-testemonials .reviews-content {
		width: 100%;
		padding-left: 0
	}
	.retail-testemonials .slick-dots {
		padding-left: 0;
		text-align: center
	}
	.retail-testemonials-inner:before,.retail-testemonials-inner:after{
		display: none;
	}
}
/*Ecommerce*/
.ecommerce-banner {
	height: 571px;
	padding-top: 75px;
}
.ecommerce-banner-bg {
    height: 100%;
    display: flex;
    align-items: center;
}
.ecommerce-banner-content {
	max-width: 439px
}

.ecommerce-banner-content h1 {
	font-size: 40px;
	line-height: 1.37;
	color: #fff;
	margin-bottom: 27px
}

.ecommerce-banner-desc p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.67;
	color: #fff;
	margin-bottom: 35px;
	max-width: 470px;
}

.ecommerce-1 {
	background: #fff;
	box-shadow: 0 4px 20px 4px rgba(0, 0, 0, .05);
	border-radius: 4px;
	padding: 40px 0 0
}

.ecommerce-1 .ecommerce-1-1 .uk-container {
	max-width: 687px
}

.ecommerce-1 .ecommerce-1-1 h3 {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.6;
	color: #000
}

.ecommerce-1 .ecommerce-1-1 h3 span {
	font-weight: 700
}

.ecommerce-slider-item {
	padding: 40px 15px 48px
}

.ecommerce-slider-item img {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	height: auto
}

.ecommerce-slider-item .bg {
	height: 120px;
	box-shadow: 0 4px 40px 10px rgba(0, 0, 0, .04);
	background: #fff;
	padding: 0 10px
}

.ecommerce-slider .slick-list {
	padding-left: 0!important
}

.ecommerce-intro-1 {
	padding-top: 95px;
	padding-bottom: 100px
}

.ecommerce-intro-1 .uk-container {
	max-width: 900px
}

.ecommerce-intro-1 h3 {
	font-size: 40px;
	line-height: 54px;
	color: #000;
	margin-bottom: 50px
}

.ecommerce-intro-1-item {
	background: #fff;
	padding: 45px 0 35px;
	box-shadow: 0 4px 40px 10px rgba(0, 0, 0, .05)
}

.ecommerce-intro-1-item-icon {
	min-height: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
		padding: 0 10px;
}

.ecommerce-intro-1-item a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	font-size: 16px;
	margin-top: 25px
}

.ecommerce-intro-2 {
	padding-bottom: 28px
}

.ecommerce-intro-2 .uk-container {
	max-width: 600px
}

.ecommerce-intro-2 p {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 35px
}

.ecommerce-intro-2 a {
	display: inline-block;
	padding: 15px 46px;
	background: #24aa3c;
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	color: #fff
}

.ecommerce-intro-2 a:hover {
	background: #000
}

.ecommerce-intro-3 {
	padding-top: 125px;
	padding-bottom: 153px
}

.ecommerce-intro-3-right {
	padding-left: 35px
}

.ecommerce-intro-3-right ul {
	padding-top: 10px;
	list-style: none
}

.ecommerce-intro-3-right ul li:not(:last-child) {
	margin-bottom: 44px
}

.ecommerce-intro-3-right ul h4 {
	font-size: 18px;
	line-height: 1.56;
	color: #000;
	margin-bottom: 9px
}

.ecommerce-intro-3-right ul p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.67;
	color: #111
}

@media (max-width:960px) {
	.ecommerce-intro-3-right {
		padding-left: 0
	}
}

@media (max-width:640px) {
	.ecommerce-slider-item .bg {
		height: 100px
	}
	.ecommerce-banner {
		height: 100vh;
		padding-top: 0;
		
	}
	.ecommerce-intro-3 {
		padding-bottom: 80px
	}
}
/*Aviation*/
.aviation-banner {
	height: calc(100vh - 181px)
}

.aviation-banner-bg {
	height: 100%
}

.aviation-banner h1 {
	font-size: 65px;
	line-height: 89px;
	color: #fff;
	margin-bottom: 20px
}

.aviation-banner-desc {
	max-width: 659px;
	margin: auto
}

.aviation-banner-desc p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	color: #fff
}

#aviation-intro .solution-intro-item-desc p {
	font-size: 14px;
	line-height: 1.79
}

#aviation-intro h2 {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: Open Sans, sans-serif; 
	font-weight: bold;
}

#aviation-intro .btn-light-green {
	padding: 15px 82px
}

.aviation2 {
	padding: 160px 0 158px
}

.aviation2-inner {
	max-width: 612px;
	margin: auto
}

.aviation2 p {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.6;
	margin-bottom: 45px
}

.aviation2 .btn-take-the-team {
	background: #24aa3c;
	border-radius: 6px;
	display: inline-block;
	padding: 15px 55px;
	color: #fff;
	font-weight: 700;
	font-size: 16px
}

.aviation2 .btn-take-the-team:hover {
	background: #000
}

.aviation3 {
	padding-top: 85px;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/icon_circle.png) no-repeat top;
	background-size: 100% auto
}

.aviation3-head {
	margin-bottom: 42px
}

.aviation3-head h3 {
	font-size: 40px;
	line-height: 1.25;
	color: #000;
	margin-bottom: 28px
}

.aviation3-head p {
	max-width: 636px;
	margin: auto;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.75;
	color: #000
}

.aviation3-items {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px
}

.aviation3-item-icon {
	margin-bottom: 15px
}

.aviation3-item-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.67;
	color: #000;
	min-height: 60px;
	margin-bottom: 12px
}

.aviation3-item-desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.79;
	color: #000
}

.aviation3-btn {
	background: #24aa3c;
	border-radius: 6px;
	display: inline-block;
	padding: 15px 37px;
	color: #fff;
	font-weight: 700;
	font-size: 16px
}

.aviation3-btn:hover {
	background: #000;
	color: #fff
}

.aviation3-top {
	padding-bottom: 88px
}

.aviation3-bot {
	background: linear-gradient(180deg, #2aa43c, #128723);
	padding-top: 105px;
	position: relative
}

.aviation3-bot:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/aviation3-bot-bg.png) no-repeat center top 64px;
	background-size: 100% auto
}

.aviation3-bot .uk-container {
	position: relative;
	z-index: 2
}

.aviation3-bot-content-left h3 {
	font-size: 40px;
	line-height: 1.25;
	color: #fff;
	margin-bottom: 45px
}

.aviation3-bot-content-left p {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.8;
	color: #fff;
	max-width: 437px;
	margin-left: auto;
	margin-bottom: 55px
}

.aviation3-bot-content-left a {
	padding: 14px 75px;
	display: inline-block;
	background: #24aa3c;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.aviation3-bot-content-left a:hover {
	background: #095a18
}

.aviation3-bot-content-right {
	margin-top: 93px;
	position: relative;
	padding-top: 73px;
	padding-bottom: 93px
}

.aviation3-bot-content-right:before {
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 70px;
	border: 2px dashed #f6faf7
}

.aviation3-bot-item {
	margin-bottom: 60px
}

.aviation3-bot-item-icon {
	width: 140px
}

.aviation3-bot-item-content {
	width: calc(100% - 140px);
	box-sizing: border-box;
	padding-left: 30px
}

.aviation3-bot-item-number {
	font-weight: 700;
	font-size: 35px;
	line-height: 50px;
	color: #fff;
	opacity: .4
}

.aviation3-bot-item p {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.79;
	color: #fff;
	max-width: 308px
}

.aviation3-bot-items {
	position: relative;
	z-index: 2
}

.aviation4 {
	padding-top: 116px
}

.aviation4-head {
	margin-bottom: 54px
}

.aviation4-head h3 {
	font-size: 40px;
	line-height: 1.25;
	color: #000;
	margin-bottom: 22px
}

.aviation4-head p {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.75;
	max-width: 732px;
	margin: auto
}

.aviation4-item-thumb {
	margin-bottom: 18px
}

.aviation4-item p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.79
}

.aviation4-items {
	max-width: 1000px;
	margin: auto
}

.aviation4 a {
	background: #24aa3c;
	border-radius: 6px;
	display: inline-block;
	padding: 15px 80px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin-top: 24px
}

.aviation4 a:hover {
	background: #000
}

.aviation5 {
	padding-top: 146px
}

.aviation5 h3 {
	font-size: 40px;
	line-height: 1.25;
	color: #000;
	margin-bottom: 10px
}

.aviation-partner-slider .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.aviation-partner-slider-item {
	padding: 40px 15px 48px;
	width: 277px!important;
	box-sizing: border-box
}

.aviation-partner-slider .bg {
	height: 150px;
	box-shadow: 0 4px 40px 10px rgba(0, 0, 0, .04);
	background: #fff;
	padding: 0 10px
}

.aviation-partner-slider img {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	height: auto
}

@media (min-width:1200px) {
	.space-70.uk-grid {
		margin-left: -70px
	}
	.space-70.uk-grid>* {
		padding-left: 70px
	}
	.space-50.uk-grid {
		margin-left: -50px
	}
	.space-50.uk-grid>* {
		padding-left: 50px
	}
}

@media (max-width:640px) {
	.aviation3 {
		padding-left: 4vw;
		padding-right: 4vw
	}
	.aviation3-bot-content-left {
		text-align: center!important
	}
	.aviation3-bot-content-left p {
		margin-right: auto
	}
	.aviation-banner h1 {
		font-size: 40px;
		line-height: 1.3
	}
	.aviation-banner-desc p {
		font-size: 18px
	}
	#aviation-intro .solution-intro-inner {
		margin-top: -50px
	}
	.aviation2 .btn-take-the-team,
	.aviation3-btn {
		padding: 15px 25px
	}
	.aviation4-item-desc {
		max-width: 300px;
		margin: auto
	}
	.aviation3-bot-content-left p {
		font-size: 18px;
		line-height: 1.6
	}
	.aviation3-bot-item-content {
		padding-left: 15px
	}
}

@media (max-width:375px) {
	.aviation-banner h1 {
		font-size: 30px
	}
}
.aviation-main-bg{
    background: url(../images/aviation-main-bg.png) no-repeat center top/cover;
}
/*Airports*/
#airport-partner{
	padding: 45px 0 60px;
	box-shadow: 0 4px 20px 4px rgb(0 0 0 / 5%);
	background: #FFF;
}
.aip-title{
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: 600;
	color: #24AA3C;
}
.partners-slider{
	max-width: 970px;
	margin: 0 auto;
	box-shadow: 0 4px 40px 10px rgb(0 0 0 / 3%);
}

.partners-it{
	padding: 0 15px 0;
}
.airport2 .aviation2-inner{
	max-width: 836px;
}
section.gr-bg-cirlce{
	background: url(../images/sma-bg-cycle.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#airport3{
	padding: 65px 0 80px;
}
.aip-solution-title{
	margin-bottom: 60px;
}
.aip-solution-title h3{
	font-size: 40px;
	margin-bottom: 20px;
}
.aip-solution-title p{
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400;
	max-width: 730px;
	margin: 0 auto 20px;
}
.aip-solution-bg p{
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 1.8;
}
.aip-solution-list-bg{
	margin: 80px auto 55px;
	max-width: 900px;
}
.aip-solution-it-bg{
	padding: 50px 30px;
	box-shadow: 0 4px 40px 10px rgb(0 0 0 / 5%);
	height: 100%;
	background: #fff;
} 
.aip-solution-it-bg .aip-solution-icon{
	height: 100px;
    margin-bottom: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.aip-solution-it-bg p{
	font-size: 14px;
	line-height: 1.79;
	margin-bottom: 0;
	color: #111;
	font-weight: 400;
}
.aip-btn{
	padding: 14px 47px;
	background: #24aa3c;
	border-radius: 6px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	min-width: 225px;
}
.airport4{
	padding: 115px 0 150px;
	background: #EAF9EC;
}
#airport-banner{
	padding: 127px 0 111px;
	position: relative;
/* 	background-image: url(../images/bg-color.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
}
.aip-banner-img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/airport-bg.png);
}
.aip-banner-bg{
	max-width: 880px;
	margin: 0 auto;
	position: relative;
}
.aip-banner-bg p{
	font-size: 25px;
	line-height: 1.6;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
}
.aip-banner-des{
	margin-bottom: 55px;
}
.sma-padding-30{
	padding: 0 30px;
}
#airport-faq{
	padding: 125px 0 40px;
}
#airport-faq h3{
	font-size: 48px;
	margin-bottom: 50px;
}
.aip-faq-list{
	border-top: 1px solid rgba(17,17,17,0.1);
	max-width: 844px;
	margin: 0 auto 55px;
}
.aip-faq-list li{
	padding: 0;
	border-bottom: 1px solid rgba(17,17,17,0.1);
	margin: 0 !important;
}
.aip-faq-list .uk-accordion-title{
	font-size: 20px;
	line-height: 1.4;
	color: #000;
	font-weight: 600;
	padding: 25px 0;
}
.aip-faq-list .uk-accordion-content{
	min-height: 95px;
	margin-top: 0;
	padding-bottom: 15px;
}
.aip-faq-list .uk-accordion-content p{
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
}
.aip-faq-list .uk-accordion-title::before{
	background-image: url(../images/chevron-down.png);
}
.aip-faq-list .uk-open>.uk-accordion-title::before{
	transform: rotate(180deg);
	background-image: url(../images/chevron-down.png);
}	
.aip-faq{
	min-width: 210px;
}
.aip-video-bg{
	padding: 0 20px;
	position: relative;
}
/* .aip-video-bg::before{
	position: absolute;
	background-color:#d0d0d0;
	top: 33px;
	bottom: -18px;
	left: 0;
	right: 56px;
	content: "";
} */
.aip-video{
	position: relative;
}
.aip-video .uk-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	border: none;
	margin: 0 !important;
}
.aip-video .uk-button img{
	
	width: 60px;
	height: 60px;
}
.aip-video .aip-video-bg{
	width: 100%;
}
.aip-video video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.aip-btn:hover{
	background: #000;
	color: #fff;
}
.airport-banner-inner .aip-btn{
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

@media(max-width: 960px){
	.aip-video-des{
		text-align: left !important;
		margin-bottom: 30px;
	}
	.partners-it .soon-text{
		font-size: 18px;
	}
}
@media(max-width: 640px){
	.partners-slider .partners-it{
		padding: 0 10px;
	}
	.aviation2{
		padding: 50px 0;
	}
	.aviation2 p{
		margin-bottom: 30px;
		font-size: 18px;
	}
	.aip-solution-title{
		margin-bottom: 30px;
	}
	.aip-solution-title h3{
		font-size: 30px;
	}
	.aip-solution-bg p{
		font-size: 20px;
	}
	.aip-video .uk-button img {
	    width: 40px;
	    height: 40px;
	}
	.aip-solution-it{
		margin-bottom: 20px;
	}
	.aip-solution-list-bg{
		margin-bottom: 30px;
	}
	.sma-padding-30{
		padding: 0 15px;
	}
	#airport-banner{
		padding: 50px 0;
	}
	.aip-banner-bg p{
		font-size: 18px;
	}
	.aip-banner-des{
		margin-bottom: 30px;
	}
	#airport-faq h3{
		font-size: 35px;
	}
	.aip-faq-list .uk-accordion-title{
		padding: 20px 0;
	}
	#airport-faq{
		padding-top: 80px;
	}
	.aviation4-head h3{
		font-size: 30px;
	}
	.aviation4-head p{
		font-size: 18px;
	}
}
/*  Roadtrip*/
.roadtrip2 .uk-container {
	max-width: 940px
}

.roadtrip2-inner {
	margin-top: -254px;
	background: #fff;
	padding: 40px 0 85px;
	border-radius: 8px
}

.roadtrip2-1 {
	margin-bottom: 80px
}
.roadtrip2-1-inner{
	max-width: 556px;
	margin: auto;
	margin-top: -160px;
}

.roadtrip2-1-title {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.35;
	color: #24aa3c;
	margin-bottom: 35px
}

.roadtrip2-1-desc {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #000
}

.roadtrip2-2-title {
	font-weight: 300;
	font-size: 42px;
	line-height: 1.35;
	color: #000;
	margin-bottom: 35px
}

.roadtrip2-2-desc {
	max-width: 556px;
	margin: 0 auto 35px
}

.roadtrip2-2-desc p {
	font-size: 18px;
	line-height: 1.38;
	color: #000
}

.roadtrip2-2-desc p strong {
	font-weight: 600
}

.roadtrip2-2-desc p:not(:last-child) {
	margin-bottom: 25px
}

.roadtrip2-2-green {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #24aa3c
}

.roadtrip2-2-btn {
	background: #24aa3c;
	border-radius: 4px;
	display: inline-block;
	padding: 15px 40px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin-top: 74px
}

.roadtrip2-2-btn:hover {
	background: #000;
	color: #fff
}

.roadtrip3 {
	background: linear-gradient(0deg, #c0e9c7, #76d183 73.09%);
	padding: 24px 0
}

.roadtrip3 h3 {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.35;
	color: #fff;
	margin-bottom: 25px
}

.roadtrip3-desc {
	max-width: 595px;
	margin: auto;
	margin-bottom: 35px
}

.roadtrip3-desc p {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #fff
}

.roadtrip3-desc p:not(:last-child) {
	margin-bottom: 25px
}

.roadtrip3 a {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #24aa3c
}

.roadtrip4 {
	padding: 54px 0
}

.roadtrip4-inner {
	background: #fff;
	box-shadow: 0 4px 12px 10px rgba(0, 0, 0, .1);
	border-radius: 8px;
	padding: 37px 45px 32px 50px;
	max-width: 940px;
	margin: auto
}

.roadtrip4-box-item h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	color: #24aa3c;
	margin-bottom: 52px
}

.roadtrip4-box-item-icon {
	min-height: 142px;
	margin-bottom: 25px
}

.roadtrip4-box-item-desc {
	max-width: 360px;
	margin: auto
}

.roadtrip4-box-item-desc p {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #000
}

.roadtrip4-box {
	position: relative
}

.roadtrip4-box:before {
	content: "";
	width: 101px;
	height: 44px;
	display: inline-block;
	background: url(../images/three_arrow.png) no-repeat 50%/contain;
	position: absolute;
	top: 223px;
	left: 50%;
	transform: translateX(-50%)
}

.roadtrip4-note {
	margin-top: 34px
}

.roadtrip4-note p {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #000
}

.roadtrip4-note p a {
	color: #24aa3c
}

.roadtrip4-note p span {
	font-weight: 600;
	color: #24aa3c
}

.roadtrip5 {
	padding: 54px 0 65px;
	background: linear-gradient(0deg, #c0e9c7, #76d183 73.09%)
}

.roadtrip5-head {
	margin-bottom: 55px
}

.roadtrip5-head h3 {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.32;
	color: #fff;
	margin-bottom: 35px
}

.roadtrip5-head p {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	max-width: 590px;
	margin: auto;
	color: #fff
}

.roadtrip5-items {
	max-width: 712px;
	margin: auto
}

.roadtrip5-item-icon {
	width: 138px;
	height: 138px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0 4px 20px 8px rgba(0, 0, 0, .25);
	border-radius: 4px;
	margin: auto;
	margin-bottom: 15px
}

.roadtrip5-item h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #000
}

.roadtrip6 {
	padding: 123px 0 201px
}

.roadtrip6-title {
	font-weight: 300;
	font-size: 42px;
	line-height: 1.35;
	color: #000;
	margin-bottom: 35px
}

.roadtrip6-items {
	max-width: 982px;
	margin: auto
}

.roadtrip6-item {
	background: #fff;
	box-shadow: 0 4px 12px 10px rgba(0, 0, 0, .05);
	border-radius: 8px;
	height: 100%;
	padding: 20px 12px 57px
}

.roadtrip6-item-img {
	margin-bottom: 45px
}

.roadtrip6-item-title {
	font-weight: 600;
	font-size: 21px;
	line-height: 29px;
	color: #000;
	min-height: 55px;
	margin-bottom: 25px
}

.roadtrip6-item-desc {
	font-weight: 300;
	font-size: 17px;
	line-height: 23px;
	color: #000
}

.roadtrip6-item-desc .green {
	font-weight: 600;
	color: #24aa3c
}

.roadtrip7 {
	padding: 24px 0 34px;
	background: linear-gradient(0deg, #c0e9c7, #76d183 73.09%)
}

.roadtrip7 h3 {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.35;
	color: #fff;
	margin-bottom: 25px
}

.roadtrip7 p {
	max-width: 595px;
	margin: auto;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #fff
}

.roadtrip7 a {
	display: inline-block;
	margin-top: 45px;
	padding: 15px 55px;
	background: #24aa3c;
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 18px
}

.roadtrip7 a:hover {
	background: #000;
	color: #fff
}

.roadtrip8 {
	padding: 151px 0 231px
}

.roadtrip8 .uk-container {
	max-width: 940px
}

.roadtrip8-top {
	margin-bottom: 80px
}

.roadtrip8-top h3 {
	font-weight: 300;
	font-size: 42px;
	line-height: 1.35;
	color: #000;
	margin-bottom: 30px
}

.roadtrip8-top p {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.6;
	color: #000
}

.roadtrip8-items {
	max-width: 722px;
	margin: auto;
	position: relative
}

.roadtrip8-items a {
	display: inline-block;
	padding: 15px 118px;
	background: #24aa3c;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 344px
}

.roadtrip8-items a:hover {
	background: #000;
	color: #fff
}

.roadtrip8-item {
	margin-bottom: 18px
}

.roadtrip8-item-left {
	width: 250px
}

.roadtrip8-item-right {
	width: calc(100% - 250px);
	box-sizing: border-box;
	padding-left: 94px
}

.roadtrip8-item-right p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.67;
	color: #000
}

.roadtrip8-item-1 .roadtrip8-item-right {
	padding-top: 40px
}

.roadtrip8-item-2 .roadtrip8-item-right {
	padding-top: 15px
}

.roadtrip8-item-3 p {
	margin-top: -17px
}

#roadtrip-footer {
	background: url(../images/roadtrip_footer_bg.png) no-repeat 50%/cover;
	padding: 103px 0 73px
}

.roadtrip-footer .uk-container {
	max-width: 872px
}

.roadtrip-footer-socials {
	margin-top: 17px
}

.roadtrip-footer-socials ul li {
	display: inline-block;
	margin: 0 10px
}

.roadtrip-footer-socials ul li a {
	color: #fff;
	font-size: 20px
}

.roadtrip-footer-socials ul li:last-child {
	margin-right: 0
}

.roadtrip-footer-top {
	padding-bottom: 7px;
	border-bottom: 1px solid #fff
}

.roadtrip-footer-bot {
	padding-top: 15px
}

.roadtrip-footer-bot ul {
	list-style: none;
	display: grid;
	grid-template-areas: "a b c" "d e ."
}

.roadtrip-footer-bot ul li {
	padding: 13px 0
}

.roadtrip-footer-bot ul li:nth-child(2) {
	grid-area: d
}

.roadtrip-footer-bot ul li:nth-child(3) {
	padding-left: 60px
}

.roadtrip-footer-bot ul li:nth-child(4) {
	grid-area: e;
	padding-left: 60px
}

.roadtrip-footer-bot ul li:nth-child(5) {
	padding-left: 60px
}

.roadtrip-footer-bot ul a {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.67;
	color: #fff
}

.roadtrip-footer-bot ul a:hover {
	color: #24aa3c
}

.login-menu > a .arrow{
	display: none;
}
#header.white .menu-main .login-menu > a{
	font-size: 12px;
	font-weight: bold;
	color: #24AA3C;
	padding: 5px 30px;
	border-radius: 2px;
	border: 2px solid #24AA3C;
}

.login-menu .sub-menu{
	text-align: center;
	background: #FFF;
    padding: 25px 50px;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: auto;
    left: -65px;
	box-shadow: 0 15px 15px rgb(0 0 0 / 10%);
}
.login-menu .sub-menu li{
	margin-bottom: 0;
	background: none !important;
	margin-bottom: 18px;
}
.login-menu .sub-menu li:last-child{
	margin-bottom: 0;
}
.login-menu .sub-menu li a{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #FFF !important;
	padding: 7px 10px;
	background-color: #24AA3C;
	min-width: 140px;
	border-radius: 2px;
}
.login-menu .sub-menu li a:hover{
	color: #FFF !important;
	background-color: #24AA3C !important;
}
#mobile_menu .menu-main-mobile li.login-menu ul{
	list-style: none;
}
#mobile_menu .menu-main-mobile li.login-menu ul li a{
	max-width: 150px;
    margin: 0 auto;
	height: auto;
	line-height: 1.8;
    display: inherit;
}

@media (min-width:1200px) {
	.space-27.uk-grid {
		margin-left: -27px
	}
	.space-27.uk-grid>* {
		padding-left: 27px
	}
	.space-5.uk-grid {
		margin-left: -5px
	}
	.space-5.uk-grid>* {
		padding-left: 5px
	}
}

@media (max-width:960px) {
	.roadtrip8-items a {
		position: static;
		margin-top: 24px
	}
	.roadtrip4-box:before {
		display: none
	}
}

@media (max-width:640px) {
	.roadtrip2-inner {
		margin-top: -188px;
		padding: 35px 0 77px
	}
	.roadtrip2-1 {
		padding: 0 17px;
		margin-bottom: 50px
	}
	.roadtrip2-1-title,
	.roadtrip2-2-title,
	.roadtrip3 h3 {
		font-size: 28px;
		line-height: 38px
	}
	.roadtrip2-1-desc,
	.roadtrip2-2-desc p,
	.roadtrip2-2-green,
	.roadtrip3 a,
	.roadtrip3-desc p,
	.roadtrip4-box-item-desc p,
	.roadtrip4-note p {
		font-size: 16px;
		line-height: 22px
	}
	.roadtrip2-2-btn {
		font-size: 14px;
		padding: 15px 14px
	}
	.roadtrip3 h3 {
		margin-bottom: 21px
	}
	.roadtrip3-desc p:not(:last-child) {
		margin-bottom: 20px
	}
	.roadtrip3 {
		padding: 20px 0 45px
	}
	.roadtrip8-item-left {
		width: 138px;
		height: 84px;
		overflow: hidden
	}
	.roadtrip8-item-right {
		width: calc(100% - 138px);
		padding-left: 17px
	}
	.roadtrip4 {
		padding: 50px 0
	}
	.roadtrip4-inner {
		box-shadow: none;
		padding: 0
	}
	.roadtrip4-box-item {
		background: #fff;
		box-shadow: 0 4px 12px 10px rgba(0, 0, 0, .1);
		border-radius: 8px;
		padding: 19px 28px
	}
	.roadtrip4-note {
		text-align: center
	}
	.roadtrip4-box-item h3 {
		font-size: 21px;
		line-height: 29px;
		margin-bottom: 45px
	}
	.roadtrip4-box-item-icon {
		min-height: auto;
		margin-bottom: 30px
	}
	.roadtrip5 {
		padding: 73px 0 79px;
		background: linear-gradient(0deg, #c0e9c7, #76d183 73.09%)
	}
	.roadtrip5-head h3 {
		font-size: 28px;
		line-height: 38px;
		max-width: 320px;
		margin: auto;
		margin-bottom: 38px
	}
	.roadtrip5-head p {
		max-width: 325px
	}
	.roadtrip5-head {
		margin-bottom: 50px
	}
	.space-27.uk-grid {
		margin-left: -24px
	}
	.space-27.uk-grid>* {
		padding-left: 24px
	}
	.roadtrip5-items {
		max-width: 300px
	}
	.roadtrip5-item-icon {
		margin-bottom: 9px
	}
	.space-27.uk-grid>.uk-grid-margin {
		margin-top: 20px
	}
	.roadtrip6 {
		padding: 128px 0 193px
	}
	.roadtrip6-title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 45px
	}
	.roadtrip6-item {
		max-width: 238px;
		margin: auto;
		padding: 24px 12px 80px
	}
	.roadtrip6-item-img {
		margin-bottom: 25px
	}
	.roadtrip6 .uk-grid>.uk-grid-margin {
		margin-top: 60px
	}
	.roadtrip7 h3 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 38px
	}
	.roadtrip7 p {
		max-width: 325px
	}
	.roadtrip7 a {
		margin-top: 55px
	}
	.roadtrip7 {
		padding: 46px 0 70px
	}
	.roadtrip8 {
		padding: 111px 0 65px
	}
	.roadtrip8-bg {
		background: #e1f4e3;
		padding: 74px 0 69px
	}
	.roadtrip8-top {
		text-align: center;
		margin-bottom: 40px
	}
	.roadtrip8-top h3 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 38px
	}
	.roadtrip8-top p {
		font-size: 21px;
		line-height: 40px
	}
	.roadtrip8-item-right {
		padding-top: 0!important
	}
	.roadtrip8-item-3 p {
		margin-top: 0
	}
	.roadtrip8-item-right p {
		font-size: 12px;
		line-height: 25px
	}
	.roadtrip8-item {
		margin-bottom: 30px
	}
	.roadtrip8-items a {
		width: 100%
	}
	#roadtrip-footer {
		background-image: url(../images/roadtrip_footer_bg_mb.png);
		padding: 94px 0 75px
	}
	.roadtrip-footer-bot ul {
		display: block
	}
	.roadtrip-footer-bot ul li {
		padding-left: 0!important
	}
	.roadtrip-footer-socials ul li a {
		font-size: 31px
	}
	.roadtrip-footer-bot {
		padding-top: 55px
	}
	.roadtrip-footer-bot ul li {
		padding: 10px 0
	}
	.roadtrip-footer-bot ul a {
		font-size: 18px
	}
}
@media (max-width: 768px){
	.roadtrip2-1-inner{
		margin-top: 18px;
	}
}

/* Ecommerce 2 */
.sma-ecommerce-banner-content{
    max-width: 700px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
}
.sma-ecommerce-link{
	margin-top: 0;
	margin-bottom: 50px;
}
/* .sma-ecommerce-popup{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
} */
.sma-ecommerce-popup-bg{
	 background: rgba(0,0,0,0.5);
	 height: 100%;
	 width: 100%;
	 position: absolute;
}
.sma-ecommerce-popup .ecommerce-intro-1{
	min-width: 930px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	background: #fff;
}
.sma-ecommerce-2{
	    padding: 0;
}
.ecommerce-list-2{
	margin-bottom: 60px;
}
.ecommerce-list-2 h4{
	font-size: 18px;
    line-height: 1.56;
    color: #000;
    margin-bottom: 20px;
}
.ecommerce-list-2 p{
	    font-weight: 400;
    font-size: 15px;
    line-height: 1.67;
    color: #111;
}
.ecommerce-video-2{
	max-width: 700px;
	margin: 0 auto;
}
.ecommerce-video-2{
	}
	.ecommerce-video-2 iframe {
	width: 700px;
	height: 500px;
	}
.sma-ecommerce-1-2{
	padding: 80px 0 20px;
}
.ecommerce-1{
	box-shadow: none;
}
.sma-ecommerce-1-2 h4{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 400;
}
.sma-ecommerce-1-2 p{
	font-size: 15px;
	color: #111;
	font-weight: 400;
	line-height: 1.6;
}
.sma-ecommerce-1-2 img{
	margin-top: 30px;
}
.sma-ecommerce-1-2 .uk-container{
	max-width: 700px;
}
.sma-ecommerce-1-2 .slick-dots li{
    display: inline-block;
    margin: 0 2px;
    font-size: 0;
}
.sma-ecommerce-1-2 .slick-dots li button{
	font-size: 0;
    height: 25px;
    width: 6px;
    padding: 0;
    border: none;
    background: #ffcb67;
}
.sma-ecommerce-1-2 .slick-dots li.slick-active  button{
	width: 8px;
}
.sma-ecommerce-1-2 .slick-dots{
	    text-align: center;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}
.ecommerce-list-2 .uk-width-1-3@m{
	margin-bottom: 30px;
}
.cft-text-image-list{
	background: url(../images/eclip-4420.png);
	background-size: contain;
    background-position: center -30px;
    background-repeat: no-repeat;
	padding-top: 140px;
}
.cft-text-image{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 160px;
}
.cft-text-image .image-right{
	width: 59%;
	text-align: center;
}
.cft-text-image .image-right.box-shadow-img img{
	border-radius: 4px;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
}
.cft-text-image .caption-left{
	width: 41%;
	padding-right: 65px;
}
.k-sub-title{
	font-size: 28px !important;
	line-height: 2 !important;
	font-weight: 300;
	margin-bottom: 15px;
}
.k-title{
	font-size: 44px !important;
	line-height: 1.13 !important;
	font-weight: bold !important;
	margin-bottom: 25px;
}
.cft-text-image .caption-left .desc{
	font-weight: 400;
	font-size: 16px;
}
.cft-how-it-works{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 150px;
}
.cft-how-it-works .box{
	max-width: 1280px;
	background: #FFF;
	box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding-top: 57px;
	padding-bottom: 35px;
	margin: 0 auto;
}
.cft-how-it-works .k-sub-title{
	margin-bottom: 25px;
}
.cft-how-it-works .k-title{
	margin-bottom: 40px;
}
.hi-items-list{
	display: flex;
	flex-wrap: wrap;
	padding-left: 60px;
	padding-right: 40px;
	padding-bottom: 10px;
}
.hi-items-list .hi-item{
	width: 33.33%;
	padding-right: 30px;
	margin-bottom: 30px;
}
.hi-item .thumb{
	margin-bottom: 20px;
}
.hi-item .title{
	font-size: 32px;
	line-height: 1.56;
	margin-bottom: 10px;
}
.hi-item .desc{
	font-weight: 400;
}
.cft-impact{
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url(https://www.carbonclick.com/wp-content/uploads/2021/03/home-bg-3.png);
	background-position: center -100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.cft-impact .k-title{
	margin-bottom: 35px;
	line-height: 1.52 !important;
}
.cft-impact .impact-img{
	max-width: 100%;
	height: auto;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}
.highest-wrap{
	margin-top: 134px;
	display: flex;
	flex-wrap: wrap;
}
.highest-wrap .text-left{
	width: 50%;
	padding-left: 70px;
}
.highest-wrap .text-left .ct{
	margin-bottom: 35px;
	width: 80%;
}
.highest-wrap .text-left .ct p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 25px;
}
.highest-wrap .img-right{
	width: 50%;
	padding-left: 30px;
	padding-top: 60px;
}
.k-button{
	display: inline-block;
    padding: 15px 40px;
    background: #24aa3c;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
	transition: all 0.3s;
	text-align: center;
}
.k-button-outline{
	display: inline-block;
    padding: 13px 40px;
    background: transparent;
	border: 2px solid #24aa3c;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    color: #24aa3c;
	transition: all 0.3s;
	text-align: center;
}
.k-button:hover{
	background: #000;
	color: #FFF;
}
.k-button-outline:hover{
	color: #FFF;
	background: #24aa3c;
}
.button-center{
	text-align: center;
}
.cft-our-partners{
	box-shadow:  0px 4px 55px rgba(0, 0, 0, 0.1);
	padding: 40px 0;
}
.cft-our-partners .k-sub-title{
	margin-bottom: 35px;
}
.cft-our-partners .our-partners{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
}
.cft-our-partners .our-partners .partner-item{
	padding-left: 17px;
	padding-right: 17px;
	text-align: center;
	margin-bottom: 15px;
	width: 33.33%;
}
.cft-our-partners .our-partners .partner-item img{
	max-width: 100%;
	height: auto;
}
.cft-single-testimonial{
	margin-top: 150px;
	padding-bottom: 200px;
}
.cft-single-testimonial .k-title{
	margin-bottom: 100px;
}
.cft-single-testimonial .single-testi{
	max-width: 880px;
	margin: 0 auto;
	display: flex;
}
.cft-single-testimonial .single-testi .avatar{
	width: 240px;
	height: 240px;
}
.cft-single-testimonial .single-testi .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.cft-single-testimonial .single-testi .review{
	width: calc(100% - 240px);
	padding-left: 24px;
}
.single-testi .review .rv-content{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 8px;
}
.single-testi .review .name{
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}
.single-testi .review .position{
	font-size: 14px;
	font-weight: 400;
}
.cft-get-started{
	padding: 120px 0 180px;
	background: #EAF9EC;
}
.cft-get-started .k-title{
	line-height: 1.52 !important;
	margin-bottom: 50px;
}
.cft-get-started .description-button{
	display: flex;
	flex-wrap: wrap;
}
.cft-get-started .description-button .group-buttons{
	width: 244px;
}
.cft-get-started .description-button .desc-left{
	width: calc(100% - 244px);
	padding-right: 10%;
}
.cft-get-started .description-button .desc-left p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 30px;
}
.w100p{
	width: 100%;
}
.group-buttons .k-button{
	margin-bottom: 35px;
}
.partners-it .uk-flex{
	box-shadow: 0 4px 40px 10px rgba(0, 0, 0, 0.04);
	min-height: 150px;
	width: 100%;
	align-items: center;
    justify-content: center;
}
.solution-button{
	background: #24aa3c;
    border-radius: 4px;
    display: inline-block;
    padding: 0 25px;
    color: #fff;
	height: 29px;
	line-height: 29px;
    font-weight: 700;
    font-size: 12px;
	margin-top: 15px;
}
.solution-button:hover{
	color: #FFF;
}
.partners-it .soon-text{
	font-size: 25px;
	line-height: 1.6;
	font-weight: 400;
	color: #000;
	width: 80%;
}

.ecommerce-banner-desc{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: center;
}
.ecommerce-banner-desc .button-right{
	text-align: center;
	width: 50%;
}
.ecommerce-banner-desc .desc-left{
	width: 50%;
}
.sma-ecommerce-banner-content .banner-title{
	font-size: 64px;
}
.k-get-started{
	background-color: #FFF;
}
.k-get-started .gs-wrap{
	background: #FFF;
    margin-top: -100px;
	border-radius: 4px;
	padding: 45px 65px;
}
.k-get-started .title{
	text-align: center;
	margin-bottom: 40px;
	font-size: 44px;
	color: #24AA3C;
}

.image-text-section{
	margin-top: 50px;
	padding-top: 50px;
	background-image: url("../images/cycle-bg-3.png");
	background-repeat: no-repeat;
    background-size: 100%;
	background-position: top center;
	padding-bottom: 50px;
}
.image-text-section .text-title{
	font-size: 64px;
	margin-bottom: 150px;
}
.image-text-section .image-text, .revive-the-planet .image-text{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 150px;
}
.image-text .image-left{
	width: 50%;
	padding-right: 130px;
}
.image-text .content-right{
	width: 50%;
	position: relative;
}
.image-text .image-left img{
	max-height: 400px;
	object-fit: cover;
	width: 100%;
	box-shadow: 0 4px 40px rgba(0,0,0,0.25);
	border-radius: 4px;
}
.image-text .content-right .title{
	font-size: 44px;
	margin-bottom: 50px;
}
.image-text .content-right .testimonial{
	margin-bottom: 65px;
	line-height: 1.75;
}
.image-text .content-right .testimonial .test-content{
	font-size: 16px;
	font-style: italic;
	margin-bottom: 30px;
}
.image-text .content-right .testimonial .name-position{
	font-size: 16px;
	font-weight: bold;
}
.image-text .content-right .testimonial .name-position span{
	display: block;
}
.image-text .image-left.gallery{
	padding-right: 60px;
	text-align: center;
}
.image-text .image-left.gallery img{
	height: 157px;
	max-width: 291px;
	object-fit: cover;
	margin-bottom: 55px;
	box-shadow: none;
}
.image-text .image-left.gallery img:last-child{
	margin-bottom: 0;
}
.image-text .content-right .ct{
	margin-bottom: 30px;
    max-width: 400px;
}
.image-text .content-right .ct p{
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
}
.revive-the-planet .content-right{
	padding-bottom: 60px;
}
.revive-the-planet .content-right .button{
	position: absolute;
	left: 0;
	bottom: 0;
}
.join-the-moviment .title{
	text-align: center;
	font-size: 40px;
	margin-bottom: 65px;
}
.join-the-moviment .ecommerce-1-2{
	box-shadow: 0 4px 20px 4px rgba(0,0,0,0.05);
	padding-top: 30px;
	background-color: #FFF;
}
.join-the-moviment .title-slide{
	font-size: 25px;
	max-width: 650px;
	margin: 0 auto;
	font-weight: 400;
	text-align: center;
}
.join-the-moviment .title-slide span{
	font-weight: bold;
}
.join-the-moviment.ecommerce-1{
	background: transparent;
}
.ecommerce-bottom{
	padding-top: 150px;
	background-image: url("../images/cycle-bg-2.png");
	background-repeat: no-repeat;
    background-size: 100%;
	background-position: center -30px;
}
.eco-video{
	position: relative;
    width: 100%;
    padding-bottom: 56%;
	margin-bottom: 100px;
}
.eco-video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
}
.get-started-bottom{
	padding-bottom: 200px;
}
.get-started-bottom .title{
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}
.get-started-bottom .k-list-app{
	padding: 0 60px 45px;
}
.get-started-bottom .center-button{
	text-align: center;
}
.k-get-started h2.title,
.image-text-section h2.text-title,
.revive-the-planet h2.title,
.ecommerce-bottom h2.title{
	font-weight: bold;
}
.sma-ecommerce-popup .uk-modal-dialog{
	width: 850px;
	border-radius: 0;
	background-color: #FFF;
}
.sma-ecommerce-popup .uk-modal-header .uk-modal-title{
	font-weight: bold;
	color: #24AA3C;
	text-align: center;
}
.sma-ecommerce-popup .uk-modal-header{
	border-bottom: 0;
}
.event-integrated{
	background-color: #EAF9EC;
	padding: 60px 0;
}
.event-integrated .title{
	font-size: 42px;
    font-weight: bold !important;
    line-height: 1.52 !important;
    max-width: 95%;
}
.event-video{
	background: url(../images/eclip-4420.png);
    background-size: contain;
    background-position: center -30px;
    background-repeat: no-repeat;
    padding-top: 170px;
	padding-bottom: 75px;
}
.event-video .k-title{
	margin-bottom: 60px;
}
.event-video .desc{
	margin-bottom: 25px;
}
.event-video .image-right >div{
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 4px 40px rgb(0, 0, 0, 0.25);
}
.event-banner{
	padding-top: 200px;
	padding-bottom: 80px;
}
.event-banner .title{
	font-size: 64px;
	color: #FFF;
	line-height: 1.52 !important;
	font-weight: bold !important;
	margin-bottom: 60px;
}
.event-banner .desc-button{
	display: inline-flex;
	flex-wrap: wrap;
}
.event-banner .desc-button .desc{
	color: #FFF;
    font-size: 16px;
    font-weight: 500;
	max-width: 300px;
    margin-right: 20px;
	margin-bottom: 20px;
}


@media(min-width: 1366px){
	.page-template-template-ecommerce2 .ecommerce-banner{
		height: 100vh !important;
	}
/* 	.page-template-template-ecommerce2 .ecommerce-banner .ecommerce-banner-bg{
		padding-top: 150px;
		padding-bottom: 150px;
	} */
	
}
@media(max-width: 960px){
	.sma-ecommerce-popup .ecommerce-intro-1{
		min-width: 90%;
		padding: 20px 0;
		margin: 20px 0;
	}
	.sma-ecommerce-popup .ecommerce-intro-1-item a{
		max-width: 100%;
	}
	.sma-ecommerce-popup .ecommerce-intro-1-item{
		padding: 30px 20px;
	}
	.sma-ecommerce-popup .ecommerce-intro-1 h3{
		    font-size: 30px;
	    line-height: 1.3;
	    margin-bottom: 20px;
	}
	.ecommerce-banner{
		height: auto;
	}
	.ecommerce-banner-bg{
		padding: 30px 0;
	}
}
@media(max-width: 767px){
	.ecommerce-video-2{
		padding: 0 30px;
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.ecommerce-video-2 iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	.sma-ecommerce-popup .ecommerce-intro-1-item-icon{
		min-height: 50px;
		margin-right: 20px;
	}
	.sma-ecommerce-popup .ecommerce-intro-1-item a{
		margin-top: 10px;
		font-size: 13px;
		width: auto;
		padding: 0 10px;
	}
	.sma-ecommerce-popup .ecommerce-intro-1-item{
		padding: 20px;
	}
	.ecommerce-slider-item{
		padding: 30px 15px;
	}
	.sma-ecommerce-2{
		padding: 50px 0;
	}
	.ecommerce-banner{
		height: auto !important;
	}
	.sma-ecommerce-popup .ecommerce-intro-1-item-icon img{
		height: 50px;
    width: 100% !important;
    object-fit: contain;
	}
	.sma-ecommerce-popup .ecommerce-intro-1-item{
		margin-bottom: 20px;
	}
	.cft-text-image-list{
		padding-top: 80px;
	}
	.cft-text-image .image-right{
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}
	.cft-text-image .caption-left{
		width: 100%;
		padding-right: 0;
		order: 2;
	}
	.cft-text-image{
		margin-bottom: 60px;
	}
	.cft-how-it-works{
		margin-top: 80px;
		text-align: center
	}
	.hi-items-list{
		padding-right: 60px;
	}
	.hi-items-list .hi-item{
		width: 100%;
    	padding-right: 0;
		text-align: center;
	}
	.cft-impact{
		padding-top: 80px;
		padding-bottom: 80px;
		background-size: contain;
		background-position: center 0;
	}
	.k-title{
		font-size: 32px !important;
	}
	.k-sub-title{
		font-size: 20px !important;
		line-height: 1.5 !important;
	}
	.highest-wrap{
		margin-top: 60px;
	}
	.highest-wrap .text-left{
		padding-left: 0;
		width: 100%;
		order: 2;
	}
	.highest-wrap .img-right{
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		order: 1;
		margin-bottom: 10px;
	}
	.highest-wrap .text-left .ct{
		width: 100%;
	}
	.cft-single-testimonial{
		margin-top: 80px;
    	padding-bottom: 80px;
	}
	.cft-single-testimonial .k-title{
		margin-bottom: 50px;
	}
	.cft-single-testimonial .single-testi .avatar {
		width: 100px;
		height: 100px;
	}
	.cft-single-testimonial .single-testi .review {
		width: calc(100% - 100px);
		padding-left: 15px;
	}
	.single-testi .review .rv-content{
		font-size: 16px;
	}
	.cft-get-started .description-button .desc-left{
		width: 100%;
		padding-right: 0;
	}
	.cft-get-started .description-button .group-buttons{
		width: 100%;
		text-align: center;
	}
	.w100p{
		width: auto;
	}
	.cft-get-started{
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.ecommerce-banner-bg{
		padding: 50px 0;
	}
	.sma-ecommerce-banner-content .banner-title{
		font-size: 30px;
	}
	.ecommerce-banner-desc{
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.ecommerce-banner-desc .desc-left{
		width: 100%;
		margin-bottom: 25px;
	}
	.ecommerce-banner-desc .button-right{
		widows: 100%;
		text-align: left;
	}
	.k-get-started{
		display: none;
	}
	.image-text-section{
		margin-top: 0;
		padding-bottom: 0;
	}
	.image-text-section .text-title{
		font-size: 30px;
		margin-bottom: 60px;
	}
	.image-text .image-left{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
		max-width: 80%;
	}
	.image-text .content-right{
		width: 100%;
	}
	.image-text .content-right .title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.image-text .content-right .testimonial{
		margin-bottom: 30px;
	}
	.image-text-section .image-text, .revive-the-planet .image-text{
		margin-bottom: 80px;
	}
	.image-text .image-left.gallery{
		padding-right: 0;
	}
	.join-the-moviment .title {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.join-the-moviment .title-slide{
		padding: 0 15px;
		font-size: 16px;
	}
	.ecommerce-bottom{
		padding-top: 80px;
	}
	.eco-video{
		margin-bottom: 60px;
	}
	.get-started-bottom .title{
		font-size: 30px;
	}
	.get-started-bottom .k-list-app {
		padding: 0 20px;
	}
	.get-started-bottom .ecommerce-intro-1-item{
		margin-bottom: 20px !important;
	}
	.get-started-bottom{
		padding-bottom: 100px;
	}
	.get-started-bottom .center-button{
		padding-top: 20px;
	}
	.cft-our-partners .our-partners{
		padding-left: 0;
		padding-right: 0;
	}
	.event-integrated .title{
		font-size: 26px;
	}
	.event-video{
		padding-top: 70px;
	}
	.event-banner{
		padding-top: 100px;
	}
	.event-banner .title{
		font-size: 36px;
		margin-bottom: 30px;
	}
}
@media(max-width: 640px){
	.sma-ecommerce-popup .sma-ecommerce-popup .ecommerce-intro-1 {
	    width: calc(100% - 40px);
	    padding: 20px 0;
	    margin: 20px 0;
	    max-height: calc(100vh - 60px);
	    overflow-y: scroll;
	    position: relative;
	    left: 20px;
	    right: 20px;
	    transform: none;
	    top: 20px;
	    bottom: 20px;
	    min-width: auto;
	}
	.sma-ecommerce-popup .ecommerce-intro-1-item {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.sma-ecommerce-popup .ecommerce-intro-1-item a{
		font-size: 15px;
	}
}




/* css onboarding */
.onboarding-1{
  padding: 72px 0 90px;
  background-image: url(../images/onboarding-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.onboarding-des-1{
  margin-bottom: 80px;
} 
.onboarding-des-1 p{
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.75;
}
.ob-list-link-1 a{
  font-size: 16px;
  color: #24AA3C;
  font-weight: 700;
  padding: 12px;
  border: 2px solid #24AA3C;
  border-radius: 6px;
  min-width: 252px;
  display: inline-block;
  margin: 0 26px 24px;
}
.ob-list-link-1 a:hover{
  background: #24AA3C;
  color: #fff;
}
.onboarding-title{
  background: #EAF9EC;
  padding: 24px 0;
}
.onboarding-title h2{
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.onboarding-list-bg{
  padding: 40px 0;
}
.onboarding-des{
  margin-bottom: 40px;
  max-width: 730px;
}
.onboarding-des p{
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0;
  line-height: 1.85;
}
.onboarding-it{
  margin-bottom: 55px;
  color: #000;
  padding-left: 110px;
}
.ob-des-it{
  max-width: 371px;
  position: relative;
}
.ob-des-it .ob-it-logo{
  position: absolute;
  left: 350px;
  top: 60px;
  margin: 0;
}
.ob-des-it h4{
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}
.ob-des-it h3{
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.14;
}
.ob-des-it h3 a{
  color: #000;
}
.ob-des-it p{
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
}
.ob-des-it p a, .onboarding-des p a{
  color: #24AA3C;
}
.ob-link-it{
  min-width: 244px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background:#24AA3C;
  margin-top: 0;
  display: inline-block;
  padding: 14px;
  font-weight: 700;
}
.ob-link-it:hover{
  color: #fff;
}
.onboarding-list{
  min-height: 174px;
}
.ob-list-link a{
  display: inline-block;
  margin-right: 35px;
  min-width: 183px;
}
.onboarding-section-last .onboarding-des{
  padding-left: 110px;
}
.ob-powered{
  margin: 48px 0 35px;
  padding-left: 220px;
}
.ob-powered .powered-it{
  padding: 20px 7px;
  min-width: 198px;
  height: 98px;
  margin-right: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  background: #EAF9EC;
  display: inline-block;
  margin-bottom: 20px;
}
.onboarding-it img{
  margin: 38px 0;
}
.ob-img-list img{
  margin: 0 22px;
}
.ob-img-list{
  margin: 0 -22px;
}
.ob-des-it.sma-width-515{
  max-width: 515px;
}
.ob-des-it ul li{
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  font-weight: 400;
  padding-left: 25px;
  list-style: none;
  position: relative;
}
.ob-des-it ul li::before{
  position: absolute;
  left: 10px;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  content: "";
}
.ob-des-it ul{
  margin-top: -25px;
}
.onboarding-main{
  padding-bottom: 100px;
}
.ob-img-list-no-padding img{
  margin: 0 0 10px 0;
}
.jumper {
    width: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    top: -150px;
}

@media(max-width: 991px){
  .ob-img-list, .ob-img-list img{
    margin: 0;
  }
  .onboarding-it, .onboarding-section-last .onboarding-des, .ob-powered{
    padding-left: 0;
  }
}
@media(max-width: 767px){
  .onboarding-des-1 {
    margin-bottom: 30px;
  }
  .ob-list-link-1 a{
    display: block;
    margin: 0 0 10px 0;
  }
  .onboarding-1{
    padding: 50px 0;
  }
  .onboarding-list{
    min-height: 100px;
  }
  .onboarding-title h2{
    font-size: 35px;
  }
  .ob-des-it h3{
    font-size: 30px;
  }
  .ob-des-it h4{
    font-size: 20px;
  }
  .ob-list-link a{
    margin: 0 0 10px 0;
    display: block;
  }
  .ob-des-it .ob-it-logo {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 10px;
  }
  .ob-des-it p{
    margin-bottom: 20px;
  }
  .onboarding-main{
    padding-bottom: 50px;
  }
  .onboarding-it img {
    margin: 20px 0;
  }
  .ob-img-list img{
    margin:5px 0;
  }
	.sma-ecommerce-banner-content{
		padding-bottom: 0;
	}
}


/* Home V2 */
.k-why-carbonclick-module{
	padding-bottom: 86px;
	background-image: url('../images/home-cycle-1.png');
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 40px;
}
.k-why-carbonclick-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1280px;
	margin: -130px auto 0;
	background-color: #EAF9EC;
	box-shadow: 0 4px 40px 0 rgba(0,0,0,0.15);
	border-radius: 6px;
	padding: 60px 80px 60px 110px;
}
.k-why-carbonclick-wrap .content-left{
	padding-right: 100px;
	width: 70%;
}
.k-why-carbonclick-wrap .content-right{
	width: 30%;
}
.why-list-items{
	list-style: none;
}
.why-list-items .why-item{
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px;
}
.why-list-items .why-item:last-child{
	margin-bottom: 0;
}
.why-list-items .why-item img{
	margin-right: 22px;
}
.why-list-items .why-item .text{
	font-size: 15px;
	font-weight: 400;
}
.why-list-items .why-item .text b{
	font-weight: 600;
}
.k-why-carbonclick-wrap .k-title{
	line-height: 1.52 !important;
}
.k-why-carbonclick-wrap .desc-button{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.k-why-carbonclick-wrap .desc-button .button-group{
	max-width: 250px;
}
.k-why-carbonclick-wrap .desc-button .button-group a{
	width: 100%;
}
.k-why-carbonclick-wrap .desc-button .button-group a:first-child{
	margin-bottom: 22px;
}
.k-why-carbonclick-wrap .desc-button .desc{
	max-width: 300px;
	padding-right: 18px;
	font-size: 15px;
	line-height: 1.66;
	font-weight: 400;
}
.k-why-carbonclick-wrap .desc-button .desc b{
	font-weight: 600;
}
.k-why-carbonclick-wrap .desc-button .button-group .k-button{
	padding: 0 30px;
	height: 52px;
	line-height: 50px;
}
.k-working-with-module{
    box-shadow: 0 4px 55px rgb(0 0 0 / 10%);
    padding: 40px 0 70px;
}
.k-working-with-module .k-work-items{
	margin-top: 50px;
	width: 100%;
}
.k-working-with-module .k-work-items .work-item{
	padding: 0 20px;
	min-height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.k-our-solutions-module{
	padding-top: 150px;
	margin-top: 150px;
	padding-bottom: 150px;
	background-image: url('../images/home-cycle-2.png');
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.k-our-solutions-module .k-title{
	font-size: 64px !important;
	line-height: 1.43 !important;
	margin-bottom: 80px;
}
.image-text-wrap{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 200px;
}
.image-text-wrap .image-left{
	width: 36%;
	background: #EAF9EC;
	position: relative;
	border-radius: 4px;
	height: 478px;
}
.image-text-wrap .image-left img{
	position: absolute;
	bottom: -120px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
}
.image-text-wrap.image-text-1 .image-left img{
	left: 46%;
	bottom: -175px;
}
.image-text-wrap.image-text-3 .image-left img{
	left: 45%;
	bottom: -175px;
}
.image-text-wrap.image-text-4 .image-left img{
	left: 55%;
	bottom: -150px;
}
.image-text-wrap .text-right{
	width: 64%;
	padding-left: 26px;
	padding-top: 60px;
	position: relative;
	padding-bottom: 70px;
}
.image-text-wrap .text-right .title{
	font-size: 44px !important;
	line-height: 1.13 !important;
	color: #000 !important;
	margin-bottom: 30px;
	font-weight: bold !important;
}
.image-text-wrap .text-right .desc{
	max-width: 380px;
	line-height: 1.75;
	font-weight: 400;
}
.image-text-wrap .text-right .k-button{
	position: absolute;
	left: 26px;
	bottom: 0;
	height: 46px;
	line-height: 46px;
	padding: 0 50px;
}
.image-text-wrap.even .image-left{
	order: 2;
}
.image-text-wrap.even .text-right{
	order: 1;
    padding-left: 250px;
    padding-right: 26px;
}
.image-text-wrap.even .text-right .k-button{
	left: 250px;
}

.k-call-to-action-module{
	padding: 25px 110px;
	background: #EAF9EC;
	border: 4px;
	font-size: 24px;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px !important;
}
.k-call-to-action-module .desc{
	width: 70%;
	padding-right: 30px;
}
.purchase-offset-section {
    background: #FFF;
    border: 2px solid #24AA3C;
    border-radius: 6px;
}
.purchase-offset-section h3, .purchase-offset-section p {
    font-size: 16px;
    line-height: 24px;
}
a.purchase-offset-section-button {
    display: inline-block;
    width: 155px;
    height: 39px;
    text-align: center;
    background: #24AA3C;
    border-radius: 6px;
    color: #FFF;
    font-size: 16px;
    line-height: 39px;
	font-weight: bold;
}
a.purchase-offset-section-button:hover{
	background: #000;
	color: #FFF;
}
.k-your-impact-module{
	padding-top: 350px;
	background-image: url('../images/home-bg-3.png');
	background-repeat: no-repeat;
	background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.k-your-impact-module .k-title{
	line-height: 1.4 !important;
	margin-bottom: 85px;
}
.k-your-impact-module .big-image{
	text-align: center;
}
.k-your-impact-module .big-image img{
	border-radius: 4px;
	max-width: 843px;
}
.k-your-impact-module .highest-wrap{
	max-width: 843px;
	margin: 85px auto 200px;
}
.k-your-impact-module .highest-wrap .text-left{
	padding-left: 0;
	width: 57%;
}
.k-your-impact-module .highest-wrap .img-right{
	width: 43%;
	padding-top: 20px;
}
.k-your-impact-module .highest-wrap .text-left .k-title{
	font-size: 42px !important;
	margin-bottom: 35px;
}
.k-features-list-module{
	padding-bottom: 100px;
}
.k-features-list-module .k-title{
	width: 55%;
	font-size: 42px !important;
}
.k-features-list-module .features-lists{
	display: flex;
	flex-wrap: wrap;
}
.k-features-list-module .features-lists .f-item{
	width: 30%;
	display: flex;
	margin-bottom: 35px;
	padding-right: 30px;
}
.k-features-list-module .features-lists .f-item:nth-child(4){
	margin-left: 9%;
}
.features-lists .f-item .icon{
	margin-right: 25px;
}
.features-lists .f-item .icon img{
	min-width: 73px;
	max-width: 73px;
}
.features-lists .f-item .caption .title{
	font-size: 21px;
}
.features-lists .f-item .caption .desc{
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
}
.k-home-testimonial-module{
	padding-top: 200px;
	background-image: url('../images/test-bg.png');
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.k-home-testimonial-module .k-title{
	margin-bottom: 70px;
}
.k-featured-in-module{
    box-shadow: 0 4px 55px rgb(0 0 0 / 10%);
    padding: 40px 0 35px;
    margin-bottom: 50px;
}
.k-featured-in-module .our-partners{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.k-featured-in-module .our-partners .partner-item{
	padding: 0 40px;
}
.k-faqs-module{
	padding-top: 100px;
	padding-bottom: 60px;
}
.k-faqs-module .k-faqs-wrap{
	max-width: 844px;
	margin: 0 auto;
}
.k-faqs-module .k-title{
	text-align: center;
	margin-bottom: 60px;
}
.k-faqs-module .panel-title a{
	padding: 25px 0;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	justify-content: space-between;
}
.k-faqs-module .panel-title a .arrow{
	font-size: 26px;
    line-height: 1;
	color: #24aa3c;
}
.k-faqs-module .panel-title a.active .arrow .fa:before{
	content: '\f106';
}
.k-faqs-module .panel-title a .fusion-toggle-heading{
	margin-left: 0;
}
.k-faqs-module .accordian {
	margin-bottom: 50px;
}
.k-faqs-module .fusion-accordian .panel-body p{
	font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
	margin-bottom: 20px;
}
.text-center{
	text-align: center;
}
.fusion-accordian .fusion-panel:first-child{
	border-top: 1px solid #e5e4e3;
}
.k-blockchain-banner{
	height: 100vh !important;
}
.k-blockchain-banner .ecommerce-banner-desc{
	display: block;
}
.k-blockchain-banner .ecommerce-banner-desc p{
	margin: 0 auto 30px;
}
.k-blockchain-banner .solutions3-btn{
	min-width: 285px;
}
.web3-green-wrap{
	background: #FFF;
	margin-top: -110px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 50px 100px;
	max-width: 1030px;
}
.web3-green-wrap .title{
	font-size: 44px;
	margin-bottom: 70px;
	color: #24AA3C;
	text-align: center;
	font-weight: bold !important;
}
.web3-green{
	margin-bottom: 40px;
}
.web3-green .green-form{
	margin: 0 auto;
	max-width: 740px;
}
.blockchain-image-text{
	padding-bottom: 400px;
}
.blockchain-image-text .big-title{
	font-size: 64px;
	line-height: 1.43;
	margin-bottom: 200px;
	font-weight: bold !important;
}
.b-image-text{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 200px;
	margin-left: -20px;
	margin-right: -20px;
}
.b-image-text .thumb{
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}
.b-image-text .thumb img{
	border-radius: 4px;
	max-width: 100%;
	box-shadow: 0 4px 36px rgba(0,0,0,0.25);
}
.b-image-text .caption{
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}
.b-image-text .caption .title{
	font-size: 44px;
	line-height: 1.13;
	margin-bottom: 45px;
}
.b-image-text .caption .desc{
	margin-bottom: 50px;
}
.b-image-text .caption .desc p{
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 15px;
}
.blockchain-image-text{
	background-image: url('../images/blockchain-bg-2.png');
	background-repeat: no-repeat;
	background-position: center 200px;
	background-size: cover;
}

@media(max-width: 1199px){
	.k-why-carbonclick-wrap{
		margin-top: -70px;
		padding: 50px;
	}
	.k-why-carbonclick-wrap .content-left{
		width: 60%;
		padding-right: 40px;
	}
	.k-why-carbonclick-wrap .content-right{
		width: 40%;
	}
	.k-why-carbonclick-wrap .k-title{
		font-size: 36px !important;
	}
	.k-why-carbonclick-wrap .desc-button .desc{
		max-width: 100%;
		padding-right: 18px;
		margin-bottom: 30px;
	}
	.k-why-carbonclick-wrap .desc-button .button-group a:first-child{
		margin-bottom: 15px;
	}
	.k-working-with-module .k-work-items .work-item{
		margin-bottom: 20px;
	}
	.k-working-with-module{
		padding-bottom: 40px;
	}
	.k-working-with-module .k-work-items .work-item{
		padding: 0 15px;
	}
	.k-working-with-module .k-work-items .work-item img{
		max-height: 55px;
	}
	.k-our-solutions-module{
		padding-top: 100px;
	    padding-bottom: 100px;		
	}
	.k-our-solutions-module .k-title{
		font-size: 44px !important;
	}
	.image-text-wrap.even .text-right{
		padding-left: 100px;
	}
	.image-text-wrap.even .text-right .k-button{
		left: 100px;
	}
	.k-call-to-action-module{
		padding: 25px 50px;
		margin-bottom: 150px !important;
	}
	.k-your-impact-module{
		padding-top: 150px;
	}
	.k-your-impact-module .highest-wrap{
		margin-bottom: 100px;
	}
	.k-features-list-module .features-lists .f-item{
		padding-right: 10px;
	}
	.k-features-list-module{
		padding-bottom: 50px;
	}
	.k-home-testimonial-module{
		padding-top: 100px;
    	padding-bottom: 100px;		
	}
	.k-your-impact-module .big-image img{
		max-width: 100%;
	}
}

@media(max-width: 767px){
	.k-why-carbonclick-module{
		padding-left: 20px;
		padding-right: 20px;
	}
	.k-why-carbonclick-wrap{
		padding: 30px 20px;
	}
	.k-why-carbonclick-wrap .content-left{
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.k-why-carbonclick-wrap .k-title {
	    font-size: 32px !important;
	}
	.k-features-list-module .features-lists .f-item{
		width: 100%;
	}
	.k-features-list-module .features-lists .f-item:nth-child(4){
		margin-left: 0;
	}
	.k-why-carbonclick-wrap .desc-button{
		justify-content: center;
		width: 100%;
	}
	.k-why-carbonclick-wrap .content-right{
		width: 100%;
		display: none;
	}
	.k-our-solutions-module{
		padding-top: 60px;
		padding-bottom: 30px;
		margin-top: 60px;
	}
	.k-our-solutions-module .k-title{
		font-size: 32px !important;
		margin-bottom: 50px;
	}
	.image-text-wrap .image-left{
		width: 100%;
		margin-bottom: 30px;
	}
	.image-text-wrap .text-right{
		width: 100%;
		padding-left: 0;
	}
	.image-text-wrap .image-left{
		height: 300px;
	}
	.image-text-wrap.image-text-1 .image-left img{
		max-width: 230px;
		bottom: -105px;
	}
	.image-text-wrap .text-right .title{
		font-size: 30px !important; 
	}
	.image-text-wrap .text-right .k-button{
		left: 0 !important; 
		left: 50% !important;
    	transform: translateX(-50%);
	}
	.image-text-wrap{
		margin-bottom: 60px;
	}
	.image-text-wrap.even .text-right{
		order: 3;
	}
	.image-text-wrap .image-left img{
		bottom: -60px;
	}
	.image-text-wrap.even .text-right{
		padding-left: 0;
	}
	.image-text-wrap.image-text-3 .image-left img{
		max-width: 230px;
		bottom: -105px;		
	}
	.image-text-wrap.image-text-4 .image-left img{
		max-width: 180px;
		bottom: -80px;
	}
	.k-call-to-action-module{
		padding: 25px;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
		margin-bottom: 60px !important; 
	}
	.k-call-to-action-module .desc{
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
		font-size: 18px;
	}
	.k-your-impact-module{
		padding-top: 60px;
	}
	.k-your-impact-module .k-title{
		margin-bottom: 50px;
	}
	.k-your-impact-module .highest-wrap{
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.k-your-impact-module .highest-wrap .img-right{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.k-your-impact-module .highest-wrap .text-left{
		width: 100%;
	}
	.k-your-impact-module .highest-wrap .text-left .k-title{
		font-size: 32px !important;
		margin-bottom: 15px; 
	}
	.k-features-list-module .k-title{
		width: 100%;
		font-size: 32px !important; 
	}
	#home-testimonials.k-home-testimonial-module{
		padding-top: 60px;
		padding-bottom: 60px;
		margin-bottom: 0 !important;
	}
	.k-home-testimonial-module .k-title{
		margin-bottom: 40px;
	}
	.home-testimonials h3{
		font-size: 30px;
	}
	.k-featured-in-module .our-partners .partner-item{
		padding: 0;
	}
	.k-featured-in-module{
		padding-bottom: 15px;
	}
	.k-faqs-module .k-title{
		margin-bottom: 40px;
	}
	.k-faqs-module{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.web3-green-wrap{
		padding: 30px 20px;
		margin-top: -50px;
	}
	.web3-green-wrap .title{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.web3-green{
		margin-bottom: 20px;
	}
	.blockchain-image-text .big-title{
		font-size: 36px;
		margin-bottom: 60px;
	}
	.blockchain-image-text{
		background-position: center 50px;
		padding-bottom: 100px;
	}
	.b-image-text .thumb{
		width: 100%;
		margin-bottom: 30px;
	}
	.b-image-text .caption{
		width: 100%;
	}
	.b-image-text .caption .title{
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 25px;
	}
	.b-image-text .caption .desc{
		margin-bottom: 30px;
	}
	.b-image-text{
		margin-bottom: 80px;
	}
}

/* About V2 */
.about-banner{
	min-height: 66.67vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    display: flex;
    align-items: center;
}
.about-banner .caption{
	padding-top: 176px;
	padding-bottom: 100px;
	max-width: 838px;
}
.about-banner .caption .title{
	font-size: 64px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.43;
	margin-bottom: 30px;
	text-align: center;
}
.about-banner .caption .desc{
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.75;
    max-width: 388px;
    margin: 0 auto;
    text-align: center;
}
.about-our-story{
	background-image: url('../images/bg-cycle-about.png');
	background-size: cover;
	background-position: center top;
	padding-bottom: 130px;
}
.about-our-story .desc-top{
	min-height: 33.33vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 28px;
    line-height: 2;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0;
}
.about-text{
	max-width: 840px;
	margin: 0 auto 80px;
}
.about-text .title{
	font-size: 44px;
	line-height: 1.13 !important;
	margin-bottom: 40px;
	font-weight: bold !important;
}
.about-text .desc p{
	font-size: 21px;
	margin-bottom: 30px;
	line-height: 2;
	font-weight: 400;
}
.gallery-image{
	margin-left: -12px;
	margin-right: -12px;
	display: flex;
	flex-wrap: wrap;
}
.gallery-image .gallery-item{
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 25px;
	width: 50%;
}
.gallery-image .gallery-item img{
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 2px 21px rgba(0,0,0,0.25);
}
.about-our-impact{
	background-color: #24AA3C;
	padding-top: 60px;
	padding-bottom: 40px;
}
.about-our-impact .uk-container{
	max-width: 1280px;
}
.impact-flex{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.impact-flex .impact-left{
	width: 67%;
	padding-left: 20px;
	padding-right: 20px;
}
.impact-flex .impact-right{
	width: 33%;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.impact-flex .all-projects{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.impact-left .sub-title{
	font-size: 28px;
	font-weight: 300;
	color: #FFF;
	line-height: 2;
	margin-bottom: 50px;
}
.impact-list{
	display: table;
	width: 100%;
}
.ip-row{
	display: table-row;
}
.ip-col{
	display: table-cell;
	padding-right: 20px;
}
.impact-item{
	margin-bottom: 40px;
}
.impact-item .value{
	font-weight: bold;
	color: #FFF;
	font-size: 66px;
	line-height: 0.75;
	margin-bottom: 14px;
}
.impact-item .lb{
	font-size: 32px;
	color:  #C0E9C7;
	line-height: 1.56;
	font-weight: bold;
}
.project-item .thumb{
	margin-bottom: 20px;
}
.about-project-list .slick-list.draggable{
	overflow: visible;
}
.project-item .thumb img{
	height: auto;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
.project-item .caption{
	text-align: center;
}
.project-item .caption .title{
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.75;
	opacity: 0.8;
}
.project-item .caption .location{
	font-size: 16px;
	color: #FFF;
	font-weight: 300;
	line-height: 1.75;
	opacity: 0.8;
}
.who-are-we{
	padding-top: 100px;
	padding-bottom: 100px;
}
.about-our-team{
	background-image: url('../images/bg-cycle-team.png') ;
	background-position: center top;
	background-size: cover;
}
.team-title{
	font-size: 28px;
	line-height: 2;
	color: #24AA3C;
	font-weight: 500;
	margin-bottom: 38px;
}
.team-member-list-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team-member-list-1 .member-item{
	width: 50%;
	margin-bottom: 85px;
	display: flex;
	flex-wrap: wrap;
	max-width: 480px;
}
.team-member-list-1 .member-item .caption{
	width: calc(100% - 189px);
	padding-left: 27px;
}
.member-item .caption .position{
	font-size: 18px;
	font-weight: bold;
	color: #24AA3C;
	line-height: 2.7;
}
.member-item .caption .name{
	font-size: 21px;
	font-weight: bold;
	line-height: 1.75;
	max-width: 258px;
}
.member-item .caption .desc{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	max-width: 258px;
}
.member-thumb{
	position: relative;
	width: 189px;
	height: 189px;
}
.member-thumb img{
	width: 100%;
	height: 100%;
	box-shadow: 0px 2px 21px rgba(36, 170, 60, 0.25);
	border-radius: 50%;
}
.member-thumb .linkedin{
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	transition: all 0.3s;
	border-radius: 50%;
	background-color: #24AA3C;
	text-align: center;
	right: 0;
    bottom: 10px;
}
.member-thumb:hover .linkedin{
	transform: scale(1.3);
}
.team-member-list-2{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 80px;
}
.team-member-list-2 .member-item-2{
	width: 25%;
	text-align: center;
	margin-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.team-member-list-2 .member-item-2 .member-thumb{
	margin: 0 auto 15px;
}
.member-item-2 .caption{
	max-width: 180px;
	margin:  0 auto;
}
.member-item-2 .caption .name{
	font-size: 21px;
	font-weight: bold;
	line-height: 1.71;
	margin-bottom: 5px;
}
.member-item-2 .caption .position{
	font-size: 18px;
	font-weight: 500;
	color: #24AA3C;
	line-height: 1.33;
	margin-bottom: 8px;
}
.member-item-2.ad .caption .position{
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.about-call-to-action-1{
	background: #24AA3C;
}
.about-call-to-action-1 .uk-container{
	max-width: 1280px;
	padding-top: 53px;
	padding-bottom: 40px;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about-call-to-action-1 .title{
	font-weight: bold !important;
	color: #FFF;
	font-size: 44px;
	line-height: 1.13 !important;
	margin-bottom: 15px;
}
.about-call-to-action-1 .desc{
	font-weight: 400;
	font-size: 21px;
	line-height: 2;
}
.about-call-to-action-1 .content-left{
	width: calc(100% - 244px);
	padding-right: 20px;
}
.about-call-to-action-1 .button-right{
	width: 244px;
}
.about-call-to-action-1 .button-right a{
	width: 100%;
}
.k-button-white{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	border: 2px solid #FFF;
	display: inline-block;
	line-height: 48px;
	height: 52px;
	color: #FFF;
	min-width: 244px;

}
.k-button-white:hover{
	color: #24AA3C;
	background: #FFF;
}
.all-projects{
	text-align: center;
	margin-top: -50px;
}
.about-call-to-action-2{
	padding-top: 70px;
	padding-bottom: 60px;
	text-align: center;
}
.k-button-default{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	border: 2px solid #24AA3C;
	display: inline-block;
	line-height: 48px;
	height: 52px;
	color: #24AA3C;
	min-width: 244px;
}
.k-button-default:hover{
	color: #FFF;
	background-color: #24AA3C;
}
.about-call-to-action-2 .desc{
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.75;
}
@media(max-width: 1199px){
	.impact-left .sub-title{
		margin-bottom: 30px;
	}
	.impact-item .value{
		font-size: 46px;
	}
	.impact-item .lb{
		font-size: 26px;
	}
	.member-thumb {
	    width: 150px;
	    height: 150px;
	}
}
@media(max-width: 767px){
	.team-member-list-1 .member-item{
		width: 100%;
	}
	.team-member-list-2 .member-item-2{
		width: 50%;
	}
	.impact-flex .impact-left{
		width: 100%;
	}
	.impact-flex .impact-right{
		width: 100%;
	}
	.impact-item .value{
		font-size: 30px;
	}
	.impact-item .lb{
		font-size: 16px;
	}
	.impact-flex .all-projects{
		margin-top: 30px;
	}
	.about-banner .caption{
		padding-top: 120px;
		padding-bottom: 60px;
	}
	.about-banner .caption .title{
		font-size: 36px;
		margin-bottom: 20px;
	}
	.about-our-story .desc-top{
		font-size: 18px;
	}
	.about-text .title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.about-text .desc p{
		font-size: 16px;
	}
	.about-text{
		margin-bottom: 40px;
	}
	.gallery-image .gallery-item{
		width: 100%;
	}
	.about-our-story{
		padding-bottom: 50px;
	}
	.about-our-impact{
		padding-top: 40px;
	}
	.impact-left .sub-title{
		font-size: 22px;
	}
	.who-are-we{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.team-title{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.team-member-list-1 .member-item .caption{
		width: calc(100% - 120px);
	}
	.team-member-list-1 .member-item{
		margin-bottom: 35px;
	}
	.member-thumb{
		width: 120px;
		height: 120px;
	}
	.member-item-2 .caption .name{
		font-size: 18px;
	}
	.member-item-2 .caption .position{
		font-size: 16px;
	}
	.team-member-list-2{
		margin-bottom: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.team-member-list-2 .member-item-2{
		margin-bottom: 30px;
	}
	.about-call-to-action-1 .content-left{
		width: 100%;
		margin-bottom: 20px;
	}
	.about-call-to-action-1 .button-right{
		width: 100%;
		text-align: center;
	}
	.about-call-to-action-1 .button-right a{
		width: auto;
	}
	.member-item .caption .name{
		font-size: 18px;
	}
	.member-item .caption .position{
		font-size: 16px;
	}
	.team-member-list-1 .member-item .caption{
		padding-left: 20px;
	}
	.member-thumb .linkedin {
	    right: 0;
    	bottom: -6px;
    	width: 44px;
	    height: 44px;
	    line-height: 38px;
	}
	.about-call-to-action-1 .title{
		font-size: 32px;
	}
	.about-call-to-action-1 .desc{
		font-size: 16px;
	}
	.about-call-to-action-2 .desc{
		font-size: 18px;
	}

}


/* Case studies */
.case-banner{
	min-height: 80vh;
	position: relative;
}
.case-banner:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(13, 64, 55, 0), rgba(13, 64, 55, 1));;
}
.case-banner .uk-container{
	position: relative;
	z-index: 1;
}
.case-banner .caption .desc{
	max-width: 435px;
}
.case-banner .caption .title{
	max-width: 832px;
}
.case-banner .caption{
	padding-bottom: 170px;
}
.case-intro .intro-wrap{
	background: #FFF;
	border-radius: 4px;
	margin-top: -110px;
	position: relative;
    z-index: 2;
    padding: 70px;
}
.case-intro .intro-content{
	font-size: 28px;
	font-weight: 300;
	max-width: 600px;
	margin: 0 auto;
	line-height: 2;
	text-align: center;
}
.case-studies-content{
	background-image: url('../images/case-bg-cycle.png');
	background-size: cover;
	background-position: center top;
	padding-top: 50px;
}
.case-study-item{
	margin-top: 300px;
	display: flex;
	flex-wrap: wrap;
}
.case-study-item .thumb{
	width: 50%;
	padding-right: 50px;
}
.case-study-item .thumb img{
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 4px 36px rgba(0,0,0,0.25);
}
.case-study-item .caption{
	width: 50%;
}
.case-study-item .caption .title{
	font-size: 44px;
	font-weight: bold;
	line-height: 1.14;
	margin-bottom: 30px;
}
.case-study-item .caption .desc{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 60px;
}
.case-study-item .case-button a{
	min-width: 240px;
	text-align: center;
}
.case-call-to-action{
	padding: 130px 0;
}
.case-study-6 .thumb img{
	box-shadow: none;
	position: relative;
	margin-top: -140px;
}
.footer-solution{
	clear: both;
}
@media(max-width:  767px){
	.case-intro .intro-wrap{
		padding: 30px 40px;
	}
	.case-intro .intro-content{
		font-size: 18px;
	}
	.case-study-item{
		margin-top: 80px;
	}
	.case-study-item .thumb{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.case-study-item .caption{
		width: 100%;
	}
	.case-study-item .caption .title{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.case-study-item .caption .desc{
		margin-bottom: 30px;
		font-size: 14px;
	}
	.case-call-to-action{
		padding: 60px 0;
	}
	.case-studies-content{
		padding-top: 0;
	}
}


/* Update climate-friendly-team */
.cft-video-intro{
	padding-top: 170px;
	padding-bottom: 50px;
	background-image: url('../images/ctf-bg-cycle.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -50px;
}
.ctf-video-wrap{
	display: flex;
	flex-wrap: wrap;
}
.ctf-video-wrap .video-iframe{
	width: 68%;
	padding-right: 60px;
}
.ctf-video-wrap .caption{
	width: 32%;
}
.ctf-video-wrap .caption .title{
	font-size: 44px !important;
	line-height: 1.13 !important;
	font-weight: bold !important;
	margin-bottom: 25px;
}
.ctf-video-wrap .caption p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.75;
}
.cft-text-image-list{
	background-position: center top;
}
.cft-impact-2{
	padding-top: 120px;
}
.cft-impact-2 .impact-top{
	position: relative;
	margin-bottom: 60px;
}
.cft-impact-2 .impact-top img{
	max-width: 100%;
	border-radius: 4px;
	box-shadow: 0 4px 40px rgba(0,0,0,0.25);
}
.cft-impact-2 .impact-top .caption{
	position: absolute;
	top: 40px;
	padding: 0 100px;
	color: #FFF;
	left: 0;
}
.impact-top .caption .sub-title{
	color: #FFF;
	font-weight: 300 !important;
	margin-bottom: 20px;
	text-shadow: 0 2px 21px rgba(0,0,0,0.25);
}
.impact-top .caption .title{
	font-weight: bold !important;
	color: #FFF !important;
	text-shadow: 0 2px 21px rgba(0,0,0,0.25);
}
.impact-bottom{
	display: flex;
	flex-wrap: wrap;
}
.impact-bottom .projects-left{
	width: 50%;
	display: flex;
	justify-content: center;
}
.impact-bottom .quality-offsets{
	width: 50%;
}
.projects-left .project-item .caption .title{
	color: #000;
}
.projects-left .project-item .caption .location{
	color: #000;
}
.impact-bottom .quality-offsets .title{
	font-size: 42px !important;
	font-weight: bold !important;
	line-height: 1.52 !important;
	margin-bottom: 30px;
}
.impact-bottom .quality-offsets .desc p{
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 1.75;
}
.projects-left .about-project-list{
	max-width: 400px;
}
.projects-left{
	overflow: hidden;
}
@media(max-width: 991px){
	.ctf-video-wrap .caption .title{
		font-size: 30px !important;
	}
}
@media(max-width: 767px){
	.cft-video-intro{
		padding-top: 60px;
		padding-bottom: 0;
	}
	.ctf-video-wrap .video-iframe{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.ctf-video-wrap .caption{
		width: 100%;
	}
	.ctf-video-wrap .caption .title {
	    font-size: 24px !important;
	}
	.cft-impact-2 .impact-top .caption{
		padding: 0 20px;
		top: 20px;
	}
	.impact-top .caption .sub-title{
		font-size: 18px !important;
		margin-bottom: 5px;
	}
	.cft-impact-2{
		padding-top: 60px;
	}
	.impact-top .caption .title{
		font-size: 22px !important;
	}
	.impact-bottom .projects-left{
		width: 100%;
		margin-bottom: 30px;
	}
	.impact-bottom .quality-offsets{
		width: 100%;
	}
	.projects-left .project-item .caption .title{
		margin-bottom: 0px !important;
	}
	.impact-bottom .quality-offsets .title{
		font-size: 30px !important;
	}
}

.nz-banner{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 20px;
    color: #FFF;
    z-index: 99999;
}
.nz-banner .caption .title{
	color: #FFF;
	font-weight: bold !important;
	font-size: 34px !important;
	line-height: 1.35 !important;
	margin-bottom: 12px !important;
}
.nz-banner .uk-container{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.nz-banner .caption{
	width: 70%;
	padding-right: 10px;
	max-width: 720px;
}
.nz-banner .caption .desc{
	font-size: 18px;
}
.nz-banner .button{
	width: 30%;
	text-align: right;
}
.nz-close{
	width: 30px;
    display: block;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    text-align: center;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    font-size: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
}
@media(max-width: 767px){
	.nz-banner .caption{
		width: 100%;
		margin-bottom: 15px;
	}
	.nz-banner .button{
		width: 100%;
		text-align: center;
	}
	.nz-banner .caption .title{
		margin-bottom: 5px !important; 
	}
}



/* News */

.new-banner{
	padding-top: 200px;
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	
}
.new-banner .banner-title{
	max-width: 822px;
	font-size: 64px;
	line-height: 1.4 !important;
	color: #FFF;
	text-shadow: 0 0 21px rgba(0,0,0,0.25);
	margin: 0 auto;
}
.news-content-wrap{
	background-image: url('../images/news-bg.png');
	background-position: center -130px;
	background-size: cover;
	padding-top: 100px;
	background-repeat: no-repeat;
}
.news-title{
	font-weight: 700 !important;
	font-size: 64px;
	line-height: 1.4 !important;
	margin-bottom: 20px !important;
}
.section-news{
	margin-bottom: 120px;
}
.section-blog{
	margin-bottom: 120px;
}
.section-press{
	margin-bottom: 160px;
}
.section-press .news-title{
	margin-bottom: 50px !important;
}
.press-sub-title{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 40px;
}
.list-press{
	list-style: none;
}
.list-press .press-item{
	color: #24AA3C;
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 18px;
}
.section-news-cta{
	margin-bottom: 50px;
}
.section-news-cta .cta-box{
	background: #EAF9EC;
	padding: 25px 30px 40px;
	border-radius: 12px;
	text-align: center;
}
.cta-box .news-title{
	margin-bottom: 20px !important;
}
.cta-box .news-sub-title{
	margin-bottom: 65px;
	font-weight: 400;
}
.cta-box .k-button{
	min-width: 220px;
}
.news-item{
	background: #FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	border-radius: 6px;
	padding: 25px 15px;
	cursor: grab;
}
.blog-item{
	padding-top: 40px;
}
.news-item .news-logo{
	max-height: 33px;
	width: auto !important;
	margin: 0 auto;
}
.news-item .logo-center{
	text-align: center;
	margin-bottom: 22px;
}
.news-slider{
	overflow: hidden;
/* 	padding-left: calc(50vw - 585px); */
	width: calc(100% + 30px);
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
}
.news-slider .owl-stage-outer{
	padding-top: 30px;
	padding-bottom: 30px;
/* 	padding-left: 15px;
	padding-right: 15px; */
	overflow: visible;
}
.news-item .title{
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 30px;
}
.news-item .title a{
	color: #000;
}
.news-item .desc{
	font-weight: 400;
	line-height: 1.75;
	font-size: 14px;
	margin-bottom: 20px;
}
.news-item .link-right{
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.news-slider .owl-nav{
	text-align: right;
	padding-right: 0;
}
.news-slider .owl-nav .owl-prev,
.news-slider .owl-nav .owl-next{
	width: 40px;
	height: 40px;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
	margin: 0 10px;
	background-color: #FFF !important;
	font-size: 40px !important;
	border-radius: 50%;
	color: #24aa3c !important;
	line-height: 40px !important;
	position: relative;
	text-align: center;
	font-size: 25px !important;
}
.news-slider .owl-nav .owl-prev span{
	display: none;
}
.news-slider .owl-nav .owl-prev:after{
	content: '<';
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.news-slider .owl-nav .owl-next span{
	display: none;
}
.news-slider .owl-nav .owl-next:after{
	content: '>';
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.news-item iframe{
	width: 100%;
}
.section-secial-channel .news-item{
	padding-top: 25px;
	height: 380px;
	overflow: hidden;
}
.news-item .item-content{
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

.news-item .item-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
    background-color: #F5F5F5;
}

.news-item .item-content::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

.news-item .item-content::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

@media(min-width:  1366px){
	.section-news-cta .container{
		width: 1310px;
	}
}

@media(max-width:  767px){
	.new-banner{
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.new-banner .banner-title{
		font-size: 34px;
	}
	.news-content-wrap{
		padding-top: 50px;
	}
	.news-title{
		font-size: 34px;
		margin-bottom: 0 !important;
	}
	.news-slider{
		width: 100%;
		margin-left: 0;
	}
	.news-slider .owl-stage-outer{
		padding-left: 0;
		overflow: visible;
	}
	.container {
	    width: 100%;
	}
	.news-slider .owl-nav{
		padding-right: 0;
	}
	.news-slider .owl-nav .owl-prev, .news-slider .owl-nav .owl-next{
		font-size: 22px !important;
		height: 35px; 
		width: 35px;
	}
	.section-news{
		margin-bottom: 20px;
	}
	.section-blog{
		margin-bottom: 20px;
	}
	.section-press .news-title{
		margin-bottom: 20px !important;
	}
	.press-sub-title{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.list-press .press-item{
		margin-bottom: 20px;
		font-size: 14px;
	}
	.section-press{
		margin-bottom: 50px;
	}
	.cta-box .news-sub-title{
		margin-bottom: 35px;
		font-size: 14px;
	}
	.cta-box .k-button{
		padding: 10px;
	}
}
