html,
body {
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}


input,
textarea {
  background: none;
  border: none;
  outline: none;
}

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

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-1000deg);
  }
}

.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(30px);
  }
}

.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(50px);
  }
}

.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(60px);
  }
}

.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(40px);
  }
}

.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(50px);
  }
}

.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }

  100% {
    padding-left: 50px;
  }
}

.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}

.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}

@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translatex(0);
  }
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.mt-4- {
  margin-top: -4px;
}

.mrf-16 {
  margin-right: 16px;
}

:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #514F4C;
  --ztc-text-text-3: #181713;
  --ztc-text-text-4: var(--theme-color);
  --ztc-text-text-5: #72706C;
  --ztc-text-text-6: var(--theme-color2);
  --ztc-text-text-7: #FFA41C;
  --ztc-text-text-8: #170822;
  --ztc-text-text-9: #514E53;
  --ztc-text-text-10: #56227F;
  --ztc-text-text-11: #0E082B;
  --ztc-text-text-12: #0085FF;
  --ztc-text-text-13: #46475F;
  --ztc-text-text-14: #FF5F27;
  --ztc-text-text-15: #00263A;
  --ztc-text-text-16: #504F4E;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: var(--theme-color2);
  --ztc-bg-bg-3: var(--theme-color);
  --ztc-bg-bg-4: #F6F4EE;
  --ztc-bg-bg-5: #FBF7FF;
  --ztc-bg-bg-6: #E7E6EA;
  --ztc-bg-bg-7: #E6F3FF;
  --ztc-bg-bg-8: #FFF7F4;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s55: 55px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s80: 80px;
  --ztc-font-size-font-s90: 90px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s55: 55px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s80: 80px;
  --ztc-font-size-font-s90: 90px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height55: 55px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height64: 64px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height72: 72px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height82: 82px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height92: 92px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1:  "Plus Jakarta Sans", sans-serif;
  --ztc-family-font2:  "Plus Jakarta Sans", sans-serif;
  --theme-color: #fdd61f;
  --theme-color2: #0c7735;
  --white-color: #ffffff;
}
:root {
  --theme-color: #015FC9;
  --theme-color2: #FF9D3D;
  --title-color: #0f2239;
  --body-color: #4d5765;
  --smoke-color: #f3f7fb;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #ecf1f9;
  --title-font:  "Plus Jakarta Sans", sans-serif;
  --body-font:  "Plus Jakarta Sans", sans-serif;
  --icon-font: "Font Awesome 6 Free";
  --main-container: 1380px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}
/*============= COMON CSS AREA ===============*/
.vl-section-title-1 .subtitle {
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
}

.vl-section-title-1 .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height52);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-section-title-1 .title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height44);
  }
}

@media (max-width: 767px) {
  .vl-section-title-1 .title {
    font-size: var(--ztc-font-size-font-s28);
    line-height: var(--ztc-specing-height38);
  }
}

.vl-section-title-1 p {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

.vl-section-title-1.white .subtitle {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
}

.vl-section-title-1.white .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-section-title-1.white .title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height44);
  }
}

@media (max-width: 767px) {
  .vl-section-title-1.white .title {
    font-size: var(--ztc-font-size-font-s34);
    line-height: var(--ztc-specing-height44);
  }
}

.vl-section-title-1.white p {
  color: rgba(255, 255, 255, 0.8);
}

.vl-section-title-2 .subtitle {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  padding: 8px 12px;
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

.vl-section-title-2 .title {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-specing-height72);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-section-title-2 .title {
    font-size: var(--ztc-font-size-font-s54);
    line-height: var(--ztc-specing-height64);
  }
}

@media (max-width: 767px) {
  .vl-section-title-2 .title {
    font-size: var(--ztc-font-size-font-s40);
    line-height: var(--ztc-specing-height50);
  }
}

.vl-section-title-3 .subtitle {
  border-radius: 8px;
  background: rgba(86, 34, 127, 0.1);
  display: inline-block;
  color: var(--ztc-text-text-10);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  padding: 8px 12px;
}

.vl-section-title-3 .title {
  color: var(--ztc-text-text-8);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 16px;
}

@media ((max-width: 767px)) {
  .vl-section-title-3 .title {
    font-size: var(--ztc-font-size-font-s26);
    line-height: var(--ztc-specing-height26);
  }
}

.vl-section-title-3 p {
  color: var(--ztc-text-text-9);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

.vl-section-heading3 .subtitle {
  background: var(--ztc-bg-bg-7);
  color: var(--ztc-text-text-12);
  border-radius: 8px;
  padding: 8px 12px;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

@media (max-width: 767px) {
  .vl-section-heading3 .subtitle {
    font-size: 13px;
    line-height: var(--ztc-specing-height20);
  }
}

.vl-section-heading3 .heading-title {
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-specing-height72);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .vl-section-heading3 .heading-title {
    font-size: var(--ztc-font-size-font-s44);
    line-height: var(--ztc-specing-height52);
    font-size: 38px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-section-heading3 .heading-title {
    font-size: var(--ztc-font-size-font-s60);
    line-height: var(--ztc-specing-height72);
  }
}

.vl-section-heading3 .para {
  color: var(--ztc-text-text-13);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-section-heading3 .para {
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-specing-height30);
  }
}

.vl-section-title3 .subtitle {
  background: var(--ztc-bg-bg-7);
  color: var(--ztc-text-text-12);
  border-radius: 8px;
  padding: 8px 12px;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

.vl-section-title3 .title {
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height52);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .vl-section-title3 .title {
    font-size: var(--ztc-font-size-font-s30);
    line-height: var(--ztc-specing-height40);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-section-title3 .title {
    font-size: var(--ztc-font-size-font-s40);
    line-height: var(--ztc-specing-height52);
  }
}

.vl-section-title3 .para {
  color: var(--ztc-text-text-13);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-section-title3 .para br {
    display: none;
  }
}

.vl-section-title4 .subtitle {
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-15);
  border-radius: 50px;
  padding: 8px 12px;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

.vl-section-title4 .title {
  color: var(--ztc-text-text-15);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height52);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .vl-section-title4 .title {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-specing-height44);
  }
}

.vl-section-title4 .para {
  color: var(--ztc-text-text-16);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-section-title4 .para br {
    display: none;
  }
}

.vl-section-title5 .subtitle {
  border-radius: 8px;
  background: rgba(1, 113, 93, 0.1);
  padding: 8px 12px;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-6);
}

.vl-section-title5 .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height54);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .vl-section-title5 .title {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-specing-height44);
  }
}

.vl-section-title5 .para {
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height28);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

.gray-bg {
  background: var(--ztc-bg-bg-4) !important;
}

.mt-18 {
  margin-top: 18px;
}

/* Hide the default radio button */
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--theme-color2);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

input[type=radio]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease;
}

input[type=radio]:checked {
  border-color: var(--theme-color);
}

input[type=radio]:checked::before {
  background-color: var(--theme-color2);
}

input[type=radio]:focus {
  outline: 2px solid var(--theme-color);
}

/*============= COMON CSS AREA ENDS ===============*/
/*============= SPACING CSS AREA ===============*/
.sp1 {
  padding: 100px 0 100px;
}

@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

.sp2 {
  padding: 100px 0 70px;
}

@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.sp3 {
  padding: 100px 0 50px;
}

.sp4 {
  padding: 80px 0 80px;
}

@media (max-width: 767px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

.sp5 {
  padding: 60px 0 60px;
}

@media (max-width: 767px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}

.sp6 {
  padding: 120px 0 120px;
}

@media (max-width: 767px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}

.sp7 {
  padding: 120px 0 90px;
}

@media (max-width: 767px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

.sp8 {
  padding: 100px 0 0;
}

@media (max-width: 767px) {
  .sp8 {
    padding: 50px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp8 {
    padding: 50px 0 0;
  }
}

.sp9 {
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .sp9 {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp9 {
    padding: 60px 0 0;
  }
}

.sp10 {
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .sp10 {
    padding: 0 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp10 {
    padding: 0 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  p br {
    display: none;
  }
}

.w-100 {
  width: 100%;
}

.mb-10 {
  margin-bottom: 10px;
}

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

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

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-90 {
  padding-left: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pl-90 {
    padding-left: 0px;
  }
}

.pl-30 {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pl-30 {
    padding-left: 0px;
  }
}

.ml-20 {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ml-20 {
    margin-left: 0px;
  }
}

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

.space-margin60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ml-15 {
    margin-left: 0px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .mr-15 {
    margin-right: 0px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-50 {
  padding-bottom: 50px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ml-50 {
    margin-left: 0px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .mr-50 {
    margin-right: 0px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .pb-70 {
    padding-bottom: 20px;
  }
}

.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

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

.mt-24 {
  margin-top: 24px;
}

.thme-pagination-mt {
  margin-top: 30px;
}


::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: var(--theme-color2);
}

body {
  position: relative;
  background: white;
  font-size: 15px;
  /*    line-height: normal;*/
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--theme-heading-font);
}

.fw-medium {
  font-weight: 500 !important;
}

.text-primary {
  color: var(--theme-color) !important;
}

.text-theme {
  color: var(--theme-color) !important;
}

.bg-primary {
  background-color: var(--theme-color) !important;
}

.bg-theme {
  background-color: var(--theme-color) !important;
}

.theme-color {
  color: var(--theme-color);
}


h1 {
  font-size: calc(26px + (50 - 26) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 32px;
  text-transform: capitalize;
}

h3 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

h4 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: capitalize;
}

h5 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

h6 {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  font-size: 16px;
  letter-spacing: 0.03em;
}

p {
  font-size: 16px;
  color: #383838;
  letter-spacing: 0.03em;
}

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: var(--theme-color2);
}

a:focus {
  outline: none;
}

label {
  letter-spacing: 0.03em;
}

button:focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section_space {
  padding-top: calc(30px + (100 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.section-b-space {
  padding-bottom: 50px;
}

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

.small-section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.xs-section {
  padding: 30px 0;
}

.parallax-img {
  background-attachment: fixed;
}

.radius-cls {
  border-radius: 20px;
}

.radius-cls .social-box {
  border-radius: 6px;
}

/*.bg-inner {
    background-color: #f9f9f9;
}*/

.lh-cls {
  line-height: 1 !important;
}

.w-80 {
  width: 80%;
}




.rounded5 {
  border-radius: 5px;
}

.rounded10 {
  border-radius: 10px;
}

.rounded15 {
  border-radius: 15px;
}

.rounded20 {
  border-radius: 20px;
}

.rounded25 {
  border-radius: 25px;
}

.breadcrumb {
  padding: 0.75rem 1rem;
}

.zindex-1 {
  z-index: 1;
}

.row div[class*="col-"],
.row .col {
  position: relative;
}

.ul-section-title {
  font-weight: 700;
  font-size: clamp(25px, 2.1vw, 40px);
  color: var(--ul-black);
  margin-bottom: clamp(5px, 0.42vw, 8px);
}


/*============= SPACING CSS AREA ENDS ===============*/
/*============= BRANDS CSS AREA ===============*/
.vl-brand-area {
  background: var(--ztc-text-text-10);
  padding-top: 70px;
  padding-bottom: 70px;
}

.vl-brand-area .single-brand-item {
  width: 170px;
}

.vl-brand5 {
  background: var(--ztc-bg-bg-4);
  padding-top: 74px;
  padding-bottom: 74px;
}

.vl-brand5 .owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.vl-brand5 .single-brand-logo img {
  width: 156px;
  height: 80px !important;
  object-fit: contain;
}

@media (max-width: 767px) {
  .vl-brand5 .single-brand-logo img {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
}

.single-brand-item img {
  width: 156px;
}

/*============= BRANDS CSS AREA ENDS ===============*/
/*============= BUTTON CSS AREA  ===============*/
.btn-area .header-btn1 {
  background: var(--ztc-text-text-4);
  color: var(--white-color);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding: 15px 20px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.btn-area .header-btn1 span {
  display: inline-block;
  line-height: 36px;
  text-align: center;
  transition: 0.3s;
}

.btn-area .header-btn1 span i {
  transform: rotate(-45deg);
  transition: 0.3s;
}

.btn-area .header-btn1:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-3);
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s;
  transform: scaleX(0);
}

.btn-area .header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}

.btn-area .header-btn1:hover span {
  color: #fff;
}

.btn-area .header-btn1:hover:after {
  transform: scaleX(1);
  transition: 0.3s;
}

.btn-area .header-btn3 {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  background: var(--ztc-text-text-12);
  border-radius: 8px;
  padding: 8px 23px 8px 8px;
  position: relative;
}

.btn-area.vl-cta-btn1 {
  position: absolute;
  right: 6px;
  top: 6px;
}

.vl-hero-btn .header-btn1 {
  background: var(--ztc-text-text-4);
  color: var(--white-color);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-block;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: 1400ms;
}

.vl-hero-btn .header-btn1:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-3);
  border-radius: 50px;
  z-index: -1;
  transform: scaleX(0);
  transition: 0.3s;
}

.vl-hero-btn .header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}

.vl-hero-btn .header-btn1:hover::after {
  transform: scaleX(1);
}

.vl-hero-btn .header-btn1:hover span {
  transition: 0.3s;
}

.vl-hero-btn .header-btn1 span {
  display: inline-block;
  line-height: 36px;
  text-align: center;
  transition: 0.3s;
}

.vl-hero-btn .header-btn1 span i {
  transform: rotate(-45deg);
  transition: 0.3s;
}

.home-btn-2 {
  border-radius: 8px;
}

.home-btn-2 .btn-2 {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-8);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
  padding: 18px 24px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.home-btn-2 .btn-2 span {
  display: inline-block;
  margin-left: 4px;
}

.home-btn-2 .btn-2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-8);
  z-index: -1;
  transform: scaleX(0);
  transition: 0.3s;
  border-radius: 8px;
}

.home-btn-2 .btn-2:hover {
  color: var(--ztc-text-text-1);
}

.home-btn-2 .btn-2:hover::after {
  transform: scaleX(1);
  transition: 0.3s;
}

.vl-about-btn {
  padding-top: 32px;
}

.vl-about-btn .btn-primary2 {
  background: var(--ztc-text-text-10);
  padding: 18px 24px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
}

.vl-about-btn .btn-primary2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-8);
  z-index: -1;
  transform: scaleX(0);
  transition: 0.3s;
  border-radius: 8px;
}

.vl-about-btn .btn-primary2:hover::after {
  transform: scaleX(1);
  transition: 0.3s;
}

.vl-about-btn .btn-primary2 span {
  margin-left: 4px;
}

.primary-btn-3 {
  background: var(--ztc-text-text-12);
  color: var(--ztc-text-text-1);
  padding: 19px 23px 19px 25px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  position: relative;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .primary-btn-3 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.primary-btn-3:after {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .primary-btn-3:after {
    left: 38%;
  }
}

.primary-btn-3:hover {
  color: var(--ztc-text-text-1);
}

.primary-btn-3:hover:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.btn-area4 .header-btn1 {
  background: var(--ztc-text-text-14);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  z-index: 1;
}

.btn-area4 .header-btn1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-15);
  transition: 0.3s;
  border-radius: 50px;
  z-index: -1;
  transform: scaleX(0);
}

.btn-area4 .header-btn1 .testimonial-btn4:after {
  background: #335161;
}

.btn-area4 .header-btn1:hover::after {
  transform: scaleX(1);
}

.btn-area4 .header-btn1 span {
  background: var(--ztc-text-text-1);
  height: 36px;
  width: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-area4 .header-btn1 span i {
  transform: rotate(-45deg);
  transition: 0.3s;
  color: var(--ztc-text-text-15);
}

.btn-flex-area {
  display: flex;
}

.btn-flex-area .btn-area4 {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .btn-flex-area {
    display: block;
  }
}

.vl-video-play {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .vl-video-play {
    margin-top: 30px;
  }
}

.vl-video-play .video-text .vtitle {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  text-decoration: underline;
  cursor: pointer;
}

.video-play-button {
  transform: translateX(0%) translateY(0%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 0px 20px 0px 28px;
  margin-right: 8px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: var(--ztc-text-text-1);
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--ztc-text-text-1);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid var(--ztc-text-text-15);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.btn5 .btn-priamry1 {
  background: var(--ztc-text-text-6);
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 8px 20px;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.btn5 .btn-priamry1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--ztc-text-text-3);
  z-index: -1;
  border-radius: 8px;
  transform: scaleX(0);
  transition: 0.3s;
}

.btn5 .btn-priamry1:hover::after {
  transform: scaleX(1);
  transition: 0.3s;
}

.btn5 .btn-priamry1 span {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-6);
  border-radius: 50px;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.btn-area4 .header-btn1.headbtn4:hover span {
  background: var(--ztc-text-text-14) !important;
}

.mobile-btn5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile-btn5 .btn-priamry1 {
  width: 100%;
  text-align: center;
}

a.header-btn1.testimonial-btn4.testibtn4:after {
  background: var(--ztc-text-text-1);
}

a.header-btn1.testimonial-btn4.testibtn4:hover span {
  background: var(--ztc-text-text-14);
}

a.header-btn1.testimonial-btn4.testibtn4:hover {
  color: var(--ztc-text-text-14);
}

/*============= BUTTON CSS AREA ENDS ===============*/
/*============= PROGRESS CSS AREA ===============*/
.skill-progress {
  position: relative;
  width: 100%;
}

.skill-progress .skill-box {
  width: 100%;
}

.skill-progress .skill-box .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.skill-progress .skill-box .skill-bar {
  height: 8px;
  width: 100%;
  border-radius: 6px;
  margin-top: 6px;
  margin-bottom: 16px;
  background: #F6F4EE;
}

.skill-progress .skill-box .skill-bar .skill-per {
  position: relative;
  display: block;
  height: 100%;
  width: 90%;
  border-radius: 6px;
  background: var(--ztc-text-text-6);
  animation: progress 0.4s ease-in-out forwards;
  opacity: 0;
}

.skill-progress .skill-box .skill-bar .skill-per.html {
  width: 16%;
  animation-delay: 0.4s;
}

.skill-progress .skill-box .skill-bar .skill-per-2 {
  background: var(--ztc-text-text-8);
}

.skill-vlue {
  display: flex;
  justify-content: space-between;
}

.skill-vlue .num1 {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
}

.skill-vlue .num1 span {
  font-weight: var(--ztc-weight-semibold);
}

.skill-vlue .num1-2 {
  color: var(--ztc-text-text-8);
}

span.tooltipp {
  position: absolute;
  right: 0;
  top: -29px;
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-bold);
}

span.tooltipp-2 {
  color: var(--ztc-text-text-8);
}

.cause-box-bg .skill-progress {
  margin-bottom: 32px;
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/*============= PROGRESS CSS AREA ENDS===============*/
/*============= SCROLLTOP CSS AREA ===============*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}

.progress-wrap::after,
.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap::after {
  color: var(--ztc-text-text-3);
  z-index: 1;
}

.progress-wrap::before {
  opacity: 0;
  z-index: 2;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-3);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap .progress-wrap2 svg.progress-circle path {
  stroke: var(--ztc-text-text-12);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap2 svg.progress-circle path {
  stroke: var(--ztc-text-text-12);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap2::after {
  z-index: 1;
  color: var(--ztc-text-text-12);
}

.progress-wrap4 svg.progress-circle path {
  stroke: var(--ztc-text-text-14);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap4::after {
  z-index: 1;
  color: var(--ztc-text-text-14);
}

.progress-wrap5 svg.progress-circle path {
  stroke: var(--ztc-text-text-6);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap5::after {
  z-index: 1;
  color: var(--ztc-text-text-6);
}

.progress-wrap6 svg.progress-circle path {
  stroke: var(--ztc-text-text-8);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*============= SCROLLTOP CSS AREA ENDS===============*/
/*============= PRELOADER CSS AREA ===============*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #111112;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader2 {
  background-color: #1C1C25;
}

.loading-container,
.loading {
  height: 140px;
  position: relative;
  width: 140px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #fff;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 60%;
  left: 60% !important;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
}

#loading-icon img {
  height: 70px;
  width: 70px;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*============= PRELOADER CSS AREA ENDS===============*/
/*============= TAB CSS AREA ===============*/
.event-tabs .nav-pills .nav-link.active .event-tab-content .subheading {
  background: var(--ztc-text-text-4);
  transition: 0.3s;
  color: var(--ztc-text-text-3);
}

.event-tabs .nav-pills .nav-link.active .event-tab-content {
  border: transparent;
}

.event-tabs .nav-pills .nav-link.active .event-tab-content .event-date {
  background: var(--ztc-text-text-6);
  transition: 0.3s;
}

.event-tabs .nav-pills .nav-link.active .event-tab-content .event-date .title {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}

.event-tabs .nav-pills .nav-link.active .event-tab-content .event-date .content p {
  color: var(--ztc-text-text-1);
  transition: 0.3s;
}

.event-tabs .nav-pills .nav-link.active .date-event1 {
  background: var(--ztc-text-text-6);
  transition: 0.3s;
}

.event-tabs .nav-pills .nav-link.active .date-event1 .date {
  color: var(--ztc-text-text-1);
}

.event-tabs .nav-pills .nav-link.active .date-event1 .year {
  color: var(--ztc-text-text-1);
}

.event-tabs .nav-pills .nav-link.active .nav {
  display: block;
}

.event-tabs .nav-pills .nav-link.active .nav-link {
  padding: 0 !important;
}

.event-tabs .nav-pills .nav-link.active {
  background-color: transparent;
}

.event-tab-content {
  border-radius: 8px;
  border: 1px solid rgba(24, 23, 19, 0.1);
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab-content .event-date .content p br {
    display: block;
  }
}

@media (max-width: 767px) {
  .event-tab-content .event-date .content p br {
    display: block;
  }
}

.event-tabs .subheading {
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-2);
  padding: 8px;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-specing-height18);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  transition: 0.3s;
}

.event-tabs {
  text-align: center;
}

.event-tabs .nav {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tabs .nav {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .event-tabs .nav {
    display: flex;
    justify-content: space-between;
  }
}

.event-tabs .nav .event-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 22px;
  padding-left: 24px;
  padding-right: 18px;
}

.event-tabs .nav .event-date .title {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .event-tabs .nav .event-date .title {
    margin-right: 20px;
  }
}

.event-tabs .nav .event-date .content p {
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  transition: 0.3s;
}

.event-tabs .nav .date-event1 {
  padding-top: 27px;
  padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tabs .nav .date-event1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .event-tabs .nav .date-event1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.event-tabs .nav .date-event1 ul li span {
  color: var(--ztc-text-text-3);
  font-size: 44px;
  font-weight: 700;
  margin: 0 14px;
}

.event-tabs .nav .date-event1 ul li span.date {
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-specing-height44);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  display: table;
}

.event-tabs .nav .date-event1 ul li span.year {
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height30);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  margin: 0 auto;
}

.event-tabs .nav .date-event1 ul li {
  display: inline-block;
}

.event-tabs .nav-link {
  padding: 0;
}

/*============= TAB CSS AREA ENDS===============*/
/*============= BREADCRUMB CSS AREA ===============*/
.vl-breadcrumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-breadcrumb:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #181713;
  opacity: 0.5;
  z-index: -1;
}

.vl-breadcrumb-title {
  padding-top: 208px;
  padding-bottom: 100px;
}

.vl-breadcrumb-title .heading {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s90);
  line-height: var(--ztc-specing-height90);
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-bold);
  padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-breadcrumb-title .heading {
    font-size: var(--ztc-font-size-font-s70);
    line-height: var(--ztc-specing-height80);
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .vl-breadcrumb-title .heading {
    font-size: var(--ztc-font-size-font-s50);
    line-height: var(--ztc-specing-height60);
    padding-bottom: 10px;
  }
}

.vl-breadcrumb-list span {
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-specing-height20);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-semibold);
  margin: 0 3px;
}

.vl-breadcrumb-list span a {
  color: var(--ztc-text-text-1);
}

.vl-breadcrumb-list span a.active {
  font-weight: var(--ztc-weight-bold);
}

.vl-breadcrumb .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.vl-breadcrumb .shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.vl-breadcrumb .shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*=====================
1.1. Button start
==========================*/



.btn-theme {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--theme-black, #1e1d21);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 16.25px 48px;
  transition: 500ms;
  letter-spacing: var(--theme-letter-space-xl, 0.2em);
  text-transform: uppercase;
  background-color: var(--theme-black, #1e1d21);
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  font: normal 500 14px / 1 "Plus Jakarta Sans", sans-serif;
  padding: 20px 30px;
  /* margin-left: 27px; */
  background-color: var(--theme-green, #0c7735);
  text-transform: initial;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.mobile-logo{
  width: 100px;
  height: auto;
}
.btn-theme:hover {
  color: var(--theme-black, #1e1d21);
  background-color: #fff;
}
.btn-theme::before {
  content: "";
  position: absolute;
  background-color: var(--theme-black, #1e1d21);
  top: 72%;
  bottom: initial;
  left: -82%;
  right: initial;
  width: 125%;
  height: 155%;
  transform: rotate(45deg);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: var(--theme-black, #1e1d21);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn-theme::after {
  content: "";
  position: absolute;
  background-color: var(--theme-black, #1e1d21);
  bottom: 72%;
  top: initial;
  right: -82%;
  left: initial;
  width: 125%;
  height: 155%;
  transform: rotate(45deg);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn-theme:hover {
  color: var(--theme-black, #1e1d21);
  color: var(--theme-white, #fff);
  background-color: transparent;
}
.btn-theme:hover::before {
  top: 0%;
  left: -35.73%;
}
.btn-theme:hover::after {
  bottom: 0%;
  right: -35.72%;
}
.btn-theme span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.btn-theme--black:hover {
  color: var(--theme-white, #fff);
}
.btn-theme--black::after {
  background-color: var(--theme-base, #c2a74e);
}
.btn-theme--black::before {
  background-color: var(--theme-black, #1e1d21);
}
.btn-theme--base:hover {
  color: var(--theme-white, #fff);
}
.btn-theme--base::after {
  background-color: var(--theme-black, #1e1d21);
}
.btn-theme--base::before {
  background-color: var(--theme-base, #c2a74e);
}

figure {
  margin-bottom: 0;
}




/*************SErvice************/
.bg-light-theme {
  position: relative;
  z-index: 1;
}

.bg-light-theme::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ul-c4);
  opacity: 96%;
  z-index: -1;
}


.form-group {
  position: relative;
  z-index: 1;

  margin-bottom: 10px;
  position: relative;
}

/*float  buttons*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 15px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  line-height: 60px;
  z-index: 100000;
}

.float-call {
  background-color: var(--theme-color);
  left: 15px;
  font-size: 22px;
  border: 2px solid #fff;
}

.my-float {
  margin-top: 5px;
  color: #25d366;
}

.my-call {
  margin-top: 5px;
}

/*testimonial-section*/
.bd-tm__item {
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding: 46px 50px 50px 50px;
  border-radius: 6px;
  overflow: hidden;
  border-bottom: 3px solid var(--theme-color);
}

.bd-tm__item:hover .bd-tm__text p {
  color: #fff;
}

.bd-tm__item:hover .bd-tm__quote-icon i {
  color: #fff;
}

.bd-tm__item:hover .bd-tm__author {
  background: var(--theme-color);
}

.bd-tm__item:hover .bd-tm__author-name {
  color: #fff;
}

.bd-tm__item:hover .bd-tm__author-cat {
  color: #fff;
}

.bd-tm__item:hover::before {
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .bd-tm__item {
    padding: 40px 20px 40px 20px;
  }
}

.bd-tm__rating {
  margin-bottom: 15px;
}

.bd-tm__rating i {
  color: var(--theme-color2);
}

.bd-hover-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--theme-color);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: 0.5s;
  -moz-transform: 0.5s;
  -ms-transform: 0.5s;
  transform: 0.5s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.bd-hover-top {
  z-index: 1;
  position: relative;
}

.bd-hover-top:hover::before {
  height: 100%;
}



/***contact*/


.breadcrumb-option {
  background-image: url(../images/bg/bg-what-we-offer-min.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.breadcrumb-option::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 15, 28, 0.7);
  z-index: -1;
  pointer-events: none;
}

.breadcrumb-option h2 {
  font-weight: 900;
  font-size: clamp(26px, 3.36vw, 64px);
  color: var(--white-color);
  line-height: 1.3;
  margin-bottom: clamp(10px, 0.95vw, 18px);
  margin-bottom: clamp(1px, 0.21vw, 4px);
  text-transform: uppercase;
}

.breadcrumb__links {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  gap: 3px;
  align-items: center;
  line-height: 1;
  color: var(--white-color);
}

.breadcrumb__links a {
  color: var(--white-color);
}

.breadcrumb__links span {
  color: #fff;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

.breadcrumb__links span:before {
  position: absolute;
  content: '/';
  color: #fff;
  left: 0;
  font-size: inherit;
}

.single-service-details {
  padding: 10px 15px;
  background-color: #f4f4f4;

  img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 12px;
  }

  ul {
    padding-left: 20px;
    margin-bottom: 1rem;
  }
}

.sidebar-item {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.08);
}

.sidebar-item>h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 2px solid var(--theme-color);
}

/*.sidebar-item h3:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  content: "";
  background-color: var(--theme-color);
}*/

.sidebar-category {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.sidebar-category li {
  list-style: none;
  margin-bottom: 1px;
  width: 100%;
}

.sidebar-category li .active {
  background: var(--theme-color);
  color: #fff;
}

.sidebar-category li a {
  background: #ffffff none repeat scroll 0 0;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  text-transform: capitalize;
  box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
  border-radius: 6px;
  margin-bottom: 12px;
}

.sidebar-category li a:hover {
  background: var(--theme-color);
  color: #fff;
}

.sidebar-category li a:after {
  content: "\f061";
  font-family: FontAwesome;
  float: right;
}



@media(max-width:768px) {
  .single-section .row {
    flex-direction: column-reverse;
  }

  .common-booking-form .form_section .row {
    flex-direction: column;
  }

  .common-booking-form .form_section .form-title {
    margin: 0;
    padding: 0;
  }
}

.services-section.style-two {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 135px 0 214px;
  position: relative;
  z-index: 1;
}

.services-section.altrenate {
  padding: 169px 0 149px;
  position: relative;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-section.altrenate .inner-container {
  max-width: 1580px;
  margin: 0 auto;
}

.services-section .services-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  left: -90px;
  width: 115.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: -1;
}

.services-section .services-carousel .owl-nav .owl-prev {
  float: left;
}

.services-section .services-carousel .owl-nav .owl-next {
  float: right;
}

.services-section .services-carousel .owl-nav .owl-prev,
.services-section .services-carousel .owl-nav .owl-next {
  border: 1px solid var(--white-color);
  padding: 40px 15px !important;
  color: var(--white-color);
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.services-section .services-carousel .owl-nav .owl-prev:hover,
.services-section .services-carousel .owl-nav .owl-next:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.service-block-five {
  background-color: var(--white-color);
  height: auto;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.3sease-in-out;
  -webkit-transition: all 0.3sease-in-out;
}

.service-block-five {
  background-color: var(--white-color);
  height: auto;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.service-block-five .inner-box {
  transform-style: unset;
  transition: auto;
}

.service-block-five img {
  width: 200px !important;
  height: 150px;
  object-fit: contain;
  margin: auto;
}

.service-block-five .lower-content {
  margin-top: 25px;
}

.service-block-five .lower-content h4 a {
  color: #000;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  font-size: 19px;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease-in-out;
}

.services-section .upper-box {
  margin-bottom: 30px;
}

.service-block-five:hover .inner-box {
  transform: rotateY(0deg);
  transition: transform 0;
}

.service-block-five:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 100%;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg/hover-bg.png');
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.service-block-five:hover:before {
  top: 0;
  left: 0;
}

.service-block-five:hover .lower-content h4 a {
  color: var(--white-color);
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}



/*******New About************/

.img-box4 {
  position: relative;
  z-index: 2
}

@media (max-width: 1199px) {
  .img-box4 {
    margin-bottom: 50px
  }
}

.img-box4 .img1 {
  position: relative;
  height: 578px;
  width: 100%;
}

.img-box4 .img1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 20px;
  top: 0;
  object-fit: cover;
}

.img-box4 .img1 .about-text {
  text-transform: uppercase;
  color: var(--white-color);
  -webkit-text-fill-color: var(--white-color);
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: var(--white-color);
  font-family: var(--theme-heading-font);
  font-weight: 900;
  font-size: 129px;
  line-height: 210px;
  transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -19%;
  margin: 0;
  display: block;
  line-height: 0;
}


@media (max-width: 767px) {
  .img-box4 .img1 .about-text {
    left: -124px;
    font-size: 117px;
    line-height: 0;
  }
}

.img-box4 .th-experience {
  width: 235px;
  height: 250px;
  background-color: var(--theme-color);
  border-radius: 0;
  padding: 46px 25px;
  right: 7px;
  bottom: 0px;
  -webkit-clip-path: polygon(50% 0%, 100% 28%, 100% 100%, 0 100%, 0% 28%);
  clip-path: polygon(50% 0%, 100% 28%, 100% 100%, 0 100%, 0% 28%);
  text-align: center;
  position: absolute;
}

@media (max-width: 1199px) {
  .img-box4 .th-experience {
    right: 0
  }
}


.img-box4 .th-experience .experience-year {
  font-weight: 700;
  font-size: 74px;
  line-height: 84px;
  color: var(--white-color);
  margin-bottom: 10px
}

.img-box4 .th-experience .experience-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
  margin-bottom: 0
}

.sub-title {
  display: block;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  font-family: var(--theme-heading-font);
  position: relative;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sub-title::before,
.sub-title:after {
  content: "";
  position: absolute;
  top: 48%;
  height: 2px;
  width: 40px
}

.sub-title.style2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.title-area .sec-title {
  margin-bottom: 22px;
}

.sub-title.style2 img {
  margin-inline: 8px;
}


/*==========Testimonial CSS Start==========*/
.testimonials {
  padding: var(--content-space) 0 var(--box-space);
  position: relative;
  background-image: url(../images/testimonials/shape_bg_3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.home2-testimonials:before,
.home2-testimonials:after {
  content: '';
  position: absolute;
  bottom: -27px;
  left: -109px;
  width: 292px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--theme-color2);
  filter: blur(172px);
  opacity: .4;
}

.home2-testimonials:after {
  inset: 159px -87px 0 auto;
}

.bg-glob {
  position: absolute;
  right: 0;
  top: 0;
}

.sec-title {
  text-align: center;
  font-size: 48px;
  line-height: 1.227;
}

@media(max-width:768px) {
  .sec-title {
    font-size: 28px;
  }
}

.testimonial-box {
  --spacer: -10px;
  --border: 293px;
  position: relative;
  padding: 30px;
  box-shadow: var(--box-shadow);
  background-color: var(--white-color);
  margin-block: 30px;
  margin-inline: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.testimonial-box:before {
  content: '';
  position: absolute;
  height: 8px;
  width: #d1d1d1;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color2);
}

.testimonial-box:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 36px;
  bottom: 0;
  left: #d1d1d1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 94, 21, 1) 25%, rgba(255, 94, 21, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 94, 21, 1) 75%);
}

.testimonial-box>span {
  position: absolute;
  display: inline-block;
  --mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%22103%22%20height%3D%2274%22%20viewBox%3D%220%200%20103%2074%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.7434%2053.7026C18.0169%2058.954%2010.9731%2064.6072%201.38377%2069.3135C-1.10825%2070.5365%200.0159648%2074.3273%202.76688%2073.9773C22.915%2071.4138%2035.9741%2062.5381%2043.1054%2049.3389C45.7578%2044.4297%2047.4242%2039.2044%2048.3116%2033.8703C48.8967%2030.3534%2049.0513%2027.714%2049.0513%2024.6656C49.0513%2011.0432%2038.0723%200%2024.5291%200C10.9859%200%200.00694485%2011.0432%200.00694485%2024.6656C0.00694485%2038.288%2011.1611%2049.3389%2023.9789%2049.3389C23.3027%2051.2064%2023.1403%2051.7342%2021.7434%2053.7026ZM75.6922%2053.7026C71.9656%2058.954%2064.9218%2064.6072%2055.3325%2069.3135C52.8405%2070.5365%2053.9647%2074.3273%2056.7156%2073.9773C76.8637%2071.4138%2089.9228%2062.5381%2097.0542%2049.3389C99.7065%2044.4297%20101.373%2039.2044%20102.26%2033.8703C102.845%2030.3534%20103%2027.714%20103%2024.6656C103%2011.0432%2092.0211%200%2078.4778%200C64.9346%200%2053.9557%2011.0432%2053.9557%2024.6656C53.9557%2038.288%2065.1098%2049.3389%2077.9277%2049.3389C77.2514%2051.2064%2077.089%2051.7342%2075.6922%2053.7026Z%22%20fill%3D%22%23FF5E15%22%2F%3E%3C%2Fsvg%3E');
  -webkit-mask-image: var(--mask-image);
  mask-image: var(--mask-image);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 103px;
  height: 74px;
  background-color: var(--theme-color2);
  top: 30px;
  right: 30px;
  opacity: .2;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: calc(calc(var(--spacer) * -1) + 20px);
  margin: calc(var(--spacer) * -1) 0 28px calc(var(--spacer) * -1);
}

.author-img {
  position: relative;
  width: 100px;
  aspect-ratio: 1/1;
}

.testimonials .author-img img {
  max-width: 100px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

.author-img .back-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}

.author-img:before,
.author-img:after {
  content: '';
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: var(--spacer);
  left: var(--spacer);
  background-color: var(--theme-color2);
  opacity: .2;
}

.author-img:after {
  inset: auto var(--spacer) var(--spacer) auto;
}

.author-content span {
  font-size: 15px;
  line-height: 1.66666667;
  color: var(--theme-color2);
  display: inline-flex;
}

.star-rating-wp {
  margin-top: 6px;
}

.star-rating {
  --font: 18px;
  --spacing: 5px;
  margin: 0;
  position: relative;
  display: inline-flex;
}

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: var(--icon-font);
  font-weight: 900;
  color: #e5e5e5;
  letter-spacing: var(--spacing);
  font-size: var(--font);
}

.star-rating__fill {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  overflow: hidden;
  animation: fill-star 2s ease-in-out;
}

.star-rating__fill:before {
  content: "\f005\f005\f005\f005\f005";
  color: #ffc107;
  font-family: var(--icon-font);
  font-weight: 900;
  letter-spacing: var(--spacing);
  font-size: var(--font);
}

.testimonial-text.overflow-text {
  margin-bottom: 4px;

  p {
    margin-bottom: 0;
  }
}

.bg-glob {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}

.testimonials .container {
  position: relative;
  z-index: 1;
}

.testi-card {
  position: relative;
  background-color: var(--white-color);
  padding: 40px;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05)
}

.testi-card.style2 {
  border-radius: 20px
}

.testi-card.style2 .testi-card_avater {
  border-radius: 50%
}

.testi-card.style2 .testi-card_avater img {
  border-radius: 50%
}

.testi-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3;
  gap: 20px;
  margin-bottom: 24px
}

.testi-card_avater {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;

  img {
    height: 100%;
    object-fit: cover;
  }
}

.testi-card_name {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0
}

.testi-card_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 22px
}

.testi-card_text img {
  margin-left: 5px;
  max-width: 16px;
  display: inline !important;
}

.testi-card_desig {
  font-family: var(--theme-heading-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px
}

.testi-card_review {
  font-size: 14px;
  color: #FFC107;
  line-height: 14px
}

@media (max-width: 375px) {
  .testi-card_review {
    margin-top: 10px
  }
}

.testi-card .box-title {
  font-weight: 700;
  letter-spacing: -0.48px;
  margin-bottom: -0.2rem
}

.testi-card_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -0.2rem
}

@media (max-width: 375px) {
  .testi-card_content {
    display: block
  }
}

.testi-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  margin-left: 60px
}

@media (max-width: 1199px) {
  .testi-grid {
    margin: 0;
    display: block
  }
}

.testi-grid_author {
  min-width: 432px;
  height: 540px
}

@media (max-width: 1199px) {
  .testi-grid_author {
    min-width: 100%;
    height: 100%;
    margin-bottom: 40px
  }
}

.testi-grid_title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 42px
}

.testi-grid_text {
  font-family: var(--theme-heading-font);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: var(--title-color);
  margin-bottom: 42px
}

.testi-grid_name {
  margin-bottom: 0
}

.testi-grid_desig {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color)
}

.testi-thumb2 {
  height: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative
}

@media (max-width: 1199px) {
  .testi-thumb2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100px
  }
}

.testi-thumb2 {
  margin-top: 40px
}

@media (max-width: 1199px) {
  .testi-thumb2 {
    margin-top: 0
  }
}

.testi-thumb2 .tab-btn {
  font-family: var(--theme-heading-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  position: relative;
  cursor: pointer;
  z-index: 3
}

.testi-thumb2 .tab-btn:after {
  content: '';
  width: 2px;
  height: 70px;
  background-color: var(--title-color);
  position: absolute;
  left: -9px;
  top: 8px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

.testi-thumb2 .tab-btn.active {
  color: var(--theme-color)
}

.testi-thumb2 .tab-btn.active:after {
  background-color: var(--theme-color)
}

/**************CAb SEction*************/
.team-section {
  background-image: url(../images/bg/team_bg_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.team-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -57px;
  z-index: -1;
  background-size: contain;
}

.team-box {
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-box:hover img {
  transform: scale(1.3);
}

.team-box .team-img {
  overflow: hidden;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .team-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.team-box .team-content {
  padding: 30px;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: -0.32em;
  letter-spacing: -0.02em;
}

.team-box .box-title {
  margin-bottom: 0;
  letter-spacing: -0.48px;
}

.box-title a {
  color: inherit;
}

.team-box .team-desig {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.th-team .team-desig {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: -0.45em;
  color: var(--theme-color);
}

.blog-single.blog-grid .blog-content .line-btn {
  color: var(--theme-color);
}

.blog-single .line-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -1px;
}

.line-btn {
  font-family: var(--body-font);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.blog-single.blog-grid .blog-content .line-btn:before {
  background-color: var(--theme-color);
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn.th-icon i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-grid .line-btn:hover i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.line-btn:hover::before {
  width: 45px;
}

#about-sec .sec-title {
  font-size: 30px;
}



/***********************New Css Start***********************/


/*Base css*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}

a,
a:hover {
  outline: none;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}




/*============= MOBILE-MENU CSS AREA ===============*/

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.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-100 {
  padding-top: 100px;
}

.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-100 {
  padding-bottom: 100px;
}

.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
--------------------------------------------------------------*/
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--theme-text, #12110e);
  font-size: 16px;
  line-height: 2.125;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--theme-base, #c2a74e);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  "Plus Jakarta Sans", sans-serif;
  color: var(--theme-black, #1e1d21);
  font-weight: 600;
}
@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;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--theme-base, #c2a74e);
}

.background-gray {
  background-color: var(--theme-gray, #ddd);
}

.background-black {
  background-color: var(--theme-black, #1e1d21);
}

.background-black-2 {
  background-color: var(--theme-text4, #071b0f);
}

.theme-text-dark {
  color: var(--theme-text-dark, #9e9e9e);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

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


.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--theme-black, #1e1d21);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 21.25px 48px;
  transition: 500ms;
  letter-spacing: var(--theme-letter-space-xl, 0.2em);
  text-transform: uppercase;
  background-color: var(--theme-black, #1e1d21);
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  font: normal 500 14px/1 "Plus Jakarta Sans", sans-serif;
  background-color: var(--theme-green, #0c7735);
  text-transform: initial;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.theme-btn:hover {
  color: var(--theme-black, #1e1d21);
  background-color: #fff;
}
.theme-btn::before {
  content: "";
  position: absolute;
  background-color: var(--theme-black, #1e1d21);
  top: 72%;
  bottom: initial;
  left: -82%;
  right: initial;
  width: 125%;
  height: 155%;
  transform: rotate(45deg);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: var(--theme-black, #1e1d21);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn::after {
  content: "";
  position: absolute;
  background-color: var(--theme-black, #1e1d21);
  bottom: 72%;
  top: initial;
  right: -82%;
  left: initial;
  width: 125%;
  height: 155%;
  transform: rotate(45deg);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn:hover {
  color: var(--theme-black, #1e1d21);
  color: var(--theme-white, #fff);
  background-color: transparent;
}
.theme-btn:hover::before {
  top: 0%;
  left: -35.73%;
}
.theme-btn:hover::after {
  bottom: 0%;
  right: -35.72%;
}
.theme-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.theme-btn--black:hover {
  color: var(--theme-white, #fff);
}
.theme-btn--black::after {
  background-color: var(--theme-base, #c2a74e);
}
.theme-btn--black::before {
  background-color: var(--theme-black, #1e1d21);
}
.theme-btn--base:hover {
  color: var(--theme-white, #fff);
}
.theme-btn--base::after {
  background-color: var(--theme-black, #1e1d21);
}
.theme-btn--base::before {
  background-color: var(--theme-base, #c2a74e);
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--theme-base, #c2a74e);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-text, #12110e);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}
.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}
.block-title p {
  margin: 0;
  color: var(--theme-text, #12110e);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--theme-black, #1e1d21);
  font-family: var(--theme-special-font, "Outfit", sans-serif);
}
@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li, .ul-list-one .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-black, #1e1d21);
}
@media (min-width: 481px) {
  .ul-list-one li, .ul-list-one .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .ul-list-one li {
    font-size: 85px;
  }
}
.ul-list-one li::before, .ul-list-one .food-one--two .food-one__quality-list li::before, .food-one--two .food-one__quality-list .ul-list-one li::before {
  content: "\e907";
  color: var(--theme-base, #c2a74e);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--theme-black, #1e1d21);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-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;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--theme-base, #c2a74e);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-black, #1e1d21);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* post paginations */
.post-pagination {
  margin-bottom: 0;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .post-pagination {
    margin-top: 0px;
  }
}
.post-pagination a {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #eff2f6;
  align-items: center;
  justify-content: center;
  color: var(--theme-text, #12110e);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  transition: 500ms ease;
}
@media (min-width: 992px) {
  .post-pagination a {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
.post-pagination a:hover {
  background-color: var(--theme-base, #c2a74e);
  color: #fff;
}
.post-pagination li:first-child a {
  background-color: var(--theme-base, #c2a74e);
  color: #fff;
}
.post-pagination li:last-child a {
  background-color: var(--theme-black, #1e1d21);
  color: #fff;
}
.post-pagination li + li, .post-pagination .food-one--two .food-one__quality-list li + li, .food-one--two .food-one__quality-list .post-pagination li + li {
  margin-left: 10px;
}

.theme-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.theme-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.theme-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.theme-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.theme-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.theme-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--theme-gray, #ddd);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-text, #12110e);
  border-radius: 50%;
  font-size: 14px;
  color: var(--theme-text, #12110e);
  transition: all 500ms ease;
}
.theme-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
  background-color: var(--theme-black, #1e1d21);
  color: var(--theme-white, #fff);
}
.theme-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
.theme-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: #dedede;
  border: 2px solid transparent;
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  transition: all 0.5s;
}
.theme-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .theme-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fcfaf0;
  border: 2px solid var(--theme-green, #0c7735);
  width: 16px;
  height: 16px;
}
.theme-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.theme-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.theme-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.sec-title {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 46px;
  }
}
.sec-title__img {
  display: inline-flex;
  margin-bottom: 15px;
}
.sec-title__tagline {
  margin: 0;
  font-family: var(--theme-special-font, "Outfit", sans-serif);
  color: var(--theme-base, #c2a74e);
  font-size: 30px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .sec-title__tagline {
    font-size: 40px;
  }
}
.sec-title__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 35px;
  color: var(--theme-black, #1e1d21);
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .sec-title__title {
    font-size: 50px;
    margin-top: -2px;
  }
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--theme-black, #1e1d21);
  color: var(--theme-white, #fff);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ui-datepicker-calendar th span {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ui-datepicker-calendar td {
  background-color: var(--theme-gray, #ddd);
  background-image: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--theme-text, #12110e);
}
.ui-datepicker-calendar td a {
  border-color: var(--theme-border-color, #ededed);
  background-color: var(--theme-gray, #ddd);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--theme-border-color, #ededed);
  background-color: var(--theme-gray, #ddd);
  background-image: none;
  color: var(--theme-text, #12110e);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--theme-white, #fff);
  background-color: var(--theme-base, #c2a74e);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--theme-white, #fff);
  background-color: var(--theme-base, #c2a74e);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--theme-white, #fff);
  color: var(--theme-black, #1e1d21);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--theme-base, #c2a74e);
  color: var(--theme-white, #fff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/*food-one common*/
.food-chose-reasone {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
}

.food-chose-icon {
  min-height: 33px;
  max-height: 33px;
}

.food-chose-name {
  font: normal 500 15px/1 "Plus Jakarta Sans", sans-serif;
  color: var(--theme-text-dark, #9e9e9e);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.food-chose-name::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: 1;
  height: auto;
  border-bottom: 1px solid var(--theme-text-dark, #9e9e9e);
}

.food-chose-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  word-wrap: break-word;
  margin-bottom: 43px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .food-chose-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.food-chose-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-text, #12110e);
  line-height: 34px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .food-chose-text {
    font-size: 16px;
    line-height: 27px;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  background-color: var(--theme-black, #1e1d21);
  padding: 100px 0;
}
.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-black, #1e1d21);
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
}
.video-one .container {
  position: relative;
  text-align: center;
}
.video-one__btn {
  width: 145px;
  height: 145px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.video-one__btn .video-popup {
  font-size: 24px;
  color: var(--theme-white, #fff);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}
.video-one__btn .video-popup:hover {
  color: var(--theme-base, #c2a74e);
}
.video-one__btn .curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}
.video-one__btn .curved-circle--item {
  width: 145px;
}
.video-one__btn .curved-circle--item span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--theme-white, #fff);
  letter-spacing: 0.4em;
}
.video-one__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--theme-white, #fff);
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .video-one__title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .video-one__title {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
.video-one__link::before {
  background-color: var(--theme-base, #c2a74e);
}

.video-two {
  position: relative;
  background-color: var(--theme-black, #1e1d21);
  padding: 143px 0 320px;
}
@media (max-width: 767px) {
  .video-two {
    padding: 100px 0 270px;
  }
  .video-two .text-end {
    text-align: left !important;
  }
}
.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-black, #1e1d21);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.video-two__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1199px) {
  .video-two__shape {
    display: none;
  }
}
.video-two .container {
  position: relative;
}
.video-two__btn {
  width: 145px;
  height: 145px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin-top: 42px;
}
.video-two__btn .video-popup {
  font-size: 24px;
  color: var(--theme-white, #fff);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}
.video-two__btn .video-popup:hover {
  color: var(--theme-base, #c2a74e);
}
.video-two__btn .curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}
.video-two__btn .curved-circle--item {
  width: 145px !important;
  height: 145px !important;
}
.video-two__btn .curved-circle--item span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--theme-white, #fff);
  letter-spacing: 0.4em;
}
.video-two__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--theme-white, #fff);
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .video-two__title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .video-two__title {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
.video-two__link::before {
  background-color: var(--theme-base, #c2a74e);
}

.team-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .team-one {
    padding-top: 62px;
    padding-bottom: 72px;
  }
}
.team-one .sec-title {
  text-align: center;
}
@media (min-width: 992px) {
  .team-one__carousel .owl-nav {
    display: none;
  }
}

.team-card__image {
  position: relative;
  padding-left: 30px;
  padding-top: 30px;
}
.team-card__image img {
  position: relative;
  max-width: 100%;
}
.team-card__image__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 324px;
  background-color: var(--theme-gray, #ddd);
  background-image: url(../images/shapes/team-card-s-1-1.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.team-card__hover {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.team-card__email {
  background-color: var(--theme-base, #c2a74e);
  position: relative;
}
.team-card__email > a {
  width: 50px;
  height: 50px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-white, #fff);
  transition: all 500ms ease;
}
.team-card__email > a:hover {
  background-color: var(--theme-black, #1e1d21);
  color: var(--theme-white, #fff);
}
.team-card__social {
  background-color: var(--theme-white, #fff);
  position: relative;
  cursor: pointer;
  transition: all 500ms ease;
}
.team-card__social:hover {
  background-color: var(--theme-white, #fff);
}
.team-card__social:hover > i {
  color: var(--theme-base, #c2a74e);
}
.team-card__social > i {
  width: 50px;
  height: 50px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-black, #1e1d21);
  transition: all 500ms ease;
}
.team-card__social__list {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) scale(0, 1);
  background-color: var(--theme-black, #1e1d21);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  transition: 500ms ease;
  transform-origin: top left;
}
.team-card__social__list a {
  color: var(--theme-white, #fff);
  font-size: 14px;
  transition: all 500ms ease;
}
.team-card__social__list a + a {
  margin-left: 27px;
}
.team-card__social__list a:hover {
  color: var(--theme-base, #c2a74e);
}
.team-card__social:hover .team-card__social__list {
  opacity: 1;
  transform: translateY(-50%) scale(1, 1);
}
.team-card__content {
  padding-top: 20px;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .team-card__content {
    padding-top: 30px;
  }
}
.team-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.1818181818em;
  color: var(--theme-black, #1e1d21);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: -7px;
}
@media (min-width: 768px) {
  .team-card__title {
    font-size: 22px;
    margin-bottom: -6px;
  }
}
.team-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card__title a:hover {
  background-size: 100% 1px;
}
.team-card__title a:hover {
  color: var(--theme-base, #c2a74e);
}
.team-card__designation {
  line-height: 1em;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--theme-text, #12110e);
  letter-spacing: var(--theme-letter-space, 0.1em);
  margin-bottom: 5px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.team-details {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .team-details {
    padding: 80px 0 0;
    padding-top: 60px;
  }
}
.team-details__inner {
  border-bottom: 1px solid var(--theme-border-color, #ededed);
  padding-bottom: 100px;
}
.team-details__image {
  display: inline-block;
  position: relative;
  width: 100%;
}
.team-details__image img {
  max-width: 100%;
  width: 100% !important;
}
@media (min-width: 992px) {
  .team-details__content {
    padding-left: 70px;
  }
}
.team-details__icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  background-color: var(--theme-base, #c2a74e);
  border: 20px solid var(--theme-white, #fff);
  width: 220px;
  padding: 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
  .team-details__icon {
    left: -96px;
  }
}
.team-details__icon i {
  font-size: 60px;
  color: var(--theme-white, #fff);
}
.team-details__icon__text {
  margin: 0;
  font-size: 18px;
  color: var(--theme-white, #fff);
  text-transform: uppercase;
  max-width: 104px;
  font-weight: bold;
  margin-bottom: -5px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .team-details__icon__text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .team-details__icon__text {
    font-size: 24px;
  }
}
.team-details__title {
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  margin-top: -7px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .team-details__title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .team-details__title {
    font-size: 40px;
  }
}
.team-details__designation {
  margin: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
.team-details__text {
  margin: 0;
  font-size: 15px;
  line-height: 2em;
}
.team-details__highlight {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--theme-base, #c2a74e);
  font-size: 20px;
  font-family:  "Plus Jakarta Sans", sans-serif;
  line-height: 1.3em;
  margin-top: 35px;
  margin-bottom: 30px;
}
.team-details__list {
  margin-bottom: 0;
}
.team-details__list li, .team-details__list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .team-details__list li {
  position: relative;
  font-size: 16px;
  line-height: 2.25em;
  padding-left: 27px;
  color: var(--theme-black, #1e1d21);
}
.team-details__list li > i, .team-details__list .food-one--two .food-one__quality-list li > i, .food-one--two .food-one__quality-list .team-details__list li > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--theme-base, #c2a74e);
}
.team-details__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.team-details__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-gray, #ddd);
  font-size: 14px;
  color: var(--theme-black, #1e1d21);
  transition: all 500ms ease;
  border-radius: 50%;
}
.team-details__social a:hover {
  background-color: var(--theme-base, #c2a74e);
  color: var(--theme-white, #fff);
}

.team-skills-one {
  position: relative;
  background-color: var(--theme-white, #fff);
  padding: 118px 0 0 0;
}
@media (max-width: 991px) {
  .team-skills-one {
    padding-top: 52px;
  }
}
.team-skills-one .container-fluid {
  position: relative;
  z-index: 3;
  margin-bottom: 118px;
}
@media (max-width: 991px) {
  .team-skills-one .container-fluid {
    margin-bottom: 52px;
  }
}
.team-skills-one .section-common-title {
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-skills-one__chose-reasone {
  flex-direction: column;
  padding-bottom: 14px;
}
.team-skills-one__title {
  text-align: center;
  margin-bottom: 92px;
}
@media (max-width: 991px) {
  .team-skills-one__title {
    margin-bottom: 38px;
  }
}
.team-skills-one__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 0 95px;
}
.team-skills-one__col-left {
  width: calc((50% - 47.5px) / 1);
  padding: 0;
}
@media (max-width: 991px) {
  .team-skills-one__col-left {
    width: 100%;
  }
}
.team-skills-one__left-content {
  width: 100%;
  max-width: 538px;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .team-skills-one__left-content {
    max-width: initial;
    margin: 0;
  }
}
.team-skills-one__left-content__inner {
  max-width: 488px;
}
@media (max-width: 991px) {
  .team-skills-one__left-content__inner {
    max-width: initial;
  }
}
.team-skills-one__col-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--theme-green3, #008d36);
  margin-bottom: 35px;
}
.team-skills-one__col-title br {
  display: none;
}
@media (max-width: 991px) {
  .team-skills-one__col-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .team-skills-one__col-title br {
    display: block;
  }
}
.team-skills-one__col-text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .team-skills-one__col-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
  }
}
.team-skills-one__progress {
  border: 1px solid var(--theme-green3, #008d36);
  padding: 17px 40px 27px 33px;
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .team-skills-one__progress {
    margin-bottom: 38px;
    padding: 12px 20px 22px 20px;
  }
}
.team-skills-one__progress + .team-skills-one__progress {
  margin-top: 17px;
}
.team-skills-one__progress__title {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  display: block;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .team-skills-one__progress__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
.team-skills-one__progress__bar {
  width: 100%;
  height: 11px;
  position: relative;
  border-radius: 5px;
  background-color: var(--theme-yellow, 253, 214, 31);
}
.team-skills-one__progress__inner {
  position: absolute;
  height: calc(100% - 0px);
  left: 0;
  top: 0;
  background-color: var(--theme-green3, #008d36);
  border-radius: 5px;
  transition: all 700ms linear;
  width: 0px;
}
.team-skills-one__progress__number {
  position: absolute;
  bottom: calc(100% + 7px);
  right: -18px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-text, #12110e);
}
.team-skills-one__customers {
  border-top: 1px solid #edebe4;
  padding-top: 33px;
}
.team-skills-one__customers__col {
  gap: 0 23px !important;
}
.team-skills-one__customers__col:hover .team-skills-one__customers__cricle span {
  color: var(--theme-text, #12110e);
}
.team-skills-one__customers__cricle span {
  font-family:  "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
  color: var(--theme-white, #fff);
  transition: all 0.4s ease;
}
.team-skills-one__customers__cricle:hover span {
  color: var(--theme-text, #12110e);
}
.team-skills-one__customers__feedback {
  width: calc(100% - 105px) !important;
}
.team-skills-one__col-right {
  width: calc((50% - 47.5px) / 1);
  padding: 0;
}
@media (max-width: 991px) {
  .team-skills-one__col-right {
    width: 100%;
  }
}
.team-skills-one__col-right__all-product {
  padding-top: 22px;
}
@media (max-width: 991px) {
  .team-skills-one__col-right__all-product {
    padding-top: 40px;
  }
}
.team-skills-one__col-right__bg {
  min-height: 186px;
  background-color: var(--theme-yellow, 253, 214, 31);
  width: fit-content;
  max-width: 253px;
  border-radius: 25px 0 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 32px;
}
@media (max-width: 991px) {
  .team-skills-one__col-right__bg {
    width: 100%;
    max-width: 100%;
    min-height: 152px;
  }
}
.team-skills-one__col-right__count-product {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-text, #12110e);
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .team-skills-one__col-right__count-product {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.team-skills-one__col-right__pure-product {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .team-skills-one__col-right__pure-product {
    font-size: 22px;
    line-height: 24px;
  }
}
.team-skills-one__right-image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.team-skills-one__right-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fffdf1;
}
.team-skills-one__right-image__bg {
  position: relative;
  z-index: 2;
}
.team-skills-one__right-image__bg > img {
  display: block;
  max-width: 864px;
  margin-top: 110px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@media (max-width: 991px) {
  .team-skills-one__right-image__bg {
    display: none;
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(25px);
  }
}
@keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(25px);
  }
}
.team-skills-one--two {
  background-color: var(--theme-white, #fff);
  z-index: 1;
}
.team-skills-one--two::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 162px;
  left: 0;
  bottom: 82px;
  background-image: url("../images/shapes/team-skill-effect2-1-.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  -webkit-animation: skillEffect1 1s infinite alternate;
  animation: skillEffect1 1s infinite alternate;
}
@-webkit-keyframes skillEffect1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25px);
  }
}
@keyframes skillEffect1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25px);
  }
}
@media (max-width: 1440px) {
  .team-skills-one--two::before {
    width: 100px;
    height: 110px;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .team-skills-one--two::before {
    width: 82px;
    height: 95px;
    bottom: 0;
    top: 0;
    margin: auto 0;
  }
}
@media (max-width: 767px) {
  .team-skills-one--two::before {
    display: none;
  }
}
.team-skills-one--two .container-fluid {
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .team-skills-one--two .container-fluid {
    padding-top: 90px;
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .team-skills-one--two .container-fluid {
    padding-top: 8px;
    padding-bottom: 58px;
  }
}
.team-skills-one--two .team-skills-one__row {
  gap: 0;
}
.team-skills-one--two .team-skills-one__col-left {
  width: 51%;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__col-left {
    width: 100%;
  }
}
.team-skills-one--two .team-skills-one__left-content {
  max-width: 600px;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__left-content {
    max-width: initial;
  }
}
.team-skills-one--two .team-skills-one__left-content__inner {
  max-width: initial;
}
.team-skills-one--two .section-common-title {
  max-width: initial;
  align-items: flex-start;
}
.team-skills-one--two .team-skills-one__chose-reasone {
  flex-direction: row;
}
.team-skills-one--two .team-skills-one__title {
  text-align: left;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .team-skills-one--two .team-skills-one__title {
    margin-bottom: 28px;
  }
}
.team-skills-one--two .team-skills-one__col-text {
  font-weight: 400;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__col-text {
    padding-right: 0;
  }
}
.team-skills-one--two .team-skills-one__customers {
  max-width: 502px;
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__customers {
    max-width: initial;
  }
}
.team-skills-one--two .team-skills-one__customers__col {
  position: relative;
}
.team-skills-one--two .team-skills-one__customers__col:first-child::before {
  display: none;
}
.team-skills-one--two .team-skills-one__customers__col::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 1px;
  top: -34px;
  left: 0;
  z-index: 1;
  background-color: var(--theme-white, #fff);
}
.team-skills-one--two .team-skills-one__customers__icon-cricle {
  font-size: 49px;
  color: var(--theme-white, #fff);
  transition: all 0.5s;
}
.team-skills-one--two .team-skills-one__col-right {
  width: 49%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__col-right {
    width: 100%;
    padding-top: 30px;
  }
}
.team-skills-one--two .team-skills-one__col-right__all-product {
  padding-top: 0;
  padding-left: 22px;
}
@media (max-width: 991px) {
  .team-skills-one--two .team-skills-one__col-right__all-product {
    padding: 0;
    width: 100%;
  }
}
.team-skills-one--two .team-skills-one__col-right__bg {
  border-radius: 20px;
}
.team-skills-one--two .team-skills-one__col-right__pure-product {
  line-height: 34px;
}
.team-skills-one--two .team-skills-one__right-image {
  z-index: 1;
  padding-left: 85px;
}
.team-skills-one--two .team-skills-one__right-image img {
  margin-top: 0;
  width: 100%;
  max-width: initial;
  height: 100%;
  object-fit: cover;
  -webkit-animation: teamSkillMoving 2.5s infinite alternate;
  animation: teamSkillMoving 2.5s infinite alternate;
}
@keyframes teamSkillMoving {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(15px);
  }
}
.team-skills-one--two .team-skills-one__right-image::after {
  display: none;
}
.team-skills-one--two .team-skills-one__right-image__bg {
  height: 100%;
  position: relative;
  padding-bottom: 115px;
}
.team-skills-one--two .team-skills-one__right-image__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/shapes/team-skill-effect2-2-.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.team-skills-one--three {
  padding-top: 119px;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .team-skills-one--three {
    padding-top: 52px;
    padding-bottom: 58px;
  }
}
@media (max-width: 1200px) {
  .team-skills-one--three .container {
    max-width: 100%;
  }
}
.team-skills-one--three .team-skills-one__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 0;
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__row {
    gap: 100px 0;
  }
}
.team-skills-one--three .team-skills-one__col-left {
  width: calc((50% - 0px) / 1);
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__col-left {
    width: 100%;
  }
}
.team-skills-one--three .team-skills-one__left-content {
  max-width: initial;
  margin: 0;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__left-content {
    padding-right: 0;
  }
}
.team-skills-one--three .team-skills-one__col-right {
  width: calc((50% - 0px) / 1);
  padding-left: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__col-right {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
    height: 602px;
    padding-left: 8px;
  }
}
.team-skills-one--three .team-skills-one__col-right__all-product {
  position: absolute;
  top: -40px;
  left: -4px;
  z-index: 2;
  padding-top: 0;
}
.team-skills-one--three .team-skills-one__col-right .right-top--product {
  right: -78px;
  left: initial;
}
@media (max-width: 1400px) {
  .team-skills-one--three .team-skills-one__col-right .right-top--product {
    right: 0;
    top: -50px;
  }
}
.team-skills-one--three .team-skills-one__col-right .left-bottom--product {
  right: initial;
  top: initial;
  bottom: 58px;
}
.team-skills-one--three .team-skills-one__col-right .left-bottom--product .team-skills-one__col-right__bg {
  background-color: var(--theme-green, #0c7735);
  border-radius: 0px 25px 25px 25px;
}
.team-skills-one--three .team-skills-one__col-right .left-bottom--product .team-skills-one__col-right__pure-product,
.team-skills-one--three .team-skills-one__col-right .left-bottom--product .team-skills-one__col-right__count-product {
  color: var(--theme-white, #fff);
}
.team-skills-one--three .team-skills-one__col-right__pure-product {
  line-height: 34px;
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-one__col-right__pure-product {
    line-height: 26px;
  }
}
.team-skills-one--three .team-skills-three__img {
  width: calc(100% + 0px);
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 38px;
  margin-top: -6px;
}
@media (max-width: 1200px) {
  .team-skills-one--three .team-skills-three__img {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-three__img {
    height: 100%;
    padding: 0 10px;
  }
}
.team-skills-one--three .team-skills-three__img img {
  width: 100% !important;
  max-width: 428px;
  display: block;
  height: auto;
  border-radius: 220px;
  -webkit-box-shadow: 17px 6px 0px 14px #F5F4EE;
  box-shadow: 17px 6px 0px 14px #F5F4EE;
}
@media (max-width: 1200px) {
  .team-skills-one--three .team-skills-three__img img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-three__img img {
    object-fit: cover;
    object-position: top center;
  }
}
.team-skills-one--three .team-skills-three__img::before, .team-skills-one--three .team-skills-three__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 220px;
}
.team-skills-one--three .team-skills-three__img::before {
  left: initial;
  right: 28px;
  width: 455px;
  height: 672px;
  top: -26px;
  border-color: var(--theme-green, #0c7735);
  border-radius: 240px;
}
@media (max-width: 1200px) {
  .team-skills-one--three .team-skills-three__img::before {
    width: 100%;
    height: 100%;
    right: 14px;
  }
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-three__img::before {
    right: 5px;
  }
}
.team-skills-one--three .team-skills-three__img::after {
  width: 431px;
  height: 637px;
  top: -21px;
  right: initial;
  left: 53px;
  border-color: var(--theme-yellow, 253, 214, 31);
}
@media (max-width: 1200px) {
  .team-skills-one--three .team-skills-three__img::after {
    width: 100%;
    height: 100%;
    left: 5px;
  }
}
@media (max-width: 991px) {
  .team-skills-one--three .team-skills-three__img::after {
    left: 2px;
  }
}
.team-skills-one--about {
  padding-top: 119px;
}
@media (max-width: 991px) {
  .team-skills-one--about {
    padding-top: 52px;
  }
}

.team-form-one {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .team-form-one {
    padding: 80px 0;
  }
}
.team-form-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.8;
  mix-blend-mode: luminosity;
}
.team-form-one .container {
  position: relative;
  max-width: 800px;
}
.team-form-one .sec-title {
  text-align: center;
}
.team-form-one .form-one .bootstrap-select > .dropdown-toggle,
.team-form-one .form-one input[type=text],
.team-form-one .form-one input[type=email],
.team-form-one .form-one textarea {
  background-color: var(--theme-white, #fff);
}
.team-form-one .form-one textarea {
  height: 188px;
}

.blog-card {
  position: relative;
  background-color: var(--theme-white, #fff);
}
.blog-card__image {
  position: relative;
  overflow: hidden;
}
.blog-card__image img {
  width: 100% !important;
  min-height: 293px;
  max-height: 293px;
  object-fit: cover;
  border-radius: 27px 27px 0 0;
}
.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--theme-black-rgb, 30, 29, 33), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
  border-radius: 27px 27px 0 0;
}
.blog-card__image__link::before, .blog-card__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--theme-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 27px 27px 0 0;
}
.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image > a {
  opacity: 1;
  transform: translateY(0);
}
.blog-card__content {
  background-color: var(--theme-white, #fff);
  position: relative;
  transition: all 500ms ease;
}
.blog-card__articles {
  position: absolute;
  width: auto;
  height: auto;
  top: 30px;
  left: 34px;
  z-index: 10;
}
@media (max-width: 991px) {
  .blog-card__articles {
    top: 20px;
    left: 20px;
  }
}
.blog-card__articles span {
  font-size: 14px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  font-weight: 500;
  background-color: var(--theme-yellow, 253, 214, 31);
  padding: 6px 20px 7px 14px;
  display: block;
  border-radius: 20px;
}
.blog-card__date {
  width: auto;
  height: auto;
  position: absolute;
  top: -13px;
  left: 30px;
  z-index: 10;
}
@media (max-width: 991px) {
  .blog-card__date {
    left: 20px;
  }
}
.blog-card__date span {
  background-color: var(--theme-green, #0c7735);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: var(--theme-white, #fff);
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1;
  font-weight: 500;
  border-radius: 20px;
  padding: 6px 20px 7px 20px;
}
.blog-card__content {
  background-color: var(--theme-white, #fff);
  padding: 37px 30px 39px 30px;
  position: relative;
  z-index: 10;
  transition: all 500ms ease;
  border-radius: 0 0 28px 28px;
  box-shadow: 0px 10px 35px 0px rgba(209, 210, 212, 0.35);
}
@media (max-width: 991px) {
  .blog-card__content {
    padding: 30px 20px;
  }
}
.blog-card__content::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 62px;
  right: 53px;
  bottom: 26px;
  z-index: 1;
  background-image: url("../images/shapes/hero-tree-icon1-1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 38px auto;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .blog-card__content::after {
    right: 20px;
    bottom: 15px;
  }
}
.blog-card:hover .blog-card__content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.blog-card__title {
  margin: 0;
  color: var(--theme-black, #1e1d21);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .blog-card__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-text, #12110e);
  transition: all 500ms ease;
  line-height: 1;
  background-color: #f5f1dd;
  border-radius: 9px;
  padding: 14px 23px;
  position: relative;
}
.blog-card__link > span {
  position: relative;
  z-index: 2;
}
.blog-card__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 5%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-radius: 9px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.blog-card__link:hover {
  color: var(--theme-text, #12110e);
}
.blog-card__link:hover::after {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin: 0;
  margin-bottom: 4px;
}
.blog-card__meta li, .blog-card__meta .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .blog-card__meta li {
  color: var(--theme-text2, #172000);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.blog-card__meta li i, .blog-card__meta .food-one--two .food-one__quality-list li i, .food-one--two .food-one__quality-list .blog-card__meta li i {
  color: #58625b;
  margin-right: 4px;
}
.blog-card__meta li a, .blog-card__meta .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .blog-card__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card__meta li a:hover {
  color: var(--theme-black, #1e1d21);
  text-shadow: 0 0 1px currentColor;
}

.blog-one {
  padding: 119px 0 117px 0;
}
@media (max-width: 991px) {
  .blog-one {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .blog-one {
    padding: 50px 0;
  }
}
.blog-one .container {
  max-width: 1600px;
}
.blog-one__carousel.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 38px;
}
.blog-one .section-common-title {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 92px;
  padding-bottom: 54px;
}
@media (max-width: 991px) {
  .blog-one .section-common-title {
    padding-bottom: 39px;
  }
}
.blog-one__chose-reasone {
  width: 100%;
  padding-bottom: 14px;
}
.blog-one__title {
  width: calc((54% - 46px) / 1);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-one__title {
    width: calc((100% - 0px) / 1);
  }
}
.blog-one__text {
  width: calc((46% - 46px) / 1);
  padding-right: 0;
  padding-top: 7px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-one__text {
    width: calc((100% - 0px) / 1);
    padding-top: 11px;
  }
}
.blog-one--home .sec-title {
  text-align: center;
}
@media (min-width: 992px) {
  .blog-one__carousel .owl-nav {
    display: none;
  }
}
.blog-one--three {
  padding-top: 119px;
  padding-bottom: 118px;
}
@media (max-width: 767px) {
  .blog-one--three {
    padding-top: 40px;
    padding-bottom: 66px;
  }
}
.blog-one--three .container {
  max-width: 1200px;
}
.blog-one--three .section-common-title {
  max-width: 805px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-bottom: 54px;
}
.blog-one--three .blog-one__chose-reasone {
  flex-direction: column;
  width: 100%;
}
.blog-one--three .blog-one__title {
  text-align: center;
  width: 100%;
}
.blog-one--three .blog-card__image img {
  min-height: 298px;
  max-height: 298px;
  border-radius: 27px;
}
.blog-one--three .blog-card__image__link {
  border-radius: 27px;
}
.blog-one--three .blog-card {
  border: 1px solid #e8e7e6;
  border-radius: 27px;
}
.blog-one--three .blog-card:hover .blog-card__content::after {
  transform: rotate(-45deg);
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
.blog-one--three .blog-card__content {
  padding: 28px 24px 29px 32px;
}
.blog-one--three .blog-card__content::after {
  font-family: "Font Awesome 6 Free" !important;
  content: "\e902";
  width: 50px;
  height: 50px;
  right: 35px;
  bottom: 15px;
  border-radius: 50%;
  background-image: none;
  background-color: #e5f5eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--theme-text, #12110e);
}
.blog-one--three .blog-card__title {
  border-bottom: 1px solid #edebe6;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.blog-one--three .blog-card__date {
  max-width: 56px;
  top: -51px;
  left: 32px;
}
.blog-one--three .blog-card__date::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  z-index: 99;
  border-right: 10px solid transparent;
  border-top: 11px solid var(--theme-green, #0c7735);
  right: -10px;
  bottom: 0;
}
.blog-one--three .blog-card__date span {
  line-height: 17px;
  border-radius: 0;
  padding: 14px 4px;
}
.blog-one--three .blog-card__link {
  background-color: transparent;
  padding: 0;
}
.blog-one--three .blog-card__link::after {
  background-color: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
  max-width: 100%;
  opacity: 1;
  visibility: visible;
  height: auto;
  bottom: -1px;
  left: 0;
  top: initial;
}
.blog-one--three .blog-card__link:hover::after {
  max-width: 0;
}
.blog-one--page {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .blog-one--page {
    padding-top: 62px;
    padding-bottom: 72px;
  }
}
.blog-one--page__row {
  gap: 30px 0;
}
.blog-one--list {
  padding-top: 100px;
  padding-bottom: 88px;
}
@media (max-width: 991px) {
  .blog-one--list {
    padding-top: 66px;
    padding-bottom: 72px;
  }
}
.blog-one--list .container {
  max-width: 1200px;
}
@media (max-width: 991px) {
  .blog-one--list__content {
    padding-bottom: 42px;
  }
}
.blog-one--list__content .blog-card {
  overflow: hidden;
}
.blog-one--list__content .blog-card__image {
  overflow: initial;
}
.blog-one--list__content .blog-card__image img {
  min-height: 450px;
  max-height: 450px;
  border-radius: 0;
}
.blog-one--list__content .blog-card__date {
  top: initial;
  bottom: -16px;
  left: 0;
}
.blog-one--list__content .blog-card__date span {
  width: fit-content;
  height: 32px;
  padding: 5px 19px;
  border-radius: 0;
}
.blog-one--list__content .blog-card__image__link {
  border-radius: 0;
}
.blog-one--list__content .blog-card-two__content {
  padding-top: 28px;
}
.blog-one--list__content .blog-card__title {
  color: var(--theme-text2, #172000);
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 22px;
}
.blog-one--list__content .blog-card-two__text {
  color: #636260;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 22px;
}
.blog-one--list__content .blog-card__link {
  background-color: transparent;
  border: 1px solid #d4d4d4;
  text-transform: uppercase;
  padding-left: 17px;
  padding-right: 18px;
  border-radius: 4px;
  color: #2a2826;
}
.blog-one--list__content .blog-card__link > i {
  margin-left: 8px;
  transition: all 0.4s;
}
.blog-one--list__content .blog-card__link::after {
  display: none;
}
.blog-one--list__content .blog-card__link:hover {
  border-color: #2a2826;
}
.blog-one--list__content .blog-card__link:hover > i {
  transform: translateX(5px);
}
.blog-one .pagination {
  padding-top: 49px;
  gap: 0 10px;
  margin: 0;
}
.blog-one .page-link {
  border: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  background-color: #f3f5f4;
  border-radius: 4px !important;
  padding: 15px 17.5px;
}
.blog-one .page-link:hover,
.blog-one .active .page-link {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}

.blog-card-link {
  background-color: var(--theme-gray, #ddd);
  padding: 30px;
}
@media (min-width: 768px) {
  .blog-card-link {
    padding: 60px;
  }
}
.blog-card-link .blog-card__title {
  margin: 0;
  margin-bottom: -10px;
}

.blog-card-qoute__image {
  line-height: 1em;
  margin-bottom: 20px;
}

.blog-card-link__icon {
  font-size: 40px;
  color: var(--theme-base, #c2a74e);
  line-height: 1em;
  margin-bottom: 22px;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--theme-text, #12110e);
  font-size: 14px;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: var(--theme-gray, #ddd);
  color: var(--theme-text, #12110e);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.form-one textarea {
  height: 195px;
  padding-top: 20px;
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--theme-base, #c2a74e);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--theme-base, #c2a74e);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--theme-base, #c2a74e);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
}
.main-footer__top {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .main-footer__top {
    padding-top: 65px;
  }
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}
.main-footer .container {
  position: relative;
}
@media (max-width: 1200px) {
  .main-footer .container {
    max-width: initial;
  }
}
.main-footer__bottom {
  text-align: center;
  position: relative;
  z-index: 1;
}
.main-footer__bottom__inner {
  padding: 10px 0 10px 0;
  border-top: 1px solid rgba(var(--theme-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 767px) {
  .main-footer__bottom__inner {
    flex-direction: column;
    gap: 15px 0;
  }
}
.main-footer__copyright {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: var(--theme-white, #fff);
}
.main-footer__social-row {
  display: flex;
  align-items: center;
}
.main-footer__social-row-text {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: var(--theme-white, #fff);
  margin-bottom: 0;
}
.main-footer__social-list {
  display: flex;
  align-items: center;
  padding-left: 14px;
  margin-bottom: 0;
  gap: 0 10px;
  list-style: none;
}
.main-footer__social-list li, .main-footer__social-list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .main-footer__social-list li {
  list-style: none;
}
.main-footer__social-list li a, .main-footer__social-list .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .main-footer__social-list li a {
  width: 35px;
  height: 35px;
  background-color: var(--theme-white, #fff);
  border-radius: 50%;
  color: #433838;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.main-footer__social-list li a > i, .main-footer__social-list .food-one--two .food-one__quality-list li a > i, .food-one--two .food-one__quality-list .main-footer__social-list li a > i {
  transition: all 0.4s;
}
.main-footer__social-list li a:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.main-footer__social-list li a:hover > i {
  transform: scale(0.8);
}
.main-footer--version2 .main-footer__top {
  padding-top: 96px;
}
@media (max-width: 767px) {
  .main-footer--version2 .main-footer__top {
    padding-top: 65px;
  }
}

.footer-widget__col {
  width: 25%;
}
.footer-widget__col__col1 {
  width: 31.3%;
}
.footer-widget__col__col2 {
  width: 18.2%;
}
.footer-widget__col__col3 {
  width: 22.5%;
}
.footer-widget__col__col4 {
  width: 31%;
}
@media (max-width: 1200px) {
  .footer-widget__col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-widget__col {
    width: 100%;
  }
}

.footer-widget {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}
.footer-widget--about {
  max-width: 400px;
}
@media (max-width: 1200px) {
  .footer-widget--about {
    max-width: initial;
  }
}
.footer-widget__logo {
  display: inline-flex;
  max-width: 185px;
}
.footer-widget__logo > img {
  width: 130px;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}
.footer-widget__experience-text {
  font-size: 16px;
  color: var(--theme-white, #fff);
  line-height: 32px;
  margin-bottom: 34px;
  padding-right: 30px;
}
.footer-widget__newsletter {
  position: relative;
  width: 100%;
}
@media (max-width: 1200px) {
  .footer-widget__newsletter {
    max-width: initial;
  }
}
.footer-widget__newsletter button[type=submit] {
  background-color: var(--theme-yellow, 253, 214, 31);
  width: 100%;
  height: 58px;
  border: none;
  outline: none;
  color: #051b0d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
  border-radius: 3px;
}
.footer-widget__newsletter button[type=submit]:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
.footer-widget__mail-address {
  position: relative;
}
.footer-widget__mail-address input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 68px;
  background-color: #18271e;
  color: #848484;
  font-size: 15px;
  font-weight: 400;
  padding-left: 49px;
  padding-right: 20px;
  transition: all 500ms ease;
  border-radius: 3px;
}
.footer-widget__mail-address input[type=text]:focus {
  color: var(--theme-white, #fff);
}
.footer-widget__mail-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: var(--theme-white, #fff);
  height: 100%;
  display: flex;
  align-items: center;
}
.footer-widget__mail-icon > i {
  font-size: 19px;
}
.footer-widget__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-white, #fff);
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-widget__title {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.footer-widget__info, .footer-widget__links {
  margin-top: -10px;
  margin-bottom: 0;
}
.footer-widget__info li, .footer-widget__info .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .footer-widget__info li, .footer-widget__links li, .footer-widget__links .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .footer-widget__links li {
  font-size: 16px;
  color: var(--theme-text2-dark, #c1cfc7);
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 19px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .footer-widget__info li, .footer-widget__info .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .footer-widget__info li, .footer-widget__links li, .footer-widget__links .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .footer-widget__links li {
    margin-bottom: 4px;
  }
}
.footer-widget__info li:last-child, .footer-widget__links li:last-child {
  margin-bottom: 0;
}
.footer-widget__info li::before, .footer-widget__info .food-one--two .food-one__quality-list li::before, .food-one--two .food-one__quality-list .footer-widget__info li::before, .footer-widget__links li::before, .footer-widget__links .food-one--two .food-one__quality-list li::before, .food-one--two .food-one__quality-list .footer-widget__links li::before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f04b";
  font-weight: 900;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  font-size: 9px;
  color: var(--theme-text2-dark, #c1cfc7);
}
.footer-widget__info li a, .footer-widget__info .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .footer-widget__info li a, .footer-widget__links li a, .footer-widget__links .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__info li a:hover, .footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__info li a:hover, .footer-widget__links li a:hover {
  color: var(--theme-white, #fff);
}
.footer-widget--blog {
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .footer-widget--blog {
    padding-left: 0;
  }
}
.footer-widget__post-col {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #1f3126;
  padding-bottom: 29px;
}
@media (max-width: 767px) {
  .footer-widget__post-col {
    padding-bottom: 22px;
  }
}
.footer-widget__post-col:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.footer-widget__post-col + .footer-widget__post-col {
  padding-top: 27px;
}
@media (max-width: 767px) {
  .footer-widget__post-col + .footer-widget__post-col {
    padding-top: 22px;
  }
}
.footer-widget__post-img {
  width: 80px;
}
.footer-widget__post-img > img {
  width: 100% !important;
  border-radius: 3px !important;
}
.footer-widget__post-info {
  width: calc((100% - 80px) / 1);
  padding-left: 19px;
}
@media (max-width: 767px) {
  .footer-widget__post-info {
    padding-left: 12px;
  }
}
.footer-widget__post-date {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  display: block;
  color: var(--theme-text2-dark, #c1cfc7);
  margin-bottom: 9px;
}
.footer-widget__post-date > i {
  margin-right: 6px;
}
.footer-widget__post-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: var(--theme-white, #fff);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-widget__post-heading {
    font-size: 15px;
    line-height: 23px;
  }
}
.footer-widget__post-heading > a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__post-heading > a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  padding-bottom: 62px;
}
@media (max-width: 991px) {
  .contact-one {
    padding-bottom: 49px;
  }
}
@media (max-width: 1200px) {
  .contact-one .container {
    max-width: 100%;
  }
}
.contact-one__info {
  width: 100%;
}
.contact-one__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 43px;
  line-height: 50px;
  color: var(--theme-text, #12110e);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contact-one__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 13px;
  }
  .contact-one__title br {
    display: none;
  }
}
.contact-one__text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #15171a;
  margin-bottom: 0;
}

.get-touch-one.contact-form-two {
  padding-top: 277px;
  padding-bottom: 120px;
  background-color: rgb(241, 250, 245);
  background-blend-mode: overlay;
}
@media (max-width: 991px) {
  .get-touch-one.contact-form-two {
    padding-top: 230px;
    padding-bottom: 62px;
  }
}
.get-touch-one.contact-form-two::after {
  background-image: url("../images/contact-formbg1-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.get-touch-one.contact-form-two .container {
  max-width: 900px;
}
.get-touch-one.contact-form-two .get-touch-one__form-row {
  padding: 0;
  background-color: transparent;
}
.get-touch-one.contact-form-two .get-touch-one__form-row__col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 28px;
}
.get-touch-one.contact-form-two .get-touch-one__form-group {
  width: calc((100% - 28px) / 2);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .get-touch-one.contact-form-two .get-touch-one__form-group {
    width: calc((100% - 0px) / 1);
  }
}
.get-touch-one.contact-form-two .get-touch-one__field {
  background-color: var(--theme-white, #fff);
  border: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 1;
  color: rgba(var(--theme-text3-rgb, 8, 5, 1));
  padding-left: 20px;
}
.get-touch-one.contact-form-two .get-touch-one__field::-webkit-outer-spin-button,
.get-touch-one.contact-form-two .get-touch-one__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.get-touch-one.contact-form-two .get-touch-one__field[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.get-touch-one.contact-form-two .get-touch-one__field-bd-effect::before {
  border-top-color: var(--theme-text, #12110e);
  border-bottom-color: var(--theme-text, #12110e);
}
.get-touch-one.contact-form-two .get-touch-one__field-bd-effect::after {
  border-left-color: var(--theme-text, #12110e);
  border-right-color: var(--theme-text, #12110e);
}
.get-touch-one.contact-form-two .textarea--group {
  width: 100%;
}
.get-touch-one.contact-form-two .textarea--field {
  height: 180px !important;
  min-height: 180px !important;
}
.get-touch-one.contact-form-two .form-submit-btn-wrap {
  display: flex;
  justify-content: center;
}
.get-touch-one.contact-form-two .form-submit-btn {
  text-transform: uppercase;
  height: 55px;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  display: none;
  background-color: var(--theme-white, #fff);
}
@media (min-width: 768px) {
  .topbar-one {
    display: block;
  }
}
.topbar-one .container-fluid {
  max-width: 1811px;
}
.topbar-one__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid var(--theme-border-color, #ededed);
}
@media (min-width: 992px) {
  .topbar-one__inner {
    flex-direction: row;
  }
}
.topbar-one__info {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 37px;
}
.topbar-one__info__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  border-left: 1px solid var(--theme-border-color, #ededed);
  padding: 15px 45px;
}
.topbar-one__info__item:first-child {
  border-left: 0;
  padding-left: 0;
}
.topbar-one__info__item a {
  color: inherit;
  font-weight: 500;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__info__item a:hover {
  background-size: 100% 1px;
}
.topbar-one__info__item + .topbar-one__info__item {
  margin-left: 20px;
}
.topbar-one__info__icon {
  font-size: 22px;
  color: var(--theme-green, #0c7735);
  position: relative;
  top: 0;
  margin-right: 12px;
}
.topbar-one__right {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background-color: var(--theme-yellow, 253, 214, 31);
  padding: 10.5px 23px 10.5px 31px;
}
@media (min-width: 992px) {
  .topbar-one__right {
    margin-top: 0;
    margin-left: auto;
  }
}
.topbar-one__right-text {
  font: normal 500 17px/1 "Plus Jakarta Sans", sans-serif;
  color: var(--theme-text, #12110e);
  padding: 0;
  margin-bottom: 0;
}
.topbar-one__btn {
  margin-left: 27px;
}
.topbar-one__btn::before {
  width: 127%;
  height: 166%;
}
.topbar-one__btn::after {
  width: 127%;
  height: 166%;
}
.topbar-one__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.2em;
}
.topbar-one__social {
  display: flex;
  align-items: center;
  line-height: 1em;
}
.topbar-one__social a {
  font-size: 15px;
  color: var(--theme-black, #1e1d21);
  transition: all 500ms ease;
  padding: 18.5px 0;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--theme-border-color, #ededed);
}
.topbar-one__social a:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
  border-color: var(--theme-yellow, 253, 214, 31);
}
.topbar-one__social a:first-child {
  border-left: 1px solid var(--theme-border-color, #ededed);
}
.topbar-one--two .topbar-one__inner {
  border: 0;
  padding-top: 26px;
  padding-bottom: 29px;
}
.topbar-one--two .topbar-one__social {
  border: 1px solid #bbbab9;
  border-radius: 4px;
  gap: 0 35px;
  padding: 0 22px 0 27px;
}
@media (max-width: 1600px) {
  .topbar-one--two .topbar-one__social {
    gap: 0 22px;
    padding: 0 17px;
  }
}
.topbar-one--two .topbar-one__social a {
  padding: 18px 0;
  border: 0;
  width: inherit;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1600px) {
  .topbar-one--two .topbar-one__social a {
    padding: 16px 0;
  }
}
.topbar-one--two .topbar-one__social a:hover {
  background-color: transparent;
  color: var(--theme-green, #0c7735);
  transform: rotate(-360deg);
}
.topbar-one--two .topbar-one__info {
  padding-left: 50px;
}
@media (max-width: 1760px) {
  .topbar-one--two .topbar-one__info {
    padding-left: 30px;
  }
}
@media (max-width: 1600px) {
  .topbar-one--two .topbar-one__info {
    padding-left: 25px;
  }
}
@media (max-width: 1200px) {
  .topbar-one--two .topbar-one__info {
    padding-left: 0;
  }
}
.topbar-one--two .topbar-one__info__item {
  padding: 0 74px;
  margin: 0;
}
@media (max-width: 1760px) {
  .topbar-one--two .topbar-one__info__item {
    padding: 0 46px;
  }
}
@media (max-width: 1600px) {
  .topbar-one--two .topbar-one__info__item {
    padding: 0 38px;
  }
}
@media (max-width: 1200px) {
  .topbar-one--two .topbar-one__info__item {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .topbar-one--two .topbar-one__info__item {
    padding: 0 30px;
  }
}
.topbar-one--two .topbar-one__info__item:first-child {
  padding-left: 0;
}
.topbar-one--two .topbar-one__info__item:last-child {
  padding-right: 0;
}
.topbar-one--two .topbar-one__info__item:hover .topbar-one__info__icon {
  background-color: var(--theme-green3, #008d36);
  transform: scale(0.96);
}
.topbar-one--two .topbar-one__info__icon {
  width: 50px;
  height: 54px;
  border-radius: 4px;
  background-color: var(--theme-text, #12110e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-white, #fff);
  margin-right: 20px;
  transition: all 0.4s;
}
.topbar-one--two .topbar-one__info__icon:hover {
  background-color: var(--theme-green3, #008d36);
  transform: scale(0.96);
}
@media (max-width: 1600px) {
  .topbar-one--two .topbar-one__info__icon {
    width: 45px;
    height: 50px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .topbar-one--two .topbar-one__info__icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}
.topbar-one--two .topbar-one__support--text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(var(--theme-text2-rgb, 23, 32, 0), 0.6);
  display: block;
}
@media (max-width: 1600px) {
  .topbar-one--two .topbar-one__support--text {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .topbar-one--two .topbar-one__support--text {
    font-size: 14px;
    line-height: 20px;
  }
}
.topbar-one--two .topbar-one__support a {
  font-size: 18px;
  line-height: 1.425em;
  display: initial;
}
@media (max-width: 1600px) {
  .topbar-one--two .topbar-one__support a {
    font-size: 16px;
    line-height: 1.315em;
  }
}
@media (max-width: 991px) {
  .topbar-one--two .topbar-one__support a {
    font-size: 15px;
    line-height: 1.115em;
  }
}
.topbar-one--two .topbar-one__right {
  background-color: var(--theme-yellow2, 243, 241, 233);
  border-radius: 4px;
  padding: 13px 19px 10px 29px;
}
@media (max-width: 1760px) {
  .topbar-one--two .topbar-one__right {
    padding: 12px 18px 12px 20px;
  }
}
.topbar-one--two .topbar-one__btn {
  margin-left: 49px;
  min-width: 101px;
}
@media (max-width: 1760px) {
  .topbar-one--two .topbar-one__btn {
    margin-left: 30px;
  }
}
@media (max-width: 1430px) {
  .topbar-one--two .topbar-one__btn {
    margin-left: 0;
  }
}
@media (max-width: 1780px) {
  .topbar-one__info {
    padding-left: 30px;
  }
  .topbar-one__info__item {
    padding: 16px 37px;
  }
  .topbar-one__info__item + .topbar-one__info__item {
    margin-left: 0;
  }
  .topbar-one__info__icon {
    margin-right: 10px;
  }
  .topbar-one__right {
    padding: 10px 23px 10px 23px;
  }
  .topbar-one__btn {
    margin-left: 11px;
  }
  .topbar-one__social a {
    width: 46px;
  }
}
@media (max-width: 1620px) {
  .topbar-one__info {
    padding-left: 20px;
  }
  .topbar-one__info__item {
    padding: 16px 20px;
  }
  .topbar-one__info__icon {
    margin-right: 8px;
    font-size: 16px;
  }
  .topbar-one__right {
    padding: 10.5px 18px 10.5px 18px;
  }
  .topbar-one__social a {
    width: 36px;
  }
}
@media (max-width: 1430px) {
  .topbar-one__right-text {
    display: none;
  }
  .topbar-one__btn {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .topbar-one__info {
    padding-left: 0;
  }
  .topbar-one__info__item {
    padding: 16px 15px;
  }
  .topbar-one__right {
    padding: 10px 12px 10px 12px;
  }
  .topbar-one__social {
    display: none;
  }
  .topbar-one__right-text {
    display: none;
  }
  .topbar-one__btn {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .topbar-one__info__item {
    font-size: 14px;
    padding: 16px 12px;
  }
  .topbar-one__right {
    display: none;
  }
}
/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--theme-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--theme-black3-rgb, 23, 32, 0), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--theme-black, #1e1d21);
  font-weight: 500;
  letter-spacing: var(--theme-letter-space, 0.1em);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.demo-one__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/home-showcase/showcase-bg-normal1-1.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  transition: all 0.4s;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__image:hover::after {
  background-image: url("../images/home-showcase//showcase-bg-hover1-1.png");
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  min-width: 135px;
  font-size: 15px;
  padding: 12.2px 28px;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  margin: 0;
}
.demo-one__btn.demo-multi-btn {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.demo-one__btn.demo-single-btn {
  background-color: var(--theme-white, #fff);
  color: var(--theme-text, #12110e);
}
.demo-one__btn::before {
  left: -93%;
  width: 150%;
  height: 230%;
  top: 139%;
}
.demo-one__btn::after {
  right: -93%;
  width: 150%;
  height: 230%;
  bottom: 86%;
}
.demo-one__btn:hover {
  color: var(--theme-white, #fff);
}
.demo-one__btn:hover::before {
  background-color: var(--theme-black, #1e1d21);
  left: -48%;
}
.demo-one__btn:hover::after {
  background-color: var(--theme-black, #1e1d21);
  right: -48%;
}
@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase {
  margin-bottom: -20px;
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 30px;
  background-color: var(--theme-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--theme-black3-rgb, 23, 32, 0), 0.07);
  border-radius: 0 0 5px 5px;
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .demo-one__btn {
  min-width: 148px;
  text-align: center;
  justify-content: center;
}
.home-showcase .demo-one__content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 2;
}
.home-showcase .demo-one__title {
  padding: 0;
  font-size: 15px;
  margin-top: 15px;
  padding-bottom: 21px;
  letter-spacing: 0;
  color: var(--theme-white, #fff);
  text-transform: unset;
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  background-color: #f7f4e5;
}
.why-choose-one::before, .why-choose-one::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 118px;
  bottom: 5px;
  z-index: 1;
  background-image: url("../images/shapes/choose-tree1-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 89px auto;
  -webkit-animation: moving 1s infinite alternate;
  animation: moving 1s infinite alternate;
}
@media (max-width: 1600px) {
  .why-choose-one::before, .why-choose-one::after {
    width: 65px;
    height: 90px;
    background-size: 64px auto;
  }
}
.why-choose-one::before {
  right: initial;
  left: 95px;
}
@media (max-width: 1600px) {
  .why-choose-one::before {
    left: 10px;
  }
}
.why-choose-one::after {
  left: initial;
  right: 72px;
}
@media (max-width: 1600px) {
  .why-choose-one::after {
    right: 20px;
  }
}
@-webkit-keyframes moving {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes moving {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(25deg);
  }
}
.why-choose-one .container {
  max-width: 1600px;
}

.why-choose-one .section-common-title {
  max-width: 800px;
  margin: 0 auto;
}
.why-choose-one__chose-reasone {
  flex-direction: column;
  padding-bottom: 14px;
}
.why-choose-one__chose-name {
  color: #008d36;
  font-weight: 600;
}
.why-choose-one__chose-name::after {
  background-color: #008d36;
}
.why-choose-one__title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .why-choose-one__title {
    margin-bottom: 34px;
  }
}
.why-choose-one__row {
  gap: 30px 0;
}
@media (max-width: 1440px) {
  .why-choose-one__col {
    width: calc((100% - 0px) / 2);
  }
}
@media (max-width: 991px) {
  .why-choose-one__col {
    width: calc((100% - 0px) / 1);
  }
}
.why-choose-one__bg {
  background-color: var(--theme-white, #fff);
  border-radius: 8px;
  height: 100%;
  padding: 37px 33px 54px 33px;
  position: relative;
}
@media (max-width: 991px) {
  .why-choose-one__bg {
    padding: 24px 20px 35px 20px;
  }
}
.why-choose-one__bg::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 51px;
  right: 47px;
  bottom: 24px;
  z-index: 1;
  background-image: url("../images/shapes/hero-tree-icon1-1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30px auto;
  transition: all 0.3s;
}
.why-choose-one__bg:hover::after {
  transform: scaleX(-1);
}
.why-choose-one__bg:hover .why-choose-one__icon-bx {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.why-choose-one__bg:hover .why-choose-one__icon {
  transform: scale(0.8);
  color: var(--theme-text, #12110e);
}
.why-choose-one__bg-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.why-choose-one__bg-inner::after, .why-choose-one__bg-inner::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 1px;
  top: 34px;
  background-color: #008d36;
  z-index: 1;
}
.why-choose-one__bg-inner::after {
  width: 107px;
  height: 5px;
  top: initial;
  bottom: 0;
  transition: all 0.3s ease;
}
.why-choose-one__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .why-choose-one__top {
    padding-bottom: 22px;
  }
}
.why-choose-one__icon-bx {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  background-color: var(--theme-green, #0c7735);
  border: 4px solid var(--theme-yellow, 253, 214, 31);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin-right: 25px;
}
.why-choose-one__icon {
  color: var(--theme-white, #fff);
  font-size: 45px;
  line-height: 1;
  transition: all 0.3s;
}
.why-choose-one__name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.why-choose-one__content {
  position: relative;
  z-index: 2;
  padding-left: 25px;
}
.why-choose-one__descript {
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
.why-choose-one__read-btn {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.why-choose-one__read-btn:hover {
  color: var(--theme-green, #0c7735);
}
.why-choose-one__more-choose {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -88px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .why-choose-one__more-choose {
    padding: 0 96px;
  }
}
@media (max-width: 767px) {
  .why-choose-one__more-choose {
    display: none;
  }
}
.why-choose-one__more-choose--bg {
  background-color: var(--theme-yellow, 253, 214, 31);
  border-radius: 4px;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 56px 44px 61px;
  position: relative;
}
@media (max-width: 1200px) {
  .why-choose-one__more-choose--bg {
    flex-direction: column;
    padding: 28px 30px 35px 30px;
  }
}
.why-choose-one__more-choose--bg::before, .why-choose-one__more-choose--bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  z-index: 1;
  background-image: url("../images/shapes/choose-dots1-1.png");
  background-repeat: repeat-x;
}
.why-choose-one__more-choose--bg::before {
  top: 2px;
  bottom: initial;
}
.why-choose-one__more-choose--bg::after {
  top: initial;
  bottom: 3px;
}
.why-choose-one__more-choose--title {
  color: #0a5e2a;
  font-size: 36px;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .why-choose-one__more-choose--title br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .why-choose-one__more-choose--title {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .why-choose-one__more-choose--title {
    font-size: 24px;
    line-height: 28px;
  }
}
.why-choose-one .why-choose-more--btn {
  min-width: 220px;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-white, #fff);
  font-weight: 500;
  margin-left: 15px;
  border: 2px solid var(--theme-white, #fff);
  text-transform: uppercase;
  border-radius: 3px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 41px;
}
.why-choose-one .why-choose-more--btn::before {
  left: -80%;
  height: 190%;
  background-color: var(--theme-white, #fff);
}
.why-choose-one .why-choose-more--btn::after {
  right: -80%;
  height: 190%;
  background-color: var(--theme-white, #fff);
}
.why-choose-one .why-choose-more--btn:hover::before {
  left: -30%;
}
.why-choose-one .why-choose-more--btn:hover::after {
  right: -30%;
}
.why-choose-one .why-choose-more--btn:hover span {
  color: var(--theme-green, #0c7735);
}
.why-choose-one--two {
  z-index: 2;
  background-color: var(--theme-green2, #163d25);
}
.why-choose-one--two .why-choose-one__chose-name {
  color: #bbdcc8;
  font-weight: 500;
}
.why-choose-one--two .why-choose-one__title {
  color: var(--theme-white, #fff);
}
.why-choose-one--two .why-choose-one__bg {
  background-color: #000;
}
.why-choose-one--two .why-choose-one__bg-inner::after,
.why-choose-one--two .why-choose-one__bg-inner::before {
  background-color: #1b3826;
}
.why-choose-one--two .why-choose-one__name {
  color: var(--theme-white, #fff);
}
.why-choose-one--two .why-choose-one__descript {
  color: var(--theme-green4, #82af93);
}
.why-choose-one--two .why-choose-one__read-btn {
  color: var(--theme-white, #fff);
  font-weight: 500;
}
.why-choose-one--two .why-choose-one__read-btn:hover {
  color: var(--theme-green4, #82af93);
}
.why-choose-one--three {
  position: relative;
  background-color: rgb(247, 244, 229);
  background-blend-mode: overlay;
  background-image: url("../images/backgrounds/offer-bg3-1.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.why-choose-one--three::before, .why-choose-one--three::after {
  display: none;
}
.why-choose-one--three .container {
  max-width: 1200px;
  padding-top: 118px;
  padding-bottom: 170px;
}
@media (max-width: 1400px) {
  .why-choose-one--three .container {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .why-choose-one--three .container {
    padding-top: 52px;
    padding-bottom: 25px;
  }
}
.why-choose-one--three .section-common-title {
  max-width: initial;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .why-choose-one--three .section-common-title {
    padding-bottom: 42px;
  }
}
.why-choose-one--three .section-additional-title-wrap {
  width: calc((100% - 220px) / 1);
  padding-right: 20px;
}
@media (max-width: 991px) {
  .why-choose-one--three .section-additional-title-wrap {
    width: calc((100% - 0px) / 1);
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.why-choose-one--three .why-choose-one__chose-reasone {
  flex-direction: row;
}
.why-choose-one--three .why-choose-one__chose-name {
  color: var(--theme-text-dark, #9e9e9e);
  font-weight: 500;
}
.why-choose-one--three .why-choose-one__title {
  text-align: left;
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__title {
    text-align: center;
  }
}
.why-choose-one--three .why-choose-one__more-btn-wrap {
  width: 220px;
  margin: -36px 0 0 auto;
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__more-btn-wrap {
    margin: 0 auto;
  }
}
.why-choose-one--three .why-choose-more--btn {
  border-color: var(--theme-yellow, 253, 214, 31);
  margin-left: 0;
}
.why-choose-one--three .why-choose-more--btn::after, .why-choose-one--three .why-choose-more--btn::before {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.why-choose-one--three .why-choose-more--btn:hover {
  color: var(--theme-text, #12110e);
}
.why-choose-one--three .why-choose-more--btn:hover span {
  color: inherit;
}
.why-choose-one--three .why-choose-one__row {
  counter-reset: num-counter;
}
@media (max-width: 1200px) {
  .why-choose-one--three .why-choose-one__row {
    gap: 30px;
  }
}
.why-choose-one--three .why-choose-one__col {
  counter-increment: num-counter;
}
@media (max-width: 1440px) {
  .why-choose-one--three .why-choose-one__col {
    width: 33.33%;
  }
}
@media (max-width: 1200px) {
  .why-choose-one--three .why-choose-one__col {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__col {
    width: calc((100% - 0px) / 1);
  }
}
.why-choose-one--three .why-choose-one__bg {
  padding: 40px 41px 66px 42px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
}
.why-choose-one--three .why-choose-one__bg::after {
  background-image: none;
  width: initial;
  height: initial;
  content: "0" counter(num-counter);
  font-family:  "Plus Jakarta Sans", sans-serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  color: rgba(var(--theme-text5-rgb, 0, 32, 12), 0.1);
  bottom: 48px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__bg::after {
    font-size: 42px;
    bottom: 32px;
    right: 22px;
  }
}
.why-choose-one--three .why-choose-one__bg:hover::after {
  transform: rotateX(360deg);
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__bg {
    padding: 20px 20px 36px 20px;
  }
}
.why-choose-one--three .why-choose-one__bg-inner {
  padding-bottom: 0;
}
.why-choose-one--three .why-choose-one__bg-inner::after, .why-choose-one--three .why-choose-one__bg-inner::before {
  content: none;
}
.why-choose-one--three .why-choose-one__top {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 22px;
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__top {
    padding-bottom: 16px;
  }
}
.why-choose-one--three .why-choose-one__icon-bx {
  margin-right: 0;
  margin-left: 15px;
  position: relative;
}
.why-choose-one--three .why-choose-one__icon-bx::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 50px;
  top: 0;
  left: -17px;
  z-index: 1;
  transform: rotate(-7deg);
  background-image: url("../images/shapes/hero-tree-icon1-1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 28px auto;
  transition: all 0.3s;
}
.why-choose-one--three .why-choose-one__content {
  padding-left: 4px;
}
.why-choose-one--three .why-choose-one__descript {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__descript {
    margin-bottom: 16px;
  }
}
.why-choose-one--three .why-choose-one__read-btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-black2, #00200c);
}
.why-choose-one--three .why-choose-one__read-btn::before, .why-choose-one--three .why-choose-one__read-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
  z-index: 1;
  border-bottom: 3px solid var(--theme-green, #0c7735);
}
.why-choose-one--three .why-choose-one__read-btn::before {
  border-color: var(--theme-yellow, 253, 214, 31);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  width: 0%;
}
.why-choose-one--three .why-choose-one__read-btn:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.why-choose-one--three .why-choose-one__more-choose {
  width: calc(100% + 305px);
  bottom: -50px;
  z-index: 2;
}
@media (max-width: 1800px) {
  .why-choose-one--three .why-choose-one__more-choose {
    width: calc(100% + 200px);
  }
}
@media (max-width: 1600px) {
  .why-choose-one--three .why-choose-one__more-choose {
    width: calc(100% + 100px);
    padding: 0 15px;
  }
}
@media (max-width: 1400px) {
  .why-choose-one--three .why-choose-one__more-choose {
    position: relative;
    width: calc(100% + 0px);
  }
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__more-choose {
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .why-choose-one--three .why-choose-one__more-choose {
    display: block;
  }
}
.why-choose-one--three .why-choose-one__more-choose--bg {
  max-width: 1475px;
  border-radius: 0;
  padding: 24px 45px 24px 48px;
}
.why-choose-one--three .why-choose-one__more-choose--bg::before, .why-choose-one--three .why-choose-one__more-choose--bg::after {
  display: none;
}
@media (max-width: 1800px) {
  .why-choose-one--three .why-choose-one__more-choose--bg {
    max-width: 1370px;
  }
}
@media (max-width: 1600px) {
  .why-choose-one--three .why-choose-one__more-choose--bg {
    max-width: 1270px;
  }
}
@media (max-width: 1400px) {
  .why-choose-one--three .why-choose-one__more-choose--bg {
    max-width: 1170px;
  }
}
@media (max-width: 1200px) {
  .why-choose-one--three .why-choose-one__more-choose--bg {
    gap: 16px 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.why-choose-one--three .why-choose-one__more-choose--title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #132f1d;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 0;
  padding-right: 12px;
}
@media (max-width: 1200px) {
  .why-choose-one--three .why-choose-one__more-choose--title {
    text-align: center;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__more-choose--title {
    font-size: 24px;
    line-height: 29px;
  }
}
.why-choose-one--three .why-choose-one__more-choose--phone-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ffe04d;
  border-radius: 40px 0 0 40px;
  padding: 13px 22px 13px 81px;
  min-width: 324px;
}
.why-choose-one--three .why-choose-one__more-choose--phone-number-wrap:hover .why-choose-one__more-choose--phone-number {
  text-decoration: underline;
}
.why-choose-one--three .why-choose-one__more-choose--phone-number-wrap:hover .why-choose-one__more-choose--phone-icon {
  background-color: var(--theme-white, #fff);
  color: var(--theme-text, #12110e);
}
@media (max-width: 1200px) {
  .why-choose-one--three .why-choose-one__more-choose--phone-number-wrap {
    min-width: initial;
  }
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__more-choose--phone-number-wrap {
    padding-left: 58px;
    padding-right: 20px;
  }
}
.why-choose-one--three .why-choose-one__more-choose--phone-icon {
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  width: 62px;
  min-width: 62px;
  height: 62px;
  background-color: var(--theme-green, #0c7735);
  border: 1px solid var(--theme-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-white, #fff);
  font-size: 28px;
  line-height: 1;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__more-choose--phone-icon {
    font-size: 20px;
    width: 52px;
    min-width: initial;
    height: 52px;
  }
}
.why-choose-one--three .why-choose-one__more-choose--phone-number {
  font-family:  "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: #116731;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .why-choose-one--three .why-choose-one__more-choose--phone-number {
    font-size: 19px;
  }
}
.why-choose-one--services .container {
  padding-top: 120px;
  padding-bottom: 124px;
}
@media (max-width: 991px) {
  .why-choose-one--services .container {
    padding-top: 64px;
    padding-bottom: 72px;
  }
}
.why-choose-one--services .why-choose-one__bg {
  padding-bottom: 62px;
}
.why-choose-one--services .why-choose-one__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 0;
  height: 100%;
  max-height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid var(--theme-green, #0c7735);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.why-choose-one--services .why-choose-one__bg::after {
  bottom: 42px;
}
.why-choose-one--services .why-choose-one__bg:hover::before {
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  background-color: var(--theme-base, #c2a74e);
  background-image: url(../images/shapes/funfact-bg-1-1.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .funfact-one {
    padding-top: 73.5px;
    padding-bottom: 73.5px;
  }
}
.funfact-one__list {
  margin: 0;
}
@media (min-width: 768px) {
  .funfact-one__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .funfact-one__list {
    justify-content: space-between;
    gap: 0;
  }
}
.funfact-one__item {
  display: flex;
  align-items: center;
  margin-top: -6px;
  position: relative;
}
.funfact-one__item:not(:first-of-type)::before {
  content: "";
  width: 1px;
  height: 67px;
  background-color: var(--theme-white, #fff);
  position: absolute;
  top: 50%;
  left: -57px;
  transform: translateY(-50%);
  opacity: 0.3;
  display: none;
}
@media (min-width: 1200px) {
  .funfact-one__item:not(:first-of-type)::before {
    display: block;
  }
}
@media (min-width: 768px) {
  .funfact-one__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .funfact-one__item {
    flex: 0 0 auto;
    max-width: none;
  }
}
.funfact-one__item:hover .funfact-one__icon {
  transform: rotateY(360deg);
}
.funfact-one__item + .funfact-one__item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .funfact-one__item + .funfact-one__item {
    margin-top: 0;
  }
}
.funfact-one__icon {
  font-size: 60px;
  color: var(--theme-white, #fff);
  margin-right: 20px;
  flex-shrink: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.funfact-one__count {
  margin: 0;
  color: var(--theme-white, #fff);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .funfact-one__count {
    font-size: 40px;
  }
}
.funfact-one__text {
  margin: 0;
  color: var(--theme-white, #fff);
  font-size: 16px;
  line-height: 36px;
  margin-top: 7px;
  margin-bottom: -6px;
}

.funfact-two {
  position: relative;
  background-color: var(--theme-base, #c2a74e);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.funfact-two__shape {
  position: absolute;
  left: -10px;
  top: 0;
}
.funfact-two__shape img {
  animation: shapeMove 3s linear 0s infinite;
}
@media (max-width: 767px) {
  .funfact-two {
    padding: 80px 0;
  }
}
.funfact-two .sec-title {
  padding-bottom: 33px;
}
.funfact-two .sec-title__tagline,
.funfact-two .sec-title__title {
  color: var(--theme-white, #fff);
}
.funfact-two__list {
  position: relative;
  background-color: var(--theme-white, #fff);
  margin: 0 0 0 -7px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}
@media (max-width: 991px) {
  .funfact-two__list {
    margin: 50px 0 0;
  }
}
.funfact-two__list__icon {
  width: 94px;
  height: 94px;
  background-color: var(--theme-base, #c2a74e);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.funfact-two__list__icon img {
  height: 65px;
  transform: scale(1);
  transition: 500ms ease;
}
@media (max-width: 767px) {
  .funfact-two__list__icon {
    display: none;
  }
}
.funfact-two__list:hover .funfact-two__list__icon img {
  transform: scale(0.9);
}
.funfact-two__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 42px 58px;
}
.funfact-two__item:nth-child(1), .funfact-two__item:nth-child(3) {
  border-right: 1px solid var(--theme-base, #c2a74e);
}
.funfact-two__item:nth-child(1), .funfact-two__item:nth-child(2) {
  border-bottom: 1px solid var(--theme-base, #c2a74e);
}
@media (max-width: 1199px) {
  .funfact-two__item {
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .funfact-two__item {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .funfact-two__item {
    padding-left: 50px;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--theme-base, #c2a74e);
  }
}
.funfact-two__count {
  margin: 0;
  color: var(--theme-black, #1e1d21);
  font-size: 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .funfact-two__count {
    font-size: 50px;
  }
}
.funfact-two__text {
  margin: 0;
  font-size: 18px;
  margin: 0;
}

.funfact-three {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .funfact-three {
    padding: 80px 0 50px;
  }
}
.funfact-three__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--theme-gray, #ddd);
}
@media (min-width: 1400px) {
  .funfact-three__bg {
    width: calc(100% - 240px);
    left: 120px;
  }
}
.funfact-three__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}
@media (max-width: 767px) {
  .funfact-three__list {
    display: block;
  }
}
.funfact-three__item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
@media (max-width: 991px) {
  .funfact-three__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 30px !important;
  }
}
@media (max-width: 767px) {
  .funfact-three__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 30px !important;
    text-align: center;
  }
}
.funfact-three__item:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--theme-border-color, #ededed);
  position: absolute;
  top: 0;
  right: 54px;
}
@media (max-width: 991px) {
  .funfact-three__item:not(:last-of-type)::before {
    right: 50px !important;
  }
}
@media (max-width: 767px) {
  .funfact-three__item:not(:last-of-type)::before {
    display: none;
  }
}
.funfact-three__item:not(:first-of-type) {
  padding-left: 37px;
}
@media (max-width: 1199px) {
  .funfact-three__item:not(:first-of-type) {
    padding-left: 0;
  }
}
.funfact-three__item:nth-child(2)::before {
  right: 16px;
}
@media (max-width: 991px) {
  .funfact-three__item:nth-child(2)::before {
    display: none;
  }
}
.funfact-three__item:nth-child(3)::before {
  right: -20px;
}
.funfact-three__item:nth-child(3) {
  padding-left: 63px;
}
@media (max-width: 1199px) {
  .funfact-three__item:nth-child(3) {
    padding-left: 40px;
  }
}
.funfact-three__item:last-child {
  padding-left: 104px;
}
@media (max-width: 1199px) {
  .funfact-three__item:last-child {
    padding-left: 70px;
  }
}
.funfact-three__item:hover .funfact-three__icon::before {
  transform: scale(0.9);
}
.funfact-three__icon {
  width: 103px;
  height: 104px;
  background-color: var(--theme-base, #c2a74e);
  font-size: 60px;
  color: var(--theme-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .funfact-three__icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.funfact-three__icon::before {
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.funfact-three__count {
  margin: 0;
  color: var(--theme-black, #1e1d21);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .funfact-three__count {
    font-size: 40px;
  }
}
.funfact-three__text {
  margin: 0;
  color: var(--theme-text, #12110e);
  font-size: 16px;
  margin-top: 9px;
  margin-bottom: -6px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .testimonials-one .container {
    max-width: 100% !important;
  }
}
.testimonials-one .section-common-title {
  max-width: 880px;
  margin: 0 auto;
}
.testimonials-one__chose-reasone {
  flex-direction: column;
  padding-bottom: 20px;
}
.testimonials-one__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .testimonials-one__title {
    margin-bottom: 30px;
  }
}
.testimonials-one .sec-title {
  text-align: center;
}
.testimonials-one .row {
  --bs-gutter-x: 15px;
}
.testimonials-one--page {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .testimonials-one__carousel .owl-nav {
    display: none;
  }
}
.testimonials-one--home .sec-title {
  text-align: left;
}
.testimonials-one--home__text {
  font-size: 15px;
  line-height: 30px;
  margin: 105px 0 0;
}
@media (min-width: 1200px) {
  .testimonials-one--home__text {
    margin-left: 105px;
  }
}
@media (max-width: 991px) {
  .testimonials-one--home__text {
    margin: -30px 0 45px;
  }
}
.testimonials-one--three {
  padding-bottom: 197px;
}
@media (max-width: 991px) {
  .testimonials-one--three {
    padding-bottom: 108px;
  }
}
.testimonials-one--about {
  padding-top: 117px;
}
.testimonials-one--page-carousel {
  padding-top: 119px;
}
@media (max-width: 991px) {
  .testimonials-one--page-carousel {
    padding-top: 58px;
  }
}

.testimonials-card {
  transition: all 500ms ease;
  position: relative;
}
.testimonials-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -6px;
  right: -5px;
  z-index: 1;
  border: 2px solid var(--theme-green, #0c7735);
}
.testimonials-card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.testimonials-card__inner {
  position: relative;
  z-index: 2;
  background-color: var(--theme-white, #fff);
  border: 2px solid var(--theme-green, #0c7735);
  padding: 20px 24px;
}
@media (max-width: 991px) {
  .testimonials-card__inner {
    padding: 30px 24px 40px 23px;
  }
}
.testimonials-card__top {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .testimonials-card__top {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .testimonials-card__top {
    display: flex;
    align-items: center;
  }
}
.testimonials-card__image {
  flex-shrink: 0;
  border: 1px solid var(--theme-yellow, 253, 214, 31);
  border-radius: 50%;
  transition: all 500ms ease;
  width: 76px;
  height: 76px;
  margin-right: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials-card__image {
    margin-right: 0;
  }
}
.testimonials-card__image img {
  max-width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.testimonials-card__icon-qoute {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  top: 24px;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-card__icon-qoute > i {
  color: var(--theme-text, #12110e);
  font-size: 11px;
  line-height: 1;
}
.testimonials-card:hover .testimonials-card__image {
  border-width: 4px;
}
.testimonials-card__rating {
  display: flex;
  align-items: center;
}
.testimonials-card__rating i {
  color: var(--theme-yellow, 253, 214, 31);
  font-size: 18px;
  line-height: 1;
}
.testimonials-card__rating i + i {
  margin-left: 3px;
}
.testimonials-card__name {
  color: var(--theme-text, #12110e);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  margin-top: 13px;
  margin-bottom: 7px;
}
.testimonials-card__designation {
  line-height: 1;
  font-size: 15px;
  color: var(--theme-green2, #163d25);
  margin: 0;
}
.testimonials-card__content {
  border-top: 1px solid #e5e4dd;
  font-size: 16px;
  line-height: 34px;
  color: var(--theme-green2, #163d25);
  margin-top: 27px;
  padding-top: 20px;
  padding-right: 1px;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .testimonials-card__content {
    margin-top: 24px;
    padding-top: 15px;
  }
}
.testimonials-card .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.testimonials-two {
  position: relative;
  background-color: #fcfaf0;
}
.testimonials-two .container {
  max-width: 1600px;
  padding-top: 118px;
  padding-bottom: 118px;
}
@media (max-width: 767px) {
  .testimonials-two .container {
    padding-top: 42px;
    padding-bottom: 65px;
  }
}
.testimonials-two .section-common-title {
  max-width: 868px;
  margin: 0 auto;
}
.testimonials-two__chose-reasone {
  flex-direction: column;
  margin-left: 2px;
  padding-bottom: 15px;
}
.testimonials-two__title {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .testimonials-two__title {
    margin-bottom: 38px;
  }
}
.testimonials-two__carousel {
  position: relative;
}
.testimonials-two__item {
  position: relative;
  margin: 0 0 22px;
}
.testimonials-two--card {
  position: relative;
  background-color: var(--theme-white, #fff);
}
.testimonials-two--card::before, .testimonials-two--card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 190px;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url("../images/shapes/testimonial-bg2-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
}
@media (max-width: 767px) {
  .testimonials-two--card::before, .testimonials-two--card::after {
    height: 170px;
  }
}
.testimonials-two--card::after {
  height: 75px;
  top: initial;
  bottom: 0;
  background-image: url("../images/shapes/testimonial-bg2-2.png");
}
@media (max-width: 767px) {
  .testimonials-two--card::after {
    background-size: cover;
  }
}
.testimonials-two--card__inner {
  padding: 25px 30px 80px 41px;
  position: relative;
  z-index: 2;
}
.testimonials-two--card__rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
  padding-right: 24px;
}
.testimonials-two--card__icon-qoute {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid var(--theme-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: var(--theme-white, #fff);
}
.testimonials-two--card__rating > i {
  font-size: 19px;
  line-height: 1;
  color: var(--theme-yellow, 253, 214, 31);
}
.testimonials-two--card__owner {
  display: flex;
  align-items: center;
}
.testimonials-two--card__image {
  width: 76px;
  min-width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid var(--theme-yellow, 253, 214, 31);
}
.testimonials-two--card__image > img {
  border-radius: 50% !important;
  width: 100% !important;
}
.testimonials-two--card__name-bx {
  padding-left: 25px;
}
.testimonials-two--card__name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 7px;
  color: var(--theme-text, #12110e);
}
.testimonials-two--card__designation {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--theme-green2, #163d25);
}
.testimonials-two--card__content {
  font-size: 16px;
  line-height: 34px;
  color: var(--theme-green2, #163d25);
  margin-bottom: 0;
  padding-top: 30px;
}
.testimonials-two .theme-owl__carousel--basic-nav.owl-carousel .owl-dots {
  margin-top: 20px !important;
}
.testimonials-two--testimonial .container {
  max-width: 1200px;
  padding-top: 120px;
  padding-bottom: 208px;
}
@media (max-width: 991px) {
  .testimonials-two--testimonial .container {
    padding-top: 68px;
    padding-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .testimonials-two--testimonial .testimonials-farmer-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .testimonials-two--testimonial .testimonials-farmer-col {
    width: 100%;
  }
}
.testimonials-two--testimonial .testimonials-two--card__inner {
  padding-bottom: 76px;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  padding-bottom: 120px;
  position: relative;
}
.cta-one .container-fluid {
  max-width: 1380px;
}
.cta-one__inner {
  position: relative;
  padding: 20px;
}
.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cta-one__title {
  margin: 0;
  text-transform: uppercase;
  max-width: 513px;
  width: 100%;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.cta-one__title span {
  font-family: var(--theme-special-font, "Outfit", sans-serif);
  font-weight: 400;
}
@media (min-width: 992px) {
  .cta-one__title {
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: -10px;
  }
}
.cta-one__content {
  position: relative;
  border: 1px solid var(--theme-white, #fff);
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .cta-one__content {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .cta-one__content {
    padding: 100px;
  }
}
.cta-one__link:hover {
  color: var(--theme-white, #fff);
}
.cta-one__link::after {
  background-color: var(--theme-black, #1e1d21);
}
.cta-one__link::before {
  background-color: var(--theme-base, #c2a74e);
}

.cta-two {
  position: relative;
  background-color: var(--theme-base, #c2a74e);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-two__shape {
  position: absolute;
  left: -10px;
  top: 0;
}
.cta-two__shape img {
  animation: shapeMove 3s linear 0s infinite;
}
.cta-two__content {
  position: relative;
  padding: 85px 0 90px;
}
.cta-two__sub-title {
  font-family: var(--theme-special-font, "Outfit", sans-serif);
  color: var(--theme-white, #fff);
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 0 2px;
}
.cta-two__title {
  color: var(--theme-white, #fff);
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 37px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-two__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .cta-two__title {
    font-size: 35px;
  }
}
.cta-two__thumb {
  position: relative;
}
.cta-two__thumb__one {
  position: relative;
  right: 35px;
  margin-top: -28px;
}
@media (max-width: 991px) {
  .cta-two__thumb__one {
    right: 0;
  }
}
.cta-two__thumb__one__shape {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 545px;
  height: 408px;
}
.cta-two__thumb__one__thumb {
  width: 482px;
  height: auto;
  border: 20px solid var(--theme-white, #fff);
  position: relative;
  z-index: 2;
  transform: rotate(5deg);
}
@media (max-width: 767px) {
  .cta-two__thumb__one__thumb {
    width: 100%;
  }
}
.cta-two__thumb__one__thumb img {
  width: 100%;
  height: 282px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cta-two__thumb__one__thumb img {
    height: auto;
  }
}
.cta-two__thumb__two {
  position: absolute;
  right: -48px;
  top: 195px;
  z-index: 3;
}
@media (max-width: 991px) {
  .cta-two__thumb__two {
    top: 45px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta-two__thumb__two {
    position: relative;
    top: 0;
    right: 0;
  }
}
.cta-two__thumb__two__flower {
  position: absolute;
  right: -10px;
  top: -121px;
  z-index: 4;
}
@media (max-width: 767px) {
  .cta-two__thumb__two__flower {
    display: none;
  }
}
.cta-two__thumb__two__flower img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.cta-two__thumb__two__shape {
  position: absolute;
  left: -45px;
  top: -60px;
  width: 446px;
  height: 421px;
}
.cta-two__thumb__two__thumb {
  width: 360px;
  height: auto;
  border: 20px solid var(--theme-white, #fff);
  position: relative;
  z-index: 2;
  transform: rotate(-17.2deg);
}
@media (max-width: 767px) {
  .cta-two__thumb__two__thumb {
    width: 100%;
  }
}
.cta-two__thumb__two__thumb img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cta-two__thumb__two__thumb img {
    height: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gallery-one .container-fluid {
  width: 100%;
  max-width: 1572px;
}
.gallery-one--page {
  padding-top: 100px;
}
.gallery-one .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}
@media (min-width: 992px) {
  .gallery-one__carousel .owl-nav {
    display: none;
  }
}
.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.gallery-one__filter__list li, .gallery-one__filter__list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .gallery-one__filter__list li {
  cursor: pointer;
}
.gallery-one__filter__list li span, .gallery-one__filter__list .food-one--two .food-one__quality-list li span, .food-one--two .food-one__quality-list .gallery-one__filter__list li span {
  display: block;
  font-size: 10px;
  background-color: var(--theme-gray, #ddd);
  transition: all 500ms ease;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: var(--theme-letter-space, 0.1em);
  padding: 15px 20px;
  line-height: 1.2em;
}
.gallery-one__filter__list li.active span, .gallery-one__filter__list li:hover span {
  background-color: var(--theme-base, #c2a74e);
  color: var(--theme-white, #fff);
}
.gallery-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--theme-black, #1e1d21);
}
.gallery-one__card img {
  transform: scale(1);
  max-width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}
.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--theme-base-rgb, 194, 167, 78), 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-one__card__hover .img-popup {
  position: relative;
}
.gallery-one__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}
.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-one__card__icon {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}
.gallery-one__card__icon::after, .gallery-one__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--theme-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-one__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-two {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
}
.gallery-two .container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .gallery-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gallery-two .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.gallery-two__col-one {
  width: 65%;
}
@media (max-width: 1199px) {
  .gallery-two__col-one {
    width: 100%;
  }
}
.gallery-two__col-two {
  width: 35%;
}
@media (max-width: 1199px) {
  .gallery-two__col-two {
    width: 100%;
  }
}
.gallery-two__card {
  position: relative;
  overflow: hidden;
  background-color: var(--theme-black, #1e1d21);
}
.gallery-two__card img {
  transform: scale(1);
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}
.gallery-two__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--theme-black-rgb, 30, 29, 33), 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-two__card__hover .img-popup {
  position: relative;
}
.gallery-two__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}
.gallery-two__card:hover .gallery-two__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-two__card a {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--theme-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-two__card a:hover .gallery-two__card__icon::after, .gallery-two__card a:hover .gallery-two__card__icon::before {
  background-color: var(--theme-base, #c2a74e);
}
.gallery-two__card__icon {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
.gallery-two__card__icon::after, .gallery-two__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--theme-black, #1e1d21);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}
.gallery-two__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gallery-two__info {
  position: relative;
  background-color: var(--theme-base, #c2a74e);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 50px 0 100px;
  height: 100%;
}
@media (min-width: 1200px) {
  .gallery-two__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 1500px) {
  .gallery-two__info {
    padding-left: 40px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .gallery-two__info {
    padding: 80px 50px;
  }
}
@media (max-width: 767px) {
  .gallery-two__info {
    padding: 50px 30px;
  }
}
.gallery-two__info__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}
.gallery-two__info__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-two__info__title {
  color: var(--theme-white, #fff);
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .gallery-two__info__title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .gallery-two__info__title {
    font-size: 35px;
    line-height: 45px;
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  background-color: var(--theme-gray, #ddd);
  padding: 40px;
}
@media (min-width: 1200px) {
  .sidebar__single {
    padding: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1em;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-text, #12110e);
  margin-bottom: 40px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .sidebar__title {
    font-size: 20px;
  }
}
.sidebar__search {
  position: relative;
  margin: -10px;
}
@media (min-width: 1200px) {
  .sidebar__search {
    margin: -20px;
  }
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 64px;
  background-color: var(--theme-white, #fff);
  font-size: 14px;
  color: var(--theme-text, #12110e);
  border: 1px solid var(--theme-border-color, #ededed);
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  transition: all 500ms ease;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: auto;
  font-size: 22px;
  color: var(--theme-black, #1e1d21);
}
.sidebar__posts {
  margin-bottom: 0;
}
.sidebar__posts__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3dbd6;
  margin-bottom: 20px;
  padding-bottom: 19px;
}
.sidebar__posts__item:last-child {
  margin-bottom: 0;
}
.sidebar__posts__title {
  margin: 0;
  color: var(--theme-text, #12110e);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 18px;
  margin-bottom: 0;
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__posts__meta {
  margin: 0;
  line-height: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
.sidebar__posts__meta a {
  display: inline-flex;
  align-items: center;
  color: var(--theme-text, #12110e);
  font-size: 14px;
  line-height: 1em;
  transition: all 500ms ease;
}
.sidebar__posts__meta a:hover {
  color: var(--theme-black, #1e1d21);
  text-shadow: 0 0 1px currentColor;
}
.sidebar__posts__meta a i {
  color: var(--theme-base, #c2a74e);
  margin-right: 3px;
}
.sidebar__categories > li, .food-one--two .food-one__quality-list .sidebar__categories > li {
  margin-bottom: 27px;
}
.sidebar__categories > li:last-child {
  margin-bottom: 0;
}
.sidebar__categories > li > a, .food-one--two .food-one__quality-list .sidebar__categories > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #59615c;
  font-weight: 500;
}
.sidebar__categories > li > a span, .food-one--two .food-one__quality-list .sidebar__categories > li > a span {
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: inherit;
}
.sidebar__categories > li > a:hover {
  color: var(--theme-text, #12110e);
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__tags a {
  background-color: var(--theme-white, #fff);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-text3, #080501);
  transition: all 500ms ease;
  display: inline-flex;
  padding: 8px 17.2px;
  border-radius: 4px;
}
.sidebar__tags a:hover {
  color: var(--theme-white, #fff);
  background-color: var(--theme-green, #0c7735);
}
.sidebar__comments__item {
  display: flex;
  border-bottom: 1px solid #d3dbd6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sidebar__comments__item:last-child {
  margin-bottom: 0;
}
.sidebar__comments__icon {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-white, #fff);
  font-size: 24px;
  color: var(--theme-text, #12110e);
  margin-right: 16px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.sidebar__comments__item:hover .sidebar__comments__icon {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
.sidebar__comments__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--theme-green, #0c7735);
}
.sidebar__comments__title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar__comments__title a:hover {
  color: var(--theme-text, #12110e);
}
.sidebar__comments__text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #6a6e6b;
}

.blog-one--list__sidebar .sidebar__single {
  background-color: var(--theme-sky-bg2-color);
}
@media (min-width: 1200px) {
  .blog-one--list__sidebar .sidebar__single {
    padding: 35px 44px;
  }
}
.blog-one--list__sidebar .sidebar__single.single--categories {
  padding-top: 40px;
  margin-top: 38px;
}
.blog-one--list__sidebar .sidebar__single.single--latest-post {
  padding-bottom: 38px;
  padding-right: 28px;
}
.blog-one--list__sidebar .sidebar__single.single--latest-post .sidebar__title {
  margin-bottom: 25px;
}
.blog-one--list__sidebar .sidebar__single.single--tag {
  padding-bottom: 40px;
}
.blog-one--list__sidebar .sidebar__single.single--tag .sidebar__title {
  margin-bottom: 26px;
}
.blog-one--list__sidebar .sidebar__single.single--comments {
  padding-right: 28px;
  padding-bottom: 32px;
}
.blog-one--list__sidebar .sidebar__single.single--comments .sidebar__title {
  margin-bottom: 27px;
}
.blog-one--list__sidebar .sidebar__search {
  position: relative;
}
@media (min-width: 1200px) {
  .blog-one--list__sidebar .sidebar__search {
    margin: 0;
  }
}
.blog-one--list__sidebar .sidebar__search input[type=search],
.blog-one--list__sidebar .sidebar__search input[type=text] {
  height: 57px;
  border-color: #c8c8ca;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 66px;
  font-weight: 500;
  color: #919191;
}
.blog-one--list__sidebar .sidebar__search button[type=submit] {
  width: 60px;
  right: 1px;
  top: 0;
  bottom: 0;
  height: calc(100% - 2px);
  margin: auto 0;
  transform: initial;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-left: 1px solid #c8c8ca;
}
.blog-one--list__sidebar .sidebar__posts__img {
  border-radius: 50% !important;
  overflow: hidden;
  width: 57px;
  min-width: 57px;
  height: 57px;
}
.blog-one--list__sidebar .sidebar__posts__img > img {
  width: 100% !important;
}

.service-sidebar__single {
  margin-top: 0;
  background-color: var(--theme-sky-bg-color);
  border-radius: 8px;
  padding: 38px 44px 46px 44px;
}
@media (max-width: 1200px) {
  .service-sidebar__single {
    padding: 30px;
  }
}
.service-sidebar__single.service-sidebar--quick {
  margin-top: 30px;
  background-color: #f9f6ea;
  padding-top: 52px;
  padding-bottom: 57px;
}
@media (max-width: 1200px) {
  .service-sidebar__single.service-sidebar--quick {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.service-sidebar__title {
  margin: 0;
  line-height: 1em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--theme-text, #12110e);
  position: relative;
  margin-bottom: 24px;
  padding-left: 23px;
}
.service-sidebar__title::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 31px;
  top: -9px;
  left: 9px;
  z-index: 1;
  background-image: url("../images/shapes/food-img1-1.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .service-sidebar__title {
    font-size: 20px;
  }
}
.service-sidebar__nav {
  border-top: 0;
  margin-bottom: 0;
}
.service-sidebar__nav li, .service-sidebar__nav .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .service-sidebar__nav li {
  transition: all 0.4s;
}
.service-sidebar__nav li:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-sidebar__nav li a, .service-sidebar__nav .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .service-sidebar__nav li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  background-color: var(--theme-white, #fff);
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 13.5px 18px;
  position: relative;
}
@media (min-width: 992px) {
  .service-sidebar__nav li a, .service-sidebar__nav .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .service-sidebar__nav li a {
    font-size: 17px;
  }
}
.service-sidebar__nav li a::after, .service-sidebar__nav .food-one--two .food-one__quality-list li a::after, .food-one--two .food-one__quality-list .service-sidebar__nav li a::after {
  content: "\e921";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  transition: all 500ms ease;
  font-size: 11px;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  display: flex;
  align-items: center;
  transition: all 1.5s ease;
}
.service-sidebar__nav li.current a, .service-sidebar__nav li:hover a {
  background-color: var(--theme-yellow, 253, 214, 31);
  color: var(--theme-black, #1e1d21);
  padding-left: 39px;
}
.service-sidebar__nav li.current a::after, .service-sidebar__nav li:hover a::after {
  opacity: 1;
  left: 19px;
}
.service-sidebar__quick-image {
  position: relative;
  background-color: rgb(2, 105, 41);
  background-blend-mode: overlay;
  border-radius: 4px;
}
.service-sidebar__quick-image > img {
  opacity: 0;
  visibility: hidden;
}
.service-sidebar__quick-info {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 39px;
  z-index: 2;
}
.service-sidebar__quick-heading {
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  color: var(--theme-white, #fff);
  padding: 0 32px;
  margin-bottom: 44px;
}
.service-sidebar__quick-contact {
  width: calc(100% + 12px);
  background-color: var(--theme-green2, #163d25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 6.5px 0;
}
.service-sidebar__quick-contact::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  z-index: 99;
  border-right: 13px solid transparent;
  border-top: 13px solid #03b03a;
  right: 0;
  top: -13px;
  transform: rotate(-94deg);
}
.service-sidebar__quick-contact > i {
  font-size: 15px;
  line-height: 1;
  width: 37px;
  height: 37px;
  border: 1px solid var(--theme-text, #12110e);
  border-radius: 50%;
  background-color: var(--theme-yellow, 253, 214, 31);
  color: #045b25;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.service-sidebar__quick-contact > i:hover {
  background-color: var(--theme-white, #fff);
  color: var(--theme-text, #12110e);
  transform: rotate(360deg);
}
.service-sidebar__quick__tel-number {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-white, #fff);
  padding-left: 9px;
}
.service-sidebar__quick__tel-number:hover {
  color: var(--theme-yellow, 253, 214, 31);
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details .blog-card__image img {
  transform: scale(1);
  transform: translatex(0%) scalex(1);
  opacity: 1;
  filter: blur(0px);
}
.blog-details .blog-card:hover .blog-card__image img {
  transform: scale(1);
  transform: translatex(0%) scalex(1);
  opacity: 1;
  filter: blur(0px);
}
.blog-details .blog-card-two__text {
  margin-bottom: 25px;
}
.blog-details .blog-card__title {
  margin-bottom: 27px;
}
.blog-details .blog-card__subtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  margin-bottom: 18px;
  padding-top: 5px;
}
.blog-details .blog-card__subtitle > a {
  color: var(--theme-text, #12110e);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-details .blog-card__subtitle > a:hover {
  background-size: 100% 1px;
}
.blog-details .blog-card-two__content {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--theme-border-color, #ededed);
}
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 50px;
}
.blog-details__meta--categories {
  display: flex;
  align-items: center;
}
.blog-details__meta--tags__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  margin-bottom: 0;
  margin-right: 9px;
}
.blog-details__meta .sidebar__tags a {
  background-color: var(--theme-sky-bg2-color);
}
.blog-details__meta .sidebar__tags a:hover {
  background-color: var(--theme-green, #0c7735);
}
.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-details__tags__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  margin-bottom: 0;
}
.blog-details__tags .sidebar__tags {
  padding: 9px 17px 9px 11px;
  background-color: var(--theme-sky-bg2-color);
  display: flex;
  align-items: center;
}
.blog-details__tags .sidebar__tags > span {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  display: block;
}
.blog-details__admin--bg {
  padding: 36px 32px 34px 28px;
  background-color: var(--theme-white, #fff);
  border: 1px solid #dadada;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .blog-details__admin--bg {
    gap: 25px 0;
  }
}
.blog-details__admin--image {
  width: 124px;
}
@media (max-width: 991px) {
  .blog-details__admin--image {
    width: 100%;
  }
}
.blog-details__admin--image > img {
  width: 100% !important;
  border-radius: 4px !important;
}
@media (max-width: 991px) {
  .blog-details__admin--image > img {
    max-height: 260px;
    object-fit: contain;
  }
}
.blog-details__admin--details-box {
  width: calc((100% - 124px) / 1);
  padding-left: 26px;
}
@media (max-width: 991px) {
  .blog-details__admin--details-box {
    width: 100%;
    padding-left: 0;
  }
}
.blog-details__admin--title {
  font-family: var(--theme-special-font, "Outfit", sans-serif);
  font-weight: 600;
  font-size: 21px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  margin-bottom: 14px;
}
.blog-details__admin--summery {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: var(--theme-text, #12110e);
  margin-bottom: 28px;
}
.blog-details__admin--social {
  display: flex;
  align-items: center;
}
.blog-details__admin--social-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--theme-text, #12110e);
}
.blog-details__admin--social-icon {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 0 10px;
  padding-left: 16px;
}
.blog-details__admin--social-icon > li, .food-one--two .food-one__quality-list .blog-details__admin--social-icon > li {
  list-style: none;
}
.blog-details__admin--social-icon > li > a, .food-one--two .food-one__quality-list .blog-details__admin--social-icon > li > a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--theme-sky-bg2-color);
  color: var(--theme-text, #12110e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
}
.blog-details__admin--social-icon > li > a:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.blog-details__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-gray, #ddd);
  font-size: 14px;
  color: var(--theme-black, #1e1d21);
  transition: all 500ms ease;
  border-radius: 50%;
}
.blog-details__social a:hover {
  background-color: var(--theme-base, #c2a74e);
  color: var(--theme-white, #fff);
}
.blog-details__paginations {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .blog-details__paginations {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-details__paginations .sidebar__posts__item:not(:last-of-type) {
  border-bottom: 0px solid var(--theme-border-color, #e8e3da);
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.blog-details__paginations .sidebar__posts__item {
  background-color: var(--theme-gray, #ddd);
  padding: 20px !important;
}
@media (min-width: 1200px) {
  .blog-details__paginations .sidebar__posts__item {
    padding: 30px;
  }
}
.blog-details__paginations .sidebar__posts__item:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.blog-details__paginations .sidebar__posts__item:nth-of-type(2) .sidebar__posts__image {
  margin-right: 0;
  margin-left: 20px;
}
.blog-details__paginations .sidebar__posts__item:nth-of-type(2) .sidebar__posts__meta {
  flex-direction: row-reverse;
}

.blog-one--details {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .blog-one--details {
    padding-top: 56px;
    padding-bottom: 78px;
  }
}
.blog-one--details .container {
  max-width: 1200px;
}
.blog-one--details .blog-card__image img {
  border-radius: 9px !important;
}
.blog-one--details .blog-card-two__content {
  padding-top: 24px;
  border: 0;
}
.blog-one--details .blog-card__meta {
  margin-bottom: 9px;
}
.blog-one--details .blog-card__meta li i {
  font-size: 17px;
}
.blog-one--details .blog-card-two__text {
  color: var(--theme-text, #12110e);
}
.blog-one--details .blog-card__tip-list {
  margin-bottom: 33px;
  padding-left: 0;
  padding-top: 8px;
  list-style: none;
}
.blog-one--details .blog-card__tip-list li {
  list-style: none;
  color: var(--theme-green, #0c7735);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  position: relative;
  padding-left: 32px;
}
.blog-one--details .blog-card__tip-list li:last-child {
  margin-bottom: 0;
}
.blog-one--details .blog-card__tip-list li::before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\e90f";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 18px;
  color: inherit;
}
.blog-one--details .blog-card__tip-list li a {
  color: var(--theme-green, #0c7735);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 38px;
}
@media (min-width: 1200px) {
  .comments-one {
    margin-top: 52px;
  }
}
.comments-one__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  color: #252422;
  font-weight: 600;
}
@media (min-width: 992px) {
  .comments-one__title {
    font-size: 22px;
  }
}
.comments-one__list {
  margin: 0;
  margin-top: 38px;
}
.comments-one__card:not(:first-of-type) {
  padding-top: 40px;
}
.comments-one__card__wrap, .comments-one__card--wrap_inner {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 44px;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.comments-one__card__image {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .comments-one__card__image {
    margin-right: 18px;
  }
}
@media (min-width: 1200px) {
  .comments-one__card__image {
    margin-right: 27px;
  }
}
.comments-one__card__image img {
  border-radius: 50% !important;
  width: 100% !important;
}
.comments-one__card__title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.comments-one__card__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  color: #363433;
  font-weight: bold;
}
.comments-one__card__text {
  margin: 0;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20px;
  color: #1a1916;
  max-width: 550px;
  margin-bottom: 6px;
}
.comments-one__card__reply {
  padding: 5px 10.5px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
  background-color: #efeeee;
  color: var(--theme-text, #12110e);
}
.comments-one__card__reply:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
.comments-one__card__reply::after, .comments-one__card__reply::before {
  content: none;
}
.comments-one__card__content {
  position: relative;
}
@media (max-width: 767px) {
  .comments-one__card__content {
    width: 100%;
    padding-top: 25px;
  }
}
.comments-one__card__date {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--theme-green, #0c7735);
}
.comments-one__card--wrap_inner:last-child {
  margin-bottom: 0;
}
.comments-one__list--inner {
  margin-top: 0;
  padding-left: 77px;
  list-style: none;
}
@media (max-width: 991px) {
  .comments-one__list--inner {
    padding-left: 25px;
  }
}

.comments-form {
  margin-top: 38px;
}
@media (min-width: 1200px) {
  .comments-form {
    margin-top: 52px;
  }
}
.comments-form__title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #252422;
}
@media (min-width: 992px) {
  .comments-form__title {
    font-size: 22px;
  }
}
.comments-form__form {
  margin-top: 48px;
}
.comments-form .form-one .bootstrap-select > .dropdown-toggle,
.comments-form .form-one input[type=text], .comments-form .form-one input[type=email],
.comments-form .form-one textarea {
  height: 60px;
  border-radius: 4px;
  padding: 2px 20px;
  font-size: 15px;
  font-weight: 400;
  color: var(--theme-text3, #080501);
  background-color: #f4f3f0;
}
.comments-form .form-one textarea {
  height: 195px;
  resize: none;
  padding-top: 26px;
}
.comments-form .theme-btn--comment {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--theme-white, #fff);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--theme-green, #0c7735);
  border-radius: 4px;
  margin: 0;
  padding: 20px 41px;
}
.comments-form .theme-btn--comment::before, .comments-form .theme-btn--comment::after {
  content: none;
}
.comments-form .theme-btn--comment:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
  color: var(--theme-text, #12110e);
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  position: relative;
}
.product__sidebar--title {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -5px;
}
.product__search {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.product__search form {
  border-radius: 0;
  position: relative;
}
.product__search form input[type=text] {
  width: 100%;
  height: 52px;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: var(--theme-text, #12110e);
  border: 1px solid var(--theme-border-color, #ededed);
  outline: none;
  font-weight: 400;
  border-radius: 0;
}
.product__price-ranger {
  background-color: var(--theme-sky-bg2-color);
  padding: 30px;
  margin-bottom: 30px;
}
.product__price-ranger #slider-range {
  margin: 22px 0 0 0px;
  background: var(--theme-white, #fff);
  border: none;
  height: 5px;
  border-radius: 0;
  position: relative;
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--theme-green, #0c7735);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--theme-green, #0c7735);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 18px 0 0 0px;
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--theme-text, #12110e);
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  line-height: 30px;
  border: none;
  outline: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--theme-text, #12110e);
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  left: -2px;
}
.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  background-color: var(--theme-white, #fff);
  font-family: "Plus Jakarta Sans", sans-serif;
  float: right;
  text-align: center;
  border: none;
  color: var(--theme-black, #1e1d21);
  font-size: 10px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
  cursor: pointer;
  padding: 0 20px;
  height: 38px;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(var(--theme-black-rgb, 30, 29, 33), 0.07);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
.product__categories {
  background-color: var(--theme-sky-bg2-color);
  padding: 30px;
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
}
.product__categories ul li, .product__categories ul .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .product__categories ul li {
  position: relative;
  margin: 0 0 4px;
}
.product__categories ul li a, .product__categories ul .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .product__categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--theme-text, #12110e);
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 1;
  padding: 9px 15px 11px;
}
.product__categories ul li a span, .product__categories ul .food-one--two .food-one__quality-list li a span, .food-one--two .food-one__quality-list .product__categories ul li a span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--theme-black, #1e1d21);
  margin-right: 10px;
  transition: all 0.3s ease;
}
.product__categories ul li a::before, .product__categories ul .food-one--two .food-one__quality-list li a::before, .food-one--two .food-one__quality-list .product__categories ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--theme-white, #fff);
  z-index: -1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}
.product__categories ul li:hover a, .product__categories ul li.active a {
  color: var(--theme-black, #1e1d21);
  padding-left: 27px;
}
.product__categories ul li:hover a::before, .product__categories ul li.active a::before {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}
.product__categories ul li:hover a span, .product__categories ul li.active a span {
  color: var(--theme-yellow, 253, 214, 31);
}
.product__categories ul li.active a {
  font-weight: 600;
}
.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--theme-green, #0c7735);
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 0 21px 0 29px;
  height: 52px;
}
@media (max-width: 767px) {
  .product__info-top {
    padding: 14px 21px 15px 21px;
    height: initial;
    flex-direction: column;
    gap: 18px 0;
  }
}
.product__showing-text {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-white, #fff);
}
.product__showing-sort {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-white, #fff);
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 160px !important;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
  top: 11px !important;
  left: 1.6px !important;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: initial;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 18px;
  color: var(--theme-white, #fff) !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--theme-white, #fff);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 34px;
  color: var(--theme-text, #12110e);
  background-color: var(--theme-yellow, 253, 214, 31);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
  border-color: var(--theme-green, #0c7735);
}
.product__item {
  position: relative;
  background-color: var(--theme-white, #fff);
  border: 1px solid var(--theme-border-color, #ededed);
  transition: all 500ms ease;
  border-radius: 25px;
}
.product__item__img {
  background-color: var(--theme-light-pink-bg-color);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  border-radius: 25px 25px 0 0;
}
.product__item__img img {
  min-height: 216px;
  max-height: 216px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 500ms ease;
  transform: scale(1);
}
.product__item__btn-sale {
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  height: 26px;
  width: fit-content;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  border-radius: 15px;
}
.product__item:hover .product__item__img img {
  transform: scale(1.05);
}
.product__item__content {
  position: relative;
  text-align: center;
  padding: 30px 20px 23px 20px;
  padding-top: 0;
  -webkit-box-shadow: 0px 0px 33px 4px rgba(229, 230, 232, 0.72);
  box-shadow: 0px 0px 33px 4px rgba(229, 230, 232, 0.72);
  border-radius: 0 0 25px 25px;
}
.product__item__link {
  color: var(--theme-text7, #2a2826);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 5px 10px;
  background-color: #faf5de;
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__item__link:hover {
  color: var(--theme-text, #12110e);
  background-color: var(--theme-yellow, 253, 214, 31);
}
.product__item__link::after, .product__item__link::before {
  content: none;
}
.product__item__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 31px;
}
.product__item__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--theme-text7, #2a2826);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 6px;
  text-align: left;
}
.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__title a:hover {
  color: var(--theme-base, #c2a74e);
}
.product__item__price {
  display: flex;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--theme-text7, #2a2826);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.product__item__regular-price, .product__item__offer-price {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--theme-text7, #2a2826);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.product__item__offer-price {
  color: #abb2b8;
  padding-left: 11px;
  text-decoration: line-through;
}
.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #ed8a19;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.product-one {
  padding: 120px 0;
  padding-bottom: 104px;
}
@media (max-width: 767px) {
  .product-one {
    padding: 61px 0;
  }
}
@media (max-width: 1200px) {
  .product-one .container {
    max-width: 100%;
  }
}
.product-one .pagination {
  justify-content: center;
  padding-top: 62px;
}
@media (max-width: 767px) {
  .product-one .pagination {
    padding-top: 44px;
  }
}
.product-one .page-item {
  padding: 0 5px;
}
.product-one .prev-item {
  padding-right: 15px;
}
.product-one .next-item {
  padding-left: 15px;
}
.product-one .page-link {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #01050c;
  border-color: #e1e1e1;
  border-radius: 18px !important;
  padding: 15px 13px;
}
.product-one .page-link:hover,
.product-one .active .page-link {
  color: var(--theme-white, #fff);
  background-color: var(--theme-green, #0c7735);
  border-color: var(--theme-green, #0c7735);
}
.product-one--page {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .product-one--page {
    padding-bottom: 62px;
  }
}
.product-one--page .bootstrap-select .dropdown-menu {
  left: -3px !important;
}

.product-related {
  background-color: var(--theme-white, #fff);
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .product-related {
    padding-bottom: 52px;
  }
}
@media (max-width: 1200px) {
  .product-related__wrap {
    max-width: 100%;
  }
}
.product-related__title {
  font-family: var(--theme-special-font3, "Pathway Extreme", sans-serif);
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 45px;
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  padding: 120px 0;
  padding-bottom: 118px;
}
@media (max-width: 991px) {
  .product-details {
    padding: 58px 0;
    padding-top: 52px;
  }
}
@media (max-width: 1200px) {
  .product-details .container {
    max-width: 100%;
  }
}
.product-details__img-col {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .product-details__img-col {
    padding-right: 15px;
  }
}
.product-details__img-wrap {
  height: 536px;
  background-color: #e7f0ea;
  position: relative;
  border-radius: 26px;
}
.product-details__images {
  height: 536px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details__images > img {
  width: 100% !important;
  max-width: 285px;
  height: auto;
}
.product-details__carousel-slider {
  margin-bottom: -52px;
}
.product-details .tns-outer .tns-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 90px;
  z-index: 2;
  padding: 0 10px;
}
.product-details .tns-outer .tns-controls button {
  width: 57px;
  height: 57px;
  background-color: var(--theme-white, #fff);
  transition: all 0.5s;
  text-shadow: 0px 0px 1px #080808;
  border: 0;
  margin: 0;
  padding: 0;
}
.product-details .tns-outer .tns-controls button:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.product-details__thumb-img {
  max-width: 402px;
  margin: 0 auto;
}
.product-details__thumb-img .product-details__images {
  height: auto;
  max-width: 130px;
  background-color: #e7f0ea;
  border: 1px solid var(--theme-white, #fff);
  border-radius: 20px;
  padding: 13px 15px;
  transition: all 0.4s;
}
.product-details__thumb-img .product-details__images:hover {
  border-color: var(--theme-green, #0c7735);
}
.product-details__thumb-img .product-details__images:hover > img {
  transform: scale(1.2);
}
.product-details__thumb-img .product-details__images > img {
  width: 100% !important;
  max-height: 68px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.product-details__content-col {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .product-details__content-col {
    padding-left: 15px;
  }
}
.product-details__content {
  position: relative;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .product-details__content {
    margin: 44px 0 0;
  }
}
.product-details__top {
  margin-bottom: 6px;
}
.product-details__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-text, #12110e);
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .product-details__title {
    font-size: 28px;
    margin: 0 0 24px;
  }
}
.product-details__price {
  display: flex;
  align-items: center;
}
.product-details .product__item__regular-price, .product-details .product__item__offer-price {
  display: block;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 991px) {
  .product-details .product__item__regular-price, .product-details .product__item__offer-price {
    font-size: 24px;
  }
}
.product-details .product__item__offer-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: rgba(var(--theme-text3-rgb, 8, 5, 1), 0.5);
  padding-left: 9px;
}
.product-details__off20 {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #f42647;
  padding-left: 5px;
}
.product-details__instock {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  color: var(--theme-white, #fff);
  background-color: var(--theme-green, #0c7735);
  padding: 5px;
  margin-left: 8px;
}
.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 14px;
  color: var(--theme-yellow, 253, 214, 31);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .product-details__review {
    margin-bottom: 24px;
  }
}
.product-details__review a {
  display: inline-block;
  color: var(--theme-text7, #2a2826);
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 7px;
  font-weight: 400;
  transition: all 500ms ease;
}
.product-details__review a:hover {
  color: var(--theme-base, #c2a74e);
}
.product-details__excerpt {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(var(--theme-text3, #080501), 0.8);
}
.product-details__feature {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.product-details__feature li, .product-details__feature .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .product-details__feature li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(68, 67, 68, 0.8);
  position: relative;
  padding-left: 28px;
}
.product-details__feature li::before, .product-details__feature .food-one--two .food-one__quality-list li::before, .food-one--two .food-one__quality-list .product-details__feature li::before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\e90c";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: var(--theme-text, #12110e);
  font-size: 16px;
}
.product-details__fav-cart-wrap {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .product-details__fav-cart-wrap {
    flex-wrap: wrap;
    gap: 15px 0;
  }
}
.product-details__quantity {
  position: relative;
}
.product-details__quantity-title {
  margin: 0 0 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: var(--theme-text3, #080501);
  text-shadow: 0px 0px 0px var(--theme-text3, #080501);
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 115px;
  height: 44px;
}
@media (max-width: 767px) {
  .product-details__quantity .quantity-box {
    width: 200px;
  }
}
.product-details__quantity .quantity-box input {
  width: 115px;
  height: 44px;
  border: 1px solid var(--theme-border-color, #ededed);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--theme-text, #12110e);
  padding-left: 21px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #131216;
  background-color: transparent;
}
@media (max-width: 767px) {
  .product-details__quantity .quantity-box input {
    width: 200px;
    text-align: center;
    padding: 0 60px 0 30px;
  }
}
.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  color: var(--theme-text, #12110e);
  font-size: 10px;
  position: absolute;
  top: 1px;
  right: 9px;
  background-color: transparent;
  border: none;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
  text-shadow: 0px 0px 1px var(--theme-text, #12110e);
  padding: 0;
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 0;
}
.product-details__quantity .quantity-box button:hover {
  color: var(--theme-base, #c2a74e);
}
.product-details__buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-details__buttons {
    width: 100%;
  }
}
.product-details .fav-icon {
  width: 44px;
  height: 44px;
  background-color: #f9f7f7;
  border-radius: 50%;
  color: var(--theme-text3, #080501);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 26px;
}
.product-details .fav-icon:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.product-details .theme-btn--addcart {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  background-color: var(--theme-yellow, 253, 214, 31);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 5px 35px;
  border-radius: 4px;
}
.product-details .theme-btn--addcart::before, .product-details .theme-btn--addcart::after {
  content: none;
}
.product-details .theme-btn--addcart:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
@media (max-width: 767px) {
  .product-details .theme-btn--addcart {
    margin-left: 0;
  }
}
.product-details__delivery li, .product-details__delivery .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .product-details__delivery li {
  color: #15171a;
}
.product-details__delivery li strong, .product-details__delivery .food-one--two .food-one__quality-list li strong, .food-one--two .food-one__quality-list .product-details__delivery li strong {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}
.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .product-details__socials {
    margin-top: 25px;
  }
}
.product-details__socials__title {
  margin: 0;
  color: rgba(var(--theme-text3, #080501), 0.8);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-right: 13px;
}
@media (min-width: 768px) {
  .product-details__socials__title {
    flex: 0 0 auto;
  }
}
.product-details__socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--theme-black, #1e1d21);
  transition: all 500ms ease;
  border-radius: 50%;
}
.product-details__socials a:hover {
  color: var(--theme-text, #12110e);
}
.product-details__socials a + a {
  margin-left: 26px;
}
@media (max-width: 767px) {
  .product-details__socials a + a {
    margin-left: 15px;
  }
}
.product-details__description {
  margin: 88px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-details__description {
    margin-top: 58px;
  }
}
.product-details__description__wrap {
  position: relative;
  border: 1px solid var(--theme-gray, #ddd);
  border-radius: 8px;
  padding: 88px 67px 55px 67px;
}
@media (max-width: 991px) {
  .product-details__description__wrap {
    padding: 200px 20px 40px 20px;
  }
}
.product-details__description__tablist {
  position: absolute;
  width: 100%;
  height: auto;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
@media (max-width: 991px) {
  .product-details__description__tablist {
    flex-direction: column;
    gap: 8px 0;
  }
}
.product-details__description__tablist li, .product-details__description__tablist .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .product-details__description__tablist li {
  list-style: none;
  font-size: 18px;
  line-height: 1;
  color: var(--theme-text3, #080501);
  font-weight: 500;
}
@media (max-width: 991px) {
  .product-details__description__tablist li, .product-details__description__tablist .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .product-details__description__tablist li {
    width: 100%;
  }
}
.product-details__description__tablist li a, .product-details__description__tablist .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .product-details__description__tablist li a {
  color: var(--theme-text3, #080501);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background-color: #e7f0ea;
  padding: 5px 50px;
}
.product-details__description__tablist li a.active, .product-details__description__tablist li a:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
.product-details__description__info {
  margin-bottom: -30px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25px);
  transition: all 0.5s ease;
}
.product-details__description__info.active {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-details__description__text {
  font-size: 16px;
  line-height: 30px;
  color: rgba(var(--theme-text7-rgb, 42, 40, 38), 0.8);
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .product-details__description__text {
    margin-bottom: 17px;
  }
}
.product-details__comment {
  border-top: 1px solid var(--theme-border-color, #ededed);
  margin: 20px 0 0;
  padding: 30px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  .product-details__comment {
    margin-top: 5px;
    padding-top: 15px;
  }
}
.product-details__review-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  margin-bottom: 36px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-details__review-title {
    font-size: 26px;
    margin-bottom: 19px;
  }
}
.product-details__comment-box {
  position: relative;
  padding: 11px 0 64px 212px;
  margin-bottom: 50px;
  min-height: 166px;
  border-bottom: 1px solid var(--theme-border-color, #ededed);
}
@media (max-width: 991px) {
  .product-details__comment-box {
    padding: 11px 0 32px 195px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product-details__comment-box {
    padding-left: 0;
  }
}
.product-details__comment-box__thumb {
  width: 166px;
  height: 166px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
}
.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.product-details__comment-box__meta {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
  font-weight: bold;
  color: var(--theme-text, #12110e);
}
.product-details__comment-box__date {
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  text-transform: inherit;
  color: var(--theme-yellow, 253, 214, 31);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 0 7px;
  text-transform: capitalize;
}
.product-details__comment-box__text {
  line-height: 30px;
  margin: 0;
  font-size: 15px;
}
.product-details__comment-box__ratings {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--theme-yellow, 253, 214, 31);
}
@media (max-width: 767px) {
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}
.product-details__form {
  position: relative;
  margin: 51px 0 0;
}
.product-details__form .row {
  --bs-gutter-x: 20px;
}
.product-details__form-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: bold;
}
.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--theme-base, #c2a74e);
  margin: 0 0 15px;
}
.product-details__form-ratings__label {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  color: var(--theme-text, #12110e);
  margin: 0 17px 0 0;
}
.product-details__form__form {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  padding: 118px 15px;
  padding-top: 118px;
}
@media (max-width: 767px) {
  .cart-page {
    padding: 58px 15px;
    padding-top: 42px;
  }
}
.cart-page .container {
  max-width: 1170px;
}
.cart-page__row {
  align-items: flex-start;
  gap: 0 42px;
}
@media (max-width: 1199px) {
  .cart-page__row {
    gap: 0 30px;
  }
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: calc((69.4% - 21px) / 1);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
@media (max-width: 991px) {
  .cart-page .table-responsive {
    margin-bottom: 38px;
    width: calc((100% - 0px) / 1);
  }
}
@media (max-width: 767px) {
  .cart-page__scroll-responsive {
    width: 750px;
  }
}
.cart-page__title-row {
  padding-bottom: 2px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
.cart-page__title-name {
  width: calc((100% - 0px) / 4);
}
.cart-page__title-name.product--name {
  width: 50.2%;
}
.cart-page__title-name.quantity-count {
  width: 24.6%;
}
.cart-page__title-name.price--amount {
  width: 14.9%;
}
.cart-page__title-name.subtotla-amount {
  width: 10.3%;
}
.cart-page__table__meta-img {
  width: 83px;
  min-width: 83px;
  background-color: var(--theme-light-pink-bg-color);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 7px;
  margin-right: 27px;
  position: relative;
}
.cart-page__table__meta-img img {
  width: 100% !important;
  max-width: 58px;
  max-height: 62px;
}
.cart-page__remove-item {
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  z-index: 1;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  font-size: 12px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  text-shadow: 0px 0px 0px var(--theme-text, #12110e);
  cursor: pointer;
}
.cart-page__table__meta-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  color: #2a2826;
  font-size: 15px;
  line-height: 1;
}
.cart-page__table__meta-title > a {
  color: inherit;
}
.cart-page__products-row {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 43px;
  margin-bottom: 32px;
}
.cart-page__quantity.product--name {
  width: 45.5%;
}
.cart-page__quantity.quantity-count {
  width: 29.5%;
}
.cart-page__quantity.price--amount {
  width: 15%;
}
.cart-page__quantity.subtotla-amount {
  width: 10%;
}
.cart-page__quantity .quantity-box {
  background-color: #eef7f1;
  border: 1px solid #eaeaea;
  width: 157px;
  padding: 11px 14px;
}
.cart-page__quantity .quantity-box > input[type=text] {
  width: 56px;
  display: block;
  outline-style: none;
  background-color: transparent;
  border: 0;
  text-align: center;
}
.cart-page__quantity .quantity-box > button {
  outline-style: none;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  background-color: var(--theme-white, #fff);
  padding: 0;
  margin: 0;
  text-shadow: 0px 0px 1px var(--theme-text, #12110e);
  color: var(--theme-text, #12110e);
  font-size: 12px;
  line-height: 1;
}
.cart-page__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #2a2826;
}
.cart-page__coupon__titel {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #2a2826;
  margin-bottom: 23px;
}
.cart-page__coupon__code-box {
  position: relative;
  margin-bottom: 22px;
}
.cart-page__coupon .coupon-code-field {
  outline-style: none;
  border: 1px solid #ddd;
  height: 57px;
  color: #464646;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  padding-left: 20px;
}
.cart-page__coupon .apply-code-btn {
  position: absolute;
  width: auto;
  height: calc(100% - 2px);
  top: 1px;
  right: 1px;
  z-index: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-white, #fff);
  font-weight: 500;
  padding: 5px 57px;
}
.cart-page__coupon .apply-code-btn::before, .cart-page__coupon .apply-code-btn::after {
  content: none;
}
.cart-page__coupon .apply-code-btn:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
  color: var(--theme-text, #12110e);
}
.cart-page__coupon__continue-shopping {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme-green, #0c7735);
  position: relative;
}
.cart-page__coupon__continue-shopping::before, .cart-page__coupon__continue-shopping::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 1px;
  background-color: var(--theme-green, #0c7735);
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.6s;
}
.cart-page__coupon__continue-shopping::after {
  max-width: 0;
  background-color: var(--theme-yellow, 253, 214, 31);
  transition: all 0.8s;
}
.cart-page__coupon__continue-shopping:hover {
  color: var(--theme-yellow, 253, 214, 31);
}
.cart-page__coupon__continue-shopping:hover::before {
  max-width: 0;
}
.cart-page__coupon__continue-shopping:hover::after {
  max-width: 100%;
}
.cart-page .cart-process-wrap {
  width: calc((30.6% - 21px) / 1);
  background-color: #f6fbff;
  padding: 0;
}
@media (max-width: 991px) {
  .cart-page .cart-process-wrap {
    width: calc((100% - 0px) / 1);
  }
}
.cart-page__common {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding: 17.5px 20px;
  transition: all 0.5s;
}
.cart-page__common:nth-last-of-type(-n+2) {
  margin-bottom: 0;
  border: 0;
}
.cart-page__common:hover {
  background-color: #f0f0f0;
}
@media (max-width: 1199px) {
  .cart-page__common {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1199px) {
  .cart-page__carttotals-cost {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.cart-page__intotals {
  margin-top: -13px;
}
.cart-page__cartname, .cart-page__cartprice {
  color: var(--theme-text7, #2a2826);
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
}
.cart-page__flat-rate > span {
  display: block;
  color: var(--theme-text7, #2a2826);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
.cart-page__flat-rate > small {
  display: block;
  color: var(--theme-text7, #2a2826);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}
.cart-page__flat-rate .change-address {
  color: #d18548;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
  width: fit-content;
  position: relative;
}
.cart-page__flat-rate .change-address::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  border-bottom: 1px solid #d18548;
  z-index: 1;
}
.cart-page .proceed-btn-wrap {
  padding-top: 45px;
}
.cart-page .proceed-btn {
  color: var(--theme-text, #12110e);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: var(--theme-yellow, 253, 214, 31);
  margin: 0;
}
.cart-page .proceed-btn::before, .cart-page .proceed-btn::after {
  content: none;
}
.cart-page .proceed-btn:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  padding: 120px 0;
  padding-top: 117px;
}
@media (max-width: 991px) {
  .checkout-page {
    padding: 76px 0;
    padding-top: 55px;
  }
}
@media (max-width: 1200px) {
  .checkout-page .container {
    max-width: 100%;
  }
}
.checkout-page .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__billing-address__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  margin: 0 0 29px;
  font-weight: 600;
  color: var(--theme-text7, #2a2826);
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .checkout-page__billing-address__title {
    font-size: 18px;
  }
}
.checkout-page__label-text {
  font-size: 16px;
  line-height: 1;
  color: var(--theme-text3, #080501);
  font-weight: 400;
  margin-bottom: 19px;
  display: block;
}
.checkout-page__input-box {
  position: relative;
  line-height: 1;
  margin: 0 0 30px;
}
.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--theme-white, #fff);
  border: 1px solid #e0e0e0;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 15px;
  color: var(--theme-text3, #080501);
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
  font-weight: 400;
  border-radius: 4px;
}
.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 58px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--theme-white, #fff) !important;
  border: 1px solid #e0e0e0;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--theme-text3, #080501) !important;
  font-size: 15px;
  line-height: 56px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--theme-text, #12110e);
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--theme-border-color, #ededed);
}
.checkout-page__input-box .bootstrap-select .dropdown-menu {
  border: none;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 400;
  padding: 15px 20px;
  color: var(--theme-text3, #080501);
  background-color: var(--theme-yellow, 253, 214, 31);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__input-box .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
  border-color: var(--theme-green, #0c7735);
}
.checkout-page__input-box textarea {
  font-size: 15px;
  font-weight: 400;
  color: var(--theme-text3, #080501);
  height: 120px;
  width: 100%;
  background-color: var(--theme-white, #fff);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 20px 20px 30px 20px;
  border: none;
  outline: none;
  border: 1px solid #e0e0e0;
  resize: none;
  border-radius: 18px;
  margin-bottom: 0px;
}
.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--theme-text, #12110e);
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
  cursor: pointer;
}
.checkout-page__check-box label span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-green, #0c7735);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 10px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: var(--theme-white, #fff);
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__cost-process {
  padding-left: 43px;
}
@media (max-width: 1200px) {
  .checkout-page__cost-process {
    padding-left: 0;
  }
}
.checkout-page__cost-process-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: var(--theme-text7, #2a2826);
  border-bottom: 1px solid #e4e2e0;
  margin-bottom: 0;
  padding-bottom: 18px;
}
.checkout-page .cart-process-wrap {
  border: 1px solid var(--theme-text, #12110e);
  border-radius: 4px;
  background-color: #f0f8f3;
  padding: 30.5px 19.5px 10px 19.5px;
}
.checkout-page .cart-process-wrap.cart-process-wrap + .cart-process-wrap {
  margin-top: 26px;
}
.checkout-page .cart-page__common {
  border-color: #e4e2e0;
  padding: 28.5px 0;
  margin-bottom: 0;
  position: relative;
}
.checkout-page .cart-page__common:nth-last-child(-n+2) {
  border-bottom: 1px solid #e4e2e0;
}
.checkout-page .cart-page__common:nth-last-child(-n+1) {
  border: 0;
}
.checkout-page .cart-page__common::after {
  content: "";
  position: absolute;
  width: calc(100% + 39px);
  height: calc(100% + 2px);
  top: -1px;
  left: -19.5px;
  z-index: 1;
  background-color: var(--theme-white, #fff);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.checkout-page .cart-page__common:hover {
  background-color: transparent;
}
.checkout-page .cart-page__common:hover::after {
  opacity: 1;
  visibility: visible;
}
.checkout-page .cart-page__cartprice,
.checkout-page .cart-page__cartname,
.checkout-page .cart-page__flat-rate,
.checkout-page .cart-page__title-name {
  position: relative;
  z-index: 2;
}
.checkout-page .cart-page__table__meta-img {
  width: 52px;
  min-width: 52px;
  padding: 7px 7px;
  margin-right: 12px;
}
.checkout-page .cart-page__table__meta-img img {
  max-width: 36px;
  max-height: initial;
}
.checkout-page .change-address {
  color: var(--theme-green, #0c7735);
}
.checkout-page .change-address::after {
  border-bottom-color: var(--theme-green, #0c7735);
}
.checkout-page__payment {
  padding-bottom: 54px !important;
}
.checkout-page__payment__select input[type=checkbox] {
  display: none;
}
.checkout-page__payment__select label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--theme-text7, #2a2826);
  height: 50px;
  border: 1px solid var(--theme-text, #12110e);
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.checkout-page__payment__select label span:before {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 20px;
  bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--theme-white, #fff);
  font-family: "Font Awesome 6 Free" !important;
  content: "\e90f";
  font-size: 18px;
  font-weight: 900;
  color: var(--theme-text7, #2a2826);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 1;
}
.checkout-page__payment__select label:hover {
  border-color: var(--theme-green, #0c7735);
  background-color: var(--theme-white, #fff);
}
.checkout-page__payment__select label:hover span:before {
  color: var(--theme-green, #0c7735);
}
.checkout-page__payment__select input[type=checkbox] + label span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  border: none;
  vertical-align: middle;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__payment__select input[type=checkbox]:checked + label {
  border-color: var(--theme-green, #0c7735);
  background-color: var(--theme-white, #fff);
}
.checkout-page__payment__select input[type=checkbox]:checked + label span:before {
  opacity: 1;
  color: var(--theme-green, #0c7735);
}
.checkout-page__payment__select + .checkout-page__payment__select {
  margin-top: 10px;
}
.checkout-page__payment .payment_condition-check {
  padding-top: 33px;
}
.checkout-page__payment .place-oder-btn-wrap {
  padding-top: 24px;
}
.checkout-page__payment .place-oder-btn {
  color: var(--theme-text, #12110e);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-radius: 4px;
  margin: 0;
}
.checkout-page__payment .place-oder-btn::before, .checkout-page__payment .place-oder-btn::after {
  content: none;
}
.checkout-page__payment .place-oder-btn:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
  position: relative;
  padding: 120px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .login-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}
.login-page__info {
  background-color: var(--theme-gray, #ddd);
  padding: 13px 30px 15px;
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .login-page__info {
    margin-bottom: 20px;
  }
}
.login-page__info p {
  margin: 0;
  font-size: 14px;
}
.login-page__info p span {
  color: var(--theme-black, #1e1d21);
}
.login-page__info p a {
  display: inline-block;
  color: var(--theme-base, #c2a74e);
  transition: all 500ms ease;
}
.login-page__info p a:hover {
  color: var(--theme-black, #1e1d21);
  text-shadow: 0 0 1px currentColor;
}
.login-page__wrap {
  position: relative;
}
.login-page__wrap__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .login-page__wrap__title {
    margin-top: 50px;
  }
}
.login-page__form {
  position: relative;
  display: block;
  padding: 60px;
  border: 1px solid var(--theme-border-color, #ededed);
}
@media (min-width: 991px) and (max-width: 1199px) {
  .login-page__form {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .login-page__form {
    padding: 30px 22px;
  }
}
.login-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.login-page__form-input-box input[type=email],
.login-page__form-input-box input[type=password] {
  height: 58px;
  width: 100%;
  border: none;
  background-color: var(--theme-gray, #ddd);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--theme-text, #12110e);
  display: block;
  font-weight: 500;
}
.login-page__checked-box {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-bottom: 15px;
}
.login-page__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--theme-text, #12110e);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}
.login-page__checked-box label span:before {
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border-bottom: 2px solid var(--theme-border-color, #ededed);
  border-right: 2px solid var(--theme-border-color, #ededed);
  content: "";
  width: 5px;
  height: 8px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.login-page__checked-box input[type=checkbox] {
  display: none;
}
.login-page__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--theme-border-color, #ededed);
}
.login-page__checked-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.login-page__form-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.login-page__form-btn-box .theme-btn {
  padding-left: 47px;
  padding-right: 47px;
}
.login-page__form-forgot-password {
  position: relative;
  display: block;
  margin-left: 0px;
  flex: 0 0 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .login-page__form-forgot-password {
    margin-left: 20px;
    flex: 0 0 auto;
    margin-top: 0;
  }
}
.login-page__form-forgot-password a {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__form-forgot-password a:hover {
  background-size: 100% 1px;
}
.login-page__form-forgot-password a:hover {
  color: var(--theme-base, #c2a74e);
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
.error-404 {
  background-color: #eff7f2;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-image: url("../images/backgrounds/bg-404-1-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
}
@media (max-width: 991px) {
  .error-404 {
    padding-top: 96x;
    padding-bottom: 106px;
  }
}
.error-404 .container {
  max-width: 660px;
}
.error-404__title {
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-text, #12110e);
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .error-404__title {
    font-size: 154px;
  }
}
.error-404__title > span {
  color: var(--theme-yellow, 253, 214, 31);
  text-shadow: -8px -16px 1px var(--theme-green, #0c7735);
}
.error-404__sub-title {
  color: var(--theme-green, #0c7735);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 45px;
}
.error-404__text {
  color: var(--theme-text, #12110e);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 48px;
}
.error-404__search {
  position: relative;
  margin-bottom: 56px;
}
.error-404 #error-search {
  height: 60px;
  display: flex;
  align-items: center;
  outline-style: none;
  border: 1px solid #eae9e9;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  background: var(--theme-white, #fff);
  color: var(--theme-text, #12110e);
  width: 100%;
  padding: 0 62px 0 28px;
  border-radius: 30px;
}
.error-404 #error-search::-webkit-input-placeholder {
  color: var(--theme-text, #12110e);
  font-weight: 300;
}
.error-404 #error-search:-moz-placeholder {
  color: var(--theme-text, #12110e);
  font-weight: 300;
}
.error-404__search__btn {
  position: absolute;
  top: 1px;
  right: 1px;
  background: none;
  border: 0;
  outline-style: none;
  width: 50px;
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  padding: 0;
  background-color: var(--theme-white, #fff);
  border-radius: 0 32px 32px 0;
}
.error-404__btns {
  display: flex;
  justify-content: center;
}
.error-404__btn {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  text-transform: uppercase;
  border: 1px solid var(--theme-text, #12110e);
  border-radius: 4px;
  background-color: var(--theme-yellow, 253, 214, 31);
  padding: 5px 53px;
  margin-left: 0;
}
.error-404__btn::before, .error-404__btn::after {
  content: none;
}
.error-404__btn:hover {
  background-color: var(--theme-green, #0c7735);
  border-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-page-search {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .faq-page-search {
    padding-top: 60px;
  }
}
.faq-page-search__shape-1, .faq-page-search__shape-2, .faq-page-search__shape-3 {
  position: absolute;
}
.faq-page-search__shape-1 {
  top: 0;
  right: 0;
  animation: leafMove 6s linear 0s infinite;
  z-index: 10;
}
.faq-page-search__shape-2 {
  bottom: 0;
  right: 0;
  animation: messageMove 6s linear 0s infinite;
}
.faq-page-search__shape-3 {
  left: 0;
  bottom: 0;
  animation: leafMove 4s linear 0s infinite;
}
.faq-page-search__inner {
  background-color: var(--theme-gray, #ddd);
  padding: 40px 30px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .faq-page-search__inner {
    padding: 40px 60px;
  }
}
@media (min-width: 1200px) {
  .faq-page-search__inner {
    padding: 100px 100px;
  }
}
.faq-page-search__title {
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  color: var(--theme-black, #1e1d21);
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: -7px;
}
@media (min-width: 992px) {
  .faq-page-search__title {
    font-size: 34px;
  }
}
.faq-page-search__text {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  max-width: 479px;
  width: 100%;
}
.faq-page-search__form {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 550px;
  margin-top: 25px;
}
.faq-page-search__form input[type=text] {
  border: none;
  outline: none;
  display: block;
  background-color: var(--theme-white, #fff);
  color: var(--theme-text, #12110e);
  font-size: 14px;
  width: 100%;
  padding-left: 30px;
  height: 58px;
}
.faq-page-search__form__btn {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 20px;
}
@media (min-width: 768px) {
  .faq-page-search__form__btn {
    font-size: 22px;
  }
}

.faq-page {
  padding-top: 107px;
  padding-bottom: 110px;
  background-color: #effaf3;
}
@media (max-width: 767px) {
  .faq-page {
    padding-bottom: 60px;
  }
}
.faq-page__title-wrap {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.faq-page__title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  color: var(--theme-text, #12110e);
  margin-bottom: 23px;
}
.faq-page__title-info {
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-text, #12110e);
}
.faq-page__accordion .faq-page__title-inner {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 37px;
}
.faq-page__accordion .accrodion {
  margin-bottom: 10px;
}
.faq-page__accordion .active .accrodion-title {
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.faq-page__accordion .accrodion-title {
  padding: 18px 28px 20px 28px;
  padding-right: 70px;
  cursor: pointer;
  border: 1px solid #262222;
  border-radius: 5px;
}
.faq-page__accordion .accrodion-title h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  font-size: 16px;
  line-height: 1;
  margin: 0;
  transition: all 500ms ease;
  position: relative;
}
.faq-page__accordion .accrodion-title__icon {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  background-color: var(--theme-green, #0c7735);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.faq-page__accordion .accrodion-title__icon::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f107";
  font-family: "Font Awesome 6 Free" !important;
  transition: all 500ms ease;
  display: flex;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  line-height: 1;
  color: var(--theme-white, #fff);
  transform: scaleY(1);
}
.faq-page__accordion .active .accrodion-title__icon {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.faq-page__accordion .active .accrodion-title__icon::after {
  transform: scaleY(-1);
  color: var(--theme-text, #12110e);
}
.faq-page__accordion .active .accrodion-content {
  border-top: 1px solid #262222;
  border-radius: 0 0 5px 5px;
}
.faq-page__accordion .accrodion-content {
  border: 1px solid #262222;
  border-top: 0;
}
.faq-page__accordion .accrodion-content .inner {
  padding: 18px 65px 32px 28px;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.faq-page__accordion .active .accrodion-content .inner {
  height:  auto;
}
.faq-page__accordion .accrodion-content {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 0;
  border: 0 !important;
}

.faq-page__accordion .accrodion.active .accrodion-content {
  max-height: 500px; /* adjust as needed for longest content */
  border: 1px solid #262222 !important;
}
.faq-page__accordion .accrodion-content p {
  margin: 0;
  font-size: 14px;
  line-height: 32px;
  color: var(--theme-text, #12110e);
}

.faq-one {
  position: relative;
  background-color: var(--theme-gray, #ddd);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0 120px;
}
@media (max-width: 767px) {
  .faq-one {
    padding: 200px 0 80px;
  }
}
.faq-one__content {
  position: relative;
}
@media (max-width: 991px) {
  .faq-one__content {
    margin-bottom: 35px;
  }
}
.faq-one__content .sec-title {
  padding-bottom: 35px;
}
.faq-one__content__author {
  position: relative;
  padding: 6px 0 0 155px;
  min-height: 128px;
}
.faq-one__content__author__thumb {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-one__content__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-one__content__author__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-base, #c2a74e);
  text-transform: uppercase;
  margin: 0 0 33px;
}
@media (max-width: 767px) {
  .faq-one__content__author__title {
    margin-bottom: 15px;
  }
}
.faq-one__content__author__text {
  line-height: 30px;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-one__content__author__text br {
    display: none;
  }
}
.faq-one .faq-page__accordion {
  background-color: var(--theme-white, #fff);
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package-card {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background-color: var(--theme-white, #fff);
}
.package-card__image {
  position: relative;
  overflow: hidden;
}
.package-card__image > img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.package-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--theme-black-rgb, 30, 29, 33), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.package-card__image__link::before, .package-card__image__link::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.package-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.package-card:hover .package-card__image > a {
  opacity: 1;
  transform: translateY(0);
}
.package-card:hover .package-card__image > img {
  transform: scale(1.05);
}
.package-card__content {
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  padding: 50px;
}
.package-card__content__shape {
  display: block;
  width: auto !important;
}
.package-card__price {
  width: 81px;
  height: 81px;
  background-color: var(--theme-base, #c2a74e);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-white, #fff);
  font-size: 18px;
  position: absolute;
  right: 40px;
  top: 0;
  transform: translateY(-50%);
  line-height: 1;
}
@media (min-width: 768px) {
  .package-card__price {
    font-size: 20px;
  }
}
.package-card__title {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--theme-black, #1e1d21);
  font-size: 22px;
  line-height: 1.2em;
  margin-top: -5px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .package-card__title {
    font-size: 24px;
  }
}
.package-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.package-card__title a:hover {
  background-size: 100% 1px;
}
.package-card__title a:hover {
  color: var(--theme-base, #c2a74e);
}
.package-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  border-bottom: 1px solid var(--theme-border-color, #ededed);
  margin-top: 10px;
  padding-bottom: 21px;
  margin-bottom: 6px;
}
.package-card__link {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: var(--theme-letter-space, 0.1em);
  color: var(--theme-black, #1e1d21);
  transition: all 500ms ease;
  line-height: 1em;
  position: relative;
  top: 10px;
  text-shadow: 0 0 1px currentColor;
}
.package-card__link:hover {
  color: var(--theme-base, #c2a74e);
}
.package-card__link i {
  font-size: 16px;
  margin-left: 9px;
}

.package-page {
  padding: 120px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .package-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}

/*--------------------------------------------------------------
# Offer
--------------------------------------------------------------*/
.offer-one {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .offer-one {
    padding-bottom: 80px;
  }
}
.offer-one--home {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .offer-one--home {
    padding: 80px 0;
  }
}
.offer-one .container-fluid {
  max-width: 1604px;
}
.offer-one__card {
  padding: 20px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.offer-one__card::before {
  background: linear-gradient(90deg, rgba(var(--theme-white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--theme-white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--theme-white-rgb, 255, 255, 255), 0.5) 92%, rgba(var(--theme-white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.7s ease 0s;
  width: 200%;
}
.offer-one__card:hover::before {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.offer-one__card__inner {
  position: relative;
  border: 1px solid var(--theme-white, #fff);
  padding: 40px;
}
@media (min-width: 992px) {
  .offer-one__card__inner {
    padding: 50px;
  }
}
.offer-one__card__shape {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 992px) {
  .offer-one__card__shape {
    display: block;
  }
}
.offer-one__card__value {
  font-family: var(--theme-special-font, "Outfit", sans-serif);
  font-weight: 400;
  font-size: 30px;
  color: var(--theme-base, #c2a74e);
  line-height: 1;
  margin: 0;
}
@media (min-width: 992px) {
  .offer-one__card__value {
    font-size: 40px;
  }
}
.offer-one__card__title {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .offer-one__card__title {
    font-size: 40px;
  }
}

/*--------------------------------------------------------------
# Membership
--------------------------------------------------------------*/
.membership-one {
  padding: 120px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .membership-one {
    padding: 80px 0;
    padding-top: 60px;
  }
}
.membership-one .sec-title {
  text-align: center;
  padding-bottom: 25px;
}
.membership-one__tab__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.membership-one__tab__list li, .membership-one__tab__list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .membership-one__tab__list li {
  cursor: pointer;
}
.membership-one__tab__list li span, .membership-one__tab__list .food-one--two .food-one__quality-list li span, .food-one--two .food-one__quality-list .membership-one__tab__list li span {
  display: block;
  font-size: 10px;
  background-color: var(--theme-gray, #ddd);
  transition: all 500ms ease;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: var(--theme-letter-space, 0.1em);
  padding: 15px 20px;
  line-height: 1.2em;
  color: var(--theme-text, #12110e);
}
.membership-one__tab__list li.active-btn span, .membership-one__tab__list li:hover span {
  background-color: var(--theme-base, #c2a74e);
  color: var(--theme-white, #fff);
}
.membership-one__card {
  background-repeat: no-repeat;
  background-position: top right;
  border: 1px solid var(--theme-border-color, #ededed);
  padding: 50px;
  background-color: var(--theme-white, #fff);
  transition: all 500ms ease;
}
.membership-one__card:hover {
  border-color: var(--theme-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.membership-one__card__price {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--theme-black, #1e1d21);
  line-height: 1;
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
}
.membership-one__card__tagline {
  margin: 0;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.5em;
  color: var(--theme-text, #12110e);
  border-bottom: 1px solid var(--theme-border-color, #ededed);
  padding-bottom: 16px;
  margin-bottom: 33px;
}
.membership-one__card__text {
  margin: 0;
  font-weight: 600;
  color: var(--theme-black, #1e1d21);
  font-size: 16px;
  line-height: 2.5em;
  margin-top: 13px;
}
.membership-one__card__list {
  margin-bottom: 26px;
}
.membership-one__card__list li, .membership-one__card__list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .membership-one__card__list li {
  position: relative;
  font-size: 16px;
  line-height: 2.5em;
  color: var(--theme-text, #12110e);
  display: flex;
  justify-content: center;
  align-items: center;
}
.membership-one__card__list li > i, .membership-one__card__list .food-one--two .food-one__quality-list li > i, .food-one--two .food-one__quality-list .membership-one__card__list li > i {
  font-size: 14px;
  color: var(--theme-base, #c2a74e);
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.membership-two {
  padding: 120px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .membership-two {
    padding: 80px 0;
    padding-top: 60px;
  }
}
.membership-two--padding {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .membership-two--padding {
    padding: 80px 0;
  }
}
.membership-two .sec-title {
  text-align: center;
}
.membership-two-card {
  background-repeat: no-repeat;
  background-position: top right;
  border: 1px solid var(--theme-border-color, #ededed);
  padding: 36px 40px;
  transition: all 500ms ease;
  background-color: var(--theme-white, #fff);
}
.membership-two-card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
  .membership-two-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.membership-two-card__icon i,
.membership-two-card__icon span {
  color: var(--theme-base, #c2a74e);
  font-size: 60px;
}
@media (min-width: 992px) {
  .membership-two-card__icon {
    margin-right: 30px;
  }
}
.membership-two-card__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--theme-black, #1e1d21);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
}
.membership-two-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.membership-two-card__title a:hover {
  background-size: 100% 1px;
}
.membership-two-card__text {
  font-size: 15px;
  line-height: 2em;
  margin: 0;
}
.membership-two-card__price {
  margin: 0;
  color: var(--theme-base, #c2a74e);
  font-size: 16px;
  line-height: 1.6666666667em;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .membership-two-card__price {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .membership-two-card__price {
    margin-left: 90px;
  }
}
@media (min-width: 1200px) {
  .membership-two-card__price {
    margin-top: 0;
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
# Gift Card
--------------------------------------------------------------*/
.gift-page {
  padding: 120px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .gift-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .gift-page__carousel .owl-nav {
    display: none;
  }
}

.gift-card-one {
  background-repeat: no-repeat;
  background-position: left top;
  border: 1px solid var(--theme-border-color, #ededed);
  text-align: center;
  padding: 30px;
  position: relative;
  transition: all 500ms ease;
}
.gift-card-one:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.gift-card-one__inner {
  padding: 45px;
  border: 6px solid var(--theme-black, #1e1d21);
  transition: all 500ms ease;
}
.gift-card-one:hover .gift-card-one__inner {
  border-color: var(--theme-base, #c2a74e);
}
.gift-card-one__flower {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
  animation: flowerRotate 2s linear 0s infinite;
}
.gift-card-one__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--theme-black, #1e1d21);
  font-weight: bold;
  font-size: 25px;
  line-height: 1em;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .gift-card-one__title {
    font-size: 30px;
  }
}
.gift-card-one__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}
.gift-card-one__title a:hover {
  background-size: 100% 1px;
}
.gift-card-one__title a:hover {
  color: var(--theme-base, #c2a74e);
}
.gift-card-one__price {
  margin: 0;
  font-size: 20px;
  color: var(--theme-base, #c2a74e);
  line-height: 1.5em;
}
.gift-card-one__code {
  margin: 0;
  font-size: 16px;
  color: var(--theme-black, #1e1d21);
  line-height: 22px;
}
.gift-card-one__shape {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  margin-top: 25px;
  margin-bottom: 25px;
}
.gift-card-one__text {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: var(--theme-letter-space-xl, 0.2em);
  line-height: 22px;
  margin-bottom: 23px;
}
.gift-card-one__link {
  font-size: 10px;
  padding: 11px 29.5px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--theme-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--theme-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-black, #1e1d21);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--theme-black2, #00200c);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--theme-white, #fff);
  cursor: pointer;
}
.mobile-nav__close:hover {
  color: var(--theme-yellow, 253, 214, 31);
}

.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(var(--theme-white-rgb, 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(var(--theme-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--theme-white, #fff);
  font-size: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--theme-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--theme-yellow, 253, 214, 31);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--theme-yellow, 253, 214, 31);
  border: none;
  outline: none;
  color: var(--theme-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--theme-white, #fff);
  color: var(--theme-black, #1e1d21);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--theme-white, #fff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--theme-yellow, 253, 214, 31);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li, .mobile-nav__contact .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .mobile-nav__contact li {
  color: var(--theme-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li, .mobile-nav__contact .food-one--two .food-one__quality-list li + li, .food-one--two .food-one__quality-list .mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a, .mobile-nav__contact .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--theme-yellow, 253, 214, 31);
}
.mobile-nav__contact li > i, .mobile-nav__contact .food-one--two .food-one__quality-list li > i, .food-one--two .food-one__quality-list .mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--theme-yellow, 253, 214, 31);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--theme-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--theme-white, #fff);
  font-size: 15px;
  color: var(--theme-text, #12110e);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup__form .theme-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 22px;
}
.search-popup__form .theme-btn::before, .search-popup__form .theme-btn::after {
  content: none;
}
.search-popup__form .theme-btn i {
  margin: 0;
}
.search-popup__form .theme-btn:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
  color: var(--theme-text, #12110e);
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: rgba(64, 64, 64, 0.85);
  background-blend-mode: overlay;
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
  margin-top: -52px;
}
@media (min-width: 992px) {
  .page-header {
    padding-top: 182px;
    padding-bottom: 167px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/backgrounds/farmer-bg1-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(64, 64, 64, 0.85);
  background-blend-mode: overlay;
}
.page-header .container {
  position: relative;
  z-index: 10;
  text-align: center;
}
.page-header__title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: var(--theme-white, #fff);
}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 60px;
    line-height: 92px;
  }
}

.theme-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 991px) {
  .theme-breadcrumb {
    margin-top: 8px;
  }
}
.theme-breadcrumb li, .theme-breadcrumb .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .theme-breadcrumb li {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-white, #fff);
  display: flex;
  align-items: center;
}
.theme-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}
.theme-breadcrumb li span, .theme-breadcrumb .food-one--two .food-one__quality-list li span, .food-one--two .food-one__quality-list .theme-breadcrumb li span,
.theme-breadcrumb li a,
.theme-breadcrumb .food-one--two .food-one__quality-list li a,
.food-one--two .food-one__quality-list .theme-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1;
}
.theme-breadcrumb li a, .theme-breadcrumb .food-one--two .food-one__quality-list li a, .food-one--two .food-one__quality-list .theme-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.theme-breadcrumb li a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 570px;
  width: 100%;
  mix-blend-mode: luminosity;
}
@media (max-width: 991px) {
  .google-map iframe {
    height: 440px;
  }
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--theme-gray, #ddd);
}

.contact-map {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .contact-map {
    padding-bottom: 68px;
  }
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  background-color: var(--theme-base, #c2a74e);
  background-image: url(../images/shapes/client-carousel-bg-1-1.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .client-carousel {
    padding: 102px 0;
  }
}
.client-carousel__one__item img {
  opacity: 0.2;
  transition: all 500ms ease;
  max-width: 100%;
  width: auto !important;
}
.client-carousel__one__item:hover img {
  opacity: 0.6;
}

.client-carousel-one {
  position: relative;
  background: var(--theme-white, #fff);
  padding: 0 0 60px;
}
.client-carousel-one .client-carousel__one {
  padding: 74px 0 0;
}
.client-carousel-one .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  line-height: 0.8;
}
.client-carousel-one .owl-theme .owl-nav button {
  width: 26px;
  height: 27px;
  background-color: var(--theme-gray, #ddd);
  margin: 0 2.5px;
  padding: 0;
  transition: all 500ms ease;
  font-size: 12px;
  color: var(--theme-black, #1e1d21);
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  border-radius: 0;
}
.client-carousel-one .owl-theme .owl-nav button:hover {
  background-color: var(--theme-base, #c2a74e);
  color: var(--theme-white, #fff);
}
.client-carousel-one .owl-theme .owl-nav::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  content: "";
  height: 1px;
  background-color: var(--theme-border-color, #ededed);
  z-index: -1;
}
.client-carousel-one .owl-theme .owl-nav::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 110px;
  content: "";
  height: 1px;
  background-color: var(--theme-white, #fff);
}
.client-carousel-one .client-carousel__one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 103px;
  transition: all 500ms ease;
}
.client-carousel-one .client-carousel__one__item img {
  transition: all 500ms ease;
  opacity: 0.2;
  max-width: 100%;
  width: auto;
}
.client-carousel-one .client-carousel__one__item:hover {
  background-color: #f8f5f0;
}
.client-carousel-one .client-carousel__one__item:hover img {
  opacity: 0.6;
}
ms;
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  z-index: 2;
  background-color: transparent;
  margin-top: -144px;
}
@media (max-width: 1200px) {
  .feature-one {
    margin-top: -100px;
  }
}
.feature-one .container {
  max-width: 1202px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .feature-one .container {
    padding-bottom: 46px;
  }
}
@media (max-width: 991px) {
  .feature-one .container {
    padding-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .feature-one__col-item {
    padding-bottom: 20px;
  }
  .feature-one__col-item:last-child {
    padding-bottom: 0;
  }
}
.feature-one__item {
  position: relative;
  height: 100%;
}
.feature-one__item:hover .feature-one__cricle-icon {
  background-color: var(--theme-green, #0c7735);
}
.feature-one__item:hover .feature-one__icon {
  transform: scale(0.8);
  color: var(--theme-white, #fff);
}
.feature-one__item-bg {
  -webkit-box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
  box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
  background-color: var(--theme-white, #fff);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 45px 20px 56px 20px;
  background-image: url("../images/shapes/feature1-left.png"), url("../images/shapes/feature1-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left -8px, bottom -48px right -60px;
}
@media (max-width: 991px) {
  .feature-one__item-bg {
    padding: 24px 20px 20px 20px;
    background-position: bottom -20px left -40px, bottom -100px right -80px;
  }
}
.feature-one__cricle-icon {
  width: 92px;
  height: 92px;
  background-color: var(--theme-yellow, 253, 214, 31);
  border: 2px solid var(--theme-green, #0c7735);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  transition: all 0.3s;
}
.feature-one__icon {
  color: var(--theme-text, #12110e);
  font-size: 57px;
  line-height: 1;
  transition: all 0.3s;
}
.feature-one__title {
  font: normal 600 24px/38px "Plus Jakarta Sans", sans-serif;
  color: var(--theme-text, #12110e);
  margin-bottom: 0;
}
.feature-one--two {
  background-color: rgb(242, 241, 233);
  background-blend-mode: overlay;
  background-image: url("../images/backgrounds/chose-bg2-1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-top: 0;
}
.feature-one--two::after, .feature-one--two::before {
  content: "";
  position: absolute;
  width: 178px;
  height: 216px;
  top: 112px;
  left: 97px;
  z-index: 1;
  background-image: url("../images/shapes/choose-effect2-3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-animation: chooseEffect1 1.2s infinite alternate;
  animation: chooseEffect1 1.2s infinite alternate;
}
@-webkit-keyframes chooseEffect1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes chooseEffect1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(20deg);
  }
}
@media (max-width: 1750px) {
  .feature-one--two::after, .feature-one--two::before {
    width: 90px;
    height: 122px;
    top: 70px;
    left: 45px;
  }
}
@media (max-width: 991px) {
  .feature-one--two::after, .feature-one--two::before {
    width: 68px;
    height: 86px;
    top: 38px;
    left: 20px;
  }
}
.feature-one--two::after {
  width: 96px;
  height: 140px;
  top: 126px;
  left: initial;
  right: 168px;
  background-image: url("../images/shapes/choose-effect2-2.png");
  -webkit-animation: chooseEffect2 1.5s infinite alternate;
  animation: chooseEffect2 1.5s infinite alternate;
}
@-webkit-keyframes chooseEffect2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}
@keyframes chooseEffect2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}
@media (max-width: 1750px) {
  .feature-one--two::after {
    width: 50px;
    height: 85px;
    top: 89px;
    right: 50px;
  }
}
@media (max-width: 991px) {
  .feature-one--two::after {
    width: 40px;
    height: 64px;
    top: 42px;
    right: 28px;
  }
}
.feature-one--two__effect3 {
  position: absolute;
  width: 76px;
  height: 77px;
  top: 315px;
  right: 190px;
  z-index: 1;
  -webkit-animation: chooseEffect3 1.2s infinite alternate;
  animation: chooseEffect3 1.2s infinite alternate;
}
.feature-one--two__effect3 > img {
  width: 100% !important;
}
@-webkit-keyframes chooseEffect3 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(15px, 15px);
  }
  75% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(25px, 25px);
  }
}
@keyframes chooseEffect3 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(15px, 15px);
  }
  75% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(25px, 25px);
  }
}
@media (max-width: 1750px) {
  .feature-one--two__effect3 {
    width: 44px;
    height: auto;
    top: 212px;
    right: 70px;
  }
}
@media (max-width: 991px) {
  .feature-one--two__effect3 {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 160px;
  }
}
.feature-one--two .container {
  padding-top: 119px;
  padding-bottom: 284px;
}
@media (max-width: 991px) {
  .feature-one--two .container {
    padding-top: 52px;
    padding-bottom: 150px;
  }
}
.feature-one--two .section-common-title {
  max-width: 670px;
  margin: 0 auto;
}
.feature-one--two__chose-reasone {
  flex-direction: column;
  padding-bottom: 6px;
}
.feature-one--two__title {
  margin-bottom: 62px;
}
@media (max-width: 991px) {
  .feature-one--two__title {
    margin-bottom: 36px;
  }
}
.feature-one--two .feature-one__item:hover .feature-one__cricle-icon {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.feature-one--two .feature-one__item:hover .feature-one__icon {
  color: var(--theme-text, #12110e);
}
.feature-one--two .feature-one__cricle-icon {
  background-color: var(--theme-green, #0c7735);
  border-color: var(--theme-yellow, 253, 214, 31);
}
.feature-one--two .feature-one__icon {
  color: var(--theme-white, #fff);
}
.feature-one--services {
  margin-top: 0;
}
.feature-one--services .container {
  padding-top: 118px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .feature-one--services .container {
    padding-top: 56px;
    padding-bottom: 60px;
  }
}
.feature-one--projects {
  margin-top: 0;
}
.feature-one--projects .container {
  padding-bottom: 122px;
}
@media (max-width: 991px) {
  .feature-one--projects .container {
    padding-bottom: 60px;
  }
}

.choose-feature-two {
  margin-top: -165px;
  position: relative;
  z-index: 3;
  padding-bottom: 41px;
}
@media (max-width: 991px) {
  .choose-feature-two {
    margin-top: -82px;
  }
}
.choose-feature-two .container {
  max-width: 1600px;
}
@media (max-width: 991px) {
  .choose-feature-two__row {
    gap: 30px 0;
  }
}
.choose-feature-two__col {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 54px 15px;
}
@media (max-width: 991px) {
  .choose-feature-two__col {
    padding: 30px 15px !important;
  }
}
.choose-feature-two__col::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.choose-feature-two--left {
  padding-left: 46px;
}
@media (max-width: 1200px) {
  .choose-feature-two--left {
    padding-left: 30px;
  }
}
.choose-feature-two--left::after {
  background-image: url("../images/backgrounds/chose-bg2-3.png");
  background-repeat: repeat-y;
  background-position: left top;
  right: initial;
}
.choose-feature-two--right {
  padding-left: 68px;
}
@media (max-width: 1200px) {
  .choose-feature-two--right {
    padding-left: 30px;
  }
}
.choose-feature-two--right::after {
  background-image: url("../images/backgrounds/chose-bg2-2.png");
  background-repeat: repeat-y;
  background-position: right top;
  left: initial;
}
.choose-feature-two__info {
  position: relative;
  z-index: 2;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .choose-feature-two__info {
    width: 100%;
    text-align: center;
  }
}
.choose-feature-two__info--cricle {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .choose-feature-two__info--cricle {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.choose-feature-two__info--cricle .choose-feature-two__info-title {
  margin-left: 51px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .choose-feature-two__info--cricle .choose-feature-two__info-title {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .choose-feature-two__info--cricle .choose-feature-two__info-title {
    margin-left: 0;
    text-align: center;
    margin-top: 18px;
  }
}
.choose-feature-two__info-title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
  color: var(--theme-white, #fff);
  margin-bottom: 29px;
}
.choose-feature-two__info-title br {
  display: none;
}
@media (max-width: 1200px) {
  .choose-feature-two__info-title {
    font-size: 23px;
    line-height: 29px;
  }
}
@media (min-width: 991px) {
  .choose-feature-two__info-title br {
    display: block;
  }
}
@media (max-width: 767px) {
  .choose-feature-two__info-title {
    text-align: center;
    margin-bottom: 19px;
  }
}
.choose-feature-two__cricle {
  width: 172px;
  min-width: 172px;
  height: 172px;
  min-height: 172px;
  border-radius: 50%;
  background-color: var(--theme-green, #0c7735);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .choose-feature-two__cricle {
    width: 140px;
    min-width: initial;
    height: 140px;
    min-height: initial;
  }
}
.choose-feature-two__cricle::before {
  content: "";
  position: absolute;
  width: 147px;
  height: 147px;
  border-radius: 50%;
  border: 1px dotted var(--theme-yellow, 253, 214, 31);
  animation: roundingCircles 9.2s linear infinite;
}
@keyframes roundingCircles {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .choose-feature-two__cricle::before {
    width: 115px;
    height: 115px;
  }
}
.choose-feature-two__cricle:hover .choose-feature-two__icon {
  transform: scale(0.8);
  color: var(--theme-white, #fff);
}
.choose-feature-two__icon {
  color: var(--theme-yellow, 253, 214, 31);
  font-size: 82px;
  line-height: 1;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .choose-feature-two__icon {
    font-size: 65px;
  }
}
.choose-feature-two .choose-feature-two-btn {
  color: var(--theme-white, #fff);
  background-color: var(--theme-green3, #008d36);
  margin-left: 0;
  border-radius: 3px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 26px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
.choose-feature-two .choose-feature-two-btn::after, .choose-feature-two .choose-feature-two-btn::before {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.choose-feature-two .choose-feature-two-btn:hover {
  color: var(--theme-text, #12110e);
}
@media (max-width: 767px) {
  .choose-feature-two .choose-feature-two-btn {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-one {
    padding: 80px 0;
  }
}
.about-one__image {
  position: relative;
  z-index: 2;
}
.about-one__image__info {
  position: absolute;
  right: 42px;
  bottom: 55px;
  width: 278px;
  background-color: var(--theme-white, #fff);
  padding: 38px 30px 41px 100px;
  box-shadow: 15px 29px 87px 0px rgba(0, 0, 0, 0.1);
}
.about-one__image__info::after {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  content: "";
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--theme-base-rgb, 194, 167, 78), 1) 0%, rgba(var(--theme-black-rgb, 30, 29, 33), 1) 100%) 1;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-one__image__info {
    position: relative;
    right: 0;
    left: 0;
    bottom: 35px;
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__image__info {
    bottom: -45px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.about-one__image__info:hover .about-one__image__info__icon span {
  transform: rotateY(180deg);
}
.about-one__image__info__icon {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: var(--theme-base, #c2a74e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--theme-white, #fff);
}
.about-one__image__info__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about-one__image__info__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--theme-text, #12110e);
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.about-one__image__info__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-black, #1e1d21);
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.about-one__image__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.about-one__image__info__text a:hover {
  color: var(--theme-base, #c2a74e);
  background-size: 100% 1px;
}
.about-one__image__arrow {
  position: absolute;
  right: -14px;
  bottom: -60px;
  z-index: -1;
}
@media (max-width: 991px) {
  .about-one__image__arrow {
    display: none;
  }
}
.about-one__image__arrow img {
  max-width: 100%;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.about-one__double-image {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-one__double-image {
    padding-left: 90px;
  }
}
.about-one__double-image img {
  max-width: 100%;
  height: auto;
}
.about-one__double-image img:last-child {
  margin-left: 10px;
}
.about-one__flower {
  position: absolute;
  left: -80px;
  bottom: -80px;
  background-color: var(--theme-gray, #ddd);
  overflow: hidden;
  width: 87.8%;
  height: 88.3%;
  z-index: -1;
  background-position: -42px 123%;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 991px) {
  .about-one__flower {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about-one__flower {
    display: none;
  }
}
.about-one .sec-title {
  padding-bottom: 36px;
}
.about-one__content {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-one__content {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .about-one__content {
    padding-left: 70px;
  }
}
.about-one__content__list {
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .about-one__content__list {
    display: block;
  }
}
.about-one__content__list li, .about-one__content__list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .about-one__content__list li {
  list-style: none;
  display: flex;
  align-items: center;
  background-color: var(--theme-white, #fff);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--theme-black, #1e1d21);
  font-family:  "Plus Jakarta Sans", sans-serif;
  padding: 11px 54px 11px 31px;
}
@media (max-width: 767px) {
  .about-one__content__list li, .about-one__content__list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .about-one__content__list li {
    max-width: 240px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__content__list li, .about-one__content__list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .about-one__content__list li {
    padding: 11px 30px 11px 25px;
  }
}
.about-one__content__list li span, .about-one__content__list .food-one--two .food-one__quality-list li span, .food-one--two .food-one__quality-list .about-one__content__list li span {
  display: inline-block;
  font-size: 24px;
  margin-right: 7px;
  color: var(--theme-base, #c2a74e);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about-one__content__list li:hover span {
  transform: rotateY(180deg);
}
.about-one__content__text-one {
  font-size: 20px;
  line-height: 34px;
  color: var(--theme-base, #c2a74e);
  margin: 0 0 34px;
}
.about-one__content__text-two {
  line-height: 30px;
  margin: 0 0 42px;
}
.about-one__content__author-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about-one__content__author-wrapper {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__content__author-wrapper .theme-btn {
    padding: 16.25px 27px;
  }
}
.about-one__content__author {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .about-one__content__author {
    margin: 20px 0 0;
  }
}
.about-one__content__author__thumb {
  width: 58px;
  height: 58px;
  background-color: var(--theme-base, #c2a74e);
  border-radius: 50%;
  padding: 4px;
  overflow: hidden;
}
.about-one__content__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-one__content__author__meta {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 14px;
}
.about-one__content__author__meta img {
  display: block;
}

.about-two {
  position: relative;
}
.about-two::before, .about-two::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-two::before {
  width: 138px;
  height: 347px;
  top: 75px;
  background-image: url("../images/shapes/about-effect2-1-.png");
  animation: movingLeftRightChose3 3.5s linear infinite alternate;
}
@keyframes movingLeftRightChose3 {
  0% {
    transform: translate(0, 0) rotateZ(0);
  }
  50% {
    transform: translate(-8px, -8px) rotateZ(-6deg);
  }
  100% {
    transform: translate(-15px, -15px) rotateZ(-12deg);
  }
}
@media (max-width: 1400px) {
  .about-two::before {
    width: 100px;
    height: 235px;
    top: 32px;
  }
}
@media (max-width: 1200px) {
  .about-two::before {
    width: 70px;
    height: 170px;
  }
}
@media (max-width: 991px) {
  .about-two::before {
    width: 50px;
    height: 110px;
    top: -22px;
  }
}
.about-two::after {
  width: 340px;
  height: 188px;
  top: initial;
  bottom: 126px;
  background-image: url("../images/shapes/about-effect2-2-.png");
  animation: movingLeftRightChose4 3.5s linear infinite alternate;
}
@keyframes movingLeftRightChose4 {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(-2deg);
  }
  50% {
    transform: rotateZ(-4deg);
  }
  75% {
    transform: rotateZ(-8deg);
  }
  100% {
    transform: rotateZ(-15deg);
  }
}
@media (max-width: 1400px) {
  .about-two::after {
    width: 175px;
    height: 90px;
    bottom: 90px;
  }
}
@media (max-width: 1200px) {
  .about-two::after {
    width: 120px;
    height: 65px;
  }
}
@media (max-width: 991px) {
  .about-two::after {
    bottom: 26px;
  }
}
.about-two__effect-bg {
  position: absolute;
  width: 100%;
  max-width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 80px;
  animation: movingLeftRightChose2 2.5s linear infinite alternate;
  display: none;
}
@keyframes movingLeftRightChose2 {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-10px, -10px);
  }
}
.about-two__effect-bg > img {
  width: 100% !important;
  height: 100%;
  max-height: 890px;
  display: block;
  object-fit: cover;
  object-position: left top;
}
@media (max-width: 1400px) {
  .about-two__effect-bg {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .about-two__effect-bg {
    display: block;
  }
}
.about-two .container-fluid {
  padding-left: 0;
  padding-top: 80px;
  padding-bottom: 115px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .about-two .container-fluid {
    padding-top: 40px;
    padding-bottom: 58px;
  }
}
.about-two__content-row {
  align-items: center;
}
.about-two__left {
  width: 50%;
  padding-right: 94px;
}
@media (max-width: 1400px) {
  .about-two__left {
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .about-two__left {
    width: 100%;
    padding: 0 0 35px 15px;
  }
}
.about-two__left__all-product {
  padding-top: 22px;
  display: flex;
  justify-content: flex-end;
  margin-top: -48px;
}
@media (max-width: 991px) {
  .about-two__left__all-product {
    padding-top: 0;
    margin-top: 0;
  }
}
.about-two__left__bg {
  min-height: 186px;
  background-color: var(--theme-yellow, 253, 214, 31);
  width: fit-content;
  max-width: 253px;
  border-radius: 25px 0 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 32px;
  position: relative;
}
@media (max-width: 991px) {
  .about-two__left__bg {
    width: 100%;
    max-width: 100%;
    min-height: 152px;
    border-radius: 0;
  }
}
.about-two__left__bg::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 120px;
  top: -56px;
  left: -21px;
  z-index: 1;
  background-image: url("../images/shapes/choose-tree1-1.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 89px auto;
  animation: movingLeftRightChose 1.5s linear infinite alternate;
}
@keyframes movingLeftRightChose {
  from {
    transform: translate(0, 0) rotate(0);
  }
  to {
    transform: translate(12px, 12px) rotate(12deg);
  }
}
@media (max-width: 991px) {
  .about-two__left__bg::before {
    width: 65px;
    height: 88px;
    top: -56px;
    left: 0;
    background-size: 64px auto;
  }
}
.about-two__left__count-product {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-text, #12110e);
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .about-two__left__count-product {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.about-two__left__pure-product {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-two__left__pure-product {
    font-size: 22px;
    line-height: 24px;
  }
}
.about-two__left-img {
  width: 100%;
}
.about-two__left-img img {
  width: 100% !important;
}
.about-two__right {
  width: 50%;
}
.about-two__right .section-common-title {
  max-width: 588px;
  padding-left: 8px;
}
@media (max-width: 991px) {
  .about-two__right .section-common-title {
    max-width: initial;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .about-two__right {
    width: 100%;
    padding: 0 15px 0 30px;
  }
}
.about-two__chose-reasone {
  margin-left: 9px;
}
.about-two__text {
  padding-right: 10px;
}
.about-two__featurebx {
  max-width: 488px;
  padding-top: 37px;
}
@media (max-width: 991px) {
  .about-two__featurebx {
    max-width: 100%;
    padding-top: 20px;
  }
}
.about-two__col {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  border-bottom: 1px solid #ddd4ce;
  padding-bottom: 24px;
  margin-bottom: 33px;
}
.about-two__col:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-two__col:hover .about-two__cricle {
  background-color: var(--theme-yellow, 253, 214, 31);
  color: var(--theme-text, #12110e);
}
.about-two__col:hover .about-two__icon {
  color: var(--theme-text, #12110e);
}
.about-two__cricle {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: var(--theme-green, #0c7735);
  border: 2px solid var(--theme-yellow, 253, 214, 31);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.about-two__icon {
  color: var(--theme-white, #fff);
  font-size: 40px;
  line-height: 1;
  transition: all 0.5s;
}
.about-two__quality-info-bx {
  width: calc((100% - 100px) / 1);
}
.about-two__quality-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--theme-text3, #080501);
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .about-two__quality-title {
    font-size: 16px;
    line-height: 1;
  }
}
.about-two__quality-info {
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-text3, #080501);
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-two__quality-info {
    line-height: 27px;
  }
}
.about-two__quality-list, .food-one--two .food-one__quality-list {
  list-style: none;
  padding-left: 0;
  margin-top: 48px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-two__quality-list, .food-one--two .food-one__quality-list {
    margin-top: 30px;
  }
}
.about-two__quality-list > li, .food-one--two .food-one__quality-list .about-two__quality-list > li, .food-one--two .food-one__quality-list > li {
  list-style: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-text3, #080501);
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.about-two__quality-list > li:last-child, .food-one--two .food-one__quality-list > li:last-child {
  margin-bottom: 0;
}
.about-two__quality-list > li > i, .food-one--two .food-one__quality-list .about-two__quality-list > li > i, .food-one--two .food-one__quality-list > li > i {
  color: var(--theme-green, #0c7735);
  margin-right: 9px;
}

.about-three {
  position: relative;
  padding: 21px 0 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-three {
    padding: 0 0 80px;
  }
}
.about-three__thumb {
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media (max-width: 1199px) {
  .about-three__thumb {
    margin: 0 0 50px;
  }
}
.about-three__thumb > img {
  max-width: 100%;
  border-radius: 50%;
}
.about-three__thumb__flower {
  position: absolute;
  left: -36px;
  top: -15px;
}
@media (max-width: 767px) {
  .about-three__thumb__flower {
    display: none;
  }
}
.about-three__thumb__flower img {
  -webkit-animation-name: treeMove;
  animation-name: treeMove;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.about-three__thumb__border {
  position: absolute;
  left: -37px;
  bottom: 58px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-three__thumb__border {
    display: none;
  }
}
.about-three__thumb__border img {
  -webkit-animation: rotated 15s infinite linear;
  animation: rotated 15s infinite linear;
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-three__thumb__round {
  width: 112px;
  height: 112px;
  background-color: var(--theme-base, #c2a74e);
  border-radius: 50%;
  position: absolute;
  left: -20px;
  bottom: 0;
  animation: animationFrames 20s infinite linear;
  z-index: -1;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.about-three__con-middle {
  position: relative;
  margin-left: -30px;
  padding-right: 45px;
  margin-top: -12px;
}
@media (max-width: 1199px) {
  .about-three__con-middle {
    margin: 0;
    padding: 0;
  }
}
.about-three__con-middle__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.about-three__con-middle__text-one {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: var(--theme-base, #c2a74e);
  margin-bottom: 30px;
}
.about-three__con-middle__text-two {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 42px;
}
.about-three__con-right {
  position: relative;
  margin-left: -30px;
  margin-top: -12px;
}
@media (max-width: 1199px) {
  .about-three__con-right {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-three__con-right {
    margin: 40px 0 0;
  }
}
.about-three__con-right__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.about-three__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-three__list li, .about-three__list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .about-three__list li {
  list-style: none;
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  line-height: 40px;
}
.about-three__list li span, .about-three__list .food-one--two .food-one__quality-list li span, .food-one--two .food-one__quality-list .about-three__list li span {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  line-height: inherit;
  color: var(--theme-base, #c2a74e);
}
.about-three__author {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  margin: 29px 0 0;
  padding: 29px 0 0;
  border-top: 6px solid var(--theme-gray, #ddd);
}
.about-three__author__thumb {
  width: 58px;
  height: 58px;
  background-color: var(--theme-base, #c2a74e);
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0px 10px 30px 0px rgba(var(--theme-black3-rgb, 23, 32, 0), 0.07);
}
.about-three__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-three__author__meta {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
}
.about-three__author__meta img {
  display: block;
  margin-bottom: 2px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
  position: relative;
  background-color: var(--theme-white, #fff);
  padding: 120px 0;
}
.service-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 160px);
  margin-top: -160px;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--theme-gray, #ddd);
}
@media (min-width: 1400px) {
  .service-one__bg {
    width: calc(100% - 240px);
    left: 120px;
  }
}
@media (max-width: 767px) {
  .service-one {
    padding: 80px 0;
  }
}
.service-one .container {
  position: relative;
  z-index: 3;
  margin-top: -160px;
}
.service-one--page .container {
  margin-top: 0;
}
.service-one--page .service-one__bg {
  height: 100%;
  margin-top: 0;
}
.service-one .sec-title {
  text-align: center;
}
.service-one .col-lg-3 {
  width: 20%;
}
@media (max-width: 1199px) {
  .service-one .col-lg-3 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .service-one .col-lg-3 {
    width: 100%;
  }
}
.service-one__item {
  position: relative;
  background-color: var(--theme-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--theme-black3-rgb, 23, 32, 0), 0.07);
  margin-bottom: 30px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  transition: all 500ms ease;
}
.service-one__item__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 39px 30px 36px;
  transition: all 500ms ease;
}
.service-one__item__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 500ms ease;
  transform: scale(1.2);
  z-index: -1;
}
.service-one__item__hover::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--theme-black2-rgb, 0, 32, 12), 0.7);
}
.service-one__item:hover .service-one__item__hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.service-one__item:hover .service-one__item__title {
  color: var(--theme-white, #fff);
}
.service-one__item__icon {
  font-size: 60px;
  line-height: 1;
  position: relative;
  z-index: 3;
  color: var(--theme-base, #c2a74e);
  display: inline-block;
  margin: 0 0 23px;
  transition: 500ms ease;
}
.service-one__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.service-one__item:hover .service-one__item__icon {
  color: var(--theme-base, #c2a74e);
}
.service-one__item:hover .service-one__item__icon span {
  transform: scale(0.9);
}
.service-one__item__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 125px;
  transition: all 300ms ease;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.service-one__item__title a:hover {
  color: var(--theme-base, #c2a74e);
  background-size: 100% 1px;
}
.service-one__info {
  position: relative;
  max-width: 830px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid var(--theme-border-color, #ededed);
  padding: 17px 18px 16px 28px;
}
@media (max-width: 767px) {
  .service-one__info {
    display: block;
    text-align: center;
  }
}
.service-one__info__text {
  margin: 0;
}
.service-one__info .theme-btn {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 11px 29px;
}
@media (max-width: 767px) {
  .service-one__info .theme-btn {
    margin: 15px 0 10px;
  }
}

.service-page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .service-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}
.service-page--home {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .service-page--home {
    padding: 80px 0;
  }
}
.service-page--home .sec-title {
  text-align: center;
}
.service-page--carousel .why-choose-one__col {
  width: 100%;
}
.service-page--carousel .why-choose-one__bg {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
}
.service-card-two {
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  padding: 50px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background-color: var(--theme-white, #fff);
}
@media (max-width: 1199px) {
  .service-card-two {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .service-card-two__carousel .owl-nav {
    display: none;
  }
}
.service-card-two__image {
  width: 210px;
  height: 210px;
  border: 6px solid var(--theme-white, #fff);
  box-shadow: 0 0 0 1px var(--theme-base, #c2a74e);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
  background-color: var(--theme-black, #1e1d21);
  transition: all 500ms ease;
}
.service-card-two__image img {
  width: 100%;
  border-radius: 50%;
}
.service-card-two__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(var(--theme-white-rgb, 255, 255, 255), 0.2);
  border-radius: 50%;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.service-card-two:hover .service-card-two__image {
  border-color: var(--theme-base, #c2a74e);
}
.service-card-two:hover .service-card-two__image::after {
  animation: zoom-hover 0.95s;
}
.service-card-two__content__shape {
  display: block;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.service-card-two__icon {
  width: 106px;
  height: 106px;
  background-color: var(--theme-base, #c2a74e);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-white, #fff);
  font-size: 60px;
  position: absolute;
  left: 0px;
  top: 0;
  line-height: 1;
  transform: translateX(calc(-50% + 30px));
}
.service-card-two__icon i {
  display: block;
  transform: scale(1);
  transition: transform 500ms ease;
}
.service-card-two__icon:hover i {
  transform: scale(0.9);
}
.service-card-two__title {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--theme-black, #1e1d21);
  font-size: 22px;
  line-height: 1.2em;
  margin-top: -5px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .service-card-two__title {
    font-size: 24px;
  }
}
.service-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two__title a:hover {
  color: var(--theme-base, #c2a74e);
}
.service-card-two__text {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
  padding-bottom: 21px;
  margin-bottom: 5px;
}
.service-card-two__link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: var(--theme-letter-space, 0.1em);
  color: var(--theme-black, #1e1d21);
  transition: all 500ms ease;
  line-height: 1em;
  position: relative;
  text-shadow: 0 0 0.5px currentColor;
  justify-content: center;
  background-color: var(--theme-gray, #ddd);
  padding: 11.5px 0;
}
.service-card-two__link:hover {
  background-color: var(--theme-black, #1e1d21);
  color: var(--theme-white, #fff);
}
.service-card-two__link i {
  font-size: 16px;
  margin-left: 9px;
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .service-details {
    padding: 80px 0;
    padding-top: 60px;
  }
}
@media (max-width: 1200px) {
  .service-details .container {
    max-width: 100%;
  }
}
.service-details__content {
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .service-details__content {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .service-details__content {
    padding-left: 0;
  }
}
.service-details__thumbnail {
  width: 100%;
  margin-bottom: 36px;
}
.service-details__thumbnail > img {
  width: 100% !important;
  border-radius: 4px !important;
}
.service-details__title {
  color: var(--theme-text, #12110e);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .service-details__title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
.service-details__text {
  color: var(--theme-text, #12110e);
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}
.service-details__subtitle, .service-details__benefits-title {
  color: var(--theme-text, #12110e);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 14px;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .service-details__subtitle, .service-details__benefits-title {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 10px;
  }
}
.service-details__feature-wrap {
  max-width: 598px;
  display: flex;
  flex-direction: column;
  gap: 35px 0;
  margin-top: 52px;
  margin-bottom: 48px;
}
@media (max-width: 520px) {
  .service-details__feature-wrap {
    margin-bottom: 35px;
    margin-top: 40px;
  }
}
.service-details__cricle {
  width: 100px;
  height: 103px;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.service-details__cricle:hover {
  background-color: var(--theme-green, #0c7735);
}
.service-details__cricle:hover .service-details__icon {
  transform: scale(0.89);
  color: var(--theme-white, #fff);
}
.service-details__icon {
  font-size: 67px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  transition: all 0.4s;
}
.service-details__quality-info-bx {
  width: calc((100% - 100px) / 1);
  padding-left: 35px;
}
@media (max-width: 520px) {
  .service-details__quality-info-bx {
    width: calc((100% - 0px) / 1);
    padding-left: 0;
    padding-top: 15px;
  }
}
.service-details__quality-title, .service-details__accrodion-heading {
  color: var(--theme-text, #12110e);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 16px;
}
.service-details__quality-info, .service-details__benefits-list li, .service-details__benefits-list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .service-details__benefits-list li, .service-details__benefits-text {
  color: var(--theme-text, #12110e);
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
}
.service-details__benefits-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 48px;
}
@media (max-width: 767px) {
  .service-details__benefits-wrap {
    gap: 35px 0;
  }
}
.service-details__benefits-content {
  width: calc((57.5% - 24px) / 1);
}
@media (max-width: 767px) {
  .service-details__benefits-content {
    width: calc((100% - 0px) / 1);
  }
}
.service-details__benefits-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.service-details__benefits-text {
  line-height: 32px;
  margin-bottom: 31px;
}
.service-details__benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-details__benefits-list li, .service-details__benefits-list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .service-details__benefits-list li {
  list-style: none;
  position: relative;
  padding-left: 23px;
}
.service-details__benefits-list li::before, .service-details__benefits-list .food-one--two .food-one__quality-list li::before, .food-one--two .food-one__quality-list .service-details__benefits-list li::before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\e90c";
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 14px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  display: flex;
  align-items: center;
}
.service-details__benefits-image {
  width: calc((42.5% - 24px) / 1);
}
@media (max-width: 767px) {
  .service-details__benefits-image {
    width: calc((100% - 0px) / 1);
  }
}
.service-details__benefits-image > img {
  border-radius: 4px !important;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.service-details__accrodion-wrap {
  padding-top: 75px;
}
@media (max-width: 991px) {
  .service-details__accrodion-wrap {
    padding-top: 50px;
  }
}
.service-details__accrodion-heading {
  margin-bottom: 24px;
}
.service-details .theme-accrodion {
  background-color: #eff7f2;
  padding: 44px 20px 58px 20px;
}
.service-details .accrodion {
  margin-bottom: 10px;
}
.service-details .accrodion:last-child {
  margin-bottom: 0;
}
.service-details .active .accrodion-title::after {
  background-color: var(--theme-yellow, 253, 214, 31);
  content: "\e91b";
  color: var(--theme-text, #12110e);
}
.service-details .accrodion-title {
  background-color: var(--theme-white, #fff);
  padding: 16px 55px 15px 28px;
  cursor: pointer;
  position: relative;
}
.service-details .accrodion-title::after {
  font-family: "Font Awesome 6 Free" !important;
  content: "\e91e";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #d3d3d2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-white, #fff);
}
.service-details .accrodion-title h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--theme-text, #12110e);
}
.service-details .accrodion-content {
  background-color: #eff7f2;
  padding: 18px 35px 10px 26px;
}
.service-details .inner p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: var(--theme-text, #12110e);
}
.service-details .inner p:last-child, .service-details .inner p:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.instagram-one {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .instagram-one {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .instagram-one .container {
    max-width: 1380px;
  }
}
.instagram-one__title {
  display: block;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: var(--theme-text, #12110e);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 2.8px;
  margin: 0 auto 39px;
}
.instagram-one__title span {
  display: inline-block;
  background-color: var(--theme-white, #fff);
  position: relative;
  z-index: 2;
  padding: 0 28px;
}
@media (max-width: 550px) {
  .instagram-one__title span {
    padding: 0 18px;
  }
}
.instagram-one__title::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  width: 518px;
  height: 1px;
  content: "";
  background-color: var(--theme-border-color, #ededed);
}
@media (max-width: 550px) {
  .instagram-one__title::after {
    width: 100%;
  }
}
.instagram-one a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.instagram-one a::before {
  position: absolute;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  z-index: 3;
  color: var(--theme-white, #fff);
  font-size: 30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0s;
}
.instagram-one a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(var(--theme-black-rgb, 30, 29, 33), 0.5);
  visibility: hidden;
  transition: all ease 0.4s;
}
.instagram-one a:hover::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.instagram-one a:hover::before {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.instagram-one a img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}
.instagram-one a:hover img {
  transform: scale(1.1) rotate(1.5deg);
  -moz-transform: scale(1.1) rotate(1.5deg);
  -webkit-transform: scale(1.1) rotate(1.5deg);
  -ms-transform: scale(1.1) rotate(1.5deg);
  -o-transform: scale(1.1) rotate(1.5deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.instagram-two {
  position: relative;
  z-index: 2;
  padding: 0 0;
  margin-bottom: -120px;
}
.instagram-two .container {
  max-width: 1670px;
}
.instagram-two a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.instagram-two a::before {
  position: absolute;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  z-index: 3;
  color: var(--theme-white, #fff);
  font-size: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0s;
}
.instagram-two a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(var(--theme-base-rgb, 194, 167, 78), 0.9);
  visibility: hidden;
  transition: all ease 0.4s;
}
.instagram-two a:hover::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.instagram-two a:hover::before {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.instagram-two a img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}
.instagram-two a:hover img {
  transform: scale(1.1) rotate(1.5deg);
  -moz-transform: scale(1.1) rotate(1.5deg);
  -webkit-transform: scale(1.1) rotate(1.5deg);
  -ms-transform: scale(1.1) rotate(1.5deg);
  -o-transform: scale(1.1) rotate(1.5deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*--------------------------------------------------------------
# Opening Time
--------------------------------------------------------------*/
.opening {
  position: relative;
  margin-bottom: -96px;
}
@media (max-width: 1400px) {
  .opening {
    padding-left: 114px;
    padding-right: 114px;
  }
}
@media (max-width: 1200px) {
  .opening {
    margin-bottom: -70px;
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 991px) {
  .opening {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .opening {
    margin-bottom: 0;
  }
}
@media (max-width: 1800px) {
  .opening::before, .opening::after {
    width: 50px;
    height: 80px;
    bottom: 92px;
    background-size: 50px auto;
  }
}
.opening::before {
  right: initial;
  left: 178px;
}
@media (max-width: 1800px) {
  .opening::before {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .opening::before {
    left: 16px;
    bottom: 65px;
  }
}
@media (max-width: 991px) {
  .opening::before {
    display: none;
  }
}
.opening::after {
  left: initial;
  right: 208px;
}
@media (max-width: 1800px) {
  .opening::after {
    right: 50px;
  }
}
@media (max-width: 1200px) {
  .opening::after {
    right: 16px;
    bottom: 65px;
  }
}
@media (max-width: 991px) {
  .opening::after {
    display: none;
  }
}
@-webkit-keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@media (max-width: 1200px) {
  .opening .container {
    max-width: initial;
    padding: 0;
  }
}
.opening__wrapper {
  background-color: var(--theme-yellow, 253, 214, 31);
  position: relative;
  z-index: 2;
  padding: 15px 0;
  border-bottom: 1px solid #Fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .opening__wrapper {
    border-radius: 0;
  }
}
.opening__info-row {
  background-image: url("../images/shapes/opening-bg1-1.png");
  background-repeat: no-repeat;
  background-position: bottom -88px left 20px;
  padding-top: 38px;
  padding-bottom: 44px;
  position: relative;
}
@media (max-width: 1200px) {
  .opening__info-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .opening__info-row {
    background-position: bottom -88px center;
    padding-top: 28px;
    padding-bottom: 30px;
  }
}
.opening__info-row::after {
  content: "";
  position: absolute;
  height: 100%;
  max-height: 165px;
  right: -1px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  border-right: 1px solid #dfbe21;
}
.opening__info-row__icon {
  width: 57px;
  height: 60px;
  border: 3px solid var(--theme-white, #fff);
  border-radius: 7px;
  background-color: var(--theme-green, #0c7735);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--theme-white, #fff);
  margin: 0 auto 19px auto;
  transition: all 0.5s;
}
.opening__info-row__support-text {
  font-size: 15px;
  line-height: 1;
  color: var(--theme-green2, #163d25);
  display: block;
  margin-bottom: 8px;
}
.opening__info-row__support-number {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-text4, #071b0f);
  margin-bottom: 0;
}
.opening__info-row__support-number > a {
  color: var(--theme-text4, #071b0f);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.opening__info-row__support-number > a:hover {
  background-size: 100% 1px;
}
.opening__info-row:hover .opening__info-row__icon {
  background-color: var(--theme-white, #fff);
  color: var(--theme-text, #12110e);
}
.opening--two {
  background-color: var(--theme-yellow, 253, 214, 31);
  z-index: 2;
  padding: 0;
}
@media (max-width: 1400px) {
  .opening--two {
    padding: 0 130px 0 102px;
  }
}
@media (max-width: 991px) {
  .opening--two {
    padding: 0 15px;
  }
}
.opening--two::before {
  left: 180px;
  bottom: 0;
  top: initial;
}
@media (max-width: 1800px) {
  .opening--two::before {
    left: 50px;
  }
}
@media (max-width: 1400px) {
  .opening--two::before {
    left: 35px;
  }
}
@media (max-width: 1200px) {
  .opening--two::before {
    left: 22px;
  }
}
.opening--two::after {
  width: 103px;
  height: 152px;
  right: 173px;
  top: initial;
  bottom: 0;
  background-image: url("../images/shapes/footer-plant2-1.png");
  background-size: 103px auto;
}
@media (max-width: 1800px) {
  .opening--two::after {
    right: 50px;
  }
}
@media (max-width: 1400px) {
  .opening--two::after {
    right: 35px;
    width: 90px;
    height: 135px;
    background-size: 90px auto;
  }
}
@media (max-width: 1200px) {
  .opening--two::after {
    right: 22px;
    width: 75px;
    height: 110px;
    background-size: 74px auto;
  }
}
.opening--two__effect-icon3 {
  position: absolute;
  width: 30px;
  height: auto;
  right: 170px;
  bottom: 0;
  z-index: 1;
  -webkit-animation: opening2moveUp3 1.5s infinite alternate;
  animation: opening2moveUp3 1.5s infinite alternate;
}
@-webkit-keyframes opening2moveUp3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-13px);
  }
}
@keyframes opening2moveUp3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-13px);
  }
}
@media (max-width: 1800px) {
  .opening--two__effect-icon3 {
    right: 47px;
  }
}
@media (max-width: 1400px) {
  .opening--two__effect-icon3 {
    right: 28px;
  }
}
@media (max-width: 1200px) {
  .opening--two__effect-icon3 {
    right: 7px;
  }
}
.opening--two .container {
  max-width: 1060px;
  padding: 18px 0;
}
.opening--two__col {
  width: auto;
  border-right: 1px solid var(--theme-white, #fff);
  padding: 0 75px;
}
@media (max-width: 1400px) {
  .opening--two__col {
    padding: 0 45px;
    width: 33.3%;
  }
}
@media (max-width: 1200px) {
  .opening--two__col {
    padding: 0 35px;
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .opening--two__col:nth-child(3) {
    width: 100%;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .opening--two__col {
    width: 100%;
    padding-left: 15px;
  }
}
.opening--two .opening__wrapper {
  background-color: transparent;
  border-radius: 0;
}
.opening--two .opening__info-row {
  background-image: none;
  display: flex;
  align-items: center;
  padding: 16px 0 12px 0;
}
.opening--two .opening__info-row::after {
  display: none;
}
.opening--two .opening__info-row__icon {
  margin: 0;
  min-width: 57px;
}
.opening--two .opening__info-row__content {
  padding-left: 17px;
}
@media (max-width: 1200px) {
  .opening--two .opening__info-row__content {
    padding-left: 12px;
  }
}
.opening--two__col:first-child {
  padding-left: 15px;
}
.opening--two__col:last-child {
  border-right: 0;
  padding-right: 15px;
}
.opening--farmer {
  margin-bottom: -107px;
}
@media (max-width: 1200px) {
  .opening--farmer {
    margin-top: -130px;
    margin-bottom: -72px;
  }
}
@media (max-width: 991px) {
  .opening--farmer {
    margin-top: -10px;
    margin-bottom: -62px;
  }
}
@media (max-width: 767px) {
  .opening--farmer {
    margin-bottom: 0;
  }
}
.opening--testimonial {
  margin-top: -120px;
  margin-bottom: -114px;
}
@media (max-width: 1200px) {
  .opening--testimonial {
    margin-bottom: -77px;
  }
}
@media (max-width: 991px) {
  .opening--testimonial {
    margin-top: -10px;
    margin-bottom: -62px;
  }
}
@media (max-width: 767px) {
  .opening--testimonial {
    margin-bottom: 0;
  }
}
.opening--about {
  margin-top: -105px;
}
@media (max-width: 1200px) {
  .opening--about {
    margin-top: -130px;
  }
}
.opening--contact_gettouch {
  margin-bottom: -170px;
}
.opening--contact_gettouch::before, .opening--contact_gettouch::after {
  content: none;
}
.opening--contact_gettouch .opening__wrapper {
  background-color: var(--theme-green, #0c7735);
  background-image: url("../images/contact-bg1-1.png"), url("../images/contact-bg1-1.png");
  background-repeat: repeat-x;
  background-position: right top -6px, right bottom -22px;
}
@media (max-width: 767px) {
  .opening--contact_gettouch .opening__wrapper {
    padding-bottom: 15px;
  }
}
.opening--contact_gettouch .opening__info-row {
  background-image: none;
  padding-top: 62px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .opening--contact_gettouch .opening__info-row {
    padding-top: 35px;
    padding-bottom: 22px;
  }
}
.opening--contact_gettouch .opening__info-row::after {
  max-height: 214px;
}
.opening--contact_gettouch .opening__info-row__icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-width: 4px;
  color: var(--theme-text, #12110e);
  margin-bottom: 30px;
  transition: all 0.5s;
}
.opening--contact_gettouch .opening__info-row__icon:hover {
  background-color: var(--theme-white, #fff);
  color: var(--theme-green, #0c7735);
}
.opening--contact_gettouch .opening__info-row__content {
  max-width: 262px;
  margin: 0 auto;
}
.opening--contact_gettouch .opening__info-row__support-text {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-white, #fff);
  margin-bottom: 18px;
}
.opening--contact_gettouch .opening__info-row__support-number {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--theme-white, #fff);
}
.opening--contact_gettouch .opening__info-row__support-number > a {
  color: inherit;
}
.opening--contact_gettouch .opening__info-row__support-number > a:hover {
  color: var(--theme-yellow, 253, 214, 31);
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--theme-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--theme-black-rgb, 30, 29, 33), 0.08);
}
body.boxed-wrapper .topbar-one__social a {
  width: 40px;
}
body.boxed-wrapper .topbar-one__info {
  padding-left: 23px;
}
@media (max-width: 1200px) {
  body.boxed-wrapper .topbar-one__info {
    padding-left: 0;
  }
}
body.boxed-wrapper .topbar-one__info__item {
  padding: 16px 19px;
}
body.boxed-wrapper .topbar-one__info__item:first-child {
  border-left: 0;
  padding-left: 0;
}
body.boxed-wrapper .topbar-one__info__item.topbar-one__info__item + .topbar-one__info__item {
  margin-left: 0;
}
@media (max-width: 1200px) {
  body.boxed-wrapper .topbar-one__info__item {
    padding: 18px 14px;
  }
}
body.boxed-wrapper .topbar-one__right {
  padding: 12px 18px;
}
body.boxed-wrapper .main-menu {
  padding-left: 32px;
}
@media (max-width: 1280px) {
  body.boxed-wrapper .main-menu {
    padding-left: 26px;
  }
}
body.boxed-wrapper .main-menu .main-menu__list > li + li {
  margin-left: 34px;
}
@media (max-width: 1280px) {
  body.boxed-wrapper .main-menu .main-menu__list > li + li {
    margin-left: 30px;
  }
}
body.boxed-wrapper .main-header__btn {
  margin-left: 30px;
  padding: 18.3px 20px;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  position: relative;
  counter-reset: count;
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .work-process-one {
    padding: 80px 0 50px;
  }
}
.work-process-one .sec-title {
  text-align: center;
}
.work-process-one__border {
  width: 100%;
  height: 2px;
  background-color: var(--theme-base, #c2a74e);
  top: 103px;
  position: relative;
}
@media (max-width: 767px) {
  .work-process-one__border {
    display: none;
  }
}
.work-process-one__border::after {
  position: absolute;
  left: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--theme-black, #1e1d21);
  border-radius: 50%;
  content: "";
}
.work-process-one__border::before {
  position: absolute;
  right: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--theme-black, #1e1d21);
  border-radius: 50%;
  content: "";
}
.work-process-one__gradiant-left {
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--theme-base-rgb, 194, 167, 78), 1) 0%, rgba(var(--theme-black-rgb, 30, 29, 33), 1) 100%) 1;
}
.work-process-one__gradiant-right {
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--theme-black-rgb, 30, 29, 33), 1) 0%, rgba(var(--theme-base-rgb, 194, 167, 78), 1) 100%) 1;
}
.work-process-one__item {
  position: relative;
  counter-increment: count;
  margin-bottom: 30px;
}
.work-process-one__item__thumb {
  display: inline-block;
  width: 202px;
  height: 202px;
  border: 2px solid var(--theme-base, #c2a74e);
  background-color: var(--theme-white, #fff);
  border-radius: 50%;
  padding: 5px;
  position: relative;
  margin-bottom: 30px;
}
.work-process-one__item__thumb-wrap {
  background-color: var(--theme-black, #1e1d21);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.work-process-one__item__thumb-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(var(--theme-white-rgb, 255, 255, 255), 0.2);
  border-radius: 50%;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.work-process-one__item__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.3;
}
.work-process-one__item__thumb__number {
  width: 67px;
  height: 67px;
  background-color: var(--theme-base, #c2a74e);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--theme-white, #fff);
  font-family:  "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -9px;
  top: 5px;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.work-process-one__item__thumb__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-process-one__item__thumb__icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: var(--theme-base, #c2a74e);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.work-process-one__item:hover .work-process-one__item__thumb-wrap::after {
  -webkit-animation: zoom-hover 0.95s;
  animation: zoom-hover 0.95s;
}
.work-process-one__item:hover .work-process-one__item__thumb__number {
  transform: scale(0.95);
}
.work-process-one__item__content {
  position: relative;
  box-shadow: 0px 0px 60px 0px rgba(var(--theme-black3-rgb, 23, 32, 0), 0.07);
  background-color: var(--theme-white, #fff);
  border-radius: 100px;
  padding: 24px 20px 26px;
}
.work-process-one__item__content::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 25px;
  border-color: transparent transparent var(--theme-white, #fff) transparent;
}
.work-process-one__item__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.work-process-one__item__text {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

/*--------------------------------------------------------------
# food-one
--------------------------------------------------------------*/
.food-one {
  background-image: url("../images/shapes/food-bg1-2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  padding-bottom: 40px;
}
.food-one::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 815px;
  height: 300px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/shapes/food-bg1-1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-animation: movingLeftRight 1s infinite alternate;
  animation: movingLeftRight 1s infinite alternate;
}
@media (max-width: 1200px) {
  .food-one::after {
    content: none;
  }
}
@-webkit-keyframes movingLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25px);
  }
}
@keyframes movingLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25px);
  }
}
.food-one .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .food-one .container {
    max-width: 100% !important;
  }
}
.food-one__content-bx {
  gap: 0 44px;
}
.food-one__left {
  width: calc((100% - 508px) / 1);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .food-one__left {
    width: 100%;
  }
}
.food-one__title {
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  color: #000;
  word-wrap: break-word;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .food-one__title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
.food-one__text {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-text, #12110e);
  line-height: 34px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .food-one__text {
    font-size: 16px;
    line-height: 27px;
    padding-right: 0;
  }
}
.food-one__featurebx {
  max-width: 488px;
  padding-top: 37px;
}
@media (max-width: 991px) {
  .food-one__featurebx {
    max-width: 100%;
    padding-top: 20px;
  }
}
.food-one__col, .team-skills-one__customers__col {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  border-bottom: 1px solid #ddd4ce;
  padding-bottom: 24px;
  margin-bottom: 33px;
}
.food-one__col:last-child, .team-skills-one__customers__col:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.food-one__col:hover .food-one__cricle, .team-skills-one__customers__col:hover .food-one__cricle, .food-one__col:hover .team-skills-one__customers__cricle, .team-skills-one__customers__col:hover .team-skills-one__customers__cricle {
  background-color: var(--theme-yellow, 253, 214, 31);
  color: var(--theme-text, #12110e);
}
.food-one__col:hover .team-skills-one__customers__icon-cricle, .team-skills-one__customers__col:hover .team-skills-one__customers__icon-cricle,
.food-one__col:hover .food-one__icon,
.team-skills-one__customers__col:hover .food-one__icon {
  color: var(--theme-text, #12110e);
}
.food-one__cricle, .team-skills-one__customers__cricle {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: var(--theme-green, #0c7735);
  border: 2px solid var(--theme-yellow, 253, 214, 31);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.food-one__icon {
  color: var(--theme-white, #fff);
  font-size: 40px;
  line-height: 1;
  transition: all 0.5s;
}
.food-one__quality-info-bx, .team-skills-one__customers__feedback {
  width: calc((100% - 100px) / 1);
}
.food-one__quality-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--theme-text3, #080501);
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .food-one__quality-title {
    font-size: 16px;
    line-height: 1;
  }
}
.food-one__quality-info {
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-text3, #080501);
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .food-one__quality-info {
    line-height: 27px;
  }
}
.food-one__right {
  width: 464px;
  padding: 0;
  padding-top: 73px;
}
@media (max-width: 991px) {
  .food-one__right {
    margin: 0 auto;
    padding-top: 35px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.food-one__right-img {
  width: calc(100% + 0px);
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 38px;
}
@media (max-width: 1300px) {
  .food-one__right-img {
    padding-right: 16px;
    padding-left: 10px;
  }
}
.food-one__right-img > img {
  width: 100% !important;
  border-radius: 0 0 215px 200px;
}
@media (max-width: 991px) {
  .food-one__right-img > img {
    object-position: center top;
  }
}
.food-one__right-img::before, .food-one__right-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 220px;
}
.food-one__right-img::before {
  border-color: var(--theme-green, #0c7735);
  width: 100%;
  height: 100%;
  top: -26px;
  right: initial;
  left: 21px;
  border-radius: 240px;
}
.food-one__right-img::after {
  border-color: var(--theme-yellow, 253, 214, 31);
  width: 100%;
  height: 100%;
  top: -21px;
  right: initial;
  left: 13px;
}
@media (max-width: 1300px) {
  .food-one__right-img::before {
    left: 0px;
    width: calc(100% - 7px);
    height: calc(100% + 30px);
    top: -20px;
  }
  .food-one__right-img::after {
    left: -10px;
    width: calc(100% - 15px);
    height: calc(100% + 0px);
    top: -10px;
  }
}
@media (max-width: 991px) {
  .food-one__right-img::before {
    left: 4px;
  }
  .food-one__right-img::after {
    left: -4px;
  }
}
.food-one--two {
  background-image: none;
  background-color: var(--theme-white, #fff);
  padding-top: 175px;
}
.food-one--two::after {
  content: none;
}
.food-one--two .container {
  max-width: 1582px;
}
.food-one--two .food-one__content-bx {
  gap: 0;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .food-one--two .food-one__content-bx {
    gap: 70px 0;
  }
}
.food-one--two .food-one__left {
  width: calc((100% - 700px) / 1);
  padding-left: 110px;
  margin-top: -5px;
}
@media (max-width: 1400px) {
  .food-one--two .food-one__left {
    width: calc((100% - 500px) / 1);
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .food-one--two .food-one__left {
    width: calc((100% - 0px) / 1);
    padding-left: 15px;
  }
}
.food-one--two .section-common-title {
  max-width: 600px;
  padding-bottom: 29px;
}
@media (max-width: 991px) {
  .food-one--two .section-common-title {
    max-width: 100%;
    padding-bottom: 16px;
  }
}
.food-one--two .food-one__feature--wrap {
  max-width: 558px;
  gap: 0 30px;
}
@media (max-width: 991px) {
  .food-one--two .food-one__feature--wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .food-one--two .food-one__feature--wrap {
    gap: 30px 0;
  }
}
.food-one--two .food-one__feature--wrap__col {
  width: calc((100% - 30px) / 2);
  min-height: 191px;
}
@media (max-width: 767px) {
  .food-one--two .food-one__feature--wrap__col {
    width: calc((100% - 0px) / 1);
  }
}
.food-one--two .food-one__feature--wrap__bg {
  height: 100%;
  padding: 25px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
}
@media (max-width: 1200px) {
  .food-one--two .food-one__feature--wrap__bg {
    padding: 22px 20px;
  }
}
.food-one--two .food-one__feature--wrap__bg > i {
  font-size: 62px;
  line-height: 1;
  text-align: center;
}
.food-one--two .food-one__feature--wrap .yellow--bg {
  background-color: var(--theme-yellow, 253, 214, 31);
  transition: all 0.4s;
}
.food-one--two .food-one__feature--wrap .yellow--bg:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
.food-one--two .food-one__feature--wrap .yellow--bg:hover .food-one__feature--wrap__title {
  color: var(--theme-white, #fff);
}
.food-one--two .food-one__feature--wrap .green--bg {
  background-color: var(--theme-green, #0c7735);
  transition: all 0.4s;
}
.food-one--two .food-one__feature--wrap .green--bg > i {
  color: var(--theme-white, #fff);
}
.food-one--two .food-one__feature--wrap .green--bg .food-one__feature--wrap__title {
  color: var(--theme-white, #fff);
  transition: all 0.4s;
}
.food-one--two .food-one__feature--wrap .green--bg:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
  color: var(--theme-text, #12110e);
}
.food-one--two .food-one__feature--wrap .green--bg:hover .food-one__feature--wrap__title {
  color: var(--theme-text, #12110e);
}
.food-one--two .food-one__feature--wrap .green--bg:hover > i {
  color: var(--theme-text, #12110e);
}
.food-one--two .food-one__feature--wrap__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
.food-one--two .food-one__feature--wrap__title > br {
  display: none;
}
@media (min-width: 767px) {
  .food-one--two .food-one__feature--wrap__title br {
    display: block;
  }
}
.food-one--two .food-one__quality-list {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .food-one--two .food-one__quality-list {
    margin-top: 28px;
  }
}
.food-one--two .food-one__quality-list li {
  color: #000;
  margin-bottom: 10px;
}
.food-one--two .food-one__right {
  width: 700px;
  position: relative;
  padding-top: 0;
}
@media (max-width: 1400px) {
  .food-one--two .food-one__right {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .food-one--two .food-one__right {
    margin: 0 auto;
  }
}
.food-one--two .food-one__right::after {
  content: "";
  position: absolute;
  width: 142px;
  height: 112px;
  right: 55px;
  top: 92px;
  z-index: 1;
  background-image: url("../images/shapes/food-shape3-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  animation: foodRightEffec1_Rotate 3.2s linear infinite alternate;
}
@keyframes foodRightEffec1_Rotate {
  from {
    transform: skew(10deg, 12deg);
  }
  to {
    transform: skew(-10deg, -12deg);
  }
}
@media (max-width: 1400px) {
  .food-one--two .food-one__right::after {
    width: 67px;
    height: 80px;
    right: 0;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .food-one--two .food-one__right::after {
    right: 0;
    top: 0;
  }
}
.food-one--two .food-one__right-img {
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1300px) {
  .food-one--two .food-one__right-img::after {
    left: 5px;
    width: calc(100% - 45px);
    height: calc(100% - 9px);
    top: -10px;
  }
}
@media (max-width: 430px) {
  .food-one--two .food-one__right-img {
    height: 545px;
  }
}
.food-one--two .food-one__right-img > img {
  max-width: 427px;
}
@media (max-width: 1300px) {
  .food-one--two .food-one__right-img > img {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .food-one--two .food-one__right-img > img {
    object-fit: cover;
    object-position: top center;
  }
}
.food-one--two .food-one__bottom-img {
  position: absolute;
  width: 100%;
  max-width: 312px;
  right: 14px;
  bottom: -19px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .food-one--two .food-one__bottom-img {
    max-width: 225px;
  }
}
@media (max-width: 430px) {
  .food-one--two .food-one__bottom-img {
    max-width: 170px;
  }
}
.food-one--two .food-one__bottom-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 0px 38px #F5F4EE;
  box-shadow: 0px 0px 0px 38px #F5F4EE;
  border-radius: 146px;
}
@media (max-width: 1400px) {
  .food-one--two .food-one__bottom-img::after {
    -webkit-box-shadow: 0px 0px 0px 22px #F5F4EE;
    box-shadow: 0px 0px 0px 22px #F5F4EE;
  }
}
@media (max-width: 430px) {
  .food-one--two .food-one__bottom-img::after {
    -webkit-box-shadow: 0px 0px 0px 9px #F5F4EE;
    box-shadow: 0px 0px 0px 9px #F5F4EE;
  }
}
.food-one--two .food-one__bottom-img > img {
  border-radius: 146px !important;
  width: 100% !important;
}
.food-one--two__effect-left, .food-one--two__effect-right {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 1;
}
.food-one--two__effect-left {
  left: 75px;
  top: 165px;
  max-width: 68px;
  animation: foodEffec1_Rotate 4.2s linear infinite;
}
.food-one--two__effect-left img {
  width: 100% !important;
}
@keyframes foodEffec1_Rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1400px) {
  .food-one--two__effect-left {
    left: 15px;
    top: 75px;
  }
}
@media (max-width: 991px) {
  .food-one--two__effect-left {
    top: 70px;
    max-width: 50px;
  }
}
.food-one--two__effect-right {
  right: 98px;
  top: 40px;
  max-width: 226px;
  animation: foodEffec2_Rotate 2.2s linear infinite alternate;
}
.food-one--two__effect-right img {
  width: 100% !important;
}
@keyframes foodEffec2_Rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(1, -3, 1, 45deg);
  }
}
@media (max-width: 1400px) {
  .food-one--two__effect-right {
    right: 20px;
    max-width: 145px;
  }
}
@media (max-width: 991px) {
  .food-one--two__effect-right {
    right: 28px;
    max-width: 70px;
    top: 30px;
  }
}
.food-one--about {
  padding-top: 124px;
  padding-bottom: 234px;
}
@media (max-width: 991px) {
  .food-one--about {
    padding-top: 60px;
    padding-bottom: 125px;
  }
}
.food-one--about .food-one__right {
  padding-top: 20px;
}
.food-one--about .food-one__right::after {
  content: "";
  position: absolute;
  width: 142px;
  height: 112px;
  right: 55px;
  top: 92px;
  z-index: 1;
  background-image: url("../images/shapes/food-shape3-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  animation: aboutEffec1_Rotate 3.2s linear infinite alternate;
}
@keyframes aboutEffec1_Rotate {
  from {
    transform: skew(10deg, 12deg);
  }
  to {
    transform: skew(-10deg, -12deg);
  }
}
@media (max-width: 1400px) {
  .food-one--about .food-one__right::after {
    width: 67px;
    height: 80px;
    right: 0;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .food-one--about .food-one__right::after {
    right: 0;
    top: 0;
  }
}
.food-one--about .food-one--two__effect-left {
  left: 73px;
  top: 119px;
}
@media (max-width: 1400px) {
  .food-one--about .food-one--two__effect-left {
    left: 15px;
    top: 75px;
  }
}
@media (max-width: 991px) {
  .food-one--about .food-one--two__effect-left {
    top: 35px;
  }
}

/*--------------------------------------------------------------
# our-team-one
--------------------------------------------------------------*/

.our-team-one .section-common-title {
  display: flex;
  flex-wrap: wrap;
  gap: 0 68px;
  padding-bottom: 56px;
}
@media (max-width: 991px) {
  .our-team-one .section-common-title {
    padding-bottom: 40px;
  }
}
.our-team-one__chose-reasone {
  width: 100%;
}
.our-team-one__chose-name {
  margin-left: 0;
}
.our-team-one__title {
  width: calc((59% - 34px) / 1);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .our-team-one__title {
    width: 100%;
  }
}
.our-team-one__text {
  width: calc((41% - 34px) / 1);
  font-size: 16px;
  line-height: 34px;
  padding-right: 0;
  padding-top: 7px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .our-team-one__text {
    width: 100%;
  }
}
.our-team-one__bx {
  gap: 30px 0;
}
@media (max-width: 991px) {
  .our-team-one__bx {
    gap: 20px 0;
  }
}
.our-team-one__inner {
  background-color: var(--theme-green, #0c7735);
  background-image: url("../images/shapes/team1-top-bg.png"), url("../images/shapes/team1-bottom-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top -42px left -30px, bottom -65px left -10px;
  border-radius: 8px;
  padding: 26px 28px 30px 28px;
}
.our-team-one__inner:hover .our-team-one__info-bx {
  background-color: var(--theme-yellow, 253, 214, 31);
}
.our-team-one__inner:hover .our-team-one__name {
  color: var(--theme-text, #12110e);
}
.our-team-one__inner:hover .our-team-one__name > a {
  color: var(--theme-text, #12110e);
}
.our-team-one__img {
  width: 100%;
}
.our-team-one__img img {
  width: 100% !important;
  border-radius: 94px 94px 94px 0 !important;
  max-height: 242px;
  min-height: 242px;
  filter: brightness(1.2);
  object-fit: cover;
}
.our-team-one__info-bx {
  background-color: #00431a;
  position: relative;
  padding: 10px 77px 10px 20px;
  border-radius: 0 55px 55px 55px;
  transition: all 0.3s;
}
.our-team-one__social {
  position: absolute;
  width: auto;
  height: auto;
  top: -16px;
  left: 30px;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.our-team-one__social > li, .food-one--two .food-one__quality-list .our-team-one__social > li {
  list-style-type: none;
  color: var(--theme-black, #1e1d21);
  font-size: 15px;
  line-height: 1;
}
.our-team-one__social > li > a, .food-one--two .food-one__quality-list .our-team-one__social > li > a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--theme-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-black, #1e1d21);
}
.our-team-one__social > li > a:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
  transform: rotate(360deg);
}
.our-team-one__name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: var(--theme-white, #fff);
}
.our-team-one__name > a {
  color: var(--theme-white, #fff);
  font-size: 17px;
  letter-spacing: ;
  letter-spacing: -0.02em;
}
.our-team-one__designation {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--theme-green, #0c7735);
  display: block;
}
.our-team-one__plus {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--theme-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.our-team-one__plus > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.our-team-one__plus:hover {
  background-color: var(--theme-text, #12110e);
}
.our-team-one__plus:hover .our-team-one__plus-icon {
  color: var(--theme-white, #fff);
}
.our-team-one__plus-icon {
  color: var(--theme-green, #0c7735);
  font-size: 16px;
  line-height: 1;
}
.our-team-one--farmer_team .our-team-one__wrap {
  padding-top: 120px;
  padding-bottom: 106px;
}
@media (max-width: 991px) {
  .our-team-one--farmer_team .our-team-one__wrap {
    padding-top: 52px;
    padding-bottom: 65px;
  }
}
.our-team-one--about {
  background-image: url("../images/backgrounds/team-about-bg1-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-color: #0f1d14;
  background-blend-mode: overlay;
}
.our-team-one--about .our-team-one__wrap {
  padding-top: 119px;
}
@media (max-width: 991px) {
  .our-team-one--about .our-team-one__wrap {
    padding-top: 56px;
  }
}
.our-team-one--about .our-team-one__title,
.our-team-one--about .our-team-one__text {
  color: var(--theme-white, #fff);
}
.our-team-one--carousel-page {
  padding-top: 118px;
  padding-bottom: 118px;
}
@media (max-width: 991px) {
  .our-team-one--carousel-page {
    padding-top: 58px;
    padding-bottom: 72px;
  }
}

/*--------------------------------------------------------------
# eco-services-one
--------------------------------------------------------------*/
.eco-services-one {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(89, 89, 89);
  background-blend-mode: overlay;
  width: 100%;
  padding-top: 97px;
  padding-bottom: 163px;
  position: relative;
}
@media (max-width: 767px) {
  .eco-services-one {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.eco-services-one::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(89, 89, 89, 0.4);
  background-blend-mode: overlay;
}
.eco-services-one__wrap {
  max-width: 100% !important;
  position: relative;
  z-index: 2;
}
.eco-services-one__bx {
  align-items: center;
}
.eco-services-one__info {
  max-width: 820px;
  margin: 0 auto;
}
.eco-services-one__title {
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  color: var(--theme-white, #fff);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .eco-services-one__title {
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 37px;
  }
}
@media (max-width: 479px) {
  .eco-services-one__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.eco-services-one__tree-icon {
  width: 51px !important;
  margin-bottom: 16px;
}
.eco-services-one__btn {
  display: flex;
  justify-content: center;
}
.eco-services-one .eco-services-one--btn {
  font-size: 16px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: fit-content;
  margin-left: 12px;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-radius: 3px;
  padding: 0 46px;
}
.eco-services-one .eco-services-one--btn::before {
  left: -82%;
  width: 127.5%;
  height: 166.5%;
  background-color: var(--theme-green, #0c7735);
}
.eco-services-one .eco-services-one--btn::after {
  right: -82%;
  width: 127.5%;
  height: 166.5%;
  background-color: var(--theme-green, #0c7735);
}
.eco-services-one .eco-services-one--btn:hover::before {
  left: -36.5%;
}
.eco-services-one .eco-services-one--btn:hover::after {
  right: -36.5%;
}
.eco-services-one .eco-services-one--btn:hover > span {
  color: var(--theme-white, #fff);
}
.eco-services-one--two {
  padding-bottom: 282px;
}

/*--------------------------------------------------------------
# work-learn
--------------------------------------------------------------*/
.work-learn-one {
  position: relative;
  background-color: #008d36;
}
.work-learn-one::before, .work-learn-one::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fffdf1;
}
.work-learn-one::before {
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: transparent;
  background-image: url("../images/shapes/work-learn-bg1-2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.2;
}
.work-learn-one__wrap {
  padding-top: 137px;
  padding-bottom: 106px;
  position: relative;
  z-index: 3;
}
.work-learn-one__wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 74px;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/shapes/work-learn-bg1-1.png");
  background-repeat: repeat-x;
  background-position: bottom left 74px;
}
@media (max-width: 991px) {
  .work-learn-one__wrap {
    max-width: 100% !important;
    padding-bottom: 70px;
  }
}
.work-learn-one .section-common-title {
  display: flex;
  flex-wrap: wrap;
  gap: 0 68px;
  padding-bottom: 86px;
}
@media (max-width: 991px) {
  .work-learn-one .section-common-title {
    padding-bottom: 40px;
  }
}
.work-learn-one__chose-reasone {
  width: 100%;
}
.work-learn-one__chose-name {
  margin-left: 0;
  color: #bbdcc8;
}
.work-learn-one__title {
  width: calc((56% - 34px) / 1);
  color: var(--theme-white, #fff);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .work-learn-one__title {
    width: 100%;
    margin-bottom: 8px;
  }
}
.work-learn-one__text {
  width: calc((44% - 34px) / 1);
  font-size: 18px;
  line-height: 34px;
  color: var(--theme-white3, #e9e9e9);
  padding-right: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .work-learn-one__text {
    font-size: 16px;
    line-height: 32px;
    width: 100%;
  }
}
.work-learn-one__bx {
  display: flex;
  flex-wrap: wrap;
  counter-reset: num-counter;
  gap: 0 124px;
}
@media (max-width: 991px) {
  .work-learn-one__bx {
    gap: 36px 0;
  }
}
.work-learn-one__col {
  width: calc((100% - 372px) / 4);
  counter-increment: num-counter;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .work-learn-one__col {
    width: calc((100% - 0px) / 1);
  }
}
.work-learn-one__col::after {
  content: "0" counter(num-counter);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 57px;
  height: 57px;
  z-index: 4;
  background-color: var(--theme-yellow, 253, 214, 31);
  border: 1px solid var(--theme-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family:  "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #008d36;
  transition: all 0.3s;
}
.work-learn-one__col:hover::after {
  top: 10px;
}
.work-learn-one__col:last-child .work-learn-one__img::after {
  display: none;
}
.work-learn-one__img {
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .work-learn-one__img {
    margin-bottom: 10px;
  }
}
.work-learn-one__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 90%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  background-image: url("../images/shapes/work-learn-bg1-1.png");
  background-repeat: repeat-x;
}
@media (max-width: 991px) {
  .work-learn-one__img::after {
    display: none;
  }
}
.work-learn-one__inner-img {
  overflow: hidden;
  border-radius: 58px;
  border: 7px solid var(--theme-white, #fff);
  position: relative;
}
.work-learn-one__inner-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(var(--theme-text-rgb, 18, 17, 14), 0.2);
  transition: all 0.4s;
}
.work-learn-one__inner-img:hover::after {
  height: 100%;
}
.work-learn-one__inner-img:hover img {
  transform: scale(1.2);
}
.work-learn-one__inner-img img {
  position: relative;
  z-index: 3;
  width: 100% !important;
  transition: all 0.5s;
}
.work-learn-one__work-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: var(--theme-white, #fff);
  text-align: center;
}
.work-learn-one--two {
  background-color: transparent;
  margin-top: -122px;
  padding-bottom: 119px;
}
@media (max-width: 767px) {
  .work-learn-one--two {
    padding-bottom: 60px;
  }
}
.work-learn-one--two::before, .work-learn-one--two::after {
  content: none;
}
.work-learn-one--two__inner-bg {
  position: relative;
  max-width: 1530px;
  background-color: #008d36;
  margin: 0 auto;
}
.work-learn-one--two__inner-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: transparent;
  background-image: url("../images/shapes/work-learn-bg1-2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .work-learn-one--two .work-learn-one__wrap {
    padding-bottom: 55px;
  }
}
.work-learn-one--two .work-learn-one__wrap::after {
  width: 100%;
  max-width: 1034px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-position: bottom left;
}
.work-learn-one--two .work-learn-one__bx,
.work-learn-one--two .section-common-title {
  position: relative;
  z-index: 2;
}
.work-learn-one--two .eco-services-one--label {
  padding: 0;
}
.work-learn-one--three::after {
  content: none;
}
.work-learn-one--three .work-learn-one__wrap::after {
  max-width: 1034px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: bottom left;
}
.work-learn-one--services::after {
  content: none;
}
.work-learn-one--services .work-learn-one__wrap::after {
  max-width: 1034px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: bottom left;
}
.work-learn-one--about::after {
  content: none;
}
.work-learn-one--about .work-learn-one__wrap::after {
  max-width: 1034px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: left bottom;
}

.eco-services-one--label {
  position: absolute;
  width: 100%;
  height: auto;
  top: -82px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 194px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .eco-services-one--label {
    padding: 0 90px;
  }
}
@media (max-width: 1200px) {
  .eco-services-one--label {
    top: -59px;
    padding: 0 20px;
  }
}
.eco-services-one--label__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.eco-services-one--label__inner::before, .eco-services-one--label__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  z-index: 1;
  background-color: var(--theme-yellow, 253, 214, 31);
}
.eco-services-one--label__inner::before {
  left: initial;
  right: 50%;
}
.eco-services-one--label__inner::after {
  right: initial;
  left: 50%;
}
.eco-services-one--label__logo-shape {
  width: 201px !important;
}
@media (max-width: 1200px) {
  .eco-services-one--label__logo-shape {
    width: 150px !important;
  }
}
.eco-services-one--label__logo-bx {
  position: absolute;
  width: 117px !important;
  display: block;
  margin: 5px auto 0 auto;
  z-index: 3;
}
@media (max-width: 1200px) {
  .eco-services-one--label__logo-bx {
    width: 85px !important;
  }
}
.eco-services-one--label__logo-bx img {
  width: 100% !important;
}

/*--------------------------------------------------------------
# latest-work-one
--------------------------------------------------------------*/
.latest-work-one .container-fluid {
  padding: 0;
}
.latest-work-one .section-common-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.latest-work-one__chose-reasone {
  flex-direction: column;
  padding-bottom: 14px;
}
.latest-work-one__title {
  font-size: 60px;
  line-height: 65px;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 1250px) {
  .latest-work-one__title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
.latest-work-one__bx {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 66px;
}
@media (max-width: 1250px) {
  .latest-work-one__bx {
    gap: 30px 0;
  }
}
@media (max-width: 991px) {
  .latest-work-one__bx {
    padding-bottom: 42px;
  }
}
.latest-work-one__bx::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 330px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #fcfaf0;
}
.latest-work-one__carousel {
  z-index: 2;
}
.latest-work-one__col {
  position: relative;
  z-index: 2;
}
.latest-work-one__img {
  position: relative;
}
.latest-work-one__inner-img {
  position: relative;
  overflow: hidden;
}
.latest-work-one__inner-img::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 0;
  height: 100%;
  max-height: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(var(--theme-text-rgb, 18, 17, 14), 0.4);
  transition: all 0.5s ease;
}
.latest-work-one__inner-img img {
  width: 100% !important;
  max-height: 444px;
  min-height: 444px;
  object-fit: cover;
  transition: all 0.6s ease;
}
.latest-work-one__inner-img:hover::after {
  max-width: 100%;
  max-height: 100%;
}
.latest-work-one__inner-img:hover img {
  transform: scale(1.1);
}
.latest-work-one__btm-info {
  position: absolute;
  width: calc(100% - 7px);
  height: auto;
  left: -17px;
  bottom: 11px;
  z-index: 2;
  background-color: #000;
  padding: 20.5px 11px 20.5px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .latest-work-one__btm-info {
    width: calc(100% - 0px);
    padding: 22px 20px 22px 21px;
    left: -12px;
  }
}
.latest-work-one__btm-info::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  z-index: 99;
  border-right: 18px solid transparent;
  border-top: 18px solid var(--theme-green, #0c7735);
  left: 0px;
  top: -18px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .latest-work-one__btm-info::after {
    display: none;
  }
}
.latest-work-one__work-title {
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  color: var(--theme-white, #fff);
  border-left: 4px solid var(--theme-yellow, 253, 214, 31);
  padding-left: 14px;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .latest-work-one__work-title {
    font-size: 20px;
    line-height: 29px;
  }
}
.latest-work-one .latest-work--btn {
  min-width: 115px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 3px;
  background-color: var(--theme-yellow, 253, 214, 31);
  color: #0b3b1d;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 26px 0 30px;
}
.latest-work-one .latest-work--btn::before {
  left: -85%;
  background-color: var(--theme-green, #0c7735);
}
.latest-work-one .latest-work--btn::after {
  right: -85%;
  background-color: var(--theme-green, #0c7735);
}
.latest-work-one .latest-work--btn:hover::before {
  left: -35%;
}
.latest-work-one .latest-work--btn:hover::after {
  right: -35%;
}
.latest-work-one .latest-work--btn:hover span {
  color: var(--theme-white, #fff);
}
.latest-work-one .latest-work--btn .latest-work-btn--arrow {
  font-size: 13px;
  line-height: 1;
  margin-left: 4px;
  color: #0b3b1d;
  position: relative;
  z-index: 2;
}
.latest-work-one .latest-work--btn:hover .latest-work-btn--arrow {
  color: var(--theme-white, #fff);
}
.latest-work-one__more-work {
  background-color: #fcfaf0;
  padding: 0 15px 118px 15px;
}
@media (max-width: 991px) {
  .latest-work-one__more-work {
    padding-bottom: 52px;
  }
}
.latest-work-one__more-inner-bg {
  max-width: 1170px;
  background-color: var(--theme-yellow, 253, 214, 31);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .latest-work-one__more-inner-bg {
    padding: 15px 20px;
    flex-direction: column;
  }
}
.latest-work-one__more-work-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  color: var(--theme-text, #12110e);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .latest-work-one__more-work-title {
    text-align: center;
    margin-bottom: 15px;
  }
}
.latest-work-one .more-work--btn {
  min-width: 203px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-white, #fff);
  text-transform: uppercase;
  border-radius: 3px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  padding: 0 31px;
}
.latest-work-one .more-work--btn::before {
  left: -80%;
}
.latest-work-one .more-work--btn::after {
  right: -80%;
}
.latest-work-one .more-work--btn:hover::before {
  left: -36%;
}
.latest-work-one .more-work--btn:hover::after {
  right: -36%;
}
.latest-work-one--two {
  background-color: var(--theme-white, #fff);
  position: relative;
  padding: 0 15px 0 36px;
}
.latest-work-one--two::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 386px;
  right: -8px;
  top: -23px;
  background-image: url("../images/shapes/latest-work-effect2-1.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  -webkit-animation: latestEffect1 1.8s infinite alternate;
  animation: latestEffect1 1.8s infinite alternate;
}
@-webkit-keyframes latestEffect1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, -15px);
  }
}
@keyframes skillEffect1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, -15px);
  }
}
@media (max-width: 1440px) {
  .latest-work-one--two::after {
    width: 105px;
    height: 235px;
    right: -2px;
    top: -15px;
  }
}
@media (max-width: 767px) {
  .latest-work-one--two::after {
    width: 74px;
    height: 150px;
    right: 0;
    top: -5px;
  }
}
.latest-work-one--two .container-fluid {
  max-width: 1442px;
  margin: 0 auto;
  padding-bottom: 118px;
}
@media (max-width: 991px) {
  .latest-work-one--two .container-fluid {
    padding-bottom: 66px;
  }
}
.latest-work-one--two .latest-work-one__bx {
  padding-bottom: 0;
}
.latest-work-one--two .latest-work-one__bx::after {
  content: none;
}
.latest-work-one--two .latest-work-one__btm-info {
  padding-left: 38px;
  padding-right: 25px;
}
.latest-work-one--three .container-fluid {
  padding-top: 98px;
}
.latest-work-one--three .latest-work-one__more-work {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .latest-work-one--three .latest-work-one__more-work {
    padding-bottom: 52px;
  }
}
.latest-work-one--projects {
  background-color: var(--theme-white, #fff);
}
.latest-work-one--projects .container {
  max-width: 1470px;
  padding-top: 118px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .latest-work-one--projects .container {
    padding-top: 58px;
    padding-bottom: 65px;
  }
}
.latest-work-one--projects .latest-work-one__bx {
  gap: 30px 0;
  padding-bottom: 0;
}
.latest-work-one--projects .latest-work-one__bx::after {
  content: none;
}
.latest-work-one--projects .latest-work-one__btm-info {
  padding-left: 38px;
  padding-right: 25px;
}
.latest-work-one--projects-two {
  background-color: var(--theme-white, #fff);
  overflow: hidden;
}
.latest-work-one--projects-two .container {
  padding-top: 118px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .latest-work-one--projects-two .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .latest-work-one--projects-two .container {
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 65px;
  }
}
.latest-work-one--projects-two .latest-work-one__bx {
  gap: 30px 0;
  padding-bottom: 0;
}
.latest-work-one--projects-two .latest-work-one__bx::after {
  content: none;
}
.latest-work-one--projects-two .latest-work-one__col {
  transition: all 0.4;
}
.latest-work-one--projects-two .latest-work-one__col::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../images/backgrounds/project-bg-normal1-1.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  transition: all 0.4s;
}
.latest-work-one--projects-two .latest-work-one__col:hover::after {
  content: "";
  background-image: url("../images/backgrounds/project-bg-hover1-1.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
.latest-work-one--projects-two .latest-work-one__btm-info {
  background-color: transparent;
  width: 100%;
  left: 0;
  padding-left: 34px;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.latest-work-one--projects-two .latest-work-one__btm-info::after {
  content: none;
}
.latest-work-one--projects-two .latest-work-one__tagwrap {
  position: relative;
  padding-left: 13px;
}
.latest-work-one--projects-two .latest-work-one__tagwrap::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 45px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--theme-yellow, 253, 214, 31);
}
.latest-work-one--projects-two .latest-work-one__tagname {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: var(--theme-white, #fff);
  position: relative;
  display: block;
  width: fit-content;
  margin-bottom: 4px;
}
.latest-work-one--projects-two .latest-work-one__tagname::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-bottom: 1px solid var(--theme-white, #fff);
}
.latest-work-one--projects-two .latest-work-one__work-title {
  border: 0;
  padding-left: 0;
}
.latest-work-one--projects-two .latest-work-one__work-title > a {
  color: var(--theme-white, #fff);
}
.latest-work-one--projects-two .latest-work--btn {
  position: absolute;
  width: 46px;
  min-width: initial;
  height: 46px;
  right: 16px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  background-color: var(--theme-green, #0c7735);
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-work-one--projects-two .latest-work--btn::after {
  content: none;
}
.latest-work-one--projects-two .latest-work--btn::before {
  width: 100%;
  max-width: 0;
  height: 100%;
  max-height: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  transform: initial;
  background-color: var(--theme-yellow, 253, 214, 31);
  opacity: 0;
  visibility: hidden;
}
.latest-work-one--projects-two .latest-work--btn:hover::before {
  opacity: 1;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  left: 0;
}
.latest-work-one--projects-two .latest-work--btn:hover .latest-work-btn--arrow {
  color: var(--theme-text, #12110e);
}
.latest-work-one--projects-two .latest-work--btn .latest-work-btn--arrow {
  color: var(--theme-white, #fff);
  margin: 0;
  position: relative;
  z-index: 2;
}
.latest-work-one--projects-two .projects-btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.latest-work-one--projects-two .projects--btn {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-text4, #071b0f);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-radius: 3px;
  padding: 0 48px;
  margin-left: 0;
}
.latest-work-one--projects-two .projects--btn::before, .latest-work-one--projects-two .projects--btn::after {
  background-color: var(--theme-green, #0c7735);
}
.latest-work-one--projects-two .projects--btn:hover {
  color: var(--theme-white, #fff);
}
.latest-work-one--projects-details .container {
  max-width: 1600px;
  padding-top: 82px;
  padding-bottom: 124px;
}
@media (max-width: 991px) {
  .latest-work-one--projects-details .container {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}
.latest-work-one--projects-details .projects-details-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .latest-work-one--projects-details .projects-details-title {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .latest-work-one--projects-details .projects-details-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}

/*--------------------------------------------------------------
# companies-two
--------------------------------------------------------------*/
.companies-two .container {
  padding-top: 105px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .companies-two .container {
    padding-top: 48px;
    padding-bottom: 62px;
  }
}
.companies-two .section-common-title {
  max-width: 1024px;
  margin: 0 auto;
}
.companies-two__title {
  font-size: 60px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .companies-two__title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 36px;
  }
}
.companies-two__carousel {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 35px;
}
.companies-two__carousel .owl-stage-outer {
  position: relative;
}
.companies-two__carousel .owl-stage-outer::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-white, #fff);
  z-index: 1;
}
.companies-two__inner-img {
  min-height: 108px;
  max-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  position: relative;
}
.companies-two__inner-img::after {
  content: "";
  position: absolute;
  width: auto;
  height: 84px;
  left: 0;
  top: 20px;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  border-left: 1px solid #e4e4e4;
}
.companies-two__inner-img > img {
  width: auto !important;
}
.companies-two--farmar_companies .container {
  padding-top: 0;
  padding-bottom: 118px;
}
@media (max-width: 991px) {
  .companies-two--farmar_companies .container {
    padding-bottom: 70px;
  }
}
.companies-two--farmar_companies .companies-two__carousel {
  padding-bottom: 29px;
}
.companies-two--about .container {
  padding-top: 105px;
  padding-bottom: 126px;
}
@media (max-width: 991px) {
  .companies-two--about .container {
    padding-top: 52px;
    padding-bottom: 58px;
  }
}

/*--------------------------------------------------------------
# get-touch-one
--------------------------------------------------------------*/
.get-touch-one {
  background-color: rgba(245, 243, 235, 0.8);
  background-blend-mode: overlay;
  position: relative;
  padding: 119px 0;
}
@media (max-width: 991px) {
  .get-touch-one {
    padding: 58px 0;
  }
}
.get-touch-one::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/backgrounds/get-tuch-bg3-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.get-touch-one .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .get-touch-one .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .get-touch-one__row {
    gap: 35px 0;
    flex-direction: column-reverse;
  }
}
.get-touch-one__form {
  padding-right: 33px;
}
@media (max-width: 991px) {
  .get-touch-one__form {
    padding-right: 15px;
  }
}
.get-touch-one__form-row {
  background-color: var(--theme-white, #fff);
  border-radius: 8px;
  padding: 64px 52px;
}
@media (max-width: 991px) {
  .get-touch-one__form-row {
    padding: 35px 24px;
  }
}
.get-touch-one__form-group {
  margin-bottom: 20px;
  position: relative;
}
.get-touch-one .get-touch-one__field {
  outline-style: none;
  border: 0;
  border-radius: 4px;
  background-color: #faf9f3;
  width: 100%;
  min-height: 60px !important;
  height: 60px !important;
  display: flex;
  align-items: center;
  padding: 0 20px 0 27px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: var(--theme-text, #12110e);
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.get-touch-one .get-touch-one__field:is(:focus, :active) + .get-touch-one__field-bd-effect::before, .get-touch-one .get-touch-one__field:is(:focus, :active) + .get-touch-one__field-bd-effect::after {
  max-width: 100%;
  max-height: 100%;
}
.get-touch-one .get-touch-one__field::-webkit-input-placeholder,
.get-touch-one .get-touch-one__field::-webkit-input-placeholder {
  color: var(--theme-text, #12110e);
}
.get-touch-one .get-touch-one__field:-moz-placeholder,
.get-touch-one .get-touch-one__field:-moz-placeholder {
  color: var(--theme-text, #12110e);
}
.get-touch-one__field-bd-effect {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  z-index: 1;
}
.get-touch-one__field-bd-effect::before, .get-touch-one__field-bd-effect::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 4px;
}
.get-touch-one__field-bd-effect::before {
  max-width: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-top: 1px solid var(--theme-green, #0c7735);
  border-bottom: 1px solid var(--theme-green, #0c7735);
}
.get-touch-one__field-bd-effect::after {
  max-height: 0;
  margin: auto 0;
  bottom: 0;
  top: 0;
  border-left: 1px solid var(--theme-green, #0c7735);
  border-right: 1px solid var(--theme-green, #0c7735);
}
.get-touch-one .textarea--field {
  resize: none;
  height: 204px !important;
  min-height: 204px !important;
  padding-top: 23px;
}
.get-touch-one .form-submit-btn-wrap {
  padding-top: 0px;
}
.get-touch-one .form-submit-btn {
  outline-style: none;
  border: 0;
  background-color: var(--theme-green, #0c7735);
  padding: 0;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--theme-white, #fff);
  height: 60px;
  transition: all 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 35px;
  border-radius: 4px;
}
.get-touch-one .form-submit-btn:hover {
  background-color: var(--theme-yellow, 253, 214, 31);
  color: var(--theme-text, #12110e);
}
.get-touch-one__content {
  padding-left: 33px;
}
@media (max-width: 991px) {
  .get-touch-one__content {
    padding-left: 15px;
  }
}
.get-touch-one__contact-info {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 37px 0;
  padding-top: 42px;
}
@media (max-width: 991px) {
  .get-touch-one__contact-info {
    padding-top: 13px;
    gap: 20px 0;
  }
}
.get-touch-one__info__contact-item {
  display: flex;
  align-items: center;
}
.get-touch-one__info__contact-item:hover .get-touch-one__contact__icon {
  background-color: var(--theme-yellow, 253, 214, 31);
  color: var(--theme-text, #12110e);
}
.get-touch-one__contact__icon {
  border: 2px solid var(--theme-white, #fff);
  border-radius: 4px;
  width: 57px;
  min-width: 57px;
  height: 60px;
  background-color: var(--theme-green, #0c7735);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  color: var(--theme-white, #fff);
  transition: all 0.5s ease;
}
.get-touch-one__contact-support {
  padding-left: 28px;
}
@media (max-width: 991px) {
  .get-touch-one__contact-support {
    padding-left: 16px;
  }
}
.get-touch-one__contact-support > a {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-text4, #071b0f);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.get-touch-one__contact-support > a:hover {
  background-size: 100% 1px;
}
.get-touch-one__contact--text {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: var(--theme-green2, #163d25);
}
.get-touch-one--farmer_gettouch {
  margin-bottom: -95px;
  padding-bottom: 215px;
}
@media (max-width: 991px) {
  .get-touch-one--farmer_gettouch {
    padding-bottom: 164px;
  }
}
.get-touch-one--farmer_gettouch-details {
  background-color: var(--theme-white, #fff);
  padding: 0 0 122px 0;
}
@media (max-width: 991px) {
  .get-touch-one--farmer_gettouch-details {
    padding: 15px 0 56px 0;
  }
}
@media (max-width: 767px) {
  .get-touch-one--farmer_gettouch-details .get-touch-one__row {
    flex-direction: initial;
    gap: 0;
  }
}
.get-touch-one--farmer_gettouch-details::after {
  content: none;
}
.get-touch-one--farmer_gettouch-details .farmer_gettouch__title-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  color: var(--theme-text, #12110e);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .get-touch-one--farmer_gettouch-details .farmer_gettouch__title-text {
    margin-bottom: 40px;
  }
}
.get-touch-one--farmer_gettouch-details .get-touch-one__form {
  background-image: url("../images/backgrounds/farmer-bg2-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 84px 148px 60px 148px;
}
@media (max-width: 991px) {
  .get-touch-one--farmer_gettouch-details .get-touch-one__form {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .get-touch-one--farmer_gettouch-details .get-touch-one__form {
    padding: 30px 20px;
  }
}
.get-touch-one--farmer_gettouch-details .get-touch-one__form-row {
  background-color: transparent;
  padding: 0;
}
.get-touch-one--farmer_gettouch-details .get-touch-one__form-row__col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 28px;
}
@media (max-width: 767px) {
  .get-touch-one--farmer_gettouch-details .get-touch-one__form-row__col {
    gap: 0;
  }
}
.get-touch-one--farmer_gettouch-details .get-touch-one__form-group {
  width: calc((100% - 28px) / 2);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .get-touch-one--farmer_gettouch-details .get-touch-one__form-group {
    width: 100%;
    margin-bottom: 20px;
  }
}
.get-touch-one--farmer_gettouch-details .get-touch-one__field {
  background-color: var(--theme-white, #fff);
  border: 1px solid #e4e4e4;
  padding-left: 21px;
  color: #15171a;
  font-weight: 500;
}
.get-touch-one--farmer_gettouch-details .get-touch-one__field::-webkit-input-placeholder,
.get-touch-one--farmer_gettouch-details .get-touch-one__field::-webkit-input-placeholder {
  color: #15171a;
  font-weight: 400;
}
.get-touch-one--farmer_gettouch-details .get-touch-one__field:-moz-placeholder,
.get-touch-one--farmer_gettouch-details .get-touch-one__field:-moz-placeholder {
  color: #15171a;
  font-weight: 400;
}
.get-touch-one--farmer_gettouch-details .get-touch-one__field[type=number] {
  -moz-appearance: textfield;
}
.get-touch-one--farmer_gettouch-details .get-touch-one__field::-webkit-outer-spin-button,
.get-touch-one--farmer_gettouch-details .get-touch-one__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.get-touch-one--farmer_gettouch-details .textarea--group,
.get-touch-one--farmer_gettouch-details .textarea--field {
  width: 100%;
}
.get-touch-one--farmer_gettouch-details .textarea--field {
  height: 181px !important;
  min-height: 181px !important;
}
.get-touch-one--farmer_gettouch-details .get-touch-one__field-bd-effect {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
}
.get-touch-one--farmer_gettouch-details .get-touch-one__field-bd-effect::before {
  border-top-color: #298be7;
  border-bottom-color: #298be7;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.get-touch-one--farmer_gettouch-details .get-touch-one__field-bd-effect::after {
  border-left-color: #298be7;
  border-right-color: #298be7;
  border-left-width: 2px;
  border-right-width: 2px;
}
.get-touch-one--farmer_gettouch-details .form-submit-btn-wrap {
  display: flex;
  justify-content: center;
}
.get-touch-one--farmer_gettouch-details .form-submit-btn {
  height: 54px;
  color: #2e2d2a;
  text-transform: uppercase;
  padding-left: 29.4px;
  padding-right: 29.4px;
  background-color: var(--theme-yellow, 253, 214, 31);
}
.get-touch-one--farmer_gettouch-details .form-submit-btn:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
.get-touch-one--about {
  padding-bottom: 228px;
}

/*--------------------------------------------------------------
# farmer-details-one
--------------------------------------------------------------*/
.farmer-details-one {
  background-color: var(--theme-white, #fff);
  padding-top: 119px;
  padding-bottom: 114px;
}
@media (max-width: 991px) {
  .farmer-details-one {
    padding-top: 54px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .farmer-details-one__wrap {
    max-width: 100%;
  }
}
.farmer-details-one__row {
  gap: 0 84px;
}
@media (max-width: 1200px) {
  .farmer-details-one__row {
    gap: 0 30px;
  }
}
@media (max-width: 991px) {
  .farmer-details-one__row {
    gap: 30px 0;
  }
}
.farmer-details-one__image {
  width: calc((42% - 42px) / 1);
  background-color: #2f6618;
  border-radius: 4px;
  background-image: url("../images/shapes/team1-bottom-bg.png");
  background-repeat: no-repeat;
  background-position: left -18px bottom -62px;
  padding: 18px 15px;
}
@media (max-width: 1200px) {
  .farmer-details-one__image {
    width: calc((42% - 15px) / 1);
  }
}
@media (max-width: 991px) {
  .farmer-details-one__image {
    width: calc((100% - 0px) / 1);
  }
}
.farmer-details-one__image img {
  width: 100%;
  border-radius: 4px !important;
  object-fit: cover;
  height: 100%;
}
.farmer-details-one__content--wrap {
  width: calc((58% - 42px) / 1);
}
@media (max-width: 1200px) {
  .farmer-details-one__content--wrap {
    width: calc((58% - 15px) / 1);
  }
}
@media (max-width: 991px) {
  .farmer-details-one__content--wrap {
    width: calc((100% - 0px) / 1);
  }
}
.farmer-details-one__content--wrap__info {
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .farmer-details-one__content--wrap__info {
    padding-bottom: 17px;
  }
}
.farmer-details-one__content--wrap__info-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-text, #12110e);
  margin-bottom: 12px;
}
.farmer-details-one__content--wrap__info-subtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--theme-text3, #080501);
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .farmer-details-one__content--wrap__info-subtitle {
    margin-bottom: 12px;
  }
}
.farmer-details-one__content--wrap__titleinfo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  color: #1a1916;
}
.farmer-details-one__content--wrap__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 52px;
  margin-bottom: 49px;
}
@media (max-width: 1200px) {
  .farmer-details-one__content--wrap__contact {
    gap: 0 25px;
  }
}
@media (max-width: 991px) {
  .farmer-details-one__content--wrap__contact {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .farmer-details-one__content--wrap__contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px 0;
  }
}
.farmer-details-one__content--wrap__item {
  display: flex;
  align-items: center;
}
.farmer-details-one__content--wrap__icon {
  width: 66px;
  min-width: 66px;
  height: 66px;
  border: 1px solid #275684;
  border-radius: 50%;
  background-color: #faeba4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1;
  transition: all 0.4s;
}
.farmer-details-one__content--wrap__icon:hover {
  background-color: var(--theme-green, #0c7735);
  border-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}
.farmer-details-one__content--wrap__support {
  padding-left: 20px;
}
.farmer-details-one__content--wrap__support > a {
  color: #1a1916;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  display: block;
}
.farmer-details-one__content--wrap__support-heading {
  color: #1a1916;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-bottom: 13px;
}
.farmer-details-one__content--wrap__emergency-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--theme-yellow, 253, 214, 31);
  border-radius: 3px;
  padding: 11px 41px 12px 21px;
  max-width: 580px;
}
@media (max-width: 1200px) {
  .farmer-details-one__content--wrap__emergency-call {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .farmer-details-one__content--wrap__emergency-call {
    flex-direction: column;
    align-items: center;
    gap: 12px 0;
  }
}
.farmer-details-one__content--wrap__tel-bx > i {
  font-size: 19px;
  line-height: 1;
  color: var(--theme-green, #0c7735);
}
.farmer-details-one__content--wrap__tel-number, .farmer-details-one__content--wrap__call-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: var(--theme-text, #12110e);
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .farmer-details-one__content--wrap__tel-number, .farmer-details-one__content--wrap__call-text {
    text-align: center;
  }
}
.farmer-details-one__content--wrap__tel-number::after, .farmer-details-one__content--wrap__call-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--theme-text, #12110e);
  transition: all 0.4s;
}
.farmer-details-one__content--wrap__tel-number:hover::after, .farmer-details-one__content--wrap__call-text:hover::after {
  width: 100%;
}
.farmer-details-one .main-footer__social-row {
  margin-bottom: 58px;
}
@media (max-width: 991px) {
  .farmer-details-one .main-footer__social-row {
    margin-bottom: 24px;
  }
}
.farmer-details-one .main-footer__social-row-text {
  color: #15171a;
}
.farmer-details-one .main-footer__social-list li a {
  background-color: #eceef0;
}
.farmer-details-one .main-footer__social-list li a:hover {
  background-color: var(--theme-green, #0c7735);
  color: var(--theme-white, #fff);
}

/*--------------------------------------------------------------
# farmer-details-one
--------------------------------------------------------------*/
.project-details {
  padding-top: 118px;
}
@media (max-width: 991px) {
  .project-details {
    padding-top: 62px;
  }
}
@media (max-width: 1200px) {
  .project-details__wrap {
    max-width: 100%;
  }
}
.project-details__thum-image {
  width: 100%;
  margin-bottom: 30px;
}
.project-details__thum-image img {
  width: 100% !important;
  min-height: 675px;
  max-height: 675px;
  object-fit: cover;
  border-radius: 4px !important;
}
@media (max-width: 767px) {
  .project-details__thum-image img {
    min-height: 350px;
    max-height: 350px;
  }
}
.project-details__row {
  gap: 0 30px;
}
@media (max-width: 1200px) {
  .project-details__row {
    gap: 0 20px;
  }
}
@media (max-width: 991px) {
  .project-details__row {
    gap: 15px 0;
  }
}
.project-details__content {
  width: calc((70.2% - 15px) / 1);
}
@media (max-width: 1200px) {
  .project-details__content {
    width: calc((70.2% - 10px) / 1);
  }
}
@media (max-width: 991px) {
  .project-details__content {
    width: calc((100% - 0px) / 1);
  }
}
.project-details__title {
  color: var(--theme-text, #12110e);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 43px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .project-details__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
.project-details__text, .project-details__challeng-list li, .project-details__challeng-list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .project-details__challeng-list li, .project-details__challeng-text {
  color: var(--theme-text, #12110e);
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 22px;
}
.project-details__subtitle, .project-details__challeng-title {
  color: var(--theme-text, #12110e);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 14px;
  margin-top: 42px;
}
@media (max-width: 991px) {
  .project-details__subtitle, .project-details__challeng-title {
    margin-top: 25px;
  }
}
.project-details__subtitle.color--green, .color--green.project-details__challeng-title {
  color: var(--theme-green, #0c7735);
  line-height: 38px;
  margin-bottom: 17px;
  margin-top: 0;
}
.project-details__challeng-wrap {
  padding-top: 26px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .project-details__challeng-wrap {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}
.project-details__challeng-image {
  width: 242px;
}
@media (max-width: 767px) {
  .project-details__challeng-image {
    width: 100%;
  }
}
.project-details__challeng-image > img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 4px !important;
}
.project-details__challeng-content {
  width: calc((100% - 242px) / 1);
  padding-left: 43px;
}
@media (max-width: 767px) {
  .project-details__challeng-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .project-details__challeng-content {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .project-details__challeng-content {
    padding-left: 0;
    padding-top: 30px;
  }
}
.project-details__challeng-title {
  margin-top: 0;
  margin-bottom: 17px;
}
.project-details__challeng-text {
  margin-bottom: 0;
}
.project-details__challeng-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-top: 23px;
}
.project-details__challeng-list li, .project-details__challeng-list .food-one--two .food-one__quality-list li, .food-one--two .food-one__quality-list .project-details__challeng-list li {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  padding-left: 28px;
}
.project-details__challeng-list li::before, .project-details__challeng-list .food-one--two .food-one__quality-list li::before, .food-one--two .food-one__quality-list .project-details__challeng-list li::before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\e90f";
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  top: 8px;
  font-size: 17px;
  line-height: 1;
  color: var(--theme-text, #12110e);
  display: flex;
  align-items: center;
}
.project-details__sidebar-right {
  width: calc((29.8% - 15px) / 1);
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .project-details__sidebar-right {
    width: calc((29.8% - 10px) / 1);
  }
}
@media (max-width: 991px) {
  .project-details__sidebar-right {
    width: calc((100% - 0px) / 1);
  }
}
.project-details__sidebar-single {
  background-color: #e8fdf0;
  border: 1px solid #e1ede5;
  padding: 40px 42px 42px 42px;
}
@media (max-width: 1200px) {
  .project-details__sidebar-single {
    padding: 24px;
  }
}
.project-details__single-col {
  border-bottom: 1px solid #c6dccf;
  padding-bottom: 14px;
  margin-bottom: 13px;
}
.project-details__single-col:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.project-details__single-item {
  display: block;
  color: var(--theme-text, #12110e);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
}
.project-details__single-name {
  display: block;
  color: var(--theme-text, #12110e);
  font-family: var(--theme-special-font, "Outfit", sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.project-details .project-sidebar--quick {
  background-color: transparent;
  padding: 0;
  margin-top: 30px;
}
@media(max-width:760px){
  main{
    margin-top: 85px;
  }

  .theme-owl__carousel--with-shadow .owl-stage-outer{
    overflow: hidden;
  }
  .latest-work-one .container-fluid{
    padding-inline: 15px;
  }
  .faq-page__title-wrap{
    padding-bottom: 30px;
  }
}
.single-section .row.detail{
  flex-direction: column;
}
.single-section img{
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 10px;
}

.th-header {
  position: relative;
  z-index: 41;
}

.th-header .icon-btn {
  --btn-size: 45px;
  line-height: 43px;
  border: 1px solid #d0dbe9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-header .icon-btn:hover {
  border-color: var(--theme-color);
}

.th-header .th-btn {
  padding: 19px 29px;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  color: var(--title-color);
  text-transform: uppercase;
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu a .new-label {
  font-size: 12px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0px 5px;
  border-radius: 4px;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.main-menu>ul>li {
  margin: 0 10px;
}

.main-menu>ul>li>a {
  padding: 5px 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 1px;
  font-weight: 900;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  max-width: 300px;
  max-height: 400px;
  overflow: auto;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 8px 15px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f105";
  float: right;
  top: 1px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  text-transform: capitalize;
  padding: 7px 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li {
  padding: 2px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
}

.main-menu ul.mega-menu>li>a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu>li>a:hover {
  padding-left: 0;
}

.main-menu.hide-icon ul.sub-menu li a {
  padding-left: 0;
}

.main-menu.hide-icon ul.sub-menu li a:before {
  display: none;
}

.category-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 25px 30px;
  left: 0;
  margin-top: -10px;
  opacity: 0;
  z-index: -1;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}

.category-menu ul {
  padding: 0;
  margin-bottom: 0;
}

.category-menu li {
  list-style: none;
  margin-bottom: 6px;
}

.category-menu li:last-child {
  margin-bottom: 0;
}

.category-menu a {
  text-transform: capitalize;
  color: var(--title-color);
  position: relative;
  padding-left: 23px;
}

.category-menu a:before {
  content: "\f07c";
  position: absolute;
  top: 4px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 400;
}

.category-menu a:hover {
  color: var(--theme-color);
}

.category-menu-wrap {
  position: relative;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d0dbe9;
  border-radius: 5px;
}

.category-menu-wrap:hover .category-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}

.category-menu-wrap .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.category-menu-wrap .search-form input {
  background: transparent;
  border: 0;
  padding-right: 10px;
  padding-left: 15px;
  height: 48px;
}

.category-menu-wrap .search-form input:hover,
.category-menu-wrap .search-form input:focus,
.category-menu-wrap .search-form input:active {
  border: 0;
}

.category-menu-wrap .search-form input::-webkit-input-placeholder {
  color: #9faab7;
}

.category-menu-wrap .search-form input::-moz-placeholder {
  color: #9faab7;
}

.category-menu-wrap .search-form input:-ms-input-placeholder {
  color: #9faab7;
}

.category-menu-wrap .search-form input::-ms-input-placeholder {
  color: #9faab7;
}

.category-menu-wrap .search-form input::placeholder {
  color: #9faab7;
}

.category-menu-wrap .search-form button {
  border: none;
  width: auto;
  height: 48px;
  line-height: 48px;
  background-color: transparent;
  color: var(--title-color);
  padding-right: 15px;
  display: inline-block;
  border-radius: 0;
}

.menu-expand {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  background-color: transparent;
  padding: 10.5px 16px;
  border-radius: 0;
  border-right: 1px solid #d0dbe9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 160px;
  line-height: initial;
}

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--body-color);
}

.simple-icon:hover {
  color: var(--theme-color);
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-left: 15px;
}

.header-button .icon-btn {
  position: relative;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}

.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-links li>i {
  margin-right: 10px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  font-family: var(--body-font);
  color: var(--body-color);
}

.header-links i {
  color: var(--body-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 3px;
  padding-bottom: 3px;
}
.header-logo img{
  padding: 1px;
  border-radius: 5px;
  border: 3px solid var(--theme-color);
  background-color: #fff;
  width: 100px;
}
.site_name {

  display: block;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  font-family: 'Font Awesome 6 Brands';
  letter-spacing: 2px;
  line-height: 1.2;
  color: var(--theme-color);

  span {
    display: block;
  }
}

.text-second {
  color: var(--theme-color2);
}

.need_bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  width: max-content;
}

.header-notice {
  margin-bottom: 0;
  display: inline-block;
}

.counter-list {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 18px;
  background-color: var(--theme-color2);
  padding: 2px 20px;
  border-radius: 999px;
  margin-left: 15px;
  color: var(--white-color);
}

.counter-list li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  position: relative;
  color: var(--white-color);
}

.counter-list li:after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -11.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--white-color);
  font-weight: 600;
}

.counter-list li:last-child::after {
  display: none;
}

.counter-list .count-number,
.counter-list .count-name {
  color: var(--white-color);
  font-weight: 500;
}

.dropdown-link {
  position: relative;
  display: inline-block;
}

.dropdown-link>a {
  color: var(--white-color);
}

.dropdown-link>a i {
  margin-right: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dropdown-link>a:hover i {
  color: var(--white-color) !important;
}

.dropdown-toggle::after {
  content: "\f107";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  border-color: var(--border-color);
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
}

.dropdown-menu a {
  color: var(--title-color) !important;
}

.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.header-layout-default .header-top {
  --body-color: #fff;
  background-color: var(--theme-color);
  padding: 9px 88px 9px 300px;
  position: relative;
  z-index: 3;
}

@media (min-width: 1922px) {
  .header-layout-default .header-top {
    padding: 9px 188px 9px 400px;
  }
}

@media (max-width: 1600px) {
  .header-layout-default .header-top {
    padding: 9px 30px 9px 265px;
  }
}

@media (max-width: 1299px) {
  .header-layout-default .header-top {
    padding: 9px 30px;
  }
}

.header-layout-default .header-top a:hover {
  color: var(--title-color);
}

.header-layout-default .header-top .header-links a:hover {
  color: var(--theme-color);
}

.header-layout-default .header-top .header-links.header-right li:first-child {
  padding-right: 60px;
}

@media (min-width: 1922px) {
  .header-layout-default .header-top .header-links.header-right li:first-child {
    padding-right: 0;
  }
}

@media (max-width: 1355px) {
  .header-layout-default .header-top .header-links.header-right li:first-child {
    padding-right: 0px;
  }
}

.header-layout-default .header-top .header-links.header-right li:not(:last-child):before {
  display: none;
}

.header-layout-default .header-top .header-links.header-right li a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout-default .header-top .header-links.header-right li a:hover {
  color: var(--white-color);
  opacity: 0.6;
}

.header-layout-default .header-top .header-links.header-right li a:hover i {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .header-layout-default .header-top .header-links.header-right li {
    display: none;
  }

  .header-layout-default .header-top .header-links.header-right li:first-child {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.header-layout-default .header-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 267px);
  border-radius: 0 0 50px 0;
  background: var(--title-color);
  z-index: -1;
}

@media (min-width: 1922px) {
  .header-layout-default .header-top:after {
    width: calc(100% - 757px);
  }
}

@media (max-width: 1600px) {
  .header-layout-default .header-top:after {
    width: calc(100% - 207px);
  }
}

@media (max-width: 1500px) {
  .header-layout-default .header-top:after {
    width: calc(100% - 205px);
  }
}

@media (max-width: 1399px) {
  .header-layout-default .header-top:after {
    width: calc(100% - 220px);
  }
}

@media (max-width: 1355px) {
  .header-layout-default .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .header-layout-default .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}

.header-layout-default .menu-area {
  background-color: var(--white-color);
  position: relative;
  z-index: 2;
  padding: 0 88px 0 30px;
}

@media (min-width: 1922px) {
  .header-layout-default .menu-area {
    padding: 0 188px 0 130px;
  }
}

@media (max-width: 1600px) {
  .header-layout-default .menu-area {
    padding: 0 30px 0 10px;
  }
}

@media (max-width: 575px) {
  .header-layout-default .menu-area {
    padding: 0;
  }
}

.header-layout-default .menu-area .header-logo {
  margin-top: -29px;
}

@media (max-width: 1299px) {
  .header-layout-default .menu-area .header-logo {
    margin-top: 0;
  }
}

.header-layout-default .menu-area .main-menu {
  margin-left: 60px;
}

@media (max-width: 1600px) {
  .header-layout-default .menu-area .main-menu {
    margin-left: 50px;
  }
}

.header-layout-default .menu-area .logo-bg {
  position: absolute;
  height: 100%;
  width: 270px;
  border-radius: 0 0px 0 0;
  background: var(--theme-color);
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 1922px) {
  .header-layout-default .menu-area .logo-bg {
    width: 370px;
  }
}

@media (max-width: 1600px) {
  .header-layout-default .menu-area .logo-bg {
    width: 240px;
  }
}

@media (max-width: 575px) {
  .header-layout-default .menu-area .logo-bg {
    width: 220px;
  }
}

.header-layout-default .main-menu>ul>li>a {
  padding: 27.5px 0;
}

.header-layout-default .th-btn {
  padding: 18px 29px;
}

.header-layout-default .header-button {
  margin-left: 0;
}

@media (max-width: 1299px) {
  .header-layout-default .header-button .icon-btn {
    display: none;
  }
}

@media (min-width: 1921px) and (max-width: 1963px) {
  .header-layout-default .menu-expand {
    display: none;
  }
}

@media (max-width: 1763px) {
  .header-layout-default .menu-expand {
    display: none;
  }
}

@media (max-width: 1510px) {
  .header-layout-default .category-menu-wrap {
    display: none;
  }
}

@media (max-width: 1500px) {
  .header-layout-default .category-menu-wrap {
    display: none;
  }
}

.header-layout-default .sticky-wrapper.sticky .menu-area {
  background: var(--white-color);
}

.header-layout-default .sticky-wrapper.sticky .menu-area .header-logo {
  margin-top: 0;
}

.header-layout-default .sticky-wrapper.sticky .menu-area .logo-bg {
  border-radius: 0;
}

.header-layout-default .logo-bg-half {
  position: absolute;
  height: 29px;
  width: 270px;
  border-radius: 0 50px 0 0;
  background: var(--theme-color);
  top: 16px;
  left: 0;
  z-index: 4;
}

@media (min-width: 1922px) {
  .header-layout-default .logo-bg-half {
    width: 370px;
  }
}

@media (max-width: 1600px) {
  .header-layout-default .logo-bg-half {
    width: 240px;
  }
}

@media (max-width: 1299px) {
  .header-layout-default .logo-bg-half {
    display: none;
  }
}

.admin-bar .header-layout-default .header-top:after {
  width: calc(100% - 227px);
}

@media (min-width: 1922px) {
  .admin-bar .header-layout-default .header-top:after {
    width: calc(100% - 327px);
  }
}

@media (max-width: 1600px) {
  .admin-bar .header-layout-default .header-top:after {
    width: calc(100% - 177px);
  }
}

@media (max-width: 1500px) {
  .admin-bar .header-layout-default .header-top:after {
    width: calc(100% - 175px);
  }
}

@media (max-width: 1399px) {
  .admin-bar .header-layout-default .header-top:after {
    width: calc(100% - 180px);
  }
}

.header-layout1 .header-top {
  --body-color: #fff;
  background-color: var(--theme-color2);
  padding: 9px 0;
  position: relative;
  z-index: 3;
}

.header-layout1 .header-top a:hover {
  color: var(--title-color);
}

.header-layout1 .header-top .header-links.header-right li:first-child {
  padding-right: 60px;
}

@media (min-width: 1921px) and (max-width: 2520px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 0;
  }
}

@media (min-width: 1601px) and (max-width: 1870px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 0;
  }
}

@media (max-width: 1600px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 60px;
  }
}

@media (min-width: 1501px) and (max-width: 1550px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 0;
  }
}

@media (min-width: 1055px) and (max-width: 1199px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 0;
  }
}

.header-layout1 .header-top .header-links.header-right li:not(:last-child):before {
  display: none;
}

.header-layout1 .header-top .header-links.header-right li a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout1 .header-top .header-links.header-right li a:hover {
  color: var(--title-color);
}

.header-layout1 .header-top .header-links.header-right li a:hover i {
  color: var(--title-color);
}

@media (max-width: 991px) {
  .header-layout1 .header-top .header-links.header-right li {
    display: none;
  }

  .header-layout1 .header-top .header-links.header-right li:first-child {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.header-layout1 .header-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 437px);
  border-radius: 0 0 50px 0;
  background: var(--theme-color2);
  z-index: -1;
}

@media (min-width: 1922px) {
  .header-layout1 .header-top:after {
    width: calc(100% - 757px);
  }
}

@media (min-width: 1921px) and (max-width: 2520px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}

@media (min-width: 1601px) and (max-width: 1870px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 1600px) {
  .header-layout1 .header-top:after {
    width: calc(100% - 277px);
    border-radius: 0 0 50px 0;
  }
}

@media (min-width: 1501px) and (max-width: 1550px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 1500px) {
  .header-layout1 .header-top:after {
    width: calc(100% - 205px);
  }
}

@media (max-width: 1399px) {
  .header-layout1 .header-top:after {
    width: calc(100% - 220px);
  }
}

@media (min-width: 1055px) and (max-width: 1199px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}

.header-layout1 .menu-area {
  background-color: var(--theme-color2);
  position: relative;
  border-bottom: 3px solid var(--theme-color2);
  z-index: 0;
}


.header-layout1 .th-btn {
  padding: 15px 20px;
}

.header-button .th-btn:nth-child(2) {
  background-color: var(--theme-color);
}

.header-button .th-btn:nth-child(2):before {
  background-color: var(--theme-color2);
}

.header-button .th-btn:nth-child(2):after {
  background-color: var(--theme-color2);
}

@media (max-width: 1299px) {
  .header-layout1 .header-button .icon-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-button {
    margin-inline: 0;
    margin-top: 0;
    padding-left: 10px;

  }
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
  background: var(--white-color);
}

.header-layout1 .sticky-wrapper.sticky .menu-area:after {
  display: none;
}

.admin-bar .header-layout1 .header-top:after {
  width: calc(100% - 397px);
}

@media (min-width: 1922px) {
  .admin-bar .header-layout1 .header-top:after {
    width: calc(100% - 727px);
  }
}

@media (max-width: 1600px) {
  .admin-bar .header-layout1 .header-top:after {
    width: calc(100% - 237px);
  }
}

@media (max-width: 1500px) {
  .admin-bar .header-layout1 .header-top:after {
    width: calc(100% - 165px);
  }
}

@media (max-width: 1399px) {
  .admin-bar .header-layout1 .header-top:after {
    width: calc(100% - 190px);
  }
}

@media (max-width: 767px) {
  .header-search {
    margin: 0 0 20px 0;
  }
}

.unittest-header .header-button {
  margin-left: 0;
  padding-left: 10px !important;
}

.unittest-header .header-button:before {
  display: none;
}

@media (max-width: 1399px) {
  .unittest-header .main-menu>ul>li {
    margin: 0 10px;
  }
}

.header-layout3 {
  position: relative;
}

.header-layout3 .logo-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 435px;
}

@media (min-width: 1922px) {
  .header-layout3 .logo-bg {
    width: 720px;
    background-position: 0 -18px;
  }
}

@media (min-width: 2400px) and (max-width: 2522px) {
  .header-layout3 .logo-bg {
    width: 660px;
    background-position: right -12px;
  }
}

@media (min-width: 2380px) and (max-width: 2399px) {
  .header-layout3 .logo-bg {
    width: 640px;
    background-position: right -8px;
  }
}

@media (min-width: 2340px) and (max-width: 2379px) {
  .header-layout3 .logo-bg {
    width: 600px;
    background-position: right -8px;
  }
}

@media (min-width: 2300px) and (max-width: 2339px) {
  .header-layout3 .logo-bg {
    width: 540px;
    background-position: right -8px;
  }
}

@media (min-width: 2280px) and (max-width: 2299px) {
  .header-layout3 .logo-bg {
    background-position: -122px -16px;
  }
}

@media (min-width: 2230px) and (max-width: 2279px) {
  .header-layout3 .logo-bg {
    background-position: -150px -18px;
  }
}

@media (min-width: 2150px) and (max-width: 2229px) {
  .header-layout3 .logo-bg {
    background-position: -190px -18px;
  }
}

@media (min-width: 2090px) and (max-width: 2149px) {
  .header-layout3 .logo-bg {
    background-position: -220px -18px;
  }
}

@media (min-width: 2000px) and (max-width: 2089px) {
  .header-layout3 .logo-bg {
    background-position: -220px -18px;
  }
}

@media (min-width: 1970px) and (max-width: 1999px) {
  .header-layout3 .logo-bg {
    background-position: -120px -6px;
    width: 500px;
  }
}

@media (min-width: 1940px) and (max-width: 1969px) {
  .header-layout3 .logo-bg {
    background-position: -180px -10px;
    width: 600px;
  }
}

@media (min-width: 1922px) and (max-width: 1939px) {
  .header-layout3 .logo-bg {
    background-position: -210px -10px;
    width: 600px;
  }
}

@media (min-width: 1800px) and (max-width: 1879px) {
  .header-layout3 .logo-bg {
    background: var(--theme-color);
    width: 400px;
  }
}

@media (min-width: 1780px) and (max-width: 1799px) {
  .header-layout3 .logo-bg {
    background-position: -50px 0px;
  }
}

@media (min-width: 1720px) and (max-width: 1779px) {
  .header-layout3 .logo-bg {
    background-position: -80px 0px;
  }
}

@media (min-width: 1700px) and (max-width: 1719px) {
  .header-layout3 .logo-bg {
    background-position: -100px 0px;
  }
}

@media (min-width: 1601px) and (max-width: 1699px) {
  .header-layout3 .logo-bg {
    background-position: -100px 0px;
  }
}

@media (max-width: 1600px) {
  .header-layout3 .logo-bg {
    width: 340px;
    background-position: right;
  }
}

@media (min-width: 1550px) and (max-width: 1599px) {
  .header-layout3 .logo-bg {
    width: 410px;
  }
}

@media (min-width: 1501px) and (max-width: 1549px) {
  .header-layout3 .logo-bg {
    width: 400px;
  }
}

@media (max-width: 1500px) {
  .header-layout3 .logo-bg {
    width: 272px;
  }
}

@media (max-width: 1399px) {
  .header-layout3 .logo-bg {
    width: 290px;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .logo-bg {
    width: 280px;
  }
}

@media (min-width: 1270px) and (max-width: 1299px) {
  .header-layout3 .logo-bg {
    width: 300px;
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .header-layout3 .logo-bg {
    width: 360px;
  }
}

@media (max-width: 991px) {
  .header-layout3 .logo-bg {
    width: 255px;
  }
}

@media (max-width: 767px) {
  .header-layout3 .logo-bg {
    width: 260px;
  }
}

@media (max-width: 575px) {
  .header-layout3 .logo-bg {
    width: 230px;
  }
}

.header-layout3 .category-menu-wrap {
  margin-left: 30px;
}

@media (min-width: 1601px) and (max-width: 1638px) {
  .header-layout3 .category-menu-wrap {
    display: none;
  }
}

@media (max-width: 1600px) {
  .header-layout3 .category-menu-wrap {
    display: none;
  }
}

.header-layout3 .menu-area {
  position: relative;
  padding-top: 15px;
  margin: 0 86px;
}

@media (max-width: 1500px) {
  .header-layout3 .menu-area {
    margin: 0;
  }
}

.header-layout3 .menu-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15px;
  background: var(--theme-color2);
  border-radius: 0 0 30px 30px;
}

@media (min-width: 1922px) {
  .header-layout3 .menu-area:after {
    left: -110px;
    width: calc(100% + 110px);
  }
}

@media (min-width: 2460px) and (max-width: 2523px) {
  .header-layout3 .menu-area:after {
    left: -100px;
    width: calc(100% + 100px);
  }
}

@media (min-width: 2300px) and (max-width: 2459px) {
  .header-layout3 .menu-area:after {
    left: -70px;
    width: calc(100% + 70px);
  }
}

@media (min-width: 1922px) and (max-width: 2089px) {
  .header-layout3 .menu-area:after {
    left: -50px;
    width: calc(100% + 50px);
  }
}

@media (min-width: 1922px) {
  .header-layout3 .menu-area {
    margin: 0;
  }
}

.header-layout3 .main-menu>ul>li>a {
  padding: 34px 0;
}

@media (max-width: 1399px) {
  .header-layout3 .main-menu a {
    font-size: 14px;
  }
}

@media (max-width: 1299px) {

  .header-layout3 .header-button .icon-btn:nth-child(1),
  .header-layout3 .header-button .icon-btn:nth-child(2) {
    display: none;
  }
}

@media (min-width: 1501px) and (max-width: 1599px) {

  .header-layout3 .header-button .icon-btn:nth-child(1),
  .header-layout3 .header-button .icon-btn:nth-child(2) {
    display: none;
  }
}

.header-layout3 .dropdown-link>a {
  color: var(--title-color);
}

@media (max-width: 1299px) {
  .header-layout3 .dropdown-link>a .icon-btn {
    display: inline-block;
  }
}

.header-layout3 .dropdown-link>a:hover {
  color: var(--theme-color);
}

.header-layout3 .dropdown-link>a:hover .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

@media (max-width: 575px) {
  .header-layout3 .th-menu-toggle {
    margin: 15px 0;
  }
}

@media (max-width: 375px) {
  .header-layout3 .header-social a {
    margin: 0 10px 0 0;
  }

  .header-layout3 .header-links li {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .header-layout4 .menu-expand {
    display: none;
  }
}

@media (max-width: 1500px) {
  .header-layout4 .category-menu-wrap {
    display: none;
  }
}

@media (max-width: 1299px) {
  .header-layout4 .header-button .icon-btn {
    display: none;
  }
}

.header-layout4 .dropdown-link>a {
  color: var(--title-color);
}

@media (max-width: 1299px) {
  .header-layout4 .dropdown-link>a .icon-btn {
    display: inline-block;
  }
}

.header-layout4 .dropdown-link>a:hover {
  color: var(--theme-color);
}

.header-layout4 .dropdown-link>a:hover .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout5 .header-link {
  display: inline-block;
  color: var(--white-color);
  margin-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout5 .header-link:last-child {
  margin-right: 0;
}

.header-layout5 .header-link:hover {
  color: var(--theme-color);
}

.header-layout5 .header-link .icon-btn {
  margin-right: 10px;
  font-size: 14px;
  border: none;
}

.header-layout5 .top-area {
  background-color: var(--title-color);
}

.header-layout5 .header-top {
  padding: 12px 0;
  --body-color: #fff;
  border-bottom: 1px solid #202c3c;
}

.header-layout5 .header-top a,
.header-layout5 .header-top li,
.header-layout5 .header-top p,
.header-layout5 .header-top span,
.header-layout5 .header-top i {
  color: var(--white-color);
}

.header-layout5 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout5 .menu-top {
  padding: 20px 0;
}

.header-layout5 .menu-top .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout5 .header-link {
  color: var(--white-color);
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #202c3c;
}

.header-layout5 .header-link:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.header-layout5 .header-link:hover {
  color: var(--theme-color);
}

.header-layout5 .th-social a {
  background-color: #0f2239;
  border: 1px solid #4d5765;
  color: var(--white-color);
}

.header-layout5 .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.header-layout5 .simple-icon {
  color: var(--white-color);
}

.header-layout5 .dropdown-menu {
  --body-color: #74787c;
}

.header-layout5 .logo-shape {
  display: inline-block;
  height: 100%;
  width: 34%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--white-color);
  background-size: auto;
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 100px) 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.header-layout5 .icon-style2 {
  color: var(--title-color);
}

.header-layout5 .menu-area {
  position: relative;
  background-color: var(--theme-color);
  z-index: 2;
}

.header-layout5 .menu-area .container {
  --main-container: 1562px;
  margin-left: auto;
  margin-right: 66px;
}

@media (min-width: 1922px) {
  .header-layout5 .menu-area .container {
    margin-right: auto;
  }
}

@media (max-width: 1399px) {
  .header-layout5 .menu-area .container {
    margin-right: auto;
  }
}

.header-layout5 .main-menu>ul>li {
  margin: 0 18px;
}

.header-layout5 .main-menu>ul>li>a {
  color: var(--white-color);
  padding: 39px 0;
}

.header-layout5 .th-menu-toggle {
  margin: 20px 0;
  background-color: var(--title-color);
}

.header-layout5 .header-button {
  margin-left: 130px;
}

@media (max-width: 1700px) {
  .header-layout5 .logo-shape {
    width: 22%;
  }
}

@media (max-width: 1299px) {
  .header-layout5 .header-button {
    margin-left: 60px;
  }
}

@media (max-width: 1300px) {
  .header-layout5 .header-button {
    margin-left: 20px;
  }

  .header-layout5 .logo-shape {
    width: 26%;
  }
}

@media (max-width: 1199px) {
  .header-layout5 .header-link:nth-child(2) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }

  .header-layout5 .logo-shape {
    width: 32%;
  }
}

@media (max-width: 991px) {
  .header-layout5 .logo-shape {
    width: 60%;
  }

  .header-layout5 .header-link {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .header-notice {
    text-align: center;
    font-size: 14px;
  }

  .header-layout5 .menu-top {
    padding: 12px 0;
  }
}

@media (max-width: 575px) {
  .header-layout5 .logo-shape {
    width: 280px;
  }
}

.header-layout6 {
  --main-container: 1440px;
}

.header-layout6 .dropdown-link {
  position: relative;
}

.header-layout6 .dropdown-link>a {
  color: var(--white-color);
}

.header-layout6 .dropdown-toggle::after {
  content: "\f107";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
}

.header-layout6 .dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border-color);
}

.header-layout6 .dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.header-layout6 .dropdown-menu li:after {
  display: none;
}

.header-layout6 .dropdown-menu li a {
  display: block;
}

.header-layout6 .dropdown-menu a {
  color: var(--body-color);
}

.header-layout6 .dropdown-menu a:hover {
  color: var(--theme-color) !important;
}

.header-layout6 .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.header-layout6 .simple-icon {
  border: none;
  background-color: transparent;
}

.header-layout6 .simple-icon.style2 {
  font-size: 28px;
}

.header-layout6 .simple-icon:hover {
  color: var(--theme-color);
}

.header-layout6 .header-top {
  background-color: var(--theme-color);
  padding: 14px 0;
  --body-color: #fff;
}

.header-layout6 .header-top a,
.header-layout6 .header-top li,
.header-layout6 .header-top p,
.header-layout6 .header-top span,
.header-layout6 .header-top i {
  color: var(--body-color);
}

.header-layout6 .header-top a:hover {
  color: var(--white-color);
}

.header-layout6 .header-top li:before {
  background-color: #5792ff;
}

.header-layout6 .simple-icon {
  color: var(--white-color);
}

.header-layout6 .dropdown-menu {
  --body-color: #74787c;
}

.header-layout6 .logo-shape {
  display: inline-block;
  height: 100%;
  width: 27.7%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 0% 100%);
  z-index: -1;
}

.header-layout6 .menu-area {
  position: relative;
  background-color: #050f2d;
  background-size: auto;
  background-repeat: repeat;
  z-index: 2;
}

.header-layout6 .main-menu>ul>li {
  margin: 0 18px;
}

.header-layout6 .main-menu>ul>li>a {
  color: var(--white-color);
  padding: 41.5px 0;
}

.header-layout6 .th-menu-toggle {
  margin: 20px 0;
}

.header-layout6 .header-button {
  margin-left: 100px;
}

.header-layout6 .icon-btn:hover {
  border-color: var(--theme-color);
}

@media (min-width: 1922px) {
  .header-layout6 {
    --main-container: 1440px;
  }

  .header-layout6 .logo-shape {
    width: 34%;
  }
}

@media (max-width: 1700px) {
  .header-layout6 .logo-shape {
    width: 25%;
  }
}

@media (max-width: 1399px) {
  .header-layout6 .container {
    margin-left: auto;
    margin-right: auto;
  }

  .header-layout6 .header-button {
    margin-left: 60px;
  }

  .header-layout6 .logo-shape {
    width: 22%;
  }
}

@media (max-width: 1300px) {
  .header-layout6 .logo-shape {
    width: 26%;
  }

  .header-layout6 .header-button .th-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-layout6 .logo-shape {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .header-layout6 .logo-shape {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .header-layout6 .header-top {
    padding: 8px 0;
  }
}

@media (max-width: 375px) {
  .header-layout6 .logo-shape {
    width: 75%;
  }
}

.header-layout7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --main-container: 1920px;
}

.header-layout7 .sticky {
  background-color: var(--title-color);
}

.header-layout7 .container {
  padding-left: 0;
  padding-right: 0;
}

.header-layout7 .header-logo {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 100px 15px 50px;
  border-right: 5px solid var(--theme-color);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-layout7 .header-top {
  padding: 15px 0;
  --body-color: #fff;
}

.header-layout7 .header-top a,
.header-layout7 .header-top li,
.header-layout7 .header-top p,
.header-layout7 .header-top span,
.header-layout7 .header-top i {
  color: var(--white-color);
}

.header-layout7 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout7 .header-top li:before {
  background-color: #d9d9d9;
}

.header-layout7 .top-left {
  padding-left: 50px;
}

.header-layout7 .top-right {
  width: 1080px;
  padding-right: 50px;
}

.header-layout7 .simple-icon {
  color: var(--white-color);
}

.header-layout7 .simple-icon.style2 {
  font-size: 28px;
}

.header-layout7 .dropdown-menu {
  --body-color: #74787c;
}

.header-layout7 .menu-area {
  position: relative;
  padding: 0 50px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1080px;
}

.header-layout7 .main-menu>ul>li {
  margin: 0 18px;
}

.header-layout7 .main-menu>ul>li>a {
  color: var(--white-color);
  padding: 36.5px 0;
}

.header-layout7 .th-menu-toggle {
  margin: 15px 0;
}

.header-layout7 .header-button {
  margin-left: 10px;
  gap: 30px;
}

@media (max-width: 1299px) {
  .header-layout7 .header-logo {
    padding: 15px 100px 15px 30px;
  }

  .header-layout7 .top-left {
    padding-left: 30px;
  }

  .header-layout7 .top-right {
    width: 900px;
    padding-right: 30px;
  }

  .header-layout7 .menu-area {
    padding: 0 30px;
    width: 900px;
  }
}

@media (max-width: 1399px) {
  .header-layout7 .container {
    max-width: 100%;
  }

  .header-layout7 .top-right {
    width: 687px;
  }

  .header-layout7 .menu-area {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .header-layout7 .header-logo {
    padding: 15px 100px 15px 15px;
  }

  .header-layout7 .top-left {
    padding-left: 15px;
  }

  .header-layout7 .top-right {
    width: 680px;
    padding-right: 15px;
  }

  .header-layout7 .menu-area {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .header-layout7 .top-left {
    padding-left: 15px;
  }

  .header-layout7 .top-right {
    width: 100%;
  }

  .header-layout7 .top-right .row {
    --bs-gutter-x: 50px;
  }
}

@media (max-width: 767px) {
  .header-layout7 .header-logo {
    padding: 15px;
  }
}

.header-layout8 {
  --main-container: 1720px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-layout8 .main-menu>ul>li>a {
  padding: 46.5px 0;
  color: var(--white-color);
}

.header-layout8:before {
  content: "";
  height: 100%;
  width: 22%;
  background-color: var(--white-color);
  opacity: 0.13;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.header-layout8 .header-button {
  margin-left: 110px;
}

.header-layout8 .header-button .simple-icon {
  color: var(--white-color);
}

.header-layout8 .sticky {
  background-color: var(--title-color);
}

@media (min-width: 1922px) {
  .header-layout8::before {
    width: 30%;
  }
}

@media (max-width: 1399px) {
  .header-layout8:before {
    width: 26%;
  }
}

@media (max-width: 1300px) {
  .header-layout8:before {
    width: 16%;
  }

  .header-layout8 .header-button .th-btn {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-layout8 .main-menu>ul>li>a {
    padding: 31.5px 0;
  }
}

@media (max-width: 991px) {
  .header-layout8:before {
    width: 50%;
    -webkit-clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}

.header-layout9 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
}

.header-layout9 .navbar-top {
  height: 47px;
  padding-top: 7px;
  background: var(--theme-color);
  -webkit-mask: conic-gradient(from -45deg at bottom, rgba(0, 0, 0, 0), #000 1deg 89deg, rgba(0, 0, 0, 0) 90deg) 10%/20px 100%;
}

.header-layout9 .header-links li,
.header-layout9 .header-links span,
.header-layout9 .header-links p,
.header-layout9 .header-links a {
  color: var(--white-color);
}

.header-layout9 .header-links a:hover {
  color: var(--title-color);
}

.header-layout9 .header-links i {
  color: var(--white-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout9 .header-links.header-right li a:hover i {
  color: var(--title-color);
}

.header-layout9 .header-links li:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.5);
}

.header-layout9 .simple-icon {
  color: var(--title-color);
}

.header-layout10 .header-top {
  --body-color: #fff;
  background-color: var(--theme-color);
  padding: 9px 0;
}

.header-layout10 .header-top a:hover {
  color: var(--title-color);
}

.header-layout10 .menu-area {
  background-color: var(--white-color);
}

.header-layout11 .header-top {
  background-color: #00306e;
  padding: 11.5px 0;
  --body-color: #fff;
}

.header-layout11 .header-top a,
.header-layout11 .header-top li,
.header-layout11 .header-top p {
  color: var(--body-color);
}

.header-layout11 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout11 .header-top li:before {
  background-color: #3569ac;
}

.header-layout11 .header-button {
  padding-left: 30px;
  margin-left: 6px;
  position: relative;
}

.header-layout11 .header-button:before {
  content: "";
  height: 30px;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d9d9d9;
}

.header-layout11 .th-menu-toggle {
  margin: 20px 0;
}

.header-layout11 .menu-expand {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color);
  background-color: #eef3f9;
  padding: 12.5px 24px;
  border-radius: 5px;
}

.header-layout11 .menu-expand i {
  margin-right: 10px;
}

@media (max-width: 575px) {

  .header-layout11 .th-menu-toggle,
  .header-layout12 .th-menu-toggle {
    margin: 15px 0;
  }
}

@media (max-width: 375px) {

  .header-layout11 .header-social a,
  .header-layout12 .header-social a {
    margin: 0 10px 0 0;
  }

  .header-layout11 .header-links li,
  .header-layout12 .header-links li {
    font-size: 14px;
  }
}

.header-layout12 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-layout12 .header-top {
  background-color: #00306e;
  padding: 9px 0;
  --body-color: #fff;
}

.header-layout12 .header-top a,
.header-layout12 .header-top li,
.header-layout12 .header-top p,
.header-layout12 .header-top span,
.header-layout12 .header-top div {
  color: var(--body-color);
  font-family: var(--title-font);
}

.header-layout12 .header-top .counter-list {
  background: var(--white-color);
}

.header-layout12 .header-top .count-number,
.header-layout12 .header-top .count-name {
  font-size: 15px;
  color: #00306e;
}

.header-layout12 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout12 .header-top li:before {
  background-color: #3569ac;
}

.header-layout12 .th-menu-toggle {
  margin: 20px 0;
}

.header-layout12 .menu-area {
  background-color: var(--white-color);
  padding-left: 40px;
  border-radius: 0 0 0 10px;
}

.header-layout12 .sticky-wrapper:after {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--white-color);
  z-index: -1;
}

.header-layout12 .sticky-wrapper.sticky .menu-area {
  padding-left: 0;
}

@media (max-width: 1199px) {
  .header-layout12 .header-notice {
    font-size: 14px;
  }

  .header-layout12 .menu-area {
    padding-left: 0;
  }

  .header-layout12 .sticky-wrapper {
    background-color: var(--white-color);
  }

  .header-layout12 .sticky-wrapper::after {
    display: none;
  }
}

.header-layout13 .header-button {
  padding-left: 0px;
  margin-left: 0px;
}

.header-layout13 .header-button:before {
  display: none;
}

@media (min-width: 1700px) {
  .header-layout13 {
    --main-container: 1620px;
  }
}

@media (max-width: 1699px) {
  .header-layout13 .category-menu-wrap {
    display: none;
  }
}

.header-layout14 .menu-area {
  position: relative;
  z-index: 2;
}

.header-layout14 .logo-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 29%;
  background-color: #f1f2f7;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
  z-index: -1;
}

@media (min-width: 1922px) {
  .header-layout14 .logo-bg {
    width: 34%;
  }
}

@media (max-width: 1299px) {
  .header-layout14 .logo-bg {
    width: 22%;
  }
}

@media (max-width: 1399px) {
  .header-layout14 .logo-bg {
    width: 26%;
  }
}

@media (max-width: 1199px) {
  .header-layout14 .logo-bg {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .header-layout14 .logo-bg {
    width: 55%;
  }
}

@media (max-width: 420px) {
  .header-layout14 .logo-bg {
    width: 75%;
  }

  .header-layout14 .header-social a {
    margin: 0 9px 0 0;
  }

  .header-layout14 .header-social a:last-child {
    margin: 0;
  }

  .header-layout14 .header-links li {
    font-size: 14px;
  }
}

.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(28, 185, 200, 0.1);
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu .new-label {
  font-size: 13px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  font-weight: 900;
  display: inline-block;
}

.th-mobile-menu ul li.th-active>a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active>a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children>a .th-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}

.th-mobile-menu ul .th-item-has-children>a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu ul .th-item-has-children.th-active>a .th-mean-expand:before {
  content: "\f068";
}

.th-mobile-menu ul .th-item-has-children.th-active>a:after {
  content: "\f068";
}

.th-mobile-menu>ul {
  padding: 0 40px;
}

.th-mobile-menu>ul>li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.th-menu-toggle:hover {
  background-color: var(--title-color);
}

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.th-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .th-mobile-menu>ul {
    padding: 0 20px;
  }
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 29px;
  box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
  border-radius: 5px;
}

.th-btn:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 600%;
  background-color: var(--theme-color);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
  transform: translateX(-50%) translateY(-50%) rotate(60deg);
  z-index: -1;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.th-btn:hover,
.th-btn.active {
  color: var(--white-color);
}

.th-btn:hover::before,
.th-btn.active::before {
  height: 560%;
}


.slider-area {
  overflow: hidden;
  position: relative;
}

.slider-area.style-1 .te-single-slider .te-slider-shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-area.style-1 .te-single-slider .te-slider-img {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.slider-area.style-1 .te-single-slider .te-slider-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  filter: brightness(0.8);
}

.slider-area .te-slider-wrapper .slick-active .te-slider-short-title,
.slider-area .te-slider-wrapper .slick-active .te-slider-title,
.slider-area .te-slider-wrapper .slick-active .te-slider-short-desc,
.slider-area .te-slider-wrapper .slick-active .te-slider-btn-wrapper {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-short-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-short-desc {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-btn-wrapper {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.slider-area .te-slider-wrapper .slider-arrow-btn {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #151422;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  padding: 0;
  right: 12px;
  border-radius: 50px;
  margin-right: calc((100% - 1320px) / 2);
  z-index: 9;
  transition: all 0.5s ease-out;
}
/*.button_form{
    margin-left: 40px;
}*/

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .te-slider-wrapper .slider-arrow-btn {
    margin-right: calc((100% - 1140px) / 2);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .te-slider-wrapper .slider-arrow-btn {
    margin-right: calc((100% - 960px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .te-slider-wrapper .slider-arrow-btn {
    margin-right: calc((100% - 720px) / 2);
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .te-slider-wrapper .slider-arrow-btn {
    margin: 0 auto;
  }
}

.slider-area .te-slider-wrapper .slider-arrow-btn.prev-btn {
  margin-top: -55px;
}

.slider-area .te-slider-wrapper .slider-arrow-btn:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}

.slider-area .te-slider-wrapper .slick-dots {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .te-slider-wrapper .slick-dots {
    display: none !important;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px;
    bottom: 70px;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }
}

.slider-area .te-slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 1px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}

.slider-area .te-slider-wrapper .slick-dots li button {
  font-size: 2px;
  text-indent: -9999px;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: var(--theme-color);
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-out;
}

.slider-area .te-slider-wrapper .slick-dots li button:hover {
  background-color: var(--theme-color);
  transition: all 0.5s ease-out;
}

.slider-area .te-slider-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 1px solid var(--theme-color);
}

.slider-area .te-slider-wrapper .slick-dots li.slick-active button {
  transition: all 0.5s ease-out;
}

.slider-area .te-single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #182B54;
  height: 550px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .te-single-slider {
    background-image: none !important;
    height: 365px;
  }
}

.slider-area .te-single-slider .te-slider-container {
  display: flex;
  padding: 130px 0 130px
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .te-single-slider .te-slider-container {
    flex-direction: column-reverse;
    padding: 80px 0 120px;
    text-align: center;
  }
  .slider-area.style-1 .te-single-slider .te-slider-img img{
    filter: brightness(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .te-single-slider .te-slider-container {
    padding: 100px 0;
    align-items: center;
  }
}

.slider-area .te-single-slider .te-slider-container .te-slider-column {
  width: 60%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .te-single-slider .te-slider-container .te-slider-column {
    width: 100%;
  }
}

.slider-area .te-single-slider .te-slider-content-wrapper {
  position: relative;
  z-index: 99;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-title {
  font-size: 31px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
  color: #ffffff;
  font-family:  "Plus Jakarta Sans", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -3px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
    font-size: 60px;
    line-height: 1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
    font-size: 48px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
    font-size: 42px;
    line-height: 1;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 20px;
  }
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
  padding-top: 52px;
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap-reverse;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
    padding-top: 30px;
    justify-content: center;
  }
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-theme-btn {
  flex-shrink: 0;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-icon {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  flex-shrink: 0;
  border: 1px solid var(--theme-color);
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ripple 4s infinite;
  box-shadow: 0 0 0 0 var(--theme-color);
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-content {
  display: flex;
  flex-direction: column;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-content .te-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #335371;
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-content .te-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
}

.slider-area .te-single-slider .te-slider-image {
  position: relative;
  z-index: 2;
  margin-top: inherit;
  animation: MoveLeftRight 2s linear infinite alternate;
  text-align: right;
}

.slider-area .te-single-slider .te-slider-image .slider-feature {
  display: inline-flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  background-color: var(--theme-color);
  border-radius: 5px;
}

.slider-area .te-single-slider .te-slider-image .slider-feature .single-slider-feature {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.slider-area .te-single-slider .te-slider-image .slider-feature .single-slider-feature .slider-feature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slider-area .te-single-slider .te-slider-image .slider-feature .single-slider-feature .slider-feature-content .title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.slider-area .te-single-slider .te-slider-image .slider-feature .single-slider-feature .slider-feature-content .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0;
}

.slider-area .te-single-slider .te-slider-image .slider-feature .single-slider-feature .slider-feature-img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: rgba(21, 20, 34, 0.1);
  justify-content: center;
}

.slider-area.style-2 .te-single-slider .te-slider-img {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .te-single-slider .te-slider-img {
    display: none;
  }
}

.slider-area.style-2 .te-single-slider .te-slider-img:before {
  position: absolute;
  left: -20px;
  height: 100%;
  width: 20px;
  top: 190px;
  background-color: var(--theme-color);
  content: "";
}

.slider-area.style-2 .te-single-slider .te-slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding-top: 106px;
}

.slider-area.style-2 .te-single-slider .te-slider-container {
  padding-top: 236px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .te-single-slider .te-slider-container {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .te-single-slider .te-slider-container {
    padding-top: 100px;
  }
}

.slider-area.style-2 .te-single-slider .te-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #182B54;
  opacity: 0.95;
}

.slider-area.style-3 {
  overflow: visible;
}

.slider-area.style-3 .te-single-slider {
  background-color: rgba(24, 43, 84, 0.03);
  overflow: visible;
}

.slider-area.style-3 .te-single-slider .te-slider-title {
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .te-single-slider .te-slider-title {
    font-size: 48px;
    line-height: initial;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .te-single-slider .te-slider-title {
    font-size: 38px;
    line-height: initial;
  }
}

.slider-area.style-3 .te-single-slider .te-slider-content .te-slider-short-desc {
  color: #182B54;
}

.slider-area.style-3 .te-single-slider .te-slider-content-wrapper {
  display: flex;
  gap: 30px;
}

@media (max-width: 1199px) {
  .slider-area.style-3 .te-single-slider .te-slider-content-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.slider-area.style-3 .te-single-slider .te-slider-container {
  flex-direction: column;
  padding-top: 165px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .te-single-slider .te-slider-container {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .te-single-slider .te-slider-container {
    padding-bottom: 80px;
  }
}

.slider-area.style-3 .te-single-slider .te-slider-container .te-slider-column {
  width: 100%;
}

.slider-area.style-4 .te-single-slider .te-slider-container {
  padding: 290px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-4 .te-single-slider .te-slider-container {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-4 .te-single-slider .te-slider-container {
    padding-top: 120px;
    padding-bottom: 250px;
  }
}

.slider-area.style-4 .te-single-slider .te-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(408.47% 100% at 0% 50.05%, rgba(24, 43, 84, 0.96) 0%, rgba(24, 43, 84, 0) 100%);
}

.slider-area {
  overflow: hidden;
  position: relative;
}

.slider-area.style-1 .te-single-slider .te-slider-shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-area.style-1 .te-single-slider .te-slider-img {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.slider-area.style-1 .te-single-slider .te-slider-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  filter: brightness(0.8);
}

.slider-area .te-slider-wrapper .slick-active .te-slider-short-title,
.slider-area .te-slider-wrapper .slick-active .te-slider-title,
.slider-area .te-slider-wrapper .slick-active .te-slider-short-desc,
.slider-area .te-slider-wrapper .slick-active .te-slider-btn-wrapper {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-short-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-short-desc {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-btn-wrapper {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.slider-area .te-slider-wrapper .slider-arrow-btn {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #151422;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  padding: 0;
  right: 12px;
  border-radius: 50px;
  margin-right: calc((100% - 1320px) / 2);
  z-index: 9;
  transition: all 0.5s ease-out;
}
.main_header_row{

  background: #fff;
  border-radius: 30px 0 0 30px;
  padding: 7px 0 7px 15px;
}
.call_main_btn{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
.call_main_btn .icon{
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: #ffffff;
  background-color: var(--theme-color2);
  display: flex
  ;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.call_main_btn .small{
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1;
  color: #000;
}
.call_main_btn .call{
  font-weight: 600;
  line-height: 1;
  color: #000;
}
@media(max-width: 768px){
  .main_header_row{

    --bs-gutter-x: 17px;
    margin-right: -16px;
  }
  .call_main_btn{
    margin: 0;
    padding: 0;
    border: 0;
  }
  .call_main_btn .icon{

    width: 31px;
    height: 31px;
    font-size: 13px;
  }
  .call_main_btn .call{
    font-size: 13px;
  }
  .call_main_btn .small{
    margin-bottom: 3px;
  }
}

.iconbox-one__single {
  margin: 0 auto 30px;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 210px;
}

.iconbox-one__number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  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;
  font-size: 18px;
  font-weight: 700;
  background: #DFDFDF;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.iconbox-one__content {
  border-radius: 20px;
  text-align: center;
  padding: 30px 20px 22px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
  clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1320px) {
  .iconbox-one__content {
    padding: 30px 12px 22px;
  }
}

.iconbox-one__content:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  -webkit-clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
  clip-path: polygon(68px 0, 100% 0, 100% 100%, 0 100%, 0% 68px);
  background: #fff;
  padding: 2px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-one__content-inner {
  position: relative;
}

.iconbox-one__icon {
  font-size: 60px;
  color: var(--theme-color2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}

.iconbox-one__icon svg {
  width: 60px;
  fill: var(--theme-color2);
}

.iconbox-one__title {
  font-size: 20px;
  margin: 15px 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1320px) {
  .iconbox-one__title {
    font-size: 18px;
  }
}

.iconbox-one__desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iconbox-one__link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.iconbox-one__single:hover .iconbox-one__content, .iconbox-one__single:focus .iconbox-one__content, .iconbox-one__single.active .iconbox-one__content {
  background: none;
}

.iconbox-one__single:hover .iconbox-one__content:before, .iconbox-one__single:focus .iconbox-one__content:before, .iconbox-one__single.active .iconbox-one__content:before {
  background: var(--theme-color);
}

.iconbox-one__single:hover .iconbox-one__number, .iconbox-one__single:focus .iconbox-one__number, .iconbox-one__single.active .iconbox-one__number {
  color: #fff;
  background: var(--theme-color2);
}

.iconbox-one__single:hover .iconbox-one__icon, .iconbox-one__single:focus .iconbox-one__icon, .iconbox-one__single.active .iconbox-one__icon {
  color: #fff;
}

.iconbox-one__single:hover .iconbox-one__title, .iconbox-one__single:focus .iconbox-one__title, .iconbox-one__single.active .iconbox-one__title {
  color: #fff;
}

.iconbox-one__single:hover .iconbox-one__desc, .iconbox-one__single:focus .iconbox-one__desc, .iconbox-one__single.active .iconbox-one__desc {
  color: #fff;
}


.swiper-slider-wrapper .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.swiper-slider-wrapper .swiper-pagination > span {
  margin: 0 5px;
  width: 35px;
  height: 3px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: transparent;
  border-radius: 0;
  background: #DFDFDF;
  position: relative;
  opacity: 1;
  border-radius: 5px;
  position: relative;
}

.swiper-slider-wrapper .swiper-pagination > span:after {
  content: '';
  height: 20px;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 11;
}

.swiper-slider-wrapper .swiper-pagination > span.swiper-pagination-bullet-active {
  background: var(--theme-color2);
}

.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  white-space: nowrap;
}

.swiper-pagination-bullets-dynamic span {
  -webkit-transition: .3s transform,.3s left;
  transition: .3s transform,.3s left;
}

.cabs_box{
  text-align: center;
  background: #f9f9f9;
  padding: 30px;
  margin-top: 30px;
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  h2{
    font-size: 30px;
    color: #222;
    margin-bottom: 13px;
  }
  p.text-secondary{
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
  }
  p{
    font-size: 18px;
    strong{
      font-size: 20px;
    }
  }
}
.footer_social a{
  display: inline-flex;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media(max-width: 768px){
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-title{
    font-size: 20px;
  }
  .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title{
    font-size: 33px;
  }
  .about-five__image .content-inner img{
    height: 280px;
  }
  .about-five__image{
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .about-five__title{

        margin-left: 0;
        margin-top: -20px; 
        padding: 20px 112px 15px 8px;
    line-height: 1.5;
  }
  .why_choose_us .content-inner{
    text-align: center;
  }
  .box-style-three__single{
    width: 100%;
    padding: 15px;
  }
  .boxes_grid:before,
  .boxes_grid:after{
    display: none;
  }
  .about-four__image-second .content-inner{
    max-width: 147px;
    padding: 4px;
  }
  .cabs_box{
    padding: 20px;
  }
}

.form_section img{
    width: 100%;
    position: absolute;
    bottom: 100%;
    display: none;
}
.form_section{
    background-color: #fff;
    position:relative;
    background: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    border: 8px solid var(--theme-color2);
    border-top: 2px solid var(--theme-color2);
    border-right: 2px solid var(--theme-color2);
    z-index: 1;
}

.form-title {
  padding: 0px 12px 0px;
  position: relative;
  left: 0px;
  border-radius: 5px 5px 0 0;
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
  margin-top: 0;
  color: #000;
}
.form_section form button{
    text-align: center;
}

.form_section .form-group label {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    display: none;
}
.form_section .form-heading{
    background-color: var(--theme-color);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.form_section .form-control{
      border-width: 0 0 1px 0;
    padding: 18px;
    border-radius: 30px;
    color: #000;
    height: 56px;
    background-color: #fafafa;
}
.common-booking-form .form_section .form-control{
    padding-left: 30px;
}
.common-booking-form .form_section .input-group i {
    top: 6px;
}


.form_section .input-group i,
.form_section .form-group i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    text-align: center;
    z-index: 1;
    line-height: 38px;
    color: var(--theme-color);
    font-size: 18px;
    display: none;
}

.form_section .form-group{
    margin-bottom: 10px;
    position: relative;
}

.homesection{
    background: var(--theme-color);
}
@media only screen and (min-width: 768px) {
 .home_form .form_section {
        padding: 20px 30px;
        width: 32%;
        position: relative;
        background: #fff;
        z-index: 1;
        width: 70%;
        margin-inline: auto;
        margin-top: -60px;
 }
}
 @media only screen and (max-width: 768px) {
    .home_form .form_section {
        margin-top: -65px;
        width: 96%;
        margin-inline: auto;
        display: block;
        position: relative;
        z-index: 1;
        padding: 15px;
    }
}