/*
Items Name : Tabia
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background: #ffffff;
  color: #686868;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #2a2a2a;
}

h1 {
  font-size: 68px;
  line-height: 74px;
  font-weight: 600;
  position: relative;
}

h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  color: #f8a269;
  margin-bottom: 20px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #f8a269;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 0;
}

img {
  width: 100%;
}

span.span-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
  color: #87b04a;
  display: flex;
  justify-content: center;
}

span.span-title-left {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
  color: #87b04a;
}

.bg-second {
  background: #fafff3;
}

/* ------------------------------
  preloader
---------------------------------*/
.spinner5 .cube1,
.spinner5 .cube2 {
  background-color: #f8a269;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 20px;
  background: #f8a269;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 1px;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
  border: 1px solid transparent;
}

.button:hover {
  background: #2a2a2a;
  color: #ffffff;
  border-color: transparent;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: transparent;
  padding: 18px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

.navbar img {
  height: 50px;
  width: auto;
}

.navbar .navbar-brand {
  width: 20%;
  text-align: left;
}

.navbar .navbar-brand span {
  color: red;
}

.navbar .navbar-brand:hover {
  color: #333333;
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar .navbar-toggler i {
  font-size: 35px;
  color: #fff;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
}

.navbar .navbar-nav {
  margin: auto;
}

.navbar .navbar-nav li {
  padding: 0 10px;
  transition: all 0.3s ease 0s;
}

.navbar .navbar-nav li a {
  color: #fff;
}

.navbar .navbar-nav li a:hover {
  color: #f8a269;
}

.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}

.navbar .show .button {
  margin-top: 20px !important;
}

.navbar-nav {
  position: relative;
}

.navbar-fixed {
  background: #87b04a;
}

.nav-right {
  text-align: right;
  width: 20%;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  padding: 225px 0 110px;
  background: linear-gradient(rgba(12, 19, 2, 0.34), rgba(15, 23, 4, 0.63)), url(../img/vegetables.png);
  background-size: cover;
}

.intro .content {
  text-align: center;
  color: #ffffff;
  border: 8px solid #fff;
  padding: 40px;
  display: inline-block;
  margin: auto;
  left: auto;
  right: auto;
  position: relative;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.intro .content h1 {
  color: #fff;
  margin: 25px 0;
}
.intro .content p {
  margin: 0 22%;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding: 100px 27% 0;
  text-align: center;
}

/* ------------------------------
clients
---------------------------------*/
.clients {
  margin-top: 110px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8a269;
  padding-left: 30px;
  padding-right: 30px;
}

.clients img {
  padding: 0 30px;
}

/* ------------------------------
  	services
---------------------------------*/
.services {
  padding-top: 100px;
  padding-bottom: 80px;
}
.services h2 {
  margin-bottom: 30px;
}
.services .content {
  border: 1px solid transparent;
  padding-bottom: 15px;
  text-align: center;
}
.services .content img {
  height: 80px;
  width: auto;
  margin-bottom: 25px;
}
.services .content h5 {
  margin-bottom: 25px;
}

/* ------------------------------
  	why us
---------------------------------*/
.why-us {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #87b04a;
  color: #eee;
}
.why-us h2 {
  color: #fff;
}
.why-us h4 {
  color: #fff;
}
.why-us .content {
  position: relative;
  margin-bottom: 5px;
}
.why-us .content img {
  float: left;
  width: 50px;
  height: auto;
  margin-right: 20px;
  margin-top: 6px;
}
.why-us .content .entry {
  overflow: hidden;
}

/* ------------------------------
  	project
---------------------------------*/
.project .container-fluid {
  padding: 0;
}
.project figure {
  margin-bottom: 0;
}

/* ------------------------------
  	pricing
---------------------------------*/
.pricing {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pricing .content {
  border: 1px solid #ddd;
  border: 8px solid #fff9f5;
  padding-bottom: 15px;
  text-align: center;
  background: #fff9f5;
  margin-top: 30px;
}
.pricing .content h5 {
  background: #f8a269;
  padding: 30px 0;
  color: #fff;
}
.pricing .content .content-head {
  margin-bottom: 20px;
}
.pricing .content .content-head h1 {
  margin-top: 10px;
}
.pricing .active {
  border-color: #87b04a;
  margin-top: 0px;
}
.pricing .active h5 {
  background: #87b04a;
}
.pricing .button {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  padding-top: 120px;
  padding-bottom: 100px;
}
.testimonial .content .entry2 {
  margin-left: 30px;
}
.testimonial .content .entry {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 30px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}
.testimonial .content .entry .image {
  float: left;
  margin-right: 20px;
}
.testimonial .content .entry .image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.testimonial .content .entry .text {
  overflow: hidden;
}
.testimonial .content .entry .text p {
  line-height: 26px;
}

/* ------------------------------
  	contact
---------------------------------*/
.contact {
  padding-top: 120px;
  padding-bottom: 60px;
}
.contact .icon {
  float: left;
  margin-right: 20px;
}
.contact .text {
  overflow: hidden;
}
.contact .content-map {
  margin-bottom: 40px;
}
.contact .content-map iframe {
  width: 100%;
}
.contact i {
  height: 60px;
  width: 60px;
  background: #87b04a;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.contact h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
}
.contact .open {
  background: #87b04a;
  color: #fff;
  height: 100%;
  text-align: center;
  border: 8px solid #f8a269;
  padding-top: 12%;
}
.contact .open h3 {
  color: #fff;
}
.contact .open span {
  font-size: 22px;
  margin-bottom: 30px;
  display: block;
}
.contact .copyright {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 40px;
}

/* ------------------------------
    responsive
---------------------------------*/
@media (max-width: 992px) {
  .navbar .navbar-nav li {
    padding: 0 2px;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 20px;
    background: #87b04a;
    padding-bottom: 15px;
  }

  .navbar .navbar-toggler {
    margin-right: 100px;
    z-index: 1;
  }
  .navbar .button {
    margin-top: -6px;
  }

  .nav-right {
    text-align: right;
    width: 20%;
    position: absolute;
    float: right;
    right: 90px;
    top: 32px;
    width: 100%;
  }

  .intro .content {
    padding: 30px;
  }
  .intro .content p {
    margin: 0;
  }

  .intro .content img {
    left: 0;
  }

  .about {
    padding-left: 17%;
    padding-right: 17%;
  }

  .clients img {
    padding: 0;
  }

  .project p {
    display: none;
  }

  .contact .open {
    padding-top: 33%;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-toggler {
    margin-right: 145px;
    z-index: 1;
  }
  .navbar .nav-right {
    right: 36px;
  }
}
@media (max-width: 767px) {
  .intro .content {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .about {
    padding-left: 10%;
    padding-right: 10%;
  }

  .clients {
    padding-left: 0;
    padding-right: 0;
  }
  .clients .col-12 {
    flex: 33%;
    margin-bottom: 10px;
  }

  .clients img {
    padding: 0 5px;
  }

  .project h2 {
    display: none;
  }

  .contact .open {
    padding-top: 5%;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 30px;
  }

  .intro .content {
    border: 0;
  }

  .about {
    padding: 120px 0 40px;
  }

  .clients img {
    margin: 20px 0;
  }

  .testimonial .content .entry2 {
    margin-left: 0;
  }

  .contact .open {
    padding-top: 8%;
  }
}
@media (max-width: 479px) {
  .navbar .nav-right {
    display: none;
  }

  .navbar .navbar-toggler {
    margin-right: 0;
  }

  h1 {
    font-size: 50px;
    line-height: 56px;
  }
}

.wrapper {
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
  grid-gap: 10px 10px;
  background-color: #fff;
  color: #444;
  justify-content: space-evenly;
  grid-column-gap: 10px;
  
}

.box {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 100%;
}

.grid-container {
  display: grid;
  
}

 th {
  padding: 12px;
  text-align: left;
  background-color: #87b04a;
  color: white;
}

td {
	padding:12px;
}

#pricing-table tr:nth-child(even){background-color: #f2f2f2;}

#pricing-table tr:hover {background-color: #ddd;}

#pricing-table {
	width:65%;
	  margin-left: auto;
  margin-right: auto;
}