/**
* Template Name: Amoeba - v2.0.0
* Template URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Roboto";
  color: #000000;
}

a {
  color: #43aea0;
}

a:hover {
  color: #00d3b8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 32px;
  bottom: 122px;
  /* background: #70b9b0; */
  color: #000000;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  width: auto;
  font-size: 10px;
}

.back-to-top i {
  font-size: 40px;
  position: absolute;
  top: -30px;
  left: 14px;
}

.back-to-top:hover {
  color: #000000;
  /* background: #8bc6bf; */
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 4rem;
  z-index: 997;
  transition: all 0.5s;
  padding: 0.3rem 0;
  background: #FFFFFF;
}

#header.header-scrolled {
  background: #FFFFFF;
  height: 4rem;
  padding: 0.3rem 0;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

#main {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #c2c2c2;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Roboto";
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  /* color: #9cd5ce; */
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #feca0a;
  text-decoration-thickness: 3px;
  font-weight: 450;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #25564f;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #70b9b0;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #c2c2c2;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #feca0a;
  text-decoration-thickness: 3px;
  font-weight: 600;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: unset;
  left: 1.3rem;
  top: 1.3rem;
  z-index: 9998;
  border: 0;
  /* background: #c2c2c2; */
  font-size: 1.3rem;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: left;
}

.mobile-nav-toggle i {
  color: #c2c2c2;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  /* background: rgba(1, 41, 42, 0.9); */
  background: #c2c2c2;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #c2c2c2;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero-area-l-13 {
  padding-top: 105px;
  padding-bottom: 30px;
}

@media (min-width: 480px) {
  .hero-area-l-13 {
    padding-top: 110px;
  }
}

@media (min-width: 768px) {
  .hero-area-l-13 {
    padding-top: 110px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .hero-area-l-13 {
    padding-top: 225px;
    padding-bottom: 0px;
  }
}

.hero-area-l-13 .content {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}

@media (min-width: 992px) {
  .hero-area-l-13 .content {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .hero-area-l-13 .content {
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .hero-area-l-13 .content {
    padding-right: 82px;
  }
}

.hero-area-l-13 .content h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 1px;
  color: #1F1F1F;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .hero-area-l-13 .content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .hero-area-l-13 .content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (min-width: 1200px) {
  .hero-area-l-13 .content h1 {
    font-size: 70px;
    line-height: 72px;
  }
}

.hero-area-l-13 .content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #222F3F;
  margin: 25px 0px 35px 0px;
}

.hero-area-l-13 .content .btn {
  min-width: 200px;
  height: 40px;
  background: #000000;
  border-radius: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-top: 22px;
}

.hero-area-l-13 .bg-shape-13 {
  background: url(../img/hero-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -50%;
  height: 135%;
  width: 135%;
  background-size: cover;
  left: -30%;
  transform: rotate(-11deg);
  z-index: -1;
}

.hero-area-l-13 .apps-btn {
  margin: 0px -6px -10px -6px;
}

.hero-area-l-13 .apps-btn a {
  margin: 0px 6px 10px 6px;
  display: inline-block;
}

#home {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-background.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}

#home:before {
  content: "";
  background: rgba(112, 185, 176, 0.85);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home .hero-container {
  position: inherit;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#home h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#home h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}

#home .btn-get-started {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
}

#home .btn-get-started:hover {
  background: #fff;
  color: #70b9b0;
  border: 1px solid #70b9b0;
}

@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 60px 0; */
  padding: 0;
}

.section-bg {
  background-color: #f2f9f8;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  /* font-size: 32px; */
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  color: #555;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Home Product
--------------------------------------------------------------*/
.home_product {
  padding-top: 60px;
}

.home_product h3 {
  font-weight: 400;
  font-size: 26px;
}

.home_product ul {
  list-style: none;
  padding: 0;
}

.home_product ul li {
  padding-bottom: 10px;
}

.home_product ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #70b9b0;
}

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

.home_product .member {
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  width: 225px;
  margin-inline: auto;
}

.home_product .member:hover{
  /* transform: scale(1.05); */
  box-shadow: 0 20px 30px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.home_product .member img {
  /* max-height: 60%; */
  height: 250px;
  width: 100%;
  margin: 0 0 10px 0;
}

.home_product .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 1.2rem;
  padding-inline: 20px;
  height: 2.5rem;
}

.home_product .member span {
  display: block;
  font-size: 13px;
}

.home_product .member p {
  padding-top: 10px;
  font-size: 0.8rem;
  padding-inline: 20px;
  color: #000000;
  height: 90px;
  text-align: justify
}

.btn-home-product-detail {
  background-color: #ffffff;
  width: -webkit-fill-available;
  border-radius: unset;
  border-top-color: #feca0a;
  font-size: 0.9rem;
  height: 40px;
}

.btn-home-product-detail:hover {
  background-color: #feca0a;
  width: -webkit-fill-available;
  border-radius: unset;
  cursor: pointer;
}

/*--------------------------------------------------------------
# HOME CULTIVATION
--------------------------------------------------------------*/
.home_cultivation {
  padding-top: 60px;
  background-color: #f8fcfc
}

.home_cultivation_slider {
  margin-bottom: 35px;
}

.home_cultivation h3 {
  font-weight: 400;
  font-size: 26px;
}

.home_cultivation ul {
  list-style: none;
  padding: 0;
}

.home_cultivation ul li {
  padding-bottom: 10px;
}

.home_cultivation ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #70b9b0;
}

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

.home_cultivation .member {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  /* padding: 30px 20px; */
  /* padding: 5px; */
  background: #ffffff;
  /* height: 95%; */
  width: 140px;
  border-radius: 4%;
  margin: auto;
}

.home_cultivation .member:hover{
  /* transform: scale(1.05); */
  box-shadow: 0 20px 30px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  cursor: pointer;
  background-color: #feca0a;
}

.home_cultivation .member img {
  /* max-width: 60%; */
  height: 140px;
  width: 100%;
  border-top-left-radius: 4%;
  border-top-right-radius: 4%;
}

.home_cultivation .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 0.9rem;
  padding-block: 9px;
}

.home_cultivation .member span {
  display: block;
  font-size: 13px;
}

.home_cultivation .member p {
  padding-top: 10px;
  font-size: 14px;
  padding-inline: 20px;
  color: #000000;
  min-height: 113px;
}

.btn-home-cultivation-detail {
  background-color: #ffffff;
  width: -webkit-fill-available;
  border-radius: unset;
  font-size: 0.9rem;
  height: 40px;
  border-radius: 4%;
}

.btn-home-cultivation-detail:hover {
  background-color: #feca0a;
  width: -webkit-fill-available;
  border-radius: unset;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.services .icon i {
  color: #70b9b0;
  font-size: 42px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
  transition: 0.3s;
}

.services .icon-box:hover .title a {
  color: #70b9b0;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/call-to-action-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: #70b9b0;
  border: 2px solid #70b9b0;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #70b9b0;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  background: #073839;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 22px;
}

.portfolio .portfolio-item .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
  color: #70b9b0;
  font-size: 24px;
}

.portfolio .portfolio-item:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #70b9b0;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #70b9b0;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #70b9b0;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Home Stories
--------------------------------------------------------------*/
.home_stories .member {
  text-align: center;
  /* margin-bottom: 10px; */
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  /* padding: 30px 20px; */
  /* padding: 5px; */
  background: #f8fcfc;
  width: 300px;
  margin-bottom: 2rem;
  margin-inline: auto;
}

.home_stories .member:hover{
  /* transform: scale(1.05); */
  box-shadow: 0 20px 30px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.home_stories .member img {
  height: 225px;
  width: -webkit-fill-available;
  /* border-radius: 50%; */
  margin: 0 0 20px 0;
}

.home_stories .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 1.3rem;
  text-align: left;
  color: #409bb7;
  padding-inline: 20px;
  height: 5.5rem;
}

.home_stories .member span {
  display: block;
  font-size: 13px;
}

.home_stories .member p {
  padding-top: 10px;
  font-size: 0.9rem;
  color: #555;
  text-align: left;
  padding-inline: 20px;
  height: 120px;
  word-break: break-word;
}

.home_stories .member .social {
  /* margin-top: 15px; */
  text-align: right;
  /* position: absolute; */
  bottom: 3px;
  padding: 20px;
}

.home_stories .member .social a {
  color: #409bb7;
  transition: 0.3s;
}

.home_stories .member .social a:hover {
  color: #409bb7;
  transition: 0.3s;
  cursor: pointer;
}

.home_stories .member .social i {
  /* font-size: 18px; */
  margin: 0 2px;
}

.home_stories .member .detail {
  text-align: center;
}

.home_stories .member .detail:hover {
  color: #409bb7;
  transition: 0.3s;
  cursor: pointer;
}

.home_stories .member .detail a {
  color: #409bb7;
  transition: 0.3s;
}

.home_stories .member .detail a:hover {
  color: #409bb7;
  transition: 0.3s;
  cursor: pointer;
}

.home_stories .member .detail i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #70b9b0;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto";
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #70b9b0;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #70b9b0;
}

.contact .social-links a:hover {
  background: #70b9b0;
  color: #fff;
}

.contact .info {
  color: #777;
}

.contact .info i {
  font-size: 32px;
  color: #70b9b0;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -10px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #58342c;
  /* padding: 30px 0; */
  color: #fff;
  font-size: 14px;
  margin-top: 10%;
  border-top: 8px solid #feca0a;
  padding-top: 12px;
  /* position: fixed;
  bottom: 0;
  width: 100%;
  height: 120px; */
}

#footer .copyright {
  text-align: center;
}

#footer .credits img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 0.7rem;
  color: #fff;
}

#footer .contact_us {
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
  color: #fff;
}

#footer .contact_us strong {
  font-size: 0.8rem;
}

#footer .contact_us table {
  width: 100%;
  margin-top: 3px;
}

#footer .contact_us table tr td {
  vertical-align: top;
}

#footer .address {
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
  color: #fff;
}

#footer .address table {
  width: 100%;
  margin-top: 3px;
}

#footer .address strong {
  font-size: 0.8rem;
}

#footer .social {
  text-align: right;
  padding: 20px;
}

#footer .social .circle a {
  color: #58342c;
  transition: 0.3s;
  padding: inherit;
}

#footer .social .circle a:hover {
  color: #482e28;
}

#footer .social .circle i {
  font-size: 1.3rem;
  line-height: 1.3;
}

#footer .social .circle {
  background-color: #f8e4cc;
  width: fit-content;
  padding: 3px;
  border-radius: 50%;
  height: fit-content;
  margin: auto;
  flex-grow: 0 !important;
  margin: 10px;
}

/* BUTTON */
.btn-redirect {
  background: #feca0a;
  color: #000000;
  margin-inline: auto;
  font-size: 0.9rem;
  margin-bottom: 40px;
}

.btn-redirect:hover {
  box-shadow: 0 20px 30px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.home_slider {
  padding: 60px 0 5px 0;
}

#home_slider .carousel-inner .item {
  background: white !important;
  transition: all ease 3s !important;
}

.slick-dots li.slick-active button:before {
  color: #feca0a !important;
}

.slick-dots li button:before {
  font-size: 30px !important;
}

.slick-initialized .slick-slide {
  margin-inline: 10px !important;
}

.home_product .slick-initialized .slick-slide {
  /* margin-inline: 40px !important; */
}

.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

.slick-prev:before, .slick-next:before {
  color: #000000 !important;
}

.slick-list {
  padding: 5px 50px !important;
}

/* LIST PRODUCT */
.list_product {
  padding: 60px 0;
}

.list_product #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.list_product #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.8rem;
  line-height: 20px;
  color: #000;
  border-radius: 4px;
  text-transform: capitalize;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}

.list_product #portfolio-flters li:hover, .list_product #portfolio-flters li.filter-active {
  background: #feca0a;
  color: #000;
  font-weight: bold;
}

.list_product #portfolio-flters li:last-child {
  margin-right: 0;
}

.list_product .member {
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  /* padding: 30px 20px; */
  padding-bottom: 15px;
  background: #ffffff;
  height: 300px;
  width: 200px;
  border-radius: 4%;
  margin: auto;
}

.list_product .member:hover{
  /* transform: scale(1.05); */
  box-shadow: 0 20px 30px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  cursor: pointer;
}

.list_product .member img {
  /* max-width: 60%; */
  /* max-width: 6rem; */
  /* border-radius: 50%; */
  margin: 0 0 15px 0;
  height: 240px;
  width: 100%;
  border-top-left-radius: 4%;
  border-top-right-radius: 4%;
}

.list_product .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 1rem;
  padding-inline: 20px;
}

.list_product .member span {
  display: block;
  font-size: 13px;
}

.list_product .member p {
  padding-top: 10px;
  font-size: 14px;
  padding-inline: 20px;
  color: #000000;
  min-height: 113px;
}

/* PROFILE */
#profile_quote {
  padding: 90px 0 60px 0;
}
#profile_quote .carousel-inner .item {
  background: white !important;
  transition: all ease 3s !important;
}

.blockquote-footer::before {
  content: none;
}

/* PROFILE TIMELINE */
.timeline {
  border-left: 1px solid #feca0a;
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: #feca0a;
  left: -46px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

.profile_about .maintxt {
  background-color: #fff;
  width: 75%;
  position: relative;
  margin-left: 30%;
  padding-inline: 5%;
  margin-top: -30%;
  padding-block: 6%;
  letter-spacing: 1px;
}

.slick-slide img {
  display: initial !important;
}

.slick-prev {
  left: 20px !important;
}

.slick-next {
  right: 20px !important;
}

.slick-prev, .slick-next {
  z-index: 996 !important;
}

.slick-next:before {
  content: url(/icon/circle-arrow-right-solid.svg) !important;
}

.slick-prev:before {
  content: url(/icon/circle-arrow-left-solid.svg) !important;
  width: 1.4rem !important;
  height: 1.4rem !important;
}

.min-content-height {
  min-height: 88vh;
}

/* CAREER */

.career .container {
  margin-top: -23%;
}

.career h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #3ca4cc;
  margin-bottom: 20px;
  text-shadow: 2px 2px #FFF;
}

.career p {
  text-align: justify;
}

.career .career-list a {
  color: #3ca4cc;
  font-weight: bold;
}

.dropdown-tab .btn-dropdown-tab {
  color: #525151;
  background-color: #fff;
  border: 2px solid #ec9a036e;
  width: -webkit-fill-available;
  text-align: left;
}

.dropdown-tab .dropdown-item.active, .dropdown-item:active {
  color: #161817 !important;
  border-bottom: #feca0a 2px solid !important;
  font-weight: bold !important;
  background-color: #fff !important;
}

.dropdown-tab .dropdown-item {
  color: #c1c1c1 !important;
}

.dropdown-tab .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: #525151;
  background-color: #fff;
  border: 2px solid #ec9a036e;
}

.dropdown-tab .btn-secondary:hover {
  color: #525151;
  background-color: #fff;
  border: 2px solid #ec9a036e;
}

.list_cultivation {
  padding-top: 60px;
  background-color: #f8fcfc
}

.list_cultivation h3 {
  font-weight: 400;
  font-size: 26px;
}

.list_cultivation ul {
  list-style: none;
  padding: 0;
}

.list_cultivation ul li {
  padding-bottom: 10px;
}

.list_cultivation ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #70b9b0;
}

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

.list_cultivation .member {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  /* padding: 30px 20px; */
  /* padding: 5px; */
  background: #ffffff;
  /* height: 95%; */
  width: 140px;
  border-radius: 4%;
  margin-inline: auto;
}

.list_cultivation .member:hover{
  /* transform: scale(1.05); */
  box-shadow: 0 20px 30px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  cursor: pointer;
  background-color: #feca0a;
}

.list_cultivation .member img {
  /* max-width: 60%; */
  height: 140px;
  width: 100%;
  border-top-left-radius: 4%;
  border-top-right-radius: 4%;
}

.list_cultivation .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 0.9rem;
  padding-block: 9px;
}

.list_cultivation .member span {
  display: block;
  font-size: 13px;
}

.list_cultivation .member p {
  padding-top: 10px;
  font-size: 14px;
  padding-inline: 20px;
  color: #000000;
  min-height: 113px;
}

@media (min-width: 375px) {
  #detail-product .container {
    width: calc( 100% - 40px );
  }
  .image-product-solo {
    width:inherit;
    margin:auto;
  } .image-product-solo img {
    width: 300px;
    height:360px;
  }
}

 @media (min-width: 720px) {
  #detail-product .container {
    width: calc( 100% - 40px );
  }

  .image-product-solo {
    width:225px;
    margin: 0;
    float: left;
    display: inline-block;
  } .image-product-solo img {
    height:270px;
  } 

  .tabs-product {
    width: calc(100% - 225px);
    float: left;
    display: inline-block;
  }
}

.btn-no-bordered {
  background: #ffffff;
  color: #ECAE10;
  margin-inline: auto;
  font-size: 0.9rem;
  border: none;
  margin-block: 20px; 
  height: 42px; 
  padding: .5rem .75rem
}

.btn-no-bordered:hover{
  border: 1px solid #ECAE10;
  color: #ECAE10;
}

.form-input-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ECAE10" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form-input-icon-date {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ECAE10" class="bi bi-calendar" viewBox="0 0 16 16"><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.form-input-icon-time {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ECAE10" class="bi bi-clock" viewBox="0 0 16 16"><path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.form-floating {
  position: relative
}

.page-item.active{
  pointer-events:none;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.7rem + 2px);
  line-height: 1.25
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  color: #ECAE10;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
      transition: none
  }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 1rem .75rem;
  border: none;
  border-bottom: 1px solid #ECAE10;
  border-radius: unset;
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
  color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating>.form-control-plaintext~label {
  border-width: 1px 0
}

.btn-filters {
  background: #ffffff;
  color: #ECAE10;
  margin-inline: auto;
  font-size: 0.9rem;
  border: 1px solid #ECAE10;
  margin-block: 5px; 
  height: 42px; 
  padding: .5rem .75rem;
  border-radius: 30px;
  width: 150px;
}

.btn-filters:hover {
  background: #ECAE10;
  color: #ffffff;
  margin-inline: auto;
  font-size: 0.9rem;
  border: 1px solid #ECAE10;
  margin-block: 5px; 
  height: 42px; 
  padding: .5rem .75rem
}

.btn-filters-active {
  background: #ECAE10;
  color: #ffffff;
  margin-inline: auto;
  font-size: 0.9rem;
  border: 1px solid #ECAE10;
  margin-block: 5px; 
  height: 42px; 
  padding: .5rem .75rem
}







