@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,500;0,600;1,700&family=Jost:wght@400;500;600;700&display=swap);

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #525252;
  line-height: 1.7em;
  font-weight: 400;
}
.services-nav{display:block!important}
form .label,
nav ul li a {
  text-transform: capitalize;
}
.Home-banner,
.footer,
.footer-section,
.section-title,
nav ul li a {
  position: relative;
}
.linebox,
marquee:before,
nav img {
  position: absolute;
}nav img{top: 10px;}
*,
ul.glanceList {
  list-style: none;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#71b62d;
}
nav ul li a:hover{
    color:#71b62d;
}
.whatapp-button {
    position: fixed;
    bottom: 71px;
    right: 35px;
    width: 70px;
    height: 70px;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}.whatapp-button  img {
    width: 100%;
    height: auto;
}
	.main-slider{position: relative;}
	
.main-slider .ban-btn {
  position: absolute;
  top: 40%;
  height: 50px;
  width: 55px;
  background-color: #106736;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
 p{    text-align: justify;
         margin-bottom: 0!important;
 }
nav ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 100%;
  background: #71b62d;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s linear;
}
.f-right,
nav ul {
  float: right;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,h6 {
  font-weight: 600 !important;
  font-family: roboto,sans-serif;
}
.image-width img {
  width: 100%;
  border-radius: 20px 10px 0;
  height: auto;
}
.main-header {
    height: 80px;
    background: #ffffff;
}
nav ul {
  margin-right: 25px;
}
nav ul li {
    display: inline-block;
    line-height: 84px;
    margin: 0 15px;
}
nav ul li a {
    color: #000;
    font-size: 17px;
}
.highlight a{opacity: 1;
  color: #71b62d;font-weight:700;}
  

label #close,
label #open {
  color: #fff;
  font-size: 30px;
  float: right !important;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check,
#img2 {
  display: none;
}
.Home-banner {
  background: linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)), url(../images/banner-home1.jpg) center/cover no-repeat;
  height: 700px;
}

.carousel-caption {
 position: absolute;
    top: 35%;
    left: 10%!important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start !important;
    overflow: hidden;
    width: 570px !important;
}.carousel-caption h1 {
  margin-bottom: 40px;
  position: relative;
  display: block;
  font-size: 55px;
  color: #ffffff;
  line-height: 1.4em;
  z-index: 1;}
  .btn-style-one {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color:#106736;
    padding: 16px 31px !important;
    text-transform: uppercase;
    border: 2px solid #106736;
    font-family: 'Montserrat', sans-serif;}
    .btn-style-one:hover {
      transform: scale(1.1);
  }
  
  .btn-style-one:hover {
      color: #106736;
      box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
      border-color: #ffffff;
      background: #ffffff;
  }
    /*home banner css end */
    /*about css */
    .about-section-two {
      position: relative;
      padding: 50px 0px 10px;
  }.services-section .pattern-layer,.about-section .pattern-layer,.about-section-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 90px;
    right: 0px;
    width: 100%;
    height: 490px;z-index: -1;
}.feature-image-group {
  position: relative;
  margin-left: 0;
  margin-bottom: 30px;
}
.gap-4 {
  gap: 1.5rem !important;
}
.d-flex {
  display: flex !important;
}.feature-image-group .feature-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -50%);
  background: 0 0;
  width: 77%;
  height: 90%;
  border: 2px solid #ffffff;
}.feature-image-group .feature-image.translate-y {
  transform: translateY(30px);
}
.feature-image-group .feature-image {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: auto;
}

 .sec-title .title i{
  font-size: 40px;
    margin-right: 15px;
    animation: icon-bounce-right 2s infinite backwards;
    transition: all .3s;
    vertical-align: middle;
    display: inline-flex;    -webkit-text-stroke: 1.5px #8bd83d;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
@keyframes icon-bounce-right
{
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
}

40% {
    transform: translateX(8px);
}
60% {
    transform: translateX(4px);
}
}
.sec-title h2 {
  position: relative;
  color: #222222;
  line-height: 1.3em;
  font-size: 26px;
  text-transform: capitalize;
}
.about-box{padding: 60px 0;}
.about-box .text {
  letter-spacing: 0.4px;
}.theme-text{margin-bottom: 30px!important;}

/*services section */
.service-sec
{
  padding: 2% 0;
}
.secr-title {
  position: relative;
  margin-bottom: 30px;
}.secr-title.centered {
  text-align: center;
}.secr-title .title {
  position: relative;
  color: #71b62d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}.services-img {
  height: 430px;
  overflow: hidden;
}.services-img img {
  transition: 1s ease;
}.services-img img:hover {
  transform: scale(1.2);
}
.services-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-pill .nav-link {
    background-color: transparent!important;
    border-bottom: 1px solid #eee9e9;
    text-align: start;border-radius: 0.375rem;border-left: 0;
    border-radius: 0.75rem;
    border-right: 0;
    border-top: 0;
}

.nav-pills .nav-link {
    padding: 13px 10px;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}.nav-pill li button a {
    color: #000000;
    font-weight: 400;
}
.nav-pill .nav-link.active {
  background-color: transparent;
}.nav-pill .nav-link:before {
  content: '\276F';
  padding-right: 10px;
  font-size: 20px;
  color: #9dea50;
}
.nav-pills .nav-link  a:hover{
  margin-left: 8px;
  transition: .5s ease-in-out;
}

/* services end */
/* exotic plants css */
.about-pt{padding-top:0 !important;}
.story-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
}.landscape-box{padding-top: 0px!important;}
.story-section strong,.services-section strong{
  font-size: 15px;
  color: #245d04;
  letter-spacing: 0.3px;
}
.story-block {
  position: relative;
  margin-bottom: 35px;
}.story-block .inner-box {
  position: relative;
}.story-block .pattern-layer {
  position: absolute;
  content: '';
  right: -100px;
  top: -20px;
  width: 780px;
  height: 550px;
  background: url(../images/pattern-3.png) no-repeat;
}.story-block .inner-box .image-column .inner-column {
  position: relative;
  padding-top: 0px;
}
.story-block .inner-box .image-column .inner-column .image img {
  width: 100%;
  display: block;
}.story-block .inner-box .image-column {
  position: relative;
  padding: 0px;
  float: right;
  margin-bottom: 50px;
}.story-block .inner-box .content-column {
  position: relative;
  padding: 0px;
  float: left;
}.clearfix::after {
  display: block;
  clear: both;
  content: "";
}.sec-title .title {
  position: relative;
  color: #71b62d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}.sec-title h3,h4,h5,h6 {
    color: #222222;
    line-height: 1.3em;
    font-size: 24px!important;
    display: inline-block;
    text-transform: capitalize;
}.story-section h4,.about-section h4,.services-section h4,.story-section h3,.about-section h3,.services-section h3{
  color: #222222!important;
  font-size: 20px;letter-spacing: 0.3px;
}

.story-section h5,.about-section h5,.services-section h5 {
  position: relative;
  color: #222222;
  font-size: 20px!important;
  letter-spacing: 0.3px;
}
.story-block .inner-box .content-column .inner-column {
    position: relative;
    padding: 50px 60px 50px;
    z-index: 1;
    margin-right: -60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}
.story-block .inner-box .content-column .inner-column .text p {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}.story-block .inner-box .content-column .inner-column .text {
  position: relative;
}
.text {
  text-align: justify;
  margin-bottom: 21px;
}
.story-block-two .inner-box .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}.story-block-two .inner-box .image-column .inner-column {
  position: relative;
  padding-top: 0px;
}.story-block-two .inner-box .image-column .inner-column .image {
  position: relative;
}.story-block-two .inner-box .content-column .sec-title {
  text-align: right;
}
.sec-title {
  position: relative;
}.story-block-two .inner-box .content-column .sec-title .inner-title {
  text-align: left;
  display: inline-block;
}
.story-block-two .inner-box .content-column {
  position: relative;
  padding: 0px;
  float: left;
}.story-block-two .inner-box .image-column {
  position: relative;
  padding: 0px;
  float: left;
  margin-bottom: 50px;
}
.story-block-two .inner-box .content-column .inner-column {
    position: relative;
    padding: 50px 60px 50px;
    z-index: 1;
    margin-left: -60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}.story-block-two .inner-box .content-column .inner-column .text p {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
/* exotic css eend */
/* portfolio css */
.sec-title-two {
  position: relative;
  padding-top: 100px;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}.sec-title-two .image-layer {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 250px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}.sec-title-two .image-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #24242400;
}.sec-title-two .title-inner {
  position: relative;
  padding: 48px 100px;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.10);
}.sec-title-two .title-inner .title {
  position: relative;
  color: #71b62d;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}.sec-title-two .title-inner .title:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -68px;
  height: 50px;
  width: 2px;
  margin-left: -1px;    background-color: #e9c37a;
}.sec-title-two .title-inner h4 {
  position: relative;
  color: #222222;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 36px;
  display: inline-block;
  text-transform: capitalize;letter-spacing: 0.3px;
}
/* end css */

/* footer section start */
.main-footer {
  position: relative;
  color: #bbbbbb;
  background-color: #033217;
}.main-footer .widgets-section {
  position: relative;
  padding: 70px 0px 0px;
  padding-bottom: 10px;
}.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}.main-footer .about-widget .copyright {
  position: relative;
  color: #cccccc;
  font-size: 14px;
  line-height: 1.9em;
}.main-footer .about-widget .copyright span {
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
}.main-footer .about-widget .text {
  position: relative;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1.9em;
  margin-top: 18px;
  margin-bottom: 35px;
}.main-footer .about-widget .social-links {
  position: relative;
  padding-left: 0;
}.main-footer .about-widget .social-links li {
  position: relative;
  margin-right: 20px;
  display: inline-block;
}.main-footer .about-widget .social-links li a {
  position: relative;
  color: #bbbbbb;
  font-size: 20px;}
  .main-footer .footer-widget h3 {
  position: relative;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 24px;
  padding-bottom: 14px;
  text-transform: uppercase;
}
.main-footer .footer-widget h3:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 50px;
  background-color: #71b62d;
}
#footer-services {
  overflow-y: scroll;
  height: 240px;
}

.footer-list {
  position: relative;
}.footer-ql {
  margin-left: 55px;
}.footer-list::-webkit-scrollbar {
  width: 2px;
}


/* Handle */
.footer-list::-webkit-scrollbar-thumb {
  background:#bbbbbb; 
  border-radius: 10px;
}

.footer-list li a {
  position: relative;
  color: #bbbbbb;
  font-size: 14px;
  transition: all 300ms ease;
}
.footer-list li {
    position: relative;
    margin-bottom: 10px;
}
ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}.main-footer .contact-list li {
  position: relative;
  color: #bbbbbb;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 14px;
}.main-footer .contact-list {
  position: relative;
}
.main-footer .contact-list li span {
  color: #ffffff;
  font-size: 14px;
  display: block;
}.main-footer .contact-list li a {
  color: #ffffff;
}
.main-footer .contact-list li i{
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}.footer-list li a:hover {
  color: #ffffff;
  margin-left: 8px;
  transition: .5s ease-in-out;
}.footer-list li a:hover:before {
  content: '\276F';
  padding-right: 3px;
  color: #9dea50;
}
/* footer css end */

/* sponsors css */
.sponsors-section {
  position: relative;
  padding: 50px 0px 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}.sec-title.centered {
  text-align: center;
}


/* end css */

/*news css start */
.news-section {
  position: relative;
  padding: 35px 0px 10px;
}.news-section .sec-title {
  margin-bottom: 45px;
}
.clients-section img{
  width: 180px;
  height: 100px;
}
.news-block {
  position: relative;
  margin-bottom: 40px;
}.news-block .inner-box {
  position: relative;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft{
0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
100% {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}}.news-block .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}.news-block .inner-box .image a {
  position: relative;
  display: block;
}.news-block .inner-box .image a:before {
  content: "news";
  font-family: 'FontAwesome';
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0px 0px -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ffffff;
  font-size: 20px;
  color: #71b62d;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  transform: translateY(50px);
  transition: all 600ms ease;
}.news-block .inner-box:hover .image img {
  opacity: 0.30;
  transform: rotate(3deg) scale(1.1, 1.1);
}.news-block-two .inner-box .image-column:hover .image img
{
  opacity: 0.30;
  transform: rotate(3deg) scale(1.1, 1.1);
}
.news-block .inner-box .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 600ms ease;
}.news-block .inner-box .lower-content {
  position: relative;
}
.news-block .inner-box .lower-content .post-date {
    position: relative;
    color: #ffffff;
    top: -20px;
    font-size: 14px;
    margin-left: 30px;
    margin-top: -10px;
    padding: 10px 17px;
    display: inline-block;
    background-color: #71b62d;
}.news-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}.news-block .inner-box .lower-content h3 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
}.news-block .inner-box .lower-content .post-meta {
  position: relative;
  margin-top: 10px;
  padding-bottom: 18px;
}.news-block .inner-box .lower-content .post-meta:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 50px;
  background-color: #71b62d;
}.news-block .inner-box .lower-content .post-meta li {
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
}.news-section .news-column {
  padding: 0px 28px;
}.news-block-two .inner-box .image-column .image {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}.news-block-two .inner-box .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 600ms ease;
}.news-block-two .inner-box .content-column {
  position: relative;
}.news-block-two .inner-box .content-column .inner-column {
  position: relative;
}.news-block-two .inner-box .content-column .post-date {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 17px;
  display: inline-block;
  background-color: #71b62d;
}.news-block-two .inner-box .content-column h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 18px;
}.news-block-two .inner-box .content-column .post-meta {
  position: relative;
  margin-top: 7px;
  padding-bottom: 18px;
}.news-block-two .inner-box .content-column .post-meta:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 50px;
  background-color:  #71b62d;
}.news-block-two .inner-box .content-column .post-meta li {
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-right: 20px;
  display: inline-block;
}.news-block-two {
  position: relative;
  margin-bottom: 60px;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes fadeInUp
{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
/* end news css */
/* product tab css */
.product-tab-section {
  position: relative;
  padding-top: 100px;
  background-attachment: fixed;
  background-size: cover;
}
.product-tab-section:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(26, 26, 26, 0.526);
}.product-tab-section .content-box {
  position: relative;
}    .product-tab-section .content-box .inner-content {
  position: relative;
  max-width: 850px;
  z-index: 1;
  margin-left: 17%;
  padding: 70px 110px 70px;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}
.sec-title .inner-title {
  position: relative;
  margin-bottom: 20px;
}.product-tab-section .content-box .inner-content .sec-title h4 {
  font-size: 30px;
  font-weight: 700;
}.sec-title .text {
  position: relative;
  color: #666666;
  font-weight: 500;
  line-height: 1.8em;
  font-size: 14px;letter-spacing: 0.3px;
  margin-top: 15px !important;
}.product-tab-section .design-tabs {
  position: relative;
  z-index: 1;
}.product-tab-section .design-tabs .tab-btns {
  position: relative;
  margin-bottom: 15px;
}.product-tab-section .design-tabs .tab-btns .tab-btn:hover, .product-tab-section .design-tabs .tab-btns .tab-btn.active-btn {
  color: #222222;
}.product-tab-section .design-tabs .tab-btns .tab-btn:hover::before, .product-tab-section .design-tabs .tab-btns .tab-btn.active-btn:before {
  width: 100%;
}
.product-tab-section .design-tabs .tab-btns .tab-btn {
  position: relative;
  margin-right: 25px;
  font-size: 16px;
  background: none;
  color: #71b62d;
  font-weight: 600;    line-height: 24px;
  cursor: pointer;
  padding-bottom: 5px;
  margin-bottom: 8px;
  display: inline-block;
}
.product-tab-section .design-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 0px;
  background-color:#71b62d;
  transition: all 900ms ease;
}.product-tab-section .design-tabs .tabs-content {
  position: relative;
}
.product-tab-section .design-tabs .tabs-content .text
{
position: relative;
color: #666666;
font-weight: 500;
line-height: 1.8em;
font-size: 14px;
margin-top: 15px !important;}
.product-tab-section:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 90px;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}
/* product tab css end */

/* infomation pages css */
.client-banner {
  background: linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)), url(../images/home-banner.jpg) center / cover no-repeat;
}
.faq-banner {
  background: linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)), url(../images/faq-banner.jpg) center / cover no-repeat;
}
.contact-banner {
  background: linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)), url(../images/contact-banner.jpg) center / cover no-repeat;
}
.portfolio-banner {
  background: linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)), url(../images/portfolio-banner.jpg) center / cover no-repeat;
}
.plants-banner {
  background: linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)), url(../images/plants-banner.jpg) center / cover no-repeat;
}
.about-banner {
  background: linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)), url(../images/about-banner.jpg) center / cover no-repeat;
}.iIrrigation-banner {
  background: linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)), url(../images/iIrrigation-banner.jpg) center / cover no-repeat;
}
.landscape-banner{background: linear-gradient(to right, rgb(0 0 0 / 80%), rgba(9, 32, 50, 0)), url(../images/landscpe-banner.jpg) center / cover no-repeat;}
.about-banner,.landscape-banner,.iIrrigation-banner,.client-banner,.portfolio-banner,.plants-banner,.contact-banner,.faq-banner {
  height: 500px;
}.heading-info {
  margin-top: 200px;
}.heading-info h1 {
  color: #fff;
  font-size: 2.4rem;    letter-spacing: 0.3px;
}.heading-info .bread-crumb li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;letter-spacing: 0.3px;
  font-weight: 600;
}.about-img {
  height: auto;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 0 10px #eeeeee;
}
.services-block-six {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
  padding: 40px 35px;
  background-color: #fff;
}
.services-block-six {
  position: relative;
  margin-bottom: 30px;
}.mv-icon {
  display: block;
  line-height: 2rem;
}
.services-block-six .mv-icon:before {
  position: absolute;
  content: '';
  bottom: 0px;
  width: 50px;
  height: 3px;
  margin:auto 0%;
  background-color: #71b62d;
}
.mv-icon i{
  font-size: 55px;
  color: #71b62d;    -webkit-text-stroke: 1.5px #8bd83d;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.story-block-two .pattern-layer {
  position: absolute;
  content: '';
  left: -400px;
  width: 780px;
  height: 550px;
  background: url(../images/pattern-3.png) no-repeat;
}
/* portfolio section css */
.gallery-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}.gallery-section .filters {
  position: relative;
  margin-bottom: 40px;
}.gallery-section .filters .filter-tabs {
  position: relative;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}.gallery-section .filters li {
  position: relative;
  display: inline-block;
  color: #656565;
  cursor: pointer;font-weight: 600;
  font-size: 15px;
  margin: 0px 12px 6px;
  padding: 0px 0px 6px;
  text-transform: uppercase;
  transition: all 300ms ease;
}.gallery-section .filters li.active::before, .gallery-section .filters li:hover::before {
  width: 100%;
}
.gallery-section .filters li:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 0px;
  background-color: #71b62d;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.sortable-masonry .masonry-item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  outline: 5px solid #ffffff;
  outline-offset: -5px;
  z-index: 1;
}.default-portfolio-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}.default-portfolio-item .image-box {
  position: relative;
  display: block;
  background: #101010;
  margin: 0;
}.default-portfolio-item .image-box img {
  position: relative;
  display: block;
  border-radius: 3px;
  width: 100%;
  transition: all 500ms ease;
}.default-portfolio-item .overlay-box {
  border: 5px solid transparent;
}
.default-portfolio-item .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  opacity: 0;
  text-align: center;
  transition: all 500ms ease;
  transform: scaleX(0);
  z-index: 10;
}.default-portfolio-item .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0);
}.default-portfolio-item .overlay-inner .overlay-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}.default-portfolio-item .overlay-inner .content-box {
  position: relative;
  padding: 80px 20px;
  max-width: 450px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
}.default-portfolio-item .overlay-inner .content {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}.default-portfolio-item .overlay-inner h4 {
  position: relative;
  font-size: 16px!important;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #222222;
  line-height: 1.4em;
  padding-bottom: 10px;
}.default-portfolio-item .overlay-inner h4 a {
  color: #222222;
}.default-portfolio-item .overlay-inner .content-box {
  position: relative;
  padding: 80px 20px;
  max-width: 450px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
}
button, a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none !important;
}.default-portfolio-item .overlay-inner h4:after {
  content: '';
  position: absolute;
  left: 44%;
  margin-left: -10px;
  bottom: 0px;
  width: 49px;
  border-bottom: 3px solid #71b62d;
}.default-portfolio-item:hover .overlay-box {
  top: 0px;
  opacity: 1;
  transform: scaleX(1);
}
.default-portfolio-item .overlay-box {
  border: 5px solid transparent;
}
.default-portfolio-item:hover .inner-box .image-box img {
  opacity: 0.50;
  transform: scale(1.1);
}.sortable-masonry .masonry-item {
  position: relative;
  padding: 0px 0px;
  margin: 0px;
}
.default-portfolio-item {
  position: relative;
  margin-bottom: 30px;
}.nav-pill {
  height: 430px;
  padding-right: 20px;
}
.nav-pill {
  overflow-y: scroll !important;
}.nav-pill::-webkit-scrollbar {
  width: 2px;
}


/* Handle */
.nav-pill::-webkit-scrollbar-thumb {
  background:#71b62d; 
  border-radius: 10px;
}

/* Handle on hover */
.counter-section {
  position: relative;
  padding: 79px 0px 96px;
}.counter-section .counter-block {
  float: left;
  padding: 0px;
}
.counter-block {
  position: relative;
}.counter-block .inner-box {
  position: relative;
  margin: 0px;
  display: block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}.counter-block .inner-box .image {
  position: relative;
  width: 100%;
  padding: 0;
}.counter-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}.counter-block .inner-box .content-box {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 60px 15px;
  background-color: #ffffff;
}.counter-block .inner-box .content-box .count-box {
  position: relative;
  color: #71b62d;
  font-size: 80px;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}.counter-block .inner-box .content-box .text {
  position: relative;
  color: #666666;
  font-size: 14px;
  padding-top: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  text-align: center;
}.counter-block .inner-box .content-box .text:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0px;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  display: inline-block;
  background-color: #71b62d;
}.counter-section .pattern-layer {
  position: absolute;
  content: '';
  right: 0px;
  top: -50px;
  height: 960px;
  width: 814px;
  background-position: center center;
  background-repeat: no-repeat;
}.tab-content>.tab-pane {
  display: none;
}.tab-content>.active {
  display: block;
}
.fade:not(.show) {
  opacity: 0;
}.fade {
  transition: opacity .15s linear;
}
/* Google Fonts - Poppins */
.swiper {
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.slide-container{
  max-width: 1258px;
  width: 100%;
  padding: 40px 0!important;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.image-content .image-box
{
  position: relative;
  text-align: center;
}
.image-content img{
  height: 100px;
    width: auto;
    transform: scale(0.9);
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 24px!important;
  color: green;
  margin-top: 39px;
}
.swiper-slide {
  width: 257.6px!important;
  margin-right: 2px!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 24px!important;
  color: green;
  margin-top: 39px;
}
.services-section,.about-section {
  position: relative;
  padding-bottom: 30px;
}
.services-in-img {
  height: 500px;
  overflow: hidden;
  transition: all .3s;
  position: relative;
  margin-top: 30px;
}.services-in-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.services-in-img:hover {
  box-shadow: 0 0 15px #84858a;
}

/* slider logo */
.sponsors-section .sponsors-outer {
  position: relative;    overflow: hidden;
}.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}.owl-carousel .owl-stage-outer {
  position: relative;
  padding-bottom: 50px;
}.owl-carousel .owl-stage {
  position: relative;
}.owl-carousel .owl-item {
  position: relative;
  float: left;
}.sponsors-section .sponsors-outer .image-box {
  position: relative;
  text-align: center;
  margin: 0px;
  transition: all 0.3s ease;
}.sponsors-section .sponsors-outer .image-box img {
  height: 80px;
  width: auto;
  transform: scale(0.9);
}
.sponsors-section .sponsors-outer .image-box img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  transition: all 0.3s ease;
}
/* clients css */
.clients-section {
  background-color: #ececec;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
/* contact css  */
.contact-section {
    padding: 60px 0px;
}

.add-info {
  padding: 30px 55px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px #e6e3e3;
}.add-info-in a {
  font-size: 30px;
  color: #106736;
}.add-in {
  padding-left: 40px;
}.contact-form {
  box-shadow: 0px 0px 10px #e6e3e3;
  padding: 40px;
}
.contact-form {
  position: relative;
}.icon-border {
  border-right: 1px solid #bcb9b9;
  padding-right: 20px;
}.sec-title.centered {
  text-align: center;
}

.sec-title {
  position: relative;
  margin-bottom: 30px;
}.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}.contact-form .form-group input[type="text"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select, .contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  color: #222222;
  height: 55px;
  font-size: 15px;
  background: #f4f4f4;
  transition: all 300ms ease;
 border: none;
}.contact-form .form-group textarea {
  height: 130px;
  resize: none;
}.add-info .add-in a {
  font-size: 15px;
  margin-bottom: 0;
}
.add-in h4{
  font-size: 24px;
}button, a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none !important;
}.align-items-center {
  align-items: center !important;
}