@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

:root {
  --primary-color: #F77F00;
  --secondary-color: #6B68A4;
  --white-color: #ffffff;
  --black-color: #000000;
  --text-color: #333333;
  --grey-color: #f5f6f7;
  --primary-font: 'Lato', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--primary-font);
}

.red-bg {
  background: var(--primary-color);
}

.blue-bg {
  background: var(--black-color);
}

.yellow-bg {
  background: var(--white-color);
}

.red-color {
  color: var(--primary-color);
}

.yellow-color {
  color: var(--white-color);
}

.white-color {
  color: var(--white-color);
}

.black-color {
  color: var(--black-color);
}

h1 {
  font-size: 32px;
  color: var(--primary-color);
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 600;
  /* text-transform: uppercase; */
  text-align: center;
}

h3 {
  font-size: 25px;
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
}

p {
  font-size: 18px;
  color: #111821;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 29px;
}

section {
  padding: 80px 15px;
  min-height: 350px;
}

.no-min-height {
  min-height: auto;
}

footer {
  padding: 50px 20px;
  background: var(--primary-color);
}

.footer-main-cont {
  display: flex;
  width: 100%;
}

.footer-logo {
  width: 100%;
  /* display: inline-block; */
  /* float: left; */
  margin-bottom: 0;
  max-width: max-content;
  display: flex;
}

.footer-logo img {
  width: 100%;
  max-width: 250px;
  display: table;
  margin: auto;
}

.footer-details {
  /* display: inline-block; */
  width: 50%;
  display: flex;
  /* float: left; */
}

.footer-details ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px;
  justify-content: center;
  padding: 0px;
}

.footer-details ul li {
  display: inline-block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin: 5px 0;
  list-style: none;
  text-align: right
}

.footer-details ul li a {
  font-size: 20px;
  color: var(--white-color);
  letter-spacing: 0.5px;
}

.footer-details ul li a:hover {
  color: var(--black-color);
}

.social-icons-footer a i {
  font-size: 20px;
}

.btn-read-more {
  /* padding: 10px; */
  background: none;
  font-size: 18px;
  /* border: 2px solid #68b233; */
  color: var(--primary-color);
  width: 100%;
  display: inline-block;
  /* text-transform: uppercase; */
  max-width: 280px;
}

.btn-read-more:hover {
  /* padding: 7px 10px; */
  /* background: #68b233; */
  /* font-size: 20px; */
  /* border: 2px solid #68b233; */
  color: var(--secondary-color);
}

.bottom-bar {
  padding: 10px 20px;
  background: var(--secondary-color);
}

.bottom-bar ul {
  margin: 0px;
  padding: 0px;
  display: table;
  width: 100%;
}

.bottom-bar ul li {
  color: var(--white-color);
  list-style: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 100%;
  /* float: left; */
}

.bottom-bar ul li:last-child {
  /* float: right; */
  text-align: center;
}

.menu-photos-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.menu-photos-part {
  width: 33.33%;
  /* float: left; */
  display: flex;
  flex-grow: 1;
}

.lawn-fert-bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/tab-1.jpg) center center / cover;
}

.vege-control-bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/tab-2.jpg) center center / cover;
}

.aeration-bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/tab-3.jpg) center center / cover;
}

.shrub-bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/tab-4.jpg) center center / cover;
}

.flea-bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/tab-5.jpg) center center / cover;
}

.menu-index-main {
  padding: 15px;
  border: 2px solid var(--primary-color);
  width: 96%;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.1);
  margin: 2%;
  height: 300px;
  justify-content: center;
  align-items: center;
  /* padding: 110px 10px; */
  transition: all ease 0.3s;
}

.menu-index-main h1 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: var(--white-color);
}

.menu-index-main .btn-view-more {
  padding: 10px;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  display: inline-block;
  font-size: 17px;
  text-transform: capitalize;
  background: none;
  text-transform: uppercase;
  min-width: 230px;
  max-width: 230px;
}

.menu-index-main:hover {
  background: rgba(0, 0, 0, 0.15);
  /* border: 2px solid rgba(208, 21, 45, 0.72); */
}

.menu-index-main:hover .btn-view-more:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.specials-news {
  display: table;
  width: 100%;
}

.specials-news ul {
  display: table;
  margin: 0px;
  padding: 0px;
}

.specials-news ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 24%;
  margin: 0.5%;
  float: left;
}

.specials-news ul li img {
  width: 100%;
  display: table;
}

.contact-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/contact-form-bg.jpg) no-repeat center center !important;
  background-size: cover !important;
  padding: 100px 20px;
}

.main-form-part {
  width: 100%;
  display: inline-block;
}

.main-form-part-left {
  width: 48%;
  margin: 1%;
  float: left;
  display: inline-block;
}

#map {
  height: 400px;
}

.index-grid-main {
  display: inline-block;
  width: 100%;
}

.index-grid-main ul {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: var(--black-color);
}

.index-grid-main ul li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 33.33%
}

.index-grid-main ul li:nth-child(4) {
  width: 100%;
}

.index-grid-main ul li:nth-child(5) {
  width: 50%;
}

.index-grid-main ul li:nth-child(6) {
  width: 50%;
}

.index-grid-main ul li a {
  padding: 100px 3%;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--white-color);
  text-align: center;
  width: 94%;
  display: inline-block;
}

.index-grid-main ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.index-grid-main ul:hover li a {
  opacity: 0.2;
}

.index-grid-main ul li a:hover {
  opacity: 1;
}

.index-grid-menu {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/index-grid-menu.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.index-grid-online-order {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/index-grid-online-order.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.index-grid-events {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/index-grid-events.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.index-grid-photos {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/index-grid-photos.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.index-grid-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/index-grid-contact.jpg) no-repeat center center !important;
  background-size: cover !important;
}

.title-tag {
  padding: 40px 10px;
  text-align: center;
  font-size: 4vh;
  color: var(--secondary-color);
}

.title-tag p {
  margin-bottom: 0px;
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
  line-height: 27px;
}

.about-images {
  width: 100%;
  display: table;
  /* margin-top: 50px; */
}

.about-images img {
  width: 100%;
  display: table;
  max-width: 25%;
  float: left;
}

.contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.contact-details h2 {
  color: var(--primary-color);
  margin-bottom: 30px;
  text-transform: uppercase;
}

.contact-details p {
  line-height: normal;
  margin-bottom: 5px;
  color: var(--black-color);
}

.contact-details p.social-icons {
  margin-top: 15px;
  margin-bottom: 0px;
}

.contact-details p.social-icons a {
  margin: 0 5px;
}

.contact-details p.social-icons i {
  font-size: 30px;
}

.contact-details p a {
  font-size: 18px;
  color: var(--black-color);
}

.contact-details p a i {}

.contact-details p a:hover {
  color: var(--primary-color);
}

/*parallax*/
.parallax-padding {
  height: 100vh;
}

.parallax h1 {
padding-top: 390px;
    padding-bottom: 80px;
    font-size: 120px;
    font-weight: 600;
  margin-bottom: 0px;
  color: var(--white-color);
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.form-container {
  background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.57)), url(../images/form-container.jpg) center center no-repeat / cover;
}

.footer-wrapper-inner {
  display: flex;
}

.footer-links-wrapper {
  display: flex;
  width: 100%;
}

.footer-links-wrapper ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  /* justify-content: space-between; */
  /* border: 1px solid var(--secondary-color); */
}

.footer-links-wrapper ul li {
  list-style: none;
  width: 100%;
  margin: 5px 0;
  flex-grow: 1;
  text-align: right;
}

.footer-links-wrapper ul li:nth-child(6) {}

.footer-links-wrapper ul li.border-right-none {
  border-right: none;
}

.footer-links-wrapper ul li.border-bottom-none {
  border-bottom: 0px;
}

.footer-links-wrapper ul li a {
  text-align: right;
  width: max-content;
  display: inline-block;
  /* padding: 10px 3px; */
  /* text-transform: uppercase; */
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  color: var(--white-color);
}

.footer-links-wrapper ul li a i {
  font-size: 11px;
}

.footer-links-wrapper ul li a:hover {
  color: var(--secondary-color);
}

@media screen and (max-width:1000px) {
  .footer-links-wrapper ul li {
    width: 33.33%;
  }

  .footer-links-wrapper ul li:nth-child(4),
  .footer-links-wrapper ul li:nth-child(5) {
    width: 50%;
  }

  .footer-links-wrapper ul li:nth-child(6),
  .footer-links-wrapper ul li:nth-child(7) {
    width: 35%;
  }

  .footer-links-wrapper ul li:nth-child(8),
  .footer-links-wrapper ul li:nth-child(9) {
    width: 15%;
  }

  .footer-links-wrapper ul li.border-right-mobile {
    border-right: 1px solid var(--secondary-color);
  }

  .footer-links-wrapper ul li.border-top-mobile {
    /* border-top: none; */
  }

  .footer-links-wrapper ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width:600px) {
  .footer-links-wrapper ul li {
    width: 50%;
  }

  .footer-links-wrapper ul li.border-phone-small {
    border-bottom: 0px;
    border-right: 1px solid var(--secondary-color);
  }

  .footer-links-wrapper ul li.border-right-small {
    border-right: none;
  }

  .footer-links-wrapper ul li:nth-child(3) {
    width: 100%;
  }

  /*
  .footer-links-wrapper ul li:nth-child(5) {
    width: 100%;
  } */
  .footer-links-wrapper ul li:nth-child(6) {
    width: 100%;
  }

  .footer-links-wrapper ul li:nth-child(7) {
    width: 70%;
  }
}

@media screen and (max-width:1024px) {
  .parallax-padding {}

  .parallax h1 {
    padding: 200px 0;
    font-size: 50px;
  }

  .menu-index-main {
    width: 96%;
    margin: 2%;
    padding: 90px 1%;
  }

  .menu-photos-part {
    width: 50%;
  }
}

.head-tag-line {
  display: flex;
  /* position: absolute; */
  top: 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  color: var(--white-color);
  /* text-transform: uppercase; */
  /* background: radial-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.36)); */
  /* background: linear-gradient(rgb(0 0 0 / 14%), rgb(0 0 0 / 12%), rgb(0 0 0 / 16%)); */
  background: radial-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 60%));
  padding: 5%;
  text-shadow: 0 0 20px rgb(0 0 0 / 26%);
}

.head-tag-line h2 {
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}

.head-tag-line h1 {
  /* text-shadow: 0 0 20px rgba(0, 0, 0, 0.61); */
  text-align: left;
  font-size: 5vw;
  color: var(--white-color);
  margin-bottom: 0;
}

.head-tag-line p {
  color: var(--white-color);
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 16px;
}

.head-tag-line p a {
  display: table;
  padding: 10px 25px;
  background: var(--primary-color);
  border-radius: 5px;
  color: var(--white-color);
  width: 100%;
  min-width: 160px;
  text-align: center;
  transition: all ease 0.3s;
}

.head-tag-line p a:hover {
  background: var(--secondary-color);
}

.parallax-padding-2 {
  height: 50vh;
}

.image-text-wrap-index {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.image-text-wrap-index .image-wrap-side {
  width: 100%;
  max-height: 50vh;
  /* height: 100%; */
  overflow: hidden;
  margin-left: 30px;
}

.image-text-wrap-index .image-wrap-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  display: table;
  border-radius: 5px;
}

.image-text-wrap-index .text-wrap-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  max-width: 45%;
  position: relative;
  /* height: 100%; */
  margin-top: 70px;
  margin-bottom: 70px;
  background: #efefef;
  left: -60px;
  border-radius: 5px;
}

.image-text-wrap-index .text-wrap-side h2 {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.image-text-wrap-index .text-wrap-side p {
  margin-bottom: 0;
}

.about-objectives {
  margin-top: 50px;
}

.about-objectives ul li {
  list-style: none;
  display: flex;
  font-size: 18px;
  line-height: 26px;
  margin-top: 8px;
}

.about-objectives ul li span {
  padding-right: 10px;
}

.about-objectives ul li span i {
  font-size: 7px;
  position: relative;
  top: -4px;
}

.about-objectives p a {
  color: var(--black-color);
  text-decoration: underline;
}

.about-objectives p a:hover {
  color: var(--primary-color);
}

.team-wrap {
  display: flex;
  flex-wrap: wrap;
}

.team-individual {
  width: calc(33.33% - 30px);
  margin: 30px 15px;
}

.team-individual p.team-img {
  width: 100%;
}

.team-individual p.team-img img {
  width: 100%;
  display: table;
}

.team-individual h3 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 20px;
  margin-top: 30px;
}

.team-individual p {
  font-size: 17px;
  margin-bottom: 0;
}


form {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: auto
}

form .input-field-wrap {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  margin: 5px;
  flex-grow: 1
}

form .input-field-wrap label {
  font-size: 15px;
  font-family: var(--primary-font);
  margin-bottom: 5px
}

form .input-field-wrap input.input-field-text {
  padding: 9px;
  border-radius: 5px;
  border: 2px solid #f77f00;
  background: none;
  outline: 0;
  color: #000000;
  font-size: 16px;
  outline: 0
}

form .input-field-wrap textarea {
  padding: 10px;
  background: none;
  border-radius: 5px;
  border: 2px solid #f77f00;
  font-size: 16px;
  color: #000000;
  max-height: 100px;
  outline: 0
}

form .submit-btn-form {
  width: 100%;
  text-align: center
}

form .submit-btn-form button.sbt-btn {
  padding: 10px;
  margin-top: 20px;
  background: #f77f00;
  border: none;
  min-width: 180px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 17px;
  cursor: pointer;
  transition: all ease 0.3s
}

form .submit-btn-form button.sbt-btn:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

@media screen and (max-width:768px) {
  .head-tag-line {
    height: 100%;
    /* padding-top: 60px; */
  }

  .team-individual {
    width: calc(50% - 30px);
    margin: 15px;
  }
}


@media only screen and (max-width:600px) {
  form .input-field-wrap {
    width: 100%;
    margin: 0;
    margin-bottom: 5px
  }

  form .input-field-wrap label {
    margin-bottom: 2px
  }

  form .input-field-wrap textarea {
    max-height: 70px
  }

  form .submit-btn-form button.sbt-btn {
    margin-top: 10px
  }
}


@media screen and (max-width:768px) {
  section {
    padding: 50px 15px;
  }

  .footer-logo {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 50px;
  }

  .footer-details {
    width: 100%;
    float: none;
  }

  .footer-details ul li {
    text-align: center
  }

  .parallax-padding {
    height: 85vh;
  }

  .parallax h1 {
    padding: 170px 0;
    font-size: 40px;
  }

  .menu-index-main {
    padding: 50px 1%;
  }

  .index-grid-main ul li a {
    padding: 70px 3%;
  }

  .head-tag-line h1 {
    font-size: 9vw;
  }
}

@media screen and (max-width:600px) {

  .head-tag-line h2 {
    display: none;
  }

  .image-text-wrap-index {
    flex-direction: column;
  }

  .image-text-wrap-index .image-wrap-side {
    margin-left: 0;
    max-height: 350px;
  }

  .image-text-wrap-index .text-wrap-side {
    left: 0;
    margin-top: 30px;
    max-width: none;
    margin-bottom: 0;
  }



  .image-text-wrap-index .image-wrap-side img {}

  .team-individual {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
  }

  .team-individual:last-child {
    margin-bottom: 0px;
  }

  .bottom-bar ul li {
    width: 100%;
    float: none;
    text-align: center;
  }

  .bottom-bar ul li:last-child {
    text-align: center;
    margin-top: 10px;
  }

  .parallax-padding {
    height: 50vh;
    min-height: 50vh;
  }

  .parallax h1 {
    padding-top: 140px;
    padding-bottom: 80px;
    font-size: 42px;
	  font-weight: 600;
  }

  .main-form-part-left {
    width: 100%;
    margin: 0;
    float: none;
  }

  .footer-main-cont {
    flex-direction: column;
    padding: 30px 0;
  }

  .footer-logo img {
    margin: auto;
  }
}