@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #C8433A;
  --theme2: #F5D83E;
  --theme3: #11A21B;
  --header: #2F2F2F;
  --text: #50624A;
  --border: #02060A;
  --bg: #F5F6F4;
  --bg2: #50624A;
  --bg3: #F5F6F4;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--bg);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
button {
  border: none;
  background-color: transparent;
  padding: 0;
}
input:focus {
  color: var(--white);
  outline: none;
}
input {
  color: var(--white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 1899px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 130% !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
span {
  margin: 0px;
  text-transform: capitalize;
}
.theme-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  padding: 15px 30px 15px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  gap: 5px;
  text-align: center;
  background-color: var(--theme);
  z-index: 1;
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .theme-btn {
    padding: 15px 25px 15px;
  }
}
.theme-btn::before {
  content: "";
  background-color: var(--header);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.theme-btn:hover::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
  transition-delay: 200ms;
}
.theme-btn::after {
  content: "";
  background-color: rgba(47, 47, 47, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.theme-btn:hover::after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover img {
  filter: brightness(0);
}
.theme-btn.theme-btn-3 {
  background-color: var(--theme3);
}
.link-btn {
  color: var(--theme);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
}
.link-btn i {
  margin-left: 5px;
  color: var(--theme);
}
.theme-btn-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  font-weight: 700;
  font-size: 16px;
  color: var(--header);
  padding: 15px 30px 15px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  gap: 5px;
  text-align: center;
  background-color: var(--theme2);
  z-index: 1;
  border-radius: 8px;
}
.theme-btn-2::before {
  content: "";
  background-color: var(--header);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.theme-btn-2:hover::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
  transition-delay: 200ms;
}
.theme-btn-2::after {
  content: "";
  background-color: rgba(47, 47, 47, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.theme-btn-2:hover::after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.theme-btn-2:hover {
  color: var(--white);
}
.theme-btn-2:hover img {
  filter: brightness(0);
}
.theme-btn-2.style-btns {
  border: 1px solid var(--theme2);
}
.theme-btn-2.style-btns:hover {
  color: var(--theme2);
}
.link-btn-2 {
  color: var(--theme2);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  text-decoration: underline;
  text-transform: capitalize;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.link-btn-2:hover {
  color: var(--theme2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme2) 0%, var(--theme2) 100%);
}
#agri-preloader {
  position: fixed;
  inset: 0;
  background: #fff; /* dark green */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.preloader-content {
  text-align: center;
  color: #fff;
}
.leaf {
  width: 60px;
  height: 60px;
  background: #4CAF50;
  border-radius: 0 100% 0 100%;
  transform: rotate(45deg);
  margin: 0 auto 15px;
  animation: leafSpin 1.2s linear infinite;
}
.preloader-content h4 {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--header);
  margin: 0;
}
.farmer-loader {
  width: 90px;
  animation: float 1.2s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.back-to-top {
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 100px;
  color: var(--white);
  font-size: 16px;
  position: fixed;
  display: inline-block;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top.theme-bg-2 {
  background-color: var(--theme2);
  color: var(--header);
}
.back-to-top.theme-bg-2:hover {
  color: var(--theme2);
}
.back-to-top.theme-bg-3 {
  background-color: var(--theme3);
  color: var(--white);
}
.back-to-top.theme-bg-3:hover {
  color: var(--theme3);
}
@media (max-width: 575px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top:hover {
  background-color: var(--white);
  color: var(--theme);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.cursor-outer.cursor-hover {
  opacity: 0.14;
}
.cursor-outer.cursor-big {
  opacity: 0;
}
.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}
.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.cursor-inner.cursor-big span {
  opacity: 1;
}
.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}
@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.splt-txt-bounce .whitespace {
  width: 20px;
}
@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes waterFall {
  0% {
    transform: translateY(-40px) scaleY(0.6);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(430px) scaleY(1);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 45px;
}
@media (max-width: 1199px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(80, 98, 74);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 260px;
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  background-color: var(--white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
  background-color: var(--white);
  border-radius: 8px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  width: 100%;
  padding: 0 12px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: initial;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  padding: 15px 40px 15px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  gap: 5px;
  text-align: center;
  background-color: var(--theme);
  z-index: 1;
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 15px 25px 15px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::after {
  content: "";
  background-color: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover img {
  filter: brightness(0);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn.theme-btn-3 {
  background-color: var(--theme3);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn.theme-btn-3:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  line-height: initial;
  font-weight: 700;
  font-size: 16px;
  color: var(--header);
  padding: 15px 40px 15px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  gap: 5px;
  text-align: center;
  background-color: var(--theme2);
  z-index: 1;
  border-radius: 8px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn-2::after {
  background-color: var(--header) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn-2:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn-2:hover img {
  filter: brightness(0);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 70px;
}
.header-main .header-right.style-1 {
  gap: 200px !important;
}
@media (max-width: 1399px) {
  .header-main .header-right.style-1 {
    gap: 40px !important;
  }
}
.header-main .header-right.style-1 .icon-items {
  margin-right: -110px !important;
}
@media (max-width: 1399px) {
  .header-main .header-right.style-1 .icon-items {
    margin-right: 0 !important;
  }
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header-right .icon-items {
  display: flex;
  align-items: center;
  gap: 45px;
}
.header-main .header-right .icon-items a i {
  color: var(--white);
}
.header-main .header-right .header-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-main .header-right .header-btn span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 15px 20px;
  display: inline-block;
  font-weight: 700;
}
.header-main .header-right .header-btn span i {
  color: var(--white);
  margin-right: 5px;
}
@media (max-width: 1399px) {
  .header-main .header-right .header-btn span {
    display: none;
  }
}
.header-main .header-right .header-btn span a {
  color: var(--white);
}
@media (max-width: 1399px) {
  .header-main .header-right .header-btn {
    gap: 16px;
  }
}
@media (max-width: 1399px) {
  .header-main .header-right .header-btn .header-button {
    display: none;
  }
}
.header-main .header-right .header-btn .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--white);
}

.header-1 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  margin-top: 45px;
  margin-top: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1399px) {
  .header-1 {
    top: 0;
    margin-top: 0;
  }
}
.header-1 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 90px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}
.header-1 .header-main .main-menu ul li a {
  color: var(--white);
}
.header-1 .header-main .main-menu ul li a:hover {
  color: var(--theme2);
}
.header-1 .header-main .main-menu ul li .submenu {
  border-top: 6px solid var(--theme2);
}
.header-1 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme2) !important;
}
.header-1 .header-main .main-menu ul li .submenu li a:hover::before {
  background-color: var(--theme2);
}
@media (max-width: 1899px) {
  .header-1 .header-main .main-menu ul li {
    margin-inline-end: 28px;
  }
}
.header-1 .header-main .header-left .logo .header-logo-2 {
  display: none;
}
@media (max-width: 1899px) {
  .header-1 .header-main .header-left .logo .header-logo-2 {
    gap: 40px;
  }
}
@media (max-width: 1899px) {
  .header-1 .header-main .header-right {
    gap: 40px;
  }
}
@media (max-width: 1899px) {
  .header-1 .header-main .header-right .icon-items {
    gap: 40px;
  }
}
@media (max-width: 1600px) {
  .header-1 .header-main .header-right .header-btn span {
    padding: 15px;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 {
  margin-top: 0;
}
.sticky.header-1 .header-main .header-left .header-logo {
  display: none;
}
.sticky.header-1 .header-main .header-left .header-logo-2 {
  display: block;
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .icon-items .menu_search .search_btn {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .icon-items a i {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .header-btn span {
  background-color: var(--header);
}
.sticky.header-1 .header-main .header-right .header-btn .sidebar__toggle {
  color: var(--header);
}
.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme2);
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info.style-2 {
  border-left: 2px solid var(--theme3) !important;
}
.offcanvas__info.style-3 {
  border-left: 2px solid var(--theme) !important;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme2);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close.style-2 {
  background-color: var(--theme3);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close.style-2 i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close.style-3 {
  background-color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close.style-3 i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    display: none;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 0;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 14px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme3);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon.style-1 {
  color: var(--theme) !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon.style-2 {
  color: var(--theme2) !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme3);
  color: var(--white);
  border: 1px solid var(--theme3);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon.style-3 a:hover {
  background-color: var(--theme) !important;
  border: 1px solid var(--theme) !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon.style-2 a:hover {
  background-color: var(--theme2) !important;
  border: 1px solid var(--theme2) !important;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  background-color: rgba(17, 162, 27, 0.1);
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper {
    margin-top: 0;
  }
}
.breadcrumb-wrapper .top-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.breadcrumb-wrapper .top-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .top-image {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper.bg-cover {
    background-image: none !important;
  }
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 325px 0 50px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 115px;
    padding-bottom: 80px;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--header) !important;
  font-size: 50px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 50px;
    color: var(--white) !important;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 8px;
  justify-content: center;
  border: 1px solid rgba(47, 47, 47, 0.2);
  display: inline-flex;
  border-radius: 6px;
  padding: 2px 10px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: rgb(17, 162, 27);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--white);
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: var(--white);
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: var(--header);
  margin-right: 9px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: rgb(17, 162, 27);
  opacity: 1;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: rgb(17, 162, 27);
  margin-right: 5px;
}


.footer-widget-wrapper {
  padding: 170px 0 70px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper {
    padding: 70px 0 70px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 70px;
  }
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image {
  position: relative;
  border-radius: 10px;
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image {
    margin-right: 0;
  }
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(47, 47, 47, 0.6);
  border-radius: 10px;
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content {
  max-width: 510px;
  width: 100%;
  padding: 40px 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content {
    padding: 30px 20px;
  }
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content h3 {
  color: var(--white);
  margin-bottom: 20px;
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content form {
  max-width: 510px;
  width: 100%;
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt {
  position: relative;
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  color: rgb(80, 98, 74);
  line-height: 1;
  padding: 25px 50px;
  border-radius: 10px;
  max-width: 510px;
}
@media (max-width: 470px) {
  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt input {
    padding: 25px 30px;
  }
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt input::placeholder {
  color: rgb(80, 98, 74);
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt i {
  position: absolute;
  left: 25px;
  top: 28px;
  color: var(--header);
}

.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  color: rgb(80, 98, 74);
  line-height: 1;
  padding: 25px 50px;
  border-radius: 10px;
  max-width: 510px;
}
@media (max-width: 470px) {
  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt input {
    padding: 25px 30px;
  }
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt input::placeholder {
  color: rgb(80, 98, 74);
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt i {
  position: absolute;
  left: 25px;
  top: 28px;
  color: var(--header);
}
@media (max-width: 470px) {
  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt i {
    left: 10px;
  }
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt .theme-btn-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 15px 30px 15px;
}
@media (max-width: 470px) {
  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .form-clt .theme-btn-2 {
    padding: 10px 20px 10px;
  }
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .payment-save input {
  width: 14px;
  height: 14px;
  border: 1px solid var(--white);
  background-color: transparent;
  outline: none;
  color: var(--white);
  border-radius: 3px;
  transform: translateY(-2px);
  box-shadow: none;
}
@media (max-width: 470px) {
  .footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .payment-save input {
    transform: translateY(0px);
  }
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .footer-contact-image .footer-contact-content .payment-save label {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .list-area li:hover a {
  color: var(--theme2);
}
.footer-widget-wrapper.footer-widget-wrapper-2 .single-footer-widget .list-area li:hover a i {
  color: var(--theme2);
}

.footer-widget-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper .single-footer-widget .widget-head {
  margin-bottom: 20px;
}
.footer-widget-wrapper .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .footer-content p {
  max-width: 400px;
  color: rgb(255, 255, 255);
}
.footer-widget-wrapper .single-footer-widget .footer-content .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.footer-widget-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  font-size: 16px;
}
.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper .single-footer-widget .list-area li a {
  color: rgb(255, 255, 255);
}
.footer-widget-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .list-area li:hover a i {
  color: var(--theme);
}

.footer-section {
  padding-bottom: 80px;
}
.footer-area {
  margin: 0 30px 80px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .footer-area {
    margin: 0 15px 0px;
  }
}
.footer-bottom {
  padding-bottom: 30px;
}
.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}
@media (max-width: 1399px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    justify-content: center;
  }
}
.footer-bottom .footer-wrapper h5 {
  font-size: 14px;
  font-weight: 500;
  color: rgb(131, 131, 131);
  line-height: 150%;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper h5 {
    text-align: center;
  }
}
.footer-bottom .footer-wrapper h5 span {
  color: var(--white);
  font-weight: 700;
}
.footer-bottom .footer-wrapper p {
  color: rgb(131, 131, 131);
}
.footer-bottom .footer-wrapper p span {
  color: var(--white);
}
.footer-bottom .footer-wrapper .footer-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1399px) {
  .footer-bottom .footer-wrapper .footer-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.footer-bottom .footer-wrapper .footer-list li a {
  color: rgb(131, 131, 131);
}
.footer-bottom .footer-wrapper .footer-list li a:hover {
  color: var(--white);
}
.footer-bottom .footer-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom .footer-wrapper .social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.footer-bottom .footer-wrapper .social-icon a:hover {
  background-color: var(--theme3);
  border: 1px solid var(--theme3);
}

.footer-section-2 .footer-top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 100px 0 60px;
}
@media (max-width: 1399px) {
  .footer-section-2 .footer-top-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer-section-2 .footer-top-item {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.footer-section-2 .footer-top-item .footer-right-item {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1399px) {
  .footer-section-2 .footer-top-item .footer-right-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.footer-section-2 .footer-top-item .footer-right-item .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-section-2 .footer-top-item .footer-right-item .social-icon a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.footer-section-2 .footer-top-item .footer-right-item .social-icon a:hover {
  background-color: var(--theme2);
  border: 1px solid var(--theme2);
  color: var(--header);
}
.footer-section-2 .footer-top-item .footer-right-item .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 50px;
}
@media (max-width: 1399px) {
  .footer-section-2 .footer-top-item .footer-right-item .icon-item {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 470px) {
  .footer-section-2 .footer-top-item .footer-right-item .icon-item {
    gap: 8px;
  }
}
.footer-section-2 .footer-top-item .footer-right-item .icon-item .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--theme2);
  border-radius: 100px;
  color: var(--header);
}
.footer-section-2 .footer-top-item .footer-right-item .icon-item .cont span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: rgb(142, 142, 142);
  text-transform: capitalize;
}
.footer-section-2 .footer-top-item .footer-right-item .icon-item .cont h4 a {
  color: var(--white);
}
.footer-section-2 .footer-top-item.style-inner .footer-right-item .social-icon a:hover {
  background-color: var(--theme3);
  color: var(--white);
  border: 1px solid var(--theme3);
}
.footer-section-2 .footer-top-item.style-inner .footer-right-item .icon-item .icon {
  background-color: var(--theme3);
}
.footer-section-2 .footer-top-item.style-inner .footer-right-item .icon-item .icon img {
  filter: brightness(0) invert(1);
}
.footer-section-2 .footer-top-item.style-inner .footer-right-item .icon-item .cont h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.footer-section-2 .footer-top-item.style-inner .footer-right-item .icon-item .cont h3 a {
  color: var(--white);
}
.footer-section-2 .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .footer-section-2 .left-shape {
    display: none;
  }
}
.footer-section-2 .right-shape {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .footer-section-2 .right-shape {
    display: none;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
  .section-title br {
    display: none;
  }
}
.section-title .sub-title {
  font-size: 16px;
  font-weight: 600;
  color: rgb(200, 67, 58);
  border: 1px solid rgba(200, 67, 58, 0.2);
  padding: 6px 9px;
  display: inline-block;
  border-radius: 6px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}
.section-title .sub-title.style-2 {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1399px) {
  .section-title h2 br {
    display: none;
  }
}
.section-title .sub-title-2 {
  color: var(--theme2);
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: inline-block;
  text-transform: capitalize;
}
.section-title .sub-title-2 img {
  margin-right: 8px;
}
.section-title .sub-title-2.style-2 {
  color: var(--header);
}
.section-title .sub-title-3 {
  border: 1px solid rgba(17, 162, 27, 0.2);
  color: var(--theme3);
  border-radius: 6px;
  text-transform: uppercase;
  padding: 2px 9px;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
}
.section-title .sub-title-3.style-border {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
  .section-title-area br {
    display: none;
  }
}
@media (max-width: 1399px) {
  .section-title-area p br {
    display: none;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-3 { background-color: var(--bg3); }

.header-bg { background-color: var(--header); }
.theme-bg-2 { background-color: var(--theme2); }
.section-bg-2 { background-color: var(--bg2); }

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.footer-bg {
  background-color: rgb(1, 40, 4);
}

.about-section-2 {
  z-index: 9;
}
.about-section-2 .section-title-area {
  border-top: 1px solid rgba(47, 47, 47, 0.2);
  border-bottom: 1px solid rgba(47, 47, 47, 0.2);
  padding: 60px 0;
  margin-bottom: 48px;
}
@media (max-width: 1399px) {
  .about-section-2 .section-title-area {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.about-section-2 .section-title-area p {
  margin-bottom: 30px;
}
.about-section-2 .left-shape {
  position: absolute;
  left: 0;
  top: 10.5%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-section-2 .left-shape {
    display: none;
  }
}
.about-section-2 .left-shape-2 {
  position: absolute;
  left: 30px;
  top: 44%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .about-section-2 .left-shape-2 {
    display: none;
  }
}
.about-section-2 .right-shape {
  position: absolute;
  right: 0;
  top: 10.5%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-section-2 .right-shape {
    display: none;
  }
}
.about-section-2 .right-shape-2 {
  position: absolute;
  right: 30px;
  top: 32%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .about-section-2 .right-shape-2 {
    display: none;
  }
}
.about-section-2 .maize-shape {
  position: absolute;
  top: 19.5%;
  left: 30px;
}
@media (max-width: 1600px) {
  .about-section-2 .maize-shape {
    display: none;
  }
}
.about-section-2 .maize-shape-2 {
  position: absolute;
  top: 14%;
  right: 30px;
}
@media (max-width: 1600px) {
  .about-section-2 .maize-shape-2 {
    display: none;
  }
}

.about-wrapper-2 .count-wrap {
  display: flex;
  align-items: center;
  align-items: start;
  justify-content: space-between;
  margin-top: 130px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .count-wrap {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .count-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-wrapper-2 .count-wrap .count-item-2 h2 {
  font-weight: 600;
  font-size: 200px;
  color: transparent;
  line-height: 94%;
  -webkit-text-stroke: 1px rgb(245, 216, 62);
}
@media (max-width: 1399px) {
  .about-wrapper-2 .count-wrap .count-item-2 h2 {
    font-size: 90px;
  }
}
.about-wrapper-2 .count-wrap .count-item-2 p {
  font-size: 24px;
  font-weight: 400;
  color: rgb(47, 47, 47);
  max-width: 318px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .count-wrap .count-item-2 p {
    font-size: 18px;
  }
}
.about-wrapper-2 .count-wrap .count-item-2.active h2 {
  color: var(--theme2);
}
.about-wrapper-2 .count-wrap .count-item-2.style-top {
  margin-top: -100px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .count-wrap .count-item-2.style-top {
    margin-top: 0;
  }
}
.about-wrapper-2 .trac-wrap {
  margin-top: -60px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .trac-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .trac-wrap {
    margin-top: 0;
  }
}
.about-wrapper-2 .trac-wrap .tractor-image {
  text-align: center;
  max-width: 491px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .about-wrapper-2 .trac-wrap .tractor-image {
    max-width: 190px;
    margin-left: 68px;
  }
}
.about-wrapper-2 .trac-wrap .tractor-image img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 4px 150px rgba(245, 216, 62, 0.5));
}
.about-wrapper-2 .paddy-image {
  margin-top: -180px;
  position: relative;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .paddy-image {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .paddy-image {
    margin-top: -16px;
  }
}
.about-wrapper-2 .paddy-image .video-btn {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  background-color: var(--white);
  color: var(--theme2);
  position: absolute;
  z-index: 9;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .paddy-image .video-btn.ripple-2::before {
    display: none;
  }
  .about-wrapper-2 .paddy-image .video-btn.ripple-2::after {
    display: none;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-2 .paddy-image .video-btn {
    bottom: 60px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .paddy-image .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-2 .paddy-image .video-btn {
    width: 65px;
    height: 65px;
    line-height: 65px;
    bottom: 13px;
  }
}
.about-wrapper-2 .paddy-image .video-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 198px;
  height: 198px;
  border-radius: 100px;
}
.about-wrapper-2 .paddy-image .video-btn::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 154px;
  height: 154px;
  border-radius: 100px;
}
.about-wrapper-2 .paddy-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.about-us-two-wrapper .about-us-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-us-two-wrapper .about-us-content .text {
  margin-top: 15px;
  max-width: 690px;
}
.about-us-two-wrapper .about-us-content .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about-us-two-wrapper .about-us-content .client-info-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.about-us-two-wrapper .about-us-content .client-info-item .client-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .about-us-two-wrapper .about-us-content .client-info-item .client-item {
    gap: 20px;
  }
}
.about-us-two-wrapper .about-us-content .client-info-item .client-item h3 {
  font-size: 20px;
  font-weight: 600;
}
.about-us-two-wrapper .about-us-content .list li {
  color: var(--header);
  font-weight: 500;
}
@media (max-width: 1399px) {
  .about-us-two-wrapper .about-us-content .list li {
    font-size: 14px;
  }
}
.about-us-two-wrapper .about-us-content .list li i {
  margin-right: 8px;
  color: rgb(200, 67, 58);
}
.about-us-two-wrapper .about-us-content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.about-us-two-wrapper .about-us-content .about-us-btn-item {
  display: flex;
  align-items: center;
  gap: 44px;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .about-us-two-wrapper .about-us-content .about-us-btn-item {
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
  }
}
@media (max-width: 470px) {
  .about-us-two-wrapper .about-us-content .about-us-btn-item {
    flex-wrap: initial;
    gap: 10px;
  }
}
.about-us-two-wrapper .about-us-content .about-us-btn-item .theme-btn {
  border: 1px solid var(--theme3);
  background-color: transparent;
  color: var(--theme3);
}
@media (max-width: 470px) {
  .about-us-two-wrapper .about-us-content .about-us-btn-item .theme-btn {
    padding: 10px 25px 10px;
  }
}
.about-us-two-wrapper .about-us-content .about-us-btn-item .theme-btn::before {
  background-color: var(--theme3);
}
.about-us-two-wrapper .about-us-content .about-us-btn-item .theme-btn::after {
  background-color: rgba(17, 162, 27, 0.3);
}
.about-us-two-wrapper .about-us-content .about-us-btn-item .theme-btn:hover {
  border: 1px solid var(--theme3);
  color: var(--white);
}
.about-us-two-wrapper .about-us-content .about-us-btn-item .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 470px) {
  .about-us-two-wrapper .about-us-content .about-us-btn-item .icon-item {
    gap: 8px;
  }
}
.about-us-two-wrapper .about-us-content .about-us-btn-item .icon-item .icon {
  width: 52px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white);
  border: 1px solid var(--theme3);
  border-radius: 100px;
  color: var(--theme3);
}
@media (max-width: 470px) {
  .about-us-two-wrapper .about-us-content .about-us-btn-item .icon-item .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.about-us-two-wrapper .about-us-content .about-us-btn-item .icon-item h3 {
  font-weight: 600;
}
@media (max-width: 470px) {
  .about-us-two-wrapper .about-us-content .about-us-btn-item .icon-item h3 {
    font-size: 16px;
  }
}
.about-us-two-wrapper .about-us-content .about-us-btn-item .icon-item h3 a {
  color: var(--header);
}

.brand-box-1 {
  height: 120px;
  line-height: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.brand-box-1 .brand-img-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-box-1 .brand-img-1 img {
  transition: all 0.6s ease;
  transform: translateY(0);
  opacity: 0.4;
}
.brand-box-1 .brand-img-1:last-child img {
  transform: translateY(-350%);
  opacity: 0;
}
.brand-box-1:hover .brand-img-1:first-child img {
  transform: translateY(100%);
  opacity: 0;
}
.brand-box-1:hover .brand-img-1:last-child img {
  transform: translateY(0);
  opacity: 1;
}
.brand-slider.style-border {
  border-bottom: 1px solid rgba(47, 47, 47, 0.2);
  padding-bottom: 120px;
}
@media (max-width: 1399px) {
  .brand-slider.style-border {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .brand-slider.style-border {
    padding-bottom: 80px;
  }
}
.brand-section-2 .swiper-slide.swiper-slide-active .brand-box-1 .brand-img-1:first-child img {
  transform: translateY(100%);
  opacity: 0;
}
.brand-section-2 .swiper-slide.swiper-slide-active .brand-box-1 .brand-img-1:last-child img {
  transform: translateY(0);
  opacity: 1;
}

.brand-section-3 h2 {
  color: var(--header);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1399px) {
  .brand-section-3 h2 {
    margin-bottom: 30px;
  }
}
.brand-section-3 h2::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 638px;
  background-color: rgba(47, 47, 47, 0.2);
  left: 0;
  top: 10px;
}
@media (max-width: 1399px) {
  .brand-section-3 h2::before {
    display: none;
  }
}
.brand-section-3 h2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 638px;
  background-color: rgba(47, 47, 47, 0.2);
  right: 0;
  top: 10px;
}
@media (max-width: 1399px) {
  .brand-section-3 h2::after {
    display: none;
  }
}
.brand-section-3 .swiper-slide.swiper-slide-active .brand-box-1 .brand-img-1:first-child img {
  transform: translateY(100%);
  opacity: 0;
}
.brand-section-3 .swiper-slide.swiper-slide-active .brand-box-1 .brand-img-1:last-child img {
  transform: translateY(0);
  opacity: 1;
}
.brand-section .swiper-slide.swiper-slide-active .brand-box-1 .brand-img-1:first-child img {
  transform: translateY(100%);
  opacity: 0;
}
.brand-section .swiper-slide.swiper-slide-active .brand-box-1 .brand-img-1:last-child img {
  transform: translateY(0);
  opacity: 1;
}

.contact-info-wrapper {
  display: flex;
  align-items: center;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .contact-info-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.contact-info-wrapper .contact-info-left-content .info-icon-item {
  display: flex;
  align-items: center;
  gap: 78px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .contact-info-wrapper .contact-info-left-content .info-icon-item {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.contact-info-wrapper .contact-info-left-content .info-icon-item .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 470px) {
  .contact-info-wrapper .contact-info-left-content .info-icon-item .icon-item {
    gap: 8px;
  }
}
.contact-info-wrapper .contact-info-left-content .info-icon-item .icon-item .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--theme3);
  border-radius: 100px;
  color: var(--header);
}
.contact-info-wrapper .contact-info-left-content .info-icon-item .icon-item .icon img {
  filter: brightness(0) invert(1);
}
.contact-info-wrapper .contact-info-left-content .info-icon-item .icon-item .cont span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: rgb(142, 142, 142);
  text-transform: capitalize;
}
.contact-info-wrapper .contact-info-left-content .info-icon-item .icon-item .cont h3 {
  font-size: 20px;
  font-weight: 700;
}
.contact-info-wrapper .contact-info-left-content .info-icon-item .icon-item .cont h3 a {
  color: var(--header);
}
.contact-info-wrapper .info-right-content p {
  max-width: 420px;
  color: rgb(80, 98, 74);
  margin-bottom: 50px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .contact-info-wrapper .info-right-content p {
    margin-bottom: 30px;
  }
}
.contact-info-wrapper .info-right-content .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 470px) {
  .contact-info-wrapper .info-right-content .icon-item {
    gap: 8px;
    flex-wrap: wrap;
  }
}
.contact-info-wrapper .info-right-content .icon-item .icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--theme3);
  border-radius: 100px;
  color: var(--white);
  font-size: 20px;
}
.contact-info-wrapper .info-right-content .icon-item .cont span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: rgb(142, 142, 142);
  text-transform: capitalize;
}
.contact-info-wrapper .info-right-content .icon-item .cont h3 {
  font-size: 20px;
  font-weight: 700;
}
.contact-info-wrapper .info-right-content .icon-item .cont h3 a {
  color: var(--header);
}

.contact-wrapper .contact-content {
  border-radius: 10px;
  padding: 57px;
  background-color: var(--white);
}
@media (max-width: 1399px) {
  .contact-wrapper .contact-content {
    padding: 30px;
  }
}
.contact-wrapper .contact-content .contact-form .form-clt span {
  color: var(--header);
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
}
.contact-wrapper .contact-content .contact-form .form-clt input, .contact-wrapper .contact-content .contact-form .form-clt textarea {
  border-radius: 10px;
  border: none;
  background-color: var(--white);
  border: 1px solid rgba(47, 47, 47, 0.1);
  line-height: 1;
  padding: 18px 25px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  outline: none;
}
.contact-wrapper .contact-content .contact-form .form-clt textarea {
  padding-bottom: 0px;
  resize: none;
}
.contact-wrapper .contact-map iframe {
  width: 100%;
  height: 862px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .contact-wrapper .contact-map iframe {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper .contact-map iframe {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-map iframe {
    height: 350px;
  }
}

.contact-section {
  position: relative;
}
.contact-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1600px) {
  .contact-section .left-shape {
    display: none;
  }
}
.contact-section .maize-shape {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .contact-section .maize-shape {
    display: none;
  }
}
.faq-itemss {
  margin-top: 30px;
  text-align: center;
}
.faq-itemss .accordion .accordion-item {
  border: none;
  margin-bottom: 25px;
  background: var(--bg3);
  padding: 0;
  border-radius: 8px !important;
}
.faq-itemss .accordion .accordion-item h2 button {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  padding: 24px 20px;
  font-family: "Instrument Sans", sans-serif;
  color: var(--header);
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .faq-itemss .accordion .accordion-item h2 button {
    font-size: 20px;
    padding: 24px 16px;
  }
}
@media (max-width: 575px) {
  .faq-itemss .accordion .accordion-item h2 button {
    font-size: 16px;
    padding: 24px 16px;
  }
}
.faq-itemss .accordion .accordion-item .accordion-body p {
  color: var(--text);
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 575px) {
  .faq-itemss .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-itemss .accordion .accordion-button {
  background-color: var(--theme3);
  color: var(--white) !important;
}
.faq-itemss .accordion .accordion-button::after {
  display: none;
}
.faq-itemss .accordion .accordion-button::before {
  position: absolute;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 13px;
  right: 22px;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--theme3);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--white);
}
@media (max-width: 1399px) {
  .faq-itemss .accordion .accordion-button::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq-itemss .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header) !important;
}
.faq-itemss .accordion .accordion-button.collapsed::before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  color: var(--white);
  background-color: var(--theme3);
}
.why-choose-us-wrapper-2 .why-choose-us-image {
  position: relative;
  z-index: 9;
  max-width: 628px;
}
@media (max-width: 1399px) {
  .why-choose-us-wrapper-2 .why-choose-us-image {
    max-width: initial;
  }
}
.why-choose-us-wrapper-2 .why-choose-us-image .circle-shape {
  position: absolute;
  left: -80px;
  top: 0;
  z-index: -1;
}
.why-choose-us-wrapper-2 .why-choose-us-image .circle-shape img {
  animation: rotateCircle 10s linear infinite;
}
@media (max-width: 1600px) {
  .why-choose-us-wrapper-2 .why-choose-us-image .circle-shape {
    left: 0;
  }
}
@media (max-width: 1399px) {
  .why-choose-us-wrapper-2 .why-choose-us-image .circle-shape {
    display: none;
  }
}
.why-choose-us-wrapper-2 .why-choose-us-image img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 4px 80px rgba(47, 47, 47, 0.3));
}
.why-choose-us-wrapper-2 .why-choose-us-content .text {
  margin-top: 15px;
  max-width: 690px;
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  border: 1px solid var(--white);
}
@media (max-width: 1399px) {
  .why-choose-us-wrapper-2 .why-choose-us-content .choose-us-box {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-box .content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-box .content span {
  max-width: 290px;
  display: inline-block;
  margin-top: 5px;
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-box .content.style-2 {
  border-left: 1px solid rgba(47, 47, 47, 0.2);
  padding-left: 30px;
}
@media (max-width: 1399px) {
  .why-choose-us-wrapper-2 .why-choose-us-content .choose-us-box .content.style-2 {
    padding-left: 0;
    border: none;
  }
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item {
  display: flex;
  align-items: center;
  gap: 44px;
  position: relative;
}
@media (max-width: 1399px) {
  .why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .theme-btn {
  border: 1px solid rgb(47, 47, 47);
  background-color: transparent;
  color: rgb(47, 47, 47);
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .theme-btn:hover {
  border: 1px solid var(--header);
  color: var(--theme2);
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 470px) {
  .why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .icon-item {
    gap: 8px;
  }
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .icon-item .icon {
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background-color: var(--white);
  border-radius: 100px;
  color: var(--theme2);
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .icon-item .cont h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .icon-item .cont h5 {
  font-weight: 700;
  font-size: 16px;
}
.why-choose-us-wrapper-2 .why-choose-us-content .choose-us-btn-item .icon-item .cont h5 a {
  color: var(--header);
}
.why-choose-us-section-2 {
  position: relative;
}
.why-choose-us-section-2 .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .why-choose-us-section-2 .left-shape {
    display: none;
  }
}
.why-choose-us-section-2 .right-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .why-choose-us-section-2 .right-shape {
    display: none;
  }
}
.why-choose-us-section-2 .maize-3 {
  position: absolute;
  bottom: 0;
  left: 430px;
  z-index: 999;
}
@media (max-width: 1600px) {
  .why-choose-us-section-2 .maize-3 {
    left: 205px;
  }
}
@media (max-width: 1399px) {
  .why-choose-us-section-2 .maize-3 {
    display: none;
  }
}
.feature-box-item-2 {
  background: var(--white);
  box-shadow: 0px 4px 60px rgba(79, 127, 58, 0.15);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease;
  overflow: hidden;
}
.feature-box-item-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(1, 0.3);
  background-color: var(--theme2);
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 8px;
}
.feature-box-item-2.active::before {
  opacity: 1;
  transform: scale(1, 1);
}
.feature-box-item-2.active .maize-shape img {
  filter: initial;
}
.feature-box-item-2.active .masking-shape > img {
  opacity: 0;
  visibility: hidden;
}
.feature-box-item-2.active .masking-shape .masking-2 {
  opacity: 1;
  visibility: visible;
}
.feature-box-item-2.active .masking-shape .icon img {
  filter: brightness(0) invert(1);
}
.feature-box-item-2 .maize-shape {
  position: absolute;
  right: 0;
  top: 0;
}
.feature-box-item-2 .maize-shape img {
  filter: blur(5px);
  transition: all 0.5s ease;
}

/* Custom SVG Icon Smooth Transition */
.feature-box-item-2 .icon svg path,
.feature-box-item-2 .icon svg circle,
.feature-box-item-2 .icon svg text {
    transition: all 0.4s ease-in-out;
}

/* Hover Effect: Box par hover karvathi Icon no color white thashe */
.feature-box-item-2.active .icon svg path {
    stroke: #ffffff !important; 
}

/* Hover Effect: Je nani dark goli (circle) chhe, te pan white thashe */
.feature-box-item-2.active .icon svg circle[fill="#2C3E50"] {
    fill: #ffffff !important;
}

/* Hover Effect: DOC lakhelu text pan white thashe */
.feature-box-item-2.active .icon svg text {
    fill: #ffffff !important;
}
@media (max-width: 1399px) {
  .feature-box-item-2 .maize-shape img {
    width: 160px;
  }
}
.feature-box-item-2 .masking-shape {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  z-index: 5;
}
.feature-box-item-2 .masking-shape > img {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.feature-box-item-2 .masking-shape .masking-2 {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.feature-box-item-2 .masking-shape .masking-2 img {
  width: 100%;
  height: 100%;
  display: block;
}
.feature-box-item-2 .masking-shape .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.feature-box-item-2 .content p {
  max-width: 390px;
  margin-top: 10px;
}
.feature-section-2 {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .feature-section-2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .feature-section-2 {
    margin-bottom: 80px;
  }
}

.our-statistics-wrapper .our-statistics-image {
  position: relative;
  overflow: hidden;
}
.our-statistics-wrapper .our-statistics-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.our-statistics-wrapper .our-statistics-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.our-statistics-wrapper .our-statistics-image img {
    width: 100%;
    height: 649px;
    object-fit: cover;
    border-radius: 10px;
}
.our-statistics-wrapper .our-statistics-content .text {
  max-width: 690px;
  margin-top: 15px;
}
.our-statistics-wrapper .our-statistics-content .our-statistics-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .our-statistics-wrapper .our-statistics-content .our-statistics-card {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .our-statistics-wrapper .our-statistics-content .our-statistics-card {
    flex-wrap: wrap;
  }
}
.our-statistics-wrapper .our-statistics-content .our-statistics-card .statistics-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 28px;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .our-statistics-wrapper .our-statistics-content .our-statistics-card .statistics-card {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .our-statistics-wrapper .our-statistics-content .our-statistics-card .statistics-card {
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .our-statistics-wrapper .our-statistics-content .our-statistics-card .statistics-card {
    width: 100%;
  }
}
.our-statistics-wrapper .our-statistics-content .our-statistics-card .statistics-card h3 {
  font-size: 60px;
  font-weight: 700;
  color: transparent;
  line-height: 94%;
  -webkit-text-stroke: 1px rgb(17, 162, 27);
}
.our-statistics-wrapper .our-statistics-content .our-statistics-card .statistics-card p {
  margin-top: 10px;
  max-width: 270px;
  color: rgb(80, 98, 74);
  font-weight: 400;
}
@media (max-width: 1399px) {
  .our-statistics-wrapper .our-statistics-content .our-statistics-card .statistics-card p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .our-statistics-wrapper .our-statistics-content .our-statistics-card .statistics-card p {
    font-size: 16px;
  }
}

.our-impact-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .our-impact-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.our-impact-wrapper h2 {
  font-size: 40px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .our-impact-wrapper h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .our-impact-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .our-impact-wrapper h2 {
    font-size: 25px;
  }
}
.our-impact-wrapper .imapct-item {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media (max-width: 1399px) {
  .our-impact-wrapper .imapct-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.our-impact-wrapper .imapct-item .icon-items {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 90px;
}
@media (max-width: 1399px) {
  .our-impact-wrapper .imapct-item .icon-items {
    border-left: none;
    padding-left: 0;
  }
}
.our-impact-wrapper .imapct-item .icon-items .content {
  margin-top: 15px;
}
.our-impact-wrapper .imapct-item .icon-items .content h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.our-impact-wrapper .imapct-item .icon-items .content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme3);
}

.our-imapact-section {
  position: relative;
  z-index: 9;
}
.our-imapact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(47, 47, 47, 0.9);
  z-index: -1;
}
.hero-2 {
  position: relative;
}
@media (max-width: 1899px) {
  .hero-2 {
    height: 950px;
  }
}
@media (max-width: 1600px) {
  .hero-2 {
    height: 900px;
  }
}
@media (max-width: 1399px) {
  .hero-2 {
    height: 670px;
  }
}
@media (max-width: 991px) {
  .hero-2 {
    height: 610px;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    height: 590px;
  }
}
@media (min-width: 400px) and (max-width: 575px) {
  .hero-2 {
    height: 685px;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .hero-2 {
    height: 685px;
  }
}
.hero-2 .hero-border-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 25px;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 25px;
  z-index: 999;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1399px) {
  .hero-2 .hero-border-item {
    display: none;
  }
}
.hero-2 .hero-border-item .hero-bottom-item {
  display: flex;
  align-items: center;
  gap: 60px;
}
.hero-2 .hero-border-item .hero-bottom-item h2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.hero-2 .hero-border-item .hero-bottom-item .hero-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.hero-2 .hero-border-item .hero-bottom-item .hero-list span {
  color: var(--white);
  position: relative;
}
.hero-2 .hero-border-item .hero-bottom-item .hero-list span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 8px;
  left: -20px;
}
.hero-2 .hero-border-item .hero-bottom-item .hero-list span i {
  margin-right: 10px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-border-item .pagi-item {
    display: none;
  }
}
.hero-2 .hero-border-item .pagi-item .dot-number {
  display: flex;
  gap: 20px;
}
.hero-2 .hero-border-item .pagi-item .dot-number .swiper-pagination-bullet {
  background: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transition: all 0.4s ease-in-out;
  color: var(--white);
}
.hero-2 .hero-border-item .pagi-item .dot-number .swiper-pagination-bullet-active .dot-num span {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.hero-2 .hero-border-item .pagi-item .dot-number .dot-num {
  transition: all 0.4s ease-in-out;
}
.hero-2 .hero-border-item .pagi-item .dot-number .dot-num span {
  font-size: 16px;
  font-weight: 600;
  color: var(--white) !important;
  transition: all 0.4s ease-in-out;
  opacity: 9 !important;
  display: inline-block;
}
.hero-2 .hero-border-item .pagi-item .dot-number .dot-num span.style-2 {
  position: relative;
}
.hero-2 .hero-border-item .pagi-item .dot-number .dot-num span.style-2::before {
  position: absolute;
  content: "";
  top: 14px;
  left: -18px;
  background: rgba(255, 255, 255, 0.5);
  width: 16px;
  height: 1px;
  transform: rotate(-126deg);
}
.hero-2 .hero-portfolio-revealing-slider {
  position: relative;
  height: 100vh;
}
.hero-2 .hero-portfolio-revealing-slider::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  left: 100px;
  width: 1px;
  z-index: 999;
}
@media (max-width: 1600px) {
  .hero-2 .hero-portfolio-revealing-slider::before {
    left: 75px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-portfolio-revealing-slider::before {
    display: none;
  }
}
.hero-2 .hero-portfolio-revealing-slider::after {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  right: 100px;
  width: 1px;
  z-index: 999;
}
@media (max-width: 1600px) {
  .hero-2 .hero-portfolio-revealing-slider::after {
    right: 82px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-portfolio-revealing-slider::after {
    display: none;
  }
}
.hero-2 .hero-portfolio-revealing-slider-control {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 4%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  margin-left: calc(var(--controlSize) / -2);
  margin-top: calc(var(--controlSize) / -2);
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .hero-2 .hero-portfolio-revealing-slider-control {
    left: 4.5%;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-portfolio-revealing-slider-control {
    display: none;
  }
}
@media (min-width: 400px) and (max-width: 575px) {
  .hero-2 .hero-portfolio-revealing-slider-control {
    left: 48%;
    display: block;
    top: 84%;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .hero-2 .hero-portfolio-revealing-slider-control {
    left: 46%;
    display: block;
    top: 84%;
  }
}
.hero-2 .hero-portfolio-revealing-slider-control:hover {
  background-color: var(--theme2);
  border: 1px solid var(--theme2);
}
.hero-2 .hero-portfolio-revealing-slider-control:hover img {
  filter: invert(1) brightness(0);
}
.hero-2 .hero-portfolio-revealing-slider-control-right {
  left: 99%;
}
@media (min-width: 400px) and (max-width: 575px) {
  .hero-2 .hero-portfolio-revealing-slider-control-right {
    left: 66%;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .hero-2 .hero-portfolio-revealing-slider-control-right {
    left: 67%;
  }
}
.hero-2 .hero-portfolio-revealing-slider-control-right .hero-portfolio-revealing-slider-control-line {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-2 .hero-portfolio-revealing-slider-control-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.hero-2 .hero-portfolio-revealing-slide {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150vmax;
  height: 150vmax;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: clip-path 0s calc(var(--slidingAT) * 0.7);
  clip-path: circle(calc(var(--controlSize) / 2) at 120vw 50%);
}
.hero-2 .hero-portfolio-revealing-slide-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 260px 0 260px;
}
.hero-2 .hero-portfolio-revealing-slide-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgb(0 0 0 / 14%) 100%);
  z-index: 999;
}
@media (max-width: 1600px) {
  .hero-2 .hero-portfolio-revealing-slide-inner {
    padding: 280px 0 330px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-portfolio-revealing-slide-inner {
    padding: 180px 0 130px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-portfolio-revealing-slide-inner {
    padding: 150px 0 100px;
  }
}
.hero-2 .hero-portfolio-revealing-slide-content {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.hero-2 .hero-portfolio-revealing-slide span {
  color: var(--white);
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
}
.hero-2 .hero-portfolio-revealing-slide-heading {
  color: var(--white);
  line-height: 120%;
}
.hero-2 .hero-portfolio-revealing-slide p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: capitalize;
}
.hero-2 .hero-portfolio-revealing-slide .hero-button {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .hero-2 .hero-portfolio-revealing-slide .hero-button {
    margin-top: 30px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-portfolio-revealing-slide .hero-button {
    justify-content: center;
    margin-bottom: 112px;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .hero-2 .hero-portfolio-revealing-slide .hero-button {
    margin-bottom: 75px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-portfolio-revealing-slide .hero-button .theme-btn-2 {
    padding: 13px 24px 13px;
  }
}
.hero-2 .hero-portfolio-revealing-slide .hero-button .theme-btn-2.border-btn {
  background-color: rgba(245, 216, 62, 0.12);
  border: 1px solid rgb(245, 216, 62);
  color: rgb(245, 216, 62);
}
.hero-2 .hero-portfolio-revealing-slide .hero-button .theme-btn-2.border-btn::before {
  background-color: var(--theme2);
}
.hero-2 .hero-portfolio-revealing-slide .hero-button .theme-btn-2.border-btn::after {
  background-color: rgba(245, 216, 62, 0.12);
}
.hero-2 .hero-portfolio-revealing-slide .hero-button .theme-btn-2.border-btn:hover {
  color: var(--header);
}
.hero-2 .hero-portfolio-revealing-slide.s-prev {
  clip-path: circle(calc(var(--controlSize) / 2) at 30vw 50%);
}
.hero-2 .hero-portfolio-revealing-slide.s-active {
  z-index: 1;
  transition: clip-path var(--slidingAT);
  clip-path: circle(120vmax at 120vw 50%);
}
.hero-2 .hero-portfolio-revealing-slide.s-active.s-active-prev {
  clip-path: circle(120vmax at 30vw 50%);
}
.news-card-items-2 {
  margin-top: 30px;
}
.news-card-items-2 .news-image {
  position: relative;
  overflow: hidden;
}
.news-card-items-2 .news-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, #2F2F2F 100%);
  border-radius: 10px;
  z-index: 999;
}
.news-card-items-2 .news-image .theme-btn-2 {
  position: absolute;
  top: 45px;
  left: -45px;
  z-index: 999;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .news-card-items-2 .news-image .theme-btn-2 {
    left: -20px;
    top: 20px;
  }
}
.news-card-items-2 .news-image .news-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9999;
}
@media (max-width: 1399px) {
  .news-card-items-2 .news-image .news-content {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .news-card-items-2 .news-image .news-content h3 {
    font-size: 20px;
  }
}
.news-card-items-2 .news-image .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.news-card-items-2 .news-image .news-content h3 a:hover {
  color: var(--theme2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme2) 0%, var(--theme2) 100%);
}
.news-card-items-2 .news-image .news-content p {
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-top: 0;
  max-width: 390px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  height: 0;
}
@media (max-width: 991px) {
  .news-card-items-2 .news-image .news-content p {
    max-width: 305px;
  }
}
@media (max-width: 767px) {
  .news-card-items-2 .news-image .news-content p {
    max-width: 300px;
  }
}
.news-card-items-2 .news-image .news-content .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .news-card-items-2 .news-image .news-content .tag {
    flex-wrap: wrap;
  }
}
.news-card-items-2 .news-image .news-content .tag span {
  border: 1px solid rgba(245, 216, 62, 0.2);
  color: var(--white);
  padding: 2px 10px;
  border-radius: 6px;
}
.news-card-items-2 .news-image .news-content .tag span i {
  margin-right: 10px;
  color: var(--theme2);
}
.news-card-items-2 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.news-card-items-2:hover .news-image .theme-btn-2 {
  opacity: 1;
  visibility: visible;
  left: 45px;
}
@media (max-width: 1399px) {
  .news-card-items-2:hover .news-image .theme-btn-2 {
    left: 20px;
    top: 20px;
  }
}
.news-card-items-2:hover .news-image .news-content p {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
  padding-bottom: 20px;
  height: 110px;
}
.news-card-items-2.style-inner {
  margin-top: 0 !important;
}
.news-card-items-2.style-inner .news-image .news-content h3 a {
  color: var(--white);
}
.news-card-items-2.style-inner .news-image .news-content h3 a:hover {
  color: var(--theme3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme3) 0%, var(--theme3) 100%);
}
.news-card-items-2.style-inner .news-image .news-content .tag span {
  border: 1px solid rgba(245, 216, 62, 0.2);
  color: var(--white);
}
.news-card-items-2.style-inner .news-image .news-content .tag span i {
  margin-right: 10px;
  color: var(--theme3);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 {
  margin-bottom: 30px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-image {
  overflow: hidden;
  border-radius: 12px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 12px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list li i {
  margin-right: 10px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 {
    font-size: 25px;
  }
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 a:hover {
  color: var(--theme3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme3) 0%, var(--theme3) 100%);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .theme-btn {
  margin-top: 24px;
  background-color: transparent;
  color: var(--theme3);
  border: 1px solid var(--theme3);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .theme-btn::before {
  background-color: var(--theme3);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .theme-btn::after {
  background-color: rgba(17, 162, 27, 0.3);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .theme-btn:hover {
  color: var(--white);
}
.news-standard-wrapper .news-standard-items .news-card-items-4:hover .news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.main-sideber .single-sideber-widget {
  margin-bottom: 30px;
  background-color: var(--bg3);
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .main-sideber .single-sideber-widget {
    padding: 25px;
  }
}
.main-sideber .single-sideber-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sideber-widget .search-widget form input {
  background-color: var(--white);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 6px;
}
.main-sideber .single-sideber-widget .search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  border-radius: 6px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme3);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-sideber .single-sideber-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sideber .single-sideber-widget .widget-title {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .widget-title h3 {
  font-weight: 600;
  font-size: 22px;
}
.main-sideber .single-sideber-widget .amenities-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.main-sideber .single-sideber-widget .amenities-list li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  background-color: var(--white);
  padding: 22px 25px;
  font-family: "Instrument Sans", sans-serif;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 8px;
}
.main-sideber .single-sideber-widget .category-list li a {
  color: var(--header);
}
.main-sideber .single-sideber-widget .category-list li i {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.main-sideber .single-sideber-widget .category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .category-list li span b {
  font-weight: 400;
  color: var(--theme);
}
.main-sideber .single-sideber-widget .category-list li:hover {
  background-color: var(--theme3);
}
.main-sideber .single-sideber-widget .category-list li:hover a {
  color: var(--white);
}
.main-sideber .single-sideber-widget .category-list li:hover i, .main-sideber .single-sideber-widget .category-list li:hover span {
  color: var(--white);
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 8px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1399px) {
  .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 {
    font-size: 16px;
  }
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 a:hover {
  color: var(--theme3);
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--text);
  font-weight: 500;
}
.main-sideber .single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 600;
  background: var(--white);
  font-family: "Instrument Sans", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 4px;
}
.main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  border-radius: 10px;
}
.news-details-area .blog-post-details .single-blog-post .post-featured-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-details-area .blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 10px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
  color: var(--theme3);
  margin-right: 5px;
}
.news-details-area .blog-post-details .single-blog-post .post-content h2 {
  margin-bottom: 20px;
  font-size: 42px;
}
@media (max-width: 1399px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h2 {
    font-size: 21px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h2 a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme3);
  padding: 40px;
  background-color: var(--bg3);
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
    padding: 30px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  max-width: 700px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text .icon {
  float: right;
  margin-top: -30px;
  color: var(--theme3);
  font-size: 40px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid rgba(2, 6, 10, 0.08);
  border-bottom: 1px solid rgba(2, 6, 10, 0.08);
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--bg3);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
@media (max-width: 1399px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    padding: 12px 20px;
  }
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 18px;
  color: var(--header);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--header);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme3);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
  padding: 50px 40px;
  background-color: var(--bg3);
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .news-details-area .blog-post-details .comments-area {
    padding: 50px 30px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid #e5e5e5;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment.bb-none {
  border: none;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
  color: var(--theme3);
  font-size: 14px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: var(--white);
  color: var(--theme3);
}
.news-details-area .blog-post-details .comment-form-wrap {
  background-color: var(--bg3);
  border-radius: 8px;
  padding: 50px 40px;
  margin-top: 40px;
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  border: none;
  padding: 16px 20px;
  font-weight: 500;
  border-radius: 5px;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}
.service-details-wrapper .service-top-img {
  border-radius: 12px;
}
.service-details-wrapper .service-top-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.service-details-wrapper .service-details-content {
  margin-top: 30px;
}
.service-details-wrapper .service-details-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 30px;
}
.service-details-wrapper .service-details-content .service-list-items {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content .service-list-items {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.service-details-wrapper .service-details-content .service-list-items ul li {
  font-weight: 500;
}
.service-details-wrapper .service-details-content .service-list-items ul li i {
  color: var(--theme3);
  margin-right: 10px;
}
.service-details-wrapper .service-details-content .service-list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details-wrapper .service-details-content .service-box-area {
  margin-top: 40px;
}
.service-details-wrapper .service-details-content .service-box-area .service-box-items {
  background-color: var(--bg3);
  border-radius: 10px;
  padding: 30px 20px;
}
.service-details-wrapper .service-details-content .service-box-area .service-box-items .number {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: var(--theme3);
  color: var(--white);
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 700;
}
.service-details-wrapper .service-details-content .service-box-area .service-box-items h4 {
  font-size: 18px;
  font-weight: 500;
  max-width: 190px;
  margin-top: 20px;
}
.service-details-wrapper .service-details-content .service-box-area .service-box-items p {
  margin-top: 10px;
}
.service-details-wrapper .service-details-sidebar {
  margin-top: 30px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget {
  padding: 40px 35px;
  border-radius: 10px;
  background-color: var(--bg3);
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-sidebar .sidebar-widget {
    padding: 30px;
  }
}
.service-details-wrapper .service-details-sidebar .sidebar-widget .sideber-title {
  margin-bottom: 25px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget .sideber-title h3 {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget .sideber-title h3 i {
  color: var(--theme3);
  font-size: 16px;
  margin-right: 7px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image {
  position: relative;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 2, 2, 0.4);
  border-radius: 8px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content {
  position: absolute;
  padding: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-sidebar .sidebar-widget-image .content {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
  }
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content .icon {
  font-size: 70px;
  color: var(--white);
  margin-bottom: 35px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content h4 {
  margin-top: 15px;
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-sidebar .sidebar-widget-image .content h4 {
    font-size: 24px;
  }
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content .theme-btn {
  margin-top: 30px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content .theme-btn::before {
  background-color: var(--white);
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content .theme-btn::after {
  background: rgba(255, 255, 255, 0.3);
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content .theme-btn:hover {
  color: var(--theme3);
}
.service-details-wrapper .service-details-sidebar .sidebar-widget-image .white-logo {
  position: absolute;
  top: 50px;
  left: 50px;
}
.service-details-wrapper .service-details-sidebar .service-list-item li {
  font-size: 16px;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
}
.service-details-wrapper .service-details-sidebar .service-list-item li:not(:last-child) {
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-sidebar .service-list-item li a {
  color: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  padding: 20px 24px;
  line-height: 1;
  border-radius: 8px;
}
.service-details-wrapper .service-details-sidebar .service-list-item li a:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.team-section {
  position: relative;
}
.team-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(47, 47, 47, 0.9);
}
.team-section .section-title-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 48px;
  margin-bottom: 48px !important;
}
@media (max-width: 1399px) {
  .team-section .section-title-area {
    padding-bottom: 30px;
    padding-bottom: 30px !important;
  }
}
.team-section .section-title-area .arrow-button {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-section .section-title-area .arrow-button .array-prev, .team-section .section-title-area .arrow-button .array-next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
}
.team-section .section-title-area .arrow-button .array-prev img, .team-section .section-title-area .arrow-button .array-next img {
  transition: all 0.4s ease-in-out;
}
.team-section .section-title-area .arrow-button .array-prev:hover, .team-section .section-title-area .arrow-button .array-next:hover {
  background-color: var(--theme3);
}
.team-section .section-title-area .arrow-button .array-prev:hover img, .team-section .section-title-area .arrow-button .array-next:hover img {
  filter: brightness(0) invert(1);
}
.team-section .team-slider {
  margin-right: -450px;
}
@media (max-width: 1600px) {
  .team-section .team-slider {
    margin-right: -200px;
  }
}
@media (max-width: 1399px) {
  .team-section .team-slider {
    margin-right: 0;
  }
}
.testimonial-wrapper-2 {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 30px;
  margin-top: 48px;
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 {
    margin-top: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-card-item-2 {
  position: relative;
  text-align: center;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgb(245, 216, 62);
}
@media (max-width: 1600px) {
  .testimonial-wrapper-2 .testimonial-card-item-2 {
    padding: 20px;
  }
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-card-item-2 {
    padding: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-card-item-2::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--theme2);
  border-radius: 20px;
}
.testimonial-wrapper-2 .testimonial-card-item-2 .content {
  border-bottom: 1px solid rgba(47, 47, 47, 0.2);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.testimonial-wrapper-2 .testimonial-card-item-2 .content .client-image {
  transition: all 0.4s ease-in-out;
}
.testimonial-wrapper-2 .testimonial-card-item-2 .content h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.testimonial-wrapper-2 .testimonial-card-item-2 .content span {
  font-weight: 500;
  color: rgb(80, 98, 74);
}
.testimonial-wrapper-2 .testimonial-card-item-2 p {
  margin: 0 auto;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
}
@media (max-width: 1600px) {
  .testimonial-wrapper-2 .testimonial-card-item-2 p {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-card-item-2 p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-card-item-2 p {
    font-size: 16px;
  }
}
.testimonial-wrapper-2 .testimonial-card-item-2 .star {
  color: rgb(255, 127, 34);
  margin-top: 10px;
  font-size: 20px;
}
.testimonial-wrapper-2 .testimonial-card-item-2 .star i {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.testimonial-wrapper-2 .testimonial-card-item-2:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}
.testimonial-wrapper-2 .testimonial-card-item-2:hover .content {
  position: relative;
}
.testimonial-wrapper-2 .testimonial-card-item-2:hover .content .client-image {
  transform: rotateY(180deg);
  display: inline-block;
}
.testimonial-wrapper-2 .testimonial-card-item-2:hover p {
  position: relative;
}
.testimonial-wrapper-2 .testimonial-card-item-2:hover .star {
  position: relative;
  color: var(--header);
}

.testimonial-section-2 {
  position: relative;
  z-index: 9;
  padding-top: 240px !important;
}
@media (max-width: 1399px) {
  .testimonial-section-2 {
    padding-top: 100px !important;
  }
}
@media (max-width: 991px) {
  .testimonial-section-2 {
    padding-top: 80px !important;
  }
}
.testimonial-section-2 .client-man {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .testimonial-section-2 .client-man {
    height: 885px;
  }
  .testimonial-section-2 .client-man img {
    object-fit: cover;
  }
}
@media (max-width: 1399px) {
  .testimonial-section-2 .client-man {
    display: none;
    height: 885px;
  }
}
/* .testimonial-section-2 .client-man img {
  width: 100%;
  height: 100%;
} */
.testimonial-section-2 .testimonial-top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .testimonial-section-2 .testimonial-top-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.testimonial-section-2 .testimonial-top-item .right-item {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .testimonial-section-2 .testimonial-top-item .right-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.testimonial-section-2 .testimonial-top-item .right-item .arrow-button {
  display: flex;
  align-items: center;
  gap: 20px;
  border-left: 1px solid rgba(47, 47, 47, 0.2);
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .testimonial-section-2 .testimonial-top-item .right-item .arrow-button {
    padding-left: 0;
    border-left: none;
  }
}
.testimonial-section-2 .testimonial-top-item .right-item .arrow-button .array-prev {
  background-color: var(--header);
  width: 60px;
  height: 60px;
  border-radius: 100px;
  line-height: 60px;
  color: var(--theme);
  font-size: 18px;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.testimonial-section-2 .testimonial-top-item .right-item .arrow-button .array-prev img {
  transition: all 0.4s ease-in-out;
}
.testimonial-section-2 .testimonial-top-item .right-item .arrow-button .array-prev:hover {
  color: var(--header);
  background-color: var(--theme2);
}
.testimonial-section-2 .testimonial-top-item .right-item .arrow-button .array-prev:hover img {
  filter: grayscale(100%) brightness(0.3) contrast(1.2);
}
.testimonial-section-2 .testimonial-top-item .right-item .arrow-button .array-next {
  z-index: 999;
  transition: all 0.4s ease-in-out;
  background-color: var(--header);
  width: 60px;
  height: 60px;
  border-radius: 100px;
  line-height: 60px;
}
.testimonial-section-2 .testimonial-top-item .right-item .arrow-button .array-next img {
  filter: brightness(0) invert(1);
  transition: all 0.4s ease-in-out;
}
.testimonial-section-2 .testimonial-top-item .right-item .arrow-button .array-next:hover {
  background-color: var(--theme2);
}
.testimonial-section-2 .testimonial-top-item .right-item .arrow-button .array-next:hover img {
  filter: grayscale(100%) brightness(0.3) contrast(1.2);
}

.testimonial-wrapper-3 {
  margin-top: 48px;
}
@media (max-width: 575px) {
  .testimonial-wrapper-3 {
    margin-top: 30px;
  }
}
.testimonial-wrapper-3 .testimonial-bg-box {
  padding: 30px 70px 0;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .testimonial-wrapper-3 .testimonial-bg-box {
    padding: 30px 30px 0;
  }
}
.testimonial-wrapper-3 .testimonial-bg-box .testimonial-man img {
  width: 100%;
  height: 100%;
}
.testimonial-wrapper-3 .testimonial-bg-box .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .testimonial-wrapper-3 .testimonial-bg-box .shape {
    display: none;
  }
}
.testimonial-wrapper-3 .testimonial-box {
  border-radius: 10px;
  background-color: var(--white);
  padding: 30px;
  position: relative;
}
.testimonial-wrapper-3 .testimonial-box .arrow-button {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  right: 30px;
  bottom: 25px;
  z-index: 9999;
  background-color: var(--white);
}
.testimonial-wrapper-3 .testimonial-box .arrow-button .array-prev, .testimonial-wrapper-3 .testimonial-box .arrow-button .array-next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
  background-color: rgba(17, 162, 27, 0.1);
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 999;
}
.testimonial-wrapper-3 .testimonial-box .arrow-button .array-prev img, .testimonial-wrapper-3 .testimonial-box .arrow-button .array-next img {
  transition: all 0.4s ease-in-out;
}
.testimonial-wrapper-3 .testimonial-box .arrow-button .array-prev:hover, .testimonial-wrapper-3 .testimonial-box .arrow-button .array-next:hover {
  background-color: var(--theme3);
}
.testimonial-wrapper-3 .testimonial-box .arrow-button .array-prev:hover img, .testimonial-wrapper-3 .testimonial-box .arrow-button .array-next:hover img {
  filter: brightness(0) invert(1);
}
.testimonial-wrapper-3 .testimonial-box .content .info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-wrapper-3 .testimonial-box .content .info-item .info-text .client-image {
  max-width: 100%;
  margin-bottom: 10px;
}
.testimonial-wrapper-3 .testimonial-box .content .info-item .info-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.testimonial-wrapper-3 .testimonial-box .content p {
  border-top: 1px solid rgba(47, 47, 47, 0.2);
  border-bottom: 1px solid rgba(47, 47, 47, 0.2);
  margin-bottom: 35px;
  padding-bottom: 28px;
  padding-top: 25px;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: var(--header);
  max-width: 630px;
  line-height: 190%;
}
@media (max-width: 1399px) {
  .testimonial-wrapper-3 .testimonial-box .content p {
    font-size: 16px;
  }
}
.testimonial-wrapper-3 .testimonial-box .content .star {
  color: rgb(255, 127, 34);
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.fix {
  overflow: hidden;
}
.ralt {
  position: relative;
}
.sticky-style {
  position: sticky !important;
  top: 100px;
}
.p-relative {
  position: relative;
}
.ripple-2 {
  position: relative;
}
.ripple-2::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-animation: borderanimate2 2s linear infinite;
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ripple-2::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: borderanimate2 2s linear infinite;
  animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme3);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: var(--header);
  color: var(--white);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 50%;
  font-family: "Instrument Sans", sans-serif;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme3);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme3);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--white);
}
.p-relative {
  position: relative;
  z-index: 99;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.hero-portfolio-revealing-slider {
  --controlSize: 120px;
  --slidingAT: 1.3s;
}
.drone-specification-section .gallery-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: none;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .drone-specification-section .gallery-wrapper {
    margin-top: 30px;
  }
}
.drone-specification-section .gallery-wrapper .gallery-track {
  display: flex;
  width: max-content;
  transition: transform 0.2s ease-out;
}
@media (max-width: 1399px) {
  .drone-specification-section .gallery-wrapper .gallery-track {
    width: initial;
  }
}
.drone-specification-section .gallery-wrapper .gallery-track .gallery-item {
  min-width: 250px;
  margin: 0 10px;
}
.drone-specification-section .gallery-wrapper .gallery-track .gallery-item img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.drone-specification-section .gallery-wrapper .drag-circle {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--white);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: var(--theme3);
}
@media (max-width: 1399px) {
  .drone-specification-section .gallery-wrapper .drag-circle {
    width: 100px;
    height: 100px;
  }
}
.drone-specification-section .gallery-wrapper .drag-circle .arrow {
  position: absolute;
  font-size: 20px;
}
.drone-specification-section .gallery-wrapper .drag-circle .arrow.left {
  left: 15px;
  color: var(--theme3);
}
.drone-specification-section .gallery-wrapper .drag-circle .arrow.right {
  right: 15px;
  color: var(--theme3);
}
.drone-specification-section .gallery-wrapper .drag-circle .text {
  user-select: none;
}


.team-card-items-2 {
  border: 1px solid #D9D9D9;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
}
.team-card-items-2 .team-image {
  position: relative;
  overflow: hidden;
}
.team-card-items-2 .team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(17, 162, 27, 0) 50%, #11A21B 90%);
  border-radius: 1000px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-items-2 .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team-card-items-2 .team-image .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-items-2 .team-image .social-icon a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.team-card-items-2 .team-image .social-icon a:hover {
  background-color: var(--theme3);
  border: 1px solid var(--theme3);
}
.team-card-items-2 .team-content {
  margin-top: 30px;
  text-align: center;
}
.team-card-items-2 .team-content h3 {
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .team-card-items-2 .team-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .team-card-items-2 .team-content h3 {
    font-size: 20px;
  }
}
.team-card-items-2 .team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-card-items-2 .team-content h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.team-card-items-2 .team-content p {
  font-weight: 500;
}
.team-card-items-2:hover .team-image::before {
  opacity: 1;
  visibility: visible;
}
.team-card-items-2:hover .team-image .social-icon {
  bottom: 100px;
  opacity: 1;
  visibility: visible;
}




.header-1 .header-main .header-left .header-logo h3 , .header-1 .header-main .header-left .header-logo { color: white;}