/*

*******************************************

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - About Area CSS
** - Shop Section CSS
** - Fun Facts Section CSS
** - Summary Section CSS
** - Services Section CSS
** - Cultivation Section CSS
** - Services Section CSS
** - Cultivation Section CSS
** - Subscribe Area CSS
** - Page Title Area CSS
** - Contact Section CSS
** - Services Details CSS
** - Sidebar Widget Area CSS
** - Pagination Area CSS
** - Footer Section CSS
** - Copyright Area CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

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

a {
  color: #333333;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: #79b740;
  text-decoration: none;
}

p {
  line-height: 1.8;
  color: #7a7e9a;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

button {
  outline: 0 !important;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: bold;
}

.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #79b740;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #133166;
  -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.optional-btn {
  border: 1px solid #79b740;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #79b740 !important;
  text-transform: capitalize;
  background-color: #eafef1;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50px;
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.optional-btn i {
  margin-right: 2px;
  font-size: 18px;
}

.optional-btn:hover, .optional-btn:focus {
  color: #ffffff !important;
  background-color: #79b740;
}

.optional-btn i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title span {
  font-size: 15px;
  color: #79b740;
  text-transform: uppercase;
  font-weight: 400;
}

.section-title h3 {
  font-size: 38px;
  margin: 10px 0 16px 0;
}

.section-title p {
  max-width: 605px;
  margin: auto;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #79b740;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.trifles-responsive-nav {
  display: none;
}

.trifles-nav {
  background-color: transparent;
}

.trifles-nav .navbar {
  background-color: #133166;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  padding-right: 25px;
  padding-top: 0;
  padding-left: 25px;
  padding-bottom: 0;
}

.trifles-nav .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.trifles-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.trifles-nav .navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}

.trifles-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.trifles-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 13px;
  margin-right: 13px;
}

.trifles-nav .navbar .navbar-nav .nav-item a:hover, .trifles-nav .navbar .navbar-nav .nav-item a:focus, .trifles-nav .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.trifles-nav .navbar .navbar-nav .nav-item a:hover::before, .trifles-nav .navbar .navbar-nav .nav-item a:focus::before, .trifles-nav .navbar .navbar-nav .nav-item a.active::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #fcea10;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
  bottom: 20px;
}

.trifles-nav .navbar .navbar-nav .nav-item a i {
  font-size: 11px;
}

.trifles-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.trifles-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.trifles-nav .navbar .navbar-nav .nav-item:hover a, .trifles-nav .navbar .navbar-nav .nav-item.active a {
  color: #79b740;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  position: relative;
  color: #333333;
  font-size: 15.5px;
  font-weight: 400;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #79b740;
  letter-spacing: 1px;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #79b740;
}

.trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.trifles-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.trifles-nav .navbar .others-options {
  margin-left: 0;
}

.trifles-nav .navbar .others-options .option-item {
  color: #333333;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.trifles-nav .navbar .others-options .option-item .search-btn {
  display: block;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.trifles-nav .navbar .others-options .option-item .search-btn:hover {
  background-color: #79b740;
  border: 1px solid #79b740;
  color: #ffffff;
}

.trifles-nav .navbar .others-options .option-item .search-btn i {
  font-size: 16px;
}

.trifles-nav .navbar .others-options .option-item .close-btn {
  display: none;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.trifles-nav .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.trifles-nav .navbar .others-options .option-item .close-btn:hover {
  background-color: #79b740;
  border: 1px solid #79b740;
  color: #ffffff;
}

.trifles-nav .navbar .others-options .option-item .close-btn i {
  font-size: 16px;
}

.trifles-nav .navbar .others-options .cart-btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.trifles-nav .navbar .others-options .cart-btn i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.trifles-nav .navbar .others-options .cart-btn a {
  color: #b7b7b7;
  position: relative;
}

.trifles-nav .navbar .others-options .cart-btn a span {
  position: absolute;
  right: -5px;
  bottom: 12px;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 50%;
  background: #79b740;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.trifles-nav .navbar .others-options .cart-btn:hover {
  background-color: #79b740;
  border: 1px solid #79b740;
  color: #ffffff;
}

.trifles-nav .navbar .others-options .cart-btn:hover a:hover i {
  color: #ffffff;
}

.trifles-nav .navbar .others-options .cart-btn:hover a span {
  background: #ffffff;
  color: #79b740;
}

.trifles-nav .navbar .others-options .burger-menu {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.trifles-nav .navbar .others-options .burger-menu:hover {
  background-color: #79b740;
  border: 1px solid #79b740;
  color: #ffffff;
}

.trifles-nav .navbar .others-options .burger-menu i::before {
  line-height: normal;
  font-size: 16px;
}

.navbar-area {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #133166!important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky .trifles-nav .navbar {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-left: 0;
  padding-right: 0;
}

.navbar-area.navbar-style-two {
  border-bottom: 1px solid #5d5649;
  top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-area.navbar-style-two .trifles-nav {
  background-color: transparent;
}

.navbar-area.navbar-style-two .trifles-nav .navbar {
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  height: 100%;
  width: 1px;
  background-color: #5d5649;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: -65px;
  height: 100%;
  width: 1px;
  background-color: #5d5649;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item a.active {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item.active a {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #79b740;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options {
  margin-left: 0;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item {
  color: #333333;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .search-btn {
  display: block;
  color: #133166;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .search-btn:hover {
  background-color: #79b740;
  border: 1px solid #79b740;
  color: #ffffff;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .search-btn i {
  font-size: 16px;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .close-btn {
  display: none;
  color: #ffffff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .close-btn:hover {
  background-color: #79b740;
  border: 1px solid #79b740;
  color: #ffffff;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .option-item .close-btn i {
  font-size: 16px;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .cart-btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .cart-btn a {
  color: #b7b7b7;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .cart-btn a:hover {
  color: #ffffff;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .cart-btn:hover {
  background-color: #79b740;
  border: 1px solid #79b740;
  color: #ffffff;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .cart-btn:hover a:hover i {
  color: #ffffff;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .cart-btn i {
  font-size: 16px;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .burger-menu {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .burger-menu:hover {
  background-color: #79b740;
  border: 1px solid #79b740;
  color: #ffffff;
}

.navbar-area.navbar-style-two .trifles-nav .navbar .others-options .burger-menu i::before {
  line-height: normal;
  font-size: 16px;
}

.navbar-area.navbar-style-two.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #133166!important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two {
  border-bottom: none;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav {
  position: relative;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav::before {
  display: none;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav::after {
  display: none;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item a {
  color: #333333;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item a:focus, .navbar-area.navbar-style-two.is-sticky.navbar-style-two .trifles-nav .navbar-nav .nav-item a.active {
  color: #209e2e;
}

.navbar-area-three {
  position: relative;
  background-color: transparent;
}

.navbar-area-three.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area-three.is-sticky .trifles-nav .navbar {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-left: 0;
  padding-right: 0;
}

.navbar-area-three .trifles-nav .navbar {
  background-color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #333333;
  outline: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #209e2e;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #7a7e9a;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #79b740;
}

.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 30%;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar-modal .sidebar-modal-inner .close-btn {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #133166;
  opacity: .66;
  cursor: pointer;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  opacity: 1;
}

.sidebar-modal .sidebar-about-area {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-about-area .title h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #133166;
}

.sidebar-modal .sidebar-about-area .title p {
  margin-top: 15px;
  font-size: 15px;
}

.sidebar-modal .sidebar-instagram-feed {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-instagram-feed h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  color: #133166;
}

.sidebar-modal .sidebar-instagram-feed ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.sidebar-modal .sidebar-instagram-feed ul li {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.sidebar-modal .sidebar-instagram-feed ul li a {
  display: block;
  position: relative;
}

.sidebar-modal .sidebar-instagram-feed ul li a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #79b740;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
  opacity: .50;
  visibility: visible;
}

.sidebar-modal .sidebar-contact-area .contact-info {
  text-align: left;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #79b740;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
  color: #333333;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
  color: #133166;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #79b740;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
  display: block;
  color: #7a7e9a;
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 5px;
  padding-left: 0;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a {
  width: 50px;
  height: 50px;
  line-height: 49px;
  border: 1px solid #133166;
  border-radius: 50%;
  color: #133166;
  display: block;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #79b740;
  background-color: #79b740;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

@media only screen and (max-width: 991px) {
  .trifles-responsive-nav {
    display: block;
  }
  .trifles-responsive-nav .trifles-responsive-menu {
    position: relative;
  }
  .trifles-responsive-nav .trifles-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .trifles-responsive-nav .trifles-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #79b740;
  }
  .trifles-responsive-nav .trifles-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .trifles-responsive-nav .trifles-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 160px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .trifles-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .trifles-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
  .trifles-responsive-nav .mean-container .others-option {
    display: none;
  }
  .trifles-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .navbar-area {
    background-color: #133166;
    position: absolute;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.navbar-style-two {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-area.navbar-style-two.is-sticky {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
  }
  .trifles-nav {
    display: none;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 950px;
  margin: auto;
}

.main-banner-content {
  max-width: 630px;
  margin-left: auto;
  padding-top: 100px;
}

.main-banner-content h1 {
  font-size: 52px;
  color: #333333;
  margin: 0 0 16px 0;
}

.main-banner-content p {
  color: #7a7e9a;
  margin: 0 0 0 0;
}

.main-banner-content .banner-btn {
  margin-top: 35px;
}

.main-banner-content .banner-list {
  padding-left: 0;
  margin-bottom: 20px;
  position: relative;
}

.main-banner-content .banner-list li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  position: relative;
  border-right: 1px dotted #d0ebd3;
  padding: 0 20px;
}

.main-banner-content .banner-list li:first-child {
  padding-left: 0;
}

.main-banner-content .banner-list li:last-child {
  border-right: none;
}

.main-banner-content .banner-list i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #eefbf2;
  color: #79b740;
  border-radius: 30px;
  border: 2px dotted #d0eed6;
  font-weight: 500;
}

.main-banner-content .banner-list i::before {
  font-size: 25px;
}

.main-banner-content .banner-list sup {
  bottom: 0;
  position: absolute;
  right: 26px;
  background-color: #79b740;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff;
}

.main-banner-content .banner-list span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #79b740;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1;
}

.banner-image {
  text-align: right;
  margin-top: -10px;
  position: relative;
}

.banner-image .shape-area .creative-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  left: -4%;
}

.banner-image .shape-area .creative-shape-two {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  left: -1%;
}

.shape-img1 {
  position: absolute;
  left: 40%;
  bottom: 10%;
  z-index: -1;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.shape-img2 {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: -1;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
}

.shape-img3 {
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.shape-img4 {
  position: absolute;
  left: 35%;
  right: auto;
  top: 14%;
  z-index: -1;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.shape-img5 {
  position: absolute;
  left: 20%;
  right: auto;
  top: 40%;
  z-index: -1;
  -webkit-animation: animationFramesOne 10s infinite linear;
          animation: animationFramesOne 10s infinite linear;
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}


/*================================================
About Section CSS
=================================================*/
.about-section {
  position: relative;
}

.about-section.bg-f4faf4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #f4faf4;
}

.about-section.section-bottom {
  padding-bottom: 175px;
}

.about-title-area {
  margin-bottom: 60px;
}

.about-title-area .about-title {
  border-right: 1px solid #dfdddf;
  padding-right: 35px;
}

.about-title-area .about-title span {
  color: #79b740;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.about-title-area .about-title h2 {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
}

.about-title-area .about-text {
  padding-left: 35px;
}

.about-title-area .about-text p {
  margin-bottom: 0;
}

.about-title-area .about-text .read-more-btn {
  margin-top: 18px;
  display: inline-block;
  color: #79b740;
  font-size: 16px;
  font-weight: 600;
}

.about-title-area .about-text .read-more-btn i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
}

.about-title-area .about-text .read-more-btn:hover i {
  margin-left: 3px;
}

.about-slider .about-item .about-text {
  padding: 20px;
  background-color: #fdfdfd;
  border-left: 1px dashed #8fe2aa;
  border-right: 1px dashed #8fe2aa;
  border-bottom: 1px dashed #8fe2aa;
  border-radius: 0 0 5px 5px;
  line-height: 1;
}

.about-slider .about-item .about-text span {
  font-size: 15px;
  color: #79b740;
  position: relative;
  padding-left: 18px;
}

.about-slider .about-item .about-text span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #79b740;
  left: 0;
  top: 4px;
  border-radius: 30px;
}

.about-slider .about-item .about-text h3 {
  font-size: 16px;
  margin: 10px 0 0 0;
  line-height: 22px;
}

.about-slider.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.about-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -16px;
  top: 50%;
  height: 40px;
  width: 40px;
  line-height: 38px;
  background-color: #79b740 !important;
  border: 1px solid #79b740!important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff !important;
  font-size: 16px;
  border-radius: 50px;
}

.about-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -16px;
}

.about-slider.owl-theme .owl-dots {
  line-height: .01;
  margin-top: 30px;
  margin-bottom: 0;
}

.about-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #333333;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 30px;
}

.about-slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #79b740;
}

.about-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #79b740;
}

.about-slider.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.about-content-area .about-content {
  margin-top: 20px;
}

.about-content-area .about-content h3 {
  font-size: 25px;
  margin: 0 0 10px 0;
}

.about-content-area .about-content p {
  margin: 0 0 0 0;
}

.about-content-area .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.about-content-area .about-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-content-area .about-list i {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #eafef1;
  color: #79b740;
  border: 1px solid #79b740;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 6px;
}

.about-shape-image {
  position: absolute;
  top: 220px;
  z-index: -1;
}

.default-shape .default-shape-one {
  position: absolute;
  bottom: 0;
}

.default-shape .default-shape-two {
  position: absolute;
  top: 0;
}
/*================================================
Shop Section CSS
=================================================*/
.shop-section.section-top {
  padding-top: 130px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.shop-list-tab .tabs {
  padding-left: 0;
  margin-bottom: 50px;
  text-align: center;
}

.shop-list-tab .tabs li {
  text-align: center;
  display: inline-block;
  list-style: none;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border-right: 1px dashed #79b740;
}

.shop-list-tab .tabs li:first-child {
  padding-left: 0;
}

.shop-list-tab .tabs li:last-child {
  border: none;
  padding-right: 0;
}

.shop-list-tab .tabs li a {
  display: block;
  border-radius: 2px;
  color: #8d8c8c;
  font-size: 18px;
  font-weight: 400;
}

.shop-list-tab .tabs li a span {
  display: block;
  margin-top: 0;
}

/*================================================
Products Section CSS
=================================================*/
.products-details-tab {
  margin-top: 50px;
}

.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px dashed #eeeeee;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 15px;
}

.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #79b740;
  border-color: #79b740;
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #79b740;
  border-color: #79b740;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}


/*================================================
Fun Facts Section CSS
=================================================*/
.fun-facts-content-area {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 50px;
}

.fun-facts-content-area .col-lg-3:last-child .single-fun-fact {
  border-right: none;
}

.fun-facts-content-area .single-fun-fact {
  text-align: center;
  position: relative;
  border-right: 1px dashed #79b740;
}

.fun-facts-content-area .single-fun-fact h3 {
  position: relative;
  color: #79b740;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 50px;
  font-weight: 300;
}

.fun-facts-content-area .single-fun-fact h3 .sign-icon {
  display: inline-block;
  font-size: 50px;
  position: relative;
  top: 2px;
  right: 10px;
}

.fun-facts-content-area .single-fun-fact p {
  line-height: initial;
  color: #79b740;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 16px;
}

.fun-facts-content-area.fun-facts-top {
  position: relative;
  z-index: 1;
  margin-top: -85px;
}

/*================================================
Summary Section CSS
=================================================*/
.summary-section {
  position: relative;
}

.summary-content span {
  font-size: 15px;
  color: #79b740;
  text-transform: uppercase;
}

.summary-content h3 {
  font-size: 38px;
  margin: 16px 0 20px 0;
}

.summary-content .summary-btn {
  margin-top: 30px;
}

.summary-content .summary-btn .optional-btn {
  margin-left: 0;
}

.summary-shape-image {
  position: absolute;
  bottom: 55px;
  z-index: -1;
}

.summary-shape-image-two {
  position: absolute;
  bottom: 55px;
  z-index: -1;
  right: 0;
}

/*================================================
Services Details CSS
=================================================*/
.services-details-overview {
  margin-bottom: 60px;
}

.services-details-overview:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}

.services-details-overview .services-details-desc .features-text {
  margin-top: 25px;
}

.services-details-overview .services-details-desc .features-text h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.services-details-overview .services-details-desc .services-details-accordion {
  margin-top: 25px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item a {
  text-decoration: none;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
  padding: 15px 20px 15px 51px;
  color: #000000;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: inline-block;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #79b740;
  color: #ffffff;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Services Section CSS
=================================================*/
.services-content-area {
  position: relative;
}

.services-content-area .services-slider .services-item {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.services-content-area .services-slider .services-item .icon i {
  font-size: 70px;
  color: #79b740;
  line-height: normal;
}

.services-content-area .services-slider .services-item h3 {
  font-size: 18px;
  color: #616161;
  margin: 2px 0 0 0;
  position: relative;
  font-weight: 500;
  z-index: 1;
}

.services-content-area .services-slider .services-item h3::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #79b740;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  border-radius: 30px;
}

.services-content-area .services-slider.owl-theme .owl-nav {
  opacity: 0;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.services-content-area .services-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -16px;
  top: 50%;
  height: 40px;
  width: 40px;
  line-height: 38px;
  background-color: #79b740 !important;
  border: 1px solid #79b740 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff !important;
  font-size: 16px;
  border-radius: 50px;
}

.services-content-area .services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -16px;
}

.services-content-area .services-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #79b740 !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.services-content-area .services-slider.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.services-content-area .services-slider.owl-carousel .owl-stage-outer {
  padding-bottom: 5px;
}

.services-content-area .services-slider.owl-carousel .owl-stage-outer .owl-stage {
  border-bottom: 1px dashed #79b740;
}

/*================================================
Cultivation Section CSS
=================================================*/
.cultivation-section {
  background-color: #eef7ef;
}

.single-cultivation {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-cultivation .cultivation-image {
  position: relative;
  border-radius: 50%;
}

.single-cultivation .cultivation-image img {
  border-radius: 50%;
  width: 100%;
}

.single-cultivation .cultivation-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
  }

.single-cultivation .cultivation-image .details-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  z-index: 2;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #133166;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.single-cultivation .cultivation-image .details-btn:hover {
  background-color: #79b740;
  color: #ffffff;
  border-color: #ffffff;
}

.single-cultivation .cultivation-content{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-cultivation .cultivation-content h3 {
  margin-bottom: 50px;
  font-size: 35px;
  color: #333333;
  font-weight: 500;

  }


.single-cultivation:hover .cultivation-image::before{
  opacity: .60;
  visibility: visible;
}

.single-cultivation:hover .cultivation-image .details-btn {
  opacity: 1;
  visibility: visible;
}

.single-cultivation:hover .cultivation-content {
  bottom: 140px;
}


/*================================================
Cultivation Area CSS
=================================================*/
.cultivation-area {
  background-image: url(../../assets/img/cultivation-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.cultivation-title {
  text-align: center;
  margin-bottom: 50px;
}

.cultivation-title span {
  font-size: 15px;
  color: #333333;
  text-transform: uppercase;
}

.cultivation-title h3 {
  font-size: 38px;
  color: #333333;
}

.cultivation-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.cultivation-item .cultivation-image {
  position: relative;
  border-radius: 50%;
}

.cultivation-item .cultivation-image img {
  border-radius: 50%;
  width: 100%;
}

.cultivation-item .cultivation-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #79b740;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
}

.cultivation-item .cultivation-image .details-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  z-index: 2;
  color: #79b740;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #eafef1;
  margin: 0 auto;
  line-height: 42px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.cultivation-item .cultivation-image .details-btn:hover {
  background-color: #79b740;
  color: #ffffff;
  border-color: #79b740;
}

.cultivation-item .cultivation-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 80px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.cultivation-item .cultivation-content h3 {
  margin-bottom: 0;
  font-size: 30px;
  color: #79b740;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.cultivation-item .cultivation-content span {
  display: block;
  font-size: 16px;
  color: #79b740;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 5px;
}

.cultivation-item .cultivation-content .icon i {
  font-size: 50px;
  line-height: normal;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.cultivation-item:hover .cultivation-image::before {
  opacity: 0.6;
  visibility: visible;
}

.cultivation-item:hover .cultivation-image .details-btn {
  opacity: 1;
  visibility: visible;
}

.cultivation-item:hover .cultivation-content {
  bottom: 130px;
}

.cultivation-item:hover h3 {
  color: #ffffff;
}

.cultivation-item:hover span {
  color: #ffffff;
}

.cultivation-item:hover .icon i {
  color: #ffffff;
}


/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  background-image: url(../../assets/img/subscribe-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.subscribe-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f6fbf7;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}

.subscribe-content {
  text-align: center;
  margin-bottom: 50px;
}

.subscribe-content p {
  color: #7a7e9a;
  max-width: 600px;
  margin: auto;
}

.subscribe-content h2 {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
}

.newsletter-form {
  max-width: 780px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .input-newsletter {
  display: inline-block;
  width: 70%;
  background-color: #ffffff;
  border: none;
  height: 70px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #333333;
  border-radius: 50px;
  border: 1px dashed #79b740;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #7a7e9a;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #7a7e9a;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #7a7e9a;
}

.newsletter-form .input-newsletter::placeholder {
  color: #7a7e9a;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #79b740;
  color: #ffffff;
  border: none;
  height: 70px;
  padding: 0 45px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-form button:hover {
  background-color: #133166;
  color: #ffffff;
}

.newsletter-form button i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.newsletter-form #validator-newsletter {
  color: red;
  margin-top: 10px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/foto-contactenos.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.page-title-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}

.page-title-content {
  text-align: center;
  margin-top: 100px;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}

.page-title-content ul li {
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.page-title-content ul li a:hover {
  color: #79b740;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #79b740;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.item-bg1 {
  background-image: url(../../assets/img/page-title-bg-2.jpg);
}

.item-bg2 {
  background-image: url(../../assets/img/page-title-bg-3.jpg);
}


/*================================================
Contact Section CSS
=================================================*/
.contact-area .contact-form {
  -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.contact-area .contact-form form {
  text-align: center;
}

.contact-area .contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-area .contact-form form .form-control .custom-select {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 57px;
  color: #79b740;
  border: 1px solid #ffffff;
}

.contact-area .contact-form form .form-control:focus .custom-select{
  border: 1px solid #79b740;
}

.contact-area .contact-form form .form-group {
  text-align: left;
}

.contact-area .contact-form form textarea.form-control .custom-select {
  height: 120px;
  padding-top: 15px;
}

.contact-area .contact-form .default-btn {
  cursor: pointer;
  margin-top: 10px;
}

.contact-area .contact-form .list-unstyled {
  padding-left: 0;
  list-style: none;
  color: red;
}

.contact-area .contact-form .text-danger {
  color: #dc3545 !important;
  font-size: 20px;
  font-weight: 500 !important;
  margin: 16px 0 0 0;
}

.contact-box {
  padding-top: 100px;
  padding-bottom: 35px;
}

.single-contact-box {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.single-contact-box i {
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px dashed #79b740;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  color: #133166;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 20px;
}

.single-contact-box:hover i {
  background-color: #79b740;
  color: #133166;
}

.single-contact-box .content-title .cu h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 400;
}

.single-contact-box .content-title .custom-select a {
  display: block;
  font-size: 16px;
  color: #747171;
  margin-bottom: 5px;
}

.single-contact-box .content-title a:hover {
  color: #79b740;
}

/*================================================
Services Details CSS
=================================================*/
.services-details-overview {
  margin-bottom: 60px;
}

.services-details-overview:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}

.services-details-overview .services-details-desc .features-text {
  margin-top: 25px;
}

.services-details-overview .services-details-desc .features-text h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.services-details-overview .services-details-desc .services-details-accordion {
  margin-top: 25px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item a {
  text-decoration: none;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
  padding: 15px 20px 15px 51px;
  color: #000000;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: inline-block;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #79b740;
  color: #ffffff;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 22px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #79b740;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #79b740;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #79b740;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_search form button:hover {
  background-color: #333333;
  color: #ffffff;
}

.widget-area .widget_trifles_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_trifles_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_trifles_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_trifles_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_trifles_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}


.widget-area .widget_trifles_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_trifles_posts_thumb .item .info time {
  display: block;
  color: #7a7e9a;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 3px;
  font-size: 14px;
}

.widget-area .widget_trifles_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
}

.widget-area .widget_trifles_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #333333;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15.5px;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #79b740;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #333333;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #79b740;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #7a7e9a;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #7a7e9a;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15.5px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #79b740;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #333333;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #79b740;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #333333;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #79b740;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #333333;
}

.widget-area .widget_archive ul li a:hover {
  color: #79b740;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #7a7e9a;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #79b740;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #333333;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #79b740;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #333333;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #79b740;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #333333;
}

.widget-area .widget_meta ul li a:hover {
  color: #79b740;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #133166;
  font-weight: 400;
  font-size: 14.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #79b740;
  border-color: #79b740;
}

.widget-area .widget_event_details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_event_details ul li {
  border-bottom: 1px solid #eeeeee;
  color: #888f96;
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget-area .widget_event_details ul li:first-child {
  padding-top: 0;
}

.widget-area .widget_event_details ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget_event_details ul li span {
  display: inline-block;
  color: #333333;
  font-weight: 400;
}

.widget-area .widget_event_details ul li a {
  display: inline-block;
  color: #888f96;
}

.widget-area .widget_event_details ul li a:hover {
  color: #209e2e;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: #333333;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #209e2e;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Privacy Section CSS
=================================================*/
.single-privacy h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}

/*================================================
Footer Section CSS
=================================================*/
.footer-section {
  padding-top: 100px;
  padding-bottom: 50px;
  border-top: 1px dashed #79b740;
 background-color: #eef7ef;
}

.footer-section.footer-bg {
  background-image: url(../../assets/img/imagenfooter.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.footer-section.footer-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}

.footer-section.footer-bg .single-footer-widget p {
  color: #ffffff;
}

.footer-section.footer-bg .single-footer-widget .footer-social a {
  background-color: #ffffff;
  color: #79b740
}

.footer-section.footer-bg .single-footer-widget .footer-social a:hover {
  background-color: #79b740;
  color: #ffffff;
}

.footer-section.footer-bg .single-footer-widget .footer-heading h3 {
  color: #ffffff;
}

.footer-section.footer-bg .single-footer-widget .footer-quick-links li {
  color: #ffffff;
}

.footer-section.footer-bg .single-footer-widget .footer-quick-links li a {
  color: #ffffff;
}

.footer-section.footer-bg .single-footer-widget .footer-quick-links li a:hover {
  color: #79b740;
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact i {
  color: #b48017;
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact h3 {
  color: #ffffff;
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact span {
  color: #ffffff;
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact span a {
  color: #ffffff;
}

.footer-section.footer-bg .single-footer-widget .footer-info-contact span a:hover {
  color: #79b740;
}

.footer-section.footer-bg .single-footer-widget .footer-map {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-section.footer-bg .single-footer-widget .footer-map li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 500;
}

.footer-section.footer-bg .single-footer-widget .footer-map a {
  color: #79b740;
}

.footer-section.footer-bg .copyright-area .copyright-area-content p {
  color: #ffffff;
}

.footer-section.footer-bg .copyright-area .copyright-area-content p a {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.footer-section.footer-bg .copyright-area .copyright-area-content p a:hover {
  color: #79b740;
}

.footer-section.footer-bg .copyright-area .copyright-area-content ul li {
  color: #ffffff;
}

.footer-section.footer-bg .copyright-area .copyright-area-content ul li a {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.footer-section.footer-bg .copyright-area .copyright-area-content ul li a:hover {
  color: #79b740;
}

.single-footer-widget {
  margin-bottom: 50px;
}

.single-footer-widget p {
  color: #7a7e9a;
  margin: 0 0 18px 0;
  line-height: 25px;
}

.single-footer-widget .footer-social {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .footer-social li {
  list-style-type: none;
  display: inline-block;
}

.single-footer-widget .footer-social a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 32px;
  background-color: #d2ecd5;
  color: #79b740;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  margin-right: 5px;
}

.single-footer-widget .footer-social a:hover {
  background-color: #79b740;
  color: #ffffff;
}

.single-footer-widget .footer-heading {
  margin-bottom: 30px;
}

.single-footer-widget .footer-heading h3 {
  font-size: 20px;
  color: #79b740;
  margin: 0 0 0 0;
}

.single-footer-widget .footer-quick-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
  list-style-type: none;
  padding-bottom: 12px;
  color: #7a7e9a;
}

.single-footer-widget .footer-quick-links li:last-child {
  padding-bottom: 0;
}

.single-footer-widget .footer-quick-links li a {
  display: inline-block;
  color: #7a7e9a;
  font-size: 14px;
  font-weight: 400;
}

.single-footer-widget .footer-quick-links li a:hover {
  color: #79b740;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  letter-spacing: 1px;
}

.single-footer-widget .footer-info-contact {
  position: relative;
  margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
  color: #79b740;
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 16px;
}

.single-footer-widget .footer-info-contact h3 {
  font-size: 14px;
  color: #79b740;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding-left: 25px;
  text-transform: uppercase;
}

.single-footer-widget .footer-info-contact span {
  font-size: 14px;
  color: #7a7e9a;
  font-weight: 400;
}

.single-footer-widget .footer-info-contact span a {
  font-size: 14px;
  color: #7a7e9a;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-footer-widget .footer-info-contact span a:hover {
  color: #79b740;
  letter-spacing: 1px;
}

.single-footer-widget .newsletter-form {
  max-width: 580px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.single-footer-widget .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px dashed #79b740 !important;
  border: none;
  height: 50px;
  padding-left: 25px;
  border-radius: 50px;
  outline: 0;
  color: #333333;
  font-size: 15px;
}

.single-footer-widget .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #7a7e9a;
}

.single-footer-widget .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #7a7e9a;
}

.single-footer-widget .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #7a7e9a;
}

.single-footer-widget .newsletter-form .input-newsletter::placeholder {
  color: #7a7e9a;
}

.single-footer-widget .newsletter-form button {
  position: relative;
  background-color: #79b740;
  color: #ffffff;
  border: none;
  height: 50px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 50px;
  text-transform: capitalize;
  width: 100%;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
}

.single-footer-widget .newsletter-form button:hover {
  background-color: #133166;
  color: #ffffff;
}

.single-footer-widget .newsletter-form button i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.single-footer-widget .newsletter-form #validator-newsletter {
  font-size: 15px;
  color: red;
  margin-top: 10px;
}

.copyright-area .copyright-area-content {
  padding-top: 30px;
  border-top: 1px dashed #79b740;
}

.copyright-area .copyright-area-content p {
  color: #7a7e9a;
  font-size: 14px;
}

.copyright-area .copyright-area-content p a {
  color: #7a7e9a;
  display: inline-block;
  font-weight: 600;
}

.copyright-area .copyright-area-content p a:hover {
  color: #79b740;
}

.copyright-area .copyright-area-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area .copyright-area-content ul li {
  display: inline-block;
  color: #7a7e9a;
  font-size: 14px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.copyright-area .copyright-area-content ul li a {
  display: inline-block;
  color: #7a7e9a;
}

.copyright-area .copyright-area-content ul li a:hover {
  color: #79b740;
}

.copyright-area .copyright-area-content ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  right: -13px;
  width: 1px;
  height: 14px;
  background-color: #79b740;
}

.copyright-area .copyright-area-content ul li:last-child {
  margin-right: 0;
}

.copyright-area .copyright-area-content ul li:last-child::before {
  display: none;
}

.copyright-area .copyright-area-content ul li:first-child {
  margin-left: 0;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #79b740;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 50%;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #133166;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
}

.go-top:hover, .go-top:focus {
  color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
