.core-value-item:nth-child(2n) .core-value-img {
  order: 2;
}

.core-value-item:nth-child(2n) .core-value-content {
  order: 1;
}

.core-value-item:nth-child(2n+1) .core-value-img {
  order: 2;
}

.core-value-item:nth-child(2n+1) .core-value-content {
  order: 1;
}


.core-value-item:nth-child(2n+1) .core-value-content {
  display: flex;
  justify-content: end;
}



.main-value-box {
  overflow: hidden;
  margin-bottom: 4px;
}

.main-value__img {
  height: 400px;
}

.main-value-content {
  top: 0%;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

.main-value-content-box {
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.333);
}

.main-value-content-box h4,
.main-value-content-box p {
  color: var(--color-primary);
}

.main-value-box:hover .main-value-content {
  top: 0%;
  height: 100%;
  align-items: start;
}

.main-value-box:hover .main-value-content .main-value-content-box {
  height: 100%;

}

.main-value-box {
  padding: 0px 2px;
}



.stage-grow-year__tablinks {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.2s ease;
  color: #064024;
  position: relative;
}

.stage-grow-year__tablinks::after {
  content: "";
  height: 25px;
  right: -2px;
  background-color: #064024;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 2px;
}

.stage-grow-year__tablinks span {
  position: relative;
}

.stage-grow-year__tablinks.active span::after {
  content: "";
  bottom: -2px;
  background-color: #064024;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.stage-grow-year__tabs{
  padding: 0px 80px;
}
.stage-grow-year__tablinks:hover {
  color: #064024;
  font-weight: 700;
}

.stage-grow-year__tablinks.active {
  color: #064024;
  font-weight: 700;
}

.stage-grow-year__tabcontent {
  display: none;
}

.stage-grow-year__tabcontent.active {
  display: block;
}

.stage-grow-year__content {
  color: var(--color-primary);
  padding-bottom: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}
.stage-grow-year__number{
  font-size: 22px;
  margin: 0;
  color: #897a4e;
  font-weight: 600;
  text-align: center;
  color: var(--color-1);
  padding-top: 20px;
}
.wrapper_tabcontent{
  padding-top: 30px;
}
.page-aboutus__content .desc p{
  color: #656565;
}
.page-aboutus__content .title-sectiom__small{
  font-weight: 300;
}
.page-aboutus__content .title-sectiom__small:nth-child(1){
  margin-bottom: 0px;
}
.page-aboutus__content .title-section__big{
  margin-bottom: 0px;
}
.stage-grow-year .slick-dots{
  display: none !important;
}
.main-value-content-box svg{
fill: white;
}

.contactRb .clm {
  margin-bottom: 20px;
}

.contactRb-box {
  border: 1px solid #053f23;
  height: 100%;
  padding: 25px;
  position: relative;
  cursor: pointer;

}

.contactRb-box h4 {
  color: #053f23;
  text-transform: uppercase;
  padding-right: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}

.contactRb-box ul li {
  color: #053f23;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.contactRb-box ul li svg {
  height: 13px;
  margin-top: 2px;
  margin-right: 5px;
  fill: #053f23;
}

.map iframe {
  width: 100%;
}

/* .form-contact{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000a1;
  -webkit-transition: width .7s;
  -o-transition: width .7s;
  transition: width .7s;
  transition: all ease-in-out .7s;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%);
  z-index: 2;
}
.form-contact.active{
  overflow: visible;
  opacity: 1;
  transform: translateX(0%);
  z-index: 2;
} */
.form-contact-body{
  background-color: white;
  padding: 30px;
  border-radius: 5px;
}
.form-contact input,
.form-contact textarea,
.form-contact select
{

  padding: 0 20px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid var(--bg-5);
  color: #000;
}

.form-contact textarea {
  padding: 15px;
  border-radius: 3px;
}

.form-contact input,  .form-contact select {
  height: 40px;
  border-radius: 3px;
}

.form-contact label {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.form-contact .form-contact__checkbox input {
  padding: 0;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  margin-right: 15px;

}

.form-contact__checkbox {
  padding-left: 30px;
  margin-bottom: 15px;
}

.form-contact p {
  font-size: 26px;
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.form-contact_btn {
  background-color: var(--bg-5);
  color: rgb(255, 255, 255) !important;
  border-radius: 0px !important;
  min-width: 100px !important;
  margin-top: 0px;
  padding: 12px 20px 11px 20px;
  font-size: 14px;
  font-weight: 500;
}

.contactRb-ct iframe {
  opacity: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.btnform-contact{
  top: 3px;
  right: 4px;
  cursor: pointer; 
}
.contact-call {
  background-color: var(--bg-5);
  color: rgb(255, 255, 255) !important;
  border-radius: 8px !important;
  min-width: 100px !important;
  margin-top: 0px;
  padding: 9px 10px 8px 10px;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
}
.gg-map iframe{
  display: block;
  height: 500px;
  width: 100%;
}
.gg-map p{
  padding: 0;
}
.introduce-desc img{
  height: 300px;
}
@media (min-width: 576px){
  
}
@media (min-width: 768px){
}
@media (min-width: 992px){
  .core-value-item:nth-child(2n) .core-value-img {
    order: 2;
  }
  
  .core-value-item:nth-child(2n) .core-value-content {
    order: 1;
  }
  
  .core-value-item:nth-child(2n+1) .core-value-img {
    order: 1;
  }
  
  .core-value-item:nth-child(2n+1) .core-value-content {
    order: 2;
  }
}
@media (min-width: 1200px){
  .page-aboutus__content{
    position: absolute;
    z-index: 2;
  }
  .main-value-content {
    top: 54%;
  }
}
@media (min-width: 1400px){
}