@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
-------------------------------a--------------------- */
/*=====================================================================


@Default Styles

=====================================================================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  transition: all 0.5s ease;
}
/*-------------------------------------------------*/
/* root
/*-------------------------------------------------*/
:root {
  --primary: #000;
  --secondary: #444;
  
 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 24px;
  margin: 0px;
  padding: 0px;
 background: #fff;
}

ol,
ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

img {
  height: auto;
  max-width: 100%;
}

a:hover {
  text-decoration: none !important;
}
p {
  line-height: 28px;
  font-size: 15px;
  font-weight: 500;
}
.container {
  position: relative;
}
.flot{float: left;width: 100%;}

.p-t70px{padding-top: 70px;}
.p-t50px{padding-top: 50px;}
.p-t90px{padding-top: 90px;}
.p-t100px{padding-top: 100px;}

.p-b70px{padding-bottom: 70px;}
.p-b50px{padding-bottom: 50px;}
.p-b90px{padding-bottom: 90px;}
.p-b100px{padding-bottom: 100px;}
/*-------------------------------------------------*/
/* NAV
/*-------------------------------------------------*/
.bg-color{position: relative;padding-bottom: 200px;border-bottom: 1px solid #eee6e6;}
.bg-color::before, .bg-color::after{
  position: absolute;
  content: "";
  background: url(../images/banner/slider-grident-bg.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  }
  .bg-color::after{
    transform: scaleY(-1);
    opacity: .6;
}
.nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  right: 0px;
  padding: 0 0px 0 0px;
  z-index: 99;
  border-bottom: 1px solid #d4d4ee;
 
  background: #fff;
}
.nav .container{
    max-width: 1200px;
}

.nav.act {
  box-shadow: rgb(0 0 0 / 33%) 0px 0px 20px -10px;
  background: #fff;
  z-index: 99;
  position: fixed;
  padding-top: 0;
}

.nav.act a {
  color: #000;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  width: 100%;
}

.logo img {
  max-width: 90px;
 
}

.nav-inner .menu {
  width: 100%;
}
.nav1{background: #fff;}
.menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  margin: 0px;
}
.logo{
    position: relative;
}
.nav-inner .side-bar-right::before, .logo::before{position: absolute;content: "";left: -22px;top: -11px;bottom: 0;height: 112%;width: 1px;background: #e4e4f2;}
.logo::before{
    left: auto;
    right: -5px;
}
.nav-inner .side-bar-right a {
  padding: 10px 36px;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 2px 2px 0px 0 #131881 !important;
  background: #fff;
}
.nav-inner .side-bar-right span{
    font-weight: 500;
    color: #000;
}
.nav-inner .side-bar-right a:hover {
  border: 0;
  transition: all 0.5s ease;
}
.nav-inner .side-bar-right .theme-btn {
  margin-top: 0;
}
.menu li {
  padding: 0px 15px;
  position: relative;
}

.menu a {
  font-size: 15px;
  position: relative;
  z-index: 1;
  text-decoration: unset;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.5s ease;
  color: var(--color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.menu a:hover {
  color: #6f941e !important;
  text-decoration: none;
  font-weight: 600;
}

.menu a::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 3px;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
  background: #6f941e;
  transform: scalex(0);
  transform-origin: right;
}

.menu a:hover::before {
  transform: scalex(1);
  transform-origin: left;
}

.menu ul li:first-child {
  display: none;
}

.menu span {
  display: none;
}

.nav-inner .side-bar-right {
  display: flex;
  justify-content: space-between;
  width: 24.333%;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  position: relative;
}
.nav.act .nav-inner .side-bar-right span {
  transition: all 0.5s ease;
  text-transform: capitalize;
  font-weight: 500;
}
.menu1 a {
  color: #000;
}
.side-bar-right i {
  font-size: 12px;
  background: #fff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 6px;
  cursor: pointer;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  border: 1px solid #000;
}
.side-bar-right i:hover{
  color: #fff;
  background: #6f941e;
  }
.menu-bar {
  display: none;
}

.menu-bar i {
  color: #fff;
  background: #6f941d;
  padding: 5px 7px;
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 200;
  float: left;
  cursor: pointer;
}

.chengal .service-item-f{height: auto;}

.why-choose-videos .why-inner li{margin-bottom: 20px;}
.why-choose-videos .why-inner h3{
    font-size: 15px;
}


.menu ul li.sub::before{    display: none;content: "";
  right: -15px;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  cursor: pointer;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid #1a1818;
}
/*-------------------------------------------------*/
/* SIDE BAR
/*-------------------------------------------------*/

.side-bar {
  position: fixed;
  background: #fff;
  padding: 40px;
  text-transform: capitalize;
  box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
  top: 0;
  transition: all 1s ease;
  right: -500px;
  width: 400px;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  transition: all 0.5s ease;
  z-index: 1000;
}
.side-panel-con {
  padding-top: 25px;
  float: left;
  padding-bottom: 20px;
}
.side-bar .side-panel-con span {
  color: #000;
}
.side-bar-im {
  width: 100%;
}

.side-bar-im img {
  width: 150px;
  height: auto;
  display: inline-block;
}

.side-panel-con h3 {
  margin-bottom: 18px;
  width: 100%;
  letter-spacing: -0.5px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  color: #000;
}

.side-panel-con a {
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.side-bar-blg-post h3 {
  margin-bottom: 0;
}

.side-bar-im p {
  font-size: 13px;
  line-height: 22px;
  float: left;
  padding-bottom: 30px;
  margin: 0;
  color: #000;
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
}

.side-panel-con li {
  float: left;
  list-style-type: none;
  display: block;
  padding: 0px 0 15px 0;
  width: 100%;
}

.side-panel-con i {
  color: rgb(240 64 55 / 86%);
  margin-right: 15px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  height: 35px;
  width: 35px;
  background: #6e941d;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  color: #ffff;
}

.side-panel-con span {
  font-size: 14px;
  text-transform: initial;
  padding-top: 4px;
}

.side-bar-im i {
  position: absolute;
  right: 40px;
  top: 40px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.6s ease;
  background: #6f941e;
  color: #fff;
}

.side-bar-im i:hover {
  transition: all 0.6s ease;
  background: #055dfd;
  color: #fff;
}

.side-bar.act {
  right: 0;
}

.side-bar .footer-follow {
  top: 0;
  padding-top: 25px;
  padding-left: 0;
  display: block;
  float: left;
  border-top: 1px solid rgba(62, 62, 62, 0.1);
}
.side-bar .footer-follow i {
  background: #f4f3f4;
  border: 0;
  color: #000;
  width: 35px;
  height: 35px;
}


/*-------------------------------------------------*/
/* 5.  theme btn
/*-------------------------------------------------*/

.theme-btn {
	position: relative;
	display: inline-block;
	transition: all 0.5s ease;
}

.theme-btn a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	padding: 20px 50px;
	background: #6e941d;
	z-index: 3;
	border-radius: 5px;
	cursor: pointer;
}

.theme-btn span {
	position: relative;
	z-index: 3;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	cursor: pointer;
}

.theme-btn a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 2200px;
	height: 126px;
	background-repeat: repeat-x;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.8s ease;
	background: url(../images/icons/wave.svg);
	animation: none;
}

.theme-btn a:hover:before {
	animation: qodef-wave 10.5s cubic-bezier(.36,.45,.63,.53) infinite;
	z-index: 2;
	transition: all 0.8s ease;
}

@keyframes qodef-wave {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -1700px;
	}
}

.theme-btn a:hover span {
	color: #fff;
}

.theme-btn a:hover::before {
	transform: translateY(54px);
}

/*-------------------------------------------------*/
/* banner
/*-------------------------------------------------*/
.banner{
    padding: 150px 0 0 0;
}

.ban-left .position-relative{
    font-weight: 600;
}
.ban-left .position-relative::before, .join-comminity-1 span::before{    position: absolute;
  content: "";
  background: url(../images/banner/dots.webp);
  top: -21px;
  left: -40px;
  width: 63px;
  height: 45px;
  background-size: cover;}
.ban-left h1{
    font-size: 40px;
    line-height: 51px;
}
.ban-left p{
    padding-right: 30px;
    display: inline-flex;
    margin: 20px 0;
}
/*-------------------------------------------------*/
/* counter
/*-------------------------------------------------*/

.counter-item span{
    font-weight: 700;
    font-size: 42px;
    position: relative;
    color: #6a9f04;
}
.counter-item h3{
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: left;
    margin-left: 13px;
}
.counter .container{
    max-width: 1190px;
}
/*-------------------------------------------------*/
/* BRANDS SLIDER
/*-------------------------------------------------*/

.client-logo-wrap {
	position: relative;
	overflow: hidden !important;
	width: 100%;
	padding: 48px 0 132px 0;
	margin: 0 auto;
	}
  
  .client-logo {
	position: absolute;
	left: 0px;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	top: 49px;
	}
  
  .client-logo-left {
 animation: logomoveleft 28s linear infinite;
 animation-delay: 1s;
 }

  
  .client-logo li {
	border-radius: 8px;
	padding: 3px 6px !important;
	width: 135px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0px 5px;
	border: 0;
	position: relative;
	}
	.client-logo-wrap2 .client-logo-left img{
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #b3a7a7;
}
  @keyframes logomoveleft {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(-2200px, 0);
	}
  }
  

  .client-logo-wrap1 .client-logo{
    top: 43px;
}
.client-logo-wrap1 img{
    box-shadow: rgb(240 241 243 / 20%) 0px 8px 24px;
    margin: 4px;
    border-radius: 5px;
    border: 1px solid #3e3434;
    background: #fff;
}
.client-logo img{
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 10px;
}
.theme-heading{
    padding: 0 10px;
}
.theme-heading .sub-heading{
    font-weight: 500;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}
.theme-heading .main-heading{
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0;
}

/*-------------------------------------------------*/
/* services
/*-------------------------------------------------*/

.service-inner{
    overflow: hidden;
}
.service-inner li{
    display: inline-block;
}
.s-1{background: #fff;
 
	padding: 30px 40px 30px 40px;
   
	height: 100%;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 20px;
	position: relative;
	margin-right: 15px;}
  .s-1 .theme-btn a{padding: 16px 40px;}
.s-1 img{
    width: 80px;
}
button{display: none  !important;}
.s-1 h2{
    font-size: 22px;
    color: #6a9f04;
    font-weight: 400;
    margin: 13px 0;
}
.s-1 p{
    font-weight: 400;
}

.services{
    margin-top: -190px;
}

/*-------------------------------------------------*/
/* abouts us
/*-------------------------------------------------*/

.abt-content{
    padding: 0 20px 0 20px;
}
.abt-content p{
    margin-bottom: 30px;
}
.abt-img{
    padding-right: 40px;
}
.abt-img img{
    transform: scale(1);
    width: 100%;
}

/*-------------------------------------------------*/
/* recent projects
/*-------------------------------------------------*/

.pr-inner{
    margin-top: 26px;
    float: left;
    width: 100%;
}
.pr-inner ul{/* display: flex; */overflow: hidden;}
.pr-inner li{
    float: left;
    padding: 0 15px;
}
.cover-img{
    width: 100%;
    float: left;
}

.pr-img img{border-radius: 10px;}
.psm-img{
    position: relative;
    bottom: 61px;
    background: #fff;
    left: 13px;
    width: 95%;
    padding: 22px 15px 31px 15px;
    border-radius: 20px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.07);
    z-index: 99;
    text-align: center;
    float: left;
}
.psm-img img{
    width: 70px;
    background: #fff;
    height: 70px;
    border-radius: 50px;
    padding: 8px;
    margin-top: -57px;
    border-bottom: 1px solid #000;
}
.psm-img h3{
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
}
.by-farm-land{
    padding-top: 40px;
}
.by-farm-land p{
    padding: 9px 30px 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
    border-left: 2px solid #63eaa9;
    border-radius: 10px;
}
.by-farm-land .abt-img{
    padding-right: 0;
    padding-left: 0;
}
.by-farm-land .abt-img img{
    transform: none;
    border-radius: 20px;
}

/*-------------------------------------------------*/
/* FREE SITE VISITE
/*-------------------------------------------------*/
.f-site-vi{
  background: url(../images/farmimg/Road.jpeg);
  background-size: cover;
  background-position: center;
  }
.f-site-vi::before{    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;}
    .f-site-vi .container{padding-bottom: 70px;}
    
.f-site-vi h2{
  font-size: 35px;
  color: #fff;
  padding: 70px 100px 20px 100px;
  line-height: 44px;
  }

  /*-------------------------------------------------*/
/* amenites
/*-------------------------------------------------*/
.amenites{background:  url(../images/banner/slider-grident-bg.webp);overflow: hidden;}


.amenites-inner li{
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}
.amenites-inner li::before{
  position: absolute;
  content: "";
  top: 33%;
  height: 1px;
  right: 0;
  left: 0;
  z-index: -5;
  border: 1px dashed;
  }
.service-item-img{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  border: 1px dashed;
  margin: 0 auto;
  line-height: 53px;
  }
.service-item-img img{width: 51px;}

.service-item-text h4{
    font-size: 18px;
    font-weight: 500 !important;
    margin-top: 15px;
}
.amenites-inner button{display: none  !important;}

  /*-------------------------------------------------*/
/* join venture
/*-------------------------------------------------*/
.join-venture .theme-btn{margin-top: 20px;}

  /*-------------------------------------------------*/
/* TESTIMONIAL
/*-------------------------------------------------*/

.testimonial-inner{
    overflow: hidden;margin-top: 30px;
}

.testimonial-inner li{
    display: inline-block;
    padding: 0 10px;
}
.tp-testimonial{
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 30px 8px 30px;
    padding-top: 30px;
    min-height: auto;
    box-shadow: 0 20px 60px rgba(10,30,81,.04);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tp-testimonial i{
    background: #4ad295;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 21px;
}

.clint-img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.clint-img h4{
    font-size: 16px;
    padding-top: 10px;
}
.testimonial{background: #f0eff5;}
.testimonial .container{
    max-width: 100%;
}

  /*-------------------------------------------------*/
/* gallerys
/*-------------------------------------------------*/

.gallerys{background: url(../images/banner/slider-grident-bg.webp);}
.tp-case-thumb{
    margin: 0 0 30px 0;
}
.tp-case-thumb img{
    border-radius: 10px;
    width: 100%;
    transition: 0.7s;
    height: 210px;
    object-fit: cover;
    filter: contrast(0.8);
}
.gallerys .theme-btn{
    margin: 0 auto;
}

  /*-------------------------------------------------*/
/* why choose us
/*-------------------------------------------------*/
.why-choose-us{
    overflow: hidden;
}

.why-inner{
    padding: 20px 0 0 0;
}
.why-inner li{
    position: relative;
    padding-left: 31px;
    padding-right: 43px;
}
.why-inner li::before, .bullet-points li::before, .ban-cover p::before, .miss-viss__list li::before{position: absolute;content: "\f00c";font: normal normal normal 14px/1 FontAwesome;left: -8px;top: 0;width: 25px;height: 25px;background: #4ad295;border-radius: 50px;display: flex;align-items: center;justify-content: center;}
.why-inner h3{
    font-size: 22px;
    font-weight: 500 !important;
}

.wh-videos{
    width: 100%;
    float: left;
}

.wh-videos{
    width: 100%;
    border-radius: 20px;
}

.wh-videos .vi1{
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
    border: 10px solid #e4eafb;
}
.wh-videos .vi1 source{
    /* height: 500px; */
    display: block;
    object-fit: cover;
}
.why-inner .theme-btn{margin-top: 20px;}

/*-------------------------------------------------*/
/* blog 
/*-------------------------------------------------*/

.b-img{
    margin-bottom: 29px;overflow: hidden;
}
.b-img:hover img{transform: scale(1.2) rotate(5deg);transition: all 0.4s  ease;z-index: 2;}
.b-img img{transition: all 0.4s  ease;z-index: 2;position: relative;}

.blog-text .date{
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background-color: #6e941d;
    padding: 3px 7px;
    line-height: 30px;
    border-radius: 0;
    border-radius: 3px;
}
.blog-text h2{
    font-weight: 500 !important;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin: 20px 0 10px 0;
}

.blog-text a{
    font-weight: 600;
    text-decoration: underline;
    color: #6e941d;
    text-decoration: none;
}
.blog-page{
    background: #f4f3f9;
}


/*-------------------------------------------------*/
/* meeting 
/*-------------------------------------------------*/

.left-leaf, .righ-leaf {
  background: url(../images/shapes/1.webp);
  position: absolute;
  content: "";
  left: -71px;
  width: 94px;
  height: 299px;
  transform: scalex(-1);
  top: 141px;
  background-size: cover;
}

.righ-leaf {
  left: auto;
  right: -65px;
  transform: scalex(1);
}
.meeting{
    overflow: hidden;
}
.meeting .theme-heading h2{margin-bottom: -28px;z-index: 1;position: relative;}


/*-------------------------------------------------*/
/* adress 
/*-------------------------------------------------*/
.address-inner{padding: 0;}
.address-inner ul{
    background: #20212e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 30px 0;
    justify-content: space-evenly;
    border-bottom: 2px solid #fff;
}


.address-inner a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.address-inner span{
    color: #fff;
}
.address-inner i{margin-top: -59px;width: 40px;height: 40px;background: #000;display: flex;align-items: center;justify-content: center;border-radius: 50px;border-bottom: 1px solid #fff;margin-bottom: 20px;color: #ffff;}

/*-------------------------------------------------*/
/* COMMUNITY 
/*-------------------------------------------------*/
.join-comminity {
  margin: 0 auto;
  display: table;
  max-width: 514px;
  text-align: center;
  margin-bottom: 42px;
  overflow: hidden;
  padding-top: 31px;
  margin-top: -20px;
}
.join-comminity-1 h2::before {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, #8b1fb700, #4cb051, #654fff05);
  width: 100%;
  height: 1px;
  bottom: -4px;
}
.join-comminity-1 span::before{    top: -28px;
  left: -32px;}
  .join-comminity-1 p {
    color: #fff;
    z-index: 1;
    margin: 6px 0 -10px 0;
    font-size: 16px;
    line-height: 29px;
    text-decoration: underline;
}

.social-icon i{
    color: #fff;
    font-size: 30px;
    margin: 32px 15px 0 15px;
}
.community{
    background: #20212e;
    margin-top: -20px;
    padding-top: 80px;
}
.join-comminity-1 h2, .join-comminity-1 span{color: #fff;font-weight: 600;}

/*-------------------------------------------------*/
/* footer
/*-------------------------------------------------*/

.app-store img {
  width: 160px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.app-store a {
  padding-right: 20px;
}

.app-store{margin-top: 20px;padding-bottom: 30px;}
.tp-footer-widget__list ul li {
  padding-bottom: 5px;
}
.tp-footer-widget__list ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  transition: 0.3s;
  padding-left: 15px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #444;
  padding-bottom: 3px;
  text-transform: capitalize;
}
.tp-footer-widget__list ul li a::before {
  position: absolute;
  content: "";
  background: url(../images/app/arrow.webp);
  left: -4px;
  top: 6px;
  background-size: cover;
  width: 10px;
  height: 10px;
  filter: invert(1);
}
.footer-start{
    background: #20212e;
    padding-bottom: 30px;
}
.footer-start h3{color: #fff;font-size: 18px;margin-bottom: 15px;}
.footer-start p{
    color: #fff;
    font-weight: 400;
    padding-right: 50px;
}

.copyright p{
    text-align: center;
    border-top: 1px solid #585656;
    padding-top: 22px;
}


/*-------------------------------------------------*/
/* commen banner start
/*-------------------------------------------------*/

.commen-banner{background: url(../images/banner/agriculture-farmland.webp);background-size: cover;padding: 150px 0 100px 0;}
.commen-banner::before{position: absolute;content: "";top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: #6f941d;opacity: .4;background: #000;}
.c-ban-inner{
    padding-right: 40px;
}
.c-ban-inner h1{
    color: #fff;
    line-height: 50px;
}
.c-ban-inner p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-top: 20px;
}
.bullet-points{
    margin-top: 20px;
}

.bullet-points li{
  float: left;
  width: 50%;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding-left: 43px;
  margin-bottom: 17px;
  font-size: 14px;
  text-align: left;
}
.bullet-points li::before{
    border: 1px solid #fff;
    background: none;
}


/*-------------------------------------------------*/
/* commen banner form
/*-------------------------------------------------*/


.form-tittle{
    border: 3px solid #7fe5d3;
    background: #fff;
    border-radius: 10px;
    padding: 36px;
    text-align: center;
   
    top: 0;
    float: left;
}
.form-tittle .btn1{
    text-align: center;
    padding: 20px 50px !important;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #6e941d;
    width: 100%;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    border-radius: .25rem !important;
    height: auto !important;
    display: block !important;
}
.form-tittle h2{
    margin-bottom: 20px;
    font-size: 24px;
}
.form-tittle .half{
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 24px;
}

.form-tittle span{
    display: block;
    text-align: left;
    margin-top: 7px;
    padding-left: 12px;
    margin-bottom: 13px;
}

.contact__form :optional{
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: calc(1.5em + .75rem + 2px);
    font-size: 15px;
    padding-left: 15px;
}


/*-------------------------------------------------*/
/* farming services
/*-------------------------------------------------*/

.service-item-three__img img{
    width: 50px;
    margin-bottom: 10px;
}

.service-item-three__content1 a{
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.service-item-three__content1 p{
    font-weight: 400;
    line-height: 23px;
    font-size: 13px;
    margin-top: 10px;
}
.service-item-f{
    text-align: center;
    padding: 20px 15px 15px 15px;
    border-radius: 10px;
    height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

/*-------------------------------------------------*/
/* tab
/*-------------------------------------------------*/
.tab-strt{background: linear-gradient(354deg,#ffffff1c 0%,rgb(249 251 248) 100%);}

.tb-heading h2{    font-size: 25px;
  line-height: 35px;
  padding-right: 35px}
  .showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    height: 100%;
    width: 100%;
}
.showcase ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  float: right;
}
.showcase li {
  padding-right: 10px;
}
.showcase .act2 {
  padding: 2px 8px;
  background-size: cover;
  background: #6e941d;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  line-height: 25px;
  border: 0;
}
.showcase span {
  cursor: pointer;
  transition: all 0.5s ease;
  display: inline-block;
  color: #000;
  font-weight: 500;
  border: 2px solid #000;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
}
.tb-img{padding-right: 30px;margin-top: 20px;float: left;width: 100%;}
.tb-img img{height: 400px;object-fit: cover;border-radius: 5px;width: 100%;}
.tp-in-hea{
    float: left;
    width: 100%;
}
.tp-in-hea h4{    font-size: 25px;
  line-height: 32px;}

.show-caseimg li {
  float: left;
  width: 100%;
  display: none;
}

.show-caseimg li.act1 {
  display: block;
}

.wi-100{
    display: flex;
    width: 100%;
}


/*-------------------------------------------------*/
/* growing
/*-------------------------------------------------*/
.growing h3{
    text-align: center;
    font-size: 17px;
    font-weight: 400 !important;
    margin-top: 22px;
}
.g-img img{border-radius: 5px;}
.growing .theme-heading h2{
    font-size: 20px;
    line-height: 28px;
}
.growing .theme-heading p{
    font-size: 13px;
    line-height: 26px;
}
.ban-cover .theme-heading span{
    margin-bottom: 30px;
    display: inline-block;
}
.ban-cover p{
    position: relative;
}
.ban-cover p::before{
    left: -38px;
}
.ban-cover .abt-content{
    padding-left: 50px;
}
.join-comminity-1-bg{background: url(../images/farmimg/joint-venture1.webp);background-size: cover;}

.join-comminity-1-bg h2{
    padding: 50px 100px 5px 100px;
}
.join-comminity-1-bg p{
    color: #fff;
}
.join-comminity-1-bg .container{padding-bottom: 50px;}

/*-------------------------------------------------*/
/* faq
/*-------------------------------------------------*/
.faq li {
  display: block;
  text-align: left;
  position: relative;
  padding: 15px;
  background: rgb(245 250 250 / 98%);
  border-radius: 5px;
  margin-bottom: 10px;
  border-left: 3px solid #6e941d;
}
.faq h3 {
  font-size: 18px;
  font-weight: 500 !important;
  cursor: pointer;
  line-height: 28px;
  padding-right: 50px;
}
.faq h3::before, .faq h3::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 25px;
  background: #3f51b5;
  width: 20px;
  height: 2px;
}
.faq h3::after {
  width: 2px;
  height: 20px;
  top: 16px;
  right: 19px;
}

.faq p {
  font-size: 14px;
  line-height: 22px;
  display: none;
  padding-bottom: 0;
}

.faq .act {
  display: block;
}
.faq-main .theme-heading{
    margin-bottom: 30px;
}
.faq-main .faq{
    padding-right: 40px;
}



/*-------------------------------------------------*/
/* mobile app
/*-------------------------------------------------*/

.other-heading h1{
    color: #fff;
}
.other-heading span{
    color: #fff;
}
.other-heading a{
    color: #fff !important;
    padding-left: 10px;
}
.oth-banner{
    padding: 190px 0 130px 0;
    text-transform: capitalize;
}

.ma-app p{
    border-left: 2px solid #4cb05180;
    padding: 0 0 0 20px;
    margin: 15px 0 15px 0;
}
.tp-inner-list3 li::before {
  position: absolute;
  content: "";
  left: 13px;
  width: 8px;
  height: 1.8px;
  background: #6e941d;
  top: 10px;
}
.tp-inner-list3 li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  left: 0;
  background: #6e941d;
  top: 8px;
}
.tp-inner-list3 li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  left: 0;
  background: #6e941d;
  top: 8px;
}
.tp-inner-list ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  padding-left: 30px;
  margin-bottom: 9px;
  position: relative;
}
.ma-app .app-store img{filter: invert(1);}

.m-app p{
    border-radius: 5px;
    padding-left: 13px;
    font-size: 14px;
}

.m-app .abt-img{
    padding: 0 15px 0 15px;
}
.m-services .service-item-f{height: auto;}


/*-------------------------------------------------*/
/* jv single
/*-------------------------------------------------*/
.j-v-s-text{
    padding-right: 40px;
}
.j-v-s-text h2{
    font-size: 28px;
    text-decoration: underline;
    color: #6f941e;
}
.j-v-s-text p{
    border-radius: 5px;
    border-left: 1px solid #a3aa93;
    padding-left: 10px;
    margin: 15px 0 15px 0;
}
.oth-banner::before{position: absolute;content: "";top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: #212529;opacity: .6;}

/*-------------------------------------------------*/
/* about single
/*-------------------------------------------------*/

.about-single .bullet-points li, miss-viss__list li::before{
    color: #000;
    padding-left: 34px;
}
.about-single .bullet-points li::before, .miss-viss__list li::before{
    border: 1px solid;
}
.about-single .abt-img{padding-right: 0;}
.about-single .bullet-points{
    margin-bottom: 12px;
    margin-top: 0;
}

/*-------------------------------------------------*/
/* sucess
/*-------------------------------------------------*/
.success-story .align-items-center{
  border: 1px solid #d4dcf4;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 27px;
}
.success-story .align-items-center h3{
    font-size: 22px;
}
.success-story .align-items-center p{
    font-size: 14px;
    line-height: 26px;
}
.success-story .align-items-center .time-line-logo img{
    width: 140px;
}
.time-line-points{padding-left: 20px;}
.success-story .theme-heading{
    margin-bottom: 20px;
}

.full-m-v{    border: 1px solid #aee0ee;
  border-radius: 20px;
  padding: 30px;
  margin-top: 20px;
  float: left;
  width: 100%;
  height: 100%;
}

.m-v-list p{
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin: 9px 0 10px 0;
  display: inline-block;
  }
  .miss-viss__list li{position: relative;margin: 10px 0 10px 0;padding-left: 24px;font-size: 14px;}
.miss-viss__list li::before{
    width: 18px;
    height: 18px;
    font-size: 11px;
}
/*-------------------------------------------------*/
/* blog details
/*-------------------------------------------------*/
.blg-inn-content {
  float: left;
  width: 100%;
  padding-right: 20px;
}.blog-det-inn .blg-det-icons b {
  color: #000;
  margin-right: 6px;
  background: antiquewhite;
  font-weight: 400;
  font-size: 13px;
}
.blog-det-inn h1 {
  padding: 8px 0 15px 0;
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: inherit;
  line-height: 34px;
}

.blg-inn-content h2, .blg-inn-content h3{
    font-size: 22px;
    font-weight: 500 !important;
}
 .blg-inn-content h3{
    margin-top: 10px;
    display: inline-block;
}
.blg-inn-content-im{
    margin-bottom: 20px;
}
.blg-inn-content a{
    font-weight: 600;
}
.blg-inn-content p{
    font-size: 14px !important;
    line-height: 25px;
}
.popu-news {
  float: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
  padding-left: 20px;
}
.blg-headline h2 {
  color: #000;
  font-size: 19px;
  margin: 0;
}
.popu-news li {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #e5d5d5;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.popu-news img {
  width: 120px;
  height: 120px;
  border-radius: 15px;
  object-fit: cover;
}
.blg-post-content {
  padding: 0 0 0 22px;
  position: relative;
}
.blg-post-content h3{
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 20px;
    margin-top: 5px;
}
.blg-post-content a {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.blg-post-content i {
  margin: 0 12px 0 0;
  color: #000;
}
.blg-post-content span {
    margin-left: 0;
    font-size: 12px;
    color: #000;
}

.gallerys .theme-heading{margin-bottom: 30px;}

.single-videos .tp-case-thumb{
    border: 1px solid #999;
    padding: 10px;
    border-radius: 10px;
}

/*-------------------------------------------------*/
/* contact us
/*-------------------------------------------------*/

.contact-info-lhs h2{
    margin-bottom: 20px;
}


.contact-info-lhs li{
    margin-bottom: 20px;
}
.contact-info-lhs a{
    display: flex;
    align-items: center;
}
.contact-info-lhs{
    padding-right: 25px;
}
.contact-info-lhs i{
    background: #ddf5e6;
    color: #1cbe59;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 20px;
}
.contact-info-lhs span{
    padding-left: 30px;
}
.contact-info-lhs ul li:nth-child(2) i{
    background: #ece8fd;
    color: #8067f0;
    width: 106px;
}
.contact-info-lhs ul li:nth-child(3) i{
    background: #fedfd7;
    color: #f75023;
}
.contact-single{
    background: linear-gradient(180deg,#fdffff 0%,rgb(242 248 241) 100%);
}
.map-location{
    width: 100%;
    margin-top: 50px;
    border-radius: 10px;
    border: 5px solid #d7daff;
}
.map-location iframe{
    width: 100%;
}

/*-------------------------------------------------*/
/*SUB MENU
/*-------------------------------------------------*/

.menu ul li.sub {
  position: relative;
}

.menu ul li .sub-menu {
  position: absolute;
  background: #fff;
  padding: 10px 30px 10px 23px;
  width: 230px;
  box-shadow: 0 9px 18px -6px #0a0a0a2b;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform: translateY(30px);
  border-radius: 15px;
  z-index: 99;
  border-top: 4px solid #6f941d;
}

.menu ul li .sub-menu ul {
  padding: 0;
  margin: 0;
  box-shadow: none;
  display: block;
}

.menu ul li .sub-menu li {
  float: left;
  width: 100%;
  padding: 1px 0;
}

.menu ul li .sub-menu .sub-btn3 {
  font-size: 12px;
  position: relative;
  transition: 0.4s ease;
  border-bottom: 1px solid #f6f3f3;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 3px;
}

.menu ul li .sub-menu .sub-btn3::after {
  background: none;
}

.menu ul li .sub-menu .sub-btn3:hover {
  color: var(--blue);
}

.menu ul li .sub-menu.act {
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(40px);
}

.menu ul li .sub-menu .sub-btn3:before {
  background: #6f941e;
}

.menu ul li .sub-menu ul li:first-child {
  display: block;
}

.menu ul li .sub-menu ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 5px;
}

.sub-menu .sub-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  color: #fff;
}


.menu .mobile-menu-close {
  display: none;
  position: absolute;
}

.mb-app::before{background: none;}
.m-blog{
    margin: 20px 0 20px 0;
}

.side-panel-con ul li:first-child i{
    width: 60px;
}

.side-bar .social-icon i{
    background: #6e941d;
    font-size: 18px;
    width: 35px;
    height: 35px;
    margin: 0 6px 0 6px;
    text-align: center;
    border-radius: 50px;
    line-height: 38px;
}


.miss-vission .theme-heading .main-heading{font-size: 25px;}

.blg-inn-content b{     font-weight: 600;
  font-size: 16px;
  margin-bottom: 1px;
  display: inline-block;

}

.blg-inn-content span {
	font-size: 14px;
	padding: 8px 0 6px 0;
	line-height: 25px;
	font-weight: 500;
}


/*-------------------------------------------------*/
/*pop up
/*-------------------------------------------------*/

.contact__form li{
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.contact__form i{
    position: absolute;
    left: 23px;
    top: 11px;
}
.contact__form .form-control{
    padding-left: 30px;
}
.contact__form .tp-btn{
    padding-left: 0;
    background: #6e941d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: block !important;
}
.modal .modal-content{
    padding: 30px;
    border-radius: 20px;
}
.pop-up2 h2{
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.pop-up2 .button{display: block  !important;}
.pop-up2 .close{
    background: #ff0000;
    color: #ffff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: block !important;
    opacity: 1;
}


/*-------------------------------------------------*/
/*pop up
/*-------------------------------------------------*/
.thank-you-inner h4 {
  font-size: 52px;
  line-height: 65px;
  font-weight: 400 !IMPORTANT;
  margin-bottom: 30px;
}
.thank-you-inner{
    padding: 160px 0 0 0;
    text-align: center;
}
.kodi-banner .c-ban-inner h1{
    font-size: 34px;
    line-height: 44px;
}
.drop-down-text h3{
    font-weight: 500 !important;
    font-size: 13px;
    margin-bottom: 12px;
}
.drop-down-text{
    text-align: center;
    width: 100%;
}

.d-none.menuact{
    display: block !important;
}
.drop-down-text .yes{display: inline-block;position: relative;top: 0;left: 0;color: #000;z-index: auto;background: #caf9c7;padding: 6px 40px;border-radius: 2px;font-size: 14px;margin-right: 12px;cursor: pointer;text-transform: capitalize;font-weight: 500;}

.bg-kodaikanal{
  margin: 0 auto;
  max-width: 95%;
  /* display: none; */
}
.bg-kodaikanal .koidkanal-img{
  position: relative;
  /* animation: shake 30s infinite; */
  margin-top: 30px;
  BORDER-RADIUS: 5PX;
  BORDER: ;
}

.banner-kodikanal{background: url(../images/bg-kodikanal/bg.webp);background-position: center;background-size: cover;padding: 150px 0 54px 0;}
.banner-kodikanal::before{
    opacity: .3;
}
.tp-case-thumb iframe{width: 100%;}
.banner-kodikanal .c-ban-inner h1{
    font-size: 36px;
    line-height: 44px;
}

/*-------------------------------------------------*/
/* whatsapp 
/*-------------------------------------------------*/
.whats-app{
    position: fixed;
    left: 30px;
    bottom: 10%;
    width: 100%;
}
.whats-app a{
    display: inline-block;
    z-index: 9999;
    position: relative;
}

.whats-app i{
    width: 40px;
    height: 40px;
    background: #64b160;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    font-size: 26px;
}
.whats-app{}
.whats-app .gif-link{
    position: absolute;
    right: 30px;
    width: 130px;
    height: 130px;
    bottom: -37px;
}
.whats-app .gif-img{
}

/*-------------------------------------------------*/
/* PRE LOADING 
/*-------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
 
  z-index: 99999;

}

.plod {
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 0 auto;
  margin-top: 8%;
}

.plod span {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #6e941d;
  -webkit-animation: plod 0.5s linear infinite;
  animation: plod 0.8s linear infinite;
}

.plod span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes plod {
  0% {
      transform: scale(0, 0);
      opacity: 0.8;
  }

  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}

@-webkit-keyframes plod {
  0% {
      -webkit-transform: scale(0, 0);
      opacity: 0.8;
  }

  100% {
      -webkit-transform: scale(1, 1);
      opacity: 0;
  }
}

.c-ban-inner .highlight {
  text-shadow: 1px 1px 10px #c057f2, 1px 1px 16px #c057f2;
  background: #000;
  color: #fff;
}
.ma-app b{
    display: inline-block;
    background: antiquewhite;
}

.book-now .contact__form input{
    padding-left: 46px;
}
.f-width{    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;}

  .list-changes .tp-inner-list3 li{
    float: left;
    width: 50%;
    padding-right: 30px;
}
.list-changes .tp-inner-list3 li::after{top: 9px;left: 4px;}
.list-changes .tp-inner-list3 li::before{
    top: 11px;
}
.blg-inn-content h4{
    font-weight: 500 !important;
    font-size: 21px;
}