@charset "UTF-8";
/*======================================================================================
Theme Name: Texas Tree Tops
Author: Texas Tree Tops
Author URI:
Description: Texas Tree Tops website stylesheet
Service Website Styles
Version: 1.0.0
=======================================================================================*/
/*======================================================================================
  >> TABLE OF CONTENTS <<
========================================================================================
01. Mixins & Variables
02. Base
03. Components
04. Layouts
05. Sections
======================================================================================*/
/*---------------------------------------
01. Mixins & Variables
---------------------------------------*/
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #F86030;
  --theme-2: #0F3D2A;
  --theme-3: #20B8E8;
  --header: #141414;
  --text: #54595F;
  --border: #FCFCFC;
  --bg: #F8F7F3;
  --bg2: #F7F8ED;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --heading-font: 'Bricolage Grotesque', sans-serif;
  --body-font: 'Public Sans', sans-serif;
}

/*---------------------------------------
02. Base
---------------------------------------*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--body);
  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 {
  font-family: var(--heading-font);
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-weight: 700;
  font-size: 74px;
  line-height: 114%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 130% !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 121%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

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;
}

span {
  margin: 0px;
}

.theme-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  height: 58px;
  line-height: 58px;
  background-color: var(--theme);
  overflow: hidden;
  display: inline-block;
  padding: 0 30px;
  color: #000000;
  border-radius: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.theme-btn.style-2 {
  background-color: var(--theme-3);
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
  }
}
.theme-btn::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: var(--theme-2);
  color: var(--white);
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn:hover {
  color: var(--header);
  color: var(--white);
}
.theme-btn:hover::before {
  width: 800px;
  height: 800px;
  display: inline-block;
}

.link-btn {
  font-size: 15px;
  font-weight: 900;
  color: var(--theme);
  text-transform: capitalize;
  display: inline-block;
  font-family: "DM Sans";
  margin-top: 10px;
}
.link-btn:hover {
  color: var(--theme-2);
}
.link-btn i {
  margin-left: 10px;
}

/*---------------------------------------
03. Components
---------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
  border: none;
  font-family: "Public Sans", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.back-to-top {
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--header);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  border-radius: 12px;
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-2);
  background-color: var(--theme-2);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-inner {
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme-2);
  opacity: 1;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: var(--white);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-hover {
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme-2);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__content.style-2 .search-popup__form .search-btn {
  color: var(--white);
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}
.search-popup__content.style-2 .search-popup__form .search-btn:hover {
  background-color: var(--header);
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
  border-radius: 10px;
  padding-right: 80px;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--white);
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

@-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 bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@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-animation**********************/

@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;
  }
}

@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;
  }
}

@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);
  }
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
/*---------------------------------------
04. Layouts
---------------------------------------*/

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 575px) {
  .header-main .logo img {
    width: 140px;
  }
}
.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: 35px;
}
.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: 400;
  color: #fff;
  font-family: "Public Sans", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 10px;
  position: relative;
  top: -3px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 250px;
  background: var(--white);
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-top: 4px solid var(--theme);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  gap: 0;
  padding: 10px 0;
  transition: 0.4s;
}
.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;
  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) !important;
}
.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;
  border-top-left-radius: 0;
  border-bottom-left-radius: 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: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 {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.5s ease;
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header__hamburger {
  line-height: 1;
}
.header-main .sidebar__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-main .sidebar__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--white);
  border-radius: 10px;
  margin-inline-end: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.header-main .sidebar__toggle span:last-child, .header-main .sidebar__toggle span:first-child {
  width: 25px;
}
.header-main .sidebar__toggle:hover span {
  width: 100%;
}

.header-1 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .header-1 .header-left {
    gap: 0;
  }
}
.header-1 .container {
  max-width: 1680px;
}
@media (max-width: 1199px) {
  .header-1 .logo img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .header-1 .logo img {
    width: 150px;
  }
}
.header-1 .sidebar__toggle span {
  background-color: var(--white);
}
.header-1 .sidebar__toggle span:last-child, .header-1 .sidebar__toggle span:first-child {
  width: 25px;
}
.header-1 .sidebar__toggle:hover span {
  width: 100%;
}
@media (max-width: 1199px) {
  .header-1 .header-right .contact-info {
    display: none;
  }
}
.header-1 .header-right .contact-info p {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  font-family: "Bricolage Grotesque", sans-serif;
}
.header-1 .header-right .contact-info .number {
  font-size: 16px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-1 .header-right .search-toggler {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
}
.header-1 .header-right .search-toggler:hover {
  background-color: var(--theme);
  color: var(--header);
}
@media (max-width: 1399px) {
  .header-1 .header-right .theme-btn {
    display: none;
  }
}
.header-1 .header-right .theme-btn:before {
  background-color: var(--white);
}
.header-1 .header-right .theme-btn:hover {
  color: var(--header);
}
.header-1 .mean__menu-wrapper {
  background: rgba(201, 201, 201, 0.21);
  border-radius: 6px;
  border-radius: 10px;
  padding: 0 40px;
}
.header-1 .header-main .main-menu ul li a {
  padding: 17px 0;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 {
  background-color: #0F3D2A;
}

.offcanvas__info {
  background: var(--header) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  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;
  top: 15px;
  width: 470px;
  height: calc(100% - 30px);
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  transform: translateX(-15px);
}

.offcanvas__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 40px;
  overflow: auto;
  height: 100%;
}
.offcanvas__wrapper .offcanvas__top {
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__logo img {
  width: 190px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__logo img {
    width: 130px;
  }
}
.offcanvas__wrapper .offcanvas__close {
  color: var(--theme);
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.offcanvas__wrapper .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__close:hover {
  transform: rotate(90deg);
}
.offcanvas__wrapper .offcanvas__close:hover i {
  color: var(--theme-2);
}
.offcanvas__wrapper .text {
  color: #C1D2CE;
  font-size: 15px;
}
.offcanvas__wrapper .off-contact-info {
  margin-top: 30px;
}
.offcanvas__wrapper .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .info-title {
    font-size: 20px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details {
  margin-top: 14px;
}
.offcanvas__wrapper .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details p a {
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

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

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
  .offcanvas__info {
    width: 390px;
  }
}
@media (max-width: 450px) {
  .offcanvas__info {
    width: 340px;
  }
}

.breadcrumb-wrapper {
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(15, 61, 42, 0.8);
  z-index: -1;
  mix-blend-mode: multiply;
}
.breadcrumb-wrapper .page-heading {
  padding: 230px 0 160px;
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 175px;
  }
}

.footer-section {
  position: relative;
  z-index: 9;
}
.footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(15, 61, 42, 0.9);
}

.footer-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .footer-top-wrapper {
    display: grid;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }
}
.footer-top-wrapper .content {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer-top-wrapper .content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }
}
.footer-top-wrapper .content .text {
  font-size: 18px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
}
.footer-top-wrapper .content .text span {
  color: var(--theme);
}

.footer-widget-wrapper {
  padding: 60px 0 60px;
}
.footer-widget-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .widget-head .title-2 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.footer-widget-wrapper .single-footer-widget .footer-content .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .footer-content .theme-btn {
  margin-top: 30px;
}
.footer-widget-wrapper .single-footer-widget .footer-content .theme-btn::before {
  background-color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .footer-content .theme-btn:hover {
  color: var(--header);
}
.footer-widget-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper .single-footer-widget .list-area li a:hover {
  color: var(--theme);
}
.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 14px;
}

.footer-bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-bottom-area {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.footer-bottom-area p {
  color: rgba(255, 255, 255, 0.9);
}
.footer-bottom-area .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom-area .footer-menu li a {
  color: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.footer-bottom-area .footer-menu li a:hover {
  background-size: 100% 1px;
}

.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 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  color: var(--theme-2);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  display: inline-block;
}
.section-title h2 {
  color: var(--header);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  margin-bottom: 30px;
  align-items: end;
}
.section-title-area .section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-title-area .section-title {
    margin-bottom: 0;
  }
  .section-title-area .section-title br {
    display: none;
  }
}
.section-title-area .section-title .sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  color: var(--theme-2);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  display: inline-block;
}
.section-title-area .section-title h2 {
  color: var(--header);
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
  .section-title-area br {
    display: none;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

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

.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;
  }
}

/*---------------------------------------
05. Sections
---------------------------------------*/
.hero-1 {
  padding-top: 320px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero-1 {
    padding-top: 260px;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding-top: 220px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding-top: 170px;
  }
}
.hero-1 .hero-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.hero-1 .hero-shape-1 img {
  width: 100%;
}
.hero-1 .container {
  max-width: 1680px;
}
.hero-1 .hero-content {
  max-width: 970px;
}
.hero-1 .hero-content .sub-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--theme);
  text-transform: uppercase;
  margin-bottom: 6px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .sub-title {
    font-size: 16px;
  }
}
.hero-1 .hero-content .title {
  color: var(--white);
}
.hero-1 .hero-content .text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
  max-width: 800px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .text {
    font-size: 16px;
  }
}
.hero-1 .hero-content .hero-btn-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content .hero-btn-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.hero-1 .hero-content .hero-btn-area .theme-btn.style-2 {
  background-color: var(--theme-2);
  color: var(--white);
}
.hero-1 .hero-content .hero-btn-area .theme-btn.style-2::before {
  background-color: var(--theme);
}
.hero-1 .hero-content .hero-btn-area .theme-btn.style-2:hover {
  color: var(--header);
}

.about-thumb-style-1 {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
}
.about-thumb-style-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 511px;
  content: "";
  border: 1px solid var(--theme);
  border-radius: 30px;
  z-index: -1;
}
.about-thumb-style-1 .thumb {
  position: relative;
  height: 760px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .about-thumb-style-1 .thumb {
    height: 600px;
  }
}
.about-thumb-style-1 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.about-thumb-style-1 .thumb .counter-list-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px;
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 30px;
}
.about-thumb-style-1 .thumb .counter-list-box .counter-items {
  border-bottom: 1px solid rgb(219, 219, 219);
  padding-bottom: 15px;
  margin-top: 14px;
}
.about-thumb-style-1 .thumb .counter-list-box .counter-items h2 {
  font-size: 30px;
  font-weight: 600;
}

.about-content-style-2 {
  margin-left: 80px;
}
@media (max-width: 1199px) {
  .about-content-style-2 {
    margin-left: 0;
  }
}
.about-content-style-2.style-about-one {
  margin-left: 35px;
}
.about-content-style-2 .thumb {
  margin-bottom: 50px;
  height: 320px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.about-content-style-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.about-content-style-2 .about-text {
  margin-top: 15px;
}
.about-content-style-2 .about-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 545px;
}
@media (max-width: 1199px) {
  .about-content-style-2 .about-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-content-style-2 .about-list ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--header);
}
.about-content-style-2 .about-list ul li img {
  margin-right: 7px;
}
.about-content-style-2 .about-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about-content-style-2 .theme-btn {
  margin-top: 35px;
}
.about-content-style-2:hover .thumb img {
  transform: scale(1.1) rotate(2deg);
}

.about-section {
  position: relative;
}
.about-section .about-shape-1 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.choose-thumb-items {
  margin-top: 30px;
  overflow: hidden;
}
.choose-thumb-items .thumb {
  border-radius: 30px;
  overflow: hidden;
  height: 428px;
}
.choose-thumb-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.choose-thumb-items .content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .choose-thumb-items .content-area {
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.choose-thumb-items .content-area p {
  max-width: 260px;
  font-size: 14px;
  line-height: 24px;
}
.choose-thumb-items .content-area .phn-icon-area {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1399px) {
  .choose-thumb-items .content-area .phn-icon-area {
    gap: 10px;
  }
}
.choose-thumb-items .content-area .phn-icon-area .icon {
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: var(--theme-2);
  border-radius: 50%;
  text-align: center;
  color: var(--theme);
}
@media (max-width: 1399px) {
  .choose-thumb-items .content-area .phn-icon-area .icon {
    max-width: 40px;
    width: 100%;
  }
}
.choose-thumb-items .content-area .phn-icon-area .content span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--text);
}
.choose-thumb-items .content-area .phn-icon-area .content p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--text);
  line-height: 1;
}
.choose-thumb-items .content-area .phn-icon-area .content p a {
  color: #54595F;
}

.choose-content-items {
  margin-top: 30px;
  margin-left: 30px;
  border-top: 1px solid rgb(219, 219, 219);
  padding-top: 22px;
}
@media (max-width: 1399px) {
  .choose-content-items {
    margin-left: 0;
  }
}
.choose-content-items .choose-list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(219, 219, 219);
  padding-bottom: 22px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .choose-content-items .choose-list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.choose-content-items .choose-list-items .icon-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.choose-content-items .choose-list-items .icon-area .icon {
  max-width: 64px;
  width: 100%;
  height: 64px;
  text-align: center;
  border-radius: 10px;
  line-height: 64px;
  background-color: var(--theme-2);
}
.choose-content-items .choose-list-items .icon-area .title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
}
.choose-content-items .choose-list-items p {
  max-width: 296px;
}
.choose-content-items .choose-list-items:hover .icon-area .icon img {
  animation: wobble 1.5s ease-in-out;
}

.work-process-box-items {
  text-align: center;
}
.work-process-box-items .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.work-process-box-items .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #F7F8ED;
  border-radius: 50%;
  margin: 40px auto 40px;
  color: var(--header);
  font-size: 18px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  transition: all 0.4s ease-in-out;
}
.work-process-box-items p {
  max-width: 280px;
  margin: 0 auto;
}
.work-process-box-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}
.work-process-box-items:hover .number {
  background-color: var(--theme-2);
  color: var(--white);
}

.work-process-wrapper {
  position: relative;
  z-index: 9;
  border: 1px solid rgb(216, 221, 225);
  border-radius: 20px;
  margin-top: 60px;
  padding: 60px 40px;
  padding-bottom: 90px;
  background-color: var(--white);
}
.work-process-wrapper::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0%;
  border: 1px solid rgb(216, 221, 225);
  z-index: -1;
  transition: height 0.5s ease;
}
@media (max-width: 1199px) {
  .work-process-wrapper::before {
    display: none;
  }
}

.work-process-client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(248, 247, 243);
  border-radius: 10px;
  padding: 12px;
  max-width: 1050px;
  margin: -40px auto;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .work-process-client-info {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .work-process-client-info {
    display: grid;
    gap: 30px;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.work-process-client-info .title {
  font-size: 16px;
  font-weight: 500;
}

.work-process-section {
  position: relative;
}
.work-process-section .work-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.choose-us-section-2 {
  background: #0F3D2A;
  border-radius: 30px;
  margin: 0 40px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1600px) {
  .choose-us-section-2 {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .choose-us-section-2 {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .choose-us-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .choose-us-section-2 {
    margin: 0 16px;
  }
}

.choose-content-2 .section-title .sub-title {
  color: var(--theme);
}
.choose-content-2 .choose-text {
  margin-top: 15px;
  color: #DBDBDB;
  text-transform: capitalize;
}
.choose-content-2 .choose-icon-area {
  margin-top: 65px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
@media (max-width: 1399px) {
  .choose-content-2 .choose-icon-area {
    gap: 30px;
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .choose-content-2 .choose-icon-area {
    flex-wrap: wrap;
  }
}
.choose-content-2 .choose-icon-area::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46%;
  transform: translateX(-50%);
  content: "";
  background: #DBDBDB;
  width: 1px;
  height: 100%;
  opacity: 0.25;
}
@media (max-width: 1399px) {
  .choose-content-2 .choose-icon-area::before {
    display: none;
  }
}
.choose-content-2 .choose-icon-area::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: #DBDBDB;
  width: 97%;
  height: 1px;
  opacity: 0.25;
}
@media (max-width: 1399px) {
  .choose-content-2 .choose-icon-area::after {
    display: none;
  }
}
.choose-content-2 .choose-icon-area ul li {
  max-width: 261px;
}
@media (max-width: 1199px) {
  .choose-content-2 .choose-icon-area ul li {
    max-width: initial;
  }
}
.choose-content-2 .choose-icon-area ul li .icon-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.choose-content-2 .choose-icon-area ul li .icon-box .icon {
  max-width: 64px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-3);
}
.choose-content-2 .choose-icon-area ul li .icon-box .content .title {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  max-width: 181px;
}
.choose-content-2 .choose-icon-area ul li .icon-box .content .line {
  width: 84px;
  height: 1px;
  background-color: var(--white);
  margin-top: 13px;
}
.choose-content-2 .choose-icon-area ul li p {
  color: #DBDBDB;
  margin-top: 20px;
  max-width: 261px;
}
.choose-content-2 .choose-icon-area ul li:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .choose-content-2 .choose-icon-area ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.work-process-section-2 {
  position: relative;
  z-index: 9;
  margin: 0 40px;
  border-radius: 30px;
}
@media (max-width: 1600px) {
  .work-process-section-2 {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .work-process-section-2 {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .work-process-section-2 {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .work-process-section-2 {
    margin: 0 16px;
  }
}
.work-process-section-2 .section-title-area {
  display: flex;
  align-items: normal;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .work-process-section-2 .section-title-area {
    justify-content: center;
    gap: 0;
    text-align: center;
    margin-bottom: 30px;
    display: grid;
  }
}
.work-process-section-2 .work-shape-1 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.feature-counter-section-3 {
  padding: 80px 0;
  background-color: var(--theme-2);
}
.feature-counter-section-3 .container {
  max-width: 1680px;
}

.feature-counter-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .feature-counter-wrapper-3 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .feature-counter-wrapper-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-counter-wrapper-3 .feature-counter-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .feature-counter-wrapper-3 .feature-counter-items {
    display: grid;
    text-align: center;
  }
}
.feature-counter-wrapper-3 .feature-counter-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .feature-counter-wrapper-3 .feature-counter-items .icon {
    margin: 0 auto;
  }
}
.feature-counter-wrapper-3 .feature-counter-items .counter-title {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
}
.feature-counter-wrapper-3 .feature-counter-items p {
  max-width: 97px;
  color: var(--white);
}
@media (max-width: 991px) {
  .feature-counter-wrapper-3 .feature-counter-items p {
    margin: 0 auto;
  }
}
.feature-counter-wrapper-3 .feature-counter-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}
.feature-counter-wrapper-3 .line {
  height: 100px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .feature-counter-wrapper-3 .line {
    display: none;
  }
}

.service-section {
  position: relative;
  z-index: 1;
}
.service-section .service-bg-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-section .service-bg-shape img {
  width: 100%;
  height: 100%;
}
.service-section .container {
  max-width: 1730px;
}
.service-section .service-text {
  text-align: center;
  margin-top: 60px;
  color: var(--text);
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.service-section .service-text a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--theme-2);
  text-decoration: underline;
}

.service-box-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 30px;
  padding: 35px 30px;
  position: relative;
}
.service-box-items .icon-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-box-items .icon-area .title {
  max-width: 218px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}
.service-box-items .icon-area .title:hover a {
  color: var(--theme-2);
}
.service-box-items .icon-area .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  background-color: #F7F8ED;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.service-box-items .thumb {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}
.service-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-box-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-box-items p {
  margin-top: 22px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
}
.service-box-items .link-btn {
  color: var(--header);
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.service-box-items .link-btn i {
  background-color: var(--theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}
.service-box-items .service-leaf-shape {
  position: absolute;
  bottom: 3px;
  right: 7px;
}
.service-box-items:hover .icon-area .icon {
  background-color: var(--theme-2);
  animation: wobble 1.5s ease-in-out;
}
.service-box-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-box-items:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-box-items:hover .link-btn i {
  background-color: var(--theme-2);
  color: var(--white);
}

.service-section-inner .container {
  max-width: 1730px;
}

.service-box-items-inner {
  background: #F8F7F3;
  border-radius: 30px;
  padding: 10px;
}
.service-box-items-inner .thumb {
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}
.service-box-items-inner .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-box-items-inner .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-box-items-inner .content {
  padding: 15px;
  padding-top: 20px;
}
.service-box-items-inner .content .title {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .service-box-items-inner .content .title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .service-box-items-inner .content .title {
    font-size: 18px;
  }
}
.service-box-items-inner .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-items-inner .content .title a:hover {
  color: var(--theme-3);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-3) 0%, var(--theme-3) 100%);
}
.service-box-items-inner .content p {
  margin-top: 10px;
}
.service-box-items-inner .content .link-btn {
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}
.service-box-items-inner .content .link-btn i {
  background-color: var(--theme);
  color: var(--theme-2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}
.service-box-items-inner .content .link-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}
.service-box-items-inner:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-box-items-inner:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.service-details-left-content .service-details-thumb {
  overflow: hidden;
  border-radius: 30px;
}
.service-details-left-content .service-details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.service-details-left-content .text {
  font-weight: 600;
  color: var(--header);
  margin-top: 20px;
}
.service-details-left-content .title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 25px;
}
@media (max-width: 575px) {
  .service-details-left-content .title {
    font-size: 26px;
  }
}
.service-details-left-content .service-thumb {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .service-details-left-content .service-thumb {
    margin-top: 25px;
  }
}
.service-details-left-content .service-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-details-left-content .title-2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .service-details-left-content .title-2 {
    font-size: 26px;
    margin-top: 25px;
  }
}
.service-details-left-content .service-list {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .service-details-left-content .service-list {
    margin-top: 25px;
  }
}
.service-details-left-content .service-list .service-items {
  font-size: 14px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  background-color: #F8F7F3;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  line-height: 1;
  color: var(--header);
}
.service-details-left-content .title-3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .service-details-left-content .title-3 {
    font-size: 26px;
    margin-top: 25px;
  }
}
.service-details-left-content .service-feature-area {
  margin-top: 40px;
  position: relative;
  margin-left: -48px;
}
@media (max-width: 1199px) {
  .service-details-left-content .service-feature-area {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .service-details-left-content .service-feature-area {
    margin-top: 25px;
  }
}
.service-details-left-content .service-feature-area::before {
  content: "";
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0%;
  border: 1px solid rgb(216, 221, 225);
  z-index: -1;
  transition: height 0.5s ease;
  max-width: 607px;
}
@media (max-width: 1199px) {
  .service-details-left-content .service-feature-area::before {
    display: none;
  }
}
.service-details-left-content .service-feature-area .icon-process-items {
  text-align: center;
}
.service-details-left-content .service-feature-area .icon-process-items .title-4 {
  font-size: 18px;
  font-weight: 600;
  max-width: 180px;
  margin: 30px auto 30px;
}
.service-details-left-content .service-feature-area .icon-process-items .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #F7F8ED;
  display: inline-block;
  color: var(--header);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.service-details-left-content .service-feature-area .icon-process-items .number:hover {
  background-color: var(--theme-2);
  color: var(--white);
}
.service-details-left-content .service-feature-area .icon-process-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.service-main-sidebar .sidebar-box {
  margin-bottom: 40px;
  background-color: #F8F7F3;
  border-radius: 20px;
}
.service-main-sidebar .sidebar-box .title {
  background-color: var(--theme-2);
  border-radius: 20px;
  padding: 24px 40px;
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.service-main-sidebar .sidebar-box .title img {
  margin-right: 10px;
}
.service-main-sidebar .sidebar-box .service-list {
  padding: 30px;
}
.service-main-sidebar .sidebar-box .service-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-main-sidebar .sidebar-box .service-list li:not(:last-child) {
  border-bottom: 1px solid rgba(34, 48, 53, 0.25);
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.service-main-sidebar .sidebar-box .service-list li span i {
  color: #54595F;
}
.service-main-sidebar .sidebar-box .service-list li:hover a {
  color: var(--theme-3);
}
.service-main-sidebar .sidebar-box .service-list li:hover:not(:last-child) {
  border-bottom: 1px solid var(--theme-2);
}
.service-main-sidebar .talk-content {
  background-color: var(--theme-2);
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
}
.service-main-sidebar .talk-content .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service-main-sidebar .talk-content .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
  text-transform: uppercase;
  margin-top: 20px;
}
.service-main-sidebar .talk-content .title-2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--white);
  margin-top: 10px;
}
.service-main-sidebar .talk-content .icon-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-main-sidebar .talk-content .icon-items .icon {
  max-width: 40px;
  width: 100%;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  background-color: #4B7F56;
  font-size: 18px;
  color: var(--white);
}
.service-main-sidebar .talk-content .icon-items .content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
}
.service-main-sidebar .talk-content .icon-items .content p a {
  color: var(--white);
}
.service-main-sidebar .talk-content .icon-items .content p a:hover {
  color: var(--theme);
}
.service-main-sidebar .talk-content .icon-items:hover .icon i {
  animation: wobble 1.5s ease-in-out;
}
.service-main-sidebar .talk-content .icon-items.style-2 {
  margin-top: 15px;
}
.service-main-sidebar .talk-content .theme-btn {
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin-top: 30px;
}
.service-main-sidebar .talk-content .theme-btn::before {
  background-color: var(--header);
}

.project-wrapper {
  margin: 0 95px;
}
@media (max-width: 1899px) {
  .project-wrapper {
    margin: 0 50px;
  }
}
@media (max-width: 1600px) {
  .project-wrapper {
    margin: 0 35px;
  }
}
@media (max-width: 1399px) {
  .project-wrapper {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .project-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .project-wrapper {
    margin: 0 16px;
  }
}

.project-thumb-box-items {
  position: relative;
  z-index: 11;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .project-thumb-box-items {
    height: 450px;
  }
}
.project-thumb-box-items::before {
  width: 100%;
  height: 100%;
  top: 30px;
  bottom: 0;
  left: 30px;
  right: 0;
  content: "";
  background: rgba(20, 20, 20, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.project-thumb-box-items img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-thumb-box-items img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-thumb-box-items .hover-content {
  transition: all 0.4s ease-in-out;
}
.project-thumb-box-items .hover-content .arrow-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-2);
  color: var(--white);
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  z-index: 99;
  top: 60px;
  right: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-thumb-box-items .hover-content .arrow-icon:hover {
  background-color: var(--theme);
  color: var(--header);
}
.project-thumb-box-items .hover-content .content {
  position: absolute;
  z-index: 99;
  bottom: 60px;
  left: 60px;
  right: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-thumb-box-items .hover-content .content p {
  color: var(--theme);
  font-family: "Bricolage Grotesque", sans-serif;
}
.project-thumb-box-items .hover-content .content .title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 1600px) {
  .project-thumb-box-items .hover-content .content .title {
    font-size: 20px;
  }
}
.project-thumb-box-items .hover-content .content .title a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-thumb-box-items .hover-content .content .title a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.project-thumb-box-items:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-thumb-box-items:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-thumb-box-items:hover::before {
  opacity: 1;
  visibility: visible;
}
.project-thumb-box-items:hover .hover-content .arrow-icon {
  opacity: 1;
  visibility: visible;
}
.project-thumb-box-items:hover .hover-content .content {
  opacity: 1;
  visibility: visible;
}

.project-section {
  position: relative;
  z-index: 9;
  margin-top: 40px;
}
.project-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: #F8F7F3;
  border-radius: 50px;
  max-width: 1530px;
  margin: 0 auto;
}
.project-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  max-width: 1530px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  background-image: url(../../assets/img/home-1/project-bg-shape.png);
}

.project-main-item-two {
  position: relative;
  width: 350px;
  height: 529px !important;
  border-radius: 30px;
  transition: all 0.6s ease;
}
@media (max-width: 1600px) {
  .project-main-item-two {
    width: 250px;
  }
}
@media (max-width: 1399px) {
  .project-main-item-two {
    width: initial;
  }
}
.project-main-item-two.active {
  width: 700px;
  transition: all 0.6s ease;
  height: 529px;
}
@media screen and (max-width: 1700px) {
  .project-main-item-two.active {
    width: 450px;
  }
}
@media screen and (max-width: 1500px) {
  .project-main-item-two.active {
    width: 550px;
  }
}
@media (max-width: 1600px) {
  .project-main-item-two.active {
    width: 600px;
  }
}
@media screen and (max-width: 1650px) {
  .project-main-item-two.active {
    width: 550px;
  }
}
@media screen and (max-width: 1450px) {
  .project-main-item-two.active {
    width: 500px;
  }
}
@media (max-width: 1399px) {
  .project-main-item-two.active {
    width: initial !important;
  }
}

.project-section-inner .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1410px;
  margin: 0 auto;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 20px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .project-section-inner .nav {
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}

.testi-thumb-items .testi-thumb-items .content .star-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testi-thumb-items .testi-thumb-items .content .star-area span {
  font-weight: 600;
  font-size: 48px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--header);
}
.testi-thumb-items .testi-thumb-items .content .star-area .star {
  color: var(--theme-2);
}
.testi-thumb-items .testi-thumb-items .content p {
  font-weight: 400;
  margin-top: 17px;
  max-width: 216px;
}
.testi-thumb-items .testi-thumb-items .thumb {
  height: 270px;
  margin-top: 25px;
}
.testi-thumb-items .testi-thumb-items .thumb img {
  border-radius: 0px 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-thumb-items .testi-thumb {
  height: 418px;
}
.testi-thumb-items .testi-thumb img {
  border-radius: 150px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-content-items {
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1399px) {
  .testi-content-items {
    margin-left: 0;
  }
}
.testi-content-items .testi-content {
  margin-top: 30px;
}
.testi-content-items .testi-content .title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  max-width: 694px;
  margin-bottom: 20px;
}
.testi-content-items .testi-content .client-info {
  border-top: 1px solid #DBDBDB;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.testi-content-items .testi-content .client-info .content .title-2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
}
.testi-content-items .array-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 470px) {
  .testi-content-items .array-button {
    position: static;
    margin-top: 30px;
  }
}

.testimonial-section {
  position: relative;
  z-index: 1;
}
.testimonial-section .testi-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.testimonial-section-3 .container {
  max-width: 1730px;
}

.pricing-card-items {
  border-radius: 20px;
  background-color: #F8F7F3;
  padding: 32px 30px;
  display: flex;
  gap: 20px;
  margin-top: 35px;
  max-width: 615px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .pricing-card-items {
    max-width: initial;
  }
}
.pricing-card-items::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme);
  border-radius: 20px;
}
.pricing-card-items .icon {
  background-color: var(--theme);
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
}
.pricing-card-items .title {
  line-height: 1;
}
.pricing-card-items p {
  max-width: 330px;
  margin-top: 10px;
}
.pricing-card-items.active::after {
  left: 0;
  width: 100%;
}
.pricing-card-items.active .icon {
  background-color: #0F3D2A;
}
.pricing-section .pricing-one-images-outer {
  position: relative;
  height: 100%;
}
.pricing-section .team-one-image {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  transform: rotate(-5deg);
}
@media (max-width: 1199px) {
  .pricing-section .team-one-image {
    display: none !important;
    position: static !important;
  }
}
.pricing-section .team-one-image.active {
  opacity: 1;
  transform: rotate(0deg);
}
@media (max-width: 1199px) {
  .pricing-section .team-one-image.active {
    display: block !important;
  }
}

.team-thumb-items {
  margin-top: 30px;
}
.team-thumb-items .content {
  margin-top: 15px;
}
.team-thumb-items .content p {
  font-weight: 400;
}
.team-thumb-items .content .title {
  font-size: 20px;
  font-weight: 500;
}
.team-thumb-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-thumb-items .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.team-thumb-items:hover .thumb {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}

.team-section {
  position: relative;
}
.team-section .team-shape-1 {
  position: absolute;
  top: 0;
  right: 10px;
}

.news-box-items {
  margin-top: 30px;
}
.news-box-items .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 99;
}
.news-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items .content {
  margin-top: 20px;
}
.news-box-items .content span {
  color: #54595F;
  font-size: 14px;
  font-weight: 400;
}
.news-box-items .content .title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .news-box-items .content .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .news-box-items .content .title {
    font-size: 19px;
  }
}
.news-box-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-box-items .content .link-btn {
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
}
.news-box-items .content .link-btn i {
  background-color: var(--theme);
  color: var(--header);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}
.news-box-items .content .link-btn:hover i {
  background-color: var(--theme-2);
  color: var(--white);
}
.news-box-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items.style-2 {
  border: 1px solid rgb(219, 219, 219);
  border-radius: 20px;
}
.news-box-items.style-2 .content {
  padding: 25px 20px;
  margin-top: 0;
}
.news-box-items.style-2 .content .title {
  border-bottom: 1px solid rgb(219, 219, 219);
  padding-bottom: 25px;
}
.news-box-items.style-2 .content .link-btn {
  margin-top: 30px;
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: #F8F7F3;
  margin-bottom: 30px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget {
    padding: 28px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 15px;
}
.main-sidebar .single-sidebar-widget .wid-title .title {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: #54595F;
  font-family: "Public Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  background-color: var(--white);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #D8DDE1;
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    font-size: 14px;
    padding: 20px 22px;
  }
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow {
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow i {
  color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  background-color: var(--theme-2);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a .arrow i {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 4px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  font: 16px;
  font-weight: 400;
  color: #54595F;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content .title-2 {
  font-size: 18px;
  font-weight: 500;
  max-width: 214px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content .title-2 a:hover {
  color: var(--theme-2);
}

.news-details-content-area .news-details-content {
  border: 1px solid rgb(208, 208, 208);
  border-radius: 20px;
}
.news-details-content-area .news-details-content .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
}
.news-details-content-area .news-details-content .content {
  padding: 20px 30px;
  padding-bottom: 40px;
}
.news-details-content-area .news-details-content .content .date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-details-content-area .news-details-content .content .date-list li i {
  margin-right: 10px;
}
.news-details-content-area .news-details-content .content .title {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .news-details-content-area .news-details-content .content .title {
    font-size: 25px;
  }
}
.news-details-content-area .news-details-content .content .text {
  font-size: 18px;
}
@media (max-width: 1399px) {
  .news-details-content-area .news-details-content .content .text {
    font-size: 16px;
  }
}
.news-details-content-area .news-details-content .content .title-3 {
  margin-top: 54px;
  font-size: 24px;
  font-weight: 500;
}
.news-details-content-area .news-details-content .content .text-3 {
  font-size: 20px;
}
@media (max-width: 1399px) {
  .news-details-content-area .news-details-content .content .text-3 {
    font-size: 16px;
  }
}
.news-details-content-area .news-details-content .content .farming-list {
  margin-top: 30px;
}
.news-details-content-area .news-details-content .content .farming-list li {
  display: flex;
  gap: 10px;
}
.news-details-content-area .news-details-content .content .farming-list li .title-2 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(12, 47, 37);
}
@media (max-width: 1199px) {
  .news-details-content-area .news-details-content .content .farming-list li .title-2 {
    font-size: 16px;
  }
}
.news-details-content-area .news-details-content .content .farming-list li:not(:last-child) {
  margin-bottom: 15px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.cta-content-items .section-title .sub-title {
  color: var(--theme);
}
@media (max-width: 767px) {
  .cta-content-items {
    text-align: center;
  }
}
.cta-content-items .theme-btn {
  margin-top: 50px;
}
.cta-content-items .cta-text-items {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 50px;
  margin-top: 110px;
}
@media (max-width: 767px) {
  .cta-content-items .cta-text-items {
    margin-top: 50px;
  }
}
.cta-content-items .cta-text-items .cta-items .title {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.cta-content-items .cta-text-items .cta-items p {
  color: var(--white);
  max-width: 349px;
}
@media (max-width: 767px) {
  .cta-content-items .cta-text-items .cta-items p {
    margin: 0 auto;
  }
}

.cta-section {
  position: relative;
  z-index: 9;
}
.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(15, 61, 42, 0.2);
}

.cta-outdoor-section-3 {
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .cta-outdoor-section-3 {
    padding-top: 100px;
    text-align: center;
  }
}
.cta-outdoor-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(15, 61, 42, 0.6);
}

.mission-section-inner {
  position: relative;
  z-index: 9;
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .mission-section-inner {
    margin-top: 0;
    overflow: hidden;
  }
}
.mission-section-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(15, 61, 42, 0.6);
}

.contact-left-content {
  margin-right: 70px;
}
@media (max-width: 1199px) {
  .contact-left-content {
    margin-right: 0;
  }
}
.contact-left-content .section-title .sub-title {
  color: var(--theme);
}
.contact-left-content .contact-text {
  margin-top: 15px;
  color: var(--white);
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
  padding-bottom: 30px;
}
.contact-left-content .icon-items {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-left-content .icon-items .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  background-color: var(--theme);
  font-size: 25px;
  color: var(--theme-2);
}
.contact-left-content .icon-items .content p {
  font-size: 22px;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
}
.contact-left-content .icon-items .content p a {
  color: var(--white);
}
.contact-left-content .icon-items:hover .icon i {
  animation: wobble 1.5s ease-in-out;
}

.contact-form-box-2 {
  border-radius: 20px;
  background: var(--white);
  padding: 50px;
}
@media (max-width: 1199px) {
  .contact-form-box-2 {
    padding: 40px 30px;
  }
}
.contact-form-box-2 .title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .contact-form-box-2 .title {
    font-size: 25px;
  }
}
.contact-form-box-2 .form-clt input, .contact-form-box-2 .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 6px;
  border: 1px solid #F8F7F3;
  background: #F8F7F3;
}
.contact-form-box-2 .form-clt textarea {
  padding-bottom: 130px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FBF3E6;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 0;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.fix {
  overflow: hidden;
}

/* ================================
   Split Text Styles
================================ */

/* char animation */
.split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.array-button .array-prev, .array-button .array-next {
  border: 1px solid #DBDBDB;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .array-button .array-prev, .array-button .array-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}
.array-button .array-prev:hover, .array-button .array-next:hover {
  background-color: #0F3D2A;
  color: var(--white);
}
