@charset "utf-8";
/* CSS Document */

body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container,
.container-fluid {
  margin: 0 auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  margin: 0;
}

p a {
  text-decoration: none;
  color: inherit;
}

ul li,
ol li {
  font-size: inherit;
  line-height: inherit;
  color: #000;
}

ul li {
  list-style-type: none;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}
h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 90px;
}

h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 90px;
}

h5 {
  font-size: 40px;
  font-weight: 700;
  line-height: 90px;
}

h6 {
  font-size: 32px;
  font-weight: 500;
    line-height: 39.2px;

}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

figure {
  margin: 0;
}

.section-title {
  font-size: 60px;
  font-family: "Inter";
  font-weight: bold;
  color: #ebdfd6;
  line-height: 66px;
  word-break: break-word;
}

.section-title * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  word-break: inherit;

  margin: 0;
  padding: 0;
}

.block-title {
  font-size: 28px;
  font-family: "Inter";
  font-weight: bold;
  color: #ebdfd6;
  line-height: 39.2px;
  color: rgb(235, 223, 214);
  word-break: break-word;
}

.block-title * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  word-break: inherit;

  margin: 0;
  padding: 0;
}

.small-text {
  color: #fff;
  font-family: "Inter";
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  line-height: 144.444%;
  word-break: break-word;
}

.small-text * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  word-break: inherit;
  margin: 0;
  padding: 0;
}

.btn {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.btn-green {
  background: #00663a;
}
.btn-green:hover {
  background: #fff !important;
  color: #00471d !important;
}

/*Header*/

.header.nav-new .navbar-brand img {
      max-width: 168px;
      transition: 0.4s ease-in-out;
      -webkit-transition: 0.4s ease-in-out;
      -moz-transition: 0.4s ease-in-out;
      -ms-transition: 0.4s ease-in-out;
      -o-transition: 0.4s ease-in-out;
}

.dropdown-menu li {
  margin: 0;
}

.navbar-brand img {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    max-width: 238px;
}

.header{

  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.header.nav-new {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.navbar {
  max-width: 1100px;
  margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0 0 0;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end !important;
}
.nav-item {
  margin: 0 31px;
  position: relative;
}

.nav-item .nav-link {
  color: #00471d;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  font-family: "Inter";
  font-weight: normal;
}

.nav-item .nav-link:hover,
 .nav-item .nav-link:active,
 .nav-item .nav-link.dropdown.active,
 .nav-item .nav-link.active{
  color: #d5caab;
}



/* 
 a{
  color: #d5caab;

} */

/* .nav-item.active-first .nav-link{
  color: #00471d;
} */

.navbar-nav > *:last-child {
  margin-right: 0px;
}

.nav-item svg {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
.nav-item svg path {
  fill: #006639;
}

.nav-link {
  padding: 0 !important;
  padding-left: 0px;
  padding-right: 0px;
}

.nav-link.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0px !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.dropdown-menu .dropdown-item {
  text-transform: uppercase;
}

.dropdown-menu .dropdown-item:hover {
  background: #00663a;
  color: #fff;
}
/*header*/

/*banner*/
.banner-main {
  background: #00471d;
  position: relative;
      margin: 180px 0 0 0;

  /* display: flex; */
  /* justify-content: center; */
}
.banner-wrp {
  max-width: 1560px;
  margin: 0 auto;
}

.banner-main .row {
  /* justify-content: center; */
  height: 100%;
  align-items: center;
}

.banner-left {
  max-width: 448px;
  padding: 162px 0;
  /* padding: 152px 0 178px 0; */
}

.banner-left .small-text {
  margin: 29px 0 36px 0;
}

.banner-left .btn {
  max-width: 180px;
}

.banner-right {
  width: 43% !important;
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-right > * {
  width: 100%;
  height: 100%;
}
.banner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

/*banner*/

/*ABOUT*/
.about-wrap .row {
  align-items: center;
  padding: 60px 0;
}

.about-left {
  max-width: 443px;
  margin: 0 auto;
}

.about-left .detail {
  margin:40px 0;
}
.about-left .detail > * {
  margin-bottom: 20px;
}

.navbar-nav .dropdown.active {
  color: #d5caab !important;
}

.about-wrap .about-left .section-title {
  color: #00471d;
}
.about-wrap .about-left .small-text {
  color: #202020;

  font-family: "Inter";
  font-weight: normal;
}

.about-wrap .about-left .btn {
  max-width: 180px;
}

.about-wrap .about-left .btn:hover {
  color: #00471d;
  border: 1px solid #00471d;
}

/*ABOUT*/

/*services*/
.services-main {
  background: #f5efeb;
  padding: 34px 0;
}

.service-left {
  max-width: 493px;
  margin: 0 auto;
}

.services-main .section-title {
  color: #00471d;
}

.services-main .row {
  align-items: center;
}

.sevices-block {
  max-width: 397px;
  margin: 0 auto;
  border: 2px solid #00471d;
  padding: 14px;
  height: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.sevices-block:hover {
  transform: scaleX(1.1) scaleY(1.1);
  -webkit-transform: scaleX(1.1) scaleY(1.1);
  -moz-transform: scaleX(1.1) scaleY(1.1);
  -ms-transform: scaleX(1.1) scaleY(1.1);
  -o-transform: scaleX(1.1) scaleY(1.1);
}
.sevices-block:hover .service-inside-detail {
  transform: translateX(0px) translateY(-43px) scaleX(1) scaleY(1) rotate(0deg)
    skewX(0deg) skewY(0deg);
}
.sevices-block .service-inside-detail {
  background: #006639;
  padding: 30px;
  height: calc(100% - 328px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.sevices-block .service-inside-detail .detail {
  color: #fff;
  margin: 15px 0 0 0;
}

.services-collection .row {
  align-items: stretch;
}

.service-wrp {
  margin-bottom: 64px;
}

.services-collection .btn {
  margin: 80px auto 0 auto;
  max-width: 250px;
}
.services-collection .btn:hover {
  border: 1px solid #006639;
}

.service-left .detail {
  padding: 34px 0 0 0;
}

/*services*/

/*supply*/

.supply-main {
  background: #ebe5d5;
  padding: 34px 0 50px 0;
}

.supply-wrap .row {
  align-items: center;
}

.supply-left {
  max-width: 489px;
  margin: 0 auto;
}

.supply-left .section-title {
  color: #00471d;
  margin: 0 0 39px 0;
}

.supply-left .detail > * {
  margin-bottom: 28px;
}

.supply-block {
  max-width: 397px;
  margin: 0 auto;
  border: 2px solid #00471d;
  padding: 14px;
  height: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.supply-block:hover {
  transform: scaleX(1.1) scaleY(1.1);
  -webkit-transform: scaleX(1.1) scaleY(1.1);
  -moz-transform: scaleX(1.1) scaleY(1.1);
  -ms-transform: scaleX(1.1) scaleY(1.1);
  -o-transform: scaleX(1.1) scaleY(1.1);
}

.supply-block:hover .supply-inside-detail {
  transform: translateX(0px) translateY(-43px) scaleX(1) scaleY(1) rotate(0deg)
    skewX(0deg) skewY(0deg);
}
.supply-block .supply-inside-detail {
  background: #006639;
  padding: 30px;
  height: calc(100% - 327px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.supply-block .detail {
  color: #fff;
  margin: 15px 0 0 0;
}

.supply-collection .row {
  align-items: stretch;
}

.supply-wrap {
  margin-bottom: 64px;
}

.supply-collection .btn {
  margin: 80px auto 0 auto;
  max-width: 250px;
}
.supply-collection .btn:hover {
  border: 1px solid #006639;
}

/*supply*/

/*gallery*/
.gallery-main {
  background: #00471d;
  padding: 18px 0;
  position: relative;
}

.gallery-img {
  height: 433px;
}

.gallery-slider .slick-list {
  padding: 0 80px 0 0;
}
.gallery-slide {
  padding: 0 5px;
}

.gallery-slider {
  opacity: 0;
}

.gallery-slider.slick-initialized {
  opacity: 1;
}

.gallery-img * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-arrows-gallery .slick-arrow svg {
  fill: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.slick-prev {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.slick-arrows-gallery .slick-arrow:hover svg {
  fill: #00471d;
}

.slick-arrows-gallery .slick-prev {
  margin-left: 24px;
  cursor: pointer;
}

.slick-arrows-gallery .slick-next {
  margin-right: 24px;
  cursor: pointer;
}

.gallery-img {
  position: relative;
  cursor: pointer;
}

.gallery-img:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgba(88, 88, 88, 0.6) !important;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.gallery-img:hover::before {
  z-index: 9;
  opacity: 1;
}

.like-gallery {
  position: absolute;
  bottom: 0;
  height: 24px;
  width: 24px;
  z-index: 999;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.like-gallery svg {
  height: 24px;
  width: 24px;
  color: #fff;
}

.gallery-img:hover .like-gallery {
  opacity: 1;
  cursor: pointer;
}

.like-gallery:focus-visible {
  outline: unset !important;
}

.gallery-img:hover .like-gallery {
  opacity: 1;
  cursor: pointer;
}

.like-gallery svg path {
  transition: fill 0.3s ease;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
}

.like-gallery.active svg path {
  fill: #ff0000;
  stroke: none;
}

.like-gallery:focus-visible {
  outline: unset !important;
}

.like-gallery:focus svg {
  color: #ff0000;
}

.like-gallery:focus svg path {
  fill: #ff0000;
}

.like-gallery {
  margin: 0 0 36px 37px;
}

.gallery-img a {
  position: relative;
  z-index: 9;
}
/*gallery*/

/*Discover*/
.discover-main {
  background: #ebdfd5;
  position: relative;
  margin: 0 auto;
}

.discover-wrp {
  max-width: 1460px;
  margin: 0 auto;
}

.discover-main .row {
  height: 100%;
}

.discover-left {
  max-width: 480px;
  padding: 95px 0 45px 0;
}

.discover-left .detail {
  margin: 22px 0 37px 0;
}

.callus img {max-width:35px;} .mailus img {max-width:35px}

.discover-left .callus a {
  font-size: 24px;
  text-decoration: none;
  color: #00471d;
  font-family: "Inter";
  font-weight: bold;
}

.discover-left .callus a:hover {
  color: #00471d;
}

.discover-left .callus {
  display: flex;
  align-items: center;
  gap: 10px;
}

.callus svg {
  margin-right: 10px;
  fill: #00663a;
}

.discover-left .block-title {
  color: #00471d;
  font-size: 32px;
}

.discover-right {
  width: 43% !important;
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
}

.discover-right > * {
  width: 100%;
  height: 100%;
}

.discover-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}

.callus svg {
  max-width: 35px;
}

.discover-form {
  margin: 82px 0 0 0;
}

.discover-form label {
  font-size: 14px;
  color: rgb(0, 102, 57);
  margin-bottom: 10px;
}

.discover-form .form-group {
  margin-bottom: 28px;
}

.discover-form .form-group .form-control {
  background: transparent;
  border: 1px solid #00663a;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 8px;
}

.discover-form .btn {
  width: 100%;
}

.mailus {
  margin-top: 90px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mailus a {
  font-size: 16px;
  color: #212121;
  text-decoration: unset;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.mailus a:hover {
  color:#006639;
}

.mailus svg {
  max-width: 40px;
  margin-right: 10px;
}

.mailus svg path {
  fill: #00663a;
}

.discover-form .form-control:focus {
  border-color: #fff;
}

.footer-wrap .form-control:focus {
  border: 0px;
}

/*Discover*/

/*Footer*/
footer {
  background: #00471d;
  padding: 78px 0 34px;
}

.footer-wrap {
  max-width: 856px;
  margin: 0 auto;
}

.footer-wrap p {
  font-family: "Montserrat";
}

.footer-wrap .block-title {
  padding-left: 24px;
  margin-bottom: 24px;
  font-size: 24px;
}

.footer-wrap form {
  margin-left: 24px;
}

.footer-wrap form label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-wrap form .btn {
  max-width: 184px;
  margin-left: 24px;
  padding: 9px 71px;
  text-transform: capitalize;
}

.footer-wrap .form-control {
  max-width: 586px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.footer-wrap p {
  font-size: 13px;
  color: #fff;
  margin-top: 48px;
}

.footer-wrap p a {
  text-decoration: underline;
}

.footer-wrap p a:hover {
  color: #d5caab;
}
/*Footer*/


.wpcf7 form .wpcf7-response-output {
    margin: 10px 0.5em 1em;
}


/*404*/

.section-404 {
    margin: 313px 0 280px;
    height: auto;
}

.description-404 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.back-home-button {
  max-width: 400px;
  margin: 40px auto 0 auto;
}
.back-home-button .btn:hover{
  border: 1px solid #00471d;
}

/*404*/

/*privacy policy*/
/*-------------------typography-start-------------------------------*/
.typography-section{
  padding: 200px 0 100px 0;
}
.notfound-wrp {
  padding: 230px 0 70px;
}


.typography-section h1 {
  color: #000;
 font-family: 'Inter';
  font-size: 60px;
  font-weight: 500;
  margin: 0 0 9px 0;
}

.typography-section h2 {
  color: #000;
  font-family: 'Inter';
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section h3 {
  color: #000;
 font-family: 'Inter';
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section h4 {
  color: #000;
 font-family: 'Inter';
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section h5 {
  color: #000;
 font-family: 'Inter';
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section h6 {
  color: #000;
  font-family: 'Inter';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 9px 0;
}

.typography-section ul,
.typography-section ol {
  padding-left: 20px;
}

.typography-section .alignnone {
  float: none;
  margin: 25px 25px 25px 0;
}

.typography-section .alignleft {
  float: left;
  margin: 25px 25px 25px 0;
}

.typography-section .alignright {
  float: right;
  margin: 25px 0 25px 25px;
}

.typography-section .aligncenter {
  display: block;
  float: none;
  margin: 25px auto;
}

.typography-section blockquote {
  padding-left: 19px;
  border-left: 8px solid #7fb31b;
  margin: 0;
  margin-bottom: 11px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/*-------------------typography-end---------------------------------*/

/*privacy policy*/




.wpcf7 form.success .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: #1c7857;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  color: #C61137;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: -10px 0 0 0 !important;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none; /* Hide the spinner */
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; /* Hide the spinner */
}


.dropdown-item.active, .dropdown-item:active {
  background: #00471d;
}

footer {
    padding: 78px 0 25px;
}

.fancybox-slide {
    background: #fff;
}

.supply-inside-detail .block-title {
      max-width: 275px;
}

.btn:focus-visible {
    background: #fff !important;
  color: #00471d !important;
  border-color: unset !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color:#00471d !important;
background-color:#fff !important;
border-color:unset !important;
}