/*--VARIBLES--*/
/*--END VARIABLES--*/
/*--MIXINS--*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*--END MIXINS--*/
/*--HELPERS--*/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 990;
  display: none;
}
/*--END HELPERS--*/
/*--RESET--*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background: #019245;
  min-width: 320px;
}
.page__wrapper {
  background-color: #fff;
  position: relative;
  border: 4px solid #808080;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
/*--END RESET--*/
/*--FONTS--*/
@font-face {
  font-family: 'HandOfSean';
  src: url('../css/fonts/hand_of_sean/HandOfSean.eot');
  src: url('../css/fonts/hand_of_sean/HandOfSean.eot?#iefix') format('embedded-opentype'), url('../css/fonts/hand_of_sean/HandOfSean.woff2') format('woff2'), url('../css/fonts/hand_of_sean/HandOfSean.woff') format('woff'), url('../css/fonts/hand_of_sean/HandOfSean.ttf') format('truetype'), url('../css/fonts/hand_of_sean/HandOfSean.otf') format('opentype'), url('../css/fonts/hand_of_sean/HandOfSean.svg#o') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FD;
}
/*--END FONTS--*/
/*--ICONS--*/
/*--END ICONS--*/
/*--HEADER--*/
.page__header {
  padding: 10px 10px 5px 10px;
}
.page__header:before,
.page__header:after {
  content: " ";
  display: table;
}
.page__header:after {
  clear: both;
}
.page__header:before,
.page__header:after {
  content: " ";
  display: table;
}
.page__header:after {
  clear: both;
}
.header__brand {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
.header__brand:hover,
.header__brand:active {
  text-decoration: none;
}
.header__brand p {
  font-family: HandOfSean;
  color: #990000;
  font-size: 34px;
  font-weight: 700;
  margin-top: 12px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.header__brand p span {
  color: #4D7243;
}
.header__brand img {
  max-width: 100%;
  max-height: 80px;
}
.header__phone {
  text-align: center;
  color: #990000;
  font-size: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.header__phone p {
  margin: 0;
}
.header__phone span {
  color: #4D7243;
}
.banner__image {
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
  max-height: 550px;
}
.banner__image img {
  min-width: 450px;
  width: 100%;
  position: relative;
  z-index: 100;
}
.banner__image .h1 {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  z-index: 102;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.banner__image .banner__overlay {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png) repeat;
}
.btn-mob-nav {
  position: relative;
  z-index: 991;
  padding: 10px;
  display: block;
  vertical-align: top;
  outline: none;
  float: left;
  background-color: #7FA409;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-mob-nav span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  margin-top: 5px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.btn-mob-nav span:first-child {
  margin-top: 0;
}
.btn-mob-nav.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -moz-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  -o-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}
.btn-mob-nav.active span:nth-child(2) {
  -webkit-transform: translate(-1000%, 0);
  -ms-transform: translate(-1000%, 0);
  -o-transform: translate(-1000%, 0);
  transform: translate(-1000%, 0);
}
.btn-mob-nav.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  -moz-transform: rotate(-45deg) translate(5px, -5px);
  -ms-transform: rotate(-45deg) translate(5px, -5px);
  -o-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}
.top__navigation {
  border: 1px solid #fff;
  text-align: left;
  position: fixed;
  top: 10px;
  right: 0;
  width: 200px;
  z-index: 1000;
  background-color: #4CAF50;
  font-weight: 500;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  -o-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.top__navigation.active {
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}
.top__navigation ul,
.top__navigation li {
  margin: 0;
  padding: 0;
}
.top__navigation ul {
  display: block;
}
.top__navigation ul > li {
  display: block;
  float: none;
  margin: 0;
  border-top: 1px solid #fff;
}
.top__navigation ul > li:first-child {
  border: none;
}
.top__navigation ul > li.active a {
  background-color: #ccc;
  color: #000;
}
.top__navigation ul > li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  border-radius: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (min-width: 580px) {
  .banner__image .h1 {
    font-size: 34px;
  }
  .header__brand p {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .header__brand {
    text-align: left;
  }
  .header__brand img {
    max-height: none;
  }
  .header__phone {
    text-align: right;
    font-size: 24px;
  }
  .header__phone span {
    display: block;
  }
  .btn-mob-nav {
    display: none;
  }
  .top__navigation {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    border: 1px solid #ccc;
    margin: 5px 0 10px;
  }
  .top__navigation:before,
  .top__navigation:after {
    content: " ";
    display: table;
  }
  .top__navigation:after {
    clear: both;
  }
  .top__navigation:before,
  .top__navigation:after {
    content: " ";
    display: table;
  }
  .top__navigation:after {
    clear: both;
  }
  .top__navigation ul > li {
    float: left;
    border: none;
    border-right: 1px dashed #BEBEBE;
  }
  .top__navigation ul > li:first-child {
    border-right: 1px dashed #BEBEBE;
  }
  .top__navigation ul > li a {
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .top__navigation ul > li a:hover {
    background-color: #ccc;
    color: #000;
  }
}
@media (min-width: 992px) {
  .header__phone {
    font-size: 30px;
  }
  .banner__image .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .banner__image .h1 {
    font-size: 45px;
  }
}
/*--END HEADER--*/
/*--content--*/
.content {
  padding: 0 10px;
}
.sect__title {
  margin: 0;
  display: block;
  border: 1px solid #808080;
  padding: 3px 5px;
  text-align: center;
  line-height: 1.5;
}
.sect__options .sect__title {
  color: #FF3BA4;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #FFCC00;
  font-weight: 700;
}
.item__option {
  text-align: center;
  padding-top: 10px;
  min-height: 300px;
}
.item__option p {
  min-height: 70px;
}
.item__option img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.item__option .product__func {
  padding: 4px;
  border: 1px solid #808080;
  font-size: 20px;
}
.item__option .stars__wrap {
  padding: 5px 0;
  text-align: center;
  color: #50B948;
  font-size: 20px;
}
.sect__price {
  padding-top: 10px;
}
.sect__price .sect__title {
  color: #000;
  text-transform: capitalize;
  font-size: 24px;
  background-color: #FFCC00;
  font-weight: 400;
}
.sect__price .table__price {
  width: 100%;
  margin-top: 10px;
}
.sect__price .table__price .table_head_text tr {
  background-color: #fff;
}
.sect__price .table__price .table_head_text th {
  border: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 8px;
}
.sect__price .table__price tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.sect__price .table__price tbody tr:nth-child(even) {
  background-color: #ebcccc;
}
.sect__price .table__price td {
  border: 1px solid #ddd;
  padding: 16px;
  font-size: 20px;
}
.sect__about {
  padding-top: 10px;
}
.sect__about .sect__title {
  color: #000;
  text-transform: capitalize;
  font-size: 24px;
  background-color: #FFCC00;
  font-weight: 400;
}
.sect__about p {
  font-size: 18px;
}
.sect__quality {
  padding-top: 10px;
}
.sect__quality .sect__title {
  color: #000;
  text-transform: capitalize;
  font-size: 24px;
  background-color: #4C9ED9;
  font-weight: 700;
}
.sect__quality img {
  max-width: 260px;
  margin: 10px 0;
}
.sect__quality p {
  margin: 10px 0;
  font-size: 18px;
}
.section-delivery .h2 {
  font-size: 24px;
  margin: 20px;
  font-weight: 700;
}
.section-delivery .h4 {
  font-size: 14px;
  font-weight: 700;
}
.section-delivery p {
  font-size: 15px;
}
.section-delivery ul {
  list-style: none;
}
.section-delivery ul li {
  position: relative;
}
.section-delivery ul li:before {
  position: absolute;
  left: -30px;
  top: -4px;
  color: #019245;
  font-family: FontAwesome;
  content: "\f05d";
  font-size: 24px;
  line-height: 1;
}
.video {
  padding: 0 0 20px 0;
}
.video-wrap-fluid {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.video-wrap-fluid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact__title {
  font-size: 40px;
  color: #754B23;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 10px 0;
}
.section-send-message h2,
.sect__call h2 {
  margin: 10px 0;
  color: #754B23;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
}
.send__form {
  padding-bottom: 20px;
}
.send__form label {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 15px;
}
.send__form input,
.send__form textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  outline: none;
}
.send__form textarea {
  resize: vertical;
  margin-bottom: 20px;
}
.send__form .submit__btn {
  background-color: #252525;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: none;
  display: block;
  margin: 0 auto;
}
.send__form .submit__btn:hover {
  background-color: #7FA409;
}
.send__form .submit__btn:hover span {
  border-color: transparent;
}
.send__form .submit__btn:hover .glyphicon {
  color: #fff;
  border-color: #fff;
}
.send__form .submit__btn span {
  border-right: 1px solid #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 18px 0 22px;
  text-transform: uppercase;
  float: left;
}
.send__form .submit__btn .glyphicon {
  border-left: 1px solid #404040;
  color: #98bc24;
  float: left;
  font-size: 16px;
  line-height: 40px;
  padding: 0 14px;
}
.sect__call .phone-num {
  font-size: 30px;
  color: #009345;
  font-weight: 700;
  text-align: center;
}
.sect__call p {
  font-size: 18px;
}
.sect__call iframe {
  width: 100%;
  height: 280px;
}
.knowledge__page h1 {
  color: #754B23;
}
.knowledge__page h3 {
  color: #754B23;
}
.knowledge__art {
  text-align: left;
}
.knowledge__art .soil-function p {
  margin: 5px 0 20px 0 ;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
}
.knowledge__art .soil-function .glyphicon-ok {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #4CAF50;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.knowledge__art .soil-function .glyphicon-ok:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .sect__options .sect__title {
    font-size: 20px;
  }
  .sect__quality .sect__title {
    font-size: 28px;
  }
  .send__form .submit__btn {
    margin: 0;
  }
  .sect__call .phone-num {
    text-align: left;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .sect__options .sect__title {
    font-size: 24px;
  }
  .video {
    padding: 25px 0 0 0;
  }
  .sect__call iframe {
    height: 304px;
  }
}
@media (min-width: 1200px) {
  .sect__options .sect__title {
    font-size: 28px;
  }
  .sect__call iframe {
    height: 330px;
  }
}
/*--END content--*/
/*--FOOTER--*/
.page__footer {
  text-align: center;
  background: url("../img/logs_knutsford.jpg") center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 20px;
  position: relative;
  min-height: 280px;
  margin-top: 30px;
}
.footer__text {
  padding: 80px 0 20px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
}
.footer__text p {
  margin: 0;
  font-size: 26px;
}
.footer__text p span {
  white-space: nowrap;
}
.btn-top {
  display: inline-block;
  color: #000;
  line-height: 30px;
  background-color: #f5f5f5;
  padding: 5px 10px 4px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  font-size: 18px;
  vertical-align: top;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-top:hover,
.btn-top:focus {
  text-decoration: none;
  color: #000;
}
.btn-top .glyphicon {
  font-size: 30px;
  position: relative;
  top: 4px;
}
.btn-top span {
  position: relative;
  top: -4px;
}
@media (min-width: 768px) {
  .btn-top:hover {
    color: #fff;
    background-color: #252525;
    border-color: #252525;
  }
}
@media (min-width: 992px) {
  .btn-top {
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
}
/*--END FOOTER--*/

.logo_sale{
font-size: 30px !important;
    color: green;
    line-height: 30px;
    font-weight: 900;
    max-width: 260px;
    margin: 0 auto !important;
    width: 100%;
}
.log_land_sec{
        display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
}
.log_land_sec img{
    max-width: 500px;
width: 100%;
}