* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

/*---------------------- Font Face ------------------*/


/*---------------------- Font Face ------------------*/
.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding:0;
  margin: 0;
  transition: all 300ms ease-in-out;
}

/* .header.stickyhead {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-118px);
  }

  100% {
    transform: translateY(0px);
  }
} */

/* .header.stickyhead {
  background: #fff;
} */
.header .top-header{
  padding: 30px 0;
  margin: 0;
}
.header .top-header .top-header-wraper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header .top-header .top-header-wraper .lt-side{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header .top-header .top-header-wraper .lt-side ul{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header .top-header .top-header-wraper .lt-side ul li{
  padding: 0;
  margin: 0 20px 0 0;
}
.header .top-header .top-header-wraper .lt-side ul li:last-child{
  margin-right: 0;
}
.header .top-header .top-header-wraper .lt-side ul li a{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.header .top-header .top-header-wraper .lt-side ul li a:hover{
  color: #41ef57;
}

.header .top-header .top-header-wraper .rt-side ul{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header .top-header .top-header-wraper .rt-side ul li{
  padding: 0;
  margin: 0 20px 0 0;
}
.header .top-header .top-header-wraper .rt-side ul li:last-child{
  margin-right: 0;
}
.header .top-header .top-header-wraper .rt-side ul li a{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.header .top-header .top-header-wraper .rt-side ul li a:hover{
  color: #41ef57;
}
.header .header-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 0 30px 0 10px;
}

.header .nav-sec {
  padding: 0;
  margin: 0;
}

.header .nav-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.header .nav-sec .stellarnav.dark {
  background: transparent;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0px 0 0px;
}

.header .logo img {
  max-width: 100%;
}

/* .stellarnav.dark a,
.stellarnav.dark li a {
  color: #232323;
  text-transform: uppercase;
} */

.stellarnav>ul>li>a {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #434343 !important;
  padding: 43px 0;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.stellarnav>ul>li>a:after {
  content: '';
  width: 0%;
  height: 7px;
  background: #1D7C29;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 300ms ease-in-out;
}

.stellarnav>ul>li>a:hover:after,
.stellarnav ul li.active a:after {
  width: 100%;
}
.stellarnav>ul>li>a:hover,
.stellarnav ul li.active a{
  color: #1D7C29 !important;
}

.stellarnav>ul {
  width: 100%;
  text-align: left;
}

.stellarnav>ul>li {
  margin-right: 36px;
}

.stellarnav>ul>li:last-child {
  margin-right: 0;
}




.banner{
  position: relative;
  padding: 0;
  margin: 0;
}
.banner:after{
  content: '';
  width: 100%;
  background: linear-gradient(360deg, rgba(217, 217, 217, 0) 20%, #213C00 102.91%);
  height: 277px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

}

.banner img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner .desc {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
}

.banner .desc .desc-text {
  background: #00000099;
  padding: 50px;
  margin: 0 auto;
  max-width: 1027px;
  text-align: center;
}

.banner .desc .desc-text h3{
  font-family: "Kaushan Script", cursive;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height:1.2;
  padding: 0;
  margin: 0;
}

.banner .desc .desc-text h1 em {
  animation: blink 1s infinite;
  display: none;
}

.banner .desc .desc-text h1{
  font-size: 78px;
  font-weight: 800;
  line-height:1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 10px;
}

.banner .desc .desc-text h1 strong {
  font-weight: bold;
  color: #00f2ff;
}

.banner .desc .desc-text p {
  font-size: 22px;
  line-height: 1.7;
  color: #fff;
  font-weight: 600;
  max-width: 743px;
  padding: 0 0 30px;
  margin: 0 auto;
  text-transform: capitalize;
}

.banner .desc .desc-text a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  color: #1D7C29;
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  padding: 15px 45px;
  margin: 0;
  transition: all 300ms ease-in-out;
  border-radius: 28px;
}

.banner .desc .desc-text a:hover {
  background: #1D7C29;
  border-color: #1D7C29;
  color: #fff;
}

/* .banner .desc .desc-text .desc-btn a:last-child {
  margin-left: 20px;
} */

.about-sec {
  padding: 60px 0;
  margin: 0;
}

.about-sec .img-tham{
  position: relative;
  padding: 0;
  margin: 0;
}
.about-sec .img-tham img{
  width: 100%;
}

.about-sec .about-tham img{
  width: 100%;
}

.about-sec .about-text{
  padding: 0 0 0 163px;
  margin: 0;
}

.about-sec .about-text h2{
  font-size: 78px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  padding: 0;
  margin: 0 0 30px;
}

.about-sec .about-text p{
  font-size: 18px;
  font-weight: 400;
  line-height:1.6;
  color: #3E3D3D;
  padding: 0;
  margin: 0 0 20px;
}

.about-sec .about-text a{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height:1.2;
  color: #fff;
  background: #1D7C29;
  border: 1px solid #1D7C29;
  padding: 12px 40px;
  border-radius: 27px;
  margin: 0;
  transition: all 300ms ease-in-out;
}

.about-sec .about-text a:hover{
  background: transparent;
  color: #1D7C29;
}

.about-sec .small-img {
  max-width: 250px;
  position: absolute;
  bottom: 30px;
  right: -130px;
}

.about-sec .small-img-wrap{
  position: relative;
  padding: 0;
  margin: 0;
}

.about-sec .small-img-wrap .text-box{
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px 0 30px;
}

.about-sec .small-img-wrap .text-box p{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  margin: 0;
}

.service-sec{
  background: url(../images/service-bg.png) no-repeat left top;
  background-size: cover;
  padding: 60px 0;
}

.service-sec .service-card{
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

.service-sec .service-card .img-box{
  width: 143px;
  height: 143px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 30px;
}

.service-sec .service-card .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-sec .service-card .text-box{
  padding: 0;
  margin: 0;
}

.service-sec .service-card .text-box h3{
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color:#1D7C29;
  padding: 0;
  margin: 0 0 30px;
}

.service-sec .service-card .text-box ul li{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 20px;
}

.service-sec .service-card .text-box a{
  display: inline-block;
  background: #1D7C29;
  font-size: 16px;
  font-weight: 600;
  line-height:1.2;
  color: #fff;
  border: 1px solid #1D7C29;
  padding:12px 40px;
  margin:30px 0 0;
  border-radius: 30px;
  transition: all 300ms ease-in-out;
}
.service-sec .service-card .text-box a:hover{
  background: transparent;
  color: #1D7C29;
}

.service-sec h2{
  font-size: 78px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
}

.cer-sec {
  background: #E6E6E6;
  padding: 60px 0;
  margin: 0;
}

.cer-sec h2{
  font-size: 78px;
  font-weight: 800;
  line-height:1.2;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
}

.cer-sec .certifi-img{
  position: relative;
  padding: 0;
  margin: 0;
}

.cer-sec .certifi-img img{
  width: 100%;
  height: auto;
}

.cer-sec .certifi-img .small-img{
  position: absolute;
  width: 160px;
  top: 60px;
  right: -80px;
}
.cer-sec .cer-panel-wrap{
  padding: 0 0 0 100px;
  margin: 0;
}

.cer-sec .cer-panel {
  background: #fff;
  display: flex;
  border-radius: 10px;
  margin: 0 0 16px;
  padding: 15px;
  align-items: center;
  min-height: 116px;
}
.cer-sec .cer-panel .icon{
  min-width: 96px;
	max-width:96px;
}

.cer-sec .cer-panel .icon img{
  max-width: 100%;
}

.cer-sec .cer-panel .text{
  padding: 0 0 0 20px;
  margin: 0;
  max-width: 394px;
}
.cer-sec .cer-panel .text p{
  font-size: 26px;
  font-weight: 500;
  line-height:1.4;
  color: #000;
  padding: 0;
  margin: 0;
}

.after-cer-sec{
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #E6E6E6;
}

.after-cer-sec .img-tham img{
  width: 100%;
  height: auto;
}
.after-cer-sec .text-box-wrap{
  padding: 60px;
  margin: 0;
}
.after-cer-sec .text-box-wrap .text-box{
  padding: 0;
  margin: 0;
  max-width: 549px;
}
.after-cer-sec .text-box-wrap .text-box .icon{
  padding: 0;
  margin: 0 0 20px;
}
.after-cer-sec .text-box-wrap .text-box h4{
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  color: #1D7C29;
  padding: 0;
  margin: 0 0 15px;
}
.after-cer-sec .text-box-wrap .text-box h3{
  font-size: 58px;
  font-weight: 800;
  line-height:1.2;
  color: #000;
  padding: 0;
  margin: 0;
}
.after-cer-sec .text-box-wrap .text-box p{
  font-size: 18px;
  font-weight: 400;
  line-height:1.8;
  color: #000;
  padding: 0;
  margin: 0;
}

.after-cer-sec .row:nth-child(even){
  flex-direction: row-reverse;
}
.after-cer-sec .row:nth-child(even) .text-box-wrap{
  display: flex;
  justify-content: center;
}


.testimonial-sec{
  background:#F3F2F2;
  padding: 60px 0;
  margin: 0;
}

.testimonial-sec h2{
  font-size: 78px;
  font-weight: 800;
  line-height:1.2;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
}
.testimonial-sec .testimonial-box {
  background: #1D7C29;
  border-radius: 40px;
  padding: 100px 40px 40px;
  margin: 67px auto 0;
  position: relative;
  max-width: 1038px;
}
.testimonial-sec .testimonial-box .tham-icon {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0px;
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
}
.testimonial-sec .testimonial-box .tham-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-sec .testimonial-box .text-box{
  position: relative;
  text-align: center;
  padding: 0 90px;
  margin: 0;
}
.testimonial-sec .testimonial-box .text-box .icon{
  position: absolute;
  top: 0;
  width: 69px;
}
.testimonial-sec .testimonial-box .text-box .icon.lt{
  left: 0;
}
.testimonial-sec .testimonial-box .text-box .icon.rt{
  right: 0;
}
.testimonial-sec .testimonial-box .text-box p{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
}

.testimonial-sec .testimonial-box .text-box h3{
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 5px;
}
.testimonial-sec .testimonial-box .text-box span{
  font-size: 24px;
  font-weight: 600;
  line-height:1.2;
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer{
  background: #0C0C0C;
  padding: 60px 0;
  margin: 0;
}
.footer .ft-logo{
  padding: 0;
  margin: 0 0 30px;
	max-width:250px;
}
.footer .ft-logo img{
  max-width: 100%;
}

.footer .desc p{
  font-size: 16px;
  font-weight: 300;
  line-height:1.6;
  color: #fff;
  padding: 0;
  margin: 0;
}

.footer .ft-box{
  padding: 0;
  margin: 0;
}

.footer .ft-box h3{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
}
.footer .ft-box .ft-menu ul li{
  padding: 0;
  margin: 0 0 10px;
}
.footer .ft-box .ft-menu ul li:last-child{
  margin-bottom: 0;
}

.footer .ft-box .ft-menu ul li a{
  font-size: 16px;
  font-weight: 400;
  line-height:1.2;
  color: #fff;
  padding: 0;
  margin: 0;
}
.ft-contact-box{
  padding: 0;
  margin: 0 0 30px;
}
.ft-contact-box ul li{
  font-size: 14px;
  font-weight: 400;
  line-height:1.6;
  color: #fff;
  padding: 0;
  margin: 0 0 10px;
}
.ft-contact-box ul li a{
  color: #fff;
  transition: all 300ms ease-in-out;
}



.ft-social-box ul{
  display: flex;
  padding: 0;
  margin: 0;
}
.ft-social-box ul li{
  padding: 0;
  margin: 0 15px 0 0;
}
.ft-social-box ul li:last-child{
  margin-right: 0;
}

.ft-social-box ul li a{
  color: #fff;
  transition: all 300ms ease-in-out;
  font-size:20px;
}
.ft-contact-box ul li a:hover,
.footer .ft-box .ft-menu ul li a:hover,
.ft-social-box ul li a:hover{
  color: #1D7C29;
}
.ft-news-letter .form-control, 
.ft-news-letter .tnp-email {
  /* background: url(../images/email-icon.png) no-repeat 94% 50%, #444444; */
  background-color: #444444 !important;
  background-image: url(../images/email-icon.png)!important;
  background-position: 94% 50%;
  border-radius: 27px;
  padding: 5px 30px 5px 10px !important;
  color: #fff !important;
  height: 42px;
  border: none !important;
  box-shadow: none;
  outline: none;
  margin: 0 0 15px !important;
  background-repeat: no-repeat;
}
.ft-news-letter .btn,
.ft-news-letter .tnp-submit{
  /*background: #1D7C29;*/
  background-color: #1D7C29!important;
  padding: 8px 30px!important;
  border-radius: 30px!important;
  color: #fff!important;
  border: 1px solid #1D7C29!important;
  outline: none!important;
  box-shadow: none!important;
  transition: all 300ms ease-in-out!important;
}
.ft-news-letter .btn:hover,
.ft-news-letter .tnp-submit:hover{
  background-color: transparent!important;
  color: #1D7C29!important;
}
.ft-news-letter .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.ft-news-letter .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

.copy-right-sec{
  background: #000;
  padding: 30px 0;
  margin: 0;
  text-align: center;
}

.copy-right-sec p{
  font-size: 14px;
  font-weight: 400;
  line-height:1.2;
  color: #fff;
  padding: 0;
  margin: 0;
}





.gallery-sec{
	background-size: cover;
	padding:60px 0 40px;
	margin: 0;
}
.gallery-sec .gallery-ttl{
	padding: 0 0 60px;
  text-align: center;
	margin: 0;
}
.gallery-sec .gallery-ttl h2{
  font-size: 78px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
	padding: 0;
	margin: 0 0 30px;
}
.gallery-sec .gallery-ttl ul{
	display: flex;
  justify-content: center;
}
.gallery-sec .gallery-ttl ul li{
  padding: 0;
  margin: 0 10px 0 0;
}
.gallery-sec .gallery-ttl ul li:last-child{
  margin-right: 0;
}
.gallery-sec .gallery-ttl ul li button{
	padding: 0;
	margin: 0;
	padding: 18px;
	font-size: 18px;
	line-height: 1.2;
	color: #1D7C29;
	font-weight: 300;
  text-transform: capitalize;
  background: transparent;
	transition: all 300ms ease-in-out;
	border-radius:4px;
	border: 1px solid #1D7C29;
	box-shadow:none;
	outline:none;
}
.gallery-sec .gallery-ttl ul li button:hover, .gallery-sec .gallery-ttl ul li button.is-checked{
	background: #1D7C29;
	color: #fff;
}

.gallery-sec .gallery-ttl ul{
	border-bottom: none;
}
.gallery-sec .gallery-ttl .nav-tabs .nav-item{
	padding: 0;
	margin: 0 0px 0 0;
}
.gallery-sec .gallery-ttl .nav-tabs .nav-item:last-child{
	margin-left: 0;
}
.gallery-sec .element-item{
	display:none;
}
.gallery-sec .element-item.show{
	display:inline-block;
}

.gallery-sec .card{
	background-color: transparent;
}
.gallery-sec .half-wrap{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.gallery-sec .gallery-box{
	padding: 0;
	margin: 0 0 30px;
	position: relative;
	height: 333px;
    overflow: hidden;
}
.gallery-sec .gallery-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-sec .gallery-box .gall-overlay{
	background: rgba(43,13,13,.4);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 0%;
	width: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	margin: auto;
}
.gallery-sec .gallery-box .gall-overlay img{
	width: auto;
	height: auto;
}
.gallery-sec .gallery-box:hover .gall-overlay{
	width: 100%;
	height: 100%;
}
.gallery-btn-block{
	padding: 15px 0;
	margin: 0;
}
.gallery-btn-block a{
	background: #030303;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    padding: 12px 40px;
    margin: 0;
    display: inline-block;
    transition: all 300ms ease-in-out;
}
.gallery-btn-block a:hover{
	background: #22D8BE;
    color: #000;
}
.gallery-text{
  padding: 20px 0 0;
}
.gallery-text p{
  font-size: 18px;
  font-weight: 400;
  line-height:1.6;
  color: #000;
  padding: 0;
  margin: 0;
}

.inner-banner{
  position: relative;
  padding: 0;
  margin: 0;
}
.inner-banner::after{
  content: '';
  width: 100%;
  background: linear-gradient(360deg, rgba(217, 217, 217, 0) 20%, #213C00 102.91%);
  height: 277px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inner-banner img{
  width: 100%;
  height: auto;
}
.inner-banner .desc{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.inner-banner .desc .desc-text{
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  background: #00000099;
  text-align: center;
}
.inner-banner .desc h1{
  font-size: 46px;
  font-weight: 800;
  line-height:1.2;
  color: #fff;
  text-transform: capitalize;
  padding: 30px 0;
  margin: 0;

}

.about-sec.inner-about{
  background: url(../images/inner-abou-bg.png) no-repeat right top, #f0f0f0;
  background-size: cover;
}
.about-sec.inner-about .about-text{
  padding: 0;
}

.inn-service-sec{
  background: url(../images/inn-service-bg.png) no-repeat left top;
  background-size: cover;
  padding: 100px 0;
  margin: 0;
}
.inn-service-sec .row:nth-child(even){
  flex-direction: row-reverse;
}
.inn-service-sec .row{
  margin-bottom: 60px;
}
.inn-service-sec .row:last-child{
  margin-bottom: 0;
}
.inn-service-sec .tham-block img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.inn-service-sec .text h2{
  font-size: 67px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 40px;
}

.inn-service-sec .text h2 strong{
  display: block;
}

.inn-service-sec .text ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.inn-service-sec .text ul li{
  font-size: 26px;
  font-weight: 400;
  line-height:1.2;
  color: #fff;
  width: 50%;
  display: flex;
  padding: 0;
  align-items: center;
  margin: 0 0 20px;
}

.inn-service-sec .text ul li span.leaf-icon{
  display: flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0;
  margin: 0 0px 0 0;
}
.inn-service-sec .text ul li span.leaf-text{
  display: inline-block;
  padding: 0 0 0 10px;
  width: calc(100% - 46px);
}

.certification-sec{
  padding: 40px 0 10px;
  margin: 0;
}

.certification-sec h2{
  text-align: center;
  font-size: 78px;
  font-weight: 800;
  line-height:1.2;
  color: #000;
  padding: 0;
  margin: 0 0 30px;
}

.certification-sec .cer-logo-box{
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
}
.certification-sec .cer-logo-box img{
  max-width: 100%;
}



.contact-sec{
  padding: 40px 0 10px;
  margin: 0;
}

.contact-sec h2{
  font-size: 78px;
  font-weight: 800;
  line-height:1.2;
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
}
.contact-sec .contact-box{
  text-align: center;
  border: 1px solid #E8E7E7;
  border-radius: 10px;
  min-height: 244px;
  padding: 0 10px 0;
  margin: 0 0 30px;
}

.contact-sec .contact-box .icon{
  width: 126px;
  height: 117px;
  background: #1D7C29;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto 30px;

}

.contact-sec .contact-box .con-info{
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}

.contact-sec .contact-box .con-info p{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #3E3D3D;
  padding: 0;
  margin: 0;
}
.contact-sec .contact-box .con-info p a{
  color: #3E3D3D;
  transition: all 300ms ease-in-out;
}
.contact-sec .contact-box .con-info p a:hover{
  color: #1D7C29;
}

.contact-form-sec{
  background: #F3F2F2;
  padding:40px 0;
  margin: 0;
}

.contact-form-sec .contact-form-wrap .form-control{
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 46px;
  color:#4E4747;
  padding: 5px 10px;
  outline: none;
  box-shadow: none;
  margin: 0;
}

.contact-form-sec .contact-form-wrap textarea.form-control{
  height: 270px;
  resize: none;
}
.contact-form-sec .contact-form-wrap .btns-wrap{
  display: flex;
  justify-content: flex-end;
}
.contact-form-sec .contact-form-wrap .btns-wrap p{
  position: relative;
}
.contact-form-sec .contact-form-wrap .btns-wrap p .wpcf7-spinner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-form-sec .contact-form-wrap .btns-wrap .btn{
  border: 1px solid #1D7C29;
  background: #1D7C29;
  padding:14px 40px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  outline: none;
  box-shadow: none;
  transition: all 300ms ease-in-out;
}

.contact-form-sec .contact-form-wrap .btns-wrap .btn:hover{
  background: transparent;
  color: #1D7C29;
}

.map-box{
  height: 100%;
  line-height: 0;
  min-height: 350px;
}

.map-box iframe{
  border: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}

.vision-mission-panel{
  position: relative;
  padding: 60px 50px;
  margin: 0;
}
.vision-mission-panel:nth-child(even) .row{
  flex-direction: row-reverse;
}
.vision-mission-panel::after{
  content: '';
  width: 312px;
  height: 348px;
  background:#1D7C29;
  position: absolute;
  top: 0;
  left: 0;
}
.vision-mission-panel:nth-child(even)::after{
  right: 0;
  left: inherit;
}
.vision-mission-panel.wt-bg{
  background: url(../images/vision-bg.png) no-repeat right top, #f0f0f0;
  background-size: cover;

}

.vision-mission-panel .tham-img{
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}
.vision-mission-panel .tham-img img{
  width: 100%;
  height: auto;
}
.vision-mission-panel .vision-text{
  padding: 0 0 0 60px;
}
.vision-mission-panel:nth-child(even) .vision-text-wrap{
    display: flex;
    justify-content: flex-end;
}
.vision-mission-panel:nth-child(even) .vision-text{
  padding: 0 20px 0 0;
}

.vision-mission-panel .vision-text{
  max-width: 801px;
}
.vision-mission-panel .vision-text h3{
  font-size: 78px;
  font-weight: 800;
  line-height:1.2;
  color: #000;
  padding: 0;
  margin: 0 0 15px;
}
.vision-mission-panel .vision-text ul li{
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  display: flex;
  padding: 0;
  align-items: center;
  margin: 0 0 20px;
}
.vision-mission-panel .vision-text ul li span.leaf-icon{
  display: flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #1D7C29;
  padding: 0;
  margin: 0 0px 0 0;
}
.vision-mission-panel .vision-text ul li span.leaf-text{
  display: inline-block;
  padding: 0 0 0 10px;
  width: calc(100% - 46px);
}

#testimonial-slider .owl-dots{
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 15px 0 0;
}
#testimonial-slider .owl-dots button{
  border:none;
  outline: none;
  box-shadow: none;
  margin: 0 2px;
}
#testimonial-slider .owl-dots button span{
  display: inline-block;
  border:2px solid #1D7C29;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  outline: none;
  box-shadow: none;
  background: #1D7C29;
}
#testimonial-slider .owl-dots button.active span{
  background: #fff;
}

.ft-news-letter label{
  display: none !important;
}

.newsletter-section{
  padding: 60px 0;
  margin: 0;
  text-align: center;
}

.newsletter-section .entry-title{
  font-size: 78px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
}
.newsletter-section .entry-content{
  text-align: center;
  padding: 0;
  margin: 0
}
.newsletter-section .entry-content p{
  font-size: 24px;
  line-height: 1.2;
  color: #1d7c29;
  padding: 0;
  margin: 0 0 30px;
}
.newsletter-section a{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: #1D7C29;
  border: 1px solid #1D7C29;
  padding: 12px 40px;
  border-radius: 27px;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.newsletter-section a:hover{
  background: transparent;
  color: #1D7C29;
}

.ft-news-letter p {
  color: #229f32;
  font-weight: 500;
}

.stellarnav .menu-toggle{
   padding: 0;
}
.stellarnav.mobile>ul>li>a {
   padding: 10px 15px;
   display: block;
}
.stellarnav>ul>li {
   margin-right: 0;
}
.stellarnav.mobile .menu-toggle{
	font-size:0;
}
.stellarnav .menu-toggle span.bars{
	margin-right:0;
}
.stellarnav.mobile.left .close-menu, 
.stellarnav.mobile.right .close-menu {
    font-size:0;
}