/* ***** Master Stylesheet ***** */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Oxygen");
@import url("https://fonts.googleapis.com/css?family=Battambang");
/* :: 2.0 Import All CSS Plugins */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/style.css);
@import url(css/magnific-popup.css);
* {
  margin: 0;
  padding: 0; }

body {
  font-family:'Oxygen', 'Battambang';
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Oxygen', 'Battambang';
  line-height: 1.3;
  font-weight: 700; }

p {
  font-family:'Oxygen', 'Battambang';
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400; }

a,
a:focus,
a:hover {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #707070;
  font-size: 14px;
  font-family:'Oxygen', 'Battambang';
}

ul {
  margin: 0px 0px 10px 20px;
}
ul li {
  list-style:disc;
  margin-bottom: 5px;
}

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

.news-date{
	font-size: 12px;
  color: #b6b6b6;
	margin-bottom: 10px;
	width: 100%;
}
.news-description{
	word-wrap: break-word;
	width: 100%;
	float: left;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 27px;
}

.news-thumb{
	position: relative;
	width: 100%;
	height:220px;
	overflow: hidden;
	background: #f4f4f4;
}
.news-thumb img{
   position: absolute;
   left: 50%;
   top: 50%;
   width: 100%;
   border-radius: 0px;
   border: none;
   -webkit-transform: translate(-50%,-50%);
       -ms-transform: translate(-50%,-50%);
           transform: translate(-50%,-50%);
}

.video-thumb{
	position: relative;
	width: 100%;
	height:160px;
	overflow: hidden;
	background: #f4f4f4;
	margin:0px 0px 5px 0px;
}
.video-thumb img{
   position: absolute;
   left: 50%;
   top: 50%;
   width: 100%;
   border-radius: 0px;
   border: none;
   -webkit-transform: translate(-50%,-50%);
       -ms-transform: translate(-50%,-50%);
           transform: translate(-50%,-50%);
}
.doc-row{
	width: 100%;
	padding: 7px 0px;
	border-bottom: 1px solid #dbdbdb;
	font-weight: normal;
}
.doc-row a{
	color: #000;
}
.doc-row a:hover{
	color: #0f9901;
}
.doc-row date{
	float: right;
	color: #959595;
	font-size: 13px;
}
.doc-thumb{
   position: relative;
   width: 100%;
   overflow: hidden;
	background: #f4f4f4;
}
.news-right-side{
	width: 100%;
	margin: 15px 0px;
	font-weight: normal;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #0f1112 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f2f4f5; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important; }

input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent; }

.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}

.mt-20{
  margin-top: 20px !important;
}

.mt-30{
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

.p-15 {
  padding: 15px !important; }

.p-30 {
  padding: 30px !important; }

.p-50 {
  padding: 50px !important; }

.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }


.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

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

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position:fixed;
  z-index: 99999;
}

.spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
}
.section-heading {
  position: relative;
  z-index: 1;
}
.section-heading p {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-heading h3 {
  font-size: 24px;
  margin: 0px 0px 15px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h3{
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h3{
    font-size: 20px;
  }
}
.section-heading h3 span {
  color: #009345;
}
@media only screen and (max-width: 767px) {
  .section-heading h3{
    font-size: 18px;
  }
}
.section-heading.white h3,
.section-heading.white p {
  color: #ffffff;
}
.section-heading.white h3 span,
.section-heading.white p span {
  color: #ffffff;
}

#scrollUp {
  background-color: #009345;
  border-radius: 0;
  bottom: 50px;
  color: #ffffff;
  font-size: 14px;
  height: 40px;
  line-height: 42px;
  right: 50px;
  text-align: center;
  width: 40px;
  border-radius: 0%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
#scrollUp:hover, #scrollUp:focus {
  background-color: #0f1112;
  color: #ffffff;
}
  @media only screen and (max-width: 767px){
    #scrollUp {
      bottom: 30px;
      right: 30px;
      line-height: 32px;
      width: 30px;
      height: 30px;
    }
}

.famie-btn {
  background-color: #009345;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 160px;
  height: 50px;
  color: #ffffff;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  text-transform: uppercase;
}
.famie-btn:hover, .famie-btn:focus {
  font-size: 16px;
  background-color: #075322;
  color: #ffffff;
  box-shadow: none;
}

.checkout-btn {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 3px;
}
.checkout-btn:hover, .checkout-btn:focus {
  font-size: 14px;
  font-weight: 700;
}

.top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f2f4f5;
}

.top-header-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #f2f4f5;
}
  @media only screen and (max-width: 767px) {
    .top-header-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-content {
    height: auto;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-header-content {
    height: auto;
    padding: 10px 0;
  }
}
.top-header-content .top-header-meta {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.top-header-content .top-header-meta p {
  margin-bottom: 0;
  font-size: 12px;
}
.top-header-content .top-header-meta p span {
  color: #009345;
}
@media only screen and (max-width: 767px) {
  .top-header-content .top-header-meta p {
    font-size: 11px;
  }
}
.top-header-content .top-header-meta a {
  font-size: 12px;
  color: #707070;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-content .top-header-meta a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header-content .top-header-meta a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-content .top-header-meta a span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-header-content .top-header-meta a span {
    display: none;
  }
}
.top-header-content .top-header-meta a:first-child {
  margin-right: 30px;
}
.top-header-content .top-header-meta a:focus, .top-header-content .top-header-meta a:hover {
  color: #009345;
}

.header-area {
  position: relative;
  z-index: 1000;
  width: 100%;
}
.header-area .famie-main-menu {
  position: relative;
  width: 100%;
}
.header-area .famie-main-menu .classy-nav-container {
  position: relative;
  z-index: 1;
  background: #075322;
}
.header-area .famie-main-menu .classy-nav-container .container {
  position: relative;
  z-index: 1;
}
.header-area .famie-main-menu .classy-navbar {
  padding: 0;
  height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .famie-main-menu .classy-navbar {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .famie-main-menu .classy-navbar {
    height: 70px;
  }
}
.header-area .famie-main-menu .classy-navbar .nav-brand {
  max-width: 350px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .famie-main-menu .classy-navbar .nav-brand {
    max-width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .famie-main-menu .classy-navbar .nav-brand {
    max-width: 300px;
  }
}
@media all and (max-width: 568px) {
  .header-area .famie-main-menu .classy-navbar .nav-brand {
    max-width: 300px;
  }
}

.header-area .famie-main-menu .classy-navbar .classynav ul {
  margin: 0px;
}
.header-area .famie-main-menu .classy-navbar .classynav ul li{
  margin-bottom: 0px;
}

.header-area .famie-main-menu .classy-navbar .classynav ul li a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.header-area .famie-main-menu .classy-navbar .classynav ul li a:focus, .header-area .famie-main-menu .classy-navbar .classynav ul li a:hover {
  text-decoration: underline;
}
.header-area .famie-main-menu .classy-navbar .classynav ul li ul li a {
  text-transform: capitalize;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  height: 35px;
  border-bottom: 1px solid #73be8e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .famie-main-menu .classy-navbar .classynav ul li ul li a {
    color: #707070;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .famie-main-menu .classy-navbar .classynav ul li ul li a {
    color: #707070;
  }
}
.header-area .famie-main-menu .classy-navbar .classynav ul li ul li a::after {
  color: #0f1112;
}
.header-area .famie-main-menu .classy-navbar .classynav ul li ul li a:focus, .header-area .famie-main-menu .classy-navbar .classynav ul li ul li a:hover {
  color: #fff;
}
.header-area .famie-main-menu .classy-navbar .classynav ul li.active a {
  color: #009345;
}
.header-area .is-sticky .famie-main-menu {
  z-index: 9999;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
}
.header-area #searchIcon {
    position: relative;
    z-index: 1;
    color: #303030;
    margin: 0 25px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block; }
    .header-area #searchIcon:focus, .header-area #searchIcon:hover {
      color: #009345; }
  .header-area #cartIcon {
    position: relative;
    z-index: 1;
    display: inline-block; }
    .header-area #cartIcon a {
      display: inline-block;
      font-size: 18px; }
      .header-area #cartIcon a span {
        position: absolute;
        top: -5px;
        right: -5px;
        z-index: 9;
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #009345;
        color: #ffffff;
        font-size: 10px;
        text-align: center;
        line-height: 15px; }

.search-form {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 500px;
  z-index: 1;
  right: 0;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .search-form {
    width: 280px;
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search-form {
    width: 320px;
    right: 0;
  }
}
.search-form input {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: none;
  padding: 15px;
  font-size: 13px;
}
.search-form .closeIcon {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 15px;
  font-size: 12px;
  color: #707070;
  width: auto;
  height: 16px;
  line-height: 16px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
.search-form .closeIcon:hover {
  color: #009345;
}
.search-form.search-active {
  opacity: 1;
  visibility: visible;
  bottom: -55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .classynav {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav > ul {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .classynav > ul {
    padding-bottom: 20px; } }

.hero-area {
  position: relative;
  z-index: 1;
  width: 100%; }

.single-welcome-slides {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slides {
      height: 550px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slides {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slides {
      height: 600px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-welcome-slides {
      height: 450px; } }
  .single-welcome-slides .welcome-content {
    position: relative;
    z-index: 1; }
    .single-welcome-slides .welcome-content h2 {
      font-size: 50px;
      text-transform: capitalize;
      color: #ffffff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slides .welcome-content h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slides .welcome-content h2 {
          font-size: 30px; } }
    .single-welcome-slides .welcome-content p {
      color: #ffffff; }

.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
      height: 240px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
      height: 200px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 150px; } }
  .breadcrumb-area .breadcrumb-text {
    position: relative;
    z-index: 1;
    text-align: center; }
    .breadcrumb-area .breadcrumb-text h2 {
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 0;
      font-size: 40px; }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area .breadcrumb-text h2 {
          font-size: 24px; } }

.famie-breadcrumb {
  position: relative;
  z-index: 1;
  padding-top: 48px;
  padding-bottom: 48px; }
  .famie-breadcrumb .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0; }
    .famie-breadcrumb .breadcrumb .breadcrumb-item {
      color: #707070;
      font-size: 16px;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .famie-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .famie-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .famie-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 12px; } }
      .famie-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #303030;
        font-size: 16px;
        font-weight: 400; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .famie-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .famie-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .famie-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 12px; } }
        .famie-breadcrumb .breadcrumb .breadcrumb-item a:hover, .famie-breadcrumb .breadcrumb .breadcrumb-item a:focus {
          font-weight: 400;
          color: #009345; }
  .famie-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #707070; }

.benefits-thumbnail {
  position: relative;
  z-index: 1; }
  .benefits-thumbnail img {
    border-radius: 3px; }

.single-benefits-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-benefits-area img {
    margin-bottom: 20px; }
  .single-benefits-area h5 {
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-benefits-area h5 {
        font-size: 18px; } }

.famie-video-play {
  position: relative;
  z-index: 1;
  border-radius: 50%; }
  .famie-video-play::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    top: 0;
    left: 0; }
  .famie-video-play img {
    border-radius: 50%; }
  .famie-video-play .play-icon {
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99; }

.services-area {
  position: relative;
  z-index: 1;
  background-color: #f2f4f5; }
  .services-area .services-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .services-area .services-thumbnail {
        height: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .services-area .services-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
    padding-right: 10% !important; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .services-area .services-content {
        padding-right: 48px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .services-area .services-content {
        padding-right: 48px !important; } }
    @media only screen and (max-width: 767px) {
      .services-area .services-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area .service-title img {
    margin-right: 15px; }
  .single-service-area .service-title h5 {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area:focus .service-title h5, .single-service-area:hover .service-title h5 {
    color: #009345; }

.newsletter-area form {
  position: relative;
  z-index: 1; }
.newsletter-area form .form-control {
  background-color: #ffffff;
}
  .newsletter-area form button.famie-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 170px;
    height: 48px;
    background-color: #009345;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .newsletter-area form button.famie-btn {
        width: 130px; } }
    .newsletter-area form button.famie-btn:hover {
      background-color: #0f1112; }

.single-product-area {
  position: relative;
  z-index: 1; }
  .single-product-area .product-thumbnail {
    position: relative;
    z-index: 1; }
    .single-product-area .product-thumbnail img {
      width: 100%; }
    .single-product-area .product-thumbnail .product-tags {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 9;
      padding: 0 12px;
      border-radius: 3px;
      background-color: #23c39f;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 20px;
      height: 20px;
      display: inline-block;
      color: #ffffff; }
    .single-product-area .product-thumbnail .product-meta-data {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 30px;
      opacity: 0;
      visibility: hidden; }
      .single-product-area .product-thumbnail .product-meta-data a {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
        text-align: center;
        line-height: 42px;
        margin: 0 5px;
        font-size: 16px; }
        .single-product-area .product-thumbnail .product-meta-data a:focus, .single-product-area .product-thumbnail .product-meta-data a:hover {
          background-color: #009345;
          color: #ffffff; }
  .single-product-area .product-desc {
    position: relative;
    z-index: 1; }
    .single-product-area .product-desc .product-title {
      font-size: 16px;
      margin-bottom: 5px;
      font-weight: 400;
      display: block; }
      .single-product-area .product-desc .product-title:focus, .single-product-area .product-desc .product-title:hover {
        color: #009345; }
    .single-product-area .product-desc .price {
      margin-bottom: 0;
      font-size: 18px; }
      .single-product-area .product-desc .price span {
        text-decoration: line-through;
        color: #707070;
        font-size: 16px;
        font-weight: 400; }
  .single-product-area:focus .product-meta-data, .single-product-area:hover .product-meta-data {
    opacity: 1;
    visibility: visible; }

.single-farming-practice-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background: #f4f4f4;
}
.single-farming-practice-area:hover{
  box-shadow: 5px 5px 15px #a9d1b1;
}
.single-farming-practice-area h4:hover{
  color: #009345;
  text-decoration: underline;
}
.single-farming-practice-area .farming-practice-thumbnail {
   position: relative;
   z-index: 1;
}
.single-farming-practice-area .farming-practice-content {
   position: relative;
   z-index: 1;
   padding: 0px 10px 5px 10px;
   -webkit-transition-duration: 500ms;
   -o-transition-duration: 500ms;
   transition-duration: 500ms;
   color: #494949;
}
.single-farming-practice-area .farming-practice-content h4 {
   -webkit-transition-duration: 500ms;
   -o-transition-duration: 500ms;
   transition-duration: 500ms;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: 16px;
   font-weight:bolder;
   color: #000;
}
.single-farming-practice-area .farming-practice-content p {
   font-size: 14px;
   font-weight: normal;
   color: #000;
}
.single-farming-practice-area .farming-practice-content .farming-icon {
   position: absolute;
   -webkit-transition-duration: 500ms;
   -o-transition-duration: 500ms;
   transition-duration: 500ms;
   left: 50%;
   margin-left: -40px;
   top: -40px;
   width: 80px;
   height: 80px;
   line-height: 80px;
   border-radius: 40px;
   background-color: #ffffff;
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.testimonial-slides .single-slide {
   position: relative;
   z-index: 1;
}
  .testimonial-slides .single-slide .testi-text {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .testimonial-slides .single-slide .testi-text .quote-icon {
      margin-top: 10px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      max-width: 70px;
      width: 70px; }
      @media only screen and (max-width: 767px) {
        .testimonial-slides .single-slide .testi-text .quote-icon {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
          flex: 0 0 50px;
          max-width: 50px;
          width: 50px; } }
      .testimonial-slides .single-slide .testi-text .quote-icon img {
        width: auto !important; }
    .testimonial-slides .single-slide .testi-text h5 {
      font-size: 18px;
      color: #ffffff;
      line-height: 1.5;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .testimonial-slides .single-slide .testi-text h5 {
          font-size: 14px; } }
  .testimonial-slides .single-slide .testimonial-thumbnail-name {
    position: relative;
    z-index: 1;
    margin-left: 70px; }
    @media only screen and (max-width: 767px) {
      .testimonial-slides .single-slide .testimonial-thumbnail-name {
        margin-left: 50px; } }
    .testimonial-slides .single-slide .testimonial-thumbnail-name .testimonial-thumbnail {
      width: 90px;
      border-radius: 50%;
      border: 3px solid #009345; }
      @media only screen and (max-width: 767px) {
        .testimonial-slides .single-slide .testimonial-thumbnail-name .testimonial-thumbnail {
          width: 60px; } }
      .testimonial-slides .single-slide .testimonial-thumbnail-name .testimonial-thumbnail img {
        border-radius: 50%; }
    .testimonial-slides .single-slide .testimonial-thumbnail-name .testimonial-name {
      margin-left: 30px; }
      @media only screen and (max-width: 767px) {
        .testimonial-slides .single-slide .testimonial-thumbnail-name .testimonial-name {
          margin-left: 15px; } }
      .testimonial-slides .single-slide .testimonial-thumbnail-name .testimonial-name h5 {
        color: #ffffff;
        margin-bottom: 5px; }
        @media only screen and (max-width: 767px) {
          .testimonial-slides .single-slide .testimonial-thumbnail-name .testimonial-name h5 {
            font-size: 16px; } }
      .testimonial-slides .single-slide .testimonial-thumbnail-name .testimonial-name h6 {
        color: #009345;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .testimonial-slides .single-slide .testimonial-thumbnail-name .testimonial-name h6 {
            font-size: 14px; } }
.testimonial-slides .owl-next,
.testimonial-slides .owl-prev {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  font-size: 30px;
  color: #ffffff; }
  .testimonial-slides .owl-next:focus, .testimonial-slides .owl-next:hover,
  .testimonial-slides .owl-prev:focus,
  .testimonial-slides .owl-prev:hover {
    color: #009345; }
.testimonial-slides .owl-prev {
  right: 50px; }

.contact-maps {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 460px;
}
  @media only screen and (max-width: 767px) {
    .contact-maps {
      height: 260px; } }
  .contact-maps iframe {
    width: 100%;
    height: 100%;
    border: none !important; }

.about-us-thumbnail img {
  width: 100%; }

.single-team-member {
  position: relative;
  z-index: 1; }
  .single-team-member .team-img {
    position: relative;
    z-index: 1; }
    .single-team-member .team-img img {
      width: 100%; }
    .single-team-member .team-img::after {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      content: '';
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
      visibility: hidden; }
    .single-team-member .team-img .team-social-info {
      position: absolute;
      z-index: 99;
      top: 20px;
      left: 20px;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      opacity: 0;
      visibility: hidden; }
      .single-team-member .team-img .team-social-info a {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #ffffff;
        color: #ffffff;
        text-align: center;
        line-height: 30px;
        margin-bottom: 15px;
        border-radius: 50%; }
        .single-team-member .team-img .team-social-info a:focus, .single-team-member .team-img .team-social-info a:hover {
          background-color: #009345;
          color: #ffffff;
          border-color: #009345; }
  .single-team-member .team-member-info {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px; }
    .single-team-member .team-member-info h6 {
      font-weight: 400;
      color: #707070;
      margin-bottom: 0; }
  .single-team-member:focus .team-img::after, .single-team-member:hover .team-img::after {
    visibility: visible;
    opacity: 1; }
  .single-team-member:focus .team-img .team-social-info, .single-team-member:hover .team-img .team-social-info {
    visibility: visible;
    opacity: 1; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: transparent;
    border-radius: 0;
    color: #009345;
    display: block;
    margin: 0;
    padding: 20px 20px 20px 40px;
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .single-accordion h6 a {
        font-size: 16px; } }
    .single-accordion h6 a span {
      font-size: 24px;
      position: absolute;
      left: 0;
      text-align: center;
      top: 20px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      color: #303030; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0; }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}
.single-accordion .accordion-content p {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.single-recent-blog {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.single-recent-blog:hover {
  box-shadow: 3px 3px 10px #ccc;
}
.single-recent-blog:last-child {
  margin-bottom: 0;
}
.single-recent-blog .post-thumbnail {
  max-width: 70px;
  width: 70px;
  margin-right: 15px;
  float: left;
}
.single-recent-blog .post-thumbnail img{
  object-fit: cover;
  width: 70px;
  height: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-recent-blog .post-thumbnail {
    margin-right: 10px;
  }
}
.single-recent-blog .post-content {
  /* position: relative;
  z-index: 1; */
  float: left;
  width: 76%;
}
.single-recent-blog .post-content .post-title {
  color: #b7b7b7;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  width: 100%;
  word-break: break-all;
}
.single-recent-blog .post-content .post-date {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0;
}
.single-recent-blog.style-2 .post-content .post-title {
  color: #303030;
}
.single-recent-blog.style-2 .post-content .post-title:hover {
  color: #009345;
  text-decoration: underline;
}
.single-recent-blog.style-2 .post-content .post-date {
  color: #707070;
}

.featured-post-area {
  position: relative;
  z-index: 1; }
  .featured-post-area::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%); }
  .featured-post-area img {
    width: 100%; }
  .featured-post-area .post-content {
    position: absolute;
    width: 100%;
    padding: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      .featured-post-area .post-content {
        padding: 30px; } }
    .featured-post-area .post-content h6 {
      color: #b7b7b7;
      font-weight: 400; }
      .featured-post-area .post-content h6 a {
        color: #b7b7b7;
        font-weight: 400; }
        .featured-post-area .post-content h6 a:focus, .featured-post-area .post-content h6 a:hover {
          color: #ffffff; }
    .featured-post-area .post-content .post-title {
      font-size: 24px;
      color: #ffffff;
      margin-bottom: 0; }
@media only screen and (max-width: 767px) {
  .featured-post-area .post-content .post-title {
    font-size: 20px;
  }
}
.featured-post-area .post-content .post-title:focus, .featured-post-area .post-content .post-title:hover {
  color: #009345;
}

.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area.style-2 {
    background-color: #ffffff;
    padding: 21px 30px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 30px; }
    .single-blog-area.style-2:last-child {
      margin-bottom: 0; }
    .single-blog-area.style-2 .post-content h6 {
      font-size: 12px;
      font-weight: 400;
      color: #b7b7b7;
      margin-bottom: 5px; }
      .single-blog-area.style-2 .post-content h6 a {
        font-size: 12px;
        font-weight: 400;
        color: #b7b7b7;
        margin-bottom: 0; }
.single-blog-area.style-2 .post-content .post-title {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: #303030;
}
.single-blog-area.style-2 .post-content .post-title:focus, .single-blog-area.style-2 .post-content .post-title:hover {
  color: #009345;
}
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-area.style-2 .post-content .post-title {
          font-size: 18px; } }
    .single-blog-area.style-2 .post-content p {
      margin-bottom: 0; }

.single-blog-post-area {
   position: relative;
   z-index: 1;
}

.single-blog-post-area h3{
   font-size: 20px;
}

.single-blog-post-area h6 {
   font-size: 16px;
   font-weight: 400;
   color: #b7b7b7;
   margin-bottom: 5px;
}
.single-blog-post-area h6 a {
   font-size: 16px;
   font-weight: 400;
   color: #b7b7b7;
   margin-bottom: 0;
}
.single-blog-post-area .post-title {
   font-size: 24px;
   color: #303030;
   display: block;
   margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-post-area .post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-post-area .post-title {
    font-size: 20px;
  }
}
.single-blog-post-area .post-title:focus, .single-blog-post-area .post-title:hover {
   color: #009345;
}
.single-blog-post-area img {
   margin-bottom: 15px;
}
.single-blog-post-area p {
   font-size: 16px;
   margin-bottom: 15px;
}
.single-blog-post-area a:hover {
   opacity: 0.7;
}
.pagination {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .page-item .page-link {
   background-color: #ffffff;
   min-width: 40px;
   height: 40px;
   line-height: 40px;
   font-size: 12px;
   color: #707070;
   text-transform: uppercase;
   text-align: center;
   display: inline-block;
   border-radius: 50%;
   padding: 0 15px;
   margin: 0 10px;
   border: 1px solid #e1e1e1;
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
  border-color: #009345;
  background-color: #009345;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  border-color: #009345;
  background-color: #009345;
  color: #ffffff;
}

.comment_area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px;
  padding-top: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    min-width: 70px;
    margin-right: 20px;
    height: 70px;
    border-radius: 50%; }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        min-width: 40px;
        margin-right: 10px;
        height: 40px; } }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .comment-date {
      font-size: 12px;
      color: #b7b7b7;
      text-transform: uppercase;
      margin-bottom: 5px;
      display: block; }
    .comment_area .comment-content .comment-meta h6 {
      margin-bottom: 10px;
      font-size: 18px; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 2; }
    .comment_area .comment-content .comment-meta .reply {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #303030; }
      .comment_area .comment-content .comment-meta .reply:hover {
        color: #009345; }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children .single_comment_area {
        margin-left: 15px; } }

.news-details-content {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1; }
  .news-details-content h6 {
    color: #b7b7b7;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    font-weight: 400; }
    .news-details-content h6 a {
      color: #b7b7b7;
      font-size: 18px;
      margin-bottom: 5px;
      font-weight: 400; }
      .news-details-content h6 a:hover {
        color: #009345; }
  .news-details-content h2 {
    font-size: 36px;
    display: block;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .news-details-content h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .news-details-content h2 {
        font-size: 24px; } }
  .news-details-content p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px; }

.single-widget-area{
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-widget-area h3{
  font-size: 20px;
}
.single-widget-area .widget-title{
    margin-bottom: 30px;
    font-size: 22px;
    text-transform: capitalize;
}

.search-widget-form {
  position: relative;
  z-index: 1;
}
.search-widget-form .form-control {
  padding: 0 15px;
  margin-bottom: 0;
}
.search-widget-form button {
  position: absolute;
  width: auto;
  height: 48px;
  line-height: 50px;
  top: 0;
  right: 15px;
  border: none;
  font-size: 18px;
  color: #707070;
  z-index: 99;
  background-color: transparent;
  cursor: pointer;
}

.cata-list {
  position: relative;
  z-index: 1;
}
.cata-list li a {
  display: block;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  color: #494949;
  font-weight: 400;
}
    .cata-list li a:hover, .cata-list li a:focus {
      color: #009345; }
  .cata-list li:first-child a {
    padding-top: 0; }
  .cata-list li:last-child a {
    border-bottom: none;
    padding-bottom: 0; }
  .cata-list.shop-page li a {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: none; }

.famie-tags {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px; }
  .famie-tags li a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #f2f4f5;
    margin: 5px;
    color: #707070;
    font-weight: 400; }
    .famie-tags li a:focus, .famie-tags li a:hover {
      background-color: #009345;
      color: #ffffff; }

.single-best-product {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .single-best-product:last-child {
    margin-bottom: 0; }
  .single-best-product .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px; }
  .single-best-product .product-info {
    padding-left: 20px; }
    .single-best-product .product-info .pro-name {
      font-weight: 400;
      color: #707070;
      display: block;
      margin-bottom: 5px;
      font-size: 16px; }
      .single-best-product .product-info .pro-name:focus, .single-best-product .product-info .pro-name:hover {
        color: #009345; }
    .single-best-product .product-info h6 {
      margin-bottom: 0;
      font-size: 18px; }
    .single-best-product .product-info .product-rating i {
      font-size: 10px;
      color: #ff9800; }

.famie-blockquote {
  position: relative;
  z-index: 1;
  margin: 50px 0; }
  .famie-blockquote .quote-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px; }
    @media only screen and (max-width: 767px) {
      .famie-blockquote .quote-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px; } }
  .famie-blockquote .quote-text h5 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .famie-blockquote .quote-text h5 {
        font-size: 16px; } }
  .famie-blockquote .quote-text span {
    font-weight: 700;
    color: #009345;
    text-transform: uppercase; }

.share-post {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .share-post {
      margin-bottom: 30px; } }
  .share-post span {
    font-size: 16px;
    color: #b7b7b7;
    font-weight: 400;
    margin-right: 15px;
    text-transform: capitalize; }
  .share-post .share-icons {
    position: relative;
    z-index: 1; }
    .share-post .share-icons a {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #e1e1e1;
      margin-right: 10px;
      text-align: center;
      line-height: 38px;
      color: #707070; }
      .share-post .share-icons a:focus, .share-post .share-icons a:hover {
        background-color: #009345;
        color: #ffffff;
        border-color: #009345; }

.post-author-area {
  position: relative;
  z-index: 1;
  padding: 50px 0; }
  .post-author-area .post-author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    margin-right: 30px;
    border-radius: 50%; }
    .post-author-area .post-author-img img {
      border-radius: 50%; }
  .post-author-area .post-author-description h6 {
    font-size: 18px; }
  .post-author-area .post-author-description p {
    margin-bottom: 0; }

.shop-filters {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1; }
  .shop-filters h6 {
    color: #b7b7b7;
    margin-bottom: 0; }
  .shop-filters .produtc-view-mode a {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px; }
    .shop-filters .produtc-view-mode a:hover, .shop-filters .produtc-view-mode a:focus {
      color: #009345; }

.cart-table {
  position: relative;
  z-index: 1; }
  .cart-table tbody {
    display: block;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px; }
    .cart-table tbody tr td {
      vertical-align: middle;
      border-top: none; }
      .cart-table tbody tr td.cart_product_img a img {
        max-width: 60px; }
      .cart-table tbody tr td.cart_product_desc p {
        margin-bottom: 2px; }
      .cart-table tbody tr td.cart_product_desc h6 {
        margin-bottom: 0; }
      .cart-table tbody tr td.pro-close a {
        display: inline-block;
        width: 26px;
        height: 26px;
        font-size: 16px;
        text-align: center;
        line-height: 29px;
        background-color: transparent;
        border-radius: 50%;
        color: red; }
        .cart-table tbody tr td.pro-close a:hover {
          background-color: #f2f4f5; }

.cart-summary {
  position: relative;
  z-index: 1; }
  .cart-summary .sub-total h6 {
    color: #b7b7b7;
    margin-bottom: 0;
    font-size: 14px; }
  .cart-summary .total-price h6 {
    margin-bottom: 0; }

.shop-area {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .shop-area {
      padding-bottom: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .shop-area .col-12.col-md-4 {
      -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
      order: 30;
      margin-top: 100px; } }

.footer-area {
   position: relative;
   z-index: 1;

}
.footer-area .footer-widget {
   position: relative;
   z-index: 1;
}
.footer-area .footer-widget .widget-title {
   font-size: 18px;
   margin-bottom: 30px;
   color: #ffffff;
}
.footer-area .footer-widget p {
   color: #ffffff;
   margin-bottom: 15px;
}
.main-footer{
   background-color: #075322;
}

.contact-info {
  position: relative;
  z-index: 1;
}
.contact-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 2;
}
.contact-info p i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  color: #009345;
}
.contact-info p:last-child {
  margin-bottom: 0;
}

.footer-widget-nav {
  position: relative;
  z-index: 1; }
  .footer-widget-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-widget-nav ul li {
      -webkit-box-flex: 0;
      max-width: 100%;
      width: 100%;
   }
      .footer-widget-nav ul li a {
        color: #b7b7b7;
        display: block;
        margin-bottom: 15px;
        font-weight: 400; }
        .footer-widget-nav ul li a:focus, .footer-widget-nav ul li a:hover {
          color: #ffffff; }

.copywrite-area {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background-color: #0a0a0a; }
  .copywrite-area .copywrite-text p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    color: #707070; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .copywrite-area .copywrite-text p {
        font-size: 12px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copywrite-area .copywrite-text p {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .copywrite-area .copywrite-text p {
        font-size: 12px; } }
  .copywrite-area .copywrite-text a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .copywrite-area .copywrite-text a {
        font-size: 12px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copywrite-area .copywrite-text a {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .copywrite-area .copywrite-text a {
        font-size: 12px; } }
    .copywrite-area .copywrite-text a:focus, .copywrite-area .copywrite-text a:hover {
      color: #009345; }
  .copywrite-area .footer-nav {
    position: relative;
    z-index: 1; }
    .copywrite-area .footer-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .copywrite-area .footer-nav ul {
          margin-top: 10px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .copywrite-area .footer-nav ul li a {
        display: inline-block;
        color: #707070;
        font-size: 14px;
        padding: 0 12px;
        font-weight: 400; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .copywrite-area .footer-nav ul li a {
            font-size: 12px;
            padding: 0 5px; } }
        @media only screen and (max-width: 767px) {
          .copywrite-area .footer-nav ul li a {
            padding: 0 5px;
            font-size: 12px; } }
        .copywrite-area .footer-nav ul li a:focus, .copywrite-area .footer-nav ul li a:hover {
          font-weight: 400;
          color: #009345; }
      .copywrite-area .footer-nav ul li:last-child a {
        padding-right: 0; }
      @media only screen and (max-width: 767px) {
        .copywrite-area .footer-nav ul li:first-child a {
          padding-left: 0; } }

.footer-social-info {
  position: relative;
  z-index: 1;
}
.footer-social-info a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.footer-social-info a:last-child {
  margin-bottom: 0;
}
.footer-social-info a i {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #009345;
  line-height: 40px;
}
.footer-social-info a span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}
.footer-social-info a:focus i, .footer-social-info a:hover i {
  background-color: #009345;
}
.footer-social-info a:focus span, .footer-social-info a:hover span {
  color: #ccc;
}
.footer-social-info a:focus span, .footer-social-info a:hover img {
  opacity: 0.8;
}

.contact-info-area {
  position: relative;
  z-index: 1;
}
.contact-info-area .c-border {
  border-bottom: 1px solid #e1e1e1;
}

.single-information-area {
  position: relative;
  z-index: 1; }
.single-information-area .contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #009345;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  color: #ffffff;
  margin: 0 auto 30px;
}
  .single-information-area h6 {
    font-size: 18px;
    color: #707070;
    margin-bottom: 0;
    font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-information-area h6 {
        font-size: 15px; } }

.form-control {
  position: relative;
  z-index: 2;
  height: 48px;
  width: 100%;
  background-color: #ffffff;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 10px 30px;
  color: #707070;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}
.form-control:focus {
  box-shadow: none;
  background-color: #ffffff;
  border-color: #009345;
}
@media only screen and (max-width: 767px) {
  .form-control {
    padding: 10px 15px;
  }
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea.form-control {
  height: 100px; }

  /* pop up search */
.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 70%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .overlay-content {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .overlay-content {
    width: 90%;
  }
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 85%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 15%;
  padding: 15px;
  background: #009345;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.overlay button:hover {
  background: #1ac068;
}
  /* end pop up search */

  .complain-title{
  	border-bottom: 1px #ccc solid;
  	padding-bottom: 10px;
  	margin-bottom: 20px;
  }
  .news-date{
  	font-size: 12px;
     color: #b6b6b6;
  	margin-bottom: 5px;
  	width: 100%;
  }
  .news-description{
  	word-wrap: break-word;
  	width: 100%;
  	float: left;
  }
  .news-thumb{
     position: relative;
     width: 100%;
     height:220px;
     overflow: hidden;
  	background: #f4f4f4;
  	margin:20px 0px 5px 0px;
  }
  .news-thumb img{
     position: absolute;
     left: 50%;
     top: 50%;
     width: 100%;
     border-radius: 0px;
     border: none;
     -webkit-transform: translate(-50%,-50%);
         -ms-transform: translate(-50%,-50%);
             transform: translate(-50%,-50%);
  }
  .news-right-side{
  	width: 100%;
  	margin: 15px 0px;
  	font-weight: normal;
  }

  .modal-body label{
    font-weight: normal;
  }
  .modal-body a{
    font-weight: normal;
    color: #ff0000;
  }

.color-aliceblue{
	color:#F0F8FF;
	}
.color-antiquewhite{
	color:#FAEBD7;
	}
.color-aqua{
	color:#00FFFF;
	}
.color-aquamarine{
	color:#7FFFD4;
	}
.color-azure {
	color:#F0FFFF;
	}
.color-beige{
	color:#F5F5DC;
	}
.color-bisque{
	color:#FFE4C4;
	}
.color-black{
	color:#000000;
	}
.color-blanchedalmond{
	color:#FFEBCD;
	}
.color-blue{
	color:#0000FF;
	}
.color-blueviolet{
	color:#8A2BE2;
	}
.color-brown{
	color:#A52A2A;
	}
.color-burlywood{
	color:#DEB887;
	}
.color-cadetblue{
	color:#5F9EA0;
	}
.color-chartreuse{
	color:#7FFF00;
	}
.color-chocolate{
	color:#D2691E;
	}
.color-coral{
	color:#FF7F50;
	}
.color-cornflowerblue{
	color:#6495ED;
	}
.color-cornsilk{
	color:#FFF8DC;
	}
.color-crimson{
	color:#DC143C;
	}
.color-cyan{
	color:#00FFFF;
	}
.color-darkblue{
	color:#00008B;
	}
.color-darkcyan{
	color:#008B8B;
	}
.color-darkgoldenrod{
	color:#B8860B;
	}
.color-darkgray{
	color:#A9A9A9;
	}
.color-darkgreen{
	color:#006400;
	}
.color-darkkhaki{
	color:#BDB76B;
	}
.color-darkmagenta{
	color:#8B008B;
	}
.color-darkolivegreen{
	color:#556B2F;
	}
.color-darkorange{
	color:#FF8C00;
	}
.color-darkorchid{
	color:#9932CC;
	}
.color-darkred{
	color:#8B0000;
	}
.color-darksalmon{
	color:#E9967A;
	}
.color-darkseagreen{
	color:#8FBC8F;
	}
.color-darkslateblue{
	color:#483D8B;
	}
.color-darkslategray{
	color:#2F4F4F;
	}
.color-darkturquoise{
	color:#00CED1;
	}
.color-darkviolet{
	color:#9400D3;
	}
.color-deeppink{
	color:#FF1493;
	}
.color-deepskyblue{
	color:#00BFFF;
	}
.color-dimgray{
	color:#696969;
	}
.color-dodgerblue{
	color:#1E90FF;
	}
.color-firebrick{
	color:#B22222;
	}
.color-floralwhite{
	color:#FFFAF0;
	}
.color-forestgreen{
	color:#228B22;
	}
.color-fuchsia{
	color:#FF00FF;
	}
.color-gainsboro{
	color:#DCDCDC;
	}
.color-ghostwhite{
	color:#F8F8FF;
	}
.color-gold{
	color:#FFD700;
	}
.color-goldenrod{
	color:#DAA520;
	}
.color-gray{
	color:#808080;
	}
.color-green{
	color:#008000;
	}
.color-greenyellow{
	color:#ADFF2F;
	}
.color-honeydew{
	color:#F0FFF0;
	}
.color-hotpink{
	color:#FF69B4;
	}
.color-indianred{
	color:#CD5C5C;
	}
.color-indigo{
	color:#4B0082;
	}
.color-ivory{
	color:#FFFFF0;
	}
.color-khaki{
	color:#F0E68C;
	}
.color-lavender{
	color:#E6E6FA;
	}
.color-lavenderblush{
	color:#FFF0F5;
	}
.color-lawngreen{
	color:#7CFC00;
	}
.color-lemonchiffon{
	color:#FFFACD;
	}
.color-lightblue{
	color:#ADD8E6;
	}
.color-lightcoral{
	color:#F08080;
	}
.color-lightcyan{
	color:#E0FFFF;
	}
.color-lightgoldenrodyellow{
	color:#FAFAD2;
	}
.color-lightgray{
	color:#D3D3D3;
	}
.color-lightgreen{
	color:#90EE90;
	}
.color-lightpink{
	color:#FFB6C1;
	}
.color-lightsalmon{
	color:#FFA07A;
	}
.color-lightseagreen{
	color:#20B2AA;
	}
.color-lightskyblue{
	color:#87CEFA;
	}
.color-lightslategray{
	color:#778899;
	}
.color-lightsteelblue{
	color:#B0C4DE;
	}
.color-lightyellow{
	color:#FFFFE0;
	}
.color-lime{
	color:#00FF00;
	}
.color-limegreen{
	color:#32CD32;
	}
.color-linen{
	color:#FAF0E6;
	}
.color-magenta{
	color:#FF00FF;
	}
.color-maroon{
	color:#800000;
	}
.color-mediumaquamarine{
	color:#66CDAA;
	}
.color-mediumblue{
	color:#0000CD;
	}
.color-mediumorchid{
	color:#BA55D3;
	}
.color-mediumpurple{
	color:#9370DB;
	}
.color-mediumseagreen{
	color:#3CB371;
	}
.color-mediumslateblue{
	color:#7B68EE;
	}
.color-mediumspringgreen{
	color:#00FA9A;
	}
.color-mediumturquoise{
	color:#48D1CC;
	}
.color-mediumvioletred{
	color:#C71585;
	}
.color-midnightblue{
	color:#191970;
	}
.color-mintcream{
	color:#F5FFFA;
	}
.color-mistyrose{
	color:#FFE4E1;
	}
.color-moccasin{
	color:#FFE4B5;
	}
.color-aavajowhite{
	color:#FFDEAD;
	}
.color-navy{
	color:#000080;
	}
.color-oldlace{
	color:#FDF5E6;
	}
.color-olive{
	color:#808000;
	}
.color-olivedrab{
	color:#6B8E23;
	}
.color-orange{
	color:#FFA500;
	}
.color-orangered{
	color:#FF4500;
	}
.color-orchid{
	color:#DA70D6;
	}
.color-palegoldenrod{
	color:#EEE8AA;
	}
.color-palegreen{
	color:#98FB98;
	}
.color-paleturquoise{
	color:#AFEEEE;
	}
.color-palevioletred{
	color:#DB7093;
	}
.color-papayawhip{
	color:#FFEFD5;
	}
.color-peachpuff{
	color:#FFDAB9;
	}
.color-peru{
	color:#CD853F;
	}
.color-pink{
	color:#FFC0CB;
	}
.color-plum{
	color:#DDA0DD;
	}
.color-powderblue{
	color:#B0E0E6;
	}
.color-purple{
	color:#800080;
	}
.color-red{
	color:#FF0000;
	}
.color-rosybrown{
	color:#BC8F8F;
	}
.color-royalblue{
	color:#4169E1;
	}
.color-saddlebrown{
	color:#8B4513;
	}
.color-salmon{
	color:#FA8072;
	}
.color-sandybrown{
	color:#F4A460;
	}
.color-seagreen{
	color:#2E8B57;
	}
.color-seashell{
	color:#FFF5EE;
	}
.color-sienna{
	color:#A0522D;
	}
.color-silver{
	color:#C0C0C0;
	}
.color-skyblue{
	color:#87CEEB;
	}
.color-slateblue{
	color:#6A5ACD;
	}
.color-slategray{
	color:#708090;
	}
.color-snow{
	color:#FFFAFA;
	}
.color-springgreen{
	color:#00FF7F;
	}
.color-steelblue{
	color:#4682B4;
	}
.color-tan{
	color:#D2B48C;
	}
.color-teal{
	color:#008080;
	}
.color-thistle{
	color:#D8BFD8;
	}
.color-tomato{
	color:#FF6347;
	}
.color-turquoise{
	color:#40E0D0;
	}
.color-violet{
	color:#EE82EE;
	}
.color-wheat{
	color:#F5DEB3;
	}
.color-white{
	color:#FFFFFF;
	}
.color-shitesmoke{
	color:#F5F5F5;
	}
.color-yellow{
	color:#FFFF00;
	}
.color-yellowgreen{
	color:#9ACD32;
	}


.btn-seemore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #066728;
  transition: .3s;
}
.btn-seemore:hover {
  color: #075322;
  background-color: #fff;
  border: 1px solid #075322;
  text-decoration: none;
}
