@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Turnip:wght@100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/lucida-sans');
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --thm-font: "Lucida Sans", sans-serif;
  --heading-font: "Turnip", sans-serif;
  --thm-color: #438D5A;
  --thm-color-rgb: 110, 118, 115;
  /* --thm-base: #3C5A21; */
  --thm-base: #438D5A;
  --thm-base-rgb: 73, 167, 96;
  --thm-primary: #f7c35f;
  --thm-primary-rgb: 247, 195, 95;
  --thm-secondary: #ed4b4b;
  --thm-secondary-rgb: 237, 75, 75;
  --thm-special: #438FB0;
  --thm-special-rgb: 83, 102, 194;
  --thm-black: #1d1c1c;
  --thm-black-rgb: 37, 89, 70;
  --thm-black2: #1d1c1c;
  --thm-black2-rgb: 29, 28, 28;
  --thm-text-dark: #8e96a0;
  --thm-text-dark-rgb: 142, 150, 160;



  /* --thm-dark-brown: #7B5D2C;
  --thm-dark-brown2: #4d3919; */
  --thm-dark-brown: #b4844c;
  --thm-dark-brown2: #974c01;
  --thm-dark-brown-rgb: 123, 93, 44;
  --thm-copper-brown: #B4844F;
  --thm-copper-brown-rgb: 180, 132, 79;
  --thm-pale-sand: #F2DFBD;
  --thm-pale-sand-rgb: 242, 223, 189;
  --thm-olive-green: #3C5A21;
  --thm-olive-green-rgb: 60, 90, 33;
  --thm-teal: #438D5A;
  --thm-teal-rgb: 67, 141, 90;
  --thm-muted-teal: #448F86;
  --thm-muted-teal-rgb: 68, 143, 134;
  --thm-blueish-green: #438FB0;
  --thm-blueish-green-rgb: 67, 143, 176;
}


body {
  font-family: var(--thm-font);
  color: var(--thm-black);
  font-size: 18px;
  line-height: 1.5;
  background-color: #f8f3e9;
}


a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  transition: ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--thm-black);
}

@media (max-width: 575px) {

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--thm-base);
}

.background-primary {
  background-color: var(--thm-primary);
}

.background-secondary {
  background-color: var(--thm-secondary);
}

.background-special {
  background-color: var(--thm-special);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}


.gray-boxed-wrapper {
  background-color: #f6f5f2;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .gray-boxed-wrapper {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .gray-boxed-wrapper {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media (min-width: 1440px) {
  .gray-boxed-wrapper {
    max-width: 1600px;
  }
}

.gray-boxed-wrapper.home-one__boxed {
  margin-top: -60px;
}

@media (min-width: 992px) {
  .gray-boxed-wrapper.home-one__boxed {
    margin-top: -205px;
  }
}

.block-text {
  font-size: 15px;
  line-height: 2.125;
  color: var(--thm-color);
  margin-bottom: 0;
  font-weight: 500;
}

@media (min-width: 992px) {
  .block-text {
    font-size: 16px;
  }
}

.block-title {
  margin-bottom: 15px;
  width: 100%;
}

.service-two__service-page .block-title {
  margin-left: 1em;
  margin-right: 1em;
}

.block-title h4 {
  color: var(--thm-black);
  font-weight: 300;
  font-size: 21px;
}

@media(max-width: 767px) {
  .block-title h4 {
    font-size: 20px;
  }
}

.block-title__image {
  background-size: 100%;
  width: 24px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-title.text-center .block-title__image {
  margin-left: auto;
  margin-right: auto;
}

.block-title p {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--thm-base);
  letter-spacing: 0.2em;
}

@media (min-width: 1440px) {
  .block-title p {
    font-size: 14px;
  }
}

.block-title h3 {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  color: var(--thm-black);
  text-align: center;
}

@media (min-width: 1440px) {
  .block-title h3 {
    font-size: 46px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--thm-black);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--thm-secondary);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Arial, Helvetica, sans-serif;";
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--thm-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--thm-color);
}

.scroll-to-top:hover i {
  color: #fff;
}

.post-pagination {
  margin-bottom: 0;
  margin-top: 0px;
}

@media (min-width: 992px) {
  .post-pagination {
    margin-top: 0px;
  }
}

.post-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #eff2f6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--thm-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

@media (min-width: 992px) {
  .post-pagination a {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.post-pagination a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.post-pagination li:first-child a {
  background-color: var(--thm-base);
  color: #fff;
}

.post-pagination li:last-child a {
  background-color: var(--thm-black);
  color: #fff;
}

.post-pagination li+li {
  margin-left: 10px;
}

.key-bold{
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  color: var(--thm-base);
}

/* .key-text {
  font-weight: 600;
  transform: translate(-50%,-50%);
  background-image: linear-gradient(#f4ffd2, #f4ffd2); 
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
   transition: background-size .7s, background-position .5s ease-in-out;
}

.key-text:hover {
  background-size: 100% 100%;
  background-position: 100% 0%;
  transition: background-position .7s, background-size .5s ease-in-out;
} */

.key-numbers{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #bec99e;
  padding: 0 6px 0 6px;
  border-radius: 50%;
}

.inquiries-container {
  background-color:var(--thm-dark-brown);
  border: 1px solid #f7e2b8;
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: background-color ease 0.5s;
}

.inquiries-container:hover 
{
  background-color: #f7e2b8;
  transition: background-color ease 0.5s;
}

.inquiries-content{
  color: #fff;
}

.inquiries-container:hover .inquiries-content {
  color: black;
}

.inquiries-container:hover .hover-link {
  color: var(--thm-base);
}

.hover-link {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  color: #f7e2b8;
  transition: color 0.3s ease; /* Smooth transition */
}

.inquiries-container-contact {
  background-color: var(--thm-dark-brown);
  border: 1px solid #f7e2b8;
  margin-top: 40px;
  margin-bottom: 80px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}

.inquiries-container-contact:hover 
{
  background-color: #f7e2b8;
  transition: background-color 0.3s ease;
}

.inquiries-content-contact {
  color: #fff;
}

.inquiries-container-contact:hover .inquiries-content-contact {
  color: black;
}

.inquiries-container-contact:hover .hover-link {
  color: var(--thm-base);
}

label.error {
  display: block;
  color: red; 
  font-size: 0.9em;
  margin-top: 5px;
}

label.message-error{
  color: red; 
  font-size: 0.9em;
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 20px;
  color: var(--thm-base);
  border: 2px solid var(--thm-base);
}

.swiper-slide {
  position: relative;
  background-color: var(--thm-black);
}

.swiper-slide .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
  transition: transform 1.5s ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero .tagline {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: white;
  margin-bottom: 30px;
  animation: fadeIn 2s ease-in-out;
}

@media (max-width: 575px) {
  .hero .tagline {
    font-size: 14px;
  }
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: 85px;
  line-height: 1.1;
  margin-top: 15px;
  font-weight: 700;
  animation: fadeInUp 2.5s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 br {
  display: inherit !important;
}

.hero h1 span {
  position: relative;
}

.hero h1 span::before {
  content: "";
  width: 108px;
  height: 101px;
  position: absolute;
  top: -10px;
  right: -70px;
}

@media (max-width: 575px) {
  .hero h1 span::before {
    background-size: 100%;
    width: 70px;
    height: 70px;
    right: -50px;
  }
}

@media (max-width: 1199px) {
  .hero h1 {
    font-size: 70px;
  }

  .bottom-footer .container {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .hero h1 {
    font-size: 60px;
  }
}

@media (max-width: 425px) {
  .hero h1 {
    font-size: 50px;
  }
}

@media (max-width: 375px) {
  .hero h1 {
    font-size: 40px;
    line-height: 1.3;
  }
}

.hero p {
  margin: 0;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 25px;
  animation: fadeIn 2s ease-in-out 0.5s;
}

.row.hero-row {
  margin-top: 120px;
}

@media (max-width: 425px) {
  .row.hero-row {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .hero p {
    max-width: 440px;
  }
}

@media (max-width: 575px) {
  .hero p {
    font-size: 15px;
  }
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 700;
  padding: 16.5px 39.5px;
  background-color: var(--thm-dark-brown)!important;
  transition: background-color 0.3s ease !important;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.thm-btn:hover {
  background-color: var(--thm-base)!important; 
  color: #fff;
}

@keyframes zoomIn {
  from {
    transform: scale(1.0);
  }

  to {
    transform: scale(1.2);
    /* End at normal size */
  }
}

.swiper-slide .image-layer {
  animation: zoomIn 4s ease-out forwards;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-menu .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
}

.main-menu {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  z-index: 91;
}

.main-menu::after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url(../images/shapes/ripped-paper-header-1.png);
  background-position: center center;
  background-size: auto;
}

@media (min-width: 1700px) {
  .main-menu::after {
    bottom: -16px;
    background-size: 100%;
  }
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  margin-right: auto;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

.main-menu .main-menu__list>li::before,
.main-menu .main-menu__list>li::after,
.stricky-header .main-menu__list>li::before,
.stricky-header .main-menu__list>li::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c3dd77;
  position: absolute;
  bottom: 13px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li::before,
.stricky-header .main-menu__list>li::before {
  left: 0;
}

.main-menu .main-menu__list>li::after,
.stricky-header .main-menu__list>li::after {
  right: 0;
}

.main-menu .main-menu__list>li.current::before,
.main-menu .main-menu__list>li.current::after,
.main-menu .main-menu__list>li:hover::before,
.main-menu .main-menu__list>li:hover::after,
.stricky-header .main-menu__list>li.current::before,
.stricky-header .main-menu__list>li.current::after,
.stricky-header .main-menu__list>li:hover::before,
.stricky-header .main-menu__list>li:hover::after {
  opacity: 1;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 55px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-family: var(--thm-font);
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--thm-color);
  -webkit-transition: 500ms;
  transition: 500ms;
  position: relative;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  z-index: 2;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--thm-base);
  text-shadow: 0px 0 0 currentColor;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  opacity: 1;
}

.main-menu .main-menu__list li.search-btn,
.stricky-header .main-menu__list li.search-btn {
  margin-left: 30px;
}

.main-menu .main-menu__list li.search-btn a::before,
.stricky-header .main-menu__list li.search-btn a::before {
  display: none;
}

.main-menu .main-menu__list li.search-btn i,
.stricky-header .main-menu__list li.search-btn i {
  font-size: 22px;
}

.main-menu .main-menu__list li.cart-btn a,
.stricky-header .main-menu__list li.cart-btn a {
  position: relative;
}

.main-menu .main-menu__list li.cart-btn span,
.stricky-header .main-menu__list li.cart-btn span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: var(--thm-font);
  background-color: var(--thm-primary);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  -webkit-transition: background-color 500ms, color 500ms;
  transition: background-color 500ms, color 500ms;
}

.main-menu .main-menu__list li.cart-btn:hover span,
.stricky-header .main-menu__list li.cart-btn:hover span {
  background-color: #fff;
  color: var(--thm-black);
}

.main-menu .main-menu__list li.cart-btn i,
.stricky-header .main-menu__list li.cart-btn i {
  font-size: 23px;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: var(--thm-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:last-child>a,
.stricky-header .main-menu__list li ul li:last-child>a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--thm-primary);
  color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.main-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__search-btn,
.main-header__cart-btn {
  font-size: 23px;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__search-btn:hover,
.main-header__cart-btn:hover {
  color: var(--thm-base);
}

.main-header__cart-btn {
  margin-left: 30px;
  margin-right: 30px;
}

.main-header__info-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--thm-primary);
  border-radius: 5px;
  padding: 18px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__info-phone>i {
  font-size: 32px;
  color: #fff;
}

.main-header__info-phone-content {
  margin-left: 10px;
}

.main-header__info-phone-content .main-header__info-phone-text {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
}

.main-header__info-phone-content .main-header__info-phone-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  color: #fff;
  display: block;
}

@media (max-width: 575px) {
  .main-header__info-phone {
    display: none;
  }
}

.main-header__info-phone:hover {
  background-color: var(--thm-black);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}


@media (max-width: 1024px) {
  .main-menu .mobile-nav__toggler {
    position: absolute;
    right: 16px;
  }
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--thm-base);
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}

.stricky-header .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.topbar {
  background-color: #f6f5f2;
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}

.main-menu .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-box a img {
  display: block;
  max-height: 150px;
  max-width: 50px;
  width: auto;
  height: auto;
  color: #e6f7ff;
}

.logo-text a {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #49a760;
}

@media (max-width: 425px) {
  .main-menu .logo-box {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1199px) {
  .main-menu .logo-box .mobile-nav__toggler {
    margin-left: 20px;
  }
}

@media (max-width: 425px) {
  .main-menu .main-header__info {
    display: none;
  }
}

.main-header__two {
  position: relative;
  background-color: var(--thm-base);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
}

@media (min-width: 992px) {
  .main-header__two {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
  }
}

.main-header__two .topbar {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  background-color: var(--thm-base);
}

.main-header__two .topbar .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header__two .topbar p {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.main-header__two .main-menu .mobile-nav__toggler {
  color: #fff;
}

.main-menu__two {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.main-menu__two::after {
  display: none;
}

.main-menu__two .main-header__search-btn,
.main-menu__two .main-header__cart-btn,
.main-menu__two .main-menu__list>li>a,
.main-menu__two .main-menu__list>li:hover>a,
.main-menu__two .main-menu__list>li.current>a {
  color: #fff;
}

.main-menu__two.stricky-header {
  background-color: var(--thm-color);
}

.main-menu__two .main-header__cart-btn {
  margin-right: 0;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 999;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0.8;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--thm-base);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #b5c3be;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--thm-primary);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--thm-primary);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__language img {
  border-radius: 50%;
  margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 70px;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  color: #b5c3be;
  font-size: 14px;
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: #b5c3be;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--thm-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: #b5c3be;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--thm-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .logo-box {
  display: none;
}

.mobile-nav__container .main-header__info {
  display: none;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
}

.page-header::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-position: center;
  background-size: auto;
  z-index: 9;
}

@media (min-width: 1700px) {
  .page-header::after {
    background-size: 100%;
  }
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: var(--thm-base);
}

.page-header .container {
  position: relative;
  z-index: 10;
  padding-top: 120px; /*160*/
  padding-bottom: 40px; /*80*/
  text-align: center;
}

@media (max-width: 1199px) {
  .page-header .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


.page-header .container h2 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .page-header .container h2 {
    font-size: 36px;
  }
}

.thm-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thm-breadcrumb li {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: var(--thm-base);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thm-breadcrumb li:not(:last-of-type) {
  margin-right: 10px;
  color: #fff;
}

.thm-breadcrumb li a {
  opacity: 0.7;
  color: #fff;
}

.thm-breadcrumb li span {
  display: block;
  line-height: 1;
  color: #fff;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map__home-two {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
}

.google-map__home-two iframe {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 400px;
}

/*--------------------------------------------------------------
# Client Carousel

--------------------------------------------------------------*/
.slider-class {
  position: relative; 
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden; 
  background-color: #f8f3e9;
}

@media (max-width: 997px) {
  .slider-class {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.teams-slider{
  position: relative;
  align-content: center;
  height: 100%;
}

.teams-slider .card {
  border: 1px solid #f7e2b8;
  border-radius: 10px;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);
  padding: 5px;
  padding-bottom: 20px;
  height: 100%;
}

.card-body{
  padding: 0 !important;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.teams-slider .flip-card-inner.rotated {
  transform: rotateY(180deg);
}

.teams-slider .card-title {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 600;
  min-height: 54px;
}

@media (max-width: 767px){
  .teams-slider .card-title {
    font-size: 15px;
  }
}

.flip-card-front, .flip-card-back {
  flex-direction: column;
  width: 100%;
  height: 100%; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  background: #fff;
  padding-top: 80px;
}

@media (max-width: 750px){
  .flip-card-back {
    padding-top: 10px;
  }

  .teams-slider .card-text {
    font-size: 16px !important;
  }

  .teams-slider .bold-text {
    font-size: 16px !important;
  }
}

.teams-slider .card-text {
  margin-bottom: 0;
  font-size: 18px;
  color: black;
  letter-spacing: 1.2px;
}

.teams-slider .bold-text{
  color: black;
  font-weight: 600;
  font-size: 18px;
}

.teams-slider .card img {
  width: 100%;
  }
/* 
.teams-slider .swiper-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px; 
}

.teams-slider .swiper-slide {
  width: 370px;
  background-color: transparent;
  margin-left: 30px;
}

.teams-slider .image-container {
  padding: 10px;
  border-radius: 5px;
}

@media (max-width: 425px) {
  .teams-slider .swiper-slide {
    width: 190px !important;
    margin: 0px 5px;
}
}

@media (max-width: 768px) {
  .teams-slider .swiper-slide {
    width: 270px;
  }
} */

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

/* .teams-slider .btn-primary {
  background-color: var(--thm-base);
}
 */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: var(--thm-black);
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.site-footer .footer-justify {
  justify-content: center;
}

@media(min-width: 768px) {
  .site-footer .footer-justify {
    justify-content: left !important;
  }
}

.site-footer::before {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 10;
  background-size: auto;
}

@media (min-width: 1700px) {
  .site-footer::before {
    background-size: 100%;
    top: -16px;
  }
}

.footer-widget {
  height: 100%;
  margin-bottom: 40px;
}

.footer-widget a img {
  display: block;
  max-height: 230px;
  max-width: 100%;
  width: auto;
}

.footer-widget__title {
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}

.footer-widget__Logo {
  position: relative;
}

.footer__social {
  padding-top: 20px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__social a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer__social a:hover {
  color: var(--thm-color);
}
.footer__social a+a {
  margin-left: 10px;
}

.footer-widget__links {
  margin: 0;
  margin-top: -10px;
}

.footer-widget__links li {
  position: relative;
}
.footer-widget__links li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 14px;
  color: #b5c3be;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-widget__links li a {
  padding-left: 15px;
  display: block;
  color: #b5c3be;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__links li:hover::before,
.footer-widget__links li:hover a {
  color: var(--thm-color);
}

.footer-widget__contact {
  margin-top: -10px;
}

.footer-widget__contact li {
  position: relative;
  padding-left: 20px;
}


.footer-widget__contact li>i {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 14px;
  color: #fff;;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-widget__contact li a {
  color: #b5c3be;
  font-size: 14px;
  line-height: 2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.unclickable{
  pointer-events: none;
}

.footer-widget__contact li:hover a {
  color: var(--thm-color);
}

.bottom-footer {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.bottom-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom-footer p {
  margin: 0;
  font-size: 14px;
  color: #b5c3be;
  font-weight: 500;
  line-height: 1;
}

.bottom-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.bottom-footer__links a {
  line-height: 1;
  font-size: 14px;
  color: #b5c3be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.bottom-footer__links a:not(:last-of-type)::after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
}


.bottom-footer__links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.contact-one .block-title {
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .contact-one .block-title {
    margin-right: -20px;
  }
}

.contact-one__summery {
  margin-bottom: 0px;
}

.contact-one__content .block-title h3 {
  font-size: 42px;
}

.contact-one__summery p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: var(--thm-black);
  font-weight: 500;
}

@media (min-width: 992px) {
  .contact-one__summery p {
    font-size: 15px;
    max-width: 400px;
  }
}

.contact-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .contact-one__social {
    margin-bottom: 15px;
  }
}

.contact-one__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--thm-dark-brown);
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .contact-one__social a {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
}

.contact-one__social a:hover {
  background-color: var(--thm-base);
  color: #fff;
}

.contact-one__social a+a {
  margin-left: 10px;
}

.contact-one__form {
  margin-top: 40px;
}

@media (min-width: 1440px) {
  .contact-one__form {
    padding-left: 70px;
  }
}

.contact-one__form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-one__form .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-one__form input[type="text"],
.contact-one__form textarea {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  font-size: 16px;
  color: gray;
  margin-bottom: 20px;
}

.contact-one__form input[type="email"],
.contact-one__form textarea {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  font-size: 16px;
  color: gray;
  margin-bottom: 20px;
}

.contact-one__form textarea {
  height: 150px;
  padding-top: 10px;
}


@media(max-width: 767px) {
  .contact-one__form {
    margin-top: 0px;
  }
}

.contact-one__content .block-title h3 {
  width: 100%;
  text-align: left;
}

.contact-two {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-two__content .block-title h3 {
  text-align: center;
}

.contact-two .contact-one__form input[type="email"], .contact-two .contact-one__form textarea {
  margin-bottom: 10px;
}

@media (min-width: 1440px) {
  .contact-two__content {
    position: relative;
    left: 15px;
  }
}

@media (min-width: 1440px) {
  .contact-two .contact-one__form {
    padding-left: 30px;
  }
}

.contact-two .contact-one__form input[type="text"],
.contact-two .contact-one__form textarea {
  margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Secction-bg
--------------------------------------------------------------*/

.section-bg {
  padding-top: 80px;
  position: relative;
  color: var(--thm-black);
  background-color: #fff;
}

.section-bg-image img {
  max-width: 100%;
  height: 360px;
  border-radius: 10px;
}

.section-bg-intro p {
  font-size: 1.1em;
  line-height: 1.6;
}

.empower {
  margin-top: 50px;
  margin-bottom: auto;
  padding-left: 0;
}

@media(max-width: 1200px){
  .empower {
    margin-top: 0;
  }
}

.empower-img{
  box-shadow: 0 4px 8px rgb(123 93 44);
}

.section-bg-highlights {
  background-color: #fff;
}

.section-bg-highlights .block-title {
  margin-top: auto;
  margin-bottom: auto;
  padding-left:  30px;
}

.section-bg-highlights .block-title h3 {
  padding-bottom: 10px;
}

.section-bg-highlights .block-title span {
  line-height: 1.2;
  padding-top: 30px !important;
}

.spirulina-highlight img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
  /* object-position: bottom -66px left 0px; */
  box-shadow: 0 4px 8px rgb(123 93 44);
}


@media(max-width: 768px) {
  .spirulina-highlight img {
    max-width: -webkit-fill-available;
    height: 300px;
    margin-bottom: 20px;
  }

  ul.spirulina-list {
    font-size: 16px;
  }
}

.section-bg-highlights h2{
  color: var(--thm-black);
}

@media(max-width: 768px) {
  .section-bg {
    padding-top: 40px;
  }
}

@media(max-width: 425px) {
  .section-bg-image {
    padding-left: 0;
  }
}

@media(max-width: 768px) {
  .section-bg-image {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}

@media(max-width: 990px){
  .highlight-card {
    height: auto !important;
    margin: 10px 0 !important;
}
}

.highlight-card {
  border: 1px solid #f7e2b8;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition:  ease 0.5s;
  margin-bottom: 0px;
  height: 100%;
  background: #fff;
/*   max-width: 275px;
  margin: 20px auto; */
}

.highlight-card:hover {
  transform: scale(1.05);
  background-color: #f7e2b8;
  transition:  ease 0.5s;
}

.highlight-card h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
}

.highlight-card p {
  font-size: 16px;
}

.cards-row{
  padding-top: 80px;
  padding-bottom: 80px;
}

.cards-row-about{
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px){
  .cards-row-about{
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.icon-food{
  display: inline-block;
  width: 100px; /* Adjust size as needed */
  height: 100px;
  background-image: url('../images/shapes/food-security.png');
  background-size: 70%;
  background-repeat: no-repeat;
  color: var(--thm-color); /* This will affect the SVG fill */
  background-position: center;
}

.icon-water{
  display: inline-block;
  width: 100px; /* Adjust size as needed */
  height: 100px;
  background-image: url('../images/shapes/save-water.png');
  background-size: 70%;
  background-repeat: no-repeat;
  color: var(--thm-color); /* This will affect the SVG fill */
  background-position: center;
}

.icon-sustainable{
  display: inline-block;
  width: 100px; /* Adjust size as needed */
  height: 100px;
  background-image: url('../images/shapes/environmental-conservation.png');
  background-size: 70%;
  background-repeat: no-repeat;
  color: var(--thm-color); /* This will affect the SVG fill */
  background-position: center;
}

.highlight-icon {
  font-size: 3.5em;
  color: var(--thm-color);
  width: 100PX;
  height: 100PX;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
  background: #f7e2b8;
  line-height: 100px;
  margin-top: -70px;
}

.highlight-text {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--thm-black);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.service-two {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.service-two::before {
  content: "";
  width: 100%;
  height: 16px;
  background-image: url(../images/shapes/ripped-paper-gray-up.png);
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 10;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: auto;
}

@media (min-width: 1700px) {
  .service-two::before {
    background-size: 100%;
    bottom: -15px;
  }
}

.service-two .container {
  position: relative;
  z-index: 10;
}


.service-two__card {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #c3dd77;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-two__card-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.service-two__card-image>img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 5px;
}

.service-two__card-content {
  background-color: #fff;
  position: relative;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1024px) {
  .service-two__card-content {
    height: 600px;
  }
}

.service-two__card-content h3 {
  color: var(--thm-color);
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-two__card-content h3 a {
  font-size: 24px;
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-two__card-content h3 a:hover {
  color: var(--thm-base);
}

.service-two__card:hover .service-two__card-content {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.service-two__card-icon {
  width: 108px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
}

.service-two__card-icon img {
  width: 78px;
  height: 78px;
  background-color: var(--thm-base);
  border: 6px solid #fff;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 35px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  top: -39px;
  margin-bottom: -39px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-two__card-icon i {
  width: 78px;
  height: 78px;
  background-color: var(--thm-base);
  border: 6px solid #fff;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 35px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  top: -39px;
  margin-bottom: -39px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 768px) {
  .service-two__card-icon {
    width: 98px;
    height: 98px;
    top: -49px;
    margin-bottom: -49px;
  }
}

.service-two__card:hover {
  -webkit-box-shadow: 0 4px 0 0 var(--thm-base);
  box-shadow: 0 4px 0 0 var(--thm-base);
}

.service-two__service-page {
  background-color: #fff;
}

.service-two__service-page::before {
  display: none;
}

.services-main {
  padding-top: 40px;
  padding-bottom: 10px;
}

@media(max-width:767px) {
  .services-main {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

.services-card {
  border: 1px solid #f7e2b8;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  transition: transform 0.2s;
  background: #fff;
  margin: 10px auto;
  height: 100%;
}

.services-main .image-container img {
  max-width: 100%;
  height: 500px;
  padding-bottom: 20px;
  width: -webkit-fill-available;
}

@-moz-document url-prefix() {
  .services-main .image-container img {
    width: 100%;
  }
}

.service-text {
  padding: 20px;
  margin: 20px 0;
  font-size: 20px;
  color: RGBA(var(--thm-black), 0.1);
}

@media (max-width: 767px) {
  .services-main .image-container img {
    padding-bottom: 50px;
    width: -webkit-fill-available;
  }
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.service-list li {
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin: 0px;
  border: 1px solid #f7e2b8;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff;
  transition: ease 0.5s;
}
.service-list li img{max-width: 72px; margin-bottom: 20px;}
.service-list i {
  font-size: 40px;
  color: var(--thm-base);
  margin-right: 0;
  padding-bottom: 20px;
}

.service-list li:hover {
  transform: scale(1.05);
  background-color: #f7e2b8;
  transition: ease 0.5s;
}

@media (max-width: 767px) {
  .service-list i {
    width: 250px;
  }
}

.service-list h4 {
  font-size: 20px;
  color: var(--thm-base);
}

.project-details__title {
  color: white;
  background-color: var(--thm-dark-brown);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center !important;
  margin-top: 40px;
  margin-bottom: 20px;
}

.project-details__check-list {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
}


@media (min-width: 1200px) {
  .project-details__check-list {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .project-details__check-list2 {
    margin-top: -40px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    border-radius: 20px;
}
}

.project-details__check-list li {
  position: relative;
  padding-left: 25px;
  color: var(--thm-black);
  font-weight: 500;
  line-height: 1.4;
}

.project-details__check-list li + li {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .project-details__check-list li {
    font-size: 18px;
    padding-left: 30px;
  }
}

.project-details__check-list li > i {
  color: var(--thm-base);
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-details__check-list li > img{
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 24px;
} 
.spirulina{
  margin-bottom: 20px;
}

.spirulina .empower{
  text-align: left;
}

.spirulina .spirulina-image img{
  border-radius: 10px;
  box-shadow: 0 4px 8px rgb(123 93 44);
}

ul.spirulina-list {
  display: block;
  margin: 10px 0;
  list-style : none;
  padding: 0;
}

ul.spirulina-list li{
  margin-right: 10px;
  position: relative; 
  padding-left: 10px; 
  text-align: left;
  padding-left: 0;
  margin-bottom: 5px;
}
ul.spirulina-list li img {
  width: 24px;
  margin-right: 5px;
}
ul.spirulina-list li i{
  margin-right: 10px;
  color: var(--thm-base);
}

ul.spirulina-list li::before{
/*   content: '✔'; 
 */  position: absolute;
  left: 0;
  color: var(--thm-base);
  font-size: 20px; 
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  font-weight: 400;
}

@media (max-width: 767px) {
  .about-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.about-one.about-page{
    padding-bottom: 0px;
  }
}

section.about-one.about-page{
  background-color: #fff;
}

.about-one__images {
  position: relative;
}

.about-one__images img {
  max-width: 100%;
  /* height: 722px; */
  margin-bottom: 0px;
  border-radius: 5px;
  width: 100%;
  /* object-fit: cover;
  box-shadow: 0 4px 8px rgb(123 93 44);*/
} 

.about-one__content .block-title h3 {
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

@media (max-width: 650px) {
  .about-one__images img {
    position: block !important;
    width: 100%;
    margin-bottom: 0;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .about-one__content {
    margin-top: 40px;
  }
}

.about-one__tagline p {
  margin: 0;
  color: var(--thm-base);
  font-size: 24px;
  line-height: 1;
}

.about-one__summery {
  margin-top: 20px;
  margin-bottom: 30px;
}

.about-one__summery p {
  margin: 0;
}

.about-one__icon-row {
  border-top: 1px solid #e9e7e2;
  border-bottom: 1px solid #e9e7e2;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.about-one__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.about-one__box i {
  font-size: 40px;
  color: var(--thm-base);
  margin-right: 20px;
}

.about-one__box h4 {
  margin: 0;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__box h4 a {
  color: var(--thm-black);
}

.about-one__box:hover h4 a{
  color: var(--thm-base);
}

@media (min-width: 992px) {
  .about-one__content {
    padding-top: 0px;
    padding-left: 50px;
    border-radius: 5px;
  }
}

.about-two {
  padding-top: 80px;
  padding-bottom: 195px;
  position: relative;
  background-color: #fff;
}

section.about-two.about-two-technology{
  padding-bottom: 80px;
}

@media(max-width: 992px){
  .about-two-technology {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  section.feature-two.technology-feature {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    margin-top: 0 !important;
  }
}

.about-two .container {
  position: relative;
}

.about-two__images {
  position: relative;
}


.about-two__images img {
  height: 571px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .about-two__images img {
    padding-top: 0px;
    max-height: 400px;
    height: auto;
    max-width: 100%;
  }
}

.tagline-container {
  display: flex;
  align-items: center;
  padding: 0.5em;
  background: var(--thm-dark-brown);
  border-radius: 5px;
}

.tagline-container img {
  width: 50px;
  margin-right: 10px;
}

.tagline-container h4 {
  margin: 0;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 767px) {
  .tagline-container {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
}
.tagline-tech {
  margin: 0;
  font-size: 15px !important;
  font-weight: 400;
}


.about-two__content .block-title h3 {
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

.about-two__summery p {
  margin: 0;
  padding-bottom: 28px;
  font-weight: 400;
}

.about-two__list {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .about-two__list {
    margin-top: 50px;
  }
}

.about-two__list li {
  position: relative;
  margin-bottom: 5px;
  color: var(--thm-black);
  font-weight: 500;
}

@media (max-width: 768px) {
  .about-two__list li {
    padding-left: 40px;
  }
}

@media (max-width: 425px) {
  .about-two__content {
    margin-bottom: 20px;
  }
}
.about-two__list li>i {
  color: var(--thm-base);
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .about-two__list li {
    padding-left: 40px;
  }
}

.about-two__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-two__progress-box {
  position: relative;
  width: 118px;
  margin-right: 20px;
}

.home-progress.tech .about-two__progress-box{
  margin-right: 0;
}

@media(max-width: 767px) {
  .about-two__progress {
    margin-top: 20px;
  }
}

@media(min-width: 768px) {
  .tagline-container {
    margin-bottom: 20px;
  }
}

.about-two__progress-box span {
  display: block;
  color: var(--thm-base);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-two-technology .about-two__progress-content {
  white-space: no-wrap;
}

.about-two__progress-content h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.667;
  color: var(--thm-black);
}

.about-two__progress+.about-two__progress {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.feature-two {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .feature-two {
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.feature-two__box {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #f7e2b8;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  height: 350px
}

.index-page .feature-two__box {
  height: 300px;
  /* padding: 50px; */
}

.feature-two__box p {
  margin: 0;
  font-size: 12px;
  color: var(--thm-);
  line-height: 1.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 15px;
  font-weight: 600;
  padding-top: 20px;
}

.index-page .feature-two__box p {
  margin: 0;
  font-size: 16px;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 0px;
  font-weight: 400;
  text-transform: capitalize;
  padding-top: 0;
}

p.feature-title-tag {
  margin: 0;
  font-size: 17px;
  color: var(--thm-black);
  margin-top: 15px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .feature-two__box p {
    margin-top: 0;
  }
}

.feature-two__box i {
  font-size: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--thm-base);
}

@media (min-width: 992px) {
  .feature-two__box i {
    /* position: absolute;
    top: 50px;
    right: 50px; */
    padding-top: 0px;
  }
}

.feature-two__box h3 {
  font-size: 20px;
  line-height: 1.545;
  color: var(--thm-base);
  font-weight: 400;
  margin: 0;
  margin-top: 15px;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__box h3 br {
  display: none;
}

@media (min-width: 992px) {
  .feature-two__box h3 {
    font-size: 22px;
  }
}

.feature-two__box:hover {
  transform: scale(1.05);
  background-color: #f7e2b8;
}

section.feature-two.technology-feature {
  margin-top: 80px;
  padding-bottom: 80px;
}

section.feature-two.technology-feature .technology-header {
  padding-bottom: 40px;
}

section.feature-two.technology-feature h2 { 
  padding-bottom: 20px;
}

.technology-feature .feature-two__box{
  text-align: center;
  height: 100%;
}

p.feature-body-tag {
  font-weight: 400 !important;
}

section.feature-two p {
  font-weight: 600;
}

.home-progress.tech {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.home-progress.tech .about-two__progress{
  flex-direction: column;
  width: 100%;
}
.home-progress.tech  .about-two__progress-content h3{
  white-space: nowrap;
}
.home-progress.tech  .about-two__progress+.about-two__progress{
  margin-top: 0 !important;
}
/* .section-bg-2{
  background: url('../images/background/bg-img.png') no-repeat left center ;
  background-size: 300px;
} */

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    .row.hero-row {
        margin-top: 0px;
    }

    section.feature-two.technology-feature {
        margin-bottom: 0;
    }

    .main-menu .logo-box {
        margin-left: 0;
    }

    .hero {
        height: 350px;
    }

    .hero .tagline {
        margin-bottom: 10px;
    }

    .hero h1 {
        font-size: 40px;
        line-height: 1.3;
        margin-top: 10px;
    }

    .hero p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .home-progress {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .about-one__images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.about-one .row {
        gap: 30px;
    }

    .about-one__content {
        margin-top: 0;
    }

    .about-one__icon-row .row {
        gap: 10px !important;
    }

    .about-one__icon-row {
        padding-bottom: 13px;
        margin-bottom: 15px;
    }

    .about-two__images img {
        padding-top: 40px;
    }

    .about-two-technology .about-two__images img {
        padding-top: 0px;
    }

    .home-progress.tech {
        display: inline-grid;
    }

    ul.list-unstyled.about-two__list {
        display: flex;
        padding-left: 0;
      }

    .section-bg {
        padding-bottom: 40px;
    }
    
    .section-bg-2.section-bg-highlights{
        padding-bottom: 0;
    }

    .empower {
        padding-top: 0;
    }

    .section-bg-intro h3 {
        font-size: 25px;
        font-weight: 600;
        line-height: 38px;
        padding-bottom: 20px;
    }

    section.about-two.about2-home {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .feature-two__box h3 {
        max-width: 100%;
        margin-top: 5px;
    }

    .index-page .feature-two__box {
        padding: 40px;
    }

    .feature-two {
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .contact-two__content {
        margin-top: 0px;
    }

    .contact-two {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .site-footer {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .footer-widget {
        margin-bottom: 20px;
    }

    .footer-widget a img {
        max-height: 130px;
    }

    .footer__social{
        padding-top: 0;
    }

    .page-header .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .block-title h3 {
        font-size: 30px;
    }

    .about-one__tagline p {
        font-size: 20px;
    }

    .about-two__summery p {
        font-size: 16px;
    }
    
    .about-two__list {
        margin-top: 20px;
    }

    .about-two__content {
        margin-bottom: 0px;
    }

    section.feature-two.technology-feature .text-center {
        text-align: left !important;
    }

    section.feature-two.technology-feature {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    section.feature-two.technology-feature .feature-two__box p {
        font-size: 14px;
    }

    section.feature-two.technology-feature .feature-two__box {
        height: 320px;
        padding: 20px;
    }

    .service-two__service-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .services-main h4.service-text{
        margin: 0;
        padding: 10px;
    }

    .service-two__card-icon {
        width: 50px;
        height: 50px;
    }

    .service-two__card-content {
        padding-left: 20px;
        padding-right: 40px;
    }

    .service-two__card-image>img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .service-two__card-icon {
        width: 50px;
        height: 30px;
    }

    .service-two__card-icon img {
        width: 65px;
        height: 65px;
        border: 4px solid #fff;
    }

    .service-two__card-content h3 a {
        font-size: 24px;
    }

    .contact-one {
        padding-top: 0px;
        padding-bottom: 20px;
        position: relative;
    }

    .google-map__home-two {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact-one__content .block-title h3 {
        font-size: 32px;
    }

    .contact-one .block-title {
        margin-bottom: 15px;
    }

    .loc-list i {
        top: 15% !important;
    }

    .inquiries-container-contact{
        padding: 20px;
        margin: 20px;
    }

    .inquiries-content{
      font-size: 20px;
    }

    .inquiries-content-contact{
      font-size: 20px;
    }

    .about-two-technology {
        padding-bottom: 0px !important;
        padding-top: 40px;
    }

    .home-feature-two{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.feature-two.technology-feature {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cards-row{
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .inquiries-container {
      margin-top: 40px;
        margin-bottom: 40px;
    }

    .about-two__content ul.list-unstyled.about-two__list{
        display: block;
    }

    .service-list {
        grid-template-columns: auto;
    }

    .project-details__title {
        margin-top: 0;
    }

    .section-bg-intro {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .index-page .feature-two__box {
      height: 200px;
      margin: 10px 0;
    }
}

@media (min-width:768px) and (max-width:997px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu .logo-box {
        margin-left: 0;
    }

    .hero p {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .loc-list i {
        top: 15% !important;
    }

    .about-one__images img {
        width: auto;
        height: 500px;
        object-fit: cover;
        object-position: center;
    }

    .about-one__content .block-title h3 {
        margin-top: 10px;
    }

    .about-one__summery {
        margin-bottom: 20px;
    }

    .about-one {
        padding-bottom: 40px;
    }

    .section-bg {
        padding-top:  40px;
        padding-bottom: 40px;
    }

    .algae-info{
        padding-top: 20px;
    }

    .cards-row{
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .about-two {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-two__list {
        margin-top: 0px;
        padding-top: 44px;
    }

    .home-feature-two{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-two__progress-content h3 {
        margin: 0;
        font-size: 18px;
        line-height: 1.2;
        padding-right: 30px;
        color: var(--thm-black);
    }

    .home-progress.tech .about-two__progress-content h3{
        padding-right: 0;
    }

    .about-two__content ul.list-unstyled.about-two__list{
            display: block;
    }

    .section-bg-intro h3 {
        font-weight: 600;
    }

    .feature-two__box h3 {
        max-width: 100%;
        margin-top: 10px;
    }

    .home-progress {
        display: flex;
        justify-content: flex-end;
        padding-top: 15px;
    }

    .spirulina-highlight img {
        margin-bottom: 20px;
        height: auto;
        max-width: -webkit-fill-available;
      }

    .slider-class .block-title {
        margin-top: 80px;
    }

    .about-one {
        padding-top: 40px;
    }

    .index-page .feature-two__box {
        padding: 50px;
        margin-bottom: 0;
    }

    section.feature-two.technology-feature .feature-two__box p {
        font-size: 13px;
    }

    .feature-two__box p{
        padding-top: 0;
    }

    .contact-two {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .slider-class .block-title {
        margin-top: 0;
    }

    .service-two__service-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .inquiries-container{
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .inquiries-container-contact{
        margin-top: 0;
        margin-bottom: 40px;
    }

    .service-two__card-content {
        height: 560px;
    }

    .service-two__card-content h3 a {
        font-size: 22px;
    }

    .service-two__card-image>img {
        height: 200px;
    }

    .services-card {
        max-width: 350px;
    }

    .project-details__title {
        margin-top: 0;
    }

    .site-footer {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .bottom-footer{
        padding-top: 0;
    }

    .footer__social{
        padding-top: 0;
    }
}

@media (min-width:998px) and (max-width:1200px) {
    .container {
        padding-left: 15px;
    }

    .main-menu .mobile-nav__toggler {
        position: absolute;
        right: 16px;
    }

    .main-menu .logo-box {
        margin-left: 0;
    }

    .hero h1 {
        font-size: 60px;
        line-height: 1.0;
        margin-top: 15px;
        font-weight: 600;
    }

    section.about-two.about2-home {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    section.about-two.about2-home {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .feature-two__box {
      margin-bottom: 0px;
      
      }

    .about-two__summery p {
      padding-bottom: 0;
    }

    .about-two__images img {
        height: 458px;
    }

    .about-two__list {
        margin-top: 48px;
        padding-bottom: 17px;
    }

    .section-bg {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .section-bg-intro h3 {
        padding-bottom: 10px;
        font-weight: 600;
    }

    .about-two__content {
        padding-top: 10px;
    }

    .spirulina-highlight img {
        width: -webkit-fill-available;
    }

    .section-bg-highlights .highlight-card{
        max-width: 220px;
    }

    .feature-two {
        padding-bottom: 0;
        margin-left: 50px;
    }

    .feature-two__box h3 {
        font-size: 22px;
    }

    .feature-two__box i {
        font-size: 36px;
        padding-top: 40px;
    }

    .index-page .feature-two__box {
        padding: 25px;
    }

    .about-two__list {
        line-height: 1.3;
    }

    section.feature-two.technology-feature {
        padding-top: 0;
        margin-left: 0px;
    }

    .service-two__card-icon {
        height: 80px;
    }

    .service-two__card-content {
        height: 520px;
    }

    .service-two__card-content h3 a {
        font-size: 24px;
    }

    .service-two__card-image>img {
        height: 240px;
    }

    .services-main {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .contact-one__form {
        margin-top: 0;
    }

    .loc-list i {
        top: 15% !important;
    }

    .bottom-footer{
        padding-top: 0;
    }

    .site-footer{
        padding-bottom: 0;
    }

    .footer__social{
        padding-top: 0;
    }

    .footer-widget__contact {
        margin-top: -10px;
        margin-bottom: 0;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .container {
        max-width: 1200px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero h1 {
        font-size: 75px;
        line-height: 1.0;
        margin-top: 15px;
        font-weight: 600;
    }

    .row.hero-row {
        padding-left: 60px;
        padding-top: 80px;
    }

    .about-two__images img {
        height: 500px;
    }

    .about-one__icon-row {
        margin-bottom: 40px;
    }

    .about-two__list {
        margin-bottom: 50px;
    }

    section.about-two.about2-home {
        padding-bottom: 195px;
    }

    .about-two__content {
        padding-top: 0;
    }

    .feature-two {
        margin-left: 20px;
    }

    .page-header .container {
        padding-bottom: 50px;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .main-menu .mobile-nav__toggler {
        display: none;
    }

    .main-menu .main-menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .feature-two__box h3 {
        font-size: 24px;
        max-width: none;
        font-weight: 600;
        text-transform: capitalize;
        color: var(--thm-black);
/*         margin-top: 25px;
 */    }
 .feature-two__box .feature-title-tag2{font-size: 16px;padding-top: 10px;}
    .feature-two__box h3 br {
        display: inherit;
    }

    .feature-two__box i {
/*         right: 60px;
 */        font-size: 60px;
    }

    .feature-two__box {
        height: auto;
        margin-bottom: 0;
        z-index: 20;
        text-align: left;
        padding: 20px;
        right: 30px;
    }

    .index-page .feature-two__box {
      text-align: center;
      padding: 40px;
  }

    .technology-feature .feature-two__box {
        right: 0;
    }

    .feature-two {
        padding-top: 0;
        padding-left: 60px;
        margin-top: -120px;
        padding-bottom: 0;
    }

    .about-two__list li {
        font-size: 18px;
        padding-left: 30px;
    }

    .about-two__list {
        margin-bottom: 40px;
    }

    .about-two__content {
        padding-left: 70px;
        padding-top: 16px;
    }

    .about-two__images img {
        max-width: none;
    }

    .about-one__box h4 {
        max-width: 200px;
        font-size: 20px;
    }

    .about-one__box {
        margin-top: 30px;
    }

    .about-one__icon-row {
        margin-bottom: 50px;
    }

    .about-page .about-one__icon-row {
      margin-bottom: 0px;
    }

    .about-one__summery p {
        max-width: 95%;
    }

    .about-one__summery {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .about-one__tagline p {
        font-size: 26px;
    }

    .about-one__tagline {
        margin-top: -20px;
    }

    .service-two__card-icon {
        width: 108px;
        height: 88px;
        top: -54px;
        margin-bottom: -54px;
        font-size: 50px;
    }

    .service-two__card-content h3 {
        margin-left: auto;
        margin-right: auto;
    }

    .service-two__card-content {
        height: 600px;
        padding-bottom: 45px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 10PX;
    }

    .service-two__card {
        margin-bottom: 0;
    }

    .contact-two .contact-one__form textarea {
        height: 169px;
    }

    .contact-two .contact-one__form {
        padding-left: 0;
    }

    .contact-two__content {
        margin-top: 0;
    }

    .contact-one__form textarea {
        padding-top: 20px;
        height: 199px;
    }

    .contact-one__form input[type="text"],
    .contact-one__form textarea {
        height: 71px;
        padding-left: 30px;
    }

    .contact-one__form input[type="email"],
    .contact-one__form textarea {
        height: 71px;
        padding-left: 30px;
    }

    .contact-one__form {
        margin-top: 0;
        padding-left: 40px;
    }

    .contact-one__summery p {
        font-size: 16px;
        line-height: 2.125;
        margin-right: -25px;
    }

    .contact-one__summery {
        margin-top: 0px;
    }

    .contact-one {
        padding-top: 80px;
    }

    .bottom-footer__links a {
        font-size: 15px;
    }

    .bottom-footer__links a:not(:last-of-type)::after {
        margin-left: 10px;
        margin-right: 10px;
    }

    .bottom-footer__links {
        margin-top: 0;
    }

    .bottom-footer p {
        font-size: 15px;
    }

    .bottom-footer .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bottom-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-widget__contact li a {
        font-size: 15px;
        line-height: 2.133;
    }

    .footer-widget__contact li>i {
        font-size: 18px;
    }

    .footer-widget__contact li {
        min-height: 45px;
        padding-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-widget__contact li:last-child {
        padding-top: 0;
        display: block;
    }

    .footer-widget__contact li:last-child>i {
        top: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .footer-widget__contact {
        margin-top: -10px;
        margin-bottom: 0px;
    }

    .footer-widget__links li a {
        font-size: 15px;
    }

    .footer-widget__links li::before {
        font-size: 15px;
    }

    .footer-widget__links li+li {
        margin-top: 10px;
    }

    .footer__social a+a {
        margin-left: 20px;
    }

    .footer-widget__links-widget {
        margin-left: 30px;
    }

    .footer__social a {
        font-size: 18px;
    }

    .block-title {
        margin-bottom: 60px;
    }

    .section-bg-image {
        padding-left: 100px;
      }

}

@media (min-width: 1401px){
    .main-menu .logo-box{
        margin-left: 0;
    }

    section.about-two.about2-home .about-two__content {
        padding-top: 46px;
    }
}

@media (min-width: 768px) and (max-width: 998px) {
    .section-bg-image {
        height: -webkit-fill-available;

    }
    
    .about-one__content {
        padding-top: 20px;
    }

    .about-one__icon-row {
        margin-bottom: 15px;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .spirulina-image {
        padding-top: 50px;
    }
}


@media (min-width: 2560px) {
    
    .bottom-footer {
        padding-top: 20px;
    }

    .feature-two__box {
        height: 410px;
    }

    .feature-two__box p{
        font-size: 16px;
    }

    .feature-two__box i {
        top: 120px;
    }
}

.img-pos {
  position: absolute;
  top: 0;
  left: 0;
  display: none; 
}

@media (min-width: 1440px) {
  .img-pos {
    display: block; 
  }
}

.about-text{
  height: 100%;
}
.about-text p{
  text-transform: capitalize;
  color: #fff;
  background-color: var(--thm-dark-brown);
  padding: 20px;
  border-radius: 10px;
  letter-spacing: 0;
}
.card-img2{max-width: 500px;width: 100%;}

.card-img2 img{
  height: 400px;
  max-width: none;
  width: 100%;
  border-radius: 10px;
  background-color: #b6cfcc;
}
.card-img2 .card-img-inner{
  width: 100%;
  border-radius: 10px;
  background-color: #b6cfcc;
  text-align: center;
  padding: 10px 0;
}
.card-img2 .card-img-inner img{
  width: auto;
}
.services-card2 {
  height: 100%;
  position: absolute;
  width: 70%;
  right: 0;
  padding-left: 200px;
  padding-right: 50px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.services-box .flex-row-reverse .services-card2{
  padding-right: 200px;
  padding-left: 50px;
  left: 0;
  right: auto;
}
.services-box .card-img2{
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.services-box {gap: 50px;}
.spirulina-products{
  background: url(../images/products/spirulina.jpg) center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  margin-bottom: 20px;
}
.spirulina-products::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.spirulina-products h2{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 50px;
}
@media (min-width:998px) and (max-width:1199px){
  .services-card2{padding-left: 250px;}
  .services-box .flex-row-reverse .services-card2{padding-right: 250px;}
}
@media (min-width:768px) and (max-width:997px){
.card-img2 {
  max-width: 360px;
  width: 100%;
}
.services-card2 {
  height: auto;
  width: 100%;
  right: 80px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  z-index: 9;
}
.services-box .flex-row-reverse .services-card2 {
  padding-right: 20px;
  padding-left: 20px;
  left: 80px;
  right: auto;
}
}
@media (max-width:767px){
  .services-card2 {
    height: auto;
    position: relative;
    width: 100%;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-top: -100px;
    z-index: 9;
    width: 90%;
}
.services-box .flex-row-reverse .services-card2 {
  padding-right: 20px;
  padding-left: 20px;
}
}
.service-new__card{
  background-color: #d0dfc3;
  border-radius: 6px;
  padding: 15px;
}
.service-new__card img{width: auto;}