*{padding: 0; margin: 0;}
body, html{
	font-family: 'Nunito', sans-serif;
	font-size: 1rem;
	line-height: 1.2;
  
}
body{
  background: url(../images/main_bg.png) repeat 0 0;
  position: relative;
}
body:after{
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
img{
	max-width: 100%;
	display: block;
}
.top_header{background: #885526;
    color: #fff;
    padding: 10px;
    text-align: center;}
	.logo-home{width: 10%;
    position: absolute;
    top: 3px;
    left: 55px;}
	.padding-new{ padding:10px;}
.navbar{
	padding: 0px!important;
}
.header-bg{
	background-color:#fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
	padding-bottom: 5px!important;
}
.header-bg .container-fluid{
	max-width: 94%;
}
.navbar-nav .nav-link {
  color: #809CA6;
  font-family: 'Nunito', sans-serif;
  padding: 0 1.2rem !important;
  font-size: 1rem;
  font-weight: 600;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
	color: #26603C;
}

.header-banner{
	display: block;
	position: relative;
}

.btn{
	border-radius: 0px!important;
	padding: 10px 25px!important;
	font-weight: 600!important;
	font-size: 16px!important;
	line-height: 22px!important;
	text-align: center!important;
	color: #FFFFFF!important;
}
.btn:focus, input:focus{
	box-shadow: none;
	outline: none;
}
.btn-primary{
	background-color: #FECE00;
	border-color: #FECE00;
}

.btn-danger{
	background-color: #FE0000;
	border-color: #FE0000;
}
.btn-outline-primary {
  color: #0098CE!important;
  background-color: #fff;
  border-color: #0098CE;
}
.btn-outline-primary:hover{
	color: #fff!important;
}
.about-us-section {
  padding: 60px 0;
}
h2{
	font-size: 50px;
	font-weight: 800;
	color: #3C464D;
	line-height: 70px;
	text-transform: capitalize;
}
.green-text{
	color: #62A861!important;
}

/*---30-05-2022 css--*/
.track-your {
  background-image: url(../images/track-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}
.track {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Track-left {
  padding: 150px 0 170px 0;
  width: 71%;
  z-index: 1;
}
.Track-left h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 95px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.Track-left p {
  width: 70%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding-bottom: 40px;
}
.track-form {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
}
.name-left {
  display: flex;
  flex-direction: column;
}
.name-of {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #AAB0AC;
}
.name-input {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #28603C;
}
.border-right {
  border-left: 1px solid #c4c6c5;
  padding-left: 25px;
}
input.name-input {
  border: none;
}
.search {
  background: #28603E;
  border-radius: 10px;
  padding: 15px;
  margin-left: 10px;
}
.search svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.map-right {
  position: absolute;
  right: -150px;
  bottom: 0;
}
.map-right img {
  width: 70%;
}
.visit {
  color: #fff;
  padding-top: 10px;
}
.visit:hover {
  color: #ccc;
}
.project-img {
  width: 100% !important;
}




@media (min-width: 1600px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  		max-width: 1400px;
	}
}

.banner-img {
  position: relative;
}


h1{
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 80px;
	margin-bottom: 0px;
	line-height: normal;
	color: #fff;
}
.css-typing {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.slider-content h1{
	display: block;
}
.slider-content h1 b{
	font-weight: 900;
}
.slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

/*--------------*/
.header-banner .carousel-control-prev-icon{
	background: url(../images/slider_arrow_left.png) no-repeat center center;
	height: 52px;
	width: 54px;
	z-index: 5;
	background-color: #fff;
	border-radius: 50%;
}
.header-banner .carousel-control-next-icon{
	background: url(../images/slider_arrow_right.png) no-repeat center; center;
	height: 52px;
	width: 54px;
	z-index: 5;
	background-color: #fff;
	border-radius: 50%;
}
.carousel-control-prev {
  left: 10px;
  width: auto;
}
.carousel-control-next {
  right: 30px;
  width: auto;
}

/*---Simple jumping animation css--*/
.jump-animation{
	will-change:transform;
	-webkit-animation-name:pix_bounce_sm;
	animation-name:pix_bounce_sm;
	-webkit-animation-duration:7s;
	animation-duration:7s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
.jump-animation-2{
	will-change:transform;
	-webkit-animation-name:pix_bounce_sm;
	animation-name:pix_bounce_sm;
	-webkit-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}

@-webkit-keyframes pix_bounce_sm{
	0%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	50%{
		-webkit-transform:translateY(10%);
		transform:translateY(10%)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes pix_bounce_sm{
	0%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	50%{
		-webkit-transform:translateY(10%);
		transform:translateY(10%)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
h2{
	margin-bottom: 1.2rem;
}
p{
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #5F6862;
}
.our-mission {
  margin: 0rem 0 1rem 0;
  display: block;
  clear: both;
}
.our-mission h3{
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #3C464C;
}
.our-mission h3 img{
	margin-right: 10px;
}
.our-approch-block {
  padding: 50px 0;
}
.our-approch-block .common-tiltes{
	text-align: center;
	margin-bottom: 3rem;
}
.onground-box {
  position: relative;
  padding-bottom: 5rem;
}
.onground-text-box {
  background: #FFF9F7;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 50%;
  left: 0;
  top: 80px;
  padding: 1.2rem 2.5rem;
}
.onground-text-box h3{
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #3C464C;
}
.our-approch-block .common-tiltes h2{
	margin-bottom: 0;
}
.onground-img {
  margin-left: auto;
  width: 56%;
}
.buttons-block .btn{
	margin-right: 10px;
}
.approch-block .carousel-indicators{
	bottom: 15px;
	left: 52%;
}
.approch-block .carousel-indicators button{
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background-color: #CFE4D9!important;
}
.approch-block .carousel-indicators button.active{
	background-color: #509E4E!important;
}
.our-actions{
	padding: 50px 0;
	background-color: #F6FFFA;
}
.actions-block{
	margin-top: 2rem;
}
.img-box{
	/*max-height: 287px;*/
	margin-bottom: 1rem;
}
.action-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #3C464C;
}
.location {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ADB9B2;
}
.action-content a{
	text-decoration: none;
	color: #53AF77;
}
.impact-section {
  padding: 50px 0;
  background: url(../images/impact_bg.png) no-repeat 0 10px;
  background-size: cover;
  width: 100%;
  height: auto;
  background-attachment: fixed;
}
.impact-section h2{
	color: #fff;
}
.impact-count {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2rem 0;
}
.count-1 {
  max-width: 190px;
  background: #66AA64;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  margin: 0 1rem;
  width: 100%; height:315px;
}
.count-1 .big {
      font-weight: 800;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 10px;

}
.count-1 .light {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.latest-news-section {
  padding: 50px 0;
}
.latest-news-section h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #509E4E;
  padding-left: 40px;
  position: relative;
}
.latest-news-section h5:before{
	content: '';
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	background: #509E4E;
}
.news-title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-news-content {
  display: block;
  margin: 1rem 0 0;
}

.blog-img-big {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog-big-content {
  background: #509E4E;;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.blog-big-content p,
.blog-h-content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 0.4rem;
}
.blog-big-content h5 a{
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #FFFFFF;
	padding-left: 0;
	text-decoration: none;
}
.blog-big-content h5,
.blog-h-content h5{
	padding-left: 0;
}
.blog-big-content h5:before{
	content: normal;
}
.news-small-box {
  display: flex;
  margin-bottom: 1.8rem;
}
.blog-img {
  max-width: 40%;
  margin-right: 2rem;
}
.blog-h-content p{
	color: #5D6A62;
	font-weight: 700;
}
.blog-h-content h5:before{
	content: normal;
}
.blog-h-content h5 a{
	padding-left: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #3C464C;
	text-decoration: none;
}
.brand-section {
  background: #F6FFFA;
  padding: 30px 0;
}
.brands {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brands span {
	margin: 0.5rem;	
}
.footer-section {
  padding: 50px 0 20px 0;
  background: url(../images/footer_bg.png) no-repeat 0 0;
    background-size: auto;
  background-size: cover;
}
.footer-section h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.footer-section p {
  color: #fff;
}
.footer-module-1 {
  width: 49%;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-module-1 li{
	margin-bottom: 10px;
}
.footer-module-1 li a{
	padding-left: 20px;
	background-image: url(../images/footer_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
  font-size: 14px;
  line-height: normal;
}
.contact-info {
  display: block;
  padding: 0;
  list-style-type: none;
}
.contact-info li {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  align-items: center;
}
.chat-now{
	display: flex;
	flex-direction: column;
	color: #fff;
	width: auto !important;
}
.contact-info li span{
	width: 53px;
	min-width: 53px;
	margin-right: 5px;
}
.form-block {
  display: flex;
  background: #fff;
  padding: 5px;
}
.form-block input[type="email"] {
  border: 0;
  width: 80%;
}
input:focus{
	box-shadow: none;
	outline: none;
}
.chat-now b {
  font-size: 16px;
  font-weight: 600;
}
.copyright-text {
  margin: 2rem 0 0rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-media {
  display: flex;
}
.social-media a{
  margin-left: 10px;
}
.navbar-toggler{
	padding: 0px;
}
.navbar-brand{
	margin-right: auto;
	margin-left	: auto;
}

.navbar-toggler:focus{
	box-shadow: none;
}
.recived-what-section {
  padding: 50px 0;
  background-color: #F8F8F8;
  text-align: center;
}
.receive-section {
  display: flex;
  justify-content: center;
}
.receive-col {
  background: url(../images/certification.png) no-repeat 0 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 430px;
  flex-direction: column;
  background-size: 100%!important;
  max-width: 350px;
  margin: 0 0.5rem;
}
.receive-col h4 {
	margin-top: 15px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.receive-col.receive-col-2 {
  background: url(../images/tree_tag.png) no-repeat 0 0;
}
.receive-col.receive-col-3 {
  background: url(../images/tree_loacation.png) no-repeat 0 0;
}

.receive-col.receive-col-4 {
  background: url(../images/income_tax.png) no-repeat 0 0;
}
.recived-what-section h2 {
  margin-bottom: 2rem;
}

.select-language {
  margin-right: 10px;
}
.select-box {
  height: 42px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
}
.common-header {
  background: url(../images/inner_page_title.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 32px 0;
  text-align: center;
}
.common-header h1{
	font-size: 3rem;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
}
b{
	font-weight: 800;
}
.what-we-do-conten {
  position: relative;
  margin-bottom: 1.525rem;
}
.what_we_content {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 5px solid #000;
  margin: 10px;
  padding: 5px;
}
.what-we-do-inner{
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px;
	text-align: center;
	background: #000;
}
.what-we-do-inner h3{
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}
.what-we-do-inner p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #fff;
  line-height: normal;
  margin-bottom: 0px;
}
.projects {
  padding: 5rem 0 2rem;
}
.project-block {
  position: relative;
  margin-bottom: 2rem;
}

.project-img {
  border-radius: 10px;
  overflow: hidden;
  width: 604px;
  height: auto;
  border: 1px solid #E9E9E9;
}
.prject-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 1.12rem;
  margin-top: -48px;
  position: relative;
  z-index: 1;
}
.prject-content h3 {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #3C464C;
}
.prject-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #5F6862;
  padding-bottom: 0px;
}
.project-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video_play {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #5F6862;
  align-items: center;
  text-decoration: none;
}
.video_play img{
	margin-right: 10px;
}
.prject-content p{
	/*padding-bottom: 1.2rem;*/
  min-height: 50px;
}

.gallery-1{
	padding: 3rem 0;
}
.gallery-1 h2{
	margin-bottom: 2rem;
}

.gallery-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background:transparent;
  border-radius: 0px;
  border: 5px solid #0D1217;
  padding: 1.5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0,0);
  -ms-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -o-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.gallery-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 20px;
}
.gallery-box:hover .gallery-hover {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  -moz-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
  visibility: visible;
}
.gallery-inner {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height:100%;
  width: 100%;
  margin: 0;
  background-color: rgba(13, 18, 23, 0.9);
  flex-direction: column;
  text-decoration: none;
}
.gallery-inner .view_full{
	font-weight: 700;
	font-size: 1.5rem;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	text-decoration: none;

}
.bg-light-blue{
	background-color: #F6FFFA!important;
}
.bg-gray{
	background-color: #F3F3F3!important;
}
.about_btn .btn{
	padding: 1rem 3rem!important;
	font-size: 18px;
}
.news-small-box.blog-list-1{
	display: flex;
	margin: 2rem 0;
	flex-direction: column;
}
.news-small-box.blog-list-1 .blog-img{
	width: 100%;
	margin-bottom: 1.5rem;
	margin-right: 0;
	max-width: 100%;
}

.best-time-to-secton {
  padding: 3rem 0;
  background: url(../images/best_time_bg.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.best-time-to-secton h2,
.best-time-to-secton p{
	color: #fff;
}
.testimonail-section {
  background: url(../images/testimonial-bg.png) no-repeat center center;
  background-size: cover;
  padding: 3rem 0;
}
.testimonail-slider{
	padding: 1rem;
}
.testimonail-slider .slick-track {
  padding-bottom: 2rem;
  padding-top: 0rem;
}
.client-block {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 0 0.6rem;
}
.client-name {
  display: flex;
  align-items: center;
}
.client-img {
  position: relative;
  margin-right: 1.2rem;
}
.quote-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.client-info h4{
	margin-bottom: 0px;
	color: #53AF77;
	font-weight: 700;
}
.text-danger {
  color: #F15B28 !important;
}
.contribution {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #5F6862;
}
.blue-text {
  color: #0098CE !important;
}
.plant-now-detials{
	padding: 3rem 0;
}
.plan-image {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  max-width: 92%;
  overflow: hidden;
}
.plant-form-bg {
  padding: 1.5rem;
  background: #F3F3F3;
  border-radius: 10px;
}
.plant-now-form .form-group .input-box {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #5F6862;
  display: block;
  padding: 0.62rem 1rem;
}
.plant-now-form .form-group{
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}
.plant-now-form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #5F6862;
  margin-bottom: 0.5rem;
  min-height: 22px;
}
.info-text {
  position: absolute;
  right: 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #5F6862;
  top: 5px;
}
.checkbox-block {
  margin: 1em 0;
}
.checkbox-block label {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #5F6862;
}
.checkbox-block input{
	margin-right: 10px;
}
.plant-detials-content h2 {
  margin-bottom: 0;
}
.plant-detials-content h6{
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #5F6862;
	margin-bottom: 1rem;
}

.donate-now .modal-header {
  border-bottom: 0;
  padding: 0.75rem 1.5rem;
  background-color: #3C464C;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.donate-now .modal-title {
  font-weight: 800;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.donate-now .modal-content{
	border-radius: 10px;
}
.donate-now .modal-body{
	padding-left: 0;
	padding-right: 0;
}
.radio-block-main {
  display: flex;
  justify-content: space-between;
}
.choose-amout {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
}
.radio-buttons {
  max-width: 100%;
}
.or {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 1rem 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #8FA3AE;
}
.donate-form h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #3C464C;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.radio-block {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #FFFFFF;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #8D9EA8;
  margin-right: 10px;
  height: 38px;
  width: 100px;
  justify-content: center;
}
/* Hide the browser's default radio button */
.radio-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 1px solid #8FA3AE;
  border-radius: 6px;
  z-index: 0;
}

/* On mouse-over, add a grey background color */
.radio-block:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.radio-block input:checked ~ .checkmark {
  background-color: transparent;
  border-color: #0098CE;
  border-width: 2px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-block input:checked ~ .checkmark:after {
  display: block;
}
.address-block {
  background-color: #F3F3F3;
  padding: 1rem;
  margin: 1rem 0 0;
}
.address-block .form-group{
	margin-bottom: 10px;
}
.input-donte {
  background: #FFFFFF;
  border: 1px solid #8FA3AE;
  border-radius: 6px;
  height: 40px;
  display: flex;
  padding: 0 0.75em;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  /*text-transform: capitalize;*/
  color: #000;
}
.info-text-small {
  font-size: 12px;
}
.input-group-text{
  background-color: #8FA3AE;
  border: 1px solid #8FA3AE;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.register-checkbox {
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #8FA3AE;
}
.register-checkbox input{
	margin-right: 10px;
}
.trake-tree-header .common-header{
	background: url(../images/earth_map.png) no-repeat center center;
	background-attachment: fixed;
}

.trace-tree-section {
  padding: 3rem 0;
  background: url(../images/trace_plant_bot.png) repeat-x center 100%;
}
.planted_treee {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.plnater_info_section {
	width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: -211px;
  background: #509E4E;
  border-radius: 10px;
  padding: 1rem;
}
.planter_name .name {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  color: #3C464C;
}
.planter_name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.planted_treee li {
  cursor: pointer;
  opacity: 0.5;
  margin: 0 0.5rem 3rem;
  position: relative;
  width: 18%;
}
.planter_name {
  position: relative;
  z-index: 1;
}
.title-block {
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  color: #FFFFFF;
  display: block;
}
.plnater_info_section .f-13 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  display: block;
}
.inofo-list {
  display: flex;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.875rem;
  align-items: center;
  justify-content: space-between;
}
.inofo-list span {
  width: 50%;
}
.planted_treee li:hover{
	opacity: 1;
}

.planted_treee li:hover .plnater_info_section{
	display: block;
}
.submit-button{
  background: url(../images/search.png) no-repeat 0 0;
  position: absolute;
  right: 7px;
  top: 7px;
  border: 0;
  width: 34px;
  height: 34px;
  display: block;
}
.action-btn {
  display: flex;
  position: relative;
}
.action-btn .input-donte{
  padding-right: 5rem;
}
.trace-tree-main {
  min-height: 600px;
  padding: 5rem 0;
}
.link-simple{
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
  text-decoration: none;
  color: #53AF77;
  line-height: normal;
  text-transform: capitalize;
}
.modal{
  background-color: rgba(0, 0, 0, 0.1);
}
.seo-keyworks {
  margin: 2rem 0;
}
.track-tree-detials {
  background-color: #fff;
}
.track-tree-detials {
  display: flex;
  justify-content: space-between;
}
.planter-info-left {
  width: 40%;
  background: #fff;
  padding: 2%;
  height: 100vh;
}
.planter-info {
  max-width: 80%;
  float: right;
  position: relative;
}
.img-tree-id{
  position: relative;
}
.watermark_logo {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}
.download_img a {
  background-color: #fff;
  border-radius: 4px;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download_img a:hover{
  background-color: rgba(255, 255, 255, 0.8);
}
.tree-info-img-slide{
  position: relative;
}
.download_img {
  position: absolute;
  right: 6px;
  bottom: 16px;
  z-index: 999;
}
.tree-info-img-slide .slick-prev{
  left: 5px;
}
.tree-info-img-slide .slick-next{
  right: 5px;
}
.tree-info-img-slide .slick-prev, 
.tree-info-img-slide .slick-next{
  background: #fff!important;
  border-radius: 4px;
  height: 34px;
  width: 34px;
  z-index: 99;
}
.tree-info-img-slide .slick-prev::before{
  background: url(../images/arrow_left_tree.png) no-repeat center center;
  width: 34px;
  height: 34px;
}
.tree-info-img-slide .slick-next::before{
  background: url(../images/arrow_right_tree.png) no-repeat center center;
  width: 34px;
  height: 34px;
}
.tree_information h3{
  font-weight: 700;
  font-size: 2.25rem;
  line-height: normal;
  color: #28603C;
}
.tree_information ul{
  list-style-type: none;
  padding: 0px;
  margin: 0;
}
.tree_information ul li{
  list-style-type: none;
  margin: 15px 0;
  display: flex;
  align-items: flex-start;
}
.tree_information ul li .dt{
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #809CA6;
  width: 40%;
}
.tree_information ul li .dd{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #809CA6;
}
.share_us_on {
  margin: 20px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-options {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #809CA6;
  margin-right: 10px;
}

.social-icon-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon-inner a{
  margin-right: 5px;
}
.download-certification {
  background: #66AA64;
  border-radius: 4px;
  height: 40px;
  padding: 0 10px;
  display: flex;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
  color: #FFF;
  text-decoration: none;
  align-items: center;
}
.download-certification:hover{
  color: #fff;
}
.download-certification img{
  margin-right: 5px;
}
.planing-map-right {
  position: relative;
}
.tracke-tree-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 55;
  transform: translate(-50%, -50%);
}
.tree-info-small {
  position: absolute;
  left: 50%;
  top: 22%;
  width: 500px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  transform: translate(-50%, -50%);
}
.modal-detail-list {
  margin: 3px 0;
}
.img-left-view {
  max-width: 250px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}

.modal-detail-list p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  color: #AAB0AC;
}
.modal-detail-list p.big-text{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
  color: #28603C;
}
.planter-info-left {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

.planter-info-left::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.cart-icon {
  position: relative;
  margin-left: 10px;
}
.cart-count {
  position: absolute;
  background: red;
  padding: 2px 5px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  top: -6px;
  left: 8px;
}
.planter-info-left img{
  max-width: 100%;
}

.the-complete {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.back-button {
  padding: 48px 0;
}
.back-button a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #5B5B5B;
  text-decoration: none;
}
.the-center h2 {
  font-style: normal;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.the-center ul {
  text-align: center;
  padding: 30px 0;
}
.the-center ul li {
  font-style: normal;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #9B9B9B;
  padding: 0 15px;
  position: relative;
}
.the-center ul li:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #9B9B9B;
  border-radius: 20px;
  position: absolute;
  right: -5px;
top: 8px;
}
.the-center ul li:last-child:after {
  content: normal;
}
.baner-header {
  text-align: center;
}
.block-detail-center {
  width: 760px;
  margin: 0 auto;
  padding: 80px 0;
}
.block-detail-center h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: justify;
  color: #292929;
}
.block-detail-center p {
  font-style: normal;
  text-align: justify;
  color:#4A4A4A;
  padding-top: 15px;
}
.Lorem-ipsum {
  background: #FAFAFA;
  padding: 80px 0;
  text-align: center;
}
.Lorem-ipsum h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.Lorem-ipsum h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #9B9B9B;
  padding-top: 5px;
}
.Published {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #4A4A4A;
  width: 40%;

}
.the-complete.wow.fadeInUp {
  padding-top: 3em;
}
/*--Resoponsive css start here----*/
@media(max-width: 1450px){
  .planter-info-left {
    width: 90%;
  }
  .name-left {
    width: 44%;
  }
	.planted_treee li{
		width: 22%;
	}
	.project-img{
		width: 470px;
		height: auto;
	}
	.prject-content{
		max-width: 460px;
		padding: 1.5rem;
	}
	.prject-content h3{
		font-size: 1rem;
	}
	.prject-content p{
		font-size: 0.875rem;
	}
	.common-header h1{
		font-size: 3.5rem;
	}
	.navbar-nav .nav-link{
		padding: 0 0.7rem!important;
    font-size: 0.875rem;
	}
  .burger-menu .btn{
    padding: 10px 20px !important;
  }
	.navbar-brand img {
  max-width: 75%;
}
	.receive-col h4 {
  	font-size: 1.5rem;
  	line-height: normal;
  }
	.onground-text-box h3{
		font-size: 18px;
		line-height: normal;
	}
	p{
		font-size: 14px;
	}
	h2{
		font-size: 3rem;
		line-height: normal;
	}
	
	h1{
		font-size: 3.2rem;
		line-height: normal;
	}
	
	.common-tiltes h2{
		margin-bottom: 1.2rem;
		font-size: 3rem;
	}
	.contact-info li span{
		width: 20px;
		min-width: 20px;
		margin-right: 15px;
	}
	.contact-info li span img{
		width: 20px;
	}
	.action-content h3,
	.blog-h-content h5 a{
		font-size: 1.25rem;
		line-height: normal;
	}
	.blog-big-content h5 a{
		font-size: 1.5rem;
		line-height: normal	;
	}
}

@media(max-width: 1280px){
	.navbar-nav .nav-link{
		padding: 0 0.5rem!important;
		font-size: 0.851rem;
	}
	.receive-col{
		height: 343px;
	}
}
@media(max-width: 1201px){
  .planter-info-left {
    height: 74vh;
  }
  .tree_information h3{
    font-size: 1rem;
  }
	.select-language{
		margin-bottom: 10px;
	}
	.navbar-nav .nav-link{
		font-size: 1rem;
		padding: 0.5rem 0!important;
	}
	.planted_treee li{
		width: 24%;
	}
}
@media(max-width: 1120px){
	.receive-col {
	  height: 310px;
	}
	.receive-col h4{
		font-size: 1.1rem;
	}
}
@media(max-width: 1000px){
  .planter-info-left{
    display: none;
  }
  .Track-left {
    padding: 3rem 0;
  }
  .Track-left h1 {
    font-size: 50px;
    margin-bottom: 0px;
  }
  .map-right img {
    width: 50%;
  }
  .map-right {
    right: -35%;
  }
  .Track-left p {
    padding: 10px 0;
  }
  .track-form {
    width: 100%;
  }
	.receive-col {
	  height: 280px;
	}

}
@media(max-width: 991px){
	.logo-home{
		width: 22% !important;
    position: absolute !important;
    top: 3px !important;
    left: 77%;
	}
  .project-img img {
    width: 100%;
  }
  .prject-content {
    max-width: 100%;
  }
    .Track-left {
    padding: 3rem 0;
  }
  .Track-left h1 {
    font-size: 50px;
    margin-bottom: 0px;
  }
  .name-left {
    width: 42%;
  }
  .name-input {
    font-size: 1rem;
  }
  .border-right {
  padding-left: 10px;
  }
  .map-right {
    right: -36%;
  }
  .search {
    margin-left: 19px;
  }
  .Track-left p {
    padding: 10px 0;
    width: 100%;
  }
  .track-form {
    width: 100%;
  }
	.radio-buttons {
	  max-width: 100%;
	  margin-bottom: 1rem;
	}
	.or {
	  display: none;
	}
	.choose-amout {
	  flex-direction: column;
	}
	.planted_treee{
		justify-content: center;
	}
	.planted_treee li {
	  width: 30%;
	}
	.plnater_info_section{
		top: -200px;
	}
	.trace-tree-section .container{
		max-width: 94%;
	}
	.tree-img {
	  max-width: 80%;
	}
	.gallery-inner .view_full{
		font-size: 0.871rem;
	}
	.project-img{
		width: 400px;
	}
	.receive-section{
		flex-wrap: wrap;
	}
	.receive-col {
	  height: 430px;
	  margin-bottom: 1rem;
	}
	.navbar-nav .nav-link{
		padding: 10px 0!important;
	}
	.burger-menu {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.burger-menu .btn{
	margin-bottom: 1rem;
}
h1{
	font-size: 2.5rem;
}
h2{
	line-height: normal;
	font-size: 2rem;
}
.common-tiltes h2{
	font-size: 2rem;
}
.onground-text-box{
	top: 20px;
	padding: 1.2rem 1.2rem;
}
.action-content h3{
	font-size: 1.12rem	;
}
.blog-h-content h5 a{
	font-size: 0.85rem;
}
.location{
	font-size: 14px;
}
p{
	line-height: 20px;
	font-size: 14px	;
}
.count-1 .big{
	font-size: 1.5rem;
	line-height: 30px;
}
.count-1{
	min-width: 160px;
}
.blog-img {
  max-width: 26%;
  margin-right: 1rem;
}
.blog-h-content p,
.blog-big-content p{
	font-size: 12px;
	margin-bottom: 0px;
}
.blog-big-content h5 a{
	font-size: 1rem;
	margin-bottom: 0px;
}
.blog-big-content{
	padding: 10px 20px;
}
.news-small-box{
	margin-bottom: 1.2rem;
}
.header-banner .carousel-control-prev-icon,
.header-banner .carousel-control-next-icon{
	width: 40px;
	height: 40px;
	background-size: 64%;
}
.navbar-brand img {
  max-width: 60%;
}
.our-mission h3{
	font-size: 1.2rem;
}
.brand-section{
	padding: 10px 0;
}
.common-header{
	padding: 3rem 0;
}
.common-header h1{
	font-size: 3rem;
}
}
@media(max-width: 767px){
	
  .project-margin {
    margin: 0px !important;
  }
  .prject-content {
    max-width: 100%;
  }
  .Track-left {
    width: 100%;
  }
  .map-right {
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .trace-tree-main {
    min-height: 360px;
    padding: 0rem 0;
  }
	.planted_treee li {
	  width: 47%;
	}
	.plnater_info_section {
	  top: 218px;
	  position: absolute;
	  z-index: 9;
	}
	.gallery-box figure img{
		width: 100%;
	}
	.what-we-do-conten {
	  justify-content: center;
	  display: flex;
	  flex-direction: column;
	}
	.what_we_content{
		position: relative;
		margin: 10px 0 0 0;
	}
	.common-header{
		padding: 2rem 0;
	}
	.common-header h1 {
	  font-size: 2.5rem;
	  margin-bottom: 0;
	}
	h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.about-content {
  text-align: center;
  margin-top: 30px;
}
.common-tiltes h2, h2{
	font-size: 1.52rem;
}
.our-mission p{
	text-align: left;
}
.about-us-section {
  padding: 50px 0 20px;
}
.onground-text-box {
  top: 0;
  padding: 1.2rem 1.2rem;
  position: relative;
  width: 100%;
  order: 2;
}
.onground-img {
  margin-left: auto;
  width: 100%;
  order: 1;
}
.approch-block .carousel-indicators{
	left: 0;
}
.our-approch-block{
	padding-bottom: 0px;
}
.our-actions h2{
	margin-bottom: 0px;
}
.our-actions{
	padding: 30px;
}
.actions-block{
	text-align: center;
}
.img-box img{
	margin: 0 auto;
}
.impact-count{
	flex-wrap: wrap;
}
.count-1{
	margin-bottom: 1rem;
}
.blog-img-big{
	margin-bottom: 1.2rem;
}
.latest-news-section {
  padding: 50px 0 0;
}
.footer-section h4{
	margin-bottom: 1rem;
	font-size: 1.2rem;
}
.footer-section{
	padding: 20px 0;
}
}
@media(max-width: 600px){
  .name-left {
    width: 100%;
  }
  .name-padding {
    padding-bottom: 5px;
  }
  .map-right img {
    width: 90%;
  }
  .track-form {
    opacity: 95%;
    padding: 10px;
  }
  .Track-left h1 {
    font-size: 41px;
  }
  .border-right {
    border: none;
    padding-left: 0px;
    padding-top: 10px;
    border-top: 1px solid #c4c6c5;
    border-bottom: 1px solid #c4c6c5;
  }
  .search {
    margin: 0px;
    margin-top: 20px;
  }
	.planted_treee li {
	  width: 57%;
	}
	.common-tiltes h2, h2 {
	  font-size: 1.2rem;
	}
	.title-block h2 br{
		display: none;
	}
	.news-title-header {
	  flex-direction: column;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
	.btn{
		padding: 8px 16px!important;
		font-size: 14px !important;
	}
	.carousel-control-prev,
	.carousel-control-next{
		display: none;
	}
	h1 {
	  font-size: 1rem;
	  margin-bottom: 0;
	}
	.navbar-brand {
	  margin-right: auto;
	  margin-left: auto;
	  text-align: center;
	  align-content: center;
	  align-items: center;
	  justify-content: center;
	  display: flex;
	}
}